]> git.openstreetmap.org Git - rails.git/blob - vendor/rails-locales/sk.yml
Fetch OpenLayers from the same server as the embed page
[rails.git] / vendor / rails-locales / sk.yml
1 # Slovak translations for Ruby on Rails (inspired by the Czech localization - thanx to Karel Minařík)
2 # by Jozef Fulop (jofi-rails@silake.com)
3 # edit by Ivan Stana (stiipa@centrum.sk)
4  
5 "sk":
6   # Date
7   date:
8     formats:
9       default: "%d.%m.%Y"
10       short: "%d %b"
11       long: "%d. %B %Y"
12
13     day_names:
14       - Nedeľa
15       - Pondelok
16       - Utorok
17       - Streda
18       - Štvrtok
19       - Piatok
20       - Sobota
21     abbr_day_names:
22       - Ne
23       - Po
24       - Ut
25       - St
26       - Št
27       - Pi
28       - So
29
30     month_names:
31       - ~
32       - Január
33       - Február
34       - Marec
35       - Apríl
36       - Máj
37       - Jún
38       - Júl
39       - August
40       - September
41       - Október
42       - November
43       - December
44     abbr_month_names:
45       - ~
46       - Jan
47       - Feb
48       - Mar
49       - Apr
50       - Máj
51       - Jún
52       - Júl
53       - Aug
54       - Sep
55       - Okt
56       - Nov
57       - Dec
58     order:
59       - :day
60       - :month
61       - :year
62
63   # Time
64   time:
65     formats:
66       default: "%a %d. %B %Y %H:%M %z"
67       short: "%d.%m. %H:%M"
68       long: "%A %d. %B %Y %H:%M"
69     am: "dopoludnia"
70     pm: "popoludní"
71
72   # ActiveSupport
73   support:
74     array:
75       words_connector: ", "
76       two_words_connector: " a "
77       last_word_connector: " a "
78     select:
79       prompt: "Prosím vyberte si"
80         
81   # Numbers
82   number:
83     format:
84       precision: 3
85       separator: ","
86       delimiter: " "
87       significant: false
88       strip_insignificant_zeros: false
89
90     currency:
91       format:
92         unit: "€"
93         precision: 2
94         format: "%n %u"
95         separator: ","
96         delimiter: " "
97         significant: false
98         strip_insignificant_zeros: false
99
100     percentage:
101       format:
102         delimiter: " "
103
104     precision:
105       format:
106         delimiter: ""
107
108     human:
109       format:
110         precision: 1
111         delimiter: ""
112         significant: false
113         strip_insignificant_zeros: false
114
115       storage_units:
116         format: "%n %u"
117         units:
118           byte:
119             other: "B"
120             one: "B"
121           kb: "KB"
122           mb: "MB"
123           gb: "GB"
124           tb: "TB"
125       decimal_units:
126         format: "%n %u"
127         units:
128            unit: ""
129            thousand: Tisíc
130            million: Milión
131            billion: Miliarda
132            trillion: Bilión
133            quadrillion: Biliarda
134
135   # Distance of time ... helper
136   datetime:
137     prompts:
138       second: "Sekunda"
139       minute: "Minúta"
140       hour: "Hodina"
141       day: "Deň"
142       month: "Mesiac"
143       year: "Rok"
144     distance_in_words:  
145       half_a_minute: 'pol minútou'
146       less_than_x_seconds:
147         one: 'asi pred sekundou'
148         other: 'asi pred %{count} sekundami'
149       x_seconds:
150         one: 'sekundou'
151         other: '%{count} sekundami'
152       less_than_x_minutes:
153         one: 'pred necelou minútou'
154         other: 'pred ani nie %{count} minútami'
155       x_minutes:
156         one: 'minútou'
157         other: '%{count} minútami'
158       about_x_hours:
159         one: 'asi hodinou'
160         other: 'asi %{count} hodinami'
161       x_days:
162         one: '24 hodinami'
163         other: '%{count} dňami'
164       about_x_months:
165         one: 'asi mesiacom'
166         other: 'asi %{count} mesiacmi'
167       x_months:
168         one: 'mesiacom'
169         other: '%{count} mesiacmi'
170       about_x_years:
171         one: 'asi rokom'
172         other: 'asi %{count} rokmi'
173       over_x_years:
174         one: 'pred viac ako rokom'
175         other: 'viac ako %{count} rokmi'
176       almost_x_years:
177         one:   "takmer pred rokom"
178         other: "takmer pred %{count} rokmi"
179
180   helpers:
181      select:
182       prompt: "Prosím vyberte si"
183
184      submit:
185       create: 'Vytvoriť %{model}'
186       update: 'Aktualizovať %{model}'
187       submit: 'Uložiť %{model}'
188
189   errors:
190     format: "%{attribute} %{message}"
191     messages: &errors_messages
192       inclusion: "nie je v zozname povolených hodnôt"
193       exclusion: "je vyhradené pre iný účel"
194       invalid: "nie je platná hodnota"
195       confirmation: "nebolo potvrdené"
196       accepted: "musí byť potvrdené"
197       empty: "nesmie byť prázdny/e"
198       blank: "je povinná položka"
199       too_long: "je príliš dlhá/ý (max. %{count} znakov)"
200       too_short: "je príliš krátky/a (min. %{count} znakov)"
201       wrong_length: "nemá správnu dĺžku (očakáva sa %{count} znakov)"
202       taken: "sa už nachádza v databáze"
203       not_a_number: "nie je číslo"
204       not_an_integer: "musí byť celé číslo"
205       greater_than: "musí byť väčšie ako %{count}"
206       greater_than_or_equal_to: "musí byť väčšie alebo rovné %{count}"
207       equal_to: "sa musí rovnať %{count}"
208       less_than: "musí byť menšie ako %{count}"
209       less_than_or_equal_to: "musí byť menšie alebo rovné %{count}"
210       odd: "musí byť nepárne číslo"
211       even: "musí byť párne číslo"
212       taken: "ste už použili"
213       record_invalid: "Validácia neúspešná: %{errors}"
214     template: &errors_template
215       header:
216         one: "Pri ukladaní objektu %{model} došlo k chybám a nebolo ho možné uložiť"
217         other: "Pri ukladaní objektu %{model} došlo k %{count} chybám a nebolo ho možné uložiť"
218       body: "Nasledujúce polia obsahujú chybne vyplnené údaje:"
219
220   # ActiveRecord validation messages
221   activerecord:
222     errors:
223       messages:
224          <<: *errors_messages
225       template:
226         <<: *errors_template
227
228       full_messages:
229          format: "%{attribute} %{message}"