Files
FreshRSS/app/i18n/it/index.php
Alessandro Pisa 630f4cb36f Complete Italian translations (#8517)
* Complete Italian translations

* make fix-all

---------

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2026-02-22 00:11:37 +01:00

133 lines
4.8 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/******************************************************************************
* Each entry of that file can be associated with a comment to indicate its *
* state. When there is no comment, it means the entry is fully translated. *
* The recognized comments are (comment matching is case-insensitive): *
* + TODO: the entry has never been translated. *
* + DIRTY: the entry has been translated but needs to be updated. *
* + IGNORE: the entry does not need to be translated. *
* When a comment is not recognized, it is discarded. *
******************************************************************************/
return array(
'about' => array(
'_' => 'Informazioni',
'agpl3' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // IGNORE
'bug_reports' => array(
'environment_information' => array(
'_' => 'Informazioni sul sistema',
'browser' => 'Browser', // IGNORE
'database' => 'Database', // IGNORE
'server_software' => 'Software server',
'version_curl' => 'Versione cURL',
'version_frss' => 'Versione FreshRSS',
'version_php' => 'Versione PHP',
),
),
'bugs_reports' => 'Bugs',
'documentation' => 'Documentazione',
'freshrss_description' => 'FreshRSS è un aggregatore di feeds RSS da installare sul proprio host. Leggero e facile da mantenere pur essendo molto configurabile e potente.',
'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">su GitHub</a>',
'license' => 'Licenza',
'project_website' => 'Sito del progetto',
'title' => 'Informazioni',
'version' => 'Versione',
),
'feed' => array(
'empty' => 'Non ci sono articoli da mostrare.',
'published' => array(
'_' => 'Pubblicato',
'future' => 'Pubblicato nel futuro',
'today' => 'Pubblicato oggi',
'yesterday' => 'Pubblicato ieri',
),
'received' => array(
'_' => 'Ricevuto',
'today' => 'Ricevuto oggi',
'yesterday' => 'Ricevuto ieri',
),
'rss_of' => 'RSS feed di %s',
'title' => 'Flusso principale',
'title_fav' => 'Preferiti',
'title_global' => 'Vista globale per categorie',
'userModified' => array(
'_' => 'Modificato dallutente',
'today' => 'Modificato dallutente oggi',
'yesterday' => 'Modificato dallutente ieri',
),
),
'log' => array(
'_' => 'Log',
'clear' => 'Svuota logs',
'empty' => 'File di log vuoto',
'title' => 'Log',
),
'menu' => array(
'about' => 'Informazioni',
'before_one_day' => 'Giorno precedente',
'before_one_week' => 'Settimana precedente',
'bookmark_query' => 'Inserisci la ricerca corrente nei segnalibri',
'favorites' => 'Preferiti (%s)',
'global_view' => 'Vista globale per categorie',
'important' => 'Feed importanti',
'main_stream' => 'Flusso principale',
'mark_all_read' => 'Segna tutto come letto',
'mark_cat_read' => 'Segna la categoria come letta',
'mark_feed_read' => 'Segna il feed come letto',
'mark_selection_unread' => 'Segna i selezionati come non letti',
'mylabels' => 'Le mie etichette',
'non-starred' => 'Escludi preferiti',
'normal_view' => 'Vista elenco',
'queries' => 'Chiavi di ricerca',
'read' => 'Mostra solo letti',
'reader_view' => 'Modalità di lettura',
'rss_view' => 'Feed RSS',
'search_short' => 'Cerca',
'sort' => array(
'asc' => 'Ordine crescente',
'c' => array(
'name_asc' => 'Categoria, titolo del feed A→Z',
'name_desc' => 'Categoria, titolo del feed Z→A',
),
'date_asc' => 'Data di pubblicazione 1→9',
'date_desc' => 'Data di pubblicazione 9→1',
'desc' => 'Ordine decrescente',
'f' => array(
'name_asc' => 'Titolo del feed A→Z',
'name_desc' => 'Titolo del feed Z→A',
),
'id_asc' => 'Dal meno recente',
'id_desc' => 'Dal più recente',
'length_asc' => 'Lunghezza contenuto 1→9',
'length_desc' => 'Lunghezza contenuto 9→1',
'link_asc' => 'Link A→Z', // IGNORE
'link_desc' => 'Link Z→A', // IGNORE
'primary' => array(
'_' => 'Criterio di ordinamento',
'help' => 'Lordinamento per data di <em>ricezione</em> è consigliato nella maggior parte dei casi, per motivi di coerenza e prestazioni',
),
'rand' => 'Ordine casuale',
'secondary' => array(
'_' => 'Criterio di ordinamento secondario',
'help' => 'Rilevante solo quando il criterio di ordinamento principale è categoria o titolo del feed',
),
'title_asc' => 'Titolo A→Z',
'title_desc' => 'Titolo Z→A',
'user_modified_asc' => 'Modificato dallutente 1→9',
'user_modified_desc' => 'Modificato dallutente 9→1',
),
'starred' => 'Mostra solo preferiti',
'stats' => 'Statistiche',
'subscription' => 'Gestione sottoscrizioni',
'unread' => 'Mostra solo non letti',
),
'share' => 'Condividi',
'tag' => array(
'related' => 'Tags correlati',
),
'tos' => array(
'title' => 'Termini e condizioni del servizio',
),
);