1 # Serbian (Latin) translations for Ruby on Rails
2 # by Dejan Dimić (dejan.dimic@gmail.com)
61 default: "%a %b %d %H:%M:%S %Z %Y"
63 long: "%B %d, %Y %H:%M"
69 half_a_minute: 'pola minute'
71 zero: 'manje od 1 sekunde'
72 one: 'manje od 1 sekund'
73 few: 'manje od %{count} sekunde'
74 other: 'manje od %{count} sekundi'
77 few: '%{count} sekunde'
78 other: '%{count} sekundi'
80 zero: 'manje od minuta'
81 one: 'manje od 1 minut'
82 other: 'manje od %{count} minuta'
85 other: '%{count} minuta'
88 few: 'oko %{count} sata'
89 other: 'oko %{count} sati'
92 other: '%{count} dana'
95 few: 'oko %{count} meseca'
96 other: 'oko %{count} meseci'
99 few: '%{count} meseca'
100 other: '%{count} meseci'
103 other: 'oko %{count} godine'
105 one: 'preko 1 godine'
106 other: 'preko %{count} godine'
114 strip_insignificant_zeros: false
123 strip_insignificant_zeros: false
135 strip_insignificant_zeros: true
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)"
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
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:"
179 format: "%{attribute} %{message}"