BookStack/resources/lang/cs/common.php
Martin Šimek b3a4d8af2a Czech translation
+ Czech language (cs)
+ settings.php in english populated by new option
Note: validation php taken from  lavarel official translation (https://github.com/caouecs/Laravel-lang/blob/master/src/cs/validation.php)
2019-03-19 22:45:14 +01:00

59 lines
1.7 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',
'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',
'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',
// 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í',
// Header
'view_profile' => 'Ukázat profil',
'edit_profile' => 'Upravit profil',
// 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',
];