2022-07-23 13:32:40 +02:00
it :
errors :
2022-09-22 13:41:23 +02:00
unknown : 'Si è verificato un errore sconosciuto'
2022-07-23 13:32:40 +02:00
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.'
2022-09-22 13:41:23 +02:00
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.'
2022-07-23 13:32:40 +02:00
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'
2022-09-22 13:41:23 +02:00
defaults :
user_full_name : 'Utente Anonimo'
2022-07-23 13:32:40 +02:00
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 :
2024-01-06 16:30:25 +01:00
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'
2022-07-23 13:32:40 +02:00
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'
2022-09-22 13:41:23 +02:00
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'
2022-07-23 13:32:40 +02:00
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'
2022-09-22 13:41:23 +02:00
tenant :
site_name : 'Nome del sito'
site_logo : 'Logo del sito'
subdomain : 'Sottodominio'
locale : 'Lingua'
2024-01-06 16:30:25 +01:00
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'
2022-07-23 13:32:40 +02:00
user :
email : 'E-mail'
full_name : 'Nome e cognome'
2022-09-22 13:41:23 +02:00
password : 'Password'
password_confirmation : 'Conferma password'
2022-07-23 13:32:40 +02:00
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)'
2022-09-22 13:41:23 +02:00
too_long : 'è troppo lungo (massimo %{count} caratteri)'