mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-30 12:38:12 +08:00
Initial Crowdin Translation Integration Merge (#1731)
* New translations activities.php (French) * New translations entities.php (Turkish) * New translations entities.php (Swedish) * New translations errors.php (Swedish) * New translations pagination.php (Swedish) * New translations passwords.php (Swedish) * New translations settings.php (Swedish) * New translations validation.php (Swedish) * New translations auth.php (Turkish) * New translations common.php (Turkish) * New translations errors.php (Turkish) * New translations common.php (Swedish) * New translations settings.php (Turkish) * New translations validation.php (Turkish) * New translations activities.php (Ukrainian) * New translations auth.php (Ukrainian) * New translations common.php (Ukrainian) * New translations components.php (Ukrainian) * New translations entities.php (Ukrainian) * New translations errors.php (Ukrainian) * New translations components.php (Swedish) * New translations auth.php (Swedish) * New translations passwords.php (Ukrainian) * New translations settings.php (Russian) * New translations settings.php (Polish) * New translations validation.php (Polish) * New translations activities.php (Russian) * New translations auth.php (Russian) * New translations common.php (Russian) * New translations components.php (Russian) * New translations entities.php (Russian) * New translations errors.php (Russian) * New translations passwords.php (Russian) * New translations validation.php (Russian) * New translations activities.php (Swedish) * New translations activities.php (Slovak) * New translations auth.php (Slovak) * New translations common.php (Slovak) * New translations components.php (Slovak) * New translations entities.php (Slovak) * New translations errors.php (Slovak) * New translations pagination.php (Slovak) * New translations passwords.php (Slovak) * New translations settings.php (Slovak) * New translations validation.php (Slovak) * New translations pagination.php (Ukrainian) * New translations settings.php (Ukrainian) * New translations pagination.php (Polish) * New translations passwords.php (Spanish, Argentina) * New translations settings.php (Portuguese, Brazilian) * New translations validation.php (Portuguese, Brazilian) * New translations activities.php (Spanish, Argentina) * New translations auth.php (Spanish, Argentina) * New translations common.php (Spanish, Argentina) * New translations components.php (Spanish, Argentina) * New translations entities.php (Spanish, Argentina) * New translations errors.php (Spanish, Argentina) * New translations pagination.php (Spanish, Argentina) * New translations settings.php (Spanish, Argentina) * New translations errors.php (Portuguese, Brazilian) * New translations validation.php (Spanish, Argentina) * New translations activities.php (German Informal) * New translations auth.php (German Informal) * New translations common.php (German Informal) * New translations components.php (German Informal) * New translations entities.php (German Informal) * New translations errors.php (German Informal) * New translations pagination.php (German Informal) * New translations passwords.php (German Informal) * New translations settings.php (German Informal) * New translations entities.php (Portuguese, Brazilian) * New translations validation.php (Ukrainian) * New translations activities.php (Chinese Traditional) * New translations activities.php (Chinese Simplified) * New translations auth.php (Chinese Simplified) * New translations common.php (Chinese Simplified) * New translations components.php (Chinese Simplified) * New translations entities.php (Chinese Simplified) * New translations errors.php (Chinese Simplified) * New translations pagination.php (Chinese Simplified) * New translations passwords.php (Chinese Simplified) * New translations settings.php (Chinese Simplified) * New translations validation.php (Chinese Simplified) * New translations auth.php (Chinese Traditional) * New translations components.php (Portuguese, Brazilian) * New translations common.php (Chinese Traditional) * New translations components.php (Chinese Traditional) * New translations entities.php (Chinese Traditional) * New translations errors.php (Chinese Traditional) * New translations pagination.php (Chinese Traditional) * New translations passwords.php (Chinese Traditional) * New translations settings.php (Chinese Traditional) * New translations validation.php (Chinese Traditional) * New translations activities.php (Portuguese, Brazilian) * New translations auth.php (Portuguese, Brazilian) * New translations common.php (Portuguese, Brazilian) * New translations passwords.php (Polish) * New translations errors.php (Polish) * New translations auth.php (French) * New translations validation.php (Czech) * New translations validation.php (Arabic) * New translations auth.php (Czech) * New translations common.php (Czech) * New translations entities.php (Czech) * New translations errors.php (Czech) * New translations pagination.php (Czech) * New translations settings.php (Czech) * New translations activities.php (German) * New translations passwords.php (Arabic) * New translations auth.php (German) * New translations common.php (German) * New translations components.php (German) * New translations entities.php (German) * New translations errors.php (German) * New translations pagination.php (German) * New translations passwords.php (German) * New translations settings.php (German) * New translations validation.php (German) * New translations settings.php (Arabic) * New translations pagination.php (Arabic) * New translations common.php (Hungarian) * New translations common.php (Spanish) * New translations common.php (French) * New translations components.php (French) * New translations entities.php (French) * New translations errors.php (French) * New translations pagination.php (French) * New translations passwords.php (French) * New translations settings.php (French) * New translations validation.php (French) * New translations errors.php (Arabic) * New translations settings.php (Spanish) * New translations validation.php (Spanish) * New translations activities.php (Arabic) * New translations auth.php (Arabic) * New translations common.php (Arabic) * New translations components.php (Arabic) * New translations entities.php (Arabic) * New translations auth.php (Hungarian) * New translations entities.php (Polish) * New translations common.php (Dutch) * New translations common.php (Korean) * New translations components.php (Korean) * New translations entities.php (Korean) * New translations errors.php (Korean) * New translations pagination.php (Korean) * New translations passwords.php (Korean) * New translations settings.php (Korean) * New translations validation.php (Korean) * New translations activities.php (Dutch) * New translations auth.php (Dutch) * New translations components.php (Dutch) * New translations activities.php (Korean) * New translations entities.php (Dutch) * New translations errors.php (Dutch) * New translations pagination.php (Dutch) * New translations passwords.php (Dutch) * New translations settings.php (Dutch) * New translations validation.php (Dutch) * New translations activities.php (Polish) * New translations auth.php (Polish) * New translations common.php (Polish) * New translations components.php (Polish) * New translations auth.php (Korean) * New translations validation.php (Japanese) * New translations entities.php (Hungarian) * New translations errors.php (Italian) * New translations errors.php (Hungarian) * New translations settings.php (Hungarian) * New translations validation.php (Hungarian) * New translations activities.php (Italian) * New translations auth.php (Italian) * New translations common.php (Italian) * New translations components.php (Italian) * New translations entities.php (Italian) * New translations pagination.php (Italian) * New translations settings.php (Japanese) * New translations passwords.php (Italian) * New translations settings.php (Italian) * New translations validation.php (Italian) * New translations activities.php (Japanese) * New translations auth.php (Japanese) * New translations common.php (Japanese) * New translations components.php (Japanese) * New translations entities.php (Japanese) * New translations errors.php (Japanese) * New translations pagination.php (Japanese) * New translations passwords.php (Japanese) * New translations validation.php (German Informal)
This commit is contained in:
@ -1,12 +1,10 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Activity text strings.
|
||||
* Is used for all the text within activity logs & notifications.
|
||||
*/
|
||||
return [
|
||||
|
||||
/**
|
||||
* Activity text strings.
|
||||
* Is used for all the text within activity logs & notifications.
|
||||
*/
|
||||
|
||||
// Pages
|
||||
'page_create' => 'vytvoril stránku',
|
||||
'page_create_notification' => 'Stránka úspešne vytvorená',
|
||||
@ -37,4 +35,14 @@ return [
|
||||
'book_sort' => 'zoradil knihu',
|
||||
'book_sort_notification' => 'Kniha úspešne znovu zoradená',
|
||||
|
||||
// Bookshelves
|
||||
'bookshelf_create' => 'created Bookshelf',
|
||||
'bookshelf_create_notification' => 'Bookshelf Successfully Created',
|
||||
'bookshelf_update' => 'updated bookshelf',
|
||||
'bookshelf_update_notification' => 'Bookshelf Successfully Updated',
|
||||
'bookshelf_delete' => 'deleted bookshelf',
|
||||
'bookshelf_delete_notification' => 'Bookshelf Successfully Deleted',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'commented on',
|
||||
];
|
||||
|
@ -1,21 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* Authentication Language Lines
|
||||
* The following language lines are used during authentication for various
|
||||
* messages that we need to display to the user.
|
||||
*/
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Authentication Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used during authentication for various
|
||||
| messages that we need to display to the user. You are free to modify
|
||||
| these language lines according to your application's requirements.
|
||||
|
|
||||
*/
|
||||
|
||||
'failed' => 'Tieto údaje nesedia s našimi záznamami.',
|
||||
'throttle' => 'Priveľa pokusov o prihlásenie. Skúste znova o :seconds sekúnd.',
|
||||
|
||||
/**
|
||||
* Login & Register
|
||||
*/
|
||||
// Login & Register
|
||||
'sign_up' => 'Registrácia',
|
||||
'log_in' => 'Prihlásenie',
|
||||
'log_in_with' => 'Prihlásiť sa cez :socialDriver',
|
||||
@ -32,6 +26,8 @@ return [
|
||||
'remember_me' => 'Zapamätať si ma',
|
||||
'ldap_email_hint' => 'Zadajte prosím email, ktorý sa má použiť pre tento účet.',
|
||||
'create_account' => 'Vytvoriť účet',
|
||||
'already_have_account' => 'Already have an account?',
|
||||
'dont_have_account' => 'Don\'t have an account?',
|
||||
'social_login' => 'Sociálne prihlásenie',
|
||||
'social_registration' => 'Sociálna registrácia',
|
||||
'social_registration_text' => 'Registrovať sa a prihlásiť sa použitím inej služby.',
|
||||
@ -43,23 +39,18 @@ return [
|
||||
'register_success' => 'Ďakujeme za registráciu! Teraz ste registrovaný a prihlásený.',
|
||||
|
||||
|
||||
/**
|
||||
* Password Reset
|
||||
*/
|
||||
// Password Reset
|
||||
'reset_password' => 'Reset hesla',
|
||||
'reset_password_send_instructions' => 'Zadajte svoj email nižšie a bude Vám odoslaný email s odkazom pre reset hesla.',
|
||||
'reset_password_send_button' => 'Poslať odkaz na reset hesla',
|
||||
'reset_password_sent_success' => 'Odkaz na reset hesla bol poslaný na :email.',
|
||||
'reset_password_success' => 'Vaše heslo bolo úspešne resetované.',
|
||||
|
||||
'email_reset_subject' => 'Reset Vášho :appName hesla',
|
||||
'email_reset_text' => 'Tento email Ste dostali pretože sme dostali požiadavku na reset hesla pre Váš účet.',
|
||||
'email_reset_not_requested' => 'Ak ste nepožiadali o reset hesla, nemusíte nič robiť.',
|
||||
|
||||
|
||||
/**
|
||||
* Email Confirmation
|
||||
*/
|
||||
// Email Confirmation
|
||||
'email_confirm_subject' => 'Potvrdiť email na :appName',
|
||||
'email_confirm_greeting' => 'Ďakujeme za pridanie sa k :appName!',
|
||||
'email_confirm_text' => 'Prosím potvrďte Vašu emailovú adresu kliknutím na tlačidlo nižšie:',
|
||||
@ -73,4 +64,14 @@ return [
|
||||
'email_not_confirmed_click_link' => 'Prosím, kliknite na odkaz v emaili, ktorý bol poslaný krátko po Vašej registrácii.',
|
||||
'email_not_confirmed_resend' => 'Ak nemôžete násť email, môžete znova odoslať overovací email odoslaním doleuvedeného formulára.',
|
||||
'email_not_confirmed_resend_button' => 'Znova odoslať overovací email',
|
||||
];
|
||||
|
||||
// User Invite
|
||||
'user_invite_email_subject' => 'You have been invited to join :appName!',
|
||||
'user_invite_email_greeting' => 'An account has been created for you on :appName.',
|
||||
'user_invite_email_text' => 'Click the button below to set an account password and gain access:',
|
||||
'user_invite_email_action' => 'Set Account Password',
|
||||
'user_invite_page_welcome' => 'Welcome to :appName!',
|
||||
'user_invite_page_text' => 'To finalise your account and gain access you need to set a password which will be used to log-in to :appName on future visits.',
|
||||
'user_invite_page_confirm_button' => 'Confirm Password',
|
||||
'user_invite_success' => 'Password set, you now have access to :appName!'
|
||||
];
|
@ -1,60 +1,76 @@
|
||||
<?php
|
||||
/**
|
||||
* Common elements found throughout many areas of BookStack.
|
||||
*/
|
||||
return [
|
||||
|
||||
/**
|
||||
* Buttons
|
||||
*/
|
||||
// Buttons
|
||||
'cancel' => 'Zrušiť',
|
||||
'confirm' => 'Potvrdiť',
|
||||
'back' => 'Späť',
|
||||
'save' => 'Uložiť',
|
||||
'continue' => 'Pokračovať',
|
||||
'select' => 'Vybrať',
|
||||
'toggle_all' => 'Toggle All',
|
||||
'more' => 'More',
|
||||
|
||||
/**
|
||||
* Form Labels
|
||||
*/
|
||||
// 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
|
||||
'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',
|
||||
|
||||
// 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
|
||||
*/
|
||||
// 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
|
||||
*/
|
||||
// Header
|
||||
'profile_menu' => 'Profile Menu',
|
||||
'view_profile' => 'Zobraziť profil',
|
||||
'edit_profile' => 'Upraviť profil',
|
||||
|
||||
/**
|
||||
* Email Content
|
||||
*/
|
||||
// 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é',
|
||||
];
|
||||
|
@ -1,9 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Text used in custom JavaScript driven components.
|
||||
*/
|
||||
return [
|
||||
|
||||
/**
|
||||
* Image Manager
|
||||
*/
|
||||
// Image Manager
|
||||
'image_select' => 'Vybrať obrázok',
|
||||
'image_all' => 'Všetko',
|
||||
'image_all_title' => 'Zobraziť všetky obrázky',
|
||||
@ -21,5 +22,12 @@ return [
|
||||
'image_preview' => 'Náhľad obrázka',
|
||||
'image_upload_success' => 'Obrázok úspešne nahraný',
|
||||
'image_update_success' => 'Detaily obrázka úspešne aktualizované',
|
||||
'image_delete_success' => 'Obrázok úspešne zmazaný'
|
||||
'image_delete_success' => 'Obrázok úspešne zmazaný',
|
||||
'image_upload_remove' => 'Remove',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Edit Code',
|
||||
'code_language' => 'Code Language',
|
||||
'code_content' => 'Code Content',
|
||||
'code_save' => 'Save Code',
|
||||
];
|
||||
|
@ -1,24 +1,27 @@
|
||||
<?php
|
||||
/**
|
||||
* Text used for 'Entities' (Document Structure Elements) such as
|
||||
* Books, Shelves, Chapters & Pages
|
||||
*/
|
||||
return [
|
||||
|
||||
/**
|
||||
* Shared
|
||||
*/
|
||||
// Shared
|
||||
'recently_created' => 'Nedávno vytvorené',
|
||||
'recently_created_pages' => 'Nedávno vytvorené stránky',
|
||||
'recently_updated_pages' => 'Nedávno aktualizované stránky',
|
||||
'recently_created_chapters' => 'Nedávno vytvorené kapitoly',
|
||||
'recently_created_books' => 'Nedávno vytvorené knihy',
|
||||
'recently_created_shelves' => 'Recently Created Shelves',
|
||||
'recently_update' => 'Nedávno aktualizované',
|
||||
'recently_viewed' => 'Nedávno zobrazené',
|
||||
'recent_activity' => 'Nedávna aktivita',
|
||||
'create_now' => 'Vytvoriť teraz',
|
||||
'revisions' => 'Revízie',
|
||||
'meta_revision' => 'Revision #:revisionCount',
|
||||
'meta_created' => 'Vytvorené :timeLength',
|
||||
'meta_created_name' => 'Vytvorené :timeLength používateľom :user',
|
||||
'meta_updated' => 'Aktualizované :timeLength',
|
||||
'meta_updated_name' => 'Aktualizované :timeLength používateľom :user',
|
||||
'x_pages' => ':count stránok',
|
||||
'entity_select' => 'Entita vybraná',
|
||||
'images' => 'Obrázky',
|
||||
'my_recent_drafts' => 'Moje nedávne koncepty',
|
||||
@ -31,40 +34,80 @@ return [
|
||||
'export_pdf' => 'PDF súbor',
|
||||
'export_text' => 'Súbor s čistým textom',
|
||||
|
||||
/**
|
||||
* Permissions and restrictions
|
||||
*/
|
||||
// Permissions and restrictions
|
||||
'permissions' => 'Oprávnenia',
|
||||
'permissions_intro' => 'Ak budú tieto oprávnenia povolené, budú mať prioritu pred oprávneniami roly.',
|
||||
'permissions_enable' => 'Povoliť vlastné oprávnenia',
|
||||
'permissions_save' => 'Uložiť oprávnenia',
|
||||
|
||||
/**
|
||||
* Search
|
||||
*/
|
||||
// Search
|
||||
'search_results' => 'Výsledky hľadania',
|
||||
'search_results_page' => 'Výsledky hľadania stránky',
|
||||
'search_results_chapter' => 'Výsledky hľadania kapitoly',
|
||||
'search_results_book' => 'Výsledky hľadania knihy',
|
||||
'search_total_results_found' => ':count result found|:count total results found',
|
||||
'search_clear' => 'Vyčistiť hľadanie',
|
||||
'search_view_pages' => 'Zobraziť všetky vyhovujúce stránky',
|
||||
'search_view_chapters' => 'Zobraziť všetky vyhovujúce kapitoly',
|
||||
'search_view_books' => 'Zobraziť všetky vyhovujúce knihy',
|
||||
'search_no_pages' => 'Žiadne stránky nevyhovujú tomuto hľadaniu',
|
||||
'search_for_term' => 'Hľadať :term',
|
||||
'search_page_for_term' => 'Hľadať :term medzi stránkami',
|
||||
'search_chapter_for_term' => 'Hľadať :term medzi kapitolami',
|
||||
'search_book_for_term' => 'Hľadať :term medzi knihami',
|
||||
'search_more' => 'More Results',
|
||||
'search_filters' => 'Search Filters',
|
||||
'search_content_type' => 'Content Type',
|
||||
'search_exact_matches' => 'Exact Matches',
|
||||
'search_tags' => 'Tag Searches',
|
||||
'search_options' => 'Options',
|
||||
'search_viewed_by_me' => 'Viewed by me',
|
||||
'search_not_viewed_by_me' => 'Not viewed by me',
|
||||
'search_permissions_set' => 'Permissions set',
|
||||
'search_created_by_me' => 'Created by me',
|
||||
'search_updated_by_me' => 'Updated by me',
|
||||
'search_date_options' => 'Date Options',
|
||||
'search_updated_before' => 'Updated before',
|
||||
'search_updated_after' => 'Updated after',
|
||||
'search_created_before' => 'Created before',
|
||||
'search_created_after' => 'Created after',
|
||||
'search_set_date' => 'Set Date',
|
||||
'search_update' => 'Update Search',
|
||||
|
||||
/**
|
||||
* Books
|
||||
*/
|
||||
// Shelves
|
||||
'shelf' => 'Shelf',
|
||||
'shelves' => 'Shelves',
|
||||
'x_shelves' => ':count Shelf|:count Shelves',
|
||||
'shelves_long' => 'Bookshelves',
|
||||
'shelves_empty' => 'No shelves have been created',
|
||||
'shelves_create' => 'Create New Shelf',
|
||||
'shelves_popular' => 'Popular Shelves',
|
||||
'shelves_new' => 'New Shelves',
|
||||
'shelves_new_action' => 'New Shelf',
|
||||
'shelves_popular_empty' => 'The most popular shelves will appear here.',
|
||||
'shelves_new_empty' => 'The most recently created shelves will appear here.',
|
||||
'shelves_save' => 'Save Shelf',
|
||||
'shelves_books' => 'Books on this shelf',
|
||||
'shelves_add_books' => 'Add books to this shelf',
|
||||
'shelves_drag_books' => 'Drag books here to add them to this shelf',
|
||||
'shelves_empty_contents' => 'This shelf has no books assigned to it',
|
||||
'shelves_edit_and_assign' => 'Edit shelf to assign books',
|
||||
'shelves_edit_named' => 'Edit Bookshelf :name',
|
||||
'shelves_edit' => 'Edit Bookshelf',
|
||||
'shelves_delete' => 'Delete Bookshelf',
|
||||
'shelves_delete_named' => 'Delete Bookshelf :name',
|
||||
'shelves_delete_explain' => "This will delete the bookshelf with the name ':name'. Contained books will not be deleted.",
|
||||
'shelves_delete_confirmation' => 'Are you sure you want to delete this bookshelf?',
|
||||
'shelves_permissions' => 'Bookshelf Permissions',
|
||||
'shelves_permissions_updated' => 'Bookshelf Permissions Updated',
|
||||
'shelves_permissions_active' => 'Bookshelf Permissions Active',
|
||||
'shelves_copy_permissions_to_books' => 'Copy Permissions to Books',
|
||||
'shelves_copy_permissions' => 'Copy Permissions',
|
||||
'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this bookshelf to all books contained within. Before activating, ensure any changes to the permissions of this bookshelf have been saved.',
|
||||
'shelves_copy_permission_success' => 'Bookshelf permissions copied to :count books',
|
||||
|
||||
// Books
|
||||
'book' => 'Kniha',
|
||||
'books' => 'Knihy',
|
||||
'x_books' => ':count Book|:count Books',
|
||||
'books_empty' => 'Žiadne knihy neboli vytvorené',
|
||||
'books_popular' => 'Populárne knihy',
|
||||
'books_recent' => 'Nedávne knihy',
|
||||
'books_new' => 'New Books',
|
||||
'books_new_action' => 'New Book',
|
||||
'books_popular_empty' => 'Najpopulárnejšie knihy sa objavia tu.',
|
||||
'books_new_empty' => 'The most recently created books will appear here.',
|
||||
'books_create' => 'Vytvoriť novú knihu',
|
||||
'books_delete' => 'Zmazať knihu',
|
||||
'books_delete_named' => 'Zmazať knihu :bookName',
|
||||
@ -78,7 +121,6 @@ return [
|
||||
'books_permissions_updated' => 'Oprávnenia knihy aktualizované',
|
||||
'books_empty_contents' => 'Pre túto knihu neboli vytvorené žiadne stránky alebo kapitoly.',
|
||||
'books_empty_create_page' => 'Vytvoriť novú stránku',
|
||||
'books_empty_or' => 'alebo',
|
||||
'books_empty_sort_current_book' => 'Zoradiť aktuálnu knihu',
|
||||
'books_empty_add_chapter' => 'Pridať kapitolu',
|
||||
'books_permissions_active' => 'Oprávnenia knihy aktívne',
|
||||
@ -86,14 +128,18 @@ return [
|
||||
'books_navigation' => 'Navigácia knihy',
|
||||
'books_sort' => 'Zoradiť obsah knihy',
|
||||
'books_sort_named' => 'Zoradiť knihu :bookName',
|
||||
'books_sort_name' => 'Sort by Name',
|
||||
'books_sort_created' => 'Sort by Created Date',
|
||||
'books_sort_updated' => 'Sort by Updated Date',
|
||||
'books_sort_chapters_first' => 'Chapters First',
|
||||
'books_sort_chapters_last' => 'Chapters Last',
|
||||
'books_sort_show_other' => 'Zobraziť ostatné knihy',
|
||||
'books_sort_save' => 'Uložiť nové zoradenie',
|
||||
|
||||
/**
|
||||
* Chapters
|
||||
*/
|
||||
// Chapters
|
||||
'chapter' => 'Kapitola',
|
||||
'chapters' => 'Kapitoly',
|
||||
'x_chapters' => ':count Chapter|:count Chapters',
|
||||
'chapters_popular' => 'Populárne kapitoly',
|
||||
'chapters_new' => 'Nová kapitola',
|
||||
'chapters_create' => 'Vytvoriť novú kapitolu',
|
||||
@ -112,12 +158,12 @@ return [
|
||||
'chapters_empty' => 'V tejto kapitole nie sú teraz žiadne stránky.',
|
||||
'chapters_permissions_active' => 'Oprávnenia kapitoly aktívne',
|
||||
'chapters_permissions_success' => 'Oprávnenia kapitoly aktualizované',
|
||||
'chapters_search_this' => 'Search this chapter',
|
||||
|
||||
/**
|
||||
* Pages
|
||||
*/
|
||||
// Pages
|
||||
'page' => 'Stránka',
|
||||
'pages' => 'Stránky',
|
||||
'x_pages' => ':count stránok',
|
||||
'pages_popular' => 'Populárne stránky',
|
||||
'pages_new' => 'Nová stránka',
|
||||
'pages_attachments' => 'Prílohy',
|
||||
@ -131,7 +177,7 @@ return [
|
||||
'pages_delete_confirm' => 'Ste si istý, že chcete zmazať túto stránku?',
|
||||
'pages_delete_draft_confirm' => 'Ste si istý, že chcete zmazať tento koncept stránky?',
|
||||
'pages_editing_named' => 'Upraviť stránku :pageName',
|
||||
'pages_edit_toggle_header' => 'Prepnúť hlavičku',
|
||||
'pages_edit_draft_options' => 'Draft Options',
|
||||
'pages_edit_save_draft' => 'Uložiť koncept',
|
||||
'pages_edit_draft' => 'Upraviť koncept stránky',
|
||||
'pages_editing_draft' => 'Upravuje sa koncept',
|
||||
@ -149,16 +195,24 @@ return [
|
||||
'pages_md_preview' => 'Náhľad',
|
||||
'pages_md_insert_image' => 'Vložiť obrázok',
|
||||
'pages_md_insert_link' => 'Vložiť odkaz na entitu',
|
||||
'pages_md_insert_drawing' => 'Insert Drawing',
|
||||
'pages_not_in_chapter' => 'Stránka nie je v kapitole',
|
||||
'pages_move' => 'Presunúť stránku',
|
||||
'pages_move_success' => 'Stránka presunutá do ":parentName"',
|
||||
'pages_copy' => 'Copy Page',
|
||||
'pages_copy_desination' => 'Copy Destination',
|
||||
'pages_copy_success' => 'Page successfully copied',
|
||||
'pages_permissions' => 'Oprávnenia stránky',
|
||||
'pages_permissions_success' => 'Oprávnenia stránky aktualizované',
|
||||
'pages_revision' => 'Revision',
|
||||
'pages_revisions' => 'Revízie stránky',
|
||||
'pages_revisions_named' => 'Revízie stránky :pageName',
|
||||
'pages_revision_named' => 'Revízia stránky :pageName',
|
||||
'pages_revisions_created_by' => 'Vytvoril',
|
||||
'pages_revisions_date' => 'Dátum revízie',
|
||||
'pages_revisions_number' => '#',
|
||||
'pages_revisions_numbered' => 'Revision #:id',
|
||||
'pages_revisions_numbered_changes' => 'Revision #:id Changes',
|
||||
'pages_revisions_changelog' => 'Záznam zmien',
|
||||
'pages_revisions_changes' => 'Zmeny',
|
||||
'pages_revisions_current' => 'Aktuálna verzia',
|
||||
@ -180,16 +234,21 @@ return [
|
||||
'message' => ':start :time. Dávajte pozor aby ste si navzájom neprepísali zmeny!',
|
||||
],
|
||||
'pages_draft_discarded' => 'Koncept ostránený, aktuálny obsah stránky bol nahraný do editora',
|
||||
'pages_specific' => 'Specific Page',
|
||||
'pages_is_template' => 'Page Template',
|
||||
|
||||
/**
|
||||
* Editor sidebar
|
||||
*/
|
||||
// Editor Sidebar
|
||||
'page_tags' => 'Štítky stránok',
|
||||
'chapter_tags' => 'Chapter Tags',
|
||||
'book_tags' => 'Book Tags',
|
||||
'shelf_tags' => 'Shelf Tags',
|
||||
'tag' => 'Štítok',
|
||||
'tags' => 'Štítky',
|
||||
'tag_name' => 'Tag Name',
|
||||
'tag_value' => 'Hodnota štítku (Voliteľné)',
|
||||
'tags_explain' => "Pridajte pár štítkov pre uľahčenie kategorizácie Vášho obsahu. \n Štítku môžete priradiť hodnotu pre ešte lepšiu organizáciu.",
|
||||
'tags_add' => 'Pridať ďalší štítok',
|
||||
'tags_remove' => 'Remove this tag',
|
||||
'attachments' => 'Prílohy',
|
||||
'attachments_explain' => 'Nahrajte nejaké súbory alebo priložte zopár odkazov pre zobrazenie na Vašej stránke. Budú viditeľné v bočnom paneli.',
|
||||
'attachments_explain_instant_save' => 'Zmeny budú okamžite uložené.',
|
||||
@ -215,28 +274,42 @@ return [
|
||||
'attachments_file_uploaded' => 'Súbor úspešne nahraný',
|
||||
'attachments_file_updated' => 'Súbor úspešne aktualizovaný',
|
||||
'attachments_link_attached' => 'Odkaz úspešne pripojený k stránke',
|
||||
'templates' => 'Templates',
|
||||
'templates_set_as_template' => 'Page is a template',
|
||||
'templates_explain_set_as_template' => 'You can set this page as a template so its contents be utilized when creating other pages. Other users will be able to use this template if they have view permissions for this page.',
|
||||
'templates_replace_content' => 'Replace page content',
|
||||
'templates_append_content' => 'Append to page content',
|
||||
'templates_prepend_content' => 'Prepend to page content',
|
||||
|
||||
/**
|
||||
* Profile View
|
||||
*/
|
||||
// Profile View
|
||||
'profile_user_for_x' => 'Používateľ už :time',
|
||||
'profile_created_content' => 'Vytvorený obsah',
|
||||
'profile_not_created_pages' => ':userName nevytvoril žiadne stránky',
|
||||
'profile_not_created_chapters' => ':userName nevytvoril žiadne kapitoly',
|
||||
'profile_not_created_books' => ':userName nevytvoril žiadne knihy',
|
||||
'profile_not_created_shelves' => ':userName has not created any shelves',
|
||||
|
||||
/**
|
||||
* Comments
|
||||
*/
|
||||
// Comments
|
||||
'comment' => 'Komentár',
|
||||
'comments' => 'Komentáre',
|
||||
'comment_add' => 'Add Comment',
|
||||
'comment_placeholder' => 'Tu zadajte svoje pripomienky',
|
||||
'comment_count' => '{0} No Comments|{1} 1 Comment|[2,*] :count Comments',
|
||||
'comment_save' => 'Uložiť komentár',
|
||||
'comment_saving' => 'Saving comment...',
|
||||
'comment_deleting' => 'Deleting comment...',
|
||||
'comment_new' => 'New Comment',
|
||||
'comment_created' => 'commented :createDiff',
|
||||
'comment_updated' => 'Updated :updateDiff by :username',
|
||||
'comment_deleted_success' => 'Comment deleted',
|
||||
'comment_created_success' => 'Comment added',
|
||||
'comment_updated_success' => 'Comment updated',
|
||||
'comment_delete_confirm' => 'Are you sure you want to delete this comment?',
|
||||
'comment_in_reply_to' => 'In reply to :commentId',
|
||||
|
||||
/**
|
||||
* Revision
|
||||
*/
|
||||
// Revision
|
||||
'revision_delete_confirm' => 'Naozaj chcete túto revíziu odstrániť?',
|
||||
'revision_restore_confirm' => 'Are you sure you want to restore this revision? The current page contents will be replaced.',
|
||||
'revision_delete_success' => 'Revízia bola vymazaná',
|
||||
'revision_cannot_delete_latest' => 'Nie je možné vymazať poslednú revíziu.'
|
||||
];
|
||||
];
|
@ -1,11 +1,9 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Text shown in error messaging.
|
||||
*/
|
||||
return [
|
||||
|
||||
/**
|
||||
* Error text strings.
|
||||
*/
|
||||
|
||||
// Permissions
|
||||
'permission' => 'Nemáte oprávnenie pre prístup k požadovanej stránke.',
|
||||
'permissionJson' => 'Nemáte oprávnenie pre vykonanie požadovaného úkonu.',
|
||||
@ -20,6 +18,7 @@ return [
|
||||
'ldap_extension_not_installed' => 'LDAP PHP extension not installed',
|
||||
'ldap_cannot_connect' => 'Cannot connect to ldap server, Initial connection failed',
|
||||
'social_no_action_defined' => 'Nebola definovaná žiadna akcia',
|
||||
'social_login_bad_response' => "Error received during :socialAccount login: \n:error",
|
||||
'social_account_in_use' => 'Tento :socialAccount účet sa už používa, skúste sa prihlásiť pomocou možnosti :socialAccount.',
|
||||
'social_account_email_in_use' => 'Email :email sa už používa. Ak už máte účet, môžete pripojiť svoj :socialAccount účet v nastaveniach profilu.',
|
||||
'social_account_existing' => 'Tento :socialAccount účet je už spojený s Vaším profilom.',
|
||||
@ -28,23 +27,29 @@ return [
|
||||
'social_account_register_instructions' => 'Ak zatiaľ nemáte účet, môžete sa registrovať pomocou možnosti :socialAccount.',
|
||||
'social_driver_not_found' => 'Ovládač socialnych sietí nebol nájdený',
|
||||
'social_driver_not_configured' => 'Nastavenia Vášho :socialAccount účtu nie sú správne.',
|
||||
'invite_token_expired' => 'This invitation link has expired. You can instead try to reset your account password.',
|
||||
|
||||
// System
|
||||
'path_not_writable' => 'Do cesty :filePath sa nedá nahrávať. Uistite sa, že je zapisovateľná serverom.',
|
||||
'cannot_get_image_from_url' => 'Nedá sa získať obrázok z :url',
|
||||
'cannot_create_thumbs' => 'Server nedokáže vytvoriť náhľady. Skontrolujte prosím, či máte nainštalované GD rozšírenie PHP.',
|
||||
'server_upload_limit' => 'Server nedovoľuje nahrávanie súborov s takouto veľkosťou. Skúste prosím menší súbor.',
|
||||
'uploaded' => 'The server does not allow uploads of this size. Please try a smaller file size.',
|
||||
'image_upload_error' => 'Pri nahrávaní obrázka nastala chyba',
|
||||
'image_upload_type_error' => 'The image type being uploaded is invalid',
|
||||
'file_upload_timeout' => 'Nahrávanie súboru vypršalo.',
|
||||
|
||||
// Attachments
|
||||
'attachment_page_mismatch' => 'Page mismatch during attachment update',
|
||||
'attachment_not_found' => 'Attachment not found',
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'Koncept nemohol byť uložený. Uistite sa, že máte pripojenie k internetu pre uložením tejto stránky',
|
||||
'page_custom_home_deletion' => 'Cannot delete a page while it is set as a homepage',
|
||||
|
||||
// Entities
|
||||
'entity_not_found' => 'Entita nenájdená',
|
||||
'bookshelf_not_found' => 'Bookshelf not found',
|
||||
'book_not_found' => 'Kniha nenájdená',
|
||||
'page_not_found' => 'Stránka nenájdená',
|
||||
'chapter_not_found' => 'Kapitola nenájdená',
|
||||
@ -60,6 +65,14 @@ return [
|
||||
'role_cannot_be_edited' => 'Táto rola nemôže byť upravovaná',
|
||||
'role_system_cannot_be_deleted' => 'Táto rola je systémová rola a nemôže byť zmazaná',
|
||||
'role_registration_default_cannot_delete' => 'Táto rola nemôže byť zmazaná, pretože je nastavená ako prednastavená rola pri registrácii',
|
||||
'role_cannot_remove_only_admin' => 'This user is the only user assigned to the administrator role. Assign the administrator role to another user before attempting to remove it here.',
|
||||
|
||||
// Comments
|
||||
'comment_list' => 'Pri načítaní komentárov sa vyskytla chyba',
|
||||
'cannot_add_comment_to_draft' => 'Do konceptu nemôžete pridávať komentáre.',
|
||||
'comment_add' => 'Počas pridávania komentára sa vyskytla chyba',
|
||||
'comment_delete' => 'Pri odstraňovaní komentára došlo k chybe',
|
||||
'empty_comment' => 'Nelze pridať prázdny komentár.',
|
||||
|
||||
// Error pages
|
||||
'404_page_not_found' => 'Stránka nenájdená',
|
||||
@ -69,10 +82,4 @@ return [
|
||||
'app_down' => ':appName je momentálne nedostupná',
|
||||
'back_soon' => 'Čoskoro bude opäť dostupná.',
|
||||
|
||||
// comments
|
||||
'comment_list' => 'Pri načítaní komentárov sa vyskytla chyba',
|
||||
'cannot_add_comment_to_draft' => 'Do konceptu nemôžete pridávať komentáre.',
|
||||
'comment_add' => 'Počas pridávania komentára sa vyskytla chyba',
|
||||
'comment_delete' => 'Pri odstraňovaní komentára došlo k chybe',
|
||||
'empty_comment' => 'Nelze pridať prázdny komentár.',
|
||||
];
|
||||
|
@ -1,18 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Pagination Language Lines
|
||||
* The following language lines are used by the paginator library to build
|
||||
* the simple pagination links.
|
||||
*/
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Pagination Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the paginator library to build
|
||||
| the simple pagination links. You are free to change them to anything
|
||||
| you want to customize your views to better match your application.
|
||||
|
|
||||
*/
|
||||
|
||||
'previous' => '« Predchádzajúca',
|
||||
'next' => 'Ďalšia »',
|
||||
|
||||
|
@ -1,18 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Password Reminder Language Lines
|
||||
* The following language lines are the default lines which match reasons
|
||||
* that are given by the password broker for a password update attempt has failed.
|
||||
*/
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Password Reminder Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are the default lines which match reasons
|
||||
| that are given by the password broker for a password update attempt
|
||||
| has failed, such as for an invalid token or invalid new password.
|
||||
|
|
||||
*/
|
||||
|
||||
'password' => 'Heslo musí obsahovať aspoň šesť znakov a musí byť rovnaké ako potvrdzujúce.',
|
||||
'user' => "Nenašli sme používateľa s takou emailovou adresou.",
|
||||
'token' => 'Tento token pre reset hesla je neplatný.',
|
||||
|
@ -1,56 +1,70 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Settings text strings
|
||||
* Contains all text strings used in the general settings sections of BookStack
|
||||
* including users and roles.
|
||||
*/
|
||||
return [
|
||||
|
||||
/**
|
||||
* Settings text strings
|
||||
* Contains all text strings used in the general settings sections of BookStack
|
||||
* including users and roles.
|
||||
*/
|
||||
|
||||
// Common Messages
|
||||
'settings' => 'Nastavenia',
|
||||
'settings_save' => 'Uložiť nastavenia',
|
||||
'settings_save_success' => 'Nastavenia uložené',
|
||||
|
||||
/**
|
||||
* App settings
|
||||
*/
|
||||
|
||||
'app_settings' => 'Nastavenia aplikácie',
|
||||
// App Settings
|
||||
'app_customization' => 'Customization',
|
||||
'app_features_security' => 'Features & Security',
|
||||
'app_name' => 'Názov aplikácia',
|
||||
'app_name_desc' => 'Tento názov sa zobrazuje v hlavičke a v emailoch.',
|
||||
'app_name_header' => 'Zobraziť názov aplikácie v hlavičke?',
|
||||
'app_public_access' => 'Public Access',
|
||||
'app_public_access_desc' => 'Enabling this option will allow visitors, that are not logged-in, to access content in your BookStack instance.',
|
||||
'app_public_access_desc_guest' => 'Access for public visitors can be controlled through the "Guest" user.',
|
||||
'app_public_access_toggle' => 'Allow public access',
|
||||
'app_public_viewing' => 'Povoliť verejné zobrazenie?',
|
||||
'app_secure_images' => 'Povoliť nahrávanie súborov so zvýšeným zabezpečením?',
|
||||
'app_secure_images_toggle' => 'Enable higher security image uploads',
|
||||
'app_secure_images_desc' => 'Kvôli výkonu sú všetky obrázky verejné. Táto možnosť pridá pred URL obrázka náhodný, ťažko uhádnuteľný reťazec. Aby ste zabránili jednoduchému prístupu, uistite sa, že indexy priečinkov nie sú povolené.',
|
||||
'app_editor' => 'Editor stránky',
|
||||
'app_editor_desc' => 'Vyberte editor, ktorý bude používaný všetkými používateľmi na editáciu stránok.',
|
||||
'app_custom_html' => 'Vlastný HTML obsah hlavičky',
|
||||
'app_custom_html_desc' => 'Všetok text pridaný sem bude vložený naspodok <head> sekcie na každej stránke. Môže sa to zísť pri zmene štýlu alebo pre pridanie analytického kódu.',
|
||||
'app_custom_html_disabled_notice' => 'Custom HTML head content is disabled on this settings page to ensure any breaking changes can be reverted.',
|
||||
'app_logo' => 'Logo aplikácie',
|
||||
'app_logo_desc' => 'Tento obrázok by mal mať 43px na výšku. <br>Veľké obrázky budú preškálované na menší rozmer.',
|
||||
'app_primary_color' => 'Primárna farba pre aplikáciu',
|
||||
'app_primary_color_desc' => 'Toto by mala byť hodnota v hex tvare. <br>Nechajte prázdne ak chcete použiť prednastavenú farbu.',
|
||||
'app_homepage' => 'Application Homepage',
|
||||
'app_homepage_desc' => 'Select a view to show on the homepage instead of the default view. Page permissions are ignored for selected pages.',
|
||||
'app_homepage_select' => 'Select a page',
|
||||
'app_disable_comments' => 'Zakázať komentáre',
|
||||
'app_disable_comments_toggle' => 'Disable comments',
|
||||
'app_disable_comments_desc' => 'Zakázať komentáre na všetkých stránkach aplikácie. Existujúce komentáre sa nezobrazujú.',
|
||||
|
||||
/**
|
||||
* Registration settings
|
||||
*/
|
||||
|
||||
// Registration Settings
|
||||
'reg_settings' => 'Nastavenia registrácie',
|
||||
'reg_allow' => 'Povoliť registráciu?',
|
||||
'reg_enable' => 'Enable Registration',
|
||||
'reg_enable_toggle' => 'Enable registration',
|
||||
'reg_enable_desc' => 'When registration is enabled user will be able to sign themselves up as an application user. Upon registration they are given a single, default user role.',
|
||||
'reg_default_role' => 'Prednastavená používateľská rola po registrácii',
|
||||
'reg_confirm_email' => 'Vyžadovať overenie emailu?',
|
||||
'reg_email_confirmation' => 'Email Confirmation',
|
||||
'reg_email_confirmation_toggle' => 'Require email confirmation',
|
||||
'reg_confirm_email_desc' => 'Ak je použité obmedzenie domény, potom bude vyžadované overenie emailu a hodnota nižšie bude ignorovaná.',
|
||||
'reg_confirm_restrict_domain' => 'Obmedziť registráciu na doménu',
|
||||
'reg_confirm_restrict_domain_desc' => 'Zadajte zoznam domén, pre ktoré chcete povoliť registráciu oddelených čiarkou. Používatelia dostanú email kvôli overeniu adresy predtým ako im bude dovolené používať aplikáciu. <br> Používatelia si budú môcť po úspešnej registrácii zmeniť svoju emailovú adresu.',
|
||||
'reg_confirm_restrict_domain_placeholder' => 'Nie sú nastavené žiadne obmedzenia',
|
||||
|
||||
/**
|
||||
* Role settings
|
||||
*/
|
||||
// Maintenance settings
|
||||
'maint' => 'Maintenance',
|
||||
'maint_image_cleanup' => 'Cleanup Images',
|
||||
'maint_image_cleanup_desc' => "Scans page & revision content to check which images and drawings are currently in use and which images are redundant. Ensure you create a full database and image backup before running this.",
|
||||
'maint_image_cleanup_ignore_revisions' => 'Ignore images in revisions',
|
||||
'maint_image_cleanup_run' => 'Run Cleanup',
|
||||
'maint_image_cleanup_warning' => ':count potentially unused images were found. Are you sure you want to delete these images?',
|
||||
'maint_image_cleanup_success' => ':count potentially unused images found and deleted!',
|
||||
'maint_image_cleanup_nothing_found' => 'No unused images found, Nothing deleted!',
|
||||
|
||||
// Role Settings
|
||||
'roles' => 'Roly',
|
||||
'role_user_roles' => 'Používateľské roly',
|
||||
'role_create' => 'Vytvoriť novú rolu',
|
||||
@ -65,14 +79,17 @@ return [
|
||||
'role_details' => 'Detaily roly',
|
||||
'role_name' => 'Názov roly',
|
||||
'role_desc' => 'Krátky popis roly',
|
||||
'role_external_auth_id' => 'External Authentication IDs',
|
||||
'role_system' => 'Systémové oprávnenia',
|
||||
'role_manage_users' => 'Spravovať používateľov',
|
||||
'role_manage_roles' => 'Spravovať role a oprávnenia rolí',
|
||||
'role_manage_entity_permissions' => 'Spravovať všetky oprávnenia kníh, kapitol a stránok',
|
||||
'role_manage_own_entity_permissions' => 'Spravovať oprávnenia vlastných kníh, kapitol a stránok',
|
||||
'role_manage_page_templates' => 'Manage page templates',
|
||||
'role_manage_settings' => 'Spravovať nastavenia aplikácie',
|
||||
'role_asset' => 'Oprávnenia majetku',
|
||||
'role_asset_desc' => 'Tieto oprávnenia regulujú prednastavený prístup k zdroju v systéme. Oprávnenia pre knihy, kapitoly a stránky majú vyššiu prioritu.',
|
||||
'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.',
|
||||
'role_all' => 'Všetko',
|
||||
'role_own' => 'Vlastné',
|
||||
'role_controlled_by_asset' => 'Regulované zdrojom, do ktorého sú nahrané',
|
||||
@ -81,19 +98,24 @@ return [
|
||||
'role_users' => 'Používatelia s touto rolou',
|
||||
'role_users_none' => 'Žiadni používatelia nemajú priradenú túto rolu',
|
||||
|
||||
/**
|
||||
* Users
|
||||
*/
|
||||
|
||||
// Users
|
||||
'users' => 'Používatelia',
|
||||
'user_profile' => 'Profil používateľa',
|
||||
'users_add_new' => 'Pridať nového používateľa',
|
||||
'users_search' => 'Hľadať medzi používateľmi',
|
||||
'users_details' => 'User Details',
|
||||
'users_details_desc' => 'Set a display name and an email address for this user. The email address will be used for logging into the application.',
|
||||
'users_details_desc_no_email' => 'Set a display name for this user so others can recognise them.',
|
||||
'users_role' => 'Používateľské roly',
|
||||
'users_role_desc' => 'Select which roles this user will be assigned to. If a user is assigned to multiple roles the permissions from those roles will stack and they will receive all abilities of the assigned roles.',
|
||||
'users_password' => 'User Password',
|
||||
'users_password_desc' => 'Set a password used to log-in to the application. This must be at least 6 characters long.',
|
||||
'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.',
|
||||
'users_send_invite_option' => 'Send user invite email',
|
||||
'users_external_auth_id' => 'Externé autentifikačné ID',
|
||||
'users_external_auth_id_desc' => 'This is the ID used to match this user when communicating with your LDAP system.',
|
||||
'users_password_warning' => 'Pole nižšie vyplňte iba ak chcete zmeniť heslo:',
|
||||
'users_system_public' => 'Tento účet reprezentuje každého hosťovského používateľa, ktorý navštívi Vašu inštanciu. Nedá sa pomocou neho prihlásiť a je priradený automaticky.',
|
||||
'users_books_view_type' => 'Preferované rozloženie pre prezeranie kníh',
|
||||
'users_delete' => 'Zmazať používateľa',
|
||||
'users_delete_named' => 'Zmazať používateľa :userName',
|
||||
'users_delete_warning' => ' Toto úplne odstráni používateľa menom \':userName\' zo systému.',
|
||||
@ -105,10 +127,41 @@ return [
|
||||
'users_avatar' => 'Avatar používateľa',
|
||||
'users_avatar_desc' => 'Tento obrázok by mal byť štvorec s rozmerom približne 256px.',
|
||||
'users_preferred_language' => 'Preferovaný jazyk',
|
||||
'users_preferred_language_desc' => 'This option will change the language used for the user-interface of the application. This will not affect any user-created content.',
|
||||
'users_social_accounts' => 'Sociálne účty',
|
||||
'users_social_accounts_info' => 'Tu si môžete pripojiť iné účty pre rýchlejšie a jednoduchšie prihlásenie. Disconnecting an account here does not previously authorized access. Revoke access from your profile settings on the connected social account.',
|
||||
'users_social_connect' => 'Pripojiť účet',
|
||||
'users_social_disconnect' => 'Odpojiť účet',
|
||||
'users_social_connected' => ':socialAccount účet bol úspešne pripojený k Vášmu profilu.',
|
||||
'users_social_disconnected' => ':socialAccount účet bol úspešne odpojený od Vášho profilu.',
|
||||
|
||||
//! Since these labels are already localized this array does not need to be
|
||||
//! translated in the language-specific files.
|
||||
//! DELETE BELOW IF COPIED FROM EN
|
||||
//!////////////////////////////////
|
||||
'language_select' => [
|
||||
'en' => 'English',
|
||||
'ar' => 'العربية',
|
||||
'de' => 'Deutsch (Sie)',
|
||||
'de_informal' => 'Deutsch (Du)',
|
||||
'es' => 'Español',
|
||||
'es_AR' => 'Español Argentina',
|
||||
'fr' => 'Français',
|
||||
'nl' => 'Nederlands',
|
||||
'pt_BR' => 'Português do Brasil',
|
||||
'sk' => 'Slovensky',
|
||||
'cs' => 'Česky',
|
||||
'sv' => 'Svenska',
|
||||
'ko' => '한국어',
|
||||
'ja' => '日本語',
|
||||
'pl' => 'Polski',
|
||||
'it' => 'Italian',
|
||||
'ru' => 'Русский',
|
||||
'uk' => 'Українська',
|
||||
'zh_CN' => '简体中文',
|
||||
'zh_TW' => '繁體中文',
|
||||
'hu' => 'Magyar',
|
||||
'tr' => 'Türkçe',
|
||||
]
|
||||
//!////////////////////////////////
|
||||
];
|
||||
|
@ -1,18 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Validation Lines
|
||||
* The following language lines contain the default error messages used by
|
||||
* the validator class. Some of these rules have multiple versions such
|
||||
* as the size rules. Feel free to tweak each of these messages here.
|
||||
*/
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines contain the default error messages used by
|
||||
| the validator class. Some of these rules have multiple versions such
|
||||
| as the size rules. Feel free to tweak each of these messages here.
|
||||
|
|
||||
*/
|
||||
|
||||
// Standard laravel validation lines
|
||||
'accepted' => ':attribute musí byť akceptovaný.',
|
||||
'active_url' => ':attribute nie je platná URL.',
|
||||
'after' => ':attribute musí byť dátum po :date.',
|
||||
@ -35,12 +30,41 @@ return [
|
||||
'digits' => ':attribute musí mať :digits číslic.',
|
||||
'digits_between' => ':attribute musí mať medzi :min a :max číslicami.',
|
||||
'email' => ':attribute musí byť platná emailová adresa.',
|
||||
'ends_with' => 'The :attribute must end with one of the following: :values',
|
||||
'filled' => 'Políčko :attribute je povinné.',
|
||||
'gt' => [
|
||||
'numeric' => 'The :attribute must be greater than :value.',
|
||||
'file' => 'The :attribute must be greater than :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than :value characters.',
|
||||
'array' => 'The :attribute must have more than :value items.',
|
||||
],
|
||||
'gte' => [
|
||||
'numeric' => 'The :attribute must be greater than or equal :value.',
|
||||
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
|
||||
'string' => 'The :attribute must be greater than or equal :value characters.',
|
||||
'array' => 'The :attribute must have :value items or more.',
|
||||
],
|
||||
'exists' => 'Vybraný :attribute nie je platný.',
|
||||
'image' => ':attribute musí byť obrázok.',
|
||||
'image_extension' => 'The :attribute must have a valid & supported image extension.',
|
||||
'in' => 'Vybraný :attribute je neplatný.',
|
||||
'integer' => ':attribute musí byť celé číslo.',
|
||||
'ip' => ':attribute musí byť platná IP adresa.',
|
||||
'ipv4' => 'The :attribute must be a valid IPv4 address.',
|
||||
'ipv6' => 'The :attribute must be a valid IPv6 address.',
|
||||
'json' => 'The :attribute must be a valid JSON string.',
|
||||
'lt' => [
|
||||
'numeric' => 'The :attribute must be less than :value.',
|
||||
'file' => 'The :attribute must be less than :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than :value characters.',
|
||||
'array' => 'The :attribute must have less than :value items.',
|
||||
],
|
||||
'lte' => [
|
||||
'numeric' => 'The :attribute must be less than or equal :value.',
|
||||
'file' => 'The :attribute must be less than or equal :value kilobytes.',
|
||||
'string' => 'The :attribute must be less than or equal :value characters.',
|
||||
'array' => 'The :attribute must not have more than :value items.',
|
||||
],
|
||||
'max' => [
|
||||
'numeric' => ':attribute nesmie byť väčší ako :max.',
|
||||
'file' => ':attribute nesmie byť väčší ako :max kilobajtov.',
|
||||
@ -54,7 +78,9 @@ return [
|
||||
'string' => ':attribute musí mať aspoň :min znakov.',
|
||||
'array' => ':attribute musí mať aspoň :min položiek.',
|
||||
],
|
||||
'no_double_extension' => 'The :attribute must only have a single file extension.',
|
||||
'not_in' => 'Vybraný :attribute je neplatný.',
|
||||
'not_regex' => 'The :attribute format is invalid.',
|
||||
'numeric' => ':attribute musí byť číslo.',
|
||||
'regex' => ':attribute formát je neplatný.',
|
||||
'required' => 'Políčko :attribute je povinné.',
|
||||
@ -74,35 +100,15 @@ return [
|
||||
'timezone' => ':attribute musí byť plantá časová zóna.',
|
||||
'unique' => ':attribute je už použité.',
|
||||
'url' => ':attribute formát je neplatný.',
|
||||
'uploaded' => 'The file could not be uploaded. The server may not accept files of this size.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here you may specify custom validation messages for attributes using the
|
||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
||||
| specify a specific custom language line for a given attribute rule.
|
||||
|
|
||||
*/
|
||||
|
||||
// Custom validation lines
|
||||
'custom' => [
|
||||
'password-confirm' => [
|
||||
'required_with' => 'Vyžaduje sa potvrdenie hesla',
|
||||
],
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Validation Attributes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used to swap attribute place-holders
|
||||
| with something more reader friendly such as E-Mail Address instead
|
||||
| of "email". This simply helps us make messages a little cleaner.
|
||||
|
|
||||
*/
|
||||
|
||||
// Custom validation attributes
|
||||
'attributes' => [],
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user