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