From a1411c7f2c10ab7c0e3cd49b8ffff38009ade35b Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Wed, 10 Sep 2025 01:04:17 -0400 Subject: Translate the API information page (#7922) Closes #6222 Translate the `api/index.php` page * Update app/i18n/pl/api.php Co-authored-by: Inverle * Update app/i18n/de/api.php Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com> * i18n: fr * Co-authored-by: Alexandre Alapetite --------- Co-authored-by: Inverle Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com> Co-authored-by: Alexandre Alapetite --- app/i18n/es/api.php | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 app/i18n/es/api.php (limited to 'app/i18n/es/api.php') diff --git a/app/i18n/es/api.php b/app/i18n/es/api.php new file mode 100644 index 000000000..6a0eedb08 --- /dev/null +++ b/app/i18n/es/api.php @@ -0,0 +1,33 @@ + array( + 'address' => 'Your API address:', // TODO + 'output' => array( + 'encoding-support' => '⚠️ WARN: no %2F support, some clients might not work!', // TODO + 'invalid-configuration' => '⚠️ WARN: Probable invalid base URL in ./data/config.php', // TODO + 'pass' => '✔️ PASS', // TODO + 'unknown-error' => '❌ ', // TODO + ), + 'test' => array( + 'fever' => 'Fever API configuration test:', // TODO + 'greader' => 'Google Reader API configuration test:', // TODO + ), + 'title' => array( + '_' => 'FreshRSS API endpoints', // TODO + 'extension' => 'API for extensions', // TODO + 'fever' => 'Fever compatible API', // TODO + 'greader' => 'Google Reader compatible API', // TODO + ), + ), +); -- cgit v1.2.3