Skip to content
Snippets Groups Projects
Commit 41c697fd authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Merge branch 'master' of git://github.com/matteoaquila/mastodon into matteoaquila-master

parents c5afe573 9aae9ae4
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ module SettingsHelper ...@@ -7,6 +7,7 @@ module SettingsHelper
es: 'Español', es: 'Español',
eo: 'Esperanto', eo: 'Esperanto',
fr: 'Français', fr: 'Français',
it: 'Italiano',
hu: 'Magyar', hu: 'Magyar',
nl: 'Nederlands', nl: 'Nederlands',
no: 'Norsk', no: 'Norsk',
......
...@@ -32,6 +32,7 @@ module Mastodon ...@@ -32,6 +32,7 @@ module Mastodon
:es, :es,
:fi, :fi,
:fr, :fr,
:it,
:hu, :hu,
:ja, :ja,
:nl, :nl,
......
...@@ -8,10 +8,10 @@ it: ...@@ -8,10 +8,10 @@ it:
failure: failure:
already_authenticated: Hai già effettuato l'accesso. already_authenticated: Hai già effettuato l'accesso.
inactive: Non hai ancora attivato il tuo account. 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. last_attempt: Hai un altro tentativo prima che il tuo account venga bloccato.
locked: Il tuo account è stato 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. timeout: La tua sessione è terminata. Per favore, effettua l'accesso o registrati per continuare.
unauthenticated: Devi effettuare l'accesso o registrarti per continuare. unauthenticated: Devi effettuare l'accesso o registrarti per continuare.
unconfirmed: Devi confermare il tuo indirizzo email per continuare. unconfirmed: Devi confermare il tuo indirizzo email per continuare.
...@@ -58,4 +58,4 @@ it: ...@@ -58,4 +58,4 @@ it:
not_locked: non era stato bloccato not_locked: non era stato bloccato
not_saved: not_saved:
one: '1 errore ha impedito che %{resource} venisse salvato:' 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:"
\ No newline at end of file
...@@ -110,4 +110,4 @@ it: ...@@ -110,4 +110,4 @@ it:
scopes: scopes:
follow: seguire, bloccare, sbloccare e smettere di seguire account follow: seguire, bloccare, sbloccare e smettere di seguire account
read: leggere le informazioni del tuo account read: leggere le informazioni del tuo account
write: pubblicare post in tua vece write: pubblicare post in tua vece
\ No newline at end of file
File moved
...@@ -44,4 +44,4 @@ it: ...@@ -44,4 +44,4 @@ it:
required: required:
mark: "*" mark: "*"
text: richiesto text: richiesto
'yes': 'Sì' 'yes': 'Sì'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment