1 # Slovenian language localization (sl-sl)
2 # by Miha Rebernik <miha@rebernik.info>
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"
69 # Used in array.to_sentence.
73 two_words_connector: " in "
74 last_word_connector: " in "
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}"
97 even: "mora biti sodo"
99 template: &errors_template
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:"
114 format: "%{attribute} %{message}"
118 # Used in number_with_delimiter()
119 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
121 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
123 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
125 # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
128 strip_insignificant_zeros: false
130 # Used in number_to_currency()
133 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
136 # These three are to override number.format and are optional
141 strip_insignificant_zeros: false
143 # Used in number_to_percentage()
146 # These three are to override number.format and are optional
151 # Used in number_to_precision()
154 # These three are to override number.format and are optional
159 # Used in number_to_human_size()
162 # These three are to override number.format and are optional
167 strip_insignificant_zeros: true
169 # Storage units output formatting.
170 # %u is the storage unit, %n is the number (default: 2 MB)
185 # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
188 half_a_minute: "pol minute"
190 one: "manj kot 1 sekunda"
191 two: "manj kot 2 sekundi"
192 few: "manj kot %{count} sekunde"
193 other: "manj kot %{count} sekund"
197 few: "%{count} sekunde"
198 other: "%{count} sekund"
200 one: "manj kot ena minuta"
201 two: "manj kot dve minuti"
202 few: "manj kot %{count} minute"
203 other: "manj kot %{count} minut"
207 few: "%{count} minute"
208 other: "%{count} minut"
212 few: "okoli %{count} ure"
213 other: "okoli %{count} ur"
217 few: "%{count} dnevi"
218 other: "%{count} dni"
221 two: "okoli 2 meseca"
222 few: "okoli %{count} mesece"
223 other: "okoli %{count} mesecev"
227 few: "%{count} mesece"
228 other: "%{count} mesecev"
232 few: "skoraj %{count} leta"
233 other: "skoraj %{count} let"
237 few: "okoli %{count} leta"
238 other: "okoli %{count} let"
240 one: "več kot 1 leto"
241 two: "več kot 2 leti"
242 few: "več kot %{count} leta"
243 other: "več kot %{count} let"