]> git.openstreetmap.org Git - rails.git/blob - vendor/rails-locales/sr-Latn.yml
Fetch OpenLayers from the same server as the embed page
[rails.git] / vendor / rails-locales / sr-Latn.yml
1 # Serbian (Latin) translations for Ruby on Rails
2 # by Dejan Dimić (dejan.dimic@gmail.com)
3
4 "sr-Latn":
5   date:
6     formats:
7       default: "%d/%m/%Y"
8       short: "%e %b"
9       long: "%B %e, %Y"
10     day_names:
11       - Nedelja
12       - Ponedeljak
13       - Utorak
14       - Sreda
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       - Januar
29       - Februar
30       - Mart
31       - April
32       - Maj
33       - Jun
34       - Jul
35       - Avgust
36       - Septembar
37       - Oktobar
38       - Novembar
39       - Decembar
40     abbr_month_names:
41       - ~
42       - Jan
43       - Feb
44       - Mar
45       - Apr
46       - Maj
47       - Jun
48       - Jul
49       - Avg
50       - Sep
51       - Okt
52       - Nov
53       - Dec
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 sekund'
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 minuta'
81         one: 'manje od 1 minut'
82         other: 'manje od %{count} minuta'
83       x_minutes:
84         one: '1 minut'
85         other: '%{count} minuta'
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 mesec'
95         few: 'oko %{count} meseca'
96         other: 'oko %{count} meseci'
97       x_months:
98         one: '1 mesec'
99         few: '%{count} meseca'
100         other: '%{count} meseci'
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: 'DIN'
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     messages: &errors_messages
146       inclusion: "nije u listi"
147       exclusion: "nije dostupno"
148       invalid: "nije ispravan"
149       confirmation: "se ne slaže sa svojom potvrdom"
150       accepted: "mora biti prihvaćen"
151       empty: "mora biti dat"
152       blank: "mora biti dat"
153       too_long: "je predugačak (ne više od %{count} karaktera)"
154       too_short: "je prekratak (ne manje od %{count} karaktera)"
155       wrong_length: "nije odgovarajuće dužine (mora imati %{count} karaktera)"
156       taken: "je zauzeto"
157       not_a_number: "nije broj"
158       greater_than: "mora biti veće od %{count}"
159       greater_than_or_equal_to: "mora biti veće ili jednako %{count}"
160       equal_to: "mora biti jednako %{count}"
161       less_than: "mora biti manje od %{count}"
162       less_than_or_equal_to: "mora biti manje ili jednako %{count}"
163       odd: "mora biti neparno"
164       even: "mora biti parno"
165     template: &errors_template
166       header:
167         one: 'Nisam uspeo sačuvati %{model}: 1 greška'
168         few: 'Nisam uspeo sačuvati %{model}: %{count} greške.'
169         other: 'Nisam uspeo sačuvati %{model}: %{count} greški.'
170       body: "Molim Vas proverite sledeća polja:"
171
172   activerecord:
173     errors:
174       messages:
175         <<: *errors_messages
176       template:
177         <<: *errors_template
178       full_messages:
179         format: "%{attribute} %{message}"