diff options
| author | 2019-12-04 08:27:39 +0100 | |
|---|---|---|
| committer | 2019-12-04 08:27:39 +0100 | |
| commit | 3e49b44839237693ce1a8151325942704917f6c6 (patch) | |
| tree | 75a1af8089d48d3bb14de2d9d98c503ee76433e2 /app/i18n/it/conf.php | |
| parent | de2b323847e0a91119625e4f506f51ec9d43872f (diff) | |
Update i18n cli tools (#2673)
* Update i18n cli tools
Few things were bugging me when using the cli tool for i18n. So I've modified
the tools to be easier to use.
First, the tool automatically adds missing keys to all languages. This way, we
always have all keys in all languages.
Second, the tool detects all untranslated keys and adds automatically the todo
comment after the value.
Third, when adding a new key, the key is pushed to all languages at once. There
is no need to duplicate it manually. Thus making the duplication process obsolete.
Fourth, translation and ignore keys are manipulated at the same time. Thus we
don't have obsolete ignored strings anymore.
* Add i18n rules
I find that having the common rules in the Makefile is easier to use,
as long as you know they are here. As it is self documented, people
will see the new rules when using make.
* Use long parameters in Makefile
I find that using long parameters in scripts makes it easier to understand
what's going on. So I've switched all short parameters to long one.
* Format all i18n files
I've used the updated version of the cli tools to have some output
that can be consistently formated. This commit is a huge formating
commit. Nothing was added but some comments were removed in the
process.
Diffstat (limited to 'app/i18n/it/conf.php')
| -rw-r--r-- | app/i18n/it/conf.php | 88 |
1 files changed, 44 insertions, 44 deletions
diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php index 6dd390ebd..8e67dd68d 100644 --- a/app/i18n/it/conf.php +++ b/app/i18n/it/conf.php @@ -2,34 +2,33 @@ return array( 'archiving' => array( - '_' => 'Archiviazione', 'delete_after' => 'Rimuovi articoli dopo', - 'exception' => 'Purge exception', //TODO - Translation + 'exception' => 'Purge exception', // TODO - Translation 'help' => 'Altre opzioni sono disponibili nelle impostazioni dei singoli feed', - 'keep_favourites' => 'Never delete favourites', //TODO - Translation + 'keep_favourites' => 'Never delete favourites', // TODO - Translation + 'keep_labels' => 'Never delete labels', // TODO - Translation + 'keep_max' => 'Maximum number of articles to keep', // TODO - Translation 'keep_min_by_feed' => 'Numero minimo di articoli da mantenere per feed', - 'keep_labels' => 'Never delete labels', //TODO - Translation - 'keep_unreads' => 'Never delete unreads', //TODO - Translation - 'maintenance' => 'Maintenance', //TODO - Translation + 'keep_period' => 'Maximum age of articles to keep', // TODO - Translation + 'keep_unreads' => 'Never delete unreads', // TODO - Translation + 'maintenance' => 'Maintenance', // TODO - Translation 'optimize' => 'Ottimizza database', 'optimize_help' => 'Da fare occasionalmente per ridurre le dimensioni del database', - 'policy' => 'Purge policy', //TODO - Translation - 'policy_warning' => 'If no purge policy is selected, every article will be kept.', //TODO - Translation + 'policy' => 'Purge policy', // TODO - Translation + 'policy_warning' => 'If no purge policy is selected, every article will be kept.', // TODO - Translation 'purge_now' => 'Cancella ora', - 'keep_max' => 'Maximum number of articles to keep', //TODO - Translation - 'keep_period' => 'Maximum age of articles to keep', //TODO - Translation 'title' => 'Archiviazione', 'ttl' => 'Non effettuare aggiornamenti per più di', + '_' => 'Archiviazione', ), 'display' => array( - '_' => 'Visualizzazione', 'icon' => array( 'bottom_line' => 'Barra in fondo', + 'display_authors' => 'Authors', // TODO - Translation 'entry' => 'Icone degli articoli', 'publication_date' => 'Data di pubblicazione', - 'related_tags' => 'Tags correlati', //TODO - Translation + 'related_tags' => 'Tags correlati', 'sharing' => 'Condivisione', - 'display_authors' => 'Authors', //TODO - Translation 'top_line' => 'Barra in alto', ), 'language' => 'Lingua', @@ -37,7 +36,7 @@ return array( 'seconds' => 'secondi (0 significa nessun timeout)', 'timeout' => 'Notifica timeout HTML5', ), - 'show_nav_buttons' => 'Show the navigation buttons', //TODO - Translation + 'show_nav_buttons' => 'Show the navigation buttons', // TODO - Translation 'theme' => 'Tema', 'title' => 'Visualizzazione', 'width' => array( @@ -47,35 +46,35 @@ return array( 'no_limit' => 'Nessun limite', 'thin' => 'Stretto', ), + '_' => 'Visualizzazione', ), 'profile' => array( - '_' => 'Gestione profili', - 'api' => 'API management', // TODO - Translation + 'api' => 'API management', // TODO - Translation 'delete' => array( - '_' => 'Cancellazione account', 'warn' => 'Il tuo account e tutti i dati associati saranno cancellati.', + '_' => 'Cancellazione account', ), 'email' => 'Indirizzo email', 'password_api' => 'Password API<br /><small>(e.g., per applicazioni mobili)</small>', 'password_form' => 'Password<br /><small>(per il login classico)</small>', 'password_format' => 'Almeno 7 caratteri', 'title' => 'Profilo', + '_' => 'Gestione profili', ), '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 + 'display' => 'Display user query results', // TODO - Translation 'filter' => 'Filtro applicato:', 'get_all' => 'Mostra tutti gli articoli', 'get_category' => 'Mostra la categoria "%s" ', 'get_favorite' => 'Mostra articoli preferiti', 'get_feed' => 'Mostra feed "%s" ', - 'no_filter' => 'Nessun filtro', 'none' => 'Non hai creato nessuna ricerca personale.', + 'no_filter' => 'Nessun filtro', '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 + 'remove' => 'Remove user query', // TODO - Translation 'search' => 'Cerca per "%s"', 'state_0' => 'Mostra tutti gli articoli', 'state_1' => 'Mostra gli articoli letti', @@ -94,9 +93,9 @@ return array( 'state_14' => 'Mostra gli articoli non letti', 'state_15' => 'Mostra tutti gli articoli', 'title' => 'Ricerche personali', + '_' => 'Ricerche personali', ), 'reading' => array( - '_' => 'Lettura', 'after_onread' => 'Dopo “segna tutto come letto”,', 'articles_per_page' => 'Numero di articoli per pagina', 'auto_load_more' => 'Carica articoli successivi a fondo pagina', @@ -117,16 +116,16 @@ return array( 'when' => 'Segna articoli come letti…', ), 'show' => array( - '_' => 'Articoli da visualizzare', 'adaptive' => 'Adatta visualizzazione', 'all_articles' => 'Mostra tutti gli articoli', 'unread' => 'Mostra solo non letti', + '_' => 'Articoli da visualizzare', ), - 'sides_close_article' => 'Clicking outside of article text area closes the article', //TODO - Translation + 'sides_close_article' => 'Clicking outside of article text area closes the article', // TODO - Translation 'sort' => array( - '_' => 'Ordinamento', 'newer_first' => 'Prima i più recenti', 'older_first' => 'Prima i più vecchi', + '_' => 'Ordinamento', ), 'sticky_post' => 'Blocca il contenuto a inizio pagina quando aperto', 'title' => 'Lettura', @@ -136,26 +135,26 @@ return array( 'normal' => 'Vista elenco', 'reader' => 'Modalità di lettura', ), + '_' => 'Lettura', ), 'sharing' => array( - '_' => 'Condivisione', - 'add' => 'Add a sharing method', //TODO - Translation - 'blogotext' => 'Blogotext', - 'diaspora' => 'Diaspora*', - 'email' => 'Email', - 'facebook' => 'Facebook', + 'add' => 'Add a sharing method', // TODO - Translation + 'blogotext' => 'Blogotext', // TODO - Translation + 'diaspora' => 'Diaspora*', // TODO - Translation + 'email' => 'Email', // TODO - Translation + 'facebook' => 'Facebook', // TODO - Translation 'more_information' => 'Ulteriori informazioni', 'print' => 'Stampa', - 'remove' => 'Remove sharing method', //TODO - Translation - 'shaarli' => 'Shaarli', + 'remove' => 'Remove sharing method', // TODO - Translation + 'shaarli' => 'Shaarli', // TODO - Translation 'share_name' => 'Nome condivisione', 'share_url' => 'URL condivisione', 'title' => 'Condividi', - 'twitter' => 'Twitter', - 'wallabag' => 'wallabag', + 'twitter' => 'Twitter', // TODO - Translation + 'wallabag' => 'wallabag', // TODO - Translation + '_' => 'Condivisione', ), 'shortcut' => array( - '_' => 'Comandi tastiera', 'article_action' => 'Azioni sugli articoli', 'auto_share' => 'Condividi', 'auto_share_help' => 'Se è presente un solo servizio di condivisione verrà usato quello, altrimenti usare anche il numero associato.', @@ -163,7 +162,7 @@ return array( 'collapse_article' => 'Collassa articoli', 'first_article' => 'Salta al primo articolo', 'focus_search' => 'Modulo di ricerca', - 'global_view' => 'Switch to global view', //TODO - Translation + 'global_view' => 'Switch to global view', // TODO - Translation 'help' => 'Mostra documentazione', 'javascript' => 'JavaScript deve essere abilitato per poter usare i comandi da tastiera', 'last_article' => 'Salta all ultimo articolo', @@ -172,21 +171,22 @@ return array( 'mark_read' => 'Segna come letto', 'navigation' => 'Navigazione', 'navigation_help' => 'Con il tasto "Shift" i comandi di navigazione verranno applicati ai feeds.<br/>Con il tasto "Alt" i comandi di navigazione verranno applicati alle categorie.', - 'navigation_no_mod_help' => 'The following navigation shortcuts do not support modifiers.', //TODO - Translation + 'navigation_no_mod_help' => 'The following navigation shortcuts do not support modifiers.', // TODO - Translation 'next_article' => 'Salta al contenuto successivo', - 'normal_view' => 'Switch to normal view', // TODO + 'normal_view' => 'Switch to normal view', // TODO - Translation 'other_action' => 'Altre azioni', 'previous_article' => 'Salta al contenuto precedente', - 'reading_view' => 'Switch to reading view', //TODO - Translation - 'rss_view' => 'Open RSS view in a new tab', //TODO - Translation + 'reading_view' => 'Switch to reading view', // TODO - Translation + 'rss_view' => 'Open RSS view in a new tab', // TODO - Translation 'see_on_website' => 'Vai al sito fonte', 'shift_for_all_read' => '+ <code>shift</code> per segnare tutti gli articoli come letti', - 'skip_next_article' => 'Focus next without opening', //TODO - Translation - 'skip_previous_article' => 'Focus previous without opening', //TODO - Translation + 'skip_next_article' => 'Focus next without opening', // TODO - Translation + 'skip_previous_article' => 'Focus previous without opening', // TODO - Translation 'title' => 'Comandi da tastiera', 'user_filter' => 'Accedi alle ricerche personali', 'user_filter_help' => 'Se è presente una sola ricerca personale verrà usata quella, altrimenti usare anche il numero associato.', - 'views' => 'Views', //TODO - Translation + 'views' => 'Views', // TODO - Translation + '_' => 'Comandi tastiera', ), 'user' => array( 'articles_and_size' => '%s articoli (%s)', |
