mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Updated translations with latest Crowdin changes (#4256)
This commit is contained in:
@@ -15,6 +15,7 @@ return [
|
||||
'page_restore' => 'obnovil/a stránku',
|
||||
'page_restore_notification' => 'Stránka byla úspěšně obnovena',
|
||||
'page_move' => 'přesunul/a stránku',
|
||||
'page_move_notification' => 'Page successfully moved',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'vytvořil/a kapitolu',
|
||||
@@ -24,6 +25,7 @@ return [
|
||||
'chapter_delete' => 'odstranila/a kapitolu',
|
||||
'chapter_delete_notification' => 'Kapitola byla úspěšně odstraněna',
|
||||
'chapter_move' => 'přesunul/a kapitolu',
|
||||
'chapter_move_notification' => 'Chapter successfully moved',
|
||||
|
||||
// Books
|
||||
'book_create' => 'vytvořil/a knihu',
|
||||
@@ -47,14 +49,30 @@ return [
|
||||
'bookshelf_delete' => 'odstranit knihovnu',
|
||||
'bookshelf_delete_notification' => 'Knihovna byla úspěšně smazána',
|
||||
|
||||
// Revisions
|
||||
'revision_restore' => 'restored revision',
|
||||
'revision_delete' => 'deleted revision',
|
||||
'revision_delete_notification' => 'Revision successfully deleted',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '":name" byla přidána do Vašich oblíbených',
|
||||
'favourite_remove_notification' => '":name" byla odstraněna z Vašich oblíbených',
|
||||
|
||||
// MFA
|
||||
// Auth
|
||||
'auth_login' => 'logged in',
|
||||
'auth_register' => 'registered as new user',
|
||||
'auth_password_reset_request' => 'requested user password reset',
|
||||
'auth_password_reset_update' => 'reset user password',
|
||||
'mfa_setup_method' => 'configured MFA method',
|
||||
'mfa_setup_method_notification' => 'Vícefaktorová metoda byla úspěšně nakonfigurována',
|
||||
'mfa_remove_method' => 'removed MFA method',
|
||||
'mfa_remove_method_notification' => 'Vícefaktorová metoda byla úspěšně odstraněna',
|
||||
|
||||
// Settings
|
||||
'settings_update' => 'updated settings',
|
||||
'settings_update_notification' => 'Settings successfully updated',
|
||||
'maintenance_action_run' => 'ran maintenance action',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'vytvořil/a webhook',
|
||||
'webhook_create_notification' => 'Webhook byl úspěšně vytvořen',
|
||||
@@ -64,14 +82,34 @@ return [
|
||||
'webhook_delete_notification' => 'Webhook byl úspěšně odstraněn',
|
||||
|
||||
// Users
|
||||
'user_create' => 'created user',
|
||||
'user_create_notification' => 'User successfully created',
|
||||
'user_update' => 'updated user',
|
||||
'user_update_notification' => 'Uživatel byl úspěšně aktualizován',
|
||||
'user_delete' => 'deleted user',
|
||||
'user_delete_notification' => 'Uživatel byl úspěšně odstraněn',
|
||||
|
||||
// API Tokens
|
||||
'api_token_create' => 'created api token',
|
||||
'api_token_create_notification' => 'API token successfully created',
|
||||
'api_token_update' => 'updated api token',
|
||||
'api_token_update_notification' => 'API token successfully updated',
|
||||
'api_token_delete' => 'deleted api token',
|
||||
'api_token_delete_notification' => 'API token successfully deleted',
|
||||
|
||||
// Roles
|
||||
'role_create' => 'created role',
|
||||
'role_create_notification' => 'Role byla úspěšně vytvořena',
|
||||
'role_update' => 'updated role',
|
||||
'role_update_notification' => 'Role byla úspěšně aktualizována',
|
||||
'role_delete' => 'deleted role',
|
||||
'role_delete_notification' => 'Role byla odstraněna',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin_empty' => 'emptied recycle bin',
|
||||
'recycle_bin_restore' => 'restored from recycle bin',
|
||||
'recycle_bin_destroy' => 'removed from recycle bin',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'okomentoval/a',
|
||||
'permissions_update' => 'oprávnění upravena',
|
||||
|
@@ -6,6 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Zrušit',
|
||||
'close' => 'Close',
|
||||
'confirm' => 'Potvrdit',
|
||||
'back' => 'Zpět',
|
||||
'save' => 'Uložit',
|
||||
|
@@ -6,6 +6,8 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Výběr obrázku',
|
||||
'image_list' => 'Image List',
|
||||
'image_details' => 'Image Details',
|
||||
'image_upload' => 'Upload Image',
|
||||
'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
|
||||
'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
|
||||
@@ -15,6 +17,9 @@ return [
|
||||
'image_page_title' => 'Zobrazit obrázky nahrané na tuto stránku',
|
||||
'image_search_hint' => 'Hledat podle názvu obrázku',
|
||||
'image_uploaded' => 'Nahráno :uploadedDate',
|
||||
'image_uploaded_by' => 'Uploaded by :userName',
|
||||
'image_uploaded_to' => 'Uploaded to :pageLink',
|
||||
'image_updated' => 'Updated :updateDate',
|
||||
'image_load_more' => 'Načíst další',
|
||||
'image_image_name' => 'Název obrázku',
|
||||
'image_delete_used' => 'Tento obrázek je použit na níže uvedených stránkách.',
|
||||
@@ -27,6 +32,8 @@ return [
|
||||
'image_upload_success' => 'Obrázek byl nahrán',
|
||||
'image_update_success' => 'Podrobnosti o obrázku byly aktualizovány',
|
||||
'image_delete_success' => 'Obrázek byl odstraněn',
|
||||
'image_replace' => 'Replace Image',
|
||||
'image_replace_success' => 'Image file successfully updated',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Upravit kód',
|
||||
|
@@ -180,7 +180,6 @@ return [
|
||||
'chapters_save' => 'Uložit kapitolu',
|
||||
'chapters_move' => 'Přesunout kapitolu',
|
||||
'chapters_move_named' => 'Přesunout kapitolu :chapterName',
|
||||
'chapter_move_success' => 'Kapitola přesunuta do knihy :bookName',
|
||||
'chapters_copy' => 'Kopírovat kapitolu',
|
||||
'chapters_copy_success' => 'Kapitola byla úspěšně zkopírována',
|
||||
'chapters_permissions' => 'Oprávnění kapitoly',
|
||||
@@ -214,6 +213,7 @@ return [
|
||||
'pages_editing_page' => 'Úpravy stránky',
|
||||
'pages_edit_draft_save_at' => 'Koncept uložen v ',
|
||||
'pages_edit_delete_draft' => 'Odstranit koncept',
|
||||
'pages_edit_delete_draft_confirm' => 'Are you sure you want to delete your draft page changes? All of your changes, since the last full save, will be lost and the editor will be updated with the latest page non-draft save state.',
|
||||
'pages_edit_discard_draft' => 'Zahodit koncept',
|
||||
'pages_edit_switch_to_markdown' => 'Přepnout na Markdown Editor',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Vytvořený obsah)',
|
||||
@@ -240,7 +240,6 @@ return [
|
||||
'pages_md_sync_scroll' => 'Synchronizovat náhled',
|
||||
'pages_not_in_chapter' => 'Stránka není v kapitole',
|
||||
'pages_move' => 'Přesunout stránku',
|
||||
'pages_move_success' => 'Stránka přesunuta do ":parentName"',
|
||||
'pages_copy' => 'Kopírovat stránku',
|
||||
'pages_copy_desination' => 'Cíl kopírování',
|
||||
'pages_copy_success' => 'Stránka byla zkopírována',
|
||||
@@ -266,7 +265,13 @@ return [
|
||||
'pages_revisions_restore' => 'Obnovit',
|
||||
'pages_revisions_none' => 'Tato stránka nemá žádné revize',
|
||||
'pages_copy_link' => 'Kopírovat odkaz',
|
||||
'pages_edit_content_link' => 'Upravit obsah',
|
||||
'pages_edit_content_link' => 'Jump to section in editor',
|
||||
'pages_pointer_enter_mode' => 'Enter section select mode',
|
||||
'pages_pointer_label' => 'Page Section Options',
|
||||
'pages_pointer_permalink' => 'Page Section Permalink',
|
||||
'pages_pointer_include_tag' => 'Page Section Include Tag',
|
||||
'pages_pointer_toggle_link' => 'Permalink mode, Press to show include tag',
|
||||
'pages_pointer_toggle_include' => 'Include tag mode, Press to show permalink',
|
||||
'pages_permissions_active' => 'Oprávnění stránky byla aktivována',
|
||||
'pages_initial_revision' => 'První vydání',
|
||||
'pages_references_update_revision' => 'Automatická aktualizace interních odkazů',
|
||||
@@ -281,7 +286,8 @@ return [
|
||||
'time_b' => 'v posledních minutách (:minCount min.)',
|
||||
'message' => ':start :time. Dávejte pozor abyste nepřepsali změny ostatním!',
|
||||
],
|
||||
'pages_draft_discarded' => 'Koncept zahozen. Editor nyní obsahuje aktuální verzi stránky.',
|
||||
'pages_draft_discarded' => 'Draft discarded! The editor has been updated with the current page content',
|
||||
'pages_draft_deleted' => 'Draft deleted! The editor has been updated with the current page content',
|
||||
'pages_specific' => 'Konkrétní stránka',
|
||||
'pages_is_template' => 'Šablona stránky',
|
||||
|
||||
@@ -356,21 +362,20 @@ return [
|
||||
'comment_placeholder' => 'Zde zadejte komentář',
|
||||
'comment_count' => '{0} Bez komentářů|{1} 1 komentář|[2,4] :count komentáře|[5,*] :count komentářů',
|
||||
'comment_save' => 'Uložit komentář',
|
||||
'comment_saving' => 'Ukládání komentáře...',
|
||||
'comment_deleting' => 'Mazání komentáře...',
|
||||
'comment_new' => 'Nový komentář',
|
||||
'comment_created' => 'komentováno :createDiff',
|
||||
'comment_updated' => 'Aktualizováno :updateDiff uživatelem :username',
|
||||
'comment_updated_indicator' => 'Updated',
|
||||
'comment_deleted_success' => 'Komentář odstraněn',
|
||||
'comment_created_success' => 'Komentář přidán',
|
||||
'comment_updated_success' => 'Komentář aktualizován',
|
||||
'comment_delete_confirm' => 'Opravdu chcete odstranit tento komentář?',
|
||||
'comment_in_reply_to' => 'Odpověď na :commentId',
|
||||
'comment_editor_explain' => 'Here are the comments that have been left on this page. Comments can be added & managed when viewing the saved page.',
|
||||
|
||||
// Revision
|
||||
'revision_delete_confirm' => 'Opravdu chcete odstranit tuto revizi?',
|
||||
'revision_restore_confirm' => 'Jste si jisti, že chcete obnovit tuto revizi? Aktuální obsah stránky bude nahrazen.',
|
||||
'revision_delete_success' => 'Revize odstraněna',
|
||||
'revision_cannot_delete_latest' => 'Nelze odstranit poslední revizi.',
|
||||
|
||||
// Copy view
|
||||
|
@@ -49,6 +49,7 @@ return [
|
||||
// Drawing & Images
|
||||
'image_upload_error' => 'Nastala chyba během nahrávání souboru',
|
||||
'image_upload_type_error' => 'Typ nahrávaného obrázku je neplatný.',
|
||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
||||
'drawing_data_not_found' => 'Data výkresu nelze načíst. Výkresový soubor již nemusí existovat nebo nemusí mít oprávnění k němu přistupovat.',
|
||||
|
||||
// Attachments
|
||||
@@ -57,6 +58,7 @@ return [
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'Nepovedlo se uložit koncept. Než stránku uložíte, ujistěte se, že jste připojeni k internetu.',
|
||||
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
|
||||
'page_custom_home_deletion' => 'Nelze odstranit tuto stránku, protože je nastavena jako uvítací stránka',
|
||||
|
||||
// Entities
|
||||
|
@@ -9,7 +9,6 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'Nastavení',
|
||||
'settings_save' => 'Uložit nastavení',
|
||||
'settings_save_success' => 'Nastavení uloženo',
|
||||
'system_version' => 'Verze systému: ',
|
||||
'categories' => 'Kategorie',
|
||||
|
||||
@@ -232,8 +231,6 @@ return [
|
||||
'user_api_token_expiry' => 'Platný do',
|
||||
'user_api_token_expiry_desc' => 'Zadejte datum, kdy platnost tokenu vyprší. Po tomto datu nebudou požadavky, které používají tento token, fungovat. Pokud ponecháte pole prázdné, bude tokenu nastavena platnost na dalších 100 let.',
|
||||
'user_api_token_create_secret_message' => 'Ihned po vytvoření tokenu Vám bude vygenerován a zobrazen "Token ID" a "Token Secret". Upozorňujeme, že "Token Secret" bude možné zobrazit pouze jednou, ujistěte se, že si jej poznamenáte a uložíte na bezpečné místo před tím, než budete pokračovat dále.',
|
||||
'user_api_token_create_success' => 'API Token byl vytvořen',
|
||||
'user_api_token_update_success' => 'API Token byl aktualizován',
|
||||
'user_api_token' => 'API Token',
|
||||
'user_api_token_id' => 'Token ID',
|
||||
'user_api_token_id_desc' => 'Toto je neupravitelný systémový identifikátor generovaný pro tento Token, který musí být uveden v API requestu.',
|
||||
@@ -244,7 +241,6 @@ return [
|
||||
'user_api_token_delete' => 'Odstranit Token',
|
||||
'user_api_token_delete_warning' => 'Tímto plně odstraníte tento API Token s názvem \':tokenName\' ze systému.',
|
||||
'user_api_token_delete_confirm' => 'Opravdu chcete odstranit tento API Token?',
|
||||
'user_api_token_delete_success' => 'API Token byl odstraněn',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooky',
|
||||
|
Reference in New Issue
Block a user