]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/locale/ro.yml
Merged 17256:18123 from trunk.
[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     prompts:
68       year:   "Anul"
69       month:  "Luna"
70       day:    "Ziua"
71       hour:   "Ora"
72       minute: "Minutul"
73       second: "Secunda"
74       
75   number:
76     format:
77       precision: 3
78       separator: '.'
79       delimiter: ','
80     currency:
81       format:
82         unit: 'RON'
83         precision: 2
84         separator: '.'
85         delimiter: ','
86         format: '%n %u'
87     percentage:
88       format:
89         # separator:
90         delimiter: ","
91 #        precision: 2
92     precision:
93       format:
94         # separator:
95         delimiter: ""
96         # precision:
97     human:
98       format:
99 #        separator: "."
100         delimiter: ","
101         precision: 1
102       storage_units: [Bytes, KB, MB, GB, TB]
103         
104   activerecord:
105     errors:
106       template:
107         header: 
108           one: "Nu am putut salva acest model {{model}}: 1 eroare"
109           other: "Nu am putut salva acest {{model}}: {{count}} erori."
110         body: "Încearcă să corectezi urmatoarele câmpuri:"
111       messages:
112         inclusion: "nu este inclus în listă"
113         exclusion: "este rezervat"
114         invalid: "este invalid"
115         confirmation: "nu este confirmat"
116         accepted: "trebuie dat acceptul"
117         empty: "nu poate fi gol"
118         blank: "nu poate fi gol"
119         too_long: "este prea lung (se pot folosi maximum {{count}} caractere)"
120         too_short: "este pre scurt (minumim de caractere este {{count}})"
121         wrong_length: "nu are lungimea corectă (trebuie să aiba {{count}} caractere)"
122         taken: "este deja folosit"
123         not_a_number: "nu este un număr"
124         greater_than: "trebuie să fie mai mare decât {{count}}"
125         greater_than_or_equal_to: "trebuie să fie mai mare sau egal cu {{count}}"
126         equal_to: "trebuie să fie egal cu {{count}}"
127         less_than: "trebuie să fie mai mic decât {{count}}"
128         less_than_or_equal_to: "trebuie să fie mai mic sau egal cu {{count}}"
129         odd: "trebuie să fie par"
130         even: "trebuie să fie impar"
131   support:
132       array:
133 #        sentence_connector: "și"
134         words_connector: ", "
135         two_words_connector: " şi "
136         last_word_connector: " şi "