Skip to content

Commit e4a920c

Browse files
committed
Add romanian locale file
1 parent d4443a2 commit e4a920c

1 file changed

Lines changed: 159 additions & 0 deletions

File tree

config/locales/ro.yml

Lines changed: 159 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,159 @@
1+
ro:
2+
ice_cube:
3+
pieces_connector: ' / '
4+
not: 'nu %{target}'
5+
not_on: 'nu %{target}'
6+
date:
7+
formats:
8+
default: "%d %B %Y"
9+
times:
10+
other: '%{count} ori'
11+
one: '%{count} dată'
12+
until: 'până pe %{date}'
13+
days_of_week: '%{segments} %{day}'
14+
days_of_month:
15+
other: '%{segments} zile ale lunii'
16+
one: '%{segments} zi a lunii'
17+
days_of_year:
18+
other: '%{segments} zile ale anului'
19+
one: '%{segments} zi a anului'
20+
at_hours_of_the_day:
21+
other: la orele %{segments} ale zilei
22+
one: la ora %{segments} a zilei
23+
on_minutes_of_hour:
24+
other: la minutele %{segments} ale orei
25+
one: la minutul %{segments} al orei
26+
at_seconds_of_minute:
27+
other: la secundele %{segments}
28+
one: la secunda %{segments}
29+
on_seconds_of_minute:
30+
other: la secundele %{segments} ale minutului
31+
one: la secunda %{segments} a minutului
32+
each_second:
33+
one: Din secundă în secundă
34+
other: La fiecare %{count} secunde
35+
each_minute:
36+
one: Din minut în minut
37+
other: La fiecare %{count} minute
38+
each_hour:
39+
one: Din oră în oră
40+
other: La fiecare %{count} ore
41+
each_day:
42+
one: Zilnic
43+
other: La fiecare %{count} zile
44+
each_week:
45+
one: Săptămânal
46+
other: La fiecare %{count} săptămâni
47+
each_month:
48+
one: Lunar
49+
other: La fiecare %{count} luni
50+
each_year:
51+
one: Anual
52+
other: La fiecare %{count} ani
53+
'on': pe %{sentence}
54+
in: 'în %{target}'
55+
integer:
56+
negative: '%{ordinal} de la sfârșit'
57+
literal_ordinals:
58+
-1: ultima
59+
-2: penultima
60+
1: prima
61+
2: a doua
62+
3: a treia
63+
4: a patra
64+
5: a cincea
65+
6: a șasea
66+
7: a șaptea
67+
8: a opta
68+
9: a noua
69+
10: a zecea
70+
ordinal: 'a %{number}%{ordinal}'
71+
ordinals:
72+
default: -a
73+
1: -a
74+
on_weekends: în week-end
75+
on_weekdays: în cursul săptămânii
76+
days_on:
77+
- duminica
78+
- lunea
79+
- marțea
80+
- miercurea
81+
- joia
82+
- vinerea
83+
- sâmbăta
84+
on_days: '%{days}'
85+
array:
86+
last_word_connector: ' și '
87+
two_words_connector: ' și '
88+
words_connector: ', '
89+
string:
90+
format:
91+
day: '%{rest} %{current}'
92+
day_of_week: '%{rest} %{current}'
93+
day_of_month: '%{rest} %{current}'
94+
day_of_year: '%{rest} %{current}'
95+
hour_of_day: '%{rest} %{current}'
96+
minute_of_hour: '%{rest} %{current}'
97+
until: '%{rest} %{current}'
98+
count: '%{rest} %{current}'
99+
default: '%{rest} %{current}'
100+
date:
101+
abbr_day_names:
102+
- Dum
103+
- Lun
104+
- Mar
105+
- Mie
106+
- Joi
107+
- Vin
108+
- Sâm
109+
abbr_month_names:
110+
-
111+
- Ian
112+
- Feb
113+
- Mar
114+
- Apr
115+
- Mai
116+
- Iun
117+
- Iul
118+
- Aug
119+
- Sep
120+
- Oct
121+
- Noi
122+
- Dec
123+
day_names:
124+
- duminică
125+
- luni
126+
- marți
127+
- miercuri
128+
- joi
129+
- vineri
130+
- sâmbătă
131+
formats:
132+
default: "%d-%m-%Y"
133+
long: "%d %B %Y"
134+
short: "%d %b"
135+
month_names:
136+
-
137+
- ianuarie
138+
- februarie
139+
- martie
140+
- aprilie
141+
- mai
142+
- iunie
143+
- iulie
144+
- august
145+
- septembrie
146+
- octombrie
147+
- noiembrie
148+
- decembrie
149+
order:
150+
- :year
151+
- :month
152+
- :day
153+
time:
154+
am: am
155+
formats:
156+
default: "%a, %d %b %Y %H:%M:%S %z"
157+
long: "%d %B %Y %H:%M"
158+
short: "%d %b %H:%M"
159+
pm: pm

0 commit comments

Comments
 (0)