mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
78 lines
2.2 KiB
PHP
78 lines
2.2 KiB
PHP
<?php
|
|
/**
|
|
* Common elements found throughout many areas of BookStack.
|
|
*/
|
|
return [
|
|
|
|
// Buttons
|
|
'cancel' => 'Zrušiť',
|
|
'confirm' => 'Potvrdiť',
|
|
'back' => 'Späť',
|
|
'save' => 'Uložiť',
|
|
'continue' => 'Pokračovať',
|
|
'select' => 'Vybrať',
|
|
'toggle_all' => 'Toggle All',
|
|
'more' => 'More',
|
|
|
|
// Form Labels
|
|
'name' => 'Meno',
|
|
'description' => 'Popis',
|
|
'role' => 'Rola',
|
|
'cover_image' => 'Obal knihy',
|
|
'cover_image_description' => 'Tento obrázok by mal byť približne 300 x 170 pixelov.',
|
|
|
|
// Actions
|
|
'actions' => 'Akcie',
|
|
'view' => 'Zobraziť',
|
|
'view_all' => 'View All',
|
|
'create' => 'Vytvoriť',
|
|
'update' => 'Aktualizovať',
|
|
'edit' => 'Editovať',
|
|
'sort' => 'Zoradiť',
|
|
'move' => 'Presunúť',
|
|
'copy' => 'Copy',
|
|
'reply' => 'Reply',
|
|
'delete' => 'Zmazať',
|
|
'search' => 'Hľadť',
|
|
'search_clear' => 'Vyčistiť hľadanie',
|
|
'reset' => 'Reset',
|
|
'remove' => 'Odstrániť',
|
|
'add' => 'Add',
|
|
'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' => 'Odstránený používateľ',
|
|
'no_activity' => 'Žiadna aktivita na zobrazenie',
|
|
'no_items' => 'Žiadne položky nie sú dostupné',
|
|
'back_to_top' => 'Späť nahor',
|
|
'toggle_details' => 'Prepnúť detaily',
|
|
'toggle_thumbnails' => 'Prepnúť náhľady',
|
|
'details' => 'Details',
|
|
'grid_view' => 'Grid View',
|
|
'list_view' => 'List View',
|
|
'default' => 'Default',
|
|
'breadcrumb' => 'Breadcrumb',
|
|
|
|
// Header
|
|
'profile_menu' => 'Profile Menu',
|
|
'view_profile' => 'Zobraziť profil',
|
|
'edit_profile' => 'Upraviť profil',
|
|
|
|
// Layout tabs
|
|
'tab_info' => 'Info',
|
|
'tab_content' => 'Content',
|
|
|
|
// Email Content
|
|
'email_action_help' => 'Ak máte problém klinkúť na tlačidlo ":actionText", skopírujte a vložte URL uvedenú nižšie do Vášho prehliadača:',
|
|
'email_rights' => 'Všetky práva vyhradené',
|
|
];
|