BookStack/resources/lang/cs/common.php
2019-12-27 16:39:20 +00:00

78 lines
2.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Common elements found throughout many areas of BookStack.
*/
return [
// Buttons
'cancel' => 'Storno',
'confirm' => 'Potvrdit',
'back' => 'Zpět',
'save' => 'Uložit',
'continue' => 'Pokračovat',
'select' => 'Zvolit',
'toggle_all' => 'Toggle All',
'more' => 'Více',
// Form Labels
'name' => 'Jméno',
'description' => 'Popis',
'role' => 'Role',
'cover_image' => 'Obrázek na přebal',
'cover_image_description' => 'Obrázek by měl být asi 440 × 250px.',
// Actions
'actions' => 'Akce',
'view' => 'Pohled',
'view_all' => 'View All',
'create' => 'Vytvořit',
'update' => 'Aktualizovat',
'edit' => 'Upravit',
'sort' => 'Řadit',
'move' => 'Přesunout',
'copy' => 'Kopírovat',
'reply' => 'Odpovědět',
'delete' => 'Smazat',
'search' => 'Hledat',
'search_clear' => 'Vyčistit hledání',
'reset' => 'Reset',
'remove' => 'Odstranit',
'add' => 'Přidat',
'fullscreen' => 'Fullscreen',
// Sort Options
'sort_options' => 'Sort Options',
'sort_direction_toggle' => 'Sort Direction Toggle',
'sort_ascending' => 'Sort Ascending',
'sort_descending' => 'Sort Descending',
'sort_name' => 'Name',
'sort_created_at' => 'Created Date',
'sort_updated_at' => 'Updated Date',
// Misc
'deleted_user' => 'Smazaný uživatel',
'no_activity' => 'Žádná aktivita k zobrazení',
'no_items' => 'Žádné položky nejsou k mání',
'back_to_top' => 'Zpět na začátek',
'toggle_details' => 'Ukázat detaily',
'toggle_thumbnails' => 'Ukázat náhledy',
'details' => 'Detaily',
'grid_view' => 'Zobrazit dlaždice',
'list_view' => 'Zobrazit seznam',
'default' => 'Výchozí',
'breadcrumb' => 'Breadcrumb',
// Header
'profile_menu' => 'Profile Menu',
'view_profile' => 'Ukázat profil',
'edit_profile' => 'Upravit profil',
// Layout tabs
'tab_info' => 'Info',
'tab_content' => 'Content',
// Email Content
'email_action_help' => 'Pokud se vám nedaří kliknout na tlačítko ":actionText", zkopírujte odkaz níže přímo do webového prohlížeče:',
'email_rights' => 'Všechna práva vyhrazena',
];