mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
139 lines
5.2 KiB
YAML
139 lines
5.2 KiB
YAML
it:
|
|
errors:
|
|
unknown: 'Si è verificato un errore sconosciuto'
|
|
unauthorized: 'Non sei autorizzato'
|
|
not_logged_in: 'Devi effettuare l''accesso per visualizzare questa pagina'
|
|
not_enough_privileges: 'Non hai i privilegi necessari per visualizzare questa pagina'
|
|
user_blocked_or_deleted: 'Non puoi accedere al tuo account perché è stato bloccato o eliminato.'
|
|
o_auth_login_error: 'Si è verificato un errore di accesso con %{name}. Si prega di contattare l''amministratore del sito o provare un altro provider di accesso.'
|
|
board:
|
|
update_order: 'Si è verificato un errore durante il riordinamento delle bacheche'
|
|
post_status:
|
|
update_order: 'Si è verificato un errore durante il riordinamento degli stati'
|
|
defaults:
|
|
user_full_name: 'Utente Anonimo'
|
|
mailers:
|
|
devise:
|
|
welcome_greeting: 'Benvenuto su %{site_name}, %{email}!'
|
|
opening_greeting: 'Ciao %{email}!'
|
|
confirmation_instructions:
|
|
body: 'Puoi confermare il tuo account cliccando il link qua sotto:'
|
|
action: 'Conferma il mio account'
|
|
email_changed:
|
|
body: "Ti contattiamo per segnalarti che la tua email sta per essere modificata in %{email}."
|
|
body2: "Ti contattiamo per segnalarti che la tua email è stata modificata in %{email}."
|
|
password_change:
|
|
body: "Ti contattiamo per segnalarti che la tua password è stata modificata."
|
|
reset_password:
|
|
body: 'Qualcuno ha richiesto un link per modificare la tua password. Puoi modificare la tua password cliccando sul link qua sotto.'
|
|
body2: "Se non sei stato tu a richiedere la modifica, ti preghiamo di ignorare questa email."
|
|
body3: "La tua password non sarà modificata finché non cliccherai sul link qua sopra e ne creerai una nuova."
|
|
action: 'Cambia la mia password'
|
|
user:
|
|
opening_greeting: 'Ciao!'
|
|
closing_greeting: 'Buona giornata!'
|
|
learn_more: 'Clicca qui per saperne di più'
|
|
unsubscribe: 'Non vuoi più ricevere notifiche? Clicca qui'
|
|
notify_post_owner:
|
|
subject: '[%{app_name}] Nuovo commento al tuo post %{post}'
|
|
body: '%{user} ha commentato il tuo post %{post}'
|
|
notify_comment_owner:
|
|
subject: '[%{app_name}] Risposta al tuo commento nel post %{post}'
|
|
body: '%{user} ha risposto al tuo commento nel post %{post}'
|
|
notify_followers_of_post_update:
|
|
subject: '[%{app_name}] Nuovo aggiornamento per il post %{post}'
|
|
body: "C'è un nuovo aggiornamento sul post che stai seguendo %{post}"
|
|
notify_followers_of_post_status_change:
|
|
subject: '[%{app_name}] Aggiornamento stato per il post %{post}'
|
|
body: "Il post che segui %{post} ha un nuovo stato"
|
|
activerecord:
|
|
models:
|
|
board:
|
|
one: 'Board'
|
|
other: 'Boards'
|
|
comment:
|
|
one: 'Comment'
|
|
other: 'Comments'
|
|
like:
|
|
one: 'Vote'
|
|
other: 'Votes'
|
|
o_auth:
|
|
one: 'OAuth'
|
|
other: 'OAuths'
|
|
post_status:
|
|
one: 'Status'
|
|
other: 'Statuses'
|
|
post:
|
|
one: 'Post'
|
|
other: 'Posts'
|
|
user:
|
|
one: 'User'
|
|
other: 'Users'
|
|
attributes:
|
|
board:
|
|
name: 'Nome'
|
|
description: 'Descrizione'
|
|
order: 'Ordine'
|
|
comment:
|
|
body: 'Corpo'
|
|
is_post_update: 'Aggiornamento post'
|
|
user_id: 'Autore'
|
|
post_id: 'Post'
|
|
parent_id: 'Commento padre'
|
|
follow:
|
|
user_id: 'Utente'
|
|
post_id: 'Post'
|
|
like:
|
|
user_id: 'Utente'
|
|
post_id: 'Post'
|
|
o_auth:
|
|
name: 'Nome'
|
|
logo: 'Logo'
|
|
is_enabled: 'Abilitato'
|
|
client_id: 'Client ID'
|
|
client_secret: 'Client secret'
|
|
authorize_url: 'Authorize URL'
|
|
token_url: 'Token URL'
|
|
profile_url: 'URL profilo utente'
|
|
scope: 'Scope'
|
|
json_user_name_path: 'Percorso JSON nome utente'
|
|
json_user_email_path: 'Percorso JSON email utente'
|
|
post_status:
|
|
name: 'Nome'
|
|
color: 'Colore'
|
|
order: 'Ordine'
|
|
show_in_roadmap: 'Mostra nella roadmap'
|
|
post:
|
|
title: 'Titolo'
|
|
description: 'Descrizione'
|
|
board_id: 'Bacheca del post'
|
|
user_id: 'Autore del post'
|
|
post_status_id: 'Stato del post'
|
|
tenant:
|
|
site_name: 'Nome del sito'
|
|
site_logo: 'Logo del sito'
|
|
subdomain: 'Sottodominio'
|
|
locale: 'Lingua'
|
|
tenant_setting:
|
|
brand_display: 'Display'
|
|
show_vote_count: 'Show vote count to users'
|
|
show_vote_button_in_board: 'Show vote buttons in board page'
|
|
root_board_id: 'Root page'
|
|
show_roadmap_in_header: 'Show roadmap link in header'
|
|
collapse_boards_in_header: 'Collapse boards in header'
|
|
user:
|
|
email: 'E-mail'
|
|
full_name: 'Nome e cognome'
|
|
password: 'Password'
|
|
password_confirmation: 'Conferma password'
|
|
role: 'Ruolo'
|
|
notifications_enabled: 'Notifiche abilitate'
|
|
errors:
|
|
messages:
|
|
invalid: 'è invalido'
|
|
required: 'è obbligatorio'
|
|
blank: 'non può essere vuoto'
|
|
taken: 'è già in uso'
|
|
too_short: 'è troppo corto (almeno %{count} caratteri)'
|
|
too_long: 'è troppo lungo (massimo %{count} caratteri)'
|