]> git.openstreetmap.org Git - rails.git/blob - vendor/rails-locales/hr.yml
Fixes and cleanups suggested by JSHint
[rails.git] / vendor / rails-locales / hr.yml
1 # Croatian translation for Ruby on Rails
2 # by Marjan Vrban (mvrban@gmail.com)
3
4 "hr":
5   date:
6     formats:
7       default: "%d/%m/%Y"
8       short: "%e %b"
9       long: "%B %e, %Y"
10     day_names:
11       - Nedjelja
12       - Ponedjeljak
13       - Utorak
14       - Srijeda
15       - Četvrtak
16       - Petak
17       - Subota
18     abbr_day_names:
19       - Ned
20       - Pon
21       - Uto
22       - Sre
23       - Čet
24       - Pet
25       - Sub
26     month_names:
27       - ~
28       - Siječanj
29       - Veljača
30       - Ožujak
31       - Travanj
32       - Svibanj
33       - Lipanj
34       - Srpanj
35       - Kolovoz
36       - Rujan
37       - Listopad
38       - Studeni
39       - Prosinac
40     abbr_month_names:
41       - ~
42       - Sij
43       - Vel
44       - Ožu
45       - Tra
46       - Svi
47       - Lip
48       - Srp
49       - Kol
50       - Ruj
51       - Lis
52       - Stu
53       - Pro
54     order:
55       - :day
56       - :month
57       - :year
58
59   time:
60     formats:
61       default: "%a %b %d %H:%M:%S %Z %Y"
62       short: "%d %b %H:%M"
63       long: "%B %d, %Y %H:%M"
64     am: 'AM'
65     pm: 'PM'
66
67   datetime:
68     distance_in_words:
69       half_a_minute: 'pola minute'
70       less_than_x_seconds:
71         zero: 'manje od 1 sekunde'
72         one: 'manje od 1 sekunde'
73         few: 'manje od %{count} sekunde'
74         other: 'manje od %{count} sekundi'
75       x_seconds:
76         one: '1 sekunda'
77         few: '%{count} sekunde'
78         other: '%{count} sekundi'
79       less_than_x_minutes:
80         zero: 'manje od minute'
81         one: 'manje od 1 minute'
82         other: 'manje od %{count} minuta'
83       x_minutes:
84         one: '1 minuta'
85         other: '%{count} minuta-e'
86       about_x_hours:
87         one: 'oko 1 sat'
88         few: 'oko %{count} sata'
89         other: 'oko %{count} sati'
90       x_days:
91         one: '1 dan'
92         other: '%{count} dana'
93       about_x_months:
94         one: 'oko 1 mjesec'
95         few: 'oko %{count} mjeseca'
96         other: 'oko %{count} mjeseci'
97       x_months:
98         one: '1 mjesec'
99         few: '%{count} mjeseca'
100         other: '%{count} mjeseci'
101       about_x_years:
102         one: 'oko 1 godine'
103         other: 'oko %{count} godine'
104       over_x_years:
105         one: 'preko 1 godine'
106         other: 'preko %{count} godine'
107
108   number:
109     format:
110       precision: 3
111       separator: ','
112       delimiter: '.'
113       significant: false
114       strip_insignificant_zeros: false
115     currency:
116       format:
117         unit: 'Kn'
118         precision: 2
119         format: '%n %u'
120         separator: "."
121         delimiter: ","
122         significant: false
123         strip_insignificant_zeros: false
124     percentage:
125       format:
126         delimiter: ""
127     precision:
128       format:
129         delimiter: ""
130     human:
131       format:
132         delimiter: ""
133         precision: 3
134         significant: true
135         strip_insignificant_zeros: true
136       storage_units:
137         format: "%n %u"
138       decimal_units:
139         format: "%n %u"
140         units:
141           unit: ""
142
143   errors:
144     format: "%{attribute} %{message}"
145     template: &errors_template
146       header:
147         one: 'Nisam uspio spremiti %{model}: 1 greška'
148         few: 'Nisam uspio spremiti %{model}: %{count} greške.'
149         other: 'Nisam uspio spremiti %{model}: %{count} greški.'
150       body: "Molim Vas provjerite slijedeća polja:"
151     messages: &errors_messages
152       inclusion: "nije u listi"
153       exclusion: "nije dostupno"
154       invalid: "nije ispravan"
155       confirmation: "se ne slaže sa svojom potvrdom"
156       accepted: "mora biti prihvaćen"
157       empty: "mora biti ispunjen"
158       blank: "mora biti ispunjen"
159       too_long: "je predugačak (ne više od %{count} karaktera)"
160       too_short: "je prekratak (ne manje od %{count} karaktera)"
161       wrong_length: "nije odgovarajuće dužine (mora imati %{count} karaktera)"
162       taken: "je zauzeto"
163       not_a_number: "nije broj"
164       greater_than: "mora biti veće od %{count}"
165       greater_than_or_equal_to: "mora biti veće ili jednako %{count}"
166       equal_to: "mora biti jednako %{count}"
167       less_than: "mora biti manje od %{count}"
168       less_than_or_equal_to: "mora biti manje ili jednako %{count}"
169       odd: "mora biti neparno"
170       even: "mora biti parno"
171
172   activerecord:
173     errors:
174       messages:
175         <<: *errors_messages
176       template:
177         <<: *errors_template
178       full_messages:
179         format: "%{attribute} %{message}"