mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-31 19:09:45 +08:00
New Crowdin updates (#3320)
This commit is contained in:
parent
0887c39694
commit
678314a0c5
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'العرض',
|
||||
'height' => 'الارتفاع',
|
||||
'More' => 'المزيد',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'التنسيقات',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'محاذاة لليسار',
|
||||
'align_center' => 'محاذاة بالمنتصف',
|
||||
'align_right' => 'مُحاذاة لليمين',
|
||||
'align_justify' => 'ضبط المحاذاة',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'قائمة نقاط',
|
||||
'list_numbered' => 'قائمة مرقمة',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'زيادة البادئة',
|
||||
'indent_decrease' => 'إنقاص البادئة',
|
||||
'table' => 'جدول',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'الوصف',
|
||||
'show_caption' => 'إظهار الوصف',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'الإعدادات',
|
||||
'settings_save' => 'حفظ الإعدادات',
|
||||
'settings_save_success' => 'تم حفظ الإعدادات',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'تخصيص',
|
||||
|
|
|
@ -7,63 +7,63 @@ return [
|
|||
|
||||
// Pages
|
||||
'page_create' => 'създадена страница',
|
||||
'page_create_notification' => 'Page successfully created',
|
||||
'page_create_notification' => 'Страницата е създадена успешно',
|
||||
'page_update' => 'обновена страница',
|
||||
'page_update_notification' => 'Page successfully updated',
|
||||
'page_update_notification' => 'Страницата е обновена успешно',
|
||||
'page_delete' => 'изтрита страница',
|
||||
'page_delete_notification' => 'Page successfully deleted',
|
||||
'page_delete_notification' => 'Страницата е изтрита успешно',
|
||||
'page_restore' => 'възстановена страница',
|
||||
'page_restore_notification' => 'Page successfully restored',
|
||||
'page_restore_notification' => 'Страницата е възстановена успешно',
|
||||
'page_move' => 'преместена страница',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'създадена страница',
|
||||
'chapter_create_notification' => 'Chapter successfully created',
|
||||
'chapter_create_notification' => 'Главата е добавена успешно',
|
||||
'chapter_update' => 'обновена глава',
|
||||
'chapter_update_notification' => 'Chapter successfully updated',
|
||||
'chapter_update_notification' => 'Главата е обновена успешно',
|
||||
'chapter_delete' => 'изтрита глава',
|
||||
'chapter_delete_notification' => 'Chapter successfully deleted',
|
||||
'chapter_delete_notification' => 'Главата е изтрита успешно',
|
||||
'chapter_move' => 'преместена глава',
|
||||
|
||||
// Books
|
||||
'book_create' => 'създадена книга',
|
||||
'book_create_notification' => 'Book successfully created',
|
||||
'book_create_notification' => 'Книгата е създадена успешно',
|
||||
'book_update' => 'обновена книга',
|
||||
'book_update_notification' => 'Book successfully updated',
|
||||
'book_update_notification' => 'Книгата е обновена успешно',
|
||||
'book_delete' => 'изтрита книга',
|
||||
'book_delete_notification' => 'Book successfully deleted',
|
||||
'book_delete_notification' => 'Книгата е изтрита успешно',
|
||||
'book_sort' => 'сортирана книга',
|
||||
'book_sort_notification' => 'Book successfully re-sorted',
|
||||
'book_sort_notification' => 'Книгата е преподредена успешно',
|
||||
|
||||
// Bookshelves
|
||||
'bookshelf_create' => 'created bookshelf',
|
||||
'bookshelf_create_notification' => 'Bookshelf successfully created',
|
||||
'bookshelf_create' => 'създаден рафт',
|
||||
'bookshelf_create_notification' => 'Рафтът е създаден успешно',
|
||||
'bookshelf_update' => 'обновен рафт',
|
||||
'bookshelf_update_notification' => 'Bookshelf successfully updated',
|
||||
'bookshelf_update_notification' => 'Рафтът е обновен успешно',
|
||||
'bookshelf_delete' => 'изтрит рафт',
|
||||
'bookshelf_delete_notification' => 'Bookshelf successfully deleted',
|
||||
'bookshelf_delete_notification' => 'Рафтът е изтрит успешно',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '":name" has been added to your favourites',
|
||||
'favourite_remove_notification' => '":name" has been removed from your favourites',
|
||||
'favourite_add_notification' => '":name" е добавен към любими успешно',
|
||||
'favourite_remove_notification' => '":name" е премахнат от любими успешно',
|
||||
|
||||
// MFA
|
||||
'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
|
||||
'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
|
||||
'mfa_setup_method_notification' => 'Многофакторният метод е конфигуриран успешно',
|
||||
'mfa_remove_method_notification' => 'Многофакторният метод е премахнат успешно',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'created webhook',
|
||||
'webhook_create_notification' => 'Webhook successfully created',
|
||||
'webhook_update' => 'updated webhook',
|
||||
'webhook_update_notification' => 'Webhook successfully updated',
|
||||
'webhook_delete' => 'deleted webhook',
|
||||
'webhook_delete_notification' => 'Webhook successfully deleted',
|
||||
'webhook_create' => 'създадена уебкука',
|
||||
'webhook_create_notification' => 'Уебкуката е създадена успешно',
|
||||
'webhook_update' => 'обновена уебкука',
|
||||
'webhook_update_notification' => 'Уебкуката е обновена успешно',
|
||||
'webhook_delete' => 'изтрита уебкука',
|
||||
'webhook_delete_notification' => 'Уебкуката е изтрита успешно',
|
||||
|
||||
// Users
|
||||
'user_update_notification' => 'User successfully updated',
|
||||
'user_delete_notification' => 'User successfully removed',
|
||||
'user_update_notification' => 'Потребителят е обновен успешно',
|
||||
'user_delete_notification' => 'Потребителят е премахнат успешно',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'коментирано на',
|
||||
'permissions_update' => 'updated permissions',
|
||||
'permissions_update' => 'обновени права',
|
||||
];
|
||||
|
|
|
@ -17,23 +17,23 @@ return [
|
|||
'logout' => 'Изход',
|
||||
|
||||
'name' => 'Име',
|
||||
'username' => 'Потребител',
|
||||
'username' => 'Потребителско име',
|
||||
'email' => 'Имейл',
|
||||
'password' => 'Парола',
|
||||
'password_confirm' => 'Потвърди паролата',
|
||||
'password_hint' => 'Must be at least 8 characters',
|
||||
'password_hint' => 'Трябва да бъде поне 8 символа',
|
||||
'forgot_password' => 'Забравена парола?',
|
||||
'remember_me' => 'Запомни ме',
|
||||
'ldap_email_hint' => 'Моля въведете емейл, който да използвате за дадения акаунт.',
|
||||
'ldap_email_hint' => 'Моля въведете емейл, който да използвате за дадения профил.',
|
||||
'create_account' => 'Създай Акаунт',
|
||||
'already_have_account' => 'Вече имате акаунт?',
|
||||
'already_have_account' => 'Вече имате профил?',
|
||||
'dont_have_account' => 'Нямате акаунт?',
|
||||
'social_login' => 'Влизане по друг начин',
|
||||
'social_registration' => 'Регистрация по друг начин',
|
||||
'social_registration_text' => 'Регистрация и влизане използвайки друг начин.',
|
||||
'social_registration_text' => 'Регистрация и вписване чрез друга услуга.',
|
||||
|
||||
'register_thanks' => 'Благодарим Ви за регистрацията!',
|
||||
'register_confirm' => 'Моля проверете своя емейл и натиснете върху бутона за потвърждение, за да влезете в :appName.',
|
||||
'register_confirm' => 'Моля, провери своя имейл адрес и натисни бутона за потвърждение, за да достъпиш :appName.',
|
||||
'registrations_disabled' => 'Регистрациите към момента са забранени',
|
||||
'registration_email_domain_invalid' => 'Този емейл домейн към момента няма достъп до приложението',
|
||||
'register_success' => 'Благодарим Ви за регистрацията! В момента сте регистриран и сте вписани в приложението.',
|
||||
|
@ -41,11 +41,11 @@ return [
|
|||
// Password Reset
|
||||
'reset_password' => 'Нулиране на паролата',
|
||||
'reset_password_send_instructions' => 'Въведете емейла си и ще ви бъде изпратен емейл с линк за нулиране на паролата.',
|
||||
'reset_password_send_button' => 'Изпращане на линк за нулиране',
|
||||
'reset_password_send_button' => 'Изпращане на линк за възстановяване',
|
||||
'reset_password_sent' => 'Линк за нулиране на паролата ще Ви бъде изпратен на :email, ако емейлът Ви бъде открит в системата.',
|
||||
'reset_password_success' => 'Паролата Ви е променена успешно.',
|
||||
'email_reset_subject' => 'Възстановете паролата си за :appName',
|
||||
'email_reset_text' => 'Вие получихте този емейл, защото поискахте вашата парола да бъде занулена.',
|
||||
'email_reset_subject' => 'Възстанови паролата си за :appName',
|
||||
'email_reset_text' => 'Вие получихте този имейл, защото поискахте Вашата парола да бъде възстановена.',
|
||||
'email_reset_not_requested' => 'Ако Вие не сте поискали зануляването на паролата, няма нужда от други действия.',
|
||||
|
||||
// Email Confirmation
|
||||
|
@ -54,7 +54,7 @@ return [
|
|||
'email_confirm_text' => 'Моля, потвърдете вашия имейл адрес, като следвате връзката по-долу:',
|
||||
'email_confirm_action' => 'Потвърдете имейл',
|
||||
'email_confirm_send_error' => 'Нужно ви е потвърждение чрез емейл, но системата не успя да го изпрати. Моля свържете се с администратора, за да проверите дали вашият емейл адрес е конфигуриран правилно.',
|
||||
'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.',
|
||||
'email_confirm_success' => 'Имейлът ти е потвърден! Вече би трябвало да можеш да се впишеш с този имейл адрес.',
|
||||
'email_confirm_resent' => 'Беше изпратен имейл с потвърждение, Моля, проверете кутията си.',
|
||||
|
||||
'email_not_confirmed' => 'Имейл адресът не е потвърден',
|
||||
|
@ -71,40 +71,40 @@ return [
|
|||
'user_invite_page_welcome' => 'Добре дошли в :appName!',
|
||||
'user_invite_page_text' => 'За да финализирате вашият акаунт и да получите достъп трябва да определите парола, която да бъде използвана за следващия влизания в :appName.',
|
||||
'user_invite_page_confirm_button' => 'Потвърди паролата',
|
||||
'user_invite_success_login' => 'Password set, you should now be able to login using your set password to access :appName!',
|
||||
'user_invite_success_login' => 'Паролата е настроена, вече можеш да се впишеш с новата парола, за да достъпиш :appName!',
|
||||
|
||||
// Multi-factor Authentication
|
||||
'mfa_setup' => 'Setup Multi-Factor Authentication',
|
||||
'mfa_setup_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
|
||||
'mfa_setup_configured' => 'Already configured',
|
||||
'mfa_setup_reconfigure' => 'Reconfigure',
|
||||
'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?',
|
||||
'mfa_setup_action' => 'Setup',
|
||||
'mfa_backup_codes_usage_limit_warning' => 'You have less than 5 backup codes remaining, Please generate and store a new set before you run out of codes to prevent being locked out of your account.',
|
||||
'mfa_option_totp_title' => 'Mobile App',
|
||||
'mfa_option_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
|
||||
'mfa_option_backup_codes_title' => 'Backup Codes',
|
||||
'mfa_option_backup_codes_desc' => 'Securely store a set of one-time-use backup codes which you can enter to verify your identity.',
|
||||
'mfa_gen_confirm_and_enable' => 'Confirm and Enable',
|
||||
'mfa_gen_backup_codes_title' => 'Backup Codes Setup',
|
||||
'mfa_gen_backup_codes_desc' => 'Store the below list of codes in a safe place. When accessing the system you\'ll be able to use one of the codes as a second authentication mechanism.',
|
||||
'mfa_gen_backup_codes_download' => 'Download Codes',
|
||||
'mfa_gen_backup_codes_usage_warning' => 'Each code can only be used once',
|
||||
'mfa_gen_totp_title' => 'Mobile App Setup',
|
||||
'mfa_gen_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
|
||||
'mfa_gen_totp_scan' => 'Scan the QR code below using your preferred authentication app to get started.',
|
||||
'mfa_gen_totp_verify_setup' => 'Verify Setup',
|
||||
'mfa_gen_totp_verify_setup_desc' => 'Verify that all is working by entering a code, generated within your authentication app, in the input box below:',
|
||||
'mfa_gen_totp_provide_code_here' => 'Provide your app generated code here',
|
||||
'mfa_verify_access' => 'Verify Access',
|
||||
'mfa_verify_access_desc' => 'Your user account requires you to confirm your identity via an additional level of verification before you\'re granted access. Verify using one of your configured methods to continue.',
|
||||
'mfa_verify_no_methods' => 'No Methods Configured',
|
||||
'mfa_verify_no_methods_desc' => 'No multi-factor authentication methods could be found for your account. You\'ll need to set up at least one method before you gain access.',
|
||||
'mfa_verify_use_totp' => 'Verify using a mobile app',
|
||||
'mfa_verify_use_backup_codes' => 'Verify using a backup code',
|
||||
'mfa_verify_backup_code' => 'Backup Code',
|
||||
'mfa_verify_backup_code_desc' => 'Enter one of your remaining backup codes below:',
|
||||
'mfa_verify_backup_code_enter_here' => 'Enter backup code here',
|
||||
'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:',
|
||||
'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.',
|
||||
'mfa_setup' => 'Настрой многофакторно удостоверяване',
|
||||
'mfa_setup_desc' => 'Настрой многофакторно удостверяване като втори слой сигурност на твоя профил.',
|
||||
'mfa_setup_configured' => 'Вече е конфигурирано',
|
||||
'mfa_setup_reconfigure' => 'Преконфигурирай',
|
||||
'mfa_setup_remove_confirmation' => 'Сигурен ли си, че желаеш да премахнеш този метод за многофакторно удостоверяване?',
|
||||
'mfa_setup_action' => 'Настройка',
|
||||
'mfa_backup_codes_usage_limit_warning' => 'Имаш по-малко от 5 останали резервни кода. Генерирай и съхрани нов набор, преди тези да са свършили, за да избегнеш да останеш без достъп до профила си.',
|
||||
'mfa_option_totp_title' => 'Мобилно приложение',
|
||||
'mfa_option_totp_desc' => 'За да използваш многофакторно удостоверяване, ще ти трябва мобилно приложение, което поддържа временни еднократни пароли (TOTP), като например Google Authenticator, Authy или Microsoft Authenticator.',
|
||||
'mfa_option_backup_codes_title' => 'Резервни кодове',
|
||||
'mfa_option_backup_codes_desc' => 'Запази на сигурно място набор от еднократни резервни кодове, с които можеш да устовериш идентичността си.',
|
||||
'mfa_gen_confirm_and_enable' => 'Потвърди и включи',
|
||||
'mfa_gen_backup_codes_title' => 'Настройка на резервни кодове',
|
||||
'mfa_gen_backup_codes_desc' => 'Запази този лист с кодове на сигурно място. Когато достъпваш системата, ще можеш да използваш един от тези кодове като вторичен механизъм за удостоверяване.',
|
||||
'mfa_gen_backup_codes_download' => 'Изтегли кодовете',
|
||||
'mfa_gen_backup_codes_usage_warning' => 'Всеки код може да бъде използван само веднъж',
|
||||
'mfa_gen_totp_title' => 'Настройка на мобилно приложение',
|
||||
'mfa_gen_totp_desc' => 'За да използваш многофакторно удостоверяване, ще ти трябва мобилно приложение, което поддържа временни еднократни пароли (TOTP), като например Google Authenticator, Authy или Microsoft Authenticator.',
|
||||
'mfa_gen_totp_scan' => 'За да започнеш, сканирай QR кода отдолу с предпочитано от теб приложение.',
|
||||
'mfa_gen_totp_verify_setup' => 'Потвърди настройката',
|
||||
'mfa_gen_totp_verify_setup_desc' => 'Потвърди, че всичко работи, като в кутията отдолу въведеш код, генериран от твоето приложение за удостоверяване:',
|
||||
'mfa_gen_totp_provide_code_here' => 'Въведи тук кода, генериран от мобилното ти приложение',
|
||||
'mfa_verify_access' => 'Потвърди достъпа',
|
||||
'mfa_verify_access_desc' => 'Твоят потребителски профил изисква да потвърдиш идентичността си чрез допълнително ниво проверка преди да получиш достъп. Потвърди чрез един от конфигурираните методи, за да продължиш.',
|
||||
'mfa_verify_no_methods' => 'Няма конфигурирани методи',
|
||||
'mfa_verify_no_methods_desc' => 'Няма намерени методи за многофакторно удостоверяване за твоя профил. Ще трябва да настроиш поне един метод, преди да получиш достъп.',
|
||||
'mfa_verify_use_totp' => 'Потвърди чрез мобилно приложение',
|
||||
'mfa_verify_use_backup_codes' => 'Потвърди чрез резервен код',
|
||||
'mfa_verify_backup_code' => 'Резервен код',
|
||||
'mfa_verify_backup_code_desc' => 'Въведи един от останалите ти резервни кодове отдолу:',
|
||||
'mfa_verify_backup_code_enter_here' => 'Въведи резервен код тук',
|
||||
'mfa_verify_totp_desc' => 'Въведи кода, генериран от мобилното ти приложение, отдолу:',
|
||||
'mfa_setup_login_notification' => 'Многофакторният метод е конфигуриран, моля да се впишете отново чрез конфигурирания метод.',
|
||||
];
|
||||
|
|
|
@ -39,14 +39,14 @@ return [
|
|||
'reset' => 'Нулирай',
|
||||
'remove' => 'Премахване',
|
||||
'add' => 'Добави',
|
||||
'configure' => 'Configure',
|
||||
'configure' => 'Конфигурирай',
|
||||
'fullscreen' => 'Пълен екран',
|
||||
'favourite' => 'Favourite',
|
||||
'unfavourite' => 'Unfavourite',
|
||||
'next' => 'Next',
|
||||
'previous' => 'Previous',
|
||||
'filter_active' => 'Active Filter:',
|
||||
'filter_clear' => 'Clear Filter',
|
||||
'favourite' => 'Добави в любими',
|
||||
'unfavourite' => 'Премахни от любими',
|
||||
'next' => 'Следващ',
|
||||
'previous' => 'Предишен',
|
||||
'filter_active' => 'Активен филтър:',
|
||||
'filter_clear' => 'Изчисти филтъра',
|
||||
|
||||
// Sort Options
|
||||
'sort_options' => 'Опции за сортиране',
|
||||
|
@ -54,7 +54,7 @@ return [
|
|||
'sort_ascending' => 'Сортирай възходящо',
|
||||
'sort_descending' => 'Низходящо сортиране',
|
||||
'sort_name' => 'Име',
|
||||
'sort_default' => 'Default',
|
||||
'sort_default' => 'По подразбиране',
|
||||
'sort_created_at' => 'Дата на създаване',
|
||||
'sort_updated_at' => 'Дата на обновяване',
|
||||
|
||||
|
@ -63,7 +63,7 @@ return [
|
|||
'no_activity' => 'Няма активност за показване',
|
||||
'no_items' => 'Няма налични артикули',
|
||||
'back_to_top' => 'Върнете се в началото',
|
||||
'skip_to_main_content' => 'Skip to main content',
|
||||
'skip_to_main_content' => 'Прескочи към основното съдържание',
|
||||
'toggle_details' => 'Активирай детайли',
|
||||
'toggle_thumbnails' => 'Активирай миниатюри',
|
||||
'details' => 'Подробности',
|
||||
|
@ -71,14 +71,14 @@ return [
|
|||
'list_view' => 'Изглед списък',
|
||||
'default' => 'Основен',
|
||||
'breadcrumb' => 'Трасиране',
|
||||
'status' => 'Status',
|
||||
'status_active' => 'Active',
|
||||
'status_inactive' => 'Inactive',
|
||||
'never' => 'Never',
|
||||
'none' => 'None',
|
||||
'status' => 'Статус',
|
||||
'status_active' => 'Активен',
|
||||
'status_inactive' => 'Неактивен',
|
||||
'never' => 'Никога',
|
||||
'none' => 'Няма',
|
||||
|
||||
// Header
|
||||
'header_menu_expand' => 'Expand Header Menu',
|
||||
'header_menu_expand' => 'Разшири заглавното меню',
|
||||
'profile_menu' => 'Профил меню',
|
||||
'view_profile' => 'Разглеждане на профил',
|
||||
'edit_profile' => 'Редактиране на профила',
|
||||
|
@ -87,9 +87,9 @@ return [
|
|||
|
||||
// Layout tabs
|
||||
'tab_info' => 'Информация',
|
||||
'tab_info_label' => 'Tab: Show Secondary Information',
|
||||
'tab_info_label' => 'Таб: Покажи вторична информация',
|
||||
'tab_content' => 'Съдържание',
|
||||
'tab_content_label' => 'Tab: Show Primary Content',
|
||||
'tab_content_label' => 'Таб: Покажи първично съдържание',
|
||||
|
||||
// Email Content
|
||||
'email_action_help' => 'Ако имате проблеми с бутона ":actionText" по-горе, копирайте и поставете URL адреса по-долу в уеб браузъра си:',
|
||||
|
|
|
@ -29,6 +29,6 @@ return [
|
|||
'code_editor' => 'Редактиране на кода',
|
||||
'code_language' => 'Език на кода',
|
||||
'code_content' => 'Съдържание на кода',
|
||||
'code_session_history' => 'Session History',
|
||||
'code_session_history' => 'История на сесиите',
|
||||
'code_save' => 'Запази кода',
|
||||
];
|
||||
|
|
|
@ -7,148 +7,165 @@
|
|||
*/
|
||||
return [
|
||||
// General editor terms
|
||||
'general' => 'General',
|
||||
'advanced' => 'Advanced',
|
||||
'none' => 'None',
|
||||
'cancel' => 'Cancel',
|
||||
'save' => 'Save',
|
||||
'close' => 'Close',
|
||||
'undo' => 'Undo',
|
||||
'redo' => 'Redo',
|
||||
'left' => 'Left',
|
||||
'center' => 'Center',
|
||||
'right' => 'Right',
|
||||
'top' => 'Top',
|
||||
'middle' => 'Middle',
|
||||
'bottom' => 'Bottom',
|
||||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'general' => 'Общи',
|
||||
'advanced' => 'Разширени',
|
||||
'none' => 'Няма',
|
||||
'cancel' => 'Откажи',
|
||||
'save' => 'Запази',
|
||||
'close' => 'Затвори',
|
||||
'undo' => 'Отмени',
|
||||
'redo' => 'Преправи',
|
||||
'left' => 'Вляво',
|
||||
'center' => 'По средата',
|
||||
'right' => 'Вдясно',
|
||||
'top' => 'Отгоре',
|
||||
'middle' => 'Среда',
|
||||
'bottom' => 'Отдолу',
|
||||
'width' => 'Широчина',
|
||||
'height' => 'Височина',
|
||||
'More' => 'Още',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
'header_large' => 'Large Header',
|
||||
'header_medium' => 'Medium Header',
|
||||
'header_small' => 'Small Header',
|
||||
'header_tiny' => 'Tiny Header',
|
||||
'paragraph' => 'Paragraph',
|
||||
'blockquote' => 'Blockquote',
|
||||
'inline_code' => 'Inline code',
|
||||
'callouts' => 'Callouts',
|
||||
'callout_information' => 'Information',
|
||||
'callout_success' => 'Success',
|
||||
'callout_warning' => 'Warning',
|
||||
'callout_danger' => 'Danger',
|
||||
'bold' => 'Bold',
|
||||
'italic' => 'Italic',
|
||||
'underline' => 'Underline',
|
||||
'strikethrough' => 'Strikethrough',
|
||||
'superscript' => 'Superscript',
|
||||
'subscript' => 'Subscript',
|
||||
'text_color' => 'Text color',
|
||||
'custom_color' => 'Custom color',
|
||||
'remove_color' => 'Remove color',
|
||||
'background_color' => 'Background color',
|
||||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
'insert_image' => 'Insert image',
|
||||
'insert_image_title' => 'Insert/Edit Image',
|
||||
'insert_link' => 'Insert/edit link',
|
||||
'insert_link_title' => 'Insert/Edit Link',
|
||||
'insert_horizontal_line' => 'Insert horizontal line',
|
||||
'insert_code_block' => 'Insert code block',
|
||||
'insert_drawing' => 'Insert/edit drawing',
|
||||
'drawing_manager' => 'Drawing manager',
|
||||
'insert_media' => 'Insert/edit media',
|
||||
'insert_media_title' => 'Insert/Edit Media',
|
||||
'clear_formatting' => 'Clear formatting',
|
||||
'source_code' => 'Source code',
|
||||
'source_code_title' => 'Source Code',
|
||||
'fullscreen' => 'Fullscreen',
|
||||
'image_options' => 'Image options',
|
||||
'formats' => 'Формати',
|
||||
'header_large' => 'Голяма заглавка',
|
||||
'header_medium' => 'Средна заглавка',
|
||||
'header_small' => 'Малка заглавка',
|
||||
'header_tiny' => 'Миниатюрна заглавка',
|
||||
'paragraph' => 'Параграф',
|
||||
'blockquote' => 'Цитат',
|
||||
'inline_code' => 'Вложен код',
|
||||
'callouts' => 'Призиви',
|
||||
'callout_information' => 'Информация',
|
||||
'callout_success' => 'Успех',
|
||||
'callout_warning' => 'Предупреждение',
|
||||
'callout_danger' => 'Опасност',
|
||||
'bold' => 'Удебелено',
|
||||
'italic' => 'Наклонен',
|
||||
'underline' => 'Подчертан',
|
||||
'strikethrough' => 'Зачертан',
|
||||
'superscript' => 'Горен индекс',
|
||||
'subscript' => 'Долен индекс',
|
||||
'text_color' => 'Цвят на текста',
|
||||
'custom_color' => 'Цвят по избор',
|
||||
'remove_color' => 'Премахване на цвят',
|
||||
'background_color' => 'Фонов цвят',
|
||||
'align_left' => 'Приравни вляво',
|
||||
'align_center' => 'Приравни в центъра',
|
||||
'align_right' => 'Приравни вдясно',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Списък',
|
||||
'list_numbered' => 'Номериран списък',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Увеличаване на отстъпа',
|
||||
'indent_decrease' => 'Намаляване на отстъпа',
|
||||
'table' => 'Таблица',
|
||||
'insert_image' => 'Вмъкни изображение',
|
||||
'insert_image_title' => 'Вмъкни/редактирай изображение',
|
||||
'insert_link' => 'Вмъкни/редактирай връзка',
|
||||
'insert_link_title' => 'Вмъкни/редактирай връзка',
|
||||
'insert_horizontal_line' => 'Вмъкни хоризонтална линия',
|
||||
'insert_code_block' => 'Въведи код',
|
||||
'insert_drawing' => 'Вмъкни/редактирай рисунка',
|
||||
'drawing_manager' => 'Управление на рисунките',
|
||||
'insert_media' => 'Вмъкни/редактирай мултимедия',
|
||||
'insert_media_title' => 'Вмъкни/редактирай мултимедия',
|
||||
'clear_formatting' => 'Изчисти форматирането',
|
||||
'source_code' => 'Изходен код',
|
||||
'source_code_title' => 'Изходен код',
|
||||
'fullscreen' => 'Цял екран',
|
||||
'image_options' => 'Настройки на изображението',
|
||||
|
||||
// Tables
|
||||
'table_properties' => 'Table properties',
|
||||
'table_properties_title' => 'Table Properties',
|
||||
'delete_table' => 'Delete table',
|
||||
'insert_row_before' => 'Insert row before',
|
||||
'insert_row_after' => 'Insert row after',
|
||||
'delete_row' => 'Delete row',
|
||||
'insert_column_before' => 'Insert column before',
|
||||
'insert_column_after' => 'Insert column after',
|
||||
'delete_column' => 'Delete column',
|
||||
'table_cell' => 'Cell',
|
||||
'table_row' => 'Row',
|
||||
'table_column' => 'Column',
|
||||
'cell_properties' => 'Cell properties',
|
||||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
'vertical_align' => 'Vertical align',
|
||||
'border_width' => 'Border width',
|
||||
'border_style' => 'Border style',
|
||||
'border_color' => 'Border color',
|
||||
'row_properties' => 'Row properties',
|
||||
'row_properties_title' => 'Row Properties',
|
||||
'cut_row' => 'Cut row',
|
||||
'copy_row' => 'Copy row',
|
||||
'paste_row_before' => 'Paste row before',
|
||||
'paste_row_after' => 'Paste row after',
|
||||
'row_type' => 'Row type',
|
||||
'row_type_header' => 'Header',
|
||||
'row_type_body' => 'Body',
|
||||
'row_type_footer' => 'Footer',
|
||||
'alignment' => 'Alignment',
|
||||
'cut_column' => 'Cut column',
|
||||
'copy_column' => 'Copy column',
|
||||
'paste_column_before' => 'Paste column before',
|
||||
'paste_column_after' => 'Paste column after',
|
||||
'cell_padding' => 'Cell padding',
|
||||
'cell_spacing' => 'Cell spacing',
|
||||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'table_properties' => 'Настройки на таблицата',
|
||||
'table_properties_title' => 'Настройки на таблицата',
|
||||
'delete_table' => 'Изтрий таблицата',
|
||||
'insert_row_before' => 'Вмъкни реда преди',
|
||||
'insert_row_after' => 'Вмъкни реда след',
|
||||
'delete_row' => 'Изтрий реда',
|
||||
'insert_column_before' => 'Вмъкни колоната преди',
|
||||
'insert_column_after' => 'Вмъкни колоната след',
|
||||
'delete_column' => 'Изтрий колоната',
|
||||
'table_cell' => 'Клетка',
|
||||
'table_row' => 'Ред',
|
||||
'table_column' => 'Колона',
|
||||
'cell_properties' => 'Настройки на клетката',
|
||||
'cell_properties_title' => 'Настройки на клетката',
|
||||
'cell_type' => 'Тип на клетката',
|
||||
'cell_type_cell' => 'Клетка',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Заглавна клетка',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Група от редове',
|
||||
'table_column_group' => 'Група от колони',
|
||||
'horizontal_align' => 'Хоризонтално разположение',
|
||||
'vertical_align' => 'Вертикално разположение',
|
||||
'border_width' => 'Дължината на рамката',
|
||||
'border_style' => 'Стил на рамката',
|
||||
'border_color' => 'Цвят на рамката',
|
||||
'row_properties' => 'Свойства на реда',
|
||||
'row_properties_title' => 'Свойства на реда',
|
||||
'cut_row' => 'Изрежи реда',
|
||||
'copy_row' => 'Копирай реда',
|
||||
'paste_row_before' => 'Постави реда преди',
|
||||
'paste_row_after' => 'Постави реда след',
|
||||
'row_type' => 'Тип на реда',
|
||||
'row_type_header' => 'Заглавка',
|
||||
'row_type_body' => 'Тяло',
|
||||
'row_type_footer' => 'Долна част',
|
||||
'alignment' => 'Разположение',
|
||||
'cut_column' => 'Изрежи колоната',
|
||||
'copy_column' => 'Копирай колоната',
|
||||
'paste_column_before' => 'Постави колоната преди',
|
||||
'paste_column_after' => 'Постави колоната след',
|
||||
'cell_padding' => 'Отстояние на клетката',
|
||||
'cell_spacing' => 'Отстояние на клетката',
|
||||
'caption' => 'Надпис',
|
||||
'show_caption' => 'Покажи надпис',
|
||||
'constrain' => 'Ограничи пропорциите',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
'alt_desc' => 'Alternative description',
|
||||
'embed' => 'Embed',
|
||||
'paste_embed' => 'Paste your embed code below:',
|
||||
'source' => 'Източник',
|
||||
'alt_desc' => 'Алтернативно описание',
|
||||
'embed' => 'Вгради',
|
||||
'paste_embed' => 'Постави кода за вмъкване отдолу:',
|
||||
'url' => 'URL',
|
||||
'text_to_display' => 'Text to display',
|
||||
'title' => 'Title',
|
||||
'open_link' => 'Open link in...',
|
||||
'open_link_current' => 'Current window',
|
||||
'open_link_new' => 'New window',
|
||||
'insert_collapsible' => 'Insert collapsible block',
|
||||
'collapsible_unwrap' => 'Unwrap',
|
||||
'edit_label' => 'Edit label',
|
||||
'toggle_open_closed' => 'Toggle open/closed',
|
||||
'collapsible_edit' => 'Edit collapsible block',
|
||||
'toggle_label' => 'Toggle label',
|
||||
'text_to_display' => 'Текст за показване',
|
||||
'title' => 'Заглавие',
|
||||
'open_link' => 'Отваряне не връзката в...',
|
||||
'open_link_current' => 'Текущ прозорец',
|
||||
'open_link_new' => 'Нов прозорец',
|
||||
'insert_collapsible' => 'Вмъкни сгъваем блок',
|
||||
'collapsible_unwrap' => 'Разгъни',
|
||||
'edit_label' => 'Редактирай етикета',
|
||||
'toggle_open_closed' => 'Превключи отворено/затворено',
|
||||
'collapsible_edit' => 'Редактирай сгъваем блок',
|
||||
'toggle_label' => 'Превключи надписа',
|
||||
|
||||
// About view
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'Относно визуалния редактор',
|
||||
'editor_license' => 'Лиценз, авторски и сходни права на редактора',
|
||||
'editor_tiny_license' => 'Този редактор е създаден с :tinyLink, който е предоставен с лиценз LGPL v2.1.',
|
||||
'editor_tiny_license_link' => 'Авторското и сходните му права, както и лицензът на TinyMCE, могат да бъдат намерени тук.',
|
||||
'save_continue' => 'Запази страницата и продължи',
|
||||
'callouts_cycle' => '(Продължавай да натискаш, за да превключваш типовете)',
|
||||
'link_selector' => 'Свържи със съдържанието',
|
||||
'shortcuts' => 'Преки пътища',
|
||||
'shortcut' => 'Пряк път',
|
||||
'shortcuts_intro' => 'Следните клавишни комбинации са налични за редактора:',
|
||||
'windows_linux' => '(Windows/Linux)',
|
||||
'mac' => '(Mac)',
|
||||
'description' => 'Description',
|
||||
'description' => 'Описание',
|
||||
];
|
||||
|
|
|
@ -27,7 +27,7 @@ return [
|
|||
'images' => 'Изображения',
|
||||
'my_recent_drafts' => 'Моите скорошни драфтове',
|
||||
'my_recently_viewed' => 'Моите скорошни преглеждания',
|
||||
'my_most_viewed_favourites' => 'My Most Viewed Favourites',
|
||||
'my_most_viewed_favourites' => 'Моите най-преглеждани любими',
|
||||
'my_favourites' => 'Моите фаворити',
|
||||
'no_pages_viewed' => 'Не сте прегледали никакви страници',
|
||||
'no_pages_recently_created' => 'Не са били създавани страници скоро',
|
||||
|
@ -36,7 +36,7 @@ return [
|
|||
'export_html' => 'Прикачени уеб файлове',
|
||||
'export_pdf' => 'PDF файл',
|
||||
'export_text' => 'Обикновен текстов файл',
|
||||
'export_md' => 'Markdown File',
|
||||
'export_md' => 'Markdown файл',
|
||||
|
||||
// Permissions and restrictions
|
||||
'permissions' => 'Права',
|
||||
|
@ -53,7 +53,7 @@ return [
|
|||
'search_for_term' => 'Търси :term',
|
||||
'search_more' => 'Още резултати',
|
||||
'search_advanced' => 'Подробно търсене',
|
||||
'search_terms' => 'Search Terms',
|
||||
'search_terms' => 'Термини за търсене',
|
||||
'search_content_type' => 'Тип на съдържание',
|
||||
'search_exact_matches' => 'Точни съвпадения',
|
||||
'search_tags' => 'Търсене на тагове',
|
||||
|
@ -99,7 +99,7 @@ return [
|
|||
'shelves_permissions' => 'Настройки за достъп до рафта с книги',
|
||||
'shelves_permissions_updated' => 'Настройките за достъп до рафта с книги е обновен',
|
||||
'shelves_permissions_active' => 'Настройките за достъп до рафта с книги е активен',
|
||||
'shelves_permissions_cascade_warning' => 'Permissions on bookshelves do not automatically cascade to contained books. This is because a book can exist on multiple shelves. Permissions can however be copied down to child books using the option found below.',
|
||||
'shelves_permissions_cascade_warning' => 'Привилегиите на рафтовете не се разпространяват автоматично към съдържаните в тях книги. Това е така, защото една книга може да съществува на няколко различни рафта. Въпреки това, привилегиите могат да бъдат копирани до книгите вътре чрез опцията отдолу.',
|
||||
'shelves_copy_permissions_to_books' => 'Копирай настойките за достъп към книгите',
|
||||
'shelves_copy_permissions' => 'Копирай настройките за достъп',
|
||||
'shelves_copy_permissions_explain' => 'Това ще приложи настоящите настройки за достъп на този рафт с книги за всички книги, съдържащи се в него. Преди да активирате, уверете се, че всички промени в настройките за достъп на този рафт са запазени.',
|
||||
|
@ -143,8 +143,8 @@ return [
|
|||
'books_sort_chapters_last' => 'Последна глава',
|
||||
'books_sort_show_other' => 'Покажи други книги',
|
||||
'books_sort_save' => 'Запази новата подредба',
|
||||
'books_copy' => 'Copy Book',
|
||||
'books_copy_success' => 'Book successfully copied',
|
||||
'books_copy' => 'Копирай книгата',
|
||||
'books_copy_success' => 'Книгата е копирана успешно',
|
||||
|
||||
// Chapters
|
||||
'chapter' => 'Глава',
|
||||
|
@ -155,7 +155,7 @@ return [
|
|||
'chapters_create' => 'Създай нова глава',
|
||||
'chapters_delete' => 'Изтрий глава',
|
||||
'chapters_delete_named' => 'Изтрий глава :chapterName',
|
||||
'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\'. All pages that exist within this chapter will also be deleted.',
|
||||
'chapters_delete_explain' => 'Това ще изтрие главата \':chapterName\'. Всички страници в главата също ще бъдат изтрити.',
|
||||
'chapters_delete_confirm' => 'Сигурни ли сте, че искате да изтриете тази глава?',
|
||||
'chapters_edit' => 'Редактирай глава',
|
||||
'chapters_edit_named' => 'Актуализирай глава :chapterName',
|
||||
|
@ -163,8 +163,8 @@ return [
|
|||
'chapters_move' => 'Премести глава',
|
||||
'chapters_move_named' => 'Премести глава :chapterName',
|
||||
'chapter_move_success' => 'Главата беше преместена в :bookName',
|
||||
'chapters_copy' => 'Copy Chapter',
|
||||
'chapters_copy_success' => 'Chapter successfully copied',
|
||||
'chapters_copy' => 'Копирай главата',
|
||||
'chapters_copy_success' => 'Главата е копирана успешно',
|
||||
'chapters_permissions' => 'Настойки за достъп на главата',
|
||||
'chapters_empty' => 'Няма създадени страници в тази глава.',
|
||||
'chapters_permissions_active' => 'Настройките за достъп до глава са активни',
|
||||
|
@ -219,7 +219,7 @@ return [
|
|||
'pages_revisions' => 'Ревизии на страницата',
|
||||
'pages_revisions_named' => 'Ревизии на страницата :pageName',
|
||||
'pages_revision_named' => 'Ревизия на страницата :pageName',
|
||||
'pages_revision_restored_from' => 'Restored from #:id; :summary',
|
||||
'pages_revision_restored_from' => 'Възстановено от #:id; :summary',
|
||||
'pages_revisions_created_by' => 'Създадено от',
|
||||
'pages_revisions_date' => 'Дата на ревизията',
|
||||
'pages_revisions_number' => '№',
|
||||
|
@ -238,7 +238,7 @@ return [
|
|||
'pages_initial_name' => 'Нова страница',
|
||||
'pages_editing_draft_notification' => 'В момента редактирате чернова, която беше последно обновена :timeDiff.',
|
||||
'pages_draft_edited_notification' => 'Тази страница беше актуализирана от тогава. Препоръчително е да изтриете настоящата чернова.',
|
||||
'pages_draft_page_changed_since_creation' => 'This page has been updated since this draft was created. It is recommended that you discard this draft or take care not to overwrite any page changes.',
|
||||
'pages_draft_page_changed_since_creation' => 'Страницата е била обновена от създаването на черновата. Препоръчително е да изтриеш черновата или да се погрижиш да не презапишеш промени по страницата.',
|
||||
'pages_draft_edit_active' => [
|
||||
'start_a' => ':count потребителя започнаха да редактират настоящата страница',
|
||||
'start_b' => ':userName в момента редактира тази страница',
|
||||
|
@ -262,16 +262,16 @@ return [
|
|||
'tags_explain' => "Добавете няколко тага за да категоризирате по добре вашето съдържание. \n Може да добавите съдържание на таговете за по-подробна организация.",
|
||||
'tags_add' => 'Добави друг таг',
|
||||
'tags_remove' => 'Премахни този таг',
|
||||
'tags_usages' => 'Total tag usages',
|
||||
'tags_assigned_pages' => 'Assigned to Pages',
|
||||
'tags_assigned_chapters' => 'Assigned to Chapters',
|
||||
'tags_assigned_books' => 'Assigned to Books',
|
||||
'tags_assigned_shelves' => 'Assigned to Shelves',
|
||||
'tags_x_unique_values' => ':count unique values',
|
||||
'tags_all_values' => 'All values',
|
||||
'tags_view_tags' => 'View Tags',
|
||||
'tags_view_existing_tags' => 'View existing tags',
|
||||
'tags_list_empty_hint' => 'Tags can be assigned via the page editor sidebar or while editing the details of a book, chapter or shelf.',
|
||||
'tags_usages' => 'Общо ползвания на таг',
|
||||
'tags_assigned_pages' => 'Присвоен на страници',
|
||||
'tags_assigned_chapters' => 'Присвоен на глави',
|
||||
'tags_assigned_books' => 'Присвоен на книги',
|
||||
'tags_assigned_shelves' => 'Присвоен на рафтове',
|
||||
'tags_x_unique_values' => ':count уникални стойности',
|
||||
'tags_all_values' => 'Всички стойности',
|
||||
'tags_view_tags' => 'Виж тагове',
|
||||
'tags_view_existing_tags' => 'Виж съществуващи тагове',
|
||||
'tags_list_empty_hint' => 'Таговете могат да бъдат прилагани чрез страничната лента в редактора на страници или по време на редактирането на детайлите за книги, глави или рафтове.',
|
||||
'attachments' => 'Прикачени файлове',
|
||||
'attachments_explain' => 'Прикачете файлове или линкове, които да са видими на вашата страница. Същите ще бъдат видими във вашето странично поле.',
|
||||
'attachments_explain_instant_save' => 'Промените тук се запазват веднага.',
|
||||
|
@ -288,7 +288,7 @@ return [
|
|||
'attachments_link_url' => 'Линк към файла',
|
||||
'attachments_link_url_hint' => 'Url на сайт или файл',
|
||||
'attach' => 'Прикачване',
|
||||
'attachments_insert_link' => 'Add Attachment Link to Page',
|
||||
'attachments_insert_link' => 'Добави линк на прикачен файл към страница',
|
||||
'attachments_edit_file' => 'Редактирай файл',
|
||||
'attachments_edit_file_name' => 'Име на файл',
|
||||
'attachments_edit_drop_upload' => 'Поставете файл или цъкнете тук за да прикачите и обновите',
|
||||
|
@ -338,10 +338,10 @@ return [
|
|||
'revision_cannot_delete_latest' => 'Не може да изтриете последната версия.',
|
||||
|
||||
// Copy view
|
||||
'copy_consider' => 'Please consider the below when copying content.',
|
||||
'copy_consider_permissions' => 'Custom permission settings will not be copied.',
|
||||
'copy_consider_owner' => 'You will become the owner of all copied content.',
|
||||
'copy_consider_images' => 'Page image files will not be duplicated & the original images will retain their relation to the page they were originally uploaded to.',
|
||||
'copy_consider_attachments' => 'Page attachments will not be copied.',
|
||||
'copy_consider_access' => 'A change of location, owner or permissions may result in this content being accessible to those previously without access.',
|
||||
'copy_consider' => 'Моля, имай предвид долното при копиране на съдържание.',
|
||||
'copy_consider_permissions' => 'Специфичните настройки на привилегиите няма да бъдат копирани.',
|
||||
'copy_consider_owner' => 'Ти ще станеш собственикът на цялото копирано съдържание.',
|
||||
'copy_consider_images' => 'Файловете на изображенията в страницата няма да бъдат дубликирани и оригиналните изображения ще запазят връзката си със страницата, на която са били качени първоначално.',
|
||||
'copy_consider_attachments' => 'Прикачените към страницата обекти няма да бъдат копирани.',
|
||||
'copy_consider_access' => 'Смяна на местоположението, собственика или привилегиите може да направи това съдържание достъпно за тези, които не са го виждали преди.',
|
||||
];
|
||||
|
|
|
@ -11,10 +11,10 @@ return [
|
|||
// Auth
|
||||
'error_user_exists_different_creds' => 'Потребител с емайл :email вече съществува но с други данни.',
|
||||
'email_already_confirmed' => 'Емейлът вече беше потвърден. Моля опитрайте да влезете.',
|
||||
'email_confirmation_invalid' => 'Този код за достъп не е валиден или вече е бил използван, Моля опитрайте се да се регистрирате отново.',
|
||||
'email_confirmation_invalid' => 'Този код за достъп не е валиден или вече е бил използван, Моля опитай да се регистрираш отново.',
|
||||
'email_confirmation_expired' => 'Кодът за потвърждение изтече, нов емейл за потвърждение беше изпратен.',
|
||||
'email_confirmation_awaiting' => 'Емайл адреса, който използвате трябва да се потвърди',
|
||||
'ldap_fail_anonymous' => 'LDAP протокола прекъсна, използвайки анонимни настройки',
|
||||
'ldap_fail_anonymous' => 'LDAP достъпът е неуспешен с анонимни настройки',
|
||||
'ldap_fail_authed' => 'Опита за достъп чрез LDAP с използваната парола не беше успешен',
|
||||
'ldap_extension_not_installed' => 'LDAP PHP не беше инсталирана',
|
||||
'ldap_cannot_connect' => 'Не може да се свържете с Ldap сървъра, първоначалната връзка се разпадна',
|
||||
|
@ -22,62 +22,62 @@ return [
|
|||
'saml_user_not_registered' => 'Потребителят :name не е регистриран и автоматичната регистрация не е достъпна',
|
||||
'saml_no_email_address' => 'Не успяхме да намерим емейл адрес, за този потребител, от информацията предоставена от външната система',
|
||||
'saml_invalid_response_id' => 'Заявката от външната система не е разпознат от процеса започнат от това приложение. Връщането назад след влизане може да породи този проблем.',
|
||||
'saml_fail_authed' => 'Влизането чрез :system не беше успешно, системата не успя да оторизира потребителя',
|
||||
'oidc_already_logged_in' => 'Already logged in',
|
||||
'oidc_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
|
||||
'oidc_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
|
||||
'oidc_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
|
||||
'saml_fail_authed' => 'Влизането чрез :system не беше успешно, системата не успя да удостовери потребителя',
|
||||
'oidc_already_logged_in' => 'Вече си вписан',
|
||||
'oidc_user_not_registered' => 'Потребителят :name не е регистриран, а автоматичната регистрация е изключена',
|
||||
'oidc_no_email_address' => 'Не можах да намеря имейл адрес за този потребител в данните, предоставени от външната удостоверителна система',
|
||||
'oidc_fail_authed' => 'Вписването чрез :system не беше успешно, тъй като системата не предостави успешна оторизация',
|
||||
'social_no_action_defined' => 'Действието не беше дефинирано',
|
||||
'social_login_bad_response' => "Възникна грешка по време на :socialAccount login: \n:error",
|
||||
'social_account_in_use' => 'Този :socialAccount вече е използван. Опитайте се да влезете чрез опцията за :socialAccount.',
|
||||
'social_account_email_in_use' => 'Този емейл адрес вече е бил използван. Ако вече имате профил, може да го свържете чрез :socialAccount от вашия профил.',
|
||||
'social_account_existing' => 'Този :socialAccount вече в свързан с вашия профил.',
|
||||
'social_account_already_used_existing' => 'Този :socialAccount вече се използва от друг потребител.',
|
||||
'social_account_not_used' => 'Този :socialAccount не е свързан с профил. Моля свържете го с вашия профил. ',
|
||||
'social_account_register_instructions' => 'Ако все още нямате профил, може да се регистрирате чрез :socialAccount опцията.',
|
||||
'social_driver_not_found' => 'Social driver not found',
|
||||
'social_driver_not_configured' => 'Your :socialAccount social settings are not configured correctly.',
|
||||
'invite_token_expired' => 'This invitation link has expired. You can instead try to reset your account password.',
|
||||
'social_account_not_used' => 'Социалният профил :socialAccount не е свързан с потребител. Моля, свържи го в настройките на профила си. ',
|
||||
'social_account_register_instructions' => 'Ако все още нямаш профил, може да се регистрираш чрез опцията :socialAccount.',
|
||||
'social_driver_not_found' => 'Кодът за връзка със социалната мрежа не съществува',
|
||||
'social_driver_not_configured' => 'Социалните настройки на твоя :socialAccount не са конфигурирани правилно.',
|
||||
'invite_token_expired' => 'Твоята покана е изтекла. Вместо това може да пробваш да възстановиш паролата на профила си.',
|
||||
|
||||
// System
|
||||
'path_not_writable' => 'File path :filePath could not be uploaded to. Ensure it is writable to the server.',
|
||||
'cannot_get_image_from_url' => 'Cannot get image from :url',
|
||||
'cannot_create_thumbs' => 'The server cannot create thumbnails. Please check you have the GD PHP extension installed.',
|
||||
'server_upload_limit' => 'The server does not allow uploads of this size. Please try a smaller file size.',
|
||||
'uploaded' => 'The server does not allow uploads of this size. Please try a smaller file size.',
|
||||
'image_upload_error' => 'An error occurred uploading the image',
|
||||
'image_upload_type_error' => 'The image type being uploaded is invalid',
|
||||
'file_upload_timeout' => 'The file upload has timed out.',
|
||||
'path_not_writable' => 'Не може да се качи файл в :filePath. Увери се на сървъра, че в пътя може да се записва.',
|
||||
'cannot_get_image_from_url' => 'Не мога да взема съобщението от :url',
|
||||
'cannot_create_thumbs' => 'Сървърът не може да създаде малки изображения. Моля, увери се, че разширението GD PHP е инсталирано.',
|
||||
'server_upload_limit' => 'Сървърът не позволява качвания с такъв размер. Моля, пробвайте файл с по-малък размер.',
|
||||
'uploaded' => 'Сървърът не позволява качвания с такъв размер. Моля, пробвайте файл с по-малък размер.',
|
||||
'image_upload_error' => 'Възникна грешка при качването на изображението',
|
||||
'image_upload_type_error' => 'Типът на качваното изображение е невалиден',
|
||||
'file_upload_timeout' => 'Качването на файла изтече.',
|
||||
|
||||
// Attachments
|
||||
'attachment_not_found' => 'Attachment not found',
|
||||
'attachment_not_found' => 'Прикачения файл не е намерен',
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'Failed to save draft. Ensure you have internet connection before saving this page',
|
||||
'page_custom_home_deletion' => 'Cannot delete a page while it is set as a homepage',
|
||||
'page_draft_autosave_fail' => 'Неуспешно запазване на черновата. Увери се, че имаш свързаност с интернет преди да запазиш страницата',
|
||||
'page_custom_home_deletion' => 'Не мога да изтрия страницата, докато е настроена като начална',
|
||||
|
||||
// Entities
|
||||
'entity_not_found' => 'Entity not found',
|
||||
'bookshelf_not_found' => 'Bookshelf not found',
|
||||
'book_not_found' => 'Book not found',
|
||||
'page_not_found' => 'Page not found',
|
||||
'chapter_not_found' => 'Chapter not found',
|
||||
'selected_book_not_found' => 'The selected book was not found',
|
||||
'selected_book_chapter_not_found' => 'The selected Book or Chapter was not found',
|
||||
'guests_cannot_save_drafts' => 'Guests cannot save drafts',
|
||||
'entity_not_found' => 'Обектът не е намерен',
|
||||
'bookshelf_not_found' => 'Рафтът не е намерен',
|
||||
'book_not_found' => 'Книгата не е намерена',
|
||||
'page_not_found' => 'Страницата не е намерена',
|
||||
'chapter_not_found' => 'Главата не е намерена',
|
||||
'selected_book_not_found' => 'Избраната книга не е намерена',
|
||||
'selected_book_chapter_not_found' => 'Избраната книга или глава не е намерена',
|
||||
'guests_cannot_save_drafts' => 'Гостите не могат да запазват чернови',
|
||||
|
||||
// Users
|
||||
'users_cannot_delete_only_admin' => 'You cannot delete the only admin',
|
||||
'users_cannot_delete_guest' => 'You cannot delete the guest user',
|
||||
'users_cannot_delete_only_admin' => 'Не можеш да изтриеш единствения администратор',
|
||||
'users_cannot_delete_guest' => 'Не можеш да изтриеш потребителя на госта',
|
||||
|
||||
// Roles
|
||||
'role_cannot_be_edited' => 'This role cannot be edited',
|
||||
'role_system_cannot_be_deleted' => 'This role is a system role and cannot be deleted',
|
||||
'role_registration_default_cannot_delete' => 'This role cannot be deleted while set as the default registration role',
|
||||
'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.',
|
||||
'role_cannot_be_edited' => 'Ролята не може да бъде редактирана',
|
||||
'role_system_cannot_be_deleted' => 'Тази роля е системна и не може да бъде изтрита',
|
||||
'role_registration_default_cannot_delete' => 'Тази роля не може да бъде изтрита, докато е настроена по подразбиране за нови регистрации',
|
||||
'role_cannot_remove_only_admin' => 'Този потребител е единственият с присвоена администраторска роля. Приложи администраторската роля на друг потребител, преди да я премахнеш от тук.',
|
||||
|
||||
// Comments
|
||||
'comment_list' => 'An error occurred while fetching the comments.',
|
||||
'comment_list' => 'Настъпи грешка при зареждането на коментарите.',
|
||||
'cannot_add_comment_to_draft' => 'Не може да добавяте коментари към чернова.',
|
||||
'comment_add' => 'Възникна грешка при актуализиране/добавяне на коментар.',
|
||||
'comment_delete' => 'Възникна грешка при изтриването на коментара.',
|
||||
|
@ -87,9 +87,9 @@ return [
|
|||
'404_page_not_found' => 'Страницата не е намерена',
|
||||
'sorry_page_not_found' => 'Страницата, която търсите не може да бъде намерена.',
|
||||
'sorry_page_not_found_permission_warning' => 'Ако смятате, че тази страница съществува, най-вероятно нямате право да я преглеждате.',
|
||||
'image_not_found' => 'Image Not Found',
|
||||
'image_not_found_subtitle' => 'Sorry, The image file you were looking for could not be found.',
|
||||
'image_not_found_details' => 'If you expected this image to exist it might have been deleted.',
|
||||
'image_not_found' => 'Изображението не е намерено',
|
||||
'image_not_found_subtitle' => 'Съжалявам, файлът на изображението, което търсиш, не може да бъде намерен.',
|
||||
'image_not_found_details' => 'Ако си очаквал/а това изображение да същестува, може да е било изтрито.',
|
||||
'return_home' => 'Назад към Начало',
|
||||
'error_occurred' => 'Възникна грешка',
|
||||
'app_down' => ':appName не е достъпно в момента',
|
||||
|
|
|
@ -7,9 +7,9 @@
|
|||
return [
|
||||
|
||||
'password' => 'Паролите трябва да имат поне 8 символа и да съвпадат с потвърждението.',
|
||||
'user' => "Не можем да намерим потребител с този имейл адрес.",
|
||||
'token' => 'Кодът за зануляване на паролата е невалиден за този емейл адрес.',
|
||||
'sent' => 'Пратихме връзка за нулиране на паролата до имейла ви!',
|
||||
'reset' => 'Вашата парола е нулирана!',
|
||||
'user' => "Не може да се намери потребител с този имейл адрес.",
|
||||
'token' => 'Кодът за възстановяване на паролата е невалиден за този емейл адрес.',
|
||||
'sent' => 'На имейла ти е изпратена връзка за възстановяване на паролата ти!',
|
||||
'reset' => 'Парола ти е възстановена!',
|
||||
|
||||
];
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Настройки',
|
||||
'settings_save' => 'Запази настройките',
|
||||
'settings_save_success' => 'Настройките са записани',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Персонализиране',
|
||||
|
@ -34,52 +36,52 @@ return [
|
|||
'app_logo_desc' => 'Това изображение трябва да е с 43px височина. <br> Големите изображения ще бъдат намалени.',
|
||||
'app_primary_color' => 'Основен цвят на приложението',
|
||||
'app_primary_color_desc' => 'Изберете основния цвят на приложението, включително на банера, бутоните и линковете.',
|
||||
'app_homepage' => 'Application Homepage',
|
||||
'app_homepage' => 'Начлна страница на приложението',
|
||||
'app_homepage_desc' => 'Изберете начална страница, която ще замени изгледа по подразбиране. Дефинираните права на страницата, която е избрана ще бъдат игнорирани.',
|
||||
'app_homepage_select' => 'Избери страница',
|
||||
'app_footer_links' => 'Футър линкове',
|
||||
'app_footer_links_desc' => 'Добави линк в съдържанието на футъра. Добавените линкове ще се показват долу в повечето страници, включително и в страниците, в които логването не е задължително. Можете да използвате заместител "trans::<key>", за да използвате дума дефинирана от системата. Пример: Използването на "trans::common.privacy_policy" ще покаже "Лични данни" или на "trans::common.terms_of_service" ще покаже "Общи условия".',
|
||||
'app_footer_links_label' => 'Link Label',
|
||||
'app_footer_links_label' => 'Надпис на връзката',
|
||||
'app_footer_links_url' => 'Линк URL',
|
||||
'app_footer_links_add' => 'Добави футър линк',
|
||||
'app_disable_comments' => 'Disable Comments',
|
||||
'app_disable_comments_toggle' => 'Disable comments',
|
||||
'app_disable_comments_desc' => 'Disables comments across all pages in the application. <br> Existing comments are not shown.',
|
||||
'app_disable_comments' => 'Изключи коментарите',
|
||||
'app_disable_comments_toggle' => 'Изключи коментарите',
|
||||
'app_disable_comments_desc' => 'Изключва коментарите във всички на страници на приложението. <br> Съществуващите коментари няма да се показват.',
|
||||
|
||||
// Color settings
|
||||
'content_colors' => 'Content Colors',
|
||||
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
|
||||
'bookshelf_color' => 'Shelf Color',
|
||||
'book_color' => 'Book Color',
|
||||
'chapter_color' => 'Chapter Color',
|
||||
'page_color' => 'Page Color',
|
||||
'page_draft_color' => 'Page Draft Color',
|
||||
'content_colors' => 'Цвят на съдържанието',
|
||||
'content_colors_desc' => 'Настройва цветовете за всички елементи на йерархията за организацията на страницата. Избор на цвят с яркост, близка до цветовете по подразбиране, се препоръчва за четимостта.',
|
||||
'bookshelf_color' => 'Цвят на рафта',
|
||||
'book_color' => 'Цвят на книгата',
|
||||
'chapter_color' => 'Цвят на главата',
|
||||
'page_color' => 'Цвят на страницата',
|
||||
'page_draft_color' => 'Цвят на черновата за страница',
|
||||
|
||||
// Registration Settings
|
||||
'reg_settings' => 'Registration',
|
||||
'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' => 'Default user role after registration',
|
||||
'reg_enable_external_warning' => 'The option above is ignored while external LDAP or SAML authentication is active. User accounts for non-existing members will be auto-created if authentication, against the external system in use, is successful.',
|
||||
'reg_email_confirmation' => 'Email Confirmation',
|
||||
'reg_email_confirmation_toggle' => 'Require email confirmation',
|
||||
'reg_confirm_email_desc' => 'If domain restriction is used then email confirmation will be required and this option will be ignored.',
|
||||
'reg_confirm_restrict_domain' => 'Domain Restriction',
|
||||
'reg_confirm_restrict_domain_desc' => 'Enter a comma separated list of email domains you would like to restrict registration to. Users will be sent an email to confirm their address before being allowed to interact with the application. <br> Note that users will be able to change their email addresses after successful registration.',
|
||||
'reg_confirm_restrict_domain_placeholder' => 'No restriction set',
|
||||
'reg_settings' => 'Регистрация',
|
||||
'reg_enable' => 'Включи регистрацията',
|
||||
'reg_enable_toggle' => 'Включи регистрацията',
|
||||
'reg_enable_desc' => 'Когато регистрацията е включена, потребителите ще могат да се регистрират като потребители на приложението. След регистрация на тях им се дава роля по подразбиране.',
|
||||
'reg_default_role' => 'Роля по подразбиране след регистрация',
|
||||
'reg_enable_external_warning' => 'Опцията отгоре се игнорира при активно външно LDAP или SAML удостоверяване. Ако удостоверяването от външната система е успешно, автоматично ще се създават потребителски профили за несъществуващи членове.',
|
||||
'reg_email_confirmation' => 'Имейл потвърждение',
|
||||
'reg_email_confirmation_toggle' => 'Изисквай имейл потвърждение',
|
||||
'reg_confirm_email_desc' => 'Ако се използват ограничения за домейна, ще се изисква имейл потвърждение и тази настройка ще бъде игнорирана.',
|
||||
'reg_confirm_restrict_domain' => 'Ограничения за домейна',
|
||||
'reg_confirm_restrict_domain_desc' => 'Въведи разделен със запетаи списък от имейл домейни, до които да бъде ограничена регистрацията. На потребителите ще им бъде изпратен имейл, за да потвърдят адреса, преди да могат да използват приложението. <br> Имай предвид, че потребителите ще могат да сменят имейл адресите си след успешна регистрация.',
|
||||
'reg_confirm_restrict_domain_placeholder' => 'Няма наложени ограничения',
|
||||
|
||||
// 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_delete_images_only_in_revisions' => 'Also delete images that only exist in old page 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!',
|
||||
'maint_send_test_email' => 'Send a Test Email',
|
||||
'maint_send_test_email_desc' => 'This sends a test email to your email address specified in your profile.',
|
||||
'maint' => 'Поддръжка',
|
||||
'maint_image_cleanup' => 'Разчисти изображения',
|
||||
'maint_image_cleanup_desc' => 'Сканира съдържанието на страници и ревизиите, за да провери кои изображения и рисунки се използват и кои се повтарят. Увери се, че имаш пълни резервни копия на базата данни и на изображенията, преди да пуснеш това.',
|
||||
'maint_delete_images_only_in_revisions' => 'Също изтрий изображенията, които съществуват само в стари ревизии на страниците',
|
||||
'maint_image_cleanup_run' => 'Пусни разчистване',
|
||||
'maint_image_cleanup_warning' => 'Намерени са :count потенциално неизползвани изображения. Сигурен/на ли си, че искаш да изтриеш тези изображения?',
|
||||
'maint_image_cleanup_success' => 'Намерени и изтрити са :count потенциално неизползвани изображения!',
|
||||
'maint_image_cleanup_nothing_found' => 'Не са намерени неизползвани изображения и нищо не е изтрито!',
|
||||
'maint_send_test_email' => 'Изпрати тестови имейл',
|
||||
'maint_send_test_email_desc' => 'Това изпраща тестови имейл на имейл адреса, посочен в профила ти.',
|
||||
'maint_send_test_email_run' => 'Изпрати тестов имейл',
|
||||
'maint_send_test_email_success' => 'Имейл изпратен на :address',
|
||||
'maint_send_test_email_mail_subject' => 'Тестов Имейл',
|
||||
|
@ -90,36 +92,36 @@ return [
|
|||
|
||||
// Recycle Bin
|
||||
'recycle_bin' => 'Кошче',
|
||||
'recycle_bin_desc' => 'Here you can restore items that have been deleted or choose to permanently remove them from the system. This list is unfiltered unlike similar activity lists in the system where permission filters are applied.',
|
||||
'recycle_bin_desc' => 'Тук може да възстановиш изтрити обекти или да ги премахнеш завинаги от системата. Този списък не е филтриран, за разлика от подобни списъци с активност в системата, където са приложени списъци за привилегии.',
|
||||
'recycle_bin_deleted_item' => 'Изтрит предмет',
|
||||
'recycle_bin_deleted_parent' => 'Parent',
|
||||
'recycle_bin_deleted_parent' => 'Родител',
|
||||
'recycle_bin_deleted_by' => 'Изтрит от',
|
||||
'recycle_bin_deleted_at' => 'Час на изтриване',
|
||||
'recycle_bin_permanently_delete' => 'Permanently Delete',
|
||||
'recycle_bin_restore' => 'Restore',
|
||||
'recycle_bin_contents_empty' => 'The recycle bin is currently empty',
|
||||
'recycle_bin_empty' => 'Empty Recycle Bin',
|
||||
'recycle_bin_empty_confirm' => 'This will permanently destroy all items in the recycle bin including content contained within each item. Are you sure you want to empty the recycle bin?',
|
||||
'recycle_bin_destroy_confirm' => 'This action will permanently delete this item, along with any child elements listed below, from the system and you will not be able to restore this content. Are you sure you want to permanently delete this item?',
|
||||
'recycle_bin_destroy_list' => 'Items to be Destroyed',
|
||||
'recycle_bin_restore_list' => 'Items to be Restored',
|
||||
'recycle_bin_restore_confirm' => 'This action will restore the deleted item, including any child elements, to their original location. If the original location has since been deleted, and is now in the recycle bin, the parent item will also need to be restored.',
|
||||
'recycle_bin_restore_deleted_parent' => 'The parent of this item has also been deleted. These will remain deleted until that parent is also restored.',
|
||||
'recycle_bin_restore_parent' => 'Restore Parent',
|
||||
'recycle_bin_destroy_notification' => 'Deleted :count total items from the recycle bin.',
|
||||
'recycle_bin_restore_notification' => 'Restored :count total items from the recycle bin.',
|
||||
'recycle_bin_permanently_delete' => 'Изтрий завинаги',
|
||||
'recycle_bin_restore' => 'Възстанови',
|
||||
'recycle_bin_contents_empty' => 'Кошчето е празно',
|
||||
'recycle_bin_empty' => 'Изпразни кочшето',
|
||||
'recycle_bin_empty_confirm' => 'Това ще унищожи завинаги всички обекти в кошчето, включително съдържанието във всеки обект. Сигурен/на ли си, че искаш да изпразниш кошчето?',
|
||||
'recycle_bin_destroy_confirm' => 'Това действие завинаги ще изтрие от системата този обект, както и всички негови поделементи, и няма да можеш да го възстановиш. Сигурен/на ли си, че искаш да изтриеш този обект завинаги?',
|
||||
'recycle_bin_destroy_list' => 'Обекти за унищожение',
|
||||
'recycle_bin_restore_list' => 'Обекти за възстановяване',
|
||||
'recycle_bin_restore_confirm' => 'Това действие ще възстанови изтрития обект, както и всички негови поделементи, в оригиналното им местоположение. Ако оригиналното им местоположение също е изтрито и сега се намира в кошчето, то също ще трябва да бъде възстановено.',
|
||||
'recycle_bin_restore_deleted_parent' => 'Родителският елемент на този обект също е бил изтрит. Тези ще останат изтрити, докато родителят също бъде възстановен.',
|
||||
'recycle_bin_restore_parent' => 'Възстанови родителския елемент',
|
||||
'recycle_bin_destroy_notification' => 'Изтрити общо :count обекта от кошчето.',
|
||||
'recycle_bin_restore_notification' => 'Възстановени общо :count обекта от кошчето.',
|
||||
|
||||
// Audit Log
|
||||
'audit' => 'Audit Log',
|
||||
'audit_desc' => 'This audit log displays a list of activities tracked in the system. This list is unfiltered unlike similar activity lists in the system where permission filters are applied.',
|
||||
'audit_event_filter' => 'Event Filter',
|
||||
'audit' => 'Ревизорен журнал',
|
||||
'audit_desc' => 'Ревизорният журнал показва списък с всички дейности, следенив системата. Това е нефилтриран списък, за разлика от подобни списъци с дейности в системата, където са приложени филтри за привилегии.',
|
||||
'audit_event_filter' => 'Филтър на събитията',
|
||||
'audit_event_filter_no_filter' => 'Без филтър',
|
||||
'audit_deleted_item' => 'Изтрит предмет',
|
||||
'audit_deleted_item_name' => 'Име: :name',
|
||||
'audit_table_user' => 'Потребител',
|
||||
'audit_table_event' => 'Събитие',
|
||||
'audit_table_related' => 'Related Item or Detail',
|
||||
'audit_table_ip' => 'IP Address',
|
||||
'audit_table_related' => 'Свързан обект или детайл',
|
||||
'audit_table_ip' => 'IP адрес',
|
||||
'audit_table_date' => 'Дата на активност',
|
||||
'audit_date_from' => 'Време от',
|
||||
'audit_date_to' => 'Време до',
|
||||
|
@ -139,7 +141,7 @@ return [
|
|||
'role_details' => 'Детайли на роля',
|
||||
'role_name' => 'Име на ролята',
|
||||
'role_desc' => 'Кратко описание на ролята',
|
||||
'role_mfa_enforced' => 'Requires Multi-Factor Authentication',
|
||||
'role_mfa_enforced' => 'Изисква многофакторно удостоверяване',
|
||||
'role_external_auth_id' => 'Външни ауторизиращи ID-a',
|
||||
'role_system' => 'Настойки за достъп на системата',
|
||||
'role_manage_users' => 'Управление на потребители',
|
||||
|
@ -149,14 +151,14 @@ return [
|
|||
'role_manage_page_templates' => 'Управление на шаблони на страници',
|
||||
'role_access_api' => 'Достъп до API на системата',
|
||||
'role_manage_settings' => 'Управление на настройките на приложението',
|
||||
'role_export_content' => 'Export content',
|
||||
'role_export_content' => 'Експортирай съдържанието',
|
||||
'role_asset' => 'Настройки за достъп до активи',
|
||||
'roles_system_warning' => 'Важно: Добавянето на потребител в някое от горните три роли може да му позволи да промени собствените си права или правата на другите в системата. Възлагайте тези роли само на доверени потребители.',
|
||||
'role_asset_desc' => 'Тези настройки за достъп контролират достъпа по подразбиране до активите в системата. Настройките за достъп до книги, глави и страници ще отменят тези настройки.',
|
||||
'role_asset_admins' => 'Администраторите автоматично получават достъп до цялото съдържание, но тези опции могат да показват или скриват опциите за потребителския интерфейс.',
|
||||
'role_all' => 'Всички',
|
||||
'role_own' => 'Собствени',
|
||||
'role_controlled_by_asset' => 'Controlled by the asset they are uploaded to',
|
||||
'role_controlled_by_asset' => 'Контролирани от актива, към който са качени',
|
||||
'role_save' => 'Запази ролята',
|
||||
'role_update_success' => 'Ролята беше успешно актуализирана',
|
||||
'role_users' => 'Потребители в тази роля',
|
||||
|
@ -169,94 +171,94 @@ return [
|
|||
'users_search' => 'Търси Потребители',
|
||||
'users_latest_activity' => 'Последна активност',
|
||||
'users_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' => 'User Roles',
|
||||
'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 8 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' => 'External Authentication ID',
|
||||
'users_external_auth_id_desc' => 'This is the ID used to match this user when communicating with your external authentication system.',
|
||||
'users_password_warning' => 'Only fill the below if you would like to change your password.',
|
||||
'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.',
|
||||
'users_details_desc' => 'Настрой име и имейл адрес за този потребител. Имейл адресът ще се използва за вписване в приложението.',
|
||||
'users_details_desc_no_email' => 'Настрой име за този потребител, за да могат другите да го разпознават.',
|
||||
'users_role' => 'Потребителски роли',
|
||||
'users_role_desc' => 'Настрой ролите, които ще бъдат присвоени на този потребител. Ако му бъдат присвоени няколко роли, привилегиите от тях ще се насложат и потребителят ще получи всички привилегии на зададените роли.',
|
||||
'users_password' => 'Потребителска парола',
|
||||
'users_password_desc' => 'Настрой парола за вписване в приложението. Тя трябва да бъде дълга поне 8 знака.',
|
||||
'users_send_invite_text' => 'Можеш да изпратиш на потребителя покана по имейл, след което той ще може да настрои своя собствена парола. В противен случай, ти също можеш да настроиш паролата му.',
|
||||
'users_send_invite_option' => 'Изпрати на потребителя имейл покана',
|
||||
'users_external_auth_id' => 'Външен номер за удостоверяване',
|
||||
'users_external_auth_id_desc' => 'Това е номерът, използван за сверяване на потребители при комуникация с конфигурираната външна система за удостоверяване.',
|
||||
'users_password_warning' => 'Попълни отдолу само ако желаеш да смениш паролата си.',
|
||||
'users_system_public' => 'Този потребител представлява всеки гост, който посещава това приложение. Потребителят не може да се използва за вписване, а вместо това се присвоява автоматично.',
|
||||
'users_delete' => 'Изтрий потребител',
|
||||
'users_delete_named' => 'Изтрий потребителя :userName',
|
||||
'users_delete_warning' => 'Това изцяло ще изтрие този потребител с името \':userName\' от системата.',
|
||||
'users_delete_confirm' => 'Сигурни ли сте, че искате да изтриете този потребител?',
|
||||
'users_migrate_ownership' => 'Мигрирайте собствеността на сайта',
|
||||
'users_migrate_ownership_desc' => 'Select a user here if you want another user to become the owner of all items currently owned by this user.',
|
||||
'users_migrate_ownership_desc' => 'Тук избери потребител, ако желаеш друг да стане собственик на всички обекти, които към момента са притежавани от този потребител.',
|
||||
'users_none_selected' => 'Няма избрани потребители',
|
||||
'users_edit' => 'Edit User',
|
||||
'users_edit_profile' => 'Edit Profile',
|
||||
'users_avatar' => 'User Avatar',
|
||||
'users_avatar_desc' => 'Select an image to represent this user. This should be approx 256px square.',
|
||||
'users_preferred_language' => 'Preferred Language',
|
||||
'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' => 'Social Accounts',
|
||||
'users_social_accounts_info' => 'Here you can connect your other accounts for quicker and easier login. Disconnecting an account here does not revoke previously authorized access. Revoke access from your profile settings on the connected social account.',
|
||||
'users_social_connect' => 'Connect Account',
|
||||
'users_social_disconnect' => 'Disconnect Account',
|
||||
'users_social_connected' => ':socialAccount account was successfully attached to your profile.',
|
||||
'users_social_disconnected' => ':socialAccount account was successfully disconnected from your profile.',
|
||||
'users_api_tokens' => 'API Tokens',
|
||||
'users_api_tokens_none' => 'No API tokens have been created for this user',
|
||||
'users_api_tokens_create' => 'Create Token',
|
||||
'users_api_tokens_expires' => 'Expires',
|
||||
'users_api_tokens_docs' => 'API Documentation',
|
||||
'users_mfa' => 'Multi-Factor Authentication',
|
||||
'users_mfa_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
|
||||
'users_mfa_x_methods' => ':count method configured|:count methods configured',
|
||||
'users_mfa_configure' => 'Configure Methods',
|
||||
'users_edit' => 'Редактирай потребител',
|
||||
'users_edit_profile' => 'Редактирай профил',
|
||||
'users_avatar' => 'Потребителски аватар',
|
||||
'users_avatar_desc' => 'Избери изображение, което да представлява този потребител. То трябва да бъде квадрат с размер приблизително 256 пиксела.',
|
||||
'users_preferred_language' => 'Предпочитан език',
|
||||
'users_preferred_language_desc' => 'Тази настройка ще промени езика за потребителския интерфейс на приложението. Това няма да се отрази на създаденото от потребителите съдържание.',
|
||||
'users_social_accounts' => 'Социални профили',
|
||||
'users_social_accounts_info' => 'Тук можеш да свържеш другите си профили за по-бързо и лесно вписване. Отвързването на профил тук няма да анулира предишно удостоверен достъп. Вместо това, спри достъпа от настройките на профила си в свързаната социална мрежа.',
|
||||
'users_social_connect' => 'Свържи профил',
|
||||
'users_social_disconnect' => 'Отвържи профил',
|
||||
'users_social_connected' => 'Профилът :socialAccount беше успешно свързан с профила ти.',
|
||||
'users_social_disconnected' => 'Профилът :socialAccount беше успешно отвързан от профила ти.',
|
||||
'users_api_tokens' => 'API маркери',
|
||||
'users_api_tokens_none' => 'Няма създадени API маркери за този потребител',
|
||||
'users_api_tokens_create' => 'Създай маркер',
|
||||
'users_api_tokens_expires' => 'Изтича на',
|
||||
'users_api_tokens_docs' => 'Документация на API',
|
||||
'users_mfa' => 'Многофакторно удостоверяване',
|
||||
'users_mfa_desc' => 'Настрой многофакторно удостверяване като втори слой сигурност на твоя профил.',
|
||||
'users_mfa_x_methods' => ':count метод е настроен|:count методи са настроени',
|
||||
'users_mfa_configure' => 'Конфигурирай методи',
|
||||
|
||||
// API Tokens
|
||||
'user_api_token_create' => 'Create API Token',
|
||||
'user_api_token_name' => 'Name',
|
||||
'user_api_token_name_desc' => 'Give your token a readable name as a future reminder of its intended purpose.',
|
||||
'user_api_token_expiry' => 'Expiry Date',
|
||||
'user_api_token_expiry_desc' => 'Set a date at which this token expires. After this date, requests made using this token will no longer work. Leaving this field blank will set an expiry 100 years into the future.',
|
||||
'user_api_token_create_secret_message' => 'Immediately after creating this token a "Token ID" & "Token Secret" will be generated and displayed. The secret will only be shown a single time so be sure to copy the value to somewhere safe and secure before proceeding.',
|
||||
'user_api_token_create_success' => 'API token successfully created',
|
||||
'user_api_token_update_success' => 'API token successfully updated',
|
||||
'user_api_token' => 'API Token',
|
||||
'user_api_token_id' => 'Token ID',
|
||||
'user_api_token_id_desc' => 'This is a non-editable system generated identifier for this token which will need to be provided in API requests.',
|
||||
'user_api_token_secret' => 'Token Secret',
|
||||
'user_api_token_secret_desc' => 'This is a system generated secret for this token which will need to be provided in API requests. This will only be displayed this one time so copy this value to somewhere safe and secure.',
|
||||
'user_api_token_created' => 'Token created :timeAgo',
|
||||
'user_api_token_updated' => 'Token updated :timeAgo',
|
||||
'user_api_token_delete' => 'Delete Token',
|
||||
'user_api_token_delete_warning' => 'This will fully delete this API token with the name \':tokenName\' from the system.',
|
||||
'user_api_token_delete_confirm' => 'Are you sure you want to delete this API token?',
|
||||
'user_api_token_delete_success' => 'API token successfully deleted',
|
||||
'user_api_token_create' => 'Създай API маркер',
|
||||
'user_api_token_name' => 'Име',
|
||||
'user_api_token_name_desc' => 'Дай на маркера си четимо име като бъдещо напомняне за предназначението му.',
|
||||
'user_api_token_expiry' => 'Дата на изтичане',
|
||||
'user_api_token_expiry_desc' => 'Настрой дата на изтичане на този маркер. След тази дата, заявки направени с този маркер вече няма да работят. Ако оставиш това поле празно, маркерът ще изтече след 100 години.',
|
||||
'user_api_token_create_secret_message' => 'Веднага след създаването на този маркер ще се генерират и покажат "Номер на маркер" и "Тайна на маркер". Тайната ще бъде показана само веднъж, така че се увери, че си я копирал на сигурно място, преди да продължиш.',
|
||||
'user_api_token_create_success' => 'API маркерът е създаден успешно',
|
||||
'user_api_token_update_success' => 'API маркерът е редактиран успешно',
|
||||
'user_api_token' => 'API маркер',
|
||||
'user_api_token_id' => 'Номер на маркер',
|
||||
'user_api_token_id_desc' => 'Това е нередактируем, системно генериран идентификатор за този маркер, който ще бъде необходимо да бъде предоставян в API заявките.',
|
||||
'user_api_token_secret' => 'Тайна на маркер',
|
||||
'user_api_token_secret_desc' => 'Това е системно генерирана тайна за този маркер, която ще бъде необходимо да бъде предоставяна в API заявки. Тайната ще бъде показана само веднъж, така че се увери, че си я копирал на сигурно място.',
|
||||
'user_api_token_created' => 'Маркерът е създаден :timeAgo',
|
||||
'user_api_token_updated' => 'Маркерът е редактиран :timeAgo',
|
||||
'user_api_token_delete' => 'Изтрий маркер',
|
||||
'user_api_token_delete_warning' => 'Това ще изтрие напълно API маркерът с име \':tokenName\' от системата.',
|
||||
'user_api_token_delete_confirm' => 'Сигурен/на ли си, че искаш да изтриеш този API маркер?',
|
||||
'user_api_token_delete_success' => 'API маркерът е изтрит успешно',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_create' => 'Create New Webhook',
|
||||
'webhooks_none_created' => 'No webhooks have yet been created.',
|
||||
'webhooks_edit' => 'Edit Webhook',
|
||||
'webhooks_save' => 'Save Webhook',
|
||||
'webhooks_details' => 'Webhook Details',
|
||||
'webhooks_details_desc' => 'Provide a user friendly name and a POST endpoint as a location for the webhook data to be sent to.',
|
||||
'webhooks_events' => 'Webhook Events',
|
||||
'webhooks_events_desc' => 'Select all the events that should trigger this webhook to be called.',
|
||||
'webhooks_events_warning' => 'Keep in mind that these events will be triggered for all selected events, even if custom permissions are applied. Ensure that use of this webhook won\'t expose confidential content.',
|
||||
'webhooks_events_all' => 'All system events',
|
||||
'webhooks_name' => 'Webhook Name',
|
||||
'webhooks_timeout' => 'Webhook Request Timeout (Seconds)',
|
||||
'webhooks_endpoint' => 'Webhook Endpoint',
|
||||
'webhooks_active' => 'Webhook Active',
|
||||
'webhook_events_table_header' => 'Events',
|
||||
'webhooks_delete' => 'Delete Webhook',
|
||||
'webhooks_delete_warning' => 'This will fully delete this webhook, with the name \':webhookName\', from the system.',
|
||||
'webhooks_delete_confirm' => 'Are you sure you want to delete this webhook?',
|
||||
'webhooks_format_example' => 'Webhook Format Example',
|
||||
'webhooks_format_example_desc' => 'Webhook data is sent as a POST request to the configured endpoint as JSON following the format below. The "related_item" and "url" properties are optional and will depend on the type of event triggered.',
|
||||
'webhooks_status' => 'Webhook Status',
|
||||
'webhooks_last_called' => 'Last Called:',
|
||||
'webhooks_last_errored' => 'Last Errored:',
|
||||
'webhooks_last_error_message' => 'Last Error Message:',
|
||||
'webhooks' => 'Уебкука',
|
||||
'webhooks_create' => 'Създай нова уебкука',
|
||||
'webhooks_none_created' => 'Няма създадени уебкуки.',
|
||||
'webhooks_edit' => 'Редактирай уебкука',
|
||||
'webhooks_save' => 'Запази уебкука',
|
||||
'webhooks_details' => 'Подробности за уебкука',
|
||||
'webhooks_details_desc' => 'Въведи име и POST крайна точка като местоположение, на което уебкуката да изпраща данни.',
|
||||
'webhooks_events' => 'Събития на уебкуката',
|
||||
'webhooks_events_desc' => 'Избери всички събития, които ще задействат съответната уебкука.',
|
||||
'webhooks_events_warning' => 'Имай предвид, че тези събития ще се задействат за всички избрани събития, дори при приложени специфични привилегии. Увери се, че употребата на тази уебкука няма да разкрие чувствително съдържание.',
|
||||
'webhooks_events_all' => 'Всички системни събития',
|
||||
'webhooks_name' => 'Име на уебкука',
|
||||
'webhooks_timeout' => 'Време за изтичане на заявката не уебкуката (в секунди)',
|
||||
'webhooks_endpoint' => 'Крайна точка на уебкуката',
|
||||
'webhooks_active' => 'Уебкуката е активна',
|
||||
'webhook_events_table_header' => 'Събития',
|
||||
'webhooks_delete' => 'Изтрий уебкуката',
|
||||
'webhooks_delete_warning' => 'Това ще изтрие изцяло уебкуката с име \':webhookName\' от системата.',
|
||||
'webhooks_delete_confirm' => 'Сигурен/на ли си, че искаш да изтриеш тази уебкука?',
|
||||
'webhooks_format_example' => 'Примерен формат на уебкука',
|
||||
'webhooks_format_example_desc' => 'Данните на уебкуката се изпращат като POST заявки към конфигурираната крайна точка като JSON, следвайки формата отдолу. Свойствата "related_item" и "url" са по желание и зависят от типа на задействаното събитие.',
|
||||
'webhooks_status' => 'Статус на уебкука',
|
||||
'webhooks_last_called' => 'Последно извикан на:',
|
||||
'webhooks_last_errored' => 'Последна грешка на:',
|
||||
'webhooks_last_error_message' => 'Последно съобщение за грешка:',
|
||||
|
||||
|
||||
//! If editing translations files directly please ignore this in all
|
||||
|
|
|
@ -15,13 +15,13 @@ return [
|
|||
'alpha_dash' => ':attribute може да съдържа само букви, числа, тире и долна черта.',
|
||||
'alpha_num' => ':attribute може да съдържа само букви и числа.',
|
||||
'array' => ':attribute трябва да е масив (array).',
|
||||
'backup_codes' => 'The provided code is not valid or has already been used.',
|
||||
'backup_codes' => 'Предоставеният код не е валиден или вече е бил използван.',
|
||||
'before' => ':attribute трябва да е дата след :date.',
|
||||
'between' => [
|
||||
'numeric' => ':attribute трябва да е между :min и :max.',
|
||||
'file' => ':attribute трябва да е между :min и :max килобайта.',
|
||||
'string' => 'Дължината на :attribute трябва да бъде между :min и :max символа.',
|
||||
'array' => 'The :attribute must have between :min and :max items.',
|
||||
'array' => 'Атрибутът :attribute трябва да има между :min и :max елемента.',
|
||||
],
|
||||
'boolean' => 'Полето :attribute трябва да съдържа булева стойност (true или false).',
|
||||
'confirmed' => 'Потвърждението на :attribute не съвпада.',
|
||||
|
@ -32,19 +32,19 @@ return [
|
|||
'digits_between' => ':attribute трябва да бъде с дължина между :min и :max цифри.',
|
||||
'email' => ':attribute трябва да бъде валиден имейл адрес.',
|
||||
'ends_with' => ':attribute трябва да свършва с един от следните символи: :values',
|
||||
'file' => 'The :attribute must be provided as a valid file.',
|
||||
'file' => 'Атрибутът :attribute трябва да бъде предоставен като валиден файл.',
|
||||
'filled' => 'Полето :attribute е задължителен.',
|
||||
'gt' => [
|
||||
'numeric' => ':attribute трябва да бъде по-голям от :value.',
|
||||
'file' => 'Големината на :attribute трябва да бъде по-голямо от :value килобайта.',
|
||||
'string' => 'Дължината на :attribute трябва да бъде по-голямо от :value символа.',
|
||||
'array' => 'The :attribute must have more than :value items.',
|
||||
'array' => 'Атрибутът :attribute трябва да има повече от :value елемента.',
|
||||
],
|
||||
'gte' => [
|
||||
'numeric' => 'The :attribute must be greater than or equal :value.',
|
||||
'numeric' => 'Атрибутът :attribute трябва бъде равен на или по-голям от :value.',
|
||||
'file' => 'Големината на :attribute трябва да бъде по-голямо или равно на :value килобайта.',
|
||||
'string' => 'Дължината на :attribute трябва да бъде по-голямо или равно на :value символа.',
|
||||
'array' => 'The :attribute must have :value items or more.',
|
||||
'array' => 'Атрибутът :attribute трябва да има поне :value елемента или повече.',
|
||||
],
|
||||
'exists' => 'Избраният :attribute е невалиден.',
|
||||
'image' => ':attribute трябва да e изображение.',
|
||||
|
@ -59,56 +59,56 @@ return [
|
|||
'numeric' => ':attribute трябва да бъде по-малко от :value.',
|
||||
'file' => 'Големината на :attribute трябва да бъде по-малко от :value килобайта.',
|
||||
'string' => 'Дължината на :attribute трябва да бъде по-малко от :value символа.',
|
||||
'array' => 'The :attribute must have less than :value items.',
|
||||
'array' => 'Атрибутът :attribute трябва да има по-малко от :value елемента.',
|
||||
],
|
||||
'lte' => [
|
||||
'numeric' => ':attribute трябва да бъде по-малко или равно на :value.',
|
||||
'file' => 'Големината на :attribute трябва да бъде по-малко или равно на :value килобайта.',
|
||||
'string' => 'Дължината на :attribute трябва да бъде по-малко или равно на :value символа.',
|
||||
'array' => 'The :attribute must not have more than :value items.',
|
||||
'array' => 'Атрибутът :attribute не трябва да има повече от :value елемента.',
|
||||
],
|
||||
'max' => [
|
||||
'numeric' => ':attribute не трябва да бъде по-голям от :max.',
|
||||
'file' => 'Големината на :attribute не може да бъде по-голямо от :value килобайта.',
|
||||
'string' => 'Дължината на :attribute не може да бъде по-голямо от :value символа.',
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
'array' => 'Атрибутът :attribute не може да има повече от :max елемента.',
|
||||
],
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'mimes' => 'Атрибутът :attribute трябва да бъде файл от тип: :values.',
|
||||
'min' => [
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
'numeric' => 'Атрибутът :attribute трябва да бъде поне :min.',
|
||||
'file' => 'Атрибутът :attribute трябва да бъде поне :min килобайта.',
|
||||
'string' => 'Атрибутът :attribute трябва да бъде съдържа поне :min символа.',
|
||||
'array' => 'Атрибутът :attribute трябва да има поне :min елемента.',
|
||||
],
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'not_regex' => 'The :attribute format is invalid.',
|
||||
'numeric' => 'The :attribute must be a number.',
|
||||
'regex' => 'The :attribute format is invalid.',
|
||||
'required' => 'The :attribute field is required.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values is present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'safe_url' => 'The provided link may not be safe.',
|
||||
'not_in' => 'Избраният :attribute не е валиден.',
|
||||
'not_regex' => 'Форматът на :attribute не е валиден.',
|
||||
'numeric' => 'Атрибутът :attribute трябва да бъде число.',
|
||||
'regex' => 'Форматът на :attribute не е валиден.',
|
||||
'required' => 'Полето :attribute е задължително.',
|
||||
'required_if' => 'Полето :attribute е задължително, когато :other е :value.',
|
||||
'required_with' => 'Полето :attribute е задължително, когато :values е налично.',
|
||||
'required_with_all' => 'Полето :attribute е задължително, когато :values са налични.',
|
||||
'required_without' => 'Полето :attribute е задължително, когато :values не е налично.',
|
||||
'required_without_all' => 'Полето :attribute е задължително, когато никоя стойност от :values не е налична.',
|
||||
'same' => 'Атрибутът :attribute и :other трябва да си съвпадат.',
|
||||
'safe_url' => 'Предоставеният линк може да не е сигурен.',
|
||||
'size' => [
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
'numeric' => 'Атрибутът :attribute трябва да бъде :size.',
|
||||
'file' => 'Атрибутът :attribute трябва да бъде :size килобайта.',
|
||||
'string' => 'Атрибутът :attribute трябва да бъде с дължина :size знака.',
|
||||
'array' => 'Атрибутът :attribute трябва да съдържа :size елемента.',
|
||||
],
|
||||
'string' => 'The :attribute must be a string.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'totp' => 'The provided code is not valid or has expired.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'uploaded' => 'The file could not be uploaded. The server may not accept files of this size.',
|
||||
'string' => 'Атрибутът :attribute трябва да бъде текст.',
|
||||
'timezone' => 'Атрибутът :attribute трябва да бъде валидна зона.',
|
||||
'totp' => 'Предоставеният код не е валиден или е изтекъл.',
|
||||
'unique' => 'Атрибутът :attribute вече е зает.',
|
||||
'url' => 'Форматът на :attribute не е валиден.',
|
||||
'uploaded' => 'Файлът не можа да бъде качен. Сървърът може да не приема файлове с такъв размер.',
|
||||
|
||||
// Custom validation lines
|
||||
'custom' => [
|
||||
'password-confirm' => [
|
||||
'required_with' => 'Password confirmation required',
|
||||
'required_with' => 'Изисква се потвърждение на паролата',
|
||||
],
|
||||
],
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Settings',
|
||||
'settings_save' => 'Save Settings',
|
||||
'settings_save_success' => 'Settings saved',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Customization',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Configuració',
|
||||
'settings_save' => 'Desa la configuració',
|
||||
'settings_save_success' => 'S\'ha desat la configuració',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Personalització',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Nastavení',
|
||||
'settings_save' => 'Uložit nastavení',
|
||||
'settings_save_success' => 'Nastavení uloženo',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Přizpůsobení',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Indstillinger',
|
||||
'settings_save' => 'Gem indstillinger',
|
||||
'settings_save_success' => 'Indstillingerne blev gemt',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Tilpasning',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Breite',
|
||||
'height' => 'Höhe',
|
||||
'More' => 'Mehr',
|
||||
'select' => 'Auswählen...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formate',
|
||||
|
@ -55,6 +56,7 @@ return [
|
|||
'align_justify' => 'Blocksatz',
|
||||
'list_bullet' => 'Liste',
|
||||
'list_numbered' => 'Nummerierte Liste',
|
||||
'list_task' => 'Aufgabenliste',
|
||||
'indent_increase' => 'Einzug vergrößern',
|
||||
'indent_decrease' => 'Einzug verkleinern',
|
||||
'table' => 'Tabelle',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Zelleneigenschaften',
|
||||
'cell_type' => 'Zellentyp',
|
||||
'cell_type_cell' => 'Zelle',
|
||||
'cell_scope' => 'Zellbereich',
|
||||
'cell_type_header' => 'Tabellen-Kopfzelle',
|
||||
'merge_cells' => 'Zellen verbinden',
|
||||
'split_cell' => 'Zellen teilen',
|
||||
'table_row_group' => 'Zeilengruppe',
|
||||
'table_column_group' => 'Spaltengruppe',
|
||||
'horizontal_align' => 'Horizontal ausrichten',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Beschriftung',
|
||||
'show_caption' => 'Beschriftungen anzeigen',
|
||||
'constrain' => 'Proportionen beschränken',
|
||||
'cell_border_solid' => 'Voll',
|
||||
'cell_border_dotted' => 'Gepunktet',
|
||||
'cell_border_dashed' => 'Gestrichelt',
|
||||
'cell_border_double' => 'Doppelt',
|
||||
'cell_border_groove' => 'Rille',
|
||||
'cell_border_ridge' => 'Erhaben',
|
||||
'cell_border_inset' => 'vertiefte Fläche',
|
||||
'cell_border_outset' => 'erhabene Fläche',
|
||||
'cell_border_none' => 'Keine',
|
||||
'cell_border_hidden' => 'Versteckt',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Quelle',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Label umschalten',
|
||||
|
||||
// About view
|
||||
'about' => 'Über den Editor',
|
||||
'about_title' => 'Über den WYSIWYG-Editor',
|
||||
'editor_license' => 'Editorlizenz & Copyright',
|
||||
'editor_tiny_license' => 'Dieser Editor wird unter der LGPL v2.1 Lizenz entwickelt, welche hier zu finden ist :tinyLink.',
|
||||
'editor_tiny_license_link' => 'Die Copyright- und Lizenzdetails von TinyMCE finden Sie hier.',
|
||||
'save_continue' => 'Speichern & Fortfahren',
|
||||
'callouts_cycle' => '(Drücken Sie weiter, um durch Typen umzuschalten)',
|
||||
'link_selector' => 'Inhalt verlinken',
|
||||
'shortcuts' => 'Verknüpfungen',
|
||||
'shortcut' => 'Verknüpfung',
|
||||
'shortcuts_intro' => 'Die folgenden Verknüpfungen sind im Editor verfügbar:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Einstellungen',
|
||||
'settings_save' => 'Einstellungen speichern',
|
||||
'settings_save_success' => 'Einstellungen gespeichert',
|
||||
'system_version' => 'Systemversion',
|
||||
'categories' => 'Kategorien',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Personalisierung',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Breite',
|
||||
'height' => 'Höhe',
|
||||
'More' => 'Mehr',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formate',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Linksbündig',
|
||||
'align_center' => 'Zentriert',
|
||||
'align_right' => 'Rechtsbündig',
|
||||
'align_justify' => 'Blocksatz',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Liste',
|
||||
'list_numbered' => 'Nummerierte Liste',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Einzug vergrößern',
|
||||
'indent_decrease' => 'Einzug verkleinern',
|
||||
'table' => 'Tabelle',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Zelleneigenschaften',
|
||||
'cell_type' => 'Zellentyp',
|
||||
'cell_type_cell' => 'Zelle',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Tabellen-Kopfzelle',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Zeilengruppe',
|
||||
'table_column_group' => 'Spaltengruppe',
|
||||
'horizontal_align' => 'Horizontal ausrichten',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Beschriftung',
|
||||
'show_caption' => 'Beschriftungen anzeigen',
|
||||
'constrain' => 'Proportionen beschränken',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Quelle',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Label umschalten',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'Über den WYSIWYG-Editor',
|
||||
'editor_license' => 'Editorlizenz & Copyright',
|
||||
'editor_tiny_license' => 'Dieser Editor wird unter der LGPL v2.1 Lizenz entwickelt, welche hier zu finden ist :tinyLink.',
|
||||
'editor_tiny_license_link' => 'Die Copyright- und Lizenzdetails von TinyMCE finden Sie hier.',
|
||||
'save_continue' => 'Speichern & Fortfahren',
|
||||
'callouts_cycle' => '(Drücken Sie weiter, um durch Typen umzuschalten)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Verknüpfungen',
|
||||
'shortcut' => 'Verknüpfung',
|
||||
'shortcuts_intro' => 'Die folgenden Verknüpfungen sind im Editor verfügbar:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Einstellungen',
|
||||
'settings_save' => 'Einstellungen speichern',
|
||||
'settings_save_success' => 'Einstellungen gespeichert',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Personalisierung',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Anchura',
|
||||
'height' => 'Altura',
|
||||
'More' => 'Más',
|
||||
'select' => 'Seleccionar...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formatos',
|
||||
|
@ -55,6 +56,7 @@ return [
|
|||
'align_justify' => 'Justificado',
|
||||
'list_bullet' => 'Lista sin ordenar',
|
||||
'list_numbered' => 'Lista ordenada',
|
||||
'list_task' => 'Lista de tareas',
|
||||
'indent_increase' => 'Aumentar sangría',
|
||||
'indent_decrease' => 'Reducir sangría',
|
||||
'table' => 'Tabla',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Propiedades de Celda',
|
||||
'cell_type' => 'Tipo de celda',
|
||||
'cell_type_cell' => 'Celda',
|
||||
'cell_scope' => 'Ámbito',
|
||||
'cell_type_header' => 'Celda de cabecera',
|
||||
'merge_cells' => 'Combinar celdas',
|
||||
'split_cell' => 'Dividir celda',
|
||||
'table_row_group' => 'Grupo de filas',
|
||||
'table_column_group' => 'Grupo de columnas',
|
||||
'horizontal_align' => 'Alineación horizontal',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Leyenda',
|
||||
'show_caption' => 'Mostrar leyenda',
|
||||
'constrain' => 'Restringir proporciones',
|
||||
'cell_border_solid' => 'Sólida',
|
||||
'cell_border_dotted' => 'Punteada',
|
||||
'cell_border_dashed' => 'Discontinua',
|
||||
'cell_border_double' => 'Doble',
|
||||
'cell_border_groove' => 'Surcos',
|
||||
'cell_border_ridge' => 'Cresta',
|
||||
'cell_border_inset' => 'Interno',
|
||||
'cell_border_outset' => 'Externo',
|
||||
'cell_border_none' => 'Ninguno',
|
||||
'cell_border_hidden' => 'Oculto',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Origen',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Cambiar etiqueta',
|
||||
|
||||
// About view
|
||||
'about' => 'Acerca del editor',
|
||||
'about_title' => 'Acerca del editor WYSIWYG',
|
||||
'editor_license' => 'Licencia del editor y derechos de autor',
|
||||
'editor_tiny_license' => 'Este editor se construye usando :tinyLink que se proporciona bajo una licencia LGPL v2.1.',
|
||||
'editor_tiny_license_link' => 'Aquí encontrará los detalles de los derechos de autor y la licencia de TinyMCE.',
|
||||
'save_continue' => 'Guardar Página y Continuar',
|
||||
'callouts_cycle' => '(Siga presionando para alternar entre tipos)',
|
||||
'link_selector' => 'Enlace a contenido',
|
||||
'shortcuts' => 'Atajos',
|
||||
'shortcut' => 'Atajo',
|
||||
'shortcuts_intro' => 'Los siguientes atajos están disponibles en el editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Ajustes',
|
||||
'settings_save' => 'Guardar ajustes',
|
||||
'settings_save_success' => 'Ajustes guardados',
|
||||
'system_version' => 'Versión del Sistema',
|
||||
'categories' => 'Categorías',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Personalización',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Anchura',
|
||||
'height' => 'Altura',
|
||||
'More' => 'Más',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formatos',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Alinear a la izquierda',
|
||||
'align_center' => 'Alinear al centro',
|
||||
'align_right' => 'Alinear a la derecha',
|
||||
'align_justify' => 'Justificado',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Lista sin ordenar',
|
||||
'list_numbered' => 'Lista ordenada',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Aumentar sangría',
|
||||
'indent_decrease' => 'Reducir sangría',
|
||||
'table' => 'Tabla',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Propiedades de Celda',
|
||||
'cell_type' => 'Tipo de celda',
|
||||
'cell_type_cell' => 'Celda',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Celda de cabecera',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Grupo de filas',
|
||||
'table_column_group' => 'Grupo de columnas',
|
||||
'horizontal_align' => 'Alineación horizontal',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Leyenda',
|
||||
'show_caption' => 'Mostrar leyenda',
|
||||
'constrain' => 'Restringir proporciones',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Origen',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Cambiar etiqueta',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'Acerca del editor WYSIWYG',
|
||||
'editor_license' => 'Licencia del editor y derechos de autor',
|
||||
'editor_tiny_license' => 'Este editor se construye usando :tinyLink que se proporciona bajo una licencia LGPL v2.1.',
|
||||
'editor_tiny_license_link' => 'Aquí encontrará los detalles de los derechos de autor y la licencia de TinyMCE.',
|
||||
'save_continue' => 'Guardar Página y Continuar',
|
||||
'callouts_cycle' => '(Siga presionando para alternar entre tipos)',
|
||||
'link_selector' => 'Enlace a contenido',
|
||||
'shortcuts' => 'Atajos',
|
||||
'shortcut' => 'Atajo',
|
||||
'shortcuts_intro' => 'Los siguientes atajos están disponibles en el editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Ajustes',
|
||||
'settings_save' => 'Guardar ajustes',
|
||||
'settings_save_success' => 'Ajustes guardados',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Personalización',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Laius',
|
||||
'height' => 'Kõrgus',
|
||||
'More' => 'Rohkem',
|
||||
'select' => 'Vali...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Vormindamine',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Joonda vasakule',
|
||||
'align_center' => 'Joonda keskele',
|
||||
'align_right' => 'Joonda paremale',
|
||||
'align_justify' => 'Joonda kahepoolselt',
|
||||
'align_justify' => 'Rööpjoondus',
|
||||
'list_bullet' => 'Punktloetelu',
|
||||
'list_numbered' => 'Numbriline loetelu',
|
||||
'list_task' => 'Ülesannete nimekiri',
|
||||
'indent_increase' => 'Suurenda taanet',
|
||||
'indent_decrease' => 'Vähenda taanet',
|
||||
'table' => 'Tabel',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Lahtri omadused',
|
||||
'cell_type' => 'Lahtri tüüp',
|
||||
'cell_type_cell' => 'Lahter',
|
||||
'cell_scope' => 'Ulatus',
|
||||
'cell_type_header' => 'Päiselahter',
|
||||
'merge_cells' => 'Ühenda lahtrid',
|
||||
'split_cell' => 'Eralda lahtrid',
|
||||
'table_row_group' => 'Rea grupp',
|
||||
'table_column_group' => 'Veeru grupp',
|
||||
'horizontal_align' => 'Horisontaalne joondus',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Tiitel',
|
||||
'show_caption' => 'Näita tiitlit',
|
||||
'constrain' => 'Piira proportsioone',
|
||||
'cell_border_solid' => 'Pidevjoon',
|
||||
'cell_border_dotted' => 'Punktiirjoon',
|
||||
'cell_border_dashed' => 'Katkendjoon',
|
||||
'cell_border_double' => 'Topeltjoon',
|
||||
'cell_border_groove' => 'Vagu',
|
||||
'cell_border_ridge' => 'Hari',
|
||||
'cell_border_inset' => 'Süvistatud',
|
||||
'cell_border_outset' => 'Tõstetud',
|
||||
'cell_border_none' => 'Puudub',
|
||||
'cell_border_hidden' => 'Peidetud',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Allikas',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Näita silti',
|
||||
|
||||
// About view
|
||||
'about' => 'Redaktori info',
|
||||
'about_title' => 'Info WYSIWYG redaktori kohta',
|
||||
'editor_license' => 'Redaktori litsents ja autoriõigused',
|
||||
'editor_tiny_license' => 'See redaktor on loodud :tinyLink abil, mis on saadaval LGPL v2.1 litsentsi alusel.',
|
||||
'editor_tiny_license_link' => 'TinyMCE autoriõigused ja litsents on saadaval siin.',
|
||||
'save_continue' => 'Salvesta leht ja jätka',
|
||||
'callouts_cycle' => '(Vajuta, et tüüpide vahel valida)',
|
||||
'link_selector' => 'Link sisule',
|
||||
'shortcuts' => 'Otseteed',
|
||||
'shortcut' => 'Otsetee',
|
||||
'shortcuts_intro' => 'Redaktoris on saadaval järgmised otseteed:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Seaded',
|
||||
'settings_save' => 'Salvesta seaded',
|
||||
'settings_save_success' => 'Seaded salvestatud',
|
||||
'system_version' => 'Süsteemi versioon',
|
||||
'categories' => 'Kategooriad',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Kohandamine',
|
||||
|
|
69
resources/lang/eu/activities.php
Normal file
69
resources/lang/eu/activities.php
Normal file
|
@ -0,0 +1,69 @@
|
|||
<?php
|
||||
/**
|
||||
* Activity text strings.
|
||||
* Is used for all the text within activity logs & notifications.
|
||||
*/
|
||||
return [
|
||||
|
||||
// Pages
|
||||
'page_create' => 'sortu orria',
|
||||
'page_create_notification' => 'Orria ongi sortu da',
|
||||
'page_update' => 'eguneratu orrialdea',
|
||||
'page_update_notification' => 'Orria egoki egunerauta',
|
||||
'page_delete' => 'ezabatu orrialdea',
|
||||
'page_delete_notification' => 'Ondo ezabatu da',
|
||||
'page_restore' => 'leheneratu orria',
|
||||
'page_restore_notification' => 'Dokumentua behar bezala leheneratuta',
|
||||
'page_move' => 'mugitu orrialdea',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'kapitulua sortu',
|
||||
'chapter_create_notification' => 'Kapitulua egoki sortuta',
|
||||
'chapter_update' => 'eguneratu kapitulua',
|
||||
'chapter_update_notification' => 'Kapitulua egoki eguneratuta',
|
||||
'chapter_delete' => 'kapitulua ezabatu',
|
||||
'chapter_delete_notification' => 'Kapitulua egoki ezabatua',
|
||||
'chapter_move' => 'kapitulua mugituta',
|
||||
|
||||
// Books
|
||||
'book_create' => 'liburua sortuta',
|
||||
'book_create_notification' => 'Liburua ongi sortu da',
|
||||
'book_update' => 'liburua eguneratuta',
|
||||
'book_update_notification' => 'Liburua egoki eguneratua',
|
||||
'book_delete' => 'liburua ezabatua',
|
||||
'book_delete_notification' => 'Liburua egoki ezabatua',
|
||||
'book_sort' => 'liburua sailkatua',
|
||||
'book_sort_notification' => 'Liburua ongi bersailaktu da',
|
||||
|
||||
// Bookshelves
|
||||
'bookshelf_create' => 'apalategia sortuta',
|
||||
'bookshelf_create_notification' => 'Apalategia egoki sortuta',
|
||||
'bookshelf_update' => 'apalategia eguneratuta',
|
||||
'bookshelf_update_notification' => 'Apalategia egoki eguneratuta',
|
||||
'bookshelf_delete' => 'apalategia ezabatua',
|
||||
'bookshelf_delete_notification' => 'Apalategia egoki ezabatua',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '":name" zure gogoetara gehitua izan da',
|
||||
'favourite_remove_notification' => '":name" zure gogokoetatik ezabatua izan da',
|
||||
|
||||
// MFA
|
||||
'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
|
||||
'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'sortu webhook',
|
||||
'webhook_create_notification' => 'Webhook egoki sortua',
|
||||
'webhook_update' => 'webhook eguneratua',
|
||||
'webhook_update_notification' => 'Webhook egoki eguneratua',
|
||||
'webhook_delete' => 'webhook ezabatua',
|
||||
'webhook_delete_notification' => 'Webhook egoki ezabatua',
|
||||
|
||||
// Users
|
||||
'user_update_notification' => 'Erabiltzailea egoki eguneratua',
|
||||
'user_delete_notification' => 'Erabiltzailea egoki ezabatua',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'iruzkinak',
|
||||
'permissions_update' => 'eguneratu baimenak',
|
||||
];
|
110
resources/lang/eu/auth.php
Normal file
110
resources/lang/eu/auth.php
Normal file
|
@ -0,0 +1,110 @@
|
|||
<?php
|
||||
/**
|
||||
* Authentication Language Lines
|
||||
* The following language lines are used during authentication for various
|
||||
* messages that we need to display to the user.
|
||||
*/
|
||||
return [
|
||||
|
||||
'failed' => 'Kredentzial hauek ez dira egokiak.',
|
||||
'throttle' => 'Login saiakera kopurua pasa duzu. Mesedez, saiatu berriz :seconds segundu barru.',
|
||||
|
||||
// Login & Register
|
||||
'sign_up' => 'Izena eman',
|
||||
'log_in' => 'Saioa hasi',
|
||||
'log_in_with' => ':socialDriver bidez hasi saioa',
|
||||
'sign_up_with' => ':socialDriver bidez izena eman',
|
||||
'logout' => 'Logout',
|
||||
|
||||
'name' => 'Izena',
|
||||
'username' => 'Erabiltzaile izena',
|
||||
'email' => 'Eposta',
|
||||
'password' => 'Pasahitza',
|
||||
'password_confirm' => 'Berretsi pasahitza',
|
||||
'password_hint' => 'Gutxienez 8 karaktere izan behar ditu',
|
||||
'forgot_password' => 'Pasahitza ahaztu duzu?',
|
||||
'remember_me' => 'Gogoratu',
|
||||
'ldap_email_hint' => 'Mesedez, email bat sartu kontu hau erabiltzeko.',
|
||||
'create_account' => 'Sortu kontua',
|
||||
'already_have_account' => 'Dagoeneko kontu bat al duzu?',
|
||||
'dont_have_account' => 'Ez duzu konturik?',
|
||||
'social_login' => 'Kanpoko logina',
|
||||
'social_registration' => 'Erregistroa kanpotik',
|
||||
'social_registration_text' => 'Erregistratu eta saioa hasi beste zerbitzu batekin.',
|
||||
|
||||
'register_thanks' => 'Mila esker erregistroagatik!',
|
||||
'register_confirm' => 'Mesedez, begiratu posta elektronikoari eta klik egin baieztapen botoia :appName sartzeko.',
|
||||
'registrations_disabled' => 'Erregistroa ez dago gaituta',
|
||||
'registration_email_domain_invalid' => 'Posta elektronikoko domeinu hori ez dago eskuragarri aplikazio honetarako',
|
||||
'register_success' => 'Eskerrik asko izen emateagatik! Orain izena emanda eta saioa hasita zaude.',
|
||||
|
||||
// Password Reset
|
||||
'reset_password' => 'Pasahitza berrezarri',
|
||||
'reset_password_send_instructions' => 'Sartu zure posta elektronikoa eta posta elektroniko bat bidaliko dizute pasahitza berritzeko esteka batekin.',
|
||||
'reset_password_send_button' => 'Bidali Reset Link',
|
||||
'reset_password_sent' => 'Posta elektronikora bidaliko da posta elektronikoko :email helbide hori sisteman aurkitzen bada.',
|
||||
'reset_password_success' => 'Zure pasahitza egoki berrezarri da.',
|
||||
'email_reset_subject' => 'Berrezarri zure :appName pasahitza',
|
||||
'email_reset_text' => 'E-mail hau jasotzen ari zara, zure konturako pasahitz eskaera jaso dugulako.',
|
||||
'email_reset_not_requested' => 'Zuk ez baduzu pasahitza berresartzea eskatu, ez duzu ezer egin beharrik.',
|
||||
|
||||
// Email Confirmation
|
||||
'email_confirm_subject' => 'Baieztatu zure emaila hemen :appName',
|
||||
'email_confirm_greeting' => 'Eskerrik asko :appName proiektuan batzeagatik!',
|
||||
'email_confirm_text' => 'Mesedez, baieztatu zure email helbidea beheko botoi hau kilkatuz:',
|
||||
'email_confirm_action' => 'Berrespen e-maila',
|
||||
'email_confirm_send_error' => 'Posta elektronikoaren baieztapenak behar da, baina sistemak ezin izan du posta elektronikoa bidali. Administratzailearekin harremanetan jarri email ezarpenak ongi dauden baieztatzeko.',
|
||||
'email_confirm_success' => 'Zure posta elektronikoa baieztatu da! Helbide elektroniko hau erabili dezakezu saioa hasteko.',
|
||||
'email_confirm_resent' => 'Eragiketa baieztatzeko email bat bidali dizugu. Mesedez, begiratu zure posta elektronikoa.',
|
||||
|
||||
'email_not_confirmed' => 'Email helbidea ez da baieztatu',
|
||||
'email_not_confirmed_text' => 'Your email address has not yet been confirmed.',
|
||||
'email_not_confirmed_click_link' => 'Please click the link in the email that was sent shortly after you registered.',
|
||||
'email_not_confirmed_resend' => 'If you cannot find the email you can re-send the confirmation email by submitting the form below.',
|
||||
'email_not_confirmed_resend_button' => 'Birbidali baieztapen mezua',
|
||||
|
||||
// User Invite
|
||||
'user_invite_email_subject' => ':appName sartzera gonbidatu zaituzte!',
|
||||
'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' => 'Kontuko pasahitzam jarri',
|
||||
'user_invite_page_welcome' => 'Ongi etorri :appName -era!',
|
||||
'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' => 'Berretsi pasahitza',
|
||||
'user_invite_success_login' => 'Password set, you should now be able to login using your set password to access :appName!',
|
||||
|
||||
// Multi-factor Authentication
|
||||
'mfa_setup' => 'Setup Multi-Factor Authentication',
|
||||
'mfa_setup_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
|
||||
'mfa_setup_configured' => 'Dagoeneko konfiguratuta',
|
||||
'mfa_setup_reconfigure' => 'Berrezarri',
|
||||
'mfa_setup_remove_confirmation' => 'Are you sure you want to remove this multi-factor authentication method?',
|
||||
'mfa_setup_action' => 'Konfigurazioa',
|
||||
'mfa_backup_codes_usage_limit_warning' => 'You have less than 5 backup codes remaining, Please generate and store a new set before you run out of codes to prevent being locked out of your account.',
|
||||
'mfa_option_totp_title' => 'Aplikazio mugikorra',
|
||||
'mfa_option_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
|
||||
'mfa_option_backup_codes_title' => 'Backup Codes',
|
||||
'mfa_option_backup_codes_desc' => 'Securely store a set of one-time-use backup codes which you can enter to verify your identity.',
|
||||
'mfa_gen_confirm_and_enable' => 'Baieztatu eta gaitu',
|
||||
'mfa_gen_backup_codes_title' => 'Backup Codes Setup',
|
||||
'mfa_gen_backup_codes_desc' => 'Store the below list of codes in a safe place. When accessing the system you\'ll be able to use one of the codes as a second authentication mechanism.',
|
||||
'mfa_gen_backup_codes_download' => 'Download Codes',
|
||||
'mfa_gen_backup_codes_usage_warning' => 'Each code can only be used once',
|
||||
'mfa_gen_totp_title' => 'Mobile App Setup',
|
||||
'mfa_gen_totp_desc' => 'To use multi-factor authentication you\'ll need a mobile application that supports TOTP such as Google Authenticator, Authy or Microsoft Authenticator.',
|
||||
'mfa_gen_totp_scan' => 'Scan the QR code below using your preferred authentication app to get started.',
|
||||
'mfa_gen_totp_verify_setup' => 'Verify Setup',
|
||||
'mfa_gen_totp_verify_setup_desc' => 'Verify that all is working by entering a code, generated within your authentication app, in the input box below:',
|
||||
'mfa_gen_totp_provide_code_here' => 'Provide your app generated code here',
|
||||
'mfa_verify_access' => 'Verify Access',
|
||||
'mfa_verify_access_desc' => 'Your user account requires you to confirm your identity via an additional level of verification before you\'re granted access. Verify using one of your configured methods to continue.',
|
||||
'mfa_verify_no_methods' => 'No Methods Configured',
|
||||
'mfa_verify_no_methods_desc' => 'No multi-factor authentication methods could be found for your account. You\'ll need to set up at least one method before you gain access.',
|
||||
'mfa_verify_use_totp' => 'Verify using a mobile app',
|
||||
'mfa_verify_use_backup_codes' => 'Verify using a backup code',
|
||||
'mfa_verify_backup_code' => 'Backup Code',
|
||||
'mfa_verify_backup_code_desc' => 'Enter one of your remaining backup codes below:',
|
||||
'mfa_verify_backup_code_enter_here' => 'Enter backup code here',
|
||||
'mfa_verify_totp_desc' => 'Enter the code, generated using your mobile app, below:',
|
||||
'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.',
|
||||
];
|
102
resources/lang/eu/common.php
Normal file
102
resources/lang/eu/common.php
Normal file
|
@ -0,0 +1,102 @@
|
|||
<?php
|
||||
/**
|
||||
* Common elements found throughout many areas of BookStack.
|
||||
*/
|
||||
return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Ezeztatu',
|
||||
'confirm' => 'Berretsi',
|
||||
'back' => 'Itzuli',
|
||||
'save' => 'Gorde',
|
||||
'continue' => 'Jarraitu',
|
||||
'select' => 'Aukeratu',
|
||||
'toggle_all' => 'Txandakatu denak',
|
||||
'more' => 'Gehiago',
|
||||
|
||||
// Form Labels
|
||||
'name' => 'Izena',
|
||||
'description' => 'Deskribapena',
|
||||
'role' => 'Rola',
|
||||
'cover_image' => 'Azaleko irudia',
|
||||
'cover_image_description' => 'Irudiaren tamaina 440x250px antzekoa izan beharko litzake.',
|
||||
|
||||
// Actions
|
||||
'actions' => 'Ekintzak',
|
||||
'view' => 'Ikusi',
|
||||
'view_all' => 'Ikusi denak',
|
||||
'create' => 'Sortu',
|
||||
'update' => 'Eguneratu',
|
||||
'edit' => 'Editatu',
|
||||
'sort' => 'Ordenatu',
|
||||
'move' => 'Mugitu',
|
||||
'copy' => 'Kopiatu',
|
||||
'reply' => 'Erantzun',
|
||||
'delete' => 'Ezabatu',
|
||||
'delete_confirm' => 'Ezabatzea baieztatu',
|
||||
'search' => 'Bilatu',
|
||||
'search_clear' => 'Bilaketa testua garbitu',
|
||||
'reset' => 'Berrezarri',
|
||||
'remove' => 'Ezabatu',
|
||||
'add' => 'Gehitu',
|
||||
'configure' => 'Konfiguratu',
|
||||
'fullscreen' => 'Pantaila osoa',
|
||||
'favourite' => 'Gogokoa',
|
||||
'unfavourite' => 'Desatsegina',
|
||||
'next' => 'Hurrengoa',
|
||||
'previous' => 'Aurrekoa',
|
||||
'filter_active' => 'Iragazki aktiboa:',
|
||||
'filter_clear' => 'Iragazkia garbitu',
|
||||
|
||||
// Sort Options
|
||||
'sort_options' => 'Ordenatzeko aukerak',
|
||||
'sort_direction_toggle' => 'Ordenatzeko aukerak erakutsi',
|
||||
'sort_ascending' => 'Ordenatu (behetik gorantz)',
|
||||
'sort_descending' => 'Ordenatu (goitik beherantz)',
|
||||
'sort_name' => 'Izena',
|
||||
'sort_default' => 'Lehenetsia',
|
||||
'sort_created_at' => 'Sorrera data',
|
||||
'sort_updated_at' => 'Eguneratze data',
|
||||
|
||||
// Misc
|
||||
'deleted_user' => 'Erabiltzailea ezabatu',
|
||||
'no_activity' => 'Ekintzarik ez erakusteko',
|
||||
'no_items' => 'Ez dago elementurik eskuragarri',
|
||||
'back_to_top' => 'Itzuli gora',
|
||||
'skip_to_main_content' => 'Joan eduki nagusira',
|
||||
'toggle_details' => 'Ireki xehetasunak',
|
||||
'toggle_thumbnails' => 'Ireki azaleko irudia',
|
||||
'details' => 'Xehetasunak',
|
||||
'grid_view' => 'Lauki sare modua',
|
||||
'list_view' => 'Zerrenda Ikuspegia',
|
||||
'default' => 'Lehenetsia',
|
||||
'breadcrumb' => 'Nabigazioko aztarnak',
|
||||
'status' => 'Egoera',
|
||||
'status_active' => 'Aktiboa',
|
||||
'status_inactive' => 'Inaktibo',
|
||||
'never' => 'Inoiz ez',
|
||||
'none' => 'Bat ere ez',
|
||||
|
||||
// Header
|
||||
'header_menu_expand' => 'Zabaldu goiburuko menua',
|
||||
'profile_menu' => 'Perfileko menua',
|
||||
'view_profile' => 'Ikusi profila',
|
||||
'edit_profile' => 'Editatu profila',
|
||||
'dark_mode' => 'Modu iluna',
|
||||
'light_mode' => 'Modu argia',
|
||||
|
||||
// Layout tabs
|
||||
'tab_info' => 'Info',
|
||||
'tab_info_label' => 'Tab: Erakutsi bigarren mailako informazioa',
|
||||
'tab_content' => 'Edukia',
|
||||
'tab_content_label' => 'Tab: Erakutsi eduki nagusia',
|
||||
|
||||
// Email Content
|
||||
'email_action_help' => 'Arazoak badituzu ":actionText" botoiarekin, kopiatu eta itsatsi URL hau nabigatzailean:',
|
||||
'email_rights' => 'Eskubide guztiak erreserbatuta',
|
||||
|
||||
// Footer Link Options
|
||||
// Not directly used but available for convenience to users.
|
||||
'privacy_policy' => 'Pribatutasun politika',
|
||||
'terms_of_service' => 'Zerbitzu-baldintzak',
|
||||
];
|
34
resources/lang/eu/components.php
Normal file
34
resources/lang/eu/components.php
Normal file
|
@ -0,0 +1,34 @@
|
|||
<?php
|
||||
/**
|
||||
* Text used in custom JavaScript driven components.
|
||||
*/
|
||||
return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Irudia aukeratu',
|
||||
'image_all' => 'Guztiak',
|
||||
'image_all_title' => 'Irudi guztiak ikusi',
|
||||
'image_book_title' => 'Liburu honetan igotako irudiak ikusi',
|
||||
'image_page_title' => 'Orrialde honetan igotako irudiak ikusi',
|
||||
'image_search_hint' => 'Izenarekin bilatu',
|
||||
'image_uploaded' => 'Igoera data :uploadedDate',
|
||||
'image_load_more' => 'Kargatu gehiago',
|
||||
'image_image_name' => 'Irudiaren izena',
|
||||
'image_delete_used' => 'Irudi hau honako orrialdetan erabili da.',
|
||||
'image_delete_confirm_text' => 'Ziur irudi hau ezabatu nahi duzula?',
|
||||
'image_select_image' => 'Irudia aukeratu',
|
||||
'image_dropzone' => 'Irudiak bota edo klikatu hemen igotzeko',
|
||||
'images_deleted' => 'Ezabatutako irudiak',
|
||||
'image_preview' => 'Irudiaren aurrebista',
|
||||
'image_upload_success' => 'Irudia zuzen eguneratu da',
|
||||
'image_update_success' => 'Irudiaren xehetasunak egioki eguneratu dira',
|
||||
'image_delete_success' => 'Irudia ondo ezabatu da',
|
||||
'image_upload_remove' => 'Ezabatu',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Kodea editatu',
|
||||
'code_language' => 'Kode hizkuntza',
|
||||
'code_content' => 'Kode edukia',
|
||||
'code_session_history' => 'Saioaren historia',
|
||||
'code_save' => 'Kodea gorde',
|
||||
];
|
171
resources/lang/eu/editor.php
Normal file
171
resources/lang/eu/editor.php
Normal file
|
@ -0,0 +1,171 @@
|
|||
<?php
|
||||
/**
|
||||
* Page Editor Lines
|
||||
* Contains text strings used within the user interface of the
|
||||
* WYSIWYG page editor. Some Markdown editor strings may still
|
||||
* exist in the 'entities' file instead since this was added later.
|
||||
*/
|
||||
return [
|
||||
// General editor terms
|
||||
'general' => 'Orokorra',
|
||||
'advanced' => 'Aurreratua',
|
||||
'none' => 'Bat ere ez',
|
||||
'cancel' => 'Ezeztatu',
|
||||
'save' => 'Gorde',
|
||||
'close' => 'Itxi',
|
||||
'undo' => 'Desegin',
|
||||
'redo' => 'Berregin',
|
||||
'left' => 'Ezkerra',
|
||||
'center' => 'Erdian',
|
||||
'right' => 'Eskubi',
|
||||
'top' => 'Goi',
|
||||
'middle' => 'Erdia',
|
||||
'bottom' => 'Behean',
|
||||
'width' => 'Zabalera',
|
||||
'height' => 'Altuera',
|
||||
'More' => 'Gehiago',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formatuak',
|
||||
'header_large' => 'Goiburu luzea',
|
||||
'header_medium' => 'Goiburu ertaina',
|
||||
'header_small' => 'Goiburu txikia',
|
||||
'header_tiny' => 'Tiny goiburua',
|
||||
'paragraph' => 'Paragrafoa',
|
||||
'blockquote' => 'Aipu blokea',
|
||||
'inline_code' => 'Kodea',
|
||||
'callouts' => 'Legendak',
|
||||
'callout_information' => 'Informazioa',
|
||||
'callout_success' => 'Eginda',
|
||||
'callout_warning' => 'Kontuz',
|
||||
'callout_danger' => 'Arriskua',
|
||||
'bold' => 'Lodia',
|
||||
'italic' => 'Etzana',
|
||||
'underline' => 'Azpimarratua',
|
||||
'strikethrough' => 'Marratua',
|
||||
'superscript' => 'Gain-eskripta',
|
||||
'subscript' => 'Azpi-script',
|
||||
'text_color' => 'Testuaren kolorea',
|
||||
'custom_color' => 'Kolore pertsonalizatua',
|
||||
'remove_color' => 'Kolorea ezabatu',
|
||||
'background_color' => 'Atzeko planoaren kolorea',
|
||||
'align_left' => 'Lerrokatu ezkerrean',
|
||||
'align_center' => 'Lerrokatu erdian',
|
||||
'align_right' => 'Lerrokatu eskuinean',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Buletdun zerrenda',
|
||||
'list_numbered' => 'Zenbakitutako zerrenda',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Handitu koska',
|
||||
'indent_decrease' => 'Txikitu koska',
|
||||
'table' => 'Taula',
|
||||
'insert_image' => 'Irudia txertatu',
|
||||
'insert_image_title' => 'Insert/Edit Image',
|
||||
'insert_link' => 'Insert/edit link',
|
||||
'insert_link_title' => 'Insert/Edit Link',
|
||||
'insert_horizontal_line' => 'Insert horizontal line',
|
||||
'insert_code_block' => 'Insert code block',
|
||||
'insert_drawing' => 'Insert/edit drawing',
|
||||
'drawing_manager' => 'Drawing manager',
|
||||
'insert_media' => 'Insert/edit media',
|
||||
'insert_media_title' => 'Insert/Edit Media',
|
||||
'clear_formatting' => 'Clear formatting',
|
||||
'source_code' => 'Source code',
|
||||
'source_code_title' => 'Source Code',
|
||||
'fullscreen' => 'Fullscreen',
|
||||
'image_options' => 'Image options',
|
||||
|
||||
// Tables
|
||||
'table_properties' => 'Table properties',
|
||||
'table_properties_title' => 'Table Properties',
|
||||
'delete_table' => 'Delete table',
|
||||
'insert_row_before' => 'Insert row before',
|
||||
'insert_row_after' => 'Insert row after',
|
||||
'delete_row' => 'Delete row',
|
||||
'insert_column_before' => 'Insert column before',
|
||||
'insert_column_after' => 'Insert column after',
|
||||
'delete_column' => 'Delete column',
|
||||
'table_cell' => 'Cell',
|
||||
'table_row' => 'Row',
|
||||
'table_column' => 'Column',
|
||||
'cell_properties' => 'Cell properties',
|
||||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
'vertical_align' => 'Vertical align',
|
||||
'border_width' => 'Border width',
|
||||
'border_style' => 'Border style',
|
||||
'border_color' => 'Border color',
|
||||
'row_properties' => 'Row properties',
|
||||
'row_properties_title' => 'Row Properties',
|
||||
'cut_row' => 'Cut row',
|
||||
'copy_row' => 'Copy row',
|
||||
'paste_row_before' => 'Paste row before',
|
||||
'paste_row_after' => 'Paste row after',
|
||||
'row_type' => 'Row type',
|
||||
'row_type_header' => 'Header',
|
||||
'row_type_body' => 'Body',
|
||||
'row_type_footer' => 'Footer',
|
||||
'alignment' => 'Alignment',
|
||||
'cut_column' => 'Cut column',
|
||||
'copy_column' => 'Copy column',
|
||||
'paste_column_before' => 'Paste column before',
|
||||
'paste_column_after' => 'Paste column after',
|
||||
'cell_padding' => 'Cell padding',
|
||||
'cell_spacing' => 'Cell spacing',
|
||||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
'alt_desc' => 'Alternative description',
|
||||
'embed' => 'Embed',
|
||||
'paste_embed' => 'Paste your embed code below:',
|
||||
'url' => 'URL',
|
||||
'text_to_display' => 'Text to display',
|
||||
'title' => 'Title',
|
||||
'open_link' => 'Open link in...',
|
||||
'open_link_current' => 'Current window',
|
||||
'open_link_new' => 'New window',
|
||||
'insert_collapsible' => 'Insert collapsible block',
|
||||
'collapsible_unwrap' => 'Unwrap',
|
||||
'edit_label' => 'Edit label',
|
||||
'toggle_open_closed' => 'Toggle open/closed',
|
||||
'collapsible_edit' => 'Edit collapsible block',
|
||||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
'windows_linux' => '(Windows/Linux)',
|
||||
'mac' => '(Mac)',
|
||||
'description' => 'Description',
|
||||
];
|
347
resources/lang/eu/entities.php
Normal file
347
resources/lang/eu/entities.php
Normal file
|
@ -0,0 +1,347 @@
|
|||
<?php
|
||||
/**
|
||||
* Text used for 'Entities' (Document Structure Elements) such as
|
||||
* Books, Shelves, Chapters & Pages
|
||||
*/
|
||||
return [
|
||||
|
||||
// Shared
|
||||
'recently_created' => 'Duela gutxi sortuak',
|
||||
'recently_created_pages' => 'Berriki sortutako Orrialdeak',
|
||||
'recently_updated_pages' => 'Berriki aldatutako Orrialdeak',
|
||||
'recently_created_chapters' => 'Berriki sortutako Kapituluak',
|
||||
'recently_created_books' => 'Berriki sortutako Liburuak',
|
||||
'recently_created_shelves' => 'Berriki sortutako Apalak',
|
||||
'recently_update' => 'Azken eguneraketak',
|
||||
'recently_viewed' => 'Oraintsu ikusiak',
|
||||
'recent_activity' => 'Duela gutxiko Jarduera',
|
||||
'create_now' => 'Sortu bat orain',
|
||||
'revisions' => 'Berrikuspenak',
|
||||
'meta_revision' => '#:revisionCount Berrikuspen',
|
||||
'meta_created' => 'Sortua :timeLength',
|
||||
'meta_created_name' => ':timeLength sortua. Erabiltzailea :user',
|
||||
'meta_updated' => 'Aldatua :timeLength',
|
||||
'meta_updated_name' => ':timeLength aldatuta. Erabiltzailea :user',
|
||||
'meta_owned_name' => ':user da jabea',
|
||||
'entity_select' => 'Aukeratutako entitatea',
|
||||
'images' => 'Irudiak',
|
||||
'my_recent_drafts' => 'Nire azken zirriborroak',
|
||||
'my_recently_viewed' => 'Nik Ikusitako azkenak',
|
||||
'my_most_viewed_favourites' => 'Nire gehien ikusitako gogokoak',
|
||||
'my_favourites' => 'Nire Gogokoenak',
|
||||
'no_pages_viewed' => 'You have not viewed any pages',
|
||||
'no_pages_recently_created' => 'Ez da orrialderik sortu azkenaldian',
|
||||
'no_pages_recently_updated' => 'Ez da orrialderik aldatu azkenaldian',
|
||||
'export' => 'Esportatu',
|
||||
'export_html' => 'Contained Web File',
|
||||
'export_pdf' => 'PDF fitxategia',
|
||||
'export_text' => 'Testu lauko fitxategiak',
|
||||
'export_md' => 'Markdown File',
|
||||
|
||||
// Permissions and restrictions
|
||||
'permissions' => 'Baimenak',
|
||||
'permissions_intro' => 'Once enabled, These permissions will take priority over any set role permissions.',
|
||||
'permissions_enable' => 'Baimena pertsonalizatuak Gaitu',
|
||||
'permissions_save' => 'Gorde baimenak',
|
||||
'permissions_owner' => 'Jabea',
|
||||
|
||||
// Search
|
||||
'search_results' => 'Bilaketaren emaitzak',
|
||||
'search_total_results_found' => ':count result found|:count total results found',
|
||||
'search_clear' => 'Bilaketa testua garbitu',
|
||||
'search_no_pages' => 'Ez da orririk aurkitu zure bilaketan',
|
||||
'search_for_term' => 'Search for :term',
|
||||
'search_more' => 'Emaitza gehiago',
|
||||
'search_advanced' => 'Bilaketa aurreratua',
|
||||
'search_terms' => 'Bilaketa-hitza',
|
||||
'search_content_type' => 'Eduki Mota',
|
||||
'search_exact_matches' => 'Bat etortze zehatza',
|
||||
'search_tags' => 'Tag Searches',
|
||||
'search_options' => 'Aukerak',
|
||||
'search_viewed_by_me' => 'Nik ikusiak',
|
||||
'search_not_viewed_by_me' => 'Nik ikusi ez ditudanak',
|
||||
'search_permissions_set' => 'Baimenak',
|
||||
'search_created_by_me' => 'Created by me',
|
||||
'search_updated_by_me' => 'Updated by me',
|
||||
'search_owned_by_me' => 'Owned 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',
|
||||
|
||||
// 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_permissions_cascade_warning' => 'Permissions on bookshelves do not automatically cascade to contained books. This is because a book can exist on multiple shelves. Permissions can however be copied down to child books using the option found below.',
|
||||
'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' => 'Book',
|
||||
'books' => 'Books',
|
||||
'x_books' => ':count Book|:count Books',
|
||||
'books_empty' => 'Ez da orrialderik sortu',
|
||||
'books_popular' => 'Popular Books',
|
||||
'books_recent' => 'Azken liburuak',
|
||||
'books_new' => 'Liburu berriak',
|
||||
'books_new_action' => 'Liburu berria',
|
||||
'books_popular_empty' => 'The most popular books will appear here.',
|
||||
'books_new_empty' => 'The most recently created books will appear here.',
|
||||
'books_create' => 'Liburu berria sortu',
|
||||
'books_delete' => 'Liburua ezabatu',
|
||||
'books_delete_named' => 'Delete Book :bookName',
|
||||
'books_delete_explain' => 'This will delete the book with the name \':bookName\'. All pages and chapters will be removed.',
|
||||
'books_delete_confirmation' => 'Ziur zaude liburu hau ezabatu nahi duzula?',
|
||||
'books_edit' => 'Editatu liburua',
|
||||
'books_edit_named' => 'Edit Book :bookName',
|
||||
'books_form_book_name' => 'Liburu izena',
|
||||
'books_save' => 'Save Book',
|
||||
'books_permissions' => 'Book Permissions',
|
||||
'books_permissions_updated' => 'Book Permissions Updated',
|
||||
'books_empty_contents' => 'No pages or chapters have been created for this book.',
|
||||
'books_empty_create_page' => 'Create a new page',
|
||||
'books_empty_sort_current_book' => 'Sort the current book',
|
||||
'books_empty_add_chapter' => 'Kapitulu berria gehitu',
|
||||
'books_permissions_active' => 'Book Permissions Active',
|
||||
'books_search_this' => 'Bilatu liburu hau',
|
||||
'books_navigation' => 'Book Navigation',
|
||||
'books_sort' => 'Sort Book Contents',
|
||||
'books_sort_named' => 'Sort Book :bookName',
|
||||
'books_sort_name' => 'Ordenatu izenaren arabera',
|
||||
'books_sort_created' => 'Ordenatu argitaratze-dataren arabera',
|
||||
'books_sort_updated' => 'Sort by Updated Date',
|
||||
'books_sort_chapters_first' => 'Chapters First',
|
||||
'books_sort_chapters_last' => 'Chapters Last',
|
||||
'books_sort_show_other' => 'Show Other Books',
|
||||
'books_sort_save' => 'Save New Order',
|
||||
'books_copy' => 'Copy Book',
|
||||
'books_copy_success' => 'Book successfully copied',
|
||||
|
||||
// Chapters
|
||||
'chapter' => 'Kapitulua',
|
||||
'chapters' => 'Kapituluak',
|
||||
'x_chapters' => ':count Chapter|:count Chapters',
|
||||
'chapters_popular' => 'Popular Chapters',
|
||||
'chapters_new' => 'New Chapter',
|
||||
'chapters_create' => 'Create New Chapter',
|
||||
'chapters_delete' => 'Kapitulua ezabatu',
|
||||
'chapters_delete_named' => 'Delete Chapter :chapterName',
|
||||
'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\'. All pages that exist within this chapter will also be deleted.',
|
||||
'chapters_delete_confirm' => 'Ziur kapitulu hau ezabatu nahi duzula?',
|
||||
'chapters_edit' => 'Kapitulua aldatu',
|
||||
'chapters_edit_named' => 'Edit Chapter :chapterName',
|
||||
'chapters_save' => 'Kapitulua gorde',
|
||||
'chapters_move' => 'Move Chapter',
|
||||
'chapters_move_named' => 'Move Chapter :chapterName',
|
||||
'chapter_move_success' => 'Chapter moved to :bookName',
|
||||
'chapters_copy' => 'Copy Chapter',
|
||||
'chapters_copy_success' => 'Chapter successfully copied',
|
||||
'chapters_permissions' => 'Chapter Permissions',
|
||||
'chapters_empty' => 'No pages are currently in this chapter.',
|
||||
'chapters_permissions_active' => 'Chapter Permissions Active',
|
||||
'chapters_permissions_success' => 'Chapter Permissions Updated',
|
||||
'chapters_search_this' => 'Search this chapter',
|
||||
|
||||
// Pages
|
||||
'page' => 'Page',
|
||||
'pages' => 'Pages',
|
||||
'x_pages' => ':count Page|:count Pages',
|
||||
'pages_popular' => 'Popular Pages',
|
||||
'pages_new' => 'New Page',
|
||||
'pages_attachments' => 'Attachments',
|
||||
'pages_navigation' => 'Page Navigation',
|
||||
'pages_delete' => 'Delete Page',
|
||||
'pages_delete_named' => 'Delete Page :pageName',
|
||||
'pages_delete_draft_named' => 'Delete Draft Page :pageName',
|
||||
'pages_delete_draft' => 'Delete Draft Page',
|
||||
'pages_delete_success' => 'Page deleted',
|
||||
'pages_delete_draft_success' => 'Draft page deleted',
|
||||
'pages_delete_confirm' => 'Are you sure you want to delete this page?',
|
||||
'pages_delete_draft_confirm' => 'Are you sure you want to delete this draft page?',
|
||||
'pages_editing_named' => 'Editing Page :pageName',
|
||||
'pages_edit_draft_options' => 'Draft Options',
|
||||
'pages_edit_save_draft' => 'Save Draft',
|
||||
'pages_edit_draft' => 'Edit Page Draft',
|
||||
'pages_editing_draft' => 'Editing Draft',
|
||||
'pages_editing_page' => 'Editing Page',
|
||||
'pages_edit_draft_save_at' => 'Draft saved at ',
|
||||
'pages_edit_delete_draft' => 'Delete Draft',
|
||||
'pages_edit_discard_draft' => 'Discard Draft',
|
||||
'pages_edit_set_changelog' => 'Set Changelog',
|
||||
'pages_edit_enter_changelog_desc' => 'Enter a brief description of the changes you\'ve made',
|
||||
'pages_edit_enter_changelog' => 'Enter Changelog',
|
||||
'pages_save' => 'Save Page',
|
||||
'pages_title' => 'Page Title',
|
||||
'pages_name' => 'Page Name',
|
||||
'pages_md_editor' => 'Editor',
|
||||
'pages_md_preview' => 'Preview',
|
||||
'pages_md_insert_image' => 'Insert Image',
|
||||
'pages_md_insert_link' => 'Insert Entity Link',
|
||||
'pages_md_insert_drawing' => 'Insert Drawing',
|
||||
'pages_not_in_chapter' => 'Page is not in a chapter',
|
||||
'pages_move' => 'Move Page',
|
||||
'pages_move_success' => 'Page moved to ":parentName"',
|
||||
'pages_copy' => 'Copy Page',
|
||||
'pages_copy_desination' => 'Copy Destination',
|
||||
'pages_copy_success' => 'Page successfully copied',
|
||||
'pages_permissions' => 'Page Permissions',
|
||||
'pages_permissions_success' => 'Page permissions updated',
|
||||
'pages_revision' => 'Revision',
|
||||
'pages_revisions' => 'Page Revisions',
|
||||
'pages_revisions_named' => 'Page Revisions for :pageName',
|
||||
'pages_revision_named' => 'Page Revision for :pageName',
|
||||
'pages_revision_restored_from' => 'Restored from #:id; :summary',
|
||||
'pages_revisions_created_by' => 'Created By',
|
||||
'pages_revisions_date' => 'Revision Date',
|
||||
'pages_revisions_number' => '#',
|
||||
'pages_revisions_numbered' => 'Revision #:id',
|
||||
'pages_revisions_numbered_changes' => 'Revision #:id Changes',
|
||||
'pages_revisions_changelog' => 'Changelog',
|
||||
'pages_revisions_changes' => 'Changes',
|
||||
'pages_revisions_current' => 'Current Version',
|
||||
'pages_revisions_preview' => 'Preview',
|
||||
'pages_revisions_restore' => 'Restore',
|
||||
'pages_revisions_none' => 'This page has no revisions',
|
||||
'pages_copy_link' => 'Copy Link',
|
||||
'pages_edit_content_link' => 'Edit Content',
|
||||
'pages_permissions_active' => 'Page Permissions Active',
|
||||
'pages_initial_revision' => 'Initial publish',
|
||||
'pages_initial_name' => 'New Page',
|
||||
'pages_editing_draft_notification' => 'You are currently editing a draft that was last saved :timeDiff.',
|
||||
'pages_draft_edited_notification' => 'This page has been updated by since that time. It is recommended that you discard this draft.',
|
||||
'pages_draft_page_changed_since_creation' => 'This page has been updated since this draft was created. It is recommended that you discard this draft or take care not to overwrite any page changes.',
|
||||
'pages_draft_edit_active' => [
|
||||
'start_a' => ':count users have started editing this page',
|
||||
'start_b' => ':userName has started editing this page',
|
||||
'time_a' => 'since the page was last updated',
|
||||
'time_b' => 'in the last :minCount minutes',
|
||||
'message' => ':start :time. Take care not to overwrite each other\'s updates!',
|
||||
],
|
||||
'pages_draft_discarded' => 'Draft discarded, The editor has been updated with the current page content',
|
||||
'pages_specific' => 'Specific Page',
|
||||
'pages_is_template' => 'Page Template',
|
||||
|
||||
// Editor Sidebar
|
||||
'page_tags' => 'Page Tags',
|
||||
'chapter_tags' => 'Chapter Tags',
|
||||
'book_tags' => 'Book Tags',
|
||||
'shelf_tags' => 'Shelf Tags',
|
||||
'tag' => 'Tag',
|
||||
'tags' => 'Tags',
|
||||
'tag_name' => 'Tag Name',
|
||||
'tag_value' => 'Tag Value (Optional)',
|
||||
'tags_explain' => "Add some tags to better categorise your content. \n You can assign a value to a tag for more in-depth organisation.",
|
||||
'tags_add' => 'Add another tag',
|
||||
'tags_remove' => 'Remove this tag',
|
||||
'tags_usages' => 'Total tag usages',
|
||||
'tags_assigned_pages' => 'Assigned to Pages',
|
||||
'tags_assigned_chapters' => 'Assigned to Chapters',
|
||||
'tags_assigned_books' => 'Assigned to Books',
|
||||
'tags_assigned_shelves' => 'Assigned to Shelves',
|
||||
'tags_x_unique_values' => ':count unique values',
|
||||
'tags_all_values' => 'All values',
|
||||
'tags_view_tags' => 'View Tags',
|
||||
'tags_view_existing_tags' => 'View existing tags',
|
||||
'tags_list_empty_hint' => 'Tags can be assigned via the page editor sidebar or while editing the details of a book, chapter or shelf.',
|
||||
'attachments' => 'Attachments',
|
||||
'attachments_explain' => 'Upload some files or attach some links to display on your page. These are visible in the page sidebar.',
|
||||
'attachments_explain_instant_save' => 'Changes here are saved instantly.',
|
||||
'attachments_items' => 'Attached Items',
|
||||
'attachments_upload' => 'Upload File',
|
||||
'attachments_link' => 'Attach Link',
|
||||
'attachments_set_link' => 'Set Link',
|
||||
'attachments_delete' => 'Are you sure you want to delete this attachment?',
|
||||
'attachments_dropzone' => 'Drop files or click here to attach a file',
|
||||
'attachments_no_files' => 'No files have been uploaded',
|
||||
'attachments_explain_link' => 'You can attach a link if you\'d prefer not to upload a file. This can be a link to another page or a link to a file in the cloud.',
|
||||
'attachments_link_name' => 'Link Name',
|
||||
'attachment_link' => 'Attachment link',
|
||||
'attachments_link_url' => 'Link to file',
|
||||
'attachments_link_url_hint' => 'Url of site or file',
|
||||
'attach' => 'Attach',
|
||||
'attachments_insert_link' => 'Add Attachment Link to Page',
|
||||
'attachments_edit_file' => 'Edit File',
|
||||
'attachments_edit_file_name' => 'File Name',
|
||||
'attachments_edit_drop_upload' => 'Drop files or click here to upload and overwrite',
|
||||
'attachments_order_updated' => 'Attachment order updated',
|
||||
'attachments_updated_success' => 'Attachment details updated',
|
||||
'attachments_deleted' => 'Attachment deleted',
|
||||
'attachments_file_uploaded' => 'File successfully uploaded',
|
||||
'attachments_file_updated' => 'File successfully updated',
|
||||
'attachments_link_attached' => 'Link successfully attached to page',
|
||||
'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_user_for_x' => 'User for :time',
|
||||
'profile_created_content' => 'Created Content',
|
||||
'profile_not_created_pages' => ':userName has not created any pages',
|
||||
'profile_not_created_chapters' => ':userName has not created any chapters',
|
||||
'profile_not_created_books' => ':userName has not created any books',
|
||||
'profile_not_created_shelves' => ':userName has not created any shelves',
|
||||
|
||||
// Comments
|
||||
'comment' => 'Comment',
|
||||
'comments' => 'Comments',
|
||||
'comment_add' => 'Add Comment',
|
||||
'comment_placeholder' => 'Leave a comment here',
|
||||
'comment_count' => '{0} No Comments|{1} 1 Comment|[2,*] :count Comments',
|
||||
'comment_save' => 'Save Comment',
|
||||
'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_delete_confirm' => 'Are you sure you want to delete this revision?',
|
||||
'revision_restore_confirm' => 'Are you sure you want to restore this revision? The current page contents will be replaced.',
|
||||
'revision_delete_success' => 'Revision deleted',
|
||||
'revision_cannot_delete_latest' => 'Cannot delete the latest revision.',
|
||||
|
||||
// Copy view
|
||||
'copy_consider' => 'Please consider the below when copying content.',
|
||||
'copy_consider_permissions' => 'Custom permission settings will not be copied.',
|
||||
'copy_consider_owner' => 'You will become the owner of all copied content.',
|
||||
'copy_consider_images' => 'Page image files will not be duplicated & the original images will retain their relation to the page they were originally uploaded to.',
|
||||
'copy_consider_attachments' => 'Page attachments will not be copied.',
|
||||
'copy_consider_access' => 'A change of location, owner or permissions may result in this content being accessible to those previously without access.',
|
||||
];
|
109
resources/lang/eu/errors.php
Normal file
109
resources/lang/eu/errors.php
Normal file
|
@ -0,0 +1,109 @@
|
|||
<?php
|
||||
/**
|
||||
* Text shown in error messaging.
|
||||
*/
|
||||
return [
|
||||
|
||||
// Permissions
|
||||
'permission' => 'Ez duzu baimenik eskatutako baliabidean sartzeko.',
|
||||
'permissionJson' => 'Ez duzu baimenik ekintza hau egiteko.',
|
||||
|
||||
// Auth
|
||||
'error_user_exists_different_creds' => ':email kontuakin erabiltzaile bat badago, baina kredentzial ezberdinekin.',
|
||||
'email_already_confirmed' => 'Email kontua berretsita dago, saiatu saioa hasten.',
|
||||
'email_confirmation_invalid' => 'Berrezpen token hau ez da baliozkoa eta iada erabiltzen da, mesedez, saiatu berriz erregistroa burutzen.',
|
||||
'email_confirmation_expired' => 'Berrezpen tokena iraungi da, berrezpen email berri bnat bidali da.',
|
||||
'email_confirmation_awaiting' => 'Erabiltzen ari den kontuko emaiala berreztea falta da',
|
||||
'ldap_fail_anonymous' => 'LDAP sarrerak akatsa eman du lotura anonimoa erabiliz',
|
||||
'ldap_fail_authed' => 'LDAP sarrera akatsa eman du dn eta pasahitz hauekin',
|
||||
'ldap_extension_not_installed' => 'PHP LDAP extentsioa ez dago instalatuta',
|
||||
'ldap_cannot_connect' => 'Ezin izan da ldap zerbitzarira konektatu, hasierako konexioak huts egin du',
|
||||
'saml_already_logged_in' => 'Saioa aurretik hasita dago',
|
||||
'saml_user_not_registered' => ':name erabiltzailea ez dago erregistratua eta erregistro automatikoa ezgaituta dago',
|
||||
'saml_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
|
||||
'saml_invalid_response_id' => 'The request from the external authentication system is not recognised by a process started by this application. Navigating back after a login could cause this issue.',
|
||||
'saml_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
|
||||
'oidc_already_logged_in' => 'Already logged in',
|
||||
'oidc_user_not_registered' => 'The user :name is not registered and automatic registration is disabled',
|
||||
'oidc_no_email_address' => 'Could not find an email address, for this user, in the data provided by the external authentication system',
|
||||
'oidc_fail_authed' => 'Login using :system failed, system did not provide successful authorization',
|
||||
'social_no_action_defined' => 'No action defined',
|
||||
'social_login_bad_response' => "Error received during :socialAccount login: \n:error",
|
||||
'social_account_in_use' => 'This :socialAccount account is already in use, Try logging in via the :socialAccount option.',
|
||||
'social_account_email_in_use' => 'The email :email is already in use. If you already have an account you can connect your :socialAccount account from your profile settings.',
|
||||
'social_account_existing' => 'This :socialAccount is already attached to your profile.',
|
||||
'social_account_already_used_existing' => 'This :socialAccount account is already used by another user.',
|
||||
'social_account_not_used' => 'This :socialAccount account is not linked to any users. Please attach it in your profile settings. ',
|
||||
'social_account_register_instructions' => 'If you do not yet have an account, You can register an account using the :socialAccount option.',
|
||||
'social_driver_not_found' => 'Social driver not found',
|
||||
'social_driver_not_configured' => 'Your :socialAccount social settings are not configured correctly.',
|
||||
'invite_token_expired' => 'This invitation link has expired. You can instead try to reset your account password.',
|
||||
|
||||
// System
|
||||
'path_not_writable' => 'File path :filePath could not be uploaded to. Ensure it is writable to the server.',
|
||||
'cannot_get_image_from_url' => 'Cannot get image from :url',
|
||||
'cannot_create_thumbs' => 'The server cannot create thumbnails. Please check you have the GD PHP extension installed.',
|
||||
'server_upload_limit' => 'The server does not allow uploads of this size. Please try a smaller file size.',
|
||||
'uploaded' => 'The server does not allow uploads of this size. Please try a smaller file size.',
|
||||
'image_upload_error' => 'Errorea gertatu da irudia igotzerakoan',
|
||||
'image_upload_type_error' => 'The image type being uploaded is invalid',
|
||||
'file_upload_timeout' => 'The file upload has timed out.',
|
||||
|
||||
// Attachments
|
||||
'attachment_not_found' => 'Atxikia ez da aurkitu',
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'Failed to save draft. Ensure you have internet connection before saving this page',
|
||||
'page_custom_home_deletion' => 'Cannot delete a page while it is set as a homepage',
|
||||
|
||||
// Entities
|
||||
'entity_not_found' => 'Entity not found',
|
||||
'bookshelf_not_found' => 'Bookshelf not found',
|
||||
'book_not_found' => 'Book not found',
|
||||
'page_not_found' => 'Page not found',
|
||||
'chapter_not_found' => 'Chapter not found',
|
||||
'selected_book_not_found' => 'The selected book was not found',
|
||||
'selected_book_chapter_not_found' => 'The selected Book or Chapter was not found',
|
||||
'guests_cannot_save_drafts' => 'Guests cannot save drafts',
|
||||
|
||||
// Users
|
||||
'users_cannot_delete_only_admin' => 'You cannot delete the only admin',
|
||||
'users_cannot_delete_guest' => 'You cannot delete the guest user',
|
||||
|
||||
// Roles
|
||||
'role_cannot_be_edited' => 'This role cannot be edited',
|
||||
'role_system_cannot_be_deleted' => 'This role is a system role and cannot be deleted',
|
||||
'role_registration_default_cannot_delete' => 'This role cannot be deleted while set as the default registration role',
|
||||
'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' => 'An error occurred while fetching the comments.',
|
||||
'cannot_add_comment_to_draft' => 'You cannot add comments to a draft.',
|
||||
'comment_add' => 'An error occurred while adding / updating the comment.',
|
||||
'comment_delete' => 'An error occurred while deleting the comment.',
|
||||
'empty_comment' => 'Cannot add an empty comment.',
|
||||
|
||||
// Error pages
|
||||
'404_page_not_found' => 'Page Not Found',
|
||||
'sorry_page_not_found' => 'Sorry, The page you were looking for could not be found.',
|
||||
'sorry_page_not_found_permission_warning' => 'If you expected this page to exist, you might not have permission to view it.',
|
||||
'image_not_found' => 'Image Not Found',
|
||||
'image_not_found_subtitle' => 'Sorry, The image file you were looking for could not be found.',
|
||||
'image_not_found_details' => 'If you expected this image to exist it might have been deleted.',
|
||||
'return_home' => 'Return to home',
|
||||
'error_occurred' => 'Akats bat gertatu da',
|
||||
'app_down' => ':appName is down right now',
|
||||
'back_soon' => 'It will be back up soon.',
|
||||
|
||||
// API errors
|
||||
'api_no_authorization_found' => 'No authorization token found on the request',
|
||||
'api_bad_authorization_format' => 'An authorization token was found on the request but the format appeared incorrect',
|
||||
'api_user_token_not_found' => 'No matching API token was found for the provided authorization token',
|
||||
'api_incorrect_token_secret' => 'The secret provided for the given used API token is incorrect',
|
||||
'api_user_no_api_permission' => 'The owner of the used API token does not have permission to make API calls',
|
||||
'api_user_token_expired' => 'The authorization token used has expired',
|
||||
|
||||
// Settings & Maintenance
|
||||
'maintenance_test_email_failure' => 'Error thrown when sending a test email:',
|
||||
|
||||
];
|
12
resources/lang/eu/pagination.php
Normal file
12
resources/lang/eu/pagination.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
/**
|
||||
* Pagination Language Lines
|
||||
* The following language lines are used by the paginator library to build
|
||||
* the simple pagination links.
|
||||
*/
|
||||
return [
|
||||
|
||||
'previous' => '« Aurrekoa',
|
||||
'next' => 'Hurrengoa »',
|
||||
|
||||
];
|
15
resources/lang/eu/passwords.php
Normal file
15
resources/lang/eu/passwords.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?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' => 'Pasahitzak gutxienez sei karaktere izan behar ditu eta baldintzak bete behar ditu.',
|
||||
'user' => "Ezin izan dugu erabiltzailerik topatu posta-helbide honekin.",
|
||||
'token' => 'Pasahitza berritzeko token hau ez da baliagarria email helbide honentzat.',
|
||||
'sent' => 'Zure pasahitza berrezartzeko esteka email bidez bidali dizugu!',
|
||||
'reset' => 'Zure pasahitza berrezarri da!',
|
||||
|
||||
];
|
306
resources/lang/eu/settings.php
Normal file
306
resources/lang/eu/settings.php
Normal file
|
@ -0,0 +1,306 @@
|
|||
<?php
|
||||
/**
|
||||
* Settings text strings
|
||||
* Contains all text strings used in the general settings sections of BookStack
|
||||
* including users and roles.
|
||||
*/
|
||||
return [
|
||||
|
||||
// Common Messages
|
||||
'settings' => 'Ezarpenak',
|
||||
'settings_save' => 'Gorde aldaketak',
|
||||
'settings_save_success' => 'Aldaketak gordeta',
|
||||
'system_version' => 'Sistema bertsioa',
|
||||
'categories' => 'Kategoriak',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Pertsonalizazioa',
|
||||
'app_features_security' => 'Ezaugarriak eta Segurtasuna',
|
||||
'app_name' => 'Aplikazioaren izena',
|
||||
'app_name_desc' => 'Izen hau goiburuan eta bidaltzen diren emailetan agertuko da.',
|
||||
'app_name_header' => 'Erakutsi izena goiburuan',
|
||||
'app_public_access' => 'Sarbide publikoa',
|
||||
'app_public_access_desc' => 'Aukera honen bitartez, bisitariek, saioa hasita ez dutenek, edukiak eskuratu ahal izango dituzte zure BookStacken instantzian.',
|
||||
'app_public_access_desc_guest' => 'Bisitarien sarrera "Guest" erabiltzeile bidez kontrola daiteke.',
|
||||
'app_public_access_toggle' => 'Baimendu sarbide publikoa',
|
||||
'app_public_viewing' => 'Publikoki ikustea baimendu?',
|
||||
'app_secure_images' => 'Goi Segurtasuneko irudiak',
|
||||
'app_secure_images_toggle' => 'Goi Segurtasuneko irudiak aktibatu',
|
||||
'app_secure_images_desc' => 'Antzezpen arrazoiengatik, irudi guztiak publikoak dira. Aukera honek ausazko lokarri bat gehitzen du irudiaren aurrean. Segurtasun-indizeek ezin dute sarrera erraza eragotzi.',
|
||||
'app_editor' => 'Orri editorea',
|
||||
'app_editor_desc' => 'Aukeratu zein editore erabiliko duten erabiltzaile guztiek orriak editatzeko.',
|
||||
'app_custom_html' => 'HTML pertsonalizatuko goiburu edukia',
|
||||
'app_custom_html_desc' => 'Hemen sarturiko edozein eduki <head> eremuko behekaldean sartuko da orrialde guztietan. Honek estiloak gainditzeko edo analitika-kodea gehitzeko balio 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' => 'Aplikazioaren logoa',
|
||||
'app_logo_desc' => 'This image should be 43px in height. <br>Large images will be scaled down.',
|
||||
'app_primary_color' => 'Aplikazioaren kolore lehenetsia',
|
||||
'app_primary_color_desc' => 'Sets the primary color for the application including the banner, buttons, and links.',
|
||||
'app_homepage' => 'Aplikazioko hasiera orria',
|
||||
'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' => 'Aukeratu Orria',
|
||||
'app_footer_links' => 'Beheko aldeko estekak',
|
||||
'app_footer_links_desc' => 'Add links to show within the site footer. These will be displayed at the bottom of most pages, including those that do not require login. You can use a label of "trans::<key>" to use system-defined translations. For example: Using "trans::common.privacy_policy" will provide the translated text "Privacy Policy" and "trans::common.terms_of_service" will provide the translated text "Terms of Service".',
|
||||
'app_footer_links_label' => 'Loturaren etiketa',
|
||||
'app_footer_links_url' => 'Estekaren URLa',
|
||||
'app_footer_links_add' => 'Gehitu oineko esteka',
|
||||
'app_disable_comments' => 'Ezgaitu Iruzkinak',
|
||||
'app_disable_comments_toggle' => 'Ezgaitu iruzkinak',
|
||||
'app_disable_comments_desc' => 'Disables comments across all pages in the application. <br> Existing comments are not shown.',
|
||||
|
||||
// Color settings
|
||||
'content_colors' => 'Eduki koloreak',
|
||||
'content_colors_desc' => 'Sets colors for all elements in the page organisation hierarchy. Choosing colors with a similar brightness to the default colors is recommended for readability.',
|
||||
'bookshelf_color' => 'Apal kolorea',
|
||||
'book_color' => 'Liburu kolorea',
|
||||
'chapter_color' => 'Kapitulu kolorea',
|
||||
'page_color' => 'Orrialde kolorea',
|
||||
'page_draft_color' => 'Zirriborro orrien kolorea',
|
||||
|
||||
// Registration Settings
|
||||
'reg_settings' => 'Izen-ematea',
|
||||
'reg_enable' => 'Baimendu izen ematea',
|
||||
'reg_enable_toggle' => 'Baimendu izen ematea',
|
||||
'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' => 'Default user role after registration',
|
||||
'reg_enable_external_warning' => 'The option above is ignored while external LDAP or SAML authentication is active. User accounts for non-existing members will be auto-created if authentication, against the external system in use, is successful.',
|
||||
'reg_email_confirmation' => 'Email baieztapena',
|
||||
'reg_email_confirmation_toggle' => 'Emain baieztapena behar du',
|
||||
'reg_confirm_email_desc' => 'If domain restriction is used then email confirmation will be required and this option will be ignored.',
|
||||
'reg_confirm_restrict_domain' => 'Domeinu mugaketa',
|
||||
'reg_confirm_restrict_domain_desc' => 'Enter a comma separated list of email domains you would like to restrict registration to. Users will be sent an email to confirm their address before being allowed to interact with the application. <br> Note that users will be able to change their email addresses after successful registration.',
|
||||
'reg_confirm_restrict_domain_placeholder' => 'Mugarik gabe',
|
||||
|
||||
// Maintenance settings
|
||||
'maint' => 'Mantentze-lanak',
|
||||
'maint_image_cleanup' => 'Garbitu irudiak',
|
||||
'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_delete_images_only_in_revisions' => 'Also delete images that only exist in old page revisions',
|
||||
'maint_image_cleanup_run' => 'Exekutatu garbiketa',
|
||||
'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' => 'Ez da erabili gabeko irudirik aurkitu, ez da ezer ezabatuko!',
|
||||
'maint_send_test_email' => 'Frogako mezua bidali',
|
||||
'maint_send_test_email_desc' => 'This sends a test email to your email address specified in your profile.',
|
||||
'maint_send_test_email_run' => 'Frogako mezua bidali',
|
||||
'maint_send_test_email_success' => 'Emaila bidali da :address helbidera',
|
||||
'maint_send_test_email_mail_subject' => 'Email test-a',
|
||||
'maint_send_test_email_mail_greeting' => 'Email delivery seems to work!',
|
||||
'maint_send_test_email_mail_text' => 'Congratulations! As you received this email notification, your email settings seem to be configured properly.',
|
||||
'maint_recycle_bin_desc' => 'Deleted shelves, books, chapters & pages are sent to the recycle bin so they can be restored or permanently deleted. Older items in the recycle bin may be automatically removed after a while depending on system configuration.',
|
||||
'maint_recycle_bin_open' => 'Ireki zakarrontzia',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin' => 'Zakarrontzia',
|
||||
'recycle_bin_desc' => 'Here you can restore items that have been deleted or choose to permanently remove them from the system. This list is unfiltered unlike similar activity lists in the system where permission filters are applied.',
|
||||
'recycle_bin_deleted_item' => 'Ezabatutako edukiak',
|
||||
'recycle_bin_deleted_parent' => 'Nagusia',
|
||||
'recycle_bin_deleted_by' => 'Nork ezabatua',
|
||||
'recycle_bin_deleted_at' => 'Ezabatutako unea',
|
||||
'recycle_bin_permanently_delete' => 'Ezabatu betiko',
|
||||
'recycle_bin_restore' => 'Berreskuratu',
|
||||
'recycle_bin_contents_empty' => 'Zakarrontzia hutsik dago',
|
||||
'recycle_bin_empty' => 'Hustu Zakarrontzia',
|
||||
'recycle_bin_empty_confirm' => 'This will permanently destroy all items in the recycle bin including content contained within each item. Are you sure you want to empty the recycle bin?',
|
||||
'recycle_bin_destroy_confirm' => 'This action will permanently delete this item, along with any child elements listed below, from the system and you will not be able to restore this content. Are you sure you want to permanently delete this item?',
|
||||
'recycle_bin_destroy_list' => 'Ezabatuko diren elementuak',
|
||||
'recycle_bin_restore_list' => 'Berrezarriko diren elementuak',
|
||||
'recycle_bin_restore_confirm' => 'This action will restore the deleted item, including any child elements, to their original location. If the original location has since been deleted, and is now in the recycle bin, the parent item will also need to be restored.',
|
||||
'recycle_bin_restore_deleted_parent' => 'The parent of this item has also been deleted. These will remain deleted until that parent is also restored.',
|
||||
'recycle_bin_restore_parent' => 'Aita berrezarri',
|
||||
'recycle_bin_destroy_notification' => 'Deleted :count total items from the recycle bin.',
|
||||
'recycle_bin_restore_notification' => 'Restored :count total items from the recycle bin.',
|
||||
|
||||
// Audit Log
|
||||
'audit' => 'Audit Log',
|
||||
'audit_desc' => 'This audit log displays a list of activities tracked in the system. This list is unfiltered unlike similar activity lists in the system where permission filters are applied.',
|
||||
'audit_event_filter' => 'Event Filter',
|
||||
'audit_event_filter_no_filter' => 'Filtrorik ez',
|
||||
'audit_deleted_item' => 'Deleted Item',
|
||||
'audit_deleted_item_name' => 'Name: :name',
|
||||
'audit_table_user' => 'Erabiltzailea',
|
||||
'audit_table_event' => 'Gertaera',
|
||||
'audit_table_related' => 'Related Item or Detail',
|
||||
'audit_table_ip' => 'IP helbidea',
|
||||
'audit_table_date' => 'Azken aktibitate data',
|
||||
'audit_date_from' => 'Date Range From',
|
||||
'audit_date_to' => 'Data tartea',
|
||||
|
||||
// Role Settings
|
||||
'roles' => 'Rolak',
|
||||
'role_user_roles' => 'Erabiltzailearen rola',
|
||||
'role_create' => 'Rol berria sortu',
|
||||
'role_create_success' => 'Rola ondo sortu da',
|
||||
'role_delete' => 'Delete Role',
|
||||
'role_delete_confirm' => 'This will delete the role with the name \':roleName\'.',
|
||||
'role_delete_users_assigned' => 'This role has :userCount users assigned to it. If you would like to migrate the users from this role select a new role below.',
|
||||
'role_delete_no_migration' => "Don't migrate users",
|
||||
'role_delete_sure' => 'Are you sure you want to delete this role?',
|
||||
'role_delete_success' => 'Role successfully deleted',
|
||||
'role_edit' => 'Edit Role',
|
||||
'role_details' => 'Role Details',
|
||||
'role_name' => 'Role Name',
|
||||
'role_desc' => 'Short Description of Role',
|
||||
'role_mfa_enforced' => 'Requires Multi-Factor Authentication',
|
||||
'role_external_auth_id' => 'External Authentication IDs',
|
||||
'role_system' => 'System Permissions',
|
||||
'role_manage_users' => 'Manage users',
|
||||
'role_manage_roles' => 'Manage roles & role permissions',
|
||||
'role_manage_entity_permissions' => 'Manage all book, chapter & page permissions',
|
||||
'role_manage_own_entity_permissions' => 'Manage permissions on own book, chapter & pages',
|
||||
'role_manage_page_templates' => 'Kudeatu orrien txantiloiak',
|
||||
'role_access_api' => 'Sistemako APIra sarrera',
|
||||
'role_manage_settings' => 'Kudeatu aplikazio ezarpenak',
|
||||
'role_export_content' => 'Exportatu edukia',
|
||||
'role_asset' => 'Fitxategi baimenak',
|
||||
'roles_system_warning' => 'Be aware that access to any of the above three permissions can allow a user to alter their own privileges or the privileges of others in the system. Only assign roles with these permissions to trusted users.',
|
||||
'role_asset_desc' => 'These permissions control default access to the assets within the system. Permissions on Books, Chapters and Pages will override these permissions.',
|
||||
'role_asset_admins' => 'Admins are automatically given access to all content but these options may show or hide UI options.',
|
||||
'role_all' => 'Guztiak',
|
||||
'role_own' => 'Norberarenak',
|
||||
'role_controlled_by_asset' => 'Controlled by the asset they are uploaded to',
|
||||
'role_save' => 'Gorde rol-a',
|
||||
'role_update_success' => 'Rola ondo eguneratu da',
|
||||
'role_users' => 'Rol honetako erabiltzaileak',
|
||||
'role_users_none' => 'No users are currently assigned to this role',
|
||||
|
||||
// Users
|
||||
'users' => 'Erabiltzaileak',
|
||||
'user_profile' => 'Erabiltzailearen profila',
|
||||
'users_add_new' => 'Erabiltzaile berri bat gehitu',
|
||||
'users_search' => 'Erabiltzaileak bilatu',
|
||||
'users_latest_activity' => 'Duela gutxiko Jarduera',
|
||||
'users_details' => 'Erabiltzaile xehetasunak',
|
||||
'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' => 'Erabiltzailearen rola',
|
||||
'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' => 'Erabiltzaile pasahitza',
|
||||
'users_password_desc' => 'Set a password used to log-in to the application. This must be at least 8 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' => 'External Authentication ID',
|
||||
'users_external_auth_id_desc' => 'This is the ID used to match this user when communicating with your external authentication system.',
|
||||
'users_password_warning' => 'Only fill the below if you would like to change your password.',
|
||||
'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.',
|
||||
'users_delete' => 'Ezabatu erabiltzailea',
|
||||
'users_delete_named' => 'Delete user :userName',
|
||||
'users_delete_warning' => 'This will fully delete this user with the name \':userName\' from the system.',
|
||||
'users_delete_confirm' => 'Are you sure you want to delete this user?',
|
||||
'users_migrate_ownership' => 'Migrate Ownership',
|
||||
'users_migrate_ownership_desc' => 'Select a user here if you want another user to become the owner of all items currently owned by this user.',
|
||||
'users_none_selected' => 'Erabiltzailerik ez duzu aukeratu',
|
||||
'users_edit' => 'Erabiltzaile editatu',
|
||||
'users_edit_profile' => 'Editatu profila',
|
||||
'users_avatar' => 'User Avatar',
|
||||
'users_avatar_desc' => 'Select an image to represent this user. This should be approx 256px square.',
|
||||
'users_preferred_language' => 'Hobetsitako hizkuntza',
|
||||
'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' => 'Social Accounts',
|
||||
'users_social_accounts_info' => 'Here you can connect your other accounts for quicker and easier login. Disconnecting an account here does not revoke previously authorized access. Revoke access from your profile settings on the connected social account.',
|
||||
'users_social_connect' => 'Kontua Konektatu',
|
||||
'users_social_disconnect' => 'Deskonektatu kontua',
|
||||
'users_social_connected' => ':socialAccount account was successfully attached to your profile.',
|
||||
'users_social_disconnected' => ':socialAccount account was successfully disconnected from your profile.',
|
||||
'users_api_tokens' => 'API Tokens',
|
||||
'users_api_tokens_none' => 'No API tokens have been created for this user',
|
||||
'users_api_tokens_create' => 'Create Token',
|
||||
'users_api_tokens_expires' => 'Expires',
|
||||
'users_api_tokens_docs' => 'API dokumentazioa',
|
||||
'users_mfa' => 'Multi-Factor Authentication',
|
||||
'users_mfa_desc' => 'Setup multi-factor authentication as an extra layer of security for your user account.',
|
||||
'users_mfa_x_methods' => ':count method configured|:count methods configured',
|
||||
'users_mfa_configure' => 'Configure Methods',
|
||||
|
||||
// API Tokens
|
||||
'user_api_token_create' => 'Create API Token',
|
||||
'user_api_token_name' => 'Izena',
|
||||
'user_api_token_name_desc' => 'Give your token a readable name as a future reminder of its intended purpose.',
|
||||
'user_api_token_expiry' => 'Iraungitze data',
|
||||
'user_api_token_expiry_desc' => 'Set a date at which this token expires. After this date, requests made using this token will no longer work. Leaving this field blank will set an expiry 100 years into the future.',
|
||||
'user_api_token_create_secret_message' => 'Immediately after creating this token a "Token ID" & "Token Secret" will be generated and displayed. The secret will only be shown a single time so be sure to copy the value to somewhere safe and secure before proceeding.',
|
||||
'user_api_token_create_success' => 'API token successfully created',
|
||||
'user_api_token_update_success' => 'API token successfully updated',
|
||||
'user_api_token' => 'API Token',
|
||||
'user_api_token_id' => 'Token ID',
|
||||
'user_api_token_id_desc' => 'This is a non-editable system generated identifier for this token which will need to be provided in API requests.',
|
||||
'user_api_token_secret' => 'Token Secret',
|
||||
'user_api_token_secret_desc' => 'This is a system generated secret for this token which will need to be provided in API requests. This will only be displayed this one time so copy this value to somewhere safe and secure.',
|
||||
'user_api_token_created' => 'Token created :timeAgo',
|
||||
'user_api_token_updated' => 'Token updated :timeAgo',
|
||||
'user_api_token_delete' => 'Delete Token',
|
||||
'user_api_token_delete_warning' => 'This will fully delete this API token with the name \':tokenName\' from the system.',
|
||||
'user_api_token_delete_confirm' => 'Are you sure you want to delete this API token?',
|
||||
'user_api_token_delete_success' => 'API token successfully deleted',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_create' => 'Create New Webhook',
|
||||
'webhooks_none_created' => 'No webhooks have yet been created.',
|
||||
'webhooks_edit' => 'Edit Webhook',
|
||||
'webhooks_save' => 'Save Webhook',
|
||||
'webhooks_details' => 'Webhook Details',
|
||||
'webhooks_details_desc' => 'Provide a user friendly name and a POST endpoint as a location for the webhook data to be sent to.',
|
||||
'webhooks_events' => 'Webhook Events',
|
||||
'webhooks_events_desc' => 'Select all the events that should trigger this webhook to be called.',
|
||||
'webhooks_events_warning' => 'Keep in mind that these events will be triggered for all selected events, even if custom permissions are applied. Ensure that use of this webhook won\'t expose confidential content.',
|
||||
'webhooks_events_all' => 'All system events',
|
||||
'webhooks_name' => 'Webhook Name',
|
||||
'webhooks_timeout' => 'Webhook Request Timeout (Seconds)',
|
||||
'webhooks_endpoint' => 'Webhook Endpoint',
|
||||
'webhooks_active' => 'Webhook Active',
|
||||
'webhook_events_table_header' => 'Gertaerak',
|
||||
'webhooks_delete' => 'Delete Webhook',
|
||||
'webhooks_delete_warning' => 'This will fully delete this webhook, with the name \':webhookName\', from the system.',
|
||||
'webhooks_delete_confirm' => 'Ziur zaude hau ezabatu nahi duzula?',
|
||||
'webhooks_format_example' => 'Webhook Format Example',
|
||||
'webhooks_format_example_desc' => 'Webhook data is sent as a POST request to the configured endpoint as JSON following the format below. The "related_item" and "url" properties are optional and will depend on the type of event triggered.',
|
||||
'webhooks_status' => 'Webhook Status',
|
||||
'webhooks_last_called' => 'Last Called:',
|
||||
'webhooks_last_errored' => 'Last Errored:',
|
||||
'webhooks_last_error_message' => 'Last Error Message:',
|
||||
|
||||
|
||||
//! If editing translations files directly please ignore this in all
|
||||
//! languages apart from en. Content will be auto-copied from en.
|
||||
//!////////////////////////////////
|
||||
'language_select' => [
|
||||
'en' => 'English',
|
||||
'ar' => 'العربية',
|
||||
'bg' => 'Bǎlgarski',
|
||||
'bs' => 'Bosanski',
|
||||
'ca' => 'Català',
|
||||
'cs' => 'Česky',
|
||||
'da' => 'Dansk',
|
||||
'de' => 'Deutsch (Sie)',
|
||||
'de_informal' => 'Deutsch (Du)',
|
||||
'es' => 'Español',
|
||||
'es_AR' => 'Español Argentina',
|
||||
'et' => 'Eesti keel',
|
||||
'fr' => 'Français',
|
||||
'he' => 'עברית',
|
||||
'hr' => 'Hrvatski',
|
||||
'hu' => 'Magyar',
|
||||
'id' => 'Bahasa Indonesia',
|
||||
'it' => 'Italian',
|
||||
'ja' => '日本語',
|
||||
'ko' => '한국어',
|
||||
'lt' => 'Lietuvių Kalba',
|
||||
'lv' => 'Latviešu Valoda',
|
||||
'nl' => 'Nederlands',
|
||||
'nb' => 'Norsk (Bokmål)',
|
||||
'pl' => 'Polski',
|
||||
'pt' => 'Português',
|
||||
'pt_BR' => 'Português do Brasil',
|
||||
'ru' => 'Русский',
|
||||
'sk' => 'Slovensky',
|
||||
'sl' => 'Slovenščina',
|
||||
'sv' => 'Svenska',
|
||||
'tr' => 'Türkçe',
|
||||
'uk' => 'Українська',
|
||||
'vi' => 'Tiếng Việt',
|
||||
'zh_CN' => '简体中文',
|
||||
'zh_TW' => '繁體中文',
|
||||
],
|
||||
//!////////////////////////////////
|
||||
];
|
117
resources/lang/eu/validation.php
Normal file
117
resources/lang/eu/validation.php
Normal file
|
@ -0,0 +1,117 @@
|
|||
<?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 [
|
||||
|
||||
// Standard laravel validation lines
|
||||
'accepted' => ':attribute onartua izan behar du.',
|
||||
'active_url' => ':attribute ez da baliozko URLa.',
|
||||
'after' => ':attribute :date baino zaharragoa izan behar da.',
|
||||
'alpha' => ':attribute eremuak hizkiak solik izan ditzake.',
|
||||
'alpha_dash' => ':attribute eremuak letrak, zenbakiak, laburpenak eta azpizenbakiak bakarrik eduki ditzake.',
|
||||
'alpha_num' => ':attribute eremuak hizki eta zenbakiak solik izan ditzake.',
|
||||
'array' => ':attribute array bat izan behar da.',
|
||||
'backup_codes' => 'Kode hau ez da baliagarria edo iada erabilia izan da.',
|
||||
'before' => ':attribute :date baino berriagoa izan behar da.',
|
||||
'between' => [
|
||||
'numeric' => ':min eta :max bitartean egon behar da :attribute.',
|
||||
'file' => ':min eta :max kilobytes tartean egon behar da :attribute.',
|
||||
'string' => ':min eta :max karaktere tartean egon behar da :attribute.',
|
||||
'array' => ':min eta :max item tartean egon behar da :attribute.',
|
||||
],
|
||||
'boolean' => ':attribute true edo false izan behar da.',
|
||||
'confirmed' => ':attribute berrezpena ez da aurkitu.',
|
||||
'date' => ':attribute ez da baliozko data.',
|
||||
'date_format' => ':attribute ez da :format formatuan aurkitu.',
|
||||
'different' => ':attribute eta :other ezberdinak izan behar dira.',
|
||||
'digits' => ':attribute :digits digitu behar ditu.',
|
||||
'digits_between' => ':min eta :max digitu tartean egon behar da :attribute.',
|
||||
'email' => ':attribute baliozko email helbide bat izan behar da.',
|
||||
'ends_with' => ':attribute ondorengo balio hauetako batekin bukatu behar da :values',
|
||||
'file' => 'The :attribute must be provided as a valid file.',
|
||||
'filled' => ':attribute eremua beharrezkoa da.',
|
||||
'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' => 'The selected :attribute is invalid.',
|
||||
'image' => ':attribute irudi bat izan behar da.',
|
||||
'image_extension' => 'The :attribute must have a valid & supported image extension.',
|
||||
'in' => 'The selected :attribute is invalid.',
|
||||
'integer' => ':attribute zenbaki oso bat izan behar da.',
|
||||
'ip' => 'The :attribute must be a valid IP address.',
|
||||
'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' => 'The :attribute may not be greater than :max.',
|
||||
'file' => 'The :attribute may not be greater than :max kilobytes.',
|
||||
'string' => 'The :attribute may not be greater than :max characters.',
|
||||
'array' => 'The :attribute may not have more than :max items.',
|
||||
],
|
||||
'mimes' => 'The :attribute must be a file of type: :values.',
|
||||
'min' => [
|
||||
'numeric' => 'The :attribute must be at least :min.',
|
||||
'file' => 'The :attribute must be at least :min kilobytes.',
|
||||
'string' => 'The :attribute must be at least :min characters.',
|
||||
'array' => 'The :attribute must have at least :min items.',
|
||||
],
|
||||
'not_in' => 'The selected :attribute is invalid.',
|
||||
'not_regex' => ':attribute formatua baliogabea da.',
|
||||
'numeric' => ':attribute zenbaki bat izan behar da.',
|
||||
'regex' => ':attribute formatua baliogabea da.',
|
||||
'required' => ':attribute eremua beharrezkoa da.',
|
||||
'required_if' => 'The :attribute field is required when :other is :value.',
|
||||
'required_with' => 'The :attribute field is required when :values is present.',
|
||||
'required_with_all' => 'The :attribute field is required when :values is present.',
|
||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||
'same' => 'The :attribute and :other must match.',
|
||||
'safe_url' => 'The provided link may not be safe.',
|
||||
'size' => [
|
||||
'numeric' => 'The :attribute must be :size.',
|
||||
'file' => 'The :attribute must be :size kilobytes.',
|
||||
'string' => 'The :attribute must be :size characters.',
|
||||
'array' => 'The :attribute must contain :size items.',
|
||||
],
|
||||
'string' => ':attribute textua izan behar da.',
|
||||
'timezone' => 'The :attribute must be a valid zone.',
|
||||
'totp' => 'The provided code is not valid or has expired.',
|
||||
'unique' => 'The :attribute has already been taken.',
|
||||
'url' => 'The :attribute format is invalid.',
|
||||
'uploaded' => 'The file could not be uploaded. The server may not accept files of this size.',
|
||||
|
||||
// Custom validation lines
|
||||
'custom' => [
|
||||
'password-confirm' => [
|
||||
'required_with' => 'Baieztatu zure pasahitza',
|
||||
],
|
||||
],
|
||||
|
||||
// Custom validation attributes
|
||||
'attributes' => [],
|
||||
];
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'عرض',
|
||||
'height' => 'ارتفاع',
|
||||
'More' => 'بیشتر',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'الگو',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'تنظیمات',
|
||||
'settings_save' => 'تنظیمات را ذخیره کن',
|
||||
'settings_save_success' => 'تنظیمات ذخیره شد',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'سفارشی سازی',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Largeur',
|
||||
'height' => 'Hauteur',
|
||||
'More' => 'Plus',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Aligner à gauche',
|
||||
'align_center' => 'Aligner au centre',
|
||||
'align_right' => 'Aligner à droite',
|
||||
'align_justify' => 'Justifier',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Liste à puces',
|
||||
'list_numbered' => 'Liste numérotée',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Augmenter l\'indentation',
|
||||
'indent_decrease' => 'Diminuer l\'indentation',
|
||||
'table' => 'Tableau',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Propriétés de la cellule',
|
||||
'cell_type' => 'Type de cellule',
|
||||
'cell_type_cell' => 'Cellule',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Cellule d\'en-tête',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Groupe de ligne',
|
||||
'table_column_group' => 'Groupe de colonnes',
|
||||
'horizontal_align' => 'Aligner horizontalement',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Légende',
|
||||
'show_caption' => 'Afficher la légende',
|
||||
'constrain' => 'Conserver les proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Activer/désactiver le libellé',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'À propos de l\'éditeur WYSIWYG',
|
||||
'editor_license' => 'Licence d\'éditeur et droit d\'auteur',
|
||||
'editor_tiny_license' => 'Cet éditeur est construit en utilisant :tinyLink qui est fourni sous une licence LGPL v2.1.',
|
||||
'editor_tiny_license_link' => 'Vous trouverez ici les détails sur les droits d\'auteur et les licences de TinyMCE.',
|
||||
'save_continue' => 'Enregistrer et continuer',
|
||||
'callouts_cycle' => '(Continuez d\'appuyer pour basculer entre les types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Raccourcis',
|
||||
'shortcut' => 'Raccourci',
|
||||
'shortcuts_intro' => 'Les raccourcis suivants sont disponibles dans l\'éditeur :',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Préférences',
|
||||
'settings_save' => 'Enregistrer les préférences',
|
||||
'settings_save_success' => 'Préférences enregistrées',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Personnalisation',
|
||||
|
|
|
@ -7,58 +7,60 @@
|
|||
*/
|
||||
return [
|
||||
// General editor terms
|
||||
'general' => 'General',
|
||||
'advanced' => 'Advanced',
|
||||
'none' => 'None',
|
||||
'cancel' => 'Cancel',
|
||||
'save' => 'Save',
|
||||
'close' => 'Close',
|
||||
'undo' => 'Undo',
|
||||
'redo' => 'Redo',
|
||||
'left' => 'Left',
|
||||
'center' => 'Center',
|
||||
'right' => 'Right',
|
||||
'top' => 'Top',
|
||||
'middle' => 'Middle',
|
||||
'bottom' => 'Bottom',
|
||||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'general' => 'כללי',
|
||||
'advanced' => 'הגדרות מתקדמות',
|
||||
'none' => 'ללא',
|
||||
'cancel' => 'ביטול',
|
||||
'save' => 'שמור',
|
||||
'close' => 'סגור',
|
||||
'undo' => 'אחזר',
|
||||
'redo' => 'בצע שוב',
|
||||
'left' => 'שמאל',
|
||||
'center' => 'מרכז',
|
||||
'right' => 'ימין',
|
||||
'top' => 'עליון',
|
||||
'middle' => 'אמצע',
|
||||
'bottom' => 'תחתון',
|
||||
'width' => 'רוחב',
|
||||
'height' => 'גובה',
|
||||
'More' => 'עוד',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
'header_large' => 'Large Header',
|
||||
'header_medium' => 'Medium Header',
|
||||
'header_small' => 'Small Header',
|
||||
'header_tiny' => 'Tiny Header',
|
||||
'paragraph' => 'Paragraph',
|
||||
'blockquote' => 'Blockquote',
|
||||
'inline_code' => 'Inline code',
|
||||
'callouts' => 'Callouts',
|
||||
'callout_information' => 'Information',
|
||||
'callout_success' => 'Success',
|
||||
'callout_warning' => 'Warning',
|
||||
'callout_danger' => 'Danger',
|
||||
'bold' => 'Bold',
|
||||
'italic' => 'Italic',
|
||||
'underline' => 'Underline',
|
||||
'strikethrough' => 'Strikethrough',
|
||||
'superscript' => 'Superscript',
|
||||
'subscript' => 'Subscript',
|
||||
'text_color' => 'Text color',
|
||||
'custom_color' => 'Custom color',
|
||||
'remove_color' => 'Remove color',
|
||||
'background_color' => 'Background color',
|
||||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
'insert_image' => 'Insert image',
|
||||
'formats' => 'פורמט',
|
||||
'header_large' => 'מקטע עליון גדול',
|
||||
'header_medium' => 'מקטע עליון בינוני',
|
||||
'header_small' => 'מקטע עליון קטן',
|
||||
'header_tiny' => 'מקטע עליון קטנטן',
|
||||
'paragraph' => 'פסקה',
|
||||
'blockquote' => 'ציטוט',
|
||||
'inline_code' => 'קוד מוטבע',
|
||||
'callouts' => 'בועית-הסבר',
|
||||
'callout_information' => 'מידע',
|
||||
'callout_success' => 'הצלחה',
|
||||
'callout_warning' => 'אזהרה',
|
||||
'callout_danger' => 'סכנה',
|
||||
'bold' => 'מודגש',
|
||||
'italic' => 'נטוי',
|
||||
'underline' => 'קו תחתון',
|
||||
'strikethrough' => 'קו חוצה',
|
||||
'superscript' => 'כתב עילי',
|
||||
'subscript' => 'כתב תחתי',
|
||||
'text_color' => 'צבע טקסט',
|
||||
'custom_color' => 'צבע מותאם',
|
||||
'remove_color' => 'הסר צבע',
|
||||
'background_color' => 'צבע רקע',
|
||||
'align_left' => 'יישור לשמאל',
|
||||
'align_center' => 'מרכוז',
|
||||
'align_right' => 'יישור לימין',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'רשימת תבליט',
|
||||
'list_numbered' => 'רשימה ממוספרת',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'הגדל הזחה',
|
||||
'indent_decrease' => 'הקטן הזחה',
|
||||
'table' => 'טבלה',
|
||||
'insert_image' => 'הכנס תמונה',
|
||||
'insert_image_title' => 'Insert/Edit Image',
|
||||
'insert_link' => 'Insert/edit link',
|
||||
'insert_link_title' => 'Insert/Edit Link',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -111,44 +116,56 @@ return [
|
|||
'row_type_footer' => 'Footer',
|
||||
'alignment' => 'Alignment',
|
||||
'cut_column' => 'Cut column',
|
||||
'copy_column' => 'Copy column',
|
||||
'paste_column_before' => 'Paste column before',
|
||||
'paste_column_after' => 'Paste column after',
|
||||
'cell_padding' => 'Cell padding',
|
||||
'cell_spacing' => 'Cell spacing',
|
||||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'copy_column' => 'העתק עמודה',
|
||||
'paste_column_before' => 'הדבק עמודה לפני',
|
||||
'paste_column_after' => 'הדבק עמודה אחרי',
|
||||
'cell_padding' => 'ריפוד תא',
|
||||
'cell_spacing' => 'ריווח תא',
|
||||
'caption' => 'כיתוב',
|
||||
'show_caption' => 'הצג כיתוב',
|
||||
'constrain' => 'הגדרת אילוצים',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
'alt_desc' => 'Alternative description',
|
||||
'embed' => 'Embed',
|
||||
'paste_embed' => 'Paste your embed code below:',
|
||||
'url' => 'URL',
|
||||
'text_to_display' => 'Text to display',
|
||||
'title' => 'Title',
|
||||
'open_link' => 'Open link in...',
|
||||
'open_link_current' => 'Current window',
|
||||
'open_link_new' => 'New window',
|
||||
'insert_collapsible' => 'Insert collapsible block',
|
||||
'collapsible_unwrap' => 'Unwrap',
|
||||
'edit_label' => 'Edit label',
|
||||
'toggle_open_closed' => 'Toggle open/closed',
|
||||
'collapsible_edit' => 'Edit collapsible block',
|
||||
'toggle_label' => 'Toggle label',
|
||||
'source' => 'קוד מקור',
|
||||
'alt_desc' => 'תיאור חלופי',
|
||||
'embed' => 'הטמע',
|
||||
'paste_embed' => 'הדבק את הקוד המוטמע מטה:',
|
||||
'url' => 'קישור',
|
||||
'text_to_display' => 'טקסט שיוצג',
|
||||
'title' => 'כותרת',
|
||||
'open_link' => 'פתח קישור ב...',
|
||||
'open_link_current' => 'החלון הנוכחי',
|
||||
'open_link_new' => 'חלון חדש',
|
||||
'insert_collapsible' => 'הכנס מקטע הניתן לכיווץ',
|
||||
'collapsible_unwrap' => 'בטל גלישת שורות',
|
||||
'edit_label' => 'עריכת תווית',
|
||||
'toggle_open_closed' => 'החלף פתיחה\סגירה',
|
||||
'collapsible_edit' => 'ערוך מקטע הניתן לכיווץ',
|
||||
'toggle_label' => 'החלף תגית',
|
||||
|
||||
// About view
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'אודות עורך הטקסט הויזואלי',
|
||||
'editor_license' => 'רשיון וזכויות העורך',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'save_continue' => 'שמור עמוד והמשך',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
'windows_linux' => '(Windows/Linux)',
|
||||
'mac' => '(Mac)',
|
||||
'description' => 'Description',
|
||||
'link_selector' => 'קישור לתוכן',
|
||||
'shortcuts' => 'קיצורי דרך',
|
||||
'shortcut' => 'קיצור דרך',
|
||||
'shortcuts_intro' => 'הקיצורים הבאים זמינים בעורך הטקסט:',
|
||||
'windows_linux' => '(חלונות\לינוקס)',
|
||||
'mac' => '(מאק)',
|
||||
'description' => 'תיאור',
|
||||
];
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'הגדרות',
|
||||
'settings_save' => 'שמור הגדרות',
|
||||
'settings_save_success' => 'ההגדרות נשמרו',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'התאמה אישית',
|
||||
|
@ -92,7 +94,7 @@ return [
|
|||
'recycle_bin' => 'סל המיחזור',
|
||||
'recycle_bin_desc' => 'כאן תוכלו לאחזר פריטים שנמחקו או לבחור למחוק אותם מהמערכת לצמיתות. רשימה זו לא מסוננת, בשונה מרשימות פעילות דומות במערכת, בהן מוחלים מסנני הרשאות.',
|
||||
'recycle_bin_deleted_item' => 'פריט שנמחק',
|
||||
'recycle_bin_deleted_parent' => 'Parent',
|
||||
'recycle_bin_deleted_parent' => 'הורה',
|
||||
'recycle_bin_deleted_by' => 'נמחק על ידי',
|
||||
'recycle_bin_deleted_at' => 'זמן המחיקה',
|
||||
'recycle_bin_permanently_delete' => 'מחק לצמיתות',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Postavke',
|
||||
'settings_save' => 'Spremi postavke',
|
||||
'settings_save_success' => 'Postavke spremljene',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Prilagođavanje',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Szélesség',
|
||||
'height' => 'Magasság',
|
||||
'More' => 'Több',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formátumok',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Balra igazítás',
|
||||
'align_center' => 'Középre igazítás',
|
||||
'align_right' => 'Jobbra igazítás',
|
||||
'align_justify' => 'Sorkizárt',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Felsorolásjeles lista',
|
||||
'list_numbered' => 'Számozott lista',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Behúzás növelése',
|
||||
'indent_decrease' => 'Behúzás csökkentése',
|
||||
'table' => 'Táblázat',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cella Tulajdonságai',
|
||||
'cell_type' => 'Cella típusa',
|
||||
'cell_type_cell' => 'Cella',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Címsor cella',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Sorcsoport',
|
||||
'table_column_group' => 'Oszlopcsoport',
|
||||
'horizontal_align' => 'Vízszintes elrendezés',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Felirat',
|
||||
'show_caption' => 'Képaláírás mutatása',
|
||||
'constrain' => 'Arányok megőrzése',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Forrás',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Mentés és Folytatás',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Gyorsbillentyűk',
|
||||
'shortcut' => 'Gyorsbillentyű',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Beállítások',
|
||||
'settings_save' => 'Beállítások mentése',
|
||||
'settings_save_success' => 'Beállítások elmentve',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Személyre szabás',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Pengaturan',
|
||||
'settings_save' => 'Simpan Pengaturan',
|
||||
'settings_save_success' => 'Pengaturan disimpan',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Kustomisasi',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Larghezza',
|
||||
'height' => 'Altezza',
|
||||
'More' => 'Altro',
|
||||
'select' => 'Seleziona...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formati',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Allinea a sinistra',
|
||||
'align_center' => 'Allinea al centro',
|
||||
'align_right' => 'Allinea a destra',
|
||||
'align_justify' => 'Allineamento giustificato',
|
||||
'align_justify' => 'Giustifica',
|
||||
'list_bullet' => 'Elenco puntato',
|
||||
'list_numbered' => 'Elenco numerato',
|
||||
'list_task' => 'Elenco attività',
|
||||
'indent_increase' => 'Aumenta rientro',
|
||||
'indent_decrease' => 'Riduci rientro',
|
||||
'table' => 'Tabella',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Proprietà Cella',
|
||||
'cell_type' => 'Tipo di cella',
|
||||
'cell_type_cell' => 'Cella',
|
||||
'cell_scope' => 'Ambito',
|
||||
'cell_type_header' => 'Cella intestazione',
|
||||
'merge_cells' => 'Unisci celle',
|
||||
'split_cell' => 'Dividi cella',
|
||||
'table_row_group' => 'Gruppo Riga',
|
||||
'table_column_group' => 'Gruppo Colonna',
|
||||
'horizontal_align' => 'Allineamento orizzontale',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Didascalia',
|
||||
'show_caption' => 'Mostra didascalia',
|
||||
'constrain' => 'Mantieni proporzioni',
|
||||
'cell_border_solid' => 'Pieno',
|
||||
'cell_border_dotted' => 'Punteggiato',
|
||||
'cell_border_dashed' => 'Tratteggiato',
|
||||
'cell_border_double' => 'Doppio',
|
||||
'cell_border_groove' => 'Bordo Incassato',
|
||||
'cell_border_ridge' => 'Bordo In Rilievo',
|
||||
'cell_border_inset' => 'Sfondo Incassato',
|
||||
'cell_border_outset' => 'Sfondo In rilievo',
|
||||
'cell_border_none' => 'Nessuno',
|
||||
'cell_border_hidden' => 'Nascosto',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Sorgente',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Attiva/Disattiva etichetta',
|
||||
|
||||
// About view
|
||||
'about' => 'Informazioni sull\'editor',
|
||||
'about_title' => 'Informazioni sull\'editor di WYSIWYG',
|
||||
'editor_license' => 'Licenza & Copyright Dell\'Editor',
|
||||
'editor_tiny_license' => 'Questo editor è costruito usando :tinyLink che è fornito sotto una licenza LGPL v2.1.',
|
||||
'editor_tiny_license_link' => 'I dettagli del copyright e della licenza di TinyMCE sono disponibili qui.',
|
||||
'save_continue' => 'Salva Pagina E Continua',
|
||||
'callouts_cycle' => '(Continua a premere per passare da un tipo all\'altro)',
|
||||
'link_selector' => 'Link al contenuto',
|
||||
'shortcuts' => 'Scorciatoie',
|
||||
'shortcut' => 'Scorciatoia',
|
||||
'shortcuts_intro' => 'Le seguenti scorciatoie sono disponibili nell\'editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Impostazioni',
|
||||
'settings_save' => 'Salva Impostazioni',
|
||||
'settings_save_success' => 'Impostazioni salvate',
|
||||
'system_version' => 'Versione Del Sistema',
|
||||
'categories' => 'Categorie',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Personalizzazione',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => '幅',
|
||||
'height' => '高さ',
|
||||
'More' => 'さらに表示',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => '書式',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => '左揃え',
|
||||
'align_center' => '中央揃え',
|
||||
'align_right' => '右揃え',
|
||||
'align_justify' => '両端揃え',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => '箇条書き',
|
||||
'list_numbered' => '番号付き箇条書き',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'インデントを増やす',
|
||||
'indent_decrease' => 'インデントを減らす',
|
||||
'table' => '表',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'セルの詳細設定',
|
||||
'cell_type' => 'セルタイプ',
|
||||
'cell_type_cell' => 'セル',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'ヘッダーセル',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => '行グループ',
|
||||
'table_column_group' => '列グループ',
|
||||
'horizontal_align' => '水平方向の配置',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => '表題',
|
||||
'show_caption' => 'キャプションの表示',
|
||||
'constrain' => '縦横比を保持する',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => '画像のソース',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'ブロックのラベル',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'WYSIWYGエディタについて',
|
||||
'editor_license' => 'エディタのライセンスと著作権',
|
||||
'editor_tiny_license' => 'このエディタはLGPL v2.1ライセンスの下で提供される:tinyLinkを利用して構築されています。',
|
||||
'editor_tiny_license_link' => 'TinyMCEの著作権およびライセンスの詳細は、こちらをご覧ください。',
|
||||
'save_continue' => 'ページを保存して続行',
|
||||
'callouts_cycle' => '(押し続けて種類を切り替え)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'ショートカット',
|
||||
'shortcut' => 'ショートカット',
|
||||
'shortcuts_intro' => 'エディタでは次に示すショートカットが利用できます。',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => '設定',
|
||||
'settings_save' => '設定を保存',
|
||||
'settings_save_success' => '設定を保存しました',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'カスタマイズ',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => '설정',
|
||||
'settings_save' => '적용',
|
||||
'settings_save_success' => '설정 적용함',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => '맞춤',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Nustatymai',
|
||||
'settings_save' => 'Išsaugoti nustatymus',
|
||||
'settings_save_success' => 'Nustatymai išsaugoti',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Tinkinimas',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Platums',
|
||||
'height' => 'Augstums',
|
||||
'More' => 'Vairāk',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formāti',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numurēts saraksts',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Palielināt atkāpi',
|
||||
'indent_decrease' => 'Samazināt atkāpi',
|
||||
'table' => 'Tabula',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Šūna',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Saīsnes',
|
||||
'shortcut' => 'Saīsne',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Iestatījumi',
|
||||
'settings_save' => 'Saglabāt iestatījumus',
|
||||
'settings_save_success' => 'Iestatījumi saglabāti',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Pielāgojumi',
|
||||
|
|
|
@ -32,7 +32,7 @@ return [
|
|||
'digits_between' => ':attribute jābūt starp :min un :max cipariem.',
|
||||
'email' => ':attribute jābūt derīgai e-pasta adresei.',
|
||||
'ends_with' => ':attribute jābeidzas ar vienu no :values',
|
||||
'file' => 'The :attribute must be provided as a valid file.',
|
||||
'file' => ':attribute jābūt derīgam failam.',
|
||||
'filled' => ':attribute lauks ir obligāts.',
|
||||
'gt' => [
|
||||
'numeric' => ':attribute jābūt lielākam kā :value.',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Innstillinger',
|
||||
'settings_save' => 'Lagre innstillinger',
|
||||
'settings_save_success' => 'Innstillinger lagret',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Tilpassing',
|
||||
|
|
|
@ -77,7 +77,7 @@ return [
|
|||
'mfa_setup' => 'Multi-factor authenticatie instellen',
|
||||
'mfa_setup_desc' => 'Stel multi-factor authenticatie in als een extra beveiligingslaag voor uw gebruikersaccount.',
|
||||
'mfa_setup_configured' => 'Reeds geconfigureerd',
|
||||
'mfa_setup_reconfigure' => 'Herconfigureren1',
|
||||
'mfa_setup_reconfigure' => 'Herconfigureren',
|
||||
'mfa_setup_remove_confirmation' => 'Weet je zeker dat je deze multi-factor authenticatie methode wilt verwijderen?',
|
||||
'mfa_setup_action' => 'Instellen',
|
||||
'mfa_backup_codes_usage_limit_warning' => 'U heeft minder dan 5 back-upcodes resterend. Genereer en sla een nieuwe set op voordat je geen codes meer hebt om te voorkomen dat je buiten je account wordt gesloten.',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Breedte',
|
||||
'height' => 'Hoogte',
|
||||
'More' => 'Meer',
|
||||
'select' => 'Selecteer...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Stijlen',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Links uitlijnen',
|
||||
'align_center' => 'Centreren',
|
||||
'align_right' => 'Rechts uitlijnen',
|
||||
'align_justify' => 'Uitvullen',
|
||||
'align_justify' => 'Uitlijnen',
|
||||
'list_bullet' => 'Opsommingstekens',
|
||||
'list_numbered' => 'Genummerde lijst',
|
||||
'list_task' => 'Takenlijst',
|
||||
'indent_increase' => 'Inspringing vergroten',
|
||||
'indent_decrease' => 'Inspringing verkleinen',
|
||||
'table' => 'Tabel',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cel Eigenschappen',
|
||||
'cell_type' => 'Cel type',
|
||||
'cell_type_cell' => 'Cel',
|
||||
'cell_scope' => 'Bereik',
|
||||
'cell_type_header' => 'Koptekst cel',
|
||||
'merge_cells' => 'Cellen samenvoegen',
|
||||
'split_cell' => 'Cel splitsen',
|
||||
'table_row_group' => 'Rij groep',
|
||||
'table_column_group' => 'Kolom groep',
|
||||
'horizontal_align' => 'Horizontaal uitlijnen',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Onderschrift',
|
||||
'show_caption' => 'Onderschrift tonen',
|
||||
'constrain' => 'Beperk verhoudingen',
|
||||
'cell_border_solid' => 'Ononderbroken',
|
||||
'cell_border_dotted' => 'Gestippeld',
|
||||
'cell_border_dashed' => 'Gestreept',
|
||||
'cell_border_double' => 'Dubbel',
|
||||
'cell_border_groove' => 'Gegroefd',
|
||||
'cell_border_ridge' => 'Geribbeld',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'Geen',
|
||||
'cell_border_hidden' => 'Verborgen',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Bron',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Schakel label aan/uit',
|
||||
|
||||
// About view
|
||||
'about' => 'Over de editor',
|
||||
'about_title' => 'Over de WYSIWYG-bewerker',
|
||||
'editor_license' => 'Editor Licentie & Copyright',
|
||||
'editor_tiny_license' => 'Deze editor is gebouwd met :tinyLink, dat aangeboden wordt via een LGPL v2.1 licentie.',
|
||||
'editor_tiny_license_link' => 'De copyright- en licentiegegevens van TinyMCE vindt u hier.',
|
||||
'save_continue' => 'Pagina opslaan en verdergaan',
|
||||
'callouts_cycle' => '(Blijf drukken om door de types te wisselen)',
|
||||
'link_selector' => 'Koppeling naar inhoud',
|
||||
'shortcuts' => 'Snelkoppelingen',
|
||||
'shortcut' => 'Snelkoppeling',
|
||||
'shortcuts_intro' => 'De volgende sneltoetsen zijn beschikbaar in de bewerker:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Instellingen',
|
||||
'settings_save' => 'Instellingen opslaan',
|
||||
'settings_save_success' => 'Instellingen Opgeslagen',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Aanpassingen',
|
||||
|
@ -207,7 +209,7 @@ return [
|
|||
'users_api_tokens_docs' => 'API Documentatie',
|
||||
'users_mfa' => 'Meervoudige Verificatie',
|
||||
'users_mfa_desc' => 'Stel meervoudige verificatie in als extra beveiligingslaag voor uw gebruikersaccount.',
|
||||
'users_mfa_x_methods' => ':count methode geconfigureerd :count methoden geconfigureerd',
|
||||
'users_mfa_x_methods' => ':count methode geconfigureerd|:count methoden geconfigureerd',
|
||||
'users_mfa_configure' => 'Configureer methoden',
|
||||
|
||||
// API Tokens
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Szerokość',
|
||||
'height' => 'Wysokość',
|
||||
'More' => 'Więcej',
|
||||
'select' => 'Wybierz...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formaty',
|
||||
|
@ -55,6 +56,7 @@ return [
|
|||
'align_justify' => 'Wyjustuj',
|
||||
'list_bullet' => 'Lista punktowana',
|
||||
'list_numbered' => 'Lista numerowana',
|
||||
'list_task' => 'Lista zadań',
|
||||
'indent_increase' => 'Zwiększ wcięcie',
|
||||
'indent_decrease' => 'Zmniejsz wcięcie',
|
||||
'table' => 'Tabela',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Właściwości Komórki',
|
||||
'cell_type' => 'Typ komórki',
|
||||
'cell_type_cell' => 'Komórka',
|
||||
'cell_scope' => 'Zakres',
|
||||
'cell_type_header' => 'Komórka nagłówka',
|
||||
'merge_cells' => 'Scal komórki',
|
||||
'split_cell' => 'Podziel komórkę',
|
||||
'table_row_group' => 'Grupa wierszy',
|
||||
'table_column_group' => 'Grupa kolumn',
|
||||
'horizontal_align' => 'Wyrównanie w poziomie',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Opis',
|
||||
'show_caption' => 'Pokaż opis',
|
||||
'constrain' => 'Zachowaj proporcje',
|
||||
'cell_border_solid' => 'Ciągły',
|
||||
'cell_border_dotted' => 'Kropkowany',
|
||||
'cell_border_dashed' => 'Kreskowany',
|
||||
'cell_border_double' => 'Podwójny',
|
||||
'cell_border_groove' => 'Rowek',
|
||||
'cell_border_ridge' => 'Grzbiet',
|
||||
'cell_border_inset' => 'Ramka',
|
||||
'cell_border_outset' => 'Wypukły',
|
||||
'cell_border_none' => 'Brak',
|
||||
'cell_border_hidden' => 'Ukryty',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Źródło',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Przełącz etykietę',
|
||||
|
||||
// About view
|
||||
'about' => 'O edytorze',
|
||||
'about_title' => 'O edytorze WYSIWYG',
|
||||
'editor_license' => 'Licencja edytora i prawa autorskie',
|
||||
'editor_tiny_license' => 'Ten edytor jest zbudowany przy użyciu :tinyLink, który jest dostępny na licencji LGPL v2.1.',
|
||||
'editor_tiny_license_link' => 'Szczegóły dotyczące praw autorskich i licencji TinyMCE można znaleźć tutaj.',
|
||||
'save_continue' => 'Zapisz stronę i kontynuuj',
|
||||
'callouts_cycle' => '(Naciskaj dalej, aby przełączyć przez typy)',
|
||||
'link_selector' => 'Link do treści',
|
||||
'shortcuts' => 'Skróty',
|
||||
'shortcut' => 'Skrót',
|
||||
'shortcuts_intro' => 'Następujące skróty są dostępne w edytorze:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Ustawienia',
|
||||
'settings_save' => 'Zapisz ustawienia',
|
||||
'settings_save_success' => 'Ustawienia zapisane',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Dostosowywanie',
|
||||
|
|
|
@ -7,41 +7,41 @@ return [
|
|||
|
||||
// Pages
|
||||
'page_create' => 'criou a página',
|
||||
'page_create_notification' => 'Page successfully created',
|
||||
'page_create_notification' => 'Página criada com sucesso',
|
||||
'page_update' => 'página atualizada',
|
||||
'page_update_notification' => 'Page successfully updated',
|
||||
'page_update_notification' => 'Página atualizada com sucesso.',
|
||||
'page_delete' => 'página eliminada',
|
||||
'page_delete_notification' => 'Page successfully deleted',
|
||||
'page_delete_notification' => 'Página excluída com sucesso.',
|
||||
'page_restore' => 'página restaurada',
|
||||
'page_restore_notification' => 'Page successfully restored',
|
||||
'page_restore_notification' => 'Imagem restaurada com sucesso',
|
||||
'page_move' => 'página movida',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'capítulo criado',
|
||||
'chapter_create_notification' => 'Chapter successfully created',
|
||||
'chapter_create_notification' => 'Capítulo criado com sucesso',
|
||||
'chapter_update' => 'capítulo atualizado',
|
||||
'chapter_update_notification' => 'Chapter successfully updated',
|
||||
'chapter_update_notification' => 'Capítulo atualizado com sucesso',
|
||||
'chapter_delete' => 'capítulo excluído',
|
||||
'chapter_delete_notification' => 'Chapter successfully deleted',
|
||||
'chapter_delete_notification' => 'Capítulo excluído com sucesso',
|
||||
'chapter_move' => 'capítulo movido',
|
||||
|
||||
// Books
|
||||
'book_create' => 'livro criado',
|
||||
'book_create_notification' => 'Book successfully created',
|
||||
'book_create_notification' => 'Livro criado com sucesso',
|
||||
'book_update' => 'livro atualizado',
|
||||
'book_update_notification' => 'Book successfully updated',
|
||||
'book_update_notification' => 'Livro atualizado com sucesso',
|
||||
'book_delete' => 'livro eliminado',
|
||||
'book_delete_notification' => 'Book successfully deleted',
|
||||
'book_delete_notification' => 'Livro eliminado com sucesso',
|
||||
'book_sort' => 'livro ordenado',
|
||||
'book_sort_notification' => 'Book successfully re-sorted',
|
||||
'book_sort_notification' => 'Livro reordenado com sucesso',
|
||||
|
||||
// Bookshelves
|
||||
'bookshelf_create' => 'created bookshelf',
|
||||
'bookshelf_create_notification' => 'Bookshelf successfully created',
|
||||
'bookshelf_create' => 'estante criada',
|
||||
'bookshelf_create_notification' => 'Estante criada com sucesso',
|
||||
'bookshelf_update' => 'estante atualizada',
|
||||
'bookshelf_update_notification' => 'Bookshelf successfully updated',
|
||||
'bookshelf_update_notification' => 'Estante atualizada com sucesso',
|
||||
'bookshelf_delete' => 'excluiu a prateleira',
|
||||
'bookshelf_delete_notification' => 'Bookshelf successfully deleted',
|
||||
'bookshelf_delete_notification' => 'Estante eliminada com sucesso',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '":name" foi adicionado aos seus favoritos',
|
||||
|
@ -52,16 +52,16 @@ return [
|
|||
'mfa_remove_method_notification' => 'Método de múltiplos-fatores removido com sucesso',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'created webhook',
|
||||
'webhook_create_notification' => 'Webhook successfully created',
|
||||
'webhook_update' => 'updated webhook',
|
||||
'webhook_update_notification' => 'Webhook successfully updated',
|
||||
'webhook_delete' => 'deleted webhook',
|
||||
'webhook_delete_notification' => 'Webhook successfully deleted',
|
||||
'webhook_create' => 'criar webhook',
|
||||
'webhook_create_notification' => 'Webhook criado com sucesso',
|
||||
'webhook_update' => 'atualizar um webhook',
|
||||
'webhook_update_notification' => 'Webhook criado com sucesso',
|
||||
'webhook_delete' => 'eliminar webhook',
|
||||
'webhook_delete_notification' => 'Webhook criado com sucesso',
|
||||
|
||||
// Users
|
||||
'user_update_notification' => 'User successfully updated',
|
||||
'user_delete_notification' => 'User successfully removed',
|
||||
'user_update_notification' => 'Utilizador atualizado com sucesso',
|
||||
'user_delete_notification' => 'Utilizador removido com sucesso',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'comentado a',
|
||||
|
|
|
@ -74,8 +74,8 @@ return [
|
|||
'status' => 'Estado',
|
||||
'status_active' => 'Ativo',
|
||||
'status_inactive' => 'Inativo',
|
||||
'never' => 'Never',
|
||||
'none' => 'None',
|
||||
'never' => 'Nunca',
|
||||
'none' => 'Nenhum',
|
||||
|
||||
// Header
|
||||
'header_menu_expand' => 'Expandir Menu de Cabeçalho',
|
||||
|
|
|
@ -7,148 +7,165 @@
|
|||
*/
|
||||
return [
|
||||
// General editor terms
|
||||
'general' => 'General',
|
||||
'advanced' => 'Advanced',
|
||||
'none' => 'None',
|
||||
'cancel' => 'Cancel',
|
||||
'save' => 'Save',
|
||||
'close' => 'Close',
|
||||
'undo' => 'Undo',
|
||||
'redo' => 'Redo',
|
||||
'left' => 'Left',
|
||||
'center' => 'Center',
|
||||
'right' => 'Right',
|
||||
'top' => 'Top',
|
||||
'middle' => 'Middle',
|
||||
'bottom' => 'Bottom',
|
||||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'general' => 'Geral',
|
||||
'advanced' => 'Avançado',
|
||||
'none' => 'Nenhum',
|
||||
'cancel' => 'Cancelar',
|
||||
'save' => 'Guardar',
|
||||
'close' => 'Fechar',
|
||||
'undo' => 'Anular',
|
||||
'redo' => 'Refazer',
|
||||
'left' => 'Esquerda',
|
||||
'center' => 'Centro',
|
||||
'right' => 'Direita',
|
||||
'top' => 'Topo',
|
||||
'middle' => 'Meio',
|
||||
'bottom' => 'Fundo',
|
||||
'width' => 'Largura',
|
||||
'height' => 'Altura',
|
||||
'More' => 'Mais',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
'header_large' => 'Large Header',
|
||||
'header_medium' => 'Medium Header',
|
||||
'header_small' => 'Small Header',
|
||||
'header_tiny' => 'Tiny Header',
|
||||
'paragraph' => 'Paragraph',
|
||||
'blockquote' => 'Blockquote',
|
||||
'inline_code' => 'Inline code',
|
||||
'callouts' => 'Callouts',
|
||||
'callout_information' => 'Information',
|
||||
'callout_success' => 'Success',
|
||||
'callout_warning' => 'Warning',
|
||||
'callout_danger' => 'Danger',
|
||||
'bold' => 'Bold',
|
||||
'italic' => 'Italic',
|
||||
'underline' => 'Underline',
|
||||
'strikethrough' => 'Strikethrough',
|
||||
'superscript' => 'Superscript',
|
||||
'subscript' => 'Subscript',
|
||||
'text_color' => 'Text color',
|
||||
'custom_color' => 'Custom color',
|
||||
'remove_color' => 'Remove color',
|
||||
'background_color' => 'Background color',
|
||||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
'insert_image' => 'Insert image',
|
||||
'insert_image_title' => 'Insert/Edit Image',
|
||||
'insert_link' => 'Insert/edit link',
|
||||
'insert_link_title' => 'Insert/Edit Link',
|
||||
'insert_horizontal_line' => 'Insert horizontal line',
|
||||
'insert_code_block' => 'Insert code block',
|
||||
'insert_drawing' => 'Insert/edit drawing',
|
||||
'drawing_manager' => 'Drawing manager',
|
||||
'insert_media' => 'Insert/edit media',
|
||||
'insert_media_title' => 'Insert/Edit Media',
|
||||
'clear_formatting' => 'Clear formatting',
|
||||
'source_code' => 'Source code',
|
||||
'source_code_title' => 'Source Code',
|
||||
'fullscreen' => 'Fullscreen',
|
||||
'image_options' => 'Image options',
|
||||
'formats' => 'Formatos',
|
||||
'header_large' => 'Cabeçalho grande',
|
||||
'header_medium' => 'Cabeçalho médio',
|
||||
'header_small' => 'Cabeçalho pequeno',
|
||||
'header_tiny' => 'Cabeçalho pequeno',
|
||||
'paragraph' => 'Parágrafo',
|
||||
'blockquote' => 'Citação',
|
||||
'inline_code' => 'Código embutido',
|
||||
'callouts' => 'Balões',
|
||||
'callout_information' => 'Informação',
|
||||
'callout_success' => 'Sucesso',
|
||||
'callout_warning' => 'Aviso',
|
||||
'callout_danger' => 'Perigo',
|
||||
'bold' => 'Negrito',
|
||||
'italic' => 'Itálico',
|
||||
'underline' => 'Sublinhado',
|
||||
'strikethrough' => 'Rasurado',
|
||||
'superscript' => 'Superior à linha',
|
||||
'subscript' => 'Inferior à linha',
|
||||
'text_color' => 'Cor do texto',
|
||||
'custom_color' => 'Cor personalizada',
|
||||
'remove_color' => 'Remover cor',
|
||||
'background_color' => 'Cor de fundo',
|
||||
'align_left' => 'Alinhar à esquerda',
|
||||
'align_center' => 'Alinhar ao centro',
|
||||
'align_right' => 'Alinhar à direita',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Lista com marcadores',
|
||||
'list_numbered' => 'Lista numerada',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Aumentar recuo',
|
||||
'indent_decrease' => 'Diminuir recuo',
|
||||
'table' => 'Tabela',
|
||||
'insert_image' => 'Inserir imagem',
|
||||
'insert_image_title' => 'Inserir/Editar imagem',
|
||||
'insert_link' => 'Inserir/editar link',
|
||||
'insert_link_title' => 'Inserir/Editar link',
|
||||
'insert_horizontal_line' => 'Inserir linha horizontal',
|
||||
'insert_code_block' => 'Inserir código fonte',
|
||||
'insert_drawing' => 'Inserir/editar desenho',
|
||||
'drawing_manager' => 'Gestor de desenho',
|
||||
'insert_media' => 'Inserir/editar mídia',
|
||||
'insert_media_title' => 'Inserir/Editar Mídia',
|
||||
'clear_formatting' => 'Limpar formatação',
|
||||
'source_code' => 'Código fonte',
|
||||
'source_code_title' => 'Código Fonte',
|
||||
'fullscreen' => 'Ecrã completo',
|
||||
'image_options' => 'Opções da imagem',
|
||||
|
||||
// Tables
|
||||
'table_properties' => 'Table properties',
|
||||
'table_properties_title' => 'Table Properties',
|
||||
'delete_table' => 'Delete table',
|
||||
'insert_row_before' => 'Insert row before',
|
||||
'insert_row_after' => 'Insert row after',
|
||||
'delete_row' => 'Delete row',
|
||||
'insert_column_before' => 'Insert column before',
|
||||
'insert_column_after' => 'Insert column after',
|
||||
'delete_column' => 'Delete column',
|
||||
'table_cell' => 'Cell',
|
||||
'table_row' => 'Row',
|
||||
'table_column' => 'Column',
|
||||
'cell_properties' => 'Cell properties',
|
||||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
'vertical_align' => 'Vertical align',
|
||||
'border_width' => 'Border width',
|
||||
'border_style' => 'Border style',
|
||||
'border_color' => 'Border color',
|
||||
'row_properties' => 'Row properties',
|
||||
'row_properties_title' => 'Row Properties',
|
||||
'cut_row' => 'Cut row',
|
||||
'copy_row' => 'Copy row',
|
||||
'paste_row_before' => 'Paste row before',
|
||||
'paste_row_after' => 'Paste row after',
|
||||
'row_type' => 'Row type',
|
||||
'row_type_header' => 'Header',
|
||||
'row_type_body' => 'Body',
|
||||
'row_type_footer' => 'Footer',
|
||||
'alignment' => 'Alignment',
|
||||
'cut_column' => 'Cut column',
|
||||
'copy_column' => 'Copy column',
|
||||
'paste_column_before' => 'Paste column before',
|
||||
'paste_column_after' => 'Paste column after',
|
||||
'cell_padding' => 'Cell padding',
|
||||
'cell_spacing' => 'Cell spacing',
|
||||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'table_properties' => 'Propriedades da tabela',
|
||||
'table_properties_title' => 'Propriedades da Tabela',
|
||||
'delete_table' => 'Eliminar tabela',
|
||||
'insert_row_before' => 'Inserir linha antes',
|
||||
'insert_row_after' => 'Inserir linha depois',
|
||||
'delete_row' => 'Eliminar linha',
|
||||
'insert_column_before' => 'Insira coluna antes',
|
||||
'insert_column_after' => 'Inserir coluna depois',
|
||||
'delete_column' => 'Eliminar coluna',
|
||||
'table_cell' => 'Célula',
|
||||
'table_row' => 'Linha',
|
||||
'table_column' => 'Coluna',
|
||||
'cell_properties' => 'Propriedades da célula',
|
||||
'cell_properties_title' => 'Propriedades da Célula',
|
||||
'cell_type' => 'Tipo de célula',
|
||||
'cell_type_cell' => 'Célula',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Célula do cabeçalho',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Grupo de linhas',
|
||||
'table_column_group' => 'Grupo de colunas',
|
||||
'horizontal_align' => 'Alinhamento horizontal',
|
||||
'vertical_align' => 'Alinhamento vertical',
|
||||
'border_width' => 'Largura da borda',
|
||||
'border_style' => 'Estilo da borda',
|
||||
'border_color' => 'Cor da borda',
|
||||
'row_properties' => 'Propriedades da célula',
|
||||
'row_properties_title' => 'Propriedades da Célula',
|
||||
'cut_row' => 'Cortar linha',
|
||||
'copy_row' => 'Copiar linha',
|
||||
'paste_row_before' => 'Colar linha antes',
|
||||
'paste_row_after' => 'Colar linha depois',
|
||||
'row_type' => 'Tipo de linha',
|
||||
'row_type_header' => 'Cabeçalho',
|
||||
'row_type_body' => 'Corpo',
|
||||
'row_type_footer' => 'Rodapé',
|
||||
'alignment' => 'Alinhamento',
|
||||
'cut_column' => 'Cortar coluna',
|
||||
'copy_column' => 'Copiar coluna',
|
||||
'paste_column_before' => 'Colar coluna antes',
|
||||
'paste_column_after' => 'Colar coluna depois',
|
||||
'cell_padding' => 'Espaçamento da célula',
|
||||
'cell_spacing' => 'Espaçamento entre células',
|
||||
'caption' => 'Legenda',
|
||||
'show_caption' => 'Mostrar legenda',
|
||||
'constrain' => 'Restringir proporções',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
'alt_desc' => 'Alternative description',
|
||||
'embed' => 'Embed',
|
||||
'paste_embed' => 'Paste your embed code below:',
|
||||
'source' => 'Fonte',
|
||||
'alt_desc' => 'Descrição alternativa',
|
||||
'embed' => 'Incorporar',
|
||||
'paste_embed' => 'Cole seu código abaixo:',
|
||||
'url' => 'URL',
|
||||
'text_to_display' => 'Text to display',
|
||||
'title' => 'Title',
|
||||
'open_link' => 'Open link in...',
|
||||
'open_link_current' => 'Current window',
|
||||
'open_link_new' => 'New window',
|
||||
'insert_collapsible' => 'Insert collapsible block',
|
||||
'text_to_display' => 'Texto a ser exibido',
|
||||
'title' => 'Título',
|
||||
'open_link' => 'Abrir link em...',
|
||||
'open_link_current' => 'Janela atual',
|
||||
'open_link_new' => 'Nova janela',
|
||||
'insert_collapsible' => 'Inserir bloco colapsável',
|
||||
'collapsible_unwrap' => 'Unwrap',
|
||||
'edit_label' => 'Edit label',
|
||||
'toggle_open_closed' => 'Toggle open/closed',
|
||||
'collapsible_edit' => 'Edit collapsible block',
|
||||
'toggle_label' => 'Toggle label',
|
||||
'edit_label' => 'Editar etiqueta',
|
||||
'toggle_open_closed' => 'Alternar aberto/fechado',
|
||||
'collapsible_edit' => 'Editar bloco colapsável',
|
||||
'toggle_label' => 'Alternar etiqueta',
|
||||
|
||||
// About view
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'Sobre o Editor WYSIWYG',
|
||||
'editor_license' => 'Editor da licença de direitos autorais',
|
||||
'editor_tiny_license' => 'Este editor é criado utilizando :tinyLink que é fornecido sob uma licença LGPL v2.1.',
|
||||
'editor_tiny_license_link' => 'Os dados relativos aos direitos de autor e à licença do TinyMCE podem ser encontrados aqui.',
|
||||
'save_continue' => 'Salvar página e continuar',
|
||||
'callouts_cycle' => '(Continue pressionando para alternar através de tipos)',
|
||||
'link_selector' => 'Link para conteúdo',
|
||||
'shortcuts' => 'Atalhos',
|
||||
'shortcut' => 'Atalho',
|
||||
'shortcuts_intro' => 'Os seguintes atalhos estão disponíveis no editor:',
|
||||
'windows_linux' => '(Windows/Linux)',
|
||||
'mac' => '(Mac)',
|
||||
'description' => 'Description',
|
||||
'description' => 'Descrição',
|
||||
];
|
||||
|
|
|
@ -143,8 +143,8 @@ return [
|
|||
'books_sort_chapters_last' => 'Capítulos por Último',
|
||||
'books_sort_show_other' => 'Mostrar Outros Livros',
|
||||
'books_sort_save' => 'Guardar Nova Ordenação',
|
||||
'books_copy' => 'Copy Book',
|
||||
'books_copy_success' => 'Book successfully copied',
|
||||
'books_copy' => 'Copiar livro',
|
||||
'books_copy_success' => 'Livro criado com sucesso',
|
||||
|
||||
// Chapters
|
||||
'chapter' => 'Capítulo',
|
||||
|
@ -163,8 +163,8 @@ return [
|
|||
'chapters_move' => 'Mover Capítulo',
|
||||
'chapters_move_named' => 'Mover Capítulo :chapterName',
|
||||
'chapter_move_success' => 'Capítulo movido para :bookName',
|
||||
'chapters_copy' => 'Copy Chapter',
|
||||
'chapters_copy_success' => 'Chapter successfully copied',
|
||||
'chapters_copy' => 'Copiar capítulo',
|
||||
'chapters_copy_success' => 'Capítulo copiado com sucesso',
|
||||
'chapters_permissions' => 'Permissões do Capítulo',
|
||||
'chapters_empty' => 'Nenhuma página existente neste capítulo.',
|
||||
'chapters_permissions_active' => 'Permissões de Capítulo Ativas',
|
||||
|
@ -271,7 +271,7 @@ return [
|
|||
'tags_all_values' => 'Todos os valores',
|
||||
'tags_view_tags' => 'Ver Marcadores',
|
||||
'tags_view_existing_tags' => 'Ver marcadores existentes',
|
||||
'tags_list_empty_hint' => 'Tags can be assigned via the page editor sidebar or while editing the details of a book, chapter or shelf.',
|
||||
'tags_list_empty_hint' => 'As tags podem ser atribuídas através da barra lateral do editor de página ou ao editar os detalhes de um livro, capítulo ou prateleira.',
|
||||
'attachments' => 'Anexos',
|
||||
'attachments_explain' => 'Carregue alguns arquivos ou anexe links para serem exibidos na sua página. Eles estarão visíveis na barra lateral à direita.',
|
||||
'attachments_explain_instant_save' => 'As mudanças são guardadas instantaneamente.',
|
||||
|
@ -338,10 +338,10 @@ return [
|
|||
'revision_cannot_delete_latest' => 'Não é possível eliminar a revisão mais recente.',
|
||||
|
||||
// Copy view
|
||||
'copy_consider' => 'Please consider the below when copying content.',
|
||||
'copy_consider_permissions' => 'Custom permission settings will not be copied.',
|
||||
'copy_consider_owner' => 'You will become the owner of all copied content.',
|
||||
'copy_consider_images' => 'Page image files will not be duplicated & the original images will retain their relation to the page they were originally uploaded to.',
|
||||
'copy_consider_attachments' => 'Page attachments will not be copied.',
|
||||
'copy_consider_access' => 'A change of location, owner or permissions may result in this content being accessible to those previously without access.',
|
||||
'copy_consider' => 'Ao copiar conteúdo considere, por favor, a informação abaixo.',
|
||||
'copy_consider_permissions' => 'Configurações personalizada não serão copiadas.',
|
||||
'copy_consider_owner' => 'Você se tornará o proprietário de todos os conteúdos copiados.',
|
||||
'copy_consider_images' => 'A imagem da página não será duplicada e as imagens originais manterão sua relação com a página para a qual foram enviadas originalmente.',
|
||||
'copy_consider_attachments' => 'Anexos da página não serão copiados.',
|
||||
'copy_consider_access' => 'Uma alteração de localização, proprietário ou permissões pode resultar em que este conteúdo seja acessível para aqueles previamente sem acesso.',
|
||||
];
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Configurações',
|
||||
'settings_save' => 'Guardar Configurações',
|
||||
'settings_save_success' => 'Configurações guardadas',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Personalização',
|
||||
|
@ -240,23 +242,23 @@ return [
|
|||
'webhooks_details' => 'Detalhes do Webhook',
|
||||
'webhooks_details_desc' => 'Providencie um nome fácil e um endpoint POST para onde os dados do webhook serão enviados.',
|
||||
'webhooks_events' => 'Eventos de Webhook',
|
||||
'webhooks_events_desc' => 'Select all the events that should trigger this webhook to be called.',
|
||||
'webhooks_events_warning' => 'Keep in mind that these events will be triggered for all selected events, even if custom permissions are applied. Ensure that use of this webhook won\'t expose confidential content.',
|
||||
'webhooks_events_desc' => 'Selecionar todos os eventos que devem acionar este webhook.',
|
||||
'webhooks_events_warning' => 'Tenha em mente que esses eventos serão acionados para todos os eventos selecionados, mesmo se as permissões personalizadas forem aplicadas. Certifique-se de que o uso deste webhook não exponha conteúdo confidencial.',
|
||||
'webhooks_events_all' => 'Todos os eventos do sistema',
|
||||
'webhooks_name' => 'Nome do Webhook',
|
||||
'webhooks_timeout' => 'Webhook Request Timeout (Seconds)',
|
||||
'webhooks_timeout' => 'Tempo máximo de solicitação do webhook(segundos)',
|
||||
'webhooks_endpoint' => 'Endpoint do Webhook',
|
||||
'webhooks_active' => 'Webhook ativo',
|
||||
'webhook_events_table_header' => 'Eventos',
|
||||
'webhooks_delete' => 'Eliminar Webhook',
|
||||
'webhooks_delete_warning' => 'This will fully delete this webhook, with the name \':webhookName\', from the system.',
|
||||
'webhooks_delete_warning' => 'Isto irá excluir completamente, do sistema, este API token com o nome \':tokenName\'.',
|
||||
'webhooks_delete_confirm' => 'Tem a certeza que deseja eliminar este webhook?',
|
||||
'webhooks_format_example' => 'Exemplo de formato Webhook',
|
||||
'webhooks_format_example_desc' => 'Webhook data is sent as a POST request to the configured endpoint as JSON following the format below. The "related_item" and "url" properties are optional and will depend on the type of event triggered.',
|
||||
'webhooks_status' => 'Webhook Status',
|
||||
'webhooks_last_called' => 'Last Called:',
|
||||
'webhooks_last_errored' => 'Last Errored:',
|
||||
'webhooks_last_error_message' => 'Last Error Message:',
|
||||
'webhooks_format_example_desc' => 'Os dados do Webhook são enviados como uma solicitação POST para o endpoint configurado em JSON seguindo o formato abaixo. As propriedades "related_item" e "url" são opcionais e dependerão do tipo de evento acionado.',
|
||||
'webhooks_status' => 'Estado do webhook',
|
||||
'webhooks_last_called' => 'Última chamada:',
|
||||
'webhooks_last_errored' => 'Último erro:',
|
||||
'webhooks_last_error_message' => 'Última mensagem de erro:',
|
||||
|
||||
|
||||
//! If editing translations files directly please ignore this in all
|
||||
|
|
|
@ -32,7 +32,7 @@ return [
|
|||
'digits_between' => 'O campo :attribute deve ter entre :min e :max dígitos.',
|
||||
'email' => 'O campo :attribute deve ser um endereço de e-mail válido.',
|
||||
'ends_with' => 'O campo :attribute deve terminar com um dos seguintes: :values',
|
||||
'file' => 'The :attribute must be provided as a valid file.',
|
||||
'file' => 'O :attribute deve ser um arquivo válido.',
|
||||
'filled' => 'O campo :attribute é requerido.',
|
||||
'gt' => [
|
||||
'numeric' => 'O campo :attribute deve ser maior que :value.',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Largura',
|
||||
'height' => 'Altura',
|
||||
'More' => 'Mais',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formatos',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Configurações',
|
||||
'settings_save' => 'Salvar Configurações',
|
||||
'settings_save_success' => 'Configurações salvas',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Customização',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Ширина',
|
||||
'height' => 'Высота',
|
||||
'More' => 'Еще',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Форматы',
|
||||
|
@ -55,6 +56,7 @@ return [
|
|||
'align_justify' => 'По ширине',
|
||||
'list_bullet' => 'Маркированный список',
|
||||
'list_numbered' => 'Нумерованный список',
|
||||
'list_task' => 'Список задач',
|
||||
'indent_increase' => 'Увеличить отступ',
|
||||
'indent_decrease' => 'Уменьшить отступ',
|
||||
'table' => 'Таблица',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Свойства ячейки',
|
||||
'cell_type' => 'Тип ячейки',
|
||||
'cell_type_cell' => 'Ячейка',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Заголовок ячейки',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Объединить строки',
|
||||
'table_column_group' => 'Объединить столбцы',
|
||||
'horizontal_align' => 'Выровнять по горизонтали',
|
||||
|
@ -114,11 +119,21 @@ return [
|
|||
'copy_column' => 'Копировать столбец',
|
||||
'paste_column_before' => 'Вставить столбец слева',
|
||||
'paste_column_after' => 'Вставить столбец справа',
|
||||
'cell_padding' => 'Расстояние между границей и содержимым',
|
||||
'cell_spacing' => 'Расстояние между ячейками',
|
||||
'cell_padding' => 'Свойство cellpadding',
|
||||
'cell_spacing' => 'Свойство cellspacing',
|
||||
'caption' => 'Подпись',
|
||||
'show_caption' => 'Показать подпись',
|
||||
'constrain' => 'Сохранять пропорции',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Источник',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Метка',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'О редакторе WYSIWYG',
|
||||
'editor_license' => 'Лицензия редактора и авторские права',
|
||||
'editor_tiny_license' => 'Этот редактор собран с помощью :tinyLink, который предоставляется под лицензией LGPL v2.1.',
|
||||
'editor_tiny_license_link' => 'Авторские права и подробности лицензии TinyMCE вы можете найти здесь.',
|
||||
'save_continue' => 'Сохранить страницу и продолжить',
|
||||
'callouts_cycle' => '(Держите нажатым для переключения типов)',
|
||||
'link_selector' => 'Ссылка на содержимое',
|
||||
'shortcuts' => 'Сочетания клавиш',
|
||||
'shortcut' => 'Сочетания клавиш',
|
||||
'shortcuts_intro' => 'Следующие сочетания клавиш доступны в редакторе:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Настройки',
|
||||
'settings_save' => 'Сохранить настройки',
|
||||
'settings_save_success' => 'Настройки сохранены',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Настройки',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Nastavenia',
|
||||
'settings_save' => 'Uložiť nastavenia',
|
||||
'settings_save_success' => 'Nastavenia uložené',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Prispôsobenia',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Nastavitve',
|
||||
'settings_save' => 'Shrani nastavitve',
|
||||
'settings_save_success' => 'Nastavitve shranjene',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Prilagoditev',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Inställningar',
|
||||
'settings_save' => 'Spara inställningar',
|
||||
'settings_save_success' => 'Inställningarna har sparats',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Sidanpassning',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Ayarlar',
|
||||
'settings_save' => 'Ayarları Kaydet',
|
||||
'settings_save_success' => 'Ayarlar kaydedildi',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Özelleştirme',
|
||||
|
|
|
@ -7,41 +7,41 @@ return [
|
|||
|
||||
// Pages
|
||||
'page_create' => 'створив сторінку',
|
||||
'page_create_notification' => 'Page successfully created',
|
||||
'page_create_notification' => 'Сторінка успішно створена',
|
||||
'page_update' => 'оновив сторінку',
|
||||
'page_update_notification' => 'Page successfully updated',
|
||||
'page_update_notification' => 'Сторінка успішно оновлена',
|
||||
'page_delete' => 'видалив сторінку',
|
||||
'page_delete_notification' => 'Page successfully deleted',
|
||||
'page_delete_notification' => 'Сторінка успішно видалена',
|
||||
'page_restore' => 'відновив сторінку',
|
||||
'page_restore_notification' => 'Page successfully restored',
|
||||
'page_restore_notification' => 'Сторінка успішно відновлена',
|
||||
'page_move' => 'перемістив сторінку',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'створив розділ',
|
||||
'chapter_create_notification' => 'Chapter successfully created',
|
||||
'chapter_create_notification' => 'Розділ успішно створено',
|
||||
'chapter_update' => 'оновив розділ',
|
||||
'chapter_update_notification' => 'Chapter successfully updated',
|
||||
'chapter_update_notification' => 'Розділ успішно оновлено',
|
||||
'chapter_delete' => 'видалив розділ',
|
||||
'chapter_delete_notification' => 'Chapter successfully deleted',
|
||||
'chapter_delete_notification' => 'Розділ успішно видалено',
|
||||
'chapter_move' => 'перемістив розділ',
|
||||
|
||||
// Books
|
||||
'book_create' => 'створив книгу',
|
||||
'book_create_notification' => 'Book successfully created',
|
||||
'book_create_notification' => 'Книгу успішно створено',
|
||||
'book_update' => 'оновив книгу',
|
||||
'book_update_notification' => 'Book successfully updated',
|
||||
'book_update_notification' => 'Книгу успішно оновлено',
|
||||
'book_delete' => 'видалив книгу',
|
||||
'book_delete_notification' => 'Book successfully deleted',
|
||||
'book_delete_notification' => 'Книгу успішно видалено',
|
||||
'book_sort' => 'sorted книгу',
|
||||
'book_sort_notification' => 'Book successfully re-sorted',
|
||||
'book_sort_notification' => 'Книгу успішно відновлено',
|
||||
|
||||
// Bookshelves
|
||||
'bookshelf_create' => 'created bookshelf',
|
||||
'bookshelf_create_notification' => 'Bookshelf successfully created',
|
||||
'bookshelf_create' => 'створив книжкову полицю',
|
||||
'bookshelf_create_notification' => 'Книжкову полицю успішно створено',
|
||||
'bookshelf_update' => 'оновив книжкову полицю',
|
||||
'bookshelf_update_notification' => 'Bookshelf successfully updated',
|
||||
'bookshelf_update_notification' => 'Книжкову полицю успішно оновлено',
|
||||
'bookshelf_delete' => 'видалив книжкову полицю',
|
||||
'bookshelf_delete_notification' => 'Bookshelf successfully deleted',
|
||||
'bookshelf_delete_notification' => 'Книжкову полицю успішно видалено',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '":ім\'я" було додане до ваших улюлених',
|
||||
|
@ -52,16 +52,16 @@ return [
|
|||
'mfa_remove_method_notification' => 'Багатофакторний метод успішно видалений',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'created webhook',
|
||||
'webhook_create_notification' => 'Webhook successfully created',
|
||||
'webhook_update' => 'updated webhook',
|
||||
'webhook_update_notification' => 'Webhook successfully updated',
|
||||
'webhook_delete' => 'deleted webhook',
|
||||
'webhook_delete_notification' => 'Webhook successfully deleted',
|
||||
'webhook_create' => 'створений вебхук',
|
||||
'webhook_create_notification' => 'Веб хук успішно створений',
|
||||
'webhook_update' => 'оновлений вебхук',
|
||||
'webhook_update_notification' => 'Вебхуки успішно оновлено',
|
||||
'webhook_delete' => 'видалений вебхук',
|
||||
'webhook_delete_notification' => 'Вебхуки успішно видалено',
|
||||
|
||||
// Users
|
||||
'user_update_notification' => 'User successfully updated',
|
||||
'user_delete_notification' => 'User successfully removed',
|
||||
'user_update_notification' => 'Користувача було успішно оновлено',
|
||||
'user_delete_notification' => 'Користувача успішно видалено',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'прокоментував',
|
||||
|
|
|
@ -21,7 +21,7 @@ return [
|
|||
'email' => 'Адреса електронної пошти',
|
||||
'password' => 'Пароль',
|
||||
'password_confirm' => 'Підтвердження пароля',
|
||||
'password_hint' => 'Must be at least 8 characters',
|
||||
'password_hint' => 'Повинен бути щонайменше 8 символів',
|
||||
'forgot_password' => 'Забули пароль?',
|
||||
'remember_me' => 'Запам\'ятати мене',
|
||||
'ldap_email_hint' => 'Введіть email для цього облікового запису.',
|
||||
|
|
|
@ -71,11 +71,11 @@ return [
|
|||
'list_view' => 'Вигляд Списком',
|
||||
'default' => 'За замовчуванням',
|
||||
'breadcrumb' => 'Навігація',
|
||||
'status' => 'Status',
|
||||
'status_active' => 'Active',
|
||||
'status_inactive' => 'Inactive',
|
||||
'never' => 'Never',
|
||||
'none' => 'None',
|
||||
'status' => 'Стан',
|
||||
'status_active' => 'Активний',
|
||||
'status_inactive' => 'Неактивний',
|
||||
'never' => 'Ніколи',
|
||||
'none' => 'Відсутньо',
|
||||
|
||||
// Header
|
||||
'header_menu_expand' => 'Розгорнути меню заголовка',
|
||||
|
|
|
@ -7,148 +7,165 @@
|
|||
*/
|
||||
return [
|
||||
// General editor terms
|
||||
'general' => 'General',
|
||||
'advanced' => 'Advanced',
|
||||
'none' => 'None',
|
||||
'cancel' => 'Cancel',
|
||||
'save' => 'Save',
|
||||
'close' => 'Close',
|
||||
'undo' => 'Undo',
|
||||
'redo' => 'Redo',
|
||||
'left' => 'Left',
|
||||
'center' => 'Center',
|
||||
'right' => 'Right',
|
||||
'top' => 'Top',
|
||||
'middle' => 'Middle',
|
||||
'bottom' => 'Bottom',
|
||||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'general' => 'Основне',
|
||||
'advanced' => 'Розширений',
|
||||
'none' => 'Відсутньо',
|
||||
'cancel' => 'Скасувати',
|
||||
'save' => 'Зберегти',
|
||||
'close' => 'Закрити',
|
||||
'undo' => 'Відмінити',
|
||||
'redo' => 'Відновити',
|
||||
'left' => 'Ліворуч',
|
||||
'center' => 'По центру',
|
||||
'right' => 'Праворуч',
|
||||
'top' => 'Вгору',
|
||||
'middle' => 'Посередині',
|
||||
'bottom' => 'Внизу',
|
||||
'width' => 'Ширина',
|
||||
'height' => 'Висота',
|
||||
'More' => 'Більше',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
'header_large' => 'Large Header',
|
||||
'header_medium' => 'Medium Header',
|
||||
'header_small' => 'Small Header',
|
||||
'header_tiny' => 'Tiny Header',
|
||||
'paragraph' => 'Paragraph',
|
||||
'blockquote' => 'Blockquote',
|
||||
'inline_code' => 'Inline code',
|
||||
'callouts' => 'Callouts',
|
||||
'callout_information' => 'Information',
|
||||
'callout_success' => 'Success',
|
||||
'callout_warning' => 'Warning',
|
||||
'callout_danger' => 'Danger',
|
||||
'bold' => 'Bold',
|
||||
'italic' => 'Italic',
|
||||
'underline' => 'Underline',
|
||||
'strikethrough' => 'Strikethrough',
|
||||
'superscript' => 'Superscript',
|
||||
'subscript' => 'Subscript',
|
||||
'text_color' => 'Text color',
|
||||
'custom_color' => 'Custom color',
|
||||
'remove_color' => 'Remove color',
|
||||
'background_color' => 'Background color',
|
||||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
'insert_image' => 'Insert image',
|
||||
'insert_image_title' => 'Insert/Edit Image',
|
||||
'insert_link' => 'Insert/edit link',
|
||||
'insert_link_title' => 'Insert/Edit Link',
|
||||
'insert_horizontal_line' => 'Insert horizontal line',
|
||||
'insert_code_block' => 'Insert code block',
|
||||
'insert_drawing' => 'Insert/edit drawing',
|
||||
'drawing_manager' => 'Drawing manager',
|
||||
'insert_media' => 'Insert/edit media',
|
||||
'insert_media_title' => 'Insert/Edit Media',
|
||||
'clear_formatting' => 'Clear formatting',
|
||||
'source_code' => 'Source code',
|
||||
'source_code_title' => 'Source Code',
|
||||
'fullscreen' => 'Fullscreen',
|
||||
'image_options' => 'Image options',
|
||||
'formats' => 'Формати',
|
||||
'header_large' => 'Великий заголовок',
|
||||
'header_medium' => 'Середній заголовок',
|
||||
'header_small' => 'Маленький заголовок',
|
||||
'header_tiny' => 'Крихітний заголовок',
|
||||
'paragraph' => 'Параграф',
|
||||
'blockquote' => 'Цитата',
|
||||
'inline_code' => 'Вставка коду',
|
||||
'callouts' => 'Виноски',
|
||||
'callout_information' => 'Інформація',
|
||||
'callout_success' => 'Успішно',
|
||||
'callout_warning' => 'Попередження',
|
||||
'callout_danger' => 'Небезпека',
|
||||
'bold' => 'Жирний',
|
||||
'italic' => 'Курсив',
|
||||
'underline' => 'Підкреслений',
|
||||
'strikethrough' => 'Закреслений',
|
||||
'superscript' => 'Верхній індекс',
|
||||
'subscript' => 'Нижній індекс',
|
||||
'text_color' => 'Колір тексту',
|
||||
'custom_color' => 'Власний колір',
|
||||
'remove_color' => 'Видалити колір',
|
||||
'background_color' => 'Колір фону',
|
||||
'align_left' => 'Вирівняти по лівому краю',
|
||||
'align_center' => 'Вирівняти по центру',
|
||||
'align_right' => 'Вирівнювання по правому краю',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Маркований список',
|
||||
'list_numbered' => 'Нумерований список',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Збільшити відступ',
|
||||
'indent_decrease' => 'Зменшити відступ',
|
||||
'table' => 'Таблиця',
|
||||
'insert_image' => 'Вставити зображення',
|
||||
'insert_image_title' => 'Вставити/Редагувати зображення',
|
||||
'insert_link' => 'Вставити/редагувати посилання',
|
||||
'insert_link_title' => 'Вставити/редагувати посилання',
|
||||
'insert_horizontal_line' => 'Вставити горизонтальну лінію',
|
||||
'insert_code_block' => 'Вставити блок коду',
|
||||
'insert_drawing' => 'Вставити/редагувати малюнок',
|
||||
'drawing_manager' => 'Диспетчер малювання',
|
||||
'insert_media' => 'Вставити/редагувати медіа',
|
||||
'insert_media_title' => 'Вставити/редагувати медіа',
|
||||
'clear_formatting' => 'Очистити форматування',
|
||||
'source_code' => 'Вихідний код',
|
||||
'source_code_title' => 'Вихідний код',
|
||||
'fullscreen' => 'На весь екран',
|
||||
'image_options' => 'Параметри зображень',
|
||||
|
||||
// Tables
|
||||
'table_properties' => 'Table properties',
|
||||
'table_properties_title' => 'Table Properties',
|
||||
'delete_table' => 'Delete table',
|
||||
'insert_row_before' => 'Insert row before',
|
||||
'insert_row_after' => 'Insert row after',
|
||||
'delete_row' => 'Delete row',
|
||||
'insert_column_before' => 'Insert column before',
|
||||
'insert_column_after' => 'Insert column after',
|
||||
'delete_column' => 'Delete column',
|
||||
'table_cell' => 'Cell',
|
||||
'table_row' => 'Row',
|
||||
'table_column' => 'Column',
|
||||
'cell_properties' => 'Cell properties',
|
||||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
'vertical_align' => 'Vertical align',
|
||||
'border_width' => 'Border width',
|
||||
'border_style' => 'Border style',
|
||||
'border_color' => 'Border color',
|
||||
'row_properties' => 'Row properties',
|
||||
'row_properties_title' => 'Row Properties',
|
||||
'cut_row' => 'Cut row',
|
||||
'copy_row' => 'Copy row',
|
||||
'paste_row_before' => 'Paste row before',
|
||||
'paste_row_after' => 'Paste row after',
|
||||
'row_type' => 'Row type',
|
||||
'row_type_header' => 'Header',
|
||||
'row_type_body' => 'Body',
|
||||
'row_type_footer' => 'Footer',
|
||||
'alignment' => 'Alignment',
|
||||
'cut_column' => 'Cut column',
|
||||
'copy_column' => 'Copy column',
|
||||
'paste_column_before' => 'Paste column before',
|
||||
'paste_column_after' => 'Paste column after',
|
||||
'cell_padding' => 'Cell padding',
|
||||
'cell_spacing' => 'Cell spacing',
|
||||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'table_properties' => 'Властивості таблиці',
|
||||
'table_properties_title' => 'Властивості таблиці',
|
||||
'delete_table' => 'Видалити таблицю',
|
||||
'insert_row_before' => 'Вставити рядок перед',
|
||||
'insert_row_after' => 'Вставити рядок після',
|
||||
'delete_row' => 'Видалити рядок',
|
||||
'insert_column_before' => 'Вставити стовпець перед',
|
||||
'insert_column_after' => 'Вставити стовпець після',
|
||||
'delete_column' => 'Видалити стовпець',
|
||||
'table_cell' => 'Комірка',
|
||||
'table_row' => 'Рядок',
|
||||
'table_column' => 'Стовпчик',
|
||||
'cell_properties' => 'Властивості клітинки',
|
||||
'cell_properties_title' => 'Властивості клітинки',
|
||||
'cell_type' => 'Тип клітинки',
|
||||
'cell_type_cell' => 'Комірка',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Комірка заголовка',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Група рядків',
|
||||
'table_column_group' => 'Група стовпців',
|
||||
'horizontal_align' => 'Горизонтальне вирівнювання',
|
||||
'vertical_align' => 'Вертикальне вирівнювання',
|
||||
'border_width' => 'Ширина бордюру',
|
||||
'border_style' => 'Стиль рамки',
|
||||
'border_color' => 'Колір рамки',
|
||||
'row_properties' => 'Властивості рядка',
|
||||
'row_properties_title' => 'Властивості рядка',
|
||||
'cut_row' => 'Вирізати рядок',
|
||||
'copy_row' => 'Копіювати рядок',
|
||||
'paste_row_before' => 'Вставити рядок перед',
|
||||
'paste_row_after' => 'Вставити рядок після',
|
||||
'row_type' => 'Тип рядка',
|
||||
'row_type_header' => 'Заголовок',
|
||||
'row_type_body' => 'Тіло',
|
||||
'row_type_footer' => 'Низ',
|
||||
'alignment' => 'Вирівнювання',
|
||||
'cut_column' => 'Вирізати стовпчик',
|
||||
'copy_column' => 'Копіювати стовпчик',
|
||||
'paste_column_before' => 'Вставити стовпець перед',
|
||||
'paste_column_after' => 'Вставити стовпець після',
|
||||
'cell_padding' => 'Всередині клітинок',
|
||||
'cell_spacing' => 'Інтервал між комірками',
|
||||
'caption' => 'Підпис',
|
||||
'show_caption' => 'Показати заголовок',
|
||||
'constrain' => 'Обмеження пропорції',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
'alt_desc' => 'Alternative description',
|
||||
'embed' => 'Embed',
|
||||
'paste_embed' => 'Paste your embed code below:',
|
||||
'url' => 'URL',
|
||||
'text_to_display' => 'Text to display',
|
||||
'title' => 'Title',
|
||||
'open_link' => 'Open link in...',
|
||||
'open_link_current' => 'Current window',
|
||||
'open_link_new' => 'New window',
|
||||
'insert_collapsible' => 'Insert collapsible block',
|
||||
'collapsible_unwrap' => 'Unwrap',
|
||||
'edit_label' => 'Edit label',
|
||||
'toggle_open_closed' => 'Toggle open/closed',
|
||||
'collapsible_edit' => 'Edit collapsible block',
|
||||
'toggle_label' => 'Toggle label',
|
||||
'source' => 'Вихідний код',
|
||||
'alt_desc' => 'Альтернативний опис',
|
||||
'embed' => 'Вбудувати',
|
||||
'paste_embed' => 'Вставте ваш код вставки нижче:',
|
||||
'url' => 'Адреса URL',
|
||||
'text_to_display' => 'Текст для показу',
|
||||
'title' => 'Назва',
|
||||
'open_link' => 'Відкрити посилання за допомогою...',
|
||||
'open_link_current' => 'Поточне вікно',
|
||||
'open_link_new' => 'Нове вікно',
|
||||
'insert_collapsible' => 'Вставити згорнутий блок',
|
||||
'collapsible_unwrap' => 'Розгорнути',
|
||||
'edit_label' => 'Редагувати мітку',
|
||||
'toggle_open_closed' => 'Перемкнути відкрити/закритий',
|
||||
'collapsible_edit' => 'Редагування згорнутого блоку',
|
||||
'toggle_label' => 'Перемкнути ярлики',
|
||||
|
||||
// About view
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'Про WYSIWYG редактор',
|
||||
'editor_license' => 'Ліцензія редактора і авторські права',
|
||||
'editor_tiny_license' => 'Цей редактор побудований за допомогою :tinyLink що забезпечується під ліцензією LGPL v2.1.',
|
||||
'editor_tiny_license_link' => 'Тут можна знайти авторські та умови ліцензії.',
|
||||
'save_continue' => 'Зберегти і продовжити',
|
||||
'callouts_cycle' => '(Тримайте натискання для перемикання між типами)',
|
||||
'link_selector' => 'Перейти до вмісту',
|
||||
'shortcuts' => 'Ярлики',
|
||||
'shortcut' => 'Ярлик',
|
||||
'shortcuts_intro' => 'Наступні ярлики доступні в редакторі:',
|
||||
'windows_linux' => '(Windows/Linux)',
|
||||
'mac' => '(Mac)',
|
||||
'description' => 'Description',
|
||||
'description' => 'Опис',
|
||||
];
|
||||
|
|
|
@ -143,8 +143,8 @@ return [
|
|||
'books_sort_chapters_last' => 'Розділи в кінці',
|
||||
'books_sort_show_other' => 'Показати інші книги',
|
||||
'books_sort_save' => 'Зберегти нове замовлення',
|
||||
'books_copy' => 'Copy Book',
|
||||
'books_copy_success' => 'Book successfully copied',
|
||||
'books_copy' => 'Копіювати книгу',
|
||||
'books_copy_success' => 'Сторінка успішно скопійована',
|
||||
|
||||
// Chapters
|
||||
'chapter' => 'Розділ',
|
||||
|
@ -163,8 +163,8 @@ return [
|
|||
'chapters_move' => 'Перемістити розділ',
|
||||
'chapters_move_named' => 'Перемістити розділ :chapterName',
|
||||
'chapter_move_success' => 'Розділ переміщено до :bookName',
|
||||
'chapters_copy' => 'Copy Chapter',
|
||||
'chapters_copy_success' => 'Chapter successfully copied',
|
||||
'chapters_copy' => 'Копіювати розділ',
|
||||
'chapters_copy_success' => 'Розділ успішно скопійовано',
|
||||
'chapters_permissions' => 'Дозволи розділу',
|
||||
'chapters_empty' => 'У цьому розділі немає сторінок.',
|
||||
'chapters_permissions_active' => 'Діючі дозволи на розділ',
|
||||
|
@ -338,10 +338,10 @@ return [
|
|||
'revision_cannot_delete_latest' => 'Неможливо видалити останню версію.',
|
||||
|
||||
// Copy view
|
||||
'copy_consider' => 'Please consider the below when copying content.',
|
||||
'copy_consider_permissions' => 'Custom permission settings will not be copied.',
|
||||
'copy_consider_owner' => 'You will become the owner of all copied content.',
|
||||
'copy_consider_images' => 'Page image files will not be duplicated & the original images will retain their relation to the page they were originally uploaded to.',
|
||||
'copy_consider_attachments' => 'Page attachments will not be copied.',
|
||||
'copy_consider_access' => 'A change of location, owner or permissions may result in this content being accessible to those previously without access.',
|
||||
'copy_consider' => 'Будь ласка, наведені нижче при копіюванні вмісту.',
|
||||
'copy_consider_permissions' => 'Спеціальні налаштування дозволів не будуть скопійовані.',
|
||||
'copy_consider_owner' => 'Ви станете власником всіх скопійованих матеріалів.',
|
||||
'copy_consider_images' => 'Файли зображень сторінки не будуть дубльовані і оригінальні зображення збережуть зв\'язок з сторінкою, до якої вони були завантажені.',
|
||||
'copy_consider_attachments' => 'Вкладення сторінки не буде скопійовано.',
|
||||
'copy_consider_access' => 'Зміна розташування або дозволів може призвести до доступу до цього вмісту без попереднього доступу.',
|
||||
];
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Налаштування',
|
||||
'settings_save' => 'Зберегти налаштування',
|
||||
'settings_save_success' => 'Налаштування збережено',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Налаштування',
|
||||
|
@ -174,7 +176,7 @@ return [
|
|||
'users_role' => 'Ролі користувача',
|
||||
'users_role_desc' => 'Виберіть, до яких ролей буде призначено цього користувача. Якщо користувачеві призначено декілька ролей, дозволи з цих ролей будуть складатись і вони отримуватимуть усі можливості призначених ролей.',
|
||||
'users_password' => 'Пароль користувача',
|
||||
'users_password_desc' => 'Set a password used to log-in to the application. This must be at least 8 characters long.',
|
||||
'users_password_desc' => 'Встановіть пароль для входу. Він повинен містити принаймні 5 символів.',
|
||||
'users_send_invite_text' => 'Ви можете надіслати цьому користувачеві лист із запрошенням, що дозволить йому встановити пароль власноруч, або ви можете встановити йому пароль самостійно.',
|
||||
'users_send_invite_option' => 'Надіслати листа із запрошенням користувачу',
|
||||
'users_external_auth_id' => 'Зовнішній ID автентифікації',
|
||||
|
@ -232,31 +234,31 @@ return [
|
|||
'user_api_token_delete_success' => 'Токен API успішно видалено',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks_create' => 'Create New Webhook',
|
||||
'webhooks_none_created' => 'No webhooks have yet been created.',
|
||||
'webhooks_edit' => 'Edit Webhook',
|
||||
'webhooks_save' => 'Save Webhook',
|
||||
'webhooks_details' => 'Webhook Details',
|
||||
'webhooks_details_desc' => 'Provide a user friendly name and a POST endpoint as a location for the webhook data to be sent to.',
|
||||
'webhooks_events' => 'Webhook Events',
|
||||
'webhooks_events_desc' => 'Select all the events that should trigger this webhook to be called.',
|
||||
'webhooks_events_warning' => 'Keep in mind that these events will be triggered for all selected events, even if custom permissions are applied. Ensure that use of this webhook won\'t expose confidential content.',
|
||||
'webhooks_events_all' => 'All system events',
|
||||
'webhooks_name' => 'Webhook Name',
|
||||
'webhooks_timeout' => 'Webhook Request Timeout (Seconds)',
|
||||
'webhooks_endpoint' => 'Webhook Endpoint',
|
||||
'webhooks_active' => 'Webhook Active',
|
||||
'webhook_events_table_header' => 'Events',
|
||||
'webhooks_delete' => 'Delete Webhook',
|
||||
'webhooks_delete_warning' => 'This will fully delete this webhook, with the name \':webhookName\', from the system.',
|
||||
'webhooks_delete_confirm' => 'Are you sure you want to delete this webhook?',
|
||||
'webhooks_format_example' => 'Webhook Format Example',
|
||||
'webhooks_format_example_desc' => 'Webhook data is sent as a POST request to the configured endpoint as JSON following the format below. The "related_item" and "url" properties are optional and will depend on the type of event triggered.',
|
||||
'webhooks_status' => 'Webhook Status',
|
||||
'webhooks_last_called' => 'Last Called:',
|
||||
'webhooks_last_errored' => 'Last Errored:',
|
||||
'webhooks_last_error_message' => 'Last Error Message:',
|
||||
'webhooks' => 'Веб-хуки',
|
||||
'webhooks_create' => 'Створити новий Веб-хук',
|
||||
'webhooks_none_created' => 'Немає створених Веб-хуків.',
|
||||
'webhooks_edit' => 'Редагувати Веб-хук',
|
||||
'webhooks_save' => 'Зберегти Веб-хук',
|
||||
'webhooks_details' => 'Деталі вебхуків',
|
||||
'webhooks_details_desc' => 'Вкажіть дружнє ім\'я користувача та кінцеву точку POST як місце для надсилання даних вебхуків.',
|
||||
'webhooks_events' => 'Події вебхуків',
|
||||
'webhooks_events_desc' => 'Оберіть всі події, які мають викликати цей web-хук, щоб бути викликані.',
|
||||
'webhooks_events_warning' => 'Майте на увазі, що ці події будуть запущені для всіх вибраних подій, навіть якщо використовуються користувацькі дозволи. Переконайтеся, що використання цього вебхука не розкриє конфіденційний контент.',
|
||||
'webhooks_events_all' => 'Всі системні події',
|
||||
'webhooks_name' => 'Назва вебхука',
|
||||
'webhooks_timeout' => 'Час очікування запиту веб хука (в секундах)',
|
||||
'webhooks_endpoint' => 'Webhook кінцевої точки',
|
||||
'webhooks_active' => 'Веб хук активний',
|
||||
'webhook_events_table_header' => 'Події',
|
||||
'webhooks_delete' => 'Видалити Webhook',
|
||||
'webhooks_delete_warning' => 'Ця дія повністю видалить цей токен Api із назвою \':tokenName\' з системи.',
|
||||
'webhooks_delete_confirm' => 'Ви впевнені, що хочете видалити цей веб хук?',
|
||||
'webhooks_format_example' => 'Приклад формату веб хука',
|
||||
'webhooks_format_example_desc' => 'Дані веб хука надсилаються як POST запит до налаштованої кінцевої точки у вигляді JSON з відповідним форматом. Властивості "related_item" і "url" є необов\'язковими та залежатимуть від типу події.',
|
||||
'webhooks_status' => 'Статус веб хука',
|
||||
'webhooks_last_called' => 'Останній виклик:',
|
||||
'webhooks_last_errored' => 'Остання помилка:',
|
||||
'webhooks_last_error_message' => 'Останнє повідомлення про помилку:',
|
||||
|
||||
|
||||
//! If editing translations files directly please ignore this in all
|
||||
|
|
|
@ -32,7 +32,7 @@ return [
|
|||
'digits_between' => 'Довжина цифрового поля :attribute повинна бути від :min до :max.',
|
||||
'email' => 'Поле :attribute повинне містити коректну електронну адресу.',
|
||||
'ends_with' => 'Поле :attribute має закінчуватися одним з наступних значень: :values',
|
||||
'file' => 'The :attribute must be provided as a valid file.',
|
||||
'file' => 'Поле :attribute повинне містити коректний файл.',
|
||||
'filled' => 'Поле :attribute є обов\'язковим для заповнення.',
|
||||
'gt' => [
|
||||
'numeric' => 'Поле :attribute має бути більше ніж :value.',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_justify' => 'Align justify',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'table' => 'Table',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => 'Caption',
|
||||
'show_caption' => 'Show caption',
|
||||
'constrain' => 'Constrain proportions',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => 'Source',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => 'Toggle label',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => 'About the WYSIWYG Editor',
|
||||
'editor_license' => 'Editor License & Copyright',
|
||||
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under an LGPL v2.1 license.',
|
||||
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
|
||||
'save_continue' => 'Save Page & Continue',
|
||||
'callouts_cycle' => '(Keep pressing to toggle through types)',
|
||||
'link_selector' => 'Link to content',
|
||||
'shortcuts' => 'Shortcuts',
|
||||
'shortcut' => 'Shortcut',
|
||||
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => 'Cài đặt',
|
||||
'settings_save' => 'Lưu Cài đặt',
|
||||
'settings_save_success' => 'Đã lưu cài đặt',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => 'Tuỳ biến',
|
||||
|
|
|
@ -24,6 +24,7 @@ return [
|
|||
'width' => '宽度',
|
||||
'height' => '高度',
|
||||
'More' => '更多',
|
||||
'select' => 'Select...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => '格式',
|
||||
|
@ -52,9 +53,10 @@ return [
|
|||
'align_left' => '左对齐',
|
||||
'align_center' => '居中',
|
||||
'align_right' => '右对齐',
|
||||
'align_justify' => '两端对齐',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => '无序列表',
|
||||
'list_numbered' => '有序列表',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => '增加缩进',
|
||||
'indent_decrease' => '减少缩进',
|
||||
'table' => '表格',
|
||||
|
@ -91,7 +93,10 @@ return [
|
|||
'cell_properties_title' => '单元格属性',
|
||||
'cell_type' => '单元格类型',
|
||||
'cell_type_cell' => '单元格',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_header' => '表头',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'table_row_group' => '按行分组',
|
||||
'table_column_group' => '按列分组',
|
||||
'horizontal_align' => '水平对齐',
|
||||
|
@ -119,6 +124,16 @@ return [
|
|||
'caption' => '标题',
|
||||
'show_caption' => '显示标题',
|
||||
'constrain' => '保持宽高比',
|
||||
'cell_border_solid' => 'Solid',
|
||||
'cell_border_dotted' => 'Dotted',
|
||||
'cell_border_dashed' => 'Dashed',
|
||||
'cell_border_double' => 'Double',
|
||||
'cell_border_groove' => 'Groove',
|
||||
'cell_border_ridge' => 'Ridge',
|
||||
'cell_border_inset' => 'Inset',
|
||||
'cell_border_outset' => 'Outset',
|
||||
'cell_border_none' => 'None',
|
||||
'cell_border_hidden' => 'Hidden',
|
||||
|
||||
// Images, links, details/summary & embed
|
||||
'source' => '来源',
|
||||
|
@ -139,12 +154,14 @@ return [
|
|||
'toggle_label' => '切换标签',
|
||||
|
||||
// About view
|
||||
'about' => 'About the editor',
|
||||
'about_title' => '关于所见即所得(WYSIWYG)编辑器',
|
||||
'editor_license' => '编辑器许可证与版权信息',
|
||||
'editor_tiny_license' => '此编辑器是在 LGPL v2.1 许可证下使用 :tinyLink 构建的。',
|
||||
'editor_tiny_license_link' => 'TinyMCE 的版权和许可证详细信息可以在这里找到。',
|
||||
'save_continue' => '保存页面并继续',
|
||||
'callouts_cycle' => '(继续按下以切换类型)',
|
||||
'link_selector' => '链接到内容',
|
||||
'shortcuts' => '快捷键',
|
||||
'shortcut' => '快捷键',
|
||||
'shortcuts_intro' => '编辑器中提供了以下快捷键:',
|
||||
|
|
|
@ -10,6 +10,8 @@ return [
|
|||
'settings' => '设置',
|
||||
'settings_save' => '保存设置',
|
||||
'settings_save_success' => '设置已保存',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
// App Settings
|
||||
'app_customization' => '定制',
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user