diff options
| author | 2021-10-25 17:38:04 -0400 | |
|---|---|---|
| committer | 2021-10-25 23:38:04 +0200 | |
| commit | f3bfe17a39eb797c7e0219606061001535258ea4 (patch) | |
| tree | 65857a38bcf4c0fcc29cddc541281f4da1af89f4 /app/i18n/it/admin.php | |
| parent | ff877e603f7ecdf926e38a920ee465c55e83ead0 (diff) | |
Update Italian Translation (#3939)
* Update Italian Translation
* Update app/i18n/it/admin.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/it/admin.php')
| -rw-r--r-- | app/i18n/it/admin.php | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/app/i18n/it/admin.php b/app/i18n/it/admin.php index 9942c867f..bf2999686 100644 --- a/app/i18n/it/admin.php +++ b/app/i18n/it/admin.php @@ -66,8 +66,8 @@ return array( 'ok' => 'Estensione JSON presente.', ), 'mbstring' => array( - 'nok' => 'Cannot find the recommended mbstring library for Unicode.', // TODO - Translation - 'ok' => 'You have the recommended mbstring library for Unicode.', // TODO - Translation + 'nok' => 'Non è possibile trovare la libreria mbstring raccomandata per Unicode.', + 'ok' => 'Ha la libreria mbstring raccomandata per Unicode.', ), 'pcre' => array( 'nok' => 'Manca una libreria richiesta per le regular expressions (php-pcre).', @@ -101,23 +101,23 @@ return array( ), ), 'extensions' => array( - 'author' => 'Author', // TODO - Translation - 'community' => 'Available community extensions', // TODO - Translation - 'description' => 'Description', // TODO - Translation + 'author' => 'Autore', + 'community' => 'Estensioni della community disponibili', + 'description' => 'Descrizione', 'disabled' => 'Disabilitata', 'empty_list' => 'Non ci sono estensioni installate', 'enabled' => 'Abilitata', - 'latest' => 'Installed', // TODO - Translation - 'name' => 'Name', // TODO - Translation + 'latest' => 'Installato', + 'name' => 'Nome', 'no_configure_view' => 'Questa estensioni non può essere configurata.', 'system' => array( '_' => 'Estensioni di sistema', 'no_rights' => 'Estensione di sistema (non hai i permessi su questo tipo)', ), 'title' => 'Estensioni', - 'update' => 'Update available', // TODO - Translation + 'update' => 'Aggiornamento disponibile', 'user' => 'Estensioni utente', - 'version' => 'Version', // TODO - Translation + 'version' => 'Versione', ), 'stats' => array( '_' => 'Statistiche', @@ -172,17 +172,17 @@ return array( 'title' => 'Aggiorna sistema', ), 'user' => array( - 'admin' => 'Administrator', // TODO - Translation - 'article_count' => 'Articles', // TODO - Translation + 'admin' => 'Amministratore', + 'article_count' => 'Articoli', 'back_to_manage' => '← Return to user list', // TODO - Translation 'create' => 'Crea nuovo utente', 'database_size' => 'Database size', // TODO - Translation - 'email' => 'Email address', // TODO - Translation + 'email' => 'Indirizzo e-mail', 'enabled' => 'Enabled', // TODO - Translation 'feed_count' => 'Feeds', // TODO - Translation 'is_admin' => 'Is admin', // TODO - Translation 'language' => 'Lingua', - 'last_user_activity' => 'Last user activity', // TODO - Translation + 'last_user_activity' => 'Ultime attività degli utenti', 'list' => 'User list', // TODO - Translation 'number' => ' %d profilo utente creato', 'numbers' => 'Sono presenti %d profili utente', |
