]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/locale/hr.yml
Fixed copy-n-paste bug in querying for closed changesets and added a test for it.
[rails.git] / vendor / plugins / rails-i18n / locale / 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: [ :day, :month, :year ]
17
18   time:
19     formats:
20       default: "%a %b %d %H:%M:%S %Z %Y"
21       time: "%H:%M"
22       short: "%d %b %H:%M"
23       long: "%B %d, %Y %H:%M"
24       only_second: "%S"
25
26       datetime:
27         formats:
28           default: "%Y-%m-%dT%H:%M:%S%Z"
29
30       am: 'AM'
31       pm: 'PM'
32
33   datetime:
34     distance_in_words:
35       half_a_minute: 'pola minute'
36       less_than_x_seconds:
37         zero: 'manje od 1 sekunde'
38         one: 'manje od 1 sekunde'
39         few: 'manje od {{count}} sekunde'
40         other: 'manje od {{count}} sekundi'
41       x_seconds:
42         one: '1 sekunda'
43         few: '{{count}} sekunde'
44         other: '{{count}} sekundi'
45       less_than_x_minutes:
46         zero: 'manje od minute'
47         one: 'manje od 1 minute'
48         other: 'manje od {{count}} minuta'
49       x_minutes:
50         one: '1 minuta'
51         other: '{{count}} minuta-e'
52       about_x_hours:
53         one: 'oko 1 sat'
54         few: 'oko {{count}} sata'
55         other: 'oko {{count}} sati'
56       x_days:
57         one: '1 dan'
58         other: '{{count}} dana'
59       about_x_months:
60         one: 'oko 1 mjesec'
61         few: 'oko {{count}} mjeseca'
62         other: 'oko {{count}} mjeseci'
63       x_months:
64         one: '1 mjesec'
65         few: '{{count}} mjeseca'
66         other: '{{count}} mjeseci'
67       about_x_years:
68         one: 'oko 1 godine'
69         other: 'oko {{count}} godine'
70       over_x_years:
71         one: 'preko 1 godine'
72         other: 'preko {{count}} godine'
73
74   number:
75     format:
76       precision: 3
77       separator: ','
78       delimiter: '.'
79     currency:
80       format:
81         unit: 'Kn'
82         precision: 2
83         format: '%n %u'
84
85   support:
86     array:
87       sentence_connector: "i"
88
89   activerecord:
90     errors:
91       template:
92         header:
93           one: 'Nisam uspio spremiti {{model}}: 1 greška'
94           few: 'Nisam uspio spremiti {{model}}: {{count}} greške.'
95           other: 'Nisam uspio spremiti {{model}}: {{count}} greški.'
96         body: "Molim Vas provjerite slijedeća polja:"
97       messages:
98         inclusion: "nije u listi"
99         exclusion: "nije dostupno"
100         invalid: "nije ispravan"
101         confirmation: "se ne slaže sa svojom potvrdom"
102         accepted: "mora biti prihvaćen"
103         empty: "mora biti ispunjen"
104         blank: "mora biti ispunjen"
105         too_long: "je predugačak (ne više od {{count}} karaktera)"
106         too_short: "je prekratak (ne manje od {{count}} karaktera)"
107         wrong_length: "nije odgovarajuće dužine (mora imati {{count}} karaktera)"
108         taken: "je zauzeto"
109         not_a_number: "nije broj"
110         greater_than: "mora biti veće od {{count}}"
111         greater_than_or_equal_to: "mora biti veće ili jednako {{count}}"
112         equal_to: "mora biti jednako {{count}}"
113         less_than: "mora biti manje od {{count}}"
114         less_than_or_equal_to: "mora biti manje ili jednako {{count}}"
115         odd: "mora biti neparno"
116         even: "mora biti parno"