]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/locale/bs.yml
b2c03053e0caa77890f09ad8b287d425ff48e0e3
[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:
17       - :day
18       - :month
19       - :year
20
21   time:
22     formats:
23       default: "%a %b %d %H:%M:%S %Z %Y"
24       time: "%H:%M"
25       short: "%d %b %H:%M"
26       long: "%B %d, %Y %H:%M"
27       only_second: "%S"
28
29     am: 'АМ'
30     pm: 'PМ'
31
32   datetime:
33     formats:
34       default: "%Y-%m-%dT%H:%M:%S%Z"
35     distance_in_words:
36       half_a_minute: 'pola minute'
37       less_than_x_seconds:
38         zero: 'manje od 1 sekunde'
39         one: 'manje od 1 sekunde'
40         few: 'manje od %{count} sekunde'
41         other: 'manje od %{count} sekundi'
42       x_seconds:
43         one: '1 sekunda'
44         few: '%{count} sekunde'
45         other: '%{count} sekundi'
46       less_than_x_minutes:
47         zero: 'manje оd minuta'
48         one: 'manje od 1 minut'
49         other: 'manje od %{count} minuta'
50       x_minutes:
51         one: '1 minut'
52         other: '%{count} minuta'
53       about_x_hours:
54         one: 'oko 1 sat'
55         few: 'око %{count} sata'
56         other: 'око %{count} sati'
57       x_days:
58         one: '1 dan'
59         other: '%{count} dana'
60       about_x_months:
61         one: 'око 1 mjesec'
62         few: 'око %{count} mjeseca'
63         other: 'око %{count} mjeseci'
64       x_months:
65         one: '1 mjesec'
66         few: '%{count} mjeseca'
67         other: '%{count} mjeseci'
68       about_x_years:
69         one: 'око 1 godine'
70         other: 'око %{count} godine'
71       over_x_years:
72         one: 'preko 1 godine'
73         other: 'preko %{count} godine'
74
75   number:
76     format:
77       precision: 3
78       separator: ','
79       delimiter: '.'
80     currency:
81       format:
82         unit: 'KM'
83         precision: 2
84         format: '%n %u'
85
86   support:
87     array:
88       sentence_connector: "i"
89
90   activerecord:
91     errors:
92       template:
93         header:
94           one: 'nisam uspio sačuvati %{model}: 1 greška.'
95           few: 'nisam uspio sačuvati %{model}: %{count} greške.'
96           other: 'nisam uspio sačuvati %{model}: %{count} greški.'
97         body: "Molim Vas da provjerite slijedeća polja:"
98       messages:
99         inclusion: "nije u listi"
100         exclusion: "nije dostupno"
101         invalid: "nije ispravan"
102         confirmation: "se ne slaže sa svojom potvrdom"
103         accepted: "mora biti prihvaćeno"
104         empty: "mora biti dat"
105         blank: "mora biti dat"
106         too_long: "je predugačak (ne više od %{count} karaktera)"
107         too_short: "је prekratak (ne manje od %{count} karaktera)"
108         wrong_length: "nije odgovarajuće dužine (mora biti %{count} karaktera)"
109         taken: "је zauzeto"
110         not_a_number: "nije broj"
111         greater_than: "mora biti veće od %{count}"
112         greater_than_or_equal_to: "mora biti veće ili jednako %{count}"
113         equal_to: "mora biti jednako %{count}"
114         less_than: "mora biti manje od %{count}"
115         less_than_or_equal_to: "mora biti manje ili jednako %{count}"
116         odd: "mora biti neparno"
117         even: "mora biti parno"