sk.yml
1072 lines
| 47.4 KiB
| text/x-yaml
|
YamlLexer
|
r2430 | sk: | ||
|
r3891 | direction: ltr | ||
|
r2430 | date: | ||
formats: | ||||
# Use the strftime parameters for formats. | ||||
# When no format has been given, it uses default. | ||||
# You can provide other formats here if you like! | ||||
default: "%Y-%m-%d" | ||||
short: "%b %d" | ||||
long: "%B %d, %Y" | ||||
|
r8499 | |||
|
r2579 | day_names: [Nedeľa, Pondelok, Utorok, Streda, Štvrtok, Piatok, Sobota] | ||
abbr_day_names: [Ne, Po, Ut, St, Št, Pi, So] | ||||
|
r8499 | |||
|
r2430 | # Don't forget the nil at the beginning; there's no such thing as a 0th month | ||
|
r2579 | month_names: [~, Január, Február, Marec, Apríl, Máj, Jún, Júl, August, September, Október, November, December] | ||
abbr_month_names: [~, Jan, Feb, Mar, Apr, Máj, Jún, Júl, Aug, Sep, Okt, Nov, Dec] | ||||
|
r2430 | # Used in date_select and datime_select. | ||
|
r5388 | order: | ||
- :year | ||||
- :month | ||||
- :day | ||||
|
r2430 | |||
time: | ||||
formats: | ||||
default: "%a, %d %b %Y %H:%M:%S %z" | ||||
|
r2459 | time: "%H:%M" | ||
|
r2430 | short: "%d %b %H:%M" | ||
long: "%B %d, %Y %H:%M" | ||||
am: "am" | ||||
pm: "pm" | ||||
|
r8499 | |||
|
r2430 | datetime: | ||
distance_in_words: | ||||
|
r2579 | half_a_minute: "pol minúty" | ||
|
r2430 | less_than_x_seconds: | ||
|
r2579 | one: "menej ako 1 sekunda" | ||
|
r4404 | other: "menej ako %{count} sekúnd" | ||
|
r2430 | x_seconds: | ||
|
r2579 | one: "1 sekunda" | ||
|
r4404 | other: "%{count} sekúnd" | ||
|
r2430 | less_than_x_minutes: | ||
|
r2579 | one: "menej ako minúta" | ||
|
r4404 | other: "menej ako %{count} minút" | ||
|
r2430 | x_minutes: | ||
|
r2579 | one: "1 minuta" | ||
|
r4404 | other: "%{count} minút" | ||
|
r2430 | about_x_hours: | ||
|
r2579 | one: "okolo 1 hodiny" | ||
|
r4404 | other: "okolo %{count} hodín" | ||
|
r9614 | x_hours: | ||
one: "1 hour" | ||||
other: "%{count} hours" | ||||
|
r2430 | x_days: | ||
|
r2579 | one: "1 deň" | ||
|
r4404 | other: "%{count} dní" | ||
|
r2430 | about_x_months: | ||
|
r2579 | one: "okolo 1 mesiaca" | ||
|
r4404 | other: "okolo %{count} mesiace/ov" | ||
|
r2430 | x_months: | ||
|
r2579 | one: "1 mesiac" | ||
|
r4404 | other: "%{count} mesiace/ov" | ||
|
r2430 | about_x_years: | ||
|
r2579 | one: "okolo 1 roka" | ||
|
r4404 | other: "okolo %{count} roky/ov" | ||
|
r2430 | over_x_years: | ||
|
r2579 | one: "cez 1 rok" | ||
|
r4404 | other: "cez %{count} roky/ov" | ||
|
r3171 | almost_x_years: | ||
one: "almost 1 year" | ||||
|
r4404 | other: "almost %{count} years" | ||
|
r2773 | |||
|
r8499 | number: | ||
|
r8622 | format: | ||
separator: "." | ||||
delimiter: "" | ||||
precision: 3 | ||||
|
r8499 | human: | ||
format: | ||||
|
r9611 | precision: 3 | ||
|
r2773 | delimiter: "" | ||
|
r8499 | storage_units: | ||
|
r2773 | format: "%n %u" | ||
|
r8499 | units: | ||
|
r2773 | kb: KB | ||
tb: TB | ||||
gb: GB | ||||
|
r8499 | byte: | ||
|
r2773 | one: Byte | ||
other: Bytes | ||||
mb: MB | ||||
|
r8499 | |||
|
r2430 | # Used in array.to_sentence. | ||
support: | ||||
array: | ||||
|
r2579 | sentence_connector: "a" | ||
|
r2430 | skip_last_comma: false | ||
|
r8499 | |||
|
r2430 | activerecord: | ||
errors: | ||||
|
r4405 | template: | ||
header: | ||||
one: "1 error prohibited this %{model} from being saved" | ||||
other: "%{count} errors prohibited this %{model} from being saved" | ||||
|
r2430 | messages: | ||
inclusion: "nieje zahrnuté v zozname" | ||||
exclusion: "je rezervované" | ||||
invalid: "je neplatné" | ||||
confirmation: "sa nezhoduje s potvrdením" | ||||
accepted: "musí byť akceptované" | ||||
empty: "nemôže byť prázdne" | ||||
blank: "nemôže byť prázdne" | ||||
too_long: "je príliš dlhé" | ||||
too_short: "je príliš krátke" | ||||
wrong_length: "má chybnú dĺžku" | ||||
taken: "je už použité" | ||||
not_a_number: "nieje číslo" | ||||
not_a_date: "nieje platný dátum" | ||||
|
r4404 | greater_than: "musí byť väčšíe ako %{count}" | ||
greater_than_or_equal_to: "musí byť väčšie alebo rovné %{count}" | ||||
equal_to: "musí byť rovné %{count}" | ||||
less_than: "musí byť menej ako %{count}" | ||||
less_than_or_equal_to: "musí byť menej alebo rovné %{count}" | ||||
|
r2579 | odd: "musí byť nepárne" | ||
even: "musí byť párne" | ||||
greater_than_start_date: "musí byť neskôr ako počiatočný dátum" | ||||
|
r2430 | not_same_project: "nepatrí rovnakému projektu" | ||
circular_dependency: "Tento vzťah by vytvoril cyklickú závislosť" | ||||
|
r3947 | cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks" | ||
|
r2430 | |||
# SK translation by Stanislav Pach | stano.pach@seznam.cz | ||||
|
r8499 | |||
|
r2430 | actionview_instancetag_blank_option: Prosím vyberte | ||
|
r8499 | |||
|
r2430 | general_text_No: 'Nie' | ||
general_text_Yes: 'Áno' | ||||
general_text_no: 'nie' | ||||
general_text_yes: 'áno' | ||||
|
r2652 | general_lang_name: 'Slovenčina' | ||
|
r2430 | general_csv_separator: ',' | ||
general_csv_decimal_separator: '.' | ||||
general_csv_encoding: UTF-8 | ||||
general_pdf_encoding: UTF-8 | ||||
general_first_day_of_week: '1' | ||||
|
r8499 | |||
|
r2430 | notice_account_updated: Účet bol úspešne zmenený. | ||
notice_account_invalid_creditentials: Chybné meno alebo heslo | ||||
notice_account_password_updated: Heslo bolo úspešne zmenené. | ||||
notice_account_wrong_password: Chybné heslo | ||||
notice_account_register_done: Účet bol úspešne vytvorený. Pre aktiváciu účtu kliknite na odkaz v emailu, ktorý vam bol zaslaný. | ||||
|
r2579 | notice_account_unknown_email: Neznámy užívateľ. | ||
|
r2430 | notice_can_t_change_password: Tento účet používa externú autentifikáciu. Tu heslo zmeniť nemôžete. | ||
|
r2652 | notice_account_lost_email_sent: Bol vám zaslaný email s inštrukciami ako si nastavite nové heslo. | ||
|
r2430 | notice_account_activated: Váš účet bol aktivovaný. Teraz se môžete prihlásiť. | ||
notice_successful_create: Úspešne vytvorené. | ||||
notice_successful_update: Úspešne aktualizované. | ||||
notice_successful_delete: Úspešne odstránené. | ||||
notice_successful_connection: Úspešne pripojené. | ||||
|
r2579 | notice_file_not_found: Stránka, ktorú se snažíte zobraziť, neexistuje alebo bola zmazaná. | ||
|
r2430 | notice_locking_conflict: Údaje boli zmenené iným užívateľom. | ||
|
r2652 | notice_scm_error: Položka a/alebo revízia neexistuje v repozitári. | ||
|
r2430 | notice_not_authorized: Nemáte dostatočné práva pre zobrazenie tejto stránky. | ||
|
r4404 | notice_email_sent: "Na adresu %{value} bol odeslaný email" | ||
notice_email_error: "Pri odosielaní emailu nastala chyba (%{value})" | ||||
|
r2430 | notice_feeds_access_key_reseted: Váš klúč pre prístup k Atomu bol resetovaný. | ||
|
r4404 | notice_failed_to_save_issues: "Nastala chyba pri ukládaní %{count} úloh na %{total} zvolený: %{ids}." | ||
|
r2652 | notice_no_issue_selected: "Nebola zvolená žiadná úloha. Prosím, zvoľte úlohy, ktoré chcete upraviť" | ||
|
r2430 | notice_account_pending: "Váš účet bol vytvorený, teraz čaká na schválenie administrátorom." | ||
notice_default_data_loaded: Výchozia konfigurácia úspešne nahraná. | ||||
|
r8499 | |||
|
r4404 | error_can_t_load_default_data: "Výchozia konfigurácia nebola nahraná: %{value}" | ||
|
r2652 | error_scm_not_found: "Položka a/alebo revízia neexistuje v repozitári." | ||
|
r4404 | error_scm_command_failed: "Pri pokuse o prístup k repozitári došlo k chybe: %{value}" | ||
|
r2430 | error_issue_not_found_in_project: 'Úloha nebola nájdená alebo nepatrí k tomuto projektu' | ||
|
r8499 | |||
|
r4404 | mail_subject_lost_password: "Vaše heslo (%{value})" | ||
|
r2430 | mail_body_lost_password: 'Pre zmenu vašeho hesla kliknite na následujúci odkaz:' | ||
|
r4404 | mail_subject_register: "Aktivácia účtu (%{value})" | ||
|
r2430 | mail_body_register: 'Pre aktiváciu vašeho účtu kliknite na následujúci odkaz:' | ||
|
r4404 | mail_body_account_information_external: "Pomocou vašeho účtu %{value} se môžete prihlásiť." | ||
|
r2430 | mail_body_account_information: Informácie o vašom účte | ||
|
r4404 | mail_subject_account_activation_request: "Aktivácia %{value} účtu" | ||
mail_body_account_activation_request: "Bol zaregistrovaný nový uživateľ %{value}. Aktivácia jeho účtu závisí na vašom potvrdení." | ||||
|
r8499 | |||
|
r2430 | gui_validation_error: 1 chyba | ||
|
r4404 | gui_validation_error_plural: "%{count} chyb(y)" | ||
|
r8499 | |||
|
r2430 | field_name: Názov | ||
field_description: Popis | ||||
field_summary: Prehľad | ||||
field_is_required: Povinné pole | ||||
field_firstname: Meno | ||||
field_lastname: Priezvisko | ||||
field_mail: Email | ||||
field_filename: Súbor | ||||
field_filesize: Veľkosť | ||||
field_downloads: Stiahnuté | ||||
field_author: Autor | ||||
field_created_on: Vytvorené | ||||
field_updated_on: Aktualizované | ||||
field_field_format: Formát | ||||
field_is_for_all: Pre všetky projekty | ||||
field_possible_values: Možné hodnoty | ||||
field_regexp: Regulérny výraz | ||||
field_min_length: Minimálna dĺžka | ||||
field_max_length: Maximálna dĺžka | ||||
field_value: Hodnota | ||||
field_category: Kategória | ||||
field_title: Názov | ||||
field_project: Projekt | ||||
field_issue: Úloha | ||||
field_status: Stav | ||||
field_notes: Poznámka | ||||
field_is_closed: Úloha uzavretá | ||||
field_is_default: Východzí stav | ||||
field_tracker: Fronta | ||||
field_subject: Predmet | ||||
field_due_date: Uzavrieť do | ||||
field_assigned_to: Priradené | ||||
field_priority: Priorita | ||||
field_fixed_version: Priradené k verzii | ||||
field_user: Užívateľ | ||||
field_role: Rola | ||||
field_homepage: Domovská stránka | ||||
field_is_public: Verejný | ||||
field_parent: Nadradený projekt | ||||
field_is_in_roadmap: Úlohy zobrazené v pláne | ||||
field_login: Login | ||||
field_mail_notification: Emailové oznámenie | ||||
field_admin: Administrátor | ||||
field_last_login_on: Posledné prihlásenie | ||||
field_language: Jazyk | ||||
field_effective_date: Dátum | ||||
field_password: Heslo | ||||
field_new_password: Nové heslo | ||||
field_password_confirmation: Potvrdenie | ||||
field_version: Verzia | ||||
field_type: Typ | ||||
field_host: Host | ||||
field_port: Port | ||||
field_account: Účet | ||||
field_base_dn: Base DN | ||||
field_attr_login: Prihlásenie (atribut) | ||||
field_attr_firstname: Meno (atribut) | ||||
field_attr_lastname: Priezvisko (atribut) | ||||
field_attr_mail: Email (atribut) | ||||
field_onthefly: Automatické vytváranie užívateľov | ||||
|
r4440 | field_start_date: Začiatok | ||
|
r5389 | field_done_ratio: "% hotovo" | ||
|
r2430 | field_auth_source: Autentifikačný mód | ||
field_hide_mail: Nezobrazovať môj email | ||||
field_comments: Komentár | ||||
field_url: URL | ||||
field_start_page: Výchozia stránka | ||||
field_subproject: Podprojekt | ||||
|
r2652 | field_hours: Hodiny | ||
|
r2430 | field_activity: Aktivita | ||
field_spent_on: Dátum | ||||
field_identifier: Identifikátor | ||||
|
r2579 | field_is_filter: Použiť ako filter | ||
|
r2730 | field_issue_to: Súvisiaca úloha | ||
|
r2430 | field_delay: Oneskorenie | ||
field_assignable: Úlohy môžu byť priradené tejto roli | ||||
field_redirect_existing_links: Presmerovať existujúce odkazy | ||||
field_estimated_hours: Odhadovaná doba | ||||
field_column_names: Stĺpce | ||||
field_time_zone: Časové pásmo | ||||
field_searchable: Umožniť vyhľadávanie | ||||
field_default_value: Východzia hodnota | ||||
field_comments_sorting: Zobraziť komentáre | ||||
|
r8499 | |||
|
r2430 | setting_app_title: Názov aplikácie | ||
setting_app_subtitle: Podtitulok aplikácie | ||||
setting_welcome_text: Uvítací text | ||||
setting_default_language: Východzí jazyk | ||||
setting_login_required: Auten. vyžadovaná | ||||
|
r2652 | setting_self_registration: Povolenie registrácie | ||
|
r2430 | setting_attachment_max_size: Maximálna veľkosť prílohy | ||
setting_issues_export_limit: Limit pre export úloh | ||||
setting_mail_from: Odosielať emaily z adresy | ||||
|
r2579 | setting_bcc_recipients: Príjemcovia skrytej kópie (bcc) | ||
|
r2430 | setting_host_name: Hostname | ||
setting_text_formatting: Formátovanie textu | ||||
|
r8499 | setting_wiki_compression: Kompresia histórie Wiki | ||
|
r2430 | setting_feeds_limit: Limit zobrazených položiek (Atom feed) | ||
setting_default_projects_public: Nové projekty nastavovať ako verejné | ||||
setting_autofetch_changesets: Automatický prenos zmien | ||||
|
r2652 | setting_sys_api_enabled: Povolit Webovú Službu (WS) pre správu repozitára | ||
|
r2430 | setting_commit_ref_keywords: Klúčové slová pre odkazy | ||
setting_commit_fix_keywords: Klúčové slová pre uzavretie | ||||
setting_autologin: Automatické prihlasovanie | ||||
setting_date_format: Formát dátumu | ||||
setting_time_format: Formát času | ||||
setting_cross_project_issue_relations: Povoliť väzby úloh skrz projekty | ||||
setting_issue_list_default_columns: Východzie stĺpce zobrazené v zozname úloh | ||||
|
r8499 | setting_ itories_encodings: Kódovanie | ||
|
r2430 | setting_emails_footer: Zapätie emailov | ||
setting_protocol: Protokol | ||||
setting_per_page_options: Povolené množstvo riadkov na stránke | ||||
setting_user_format: Formát zobrazenia užívateľa | ||||
|
r8499 | setting_activity_days_default: "Zobrazené dni aktivity projektu:" | ||
|
r2430 | setting_display_subprojects_issues: Prednastavenie zobrazenia úloh podporojektov v hlavnom projekte | ||
|
r8499 | |||
|
r2430 | project_module_issue_tracking: Sledovanie úloh | ||
project_module_time_tracking: Sledovanie času | ||||
project_module_news: Novinky | ||||
project_module_documents: Dokumenty | ||||
project_module_files: Súbory | ||||
|
r8499 | project_module_wiki: Wiki | ||
|
r2652 | project_module_repository: Repozitár | ||
|
r2430 | project_module_boards: Diskusie | ||
|
r8499 | |||
|
r2430 | label_user: Užívateľ | ||
label_user_plural: Užívatelia | ||||
label_user_new: Nový užívateľ | ||||
label_project: Projekt | ||||
label_project_new: Nový projekt | ||||
label_project_plural: Projekty | ||||
label_x_projects: | ||||
|
r2579 | zero: žiadne projekty | ||
one: 1 projekt | ||||
|
r4404 | other: "%{count} projekty/ov" | ||
|
r2430 | label_project_all: Všetky projekty | ||
label_project_latest: Posledné projekty | ||||
label_issue: Úloha | ||||
label_issue_new: Nová úloha | ||||
label_issue_plural: Úlohy | ||||
label_issue_view_all: Všetky úlohy | ||||
|
r4404 | label_issues_by: "Úlohy od užívateľa %{value}" | ||
|
r2430 | label_issue_added: Úloha pridaná | ||
label_issue_updated: Úloha aktualizovaná | ||||
label_document: Dokument | ||||
label_document_new: Nový dokument | ||||
label_document_plural: Dokumenty | ||||
label_document_added: Dokument pridaný | ||||
label_role: Rola | ||||
label_role_plural: Role | ||||
label_role_new: Nová rola | ||||
label_role_and_permissions: Role a práva | ||||
label_member: Člen | ||||
label_member_new: Nový člen | ||||
label_member_plural: Členovia | ||||
label_tracker: Fronta | ||||
label_tracker_plural: Fronty | ||||
label_tracker_new: Nová fronta | ||||
label_workflow: Workflow | ||||
label_issue_status: Stav úloh | ||||
label_issue_status_plural: Stavy úloh | ||||
label_issue_status_new: Nový stav | ||||
label_issue_category: Kategória úloh | ||||
label_issue_category_plural: Kategórie úloh | ||||
label_issue_category_new: Nová kategória | ||||
label_custom_field: Užívateľské pole | ||||
label_custom_field_plural: Užívateľské polia | ||||
label_custom_field_new: Nové užívateľské pole | ||||
label_enumerations: Zoznamy | ||||
label_enumeration_new: Nová hodnota | ||||
label_information: Informácia | ||||
label_information_plural: Informácie | ||||
label_please_login: Prosím prihláste sa | ||||
label_register: Registrovať | ||||
label_password_lost: Zabudnuté heslo | ||||
label_home: Domovská stránka | ||||
label_my_page: Moja stránka | ||||
label_my_account: Môj účet | ||||
label_my_projects: Moje projekty | ||||
label_administration: Administrácia | ||||
label_login: Prihlásenie | ||||
label_logout: Odhlásenie | ||||
label_help: Nápoveda | ||||
label_reported_issues: Nahlásené úlohy | ||||
label_assigned_to_me_issues: Moje úlohy | ||||
label_last_login: Posledné prihlásenie | ||||
label_registered_on: Registrovaný | ||||
label_activity: Aktivita | ||||
label_overall_activity: Celková aktivita | ||||
label_new: Nový | ||||
label_logged_as: Prihlásený ako | ||||
label_environment: Prostredie | ||||
label_authentication: Autentifikácia | ||||
label_auth_source: Mód autentifikácie | ||||
label_auth_source_new: Nový mód autentifikácie | ||||
label_auth_source_plural: Módy autentifikácie | ||||
label_subproject_plural: Podprojekty | ||||
label_min_max_length: Min - Max dĺžka | ||||
label_list: Zoznam | ||||
label_date: Dátum | ||||
label_integer: Celé číslo | ||||
label_float: Desatinné číslo | ||||
label_boolean: Áno/Nie | ||||
label_string: Text | ||||
label_text: Dlhý text | ||||
label_attribute: Atribut | ||||
label_attribute_plural: Atributy | ||||
|
r4404 | label_download: "%{count} Download" | ||
label_download_plural: "%{count} Downloady" | ||||
|
r2430 | label_no_data: Žiadné položky | ||
label_change_status: Zmeniť stav | ||||
label_history: História | ||||
label_attachment: Súbor | ||||
label_attachment_new: Nový súbor | ||||
label_attachment_delete: Odstrániť súbor | ||||
label_attachment_plural: Súbory | ||||
label_file_added: Súbor pridaný | ||||
label_report: Prehľad | ||||
label_report_plural: Prehľady | ||||
label_news: Novinky | ||||
label_news_new: Pridať novinku | ||||
label_news_plural: Novinky | ||||
label_news_latest: Posledné novinky | ||||
label_news_view_all: Zobrazit všetky novinky | ||||
label_news_added: Novinka pridaná | ||||
label_settings: Nastavenie | ||||
label_overview: Prehľad | ||||
label_version: Verzia | ||||
label_version_new: Nová verzia | ||||
label_version_plural: Verzie | ||||
label_confirmation: Potvrdenie | ||||
label_export_to: 'Tiež k dispozícií:' | ||||
label_read: Načíta sa... | ||||
label_public_projects: Verejné projekty | ||||
label_open_issues: Otvorený | ||||
label_open_issues_plural: Otvorené | ||||
label_closed_issues: Uzavrený | ||||
label_closed_issues_plural: Uzavrené | ||||
label_x_open_issues_abbr_on_total: | ||||
|
r4404 | zero: 0 otvorených z celkovo %{total} | ||
one: 1 otvorený z celkovo %{total} | ||||
other: "%{count} otvorené/ých z celkovo %{total}" | ||||
|
r2430 | label_x_open_issues_abbr: | ||
|
r2579 | zero: 0 otvorených | ||
one: 1 otvorený | ||||
|
r4404 | other: "%{count} otvorené/ých" | ||
|
r2430 | label_x_closed_issues_abbr: | ||
|
r2579 | zero: 0 zavretých | ||
one: 1 zavretý | ||||
|
r4404 | other: "%{count} zavreté/ých" | ||
|
r2430 | label_total: Celkovo | ||
label_permissions: Práva | ||||
label_current_status: Aktuálny stav | ||||
label_new_statuses_allowed: Nové povolené stavy | ||||
label_all: všetko | ||||
label_none: nič | ||||
label_nobody: nikto | ||||
label_next: Ďalší | ||||
label_previous: Predchádzajúci | ||||
label_used_by: Použité | ||||
label_details: Detaily | ||||
label_add_note: Pridať poznámku | ||||
label_per_page: Na stránku | ||||
label_calendar: Kalendár | ||||
label_months_from: mesiacov od | ||||
label_gantt: Ganttov graf | ||||
label_internal: Interný | ||||
|
r4404 | label_last_changes: "posledných %{count} zmien" | ||
|
r2430 | label_change_view_all: Zobraziť všetky zmeny | ||
label_personalize_page: Prispôsobiť túto stránku | ||||
label_comment: Komentár | ||||
label_comment_plural: Komentáre | ||||
label_x_comments: | ||||
|
r2579 | zero: žiaden komentár | ||
one: 1 komentár | ||||
|
r4404 | other: "%{count} komentáre/ov" | ||
|
r2430 | label_comment_add: Pridať komentár | ||
label_comment_added: Komentár pridaný | ||||
label_comment_delete: Odstrániť komentár | ||||
label_query: Užívateľský dotaz | ||||
label_query_plural: Užívateľské dotazy | ||||
label_query_new: Nový dotaz | ||||
label_filter_add: Pridať filter | ||||
label_filter_plural: Filtre | ||||
label_equals: je | ||||
label_not_equals: nieje | ||||
label_in_less_than: je menší ako | ||||
label_in_more_than: je väčší ako | ||||
label_in: v | ||||
label_today: dnes | ||||
label_all_time: vždy | ||||
label_yesterday: včera | ||||
label_this_week: tento týždeň | ||||
label_last_week: minulý týždeň | ||||
|
r4404 | label_last_n_days: "posledných %{count} dní" | ||
|
r2430 | label_this_month: tento mesiac | ||
label_last_month: minulý mesiac | ||||
label_this_year: tento rok | ||||
label_date_range: Časový rozsah | ||||
label_less_than_ago: pred menej ako (dňami) | ||||
label_more_than_ago: pred viac ako (dňami) | ||||
label_ago: pred (dňami) | ||||
label_contains: obsahuje | ||||
label_not_contains: neobsahuje | ||||
label_day_plural: dní | ||||
|
r2652 | label_repository: Repozitár | ||
label_repository_plural: Repozitáre | ||||
|
r2430 | label_browse: Prechádzať | ||
|
r4404 | label_modification: "%{count} zmena" | ||
label_modification_plural: "%{count} zmien" | ||||
|
r2430 | label_revision: Revízia | ||
label_revision_plural: Revízií | ||||
label_associated_revisions: Súvisiace verzie | ||||
label_added: pridané | ||||
label_modified: zmenené | ||||
label_deleted: odstránené | ||||
label_latest_revision: Posledná revízia | ||||
label_latest_revision_plural: Posledné revízie | ||||
label_view_revisions: Zobraziť revízie | ||||
label_max_size: Maximálna veľkosť | ||||
label_sort_highest: Presunúť na začiatok | ||||
label_sort_higher: Presunúť navrch | ||||
label_sort_lower: Presunúť dole | ||||
label_sort_lowest: Presunúť na koniec | ||||
label_roadmap: Plán | ||||
|
r4404 | label_roadmap_due_in: "Zostáva %{value}" | ||
label_roadmap_overdue: "%{value} neskoro" | ||||
|
r2579 | label_roadmap_no_issues: Pre túto verziu niesú žiadne úlohy | ||
|
r2430 | label_search: Hľadať | ||
label_result_plural: Výsledky | ||||
label_all_words: Všetky slova | ||||
|
r8499 | label_wiki: Wiki | ||
|
r2430 | label_wiki_edit: Wiki úprava | ||
label_wiki_edit_plural: Wiki úpravy | ||||
label_wiki_page: Wiki stránka | ||||
label_wiki_page_plural: Wiki stránky | ||||
label_index_by_title: Index podľa názvu | ||||
label_index_by_date: Index podľa dátumu | ||||
label_current_version: Aktuálna verzia | ||||
label_preview: Náhľad | ||||
label_feed_plural: Príspevky | ||||
label_changes_details: Detail všetkých zmien | ||||
label_issue_tracking: Sledovanie úloh | ||||
label_spent_time: Strávený čas | ||||
|
r4404 | label_f_hour: "%{value} hodina" | ||
label_f_hour_plural: "%{value} hodín" | ||||
|
r2430 | label_time_tracking: Sledovánie času | ||
label_change_plural: Zmeny | ||||
label_statistics: Štatistiky | ||||
label_commits_per_month: Úkony za mesiac | ||||
label_commits_per_author: Úkony podľa autora | ||||
label_view_diff: Zobrazit rozdiely | ||||
label_diff_inline: vo vnútri | ||||
label_diff_side_by_side: vedľa seba | ||||
label_options: Nastavenie | ||||
label_copy_workflow_from: Kopírovať workflow z | ||||
label_permissions_report: Prehľad práv | ||||
label_watched_issues: Sledované úlohy | ||||
label_related_issues: Súvisiace úlohy | ||||
label_applied_status: Použitý stav | ||||
label_loading: Nahrávam ... | ||||
label_relation_new: Nová súvislosť | ||||
label_relation_delete: Odstrániť súvislosť | ||||
label_relates_to: súvisiací s | ||||
label_duplicates: duplicity | ||||
label_blocks: blokovaný | ||||
label_blocked_by: zablokovaný | ||||
label_precedes: predcháza | ||||
label_follows: následuje | ||||
label_end_to_start: od konca na začiatok | ||||
label_end_to_end: od konca do konca | ||||
label_start_to_start: od začiatku do začiatku | ||||
label_start_to_end: od začiatku do konca | ||||
label_stay_logged_in: Zostať prihlásený | ||||
label_disabled: zakazané | ||||
label_show_completed_versions: Ukázať dokončené verzie | ||||
label_me: ja | ||||
label_board: Fórum | ||||
label_board_new: Nové fórum | ||||
label_board_plural: Fóra | ||||
label_topic_plural: Témy | ||||
label_message_plural: Správy | ||||
label_message_last: Posledná správa | ||||
label_message_new: Nová správa | ||||
label_message_posted: Správa pridaná | ||||
label_reply_plural: Odpovede | ||||
label_send_information: Zaslať informácie o účte užívateľa | ||||
label_year: Rok | ||||
label_month: Mesiac | ||||
label_week: Týžden | ||||
label_date_from: Od | ||||
label_date_to: Do | ||||
label_language_based: Podľa výchozieho jazyka | ||||
|
r4404 | label_sort_by: "Zoradenie podľa %{value}" | ||
|
r2430 | label_send_test_email: Poslať testovací email | ||
|
r4404 | label_feeds_access_key_created_on: "Prístupový klúč pre RSS bol vytvorený pred %{value}" | ||
|
r2430 | label_module_plural: Moduly | ||
|
r4404 | label_added_time_by: "Pridané užívateľom %{author} pred %{age}" | ||
label_updated_time: "Aktualizované pred %{value}" | ||||
|
r2430 | label_jump_to_a_project: Zvoliť projekt... | ||
label_file_plural: Súbory | ||||
label_changeset_plural: Sady zmien | ||||
label_default_columns: Východzie stĺpce | ||||
label_no_change_option: (bez zmeny) | ||||
label_bulk_edit_selected_issues: Skupinová úprava vybraných úloh | ||||
label_theme: Téma | ||||
label_default: Východzí | ||||
label_search_titles_only: Vyhľadávať iba v názvoch | ||||
label_user_mail_option_all: "Pre všetky události všetkých mojích projektov" | ||||
|
r2579 | label_user_mail_option_selected: "Pre všetky události vybraných projektov" | ||
|
r2430 | label_user_mail_no_self_notified: "Nezasielať informácie o mnou vytvorených zmenách" | ||
label_registration_activation_by_email: aktivácia účtu emailom | ||||
label_registration_manual_activation: manuálna aktivácia účtu | ||||
label_registration_automatic_activation: automatická aktivácia účtu | ||||
|
r4404 | label_display_per_page: "%{value} na stránku" | ||
|
r2430 | label_age: Vek | ||
label_change_properties: Zmeniť vlastnosti | ||||
label_general: Všeobecné | ||||
label_more: Viac | ||||
label_scm: SCM | ||||
label_plugins: Pluginy | ||||
label_ldap_authentication: Autentifikácia LDAP | ||||
label_downloads_abbr: D/L | ||||
label_optional_description: Voliteľný popis | ||||
|
r2652 | label_add_another_file: Pridať ďaľší súbor | ||
|
r2430 | label_preferences: Nastavenia | ||
label_chronological_order: V chronologickom poradí | ||||
label_reverse_chronological_order: V obrátenom chronologickom poradí | ||||
|
r8499 | |||
|
r2430 | button_login: Prihlásiť | ||
button_submit: Potvrdiť | ||||
button_save: Uložiť | ||||
button_check_all: Označiť všetko | ||||
button_uncheck_all: Odznačiť všetko | ||||
button_delete: Odstrániť | ||||
button_create: Vytvoriť | ||||
button_test: Test | ||||
button_edit: Upraviť | ||||
button_add: Pridať | ||||
button_change: Zmeniť | ||||
button_apply: Použiť | ||||
button_clear: Zmazať | ||||
button_lock: Zamknúť | ||||
button_unlock: Odomknúť | ||||
button_download: Stiahnúť | ||||
button_list: Vypísať | ||||
button_view: Zobraziť | ||||
button_move: Presunúť | ||||
button_back: Naspäť | ||||
button_cancel: Storno | ||||
button_activate: Aktivovať | ||||
button_sort: Zoradenie | ||||
button_log_time: Pridať čas | ||||
button_rollback: Naspäť k tejto verzii | ||||
button_watch: Sledovať | ||||
button_unwatch: Nesledovať | ||||
button_reply: Odpovedať | ||||
button_archive: Archivovať | ||||
button_unarchive: Odarchivovať | ||||
button_reset: Reset | ||||
button_rename: Premenovať | ||||
button_change_password: Zmeniť heslo | ||||
button_copy: Kopírovať | ||||
button_annotate: Komentovať | ||||
button_update: Aktualizovať | ||||
button_configure: Konfigurovať | ||||
|
r8499 | |||
|
r2430 | status_active: aktívny | ||
status_registered: registrovaný | ||||
status_locked: uzamknutý | ||||
|
r8499 | |||
|
r2430 | text_select_mail_notifications: Vyberte akciu, pri ktorej bude zaslané upozornenie emailom | ||
text_regexp_info: napr. ^[A-Z0-9]+$ | ||||
text_min_max_length_info: 0 znamená bez limitu | ||||
text_project_destroy_confirmation: Ste si istý, že chcete odstránit tento projekt a všetky súvisiace dáta ? | ||||
|
r2652 | text_workflow_edit: Vyberte rolu a frontu k úprave workflow | ||
|
r2430 | text_are_you_sure: Ste si istý? | ||
|
r4124 | text_tip_issue_begin_day: úloha začína v tento deň | ||
text_tip_issue_end_day: úloha končí v tento deň | ||||
text_tip_issue_begin_end_day: úloha začína a končí v tento deň | ||||
|
r4404 | text_caracters_maximum: "%{count} znakov maximálne." | ||
text_caracters_minimum: "Musí byť aspoň %{count} znaky/ov dlhé." | ||||
text_length_between: "Dĺžka medzi %{min} až %{max} znakmi." | ||||
|
r2430 | text_tracker_no_workflow: Pre tuto frontu nieje definovaný žiadný workflow | ||
text_unallowed_characters: Nepovolené znaky | ||||
text_comma_separated: Je povolené viacero hodnôt (oddelené navzájom čiarkou). | ||||
text_issues_ref_in_commit_messages: Odkazovať a upravovať úlohy v správach s následovnym obsahom | ||||
|
r4404 | text_issue_added: "úloha %{id} bola vytvorená užívateľom %{author}." | ||
text_issue_updated: "Úloha %{id} byla aktualizovaná užívateľom %{author}." | ||||
|
r2579 | text_wiki_destroy_confirmation: Naozaj si prajete odstrániť túto Wiki a celý jej obsah? | ||
|
r4404 | text_issue_category_destroy_question: "Niektoré úlohy (%{count}) sú priradené k tejto kategórii. Čo chtete s nimi spraviť?" | ||
|
r2430 | text_issue_category_destroy_assignments: Zrušiť priradenie ku kategórii | ||
text_issue_category_reassign_to: Priradiť úlohy do tejto kategórie | ||||
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ý/á)." | ||||
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ť" | ||||
text_load_default_configuration: Nahrať východziu konfiguráciu | ||||
|
r4404 | text_status_changed_by_changeset: "Aktualizované v sade zmien %{value}." | ||
|
r2430 | text_issues_destroy_confirmation: 'Naozaj si prajete odstrániť všetky zvolené úlohy?' | ||
text_select_project_modules: 'Aktivne moduly v tomto projekte:' | ||||
text_default_administrator_account_changed: Zmenené výchozie nastavenie administrátorského účtu | ||||
|
r2652 | text_file_repository_writable: Povolený zápis do repozitára | ||
|
r2430 | text_rmagick_available: RMagick k dispozícií (voliteľné) | ||
|
r2652 | text_destroy_time_entries_question: U úloh, které chcete odstraniť, je evidované %.02f práce. Čo chcete vykonať? | ||
|
r2430 | text_destroy_time_entries: Odstrániť evidované hodiny. | ||
text_assign_time_entries_to_project: Priradiť evidované hodiny projektu | ||||
text_reassign_time_entries: 'Preradiť evidované hodiny k tejto úlohe:' | ||||
|
r8499 | |||
|
r2430 | default_role_manager: Manažér | ||
|
r3706 | default_role_developer: Vývojár | ||
|
r2430 | default_role_reporter: Reportér | ||
default_tracker_bug: Chyba | ||||
default_tracker_feature: Rozšírenie | ||||
default_tracker_support: Podpora | ||||
default_issue_status_new: Nový | ||||
|
r2825 | default_issue_status_in_progress: In Progress | ||
|
r2430 | default_issue_status_resolved: Vyriešený | ||
default_issue_status_feedback: Čaká sa | ||||
default_issue_status_closed: Uzavrený | ||||
default_issue_status_rejected: Odmietnutý | ||||
default_doc_category_user: Užívateľská dokumentácia | ||||
default_doc_category_tech: Technická dokumentácia | ||||
default_priority_low: Nízká | ||||
default_priority_normal: Normálna | ||||
default_priority_high: Vysoká | ||||
default_priority_urgent: Urgentná | ||||
default_priority_immediate: Okamžitá | ||||
default_activity_design: Design | ||||
default_activity_development: Vývoj | ||||
|
r8499 | |||
|
r2430 | enumeration_issue_priorities: Priority úloh | ||
enumeration_doc_categories: Kategorie dokumentov | ||||
enumeration_activities: Aktivity (sledovanie času) | ||||
error_scm_annotate: "Položka neexistuje alebo nemôže byť komentovaná." | ||||
label_planning: Plánovanie | ||||
|
r4404 | text_subprojects_destroy_warning: "Jeho podprojekt(y): %{value} budú takisto vymazané." | ||
label_and_its_subprojects: "%{value} a jeho podprojekty" | ||||
mail_body_reminder: "%{count} úloha(y), ktorá(é) je(sú) vám priradený(é), ma(jú) byť hotova(é) za %{days} dní:" | ||||
mail_subject_reminder: "%{count} úloha(y) ma(jú) byť hotova(é) za pár %{days} dní" | ||||
text_user_wrote: "%{value} napísal:" | ||||
|
r2430 | label_duplicated_by: duplikovaný | ||
setting_enabled_scm: Zapnúť SCM | ||||
text_enumeration_category_reassign_to: 'Prenastaviť na túto hodnotu:' | ||||
|
r4404 | text_enumeration_destroy_question: "%{count} objekty sú nastavené na túto hodnotu." | ||
|
r2430 | label_incoming_emails: Príchádzajúce emaily | ||
label_generate_key: Vygenerovať kľúč | ||||
|
r2579 | setting_mail_handler_api_enabled: Zapnúť Webovú Službu (WS) pre príchodzie emaily | ||
|
r2430 | setting_mail_handler_api_key: API kľúč | ||
|
r4632 | 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." | ||
|
r2430 | field_parent_title: Nadradená stránka | ||
label_issue_watchers: Pozorovatelia | ||||
button_quote: Citácia | ||||
setting_sequential_project_identifiers: Generovať sekvenčné identifikátory projektov | ||||
notice_unable_delete_version: Verzia nemôže byť zmazaná | ||||
label_renamed: premenované | ||||
label_copied: kopírované | ||||
setting_plain_text_mail: Len jednoduchý text (bez HTML) | ||||
permission_view_files: Zobrazenie súborov | ||||
|
r2652 | permission_edit_issues: Úprava úloh | ||
permission_edit_own_time_entries: Úprava vlastných zaznamov o strávenom čase | ||||
permission_manage_public_queries: Správa verejných otáziek | ||||
|
r2430 | permission_add_issues: Pridanie úlohy | ||
|
r2652 | permission_log_time: Zaznamenávanie stráveného času | ||
|
r2430 | permission_view_changesets: Zobrazenie sád zmien | ||
permission_view_time_entries: Zobrazenie stráveného času | ||||
permission_manage_versions: Správa verzií | ||||
|
r8499 | permission_manage_wiki: Správa Wiki | ||
|
r2430 | permission_manage_categories: Správa kategórií úloh | ||
permission_protect_wiki_pages: Ochrana Wiki strániek | ||||
permission_comment_news: Komentovanie noviniek | ||||
permission_delete_messages: Mazanie správ | ||||
permission_select_project_modules: Voľba projektových modulov | ||||
permission_manage_documents: Správa dokumentov | ||||
|
r2652 | permission_edit_wiki_pages: Úprava Wiki strániek | ||
|
r2430 | permission_add_issue_watchers: Pridanie pozorovateľov | ||
permission_view_gantt: Zobrazenie Ganttovho diagramu | ||||
permission_move_issues: Presun úloh | ||||
|
r2652 | permission_manage_issue_relations: Správa vzťahov medzi úlohami | ||
|
r2430 | permission_delete_wiki_pages: Mazanie Wiki strániek | ||
permission_manage_boards: Správa diskusií | ||||
permission_delete_wiki_pages_attachments: Mazanie Wiki príloh | ||||
|
r2652 | permission_view_wiki_edits: Zobrazenie Wiki úprav | ||
|
r2430 | permission_add_messages: Pridanie správ | ||
permission_view_messages: Zobrazenie správ | ||||
permission_manage_files: Správa súborov | ||||
|
r2652 | permission_edit_issue_notes: Úprava poznámok úlohy | ||
|
r2430 | permission_manage_news: Správa noviniek | ||
permission_view_calendar: Zobrazenie kalendára | ||||
permission_manage_members: Správa členov | ||||
|
r2652 | permission_edit_messages: Úprava správ | ||
|
r2430 | permission_delete_issues: Mazanie správ | ||
permission_view_issue_watchers: Zobrazenie zoznamu pozorovateľov | ||||
|
r2652 | permission_manage_repository: Správa repozitára | ||
|
r2430 | permission_commit_access: Povoliť prístup | ||
|
r2652 | permission_browse_repository: Prechádzanie repozitára | ||
|
r2430 | permission_view_documents: Zobrazenie dokumentov | ||
|
r2652 | permission_edit_project: Úprava projektu | ||
|
r2430 | permission_add_issue_notes: Pridanie poznámky úlohy | ||
|
r2652 | permission_save_queries: Uloženie otáziek | ||
|
r2430 | permission_view_wiki_pages: Zobrazenie Wiki strániek | ||
permission_rename_wiki_pages: Premenovanie Wiki strániek | ||||
|
r2652 | permission_edit_time_entries: Úprava záznamov o strávenom čase | ||
permission_edit_own_issue_notes: Úprava vlastných poznámok úlohy | ||||
|
r2430 | setting_gravatar_enabled: Použitie užívateľských Gravatar ikon | ||
permission_edit_own_messages: Úprava vlastných správ | ||||
permission_delete_own_messages: Mazanie vlastných správ | ||||
|
r2652 | 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." | ||
|
r2430 | label_example: Príklad | ||
|
r4404 | label_user_activity: "Aktivita užívateľa %{value}" | ||
label_updated_time_by: "Aktualizované užívateľom %{author} pred %{age}" | ||||
|
r2430 | text_diff_truncated: '... Tento rozdielový výpis bol skratený, pretože prekračuje maximálnu veľkosť, ktorá môže byť zobrazená.' | ||
setting_diff_max_lines_displayed: Maximálne množstvo zobrazených riadkov rozdielového výpisu | ||||
text_plugin_assets_writable: Adresár pre pluginy s možnosťou zápisu | ||||
|
r4404 | warning_attachments_not_saved: "%{count} súbor(y) nemohol(li) byť uložené." | ||
|
r2579 | field_editable: Editovateľné | ||
label_display: Zobrazenie | ||||
|
r2652 | button_create_and_continue: Vytvoriť a pokračovať | ||
text_custom_field_possible_values_info: 'Jeden riadok pre každú hodnotu' | ||||
setting_repository_log_display_limit: Maximálne množstvo revizií zobrazené v logu | ||||
setting_file_max_size_displayed: Maximálna veľkosť textových súborov zobrazených priamo na stránke | ||||
|
r2579 | field_watcher: Pozorovateľ | ||
|
r2652 | setting_openid: Povoliť OpenID prihlasovanie a registráciu | ||
|
r2445 | field_identity_url: OpenID URL | ||
|
r2579 | label_login_with_open_id_option: alebo sa prihlásiť pomocou OpenID | ||
field_content: Obsah | ||||
label_descending: Zostupné | ||||
label_sort: Zoradenie | ||||
label_ascending: Rastúce | ||||
|
r4404 | label_date_from_to: Od %{start} do %{end} | ||
|
r2538 | label_greater_or_equal: ">=" | ||
label_less_or_equal: <= | ||||
|
r4404 | text_wiki_page_destroy_question: Táto stránka má %{descendants} podstránku/y a potomka/ov. Čo chcete vykonať? | ||
|
r2652 | text_wiki_page_reassign_children: Preradiť podstránky k tejto hlavnej stránke | ||
text_wiki_page_nullify_children: Zachovať podstránky ako hlavné stránky | ||||
text_wiki_page_destroy_children: Vymazať podstránky a všetkých ich potomkov | ||||
setting_password_min_length: Minimálna dĺžka hesla | ||||
|
r2659 | field_group_by: Skupinové výsledky podľa | ||
|
r4404 | mail_subject_wiki_content_updated: "'%{id}' Wiki stránka bola aktualizovaná" | ||
|
r2659 | label_wiki_content_added: Wiki stránka pridaná | ||
|
r4404 | mail_subject_wiki_content_added: "'%{id}' Wiki stránka bola pridaná" | ||
mail_body_wiki_content_added: The '%{id}' Wiki stránka bola pridaná užívateľom %{author}. | ||||
|
r2659 | permission_add_project: Vytvorenie projektu | ||
label_wiki_content_updated: Wiki stránka aktualizovaná | ||||
|
r4404 | mail_body_wiki_content_updated: Wiki stránka '%{id}' bola aktualizovaná užívateľom %{author}. | ||
|
r2735 | setting_new_project_user_role_id: Rola dána non-admin užívateľovi, ktorý vytvorí projekt | ||
|
r3623 | label_view_all_revisions: Zobraziť všetkz revízie | ||
|
r2735 | label_tag: Tag | ||
|
r3623 | label_branch: Vetva | ||
error_no_tracker_in_project: K tomuto projektu nieje priradená žiadna fronta. Prosím skontrolujte nastavenie projektu. | ||||
error_no_default_issue_status: Nieje definovaný východzí stav úlohy. Prosím skontrolujte vase nastavenie (Choďte na "Administrácia -> Stavz úloh"). | ||||
|
r4404 | text_journal_changed: "%{label} zmenené z %{old} na %{new}" | ||
text_journal_set_to: "%{label} nastavené na %{value}" | ||||
text_journal_deleted: "%{label} zmazané (%{old})" | ||||
|
r3623 | label_group_plural: Skupiny | ||
label_group: Skupina | ||||
label_group_new: Nová skupina | ||||
label_time_entry_plural: Strávený čas | ||||
|
r4404 | text_journal_added: "%{label} %{value} pridané" | ||
|
r3623 | field_active: Aktívne | ||
enumeration_system_activity: Aktivita systému | ||||
permission_delete_issue_watchers: Odstrániť pozorovateľov | ||||
version_status_closed: zavreté | ||||
version_status_locked: uzavreté | ||||
version_status_open: otvorené | ||||
error_can_not_reopen_issue_on_closed_version: Úloha priradená uzavretej verzií nemôže byť znovu-otvorená | ||||
label_user_anonymous: Anonym | ||||
button_move_and_follow: Presunúť a následovať | ||||
setting_default_projects_modules: Prednastavené aktívne moduly pre nové projekty | ||||
setting_gravatar_default: Východzí Gravatar obrázok | ||||
field_sharing: Zdieľanie | ||||
label_version_sharing_hierarchy: S hierarchiou projektu | ||||
label_version_sharing_system: So všetkými projektami | ||||
label_version_sharing_descendants: S podprojektami | ||||
label_version_sharing_tree: S projektovým stromom | ||||
label_version_sharing_none: Nezdielané | ||||
error_can_not_archive_project: Tento projekt nemôže byť archivovaný | ||||
button_duplicate: Duplikovať | ||||
button_copy_and_follow: Kopírovať a následovať | ||||
label_copy_source: Zdroj | ||||
setting_issue_done_ratio: Vyrátať pomer vypracovania úlohy s | ||||
setting_issue_done_ratio_issue_status: Použiť stav úlohy | ||||
error_issue_done_ratios_not_updated: Stav vypracovania úlohy neaktualizovaný. | ||||
error_workflow_copy_target: Prosím zvoľte cieľovú frontu(y) a rolu(e) | ||||
setting_issue_done_ratio_issue_field: Použiť pole úlohy | ||||
label_copy_same_as_target: Rovnaké ako cieľ | ||||
label_copy_target: Cieľ | ||||
notice_issue_done_ratios_updated: Stav vypracovania úlohy aktualizovaný. | ||||
error_workflow_copy_source: Prosím zvoľte zdrojovú frontu alebo rolu | ||||
label_update_issue_done_ratios: Aktualizácia stavu úloh | ||||
setting_start_of_week: Štart pracovného týždňa v | ||||
permission_view_issues: Zobraziť úlohy | ||||
label_display_used_statuses_only: Zobraziť len stavy, ktoré sú priradené k tejto fronte | ||||
|
r4404 | label_revision_id: Revízia %{value} | ||
|
r3623 | label_api_access_key: API prístupový kľúč | ||
|
r4404 | label_api_access_key_created_on: API prístupový kľúč vytvorený pred %{value} | ||
|
r3623 | label_feeds_access_key: RSS prístupový kľúč | ||
notice_api_access_key_reseted: Váš API prístupový kľúč bol resetovaný. | ||||
setting_rest_api_enabled: Zapnúť REST web službu | ||||
label_missing_api_access_key: API prístupový kľuč nenájdený | ||||
label_missing_feeds_access_key: RSS prístupový kľúč nenájdený | ||||
button_show: Zobraziť | ||||
text_line_separated: Možnosť viacerých hodnôt (jeden riadok pre každú hodnotu). | ||||
setting_mail_handler_body_delimiters: Orezať emaily po následujúcich riadkoch | ||||
permission_add_subprojects: Vytváranie podprojektov | ||||
label_subproject_new: Nový podprojekt | ||||
|
r3135 | text_own_membership_delete_confirmation: |- | ||
|
r3623 | 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. | ||
|
r8499 | Ste si istý(á), že chcete pokračovat? | ||
|
r3623 | label_close_versions: Uzavrieť ukončené verzie | ||
|
r3225 | label_board_sticky: Sticky | ||
|
r3623 | label_board_locked: Uzamknuté | ||
permission_export_wiki_pages: Exportovať WiKi stránky | ||||
|
r3258 | setting_cache_formatted_text: Cache formatted text | ||
|
r3623 | permission_manage_project_activities: Nastavovať aktivity projektu | ||
error_unable_delete_issue_status: Nieje možné zmeniť stav úlohy | ||||
label_profile: Profil | ||||
permission_manage_subtasks: Nastavovať podúlohy | ||||
field_parent_issue: Nadradená úloha | ||||
label_subtask_plural: Podúlohy | ||||
label_project_copy_notifications: Zaslať emailové upozornenie behom kopírovania projektu | ||||
error_can_not_delete_custom_field: Nieje možné vymazať užívateľské pole | ||||
|
r4404 | error_unable_to_connect: Nieje možné vymazať (%{value}) | ||
|
r3623 | error_can_not_remove_role: Táto roľa sa používa a nemôže byť vymazaná. | ||
error_can_not_delete_tracker: Táto fronta obsahuje úlohy a nemôže byť vymazaná. | ||||
|
r3637 | field_principal: Principal | ||
label_my_page_block: My page block | ||||
|
r4404 | notice_failed_to_save_members: "Failed to save member(s): %{errors}." | ||
|
r3644 | text_zoom_out: Zoom out | ||
text_zoom_in: Zoom in | ||||
|
r3696 | notice_unable_delete_time_entry: Unable to delete time log entry. | ||
label_overall_spent_time: Overall spent time | ||||
|
r3893 | field_time_entries: Log time | ||
|
r3922 | project_module_gantt: Gantt | ||
project_module_calendar: Calendar | ||||
|
r4404 | button_edit_associated_wikipage: "Edit associated Wiki page: %{page_title}" | ||
|
r3991 | text_are_you_sure_with_children: Delete issue and all child issues? | ||
|
r4055 | field_text: Text field | ||
|
r4111 | label_user_mail_option_only_owner: Only for things I am the owner of | ||
setting_default_notification_option: Default notification option | ||||
label_user_mail_option_only_my_events: Only for things I watch or I'm involved in | ||||
label_user_mail_option_only_assigned: Only for things I am assigned to | ||||
|
r4165 | label_user_mail_option_none: No events | ||
field_member_of_group: Assignee's group | ||||
field_assigned_to_role: Assignee's role | ||||
|
r4171 | notice_not_authorized_archived_project: The project you're trying to access has been archived. | ||
|
r4198 | label_principal_search: "Search for user or group:" | ||
label_user_search: "Search for user:" | ||||
|
r4270 | field_visible: Visible | ||
setting_emails_header: Emails header | ||||
|
r4357 | setting_commit_logtime_activity_id: Activity for logged time | ||
|
r4404 | text_time_logged_by_changeset: Applied in changeset %{value}. | ||
|
r4357 | setting_commit_logtime_enabled: Enable time logging | ||
|
r4404 | notice_gantt_chart_truncated: The chart was truncated because it exceeds the maximum number of items that can be displayed (%{max}) | ||
|
r4400 | setting_gantt_items_limit: Maximum number of items displayed on the gantt chart | ||
|
r4782 | field_warn_on_leaving_unsaved: Warn me when leaving a page with unsaved text | ||
text_warn_on_leaving_unsaved: The current page contains unsaved text that will be lost if you leave this page. | ||||
|
r4788 | label_my_queries: My custom queries | ||
|
r4835 | text_journal_changed_no_detail: "%{label} updated" | ||
|
r4889 | label_news_comment_added: Comment added to a news | ||
|
r5054 | button_expand_all: Expand all | ||
button_collapse_all: Collapse all | ||||
|
r5144 | label_additional_workflow_transitions_for_assignee: Additional transitions allowed when the user is the assignee | ||
label_additional_workflow_transitions_for_author: Additional transitions allowed when the user is the author | ||||
|
r5190 | label_bulk_edit_selected_time_entries: Bulk edit selected time entries | ||
|
r5197 | text_time_entries_destroy_confirmation: Are you sure you want to delete the selected time entr(y/ies)? | ||
|
r5213 | label_role_anonymous: Anonymous | ||
label_role_non_member: Non member | ||||
|
r5237 | label_issue_note_added: Note added | ||
label_issue_status_updated: Status updated | ||||
label_issue_priority_updated: Priority updated | ||||
|
r5299 | label_issues_visibility_own: Issues created by or assigned to the user | ||
field_issues_visibility: Issues visibility | ||||
label_issues_visibility_all: All issues | ||||
|
r5347 | permission_set_own_issues_private: Set own issues public or private | ||
field_is_private: Private | ||||
permission_set_issues_private: Set issues public or private | ||||
label_issues_visibility_public: All non private issues | ||||
|
r5375 | text_issues_destroy_descendants_confirmation: This will also delete %{count} subtask(s). | ||
|
r5397 | field_commit_logs_encoding: Kódovanie prenášaných správ | ||
|
r5402 | field_scm_path_encoding: Path encoding | ||
|
r5405 | text_scm_path_encoding_note: "Default: UTF-8" | ||
|
r5411 | field_path_to_repository: Path to repository | ||
|
r5414 | field_root_directory: Root directory | ||
|
r5417 | field_cvs_module: Module | ||
field_cvsroot: CVSROOT | ||||
|
r5423 | text_mercurial_repository_note: Local repository (e.g. /hgrepo, c:\hgrepo) | ||
|
r5514 | text_scm_command: Command | ||
|
r5606 | text_scm_command_version: Version | ||
|
r5654 | label_git_report_last_commit: Report last commit for files and directories | ||
|
r5834 | text_scm_config: You can configure your scm commands in config/configuration.yml. Please restart the application after editing it. | ||
|
r5837 | text_scm_command_not_available: Scm command is not available. Please check settings on the administration panel. | ||
|
r6090 | notice_issue_successful_create: Issue %{id} created. | ||
|
r6097 | label_between: between | ||
|
r6186 | setting_issue_group_assignment: Allow issue assignment to groups | ||
|
r6303 | label_diff: diff | ||
|
r6520 | text_git_repository_note: Repository is bare and local (e.g. /gitrepo, c:\gitrepo) | ||
|
r7577 | description_query_sort_criteria_direction: Sort direction | ||
description_project_scope: Search scope | ||||
description_filter: Filter | ||||
description_user_mail_notification: Mail notification settings | ||||
description_date_from: Enter start date | ||||
description_message_content: Message content | ||||
description_available_columns: Available Columns | ||||
description_date_range_interval: Choose range by selecting start and end date | ||||
description_issue_category_reassign: Choose issue category | ||||
description_search: Searchfield | ||||
description_notes: Notes | ||||
description_date_range_list: Choose range from list | ||||
description_choose_project: Projects | ||||
description_date_to: Enter end date | ||||
description_query_sort_criteria_attribute: Sort attribute | ||||
description_wiki_subpages_reassign: Choose new parent page | ||||
|
r7585 | description_selected_columns: Selected Columns | ||
|
r7603 | label_parent_revision: Parent | ||
label_child_revision: Child | ||||
|
r7609 | error_scm_annotate_big_text_file: The entry cannot be annotated, as it exceeds the maximum text file size. | ||
|
r7643 | setting_default_issue_start_date_to_creation_date: Use current date as start date for new issues | ||
|
r7709 | button_edit_section: Edit this section | ||
|
r7749 | setting_repositories_encodings: Attachments and repositories encodings | ||
|
r7754 | description_all_columns: All Columns | ||
button_export: Export | ||||
label_export_options: "%{export_format} export options" | ||||
|
r7806 | error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) | ||
|
r8143 | notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." | ||
|
r8509 | label_x_issues: | ||
zero: 0 Úloha | ||||
one: 1 Úloha | ||||
other: "%{count} Úlohy" | ||||
|
r8528 | label_repository_new: New repository | ||
|
r8551 | field_repository_is_default: Main repository | ||
|
r8557 | label_copy_attachments: Copy attachments | ||
|
r8560 | label_item_position: "%{position}/%{count}" | ||
|
r8579 | label_completed_versions: Completed versions | ||
|
r8590 | text_project_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed. | ||
|
r8607 | field_multiple: Multiple values | ||
|
r8630 | setting_commit_cross_project_ref: Allow issues of all the other projects to be referenced and fixed | ||
|
r8654 | text_issue_conflict_resolution_add_notes: Add my notes and discard my other changes | ||
text_issue_conflict_resolution_overwrite: Apply my changes anyway (previous notes will be kept but some changes may be overwritten) | ||||
notice_issue_update_conflict: The issue has been updated by an other user while you were editing it. | ||||
text_issue_conflict_resolution_cancel: Discard all my changes and redisplay %{link} | ||||
|
r8657 | permission_manage_related_issues: Manage related issues | ||
|
r9963 | field_auth_source_ldap_filter: LDAP filter | ||
|
r9173 | label_search_for_watchers: Search for watchers to add | ||
|
r9287 | notice_account_deleted: Your account has been permanently deleted. | ||
|
r9471 | setting_unsubscribe: Allow users to delete their own account | ||
|
r9287 | button_delete_my_account: Delete my account | ||
text_account_destroy_confirmation: |- | ||||
Are you sure you want to proceed? | ||||
Your account will be permanently deleted, with no way to reactivate it. | ||||
|
r9614 | error_session_expired: Your session has expired. Please login again. | ||
text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." | ||||
setting_session_lifetime: Session maximum lifetime | ||||
setting_session_timeout: Session inactivity timeout | ||||
label_session_expiration: Session expiration | ||||
|
r9701 | permission_close_project: Close / reopen the project | ||
label_show_closed_projects: View closed projects | ||||
button_close: Close | ||||
button_reopen: Reopen | ||||
project_status_active: active | ||||
project_status_closed: closed | ||||
project_status_archived: archived | ||||
text_project_closed: This project is closed and read-only. | ||||
|
r9715 | notice_user_successful_create: User %{id} created. | ||
|
r9731 | field_core_fields: Standard fields | ||
|
r9749 | field_timeout: Timeout (in seconds) | ||
|
r9751 | setting_thumbnails_enabled: Display attachment thumbnails | ||
setting_thumbnails_size: Thumbnails size (in pixels) | ||||
|
r9797 | label_status_transitions: Status transitions | ||
label_fields_permissions: Fields permissions | ||||
label_readonly: Read-only | ||||
label_required: Required | ||||
|
r9898 | text_repository_identifier_info: Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed. | ||
|
r9960 | field_board_parent: Parent forum | ||
|
r9982 | label_attribute_of_project: Project's %{name} | ||
label_attribute_of_author: Author's %{name} | ||||
label_attribute_of_assigned_to: Assignee's %{name} | ||||
label_attribute_of_fixed_version: Target version's %{name} | ||||
|
r10147 | label_copy_subtasks: Copy subtasks | ||
|
r10283 | label_copied_to: copied to | ||
label_copied_from: copied from | ||||
|
r10305 | label_any_issues_in_project: any issues in project | ||
label_any_issues_not_in_project: any issues not in project | ||||
|
r10337 | field_private_notes: Private notes | ||
permission_view_private_notes: View private notes | ||||
permission_set_notes_private: Set notes as private | ||||