]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/locale/ro.yml
Update rails translations
[rails.git] / vendor / plugins / rails-i18n / locale / ro.yml
1 # Romanian translations for Ruby on Rails
2 # by Catalin Ilinca (me@talin.ro)
3 # updated by kfl62 (bogus keys are now commented)
4
5 ro:
6   date:
7     formats:
8       default: "%d-%m-%Y"
9       short: "%d %b"
10       long: "%d %B %Y"
11 #      only_day: "%e"
12
13     day_names: [Duminică, Luni, Marți, Miercuri, Joi, Vineri, Sâmbată]
14     abbr_day_names: [Dum, Lun, Mar, Mie, Joi, Vin, Sâm]
15     month_names: [~, Ianuarie, Februarie, Martie, Aprilie, Mai, Iunie, Iulie, August, Septembrie, Octombrie, Noiembrie, Decembrie]
16     abbr_month_names: [~, Ian, Feb, Mar, Apr, Mai, Iun, Iul, Aug, Sep, Oct, Noi, Dec]
17     order:
18       - :day
19       - :month
20       - :year
21
22   time:
23     formats:
24       default: "%a %d %b %Y, %H:%M:%S %z"
25 #      time: "%H:%M"
26       short: "%d %b %H:%M"
27       long: "%d %B %Y %H:%M"
28 #      only_second: "%S"
29
30 #      datetime:
31 #        formats:
32 #          default: "%d-%m-%YT%H:%M:%S%Z"
33
34     am: ''
35     pm: ''
36
37   datetime:
38     distance_in_words:
39       half_a_minute: "jumătate de minut"
40       less_than_x_seconds:
41         one:  "mai puțin de o secundă"
42         other: "mai puțin de %{count} secunde"
43       x_seconds:
44         one:  "1 secundă"
45         other: "%{count} secunde"
46       less_than_x_minutes:
47         one:  "mai puțin de un minut"
48         other: "mai puțin de %{count} minute"
49       x_minutes:
50         one:  "1 minut"
51         other: "%{count} minute"
52       about_x_hours:
53         one:  "aproximativ o oră"
54         other: "aproximativ %{count} ore"
55       x_days:
56         one:  "1 zi"
57         other: "%{count} zile"
58       about_x_months:
59         one:  "aproximativ o lună"
60         other: "aproximativ %{count} luni"
61       x_months:
62         one:  "1 lună"
63         other: "%{count} luni"
64       about_x_years:
65         one:  "aproximativ un an"
66         other: "aproximativ %{count} ani"
67       over_x_years:
68         one:  "mai mult de un an"
69         other: "mai mult de %{count} ani"
70       almost_x_years:
71         one:   "aproape 1 an"
72         other: "aproape %{count} ani"
73     prompts:
74       year:   "Anul"
75       month:  "Luna"
76       day:    "Ziua"
77       hour:   "Ora"
78       minute: "Minutul"
79       second: "Secunda"
80
81   number:
82     format:
83       precision: 3
84       separator: '.'
85       delimiter: ','
86     currency:
87       format:
88         unit: 'RON'
89         precision: 2
90         separator: '.'
91         delimiter: ','
92         format: '%n %u'
93     percentage:
94       format:
95         # separator:
96         delimiter: ","
97 #        precision: 2
98     precision:
99       format:
100         # separator:
101         delimiter: ""
102         # precision:
103     human:
104       format:
105 #        separator: "."
106         delimiter: ","
107         precision: 1
108       storage_units:
109         format: "%n %u"
110         units:
111           byte:
112             one:   "Byte"
113             other: "Bytes"
114           kb: "KB"
115           mb: "MB"
116           gb: "GB"
117           tb: "TB"
118
119   activerecord:
120     errors:
121       template:
122         header:
123           one: "Nu am putut salva acest %{model}: o eroare"
124           other: "Nu am putut salva acest %{model}: %{count} erori."
125         body: "Încearcă să corectezi urmatoarele câmpuri:"
126       messages:
127         inclusion: "nu este inclus în listă"
128         exclusion: "este rezervat"
129         invalid: "este invalid"
130         confirmation: "nu este confirmat"
131         accepted: "trebuie dat acceptul"
132         empty: "nu poate fi gol"
133         blank: "nu poate fi gol"
134         too_long: "este prea lung (se pot folosi maximum %{count} caractere)"
135         too_short: "este pre scurt (minumim de caractere este %{count})"
136         wrong_length: "nu are lungimea corectă (trebuie să aiba %{count} caractere)"
137         taken: "este deja folosit"
138         not_a_number: "nu este un număr"
139         greater_than: "trebuie să fie mai mare decât %{count}"
140         greater_than_or_equal_to: "trebuie să fie mai mare sau egal cu %{count}"
141         equal_to: "trebuie să fie egal cu %{count}"
142         less_than: "trebuie să fie mai mic decât %{count}"
143         less_than_or_equal_to: "trebuie să fie mai mic sau egal cu %{count}"
144         odd: "trebuie să fie par"
145         even: "trebuie să fie impar"
146         record_invalid: "Validare nereuşită %{errors}"
147   support:
148     array:
149 #        sentence_connector: "și"
150       words_connector: ", "
151       two_words_connector: " şi "
152       last_word_connector: " şi "
153     select:
154       # default value for :prompt => true in FormOptionsHelper
155       prompt: "Alegeţi"