]> git.openstreetmap.org Git - rails.git/blob - vendor/rails-locales/sr-Latn.yml
Serve OpenLayers through the asset pipeline
[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       only_day: "%e"
11
12     day_names:
13       - Nedelja
14       - Ponedeljak
15       - Utorak
16       - Sreda
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       - Januar
31       - Februar
32       - Mart
33       - April
34       - Maj
35       - Jun
36       - Jul
37       - Avgust
38       - Septembar
39       - Oktobar
40       - Novembar
41       - Decembar
42     abbr_month_names:
43       - ~
44       - Jan
45       - Feb
46       - Mar
47       - Apr
48       - Maj
49       - Jun
50       - Jul
51       - Avg
52       - Sep
53       - Okt
54       - Nov
55       - Dec
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 sekund'
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 minuta'
90         one: 'manje od 1 minut'
91         other: 'manje od %{count} minuta'
92       x_minutes:
93         one: '1 minut'
94         other: '%{count} minuta'
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 mesec'
104         few: 'oko %{count} meseca'
105         other: 'oko %{count} meseci'
106       x_months:
107         one: '1 mesec'
108         few: '%{count} meseca'
109         other: '%{count} meseci'
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: 'DIN'
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 uspeo sačuvati %{model}: 1 greška'
137           few: 'Nisam uspeo sačuvati %{model}: %{count} greške.'
138           other: 'Nisam uspeo sačuvati %{model}: %{count} greški.'
139         body: "Molim Vas proverite sledeć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 dat"
147         blank: "mora biti dat"
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"