1 # Slovenian language localization (sl-sl)
2 # by Miha Rebernik <miha@rebernik.info>
11 day_names: [nedelja, ponedeljek, torek, sreda, četrtek, petek, sobota]
12 abbr_day_names: [ned, pon, tor, sre, čet, pet, sob]
14 month_names: [~, januar, februar, marec, april, maj, junij, julij, avgust, september, oktober, november, december]
15 abbr_month_names: [~, jan, feb, mar, apr, maj, jun, jul, avg, sep, okt, nov, dec]
23 default: "%A, %d %b %Y ob %H:%M:%S"
24 short: "%d. %b ob %H:%M"
25 long: "%d. %B, %Y ob %H:%M"
26 simple: "%d. %B %Y ob %H:%M"
31 # Used in array.to_sentence.
35 two_words_connector: " in "
36 last_word_connector: " in "
42 one: "Ena napaka preprečuje, da bi shranili %{model}"
43 two: "Dve napaki preprečujeta, da bi shranili %{model}"
44 few: "%{count} napake preprečujejo, da bi shranili %{model}"
45 other: "%{count} napak preprečuje, da bi shranili %{model}"
46 body: "Napačno izpolnjena polja:"
48 inclusion: "ni vključeno v seznam"
49 exclusion: "je rezervirano"
50 invalid: "je nepravilno"
51 confirmation: "se ne ujema s potrditvijo"
52 accepted: "mora biti sprejeto"
53 empty: "ne sme biti prazno"
54 blank: "ne sme biti prazno"
55 too_long: "je predolgo (dovoljeno je do %{count} znakov)"
56 too_short: "je prekratko (zahtevano je najmanj %{count} znakov)"
57 wrong_length: "je napačne dolžine (mora biti natančno %{count} znakov)"
58 taken: "je že zasedeno"
59 not_a_number: "ni številka"
60 greater_than: "mora biti večje kot %{count}"
61 greater_than_or_equal_to: "mora biti večje ali enako %{count}"
62 equal_to: "mora biti enako %{count}"
63 less_than: "mora biti manj kot %{count}"
64 less_than_or_equal_to: "mora biti manj ali enako %{count}"
66 even: "mora biti sodo"
71 # Used in number_with_delimiter()
72 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
74 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
76 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
78 # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
81 # Used in number_to_currency()
84 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
87 # These three are to override number.format and are optional
92 # Used in number_to_percentage()
95 # These three are to override number.format and are optional
100 # Used in number_to_precision()
103 # These three are to override number.format and are optional
108 # Used in number_to_human_size()
111 # These three are to override number.format and are optional
116 # Storage units output formatting.
117 # %u is the storage unit, %n is the number (default: 2 MB)
128 # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
131 half_a_minute: "pol minute"
133 one: "manj kot 1 sekunda"
134 two: "manj kot 2 sekundi"
135 few: "manj kot %{count} sekunde"
136 other: "manj kot %{count} sekund"
140 few: "%{count} sekunde"
141 other: "%{count} sekund"
143 one: "manj kot ena minuta"
144 two: "manj kot dve minuti"
145 few: "manj kot %{count} minute"
146 other: "manj kot %{count} minut"
150 few: "%{count} minute"
151 other: "%{count} minut"
155 few: "okoli %{count} ure"
156 other: "okoli %{count} ur"
160 few: "%{count} dnevi"
161 other: "%{count} dni"
164 two: "okoli 2 meseca"
165 few: "okoli %{count} mesece"
166 other: "okoli %{count} mesecev"
170 few: "%{count} mesece"
171 other: "%{count} mesecev"
175 few: "skoraj %{count} leta"
176 other: "skoraj %{count} let"
180 few: "okoli %{count} leta"
181 other: "okoli %{count} let"
183 one: "več kot 1 leto"
184 two: "več kot 2 leti"
185 few: "več kot %{count} leta"
186 other: "več kot %{count} let"