1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-02 16:38:38 +00:00

Update messages.it.yml

This commit is contained in:
Daniele Conca 2016-05-04 11:59:07 +02:00
parent 8ae9a3f52f
commit bb7a39d1ed

View file

@ -30,11 +30,11 @@ menu:
about: 'About' about: 'About'
search: 'Cerca' search: 'Cerca'
save_link: 'Salva collegamento' save_link: 'Salva collegamento'
back_to_unread: 'Torna agli articoli non letti' back_to_unread: 'Torna ai contenuti non letti'
top: top:
add_new_entry: 'Aggiungi un nuovo articolo' add_new_entry: 'Aggiungi un nuovo contenuto'
search: 'Cerca' search: 'Cerca'
filter_entries: 'Filtra articoli' filter_entries: 'Filtra contenuti'
export: 'Esporta' export: 'Esporta'
search_form: search_form:
input_label: 'Inserisci qui la tua ricerca' input_label: 'Inserisci qui la tua ricerca'
@ -69,7 +69,7 @@ config:
300_word: 'Leggo ~300 parole al minuto' 300_word: 'Leggo ~300 parole al minuto'
400_word: 'Leggo ~400 parole al minuto' 400_word: 'Leggo ~400 parole al minuto'
form_rss: form_rss:
description: 'I feed RSS generati da wallabag ti permettono di leggere i tuoi articoli salvati con il tuo lettore di RSS preferito. Prima, devi generare un token.' description: 'I feed RSS generati da wallabag ti permettono di leggere i tuoi contenuti salvati con il tuo lettore di RSS preferito. Prima, devi generare un token.'
token_label: 'RSS token' token_label: 'RSS token'
no_token: 'Nessun token' no_token: 'Nessun token'
token_create: 'Crea il tuo token' token_create: 'Crea il tuo token'
@ -90,42 +90,42 @@ config:
new_password_label: 'Nuova password' new_password_label: 'Nuova password'
repeat_new_password_label: 'Ripeti la nuova password' repeat_new_password_label: 'Ripeti la nuova password'
form_rules: form_rules:
if_label: 'if' if_label: 'se'
then_tag_as_label: 'then tag as' then_tag_as_label: 'allora tagga come'
delete_rule_label: 'delete' delete_rule_label: 'elimina'
rule_label: 'Rule' rule_label: 'Regola'
tags_label: 'Tags' tags_label: 'Tag'
faq: faq:
title: 'FAQ' title: 'FAQ'
tagging_rules_definition_title: 'What does « tagging rules » mean?' tagging_rules_definition_title: 'Cosa significa « regole di tagging » ?'
tagging_rules_definition_description: 'They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble to manually classify your entries.' tagging_rules_definition_description: 'Sono regole utilizzate da wallabag per taggare automaticamente i contenuti.<br />Ogni volta che viene aggiunto un contenuto, tutte le regole di tagging rules vengono utilizzate per aggiungere i tag configurati, risparmiandoti il lavoro di classificare i contenuti manualmente.'
how_to_use_them_title: 'How do I use them?' how_to_use_them_title: 'Come si usano?'
how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime &lt;= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime &gt;= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »' how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 3 minutes.<br />In that case, you should put « readingTime &lt;= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them by a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime &gt;= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »'
variables_available_title: 'Which variables and operators can I use to write rules?' variables_available_title: 'Quali operatori e variabili posso utilizzare per scrivere delle regole?'
variables_available_description: 'The following variables and operators can be used to create tagging rules:' variables_available_description: 'I seguenti operatori e variabili posso essere utilizzati per scrivere regole di tagging:'
meaning: 'Meaning' meaning: 'Significato'
variable_description: variable_description:
label: 'Variable' label: 'Variabile'
title: 'Title of the entry' title: "Titolo del contenuto"
url: 'URL of the entry' url: "URL del contenuto"
isArchived: 'Whether the entry is archived or not' isArchived: "Specifica se il contenuto è archiviato o no"
isStarred: 'Whether the entry is starred or not' isStarred: "Specifica se il contenuto è preferito o no"
content: "The entry's content" content: "La pagina del contenuto"
language: "The entry's language" language: "La lingua del contenuto"
mimetype: "The entry's mime-type" mimetype: "Mime-type del contenuto"
readingTime: "The estimated entry's reading time, in minutes" readingTime: "Il tempo di lettura stimato del contenuto, in minuti"
domainName: 'The domain name of the entry' domainName: "Il nome di dominio del contenuto"
operator_description: operator_description:
label: 'Operator' label: 'Operatore'
less_than: 'Less than...' less_than: 'Minore/uguale di...'
strictly_less_than: 'Strictly less than...' strictly_less_than: 'Minore di...'
greater_than: 'Greater than...' greater_than: 'Maggiore/uguale di...'
strictly_greater_than: 'Strictly greater than...' strictly_greater_than: Maggiore di...'
equal_to: 'Equal to...' equal_to: 'Uguale a...'
not_equal_to: 'Not equal to...' not_equal_to: 'Non uguale a...'
or: 'One rule OR another' or: "Una regola O un'altra"
and: 'One rule AND another' and: "Una regola E un'altra"
matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>' matches: 'Verifica che un <i>oggetto</i> risulti in una <i>ricerca</i> (case-insensitive).<br />Esempio: <code>titolo contiene "football"</code>'
form_new_user: form_new_user:
username_label: 'Username' username_label: 'Username'
password_label: 'Password' password_label: 'Password'
@ -135,12 +135,12 @@ config:
entry: entry:
page_titles: page_titles:
unread: 'Articoli non letti' unread: 'Contenuti non letti'
starred: 'Articoli preferiti' starred: 'Contenuti preferiti'
archived: 'Articoli archiviati' archived: 'Contenuti archiviati'
filtered: 'Articoli filtrati' filtered: 'Contenuti filtrati'
list: list:
number_on_the_page: '{0} Non ci sono articoli.|{1} Un articolo.|]1,Inf[ Ci sono %count% articolo.' number_on_the_page: "{0} Non ci sono contenuti.|{1} C'è un contenuto.|]1,Inf[ Ci sono %count% contenuti."
reading_time: 'tempo di lettura stimato' reading_time: 'tempo di lettura stimato'
reading_time_minutes: 'tempo di lettura stimato: %readingTime% min' reading_time_minutes: 'tempo di lettura stimato: %readingTime% min'
reading_time_less_one_minute: 'tempo di lettura stimato: <small class="inferieur">&lt;</small> 1 min' reading_time_less_one_minute: 'tempo di lettura stimato: <small class="inferieur">&lt;</small> 1 min'
@ -176,8 +176,8 @@ entry:
set_as_read: 'Segna come già letto' set_as_read: 'Segna come già letto'
set_as_unread: 'Segna come da leggere' set_as_unread: 'Segna come da leggere'
set_as_favorite: 'Segna come preferito' set_as_favorite: 'Segna come preferito'
view_original_article: 'Articolo originale' view_original_article: 'Contenuto originale'
re_fetch_content: 'Ri-ottieni contenuto' re_fetch_content: 'Ri-ottieni pagina'
delete: 'Elimina' delete: 'Elimina'
add_a_tag: 'Aggiungi un tag' add_a_tag: 'Aggiungi un tag'
share_content: 'Condividi' share_content: 'Condividi'
@ -186,12 +186,12 @@ entry:
print: 'Stampa' print: 'Stampa'
problem: problem:
label: 'Problemi?' label: 'Problemi?'
description: 'Questo articolo viene visualizzato male?' description: 'Questo contenuto viene visualizzato male?'
edit_title: 'Modifica titolo' edit_title: 'Modifica titolo'
original_article: 'originale' original_article: 'originale'
annotations_on_the_entry: '{0} Nessuna annotazione|{1} Una annotazione|]1,Inf[ %nbAnnotations% annotazioni' annotations_on_the_entry: '{0} Nessuna annotazione|{1} Una annotazione|]1,Inf[ %nbAnnotations% annotazioni'
new: new:
page_title: 'Salva nuovo articolo' page_title: 'Salva un nuovo contenuto'
placeholder: 'http://website.com' placeholder: 'http://website.com'
form_new: form_new:
url_label: Url url_label: Url
@ -255,55 +255,55 @@ howto:
description: 'Drag & drop this link to your bookmarks bar:' description: 'Drag & drop this link to your bookmarks bar:'
quickstart: quickstart:
page_title: 'Quickstart' page_title: 'Introduzione'
intro: intro:
title: 'Welcome to wallabag!' title: 'Benvenuto su wallabag!'
paragraph_1: "We'll accompany you to visit wallabag and show you some features which can interest you." paragraph_1: "We'll accompany you to visit wallabag and show you some features which can interest you."
paragraph_2: 'Follow us!' paragraph_2: 'Seguici!'
configure: configure:
title: 'Configure the application' title: "Configura l'applicazione"
language: 'Change language and design' language: 'Cambia lingua e design'
rss: 'Enable RSS feeds' rss: 'Abilita i feed RSS'
tagging_rules: 'Write rules to automatically tag your articles' tagging_rules: 'Scrivi delle regole per taggare automaticamente i contenuti'
admin: admin:
title: 'Administration' title: 'Amministrazione'
description: 'As an administrator, you have privileges on wallabag. You can:' description: 'Come amministratore, hai la possibilità di svolgere le seguenti operazioni in wallabag:'
new_user: 'Create a new user' new_user: 'Crea un nuovo account'
analytics: 'Configure analytics' analytics: 'Configura analytics'
sharing: 'Enable some parameters about article sharing' sharing: 'Abilita alcuni parametri riguardo il salvataggio dei contenuti'
export: 'Configure export' export: "Configura l'esportazione"
import: 'Configure import' import: "Configura l'importazione"
first_steps: first_steps:
title: 'First steps' title: 'Pimi passi'
new_article: 'Save your first article' new_article: 'Salva il tuo primo contenuto'
unread_articles: 'And classify it!' unread_articles: 'E classificalo!'
migrate: migrate:
title: 'Migrate from an existing service' title: 'Trasferimento da un servizio esistente'
description: "Are you using another service? We'll help you to retrieve your data on wallabag." description: "Stai utilizzando un altro servizio? Ti aiutiamo a traferire i tuoi dati su wallabag."
pocket: 'Migrate from Pocket' pocket: 'Trasferisci da Pocket'
wallabag_v1: 'Migrate from wallabag v1' wallabag_v1: 'Trasferisci da wallabag v1'
wallabag_v2: 'Migrate from wallabag v2' wallabag_v2: 'Trasferisci da wallabag v2'
developer: developer:
title: 'Developers' title: 'Sviluppatori'
create_application: 'Create your third application' create_application: 'Crea la tua applicazione'
docs: docs:
title: 'Full documentation' title: 'Documentazione completa'
annotate: 'Annotate your article' annotate: 'Annota il tuo contenuto'
export: 'Convert your articles into ePUB or PDF' export: 'Converti i tuoi contenuti in EPUB o PDF'
search_filters: 'See how you can look for an article by using search engine and filters' search_filters: 'Impara come puoi recuperare un contenuto tramite la ricerca e i filtri'
fetching_errors: 'What can I do if an article encounters errors during fetching?' fetching_errors: 'Cosa posso fare se riscontro problemi nel recupero di un contenuto?'
all_docs: 'And so many other articles!' all_docs: 'E molta altra documentazione!'
support: support:
title: 'Support' title: 'Supporto'
description: 'If you need some help, we are here for you.' description: 'Se hai bisogno di aiuto, siamo qui per te.'
github: 'On GitHub' github: 'Su GitHub'
email: 'By email' email: 'Per email'
gitter: 'On Gitter' gitter: 'Su Gitter'
tag: tag:
page_title: 'Tags' page_title: 'Tags'
list: list:
number_on_the_page: '{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.' number_on_the_page: "{0} Non ci sono tag.|{1} C'è un tag.|]1,Inf[ ci sono %count% tag."
import: import:
page_title: 'Import' page_title: 'Import'
@ -334,41 +334,41 @@ import:
developer: developer:
page_title: 'Sviluppatori' page_title: 'Sviluppatori'
welcome_message: 'Welcome to the wallabag API' welcome_message: 'Benvenuto nelle API di wallabag'
documentation: 'Documentation' documentation: 'Documentazione'
how_to_first_app: 'How to create my first application' how_to_first_app: 'Come creare la mia prima applicazione'
full_documentation: 'View full API documentation' full_documentation: 'Consulta la documentazione API completa'
list_methods: 'List API methods' list_methods: 'Elenco dei metodi API'
clients: clients:
title: 'Clients' title: 'Client'
create_new: 'Create a new client' create_new: 'Crea un nuovo client'
existing_clients: existing_clients:
title: 'Existing clients' title: 'Client esistenti'
field_id: 'Client ID' field_id: 'Client ID'
field_secret: 'Client secret' field_secret: 'Client secret'
field_uris: 'Redirect URIs' field_uris: 'Redirect URI'
field_grant_types: 'Grant type allowed' field_grant_types: 'Tipi di grant permessi'
no_client: 'No client yet.' no_client: 'Ancora nessun client.'
remove: remove:
warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' warn_message_1: "Hai la possibilitò di rimuovere questo client.L'operazione è IRREVERSIBILE!"
warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." warn_message_2: "Se lo rimuovi, ogni app configurata con questo client non sarà più in grado di autenticarsi."
action: 'Remove this client' action: 'Rimuovi questo client'
client: client:
page_title: 'Developer > New client' page_title: 'Sviluppatori > Nuovo client'
page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' page_description: 'Stai per creare un nuovo client. Compila i campi sottostanti per il redirect URI della tua applicazione.'
form: form:
redirect_uris_label: 'Redirect URIs' redirect_uris_label: 'Redirect URI'
save_label: 'Create a new client' save_label: 'Crea un nuovo client'
action_back: 'Back' action_back: 'Indietro'
client_parameter: client_parameter:
page_title: 'Developer > Client parameters' page_title: 'Sviluppatori > parametri Client'
page_description: 'Here are your client parameters.' page_description: 'Questi sono i tuoi parametri del client.'
field_id: 'Client ID' field_id: 'Client ID'
field_secret: 'Client secret' field_secret: 'Client secret'
back: 'Back' back: 'Indietro'
read_howto: 'Read the howto "Create my first application"' read_howto: 'Leggi howto "Come creare la mia prima applicazione"'
howto: howto:
page_title: 'Developer > How to create my first application' page_title: 'Sviluppatori > Come creare la mia prima applicazione'
description: description:
paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.' paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.'
paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.'
@ -381,39 +381,39 @@ developer:
back: 'Back' back: 'Back'
validator: validator:
password_must_match: 'The password fields must match.' password_must_match: 'Le password devono corrispondere.'
password_too_short: 'Password should by at least 8 chars long' password_too_short: 'La password deve essere lunga almeno 8 caratteri'
password_wrong_value: 'Wrong value for your current password' password_wrong_value: 'Valore inserito per la password corrente errato'
item_per_page_too_high: 'This will certainly kill the app' item_per_page_too_high: 'Questo valore è troppo alto'
rss_limit_too_hight: 'This will certainly kill the app' rss_limit_too_hight: 'Questo valore è troppo alto'
flashes: flashes:
config: config:
notice: notice:
config_saved: 'Config saved. Some parameters will be considered after disconnection.' config_saved: 'Configurazione salvata. Alcuni parametri verranno utilizzati dopo il logout/login.'
password_updated: 'Password updated' password_updated: 'Password aggiornata'
password_not_updated_demo: "In demonstration mode, you can't change password for this user." password_not_updated_demo: "In modalità demo, non puoi cambiare la password dell'utente."
user_updated: 'Information updated' user_updated: 'Informazioni aggiornate'
rss_updated: 'RSS information updated' rss_updated: 'Informazioni RSS aggiornate'
tagging_rules_updated: 'Tagging rules updated' tagging_rules_updated: 'Regole di tagging aggiornate'
tagging_rules_deleted: 'Tagging rule deleted' tagging_rules_deleted: 'Regola di tagging aggiornate'
user_added: 'User "%username%" added' user_added: 'Utente "%username%" aggiunto'
rss_token_updated: 'RSS token updated' rss_token_updated: 'RSS token aggiornato'
entry: entry:
notice: notice:
entry_already_saved: 'Entry already saved on %date%' entry_already_saved: 'Contenuto già salvato in data %date%'
entry_saved: 'Entry saved' entry_saved: 'Contenuto salvato'
entry_updated: 'Entry updated' entry_updated: 'Contenuto aggiornato'
entry_reloaded: 'Entry reloaded' entry_reloaded: 'Contenuto ricaricato'
entry_reload_failed: 'Failed to reload entry' entry_reload_failed: 'Errore nel ricaricamento del contenuto'
entry_archived: 'Entry archived' entry_archived: 'Contenuto archiviato'
entry_unarchived: 'Entry unarchived' entry_unarchived: 'Contenuto dis-archiviato'
entry_starred: 'Entry starred' entry_starred: 'Contenuto segnato come preferito'
entry_unstarred: 'Entry unstarred' entry_unstarred: 'Contenuto rimosso dai preferiti'
entry_deleted: 'Entry deleted' entry_deleted: 'Contenuto eliminato'
tag: tag:
notice: notice:
tag_added: 'Tag added' tag_added: 'Tag aggiunto'
import: import:
notice: notice:
failed: 'Import failed, please try again.' failed: 'Import failed, please try again.'
@ -421,5 +421,5 @@ flashes:
summary: 'Import summary: %imported% imported, %skipped% already saved.' summary: 'Import summary: %imported% imported, %skipped% already saved.'
developer: developer:
notice: notice:
client_created: 'New client created.' client_created: 'Nuovo client creato.'
client_deleted: 'Client deleted' client_deleted: 'Client eliminato'