1 # Serbian (Latin) translations for Ruby on Rails
2 # by Dejan Dimić (dejan.dimic@gmail.com)
12 day_names: [Nedelja, Ponedeljak, Utorak, Sreda, Četvrtak, Petak, Subota]
13 abbr_day_names: [Ned, Pon, Uto, Sre, Čet, Pet, Sub]
14 month_names: [~, Januar, Februar, Mart, April, Maj, Jun, Jul, Avgust, Septembar, Oktobar, Novembar, Decembar]
15 abbr_month_names: [~, Jan, Feb, Mar, Apr, Maj, Jun, Jul, Avg, Sep, Okt, Nov, Dec]
23 default: "%a %b %d %H:%M:%S %Z %Y"
26 long: "%B %d, %Y %H:%M"
31 default: "%Y-%m-%dT%H:%M:%S%Z"
38 half_a_minute: 'pola minute'
40 zero: 'manje od 1 sekunde'
41 one: 'manje od 1 sekund'
42 few: 'manje od %{count} sekunde'
43 other: 'manje od %{count} sekundi'
46 few: '%{count} sekunde'
47 other: '%{count} sekundi'
49 zero: 'manje od minuta'
50 one: 'manje od 1 minut'
51 other: 'manje od %{count} minuta'
54 other: '%{count} minuta'
57 few: 'oko %{count} sata'
58 other: 'oko %{count} sati'
61 other: '%{count} dana'
64 few: 'oko %{count} meseca'
65 other: 'oko %{count} meseci'
68 few: '%{count} meseca'
69 other: '%{count} meseci'
72 other: 'oko %{count} godine'
75 other: 'preko %{count} godine'
90 sentence_connector: "i"
96 one: 'Nisam uspeo sačuvati %{model}: 1 greška'
97 few: 'Nisam uspeo sačuvati %{model}: %{count} greške.'
98 other: 'Nisam uspeo sačuvati %{model}: %{count} greški.'
99 body: "Molim Vas proverite sledeća polja:"
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 dat"
107 blank: "mora biti dat"
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)"
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"