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