]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/locale/sr-Latn.yml
Fixed copy-n-paste bug in querying for closed changesets and added a test for it.
[rails.git] / vendor / plugins / rails-i18n / locale / 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: [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]
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 sekund'
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 minuta'
47         one: 'manje od 1 minut'
48         other: 'manje od {{count}} minuta'
49       x_minutes:
50         one: '1 minut'
51         other: '{{count}} minuta'
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 mesec'
61         few: 'oko {{count}} meseca'
62         other: 'oko {{count}} meseci'
63       x_months:
64         one: '1 mesec'
65         few: '{{count}} meseca'
66         other: '{{count}} meseci'
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: 'DIN'
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 uspeo sačuvati {{model}}: 1 greška'
94           few: 'Nisam uspeo sačuvati {{model}}: {{count}} greške.'
95           other: 'Nisam uspeo sačuvati {{model}}: {{count}} greški.'
96         body: "Molim Vas proverite sledeć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 dat"
104         blank: "mora biti dat"
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"