BookStack/resources/lang/cs/common.php
Dan Brown 0d43b50f9d
New Crowdin updates (#2262)
* New translations entities.php (Russian)

* New translations settings.php (Russian)

* New translations entities.php (Chinese Simplified)

* New translations settings.php (Chinese Simplified)

* New translations settings.php (Chinese Simplified)

* New translations entities.php (Czech)

* New translations common.php (Czech)

* New translations components.php (Czech)

* New translations settings.php (Czech)

* New translations errors.php (Czech)

* New translations settings.php (Czech)

* New translations settings.php (Czech)

* New translations settings.php (Czech)

* New translations settings.php (German)

* New translations settings.php (German)

* New translations entities.php (German)

* New translations validation.php (Czech)

* New translations entities.php (Spanish, Argentina)

* New translations entities.php (German Informal)

* New translations settings.php (German Informal)

* New translations auth.php (Czech)
2020-09-26 17:46:32 +01:00

81 lines
2.4 KiB
PHP

<?php
/**
* Common elements found throughout many areas of BookStack.
*/
return [
// Buttons
'cancel' => 'Zrušit',
'confirm' => 'Potvrdit',
'back' => 'Zpět',
'save' => 'Uložit',
'continue' => 'Pokračovat',
'select' => 'Vybrat',
'toggle_all' => 'Přepnout vše',
'more' => 'Více',
// Form Labels
'name' => 'Název',
'description' => 'Popis',
'role' => 'Role',
'cover_image' => 'Obrázek obálky',
'cover_image_description' => 'Obrázek by měl být přibližně 440×250px.',
// Actions
'actions' => 'Akce',
'view' => 'Zobrazit',
'view_all' => 'Zobrazit vše',
'create' => 'Vytvořit',
'update' => 'Aktualizovat',
'edit' => 'Upravit',
'sort' => 'Seřadit',
'move' => 'Přesunout',
'copy' => 'Kopírovat',
'reply' => 'Odpovědět',
'delete' => 'Odstranit',
'delete_confirm' => 'Potvrdit odstranění',
'search' => 'Hledat',
'search_clear' => 'Vymazat hledání',
'reset' => 'Obnovit',
'remove' => 'Odebrat',
'add' => 'Přidat',
'fullscreen' => 'Celá obrazovka',
// Sort Options
'sort_options' => 'Možnosti řazení',
'sort_direction_toggle' => 'Přepínač směru řazení',
'sort_ascending' => 'Řadit vzestupně',
'sort_descending' => 'Řadit sestupně',
'sort_name' => 'Název',
'sort_created_at' => 'Datum vytvoření',
'sort_updated_at' => 'Datum aktualizace',
// Misc
'deleted_user' => 'Odstraněný uživatel',
'no_activity' => 'Žádná aktivita k zobrazení',
'no_items' => 'Žádné položky k dispozici',
'back_to_top' => 'Zpět na začátek',
'toggle_details' => 'Přepnout podrobnosti',
'toggle_thumbnails' => 'Přepnout náhledy',
'details' => 'Podrobnosti',
'grid_view' => 'Zobrazení mřížky',
'list_view' => 'Zobrazení seznamu',
'default' => 'Výchozí',
'breadcrumb' => 'Drobečková navigace',
// Header
'profile_menu' => 'Nabídka profilu',
'view_profile' => 'Zobrazit profil',
'edit_profile' => 'Upravit profil',
'dark_mode' => 'Tmavý režim',
'light_mode' => 'Světelný režim',
// Layout tabs
'tab_info' => 'Informace',
'tab_content' => 'Obsah',
// Email Content
'email_action_help' => 'Pokud se vám nedaří kliknout na tlačítko „:actionText“, zkopírujte a vložte níže uvedenou URL do vašeho webového prohlížeče:',
'email_rights' => 'Všechna práva vyhrazena',
];