diff options
| author | 2025-10-14 13:02:40 +0200 | |
|---|---|---|
| committer | 2025-10-14 13:02:40 +0200 | |
| commit | faaa770bc0b396d6e842fe816012661f07eac395 (patch) | |
| tree | 1fbfcae3d0d2c4f5625c7694d1c13d218213968f /app/i18n/it/api.php | |
| parent | 71a58415b1fe9c6b887972b636f43afdf08d3b3e (diff) | |
[i18n] updated Italian translation (#8115)
* [i18n] updated Italian translation
* make fix-all
* [i18n] italian unsafe_csp_header
* make fix-all
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/it/api.php')
| -rw-r--r-- | app/i18n/it/api.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/app/i18n/it/api.php b/app/i18n/it/api.php index 0021dfa98..e2318808c 100644 --- a/app/i18n/it/api.php +++ b/app/i18n/it/api.php @@ -12,22 +12,22 @@ return array( 'information' => array( - 'address' => 'Your API address:', // TODO + 'address' => 'Il tuo indirizzo per le API:', 'output' => array( - 'encoding-support' => '⚠️ WARN: no <code>%2F</code> 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 + 'encoding-support' => '⚠️ ATTENZIONE: nessun supporto per <code>%2F</code>, alcuni client potrebbero non funzionare!', + 'invalid-configuration' => '⚠️ ATTENZIONE: Probabile invalida configurazione "base URL" in ./data/config.php', + 'pass' => '✔️ SUPERATO', + 'unknown-error' => '❌ ', // IGNORE ), 'test' => array( - 'fever' => 'Fever API configuration test:', // TODO - 'greader' => 'Google Reader API configuration test:', // TODO + 'fever' => 'Test di configurazione per Fever API:', + 'greader' => 'Test di configurazione per Google Reader API', ), 'title' => array( - '_' => 'FreshRSS API endpoints', // TODO - 'extension' => 'API for extensions', // TODO - 'fever' => 'Fever compatible API', // TODO - 'greader' => 'Google Reader compatible API', // TODO + '_' => 'FreshRSS API endpoints', // IGNORE + 'extension' => 'API per le estensioni', + 'fever' => 'API compatibile con Fever', + 'greader' => 'API compatibile con Google Reader', ), ), ); |
