@@ -1,1078 +1,1075 | |||
|
1 | 1 | sk: |
|
2 | 2 | direction: ltr |
|
3 | 3 | date: |
|
4 | 4 | formats: |
|
5 | # Use the strftime parameters for formats. | |
|
6 | # When no format has been given, it uses default. | |
|
7 | # You can provide other formats here if you like! | |
|
8 | 5 | default: "%Y-%m-%d" |
|
9 | 6 | short: "%b %d" |
|
10 | 7 | long: "%B %d, %Y" |
|
11 | 8 | |
|
12 | 9 | day_names: [Nedeľa, Pondelok, Utorok, Streda, Štvrtok, Piatok, Sobota] |
|
13 | 10 | abbr_day_names: [Ne, Po, Ut, St, Št, Pi, So] |
|
14 | 11 | |
|
15 | 12 | # Don't forget the nil at the beginning; there's no such thing as a 0th month |
|
16 | 13 | month_names: [~, Január, Február, Marec, Apríl, Máj, Jún, Júl, August, September, Október, November, December] |
|
17 | 14 | abbr_month_names: [~, Jan, Feb, Mar, Apr, Máj, Jún, Júl, Aug, Sep, Okt, Nov, Dec] |
|
18 | 15 | # Used in date_select and datime_select. |
|
19 | 16 | order: |
|
20 | 17 | - :year |
|
21 | 18 | - :month |
|
22 | 19 | - :day |
|
23 | 20 | |
|
24 | 21 | time: |
|
25 | 22 | formats: |
|
26 | 23 | default: "%a, %d %b %Y %H:%M:%S %z" |
|
27 | 24 | time: "%H:%M" |
|
28 | 25 | short: "%d %b %H:%M" |
|
29 | 26 | long: "%B %d, %Y %H:%M" |
|
30 | 27 | am: "am" |
|
31 | 28 | pm: "pm" |
|
32 | 29 | |
|
33 | 30 | datetime: |
|
34 | 31 | distance_in_words: |
|
35 | 32 | half_a_minute: "pol minúty" |
|
36 | 33 | less_than_x_seconds: |
|
37 | 34 | one: "menej ako 1 sekunda" |
|
38 | 35 | other: "menej ako %{count} sekúnd" |
|
39 | 36 | x_seconds: |
|
40 | 37 | one: "1 sekunda" |
|
41 | 38 | other: "%{count} sekúnd" |
|
42 | 39 | less_than_x_minutes: |
|
43 | 40 | one: "menej ako minúta" |
|
44 | 41 | other: "menej ako %{count} minút" |
|
45 | 42 | x_minutes: |
|
46 | 43 | one: "1 minuta" |
|
47 | 44 | other: "%{count} minút" |
|
48 | 45 | about_x_hours: |
|
49 | 46 | one: "okolo 1 hodiny" |
|
50 | 47 | other: "okolo %{count} hodín" |
|
51 | 48 | x_hours: |
|
52 | 49 | one: "1 hour" |
|
53 | 50 | other: "%{count} hours" |
|
54 | 51 | x_days: |
|
55 | 52 | one: "1 deň" |
|
56 | 53 | other: "%{count} dní" |
|
57 | 54 | about_x_months: |
|
58 | 55 | one: "okolo 1 mesiaca" |
|
59 | 56 | other: "okolo %{count} mesiace/ov" |
|
60 | 57 | x_months: |
|
61 | 58 | one: "1 mesiac" |
|
62 | 59 | other: "%{count} mesiace/ov" |
|
63 | 60 | about_x_years: |
|
64 | 61 | one: "okolo 1 roka" |
|
65 | 62 | other: "okolo %{count} roky/ov" |
|
66 | 63 | over_x_years: |
|
67 | 64 | one: "cez 1 rok" |
|
68 | 65 | other: "cez %{count} roky/ov" |
|
69 | 66 | almost_x_years: |
|
70 | 67 | one: "almost 1 year" |
|
71 | 68 | other: "almost %{count} years" |
|
72 | 69 | |
|
73 | 70 | number: |
|
74 | 71 | format: |
|
75 | 72 | separator: "." |
|
76 | 73 | delimiter: "" |
|
77 | 74 | precision: 3 |
|
78 | 75 | |
|
79 | 76 | human: |
|
80 | 77 | format: |
|
81 | 78 | precision: 3 |
|
82 | 79 | delimiter: "" |
|
83 | 80 | storage_units: |
|
84 | 81 | format: "%n %u" |
|
85 | 82 | units: |
|
86 | 83 | kb: KB |
|
87 | 84 | tb: TB |
|
88 | 85 | gb: GB |
|
89 | 86 | byte: |
|
90 | 87 | one: Byte |
|
91 | 88 | other: Bytes |
|
92 | 89 | mb: MB |
|
93 | 90 | |
|
94 | 91 | # Used in array.to_sentence. |
|
95 | 92 | support: |
|
96 | 93 | array: |
|
97 | 94 | sentence_connector: "a" |
|
98 | 95 | skip_last_comma: false |
|
99 | 96 | |
|
100 | 97 | activerecord: |
|
101 | 98 | errors: |
|
102 | 99 | template: |
|
103 | 100 | header: |
|
104 | 101 | one: "1 error prohibited this %{model} from being saved" |
|
105 | 102 | other: "%{count} errors prohibited this %{model} from being saved" |
|
106 | 103 | messages: |
|
107 | 104 | inclusion: "nieje zahrnuté v zozname" |
|
108 | 105 | exclusion: "je rezervované" |
|
109 | 106 | invalid: "je neplatné" |
|
110 | 107 | confirmation: "sa nezhoduje s potvrdením" |
|
111 | 108 | accepted: "musí byť akceptované" |
|
112 | 109 | empty: "nemôže byť prázdne" |
|
113 | 110 | blank: "nemôže byť prázdne" |
|
114 | 111 | too_long: "je príliš dlhé" |
|
115 | 112 | too_short: "je príliš krátke" |
|
116 | 113 | wrong_length: "má chybnú dĺžku" |
|
117 | 114 | taken: "je už použité" |
|
118 | 115 | not_a_number: "nieje číslo" |
|
119 | 116 | not_a_date: "nieje platný dátum" |
|
120 | 117 | greater_than: "musí byť väčšíe ako %{count}" |
|
121 | 118 | greater_than_or_equal_to: "musí byť väčšie alebo rovné %{count}" |
|
122 | 119 | equal_to: "musí byť rovné %{count}" |
|
123 | 120 | less_than: "musí byť menej ako %{count}" |
|
124 | 121 | less_than_or_equal_to: "musí byť menej alebo rovné %{count}" |
|
125 | 122 | odd: "musí byť nepárne" |
|
126 | 123 | even: "musí byť párne" |
|
127 | 124 | greater_than_start_date: "musí byť neskôr ako počiatočný dátum" |
|
128 | 125 | not_same_project: "nepatrí rovnakému projektu" |
|
129 | 126 | circular_dependency: "Tento vzťah by vytvoril cyklickú závislosť" |
|
130 | 127 | cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks" |
|
131 | 128 | |
|
132 | 129 | # SK translation by Stanislav Pach | stano.pach@seznam.cz |
|
133 | 130 | |
|
134 | 131 | actionview_instancetag_blank_option: Prosím vyberte |
|
135 | 132 | |
|
136 | 133 | general_text_No: 'Nie' |
|
137 | 134 | general_text_Yes: 'Áno' |
|
138 | 135 | general_text_no: 'nie' |
|
139 | 136 | general_text_yes: 'áno' |
|
140 | 137 | general_lang_name: 'Slovenčina' |
|
141 | 138 | general_csv_separator: ',' |
|
142 | 139 | general_csv_decimal_separator: '.' |
|
143 | 140 | general_csv_encoding: UTF-8 |
|
144 | 141 | general_pdf_encoding: UTF-8 |
|
145 | 142 | general_first_day_of_week: '1' |
|
146 | 143 | |
|
147 | 144 | notice_account_updated: Účet bol úspešne zmenený. |
|
148 | 145 | notice_account_invalid_creditentials: Chybné meno alebo heslo |
|
149 | 146 | notice_account_password_updated: Heslo bolo úspešne zmenené. |
|
150 | 147 | notice_account_wrong_password: Chybné heslo |
|
151 | 148 | notice_account_register_done: Účet bol úspešne vytvorený. Pre aktiváciu účtu kliknite na odkaz v emailu, ktorý vam bol zaslaný. |
|
152 | 149 | notice_account_unknown_email: Neznámy užívateľ. |
|
153 | 150 | notice_can_t_change_password: Tento účet používa externú autentifikáciu. Tu heslo zmeniť nemôžete. |
|
154 | 151 | notice_account_lost_email_sent: Bol vám zaslaný email s inštrukciami ako si nastavite nové heslo. |
|
155 | 152 | notice_account_activated: Váš účet bol aktivovaný. Teraz se môžete prihlásiť. |
|
156 | 153 | notice_successful_create: Úspešne vytvorené. |
|
157 | 154 | notice_successful_update: Úspešne aktualizované. |
|
158 | 155 | notice_successful_delete: Úspešne odstránené. |
|
159 | 156 | notice_successful_connection: Úspešne pripojené. |
|
160 | 157 | notice_file_not_found: Stránka, ktorú se snažíte zobraziť, neexistuje alebo bola zmazaná. |
|
161 | 158 | notice_locking_conflict: Údaje boli zmenené iným užívateľom. |
|
162 | 159 | notice_scm_error: Položka a/alebo revízia neexistuje v repozitári. |
|
163 | 160 | notice_not_authorized: Nemáte dostatočné práva pre zobrazenie tejto stránky. |
|
164 | 161 | notice_email_sent: "Na adresu %{value} bol odeslaný email" |
|
165 | 162 | notice_email_error: "Pri odosielaní emailu nastala chyba (%{value})" |
|
166 | 163 | notice_feeds_access_key_reseted: Váš klúč pre prístup k Atomu bol resetovaný. |
|
167 | 164 | notice_failed_to_save_issues: "Nastala chyba pri ukládaní %{count} úloh na %{total} zvolený: %{ids}." |
|
168 | 165 | notice_no_issue_selected: "Nebola zvolená žiadná úloha. Prosím, zvoľte úlohy, ktoré chcete upraviť" |
|
169 | 166 | notice_account_pending: "Váš účet bol vytvorený, teraz čaká na schválenie administrátorom." |
|
170 | 167 | notice_default_data_loaded: Výchozia konfigurácia úspešne nahraná. |
|
171 | 168 | |
|
172 | 169 | error_can_t_load_default_data: "Výchozia konfigurácia nebola nahraná: %{value}" |
|
173 | 170 | error_scm_not_found: "Položka a/alebo revízia neexistuje v repozitári." |
|
174 | 171 | error_scm_command_failed: "Pri pokuse o prístup k repozitári došlo k chybe: %{value}" |
|
175 | 172 | error_issue_not_found_in_project: 'Úloha nebola nájdená alebo nepatrí k tomuto projektu' |
|
176 | 173 | |
|
177 | 174 | mail_subject_lost_password: "Vaše heslo (%{value})" |
|
178 | 175 | mail_body_lost_password: 'Pre zmenu vašeho hesla kliknite na následujúci odkaz:' |
|
179 | 176 | mail_subject_register: "Aktivácia účtu (%{value})" |
|
180 | 177 | mail_body_register: 'Pre aktiváciu vašeho účtu kliknite na následujúci odkaz:' |
|
181 | 178 | mail_body_account_information_external: "Pomocou vašeho účtu %{value} se môžete prihlásiť." |
|
182 | 179 | mail_body_account_information: Informácie o vašom účte |
|
183 | 180 | mail_subject_account_activation_request: "Aktivácia %{value} účtu" |
|
184 | 181 | mail_body_account_activation_request: "Bol zaregistrovaný nový uživateľ %{value}. Aktivácia jeho účtu závisí na vašom potvrdení." |
|
185 | 182 | |
|
186 | 183 | |
|
187 | 184 | field_name: Názov |
|
188 | 185 | field_description: Popis |
|
189 | 186 | field_summary: Prehľad |
|
190 | 187 | field_is_required: Povinné pole |
|
191 | 188 | field_firstname: Meno |
|
192 | 189 | field_lastname: Priezvisko |
|
193 | 190 | field_mail: Email |
|
194 | 191 | field_filename: Súbor |
|
195 | 192 | field_filesize: Veľkosť |
|
196 | 193 | field_downloads: Stiahnuté |
|
197 | 194 | field_author: Autor |
|
198 | 195 | field_created_on: Vytvorené |
|
199 | 196 | field_updated_on: Aktualizované |
|
200 | 197 | field_field_format: Formát |
|
201 | 198 | field_is_for_all: Pre všetky projekty |
|
202 | 199 | field_possible_values: Možné hodnoty |
|
203 | 200 | field_regexp: Regulérny výraz |
|
204 | 201 | field_min_length: Minimálna dĺžka |
|
205 | 202 | field_max_length: Maximálna dĺžka |
|
206 | 203 | field_value: Hodnota |
|
207 | 204 | field_category: Kategória |
|
208 | 205 | field_title: Názov |
|
209 | 206 | field_project: Projekt |
|
210 | 207 | field_issue: Úloha |
|
211 | 208 | field_status: Stav |
|
212 | 209 | field_notes: Poznámka |
|
213 | 210 | field_is_closed: Úloha uzavretá |
|
214 | 211 | field_is_default: Východzí stav |
|
215 | 212 | field_tracker: Fronta |
|
216 | 213 | field_subject: Predmet |
|
217 | 214 | field_due_date: Uzavrieť do |
|
218 | 215 | field_assigned_to: Priradené |
|
219 | 216 | field_priority: Priorita |
|
220 | 217 | field_fixed_version: Priradené k verzii |
|
221 | 218 | field_user: Užívateľ |
|
222 | 219 | field_role: Rola |
|
223 | 220 | field_homepage: Domovská stránka |
|
224 | 221 | field_is_public: Verejný |
|
225 | 222 | field_parent: Nadradený projekt |
|
226 | 223 | field_is_in_roadmap: Úlohy zobrazené v pláne |
|
227 | 224 | field_login: Login |
|
228 | 225 | field_mail_notification: Emailové oznámenie |
|
229 | 226 | field_admin: Administrátor |
|
230 | 227 | field_last_login_on: Posledné prihlásenie |
|
231 | 228 | field_language: Jazyk |
|
232 | 229 | field_effective_date: Dátum |
|
233 | 230 | field_password: Heslo |
|
234 | 231 | field_new_password: Nové heslo |
|
235 | 232 | field_password_confirmation: Potvrdenie |
|
236 | 233 | field_version: Verzia |
|
237 | 234 | field_type: Typ |
|
238 | 235 | field_host: Host |
|
239 | 236 | field_port: Port |
|
240 | 237 | field_account: Účet |
|
241 | 238 | field_base_dn: Base DN |
|
242 | 239 | field_attr_login: Prihlásenie (atribut) |
|
243 | 240 | field_attr_firstname: Meno (atribut) |
|
244 | 241 | field_attr_lastname: Priezvisko (atribut) |
|
245 | 242 | field_attr_mail: Email (atribut) |
|
246 | 243 | field_onthefly: Automatické vytváranie užívateľov |
|
247 | 244 | field_start_date: Začiatok |
|
248 | 245 | field_done_ratio: "% hotovo" |
|
249 | 246 | field_auth_source: Autentifikačný mód |
|
250 | 247 | field_hide_mail: Nezobrazovať môj email |
|
251 | 248 | field_comments: Komentár |
|
252 | 249 | field_url: URL |
|
253 | 250 | field_start_page: Výchozia stránka |
|
254 | 251 | field_subproject: Podprojekt |
|
255 | 252 | field_hours: Hodiny |
|
256 | 253 | field_activity: Aktivita |
|
257 | 254 | field_spent_on: Dátum |
|
258 | 255 | field_identifier: Identifikátor |
|
259 | 256 | field_is_filter: Použiť ako filter |
|
260 | 257 | field_issue_to: Súvisiaca úloha |
|
261 | 258 | field_delay: Oneskorenie |
|
262 | 259 | field_assignable: Úlohy môžu byť priradené tejto roli |
|
263 | 260 | field_redirect_existing_links: Presmerovať existujúce odkazy |
|
264 | 261 | field_estimated_hours: Odhadovaná doba |
|
265 | 262 | field_column_names: Stĺpce |
|
266 | 263 | field_time_zone: Časové pásmo |
|
267 | 264 | field_searchable: Umožniť vyhľadávanie |
|
268 | 265 | field_default_value: Východzia hodnota |
|
269 | 266 | field_comments_sorting: Zobraziť komentáre |
|
270 | 267 | |
|
271 | 268 | setting_app_title: Názov aplikácie |
|
272 | 269 | setting_app_subtitle: Podtitulok aplikácie |
|
273 | 270 | setting_welcome_text: Uvítací text |
|
274 | 271 | setting_default_language: Východzí jazyk |
|
275 | 272 | setting_login_required: Auten. vyžadovaná |
|
276 | 273 | setting_self_registration: Povolenie registrácie |
|
277 | 274 | setting_attachment_max_size: Maximálna veľkosť prílohy |
|
278 | 275 | setting_issues_export_limit: Limit pre export úloh |
|
279 | 276 | setting_mail_from: Odosielať emaily z adresy |
|
280 | 277 | setting_bcc_recipients: Príjemcovia skrytej kópie (bcc) |
|
281 | 278 | setting_host_name: Hostname |
|
282 | 279 | setting_text_formatting: Formátovanie textu |
|
283 | 280 | setting_wiki_compression: Kompresia histórie Wiki |
|
284 | 281 | setting_feeds_limit: Limit zobrazených položiek (Atom feed) |
|
285 | 282 | setting_default_projects_public: Nové projekty nastavovať ako verejné |
|
286 | 283 | setting_autofetch_changesets: Automatický prenos zmien |
|
287 | 284 | setting_sys_api_enabled: Povolit Webovú Službu (WS) pre správu repozitára |
|
288 | 285 | setting_commit_ref_keywords: Klúčové slová pre odkazy |
|
289 | 286 | setting_commit_fix_keywords: Klúčové slová pre uzavretie |
|
290 | 287 | setting_autologin: Automatické prihlasovanie |
|
291 | 288 | setting_date_format: Formát dátumu |
|
292 | 289 | setting_time_format: Formát času |
|
293 | 290 | setting_cross_project_issue_relations: Povoliť väzby úloh skrz projekty |
|
294 | 291 | setting_issue_list_default_columns: Východzie stĺpce zobrazené v zozname úloh |
|
295 | 292 | setting_ itories_encodings: Kódovanie |
|
296 | 293 | setting_emails_footer: Zapätie emailov |
|
297 | 294 | setting_protocol: Protokol |
|
298 | 295 | setting_per_page_options: Povolené množstvo riadkov na stránke |
|
299 | 296 | setting_user_format: Formát zobrazenia užívateľa |
|
300 | 297 | setting_activity_days_default: "Zobrazené dni aktivity projektu:" |
|
301 | 298 | setting_display_subprojects_issues: Prednastavenie zobrazenia úloh podporojektov v hlavnom projekte |
|
302 | 299 | |
|
303 | 300 | project_module_issue_tracking: Sledovanie úloh |
|
304 | 301 | project_module_time_tracking: Sledovanie času |
|
305 | 302 | project_module_news: Novinky |
|
306 | 303 | project_module_documents: Dokumenty |
|
307 | 304 | project_module_files: Súbory |
|
308 | 305 | project_module_wiki: Wiki |
|
309 | 306 | project_module_repository: Repozitár |
|
310 | 307 | project_module_boards: Diskusie |
|
311 | 308 | |
|
312 | 309 | label_user: Užívateľ |
|
313 | 310 | label_user_plural: Užívatelia |
|
314 | 311 | label_user_new: Nový užívateľ |
|
315 | 312 | label_project: Projekt |
|
316 | 313 | label_project_new: Nový projekt |
|
317 | 314 | label_project_plural: Projekty |
|
318 | 315 | label_x_projects: |
|
319 | 316 | zero: žiadne projekty |
|
320 | 317 | one: 1 projekt |
|
321 | 318 | other: "%{count} projekty/ov" |
|
322 | 319 | label_project_all: Všetky projekty |
|
323 | 320 | label_project_latest: Posledné projekty |
|
324 | 321 | label_issue: Úloha |
|
325 | 322 | label_issue_new: Nová úloha |
|
326 | 323 | label_issue_plural: Úlohy |
|
327 | 324 | label_issue_view_all: Všetky úlohy |
|
328 | 325 | label_issues_by: "Úlohy od užívateľa %{value}" |
|
329 | 326 | label_issue_added: Úloha pridaná |
|
330 | 327 | label_issue_updated: Úloha aktualizovaná |
|
331 | 328 | label_document: Dokument |
|
332 | 329 | label_document_new: Nový dokument |
|
333 | 330 | label_document_plural: Dokumenty |
|
334 | 331 | label_document_added: Dokument pridaný |
|
335 | 332 | label_role: Rola |
|
336 | 333 | label_role_plural: Role |
|
337 | 334 | label_role_new: Nová rola |
|
338 | 335 | label_role_and_permissions: Role a práva |
|
339 | 336 | label_member: Člen |
|
340 | 337 | label_member_new: Nový člen |
|
341 | 338 | label_member_plural: Členovia |
|
342 | 339 | label_tracker: Fronta |
|
343 | 340 | label_tracker_plural: Fronty |
|
344 | 341 | label_tracker_new: Nová fronta |
|
345 | 342 | label_workflow: Workflow |
|
346 | 343 | label_issue_status: Stav úloh |
|
347 | 344 | label_issue_status_plural: Stavy úloh |
|
348 | 345 | label_issue_status_new: Nový stav |
|
349 | 346 | label_issue_category: Kategória úloh |
|
350 | 347 | label_issue_category_plural: Kategórie úloh |
|
351 | 348 | label_issue_category_new: Nová kategória |
|
352 | 349 | label_custom_field: Užívateľské pole |
|
353 | 350 | label_custom_field_plural: Užívateľské polia |
|
354 | 351 | label_custom_field_new: Nové užívateľské pole |
|
355 | 352 | label_enumerations: Zoznamy |
|
356 | 353 | label_enumeration_new: Nová hodnota |
|
357 | 354 | label_information: Informácia |
|
358 | 355 | label_information_plural: Informácie |
|
359 | 356 | label_please_login: Prosím prihláste sa |
|
360 | 357 | label_register: Registrovať |
|
361 | 358 | label_password_lost: Zabudnuté heslo |
|
362 | 359 | label_home: Domovská stránka |
|
363 | 360 | label_my_page: Moja stránka |
|
364 | 361 | label_my_account: Môj účet |
|
365 | 362 | label_my_projects: Moje projekty |
|
366 | 363 | label_administration: Administrácia |
|
367 | 364 | label_login: Prihlásenie |
|
368 | 365 | label_logout: Odhlásenie |
|
369 | 366 | label_help: Nápoveda |
|
370 | 367 | label_reported_issues: Nahlásené úlohy |
|
371 | 368 | label_assigned_to_me_issues: Moje úlohy |
|
372 | 369 | label_last_login: Posledné prihlásenie |
|
373 | 370 | label_registered_on: Registrovaný |
|
374 | 371 | label_activity: Aktivita |
|
375 | 372 | label_overall_activity: Celková aktivita |
|
376 | 373 | label_new: Nový |
|
377 | 374 | label_logged_as: Prihlásený ako |
|
378 | 375 | label_environment: Prostredie |
|
379 | 376 | label_authentication: Autentifikácia |
|
380 | 377 | label_auth_source: Mód autentifikácie |
|
381 | 378 | label_auth_source_new: Nový mód autentifikácie |
|
382 | 379 | label_auth_source_plural: Módy autentifikácie |
|
383 | 380 | label_subproject_plural: Podprojekty |
|
384 | 381 | label_min_max_length: Min - Max dĺžka |
|
385 | 382 | label_list: Zoznam |
|
386 | 383 | label_date: Dátum |
|
387 | 384 | label_integer: Celé číslo |
|
388 | 385 | label_float: Desatinné číslo |
|
389 | 386 | label_boolean: Áno/Nie |
|
390 | 387 | label_string: Text |
|
391 | 388 | label_text: Dlhý text |
|
392 | 389 | label_attribute: Atribut |
|
393 | 390 | label_attribute_plural: Atributy |
|
394 | 391 | label_no_data: Žiadné položky |
|
395 | 392 | label_change_status: Zmeniť stav |
|
396 | 393 | label_history: História |
|
397 | 394 | label_attachment: Súbor |
|
398 | 395 | label_attachment_new: Nový súbor |
|
399 | 396 | label_attachment_delete: Odstrániť súbor |
|
400 | 397 | label_attachment_plural: Súbory |
|
401 | 398 | label_file_added: Súbor pridaný |
|
402 | 399 | label_report: Prehľad |
|
403 | 400 | label_report_plural: Prehľady |
|
404 | 401 | label_news: Novinky |
|
405 | 402 | label_news_new: Pridať novinku |
|
406 | 403 | label_news_plural: Novinky |
|
407 | 404 | label_news_latest: Posledné novinky |
|
408 | 405 | label_news_view_all: Zobrazit všetky novinky |
|
409 | 406 | label_news_added: Novinka pridaná |
|
410 | 407 | label_settings: Nastavenie |
|
411 | 408 | label_overview: Prehľad |
|
412 | 409 | label_version: Verzia |
|
413 | 410 | label_version_new: Nová verzia |
|
414 | 411 | label_version_plural: Verzie |
|
415 | 412 | label_confirmation: Potvrdenie |
|
416 | 413 | label_export_to: 'Tiež k dispozícií:' |
|
417 | 414 | label_read: Načíta sa... |
|
418 | 415 | label_public_projects: Verejné projekty |
|
419 | 416 | label_open_issues: Otvorený |
|
420 | 417 | label_open_issues_plural: Otvorené |
|
421 | 418 | label_closed_issues: Uzavrený |
|
422 | 419 | label_closed_issues_plural: Uzavrené |
|
423 | 420 | label_x_open_issues_abbr_on_total: |
|
424 | 421 | zero: 0 otvorených z celkovo %{total} |
|
425 | 422 | one: 1 otvorený z celkovo %{total} |
|
426 | 423 | other: "%{count} otvorené/ých z celkovo %{total}" |
|
427 | 424 | label_x_open_issues_abbr: |
|
428 | 425 | zero: 0 otvorených |
|
429 | 426 | one: 1 otvorený |
|
430 | 427 | other: "%{count} otvorené/ých" |
|
431 | 428 | label_x_closed_issues_abbr: |
|
432 | 429 | zero: 0 zavretých |
|
433 | 430 | one: 1 zavretý |
|
434 | 431 | other: "%{count} zavreté/ých" |
|
435 | 432 | label_total: Celkovo |
|
436 | 433 | label_permissions: Práva |
|
437 | 434 | label_current_status: Aktuálny stav |
|
438 | 435 | label_new_statuses_allowed: Nové povolené stavy |
|
439 | 436 | label_all: všetko |
|
440 | 437 | label_none: nič |
|
441 | 438 | label_nobody: nikto |
|
442 | 439 | label_next: Ďalší |
|
443 | 440 | label_previous: Predchádzajúci |
|
444 | 441 | label_used_by: Použité |
|
445 | 442 | label_details: Detaily |
|
446 | 443 | label_add_note: Pridať poznámku |
|
447 | 444 | label_per_page: Na stránku |
|
448 | 445 | label_calendar: Kalendár |
|
449 | 446 | label_months_from: mesiacov od |
|
450 | 447 | label_gantt: Ganttov graf |
|
451 | 448 | label_internal: Interný |
|
452 | 449 | label_last_changes: "posledných %{count} zmien" |
|
453 | 450 | label_change_view_all: Zobraziť všetky zmeny |
|
454 | 451 | label_personalize_page: Prispôsobiť túto stránku |
|
455 | 452 | label_comment: Komentár |
|
456 | 453 | label_comment_plural: Komentáre |
|
457 | 454 | label_x_comments: |
|
458 | 455 | zero: žiaden komentár |
|
459 | 456 | one: 1 komentár |
|
460 | 457 | other: "%{count} komentáre/ov" |
|
461 | 458 | label_comment_add: Pridať komentár |
|
462 | 459 | label_comment_added: Komentár pridaný |
|
463 | 460 | label_comment_delete: Odstrániť komentár |
|
464 | 461 | label_query: Užívateľský dotaz |
|
465 | 462 | label_query_plural: Užívateľské dotazy |
|
466 | 463 | label_query_new: Nový dotaz |
|
467 | 464 | label_filter_add: Pridať filter |
|
468 | 465 | label_filter_plural: Filtre |
|
469 | 466 | label_equals: je |
|
470 | 467 | label_not_equals: nieje |
|
471 | 468 | label_in_less_than: je menší ako |
|
472 | 469 | label_in_more_than: je väčší ako |
|
473 | 470 | label_in: v |
|
474 | 471 | label_today: dnes |
|
475 | 472 | label_all_time: vždy |
|
476 | 473 | label_yesterday: včera |
|
477 | 474 | label_this_week: tento týždeň |
|
478 | 475 | label_last_week: minulý týždeň |
|
479 | 476 | label_last_n_days: "posledných %{count} dní" |
|
480 | 477 | label_this_month: tento mesiac |
|
481 | 478 | label_last_month: minulý mesiac |
|
482 | 479 | label_this_year: tento rok |
|
483 | 480 | label_date_range: Časový rozsah |
|
484 | 481 | label_less_than_ago: pred menej ako (dňami) |
|
485 | 482 | label_more_than_ago: pred viac ako (dňami) |
|
486 | 483 | label_ago: pred (dňami) |
|
487 | 484 | label_contains: obsahuje |
|
488 | 485 | label_not_contains: neobsahuje |
|
489 | 486 | label_day_plural: dní |
|
490 | 487 | label_repository: Repozitár |
|
491 | 488 | label_repository_plural: Repozitáre |
|
492 | 489 | label_browse: Prechádzať |
|
493 | 490 | label_revision: Revízia |
|
494 | 491 | label_revision_plural: Revízií |
|
495 | 492 | label_associated_revisions: Súvisiace verzie |
|
496 | 493 | label_added: pridané |
|
497 | 494 | label_modified: zmenené |
|
498 | 495 | label_deleted: odstránené |
|
499 | 496 | label_latest_revision: Posledná revízia |
|
500 | 497 | label_latest_revision_plural: Posledné revízie |
|
501 | 498 | label_view_revisions: Zobraziť revízie |
|
502 | 499 | label_max_size: Maximálna veľkosť |
|
503 | 500 | label_sort_highest: Presunúť na začiatok |
|
504 | 501 | label_sort_higher: Presunúť navrch |
|
505 | 502 | label_sort_lower: Presunúť dole |
|
506 | 503 | label_sort_lowest: Presunúť na koniec |
|
507 | 504 | label_roadmap: Plán |
|
508 | 505 | label_roadmap_due_in: "Zostáva %{value}" |
|
509 | 506 | label_roadmap_overdue: "%{value} neskoro" |
|
510 | 507 | label_roadmap_no_issues: Pre túto verziu niesú žiadne úlohy |
|
511 | 508 | label_search: Hľadať |
|
512 | 509 | label_result_plural: Výsledky |
|
513 | 510 | label_all_words: Všetky slova |
|
514 | 511 | label_wiki: Wiki |
|
515 | 512 | label_wiki_edit: Wiki úprava |
|
516 | 513 | label_wiki_edit_plural: Wiki úpravy |
|
517 | 514 | label_wiki_page: Wiki stránka |
|
518 | 515 | label_wiki_page_plural: Wiki stránky |
|
519 | 516 | label_index_by_title: Index podľa názvu |
|
520 | 517 | label_index_by_date: Index podľa dátumu |
|
521 | 518 | label_current_version: Aktuálna verzia |
|
522 | 519 | label_preview: Náhľad |
|
523 | 520 | label_feed_plural: Príspevky |
|
524 | 521 | label_changes_details: Detail všetkých zmien |
|
525 | 522 | label_issue_tracking: Sledovanie úloh |
|
526 | 523 | label_spent_time: Strávený čas |
|
527 | 524 | label_f_hour: "%{value} hodina" |
|
528 | 525 | label_f_hour_plural: "%{value} hodín" |
|
529 | 526 | label_time_tracking: Sledovánie času |
|
530 | 527 | label_change_plural: Zmeny |
|
531 | 528 | label_statistics: Štatistiky |
|
532 | 529 | label_commits_per_month: Úkony za mesiac |
|
533 | 530 | label_commits_per_author: Úkony podľa autora |
|
534 | 531 | label_view_diff: Zobrazit rozdiely |
|
535 | 532 | label_diff_inline: vo vnútri |
|
536 | 533 | label_diff_side_by_side: vedľa seba |
|
537 | 534 | label_options: Nastavenie |
|
538 | 535 | label_copy_workflow_from: Kopírovať workflow z |
|
539 | 536 | label_permissions_report: Prehľad práv |
|
540 | 537 | label_watched_issues: Sledované úlohy |
|
541 | 538 | label_related_issues: Súvisiace úlohy |
|
542 | 539 | label_applied_status: Použitý stav |
|
543 | 540 | label_loading: Nahrávam ... |
|
544 | 541 | label_relation_new: Nová súvislosť |
|
545 | 542 | label_relation_delete: Odstrániť súvislosť |
|
546 | 543 | label_relates_to: súvisiací s |
|
547 | 544 | label_duplicates: duplicity |
|
548 | 545 | label_blocks: blokovaný |
|
549 | 546 | label_blocked_by: zablokovaný |
|
550 | 547 | label_precedes: predcháza |
|
551 | 548 | label_follows: následuje |
|
552 | 549 | label_end_to_start: od konca na začiatok |
|
553 | 550 | label_end_to_end: od konca do konca |
|
554 | 551 | label_start_to_start: od začiatku do začiatku |
|
555 | 552 | label_start_to_end: od začiatku do konca |
|
556 | 553 | label_stay_logged_in: Zostať prihlásený |
|
557 | 554 | label_disabled: zakazané |
|
558 | 555 | label_show_completed_versions: Ukázať dokončené verzie |
|
559 | 556 | label_me: ja |
|
560 | 557 | label_board: Fórum |
|
561 | 558 | label_board_new: Nové fórum |
|
562 | 559 | label_board_plural: Fóra |
|
563 | 560 | label_topic_plural: Témy |
|
564 | 561 | label_message_plural: Správy |
|
565 | 562 | label_message_last: Posledná správa |
|
566 | 563 | label_message_new: Nová správa |
|
567 | 564 | label_message_posted: Správa pridaná |
|
568 | 565 | label_reply_plural: Odpovede |
|
569 | 566 | label_send_information: Zaslať informácie o účte užívateľa |
|
570 | 567 | label_year: Rok |
|
571 | 568 | label_month: Mesiac |
|
572 | 569 | label_week: Týžden |
|
573 | 570 | label_date_from: Od |
|
574 | 571 | label_date_to: Do |
|
575 | 572 | label_language_based: Podľa výchozieho jazyka |
|
576 | 573 | label_sort_by: "Zoradenie podľa %{value}" |
|
577 | 574 | label_send_test_email: Poslať testovací email |
|
578 | 575 | label_feeds_access_key_created_on: "Prístupový klúč pre RSS bol vytvorený pred %{value}" |
|
579 | 576 | label_module_plural: Moduly |
|
580 | 577 | label_added_time_by: "Pridané užívateľom %{author} pred %{age}" |
|
581 | 578 | label_updated_time: "Aktualizované pred %{value}" |
|
582 | 579 | label_jump_to_a_project: Zvoliť projekt... |
|
583 | 580 | label_file_plural: Súbory |
|
584 | 581 | label_changeset_plural: Sady zmien |
|
585 | 582 | label_default_columns: Východzie stĺpce |
|
586 | 583 | label_no_change_option: (bez zmeny) |
|
587 | 584 | label_bulk_edit_selected_issues: Skupinová úprava vybraných úloh |
|
588 | 585 | label_theme: Téma |
|
589 | 586 | label_default: Východzí |
|
590 | 587 | label_search_titles_only: Vyhľadávať iba v názvoch |
|
591 | 588 | label_user_mail_option_all: "Pre všetky události všetkých mojích projektov" |
|
592 | 589 | label_user_mail_option_selected: "Pre všetky události vybraných projektov" |
|
593 | 590 | label_user_mail_no_self_notified: "Nezasielať informácie o mnou vytvorených zmenách" |
|
594 | 591 | label_registration_activation_by_email: aktivácia účtu emailom |
|
595 | 592 | label_registration_manual_activation: manuálna aktivácia účtu |
|
596 | 593 | label_registration_automatic_activation: automatická aktivácia účtu |
|
597 | 594 | label_display_per_page: "%{value} na stránku" |
|
598 | 595 | label_age: Vek |
|
599 | 596 | label_change_properties: Zmeniť vlastnosti |
|
600 | 597 | label_general: Všeobecné |
|
601 | 598 | label_more: Viac |
|
602 | 599 | label_scm: SCM |
|
603 | 600 | label_plugins: Pluginy |
|
604 | 601 | label_ldap_authentication: Autentifikácia LDAP |
|
605 | 602 | label_downloads_abbr: D/L |
|
606 | 603 | label_optional_description: Voliteľný popis |
|
607 | 604 | label_add_another_file: Pridať ďaľší súbor |
|
608 | 605 | label_preferences: Nastavenia |
|
609 | 606 | label_chronological_order: V chronologickom poradí |
|
610 | 607 | label_reverse_chronological_order: V obrátenom chronologickom poradí |
|
611 | 608 | |
|
612 | 609 | button_login: Prihlásiť |
|
613 | 610 | button_submit: Potvrdiť |
|
614 | 611 | button_save: Uložiť |
|
615 | 612 | button_check_all: Označiť všetko |
|
616 | 613 | button_uncheck_all: Odznačiť všetko |
|
617 | 614 | button_delete: Odstrániť |
|
618 | 615 | button_create: Vytvoriť |
|
619 | 616 | button_test: Test |
|
620 | 617 | button_edit: Upraviť |
|
621 | 618 | button_add: Pridať |
|
622 | 619 | button_change: Zmeniť |
|
623 | 620 | button_apply: Použiť |
|
624 | 621 | button_clear: Zmazať |
|
625 | 622 | button_lock: Zamknúť |
|
626 | 623 | button_unlock: Odomknúť |
|
627 | 624 | button_download: Stiahnúť |
|
628 | 625 | button_list: Vypísať |
|
629 | 626 | button_view: Zobraziť |
|
630 | 627 | button_move: Presunúť |
|
631 | 628 | button_back: Naspäť |
|
632 | 629 | button_cancel: Storno |
|
633 | 630 | button_activate: Aktivovať |
|
634 | 631 | button_sort: Zoradenie |
|
635 | 632 | button_log_time: Pridať čas |
|
636 | 633 | button_rollback: Naspäť k tejto verzii |
|
637 | 634 | button_watch: Sledovať |
|
638 | 635 | button_unwatch: Nesledovať |
|
639 | 636 | button_reply: Odpovedať |
|
640 | 637 | button_archive: Archivovať |
|
641 | 638 | button_unarchive: Odarchivovať |
|
642 | 639 | button_reset: Reset |
|
643 | 640 | button_rename: Premenovať |
|
644 | 641 | button_change_password: Zmeniť heslo |
|
645 | 642 | button_copy: Kopírovať |
|
646 | 643 | button_annotate: Komentovať |
|
647 | 644 | button_update: Aktualizovať |
|
648 | 645 | button_configure: Konfigurovať |
|
649 | 646 | |
|
650 | 647 | status_active: aktívny |
|
651 | 648 | status_registered: registrovaný |
|
652 | 649 | status_locked: uzamknutý |
|
653 | 650 | |
|
654 | 651 | text_select_mail_notifications: Vyberte akciu, pri ktorej bude zaslané upozornenie emailom |
|
655 | 652 | text_regexp_info: napr. ^[A-Z0-9]+$ |
|
656 | 653 | text_min_max_length_info: 0 znamená bez limitu |
|
657 | 654 | text_project_destroy_confirmation: Ste si istý, že chcete odstránit tento projekt a všetky súvisiace dáta ? |
|
658 | 655 | text_workflow_edit: Vyberte rolu a frontu k úprave workflow |
|
659 | 656 | text_are_you_sure: Ste si istý? |
|
660 | 657 | text_tip_issue_begin_day: úloha začína v tento deň |
|
661 | 658 | text_tip_issue_end_day: úloha končí v tento deň |
|
662 | 659 | text_tip_issue_begin_end_day: úloha začína a končí v tento deň |
|
663 | 660 | text_caracters_maximum: "%{count} znakov maximálne." |
|
664 | 661 | text_caracters_minimum: "Musí byť aspoň %{count} znaky/ov dlhé." |
|
665 | 662 | text_length_between: "Dĺžka medzi %{min} až %{max} znakmi." |
|
666 | 663 | text_tracker_no_workflow: Pre tuto frontu nieje definovaný žiadný workflow |
|
667 | 664 | text_unallowed_characters: Nepovolené znaky |
|
668 | 665 | text_comma_separated: Je povolené viacero hodnôt (oddelené navzájom čiarkou). |
|
669 | 666 | text_issues_ref_in_commit_messages: Odkazovať a upravovať úlohy v správach s následovnym obsahom |
|
670 | 667 | text_issue_added: "úloha %{id} bola vytvorená užívateľom %{author}." |
|
671 | 668 | text_issue_updated: "Úloha %{id} byla aktualizovaná užívateľom %{author}." |
|
672 | 669 | text_wiki_destroy_confirmation: Naozaj si prajete odstrániť túto Wiki a celý jej obsah? |
|
673 | 670 | text_issue_category_destroy_question: "Niektoré úlohy (%{count}) sú priradené k tejto kategórii. Čo chtete s nimi spraviť?" |
|
674 | 671 | text_issue_category_destroy_assignments: Zrušiť priradenie ku kategórii |
|
675 | 672 | text_issue_category_reassign_to: Priradiť úlohy do tejto kategórie |
|
676 | 673 | text_user_mail_option: "U projektov, které neboli vybrané, budete dostávať oznamenie iba o vašich či o sledovaných položkách (napr. o položkách, ktorých ste autor, alebo ku ktorým ste priradený/á)." |
|
677 | 674 | text_no_configuration_data: "Role, fronty, stavy úloh ani workflow neboli zatiaľ nakonfigurované.\nVelmi doporučujeme nahrať východziu konfiguráciu. Potom si môžete všetko upraviť" |
|
678 | 675 | text_load_default_configuration: Nahrať východziu konfiguráciu |
|
679 | 676 | text_status_changed_by_changeset: "Aktualizované v sade zmien %{value}." |
|
680 | 677 | text_issues_destroy_confirmation: 'Naozaj si prajete odstrániť všetky zvolené úlohy?' |
|
681 | 678 | text_select_project_modules: 'Aktivne moduly v tomto projekte:' |
|
682 | 679 | text_default_administrator_account_changed: Zmenené výchozie nastavenie administrátorského účtu |
|
683 | 680 | text_file_repository_writable: Povolený zápis do repozitára |
|
684 | 681 | text_rmagick_available: RMagick k dispozícií (voliteľné) |
|
685 | 682 | text_destroy_time_entries_question: U úloh, které chcete odstraniť, je evidované %.02f práce. Čo chcete vykonať? |
|
686 | 683 | text_destroy_time_entries: Odstrániť evidované hodiny. |
|
687 | 684 | text_assign_time_entries_to_project: Priradiť evidované hodiny projektu |
|
688 | 685 | text_reassign_time_entries: 'Preradiť evidované hodiny k tejto úlohe:' |
|
689 | 686 | |
|
690 | 687 | default_role_manager: Manažér |
|
691 | 688 | default_role_developer: Vývojár |
|
692 | 689 | default_role_reporter: Reportér |
|
693 | 690 | default_tracker_bug: Chyba |
|
694 | 691 | default_tracker_feature: Rozšírenie |
|
695 | 692 | default_tracker_support: Podpora |
|
696 | 693 | default_issue_status_new: Nový |
|
697 | 694 | default_issue_status_in_progress: In Progress |
|
698 | 695 | default_issue_status_resolved: Vyriešený |
|
699 | 696 | default_issue_status_feedback: Čaká sa |
|
700 | 697 | default_issue_status_closed: Uzavrený |
|
701 | 698 | default_issue_status_rejected: Odmietnutý |
|
702 | 699 | default_doc_category_user: Užívateľská dokumentácia |
|
703 | 700 | default_doc_category_tech: Technická dokumentácia |
|
704 | 701 | default_priority_low: Nízká |
|
705 | 702 | default_priority_normal: Normálna |
|
706 | 703 | default_priority_high: Vysoká |
|
707 | 704 | default_priority_urgent: Urgentná |
|
708 | 705 | default_priority_immediate: Okamžitá |
|
709 | 706 | default_activity_design: Design |
|
710 | 707 | default_activity_development: Vývoj |
|
711 | 708 | |
|
712 | 709 | enumeration_issue_priorities: Priority úloh |
|
713 | 710 | enumeration_doc_categories: Kategorie dokumentov |
|
714 | 711 | enumeration_activities: Aktivity (sledovanie času) |
|
715 | 712 | error_scm_annotate: "Položka neexistuje alebo nemôže byť komentovaná." |
|
716 | 713 | label_planning: Plánovanie |
|
717 | 714 | text_subprojects_destroy_warning: "Jeho podprojekt(y): %{value} budú takisto vymazané." |
|
718 | 715 | label_and_its_subprojects: "%{value} a jeho podprojekty" |
|
719 | 716 | mail_body_reminder: "%{count} úloha(y), ktorá(é) je(sú) vám priradený(é), ma(jú) byť hotova(é) za %{days} dní:" |
|
720 | 717 | mail_subject_reminder: "%{count} úloha(y) ma(jú) byť hotova(é) za pár %{days} dní" |
|
721 | 718 | text_user_wrote: "%{value} napísal:" |
|
722 | 719 | label_duplicated_by: duplikovaný |
|
723 | 720 | setting_enabled_scm: Zapnúť SCM |
|
724 | 721 | text_enumeration_category_reassign_to: 'Prenastaviť na túto hodnotu:' |
|
725 | 722 | text_enumeration_destroy_question: "%{count} objekty sú nastavené na túto hodnotu." |
|
726 | 723 | label_incoming_emails: Príchádzajúce emaily |
|
727 | 724 | label_generate_key: Vygenerovať kľúč |
|
728 | 725 | setting_mail_handler_api_enabled: Zapnúť Webovú Službu (WS) pre príchodzie emaily |
|
729 | 726 | setting_mail_handler_api_key: API kľúč |
|
730 | 727 | text_email_delivery_not_configured: "Doručenie emailov nieje nastavené, notifikácie sú vypnuté.\nNastavte váš SMTP server v config/configuration.yml a reštartnite aplikáciu pre aktiváciu funkcie." |
|
731 | 728 | field_parent_title: Nadradená stránka |
|
732 | 729 | label_issue_watchers: Pozorovatelia |
|
733 | 730 | button_quote: Citácia |
|
734 | 731 | setting_sequential_project_identifiers: Generovať sekvenčné identifikátory projektov |
|
735 | 732 | notice_unable_delete_version: Verzia nemôže byť zmazaná |
|
736 | 733 | label_renamed: premenované |
|
737 | 734 | label_copied: kopírované |
|
738 | 735 | setting_plain_text_mail: Len jednoduchý text (bez HTML) |
|
739 | 736 | permission_view_files: Zobrazenie súborov |
|
740 | 737 | permission_edit_issues: Úprava úloh |
|
741 | 738 | permission_edit_own_time_entries: Úprava vlastných zaznamov o strávenom čase |
|
742 | 739 | permission_manage_public_queries: Správa verejných otáziek |
|
743 | 740 | permission_add_issues: Pridanie úlohy |
|
744 | 741 | permission_log_time: Zaznamenávanie stráveného času |
|
745 | 742 | permission_view_changesets: Zobrazenie sád zmien |
|
746 | 743 | permission_view_time_entries: Zobrazenie stráveného času |
|
747 | 744 | permission_manage_versions: Správa verzií |
|
748 | 745 | permission_manage_wiki: Správa Wiki |
|
749 | 746 | permission_manage_categories: Správa kategórií úloh |
|
750 | 747 | permission_protect_wiki_pages: Ochrana Wiki strániek |
|
751 | 748 | permission_comment_news: Komentovanie noviniek |
|
752 | 749 | permission_delete_messages: Mazanie správ |
|
753 | 750 | permission_select_project_modules: Voľba projektových modulov |
|
754 | 751 | permission_manage_documents: Správa dokumentov |
|
755 | 752 | permission_edit_wiki_pages: Úprava Wiki strániek |
|
756 | 753 | permission_add_issue_watchers: Pridanie pozorovateľov |
|
757 | 754 | permission_view_gantt: Zobrazenie Ganttovho diagramu |
|
758 | 755 | permission_move_issues: Presun úloh |
|
759 | 756 | permission_manage_issue_relations: Správa vzťahov medzi úlohami |
|
760 | 757 | permission_delete_wiki_pages: Mazanie Wiki strániek |
|
761 | 758 | permission_manage_boards: Správa diskusií |
|
762 | 759 | permission_delete_wiki_pages_attachments: Mazanie Wiki príloh |
|
763 | 760 | permission_view_wiki_edits: Zobrazenie Wiki úprav |
|
764 | 761 | permission_add_messages: Pridanie správ |
|
765 | 762 | permission_view_messages: Zobrazenie správ |
|
766 | 763 | permission_manage_files: Správa súborov |
|
767 | 764 | permission_edit_issue_notes: Úprava poznámok úlohy |
|
768 | 765 | permission_manage_news: Správa noviniek |
|
769 | 766 | permission_view_calendar: Zobrazenie kalendára |
|
770 | 767 | permission_manage_members: Správa členov |
|
771 | 768 | permission_edit_messages: Úprava správ |
|
772 | 769 | permission_delete_issues: Mazanie správ |
|
773 | 770 | permission_view_issue_watchers: Zobrazenie zoznamu pozorovateľov |
|
774 | 771 | permission_manage_repository: Správa repozitára |
|
775 | 772 | permission_commit_access: Povoliť prístup |
|
776 | 773 | permission_browse_repository: Prechádzanie repozitára |
|
777 | 774 | permission_view_documents: Zobrazenie dokumentov |
|
778 | 775 | permission_edit_project: Úprava projektu |
|
779 | 776 | permission_add_issue_notes: Pridanie poznámky úlohy |
|
780 | 777 | permission_save_queries: Uloženie otáziek |
|
781 | 778 | permission_view_wiki_pages: Zobrazenie Wiki strániek |
|
782 | 779 | permission_rename_wiki_pages: Premenovanie Wiki strániek |
|
783 | 780 | permission_edit_time_entries: Úprava záznamov o strávenom čase |
|
784 | 781 | permission_edit_own_issue_notes: Úprava vlastných poznámok úlohy |
|
785 | 782 | setting_gravatar_enabled: Použitie užívateľských Gravatar ikon |
|
786 | 783 | permission_edit_own_messages: Úprava vlastných správ |
|
787 | 784 | permission_delete_own_messages: Mazanie vlastných správ |
|
788 | 785 | text_repository_usernames_mapping: "Vyberte alebo upravte mapovanie medzi užívateľmi systému Redmine a užívateľskými menami nájdenými v logu repozitára.\nUžívatelia s rovnakým prihlasovacím menom alebo emailom v systéme Redmine a repozitára sú mapovaní automaticky." |
|
789 | 786 | label_example: Príklad |
|
790 | 787 | label_user_activity: "Aktivita užívateľa %{value}" |
|
791 | 788 | label_updated_time_by: "Aktualizované užívateľom %{author} pred %{age}" |
|
792 | 789 | text_diff_truncated: '... Tento rozdielový výpis bol skratený, pretože prekračuje maximálnu veľkosť, ktorá môže byť zobrazená.' |
|
793 | 790 | setting_diff_max_lines_displayed: Maximálne množstvo zobrazených riadkov rozdielového výpisu |
|
794 | 791 | text_plugin_assets_writable: Adresár pre pluginy s možnosťou zápisu |
|
795 | 792 | warning_attachments_not_saved: "%{count} súbor(y) nemohol(li) byť uložené." |
|
796 | 793 | field_editable: Editovateľné |
|
797 | 794 | label_display: Zobrazenie |
|
798 | 795 | button_create_and_continue: Vytvoriť a pokračovať |
|
799 | 796 | text_custom_field_possible_values_info: 'Jeden riadok pre každú hodnotu' |
|
800 | 797 | setting_repository_log_display_limit: Maximálne množstvo revizií zobrazené v logu |
|
801 | 798 | setting_file_max_size_displayed: Maximálna veľkosť textových súborov zobrazených priamo na stránke |
|
802 | 799 | field_watcher: Pozorovateľ |
|
803 | 800 | setting_openid: Povoliť OpenID prihlasovanie a registráciu |
|
804 | 801 | field_identity_url: OpenID URL |
|
805 | 802 | label_login_with_open_id_option: alebo sa prihlásiť pomocou OpenID |
|
806 | 803 | field_content: Obsah |
|
807 | 804 | label_descending: Zostupné |
|
808 | 805 | label_sort: Zoradenie |
|
809 | 806 | label_ascending: Rastúce |
|
810 | 807 | label_date_from_to: Od %{start} do %{end} |
|
811 | 808 | label_greater_or_equal: ">=" |
|
812 | 809 | label_less_or_equal: <= |
|
813 | 810 | text_wiki_page_destroy_question: Táto stránka má %{descendants} podstránku/y a potomka/ov. Čo chcete vykonať? |
|
814 | 811 | text_wiki_page_reassign_children: Preradiť podstránky k tejto hlavnej stránke |
|
815 | 812 | text_wiki_page_nullify_children: Zachovať podstránky ako hlavné stránky |
|
816 | 813 | text_wiki_page_destroy_children: Vymazať podstránky a všetkých ich potomkov |
|
817 | 814 | setting_password_min_length: Minimálna dĺžka hesla |
|
818 | 815 | field_group_by: Skupinové výsledky podľa |
|
819 | 816 | mail_subject_wiki_content_updated: "'%{id}' Wiki stránka bola aktualizovaná" |
|
820 | 817 | label_wiki_content_added: Wiki stránka pridaná |
|
821 | 818 | mail_subject_wiki_content_added: "'%{id}' Wiki stránka bola pridaná" |
|
822 | 819 | mail_body_wiki_content_added: The '%{id}' Wiki stránka bola pridaná užívateľom %{author}. |
|
823 | 820 | permission_add_project: Vytvorenie projektu |
|
824 | 821 | label_wiki_content_updated: Wiki stránka aktualizovaná |
|
825 | 822 | mail_body_wiki_content_updated: Wiki stránka '%{id}' bola aktualizovaná užívateľom %{author}. |
|
826 | 823 | setting_new_project_user_role_id: Rola dána non-admin užívateľovi, ktorý vytvorí projekt |
|
827 | 824 | label_view_all_revisions: Zobraziť všetkz revízie |
|
828 | 825 | label_tag: Tag |
|
829 | 826 | label_branch: Vetva |
|
830 | 827 | error_no_tracker_in_project: K tomuto projektu nieje priradená žiadna fronta. Prosím skontrolujte nastavenie projektu. |
|
831 | 828 | error_no_default_issue_status: Nieje definovaný východzí stav úlohy. Prosím skontrolujte vase nastavenie (Choďte na "Administrácia -> Stavz úloh"). |
|
832 | 829 | text_journal_changed: "%{label} zmenené z %{old} na %{new}" |
|
833 | 830 | text_journal_set_to: "%{label} nastavené na %{value}" |
|
834 | 831 | text_journal_deleted: "%{label} zmazané (%{old})" |
|
835 | 832 | label_group_plural: Skupiny |
|
836 | 833 | label_group: Skupina |
|
837 | 834 | label_group_new: Nová skupina |
|
838 | 835 | label_time_entry_plural: Strávený čas |
|
839 | 836 | text_journal_added: "%{label} %{value} pridané" |
|
840 | 837 | field_active: Aktívne |
|
841 | 838 | enumeration_system_activity: Aktivita systému |
|
842 | 839 | permission_delete_issue_watchers: Odstrániť pozorovateľov |
|
843 | 840 | version_status_closed: zavreté |
|
844 | 841 | version_status_locked: uzavreté |
|
845 | 842 | version_status_open: otvorené |
|
846 | 843 | error_can_not_reopen_issue_on_closed_version: Úloha priradená uzavretej verzií nemôže byť znovu-otvorená |
|
847 | 844 | label_user_anonymous: Anonym |
|
848 | 845 | button_move_and_follow: Presunúť a následovať |
|
849 | 846 | setting_default_projects_modules: Prednastavené aktívne moduly pre nové projekty |
|
850 | 847 | setting_gravatar_default: Východzí Gravatar obrázok |
|
851 | 848 | field_sharing: Zdieľanie |
|
852 | 849 | label_version_sharing_hierarchy: S hierarchiou projektu |
|
853 | 850 | label_version_sharing_system: So všetkými projektami |
|
854 | 851 | label_version_sharing_descendants: S podprojektami |
|
855 | 852 | label_version_sharing_tree: S projektovým stromom |
|
856 | 853 | label_version_sharing_none: Nezdielané |
|
857 | 854 | error_can_not_archive_project: Tento projekt nemôže byť archivovaný |
|
858 | 855 | button_duplicate: Duplikovať |
|
859 | 856 | button_copy_and_follow: Kopírovať a následovať |
|
860 | 857 | label_copy_source: Zdroj |
|
861 | 858 | setting_issue_done_ratio: Vyrátať pomer vypracovania úlohy s |
|
862 | 859 | setting_issue_done_ratio_issue_status: Použiť stav úlohy |
|
863 | 860 | error_issue_done_ratios_not_updated: Stav vypracovania úlohy neaktualizovaný. |
|
864 | 861 | error_workflow_copy_target: Prosím zvoľte cieľovú frontu(y) a rolu(e) |
|
865 | 862 | setting_issue_done_ratio_issue_field: Použiť pole úlohy |
|
866 | 863 | label_copy_same_as_target: Rovnaké ako cieľ |
|
867 | 864 | label_copy_target: Cieľ |
|
868 | 865 | notice_issue_done_ratios_updated: Stav vypracovania úlohy aktualizovaný. |
|
869 | 866 | error_workflow_copy_source: Prosím zvoľte zdrojovú frontu alebo rolu |
|
870 | 867 | label_update_issue_done_ratios: Aktualizácia stavu úloh |
|
871 | 868 | setting_start_of_week: Štart pracovného týždňa v |
|
872 | 869 | permission_view_issues: Zobraziť úlohy |
|
873 | 870 | label_display_used_statuses_only: Zobraziť len stavy, ktoré sú priradené k tejto fronte |
|
874 | 871 | label_revision_id: Revízia %{value} |
|
875 | 872 | label_api_access_key: API prístupový kľúč |
|
876 | 873 | label_api_access_key_created_on: API prístupový kľúč vytvorený pred %{value} |
|
877 | 874 | label_feeds_access_key: RSS prístupový kľúč |
|
878 | 875 | notice_api_access_key_reseted: Váš API prístupový kľúč bol resetovaný. |
|
879 | 876 | setting_rest_api_enabled: Zapnúť REST web službu |
|
880 | 877 | label_missing_api_access_key: API prístupový kľuč nenájdený |
|
881 | 878 | label_missing_feeds_access_key: RSS prístupový kľúč nenájdený |
|
882 | 879 | button_show: Zobraziť |
|
883 | 880 | text_line_separated: Možnosť viacerých hodnôt (jeden riadok pre každú hodnotu). |
|
884 | 881 | setting_mail_handler_body_delimiters: Orezať emaily po následujúcich riadkoch |
|
885 | 882 | permission_add_subprojects: Vytváranie podprojektov |
|
886 | 883 | label_subproject_new: Nový podprojekt |
|
887 | 884 | text_own_membership_delete_confirmation: |- |
|
888 | 885 | Práve sa pokúšate o odstránenie niektorých alebo všetkých prístupových práv a možno nebudete mať možnost naďalej upravovať tento projekt. |
|
889 | 886 | Ste si istý(á), že chcete pokračovat? |
|
890 | 887 | label_close_versions: Uzavrieť ukončené verzie |
|
891 | 888 | label_board_sticky: Sticky |
|
892 | 889 | label_board_locked: Uzamknuté |
|
893 | 890 | permission_export_wiki_pages: Exportovať WiKi stránky |
|
894 | 891 | setting_cache_formatted_text: Cache formatted text |
|
895 | 892 | permission_manage_project_activities: Nastavovať aktivity projektu |
|
896 | 893 | error_unable_delete_issue_status: Nieje možné zmeniť stav úlohy |
|
897 | 894 | label_profile: Profil |
|
898 | 895 | permission_manage_subtasks: Nastavovať podúlohy |
|
899 | 896 | field_parent_issue: Nadradená úloha |
|
900 | 897 | label_subtask_plural: Podúlohy |
|
901 | 898 | label_project_copy_notifications: Zaslať emailové upozornenie behom kopírovania projektu |
|
902 | 899 | error_can_not_delete_custom_field: Nieje možné vymazať užívateľské pole |
|
903 | 900 | error_unable_to_connect: Nieje možné vymazať (%{value}) |
|
904 | 901 | error_can_not_remove_role: Táto roľa sa používa a nemôže byť vymazaná. |
|
905 | 902 | error_can_not_delete_tracker: Táto fronta obsahuje úlohy a nemôže byť vymazaná. |
|
906 | 903 | field_principal: Principal |
|
907 | 904 | label_my_page_block: My page block |
|
908 | 905 | notice_failed_to_save_members: "Failed to save member(s): %{errors}." |
|
909 | 906 | text_zoom_out: Zoom out |
|
910 | 907 | text_zoom_in: Zoom in |
|
911 | 908 | notice_unable_delete_time_entry: Unable to delete time log entry. |
|
912 | 909 | label_overall_spent_time: Overall spent time |
|
913 | 910 | field_time_entries: Log time |
|
914 | 911 | project_module_gantt: Gantt |
|
915 | 912 | project_module_calendar: Calendar |
|
916 | 913 | button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" |
|
917 | 914 | field_text: Text field |
|
918 | 915 | label_user_mail_option_only_owner: Only for things I am the owner of |
|
919 | 916 | setting_default_notification_option: Default notification option |
|
920 | 917 | label_user_mail_option_only_my_events: Only for things I watch or I'm involved in |
|
921 | 918 | label_user_mail_option_only_assigned: Only for things I am assigned to |
|
922 | 919 | label_user_mail_option_none: No events |
|
923 | 920 | field_member_of_group: Assignee's group |
|
924 | 921 | field_assigned_to_role: Assignee's role |
|
925 | 922 | notice_not_authorized_archived_project: The project you're trying to access has been archived. |
|
926 | 923 | label_principal_search: "Search for user or group:" |
|
927 | 924 | label_user_search: "Search for user:" |
|
928 | 925 | field_visible: Visible |
|
929 | 926 | setting_emails_header: Emails header |
|
930 | 927 | setting_commit_logtime_activity_id: Activity for logged time |
|
931 | 928 | text_time_logged_by_changeset: Applied in changeset %{value}. |
|
932 | 929 | setting_commit_logtime_enabled: Enable time logging |
|
933 | 930 | notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) |
|
934 | 931 | setting_gantt_items_limit: Maximum number of items displayed on the gantt chart |
|
935 | 932 | field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text |
|
936 | 933 | text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page. |
|
937 | 934 | label_my_queries: My custom queries |
|
938 | 935 | text_journal_changed_no_detail: "%{label} updated" |
|
939 | 936 | label_news_comment_added: Comment added to a news |
|
940 | 937 | button_expand_all: Expand all |
|
941 | 938 | button_collapse_all: Collapse all |
|
942 | 939 | label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee |
|
943 | 940 | label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author |
|
944 | 941 | label_bulk_edit_selected_time_entries: Bulk edit selected time entries |
|
945 | 942 | text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)? |
|
946 | 943 | label_role_anonymous: Anonymous |
|
947 | 944 | label_role_non_member: Non member |
|
948 | 945 | label_issue_note_added: Note added |
|
949 | 946 | label_issue_status_updated: Status updated |
|
950 | 947 | label_issue_priority_updated: Priority updated |
|
951 | 948 | label_issues_visibility_own: Issues created by or assigned to the user |
|
952 | 949 | field_issues_visibility: Issues visibility |
|
953 | 950 | label_issues_visibility_all: All issues |
|
954 | 951 | permission_set_own_issues_private: Set own issues public or private |
|
955 | 952 | field_is_private: Private |
|
956 | 953 | permission_set_issues_private: Set issues public or private |
|
957 | 954 | label_issues_visibility_public: All non private issues |
|
958 | 955 | text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s). |
|
959 | 956 | field_commit_logs_encoding: Kódovanie prenášaných správ |
|
960 | 957 | field_scm_path_encoding: Path encoding |
|
961 | 958 | text_scm_path_encoding_note: "Default: UTF-8" |
|
962 | 959 | field_path_to_repository: Path to repository |
|
963 | 960 | field_root_directory: Root directory |
|
964 | 961 | field_cvs_module: Module |
|
965 | 962 | field_cvsroot: CVSROOT |
|
966 | 963 | text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) |
|
967 | 964 | text_scm_command: Command |
|
968 | 965 | text_scm_command_version: Version |
|
969 | 966 | label_git_report_last_commit: Report last commit for files and directories |
|
970 | 967 | text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. |
|
971 | 968 | text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. |
|
972 | 969 | notice_issue_successful_create: Issue %{id} created. |
|
973 | 970 | label_between: between |
|
974 | 971 | setting_issue_group_assignment: Allow issue assignment to groups |
|
975 | 972 | label_diff: diff |
|
976 | 973 | text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) |
|
977 | 974 | description_query_sort_criteria_direction: Sort direction |
|
978 | 975 | description_project_scope: Search scope |
|
979 | 976 | description_filter: Filter |
|
980 | 977 | description_user_mail_notification: Mail notification settings |
|
981 | 978 | description_date_from: Enter start date |
|
982 | 979 | description_message_content: Message content |
|
983 | 980 | description_available_columns: Available Columns |
|
984 | 981 | description_date_range_interval: Choose range by selecting start and end date |
|
985 | 982 | description_issue_category_reassign: Choose issue category |
|
986 | 983 | description_search: Searchfield |
|
987 | 984 | description_notes: Notes |
|
988 | 985 | description_date_range_list: Choose range from list |
|
989 | 986 | description_choose_project: Projects |
|
990 | 987 | description_date_to: Enter end date |
|
991 | 988 | description_query_sort_criteria_attribute: Sort attribute |
|
992 | 989 | description_wiki_subpages_reassign: Choose new parent page |
|
993 | 990 | description_selected_columns: Selected Columns |
|
994 | 991 | label_parent_revision: Parent |
|
995 | 992 | label_child_revision: Child |
|
996 | 993 | error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size. |
|
997 | 994 | setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues |
|
998 | 995 | button_edit_section: Edit this section |
|
999 | 996 | setting_repositories_encodings: Attachments and repositories encodings |
|
1000 | 997 | description_all_columns: All Columns |
|
1001 | 998 | button_export: Export |
|
1002 | 999 | label_export_options: "%{export_format} export options" |
|
1003 | 1000 | error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) |
|
1004 | 1001 | notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." |
|
1005 | 1002 | label_x_issues: |
|
1006 | 1003 | zero: 0 Úloha |
|
1007 | 1004 | one: 1 Úloha |
|
1008 | 1005 | other: "%{count} Úlohy" |
|
1009 | 1006 | label_repository_new: New repository |
|
1010 | 1007 | field_repository_is_default: Main repository |
|
1011 | 1008 | label_copy_attachments: Copy attachments |
|
1012 | 1009 | label_item_position: "%{position}/%{count}" |
|
1013 | 1010 | label_completed_versions: Completed versions |
|
1014 | 1011 | text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed. |
|
1015 | 1012 | field_multiple: Multiple values |
|
1016 | 1013 | setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed |
|
1017 | 1014 | text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes |
|
1018 | 1015 | text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten) |
|
1019 | 1016 | notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. |
|
1020 | 1017 | text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} |
|
1021 | 1018 | permission_manage_related_issues: Manage related issues |
|
1022 | 1019 | field_auth_source_ldap_filter: LDAP filter |
|
1023 | 1020 | label_search_for_watchers: Search for watchers to add |
|
1024 | 1021 | notice_account_deleted: Your account has been permanently deleted. |
|
1025 | 1022 | setting_unsubscribe: Allow users to delete their own account |
|
1026 | 1023 | button_delete_my_account: Delete my account |
|
1027 | 1024 | text_account_destroy_confirmation: |- |
|
1028 | 1025 | Are you sure you want to proceed? |
|
1029 | 1026 | Your account will be permanently deleted, with no way to reactivate it. |
|
1030 | 1027 | error_session_expired: Your session has expired. Please login again. |
|
1031 | 1028 | text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." |
|
1032 | 1029 | setting_session_lifetime: Session maximum lifetime |
|
1033 | 1030 | setting_session_timeout: Session inactivity timeout |
|
1034 | 1031 | label_session_expiration: Session expiration |
|
1035 | 1032 | permission_close_project: Close / reopen the project |
|
1036 | 1033 | label_show_closed_projects: View closed projects |
|
1037 | 1034 | button_close: Close |
|
1038 | 1035 | button_reopen: Reopen |
|
1039 | 1036 | project_status_active: active |
|
1040 | 1037 | project_status_closed: closed |
|
1041 | 1038 | project_status_archived: archived |
|
1042 | 1039 | text_project_closed: This project is closed and read-only. |
|
1043 | 1040 | notice_user_successful_create: User %{id} created. |
|
1044 | 1041 | field_core_fields: Standard fields |
|
1045 | 1042 | field_timeout: Timeout (in seconds) |
|
1046 | 1043 | setting_thumbnails_enabled: Display attachment thumbnails |
|
1047 | 1044 | setting_thumbnails_size: Thumbnails size (in pixels) |
|
1048 | 1045 | label_status_transitions: Status transitions |
|
1049 | 1046 | label_fields_permissions: Fields permissions |
|
1050 | 1047 | label_readonly: Read-only |
|
1051 | 1048 | label_required: Required |
|
1052 | 1049 | text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed. |
|
1053 | 1050 | field_board_parent: Parent forum |
|
1054 | 1051 | label_attribute_of_project: Project's %{name} |
|
1055 | 1052 | label_attribute_of_author: Author's %{name} |
|
1056 | 1053 | label_attribute_of_assigned_to: Assignee's %{name} |
|
1057 | 1054 | label_attribute_of_fixed_version: Target version's %{name} |
|
1058 | 1055 | label_copy_subtasks: Copy subtasks |
|
1059 | 1056 | label_copied_to: copied to |
|
1060 | 1057 | label_copied_from: copied from |
|
1061 | 1058 | label_any_issues_in_project: any issues in project |
|
1062 | 1059 | label_any_issues_not_in_project: any issues not in project |
|
1063 | 1060 | field_private_notes: Private notes |
|
1064 | 1061 | permission_view_private_notes: View private notes |
|
1065 | 1062 | permission_set_notes_private: Set notes as private |
|
1066 | 1063 | label_no_issues_in_project: no issues in project |
|
1067 | 1064 | label_any: všetko |
|
1068 | 1065 | label_last_n_weeks: last %{count} weeks |
|
1069 | 1066 | setting_cross_project_subtasks: Allow cross-project subtasks |
|
1070 | 1067 | label_cross_project_descendants: S podprojektami |
|
1071 | 1068 | label_cross_project_tree: S projektovým stromom |
|
1072 | 1069 | label_cross_project_hierarchy: S hierarchiou projektu |
|
1073 | 1070 | label_cross_project_system: So všetkými projektami |
|
1074 | 1071 | button_hide: Hide |
|
1075 | 1072 | setting_non_working_week_days: Non-working days |
|
1076 | 1073 | label_in_the_next_days: in the next |
|
1077 | 1074 | label_in_the_past_days: in the past |
|
1078 | 1075 | label_attribute_of_user: User's %{name} |
General Comments 0
You need to be logged in to leave comments.
Login now