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]
16 order: [ :day, :month, :year ]
20 default: "%A, %d %b %Y ob %H:%M:%S"
21 short: "%d. %b ob %H:%M"
22 long: "%d. %B, %Y ob %H:%M"
23 simple: "%d. %B %Y ob %H:%M"
28 # Used in array.to_sentence.
32 two_words_connector: " in "
33 last_word_connector: " in "
39 one: "Ena napaka preprečuje, da bi shranili {{model}}"
40 two: "Dve napaki preprečujeta, da bi shranili {{model}}"
41 few: "{{count}} napake preprečujejo, da bi shranili {{model}}"
42 other: "{{count}} napak preprečuje, da bi shranili {{model}}"
43 body: "Napačno izpolnjena polja:"
45 inclusion: "ni vključeno v seznam"
46 exclusion: "je rezervirano"
47 invalid: "je nepravilno"
48 confirmation: "se ne ujema s potrditvijo"
49 accepted: "mora biti sprejeto"
50 empty: "ne sme biti prazno"
51 blank: "ne sme biti prazno"
52 too_long: "je predolgo (dovoljeno je do {{count}} znakov)"
53 too_short: "je prekratko (zahtevano je najmanj {{count}} znakov)"
54 wrong_length: "je napačne dolžine (mora biti natančno {{count}} znakov)"
55 taken: "je že zasedeno"
56 not_a_number: "ni številka"
57 greater_than: "mora biti večje kot {{count}}"
58 greater_than_or_equal_to: "mora biti večje ali enako {{count}}"
59 equal_to: "mora biti enako {{count}}"
60 less_than: "mora biti manj kot {{count}}"
61 less_than_or_equal_to: "mora biti manj ali enako {{count}}"
63 even: "mora biti sodo"
68 # Used in number_with_delimiter()
69 # These are also the defaults for 'currency', 'percentage', 'precision', and 'human'
71 # Sets the separator between the units, for more precision (e.g. 1.0 / 2.0 == 0.5)
73 # Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
75 # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
78 # Used in number_to_currency()
81 # Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
84 # These three are to override number.format and are optional
89 # Used in number_to_percentage()
92 # These three are to override number.format and are optional
97 # Used in number_to_precision()
100 # These three are to override number.format and are optional
105 # Used in number_to_human_size()
108 # These three are to override number.format and are optional
113 # Storage units output formatting.
114 # %u is the storage unit, %n is the number (default: 2 MB)
125 # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
128 half_a_minute: "pol minute"
130 one: "manj kot 1 sekunda"
131 two: "manj kot 2 sekundi"
132 few: "manj kot {{count}} sekunde"
133 other: "manj kot {{count}} sekund"
137 few: "{{count}} sekunde"
138 other: "{{count}} sekund"
140 one: "manj kot ena minuta"
141 two: "manj kot dve minuti"
142 few: "manj kot {{count}} minute"
143 other: "manj kot {{count}} minut"
147 few: "{{count}} minute"
148 other: "{{count}} minut"
152 few: "okoli {{count}} ure"
153 other: "okoli {{count}} ur"
157 few: "{{count}} dnevi"
158 other: "{{count}} dni"
161 two: "okoli 2 meseca"
162 few: "okoli {{count}} mesece"
163 other: "okoli {{count}} mesecev"
167 few: "{{count}} mesece"
168 other: "{{count}} mesecev"
172 few: "skoraj {{count}} leta"
173 other: "skoraj {{count}} let"
177 few: "okoli {{count}} leta"
178 other: "okoli {{count}} let"
180 one: "več kot 1 leto"
181 two: "več kot 2 leti"
182 few: "več kot {{count}} leta"
183 other: "več kot {{count}} let"