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/fr/api.php | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 app/i18n/fr/api.php (limited to 'app/i18n/fr/api.php') diff --git a/app/i18n/fr/api.php b/app/i18n/fr/api.php new file mode 100644 index 000000000..3bb80d9ce --- /dev/null +++ b/app/i18n/fr/api.php @@ -0,0 +1,33 @@ + array( + 'address' => 'Adresse de votre API :', + 'output' => array( + 'encoding-support' => '⚠️ Avertissement : pas de support %2F ; certains clients pourraient ne pas fonctionner !', + 'invalid-configuration' => '⚠️ Avertissement : base_url probablement invalide dans ./data/config.php', + 'pass' => '✔️ Succès', + 'unknown-error' => '❌ ', // IGNORE + ), + 'test' => array( + 'fever' => 'Test de configuration de l’API Fever :', + 'greader' => 'Test de configuration de l’API Google Reader :', + ), + 'title' => array( + '_' => 'API de FreshRSS', + 'extension' => 'API des extensions', + 'fever' => 'API compatible avec l’API Fever', + 'greader' => 'API compatible avec l’API Google Reader', + ), + ), +); -- cgit v1.2.3