Merge branch 'matteoaquila-master'
This commit is contained in:
commit
7447e7a2ea
|
@ -7,6 +7,7 @@ module SettingsHelper
|
|||
es: 'Español',
|
||||
eo: 'Esperanto',
|
||||
fr: 'Français',
|
||||
it: 'Italiano',
|
||||
hu: 'Magyar',
|
||||
nl: 'Nederlands',
|
||||
no: 'Norsk',
|
||||
|
|
|
@ -32,6 +32,7 @@ module Mastodon
|
|||
:es,
|
||||
:fi,
|
||||
:fr,
|
||||
:it,
|
||||
:hu,
|
||||
:ja,
|
||||
:nl,
|
||||
|
|
|
@ -8,10 +8,10 @@ it:
|
|||
failure:
|
||||
already_authenticated: Hai già effettuato l'accesso.
|
||||
inactive: Non hai ancora attivato il tuo account.
|
||||
invalid: %{authentication_keys} o password invalida.
|
||||
invalid: "%{authentication_keys} o password invalida."
|
||||
last_attempt: Hai un altro tentativo prima che il tuo account venga bloccato.
|
||||
locked: Il tuo account è stato bloccato.
|
||||
not_found_in_database: %{authentication_keys} o password invalida.
|
||||
not_found_in_database: "%{authentication_keys} o password invalida."
|
||||
timeout: La tua sessione è terminata. Per favore, effettua l'accesso o registrati per continuare.
|
||||
unauthenticated: Devi effettuare l'accesso o registrarti per continuare.
|
||||
unconfirmed: Devi confermare il tuo indirizzo email per continuare.
|
||||
|
@ -58,4 +58,4 @@ it:
|
|||
not_locked: non era stato bloccato
|
||||
not_saved:
|
||||
one: '1 errore ha impedito che %{resource} venisse salvato:'
|
||||
other: "%{count} errori hanno impedito che %{resource} venisse salvato:"
|
||||
other: "%{count} errori hanno impedito che %{resource} venisse salvato:"
|
|
@ -110,4 +110,4 @@ it:
|
|||
scopes:
|
||||
follow: seguire, bloccare, sbloccare e smettere di seguire account
|
||||
read: leggere le informazioni del tuo account
|
||||
write: pubblicare post in tua vece
|
||||
write: pubblicare post in tua vece
|
|
@ -26,10 +26,10 @@ it:
|
|||
note: Biografia
|
||||
otp_attempt: Codice d'accesso
|
||||
password: Password
|
||||
setting_default_privacy: Privacy del post
|
||||
type: Importa
|
||||
username: Username
|
||||
setting_boost_modal: Mostra finestra di conferma prima di condividere
|
||||
setting_default_privacy: Privacy del post
|
||||
type: Importa
|
||||
username: Username
|
||||
interactions:
|
||||
must_be_follower: Blocca notifiche da chi non ti segue
|
||||
must_be_following: Blocca notifiche da chi non segui
|
||||
|
@ -44,4 +44,4 @@ it:
|
|||
required:
|
||||
mark: "*"
|
||||
text: richiesto
|
||||
'yes': 'Sì'
|
||||
'yes': Sì
|
Loading…
Reference in New Issue