mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
0d43b50f9d
* 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)
35 lines
1.4 KiB
PHP
35 lines
1.4 KiB
PHP
<?php
|
|
/**
|
|
* Text used in custom JavaScript driven components.
|
|
*/
|
|
return [
|
|
|
|
// Image Manager
|
|
'image_select' => 'Výběr obrázku',
|
|
'image_all' => 'Vše',
|
|
'image_all_title' => 'Zobrazit všechny obrázky',
|
|
'image_book_title' => 'Zobrazit obrázky nahrané do této knihy',
|
|
'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_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.',
|
|
'image_delete_confirm_text' => 'Opravdu chcete odstranit tento obrázek?',
|
|
'image_select_image' => 'Vyberte obrázek',
|
|
'image_dropzone' => 'Přetáhněte obrázky nebo klikněte sem pro nahrání',
|
|
'images_deleted' => 'Obrázky odstraněny',
|
|
'image_preview' => 'Náhled obrázku',
|
|
'image_upload_success' => 'Obrázek byl úspěšně nahrán',
|
|
'image_update_success' => 'Podrobnosti o obrázku byly úspěšně aktualizovány',
|
|
'image_delete_success' => 'Obrázek byl úspěšně odstraněn',
|
|
'image_upload_remove' => 'Odebrat',
|
|
|
|
// Code Editor
|
|
'code_editor' => 'Upravit kód',
|
|
'code_language' => 'Jazyk kódu',
|
|
'code_content' => 'Obsah kódu',
|
|
'code_session_history' => 'Historie relace',
|
|
'code_save' => 'Uložit kód',
|
|
];
|