1 # Slovenian language localization (sl-sl)
2 # by Miha Rebernik <miha@rebernik.info>
63 default: "%A, %d %b %Y ob %H:%M:%S"
64 short: "%d. %b ob %H:%M"
65 long: "%d. %B, %Y ob %H:%M"
66 simple: "%d. %B %Y ob %H:%M"
71 # Used in array.to_sentence.
75 two_words_connector: " in "
76 last_word_connector: " in "
82 one: "Ena napaka preprečuje, da bi shranili %{model}"
83 two: "Dve napaki preprečujeta, da bi shranili %{model}"
84 few: "%{count} napake preprečujejo, da bi shranili %{model}"
85 other: "%{count} napak preprečuje, da bi shranili %{model}"
86 body: "Napačno izpolnjena polja:"
88 inclusion: "ni vključeno v seznam"
89 exclusion: "je rezervirano"
90 invalid: "je nepravilno"
91 confirmation: "se ne ujema s potrditvijo"
92 accepted: "mora biti sprejeto"
93 empty: "ne sme biti prazno"
94 blank: "ne sme biti prazno"
95 too_long: "je predolgo (dovoljeno je do %{count} znakov)"
96 too_short: "je prekratko (zahtevano je najmanj %{count} znakov)"
97 wrong_length: "je napačne dolžine (mora biti natančno %{count} znakov)"
98 taken: "je že zasedeno"
99 not_a_number: "ni številka"
100 greater_than: "mora biti večje kot %{count}"
101 greater_than_or_equal_to: "mora biti večje ali enako %{count}"
102 equal_to: "mora biti enako %{count}"
103 less_than: "mora biti manj kot %{count}"
104 less_than_or_equal_to: "mora biti manj ali enako %{count}"
105 odd: "mora biti liho"
106 even: "mora biti sodo"
111 # Used in number_with_delimiter()
112 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
114 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
116 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
118 # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
121 # Used in number_to_currency()
124 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
127 # These three are to override number.format and are optional
132 # Used in number_to_percentage()
135 # These three are to override number.format and are optional
140 # Used in number_to_precision()
143 # These three are to override number.format and are optional
148 # Used in number_to_human_size()
151 # These three are to override number.format and are optional
156 # Storage units output formatting.
157 # %u is the storage unit, %n is the number (default: 2 MB)
168 # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
171 half_a_minute: "pol minute"
173 one: "manj kot 1 sekunda"
174 two: "manj kot 2 sekundi"
175 few: "manj kot %{count} sekunde"
176 other: "manj kot %{count} sekund"
180 few: "%{count} sekunde"
181 other: "%{count} sekund"
183 one: "manj kot ena minuta"
184 two: "manj kot dve minuti"
185 few: "manj kot %{count} minute"
186 other: "manj kot %{count} minut"
190 few: "%{count} minute"
191 other: "%{count} minut"
195 few: "okoli %{count} ure"
196 other: "okoli %{count} ur"
200 few: "%{count} dnevi"
201 other: "%{count} dni"
204 two: "okoli 2 meseca"
205 few: "okoli %{count} mesece"
206 other: "okoli %{count} mesecev"
210 few: "%{count} mesece"
211 other: "%{count} mesecev"
215 few: "skoraj %{count} leta"
216 other: "skoraj %{count} let"
220 few: "okoli %{count} leta"
221 other: "okoli %{count} let"
223 one: "več kot 1 leto"
224 two: "več kot 2 leti"
225 few: "več kot %{count} leta"
226 other: "več kot %{count} let"