]> git.openstreetmap.org Git - rails.git/blob - vendor/rails-locales/sl.yml
Fetch OpenLayers from the same server as the embed page
[rails.git] / vendor / rails-locales / sl.yml
1 # Slovenian language localization (sl-sl)
2 # by Miha Rebernik <miha@rebernik.info>
3 sl:
4   date:
5     formats:
6       default: "%d.%m.%Y"
7       short: "%d. %b"
8       long: "%d. %b %Y"
9
10     day_names:
11       - nedelja
12       - ponedeljek
13       - torek
14       - sreda
15       - četrtek
16       - petek
17       - sobota
18     abbr_day_names:
19       - ned
20       - pon
21       - tor
22       - sre
23       - čet
24       - pet
25       - sob
26
27     month_names:
28       - ~
29       - januar
30       - februar
31       - marec
32       - april
33       - maj
34       - junij
35       - julij
36       - avgust
37       - september
38       - oktober
39       - november
40       - december
41     abbr_month_names:
42       - ~
43       - jan
44       - feb
45       - mar
46       - apr
47       - maj
48       - jun
49       - jul
50       - avg
51       - sep
52       - okt
53       - nov
54       - dec
55     order:
56       - :day
57       - :month
58       - :year
59
60   time:
61     formats:
62       default: "%A, %d %b %Y ob %H:%M:%S"
63       short: "%d. %b ob %H:%M"
64       long: "%d. %B, %Y ob %H:%M"
65
66     am: "dopoldan"
67     pm: "popoldan"
68
69   # Used in array.to_sentence.
70   support:
71     array:
72       words_connector: ", "
73       two_words_connector: " in "
74       last_word_connector: " in "
75
76   errors:
77     format: "%{attribute} %{message}"
78     messages: &errors_messages
79       inclusion: "ni vključeno v seznam"
80       exclusion: "je rezervirano"
81       invalid: "je nepravilno"
82       confirmation: "se ne ujema s potrditvijo"
83       accepted: "mora biti sprejeto"
84       empty: "ne sme biti prazno"
85       blank: "ne sme biti prazno"
86       too_long: "je predolgo (dovoljeno je do %{count} znakov)"
87       too_short: "je prekratko (zahtevano je najmanj %{count} znakov)"
88       wrong_length: "je napačne dolžine (mora biti natančno %{count} znakov)"
89       taken: "je že zasedeno"
90       not_a_number: "ni številka"
91       greater_than: "mora biti večje kot %{count}"
92       greater_than_or_equal_to: "mora biti večje ali enako %{count}"
93       equal_to: "mora biti enako %{count}"
94       less_than: "mora biti manj kot %{count}"
95       less_than_or_equal_to: "mora biti manj ali enako %{count}"
96       odd: "mora biti liho"
97       even: "mora biti sodo"
98       record_invalid: ""
99     template: &errors_template
100       header:
101         one:    "Ena napaka preprečuje, da bi shranili %{model}"
102         two:    "Dve napaki preprečujeta, da bi shranili %{model}"
103         few:    "%{count} napake preprečujejo, da bi shranili %{model}"
104         other:  "%{count} napak preprečuje, da bi shranili %{model}"
105       body: "Napačno izpolnjena polja:"
106
107   activerecord:
108     errors:
109       messages:
110         <<: *errors_messages
111       template:
112         <<: *errors_template
113       full_messages:
114           format: "%{attribute} %{message}"
115
116
117   number:
118      # Used in number_with_delimiter()
119      # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
120      format:
121        # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
122        separator: ","
123        # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
124        delimiter: "."
125        # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
126        precision: 2
127        significant: false
128        strip_insignificant_zeros: false
129
130      # Used in number_to_currency()
131      currency:
132        format:
133          # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
134          format: "%u%n"
135          unit: "€"
136          # These three are to override number.format and are optional
137          separator: ","
138          delimiter: "."
139          precision: 2
140          significant: false
141          strip_insignificant_zeros: false
142
143      # Used in number_to_percentage()
144      percentage:
145        format:
146          # These three are to override number.format and are optional
147          # separator:
148          delimiter: ""
149          # precision:
150
151      # Used in number_to_precision()
152      precision:
153        format:
154          # These three are to override number.format and are optional
155          # separator:
156          delimiter: ""
157          # precision:
158
159      # Used in number_to_human_size()
160      human:
161        format:
162          # These three are to override number.format and are optional
163          # separator:
164          delimiter: ""
165          precision: 1
166          significant: true
167          strip_insignificant_zeros: true
168        storage_units:
169          # Storage units output formatting.
170          # %u is the storage unit, %n is the number (default: 2 MB)
171          format: "%n %u"
172          units:
173            byte:
174              one:   "Byte"
175              other: "Bytes"
176            kb: "KB"
177            mb: "MB"
178            gb: "GB"
179            tb: "TB"
180        decimal_units:
181          format: "%n %u"
182          units:
183            unit: ""
184
185   # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
186   datetime:
187    distance_in_words:
188      half_a_minute: "pol minute"
189      less_than_x_seconds:
190        one:   "manj kot 1 sekunda"
191        two:   "manj kot 2 sekundi"
192        few:   "manj kot %{count} sekunde"
193        other: "manj kot %{count} sekund"
194      x_seconds:
195        one:   "1 sekunda"
196        two:   "2 sekundi"
197        few:   "%{count} sekunde"
198        other: "%{count} sekund"
199      less_than_x_minutes:
200        one:   "manj kot ena minuta"
201        two:   "manj kot dve minuti"
202        few:   "manj kot %{count} minute"
203        other: "manj kot %{count} minut"
204      x_minutes:
205        one:   "1 minuta"
206        two:   "2 minuti"
207        few:   "%{count} minute"
208        other: "%{count} minut"
209      about_x_hours:
210        one:   "okoli 1 ura"
211        two:   "okoli 2 uri"
212        few:   "okoli %{count} ure"
213        other: "okoli %{count} ur"
214      x_days:
215        one:   "1 dan"
216        two:   "2 dneva"
217        few:   "%{count} dnevi"
218        other: "%{count} dni"
219      about_x_months:
220        one:   "okoli 1 mesec"
221        two:   "okoli 2 meseca"
222        few:   "okoli %{count} mesece"
223        other: "okoli %{count} mesecev"
224      x_months:
225        one:   "1 mesec"
226        two:   "2 meseca"
227        few:   "%{count} mesece"
228        other: "%{count} mesecev"
229      almost_x_years:
230        one:   "skoraj 1 leto"
231        two:   "skoraj 2 leti"
232        few:   "skoraj %{count} leta"
233        other: "skoraj %{count} let"
234      about_x_years:
235        one:   "okoli 1 leto"
236        two:   "okoli 2 leti"
237        few:   "okoli %{count} leta"
238        other: "okoli %{count} let"
239      over_x_years:
240        one:   "več kot 1 leto"
241        two:   "več kot 2 leti"
242        few:   "več kot %{count} leta"
243        other: "več kot %{count} let"
244    prompts:
245      year:   "Leto"
246      month:  "Mesec"
247      day:    "Dan"
248      hour:   "Ura"
249      minute: "Minute"
250      second: "Sekunde"