diff options
| author | 2021-09-12 11:37:15 +0200 | |
|---|---|---|
| committer | 2021-09-12 11:37:15 +0200 | |
| commit | fe295f50d031ca6475e21a0ae317cf1c71a68347 (patch) | |
| tree | 9c9f37dcebfe70b3daf167df0ce3c029feb343c6 /app/i18n/it | |
| parent | ff60e24c578eab30777c7e7d403def0565fab923 (diff) | |
Lint i18n files (#3841)
Translations had quite a lot of cleaning in late:
* Removed some unused keys
* Added some ignores
* Applied a `cli/manipulate.translation.php -a format`
Diffstat (limited to 'app/i18n/it')
| -rw-r--r-- | app/i18n/it/admin.php | 7 | ||||
| -rw-r--r-- | app/i18n/it/conf.php | 33 | ||||
| -rw-r--r-- | app/i18n/it/feedback.php | 5 | ||||
| -rw-r--r-- | app/i18n/it/gen.php | 34 | ||||
| -rw-r--r-- | app/i18n/it/index.php | 3 | ||||
| -rw-r--r-- | app/i18n/it/install.php | 3 | ||||
| -rw-r--r-- | app/i18n/it/sub.php | 3 | ||||
| -rw-r--r-- | app/i18n/it/user.php | 2 |
8 files changed, 33 insertions, 57 deletions
diff --git a/app/i18n/it/admin.php b/app/i18n/it/admin.php index 3cfc548f3..146e9032d 100644 --- a/app/i18n/it/admin.php +++ b/app/i18n/it/admin.php @@ -9,7 +9,6 @@ return array( 'http' => 'HTTP (per gli utenti avanzati con HTTPS)', 'none' => 'Nessuno (pericoloso)', 'title' => 'Autenticazione', - 'title_reset' => 'Reset autenticazione', 'token' => 'Token di autenticazione', 'token_help' => 'Consenti accesso agli RSS dell utente predefinito senza autenticazione:', 'type' => 'Metodo di autenticazione', @@ -180,11 +179,9 @@ return array( 'user' => array( 'admin' => 'Administrator', // TODO - Translation 'article_count' => 'Articles', // TODO - Translation - 'articles_and_size' => '%s articoli (%s)', 'back_to_manage' => '← Return to user list', // TODO - Translation 'create' => 'Crea nuovo utente', 'database_size' => 'Database size', // TODO - Translation - 'delete_users' => 'Delete user', // TODO - Translation 'email' => 'Email address', // TODO - Translation 'enabled' => 'Enabled', // TODO - Translation 'feed_count' => 'Feeds', // TODO - Translation @@ -196,11 +193,7 @@ return array( 'numbers' => 'Sono presenti %d profili utente', 'password_form' => 'Password<br /><small>(per il login classico)</small>', 'password_format' => 'Almeno 7 caratteri', - 'selected' => 'Selected user', // TODO - Translation 'title' => 'Gestione utenti', - 'update_users' => 'Update user', // TODO - Translation - 'user_list' => 'Lista utenti', 'username' => 'Nome utente', - 'users' => 'Utenti', ), ); diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php index 78bfd743e..d24dda3a1 100644 --- a/app/i18n/it/conf.php +++ b/app/i18n/it/conf.php @@ -3,7 +3,6 @@ return array( 'archiving' => array( '_' => 'Archiviazione', - 'delete_after' => 'Rimuovi articoli dopo', 'exception' => 'Purge exception', // TODO - Translation 'help' => 'Altre opzioni sono disponibili nelle impostazioni dei singoli feed', 'keep_favourites' => 'Never delete favourites', // TODO - Translation @@ -25,12 +24,12 @@ return array( '_' => 'Visualizzazione', 'icon' => array( 'bottom_line' => 'Barra in fondo', - 'summary' => 'Summary', // TODO - Translation 'display_authors' => 'Authors', // TODO - Translation 'entry' => 'Icone degli articoli', 'publication_date' => 'Data di pubblicazione', 'related_tags' => 'Tags correlati', 'sharing' => 'Condivisione', + 'summary' => 'Summary', // TODO - Translation 'top_line' => 'Barra in alto', ), 'language' => 'Lingua', @@ -40,6 +39,13 @@ return array( ), 'show_nav_buttons' => 'Show the navigation buttons', // TODO - Translation 'theme' => 'Tema', + 'thumbnail' => array( + 'label' => 'Thumbnail', // TODO - Translation + 'landscape' => 'Landscape', // TODO - Translation + 'none' => 'None', // TODO - Translation + 'portrait' => 'Portrait', // TODO - Translation + 'square' => 'Square', // TODO - Translation + ), 'title' => 'Visualizzazione', 'width' => array( 'content' => 'Larghezza contenuto', @@ -48,13 +54,6 @@ return array( 'no_limit' => 'Nessun limite', 'thin' => 'Stretto', ), - 'thumbnail' => array( - 'label' => 'Thumbnail', // TODO - Translation - 'none' => 'None', // TODO - Translation - 'portrait' => 'Portrait', // TODO - Translation - 'square' => 'Square', // TODO - Translation - 'landscape' => 'Landscape', // TODO - Translation - ), ), 'profile' => array( '_' => 'Gestione profili', @@ -72,7 +71,6 @@ return array( 'query' => array( '_' => 'Ricerche personali', 'deprecated' => 'Questa query non è più valida. La categoria o il feed di riferimento non stati cancellati.', - 'display' => 'Display user query results', // TODO - Translation 'filter' => array( '_' => 'Filtro applicato:', 'categories' => 'Display by category', // TODO - Translation @@ -87,14 +85,11 @@ return array( 'get_category' => 'Mostra la categoria "%s" ', 'get_favorite' => 'Mostra articoli preferiti', 'get_feed' => 'Mostra feed "%s" ', - 'get_tag' => 'Display "%s" label', // TODO - Translation 'name' => 'Name', // TODO - Translation 'no_filter' => 'Nessun filtro', - 'none' => 'Non hai creato nessuna ricerca personale.', 'number' => 'Ricerca n°%d', 'order_asc' => 'Mostra prima gli articoli più vecchi', 'order_desc' => 'Mostra prima gli articoli più nuovi', - 'remove' => 'Remove user query', // TODO - Translation 'search' => 'Cerca per "%s"', 'state_0' => 'Mostra tutti gli articoli', 'state_1' => 'Mostra gli articoli letti', @@ -165,20 +160,20 @@ return array( 'sharing' => array( '_' => 'Condivisione', 'add' => 'Add a sharing method', // TODO - Translation - 'blogotext' => 'Blogotext', // TODO - Translation - 'diaspora' => 'Diaspora*', // TODO - Translation + 'blogotext' => 'Blogotext', + 'diaspora' => 'Diaspora*', 'email' => 'Email', // TODO - Translation - 'facebook' => 'Facebook', // TODO - Translation + 'facebook' => 'Facebook', 'more_information' => 'Ulteriori informazioni', 'print' => 'Stampa', 'raindrop' => 'Raindrop.io', 'remove' => 'Remove sharing method', // TODO - Translation - 'shaarli' => 'Shaarli', // TODO - Translation + 'shaarli' => 'Shaarli', 'share_name' => 'Nome condivisione', 'share_url' => 'URL condivisione', 'title' => 'Condividi', - 'twitter' => 'Twitter', // TODO - Translation - 'wallabag' => 'wallabag', // TODO - Translation + 'twitter' => 'Twitter', + 'wallabag' => 'wallabag', ), 'shortcut' => array( '_' => 'Comandi tastiera', diff --git a/app/i18n/it/feedback.php b/app/i18n/it/feedback.php index b466e28bf..08730713a 100644 --- a/app/i18n/it/feedback.php +++ b/app/i18n/it/feedback.php @@ -15,10 +15,6 @@ return array( ), ), 'auth' => array( - 'form' => array( - 'not_set' => 'Si è verificato un problema alla configurazione del sistema di autenticazione. Per favore riprova più tardi.', - 'set' => 'Sistema di autenticazione tramite Form impostato come predefinito.', - ), 'login' => array( 'invalid' => 'Autenticazione non valida', 'success' => 'Autenticazione effettuata', @@ -26,7 +22,6 @@ return array( 'logout' => array( 'success' => 'Disconnessione effettuata', ), - 'no_password_set' => 'Password di amministrazione non impostata. Opzione non disponibile.', ), 'conf' => array( 'error' => 'Si è verificato un errore durante il salvataggio della configurazione', diff --git a/app/i18n/it/gen.php b/app/i18n/it/gen.php index eb4431dd1..0214f517f 100644 --- a/app/i18n/it/gen.php +++ b/app/i18n/it/gen.php @@ -43,10 +43,8 @@ return array( 'ask' => 'Vuoi creare un nuovo profilo?', 'title' => 'Creazione profilo', ), - 'reset' => 'Reset autenticazione', 'username' => array( '_' => 'Username', // TODO - Translation - 'admin' => 'Username amministratore', 'format' => '<small>Massimo 16 caratteri alfanumerici</small>', ), ), @@ -185,25 +183,25 @@ return array( ), 'share' => array( 'Known' => 'Siti basati su Known', - 'blogotext' => 'Blogotext', // TODO - Translation + 'blogotext' => 'Blogotext', 'clipboard' => 'Clipboard', // TODO - Translation - 'diaspora' => 'Diaspora*', // TODO - Translation + 'diaspora' => 'Diaspora*', 'email' => 'Email', // TODO - Translation - 'facebook' => 'Facebook', // TODO - Translation - 'gnusocial' => 'GNU social', // TODO - Translation - 'jdh' => 'Journal du hacker', // TODO - Translation - 'lemmy' => 'Lemmy', // TODO - Translation - 'linkedin' => 'LinkedIn', // TODO - Translation - 'mastodon' => 'Mastodon', // TODO - Translation - 'movim' => 'Movim', // TODO - Translation - 'pinboard' => 'Pinboard', // TODO - Translation - 'pocket' => 'Pocket', // TODO - Translation + 'facebook' => 'Facebook', + 'gnusocial' => 'GNU social', + 'jdh' => 'Journal du hacker', + 'lemmy' => 'Lemmy', + 'linkedin' => 'LinkedIn', + 'mastodon' => 'Mastodon', + 'movim' => 'Movim', + 'pinboard' => 'Pinboard', + 'pocket' => 'Pocket', 'print' => 'Stampa', 'raindrop' => 'Raindrop.io', - 'shaarli' => 'Shaarli', // TODO - Translation - 'twitter' => 'Twitter', // TODO - Translation - 'wallabag' => 'wallabag v1', // TODO - Translation - 'wallabagv2' => 'wallabag v2', // TODO - Translation + 'shaarli' => 'Shaarli', + 'twitter' => 'Twitter', + 'wallabag' => 'wallabag v1', + 'wallabagv2' => 'wallabag v2', ), 'short' => array( 'attention' => 'Attenzione!', @@ -212,7 +210,7 @@ return array( 'by_default' => 'predefinito', 'damn' => 'Ops!', 'default_category' => 'Senza categoria', - 'no' => 'No', // TODO - Translation + 'no' => 'No', 'not_applicable' => 'Non disponibile', 'ok' => 'OK!', 'or' => 'o', diff --git a/app/i18n/it/index.php b/app/i18n/it/index.php index 4418fe5fb..f38ea5811 100644 --- a/app/i18n/it/index.php +++ b/app/i18n/it/index.php @@ -3,7 +3,7 @@ return array( 'about' => array( '_' => 'Informazioni', - 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // TODO - Translation + 'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', 'bugs_reports' => 'Bugs', 'credits' => 'Crediti', 'credits_content' => 'Alcuni elementi di design provengono da <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> sebbene FreshRSS non usi questo framework. Le <a href="https://git.gnome.org/browse/gnome-icon-theme-symbolic">icone</a> provengono dal progetto <a href="https://www.gnome.org/">GNOME</a>. Il carattere <em>Open Sans</em> è stato creato da <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS è basato su <a href="https://github.com/marienfressinaud/MINZ">Minz</a>, un framework PHP.', @@ -13,7 +13,6 @@ return array( 'project_website' => 'Sito del progetto', 'title' => 'Informazioni', 'version' => 'Versione', - 'website' => 'Sito', ), 'feed' => array( 'add' => 'Aggiungi un Feed RSS', diff --git a/app/i18n/it/install.php b/app/i18n/it/install.php index 90561981c..3e667251b 100644 --- a/app/i18n/it/install.php +++ b/app/i18n/it/install.php @@ -80,6 +80,7 @@ return array( 'nok' => 'Versione di PHP %s FreshRSS richiede almeno la versione %s.', 'ok' => 'Versione di PHP %s, compatibile con FreshRSS.', ), + 'reload' => 'Controlla di nuovo', 'tmp' => array( 'nok' => 'Verifica i permessi sulla cartella <em>%s</em>. Il server HTTP deve avere i permessi per scriverci dentro.', 'ok' => 'Permissions on the temp directory are good.', // TODO - Translation @@ -93,7 +94,6 @@ return array( 'nok' => 'You lack the required library to parse XML.', 'ok' => 'You have the required library to parse XML.', // TODO - Translation ), - 'reload' => 'Controlla di nuovo', ), 'conf' => array( '_' => 'Configurazioni generali', @@ -101,7 +101,6 @@ return array( ), 'congratulations' => 'Congratulazione!', 'default_user' => 'Username utente predefinito <small>(massimo 16 caratteri alfanumerici)</small>', - 'delete_articles_after' => 'Rimuovi articoli dopo', 'fix_errors_before' => 'Per favore correggi gli errori prima di passare al passaggio successivo.', 'javascript_is_better' => 'FreshRSS funziona meglio con JavaScript abilitato', 'js' => array( diff --git a/app/i18n/it/sub.php b/app/i18n/it/sub.php index 5b2277038..bdb64ed7b 100644 --- a/app/i18n/it/sub.php +++ b/app/i18n/it/sub.php @@ -13,7 +13,6 @@ return array( ), 'category' => array( '_' => 'Categoria', - 'add' => 'Aggiungi una categoria', 'archiving' => 'Archiviazione', 'empty' => 'Categoria vuota', 'information' => 'Informazioni', @@ -110,8 +109,6 @@ return array( ), 'menu' => array( 'add' => 'Add a feed or category', // TODO - Translation - 'add_feed' => 'Add a feed', // TODO - Translation - 'bookmark' => 'Bookmark (trascina nei preferiti)', 'import_export' => 'Importa / esporta', 'label_management' => 'Label management', // TODO - Translation 'subscription_management' => 'Gestione sottoscrizioni', diff --git a/app/i18n/it/user.php b/app/i18n/it/user.php index 7816efcbc..1d93a9f9a 100644 --- a/app/i18n/it/user.php +++ b/app/i18n/it/user.php @@ -14,7 +14,7 @@ return array( 'email_sent' => 'An email has been sent to your address.', // TODO - Translation 'error' => 'Email address validation failed.', // TODO - Translation 'ok' => 'This email address has been validated.', // TODO - Translation - 'unneccessary' => 'This email address was already validated.', // TODO - Translation + 'unnecessary' => 'This email address was already validated.', // TODO - Translation 'wrong_token' => 'This email address failed to be validated due to a wrong token.', // TODO - Translation ), 'need_to' => 'You need to validate your email address before being able to use %s.', // TODO - Translation |
