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