]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/locale/bs.yml
Make it possible to associate an openID during account creation
[rails.git] / vendor / plugins / rails-i18n / locale / bs.yml
1 # bs [Bosnian] are the same as bs_BA [Bosnian (Bosnia and Herzegovina)]
2 # translations for Ruby on Rails by Dejan Dimić (dejan.dimic@gmail.com)
3
4 "bs":
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: [nedjelja, ponedjeljak, utorak, srijeda, četvrtak, petak, subota]
13     abbr_day_names: [ned, pon, uto, sri, čet, pet, sub]
14     month_names: [~, Januar, Februar, Mart, April, Maj, Јun, Јul, Аvgust, Septembar, Оktobar, Novembar, Decembar]
15     abbr_month_names: [~, Jan, Feb, Mar, Apr, Мaj, Jun, Јul, 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     am: 'АМ'
27     pm: 'PМ'
28
29   datetime:
30     formats:
31       default: "%Y-%m-%dT%H:%M:%S%Z"
32     distance_in_words:
33       half_a_minute: 'pola minute'
34       less_than_x_seconds:
35         zero: 'manje od 1 sekunde'
36         one: 'manje od 1 sekunde'
37         few: 'manje od {{count}} sekunde'
38         other: 'manje od {{count}} sekundi'
39       x_seconds:
40         one: '1 sekunda'
41         few: '{{count}} sekunde'
42         other: '{{count}} sekundi'
43       less_than_x_minutes:
44         zero: 'manje оd minuta'
45         one: 'manje od 1 minut'
46         other: 'manje od {{count}} minuta'
47       x_minutes:
48         one: '1 minut'
49         other: '{{count}} minuta'
50       about_x_hours:
51         one: 'oko 1 sat'
52         few: 'око {{count}} sata'
53         other: 'око {{count}} sati'
54       x_days:
55         one: '1 dan'
56         other: '{{count}} dana'
57       about_x_months:
58         one: 'око 1 mjesec'
59         few: 'око {{count}} mjeseca'
60         other: 'око {{count}} mjeseci'
61       x_months:
62         one: '1 mjesec'
63         few: '{{count}} mjeseca'
64         other: '{{count}} mjeseci'
65       about_x_years:
66         one: 'око 1 godine'
67         other: 'око {{count}} godine'
68       over_x_years:
69         one: 'preko 1 godine'
70         other: 'preko {{count}} godine'
71
72   number:
73     format:
74       precision: 3
75       separator: ','
76       delimiter: '.'
77     currency:
78       format:
79         unit: 'KM'
80         precision: 2
81         format: '%n %u'
82
83   support:
84     array:
85       sentence_connector: "i"
86
87   activerecord:
88     errors:
89       template:
90         header:
91           one: 'nisam uspio sačuvati {{model}}: 1 greška.'
92           few: 'nisam uspio sačuvati {{model}}: {{count}} greške.'
93           other: 'nisam uspio sačuvati {{model}}: {{count}} greški.'
94         body: "Molim Vas da provjerite slijedeća polja:"
95       messages:
96         inclusion: "nije u listi"
97         exclusion: "nije dostupno"
98         invalid: "nije ispravan"
99         confirmation: "se ne slaže sa svojom potvrdom"
100         accepted: "mora biti prihvaćeno"
101         empty: "mora biti dat"
102         blank: "mora biti dat"
103         too_long: "je predugačak (ne više od {{count}} karaktera)"
104         too_short: "је prekratak (ne manje od {{count}} karaktera)"
105         wrong_length: "nije odgovarajuće dužine (mora biti {{count}} karaktera)"
106         taken: "је zauzeto"
107         not_a_number: "nije broj"
108         greater_than: "mora biti veće od {{count}}"
109         greater_than_or_equal_to: "mora biti veće ili jednako {{count}}"
110         equal_to: "mora biti jednako {{count}}"
111         less_than: "mora biti manje od {{count}}"
112         less_than_or_equal_to: "mora biti manje ili jednako {{count}}"
113         odd: "mora biti neparno"
114         even: "mora biti parno"