Skip to content

Commit 17d14cf

Browse files
authored
Merge pull request #478 from quedvi/master
add italian translations
2 parents 05031dc + 11755d1 commit 17d14cf

File tree

1 file changed

+179
-0
lines changed

1 file changed

+179
-0
lines changed

config/locales/it.yml

Lines changed: 179 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
1+
it:
2+
ice_cube:
3+
pieces_connector: ' / '
4+
not: 'tranne %{target}'
5+
not_on: 'tranne %{target}'
6+
date:
7+
formats:
8+
default: '%-d. %B %Y'
9+
month_names:
10+
-
11+
- gennaio
12+
- febbraio
13+
- marzo
14+
- aprile
15+
- maggio
16+
- giugno
17+
- luglio
18+
- agosto
19+
- settembre
20+
- ottobre
21+
- novembre
22+
- dicembre
23+
day_names:
24+
- domenica
25+
- lunedì
26+
- martedì
27+
- mercoledì
28+
- giovedì
29+
- venerdì
30+
- sabato
31+
times:
32+
other: '%{count} volte'
33+
one: '%{count} volta'
34+
until: 'fino al %{date}'
35+
days_of_week: '%{segments} %{day}'
36+
days_of_month:
37+
one: '%{segments} giorno del mese'
38+
other: '%{segments} giorni del mese'
39+
days_of_year:
40+
one: "%{segments} giorno dell'anno"
41+
other: "%{segments} giorni dell'anno"
42+
at_hours_of_the_day:
43+
one: alla %{segments} ora del giorno
44+
other: alla %{segments} ora del giorno
45+
on_minutes_of_hour:
46+
one: al %{segments} minuto dell'ora
47+
other: al %{segments} minuto dell'ora
48+
at_seconds_of_minute:
49+
one: al %{segments} secondo
50+
other: al %{segments} secondo
51+
on_seconds_of_minute:
52+
one: al %{segments} secondo del minuto
53+
other: al %{segments} secondo del minuto
54+
each_second:
55+
one: ogni secondo
56+
other: Ogni %{count} secondi
57+
each_minute:
58+
one: Ogni minuto
59+
other: Ogni %{count} minuti
60+
each_hour:
61+
one: Ogni ora
62+
other: Ogni %{count} ore
63+
each_day:
64+
one: Ogni giorno
65+
other: Ogni %{count} giorni
66+
each_week:
67+
one: Ogni settimana
68+
other: Ogni %{count} settimane
69+
each_month:
70+
one: Ogni mese
71+
other: Ogni %{count} mesi
72+
each_year:
73+
one: Ogni anno
74+
other: Ogni %{count} anni
75+
'on': il %{sentence}
76+
in: 'a %{target}'
77+
integer:
78+
negative: '%{ordinal}. e ultimo'
79+
literal_ordinals:
80+
-1: ultimo
81+
-2: penultimo
82+
ordinal: '%{number}%{ordinal}'
83+
ordinals:
84+
default: '.'
85+
# 1: st
86+
# 2: nd
87+
# 3: rd
88+
# 11: th
89+
# 12: th
90+
# 13: th
91+
on_weekends: nel fine settimana
92+
on_weekdays: nei giorni feriali
93+
days_on:
94+
- di domenica
95+
- di lunedì
96+
- di martedì
97+
- di mercoledì
98+
- di giovedì
99+
- di venerdì
100+
- di sabato
101+
on_days: '%{days}'
102+
array:
103+
last_word_connector: ' e '
104+
two_words_connector: ' e '
105+
words_connector: ', '
106+
string:
107+
format:
108+
day: '%{rest} %{current}'
109+
day_of_week: '%{rest} %{current}'
110+
day_of_month: '%{rest} %{current}'
111+
day_of_year: '%{rest} %{current}'
112+
hour_of_day: '%{rest} %{current}'
113+
minute_of_hour: '%{rest} %{current}'
114+
until: '%{rest} %{current}'
115+
count: '%{rest} %{current}'
116+
default: '%{rest} %{current}'
117+
118+
date:
119+
abbr_day_names:
120+
- dom
121+
- lun
122+
- mar
123+
- mer
124+
- gio
125+
- ven
126+
- sab
127+
abbr_month_names:
128+
-
129+
- gen
130+
- feb
131+
- mar
132+
- apr
133+
- mag
134+
- giu
135+
- lug
136+
- ago
137+
- set
138+
- ott
139+
- nov
140+
- dic
141+
day_names:
142+
- domenica
143+
- lunedì
144+
- martedì
145+
- mercoledì
146+
- giovedì
147+
- venerdì
148+
- sabato
149+
formats:
150+
default: "%d/%m/%Y"
151+
long: "%d %B %Y"
152+
short: "%d %b"
153+
month_names:
154+
-
155+
- gennaio
156+
- febbraio
157+
- marzo
158+
- aprile
159+
- maggio
160+
- giugno
161+
- luglio
162+
- agosto
163+
- settembre
164+
- ottobre
165+
- novembre
166+
- dicembre
167+
order:
168+
- :day
169+
- :month
170+
- :year
171+
172+
time:
173+
am: alle
174+
formats:
175+
default: "%a, %d %b %Y %H:%M:%S %z"
176+
long: "%B %d, %Y %H:%M"
177+
short: "%d %b %H:%M"
178+
pm: pm
179+

0 commit comments

Comments
 (0)