198 lines
4.8 KiB
YAML
198 lines
4.8 KiB
YAML
it:
|
|
date:
|
|
abbr_day_names:
|
|
- Dom
|
|
- Lun
|
|
- Mar
|
|
- Mer
|
|
- Gio
|
|
- Ven
|
|
- Sab
|
|
abbr_month_names:
|
|
-
|
|
- Gen
|
|
- Feb
|
|
- Mar
|
|
- Apr
|
|
- Mag
|
|
- Giu
|
|
- Lug
|
|
- Ago
|
|
- Set
|
|
- Ott
|
|
- Nov
|
|
- Dic
|
|
day_names:
|
|
- Domenica
|
|
- Lunedì
|
|
- Martedì
|
|
- Mercoledì
|
|
- Giovedì
|
|
- Venerdì
|
|
- Sabato
|
|
formats:
|
|
default: "%Y-%m-%d"
|
|
long: "%B %d, %Y"
|
|
short: "%b %d"
|
|
month_names:
|
|
-
|
|
- Gennaio
|
|
- Febbraio
|
|
- Marzo
|
|
- Aprile
|
|
- Maggio
|
|
- Giugno
|
|
- Luglio
|
|
- Agosto
|
|
- Settembre
|
|
- Ottobre
|
|
- Novembre
|
|
- Dicembre
|
|
datetime:
|
|
distance_in_words:
|
|
about_x_hours:
|
|
one: circa 1 ora
|
|
other: circa %{count} ore
|
|
about_x_months:
|
|
one: circa 1 mese
|
|
other: circa %{count} mesi
|
|
about_x_years:
|
|
one: circa 1 anno
|
|
other: circa %{count} anni
|
|
almost_x_years:
|
|
one: circa 1 anno
|
|
other: circa %{count} anni
|
|
half_a_minute: mezzo minuto
|
|
less_than_x_minutes:
|
|
one: meno di un minuto
|
|
other: meno di %{count} minuti
|
|
less_than_x_seconds:
|
|
one: meno di 1 secondo
|
|
other: meno di %{count} secondi
|
|
over_x_years:
|
|
one: oltre 1 anno
|
|
other: oltre %{count} anni
|
|
x_days:
|
|
one: 1 giorno
|
|
other: "%{count} giorni"
|
|
x_minutes:
|
|
one: 1 minuto
|
|
other: "%{count} minuti"
|
|
x_months:
|
|
one: 1 mese
|
|
other: "%{count} mesi"
|
|
x_years:
|
|
one: 1 anno
|
|
other: "%{count} anni"
|
|
x_seconds:
|
|
one: 1 secondo
|
|
other: "%{count} secondi"
|
|
prompts:
|
|
day: Giorno
|
|
hour: Ora
|
|
minute: Minuto
|
|
month: Mese
|
|
second: Secondi
|
|
year: Anno
|
|
errors:
|
|
format: "%{attribute} %{message}"
|
|
messages:
|
|
accepted: deve essere accettato
|
|
blank: non può essere in bianco
|
|
present: deve essere in bianco
|
|
confirmation: non corrisponde a %{attribute}
|
|
empty: non può essere vuoto
|
|
equal_to: deve essere uguale a %{count}
|
|
even: deve essere pari
|
|
exclusion: è riservato
|
|
greater_than: deve essere maggiore di %{count}
|
|
greater_than_or_equal_to: deve essere maggiore o uguale a %{count}
|
|
inclusion: non è incluso nell'elenco
|
|
invalid: non è valido
|
|
less_than: deve essere minore di %{count}
|
|
less_than_or_equal_to: deve essere minore o uguale a %{count}
|
|
model_invalid: "Verifica non riuscita: %{errors}"
|
|
not_a_number: non è un numero
|
|
not_an_integer: deve essere un numero intero
|
|
odd: deve essere dispari
|
|
required: deve esistere
|
|
taken: già in uso
|
|
too_long:
|
|
one: è troppo lungo (max 1 carattere)
|
|
other: è troppo lungo (massimo è %{count} caratteri)
|
|
too_short:
|
|
one: è troppo corto (il minimo è 1 carattere)
|
|
other: è troppo corto (minimo %{count} caratteri)
|
|
wrong_length:
|
|
one: lunghezza sbagliata (dovrebbe essere 1 carattere)
|
|
other: lunghezza sbagliata (dovrebbe essere %{count} caratteri)
|
|
other_than: deve essere diversa da %{count}
|
|
template:
|
|
body: 'Ci sono stati problemi con i seguenti campi:'
|
|
header:
|
|
one: Questo %{model} non può essere salvato a causa di 1 errore
|
|
other: "Questo %{model} non può essere salvato a causa di %{count} errori"
|
|
helpers:
|
|
select:
|
|
prompt: Si prega di selezionare
|
|
submit:
|
|
create: Creare %{model}
|
|
submit: Salvare %{model}
|
|
update: Aggiornare %{model}
|
|
number:
|
|
currency:
|
|
format:
|
|
delimiter: ","
|
|
format: "%u%n"
|
|
precision: 2
|
|
separator: "."
|
|
significant: false
|
|
strip_insignificant_zeros: false
|
|
unit: "$"
|
|
format:
|
|
delimiter: ","
|
|
precision: 3
|
|
separator: "."
|
|
significant: false
|
|
strip_insignificant_zeros: false
|
|
human:
|
|
decimal_units:
|
|
format: "%n %u"
|
|
units:
|
|
billion: Miliardi
|
|
million: Milioni di euro
|
|
quadrillion: Quadrilione
|
|
thousand: Mille
|
|
trillion: Trilione
|
|
format:
|
|
precision: 3
|
|
significant: true
|
|
strip_insignificant_zeros: true
|
|
storage_units:
|
|
format: "%n %u"
|
|
units:
|
|
byte:
|
|
one: Byte
|
|
other: Byte
|
|
gb: GB
|
|
kb: KB
|
|
mb: MB
|
|
tb: TB
|
|
percentage:
|
|
format:
|
|
format: "%n%"
|
|
support:
|
|
array:
|
|
last_word_connector: ", e "
|
|
two_words_connector: " e "
|
|
words_connector: ", "
|
|
time:
|
|
am: am
|
|
formats:
|
|
datetime: "%Y-%m-%d %H:%M:%S"
|
|
default: "%a, %d %b %Y %H:%M:%S %z"
|
|
long: "%d di %B di %Y %H:%M"
|
|
short: "%d di %b %H:%M"
|
|
api: "%Y-%m-%d %H"
|
|
pm: pm
|