├── packages ├── aspireupdate-ca_ES.zip ├── aspireupdate-de_DE.zip ├── aspireupdate-en_CA.zip ├── aspireupdate-es_ES.zip ├── aspireupdate-fr_BE.zip ├── aspireupdate-fr_CA.zip ├── aspireupdate-fr_FR.zip ├── aspireupdate-nl_NL.zip ├── aspireupdate-sv_SE.zip └── aspireupdate-zh_TW.zip ├── CONTRIBUTING.md ├── composer.json ├── language-pack.json ├── README.md ├── languages ├── AspireUpdate.pot ├── aspireupdate-zh_TW.po ├── aspireupdate-sv_SE.po ├── aspireupdate-en_CA.po ├── aspireupdate-nl_NL.po ├── aspireupdate-es_ES.po ├── aspireupdate-ca_ES.po ├── aspireupdate-de_DE.po ├── aspireupdate-fr_FR.po ├── aspireupdate-fr_BE.po └── aspireupdate-fr_CA.po └── composer.lock /packages/aspireupdate-ca_ES.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/aspireupdate-translations/master/packages/aspireupdate-ca_ES.zip -------------------------------------------------------------------------------- /packages/aspireupdate-de_DE.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/aspireupdate-translations/master/packages/aspireupdate-de_DE.zip -------------------------------------------------------------------------------- /packages/aspireupdate-en_CA.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/aspireupdate-translations/master/packages/aspireupdate-en_CA.zip -------------------------------------------------------------------------------- /packages/aspireupdate-es_ES.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/aspireupdate-translations/master/packages/aspireupdate-es_ES.zip -------------------------------------------------------------------------------- /packages/aspireupdate-fr_BE.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/aspireupdate-translations/master/packages/aspireupdate-fr_BE.zip -------------------------------------------------------------------------------- /packages/aspireupdate-fr_CA.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/aspireupdate-translations/master/packages/aspireupdate-fr_CA.zip -------------------------------------------------------------------------------- /packages/aspireupdate-fr_FR.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/aspireupdate-translations/master/packages/aspireupdate-fr_FR.zip -------------------------------------------------------------------------------- /packages/aspireupdate-nl_NL.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/aspireupdate-translations/master/packages/aspireupdate-nl_NL.zip -------------------------------------------------------------------------------- /packages/aspireupdate-sv_SE.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/aspireupdate-translations/master/packages/aspireupdate-sv_SE.zip -------------------------------------------------------------------------------- /packages/aspireupdate-zh_TW.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/afragen/aspireupdate-translations/master/packages/aspireupdate-zh_TW.zip -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | ## Translators 2 | 3 | Please only make a PR for the .po files. 4 | 5 | In order to complete the language pack the owner (me) will run the [`Language_Pack_Maker`](https://github.com/afragen/language-pack-maker) to create the .mo, .json, and .l10n.php files and zipfiles and the `language-pack.json`. 6 | 7 | Thanks! 8 | -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "afragen/aspireupdate-translations", 3 | "description": "Translation language packs for Git Updater plugin", 4 | "type": "library", 5 | "keywords": [ 6 | "aspireupdate", 7 | "language packs", 8 | "translations" 9 | ], 10 | "license": "MIT", 11 | "authors": [ 12 | { 13 | "name": "Andy Fragen", 14 | "email": "andy@thefragens.com", 15 | "homepage": "https://thefragens.com", 16 | "role": "Developer" 17 | } 18 | ], 19 | "repositories": [ 20 | { 21 | "type": "vcs", 22 | "url": "https://github.com/afragen/aspireupdate-translations" 23 | } 24 | ], 25 | "support": { 26 | "issues": "https://github.com/afragen/aspireupdate-translations/issues", 27 | "source": "https://github.com/afragen/aspireupdate-translations" 28 | }, 29 | "prefer-stable": true, 30 | "require": { 31 | "afragen/language-pack-maker": "dev-master" 32 | }, 33 | "scripts": { 34 | "make-language-packs": [ 35 | "php ./vendor/autoload.php" 36 | ] 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /language-pack.json: -------------------------------------------------------------------------------- 1 | {"ca_ES":{"slug":"aspireupdate","language":"ca_ES","updated":"2024-11-11 22:40:11+0000","package":"\/packages\/aspireupdate-ca_ES.zip","autoupdate":"1"},"de_DE":{"slug":"aspireupdate","language":"de_DE","updated":"2024-11-11 18:41:47+0000","package":"\/packages\/aspireupdate-de_DE.zip","autoupdate":"1"},"en_CA":{"slug":"aspireupdate","language":"en_CA","updated":"2024-11-11 22:40:57+0000","package":"\/packages\/aspireupdate-en_CA.zip","autoupdate":"1"},"es_ES":{"slug":"aspireupdate","language":"es_ES","updated":"2024-11-11 22:23:29+0000","package":"\/packages\/aspireupdate-es_ES.zip","autoupdate":"1"},"fr_BE":{"slug":"aspireupdate","language":"fr_BE","updated":"2024-11-11 22:32:59+0000","package":"\/packages\/aspireupdate-fr_BE.zip","autoupdate":"1"},"fr_CA":{"slug":"aspireupdate","language":"fr_CA","updated":"2024-11-11 22:33:18+0000","package":"\/packages\/aspireupdate-fr_CA.zip","autoupdate":"1"},"fr_FR":{"slug":"aspireupdate","language":"fr_FR","updated":"2024-11-11 23:02:32+0000","package":"\/packages\/aspireupdate-fr_FR.zip","autoupdate":"1"},"nl_NL":{"slug":"aspireupdate","language":"nl_NL","updated":"2024-11-11 17:17:11+0000","package":"\/packages\/aspireupdate-nl_NL.zip","autoupdate":"1"},"sv_SE":{"slug":"aspireupdate","language":"sv_SE","updated":"2024-11-11 17:17:52+0000","package":"\/packages\/aspireupdate-sv_SE.zip","autoupdate":"1"},"zh_TW":{"slug":"aspireupdate","language":"zh_TW","updated":"2024-11-11 17:18:34+0000","package":"\/packages\/aspireupdate-zh_TW.zip","autoupdate":"1"}} -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # AspireUpdate Translations 2 | 3 | Translators, please make PRs here. You only need to submit PRs for the .po files, .mo, .json, and .l10n.php files will be generated automatically. Please add the .po files to the `languages` folder. Thanks. 4 | 5 | Uses [`Language_Pack_Maker`](https://github.com/afragen/language-pack-maker) installed via composer to create a directory of zip archives of translation .mo/.po/.json/.l10n.php files and a `language-pack.json` file containing data to pass to Git Updater or afragen/translations-updater. 6 | 7 | The format of the generated JSON file is as follows. 8 | 9 | ```json 10 | [ 11 | { 12 | "translations": [ 13 | { 14 | "type": "(plugin|theme) from Git Updater", 15 | "slug": "{$slug}", 16 | "language": "en_US", 17 | "version": "from Git Updater", 18 | "updated": "PO-Revision-Date from .po file header", 19 | "package": "/packages/git-updater-en_US.zip", 20 | "autoupdate": "1" 21 | } 22 | ] 23 | } 24 | ] 25 | ``` 26 | 27 | The update transient expects the `$transient->translations` in the following format. 28 | 29 | ```php 30 | $transient->translations( array( 31 | 0 => array( 32 | 'type' => 'plugin', 33 | 'slug' => 'akismet', 34 | 'language' => 'de_CH', 35 | 'version' => '3.1.11', 36 | 'updated' => '2016-05-12 18:04:38', 37 | 'package' => 'https://downloads.wordpress.org/translation/plugin/akismet/3.1.11/de_CH.zip', 38 | 'autoupdate' => 1, 39 | 40 | ), 41 | ) ); 42 | ``` 43 | -------------------------------------------------------------------------------- /languages/AspireUpdate.pot: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2024 AspirePress 2 | # This file is distributed under the GPLv2. 3 | msgid "" 4 | msgstr "" 5 | "Project-Id-Version: AspireUpdate 0.5\n" 6 | "Report-Msgid-Bugs-To: https://github.com/aspirepress/AspireUpdate\n" 7 | "Last-Translator: FULL NAME \n" 8 | "Language-Team: LANGUAGE \n" 9 | "MIME-Version: 1.0\n" 10 | "Content-Type: text/plain; charset=UTF-8\n" 11 | "Content-Transfer-Encoding: 8bit\n" 12 | "POT-Creation-Date: \n" 13 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 | "X-Generator: WP-CLI 2.11.0\n" 15 | "X-Domain: AspireUpdate\n" 16 | 17 | #. Plugin Name of the plugin 18 | #: aspire-update.php 19 | msgid "AspireUpdate" 20 | msgstr "" 21 | 22 | #. Plugin URI of the plugin 23 | #: aspire-update.php 24 | msgid "https://aspirepress.org/" 25 | msgstr "" 26 | 27 | #. Description of the plugin 28 | #: aspire-update.php 29 | msgid "Update plugins and themes for WordPress." 30 | msgstr "" 31 | 32 | #. Author of the plugin 33 | #: aspire-update.php 34 | msgid "AspirePress" 35 | msgstr "" 36 | 37 | #. Author URI of the plugin 38 | #: aspire-update.php 39 | #: includes/class-branding.php:91 40 | #: includes/class-branding.php:100 41 | #: includes/class-branding.php:108 42 | msgid "https://docs.aspirepress.org/aspireupdate/" 43 | msgstr "" 44 | 45 | #: includes/class-admin-settings.php:133 46 | msgid "Settings have been reset to default." 47 | msgstr "" 48 | 49 | #: includes/class-admin-settings.php:298 50 | msgid "Unexpected Error:" 51 | msgstr "" 52 | 53 | #: includes/class-admin-settings.php:319 54 | msgid "AspireUpdate Settings" 55 | msgstr "" 56 | 57 | #: includes/class-admin-settings.php:329 58 | msgid "Reset" 59 | msgstr "" 60 | 61 | #: includes/class-admin-settings.php:428 62 | msgid "API Configuration" 63 | msgstr "" 64 | 65 | #: includes/class-admin-settings.php:439 66 | msgid "Enable AspireUpdate API Rewrites" 67 | msgstr "" 68 | 69 | #: includes/class-admin-settings.php:452 70 | msgid "API Host" 71 | msgstr "" 72 | 73 | #: includes/class-admin-settings.php:460 74 | msgid "Your new API Host." 75 | msgstr "" 76 | 77 | #: includes/class-admin-settings.php:470 78 | msgid "Other" 79 | msgstr "" 80 | 81 | #: includes/class-admin-settings.php:479 82 | msgid "API Key" 83 | msgstr "" 84 | 85 | #: includes/class-admin-settings.php:487 86 | msgid "Provides an API key for repositories that may require authentication." 87 | msgstr "" 88 | 89 | #: includes/class-admin-settings.php:493 90 | msgid "API Debug Configuration" 91 | msgstr "" 92 | 93 | #: includes/class-admin-settings.php:504 94 | msgid "Enable Debug Mode" 95 | msgstr "" 96 | 97 | #: includes/class-admin-settings.php:512 98 | msgid "Enables debug mode for the plugin." 99 | msgstr "" 100 | 101 | #: includes/class-admin-settings.php:518 102 | msgid "Enable Debug Type" 103 | msgstr "" 104 | 105 | #: includes/class-admin-settings.php:527 106 | msgid "Request" 107 | msgstr "" 108 | 109 | #: includes/class-admin-settings.php:528 110 | msgid "Response" 111 | msgstr "" 112 | 113 | #: includes/class-admin-settings.php:529 114 | msgid "String" 115 | msgstr "" 116 | 117 | #: includes/class-admin-settings.php:531 118 | msgid "Outputs the request URL and headers / response headers and body / string that is being rewritten." 119 | msgstr "" 120 | 121 | #: includes/class-admin-settings.php:537 122 | msgid "Disable SSL Verification" 123 | msgstr "" 124 | 125 | #: includes/class-admin-settings.php:546 126 | msgid "Disables the verification of SSL to allow local testing." 127 | msgstr "" 128 | 129 | #: includes/class-admin-settings.php:609 130 | msgid "Generate API Key" 131 | msgstr "" 132 | 133 | #. translators: 1: The name of the plugin, 2: The documentation URL. 134 | #: includes/class-branding.php:89 135 | msgid "Your plugin updates are now powered by %1$s. Learn more" 136 | msgstr "" 137 | 138 | #. translators: 1: The name of the plugin, 2: The documentation URL. 139 | #: includes/class-branding.php:98 140 | msgid "Your theme updates are now powered by %1$s. Learn more" 141 | msgstr "" 142 | 143 | #. translators: 1: The name of the plugin, 2: The documentation URL. 144 | #: includes/class-branding.php:106 145 | msgid "Your WordPress, plugin, theme and translation updates are now powered by %1$s. Learn more" 146 | msgstr "" 147 | -------------------------------------------------------------------------------- /languages/aspireupdate-zh_TW.po: -------------------------------------------------------------------------------- 1 | # Translation of AspireUpdate in Chinese (Taiwan) 2 | # This file is distributed under the same license as the AspireUpdate package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: 2024-11-11 17:18:34+0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=1; plural=0;\n" 10 | "X-Generator: GlotPress/4.0.1\n" 11 | "Language: zh_TW\n" 12 | "Project-Id-Version: AspireUpdate\n" 13 | 14 | #. translators: 1: The name of the plugin, 2: The documentation URL. 15 | #: includes/class-branding.php:106 16 | msgid "Your WordPress, plugin, theme and translation updates are now powered by %1$s. Learn more" 17 | msgstr "" 18 | 19 | #. translators: 1: The name of the plugin, 2: The documentation URL. 20 | #: includes/class-branding.php:98 21 | msgid "Your theme updates are now powered by %1$s. Learn more" 22 | msgstr "" 23 | 24 | #. translators: 1: The name of the plugin, 2: The documentation URL. 25 | #: includes/class-branding.php:89 26 | msgid "Your plugin updates are now powered by %1$s. Learn more" 27 | msgstr "" 28 | 29 | #: includes/class-admin-settings.php:609 30 | msgid "Generate API Key" 31 | msgstr "產生 API 金鑰" 32 | 33 | #: includes/class-admin-settings.php:546 34 | msgid "Disables the verification of SSL to allow local testing." 35 | msgstr "停用 SSL 驗證,便能在本機環境進行測試。" 36 | 37 | #: includes/class-admin-settings.php:537 38 | msgid "Disable SSL Verification" 39 | msgstr "停用 SSL 驗證" 40 | 41 | #: includes/class-admin-settings.php:531 42 | msgid "Outputs the request URL and headers / response headers and body / string that is being rewritten." 43 | msgstr "輸出經過重寫的要求網址、標頭、回應標頭、內容及字串。" 44 | 45 | #: includes/class-admin-settings.php:529 46 | msgid "String" 47 | msgstr "字串" 48 | 49 | #: includes/class-admin-settings.php:528 50 | msgid "Response" 51 | msgstr "回應" 52 | 53 | #: includes/class-admin-settings.php:527 54 | msgid "Request" 55 | msgstr "要求" 56 | 57 | #: includes/class-admin-settings.php:518 58 | msgid "Enable Debug Type" 59 | msgstr "啟用偵錯類型" 60 | 61 | #: includes/class-admin-settings.php:512 62 | msgid "Enables debug mode for the plugin." 63 | msgstr "為外掛啟用偵錯模式。" 64 | 65 | #: includes/class-admin-settings.php:504 66 | msgid "Enable Debug Mode" 67 | msgstr "啟用偵錯模式" 68 | 69 | #: includes/class-admin-settings.php:493 70 | msgid "API Debug Configuration" 71 | msgstr "API 偵錯組態" 72 | 73 | #: includes/class-admin-settings.php:487 74 | msgid "Provides an API key for repositories that may require authentication." 75 | msgstr "為需要驗證的存放庫提供 API 金鑰。" 76 | 77 | #: includes/class-admin-settings.php:479 78 | msgid "API Key" 79 | msgstr "API 金鑰" 80 | 81 | #: includes/class-admin-settings.php:470 82 | msgid "Other" 83 | msgstr "其他主機" 84 | 85 | #: includes/class-admin-settings.php:460 86 | msgid "Your new API Host." 87 | msgstr "設定新的 API 主機。" 88 | 89 | #: includes/class-admin-settings.php:452 90 | msgid "API Host" 91 | msgstr "API 主機" 92 | 93 | #: includes/class-admin-settings.php:439 94 | msgid "Enable AspireUpdate API Rewrites" 95 | msgstr "啟用 AspireUpdate API 重寫" 96 | 97 | #: includes/class-admin-settings.php:428 98 | msgid "API Configuration" 99 | msgstr "API 組態" 100 | 101 | #: includes/class-admin-settings.php:329 102 | msgid "Reset" 103 | msgstr "重設" 104 | 105 | #: includes/class-admin-settings.php:319 106 | msgid "AspireUpdate Settings" 107 | msgstr "AspireUpdate 設定" 108 | 109 | #: includes/class-admin-settings.php:298 110 | msgid "Unexpected Error:" 111 | msgstr "" 112 | 113 | #: includes/class-admin-settings.php:133 114 | msgid "Settings have been reset to default." 115 | msgstr "設定已重設為預設值。" 116 | 117 | #. Author URI of the plugin 118 | #: aspire-update.php includes/class-branding.php:91 119 | #: includes/class-branding.php:100 includes/class-branding.php:108 120 | msgid "https://docs.aspirepress.org/aspireupdate/" 121 | msgstr "https://docs.aspirepress.org/aspireupdate/" 122 | 123 | #. Author of the plugin 124 | #: aspire-update.php 125 | msgid "AspirePress" 126 | msgstr "AspirePress" 127 | 128 | #. Description of the plugin 129 | #: aspire-update.php 130 | msgid "Update plugins and themes for WordPress." 131 | msgstr "更新 WordPress 的外掛及佈景主題。" 132 | 133 | #. Plugin URI of the plugin 134 | #: aspire-update.php 135 | msgid "https://aspirepress.org/" 136 | msgstr "https://aspirepress.org/" 137 | 138 | #. Plugin Name of the plugin 139 | #: aspire-update.php 140 | msgid "AspireUpdate" 141 | msgstr "AspireUpdate" -------------------------------------------------------------------------------- /languages/aspireupdate-sv_SE.po: -------------------------------------------------------------------------------- 1 | # Translation of AspireUpdate in Swedish 2 | # This file is distributed under the same license as the AspireUpdate package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: 2024-11-11 17:17:52+0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/4.0.1\n" 11 | "Language: sv_SE\n" 12 | "Project-Id-Version: AspireUpdate\n" 13 | 14 | #. translators: 1: The name of the plugin, 2: The documentation URL. 15 | #: includes/class-branding.php:106 16 | msgid "Your WordPress, plugin, theme and translation updates are now powered by %1$s. Learn more" 17 | msgstr "" 18 | 19 | #. translators: 1: The name of the plugin, 2: The documentation URL. 20 | #: includes/class-branding.php:98 21 | msgid "Your theme updates are now powered by %1$s. Learn more" 22 | msgstr "" 23 | 24 | #. translators: 1: The name of the plugin, 2: The documentation URL. 25 | #: includes/class-branding.php:89 26 | msgid "Your plugin updates are now powered by %1$s. Learn more" 27 | msgstr "" 28 | 29 | #: includes/class-admin-settings.php:609 30 | msgid "Generate API Key" 31 | msgstr "Generera API-nyckel" 32 | 33 | #: includes/class-admin-settings.php:546 34 | msgid "Disables the verification of SSL to allow local testing." 35 | msgstr "Inaktiverar verifieringen av SSL så att lokal testning kan ske." 36 | 37 | #: includes/class-admin-settings.php:537 38 | msgid "Disable SSL Verification" 39 | msgstr "Inaktivera verifiering av SSL" 40 | 41 | #: includes/class-admin-settings.php:531 42 | msgid "Outputs the request URL and headers / response headers and body / string that is being rewritten." 43 | msgstr "Skriver ut URL och headers för förfrågan/svarets headers och innehåll/sträng som skrivs om." 44 | 45 | #: includes/class-admin-settings.php:529 46 | msgid "String" 47 | msgstr "Sträng" 48 | 49 | #: includes/class-admin-settings.php:528 50 | msgid "Response" 51 | msgstr "Svar" 52 | 53 | #: includes/class-admin-settings.php:527 54 | msgid "Request" 55 | msgstr "Förfrågan" 56 | 57 | #: includes/class-admin-settings.php:518 58 | msgid "Enable Debug Type" 59 | msgstr "Aktivera typ av felsökning" 60 | 61 | #: includes/class-admin-settings.php:512 62 | msgid "Enables debug mode for the plugin." 63 | msgstr "Aktiverar tilläggets felsökningsläge." 64 | 65 | #: includes/class-admin-settings.php:504 66 | msgid "Enable Debug Mode" 67 | msgstr "Aktivera felsökningsläge" 68 | 69 | #: includes/class-admin-settings.php:493 70 | msgid "API Debug Configuration" 71 | msgstr "Konfigurering av felsökning i API" 72 | 73 | #: includes/class-admin-settings.php:487 74 | msgid "Provides an API key for repositories that may require authentication." 75 | msgstr "Tillhandahåller API-nyckel för filförvar som kan kräva autentisering." 76 | 77 | #: includes/class-admin-settings.php:479 78 | msgid "API Key" 79 | msgstr "API-nyckel" 80 | 81 | #: includes/class-admin-settings.php:470 82 | msgid "Other" 83 | msgstr "Annat" 84 | 85 | #: includes/class-admin-settings.php:460 86 | msgid "Your new API Host." 87 | msgstr "Din nya API-värd." 88 | 89 | #: includes/class-admin-settings.php:452 90 | msgid "API Host" 91 | msgstr "API-värd" 92 | 93 | #: includes/class-admin-settings.php:439 94 | msgid "Enable AspireUpdate API Rewrites" 95 | msgstr "Aktivera omskrivningar i AspireUpdate API" 96 | 97 | #: includes/class-admin-settings.php:428 98 | msgid "API Configuration" 99 | msgstr "API-konfiguration" 100 | 101 | #: includes/class-admin-settings.php:329 102 | msgid "Reset" 103 | msgstr "Återställ" 104 | 105 | #: includes/class-admin-settings.php:319 106 | msgid "AspireUpdate Settings" 107 | msgstr "Inställningar för AspireUpdate" 108 | 109 | #: includes/class-admin-settings.php:298 110 | msgid "Unexpected Error:" 111 | msgstr "Okänt fel:" 112 | 113 | #: includes/class-admin-settings.php:133 114 | msgid "Settings have been reset to default." 115 | msgstr "Inställningarna återställda till standardvärden." 116 | 117 | #. Author URI of the plugin 118 | #: aspire-update.php includes/class-branding.php:91 119 | #: includes/class-branding.php:100 includes/class-branding.php:108 120 | msgid "https://docs.aspirepress.org/aspireupdate/" 121 | msgstr "https://docs.aspirepress.org/aspireupdate/" 122 | 123 | #. Author of the plugin 124 | #: aspire-update.php 125 | msgid "AspirePress" 126 | msgstr "AspirePress" 127 | 128 | #. Description of the plugin 129 | #: aspire-update.php 130 | msgid "Update plugins and themes for WordPress." 131 | msgstr "Uppdatering av WordPress-teman och -tillägg." 132 | 133 | #. Plugin URI of the plugin 134 | #: aspire-update.php 135 | msgid "https://aspirepress.org/" 136 | msgstr "https://aspirepress.org/" 137 | 138 | #. Plugin Name of the plugin 139 | #: aspire-update.php 140 | msgid "AspireUpdate" 141 | msgstr "AspireUpdate" -------------------------------------------------------------------------------- /languages/aspireupdate-en_CA.po: -------------------------------------------------------------------------------- 1 | # Translation of AspireUpdate in English (Canada) 2 | # This file is distributed under the same license as the AspireUpdate package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: 2024-11-11 22:40:57+0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/4.0.1\n" 11 | "Language: en_CA\n" 12 | "Project-Id-Version: AspireUpdate\n" 13 | 14 | #. translators: 1: The name of the plugin, 2: The documentation URL. 15 | #: includes/class-branding.php:106 16 | msgid "Your WordPress, plugin, theme and translation updates are now powered by %1$s. Learn more" 17 | msgstr "Your WordPress, plugin, theme and translation updates are now powered by %1$s. Learn more" 18 | 19 | #. translators: 1: The name of the plugin, 2: The documentation URL. 20 | #: includes/class-branding.php:98 21 | msgid "Your theme updates are now powered by %1$s. Learn more" 22 | msgstr "Your theme updates are now powered by %1$s. Learn more" 23 | 24 | #. translators: 1: The name of the plugin, 2: The documentation URL. 25 | #: includes/class-branding.php:89 26 | msgid "Your plugin updates are now powered by %1$s. Learn more" 27 | msgstr "Your plugin updates are now powered by %1$s. Learn more" 28 | 29 | #: includes/class-admin-settings.php:609 30 | msgid "Generate API Key" 31 | msgstr "Generate API Key" 32 | 33 | #: includes/class-admin-settings.php:546 34 | msgid "Disables the verification of SSL to allow local testing." 35 | msgstr "Disables the verification of SSL/TLS to allow local testing." 36 | 37 | #: includes/class-admin-settings.php:537 38 | msgid "Disable SSL Verification" 39 | msgstr "Disable SSL/TLS Verification" 40 | 41 | #: includes/class-admin-settings.php:531 42 | msgid "Outputs the request URL and headers / response headers and body / string that is being rewritten." 43 | msgstr "Outputs the request URL and headers / response headers and body / string that is being rewritten." 44 | 45 | #: includes/class-admin-settings.php:529 46 | msgid "String" 47 | msgstr "String" 48 | 49 | #: includes/class-admin-settings.php:528 50 | msgid "Response" 51 | msgstr "Response" 52 | 53 | #: includes/class-admin-settings.php:527 54 | msgid "Request" 55 | msgstr "Request" 56 | 57 | #: includes/class-admin-settings.php:518 58 | msgid "Enable Debug Type" 59 | msgstr "Enable Debug Type" 60 | 61 | #: includes/class-admin-settings.php:512 62 | msgid "Enables debug mode for the plugin." 63 | msgstr "Enables debug mode for the plugin." 64 | 65 | #: includes/class-admin-settings.php:504 66 | msgid "Enable Debug Mode" 67 | msgstr "Enable Debug Mode" 68 | 69 | #: includes/class-admin-settings.php:493 70 | msgid "API Debug Configuration" 71 | msgstr "API Debug Configuration" 72 | 73 | #: includes/class-admin-settings.php:487 74 | msgid "Provides an API key for repositories that may require authentication." 75 | msgstr "Provides an API key for repositories that may require authentication." 76 | 77 | #: includes/class-admin-settings.php:479 78 | msgid "API Key" 79 | msgstr "API Key" 80 | 81 | #: includes/class-admin-settings.php:470 82 | msgid "Other" 83 | msgstr "Other" 84 | 85 | #: includes/class-admin-settings.php:460 86 | msgid "Your new API Host." 87 | msgstr "Your new API Host." 88 | 89 | #: includes/class-admin-settings.php:452 90 | msgid "API Host" 91 | msgstr "API Host" 92 | 93 | #: includes/class-admin-settings.php:439 94 | msgid "Enable AspireUpdate API Rewrites" 95 | msgstr "Enable AspireUpdate API Rewrites" 96 | 97 | #: includes/class-admin-settings.php:428 98 | msgid "API Configuration" 99 | msgstr "API Configuration" 100 | 101 | #: includes/class-admin-settings.php:329 102 | msgid "Reset" 103 | msgstr "Reset" 104 | 105 | #: includes/class-admin-settings.php:319 106 | msgid "AspireUpdate Settings" 107 | msgstr "AspireUpdate Settings" 108 | 109 | #: includes/class-admin-settings.php:298 110 | msgid "Unexpected Error:" 111 | msgstr "Unexpected Error:" 112 | 113 | #: includes/class-admin-settings.php:133 114 | msgid "Settings have been reset to default." 115 | msgstr "Settings have been reset to default." 116 | 117 | #. Author URI of the plugin 118 | #: aspire-update.php includes/class-branding.php:91 119 | #: includes/class-branding.php:100 includes/class-branding.php:108 120 | msgid "https://docs.aspirepress.org/aspireupdate/" 121 | msgstr "https://docs.aspirepress.org/aspireupdate/" 122 | 123 | #. Author of the plugin 124 | #: aspire-update.php 125 | msgid "AspirePress" 126 | msgstr "AspirePress" 127 | 128 | #. Description of the plugin 129 | #: aspire-update.php 130 | msgid "Update plugins and themes for WordPress." 131 | msgstr "Update plugins and themes for WordPress." 132 | 133 | #. Plugin URI of the plugin 134 | #: aspire-update.php 135 | msgid "https://aspirepress.org/" 136 | msgstr "https://aspirepress.org/" 137 | 138 | #. Plugin Name of the plugin 139 | #: aspire-update.php 140 | msgid "AspireUpdate" 141 | msgstr "AspireUpdate" -------------------------------------------------------------------------------- /languages/aspireupdate-nl_NL.po: -------------------------------------------------------------------------------- 1 | # Translation of AspireUpdate in Dutch 2 | # This file is distributed under the same license as the AspireUpdate package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: 2024-11-11 17:17:11+0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/4.0.1\n" 11 | "Language: nl\n" 12 | "Project-Id-Version: AspireUpdate\n" 13 | 14 | #. translators: 1: The name of the plugin, 2: The documentation URL. 15 | #: includes/class-branding.php:106 16 | msgid "Your WordPress, plugin, theme and translation updates are now powered by %1$s. Learn more" 17 | msgstr "Je WordPress, plugin, thema en vertalingen updates worden nu mogelijk gemaakt door %1$s. Lees meer" 18 | 19 | #. translators: 1: The name of the plugin, 2: The documentation URL. 20 | #: includes/class-branding.php:98 21 | msgid "Your theme updates are now powered by %1$s. Learn more" 22 | msgstr "Je thema updates worden nu mogelijk gemaakt door %1$s. Lees meer" 23 | 24 | #. translators: 1: The name of the plugin, 2: The documentation URL. 25 | #: includes/class-branding.php:89 26 | msgid "Your plugin updates are now powered by %1$s. Learn more" 27 | msgstr "Je plugin updates worden nu mogelijk gemaakt door %1$s. Lees meer" 28 | 29 | #: includes/class-admin-settings.php:609 30 | msgid "Generate API Key" 31 | msgstr "Genereer API Sleutel" 32 | 33 | #: includes/class-admin-settings.php:546 34 | msgid "Disables the verification of SSL to allow local testing." 35 | msgstr "Schakel SSL verificatie uit om lokaal testen mogelijk te maken." 36 | 37 | #: includes/class-admin-settings.php:537 38 | msgid "Disable SSL Verification" 39 | msgstr "SSL Verificatie uitschakelen" 40 | 41 | #: includes/class-admin-settings.php:531 42 | msgid "Outputs the request URL and headers / response headers and body / string that is being rewritten." 43 | msgstr "Toon de aanvraag URL en headers / antwoord headers en body / tekst die wordt herschreven." 44 | 45 | #: includes/class-admin-settings.php:529 46 | msgid "String" 47 | msgstr "Tekst" 48 | 49 | #: includes/class-admin-settings.php:528 50 | msgid "Response" 51 | msgstr "Antwoord" 52 | 53 | #: includes/class-admin-settings.php:527 54 | msgid "Request" 55 | msgstr "Aanvraag" 56 | 57 | #: includes/class-admin-settings.php:518 58 | msgid "Enable Debug Type" 59 | msgstr "Debug Type inschakelen" 60 | 61 | #: includes/class-admin-settings.php:512 62 | msgid "Enables debug mode for the plugin." 63 | msgstr "Schakelt debug modus in voor de plugin." 64 | 65 | #: includes/class-admin-settings.php:504 66 | msgid "Enable Debug Mode" 67 | msgstr "Debug Modus inschakelen" 68 | 69 | #: includes/class-admin-settings.php:493 70 | msgid "API Debug Configuration" 71 | msgstr "API Debug Configuratie" 72 | 73 | #: includes/class-admin-settings.php:487 74 | msgid "Provides an API key for repositories that may require authentication." 75 | msgstr "Biedt een API sleutel voor repositories waarvoor authenticatie vereist kan zijn." 76 | 77 | #: includes/class-admin-settings.php:479 78 | msgid "API Key" 79 | msgstr "API Sleutel" 80 | 81 | #: includes/class-admin-settings.php:470 82 | msgid "Other" 83 | msgstr "Overig" 84 | 85 | #: includes/class-admin-settings.php:460 86 | msgid "Your new API Host." 87 | msgstr "Je nieuwe API Host." 88 | 89 | #: includes/class-admin-settings.php:452 90 | msgid "API Host" 91 | msgstr "API Host" 92 | 93 | #: includes/class-admin-settings.php:439 94 | msgid "Enable AspireUpdate API Rewrites" 95 | msgstr "AspireUpdate API herschrijfregels inschakelen" 96 | 97 | #: includes/class-admin-settings.php:428 98 | msgid "API Configuration" 99 | msgstr "API Configuratie" 100 | 101 | #: includes/class-admin-settings.php:329 102 | msgid "Reset" 103 | msgstr "Opnieuw instellen" 104 | 105 | #: includes/class-admin-settings.php:319 106 | msgid "AspireUpdate Settings" 107 | msgstr "AspireUpdate Instellingen" 108 | 109 | #: includes/class-admin-settings.php:298 110 | msgid "Unexpected Error:" 111 | msgstr "Onverwachte fout:" 112 | 113 | #: includes/class-admin-settings.php:133 114 | msgid "Settings have been reset to default." 115 | msgstr "Instellingen zijn opnieuw ingesteld naar de standaardwaarden." 116 | 117 | #. Author URI of the plugin 118 | #: aspire-update.php includes/class-branding.php:91 119 | #: includes/class-branding.php:100 includes/class-branding.php:108 120 | msgid "https://docs.aspirepress.org/aspireupdate/" 121 | msgstr "https://docs.aspirepress.org/aspireupdate/" 122 | 123 | #. Author of the plugin 124 | #: aspire-update.php 125 | msgid "AspirePress" 126 | msgstr "AspirePress" 127 | 128 | #. Description of the plugin 129 | #: aspire-update.php 130 | msgid "Update plugins and themes for WordPress." 131 | msgstr "Update plugins en thema's voor WordPress." 132 | 133 | #. Plugin URI of the plugin 134 | #: aspire-update.php 135 | msgid "https://aspirepress.org/" 136 | msgstr "https://aspirepress.org/" 137 | 138 | #. Plugin Name of the plugin 139 | #: aspire-update.php 140 | msgid "AspireUpdate" 141 | msgstr "AspireUpdate" -------------------------------------------------------------------------------- /languages/aspireupdate-es_ES.po: -------------------------------------------------------------------------------- 1 | # Translation of AspireUpdate in Spanish (Spain) 2 | # This file is distributed under the same license as the AspireUpdate package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: 2024-11-11 22:23:29+0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/4.0.1\n" 11 | "Language: es\n" 12 | "Project-Id-Version: AspireUpdate\n" 13 | 14 | #. translators: 1: The name of the plugin, 2: The documentation URL. 15 | #: includes/class-branding.php:106 16 | msgid "Your WordPress, plugin, theme and translation updates are now powered by %1$s. Learn more" 17 | msgstr "La actualización de WordPress, plugins, temas y traducciones ahora funciona con %1$s. Leer más" 18 | 19 | #. translators: 1: The name of the plugin, 2: The documentation URL. 20 | #: includes/class-branding.php:98 21 | msgid "Your theme updates are now powered by %1$s. Learn more" 22 | msgstr "La actualización de tus temas ahora funciona con %1$s. Leer más" 23 | 24 | #. translators: 1: The name of the plugin, 2: The documentation URL. 25 | #: includes/class-branding.php:89 26 | msgid "Your plugin updates are now powered by %1$s. Learn more" 27 | msgstr "La actualización de tus plugins ahora funciona con %1$s. Leer más" 28 | 29 | #: includes/class-admin-settings.php:609 30 | msgid "Generate API Key" 31 | msgstr "Generar clave de API" 32 | 33 | #: includes/class-admin-settings.php:546 34 | msgid "Disables the verification of SSL to allow local testing." 35 | msgstr "Desactiva la verificación de SSL para permitir pruebas locales." 36 | 37 | #: includes/class-admin-settings.php:537 38 | msgid "Disable SSL Verification" 39 | msgstr "Desactivar verificación de SSL" 40 | 41 | #: includes/class-admin-settings.php:531 42 | msgid "Outputs the request URL and headers / response headers and body / string that is being rewritten." 43 | msgstr "Muestra la URL y las cabeceras de la solicitud / las cabeceras y cuerpo de la respuesta / la cadena que se reescribe." 44 | 45 | #: includes/class-admin-settings.php:529 46 | msgid "String" 47 | msgstr "Cadena" 48 | 49 | #: includes/class-admin-settings.php:528 50 | msgid "Response" 51 | msgstr "Respuesta" 52 | 53 | #: includes/class-admin-settings.php:527 54 | msgid "Request" 55 | msgstr "Solicitud" 56 | 57 | #: includes/class-admin-settings.php:518 58 | msgid "Enable Debug Type" 59 | msgstr "Activa tipo de depuración" 60 | 61 | #: includes/class-admin-settings.php:512 62 | msgid "Enables debug mode for the plugin." 63 | msgstr "Activa el modo depuración para el plugin." 64 | 65 | #: includes/class-admin-settings.php:504 66 | msgid "Enable Debug Mode" 67 | msgstr "Activa modo de depuración" 68 | 69 | #: includes/class-admin-settings.php:493 70 | msgid "API Debug Configuration" 71 | msgstr "Configuración de depuración de API" 72 | 73 | #: includes/class-admin-settings.php:487 74 | msgid "Provides an API key for repositories that may require authentication." 75 | msgstr "Proporciona una clave de API para los repositorios que pueden requerir autenticación." 76 | 77 | #: includes/class-admin-settings.php:479 78 | msgid "API Key" 79 | msgstr "Clave de API" 80 | 81 | #: includes/class-admin-settings.php:470 82 | msgid "Other" 83 | msgstr "Otros" 84 | 85 | #: includes/class-admin-settings.php:460 86 | msgid "Your new API Host." 87 | msgstr "Tu nuevo host de API" 88 | 89 | #: includes/class-admin-settings.php:452 90 | msgid "API Host" 91 | msgstr "Host de API" 92 | 93 | #: includes/class-admin-settings.php:439 94 | msgid "Enable AspireUpdate API Rewrites" 95 | msgstr "Activar reescrituras de API de AspireUpdate" 96 | 97 | #: includes/class-admin-settings.php:428 98 | msgid "API Configuration" 99 | msgstr "Configuración de API" 100 | 101 | #: includes/class-admin-settings.php:329 102 | msgid "Reset" 103 | msgstr "Reestablecer" 104 | 105 | #: includes/class-admin-settings.php:319 106 | msgid "AspireUpdate Settings" 107 | msgstr "Ajustes de AspireUpdate" 108 | 109 | #: includes/class-admin-settings.php:298 110 | msgid "Unexpected Error:" 111 | msgstr "Error inesperado:" 112 | 113 | #: includes/class-admin-settings.php:133 114 | msgid "Settings have been reset to default." 115 | msgstr "Los ajustes se han reestablecido a sus valores por defecto." 116 | 117 | #. Author URI of the plugin 118 | #: aspire-update.php includes/class-branding.php:91 119 | #: includes/class-branding.php:100 includes/class-branding.php:108 120 | msgid "https://docs.aspirepress.org/aspireupdate/" 121 | msgstr "https://docs.aspirepress.org/aspireupdate/" 122 | 123 | #. Author of the plugin 124 | #: aspire-update.php 125 | msgid "AspirePress" 126 | msgstr "AspirePress" 127 | 128 | #. Description of the plugin 129 | #: aspire-update.php 130 | msgid "Update plugins and themes for WordPress." 131 | msgstr "Actualizar plugins y temas para WordPress." 132 | 133 | #. Plugin URI of the plugin 134 | #: aspire-update.php 135 | msgid "https://aspirepress.org/" 136 | msgstr "https://aspirepress.org/" 137 | 138 | #. Plugin Name of the plugin 139 | #: aspire-update.php 140 | msgid "AspireUpdate" 141 | msgstr "AspireUpdate" -------------------------------------------------------------------------------- /languages/aspireupdate-ca_ES.po: -------------------------------------------------------------------------------- 1 | # Translation of AspireUpdate in Catalan 2 | # This file is distributed under the same license as the AspireUpdate package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: 2024-11-11 22:40:11+0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/4.0.1\n" 11 | "Language: ca\n" 12 | "Project-Id-Version: AspireUpdate\n" 13 | 14 | #. translators: 1: The name of the plugin, 2: The documentation URL. 15 | #: includes/class-branding.php:106 16 | msgid "Your WordPress, plugin, theme and translation updates are now powered by %1$s. Learn more" 17 | msgstr "L’actualització de WordPress, els teus plugins i temes funciona ara amb %1$s. Més informació" 18 | 19 | #. translators: 1: The name of the plugin, 2: The documentation URL. 20 | #: includes/class-branding.php:98 21 | msgid "Your theme updates are now powered by %1$s. Learn more" 22 | msgstr "L’actualització dels teus temes funciona funcionen ara amb %1$s. Més informació" 23 | 24 | #. translators: 1: The name of the plugin, 2: The documentation URL. 25 | #: includes/class-branding.php:89 26 | msgid "Your plugin updates are now powered by %1$s. Learn more" 27 | msgstr "L’actualització dels teus plugins funciona ara amb %1$s. Més informació" 28 | 29 | #: includes/class-admin-settings.php:609 30 | msgid "Generate API Key" 31 | msgstr "Genera la clau de l’API" 32 | 33 | #: includes/class-admin-settings.php:546 34 | msgid "Disables the verification of SSL to allow local testing." 35 | msgstr "Desactiva la verificació de SSL per permetre proves locals." 36 | 37 | #: includes/class-admin-settings.php:537 38 | msgid "Disable SSL Verification" 39 | msgstr "Desactiva la verificació SSL" 40 | 41 | #: includes/class-admin-settings.php:531 42 | msgid "Outputs the request URL and headers / response headers and body / string that is being rewritten." 43 | msgstr "Emet l’URL de la petició i les capçaleres / encapçalaments de resposta i el cos / cadena que s’està reescrivint." 44 | 45 | #: includes/class-admin-settings.php:529 46 | msgid "String" 47 | msgstr "Cadena de text" 48 | 49 | #: includes/class-admin-settings.php:528 50 | msgid "Response" 51 | msgstr "Resposta" 52 | 53 | #: includes/class-admin-settings.php:527 54 | msgid "Request" 55 | msgstr "Petició" 56 | 57 | #: includes/class-admin-settings.php:518 58 | msgid "Enable Debug Type" 59 | msgstr "Activa el tipus de depuració" 60 | 61 | #: includes/class-admin-settings.php:512 62 | msgid "Enables debug mode for the plugin." 63 | msgstr "Activa el mode de depuració del plugin" 64 | 65 | #: includes/class-admin-settings.php:504 66 | msgid "Enable Debug Mode" 67 | msgstr "Activa el mode de depuració" 68 | 69 | #: includes/class-admin-settings.php:493 70 | msgid "API Debug Configuration" 71 | msgstr "Configuració de depuració de l’API" 72 | 73 | #: includes/class-admin-settings.php:487 74 | msgid "Provides an API key for repositories that may require authentication." 75 | msgstr "Proporciona una clau d’API pels repositoris que requereixin autenticació" 76 | 77 | #: includes/class-admin-settings.php:479 78 | msgid "API Key" 79 | msgstr "Clau de l’API" 80 | 81 | #: includes/class-admin-settings.php:470 82 | msgid "Other" 83 | msgstr "Altres" 84 | 85 | #: includes/class-admin-settings.php:460 86 | msgid "Your new API Host." 87 | msgstr "El teu nou host de l’API" 88 | 89 | #: includes/class-admin-settings.php:452 90 | msgid "API Host" 91 | msgstr "Host de l’API" 92 | 93 | #: includes/class-admin-settings.php:439 94 | msgid "Enable AspireUpdate API Rewrites" 95 | msgstr "Activa les reescriptures de l’API d’AspireUpdate" 96 | 97 | #: includes/class-admin-settings.php:428 98 | msgid "API Configuration" 99 | msgstr "Configuració de l’API" 100 | 101 | #: includes/class-admin-settings.php:329 102 | msgid "Reset" 103 | msgstr "Restableix" 104 | 105 | #: includes/class-admin-settings.php:319 106 | msgid "AspireUpdate Settings" 107 | msgstr "Configuració d’AspireUpdate" 108 | 109 | #: includes/class-admin-settings.php:298 110 | msgid "Unexpected Error:" 111 | msgstr "Error inesperat:" 112 | 113 | #: includes/class-admin-settings.php:133 114 | msgid "Settings have been reset to default." 115 | msgstr "La configuració s’ha restablert al valor predeterminat." 116 | 117 | #. Author URI of the plugin 118 | #: aspire-update.php includes/class-branding.php:91 119 | #: includes/class-branding.php:100 includes/class-branding.php:108 120 | msgid "https://docs.aspirepress.org/aspireupdate/" 121 | msgstr "https://docs.aspirepress.org/aspireupdate/" 122 | 123 | #. Author of the plugin 124 | #: aspire-update.php 125 | msgid "AspirePress" 126 | msgstr "AspirePress" 127 | 128 | #. Description of the plugin 129 | #: aspire-update.php 130 | msgid "Update plugins and themes for WordPress." 131 | msgstr "Actualitza plugins i temes per WordPress." 132 | 133 | #. Plugin URI of the plugin 134 | #: aspire-update.php 135 | msgid "https://aspirepress.org/" 136 | msgstr "https://aspirepress.org/" 137 | 138 | #. Plugin Name of the plugin 139 | #: aspire-update.php 140 | msgid "AspireUpdate" 141 | msgstr "AspireUpdate" -------------------------------------------------------------------------------- /languages/aspireupdate-de_DE.po: -------------------------------------------------------------------------------- 1 | # Translation of AspireUpdate in German 2 | # This file is distributed under the same license as the AspireUpdate package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: 2024-11-11 18:41:47+0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n != 1;\n" 10 | "X-Generator: GlotPress/4.0.1\n" 11 | "Language: de\n" 12 | "Project-Id-Version: AspireUpdate\n" 13 | 14 | #. translators: 1: The name of the plugin, 2: The documentation URL. 15 | #: includes/class-branding.php:106 16 | msgid "Your WordPress, plugin, theme and translation updates are now powered by %1$s. Learn more" 17 | msgstr "Ihre WordPress, Plugin, Theme und Übersetzungs updates werden jetzt von %1$s bereitgestellt. Mehr erfahren" 18 | 19 | #. translators: 1: The name of the plugin, 2: The documentation URL. 20 | #: includes/class-branding.php:98 21 | msgid "Your theme updates are now powered by %1$s. Learn more" 22 | msgstr "Ihre Theme-Updates werden jetzt von %1$s bereitgestellt. Mehr erfahren" 23 | 24 | #. translators: 1: The name of the plugin, 2: The documentation URL. 25 | #: includes/class-branding.php:89 26 | msgid "Your plugin updates are now powered by %1$s. Learn more" 27 | msgstr "Ihre Plugin-Updates werden jetzt von %1$s bereitgestellt. Mehr erfahren" 28 | 29 | #: includes/class-admin-settings.php:609 30 | msgid "Generate API Key" 31 | msgstr "API-Schlüssel generieren" 32 | 33 | #: includes/class-admin-settings.php:546 34 | msgid "Disables the verification of SSL to allow local testing." 35 | msgstr "Deaktiviert die SSL-Überprüfung, um lokale Tests zu ermöglichen." 36 | 37 | #: includes/class-admin-settings.php:537 38 | msgid "Disable SSL Verification" 39 | msgstr "SSL-Überprüfung deaktivieren" 40 | 41 | #: includes/class-admin-settings.php:531 42 | msgid "Outputs the request URL and headers / response headers and body / string that is being rewritten." 43 | msgstr "Gibt die Anfrage-URL und Header / Antwort-Header und -Body / Zeichenfolge aus, die umgeschrieben wird." 44 | 45 | #: includes/class-admin-settings.php:529 46 | msgid "String" 47 | msgstr "Zeichenkette" 48 | 49 | #: includes/class-admin-settings.php:528 50 | msgid "Response" 51 | msgstr "Antwort" 52 | 53 | #: includes/class-admin-settings.php:527 54 | msgid "Request" 55 | msgstr "Anfrage" 56 | 57 | #: includes/class-admin-settings.php:518 58 | msgid "Enable Debug Type" 59 | msgstr "Debug-Typ aktivieren" 60 | 61 | #: includes/class-admin-settings.php:512 62 | msgid "Enables debug mode for the plugin." 63 | msgstr "Aktiviert den Debug-Modus für das Plugin." 64 | 65 | #: includes/class-admin-settings.php:504 66 | msgid "Enable Debug Mode" 67 | msgstr "Debug-Modus aktivieren" 68 | 69 | #: includes/class-admin-settings.php:493 70 | msgid "API Debug Configuration" 71 | msgstr "API-Debug-Konfiguration" 72 | 73 | #: includes/class-admin-settings.php:487 74 | msgid "Provides an API key for repositories that may require authentication." 75 | msgstr "Stellt einen API-Schlüssel für Repositories bereit, die möglicherweise eine Authentifizierung erfordern." 76 | 77 | #: includes/class-admin-settings.php:479 78 | msgid "API Key" 79 | msgstr "API-Schlüssel" 80 | 81 | #: includes/class-admin-settings.php:470 82 | msgid "Other" 83 | msgstr "Andere" 84 | 85 | #: includes/class-admin-settings.php:460 86 | msgid "Your new API Host." 87 | msgstr "Ihr neuer API-Host" 88 | 89 | #: includes/class-admin-settings.php:452 90 | msgid "API Host" 91 | msgstr "API-Host" 92 | 93 | #: includes/class-admin-settings.php:439 94 | msgid "Enable AspireUpdate API Rewrites" 95 | msgstr "Aktivieren der AspireUpdate API-Umschreibungen" 96 | 97 | #: includes/class-admin-settings.php:428 98 | msgid "API Configuration" 99 | msgstr "API-Konfiguration" 100 | 101 | #: includes/class-admin-settings.php:329 102 | msgid "Reset" 103 | msgstr "Zurücksetzen" 104 | 105 | #: includes/class-admin-settings.php:319 106 | msgid "AspireUpdate Settings" 107 | msgstr "AspireUpdate-Einstellungen" 108 | 109 | #: includes/class-admin-settings.php:298 110 | msgid "Unexpected Error:" 111 | msgstr "Unerwarteter Fehler:" 112 | 113 | #: includes/class-admin-settings.php:133 114 | msgid "Settings have been reset to default." 115 | msgstr "Einstellungen wurden auf die Standardwerte zurückgesetzt." 116 | 117 | #. Author URI of the plugin 118 | #: aspire-update.php includes/class-branding.php:91 119 | #: includes/class-branding.php:100 includes/class-branding.php:108 120 | msgid "https://docs.aspirepress.org/aspireupdate/" 121 | msgstr "https://docs.aspirepress.org/aspireupdate/" 122 | 123 | #. Author of the plugin 124 | #: aspire-update.php 125 | msgid "AspirePress" 126 | msgstr "AspirePress" 127 | 128 | #. Description of the plugin 129 | #: aspire-update.php 130 | msgid "Update plugins and themes for WordPress." 131 | msgstr "Aktualisiert Plugins und Themes für WordPress." 132 | 133 | #. Plugin URI of the plugin 134 | #: aspire-update.php 135 | msgid "https://aspirepress.org/" 136 | msgstr "https://aspirepress.org/" 137 | 138 | #. Plugin Name of the plugin 139 | #: aspire-update.php 140 | msgid "AspireUpdate" 141 | msgstr "AspireUpdate" -------------------------------------------------------------------------------- /languages/aspireupdate-fr_FR.po: -------------------------------------------------------------------------------- 1 | # Translation of AspireUpdate in French (France) 2 | # This file is distributed under the same license as the AspireUpdate package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: 2024-11-11 23:02:32+0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n > 1;\n" 10 | "X-Generator: GlotPress/4.0.1\n" 11 | "Language: fr\n" 12 | "Project-Id-Version: AspireUpdate\n" 13 | 14 | #. translators: 1: The name of the plugin, 2: The documentation URL. 15 | #: includes/class-branding.php:106 16 | msgid "Your WordPress, plugin, theme and translation updates are now powered by %1$s. Learn more" 17 | msgstr "Vos mises à jour de WordPress, d’extensions et de thèmes sont maintenant propulsés par %1$s. En savoir plus" 18 | 19 | #. translators: 1: The name of the plugin, 2: The documentation URL. 20 | #: includes/class-branding.php:98 21 | msgid "Your theme updates are now powered by %1$s. Learn more" 22 | msgstr "Vos mises à jour de thèmes sont maintenant propulsés par %1$s. En savoir plus" 23 | 24 | #. translators: 1: The name of the plugin, 2: The documentation URL. 25 | #: includes/class-branding.php:89 26 | msgid "Your plugin updates are now powered by %1$s. Learn more" 27 | msgstr "Vos mises à jour d’extension sont maintenant propulsées par %1$s. En savoir plus" 28 | 29 | #: includes/class-admin-settings.php:609 30 | msgid "Generate API Key" 31 | msgstr "Générer une clé API" 32 | 33 | #: includes/class-admin-settings.php:546 34 | msgid "Disables the verification of SSL to allow local testing." 35 | msgstr "Désactive la vérification du SSL pour autoriser le test en local." 36 | 37 | #: includes/class-admin-settings.php:537 38 | msgid "Disable SSL Verification" 39 | msgstr "Désactiver la vérification du SSL" 40 | 41 | #: includes/class-admin-settings.php:531 42 | msgid "Outputs the request URL and headers / response headers and body / string that is being rewritten." 43 | msgstr "Affiche l’URL et les en-têtes de la requête/les en-têtes et le corps de la réponse/la chaîne qui est en train d'être réécrite." 44 | 45 | #: includes/class-admin-settings.php:529 46 | msgid "String" 47 | msgstr "Chaîne" 48 | 49 | #: includes/class-admin-settings.php:528 50 | msgid "Response" 51 | msgstr "Réponse" 52 | 53 | #: includes/class-admin-settings.php:527 54 | msgid "Request" 55 | msgstr "Requête" 56 | 57 | #: includes/class-admin-settings.php:518 58 | msgid "Enable Debug Type" 59 | msgstr "Activer le type de débogage" 60 | 61 | #: includes/class-admin-settings.php:512 62 | msgid "Enables debug mode for the plugin." 63 | msgstr "Active le mode débogage de l’extension." 64 | 65 | #: includes/class-admin-settings.php:504 66 | msgid "Enable Debug Mode" 67 | msgstr "Activer le mode débogage" 68 | 69 | #: includes/class-admin-settings.php:493 70 | msgid "API Debug Configuration" 71 | msgstr "Configuration du débogage de l’API" 72 | 73 | #: includes/class-admin-settings.php:487 74 | msgid "Provides an API key for repositories that may require authentication." 75 | msgstr "Fournit une clé API pour les dépôts qui peuvent nécessiter une authentification." 76 | 77 | #: includes/class-admin-settings.php:479 78 | msgid "API Key" 79 | msgstr "Clé API" 80 | 81 | #: includes/class-admin-settings.php:470 82 | msgid "Other" 83 | msgstr "Autre" 84 | 85 | #: includes/class-admin-settings.php:460 86 | msgid "Your new API Host." 87 | msgstr "Votre nouvel hôte d’API" 88 | 89 | #: includes/class-admin-settings.php:452 90 | msgid "API Host" 91 | msgstr "Hôte d’API" 92 | 93 | #: includes/class-admin-settings.php:439 94 | msgid "Enable AspireUpdate API Rewrites" 95 | msgstr "Activer la réécriture de l’API AspireUpdate" 96 | 97 | #: includes/class-admin-settings.php:428 98 | msgid "API Configuration" 99 | msgstr "Configuration de l’API" 100 | 101 | #: includes/class-admin-settings.php:329 102 | msgid "Reset" 103 | msgstr "Réinitialiser" 104 | 105 | #: includes/class-admin-settings.php:319 106 | msgid "AspireUpdate Settings" 107 | msgstr "Réglages d’AspireUpdate" 108 | 109 | #: includes/class-admin-settings.php:298 110 | msgid "Unexpected Error:" 111 | msgstr "Erreur inattendue :" 112 | 113 | #: includes/class-admin-settings.php:133 114 | msgid "Settings have been reset to default." 115 | msgstr "Les réglages ont été réinitialisés à ceux par défaut." 116 | 117 | #. Author URI of the plugin 118 | #: aspire-update.php includes/class-branding.php:91 119 | #: includes/class-branding.php:100 includes/class-branding.php:108 120 | msgid "https://docs.aspirepress.org/aspireupdate/" 121 | msgstr "https://docs.aspirepress.org/aspireupdate/" 122 | 123 | #. Author of the plugin 124 | #: aspire-update.php 125 | msgid "AspirePress" 126 | msgstr "AspirePress" 127 | 128 | #. Description of the plugin 129 | #: aspire-update.php 130 | msgid "Update plugins and themes for WordPress." 131 | msgstr "Mets à jour les extensions et thème pour WordPress" 132 | 133 | #. Plugin URI of the plugin 134 | #: aspire-update.php 135 | msgid "https://aspirepress.org/" 136 | msgstr "https://aspirepress.org/" 137 | 138 | #. Plugin Name of the plugin 139 | #: aspire-update.php 140 | msgid "AspireUpdate" 141 | msgstr "AspireUpdate" -------------------------------------------------------------------------------- /languages/aspireupdate-fr_BE.po: -------------------------------------------------------------------------------- 1 | # Translation of AspireUpdate in French (Belgium) 2 | # This file is distributed under the same license as the AspireUpdate package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: 2024-11-11 22:32:59+0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n > 1;\n" 10 | "X-Generator: GlotPress/4.0.1\n" 11 | "Language: fr_BE\n" 12 | "Project-Id-Version: AspireUpdate\n" 13 | 14 | #. translators: 1: The name of the plugin, 2: The documentation URL. 15 | #: includes/class-branding.php:106 16 | msgid "Your WordPress, plugin, theme and translation updates are now powered by %1$s. Learn more" 17 | msgstr "Vos mises à jour de WordPress, d’extensions et de thèmes sont maintenant propulsés par %1$s. En savoir plus" 18 | 19 | #. translators: 1: The name of the plugin, 2: The documentation URL. 20 | #: includes/class-branding.php:98 21 | msgid "Your theme updates are now powered by %1$s. Learn more" 22 | msgstr "Vos mises à jour de thèmes sont maintenant propulsés par %1$s. En savoir plus" 23 | 24 | #. translators: 1: The name of the plugin, 2: The documentation URL. 25 | #: includes/class-branding.php:89 26 | msgid "Your plugin updates are now powered by %1$s. Learn more" 27 | msgstr "Vos mises à jour d’extension sont maintenant propulsées par %1$s. En savoir plus" 28 | 29 | #: includes/class-admin-settings.php:609 30 | msgid "Generate API Key" 31 | msgstr "Générer une clé API" 32 | 33 | #: includes/class-admin-settings.php:546 34 | msgid "Disables the verification of SSL to allow local testing." 35 | msgstr "Désactive la vérification du SSL pour autoriser le test en local." 36 | 37 | #: includes/class-admin-settings.php:537 38 | msgid "Disable SSL Verification" 39 | msgstr "Désactiver la vérification du SSL" 40 | 41 | #: includes/class-admin-settings.php:531 42 | msgid "Outputs the request URL and headers / response headers and body / string that is being rewritten." 43 | msgstr "Affiche l’URL et les en-têtes de la requête/les en-têtes et le corps de la réponse/la chaîne qui est en train d'être réécrite." 44 | 45 | #: includes/class-admin-settings.php:529 46 | msgid "String" 47 | msgstr "Chaîne" 48 | 49 | #: includes/class-admin-settings.php:528 50 | msgid "Response" 51 | msgstr "Réponse" 52 | 53 | #: includes/class-admin-settings.php:527 54 | msgid "Request" 55 | msgstr "Requête" 56 | 57 | #: includes/class-admin-settings.php:518 58 | msgid "Enable Debug Type" 59 | msgstr "Activer le type de débogage" 60 | 61 | #: includes/class-admin-settings.php:512 62 | msgid "Enables debug mode for the plugin." 63 | msgstr "Active le mode débogage de l’extension." 64 | 65 | #: includes/class-admin-settings.php:504 66 | msgid "Enable Debug Mode" 67 | msgstr "Activer le mode débogage" 68 | 69 | #: includes/class-admin-settings.php:493 70 | msgid "API Debug Configuration" 71 | msgstr "Configuration du débogage de l’API" 72 | 73 | #: includes/class-admin-settings.php:487 74 | msgid "Provides an API key for repositories that may require authentication." 75 | msgstr "Fournit une clé API pour les dépôts qui peuvent nécessiter une authentification." 76 | 77 | #: includes/class-admin-settings.php:479 78 | msgid "API Key" 79 | msgstr "Clé API" 80 | 81 | #: includes/class-admin-settings.php:470 82 | msgid "Other" 83 | msgstr "Autre" 84 | 85 | #: includes/class-admin-settings.php:460 86 | msgid "Your new API Host." 87 | msgstr "Votre nouvel hôte d’API" 88 | 89 | #: includes/class-admin-settings.php:452 90 | msgid "API Host" 91 | msgstr "Hôte d’API" 92 | 93 | #: includes/class-admin-settings.php:439 94 | msgid "Enable AspireUpdate API Rewrites" 95 | msgstr "Activer la réécriture de l’API AspireUpdate" 96 | 97 | #: includes/class-admin-settings.php:428 98 | msgid "API Configuration" 99 | msgstr "Configuration de l’API" 100 | 101 | #: includes/class-admin-settings.php:329 102 | msgid "Reset" 103 | msgstr "Réinitialiser" 104 | 105 | #: includes/class-admin-settings.php:319 106 | msgid "AspireUpdate Settings" 107 | msgstr "Réglages d’AspireUpdate" 108 | 109 | #: includes/class-admin-settings.php:298 110 | msgid "Unexpected Error:" 111 | msgstr "Erreur inattendue :" 112 | 113 | #: includes/class-admin-settings.php:133 114 | msgid "Settings have been reset to default." 115 | msgstr "Les réglages ont été réinitialisés à ceux par défaut." 116 | 117 | #. Author URI of the plugin 118 | #: aspire-update.php includes/class-branding.php:91 119 | #: includes/class-branding.php:100 includes/class-branding.php:108 120 | msgid "https://docs.aspirepress.org/aspireupdate/" 121 | msgstr "https://docs.aspirepress.org/aspireupdate/" 122 | 123 | #. Author of the plugin 124 | #: aspire-update.php 125 | msgid "AspirePress" 126 | msgstr "AspirePress" 127 | 128 | #. Description of the plugin 129 | #: aspire-update.php 130 | msgid "Update plugins and themes for WordPress." 131 | msgstr "Mets à jour les extensions et thème pour WordPress" 132 | 133 | #. Plugin URI of the plugin 134 | #: aspire-update.php 135 | msgid "https://aspirepress.org/" 136 | msgstr "https://aspirepress.org/" 137 | 138 | #. Plugin Name of the plugin 139 | #: aspire-update.php 140 | msgid "AspireUpdate" 141 | msgstr "AspireUpdate" -------------------------------------------------------------------------------- /languages/aspireupdate-fr_CA.po: -------------------------------------------------------------------------------- 1 | # Translation of AspireUpdate in French (Canada) 2 | # This file is distributed under the same license as the AspireUpdate package. 3 | msgid "" 4 | msgstr "" 5 | "PO-Revision-Date: 2024-11-11 22:33:18+0000\n" 6 | "MIME-Version: 1.0\n" 7 | "Content-Type: text/plain; charset=UTF-8\n" 8 | "Content-Transfer-Encoding: 8bit\n" 9 | "Plural-Forms: nplurals=2; plural=n > 1;\n" 10 | "X-Generator: GlotPress/4.0.1\n" 11 | "Language: fr_CA\n" 12 | "Project-Id-Version: AspireUpdate\n" 13 | 14 | #. translators: 1: The name of the plugin, 2: The documentation URL. 15 | #: includes/class-branding.php:106 16 | msgid "Your WordPress, plugin, theme and translation updates are now powered by %1$s. Learn more" 17 | msgstr "Vos mises à jour de WordPress, d’extensions et de thèmes sont maintenant propulsés par %1$s. En savoir plus" 18 | 19 | #. translators: 1: The name of the plugin, 2: The documentation URL. 20 | #: includes/class-branding.php:98 21 | msgid "Your theme updates are now powered by %1$s. Learn more" 22 | msgstr "Vos mises à jour de thèmes sont maintenant propulsés par %1$s. En savoir plus" 23 | 24 | #. translators: 1: The name of the plugin, 2: The documentation URL. 25 | #: includes/class-branding.php:89 26 | msgid "Your plugin updates are now powered by %1$s. Learn more" 27 | msgstr "Vos mises à jour d’extension sont maintenant propulsées par %1$s. En savoir plus" 28 | 29 | #: includes/class-admin-settings.php:609 30 | msgid "Generate API Key" 31 | msgstr "Générer une clé API" 32 | 33 | #: includes/class-admin-settings.php:546 34 | msgid "Disables the verification of SSL to allow local testing." 35 | msgstr "Désactive la vérification du SSL pour autoriser le test en local." 36 | 37 | #: includes/class-admin-settings.php:537 38 | msgid "Disable SSL Verification" 39 | msgstr "Désactiver la vérification du SSL" 40 | 41 | #: includes/class-admin-settings.php:531 42 | msgid "Outputs the request URL and headers / response headers and body / string that is being rewritten." 43 | msgstr "Affiche l’URL et les en-têtes de la requête/les en-têtes et le corps de la réponse/la chaîne qui est en train d'être réécrite." 44 | 45 | #: includes/class-admin-settings.php:529 46 | msgid "String" 47 | msgstr "Chaîne" 48 | 49 | #: includes/class-admin-settings.php:528 50 | msgid "Response" 51 | msgstr "Réponse" 52 | 53 | #: includes/class-admin-settings.php:527 54 | msgid "Request" 55 | msgstr "Requête" 56 | 57 | #: includes/class-admin-settings.php:518 58 | msgid "Enable Debug Type" 59 | msgstr "Activer le type de débogage" 60 | 61 | #: includes/class-admin-settings.php:512 62 | msgid "Enables debug mode for the plugin." 63 | msgstr "Active le mode débogage de l’extension." 64 | 65 | #: includes/class-admin-settings.php:504 66 | msgid "Enable Debug Mode" 67 | msgstr "Activer le mode débogage" 68 | 69 | #: includes/class-admin-settings.php:493 70 | msgid "API Debug Configuration" 71 | msgstr "Configuration du débogage de l’API" 72 | 73 | #: includes/class-admin-settings.php:487 74 | msgid "Provides an API key for repositories that may require authentication." 75 | msgstr "Fournit une clé API pour les dépôts qui peuvent nécessiter une authentification." 76 | 77 | #: includes/class-admin-settings.php:479 78 | msgid "API Key" 79 | msgstr "Clé API" 80 | 81 | #: includes/class-admin-settings.php:470 82 | msgid "Other" 83 | msgstr "Autre" 84 | 85 | #: includes/class-admin-settings.php:460 86 | msgid "Your new API Host." 87 | msgstr "Votre nouvel hôte d’API" 88 | 89 | #: includes/class-admin-settings.php:452 90 | msgid "API Host" 91 | msgstr "Hôte d’API" 92 | 93 | #: includes/class-admin-settings.php:439 94 | msgid "Enable AspireUpdate API Rewrites" 95 | msgstr "Activer la réécriture de l’API AspireUpdate" 96 | 97 | #: includes/class-admin-settings.php:428 98 | msgid "API Configuration" 99 | msgstr "Configuration de l’API" 100 | 101 | #: includes/class-admin-settings.php:329 102 | msgid "Reset" 103 | msgstr "Réinitialiser" 104 | 105 | #: includes/class-admin-settings.php:319 106 | msgid "AspireUpdate Settings" 107 | msgstr "Réglages d’AspireUpdate" 108 | 109 | #: includes/class-admin-settings.php:298 110 | msgid "Unexpected Error:" 111 | msgstr "Erreur inattendue :" 112 | 113 | #: includes/class-admin-settings.php:133 114 | msgid "Settings have been reset to default." 115 | msgstr "Les réglages ont été réinitialisés à ceux par défaut." 116 | 117 | #. Author URI of the plugin 118 | #: aspire-update.php includes/class-branding.php:91 119 | #: includes/class-branding.php:100 includes/class-branding.php:108 120 | msgid "https://docs.aspirepress.org/aspireupdate/" 121 | msgstr "https://docs.aspirepress.org/aspireupdate/" 122 | 123 | #. Author of the plugin 124 | #: aspire-update.php 125 | msgid "AspirePress" 126 | msgstr "AspirePress" 127 | 128 | #. Description of the plugin 129 | #: aspire-update.php 130 | msgid "Update plugins and themes for WordPress." 131 | msgstr "Mets à jour les extensions et thème pour WordPress" 132 | 133 | #. Plugin URI of the plugin 134 | #: aspire-update.php 135 | msgid "https://aspirepress.org/" 136 | msgstr "https://aspirepress.org/" 137 | 138 | #. Plugin Name of the plugin 139 | #: aspire-update.php 140 | msgid "AspireUpdate" 141 | msgstr "AspireUpdate" -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- 1 | { 2 | "_readme": [ 3 | "This file locks the dependencies of your project to a known state", 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 5 | "This file is @generated automatically" 6 | ], 7 | "content-hash": "9033f113722e02fc88d9a3da52541993", 8 | "packages": [ 9 | { 10 | "name": "afragen/language-pack-maker", 11 | "version": "dev-master", 12 | "source": { 13 | "type": "git", 14 | "url": "https://github.com/afragen/language-pack-maker.git", 15 | "reference": "90af5ceb9cac94eceb7f747eaff2204173ecb010" 16 | }, 17 | "dist": { 18 | "type": "zip", 19 | "url": "https://api.github.com/repos/afragen/language-pack-maker/zipball/90af5ceb9cac94eceb7f747eaff2204173ecb010", 20 | "reference": "90af5ceb9cac94eceb7f747eaff2204173ecb010", 21 | "shasum": "" 22 | }, 23 | "require": { 24 | "afragen/wp-cli-runner": "^0.1", 25 | "gettext/gettext": "^4.8", 26 | "php": ">=7.0", 27 | "wp-cli/i18n-command": "^2" 28 | }, 29 | "default-branch": true, 30 | "type": "library", 31 | "autoload": { 32 | "files": [ 33 | "index.php" 34 | ], 35 | "psr-4": { 36 | "Fragen\\Language_Pack_Maker\\": "src/" 37 | } 38 | }, 39 | "notification-url": "https://packagist.org/downloads/", 40 | "license": [ 41 | "MIT" 42 | ], 43 | "authors": [ 44 | { 45 | "name": "Andy Fragen", 46 | "email": "andy@thefragens.com", 47 | "homepage": "https://thefragens.com", 48 | "role": "Developer" 49 | } 50 | ], 51 | "description": "Library that helps create git sourced WordPress Language Packs from po files.", 52 | "keywords": [ 53 | "language packs", 54 | "translations", 55 | "wordpress" 56 | ], 57 | "support": { 58 | "issues": "https://github.com/afragen/language-pack-maker/issues", 59 | "source": "https://github.com/afragen/language-pack-maker" 60 | }, 61 | "time": "2024-11-11T15:21:43+00:00" 62 | }, 63 | { 64 | "name": "afragen/wp-cli-runner", 65 | "version": "0.1.2", 66 | "source": { 67 | "type": "git", 68 | "url": "https://github.com/afragen/wp-cli-runner.git", 69 | "reference": "87ee6ef715d36f6d7983ce49d03d12ffdcbe46a9" 70 | }, 71 | "dist": { 72 | "type": "zip", 73 | "url": "https://api.github.com/repos/afragen/wp-cli-runner/zipball/87ee6ef715d36f6d7983ce49d03d12ffdcbe46a9", 74 | "reference": "87ee6ef715d36f6d7983ce49d03d12ffdcbe46a9", 75 | "shasum": "" 76 | }, 77 | "require": { 78 | "wp-cli/wp-cli": "^2" 79 | }, 80 | "type": "library", 81 | "autoload": { 82 | "psr-4": { 83 | "Fragen\\WP_CLI_Runner\\": "src" 84 | } 85 | }, 86 | "notification-url": "https://packagist.org/downloads/", 87 | "license": [ 88 | "GPL-2.0-or-later" 89 | ], 90 | "description": "Helper to test custom WP-CLI commands by bootstrapping WP-CLI", 91 | "homepage": "https://github.com/afragen/wp-cli-runner", 92 | "keywords": [ 93 | "testing", 94 | "wp-cli" 95 | ], 96 | "support": { 97 | "source": "https://github.com/afragen/wp-cli-runner/tree/0.1.2" 98 | }, 99 | "time": "2021-05-21T15:31:14+00:00" 100 | }, 101 | { 102 | "name": "eftec/bladeone", 103 | "version": "3.52", 104 | "source": { 105 | "type": "git", 106 | "url": "https://github.com/EFTEC/BladeOne.git", 107 | "reference": "a19bf66917de0b29836983db87a455a4f6e32148" 108 | }, 109 | "dist": { 110 | "type": "zip", 111 | "url": "https://api.github.com/repos/EFTEC/BladeOne/zipball/a19bf66917de0b29836983db87a455a4f6e32148", 112 | "reference": "a19bf66917de0b29836983db87a455a4f6e32148", 113 | "shasum": "" 114 | }, 115 | "require": { 116 | "ext-json": "*", 117 | "php": ">=5.6" 118 | }, 119 | "require-dev": { 120 | "friendsofphp/php-cs-fixer": "^2.16.1", 121 | "phpunit/phpunit": "^5.7", 122 | "squizlabs/php_codesniffer": "^3.5.4" 123 | }, 124 | "suggest": { 125 | "eftec/bladeonehtml": "Extension to create forms", 126 | "ext-mbstring": "This extension is used if it's active" 127 | }, 128 | "type": "library", 129 | "autoload": { 130 | "psr-4": { 131 | "eftec\\bladeone\\": "lib/" 132 | } 133 | }, 134 | "notification-url": "https://packagist.org/downloads/", 135 | "license": [ 136 | "MIT" 137 | ], 138 | "authors": [ 139 | { 140 | "name": "Jorge Patricio Castro Castillo", 141 | "email": "jcastro@eftec.cl" 142 | } 143 | ], 144 | "description": "The standalone version Blade Template Engine from Laravel in a single php file", 145 | "homepage": "https://github.com/EFTEC/BladeOne", 146 | "keywords": [ 147 | "blade", 148 | "php", 149 | "template", 150 | "templating", 151 | "view" 152 | ], 153 | "support": { 154 | "issues": "https://github.com/EFTEC/BladeOne/issues", 155 | "source": "https://github.com/EFTEC/BladeOne/tree/3.52" 156 | }, 157 | "time": "2021-04-17T13:49:01+00:00" 158 | }, 159 | { 160 | "name": "gettext/gettext", 161 | "version": "v4.8.12", 162 | "source": { 163 | "type": "git", 164 | "url": "https://github.com/php-gettext/Gettext.git", 165 | "reference": "11af89ee6c087db3cf09ce2111a150bca5c46e12" 166 | }, 167 | "dist": { 168 | "type": "zip", 169 | "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/11af89ee6c087db3cf09ce2111a150bca5c46e12", 170 | "reference": "11af89ee6c087db3cf09ce2111a150bca5c46e12", 171 | "shasum": "" 172 | }, 173 | "require": { 174 | "gettext/languages": "^2.3", 175 | "php": ">=5.4.0" 176 | }, 177 | "require-dev": { 178 | "illuminate/view": "^5.0.x-dev", 179 | "phpunit/phpunit": "^4.8|^5.7|^6.5", 180 | "squizlabs/php_codesniffer": "^3.0", 181 | "symfony/yaml": "~2", 182 | "twig/extensions": "*", 183 | "twig/twig": "^1.31|^2.0" 184 | }, 185 | "suggest": { 186 | "illuminate/view": "Is necessary if you want to use the Blade extractor", 187 | "symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator", 188 | "twig/extensions": "Is necessary if you want to use the Twig extractor", 189 | "twig/twig": "Is necessary if you want to use the Twig extractor" 190 | }, 191 | "type": "library", 192 | "autoload": { 193 | "psr-4": { 194 | "Gettext\\": "src" 195 | } 196 | }, 197 | "notification-url": "https://packagist.org/downloads/", 198 | "license": [ 199 | "MIT" 200 | ], 201 | "authors": [ 202 | { 203 | "name": "Oscar Otero", 204 | "email": "oom@oscarotero.com", 205 | "homepage": "http://oscarotero.com", 206 | "role": "Developer" 207 | } 208 | ], 209 | "description": "PHP gettext manager", 210 | "homepage": "https://github.com/oscarotero/Gettext", 211 | "keywords": [ 212 | "JS", 213 | "gettext", 214 | "i18n", 215 | "mo", 216 | "po", 217 | "translation" 218 | ], 219 | "support": { 220 | "email": "oom@oscarotero.com", 221 | "issues": "https://github.com/oscarotero/Gettext/issues", 222 | "source": "https://github.com/php-gettext/Gettext/tree/v4.8.12" 223 | }, 224 | "funding": [ 225 | { 226 | "url": "https://paypal.me/oscarotero", 227 | "type": "custom" 228 | }, 229 | { 230 | "url": "https://github.com/oscarotero", 231 | "type": "github" 232 | }, 233 | { 234 | "url": "https://www.patreon.com/misteroom", 235 | "type": "patreon" 236 | } 237 | ], 238 | "time": "2024-05-18T10:25:07+00:00" 239 | }, 240 | { 241 | "name": "gettext/languages", 242 | "version": "2.10.0", 243 | "source": { 244 | "type": "git", 245 | "url": "https://github.com/php-gettext/Languages.git", 246 | "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab" 247 | }, 248 | "dist": { 249 | "type": "zip", 250 | "url": "https://api.github.com/repos/php-gettext/Languages/zipball/4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab", 251 | "reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab", 252 | "shasum": "" 253 | }, 254 | "require": { 255 | "php": ">=5.3" 256 | }, 257 | "require-dev": { 258 | "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4" 259 | }, 260 | "bin": [ 261 | "bin/export-plural-rules" 262 | ], 263 | "type": "library", 264 | "autoload": { 265 | "psr-4": { 266 | "Gettext\\Languages\\": "src/" 267 | } 268 | }, 269 | "notification-url": "https://packagist.org/downloads/", 270 | "license": [ 271 | "MIT" 272 | ], 273 | "authors": [ 274 | { 275 | "name": "Michele Locati", 276 | "email": "mlocati@gmail.com", 277 | "role": "Developer" 278 | } 279 | ], 280 | "description": "gettext languages with plural rules", 281 | "homepage": "https://github.com/php-gettext/Languages", 282 | "keywords": [ 283 | "cldr", 284 | "i18n", 285 | "internationalization", 286 | "l10n", 287 | "language", 288 | "languages", 289 | "localization", 290 | "php", 291 | "plural", 292 | "plural rules", 293 | "plurals", 294 | "translate", 295 | "translations", 296 | "unicode" 297 | ], 298 | "support": { 299 | "issues": "https://github.com/php-gettext/Languages/issues", 300 | "source": "https://github.com/php-gettext/Languages/tree/2.10.0" 301 | }, 302 | "funding": [ 303 | { 304 | "url": "https://paypal.me/mlocati", 305 | "type": "custom" 306 | }, 307 | { 308 | "url": "https://github.com/mlocati", 309 | "type": "github" 310 | } 311 | ], 312 | "time": "2022-10-18T15:00:10+00:00" 313 | }, 314 | { 315 | "name": "mck89/peast", 316 | "version": "v1.16.3", 317 | "source": { 318 | "type": "git", 319 | "url": "https://github.com/mck89/peast.git", 320 | "reference": "645ec21b650bc2aced18285c85f220d22afc1430" 321 | }, 322 | "dist": { 323 | "type": "zip", 324 | "url": "https://api.github.com/repos/mck89/peast/zipball/645ec21b650bc2aced18285c85f220d22afc1430", 325 | "reference": "645ec21b650bc2aced18285c85f220d22afc1430", 326 | "shasum": "" 327 | }, 328 | "require": { 329 | "ext-mbstring": "*", 330 | "php": ">=5.4.0" 331 | }, 332 | "require-dev": { 333 | "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" 334 | }, 335 | "type": "library", 336 | "extra": { 337 | "branch-alias": { 338 | "dev-master": "1.16.3-dev" 339 | } 340 | }, 341 | "autoload": { 342 | "psr-4": { 343 | "Peast\\": "lib/Peast/" 344 | } 345 | }, 346 | "notification-url": "https://packagist.org/downloads/", 347 | "license": [ 348 | "BSD-3-Clause" 349 | ], 350 | "authors": [ 351 | { 352 | "name": "Marco Marchiò", 353 | "email": "marco.mm89@gmail.com" 354 | } 355 | ], 356 | "description": "Peast is PHP library that generates AST for JavaScript code", 357 | "support": { 358 | "issues": "https://github.com/mck89/peast/issues", 359 | "source": "https://github.com/mck89/peast/tree/v1.16.3" 360 | }, 361 | "time": "2024-07-23T14:00:32+00:00" 362 | }, 363 | { 364 | "name": "mustache/mustache", 365 | "version": "v2.14.2", 366 | "source": { 367 | "type": "git", 368 | "url": "https://github.com/bobthecow/mustache.php.git", 369 | "reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb" 370 | }, 371 | "dist": { 372 | "type": "zip", 373 | "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e62b7c3849d22ec55f3ec425507bf7968193a6cb", 374 | "reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb", 375 | "shasum": "" 376 | }, 377 | "require": { 378 | "php": ">=5.2.4" 379 | }, 380 | "require-dev": { 381 | "friendsofphp/php-cs-fixer": "~1.11", 382 | "phpunit/phpunit": "~3.7|~4.0|~5.0" 383 | }, 384 | "type": "library", 385 | "autoload": { 386 | "psr-0": { 387 | "Mustache": "src/" 388 | } 389 | }, 390 | "notification-url": "https://packagist.org/downloads/", 391 | "license": [ 392 | "MIT" 393 | ], 394 | "authors": [ 395 | { 396 | "name": "Justin Hileman", 397 | "email": "justin@justinhileman.info", 398 | "homepage": "http://justinhileman.com" 399 | } 400 | ], 401 | "description": "A Mustache implementation in PHP.", 402 | "homepage": "https://github.com/bobthecow/mustache.php", 403 | "keywords": [ 404 | "mustache", 405 | "templating" 406 | ], 407 | "support": { 408 | "issues": "https://github.com/bobthecow/mustache.php/issues", 409 | "source": "https://github.com/bobthecow/mustache.php/tree/v2.14.2" 410 | }, 411 | "time": "2022-08-23T13:07:01+00:00" 412 | }, 413 | { 414 | "name": "symfony/finder", 415 | "version": "v7.1.6", 416 | "source": { 417 | "type": "git", 418 | "url": "https://github.com/symfony/finder.git", 419 | "reference": "2cb89664897be33f78c65d3d2845954c8d7a43b8" 420 | }, 421 | "dist": { 422 | "type": "zip", 423 | "url": "https://api.github.com/repos/symfony/finder/zipball/2cb89664897be33f78c65d3d2845954c8d7a43b8", 424 | "reference": "2cb89664897be33f78c65d3d2845954c8d7a43b8", 425 | "shasum": "" 426 | }, 427 | "require": { 428 | "php": ">=8.2" 429 | }, 430 | "require-dev": { 431 | "symfony/filesystem": "^6.4|^7.0" 432 | }, 433 | "type": "library", 434 | "autoload": { 435 | "psr-4": { 436 | "Symfony\\Component\\Finder\\": "" 437 | }, 438 | "exclude-from-classmap": [ 439 | "/Tests/" 440 | ] 441 | }, 442 | "notification-url": "https://packagist.org/downloads/", 443 | "license": [ 444 | "MIT" 445 | ], 446 | "authors": [ 447 | { 448 | "name": "Fabien Potencier", 449 | "email": "fabien@symfony.com" 450 | }, 451 | { 452 | "name": "Symfony Community", 453 | "homepage": "https://symfony.com/contributors" 454 | } 455 | ], 456 | "description": "Finds files and directories via an intuitive fluent interface", 457 | "homepage": "https://symfony.com", 458 | "support": { 459 | "source": "https://github.com/symfony/finder/tree/v7.1.6" 460 | }, 461 | "funding": [ 462 | { 463 | "url": "https://symfony.com/sponsor", 464 | "type": "custom" 465 | }, 466 | { 467 | "url": "https://github.com/fabpot", 468 | "type": "github" 469 | }, 470 | { 471 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 472 | "type": "tidelift" 473 | } 474 | ], 475 | "time": "2024-10-01T08:31:23+00:00" 476 | }, 477 | { 478 | "name": "wp-cli/i18n-command", 479 | "version": "v2.6.3", 480 | "source": { 481 | "type": "git", 482 | "url": "https://github.com/wp-cli/i18n-command.git", 483 | "reference": "065bb3758fcbff922f1b7a01ab702aab0da79803" 484 | }, 485 | "dist": { 486 | "type": "zip", 487 | "url": "https://api.github.com/repos/wp-cli/i18n-command/zipball/065bb3758fcbff922f1b7a01ab702aab0da79803", 488 | "reference": "065bb3758fcbff922f1b7a01ab702aab0da79803", 489 | "shasum": "" 490 | }, 491 | "require": { 492 | "eftec/bladeone": "3.52", 493 | "gettext/gettext": "^4.8", 494 | "mck89/peast": "^1.13.11", 495 | "wp-cli/wp-cli": "^2.5" 496 | }, 497 | "require-dev": { 498 | "wp-cli/scaffold-command": "^1.2 || ^2", 499 | "wp-cli/wp-cli-tests": "^4" 500 | }, 501 | "suggest": { 502 | "ext-json": "Used for reading and generating JSON translation files", 503 | "ext-mbstring": "Used for calculating include/exclude matches in code extraction" 504 | }, 505 | "type": "wp-cli-package", 506 | "extra": { 507 | "branch-alias": { 508 | "dev-main": "2.x-dev" 509 | }, 510 | "bundled": true, 511 | "commands": [ 512 | "i18n", 513 | "i18n make-pot", 514 | "i18n make-json", 515 | "i18n make-mo", 516 | "i18n make-php", 517 | "i18n update-po" 518 | ] 519 | }, 520 | "autoload": { 521 | "files": [ 522 | "i18n-command.php" 523 | ], 524 | "psr-4": { 525 | "WP_CLI\\I18n\\": "src/" 526 | } 527 | }, 528 | "notification-url": "https://packagist.org/downloads/", 529 | "license": [ 530 | "MIT" 531 | ], 532 | "authors": [ 533 | { 534 | "name": "Pascal Birchler", 535 | "homepage": "https://pascalbirchler.com/" 536 | } 537 | ], 538 | "description": "Provides internationalization tools for WordPress projects.", 539 | "homepage": "https://github.com/wp-cli/i18n-command", 540 | "support": { 541 | "issues": "https://github.com/wp-cli/i18n-command/issues", 542 | "source": "https://github.com/wp-cli/i18n-command/tree/v2.6.3" 543 | }, 544 | "time": "2024-10-01T11:16:25+00:00" 545 | }, 546 | { 547 | "name": "wp-cli/mustangostang-spyc", 548 | "version": "0.6.3", 549 | "source": { 550 | "type": "git", 551 | "url": "https://github.com/wp-cli/spyc.git", 552 | "reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7" 553 | }, 554 | "dist": { 555 | "type": "zip", 556 | "url": "https://api.github.com/repos/wp-cli/spyc/zipball/6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7", 557 | "reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7", 558 | "shasum": "" 559 | }, 560 | "require": { 561 | "php": ">=5.3.1" 562 | }, 563 | "require-dev": { 564 | "phpunit/phpunit": "4.3.*@dev" 565 | }, 566 | "type": "library", 567 | "extra": { 568 | "branch-alias": { 569 | "dev-master": "0.5.x-dev" 570 | } 571 | }, 572 | "autoload": { 573 | "files": [ 574 | "includes/functions.php" 575 | ], 576 | "psr-4": { 577 | "Mustangostang\\": "src/" 578 | } 579 | }, 580 | "notification-url": "https://packagist.org/downloads/", 581 | "license": [ 582 | "MIT" 583 | ], 584 | "authors": [ 585 | { 586 | "name": "mustangostang", 587 | "email": "vlad.andersen@gmail.com" 588 | } 589 | ], 590 | "description": "A simple YAML loader/dumper class for PHP (WP-CLI fork)", 591 | "homepage": "https://github.com/mustangostang/spyc/", 592 | "support": { 593 | "source": "https://github.com/wp-cli/spyc/tree/autoload" 594 | }, 595 | "time": "2017-04-25T11:26:20+00:00" 596 | }, 597 | { 598 | "name": "wp-cli/php-cli-tools", 599 | "version": "v0.11.22", 600 | "source": { 601 | "type": "git", 602 | "url": "https://github.com/wp-cli/php-cli-tools.git", 603 | "reference": "a6bb94664ca36d0962f9c2ff25591c315a550c51" 604 | }, 605 | "dist": { 606 | "type": "zip", 607 | "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/a6bb94664ca36d0962f9c2ff25591c315a550c51", 608 | "reference": "a6bb94664ca36d0962f9c2ff25591c315a550c51", 609 | "shasum": "" 610 | }, 611 | "require": { 612 | "php": ">= 5.3.0" 613 | }, 614 | "require-dev": { 615 | "roave/security-advisories": "dev-latest", 616 | "wp-cli/wp-cli-tests": "^4" 617 | }, 618 | "type": "library", 619 | "extra": { 620 | "branch-alias": { 621 | "dev-master": "0.11.x-dev" 622 | } 623 | }, 624 | "autoload": { 625 | "files": [ 626 | "lib/cli/cli.php" 627 | ], 628 | "psr-0": { 629 | "cli": "lib/" 630 | } 631 | }, 632 | "notification-url": "https://packagist.org/downloads/", 633 | "license": [ 634 | "MIT" 635 | ], 636 | "authors": [ 637 | { 638 | "name": "Daniel Bachhuber", 639 | "email": "daniel@handbuilt.co", 640 | "role": "Maintainer" 641 | }, 642 | { 643 | "name": "James Logsdon", 644 | "email": "jlogsdon@php.net", 645 | "role": "Developer" 646 | } 647 | ], 648 | "description": "Console utilities for PHP", 649 | "homepage": "http://github.com/wp-cli/php-cli-tools", 650 | "keywords": [ 651 | "cli", 652 | "console" 653 | ], 654 | "support": { 655 | "issues": "https://github.com/wp-cli/php-cli-tools/issues", 656 | "source": "https://github.com/wp-cli/php-cli-tools/tree/v0.11.22" 657 | }, 658 | "time": "2023-12-03T19:25:05+00:00" 659 | }, 660 | { 661 | "name": "wp-cli/wp-cli", 662 | "version": "v2.11.0", 663 | "source": { 664 | "type": "git", 665 | "url": "https://github.com/wp-cli/wp-cli.git", 666 | "reference": "53f0df112901fcf95099d0f501912a209429b6a9" 667 | }, 668 | "dist": { 669 | "type": "zip", 670 | "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/53f0df112901fcf95099d0f501912a209429b6a9", 671 | "reference": "53f0df112901fcf95099d0f501912a209429b6a9", 672 | "shasum": "" 673 | }, 674 | "require": { 675 | "ext-curl": "*", 676 | "mustache/mustache": "^2.14.1", 677 | "php": "^5.6 || ^7.0 || ^8.0", 678 | "symfony/finder": ">2.7", 679 | "wp-cli/mustangostang-spyc": "^0.6.3", 680 | "wp-cli/php-cli-tools": "~0.11.2" 681 | }, 682 | "require-dev": { 683 | "roave/security-advisories": "dev-latest", 684 | "wp-cli/db-command": "^1.3 || ^2", 685 | "wp-cli/entity-command": "^1.2 || ^2", 686 | "wp-cli/extension-command": "^1.1 || ^2", 687 | "wp-cli/package-command": "^1 || ^2", 688 | "wp-cli/wp-cli-tests": "^4.0.1" 689 | }, 690 | "suggest": { 691 | "ext-readline": "Include for a better --prompt implementation", 692 | "ext-zip": "Needed to support extraction of ZIP archives when doing downloads or updates" 693 | }, 694 | "bin": [ 695 | "bin/wp", 696 | "bin/wp.bat" 697 | ], 698 | "type": "library", 699 | "extra": { 700 | "branch-alias": { 701 | "dev-main": "2.11.x-dev" 702 | } 703 | }, 704 | "autoload": { 705 | "psr-0": { 706 | "WP_CLI\\": "php/" 707 | }, 708 | "classmap": [ 709 | "php/class-wp-cli.php", 710 | "php/class-wp-cli-command.php" 711 | ] 712 | }, 713 | "notification-url": "https://packagist.org/downloads/", 714 | "license": [ 715 | "MIT" 716 | ], 717 | "description": "WP-CLI framework", 718 | "homepage": "https://wp-cli.org", 719 | "keywords": [ 720 | "cli", 721 | "wordpress" 722 | ], 723 | "support": { 724 | "docs": "https://make.wordpress.org/cli/handbook/", 725 | "issues": "https://github.com/wp-cli/wp-cli/issues", 726 | "source": "https://github.com/wp-cli/wp-cli" 727 | }, 728 | "time": "2024-08-08T03:04:55+00:00" 729 | } 730 | ], 731 | "packages-dev": [], 732 | "aliases": [], 733 | "minimum-stability": "stable", 734 | "stability-flags": { 735 | "afragen/language-pack-maker": 20 736 | }, 737 | "prefer-stable": true, 738 | "prefer-lowest": false, 739 | "platform": {}, 740 | "platform-dev": {}, 741 | "plugin-api-version": "2.6.0" 742 | } 743 | --------------------------------------------------------------------------------