diff --git a/resources/lang/ar/auth.php b/resources/lang/ar/auth.php index 1f7e29bf1..55c9aae41 100644 --- a/resources/lang/ar/auth.php +++ b/resources/lang/ar/auth.php @@ -61,6 +61,8 @@ return [ '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_resent' => 'تمت إعادة إرسال رسالة التأكيد. الرجاء مراجعة صندوق الوارد', + 'email_confirm_thanks' => 'Thanks for confirming!', + 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'لم يتم تأكيد البريد الإلكتروني', 'email_not_confirmed_text' => 'لم يتم بعد تأكيد عنوان البريد الإلكتروني.', diff --git a/resources/lang/ar/common.php b/resources/lang/ar/common.php index 6d34d3ee8..8dcb1dde0 100644 --- a/resources/lang/ar/common.php +++ b/resources/lang/ar/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'إجراءات', 'view' => 'عرض', 'view_all' => 'عرض الكل', + 'new' => 'New', 'create' => 'إنشاء', 'update' => 'تحديث', 'edit' => 'تعديل', @@ -80,12 +81,14 @@ return [ 'none' => 'None', // Header + 'homepage' => 'Homepage', 'header_menu_expand' => 'عرض القائمة', 'profile_menu' => 'قائمة ملف التعريف', 'view_profile' => 'عرض الملف الشخصي', 'edit_profile' => 'تعديل الملف الشخصي', 'dark_mode' => 'الوضع المظلم', 'light_mode' => 'الوضع المضيء', + 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'معلومات', diff --git a/resources/lang/ar/editor.php b/resources/lang/ar/editor.php index 01bad5302..d951f62a1 100644 --- a/resources/lang/ar/editor.php +++ b/resources/lang/ar/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Text to display', 'title' => 'Title', - 'open_link' => 'Open link in...', + 'open_link' => 'Open link', + 'open_link_in' => 'Open link in...', 'open_link_current' => 'Current window', 'open_link_new' => 'New window', + 'remove_link' => 'Remove link', 'insert_collapsible' => 'Insert collapsible block', 'collapsible_unwrap' => 'Unwrap', 'edit_label' => 'Edit label', diff --git a/resources/lang/ar/entities.php b/resources/lang/ar/entities.php index e19f5bb74..49471178c 100644 --- a/resources/lang/ar/entities.php +++ b/resources/lang/ar/entities.php @@ -50,6 +50,7 @@ return [ 'permissions_role_everyone_else' => 'Everyone Else', 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', 'permissions_role_override' => 'Override permissions for role', + 'permissions_inherit_defaults' => 'Inherit defaults', // Search 'search_results' => 'نتائج البحث', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'إدخال صورة', 'pages_md_insert_link' => 'إدراج ارتباط الكيان', 'pages_md_insert_drawing' => 'إدخال رسمة', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'صفحة ليست في فصل', 'pages_move' => 'نقل الصفحة', 'pages_move_success' => 'تم نقل الصفحة إلى ":parentName"', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'تم تحديث أذونات الصفحة', 'pages_revision' => 'مراجعة', 'pages_revisions' => 'مراجعات الصفحة', + 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', 'pages_revisions_named' => 'مراجعات صفحة :pageName', 'pages_revision_named' => 'مراجعة صفحة :pageName', 'pages_revision_restored_from' => 'Restored from #:id; :summary', 'pages_revisions_created_by' => 'أنشئ بواسطة', 'pages_revisions_date' => 'تاريخ المراجعة', 'pages_revisions_number' => '#', + 'pages_revisions_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'مراجعة #:id', 'pages_revisions_numbered_changes' => 'مراجعة #: رقم تعريفي التغييرات', 'pages_revisions_editor' => 'Editor Type', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'علامات الرف', 'tag' => 'وسم', 'tags' => 'وسوم', + 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', 'tag_name' => 'اسم العلامة', 'tag_value' => 'قيمة الوسم (اختياري)', 'tags_explain' => "إضافة الوسوم تساعد بترتيب وتقسيم المحتوى. \n من الممكن وضع قيمة لكل وسم لترتيب أفضل وأدق.", diff --git a/resources/lang/ar/preferences.php b/resources/lang/ar/preferences.php new file mode 100644 index 000000000..e9a47461b --- /dev/null +++ b/resources/lang/ar/preferences.php @@ -0,0 +1,18 @@ + 'Shortcuts', + 'shortcuts_interface' => 'Interface Keyboard Shortcuts', + 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', + 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', + 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', + 'shortcuts_section_navigation' => 'Navigation', + 'shortcuts_section_actions' => 'Common Actions', + 'shortcuts_save' => 'Save Shortcuts', + 'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.', + 'shortcuts_update_success' => 'Shortcut preferences have been updated!', +]; \ No newline at end of file diff --git a/resources/lang/ar/settings.php b/resources/lang/ar/settings.php index 4e636c6f8..1cf0e1998 100755 --- a/resources/lang/ar/settings.php +++ b/resources/lang/ar/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'الأدوار', 'role_user_roles' => 'أدوار المستخدمين', + 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', + 'roles_x_users_assigned' => '1 user assigned|:count users assigned', + 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_assigned_users' => 'Assigned Users', + 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'إنشاء دور جديد', 'role_create_success' => 'تم إنشاء الدور بنجاح', 'role_delete' => 'حذف الدور', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'المستخدمون', + 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'ملف المستخدم', 'users_add_new' => 'إضافة مستخدم جديد', 'users_search' => 'بحث عن مستخدم', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'Webhooks', + 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', + 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', 'webhooks_create' => 'Create New Webhook', 'webhooks_none_created' => 'No webhooks have yet been created.', 'webhooks_edit' => 'Edit Webhook', diff --git a/resources/lang/bg/auth.php b/resources/lang/bg/auth.php index 97476e8be..dd3c1566a 100644 --- a/resources/lang/bg/auth.php +++ b/resources/lang/bg/auth.php @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'Нужно ви е потвърждение чрез емейл, но системата не успя да го изпрати. Моля свържете се с администратора, за да проверите дали вашият емейл адрес е конфигуриран правилно.', 'email_confirm_success' => 'Имейлът ти е потвърден! Вече би трябвало да можеш да се впишеш с този имейл адрес.', 'email_confirm_resent' => 'Беше изпратен имейл с потвърждение, Моля, проверете кутията си.', + 'email_confirm_thanks' => 'Thanks for confirming!', + 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'Имейл адресът не е потвърден', 'email_not_confirmed_text' => 'Вашият емейл адрес все още не е потвърден.', diff --git a/resources/lang/bg/common.php b/resources/lang/bg/common.php index 0d070c84c..0b065ecc9 100644 --- a/resources/lang/bg/common.php +++ b/resources/lang/bg/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'Действия', 'view' => 'Преглед', 'view_all' => 'Преглед на всички', + 'new' => 'New', 'create' => 'Създай', 'update' => 'Обновяване', 'edit' => 'Редактиране', @@ -80,12 +81,14 @@ return [ 'none' => 'Няма', // Header + 'homepage' => 'Homepage', 'header_menu_expand' => 'Разшири заглавното меню', 'profile_menu' => 'Профил меню', 'view_profile' => 'Разглеждане на профил', 'edit_profile' => 'Редактиране на профила', 'dark_mode' => 'Тъмен режим', 'light_mode' => 'Светъл режим', + 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'Информация', diff --git a/resources/lang/bg/editor.php b/resources/lang/bg/editor.php index c7526f1e9..e47f629d4 100644 --- a/resources/lang/bg/editor.php +++ b/resources/lang/bg/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Текст за показване', 'title' => 'Заглавие', - 'open_link' => 'Отваряне не връзката в...', + 'open_link' => 'Open link', + 'open_link_in' => 'Open link in...', 'open_link_current' => 'Текущ прозорец', 'open_link_new' => 'Нов прозорец', + 'remove_link' => 'Remove link', 'insert_collapsible' => 'Вмъкни сгъваем блок', 'collapsible_unwrap' => 'Разгъни', 'edit_label' => 'Редактирай етикета', diff --git a/resources/lang/bg/entities.php b/resources/lang/bg/entities.php index 4d9c926f6..32ed94c5f 100644 --- a/resources/lang/bg/entities.php +++ b/resources/lang/bg/entities.php @@ -50,6 +50,7 @@ return [ 'permissions_role_everyone_else' => 'Everyone Else', 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', 'permissions_role_override' => 'Override permissions for role', + 'permissions_inherit_defaults' => 'Inherit defaults', // Search 'search_results' => 'Резултати от търсенето', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'Добавяна на изображение', 'pages_md_insert_link' => 'Добави линк към обекта', 'pages_md_insert_drawing' => 'Вмъкни рисунка', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'Страницата не принадлежи в никоя глава', 'pages_move' => 'Премести страницата', 'pages_move_success' => 'Страницата беше преместена в ":parentName"', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'Настройките за достъп до страницата бяха обновени', 'pages_revision' => 'Ревизия', 'pages_revisions' => 'Ревизии на страницата', + 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', 'pages_revisions_named' => 'Ревизии на страницата :pageName', 'pages_revision_named' => 'Ревизия на страницата :pageName', 'pages_revision_restored_from' => 'Възстановено от #:id; :summary', 'pages_revisions_created_by' => 'Създадено от', 'pages_revisions_date' => 'Дата на ревизията', 'pages_revisions_number' => '№', + 'pages_revisions_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'Ревизия №:id', 'pages_revisions_numbered_changes' => 'Ревизия №:id Промени', 'pages_revisions_editor' => 'Editor Type', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'Тагове на рафта', 'tag' => 'Таг', 'tags' => 'Тагове', + 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', 'tag_name' => 'Име на таг', 'tag_value' => 'Съдържание на тага (Опционално)', 'tags_explain' => "Добавете няколко тага за да категоризирате по добре вашето съдържание. \n Може да добавите съдържание на таговете за по-подробна организация.", diff --git a/resources/lang/bg/preferences.php b/resources/lang/bg/preferences.php new file mode 100644 index 000000000..e9a47461b --- /dev/null +++ b/resources/lang/bg/preferences.php @@ -0,0 +1,18 @@ + 'Shortcuts', + 'shortcuts_interface' => 'Interface Keyboard Shortcuts', + 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', + 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', + 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', + 'shortcuts_section_navigation' => 'Navigation', + 'shortcuts_section_actions' => 'Common Actions', + 'shortcuts_save' => 'Save Shortcuts', + 'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.', + 'shortcuts_update_success' => 'Shortcut preferences have been updated!', +]; \ No newline at end of file diff --git a/resources/lang/bg/settings.php b/resources/lang/bg/settings.php index c7fc93c81..13c148ecc 100644 --- a/resources/lang/bg/settings.php +++ b/resources/lang/bg/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'Роли', 'role_user_roles' => 'Потребителски роли', + 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', + 'roles_x_users_assigned' => '1 user assigned|:count users assigned', + 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_assigned_users' => 'Assigned Users', + 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'Създай нова роля', 'role_create_success' => 'Ролята беше успешно създадена', 'role_delete' => 'Изтрий роля', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'Потребители', + 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'Потребителски профил', 'users_add_new' => 'Добави нов потребител', 'users_search' => 'Търси Потребители', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'Уебкука', + 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', + 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', 'webhooks_create' => 'Създай нова уебкука', 'webhooks_none_created' => 'Няма създадени уебкуки.', 'webhooks_edit' => 'Редактирай уебкука', diff --git a/resources/lang/bs/auth.php b/resources/lang/bs/auth.php index b9a72e2cf..96ab0efea 100644 --- a/resources/lang/bs/auth.php +++ b/resources/lang/bs/auth.php @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'Potvrda e-maila je obavezna ali sistem nije mogao poslati e-mail. Kontaktirajte administratora da biste bili sigurni da je e-mail postavljen ispravno.', 'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.', 'email_confirm_resent' => 'E-mail za potvrdu je ponovno poslan. Provjerite vaš e-mail.', + 'email_confirm_thanks' => 'Thanks for confirming!', + 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'E-mail adresa nije potvrđena', 'email_not_confirmed_text' => 'Vaša e-mail adresa nije još potvrđena.', diff --git a/resources/lang/bs/common.php b/resources/lang/bs/common.php index 0008cbcc8..a1236e230 100644 --- a/resources/lang/bs/common.php +++ b/resources/lang/bs/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'Akcije', 'view' => 'Prikaz', 'view_all' => 'Prikaži sve', + 'new' => 'New', 'create' => 'Kreiraj', 'update' => 'Ažuriraj', 'edit' => 'Uredi', @@ -80,12 +81,14 @@ return [ 'none' => 'None', // Header + 'homepage' => 'Homepage', 'header_menu_expand' => 'Otvori meni u zaglavlju', 'profile_menu' => 'Meni profila', 'view_profile' => 'Pogledaj profil', 'edit_profile' => 'Izmjeni profil', 'dark_mode' => 'Tamni način rada', 'light_mode' => 'Svijetli način rada', + 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'Informacije', diff --git a/resources/lang/bs/editor.php b/resources/lang/bs/editor.php index faf351da2..670c1c5e1 100644 --- a/resources/lang/bs/editor.php +++ b/resources/lang/bs/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Text to display', 'title' => 'Title', - 'open_link' => 'Open link in...', + 'open_link' => 'Open link', + 'open_link_in' => 'Open link in...', 'open_link_current' => 'Current window', 'open_link_new' => 'New window', + 'remove_link' => 'Remove link', 'insert_collapsible' => 'Insert collapsible block', 'collapsible_unwrap' => 'Unwrap', 'edit_label' => 'Edit label', diff --git a/resources/lang/bs/entities.php b/resources/lang/bs/entities.php index 3672b148d..ce002249f 100644 --- a/resources/lang/bs/entities.php +++ b/resources/lang/bs/entities.php @@ -50,6 +50,7 @@ return [ 'permissions_role_everyone_else' => 'Everyone Else', 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', 'permissions_role_override' => 'Override permissions for role', + 'permissions_inherit_defaults' => 'Inherit defaults', // Search 'search_results' => 'Rezultati pretrage', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'Insert Image', 'pages_md_insert_link' => 'Insert Entity Link', 'pages_md_insert_drawing' => 'Insert Drawing', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'Page is not in a chapter', 'pages_move' => 'Move Page', 'pages_move_success' => 'Page moved to ":parentName"', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'Page permissions updated', 'pages_revision' => 'Revision', 'pages_revisions' => 'Page Revisions', + 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', '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_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'Revision #:id', 'pages_revisions_numbered_changes' => 'Revision #:id Changes', 'pages_revisions_editor' => 'Editor Type', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'Oznake police', 'tag' => 'Oznaka', 'tags' => 'Oznake', + 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', 'tag_name' => 'Naziv oznake', 'tag_value' => 'Vrijednost oznake (nije obavezno)', 'tags_explain' => "Dodaj nekoliko oznaka da bi sadržaj bio bolje kategorisan. \n Možeš dodati vrijednost oznaci za dublju organizaciju.", diff --git a/resources/lang/bs/preferences.php b/resources/lang/bs/preferences.php new file mode 100644 index 000000000..e9a47461b --- /dev/null +++ b/resources/lang/bs/preferences.php @@ -0,0 +1,18 @@ + 'Shortcuts', + 'shortcuts_interface' => 'Interface Keyboard Shortcuts', + 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', + 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', + 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', + 'shortcuts_section_navigation' => 'Navigation', + 'shortcuts_section_actions' => 'Common Actions', + 'shortcuts_save' => 'Save Shortcuts', + 'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.', + 'shortcuts_update_success' => 'Shortcut preferences have been updated!', +]; \ No newline at end of file diff --git a/resources/lang/bs/settings.php b/resources/lang/bs/settings.php index 1ad271e7c..f4204dd68 100644 --- a/resources/lang/bs/settings.php +++ b/resources/lang/bs/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'Roles', 'role_user_roles' => 'User Roles', + 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', + 'roles_x_users_assigned' => '1 user assigned|:count users assigned', + 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_assigned_users' => 'Assigned Users', + 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'Create New Role', 'role_create_success' => 'Role successfully created', 'role_delete' => 'Delete Role', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'Users', + 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'User Profile', 'users_add_new' => 'Add New User', 'users_search' => 'Search Users', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'Webhooks', + 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', + 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', 'webhooks_create' => 'Create New Webhook', 'webhooks_none_created' => 'No webhooks have yet been created.', 'webhooks_edit' => 'Edit Webhook', diff --git a/resources/lang/ca/auth.php b/resources/lang/ca/auth.php index b95ae1e6d..a156ecee3 100644 --- a/resources/lang/ca/auth.php +++ b/resources/lang/ca/auth.php @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'Cal confirmar l\'adreça electrònica, però el sistema no ha pogut enviar el correu electrònic. Poseu-vos en contacte amb l\'administrador perquè s\'asseguri que el correu electrònic està ben configurat.', 'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.', 'email_confirm_resent' => 'S\'ha tornat a enviar el correu electrònic de confirmació. Reviseu la vostra safata d\'entrada.', + 'email_confirm_thanks' => 'Thanks for confirming!', + 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'Adreça electrònica no confirmada', 'email_not_confirmed_text' => 'La vostra adreça electrònica encara no està confirmada.', diff --git a/resources/lang/ca/common.php b/resources/lang/ca/common.php index 7c8ec04a3..72f0fac58 100644 --- a/resources/lang/ca/common.php +++ b/resources/lang/ca/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'Accions', 'view' => 'Visualitza', 'view_all' => 'Visualitza-ho tot', + 'new' => 'New', 'create' => 'Crea', 'update' => 'Actualitza', 'edit' => 'Edita', @@ -80,12 +81,14 @@ return [ 'none' => 'None', // Header + 'homepage' => 'Homepage', 'header_menu_expand' => 'Expand Header Menu', 'profile_menu' => 'Menú del perfil', 'view_profile' => 'Mostra el perfil', 'edit_profile' => 'Edita el perfil', 'dark_mode' => 'Mode fosc', 'light_mode' => 'Mode clar', + 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'Informació', diff --git a/resources/lang/ca/editor.php b/resources/lang/ca/editor.php index faf351da2..670c1c5e1 100644 --- a/resources/lang/ca/editor.php +++ b/resources/lang/ca/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Text to display', 'title' => 'Title', - 'open_link' => 'Open link in...', + 'open_link' => 'Open link', + 'open_link_in' => 'Open link in...', 'open_link_current' => 'Current window', 'open_link_new' => 'New window', + 'remove_link' => 'Remove link', 'insert_collapsible' => 'Insert collapsible block', 'collapsible_unwrap' => 'Unwrap', 'edit_label' => 'Edit label', diff --git a/resources/lang/ca/entities.php b/resources/lang/ca/entities.php index 0736e527a..8e3d13e37 100644 --- a/resources/lang/ca/entities.php +++ b/resources/lang/ca/entities.php @@ -50,6 +50,7 @@ return [ 'permissions_role_everyone_else' => 'Everyone Else', 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', 'permissions_role_override' => 'Override permissions for role', + 'permissions_inherit_defaults' => 'Inherit defaults', // Search 'search_results' => 'Resultats de la cerca', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'Insereix una imatge', 'pages_md_insert_link' => 'Insereix un enllaç a una entitat', 'pages_md_insert_drawing' => 'Insereix un diagrama', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'La pàgina no pertany a cap capítol', 'pages_move' => 'Mou la pàgina', 'pages_move_success' => 'S\'ha mogut la pàgina a ":parentName"', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'S\'han actualitzat els permisos de la pàgina', 'pages_revision' => 'Revisió', 'pages_revisions' => 'Revisions de la pàgina', + 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', 'pages_revisions_named' => 'Revisions de la pàgina :pageName', 'pages_revision_named' => 'Revisió de la pàgina :pageName', 'pages_revision_restored_from' => 'Restaurada de núm. :id; :summary', 'pages_revisions_created_by' => 'Creada per', 'pages_revisions_date' => 'Data de la revisió', 'pages_revisions_number' => 'Núm. ', + 'pages_revisions_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'Revisió núm. :id', 'pages_revisions_numbered_changes' => 'Canvis de la revisió núm. :id', 'pages_revisions_editor' => 'Editor Type', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'Etiquetes del prestatge', 'tag' => 'Etiqueta', 'tags' => 'Etiquetes', + 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', 'tag_name' => 'Nom de l\'etiqueta', 'tag_value' => 'Valor de l\'etiqueta (opcional)', 'tags_explain' => "Afegiu etiquetes per a categoritzar millor el contingut. \n Podeu assignar un valor a cada etiqueta per a una organització més detallada.", diff --git a/resources/lang/ca/preferences.php b/resources/lang/ca/preferences.php new file mode 100644 index 000000000..e9a47461b --- /dev/null +++ b/resources/lang/ca/preferences.php @@ -0,0 +1,18 @@ + 'Shortcuts', + 'shortcuts_interface' => 'Interface Keyboard Shortcuts', + 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', + 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', + 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', + 'shortcuts_section_navigation' => 'Navigation', + 'shortcuts_section_actions' => 'Common Actions', + 'shortcuts_save' => 'Save Shortcuts', + 'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.', + 'shortcuts_update_success' => 'Shortcut preferences have been updated!', +]; \ No newline at end of file diff --git a/resources/lang/ca/settings.php b/resources/lang/ca/settings.php index 7d5bdcafb..c6c3b03db 100755 --- a/resources/lang/ca/settings.php +++ b/resources/lang/ca/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'Rols', 'role_user_roles' => 'Rols d\'usuari', + 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', + 'roles_x_users_assigned' => '1 user assigned|:count users assigned', + 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_assigned_users' => 'Assigned Users', + 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'Crea un rol nou', 'role_create_success' => 'Rol creat correctament', 'role_delete' => 'Suprimeix el rol', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'Usuaris', + 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'Perfil de l\'usuari', 'users_add_new' => 'Afegeix un usuari nou', 'users_search' => 'Cerca usuaris', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'Webhooks', + 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', + 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', 'webhooks_create' => 'Create New Webhook', 'webhooks_none_created' => 'No webhooks have yet been created.', 'webhooks_edit' => 'Edit Webhook', diff --git a/resources/lang/cs/activities.php b/resources/lang/cs/activities.php index e6a990f93..2afc33aa6 100644 --- a/resources/lang/cs/activities.php +++ b/resources/lang/cs/activities.php @@ -28,7 +28,7 @@ return [ // Books 'book_create' => 'vytvořil/a knihu', 'book_create_notification' => 'Kniha byla úspěšně vytvořena', - 'book_create_from_chapter' => 'converted chapter to book', + 'book_create_from_chapter' => 'převést kapitolu na knihu', 'book_create_from_chapter_notification' => 'Kapitola byla úspěšně převedena na knihu', 'book_update' => 'aktualizoval/a knihu', 'book_update_notification' => 'Kniha byla úspěšně aktualizována', @@ -38,14 +38,14 @@ return [ 'book_sort_notification' => 'Kniha byla úspěšně seřazena', // Bookshelves - 'bookshelf_create' => 'created shelf', - 'bookshelf_create_notification' => 'Shelf successfully created', - 'bookshelf_create_from_book' => 'converted book to shelf', - 'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf', - 'bookshelf_update' => 'updated shelf', - 'bookshelf_update_notification' => 'Shelf successfully updated', - 'bookshelf_delete' => 'deleted shelf', - 'bookshelf_delete_notification' => 'Shelf successfully deleted', + 'bookshelf_create' => 'vytvořit knihovnu', + 'bookshelf_create_notification' => 'Knihovna byla úspěšně vytvořena', + 'bookshelf_create_from_book' => 'převést knihu na knihovnu', + 'bookshelf_create_from_book_notification' => 'Kniha byla úspěšně převedena na knihovnu', + 'bookshelf_update' => 'aktualizovat knihovnu', + 'bookshelf_update_notification' => 'Knihovna byla úspěšně aktualizována', + 'bookshelf_delete' => 'odstranit knihovnu', + 'bookshelf_delete_notification' => 'Knihovna byla úspěšně smazána', // Favourites 'favourite_add_notification' => '":name" byla přidána do Vašich oblíbených', @@ -64,8 +64,8 @@ return [ 'webhook_delete_notification' => 'Webhook byl úspěšně odstraněn', // Users - 'user_update_notification' => 'User successfully updated', - 'user_delete_notification' => 'User successfully removed', + 'user_update_notification' => 'Uživatel byl úspěšně aktualizován', + 'user_delete_notification' => 'Uživatel byl úspěšně odstraněn', // Other 'commented_on' => 'okomentoval/a', diff --git a/resources/lang/cs/auth.php b/resources/lang/cs/auth.php index 00ed80cf8..585315ee0 100644 --- a/resources/lang/cs/auth.php +++ b/resources/lang/cs/auth.php @@ -39,9 +39,9 @@ return [ 'register_success' => 'Děkujeme za registraci! Nyní jste zaregistrováni a přihlášeni.', // Login auto-initiation - 'auto_init_starting' => 'Attempting Login', - 'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.', - 'auto_init_start_link' => 'Proceed with authentication', + 'auto_init_starting' => 'Pokus o přihlášení', + 'auto_init_starting_desc' => 'Kontaktujeme váš ověřovací systém pro zahájení procesu přihlášení. Pokud po 5 sekundách nedojde k žádnému pokroku, můžete zkusit kliknout na odkaz níže.', + 'auto_init_start_link' => 'Pokračovat s ověřováním', // Password Reset 'reset_password' => 'Obnovit heslo', @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'Potvrzení e-mailu je vyžadováno, ale systém nemohl odeslat e-mail. Obraťte se na správce, abyste se ujistili, že je e-mail správně nastaven.', 'email_confirm_success' => 'Váš email byl ověřen! Nyní byste měli být schopni se touto emailovou adresou přihlásit.', 'email_confirm_resent' => 'E-mail s potvrzením byl znovu odeslán. Zkontrolujte svou příchozí poštu.', + 'email_confirm_thanks' => 'Děkujeme za potvrzení!', + 'email_confirm_thanks_desc' => 'Počkejte prosím chvíli, než se vaše potvrzení vyřizuje. Pokud nebudete po 3 sekundách přesměrováni, klikněte na odkaz "Pokračovat" níže pro pokračování.', 'email_not_confirmed' => 'E-mailová adresa nebyla potvrzena', 'email_not_confirmed_text' => 'Vaše e-mailová adresa nebyla dosud potvrzena.', @@ -97,19 +99,19 @@ return [ 'mfa_gen_backup_codes_usage_warning' => 'Každý kód může být použit pouze jednou', 'mfa_gen_totp_title' => 'Nastavení mobilní aplikace', 'mfa_gen_totp_desc' => 'Pro použití vícefaktorového ověření budete potřebovat mobilní aplikaci, která podporuje TOTP jako např. Google Authenticator, Authy nebo Microsoft Authenticator.', - 'mfa_gen_totp_scan' => 'Scan the QR code below using your preferred authentication app to get started.', + 'mfa_gen_totp_scan' => 'Naskenujte QR kód níže pomocí vaší preferované ověřovací aplikace.', 'mfa_gen_totp_verify_setup' => 'Ověřit nastavení', - '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_verify_setup_desc' => 'Ověřte, že vše funguje zadáním kódu, generovaného v ověřovací aplikaci, do níže uvedeného vstupního pole:', 'mfa_gen_totp_provide_code_here' => 'Zde zadejte kód vygenerovaný vaší aplikací', 'mfa_verify_access' => 'Ověřit přístup', - '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_access_desc' => 'Váš uživatelský účet vyžaduje, abyste před udělením přístupu potvrdili svou totožnost prostřednictvím další úrovně ověření. Ověřte pomocí jedné z vašich nakonfigurovaných metod, abyste mohli pokračovat.', 'mfa_verify_no_methods' => 'Nejsou nastaveny žádné metody', - '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_no_methods_desc' => 'Pro váš účet nebyly nalezeny žádné vícefázové metody ověřování. Před získáním přístupu budete muset nastavit alespoň jednu metodu.', 'mfa_verify_use_totp' => 'Ověřit pomocí mobilní aplikace', 'mfa_verify_use_backup_codes' => 'Ověřit pomocí záložního kódu', 'mfa_verify_backup_code' => 'Záložní kód', 'mfa_verify_backup_code_desc' => 'Níže zadejte jeden z vašich zbývajících záložních kódů:', 'mfa_verify_backup_code_enter_here' => 'Zde zadejte záložní kód', 'mfa_verify_totp_desc' => 'Níže zadejte kód, který jste si vygenerovali pomocí mobilní aplikace:', - 'mfa_setup_login_notification' => 'Multi-factor method configured, Please now login again using the configured method.', + 'mfa_setup_login_notification' => 'Vícefázová metoda nastavena, nyní se prosím znovu přihlaste pomocí konfigurované metody.', ]; diff --git a/resources/lang/cs/common.php b/resources/lang/cs/common.php index bbf271fe4..637db2446 100644 --- a/resources/lang/cs/common.php +++ b/resources/lang/cs/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'Akce', 'view' => 'Zobrazit', 'view_all' => 'Zobrazit vše', + 'new' => 'Nový', 'create' => 'Vytvořit', 'update' => 'Aktualizovat', 'edit' => 'Upravit', @@ -47,8 +48,8 @@ return [ 'previous' => 'Předchozí', 'filter_active' => 'Aktivní filtr:', 'filter_clear' => 'Zrušit filtr', - 'download' => 'Download', - 'open_in_tab' => 'Open in Tab', + 'download' => 'Stáhnout', + 'open_in_tab' => 'Otevřít v nové záložce', // Sort Options 'sort_options' => 'Možnosti řazení', @@ -77,15 +78,17 @@ return [ 'status_active' => 'Aktivní', 'status_inactive' => 'Neaktivní', 'never' => 'Nikdy', - 'none' => 'None', + 'none' => 'Žádná', // Header + 'homepage' => 'Domovská stránka', 'header_menu_expand' => 'Rozbalit menu v záhlaví', 'profile_menu' => 'Nabídka profilu', 'view_profile' => 'Zobrazit profil', 'edit_profile' => 'Upravit profil', 'dark_mode' => 'Tmavý režim', 'light_mode' => 'Světlý režim', + 'global_search' => 'Globální vyhledávání', // Layout tabs 'tab_info' => 'Informace', diff --git a/resources/lang/cs/editor.php b/resources/lang/cs/editor.php index faf351da2..5e16ad947 100644 --- a/resources/lang/cs/editor.php +++ b/resources/lang/cs/editor.php @@ -7,166 +7,168 @@ */ 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', - 'select' => 'Select...', + 'general' => 'Základní nastavení', + 'advanced' => 'Pokročilé', + 'none' => 'Nic', + 'cancel' => 'Zrušit', + 'save' => 'Uložit', + 'close' => 'Zavřít', + 'undo' => 'Zpět', + 'redo' => 'Znovu', + 'left' => 'Vlevo', + 'center' => 'Na střed', + 'right' => 'Vpravo', + 'top' => 'Nahoru', + 'middle' => 'Uprostřed', + 'bottom' => 'Odspodu', + 'width' => 'Šířka', + 'height' => 'výška', + 'More' => 'Více', + 'select' => 'Vybrat...', // 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' => 'Justify', - 'list_bullet' => 'Bullet list', - 'list_numbered' => 'Numbered list', - 'list_task' => 'Task 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', - 'edit_code_block' => 'Edit 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' => 'Formáty', + 'header_large' => 'Velké záhlaví', + 'header_medium' => 'Střední záhlaví', + 'header_small' => 'Malé záhlaví', + 'header_tiny' => 'Malá hlavička', + 'paragraph' => 'Odstavec', + 'blockquote' => 'Citát do bloku', + 'inline_code' => 'Vložený kód', + 'callouts' => 'Poznámka', + 'callout_information' => 'Informace', + 'callout_success' => 'Úspěšně dokončeno', + 'callout_warning' => 'Upozornění', + 'callout_danger' => 'Nebezpečí', + 'bold' => 'Tučně', + 'italic' => 'Kurzíva', + 'underline' => 'Podtržené', + 'strikethrough' => 'Proškrtnuté', + 'superscript' => 'horní index', + 'subscript' => 'Dolní index', + 'text_color' => 'Barva textu:', + 'custom_color' => 'Vlastní barva', + 'remove_color' => 'Odstranit barvu', + 'background_color' => 'Barva pozadí', + 'align_left' => 'Zarovnat vlevo', + 'align_center' => 'Zarovnat na střed', + 'align_right' => 'Zarovnat doprava', + 'align_justify' => 'Zarovnat do bloku', + 'list_bullet' => 'Bodový seznam', + 'list_numbered' => 'Číslovaný seznam', + 'list_task' => 'Seznam úkolů', + 'indent_increase' => 'Zvýšit odsazení', + 'indent_decrease' => 'Zmenšit odsazení', + 'table' => 'Tabulka', + 'insert_image' => 'Vložit obrázek', + 'insert_image_title' => 'Vložit/upravit obrázek', + 'insert_link' => 'Vložit/upravit odkaz', + 'insert_link_title' => 'Vložit/upravit odkaz', + 'insert_horizontal_line' => 'Vložit vodorovnou čáru', + 'insert_code_block' => 'Vložit blok s kódem', + 'edit_code_block' => 'Upravit blok kódu', + 'insert_drawing' => 'Vložit/upravit kreslení', + 'drawing_manager' => 'Správce kreslení', + 'insert_media' => 'Vložit/upravit média', + 'insert_media_title' => 'Vložit/upravit média', + 'clear_formatting' => 'Vymazat formátování', + 'source_code' => 'Zdrojový kód', + 'source_code_title' => 'Zdrojový kód', + 'fullscreen' => 'Celá obrazovka', + 'image_options' => 'Možnosti obrázku', // 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', + 'table_properties' => 'Vlastnosti tabulky', + 'table_properties_title' => 'Vlastnosti tabulky', + 'delete_table' => 'Smazat tabulku', + 'insert_row_before' => 'Vložit řádek před', + 'insert_row_after' => 'Vložit řádek za', + 'delete_row' => 'Smazat řádek', + 'insert_column_before' => 'Vložit sloupec před', + 'insert_column_after' => 'Vložit sloupec za', + 'delete_column' => 'Odstranit sloupec', + 'table_cell' => 'Buňka', + 'table_row' => 'Řádek', + 'table_column' => 'Sloupec', + 'cell_properties' => 'Vlastnosti buňky', + 'cell_properties_title' => 'Vlastnosti buňky', + 'cell_type' => 'Typ buňky', + 'cell_type_cell' => 'Buňka', + 'cell_scope' => 'Rozsah', + 'cell_type_header' => 'buňka záhlaví', + 'merge_cells' => 'Sloučit buňky', + 'split_cell' => 'Rozdělit buňku', + 'table_row_group' => 'Skupina řádků', + 'table_column_group' => 'Skupina sloupců', + 'horizontal_align' => 'Vodorovné zarovnání', + 'vertical_align' => 'Svislé vyrovnání', + 'border_width' => 'Šířka okraje', + 'border_style' => 'Styl okraje', + 'border_color' => 'Barva okraje', + 'row_properties' => 'Vlastnosti řádku', + 'row_properties_title' => 'Vlastnosti řádku', + 'cut_row' => 'Vyjmout řádek', + 'copy_row' => 'Kopírovat řádek', + 'paste_row_before' => 'Vložit řádek před', + 'paste_row_after' => 'Vložit za', + 'row_type' => 'Typ řádku', + 'row_type_header' => 'Hlavička', + 'row_type_body' => 'Tělo', + 'row_type_footer' => 'Zápatí', + 'alignment' => 'zarovnání', + 'cut_column' => 'Vyjmout sloupec', + 'copy_column' => 'Kopírovat sloupec', + 'paste_column_before' => 'Přidat sloupec před', + 'paste_column_after' => 'Přidat sloupec za', + 'cell_padding' => 'Odsazení obsahu buněk', + 'cell_spacing' => 'Mezery mezi buňkami', + 'caption' => 'Titulek', + 'show_caption' => 'Zobrazit titulek', + 'constrain' => 'Vazba poměrů', + 'cell_border_solid' => 'Nepřerušovaná čára', + 'cell_border_dotted' => 'Tečkovaná čára', + 'cell_border_dashed' => 'Přerušovaná čára', + 'cell_border_double' => 'Dvojitá', + 'cell_border_groove' => 'Drážek', + 'cell_border_ridge' => 'hřeben', + 'cell_border_inset' => 'Vsazený', + 'cell_border_outset' => 'Počátek', + 'cell_border_none' => 'Žádné', + 'cell_border_hidden' => 'Skrytý', // 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' => 'Zdroj', + 'alt_desc' => 'Alternativní popis', + 'embed' => 'Vložení', + 'paste_embed' => 'Vložte svůj vložený kód níže:', + 'url' => 'Adresa URL', + 'text_to_display' => 'Text k zobrazení', + 'title' => 'Titulek', + 'open_link' => 'Otevřít odkaz', + 'open_link_in' => 'Otevřít odkaz v...', + 'open_link_current' => 'Aktuální okno', + 'open_link_new' => 'Nové okno', + 'remove_link' => 'Odstranit odkaz', + 'insert_collapsible' => 'Vložit sbalitelný blok', + 'collapsible_unwrap' => 'Rozbalit', + 'edit_label' => 'Upravit štítek', + 'toggle_open_closed' => 'Přepnout otevření/zavření', + 'collapsible_edit' => 'Upravit sbalitelný blok', + 'toggle_label' => 'Přepnout popisek', // 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 the MIT 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:', + 'about' => 'O editoru', + 'about_title' => 'O WYSIWYG editoru', + 'editor_license' => 'Editor licence a autorská práva', + 'editor_tiny_license' => 'Tento editor je vytvořen pomocí :tinyLink, který je poskytován pod licencí MIT.', + 'editor_tiny_license_link' => 'Podrobnosti o autorských právech a licenci TinyMCE naleznete zde.', + 'save_continue' => 'Uložit stránku a pokračovat', + 'callouts_cycle' => '(Stiskněte pro přepnutí typů)', + 'link_selector' => 'Odkaz na obsah', + 'shortcuts' => 'Zkratky', + 'shortcut' => 'Zástupce', + 'shortcuts_intro' => 'Následující zkratky jsou k dispozici v editoru:', 'windows_linux' => '(Windows/Linux)', 'mac' => '(Mac)', - 'description' => 'Description', + 'description' => 'Popis', ]; diff --git a/resources/lang/cs/entities.php b/resources/lang/cs/entities.php index 0b552346e..b674c6e63 100644 --- a/resources/lang/cs/entities.php +++ b/resources/lang/cs/entities.php @@ -23,9 +23,9 @@ return [ 'meta_updated' => 'Aktualizováno :timeLength', 'meta_updated_name' => 'Aktualizováno :timeLength uživatelem :user', 'meta_owned_name' => 'Vlastník :user', - 'meta_reference_page_count' => 'Referenced on 1 page|Referenced on :count pages', + 'meta_reference_page_count' => 'Odkazováno na 1 stránce|Odkazováno na :count stránky', 'entity_select' => 'Výběr entity', - 'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item', + 'entity_select_lack_permission' => 'Nemáte dostatečná oprávnění k výběru této položky', 'images' => 'Obrázky', 'my_recent_drafts' => 'Mé nedávné koncepty', 'my_recently_viewed' => 'Mé nedávno zobrazené', @@ -42,14 +42,15 @@ return [ // Permissions and restrictions 'permissions' => 'Oprávnění', - 'permissions_desc' => 'Set permissions here to override the default permissions provided by user roles.', - 'permissions_book_cascade' => 'Permissions set on books will automatically cascade to child chapters and pages, unless they have their own permissions defined.', - 'permissions_chapter_cascade' => 'Permissions set on chapters will automatically cascade to child pages, unless they have their own permissions defined.', + 'permissions_desc' => 'Nastavte oprávnění, které změní výchozích oprávnění pochazejících z uživatelské role.', + 'permissions_book_cascade' => 'Oprávnění nastavená v knihách budou automaticky kaskádována do podřízených kapitol a stránek, pokud nemají svá vlastní oprávnění.', + 'permissions_chapter_cascade' => 'Oprávnění nastavená v knihách budou automaticky kaskádována do podřízených kapitol a stránek, pokud nemají svá vlastní oprávnění.', 'permissions_save' => 'Uložit oprávnění', 'permissions_owner' => 'Vlastník', - 'permissions_role_everyone_else' => 'Everyone Else', - 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', - 'permissions_role_override' => 'Override permissions for role', + 'permissions_role_everyone_else' => 'Všichni ostatní', + 'permissions_role_everyone_else_desc' => 'Nastavte oprávnění pro všechny role, které nejsou výslovně přepsány.', + 'permissions_role_override' => 'Přepsat oprávnění pro roli', + 'permissions_inherit_defaults' => 'Zdědit výchozí oprávnění', // Search 'search_results' => 'Výsledky hledání', @@ -92,23 +93,23 @@ return [ 'shelves_save' => 'Uložit knihovnu', 'shelves_books' => 'Knihy v této knihovně', 'shelves_add_books' => 'Přidat knihy do knihovny', - 'shelves_drag_books' => 'Drag books below to add them to this shelf', + 'shelves_drag_books' => 'Přetáhněte knihy níže a přidejte je do této knihovny', 'shelves_empty_contents' => 'Tato knihovna neobsahuje žádné knihy', 'shelves_edit_and_assign' => 'Upravit knihovnu a přiřadit knihy', - 'shelves_edit_named' => 'Edit Shelf :name', - 'shelves_edit' => 'Edit Shelf', - 'shelves_delete' => 'Delete Shelf', - 'shelves_delete_named' => 'Delete Shelf :name', - 'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.", - 'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?', - 'shelves_permissions' => 'Shelf Permissions', - 'shelves_permissions_updated' => 'Shelf Permissions Updated', - 'shelves_permissions_active' => 'Shelf Permissions Active', - 'shelves_permissions_cascade_warning' => 'Permissions on shelves 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_edit_named' => 'Upravit knihovnu :name', + 'shelves_edit' => 'Upravit knihovnu', + 'shelves_delete' => 'Odstranit knihovnu', + 'shelves_delete_named' => 'Odstranit knihovnu :name', + 'shelves_delete_explain' => "Chystáte se smazat knihovnu ':name'. Knihy v ní obsažené zůstanou zachovány.", + 'shelves_delete_confirmation' => 'Opravdu chcete odstranit tuto knihovnu?', + 'shelves_permissions' => 'Oprávnění knihovny', + 'shelves_permissions_updated' => 'Oprávnění knihovny byla aktualizována', + 'shelves_permissions_active' => 'Oprávnění knihovny byla aktivována', + 'shelves_permissions_cascade_warning' => 'Oprávnění v Knihovnách nejsou automaticky kaskádována do obsažených knih. To proto, že kniha může existovat ve více Knihovnách. Oprávnění však lze zkopírovat do podřízených knih pomocí níže uvedené možnosti.', 'shelves_copy_permissions_to_books' => 'Kopírovat oprávnění na knihy', 'shelves_copy_permissions' => 'Kopírovat oprávnění', - 'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.', - 'shelves_copy_permission_success' => 'Shelf permissions copied to :count books', + 'shelves_copy_permissions_explain' => 'Toto použije aktuální nastavení oprávnění knihovny na všechny knihy v ní obsažené. Před aktivací se ujistěte, že byly uloženy všechny změny oprávnění této knihovny.', + 'shelves_copy_permission_success' => 'Oprávnění knihovny byla zkopírována na :count knih', // Books 'book' => 'Kniha', @@ -175,7 +176,7 @@ return [ 'chapters_permissions_active' => 'Oprávnění kapitoly byla aktivována', 'chapters_permissions_success' => 'Oprávnění kapitoly byla aktualizována', 'chapters_search_this' => 'Prohledat tuto kapitolu', - 'chapter_sort_book' => 'Sort Book', + 'chapter_sort_book' => 'Seřadit knihy', // Pages 'page' => 'Stránka', @@ -202,19 +203,19 @@ return [ 'pages_edit_draft_save_at' => 'Koncept uložen v ', 'pages_edit_delete_draft' => 'Odstranit koncept', 'pages_edit_discard_draft' => 'Zahodit koncept', - 'pages_edit_switch_to_markdown' => 'Switch to Markdown Editor', - 'pages_edit_switch_to_markdown_clean' => '(Clean Content)', - 'pages_edit_switch_to_markdown_stable' => '(Stable Content)', - 'pages_edit_switch_to_wysiwyg' => 'Switch to WYSIWYG Editor', + 'pages_edit_switch_to_markdown' => 'Přepnout na Markdown Editor', + 'pages_edit_switch_to_markdown_clean' => '(Vytvořený obsah)', + 'pages_edit_switch_to_markdown_stable' => '(Stabilní obsah)', + 'pages_edit_switch_to_wysiwyg' => 'Přepnout na WYSIWYG Editor', 'pages_edit_set_changelog' => 'Nastavit protokol změn', 'pages_edit_enter_changelog_desc' => 'Zadejte stručný popis změn, které jste provedli', 'pages_edit_enter_changelog' => 'Zadejte protokol změn', - 'pages_editor_switch_title' => 'Switch Editor', - 'pages_editor_switch_are_you_sure' => 'Are you sure you want to change the editor for this page?', - 'pages_editor_switch_consider_following' => 'Consider the following when changing editors:', - 'pages_editor_switch_consideration_a' => 'Once saved, the new editor option will be used by any future editors, including those that may not be able to change editor type themselves.', - 'pages_editor_switch_consideration_b' => 'This can potentially lead to a loss of detail and syntax in certain circumstances.', - 'pages_editor_switch_consideration_c' => 'Tag or changelog changes, made since last save, won\'t persist across this change.', + 'pages_editor_switch_title' => 'Přepnout editor', + 'pages_editor_switch_are_you_sure' => 'Jste si jisti, že chcete změnit editor této stránky?', + 'pages_editor_switch_consider_following' => 'Při změně editorů zvažte následující:', + 'pages_editor_switch_consideration_a' => 'Po uložení bude nová možnost editoru použita všemi budoucími editory, včetně těch, které nemusí být schopny změnit typ editoru.', + 'pages_editor_switch_consideration_b' => 'To může za určitých okolností vést ke ztrátě podrobností a syntaxe.', + 'pages_editor_switch_consideration_c' => 'Změny tagu nebo seznamu změn, provedené od posledního uložení, nebudou přetrvávat po celé této změně.', 'pages_save' => 'Uložit stránku', 'pages_title' => 'Nadpis stránky', 'pages_name' => 'Název stránky', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'Vložit obrázek', 'pages_md_insert_link' => 'Vložit odkaz na entitu', 'pages_md_insert_drawing' => 'Vložit kresbu', + 'pages_md_show_preview' => 'Zobrazit náhled', + 'pages_md_sync_scroll' => 'Synchronizovat náhled', 'pages_not_in_chapter' => 'Stránka není v kapitole', 'pages_move' => 'Přesunout stránku', 'pages_move_success' => 'Stránka přesunuta do ":parentName"', @@ -233,15 +236,17 @@ return [ 'pages_permissions_success' => 'Oprávnění stránky byla aktualizována', 'pages_revision' => 'Revize', 'pages_revisions' => 'Revize stránky', + 'pages_revisions_desc' => 'Níže uvedené jsou všechny minulé revize této stránky. Můžete se podívat zpět, porovnat a obnovit staré verze stránek, pokud to dovolí oprávnění. Úplná historie stránky nemusí být plně zohledněna, protože v závislosti na konfiguraci systému mohou být staré revize automaticky smazány.', 'pages_revisions_named' => 'Revize stránky pro :pageName', 'pages_revision_named' => 'Revize stránky pro :pageName', 'pages_revision_restored_from' => 'Obnoveno z #:id; :summary', 'pages_revisions_created_by' => 'Vytvořeno uživatelem', 'pages_revisions_date' => 'Datum revize', 'pages_revisions_number' => 'Č. ', + 'pages_revisions_sort_number' => 'Číslo revize', 'pages_revisions_numbered' => 'Revize č. :id', 'pages_revisions_numbered_changes' => 'Změny revize č. :id', - 'pages_revisions_editor' => 'Editor Type', + 'pages_revisions_editor' => 'Typ editoru', 'pages_revisions_changelog' => 'Protokol změn', 'pages_revisions_changes' => 'Změny', 'pages_revisions_current' => 'Aktuální verze', @@ -252,7 +257,7 @@ return [ 'pages_edit_content_link' => 'Upravit obsah', 'pages_permissions_active' => 'Oprávnění stránky byla aktivována', 'pages_initial_revision' => 'První vydání', - 'pages_references_update_revision' => 'System auto-update of internal links', + 'pages_references_update_revision' => 'Automatická aktualizace interních odkazů', 'pages_initial_name' => 'Nová stránka', 'pages_editing_draft_notification' => 'Právě upravujete koncept, který byl uložen :timeDiff.', 'pages_draft_edited_notification' => 'Tato stránka se od té doby změnila. Je doporučeno aktuální koncept zahodit.', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'Štítky knihovny', 'tag' => 'Štítek', 'tags' => 'Štítky', + 'tags_index_desc' => 'Tagy mohou být použity pro obsah v rámci systému pro pružnou formu kategorizace. Tagy mohou mít klíč i hodnotu, přičemž hodnota je nepovinná. Po aplikaci může být obsah dotazován pomocí názvu a hodnoty štítku.', 'tag_name' => 'Název štítku', 'tag_value' => 'Hodnota štítku (volitelné)', 'tags_explain' => "Přidejte si štítky pro lepší kategorizaci knih. \n Štítky mohou nést i hodnotu pro detailnější klasifikaci.", @@ -356,27 +362,27 @@ return [ 'revision_cannot_delete_latest' => 'Nelze odstranit poslední revizi.', // Copy view - 'copy_consider' => 'Please consider the below when copying content.', + 'copy_consider' => 'Při kopírování obsahu zvažte prosím níže.', 'copy_consider_permissions' => 'Vlastní nastavení oprávnění nebudou zkopírovány.', 'copy_consider_owner' => 'Stanete se vlastníkem veškerého kopírovaného obsahu.', - '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_images' => 'Soubory obrázků stránky nebudou duplikovány a původní obrázky si zachovají jejich vztah ke stránce, na kterou byly původně nahrány.', 'copy_consider_attachments' => 'Přílohy stránky nebudou zkopírovány.', 'copy_consider_access' => 'Po změně umístění, vlastníka nebo oprávnění může dojít k tomu, že obsah může být přístupný těm, kteří přístup dříve něměli.', // Conversions - 'convert_to_shelf' => 'Convert to Shelf', - 'convert_to_shelf_contents_desc' => 'You can convert this book to a new shelf with the same contents. Chapters contained within this book will be converted to new books. If this book contains any pages, that are not in a chapter, this book will be renamed and contain such pages, and this book will become part of the new shelf.', - 'convert_to_shelf_permissions_desc' => 'Any permissions set on this book will be copied to the new shelf and to all new child books that don\'t have their own permissions enforced. Note that permissions on shelves do not auto-cascade to content within, as they do for books.', - 'convert_book' => 'Convert Book', - 'convert_book_confirm' => 'Are you sure you want to convert this book?', - 'convert_undo_warning' => 'This cannot be as easily undone.', - 'convert_to_book' => 'Convert to Book', - 'convert_to_book_desc' => 'You can convert this chapter to a new book with the same contents. Any permissions set on this chapter will be copied to the new book but any inherited permissions, from the parent book, will not be copied which could lead to a change of access control.', - 'convert_chapter' => 'Convert Chapter', - 'convert_chapter_confirm' => 'Are you sure you want to convert this chapter?', + 'convert_to_shelf' => 'Převést na knihovnu', + 'convert_to_shelf_contents_desc' => 'Tuto knihu můžete převést na novou knihovnu se stejným obsahem. Kapitoly obsažené v této knize budou převedeny na nové knihy. Pokud tato kniha obsahuje jakékoli stránky, které nejsou uvedeny v kapitole, Tato kniha bude přejmenována a bude obsahovat tyto stránky a tato kniha se stane součástí nové knihovny.', + 'convert_to_shelf_permissions_desc' => 'Veškerá oprávnění nastavená v této knize budou zkopírována do nové knihovny a do všech nových podřazených knih, které nemají vlastní oprávnění. Všimněte si, že oprávnění na regálech neobsahují automatickou kaskádu na obsah, jak to dělají pro knihy.', + 'convert_book' => 'Převést knihu', + 'convert_book_confirm' => 'Opravdu chcete převést tuto knihu?', + 'convert_undo_warning' => 'To nelze tak snadno vrátit zpět.', + 'convert_to_book' => 'Převést knihu', + 'convert_to_book_desc' => 'Tuto kapitolu můžete převést na novou knihu se stejným obsahem. Veškerá oprávnění nastavená v této kapitole budou zkopírována do nové knihy, ale všechna zděděná oprávnění, z nadřazené knihy nebudou kopírovány, což by mohlo vést ke změně kontroly přístupu.', + 'convert_chapter' => 'Převést kapitolu', + 'convert_chapter_confirm' => 'Jste si jisti, že chcete převést tuto kapitolu?', // References - 'references' => 'References', - 'references_none' => 'There are no tracked references to this item.', - 'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.', + 'references' => 'Odkazy', + 'references_none' => 'Nebyly nalezeny žádné odkazy na tuto položku.', + 'references_to_desc' => 'Níže jsou uvedeny všechny známé stránky systému, které odkazují na tuto položku.', ]; diff --git a/resources/lang/cs/errors.php b/resources/lang/cs/errors.php index 942894c94..469c7c534 100644 --- a/resources/lang/cs/errors.php +++ b/resources/lang/cs/errors.php @@ -23,10 +23,10 @@ return [ 'saml_no_email_address' => 'Nelze najít e-mailovou adresu pro tohoto uživatele v datech poskytnutých externím přihlašovacím systémem', 'saml_invalid_response_id' => 'Požadavek z externího ověřovacího systému nebyl rozpoznám procesem, který tato aplikace spustila. Tento problém může způsobit stisknutí tlačítka Zpět po přihlášení.', 'saml_fail_authed' => 'Přihlášení pomocí :system selhalo, systém neposkytl úspěšnou autorizaci', - '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', + 'oidc_already_logged_in' => 'Již jste přihlášeni', + 'oidc_user_not_registered' => 'Uživatel :name není registrován a automatická registrace je zakázána', + 'oidc_no_email_address' => 'Nelze najít e-mailovou adresu pro tohoto uživatele v datech poskytnutých externím přihlašovacím systémem', + 'oidc_fail_authed' => 'Přihlášení pomocí :system selhalo, systém neposkytl úspěšnou autorizaci', 'social_no_action_defined' => 'Nebyla zvolena žádá akce', 'social_login_bad_response' => "Nastala chyba během přihlašování přes :socialAccount \n:error", 'social_account_in_use' => 'Tento účet na :socialAccount se již používá. Pokuste se s ním přihlásit volbou Přihlásit přes :socialAccount.', @@ -58,7 +58,7 @@ return [ // Entities 'entity_not_found' => 'Prvek nenalezen', - 'bookshelf_not_found' => 'Shelf not found', + 'bookshelf_not_found' => 'Knihovna nenalezena', 'book_not_found' => 'Kniha nenalezena', 'page_not_found' => 'Stránka nenalezena', 'chapter_not_found' => 'Kapitola nenalezena', diff --git a/resources/lang/cs/passwords.php b/resources/lang/cs/passwords.php index 40b12b607..9dc1c0fc3 100644 --- a/resources/lang/cs/passwords.php +++ b/resources/lang/cs/passwords.php @@ -6,8 +6,8 @@ */ return [ - 'password' => 'Heslo musí mít alespoň osm znaků a musí odpovídat potvrzení hesla.', - 'user' => "Nemůžeme nalézt uživatele s touto e-mailovou adresou.", + 'password' => 'Heslo musí mít alespoň osm znaků a shodovat se v obou polích.', + 'user' => "Uživatel s touto e-mailovou adresou nebyl nalezen.", 'token' => 'Token pro obnovení hesla není platný pro tuto e-mailovou adresu.', 'sent' => 'Poslali jsme Vám e-mail s odkazem pro obnovení hesla!', 'reset' => 'Vaše heslo bylo obnoveno!', diff --git a/resources/lang/cs/preferences.php b/resources/lang/cs/preferences.php new file mode 100644 index 000000000..6727470cf --- /dev/null +++ b/resources/lang/cs/preferences.php @@ -0,0 +1,18 @@ + 'Zkratky', + 'shortcuts_interface' => 'Zobrazit klávesové zkratky', + 'shortcuts_toggle_desc' => 'Zde můžete povolit nebo zakázat klávesové zkratky systémového rozhraní používané pro navigaci a akce.', + 'shortcuts_customize_desc' => 'Po výběru vstupu pro zástupce si můžete přizpůsobit všechny klávesové zkratky.', + 'shortcuts_toggle_label' => 'Klávesové zkratky povoleny', + 'shortcuts_section_navigation' => 'Navigace', + 'shortcuts_section_actions' => 'Společné akce', + 'shortcuts_save' => 'Uložit zkratky', + 'shortcuts_overlay_desc' => 'Poznámka: Když jsou povoleny zkratky, je k dispozici pomocný překryv stisknutím "? která zvýrazní dostupné zkratky pro akce viditelné na obrazovce.', + 'shortcuts_update_success' => 'Nastavení pro zkratky bylo aktualizováno!', +]; \ No newline at end of file diff --git a/resources/lang/cs/settings.php b/resources/lang/cs/settings.php index cb4d21f14..5f16b3a64 100644 --- a/resources/lang/cs/settings.php +++ b/resources/lang/cs/settings.php @@ -10,8 +10,8 @@ return [ 'settings' => 'Nastavení', 'settings_save' => 'Uložit nastavení', 'settings_save_success' => 'Nastavení uloženo', - 'system_version' => 'System Version', - 'categories' => 'Categories', + 'system_version' => 'Verze systému: ', + 'categories' => 'Kategorie', // App Settings 'app_customization' => 'Přizpůsobení', @@ -27,8 +27,8 @@ return [ 'app_secure_images' => 'Nahrávat obrázky neveřejně a zabezpečeně', 'app_secure_images_toggle' => 'Zapnout bezpečnější nahrávání obrázků', 'app_secure_images_desc' => 'Z výkonnostních důvodů jsou všechny obrázky veřejně dostupné. Tato volba přidá do adresy obrázku náhodný řetězec, aby nikdo neodhadnul adresu obrázku. Ujistěte se, že server nezobrazuje v adresáři seznam souborů, což by přístup k přístup opět otevřelo.', - 'app_default_editor' => 'Default Page Editor', - 'app_default_editor_desc' => 'Select which editor will be used by default when editing new pages. This can be overridden at a page level where permissions allow.', + 'app_default_editor' => 'Výchozí editor', + 'app_default_editor_desc' => 'Vyberte, který editor bude použit ve výchozím nastavení při úpravách nových stránek. To může být přepsáno na úrovni stránky, kde to dovolují oprávnění.', 'app_custom_html' => 'Vlastní obsah hlavičky HTML', 'app_custom_html_desc' => 'Cokoliv sem napíšete bude přidáno na konec sekce
v každém místě této aplikace. To se hodí pro přidávání nebo změnu CSS stylů nebo přidání kódu pro analýzu používání (např.: google analytics.).', 'app_custom_html_disabled_notice' => 'Na této stránce nastavení je zakázán vlastní obsah HTML hlavičky, aby bylo zajištěno, že bude možné vrátit případnou problematickou úpravu.', @@ -89,10 +89,10 @@ return [ 'maint_send_test_email_mail_text' => 'Gratulujeme! Protože jste dostali tento e-mail, zdá se, že nastavení e-mailů je v pořádku.', 'maint_recycle_bin_desc' => 'Odstraněné knihovny, knihy, kapitoly a stránky se přesouvají do Koše, aby je bylo možné obnovit nebo trvale smazat. Starší položky v koši mohou být po čase automaticky odstraněny v závislosti na konfiguraci systému.', 'maint_recycle_bin_open' => 'Otevřít Koš', - 'maint_regen_references' => 'Regenerate References', - 'maint_regen_references_desc' => 'This action will rebuild the cross-item reference index within the database. This is usually handled automatically but this action can be useful to index old content or content added via unofficial methods.', - 'maint_regen_references_success' => 'Reference index has been regenerated!', - 'maint_timeout_command_note' => 'Note: This action can take time to run, which can lead to timeout issues in some web environments. As an alternative, this action be performed using a terminal command.', + 'maint_regen_references' => 'Přegenerovat odkazy', + 'maint_regen_references_desc' => 'Tato akce obnoví referenční index křížových položek v rámci databáze. Toto je obvykle zpracováno automaticky, ale tato akce může být užitečná pro indexování starého obsahu nebo obsahu přidaného neoficiálními metodami.', + 'maint_regen_references_success' => 'Referenční index byl obnoven!', + 'maint_timeout_command_note' => 'Poznámka: Tato akce může trvat nějakou dobu, což může vést k vypršení časového limitu v některých webových prostředích. Alternativně se tato akce provádí pomocí příkazu terminálu.', // Recycle Bin 'recycle_bin' => 'Koš', @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'Role', 'role_user_roles' => 'Uživatelské role', + 'roles_index_desc' => 'Role se používají ke sdružování uživatelů a k poskytování systémových oprávnění jejich členům. Pokud je uživatel členem více rolí, udělená oprávnění budou uložena a uživatel zdědí všechny schopnosti.', + 'roles_x_users_assigned' => '1 přiřazený uživatel|:count přiřazených uživatelů', + 'roles_x_permissions_provided' => '1 oprávnění|:count oprávnění', + 'roles_assigned_users' => 'Přiřazení uživatelé', + 'roles_permissions_provided' => 'Poskytnutá oprávnění', 'role_create' => 'Vytvořit novou roli', 'role_create_success' => 'Role byla vytvořena', 'role_delete' => 'Odstranit roli', @@ -156,12 +161,12 @@ return [ 'role_access_api' => 'Přístup k systémovému API', 'role_manage_settings' => 'Správa nastavení aplikace', 'role_export_content' => 'Exportovat obsah', - 'role_editor_change' => 'Change page editor', + 'role_editor_change' => 'Změnit editor stránek', 'role_asset' => 'Obsahová oprávnění', 'roles_system_warning' => 'Berte na vědomí, že přístup k některému ze tří výše uvedených oprávnění může uživateli umožnit změnit svá vlastní oprávnění nebo oprávnění ostatních uživatelů v systému. Přiřazujte role s těmito oprávněními pouze důvěryhodným uživatelům.', 'role_asset_desc' => 'Tato oprávnění řídí přístup k obsahu napříč systémem. Specifická oprávnění na knihách, kapitolách a stránkách převáží tato nastavení.', 'role_asset_admins' => 'Administrátoři automaticky dostávají přístup k veškerému obsahu, ale tyto volby mohou ukázat nebo skrýt volby v uživatelském rozhraní.', - 'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.', + 'role_asset_image_view_note' => 'To se týká viditelnosti ve správci obrázků. Skutečný přístup k nahraným souborům obrázků bude záviset na možnosti uložení systémových obrázků.', 'role_all' => 'Vše', 'role_own' => 'Vlastní', 'role_controlled_by_asset' => 'Řídí se obsahem, do kterého jsou nahrávány', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'Uživatelé', + 'users_index_desc' => 'Vytváření a správa jednotlivých uživatelských účtů v rámci systému. Uživatelské účty jsou používány pro přihlášení a přiřazování obsahu a aktivity. Přístupová práva jsou primárně založena na roli, ale vlastnictví obsahu uživatele může kromě jiných faktorů také ovlivnit oprávnění a přístup.', 'user_profile' => 'Profil uživatele', 'users_add_new' => 'Přidat nového uživatele', 'users_search' => 'Vyhledávání uživatelů', @@ -182,7 +188,7 @@ return [ 'users_role' => 'Uživatelské role', 'users_role_desc' => 'Zvolte role, do kterých chcete uživatele zařadit. Pokud bude uživatel zařazen do více rolí, oprávnění z těchto rolí se sloučí a uživateli bude dovoleno vše, k čemu mají jednotlivé role oprávnění.', 'users_password' => 'Heslo uživatele', - 'users_password_desc' => 'Set a password used to log-in to the application. This must be at least 8 characters long.', + 'users_password_desc' => 'Zadejte heslo pro přihlášení do aplikace. Heslo musí být nejméně 8 znaků dlouhé.', 'users_send_invite_text' => 'Uživateli můžete poslat pozvánku e-mailem, která umožní uživateli, aby si zvolil sám svoje heslo do aplikace a nebo můžete zadat heslo sami.', 'users_send_invite_option' => 'Poslat uživateli pozvánku e-mailem', 'users_external_auth_id' => 'Přihlašovací identifikátor třetích stran', @@ -241,30 +247,32 @@ return [ // Webhooks 'webhooks' => 'Webhooky', + 'webhooks_index_desc' => 'Webhooks jsou způsob, jak odeslat data na externí URL, pokud se vyskytnou určité akce a události v systému, které umožňují integraci událostí s externími platformami, jako jsou systémy zasílání zpráv nebo oznámení.', + 'webhooks_x_trigger_events' => '1 spouštěcí událost|:count spouštěcí události', 'webhooks_create' => 'Vytvořit nový webhook', 'webhooks_none_created' => 'Žádné webhooky nebyly doposud vytvořeny.', 'webhooks_edit' => 'Upravit webhook', 'webhooks_save' => 'Uložit webhook', 'webhooks_details' => 'Podrobnosti webhooku', - 'webhooks_details_desc' => 'Provide a user friendly name and a POST endpoint as a location for the webhook data to be sent to.', + 'webhooks_details_desc' => 'Zadejte uživatelsky přívětivé jméno a koncový bod POST jako umístění pro zasílání dat webhooku.', 'webhooks_events' => 'Události webhooku', - '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' => 'Vyberte všechny události, které by měly spustit tento webhook pro volání.', + 'webhooks_events_warning' => 'Mějte na paměti, že tyto události budou spouštěny pro všechny vybrané události, i když budou použita vlastní oprávnění. Zajistěte, aby používání tohoto webového háčku nezobrazovalo důvěrné obsahy.', 'webhooks_events_all' => 'Všechny události systému', 'webhooks_name' => 'Název webhooku', - 'webhooks_timeout' => 'Webhook Request Timeout (Seconds)', - 'webhooks_endpoint' => 'Webhook Endpoint', + 'webhooks_timeout' => 'Časový limit požadavku Webhook (sekundy)', + 'webhooks_endpoint' => 'Koncový bod webhooku', 'webhooks_active' => 'Webhook aktivní', 'webhook_events_table_header' => 'Události', 'webhooks_delete' => 'Odstranit webhook', 'webhooks_delete_warning' => 'Webhook s názvem \':webhookName\' bude úplně odstraněn ze systému.', 'webhooks_delete_confirm' => 'Opravdu chcete odstranit tento webhook?', 'webhooks_format_example' => 'Příklad formátu webhooku', - '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' => 'Webový háček je odesílán jako POST požadavek na konfigurovaný koncový bod ve formátu JSON ve formátu níže. Vlastnosti "related_item" a "url" jsou volitelné a budou záviset na typu události spuštěné.', + 'webhooks_status' => 'Stav webhooku', + 'webhooks_last_called' => 'Poslední volání:', + 'webhooks_last_errored' => 'Poslední chyba:', + 'webhooks_last_error_message' => 'Poslední chybová zpráva', //! If editing translations files directly please ignore this in all diff --git a/resources/lang/cs/validation.php b/resources/lang/cs/validation.php index 441fd30c8..83929cc88 100644 --- a/resources/lang/cs/validation.php +++ b/resources/lang/cs/validation.php @@ -32,7 +32,7 @@ return [ 'digits_between' => ':attribute musí být dlouhé nejméně :min a nejvíce :max pozic.', 'email' => ':attribute není platný formát.', 'ends_with' => ':attribute musí končit jednou z následujících hodnot: :values', - 'file' => 'The :attribute must be provided as a valid file.', + 'file' => ':attribute musí být zadán jako platný soubor.', 'filled' => ':attribute musí být vyplněno.', 'gt' => [ 'numeric' => ':attribute musí být větší než :value.', diff --git a/resources/lang/cy/auth.php b/resources/lang/cy/auth.php index bb008578e..6be963080 100644 --- a/resources/lang/cy/auth.php +++ b/resources/lang/cy/auth.php @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'Email confirmation required but the system could not send the email. Contact the admin to ensure email is set up correctly.', 'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.', 'email_confirm_resent' => 'Confirmation email resent, Please check your inbox.', + 'email_confirm_thanks' => 'Thanks for confirming!', + 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'Email Address Not Confirmed', 'email_not_confirmed_text' => 'Your email address has not yet been confirmed.', diff --git a/resources/lang/cy/common.php b/resources/lang/cy/common.php index 703a70c7e..c74dcc907 100644 --- a/resources/lang/cy/common.php +++ b/resources/lang/cy/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'Actions', 'view' => 'View', 'view_all' => 'View All', + 'new' => 'New', 'create' => 'Create', 'update' => 'Update', 'edit' => 'Edit', @@ -80,12 +81,14 @@ return [ 'none' => 'None', // Header + 'homepage' => 'Homepage', 'header_menu_expand' => 'Expand Header Menu', 'profile_menu' => 'Profile Menu', 'view_profile' => 'View Profile', 'edit_profile' => 'Edit Profile', 'dark_mode' => 'Dark Mode', 'light_mode' => 'Light Mode', + 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'Info', diff --git a/resources/lang/cy/editor.php b/resources/lang/cy/editor.php index faf351da2..670c1c5e1 100644 --- a/resources/lang/cy/editor.php +++ b/resources/lang/cy/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Text to display', 'title' => 'Title', - 'open_link' => 'Open link in...', + 'open_link' => 'Open link', + 'open_link_in' => 'Open link in...', 'open_link_current' => 'Current window', 'open_link_new' => 'New window', + 'remove_link' => 'Remove link', 'insert_collapsible' => 'Insert collapsible block', 'collapsible_unwrap' => 'Unwrap', 'edit_label' => 'Edit label', diff --git a/resources/lang/cy/entities.php b/resources/lang/cy/entities.php index bf6201900..fa2586f8d 100644 --- a/resources/lang/cy/entities.php +++ b/resources/lang/cy/entities.php @@ -50,6 +50,7 @@ return [ 'permissions_role_everyone_else' => 'Everyone Else', 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', 'permissions_role_override' => 'Override permissions for role', + 'permissions_inherit_defaults' => 'Inherit defaults', // Search 'search_results' => 'Search Results', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'Insert Image', 'pages_md_insert_link' => 'Insert Entity Link', 'pages_md_insert_drawing' => 'Insert Drawing', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'Page is not in a chapter', 'pages_move' => 'Move Page', 'pages_move_success' => 'Page moved to ":parentName"', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'Page permissions updated', 'pages_revision' => 'Revision', 'pages_revisions' => 'Page Revisions', + 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', '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_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'Revision #:id', 'pages_revisions_numbered_changes' => 'Revision #:id Changes', 'pages_revisions_editor' => 'Editor Type', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'Shelf Tags', 'tag' => 'Tag', 'tags' => 'Tags', + 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', '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.", diff --git a/resources/lang/cy/preferences.php b/resources/lang/cy/preferences.php new file mode 100644 index 000000000..e9a47461b --- /dev/null +++ b/resources/lang/cy/preferences.php @@ -0,0 +1,18 @@ + 'Shortcuts', + 'shortcuts_interface' => 'Interface Keyboard Shortcuts', + 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', + 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', + 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', + 'shortcuts_section_navigation' => 'Navigation', + 'shortcuts_section_actions' => 'Common Actions', + 'shortcuts_save' => 'Save Shortcuts', + 'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.', + 'shortcuts_update_success' => 'Shortcut preferences have been updated!', +]; \ No newline at end of file diff --git a/resources/lang/cy/settings.php b/resources/lang/cy/settings.php index 1ad271e7c..f4204dd68 100644 --- a/resources/lang/cy/settings.php +++ b/resources/lang/cy/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'Roles', 'role_user_roles' => 'User Roles', + 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', + 'roles_x_users_assigned' => '1 user assigned|:count users assigned', + 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_assigned_users' => 'Assigned Users', + 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'Create New Role', 'role_create_success' => 'Role successfully created', 'role_delete' => 'Delete Role', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'Users', + 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'User Profile', 'users_add_new' => 'Add New User', 'users_search' => 'Search Users', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'Webhooks', + 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', + 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', 'webhooks_create' => 'Create New Webhook', 'webhooks_none_created' => 'No webhooks have yet been created.', 'webhooks_edit' => 'Edit Webhook', diff --git a/resources/lang/da/auth.php b/resources/lang/da/auth.php index 43a3f3378..2d2b7bebb 100644 --- a/resources/lang/da/auth.php +++ b/resources/lang/da/auth.php @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'E-Mail-bekræftelse kræves, men systemet kunne ikke sende E-Mailen. Kontakt administratoren for at sikre, at E-Mail er konfigureret korrekt.', 'email_confirm_success' => 'Din email er blevet bekræftet! Du bør nu kune logge ind med denne emailadresse.', 'email_confirm_resent' => 'Bekræftelsesmail sendt, tjek venligst din indboks.', + 'email_confirm_thanks' => 'Thanks for confirming!', + 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'E-Mail adresse ikke bekræftet', 'email_not_confirmed_text' => 'Din E-Mail adresse er endnu ikke blevet bekræftet.', diff --git a/resources/lang/da/common.php b/resources/lang/da/common.php index bcd02dfc6..be8065dc8 100644 --- a/resources/lang/da/common.php +++ b/resources/lang/da/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'Handlinger', 'view' => 'Vis', 'view_all' => 'Vis alle', + 'new' => 'New', 'create' => 'Opret', 'update' => 'Opdater', 'edit' => 'Rediger', @@ -80,12 +81,14 @@ return [ 'none' => 'Ingen', // Header + 'homepage' => 'Homepage', 'header_menu_expand' => 'Udvid header menu', 'profile_menu' => 'Profilmenu', 'view_profile' => 'Vis profil', 'edit_profile' => 'Redigér Profil', 'dark_mode' => 'Mørk tilstand', 'light_mode' => 'Lys tilstand', + 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'Info', diff --git a/resources/lang/da/editor.php b/resources/lang/da/editor.php index c925391d5..38638ba86 100644 --- a/resources/lang/da/editor.php +++ b/resources/lang/da/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Tekst til visning', 'title' => 'Titel', - 'open_link' => 'Åben link i...', + 'open_link' => 'Open link', + 'open_link_in' => 'Open link in...', 'open_link_current' => 'Nuværende vindue', 'open_link_new' => 'Nyt vindue', + 'remove_link' => 'Remove link', 'insert_collapsible' => 'Insert collapsible block', 'collapsible_unwrap' => 'Unwrap', 'edit_label' => 'Edit label', diff --git a/resources/lang/da/entities.php b/resources/lang/da/entities.php index 22e850d5c..e0a95478c 100644 --- a/resources/lang/da/entities.php +++ b/resources/lang/da/entities.php @@ -50,6 +50,7 @@ return [ 'permissions_role_everyone_else' => 'Everyone Else', 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', 'permissions_role_override' => 'Override permissions for role', + 'permissions_inherit_defaults' => 'Inherit defaults', // Search 'search_results' => 'Søgeresultater', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'Indsæt billede', 'pages_md_insert_link' => 'Indsæt emnelink', 'pages_md_insert_drawing' => 'Indsæt tegning', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'Side er ikke i et kapitel', 'pages_move' => 'Flyt side', 'pages_move_success' => 'Flyt side til ":parentName"', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'Sidetilladelser opdateret', 'pages_revision' => 'Revision', 'pages_revisions' => 'Sidserevisioner', + 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', 'pages_revisions_named' => 'Siderevisioner for :pageName', 'pages_revision_named' => 'Siderevision for :pageName', 'pages_revision_restored_from' => 'Genoprettet fra #:id; :summary', 'pages_revisions_created_by' => 'Oprettet af', 'pages_revisions_date' => 'Revisionsdato', 'pages_revisions_number' => '#', + 'pages_revisions_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'Revision #:id', 'pages_revisions_numbered_changes' => 'Revision #:id ændringer', 'pages_revisions_editor' => 'Editor Type', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'Reoltags', 'tag' => 'Tag', 'tags' => 'Tags', + 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', 'tag_name' => 'Tagnavn', 'tag_value' => 'Tagværdi (valgfri)', 'tags_explain' => "Tilføj nogle tags for bedre at kategorisere dit indhold. \n Du kan tildele en værdi til et tag for mere dybdegående organisering.", diff --git a/resources/lang/da/preferences.php b/resources/lang/da/preferences.php new file mode 100644 index 000000000..e9a47461b --- /dev/null +++ b/resources/lang/da/preferences.php @@ -0,0 +1,18 @@ + 'Shortcuts', + 'shortcuts_interface' => 'Interface Keyboard Shortcuts', + 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', + 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', + 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', + 'shortcuts_section_navigation' => 'Navigation', + 'shortcuts_section_actions' => 'Common Actions', + 'shortcuts_save' => 'Save Shortcuts', + 'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.', + 'shortcuts_update_success' => 'Shortcut preferences have been updated!', +]; \ No newline at end of file diff --git a/resources/lang/da/settings.php b/resources/lang/da/settings.php index ed882615b..5d5396cf6 100644 --- a/resources/lang/da/settings.php +++ b/resources/lang/da/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'Roller', 'role_user_roles' => 'Brugerroller', + 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', + 'roles_x_users_assigned' => '1 user assigned|:count users assigned', + 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_assigned_users' => 'Assigned Users', + 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'Opret en ny rolle', 'role_create_success' => 'Rollen blev oprette korrekt', 'role_delete' => 'Slet rolle', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'Brugere', + 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'Brugerprofil', 'users_add_new' => 'Tilføj ny bruger', 'users_search' => 'Søg efter brugere', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'Webhooks', + 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', + 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', 'webhooks_create' => 'Opret ny Webhook', 'webhooks_none_created' => 'Ingen webhooks er blevet oprettet endnu.', 'webhooks_edit' => 'Rediger Webhook', diff --git a/resources/lang/de/auth.php b/resources/lang/de/auth.php index f72ef56e3..85480f5ea 100644 --- a/resources/lang/de/auth.php +++ b/resources/lang/de/auth.php @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'Leider konnte die für die Registrierung notwendige E-Mail zur Bestätigung Ihrer E-Mail-Adresse nicht versandt werden. Bitte kontaktieren Sie den Systemadministrator!', 'email_confirm_success' => 'Ihre E-Mail wurde bestätigt! Sie sollten nun in der Lage sein, sich mit dieser E-Mail-Adresse anzumelden.', 'email_confirm_resent' => 'Bestätigungs-E-Mail wurde erneut versendet, bitte überprüfen Sie Ihren Posteingang.', + 'email_confirm_thanks' => 'Thanks for confirming!', + 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'E-Mail-Adresse ist nicht bestätigt', 'email_not_confirmed_text' => 'Ihre E-Mail-Adresse ist bisher nicht bestätigt.', diff --git a/resources/lang/de/common.php b/resources/lang/de/common.php index 645c4ad58..3ca22701a 100644 --- a/resources/lang/de/common.php +++ b/resources/lang/de/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'Aktionen', 'view' => 'Anzeigen', 'view_all' => 'Alle anzeigen', + 'new' => 'New', 'create' => 'Erstellen', 'update' => 'Aktualisieren', 'edit' => 'Bearbeiten', @@ -80,12 +81,14 @@ return [ 'none' => 'Nichts', // Header + 'homepage' => 'Homepage', 'header_menu_expand' => 'Header-Menü erweitern', 'profile_menu' => 'Profilmenü', 'view_profile' => 'Profil ansehen', 'edit_profile' => 'Profil bearbeiten', 'dark_mode' => 'Dunkler Modus', 'light_mode' => 'Heller Modus', + 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'Info', diff --git a/resources/lang/de/editor.php b/resources/lang/de/editor.php index 2c14b6410..72ede3377 100644 --- a/resources/lang/de/editor.php +++ b/resources/lang/de/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Anzuzeigender Text', 'title' => 'Titel', - 'open_link' => 'Link öffnen in...', + 'open_link' => 'Open link', + 'open_link_in' => 'Open link in...', 'open_link_current' => 'Aktuelles Fenster', 'open_link_new' => 'Neues Fenster', + 'remove_link' => 'Remove link', 'insert_collapsible' => 'Einklappbarer Block einfügen', 'collapsible_unwrap' => 'Auspacken', 'edit_label' => 'Label bearbeiten', diff --git a/resources/lang/de/entities.php b/resources/lang/de/entities.php index 5e48b01e0..dad280c69 100644 --- a/resources/lang/de/entities.php +++ b/resources/lang/de/entities.php @@ -50,6 +50,7 @@ return [ 'permissions_role_everyone_else' => 'Alle anderen', 'permissions_role_everyone_else_desc' => 'Berechtigungen für alle Rollen setzen, die nicht explizit überschrieben wurden.', 'permissions_role_override' => 'Berechtigungen für Rolle überschreiben', + 'permissions_inherit_defaults' => 'Inherit defaults', // Search 'search_results' => 'Suchergebnisse', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'Bild einfügen', 'pages_md_insert_link' => 'Link zu einem Objekt einfügen', 'pages_md_insert_drawing' => 'Zeichnung einfügen', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'Seite ist in keinem Kapitel', 'pages_move' => 'Seite verschieben', 'pages_move_success' => 'Seite nach ":parentName" verschoben', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'Seiten Berechtigungen aktualisiert', 'pages_revision' => 'Version', 'pages_revisions' => 'Seitenversionen', + 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', 'pages_revisions_named' => 'Seitenversionen von ":pageName"', 'pages_revision_named' => 'Seitenversion von ":pageName"', 'pages_revision_restored_from' => 'Wiederhergestellt von #:id; :summary', 'pages_revisions_created_by' => 'Erstellt von', 'pages_revisions_date' => 'Versionsdatum', 'pages_revisions_number' => '#', + 'pages_revisions_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'Revision #:id', 'pages_revisions_numbered_changes' => 'Revision #:id Änderungen', 'pages_revisions_editor' => 'Editor-Typ', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'Regal-Schlagwörter', 'tag' => 'Schlagwort', 'tags' => 'Schlagwörter', + 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', 'tag_name' => 'Schlagwort Name', 'tag_value' => 'Inhalt (Optional)', 'tags_explain' => "Fügen Sie Schlagwörter hinzu, um Ihren Inhalt zu kategorisieren.\nSie können einen erklärenden Inhalt hinzufügen, um eine genauere Unterteilung vorzunehmen.", diff --git a/resources/lang/de/preferences.php b/resources/lang/de/preferences.php new file mode 100644 index 000000000..cc757aa9a --- /dev/null +++ b/resources/lang/de/preferences.php @@ -0,0 +1,18 @@ + 'Tastenkürzel', + 'shortcuts_interface' => 'Interface Keyboard Shortcuts', + 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', + 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', + 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', + 'shortcuts_section_navigation' => 'Navigation', + 'shortcuts_section_actions' => 'Gemeinsame Aktionen', + 'shortcuts_save' => 'Tastenkürzel speichern', + 'shortcuts_overlay_desc' => 'Hinweis: Wenn Tastenkürzel aktiviert sind, ist ein Hilfsoverlay durch Drücken von "?" verfügbar, welches die verfügbaren Tastenkürzel für Aktionen hervorhebt, die aktuell auf dem Bildschirm sichtbar sind.', + 'shortcuts_update_success' => 'Tastenkürzel Einstellungen wurden aktualisiert!', +]; \ No newline at end of file diff --git a/resources/lang/de/settings.php b/resources/lang/de/settings.php index 7a095f5b7..9d449923e 100644 --- a/resources/lang/de/settings.php +++ b/resources/lang/de/settings.php @@ -136,6 +136,11 @@ Hinweis: Benutzer können ihre E-Mail-Adresse nach erfolgreicher Registrierung // Role Settings 'roles' => 'Rollen', 'role_user_roles' => 'Benutzer-Rollen', + 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', + 'roles_x_users_assigned' => '1 user assigned|:count users assigned', + 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_assigned_users' => 'Assigned Users', + 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'Neue Rolle anlegen', 'role_create_success' => 'Rolle erfolgreich angelegt', 'role_delete' => 'Rolle löschen', @@ -175,6 +180,7 @@ Hinweis: Benutzer können ihre E-Mail-Adresse nach erfolgreicher Registrierung // Users 'users' => 'Benutzer', + 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'Benutzerprofil', 'users_add_new' => 'Benutzer hinzufügen', 'users_search' => 'Benutzer suchen', @@ -244,6 +250,8 @@ Hinweis: Benutzer können ihre E-Mail-Adresse nach erfolgreicher Registrierung // Webhooks 'webhooks' => 'Webhooks', + 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', + 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', 'webhooks_create' => 'Neuen Webhook erstellen', 'webhooks_none_created' => 'Es wurden noch keine Webhooks erstellt.', 'webhooks_edit' => 'Webhook bearbeiten', diff --git a/resources/lang/de_informal/auth.php b/resources/lang/de_informal/auth.php index 9cff7961d..5e7dca202 100644 --- a/resources/lang/de_informal/auth.php +++ b/resources/lang/de_informal/auth.php @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'Leider konnte die für die Registrierung notwendige E-Mail zur Bestätigung Deiner E-Mail-Adresse nicht versandt werden. Bitte kontaktiere den Systemadministrator!', 'email_confirm_success' => 'Ihre E-Mail wurde bestätigt! Sie sollten nun in der Lage sein, sich mit dieser E-Mail-Adresse anzumelden.', 'email_confirm_resent' => 'Bestätigungs-E-Mail wurde erneut versendet, bitte überprüfe Deinen Posteingang.', + 'email_confirm_thanks' => 'Thanks for confirming!', + 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'E-Mail-Adresse ist nicht bestätigt', 'email_not_confirmed_text' => 'Deine E-Mail-Adresse ist bisher nicht bestätigt.', diff --git a/resources/lang/de_informal/common.php b/resources/lang/de_informal/common.php index 5055c399e..80ba2fb1b 100644 --- a/resources/lang/de_informal/common.php +++ b/resources/lang/de_informal/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'Aktionen', 'view' => 'Anzeigen', 'view_all' => 'Alle anzeigen', + 'new' => 'New', 'create' => 'Anlegen', 'update' => 'Aktualisieren', 'edit' => 'Bearbeiten', @@ -80,12 +81,14 @@ return [ 'none' => 'Keine', // Header + 'homepage' => 'Homepage', 'header_menu_expand' => 'Header-Menü erweitern', 'profile_menu' => 'Profilmenü', 'view_profile' => 'Profil ansehen', 'edit_profile' => 'Profil bearbeiten', 'dark_mode' => 'Dunkler Modus', 'light_mode' => 'Heller Modus', + 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'Info', diff --git a/resources/lang/de_informal/editor.php b/resources/lang/de_informal/editor.php index f136579d8..213380b7f 100644 --- a/resources/lang/de_informal/editor.php +++ b/resources/lang/de_informal/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Anzuzeigender Text', 'title' => 'Titel', - 'open_link' => 'Link öffnen in...', + 'open_link' => 'Open link', + 'open_link_in' => 'Open link in...', 'open_link_current' => 'Aktuellem Fenster', 'open_link_new' => 'Neuem Fenster', + 'remove_link' => 'Remove link', 'insert_collapsible' => 'Einklappbaren Block einfügen', 'collapsible_unwrap' => 'Entfernen', 'edit_label' => 'Beschriftung bearbeiten', diff --git a/resources/lang/de_informal/entities.php b/resources/lang/de_informal/entities.php index 3d8842874..f6a87363b 100644 --- a/resources/lang/de_informal/entities.php +++ b/resources/lang/de_informal/entities.php @@ -42,14 +42,15 @@ return [ // Permissions and restrictions 'permissions' => 'Berechtigungen', - 'permissions_desc' => 'Set permissions here to override the default permissions provided by user roles.', - 'permissions_book_cascade' => 'Permissions set on books will automatically cascade to child chapters and pages, unless they have their own permissions defined.', - 'permissions_chapter_cascade' => 'Permissions set on chapters will automatically cascade to child pages, unless they have their own permissions defined.', + 'permissions_desc' => 'Legen Sie hier Berechtigungen fest, um die Standardberechtigungen von Benutzerrollen zu überschreiben.', + 'permissions_book_cascade' => 'In Büchern festgelegte Berechtigungen werden automatisch in untergeordnete Kapitel und Seiten kaskadiert, es sei denn, sie haben eigene Berechtigungen definiert.', + 'permissions_chapter_cascade' => 'In Kapiteln festgelegte Berechtigungen werden automatisch in untergeordnete Seiten kaskadiert, es sei denn, sie haben eigene Berechtigungen definiert.', 'permissions_save' => 'Berechtigungen speichern', 'permissions_owner' => 'Besitzer', - 'permissions_role_everyone_else' => 'Everyone Else', - 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', - 'permissions_role_override' => 'Override permissions for role', + 'permissions_role_everyone_else' => 'Alle anderen', + 'permissions_role_everyone_else_desc' => 'Berechtigungen für alle Rollen setzen, die nicht explizit überschrieben wurden.', + 'permissions_role_override' => 'Berechtigungen für Rolle überschreiben', + 'permissions_inherit_defaults' => 'Inherit defaults', // Search 'search_results' => 'Suchergebnisse', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'Bild einfügen', 'pages_md_insert_link' => 'Link zu einem Objekt einfügen', 'pages_md_insert_drawing' => 'Zeichnung einfügen', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'Seite ist in keinem Kapitel', 'pages_move' => 'Seite verschieben', 'pages_move_success' => 'Seite nach ":parentName" verschoben', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'Seiten Berechtigungen aktualisiert', 'pages_revision' => 'Version', 'pages_revisions' => 'Seitenversionen', + 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', 'pages_revisions_named' => 'Seitenversionen von ":pageName"', 'pages_revision_named' => 'Seitenversion von ":pageName"', 'pages_revision_restored_from' => 'Wiederhergestellt von #:id; :summary', 'pages_revisions_created_by' => 'Erstellt von', 'pages_revisions_date' => 'Versionsdatum', 'pages_revisions_number' => '#', + 'pages_revisions_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'Revision #:id', 'pages_revisions_numbered_changes' => 'Revision #:id Änderungen', 'pages_revisions_editor' => 'Editortyp', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'Regal-Schlagwörter', 'tag' => 'Schlagwort', 'tags' => 'Schlagwörter', + 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', 'tag_name' => 'Schlagwort Name', 'tag_value' => 'Inhalt (Optional)', 'tags_explain' => "Füge Schlagwörter hinzu, um ihren Inhalt zu kategorisieren.\nDu kannst einen erklärenden Inhalt hinzufügen, um eine genauere Unterteilung vorzunehmen.", diff --git a/resources/lang/de_informal/preferences.php b/resources/lang/de_informal/preferences.php new file mode 100644 index 000000000..cc757aa9a --- /dev/null +++ b/resources/lang/de_informal/preferences.php @@ -0,0 +1,18 @@ + 'Tastenkürzel', + 'shortcuts_interface' => 'Interface Keyboard Shortcuts', + 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', + 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', + 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', + 'shortcuts_section_navigation' => 'Navigation', + 'shortcuts_section_actions' => 'Gemeinsame Aktionen', + 'shortcuts_save' => 'Tastenkürzel speichern', + 'shortcuts_overlay_desc' => 'Hinweis: Wenn Tastenkürzel aktiviert sind, ist ein Hilfsoverlay durch Drücken von "?" verfügbar, welches die verfügbaren Tastenkürzel für Aktionen hervorhebt, die aktuell auf dem Bildschirm sichtbar sind.', + 'shortcuts_update_success' => 'Tastenkürzel Einstellungen wurden aktualisiert!', +]; \ No newline at end of file diff --git a/resources/lang/de_informal/settings.php b/resources/lang/de_informal/settings.php index fdcd31954..a8f12fa0e 100644 --- a/resources/lang/de_informal/settings.php +++ b/resources/lang/de_informal/settings.php @@ -136,6 +136,11 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung // Role Settings 'roles' => 'Rollen', 'role_user_roles' => 'Benutzer-Rollen', + 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', + 'roles_x_users_assigned' => '1 user assigned|:count users assigned', + 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_assigned_users' => 'Assigned Users', + 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'Neue Rolle anlegen', 'role_create_success' => 'Rolle erfolgreich angelegt', 'role_delete' => 'Rolle löschen', @@ -175,6 +180,7 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung // Users 'users' => 'Benutzer', + 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'Benutzerprofil', 'users_add_new' => 'Benutzer hinzufügen', 'users_search' => 'Benutzer suchen', @@ -244,6 +250,8 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung // Webhooks 'webhooks' => 'Webhooks', + 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', + 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', 'webhooks_create' => 'Neuen Webhook erstellen', 'webhooks_none_created' => 'Es wurden noch keine Webhooks erstellt.', 'webhooks_edit' => 'Webhook bearbeiten', diff --git a/resources/lang/el/auth.php b/resources/lang/el/auth.php index a4cd8e023..6f1e61db2 100644 --- a/resources/lang/el/auth.php +++ b/resources/lang/el/auth.php @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'Απαιτείται επιβεβαίωση μέσω email, αλλά το σύστημα δεν μπόρεσε να στείλει το email. Επικοινωνήστε με τον διαχειριστή για να βεβαιωθείτε ότι το email έχει ρυθμιστεί σωστά.', 'email_confirm_success' => 'Το email σας επιβεβαιώθηκε! Θα πρέπει τώρα να μπορείτε να συνδεθείτε χρησιμοποιώντας αυτήν τη διεύθυνση email.', 'email_confirm_resent' => 'Το email επιβεβαίωσης στάλθηκε εκ νέου. Ελέγξτε τα εισερχόμενά σας.', + 'email_confirm_thanks' => 'Thanks for confirming!', + 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'Η διεύθυνση email δεν επιβεβαιώθηκε', 'email_not_confirmed_text' => 'Η διεύθυνση email σας δεν έχει ακόμη επιβεβαιωθεί.', diff --git a/resources/lang/el/common.php b/resources/lang/el/common.php index 9837e53f0..02be7a661 100644 --- a/resources/lang/el/common.php +++ b/resources/lang/el/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'Ενέργειες', 'view' => 'Προβολή', 'view_all' => 'Προβολή όλων', + 'new' => 'New', 'create' => 'Δημιουργία', 'update' => 'Ενημέρωση', 'edit' => 'Επεξεργασία', @@ -80,12 +81,14 @@ return [ 'none' => 'Κανένας', // Header + 'homepage' => 'Homepage', 'header_menu_expand' => 'Αναπτύξτε το Head Menu', 'profile_menu' => 'Μενού Προφίλ', 'view_profile' => 'Προβολή προφίλ', 'edit_profile' => 'Επεξεργασία προφίλ', 'dark_mode' => 'Σκουρόχρωμη εμφάνιση', 'light_mode' => 'Ανοιχτόχρωμη εμφάνιση', + 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'Πληροφορίες', diff --git a/resources/lang/el/editor.php b/resources/lang/el/editor.php index 0f9489e8b..596a63b52 100644 --- a/resources/lang/el/editor.php +++ b/resources/lang/el/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Κείμενο εμφάνισης', 'title' => 'Τίτλος', - 'open_link' => 'Άνοιγμα συνδέσμου σε...', + 'open_link' => 'Open link', + 'open_link_in' => 'Open link in...', 'open_link_current' => 'Τρέχον παράθυρο', 'open_link_new' => 'Νέο παράθυρο', + 'remove_link' => 'Remove link', 'insert_collapsible' => 'Εισαγωγή πτυσσόμενου μπλοκ', 'collapsible_unwrap' => 'Μετατροπή πτυσσόμενου μπλοκ σε παράγραφο', 'edit_label' => 'Επεξεργασία ετικέτας', diff --git a/resources/lang/el/entities.php b/resources/lang/el/entities.php index f9f4aef70..681fefda0 100644 --- a/resources/lang/el/entities.php +++ b/resources/lang/el/entities.php @@ -50,6 +50,7 @@ return [ 'permissions_role_everyone_else' => 'Everyone Else', 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', 'permissions_role_override' => 'Override permissions for role', + 'permissions_inherit_defaults' => 'Inherit defaults', // Search 'search_results' => 'Αποτελέσματα αναζήτησης', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'Εισαγωγή Εικόνας', 'pages_md_insert_link' => 'Εισαγωγή/Επεξεργασία συνδέσμου', 'pages_md_insert_drawing' => 'Εισαγωγή Σχεδίου', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'Η σελίδα δεν είναι σε κεφάλαιο', 'pages_move' => 'Μετακίνηση Σελίδας', 'pages_move_success' => 'Η σελίδα μετακινήθηκε στο ":parentName"', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'Τα δικαιώματα σελίδας ενημερώθηκαν', 'pages_revision' => 'Αναθεώρηση', 'pages_revisions' => 'Αναθεωρήσεις Σελίδας', + 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', 'pages_revisions_named' => 'Αναθεωρήσεις σελίδας για :pageName', 'pages_revision_named' => 'Αναθεώρηση σελίδας για :pageName', 'pages_revision_restored_from' => 'Επαναφορά από #:id; :summary', 'pages_revisions_created_by' => 'Δημιουργήθηκε από', 'pages_revisions_date' => 'Ημερομηνία Αναθεώρησης', 'pages_revisions_number' => '#', + 'pages_revisions_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'Αναθεώρηση #', 'pages_revisions_numbered_changes' => 'Αναθεώρηση #:id Αλλαγές', 'pages_revisions_editor' => 'Τύπος Επεξεργαστή', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'Ετικέτες Ραφιών', 'tag' => 'Ετικέτα', 'tags' => 'Ετικέτες', + 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', 'tag_name' => 'Όνομα Ετικέτας', 'tag_value' => 'Τιμή Ετικέτας (Προαιρετικό)', 'tags_explain' => "Προσθέστε μερικές ετικέτες για να κατηγοριοποιήσετε καλύτερα το περιεχόμενό σας. \n Μπορείτε να αντιστοιχίσετε μια τιμή σε μια ετικέτα για πιο αναλυτική οργάνωση.", diff --git a/resources/lang/el/preferences.php b/resources/lang/el/preferences.php new file mode 100644 index 000000000..e9a47461b --- /dev/null +++ b/resources/lang/el/preferences.php @@ -0,0 +1,18 @@ + 'Shortcuts', + 'shortcuts_interface' => 'Interface Keyboard Shortcuts', + 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', + 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', + 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', + 'shortcuts_section_navigation' => 'Navigation', + 'shortcuts_section_actions' => 'Common Actions', + 'shortcuts_save' => 'Save Shortcuts', + 'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.', + 'shortcuts_update_success' => 'Shortcut preferences have been updated!', +]; \ No newline at end of file diff --git a/resources/lang/el/settings.php b/resources/lang/el/settings.php index 7c5f571b6..e49f57aec 100644 --- a/resources/lang/el/settings.php +++ b/resources/lang/el/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'Ρόλοι', 'role_user_roles' => 'Ρόλοι Χρηστών', + 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', + 'roles_x_users_assigned' => '1 user assigned|:count users assigned', + 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_assigned_users' => 'Assigned Users', + 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'Δημιουργία νέου ρόλου', 'role_create_success' => 'Ο Ρόλος δημιουργήθηκε με επιτυχία', 'role_delete' => 'Διαγραφή Ρόλου', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'Χρήστες', + 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'Προφίλ Χρήστη', 'users_add_new' => 'Προσθήκη νέου Χρήστη', 'users_search' => 'Αναζήτηση Χρηστών', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'Webhooks', + 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', + 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', 'webhooks_create' => 'Δημιουργία νέου Webhook', 'webhooks_none_created' => 'Δεν έχουν δημιουργηθεί ακόμη webhook.', 'webhooks_edit' => 'Επεξεργασία Webhook', diff --git a/resources/lang/es/auth.php b/resources/lang/es/auth.php index 093b7e02a..63383f1ab 100644 --- a/resources/lang/es/auth.php +++ b/resources/lang/es/auth.php @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'Confirmation de correo electrónico requerida pero el sistema no pudo enviar el correo. Contacte con el administrador para asegurarse de que el correo electrónico está configurado correctamente.', 'email_confirm_success' => '¡Tu correo electrónico ha sido confirmado! Ahora deberías poder iniciar sesión usando esta dirección de correo electrónico.', 'email_confirm_resent' => 'correo electrónico de confirmación reenviado, compruebe su bandeja de entrada.', + 'email_confirm_thanks' => '¡Gracias por confirmar!', + 'email_confirm_thanks_desc' => 'Por favor, espere un momento mientras se gestiona su confirmación. Si no es redirigido después de 3 segundos, pulse el enlace "Continuar" para continuar.', 'email_not_confirmed' => 'Dirección de Correo Electrónico no confirmada', 'email_not_confirmed_text' => 'Su Cuenta de Correo electrónico todavía no ha sido confirmada.', @@ -69,12 +71,12 @@ return [ 'email_not_confirmed_resend_button' => 'Reenviar Correo Electrónico de confirmación', // User Invite - 'user_invite_email_subject' => 'As sido invitado a unirte a :appName!', + 'user_invite_email_subject' => '¡Has sido invitado a unirte a :appName!', 'user_invite_email_greeting' => 'Se ha creado una cuenta para usted en :appName.', - 'user_invite_email_text' => 'Clica en el botón a continuación para ajustar una contraseña y poder acceder:', - 'user_invite_email_action' => 'Ajustar la Contraseña de la Cuenta', + 'user_invite_email_text' => 'Haga clic en el botón de abajo para establecer una contraseña de cuenta y obtener acceso:', + 'user_invite_email_action' => 'Establecer contraseña de la cuenta', 'user_invite_page_welcome' => '¡Bienvenido a :appName!', - 'user_invite_page_text' => 'Para completar la cuenta y tener acceso es necesario que configure una contraseña que se utilizará para entrar en :appName en futuros accesos.', + 'user_invite_page_text' => 'Para finalizar tu cuenta y obtener acceso necesitas establecer una contraseña que se utilizará para iniciar sesión en :appName en futuras visitas.', 'user_invite_page_confirm_button' => 'Confirmar Contraseña', 'user_invite_success_login' => 'Contraseña guardada, ¡ahora debería ser capaz de iniciar sesión usando su contraseña establecida para acceder a :appName!', diff --git a/resources/lang/es/common.php b/resources/lang/es/common.php index a58507bc6..c80a856cf 100644 --- a/resources/lang/es/common.php +++ b/resources/lang/es/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'Acciones', 'view' => 'Ver', 'view_all' => 'Ver todos', + 'new' => 'Nuevo', 'create' => 'Crear', 'update' => 'Actualizar', 'edit' => 'Editar', @@ -80,12 +81,14 @@ return [ 'none' => 'Ninguno', // Header + 'homepage' => 'Página de Inicio', 'header_menu_expand' => 'Expandir el Menú de la Cabecera', 'profile_menu' => 'Menú de Perfil', 'view_profile' => 'Ver Perfil', 'edit_profile' => 'Editar Perfil', 'dark_mode' => 'Modo Oscuro', 'light_mode' => 'Modo Claro', + 'global_search' => 'Búsqueda Global', // Layout tabs 'tab_info' => 'Información', diff --git a/resources/lang/es/editor.php b/resources/lang/es/editor.php index ed77927f4..1284cad61 100644 --- a/resources/lang/es/editor.php +++ b/resources/lang/es/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Texto para mostrar', 'title' => 'Titulo', - 'open_link' => 'Abrir enlace en...', + 'open_link' => 'Abrir enlace', + 'open_link_in' => 'Abrir enlace en...', 'open_link_current' => 'Ventana actual', 'open_link_new' => 'Nueva ventana', + 'remove_link' => 'Eliminar enlace', 'insert_collapsible' => 'Insertar bloque plegable', 'collapsible_unwrap' => 'Desplegar', 'edit_label' => 'Editar etiqueta', diff --git a/resources/lang/es/entities.php b/resources/lang/es/entities.php index 2887e2cc6..a149dc3e3 100644 --- a/resources/lang/es/entities.php +++ b/resources/lang/es/entities.php @@ -50,6 +50,7 @@ return [ 'permissions_role_everyone_else' => 'Todos los demás', 'permissions_role_everyone_else_desc' => 'Establecer permisos para todos los roles sin permisos específicos asignados.', 'permissions_role_override' => 'Reemplazar permisos para el rol', + 'permissions_inherit_defaults' => 'Heredar valores por defecto', // Search 'search_results' => 'Resultados de búsqueda', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'Insertar Imagen', 'pages_md_insert_link' => 'Insertar link de entidad', 'pages_md_insert_drawing' => 'Insertar Dibujo', + 'pages_md_show_preview' => 'Mostrar vista previa', + 'pages_md_sync_scroll' => 'Sincronizar desplazamiento de vista previa', 'pages_not_in_chapter' => 'La página no está en un capítulo', 'pages_move' => 'Mover página', 'pages_move_success' => 'Página movida a ":parentName"', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'Permisos de página actualizados', 'pages_revision' => 'Revisión', 'pages_revisions' => 'Revisiones de página', + 'pages_revisions_desc' => 'A continuación se listan todas las revisiones pasadas de esta página. Puede volver la vista atrás, comparar y restaurar versiones antiguas de la página si los permisos lo permiten. Es posible que el historial completo de la página no se refleje en esta sección. Dependiendo de la configuración del sistema, las viejas revisiones podrían ser eliminadas automáticamente.', 'pages_revisions_named' => 'Revisiones de página para :pageName', 'pages_revision_named' => 'Revisión de página para :pageName', 'pages_revision_restored_from' => 'Restaurado de #:id; :summary', 'pages_revisions_created_by' => 'Creado por', 'pages_revisions_date' => 'Fecha de revisión', 'pages_revisions_number' => '#', + 'pages_revisions_sort_number' => 'Número de Revisión', 'pages_revisions_numbered' => 'Revisión #:id', 'pages_revisions_numbered_changes' => 'Revisión #:id Cambios', 'pages_revisions_editor' => 'Tipo de Editor', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'Etiquetas de Estante', 'tag' => 'Etiqueta', 'tags' => 'Etiquetas', + 'tags_index_desc' => 'Las etiquetas se pueden aplicar al contenido dentro del sistema para aplicar una forma flexible de categorización. Las etiquetas pueden tener tanto una clave como un valor, siendo el valor opcional. Una vez aplicado, el contenido puede ser consultado usando el nombre y el valor de la etiqueta.', 'tag_name' => 'Nombre de la Etiqueta', 'tag_value' => 'Valor de la etiqueta (Opcional)', 'tags_explain' => "Agrege algunas etiquetas para mejorar la categorización de su contenido. \n Puede asignar un valor a una etiqueta para una organización a mayor detalle.", diff --git a/resources/lang/es/preferences.php b/resources/lang/es/preferences.php new file mode 100644 index 000000000..3735c5f2a --- /dev/null +++ b/resources/lang/es/preferences.php @@ -0,0 +1,18 @@ + 'Accesos rápidos', + 'shortcuts_interface' => 'Atajos del Teclado de la Interfaz', + 'shortcuts_toggle_desc' => 'Aquí puede activar o desactivar los accesos rápidos de la interfaz, utilizados para la navegación y las acciones.', + 'shortcuts_customize_desc' => 'Puede personalizar cada uno de los accesos directos a continuación. Simplemente pulse la combinación de teclas deseada después de seleccionar la entrada para un acceso directo.', + 'shortcuts_toggle_label' => 'Accesos directos habilitados', + 'shortcuts_section_navigation' => 'Navegación', + 'shortcuts_section_actions' => 'Acciones comunes', + 'shortcuts_save' => 'Guardar atajos', + 'shortcuts_overlay_desc' => 'Nota: Cuando se activan los accesos directos se puede mostrar la ayuda presionando la tecla "?" que resaltará los accesos rápidos disponibles para las acciones actualmente visibles en la pantalla.', + 'shortcuts_update_success' => '¡Las preferencias de accesos rápidos han sido actualizadas!', +]; \ No newline at end of file diff --git a/resources/lang/es/settings.php b/resources/lang/es/settings.php index ba994e156..7bb6e2f19 100644 --- a/resources/lang/es/settings.php +++ b/resources/lang/es/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'Roles', 'role_user_roles' => 'Roles de usuario', + 'roles_index_desc' => 'Los roles se utilizan para agrupar usuarios y proporcionar permisos del sistema a sus miembros. Cuando un usuario es miembro de múltiples roles los privilegios otorgados se acumularán y el usuario heredará todas las habilidades.', + 'roles_x_users_assigned' => '1 usuario asignado|:count usuarios asignados', + 'roles_x_permissions_provided' => '1 permiso|:count permisos', + 'roles_assigned_users' => 'Usuarios Asignados', + 'roles_permissions_provided' => 'Permisos Proporcionados', 'role_create' => 'Crear nuevo rol', 'role_create_success' => 'Rol creado satisfactoriamente', 'role_delete' => 'Borrar rol', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'Usuarios', + 'users_index_desc' => 'Crear y administrar cuentas de usuario individuales dentro del sistema. Las cuentas de usuario se utilizan para el inicio de sesión y atribución de contenido y actividad. Los permisos de acceso se basan principalmente en roles, pero la propiedad del contenido del usuario, entre otros factores, también puede afectar a los permisos y el acceso.', 'user_profile' => 'Perfil de Usuario', 'users_add_new' => 'Agregar Nuevo Usuario', 'users_search' => 'Buscar usuarios', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'Webhooks', + 'webhooks_index_desc' => 'Los Webhooks son una forma de enviar datos a URLs externas cuando ciertas acciones y eventos ocurren dentro del sistema, lo que permite la integración basada en eventos con plataformas externas como mensajería o sistemas de notificación.', + 'webhooks_x_trigger_events' => '1 evento|:count eventos', 'webhooks_create' => 'Crear Webhook', 'webhooks_none_created' => 'No hay webhooks creados.', 'webhooks_edit' => 'Editar Webhook', diff --git a/resources/lang/es_AR/auth.php b/resources/lang/es_AR/auth.php index 2351be129..19b86f679 100644 --- a/resources/lang/es_AR/auth.php +++ b/resources/lang/es_AR/auth.php @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'Se pidió confirmación de correo electrónico pero el sistema no pudo enviar el correo electrónico. Contacte al administrador para asegurarse que el correo electrónico está configurado correctamente.', 'email_confirm_success' => '¡Su correo electrónico ha sido confirmado! Ahora debería poder iniciar sesión usando esta dirección de correo electrónico.', 'email_confirm_resent' => 'Correo electrónico de confirmación reenviado, Por favor verifique su bandeja de entrada.', + 'email_confirm_thanks' => '¡Gracias por confirmar!', + 'email_confirm_thanks_desc' => 'Por favor, espere un momento mientras se gestiona su confirmación. Si no se lo redirige después de 3 segundos, pulse el enlace "Continuar" para seguir.', 'email_not_confirmed' => 'Dirección de correo electrónico no confirmada', 'email_not_confirmed_text' => 'Su cuenta de correo electrónico todavía no ha sido confirmada.', diff --git a/resources/lang/es_AR/common.php b/resources/lang/es_AR/common.php index 8c11712ae..9815db28f 100644 --- a/resources/lang/es_AR/common.php +++ b/resources/lang/es_AR/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'Acciones', 'view' => 'Ver', 'view_all' => 'Ver todo', + 'new' => 'Nuevo', 'create' => 'Crear', 'update' => 'Actualizar', 'edit' => 'Editar', @@ -80,12 +81,14 @@ return [ 'none' => 'Ninguno', // Header + 'homepage' => 'Página de Inicio', 'header_menu_expand' => 'Expandir el Menú de Cabecera', 'profile_menu' => 'Menu del Perfil', 'view_profile' => 'Ver Perfil', 'edit_profile' => 'Editar Perfil', 'dark_mode' => 'Modo Oscuro', 'light_mode' => 'Modo Claro', + 'global_search' => 'Búsqueda Global', // Layout tabs 'tab_info' => 'Información', diff --git a/resources/lang/es_AR/editor.php b/resources/lang/es_AR/editor.php index d1acc0390..df453f2f7 100644 --- a/resources/lang/es_AR/editor.php +++ b/resources/lang/es_AR/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Texto a mostrar', 'title' => 'Título', - 'open_link' => 'Abrir enlace en...', + 'open_link' => 'Abrir enlace', + 'open_link_in' => 'Abrir enlace en...', 'open_link_current' => 'Ventana actual', 'open_link_new' => 'Ventana nueva', + 'remove_link' => 'Eliminar enlace', 'insert_collapsible' => 'Insertar bloque desplegable', 'collapsible_unwrap' => 'Desplegar', 'edit_label' => 'Editar etiqueta', diff --git a/resources/lang/es_AR/entities.php b/resources/lang/es_AR/entities.php index 828b7db60..943297e5f 100644 --- a/resources/lang/es_AR/entities.php +++ b/resources/lang/es_AR/entities.php @@ -42,14 +42,15 @@ return [ // Permissions and restrictions 'permissions' => 'Permisos', - 'permissions_desc' => 'Establezca los permisos aquí para anular los permisos por defecto proporcionados por los roles de usuario.', - 'permissions_book_cascade' => 'Los permisos establecidos en los libros se aplicarán a sus capítulos y páginas, a menos que tengan sus propios permisos definidos.', - 'permissions_chapter_cascade' => 'Los permisos establecidos en los capítulos se aplicarán a sus páginas, a menos que tengan sus propios permisos definidos.', + 'permissions_desc' => 'Establezca los permisos aquí para reemplazar los permisos por defecto proporcionados por los roles de usuario.', + 'permissions_book_cascade' => 'Los permisos establecidos en los libros se aplicarán a los capítulos contenidos y las páginas contenidas, a menos que tengan sus propios permisos definidos.', + 'permissions_chapter_cascade' => 'Los permisos establecidos en los capítulos se aplicarán a las páginas contenidas, a menos que tengan sus propios permisos definidos.', 'permissions_save' => 'Guardar permisos', 'permissions_owner' => 'Propietario', 'permissions_role_everyone_else' => 'Todos los demás', - 'permissions_role_everyone_else_desc' => 'Establecer permisos para todos los roles sin permisos específicos asignados.', + 'permissions_role_everyone_else_desc' => 'Establecer permisos para todos los roles no específicamente reemplazados.', 'permissions_role_override' => 'Reemplazar permisos para el rol', + 'permissions_inherit_defaults' => 'Heredar valores por defecto', // Search 'search_results' => 'Buscar resultados', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'Insertar Imagen', 'pages_md_insert_link' => 'Insertar link de entidad', 'pages_md_insert_drawing' => 'Insertar Dibujo', + 'pages_md_show_preview' => 'Mostrar vista previa', + 'pages_md_sync_scroll' => 'Sincronizar desplazamiento de vista previa', 'pages_not_in_chapter' => 'La página no esá en el capítulo', 'pages_move' => 'Mover página', 'pages_move_success' => 'Página movida a ":parentName"', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'Permisos de página actualizados', 'pages_revision' => 'Revisión', 'pages_revisions' => 'Revisiones de página', + 'pages_revisions_desc' => 'A continuación se listan todas las revisiones anteriores de esta página. Puede volver la vista atrás, comparar y restaurar versiones antiguas de la página si los permisos lo permiten. Es posible que el historial completo de la página no se refleje en esta sección. Dependiendo de la configuración del sistema, las revisiones viejas podrían eliminarse automáticamente.', 'pages_revisions_named' => 'Revisiones de página para :pageName', 'pages_revision_named' => 'Revisión de ágina para :pageName', 'pages_revision_restored_from' => 'Restaurado desde #:id; :summary', 'pages_revisions_created_by' => 'Creado por', 'pages_revisions_date' => 'Fecha de revisión', 'pages_revisions_number' => '#', + 'pages_revisions_sort_number' => 'Número de Revisión', 'pages_revisions_numbered' => 'Revisión #:id', 'pages_revisions_numbered_changes' => 'Cambios de Revisión #:id', 'pages_revisions_editor' => 'Tipo de Editor', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'Etiquetas de Estante', 'tag' => 'Etiqueta', 'tags' => 'Etiquetas', + 'tags_index_desc' => 'Las etiquetas se pueden aplicar al contenido dentro del sistema para lograr una forma flexible de categorización. Las etiquetas pueden tener tanto una clave como un valor, siendo el valor opcional. Una vez aplicado, el contenido puede ser consultado usando el nombre y el valor de la etiqueta.', 'tag_name' => 'Nombre de etiqueta', 'tag_value' => 'Valor de la etiqueta (Opcional)', 'tags_explain' => "Agregar algunas etiquetas para mejorar la categorización de su contenido. \n Se puede asignar un valor a una etiqueta para una organizacón con mayor detalle.", diff --git a/resources/lang/es_AR/preferences.php b/resources/lang/es_AR/preferences.php new file mode 100644 index 000000000..6c1245449 --- /dev/null +++ b/resources/lang/es_AR/preferences.php @@ -0,0 +1,18 @@ + 'Atajos', + 'shortcuts_interface' => 'Atajos del Teclado para la Interfaz', + 'shortcuts_toggle_desc' => 'Aquí puede activar o desactivar los accesos rápidos de la interfaz, utilizados para la navegación y las acciones.', + 'shortcuts_customize_desc' => 'Puede personalizar cada uno de los atajos a continuación. Simplemente pulse la combinación de teclas deseada después de seleccionar la entrada para un atajo.', + 'shortcuts_toggle_label' => 'Atajos de teclado habilitados', + 'shortcuts_section_navigation' => 'Navegación', + 'shortcuts_section_actions' => 'Acciones comunes', + 'shortcuts_save' => 'Guardar atajos', + 'shortcuts_overlay_desc' => 'Nota: Cuando se activan los atajos de teclado se puede visualizar la ayuda presionando la tecla "?", que resaltará los atajos disponibles para las acciones visibles actualmente en la pantalla.', + 'shortcuts_update_success' => '¡Se actualizaron las preferencias de atajos de teclado!', +]; \ No newline at end of file diff --git a/resources/lang/es_AR/settings.php b/resources/lang/es_AR/settings.php index 03e1f0308..2f4c42399 100644 --- a/resources/lang/es_AR/settings.php +++ b/resources/lang/es_AR/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'Roles', 'role_user_roles' => 'Roles de usuario', + 'roles_index_desc' => 'Los roles se utilizan para agrupar usuarios y proporcionar permisos del sistema a sus miembros. Cuando un usuario es miembro de múltiples roles los privilegios otorgados se acumularán y el usuario heredará todas las habilidades.', + 'roles_x_users_assigned' => '1 usuario assigned|:count usuarios asignados', + 'roles_x_permissions_provided' => '1 permission|:count permisos', + 'roles_assigned_users' => 'Usuarios Asignados', + 'roles_permissions_provided' => 'Permisos Proporcionados', 'role_create' => 'Crear nuevo rol', 'role_create_success' => 'Rol creado satisfactoriamente', 'role_delete' => 'Borrar rol', @@ -173,6 +178,7 @@ return [ // Users 'users' => 'Usuarios', + 'users_index_desc' => 'Crear y administrar cuentas de usuario individuales dentro del sistema. Las cuentas de usuario se utilizan para el inicio de sesión y atribución de contenido y actividad. Los permisos de acceso se basan principalmente en roles, pero la propiedad del contenido del usuario, entre otros factores, también puede afectar a los permisos y el acceso.', 'user_profile' => 'Perfil de usuario', 'users_add_new' => 'Agregar nuevo usuario', 'users_search' => 'Buscar usuarios', @@ -242,6 +248,8 @@ return [ // Webhooks 'webhooks' => 'Webhooks', + 'webhooks_index_desc' => 'Los Webhooks son una forma de enviar datos a URLs externas cuando ciertas acciones y eventos ocurren dentro del sistema, lo que permite la integración basada en eventos con plataformas externas como mensajería o sistemas de notificación.', + 'webhooks_x_trigger_events' => '1 trigger event|:count evento desencadenante', 'webhooks_create' => 'Crear nuevo Webhook', 'webhooks_none_created' => 'No hay webhooks creados.', 'webhooks_edit' => 'Editar Webhook', diff --git a/resources/lang/et/auth.php b/resources/lang/et/auth.php index b8fb471a8..74e19a230 100644 --- a/resources/lang/et/auth.php +++ b/resources/lang/et/auth.php @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'E-posti aadressi kinnitamine on vajalik, aga e-kirja saatmine ebaõnnestus. Võta ühendust administraatoriga.', 'email_confirm_success' => 'E-posti aadress on kinnitatud! Nüüd saad selle aadressiga sisse logida.', 'email_confirm_resent' => 'Kinnituskiri on saadetud, vaata oma postkasti.', + 'email_confirm_thanks' => 'Aitäh, et kinnitasid!', + 'email_confirm_thanks_desc' => 'Palun oota hetke, kuni kinnitust töödeldakse. Kui sind 3 sekundi jooksul ümber ei suunata, klõpsa jätkamiseks allpool "Jätka" linki.', 'email_not_confirmed' => 'E-posti aadress ei ole kinnitatud', 'email_not_confirmed_text' => 'Sinu e-posti aadress ei ole veel kinnitatud.', diff --git a/resources/lang/et/common.php b/resources/lang/et/common.php index f0a081152..f5f7f982f 100644 --- a/resources/lang/et/common.php +++ b/resources/lang/et/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'Tegevused', 'view' => 'Vaata', 'view_all' => 'Vaata kõiki', + 'new' => 'Uus', 'create' => 'Lisa', 'update' => 'Uuenda', 'edit' => 'Muuda', @@ -80,12 +81,14 @@ return [ 'none' => 'Puudub', // Header + 'homepage' => 'Avaleht', 'header_menu_expand' => 'Laienda päisemenüü', 'profile_menu' => 'Profiilimenüü', 'view_profile' => 'Vaata profiili', 'edit_profile' => 'Muuda profiili', 'dark_mode' => 'Tume režiim', 'light_mode' => 'Hele režiim', + 'global_search' => 'Globaalne otsing', // Layout tabs 'tab_info' => 'Info', diff --git a/resources/lang/et/editor.php b/resources/lang/et/editor.php index 996cbad90..fecff9af9 100644 --- a/resources/lang/et/editor.php +++ b/resources/lang/et/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Kuvatav tekst', 'title' => 'Pealkiri', - 'open_link' => 'Ava link...', + 'open_link' => 'Ava link', + 'open_link_in' => 'Ava link...', 'open_link_current' => 'Samas aknas', 'open_link_new' => 'Uues aknas', + 'remove_link' => 'Eemalda link', 'insert_collapsible' => 'Lisa kokkupandav plokk', 'collapsible_unwrap' => 'Paki lahti', 'edit_label' => 'Muuda silti', diff --git a/resources/lang/et/entities.php b/resources/lang/et/entities.php index 2b94d214f..d9a0ef7dc 100644 --- a/resources/lang/et/entities.php +++ b/resources/lang/et/entities.php @@ -50,6 +50,7 @@ return [ 'permissions_role_everyone_else' => 'Kõik muud', 'permissions_role_everyone_else_desc' => 'Sea õigused kõigile rollidele, mida pole üle kirjutatud.', 'permissions_role_override' => 'Kirjuta rolli õigused üle', + 'permissions_inherit_defaults' => 'Päri vaikimisi seaded', // Search 'search_results' => 'Otsingutulemused', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'Lisa pilt', 'pages_md_insert_link' => 'Lisa viide', 'pages_md_insert_drawing' => 'Lisa joonis', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'Leht ei kuulu peatüki alla', 'pages_move' => 'Liiguta leht', 'pages_move_success' => 'Leht liigutatud ":parentName" alla', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'Lehe õigused muudetud', 'pages_revision' => 'Redaktsioon', 'pages_revisions' => 'Lehe redaktsioonid', + 'pages_revisions_desc' => 'Allpool on toodud kõik selle lehe eelmised redaktsioonid. Kui õigused lubavad, saad sa vanu redaktsioone vaadata, võrrelda ja taastada. Siin ei pruugi kajastuda lehe täielik ajalugu, kuna sõltuvalt süsteemi seadistusest võidakse vanu redaktsioone automaatselt kustutada.', 'pages_revisions_named' => 'Lehe :pageName redaktsioonid', 'pages_revision_named' => 'Lehe :pageName redaktsioon', 'pages_revision_restored_from' => 'Taastatud redaktsioonist #:id; :summary', 'pages_revisions_created_by' => 'Autor', 'pages_revisions_date' => 'Redaktsiooni aeg', 'pages_revisions_number' => '#', + 'pages_revisions_sort_number' => 'Redaktsiooni number', 'pages_revisions_numbered' => 'Redaktsioon #:id', 'pages_revisions_numbered_changes' => 'Redaktsiooni #:id muudatused', 'pages_revisions_editor' => 'Redaktori tüüp', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'Riiuli sildid', 'tag' => 'Silt', 'tags' => 'Sildid', + 'tags_index_desc' => 'Silte saab kasutada süsteemis oleva sisu paindlikuks kategoriseerimiseks. Siltidel saab olla nii võti kui väärtus, millest viimane on valikuline. Pärast määramist saab sisu otsida sildi nime ja väärtuse kaudu.', 'tag_name' => 'Sildi nimi', 'tag_value' => 'Sildi väärtus (valikuline)', 'tags_explain' => "Lisa silte, et sisu paremini organiseerida.\nVeel täpsemaks organiseerimiseks saad siltidele väärtuseid määrata.", diff --git a/resources/lang/et/preferences.php b/resources/lang/et/preferences.php new file mode 100644 index 000000000..05ba03271 --- /dev/null +++ b/resources/lang/et/preferences.php @@ -0,0 +1,18 @@ + 'Kiirklahvid', + 'shortcuts_interface' => 'Kasutajaliidese kiirklahvid', + 'shortcuts_toggle_desc' => 'Siit saad sisse ja välja lülitada navigeerimiseks ja tegevusteks kasutatavad kiirklahvid.', + 'shortcuts_customize_desc' => 'Allpool saad iga kiirklahvi kohandada. Pärast kiirklahvile vastava tekstivälja valimist vajuta lihtsalt soovitud klahvikombinatsiooni.', + 'shortcuts_toggle_label' => 'Kiirklahvid sisse lülitatud', + 'shortcuts_section_navigation' => 'Navigatsioon', + 'shortcuts_section_actions' => 'Sagedased tegevused', + 'shortcuts_save' => 'Salvesta kiirklahvid', + 'shortcuts_overlay_desc' => 'Märkus: Kui kiirklahvid on sisse lülitatud, saab "?" vajutades kuvada abiinfo, mis märgib ära kõigi hetkel ekraanil nähtavate tegevuste kiirklahvid.', + 'shortcuts_update_success' => 'Kiirklahvide eelistused on salvestatud!', +]; \ No newline at end of file diff --git a/resources/lang/et/settings.php b/resources/lang/et/settings.php index 4c7c1d7d9..0dd7551d7 100644 --- a/resources/lang/et/settings.php +++ b/resources/lang/et/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'Rollid', 'role_user_roles' => 'Kasutaja rollid', + 'roles_index_desc' => 'Rolle saab kasutada kasutajate grupeerimiseks ja liikmetele süsteemsete õiguste andmiseks. Kui kasutaja on mitme rolli liige, siis õigused kombineeritakse ning kasutaja saab kõik õigused.', + 'roles_x_users_assigned' => '1 kasutaja|:count kasutajat', + 'roles_x_permissions_provided' => '1 õigus|:count õigust', + 'roles_assigned_users' => 'Määratud kasutajad', + 'roles_permissions_provided' => 'Antud õigused', 'role_create' => 'Lisa uus roll', 'role_create_success' => 'Roll on lisatud', 'role_delete' => 'Kustuta roll', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'Kasutajad', + 'users_index_desc' => 'Loo ja halda süsteemi kasutajakontosid. Kontosid kasutatakse sisselogimiseks ning sisu ja tegevuse omistamiseks. Ligipääsuload on enamasti rollipõhised, aga sisu omandus ja muud faktorid võivad samuti mõjutada õiguseid ja ligipääsu.', 'user_profile' => 'Kasutajaprofiil', 'users_add_new' => 'Lisa uus kasutaja', 'users_search' => 'Otsi kasutajaid', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'Veebihaagid', + 'webhooks_index_desc' => 'Veebihaakide abil saab teatud süsteemis toimunud tegevuste ja sündmuste puhul saata andmeid välistele URL-idele, mis võimaldab integreerida väliseid platvorme, nagu sõnumi- või teavitussüsteemid.', + 'webhooks_x_trigger_events' => '1 sündmus|:count sündmust', 'webhooks_create' => 'Lisa uus veebihaak', 'webhooks_none_created' => 'Ühtegi veebihaaki pole lisatud.', 'webhooks_edit' => 'Muuda veebihaaki', diff --git a/resources/lang/eu/auth.php b/resources/lang/eu/auth.php index 0ef81239c..d1f37804b 100644 --- a/resources/lang/eu/auth.php +++ b/resources/lang/eu/auth.php @@ -61,6 +61,8 @@ return [ '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_confirm_thanks' => 'Thanks for confirming!', + 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'Email helbidea ez da baieztatu', 'email_not_confirmed_text' => 'Your email address has not yet been confirmed.', diff --git a/resources/lang/eu/common.php b/resources/lang/eu/common.php index 9ad8e8b79..e3c3a40fc 100644 --- a/resources/lang/eu/common.php +++ b/resources/lang/eu/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'Ekintzak', 'view' => 'Ikusi', 'view_all' => 'Ikusi denak', + 'new' => 'New', 'create' => 'Sortu', 'update' => 'Eguneratu', 'edit' => 'Editatu', @@ -80,12 +81,14 @@ return [ 'none' => 'Bat ere ez', // Header + 'homepage' => 'Homepage', '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', + 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'Info', diff --git a/resources/lang/eu/editor.php b/resources/lang/eu/editor.php index f951d6292..6972b991e 100644 --- a/resources/lang/eu/editor.php +++ b/resources/lang/eu/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Text to display', 'title' => 'Title', - 'open_link' => 'Open link in...', + 'open_link' => 'Open link', + 'open_link_in' => 'Open link in...', 'open_link_current' => 'Current window', 'open_link_new' => 'New window', + 'remove_link' => 'Remove link', 'insert_collapsible' => 'Insert collapsible block', 'collapsible_unwrap' => 'Unwrap', 'edit_label' => 'Edit label', diff --git a/resources/lang/eu/entities.php b/resources/lang/eu/entities.php index c7ea1ab5f..f1d3121a6 100644 --- a/resources/lang/eu/entities.php +++ b/resources/lang/eu/entities.php @@ -50,6 +50,7 @@ return [ 'permissions_role_everyone_else' => 'Everyone Else', 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', 'permissions_role_override' => 'Override permissions for role', + 'permissions_inherit_defaults' => 'Inherit defaults', // Search 'search_results' => 'Bilaketaren emaitzak', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'Txertatu irudia', 'pages_md_insert_link' => 'Insert Entity Link', 'pages_md_insert_drawing' => 'Txertatu marrazki berria', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'Page is not in a chapter', 'pages_move' => 'Move Page', 'pages_move_success' => 'Page moved to ":parentName"', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'Page permissions updated', 'pages_revision' => 'Revision', 'pages_revisions' => 'Page Revisions', + 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', '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' => 'Sortzailea', 'pages_revisions_date' => 'Berrikuspen data', 'pages_revisions_number' => '#', + 'pages_revisions_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'Revision #:id', 'pages_revisions_numbered_changes' => 'Revision #:id Changes', 'pages_revisions_editor' => 'Editor Type', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'Apalategi etiketak', 'tag' => 'Etiketa', 'tags' => 'Etiketak', + 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', 'tag_name' => 'Etiketa izena', '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.", diff --git a/resources/lang/eu/preferences.php b/resources/lang/eu/preferences.php new file mode 100644 index 000000000..e9a47461b --- /dev/null +++ b/resources/lang/eu/preferences.php @@ -0,0 +1,18 @@ + 'Shortcuts', + 'shortcuts_interface' => 'Interface Keyboard Shortcuts', + 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', + 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', + 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', + 'shortcuts_section_navigation' => 'Navigation', + 'shortcuts_section_actions' => 'Common Actions', + 'shortcuts_save' => 'Save Shortcuts', + 'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.', + 'shortcuts_update_success' => 'Shortcut preferences have been updated!', +]; \ No newline at end of file diff --git a/resources/lang/eu/settings.php b/resources/lang/eu/settings.php index 89d0516fd..ef38d964e 100644 --- a/resources/lang/eu/settings.php +++ b/resources/lang/eu/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'Rolak', 'role_user_roles' => 'Erabiltzailearen rola', + 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', + 'roles_x_users_assigned' => '1 user assigned|:count users assigned', + 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_assigned_users' => 'Assigned Users', + 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'Rol berria sortu', 'role_create_success' => 'Rola ondo sortu da', 'role_delete' => 'Ezabatu Rol-a', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'Erabiltzaileak', + 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'Erabiltzailearen profila', 'users_add_new' => 'Erabiltzaile berri bat gehitu', 'users_search' => 'Erabiltzaileak bilatu', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'Webhooks', + 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', + 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', 'webhooks_create' => 'Create New Webhook', 'webhooks_none_created' => 'No webhooks have yet been created.', 'webhooks_edit' => 'Edit Webhook', diff --git a/resources/lang/fa/activities.php b/resources/lang/fa/activities.php index dac1f39ab..77ab33a2e 100644 --- a/resources/lang/fa/activities.php +++ b/resources/lang/fa/activities.php @@ -6,7 +6,7 @@ return [ // Pages - 'page_create' => 'صفحه ایجاد شده', + 'page_create' => 'تاریخ ایجاد', 'page_create_notification' => 'صفحه با موفقیت ایجاد شد', 'page_update' => 'به روزرسانی صفحه', 'page_update_notification' => 'صفحه با موفقیت به روزرسانی شد', @@ -29,7 +29,7 @@ return [ 'book_create' => 'ایجاد کتاب', 'book_create_notification' => 'کتاب با موفقیت ایجاد شد', 'book_create_from_chapter' => 'تبدیل فصل به کتاب', - 'book_create_from_chapter_notification' => 'فصل با موفقیت به یک کتاب تبدیل شد', + 'book_create_from_chapter_notification' => 'کتاب با موفقیت به یک قفسه تبدیل شد', 'book_update' => 'به روزرسانی کتاب', 'book_update_notification' => 'کتاب با موفقیت به روزرسانی شد', 'book_delete' => 'حذف کتاب', diff --git a/resources/lang/fa/auth.php b/resources/lang/fa/auth.php index 54819a733..4de8b5800 100644 --- a/resources/lang/fa/auth.php +++ b/resources/lang/fa/auth.php @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'تایید پست الکترونیک الزامی می باشد، اما سیستم قادر به ارسال پیام نمی باشد.', 'email_confirm_success' => 'ایمیل شما تایید شد! اکنون باید بتوانید با استفاده از این آدرس ایمیل وارد شوید.', 'email_confirm_resent' => 'پیام تایید پست الکترونیک مجدد ارسال گردید، لطفا صندوق ورودی خود را بررسی نمایید.', + 'email_confirm_thanks' => 'Thanks for confirming!', + 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'پست الکترونیک تایید نشده است', 'email_not_confirmed_text' => 'پست الکترونیک شما هنوز تایید نشده است.', diff --git a/resources/lang/fa/common.php b/resources/lang/fa/common.php index ebea44a33..7aec33d8b 100644 --- a/resources/lang/fa/common.php +++ b/resources/lang/fa/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'عملیات', 'view' => 'نمایش', 'view_all' => 'نمایش همه', + 'new' => 'New', 'create' => 'ایجاد', 'update' => 'بهروز رسانی', 'edit' => 'ويرايش', @@ -80,12 +81,14 @@ return [ 'none' => 'هیچکدام', // Header + 'homepage' => 'Homepage', 'header_menu_expand' => 'گسترش منو', 'profile_menu' => 'منو پروفایل', 'view_profile' => 'مشاهده پروفایل', 'edit_profile' => 'ویرایش پروفایل', 'dark_mode' => 'حالت تاریک', 'light_mode' => 'حالت روشن', + 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'اطلاعات', diff --git a/resources/lang/fa/editor.php b/resources/lang/fa/editor.php index e7071498c..0e358c5e6 100644 --- a/resources/lang/fa/editor.php +++ b/resources/lang/fa/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'آدرس', 'text_to_display' => 'متن جهت نمایش', 'title' => 'عنوان', - 'open_link' => 'باز کردن لینک در ...', + 'open_link' => 'Open link', + 'open_link_in' => 'Open link in...', 'open_link_current' => 'پنجره کنونی', 'open_link_new' => 'پنجره جدید', + 'remove_link' => 'Remove link', 'insert_collapsible' => 'درج بلوک جمع شونده', 'collapsible_unwrap' => 'باز کردن', 'edit_label' => 'ویرایش برچسب', diff --git a/resources/lang/fa/entities.php b/resources/lang/fa/entities.php index 416e868c5..d829ee4b5 100644 --- a/resources/lang/fa/entities.php +++ b/resources/lang/fa/entities.php @@ -42,14 +42,15 @@ return [ // Permissions and restrictions 'permissions' => 'مجوزها', - 'permissions_desc' => 'Set permissions here to override the default permissions provided by user roles.', - 'permissions_book_cascade' => 'Permissions set on books will automatically cascade to child chapters and pages, unless they have their own permissions defined.', - 'permissions_chapter_cascade' => 'Permissions set on chapters will automatically cascade to child pages, unless they have their own permissions defined.', + 'permissions_desc' => 'مجوزها را در اینجا تنظیم کنید تا مجوزهای پیش فرض تنظیم شده برای نقش های کاربر را لغو کنید.', + 'permissions_book_cascade' => 'مجوزهای تنظیمشده روی کتابها بهطور خودکار به فصلها و صفحات داخل آن اختصاص داده میشوند، مگر اینکه مجوزهای اختصاصی برای آنها (فصلها و صفحات) تعریف شده باشد.', + 'permissions_chapter_cascade' => 'مجوزهای تنظیمشده روی فصلها بهطور خودکار به صفحات داخل آن اختصاص داده میشوند، مگر اینکه مجوزهای اختصاصی برای آنها (صفحات) تعریف شده باشد.', 'permissions_save' => 'ذخيره مجوزها', 'permissions_owner' => 'مالک', - 'permissions_role_everyone_else' => 'Everyone Else', - 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', - 'permissions_role_override' => 'Override permissions for role', + 'permissions_role_everyone_else' => 'سایر کاربران', + 'permissions_role_everyone_else_desc' => 'مجوزها را برای نقشهایی تنظیم کنید که به طور خاص لغو نشدهاند.', + 'permissions_role_override' => 'لغو مجوز برای نقش', + 'permissions_inherit_defaults' => 'ارث بردن از مجوزهای پیشفرض', // Search 'search_results' => 'نتایج جستجو', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'درج تصویر', 'pages_md_insert_link' => 'پیوند نهاد را درج کنید', 'pages_md_insert_drawing' => 'درج طرح', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'صفحه در یک فصل نیست', 'pages_move' => 'انتقال صفحه', 'pages_move_success' => 'صفحه به ":parentName" منتقل شد', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'مجوزهای صفحه به روز شد', 'pages_revision' => 'تجدید نظر', 'pages_revisions' => 'ویرایش های صفحه', + 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', 'pages_revisions_named' => 'بازبینی صفحه برای :pageName', 'pages_revision_named' => 'ویرایش صفحه برای :pageName', 'pages_revision_restored_from' => 'بازیابی شده از #:id; :summary', 'pages_revisions_created_by' => 'ایجاد شده توسط', 'pages_revisions_date' => 'تاریخ تجدید نظر', 'pages_revisions_number' => '#', + 'pages_revisions_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'تجدید نظر #:id', 'pages_revisions_numbered_changes' => 'بازبینی #:id تغییرات', 'pages_revisions_editor' => 'نوع ویرایشگر', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'برچسب های قفسه', 'tag' => 'برچسب', 'tags' => 'برچسب ها', + 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', 'tag_name' => 'نام برچسب', 'tag_value' => 'مقدار برچسب (اختیاری)', 'tags_explain' => "برای دسته بندی بهتر مطالب خود چند برچسب اضافه کنید.\nمی توانید برای سازماندهی عمیقتر، یک مقدار به یک برچسب اختصاص دهید.", diff --git a/resources/lang/fa/preferences.php b/resources/lang/fa/preferences.php new file mode 100644 index 000000000..e9a47461b --- /dev/null +++ b/resources/lang/fa/preferences.php @@ -0,0 +1,18 @@ + 'Shortcuts', + 'shortcuts_interface' => 'Interface Keyboard Shortcuts', + 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', + 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', + 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', + 'shortcuts_section_navigation' => 'Navigation', + 'shortcuts_section_actions' => 'Common Actions', + 'shortcuts_save' => 'Save Shortcuts', + 'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.', + 'shortcuts_update_success' => 'Shortcut preferences have been updated!', +]; \ No newline at end of file diff --git a/resources/lang/fa/settings.php b/resources/lang/fa/settings.php index f3ff49eee..7a990684f 100644 --- a/resources/lang/fa/settings.php +++ b/resources/lang/fa/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'نقش ها', 'role_user_roles' => 'نقش های کاربر', + 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', + 'roles_x_users_assigned' => '1 user assigned|:count users assigned', + 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_assigned_users' => 'Assigned Users', + 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'نقش جدید ایجاد کنید', 'role_create_success' => 'نقش با موفقیت ایجاد شد', 'role_delete' => 'حذف نقش', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'کاربران', + 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'پرونده کاربر', 'users_add_new' => 'افزودن کاربر جدید', 'users_search' => 'جستجوی کاربران', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'وبهوکها', + 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', + 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', 'webhooks_create' => 'ایجاد وب هوک جدید', 'webhooks_none_created' => 'هنوز هیچ وب هوکی ایجاد نشده است.', 'webhooks_edit' => 'ویرایش وب هوک', diff --git a/resources/lang/fr/auth.php b/resources/lang/fr/auth.php index b3d1aa8d2..32b8c27ec 100644 --- a/resources/lang/fr/auth.php +++ b/resources/lang/fr/auth.php @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'La confirmation par e-mail est requise mais le système n\'a pas pu envoyer l\'e-mail. Contactez l\'administrateur système.', 'email_confirm_success' => 'Votre adresse e-mail a été confirmée ! Vous devriez maintenant pouvoir vous connecter en utilisant cette adresse e-mail.', 'email_confirm_resent' => 'L\'e-mail de confirmation a été ré-envoyé. Vérifiez votre boîte de réception.', + 'email_confirm_thanks' => 'Merci d\'avoir confirmé !', + 'email_confirm_thanks_desc' => 'Veuillez patienter un moment pendant que votre confirmation est traitée. Si vous n’êtes pas redirigé après 3 secondes, appuyez sur le lien « Continuer » ci-dessous pour continuer.', 'email_not_confirmed' => 'Adresse e-mail non confirmée', 'email_not_confirmed_text' => 'Votre adresse e-mail n\'a pas été confirmée.', diff --git a/resources/lang/fr/common.php b/resources/lang/fr/common.php index 1256f16e3..486b78eb6 100644 --- a/resources/lang/fr/common.php +++ b/resources/lang/fr/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'Actions', 'view' => 'Voir', 'view_all' => 'Tout afficher', + 'new' => 'Nouveau', 'create' => 'Créer', 'update' => 'Modifier', 'edit' => 'Éditer', @@ -80,12 +81,14 @@ return [ 'none' => 'Aucun', // Header + 'homepage' => 'Accueil', 'header_menu_expand' => 'Développer le menu', 'profile_menu' => 'Menu du profil', 'view_profile' => 'Voir le profil', 'edit_profile' => 'Modifier le profil', 'dark_mode' => 'Mode sombre', 'light_mode' => 'Mode clair', + 'global_search' => 'Recherche', // Layout tabs 'tab_info' => 'Informations', diff --git a/resources/lang/fr/editor.php b/resources/lang/fr/editor.php index 754168088..f28a1740e 100644 --- a/resources/lang/fr/editor.php +++ b/resources/lang/fr/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Texte à afficher', 'title' => 'Titre', - 'open_link' => 'Ouvrir le lien dans...', + 'open_link' => 'Ouvrir le lien', + 'open_link_in' => 'Ouvrir le lien dans...', 'open_link_current' => 'Fenêtre actuelle', 'open_link_new' => 'Nouvelle fenêtre', + 'remove_link' => 'Retirer le lien', 'insert_collapsible' => 'Insérer un bloc repliable', 'collapsible_unwrap' => 'Dérouler', 'edit_label' => 'Modifier le libellé', diff --git a/resources/lang/fr/entities.php b/resources/lang/fr/entities.php index e58c55681..2136f22e4 100644 --- a/resources/lang/fr/entities.php +++ b/resources/lang/fr/entities.php @@ -50,6 +50,7 @@ return [ 'permissions_role_everyone_else' => 'Tous les autres', 'permissions_role_everyone_else_desc' => 'Définir les permissions pour tous les rôles qui ne sont pas spécifiquement remplacés.', 'permissions_role_override' => 'Remplacer les permissions pour le rôle', + 'permissions_inherit_defaults' => 'Hériter les valeurs par défaut', // Search 'search_results' => 'Résultats de recherche', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'Insérer une image', 'pages_md_insert_link' => 'Insérer un lien', 'pages_md_insert_drawing' => 'Insérer un dessin', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'La page n\'est pas dans un chapitre', 'pages_move' => 'Déplacer la page', 'pages_move_success' => 'Page déplacée à ":parentName"', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'Permissions de la page mises à jour', 'pages_revision' => 'Révision', 'pages_revisions' => 'Révisions de la page', + 'pages_revisions_desc' => 'Vous trouverez sur la page ci-dessous toutes les anciennes révisions. Vous pouvez regarder, comparer et restaurer les anciennes versions de page si les autorisations le permettent. L’historique complet de la page peut ne pas être entièrement affiché ici, car selon la configuration du système, les anciennes révisions peuvent être supprimées automatiquement.', 'pages_revisions_named' => 'Révisions pour :pageName', 'pages_revision_named' => 'Révision pour :pageName', 'pages_revision_restored_from' => 'Restauré à partir de #:id; :summary', 'pages_revisions_created_by' => 'Créé par', 'pages_revisions_date' => 'Date de révision', 'pages_revisions_number' => '#', + 'pages_revisions_sort_number' => 'Numéro de révision', 'pages_revisions_numbered' => 'Révision #:id', 'pages_revisions_numbered_changes' => 'Modification #:id', 'pages_revisions_editor' => 'Type d\'éditeur', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'Mots-clés de l\'étagère', 'tag' => 'Mot-clé', 'tags' => 'Mots-clés', + 'tags_index_desc' => 'Les tags peuvent être appliqués au contenu du système pour appliquer une forme flexible de catégorisation. Les tags peuvent avoir à la fois une clé et une valeur, la valeur étant facultative. Une fois appliqué, le contenu peut ensuite être interrogé à l’aide du nom et de la valeur du tag.', 'tag_name' => 'Nom du tag', 'tag_value' => 'Valeur du mot-clé (optionnel)', 'tags_explain' => "Ajouter des mots-clés pour catégoriser votre contenu.", diff --git a/resources/lang/fr/preferences.php b/resources/lang/fr/preferences.php new file mode 100644 index 000000000..4030ccbe6 --- /dev/null +++ b/resources/lang/fr/preferences.php @@ -0,0 +1,18 @@ + 'Raccourcis', + 'shortcuts_interface' => 'Raccourcis clavier', + 'shortcuts_toggle_desc' => 'Ici vous pouvez activer ou désactiver les raccourcis clavier, utilisés pour la navigation et les actions.', + 'shortcuts_customize_desc' => 'Vous pouvez personnaliser chaque raccourci ci-dessous. Il vous suffit d\'appuyer sur la combinaison de touche choisie après avoir sélectionné l\'entrée pour un raccourci.', + 'shortcuts_toggle_label' => 'Raccourcis clavier activés', + 'shortcuts_section_navigation' => 'Navigation', + 'shortcuts_section_actions' => 'Actions communes', + 'shortcuts_save' => 'Sauvegarder les raccourcis', + 'shortcuts_overlay_desc' => 'Note : Lorsque les raccourcis sont activés, assistant est disponible en appuyant sur "?" qui mettra en surbrillance les raccourcis disponibles pour les actions actuellement visibles à l\'écran.', + 'shortcuts_update_success' => 'Les préférences de raccourci ont été mises à jour !', +]; \ No newline at end of file diff --git a/resources/lang/fr/settings.php b/resources/lang/fr/settings.php index ebcb10f2b..7f7731c2b 100644 --- a/resources/lang/fr/settings.php +++ b/resources/lang/fr/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'Rôles', 'role_user_roles' => 'Rôles des utilisateurs', + 'roles_index_desc' => 'Les rôles sont utilisés pour regrouper les utilisateurs et fournir une autorisation système à leurs membres. Lorsqu\'un utilisateur est membre de plusieurs rôles, les privilèges accordés se cumulent et l\'utilisateur hérite de tous les droits d\'accès.', + 'roles_x_users_assigned' => '1 utilisateur affecté| : nombre d\'affectés', + 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_assigned_users' => 'Assigned Users', + 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'Créer un nouveau rôle', 'role_create_success' => 'Rôle créé avec succès', 'role_delete' => 'Supprimer le rôle', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'Utilisateurs', + 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'Profil d\'utilisateur', 'users_add_new' => 'Ajouter un nouvel utilisateur', 'users_search' => 'Rechercher les utilisateurs', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'Webhooks', + 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', + 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', 'webhooks_create' => 'Créer un nouveau Webhook', 'webhooks_none_created' => 'Aucun webhook n\'a encore été créé.', 'webhooks_edit' => 'Éditer le Webhook', diff --git a/resources/lang/he/auth.php b/resources/lang/he/auth.php index 3c42ecef2..50dc2e470 100644 --- a/resources/lang/he/auth.php +++ b/resources/lang/he/auth.php @@ -61,6 +61,8 @@ return [ '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_resent' => 'אימות נשלח לאי-מייל שלך, יש לבדוק בתיבת הדואר הנכנס', + 'email_confirm_thanks' => 'Thanks for confirming!', + 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'כתובת המייל לא אומתה', 'email_not_confirmed_text' => 'כתובת המייל שלך טרם אומתה', diff --git a/resources/lang/he/common.php b/resources/lang/he/common.php index 512bcf6c3..50731d5d5 100644 --- a/resources/lang/he/common.php +++ b/resources/lang/he/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'פעולות', 'view' => 'הצג', 'view_all' => 'הצג הכל', + 'new' => 'New', 'create' => 'צור', 'update' => 'עדכן', 'edit' => 'ערוך', @@ -80,12 +81,14 @@ return [ 'none' => 'None', // Header + 'homepage' => 'Homepage', 'header_menu_expand' => 'הרחב תפריט', 'profile_menu' => 'Profile Menu', 'view_profile' => 'הצג פרופיל', 'edit_profile' => 'ערוך פרופיל', 'dark_mode' => 'מצב לילה', 'light_mode' => 'מצב יום', + 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'מידע', diff --git a/resources/lang/he/editor.php b/resources/lang/he/editor.php index 6184ec00a..c25846642 100644 --- a/resources/lang/he/editor.php +++ b/resources/lang/he/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'קישור', 'text_to_display' => 'טקסט שיוצג', 'title' => 'כותרת', - 'open_link' => 'פתח קישור ב...', + 'open_link' => 'Open link', + 'open_link_in' => 'Open link in...', 'open_link_current' => 'החלון הנוכחי', 'open_link_new' => 'חלון חדש', + 'remove_link' => 'Remove link', 'insert_collapsible' => 'הכנס מקטע הניתן לכיווץ', 'collapsible_unwrap' => 'בטל גלישת שורות', 'edit_label' => 'עריכת תווית', diff --git a/resources/lang/he/entities.php b/resources/lang/he/entities.php index 399a01027..7b7bae296 100644 --- a/resources/lang/he/entities.php +++ b/resources/lang/he/entities.php @@ -50,6 +50,7 @@ return [ 'permissions_role_everyone_else' => 'Everyone Else', 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', 'permissions_role_override' => 'Override permissions for role', + 'permissions_inherit_defaults' => 'Inherit defaults', // Search 'search_results' => 'תוצאות חיפוש', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'הכנס תמונה', 'pages_md_insert_link' => 'הכנס קישור ליישות', 'pages_md_insert_drawing' => 'הכנס סרטוט', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'דף אינו חלק מפרק', 'pages_move' => 'העבר דף', 'pages_move_success' => 'הדף הועבר אל ":parentName"', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'הרשאות הדף עודכנו', 'pages_revision' => 'נוסח', 'pages_revisions' => 'נוסחי דף', + 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', 'pages_revisions_named' => 'נוסחי דף עבור :pageName', 'pages_revision_named' => 'נוסח דף עבור :pageName', 'pages_revision_restored_from' => 'Restored from #:id; :summary', 'pages_revisions_created_by' => 'נוצר על ידי', 'pages_revisions_date' => 'תאריך נוסח', 'pages_revisions_number' => '#', + 'pages_revisions_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'נוסח #:id', 'pages_revisions_numbered_changes' => 'שינויי נוסח #:id', 'pages_revisions_editor' => 'Editor Type', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'תגיות מדף', 'tag' => 'תגית', 'tags' => 'תגיות', + 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', 'tag_name' => 'שם התווית', 'tag_value' => 'ערך התגית (אופציונאלי)', 'tags_explain' => "הכנס תגיות על מנת לסדר את התוכן שלך. \n ניתן לציין ערך לתגית על מנת לבצע סידור יסודי יותר", diff --git a/resources/lang/he/preferences.php b/resources/lang/he/preferences.php new file mode 100644 index 000000000..e9a47461b --- /dev/null +++ b/resources/lang/he/preferences.php @@ -0,0 +1,18 @@ + 'Shortcuts', + 'shortcuts_interface' => 'Interface Keyboard Shortcuts', + 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', + 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', + 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', + 'shortcuts_section_navigation' => 'Navigation', + 'shortcuts_section_actions' => 'Common Actions', + 'shortcuts_save' => 'Save Shortcuts', + 'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.', + 'shortcuts_update_success' => 'Shortcut preferences have been updated!', +]; \ No newline at end of file diff --git a/resources/lang/he/settings.php b/resources/lang/he/settings.php index 073d2f790..4be533f0c 100755 --- a/resources/lang/he/settings.php +++ b/resources/lang/he/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'תפקידים', 'role_user_roles' => 'תפקידי משתמשים', + 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', + 'roles_x_users_assigned' => '1 user assigned|:count users assigned', + 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_assigned_users' => 'Assigned Users', + 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'צור תפקיד משתמש חדש', 'role_create_success' => 'התפקיד נוצר בהצלחה', 'role_delete' => 'מחק תפקיד', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'משתמשים', + 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'פרופיל משתמש', 'users_add_new' => 'הוסף משתמש חדש', 'users_search' => 'חפש משתמשים', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'Webhooks', + 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', + 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', 'webhooks_create' => 'Create New Webhook', 'webhooks_none_created' => 'No webhooks have yet been created.', 'webhooks_edit' => 'Edit Webhook', diff --git a/resources/lang/hr/auth.php b/resources/lang/hr/auth.php index bd7f2b06e..ca0b99661 100644 --- a/resources/lang/hr/auth.php +++ b/resources/lang/hr/auth.php @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'Potvrda e-mail adrese je obavezna, ali sustav ne može poslati e-mail. Javite se administratoru kako bi provjerio vaš e-mail.', 'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.', 'email_confirm_resent' => 'Ponovno je poslana potvrda. Molimo, provjerite svoj inbox.', + 'email_confirm_thanks' => 'Thanks for confirming!', + 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'E-mail adresa nije potvrđena.', 'email_not_confirmed_text' => 'Vaša e-mail adresa još nije potvrđena.', diff --git a/resources/lang/hr/common.php b/resources/lang/hr/common.php index ab2d36f3f..1527c4c5a 100644 --- a/resources/lang/hr/common.php +++ b/resources/lang/hr/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'Aktivnost', 'view' => 'Pogled', 'view_all' => 'Pogledaj sve', + 'new' => 'New', 'create' => 'Stvori', 'update' => 'Ažuriraj', 'edit' => 'Uredi', @@ -80,12 +81,14 @@ return [ 'none' => 'None', // Header + 'homepage' => 'Homepage', 'header_menu_expand' => 'Proširi izbornik', 'profile_menu' => 'Profil', 'view_profile' => 'Vidi profil', 'edit_profile' => 'Uredite profil', 'dark_mode' => 'Tamni način', 'light_mode' => 'Svijetli način', + 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'Info', diff --git a/resources/lang/hr/editor.php b/resources/lang/hr/editor.php index faf351da2..670c1c5e1 100644 --- a/resources/lang/hr/editor.php +++ b/resources/lang/hr/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Text to display', 'title' => 'Title', - 'open_link' => 'Open link in...', + 'open_link' => 'Open link', + 'open_link_in' => 'Open link in...', 'open_link_current' => 'Current window', 'open_link_new' => 'New window', + 'remove_link' => 'Remove link', 'insert_collapsible' => 'Insert collapsible block', 'collapsible_unwrap' => 'Unwrap', 'edit_label' => 'Edit label', diff --git a/resources/lang/hr/entities.php b/resources/lang/hr/entities.php index 32718562e..cad1d50dd 100644 --- a/resources/lang/hr/entities.php +++ b/resources/lang/hr/entities.php @@ -50,6 +50,7 @@ return [ 'permissions_role_everyone_else' => 'Everyone Else', 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', 'permissions_role_override' => 'Override permissions for role', + 'permissions_inherit_defaults' => 'Inherit defaults', // Search 'search_results' => 'Pretraži rezultate', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'Umetni sliku', 'pages_md_insert_link' => 'Umetni poveznicu', 'pages_md_insert_drawing' => 'Umetni crtež', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'Stranica nije u poglavlju', 'pages_move' => 'Premjesti stranicu', 'pages_move_success' => 'Stranica premještena u ":parentName"', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'Ažurirana dopuštenja stranice', 'pages_revision' => 'Revizija', 'pages_revisions' => 'Revizija stranice', + 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', 'pages_revisions_named' => 'Revizije stranice :pageName', 'pages_revision_named' => 'Revizija stranice :pageName', 'pages_revision_restored_from' => 'Oporavak iz #:id; :summary', 'pages_revisions_created_by' => 'Stvoreno od', 'pages_revisions_date' => 'Datum revizije', 'pages_revisions_number' => '#', + 'pages_revisions_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'Revizija #:id', 'pages_revisions_numbered_changes' => 'Revizija #:id Promjene', 'pages_revisions_editor' => 'Editor Type', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'Oznake polica', 'tag' => 'Oznaka', 'tags' => 'Tags', + 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', 'tag_name' => 'Tag Name', 'tag_value' => 'Oznaka vrijednosti (neobavezno)', 'tags_explain' => "Add some tags to better categorise your content. \n You can assign a value to a tag for more in-depth organisation.", diff --git a/resources/lang/hr/preferences.php b/resources/lang/hr/preferences.php new file mode 100644 index 000000000..e9a47461b --- /dev/null +++ b/resources/lang/hr/preferences.php @@ -0,0 +1,18 @@ + 'Shortcuts', + 'shortcuts_interface' => 'Interface Keyboard Shortcuts', + 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', + 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', + 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', + 'shortcuts_section_navigation' => 'Navigation', + 'shortcuts_section_actions' => 'Common Actions', + 'shortcuts_save' => 'Save Shortcuts', + 'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.', + 'shortcuts_update_success' => 'Shortcut preferences have been updated!', +]; \ No newline at end of file diff --git a/resources/lang/hr/settings.php b/resources/lang/hr/settings.php index 6fdab220e..c13a53170 100644 --- a/resources/lang/hr/settings.php +++ b/resources/lang/hr/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'Uloge', 'role_user_roles' => 'Uloge korisnika', + 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', + 'roles_x_users_assigned' => '1 user assigned|:count users assigned', + 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_assigned_users' => 'Assigned Users', + 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'Stvori novu ulogu', 'role_create_success' => 'Uloga uspješno stvorena', 'role_delete' => 'Izbriši ulogu', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'Korisnici', + 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'Profil korisnika', 'users_add_new' => 'Dodajte novog korisnika', 'users_search' => 'Pretražite korisnike', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'Webhooks', + 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', + 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', 'webhooks_create' => 'Create New Webhook', 'webhooks_none_created' => 'No webhooks have yet been created.', 'webhooks_edit' => 'Edit Webhook', diff --git a/resources/lang/hu/auth.php b/resources/lang/hu/auth.php index 6eafdd565..f7c30551f 100644 --- a/resources/lang/hu/auth.php +++ b/resources/lang/hu/auth.php @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'Az email megerősítés kötelező, de a rendszer nem tudta elküldeni az emailt. Fel kell venni a kapcsolatot az adminisztrátorral és meg kell győződni róla, hogy az email beállítások megfelelőek.', 'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.', 'email_confirm_resent' => 'Megerősítő email újraküldve. Ellenőrizni kell a bejövő üzeneteket.', + 'email_confirm_thanks' => 'Thanks for confirming!', + 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'Az email cím nincs megerősítve', 'email_not_confirmed_text' => 'Az email cím még nincs megerősítve.', diff --git a/resources/lang/hu/common.php b/resources/lang/hu/common.php index 156844d9f..07a76681f 100644 --- a/resources/lang/hu/common.php +++ b/resources/lang/hu/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'Műveletek', 'view' => 'Megtekintés', 'view_all' => 'Összes megtekintése', + 'new' => 'New', 'create' => 'Létrehozás', 'update' => 'Frissítés', 'edit' => 'Szerkesztés', @@ -80,12 +81,14 @@ return [ 'none' => 'Egyik sem', // Header + 'homepage' => 'Homepage', 'header_menu_expand' => 'Expand Header Menu', 'profile_menu' => 'Profil menü', 'view_profile' => 'Profil megtekintése', 'edit_profile' => 'Profil szerkesztése', 'dark_mode' => 'Sötét mód', 'light_mode' => 'Világos mód', + 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'Információ', diff --git a/resources/lang/hu/editor.php b/resources/lang/hu/editor.php index 828dea6e1..4662cf455 100644 --- a/resources/lang/hu/editor.php +++ b/resources/lang/hu/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Megjelenő szöveg', 'title' => 'Cím', - 'open_link' => 'Hivatkozás megnyitása...', + 'open_link' => 'Open link', + 'open_link_in' => 'Open link in...', 'open_link_current' => 'Aktuális ablak', 'open_link_new' => 'Új ablak', + 'remove_link' => 'Remove link', 'insert_collapsible' => 'Insert collapsible block', 'collapsible_unwrap' => 'Unwrap', 'edit_label' => 'Címke szerkesztése', diff --git a/resources/lang/hu/entities.php b/resources/lang/hu/entities.php index 55c1524ed..0c91cdcd3 100644 --- a/resources/lang/hu/entities.php +++ b/resources/lang/hu/entities.php @@ -50,6 +50,7 @@ return [ 'permissions_role_everyone_else' => 'Everyone Else', 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', 'permissions_role_override' => 'Override permissions for role', + 'permissions_inherit_defaults' => 'Inherit defaults', // Search 'search_results' => 'Keresési eredmények', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'Kép beillesztése', 'pages_md_insert_link' => 'Entitás hivatkozás beillesztése', 'pages_md_insert_drawing' => 'Rajz beillesztése', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'Az oldal nincs fejezetben', 'pages_move' => 'Oldal áthelyezése', 'pages_move_success' => 'Oldal áthelyezve ide: ":parentName"', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'Oldal jogosultságok frissítve', 'pages_revision' => 'Változat', 'pages_revisions' => 'Oldal változatai', + 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', 'pages_revisions_named' => ':pageName oldal változatai', 'pages_revision_named' => ':pageName oldal változata', 'pages_revision_restored_from' => 'Restored from #:id; :summary', 'pages_revisions_created_by' => 'Létrehozta:', 'pages_revisions_date' => 'Változat dátuma', 'pages_revisions_number' => '#', + 'pages_revisions_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'Változat #:id', 'pages_revisions_numbered_changes' => '#:id változat módosításai', 'pages_revisions_editor' => 'Editor Type', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'Polc címkék', 'tag' => 'Címke', 'tags' => 'Címkék', + 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', 'tag_name' => 'Címkenév', 'tag_value' => 'Címke érték (nem kötelező)', 'tags_explain' => "Címkék hozzáadása a tartalom jobb kategorizálásához.\nA mélyebb szervezettség megvalósításához hozzá lehet rendelni egy értéket a címkéhez.", diff --git a/resources/lang/hu/preferences.php b/resources/lang/hu/preferences.php new file mode 100644 index 000000000..e9a47461b --- /dev/null +++ b/resources/lang/hu/preferences.php @@ -0,0 +1,18 @@ + 'Shortcuts', + 'shortcuts_interface' => 'Interface Keyboard Shortcuts', + 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', + 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', + 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', + 'shortcuts_section_navigation' => 'Navigation', + 'shortcuts_section_actions' => 'Common Actions', + 'shortcuts_save' => 'Save Shortcuts', + 'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.', + 'shortcuts_update_success' => 'Shortcut preferences have been updated!', +]; \ No newline at end of file diff --git a/resources/lang/hu/settings.php b/resources/lang/hu/settings.php index 1707dee49..2014c2a9d 100644 --- a/resources/lang/hu/settings.php +++ b/resources/lang/hu/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'Szerepkörök', 'role_user_roles' => 'Felhasználói szerepkörök', + 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', + 'roles_x_users_assigned' => '1 user assigned|:count users assigned', + 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_assigned_users' => 'Assigned Users', + 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'Új szerepkör létrehozása', 'role_create_success' => 'Szerepkör sikeresen létrehozva', 'role_delete' => 'Szerepkör törlése', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'Felhasználók', + 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'Felhasználói profil', 'users_add_new' => 'Új felhasználó hozzáadása', 'users_search' => 'Felhasználók keresése', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'Webhooks', + 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', + 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', 'webhooks_create' => 'Create New Webhook', 'webhooks_none_created' => 'No webhooks have yet been created.', 'webhooks_edit' => 'Edit Webhook', diff --git a/resources/lang/id/auth.php b/resources/lang/id/auth.php index 694d6754f..bc871c496 100644 --- a/resources/lang/id/auth.php +++ b/resources/lang/id/auth.php @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'Konfirmasi email diperlukan tetapi sistem tidak dapat mengirim email. Hubungi admin untuk memastikan email disiapkan dengan benar.', 'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.', 'email_confirm_resent' => 'Email konfirmasi dikirim ulang, Harap periksa kotak masuk Anda.', + 'email_confirm_thanks' => 'Thanks for confirming!', + 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'Alamat Email Tidak Dikonfirmasi', 'email_not_confirmed_text' => 'Alamat email Anda belum dikonfirmasi.', diff --git a/resources/lang/id/common.php b/resources/lang/id/common.php index 8554e088e..c6e1fa8b1 100644 --- a/resources/lang/id/common.php +++ b/resources/lang/id/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'Tindakan', 'view' => 'Lihat', 'view_all' => 'Lihat Semua', + 'new' => 'New', 'create' => 'Buat', 'update' => 'Perbarui', 'edit' => 'Sunting', @@ -80,12 +81,14 @@ return [ 'none' => 'None', // Header + 'homepage' => 'Homepage', 'header_menu_expand' => 'Perluas Menu Tajuk', 'profile_menu' => 'Menu Profil', 'view_profile' => 'Tampilkan Profil', 'edit_profile' => 'Sunting Profil', 'dark_mode' => 'Mode Gelap', 'light_mode' => 'Mode Terang', + 'global_search' => 'Global Search', // Layout tabs 'tab_info' => 'Informasi', diff --git a/resources/lang/id/editor.php b/resources/lang/id/editor.php index 42a7b10c5..18d85733f 100644 --- a/resources/lang/id/editor.php +++ b/resources/lang/id/editor.php @@ -45,12 +45,12 @@ return [ 'underline' => 'Garis Bawah', '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', + 'subscript' => 'Berlangganan', + 'text_color' => 'Warna teks', + 'custom_color' => 'Warna khusus', + 'remove_color' => 'Hapus Warna', + 'background_color' => 'Warna latar', + 'align_left' => 'Rata Kiri', 'align_center' => 'Align center', 'align_right' => 'Align right', 'align_justify' => 'Justify', @@ -144,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Text to display', 'title' => 'Title', - 'open_link' => 'Open link in...', + 'open_link' => 'Open link', + 'open_link_in' => 'Open link in...', 'open_link_current' => 'Current window', 'open_link_new' => 'New window', + 'remove_link' => 'Remove link', 'insert_collapsible' => 'Insert collapsible block', 'collapsible_unwrap' => 'Unwrap', 'edit_label' => 'Edit label', diff --git a/resources/lang/id/entities.php b/resources/lang/id/entities.php index db2d7f8b9..fba8a1ed4 100644 --- a/resources/lang/id/entities.php +++ b/resources/lang/id/entities.php @@ -50,6 +50,7 @@ return [ 'permissions_role_everyone_else' => 'Everyone Else', 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', 'permissions_role_override' => 'Override permissions for role', + 'permissions_inherit_defaults' => 'Inherit defaults', // Search 'search_results' => 'Hasil Pencarian', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'Sisipkan Gambar', 'pages_md_insert_link' => 'Sisipkan Tautan Entitas', 'pages_md_insert_drawing' => 'Sisipkan Gambar', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'Halaman tidak dalam satu bab', 'pages_move' => 'Pindahkan Halaman', 'pages_move_success' => 'Halaman dipindahkan ke ":parentName"', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'Izin halaman diperbarui', 'pages_revision' => 'Revisi', 'pages_revisions' => 'Revisi Halaman', + 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', 'pages_revisions_named' => 'Revisi Halaman untuk :pageName', 'pages_revision_named' => 'Revisi Halaman untuk :pageName', 'pages_revision_restored_from' => 'Dipulihkan dari #:id; :summary', 'pages_revisions_created_by' => 'Dibuat Oleh', 'pages_revisions_date' => 'Tanggal Revisi', 'pages_revisions_number' => '#', + 'pages_revisions_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'Revisi #:id', 'pages_revisions_numbered_changes' => 'Revisi #:id Berubah', 'pages_revisions_editor' => 'Editor Type', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'Tag Rak', 'tag' => 'Tag', 'tags' => 'Semua Tag', + 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', 'tag_name' => 'Nama Tag', 'tag_value' => 'Nilai Tag (opsional)', 'tags_explain' => "Tambahkan beberapa tag untuk mengkategorikan konten Anda dengan lebih baik.\n Anda dapat menetapkan nilai ke tag untuk pengaturan yang lebih mendalam.", diff --git a/resources/lang/id/preferences.php b/resources/lang/id/preferences.php new file mode 100644 index 000000000..e9a47461b --- /dev/null +++ b/resources/lang/id/preferences.php @@ -0,0 +1,18 @@ + 'Shortcuts', + 'shortcuts_interface' => 'Interface Keyboard Shortcuts', + 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', + 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', + 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', + 'shortcuts_section_navigation' => 'Navigation', + 'shortcuts_section_actions' => 'Common Actions', + 'shortcuts_save' => 'Save Shortcuts', + 'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.', + 'shortcuts_update_success' => 'Shortcut preferences have been updated!', +]; \ No newline at end of file diff --git a/resources/lang/id/settings.php b/resources/lang/id/settings.php index 2315e763f..4da41917f 100644 --- a/resources/lang/id/settings.php +++ b/resources/lang/id/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'Peran', 'role_user_roles' => 'Peran Pengguna', + 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', + 'roles_x_users_assigned' => '1 user assigned|:count users assigned', + 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_assigned_users' => 'Assigned Users', + 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => 'Buat Peran Baru', 'role_create_success' => 'Peran berhasil dibuat', 'role_delete' => 'Hapus Peran', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'Pengguna', + 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'Profil Pengguna', 'users_add_new' => 'Tambahkan pengguna baru', 'users_search' => 'Cari Pengguna', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'Webhooks', + 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', + 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', 'webhooks_create' => 'Create New Webhook', 'webhooks_none_created' => 'No webhooks have yet been created.', 'webhooks_edit' => 'Edit Webhook', diff --git a/resources/lang/it/auth.php b/resources/lang/it/auth.php index 62a7a6943..b9bc685aa 100755 --- a/resources/lang/it/auth.php +++ b/resources/lang/it/auth.php @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'La conferma della mail è richiesta ma non è stato possibile mandare la mail. Contatta l\'amministratore.', 'email_confirm_success' => 'La tua email è stata confermata! Ora dovresti essere in grado di effettuare il login utilizzando questo indirizzo email.', 'email_confirm_resent' => 'Mail di conferma reinviata, controlla la tua posta.', + 'email_confirm_thanks' => 'Grazie per la conferma!', + 'email_confirm_thanks_desc' => 'Attendere un momento mentre la conferma viene gestita. Se non si è reindirizzati dopo 3 secondi, premere il link "Continua" qui sotto per procedere.', 'email_not_confirmed' => 'Indirizzo Email Non Confermato', 'email_not_confirmed_text' => 'Il tuo indirizzo email non è ancora stato confermato.', diff --git a/resources/lang/it/common.php b/resources/lang/it/common.php index b97016403..a63fcd718 100755 --- a/resources/lang/it/common.php +++ b/resources/lang/it/common.php @@ -25,6 +25,7 @@ return [ 'actions' => 'Azioni', 'view' => 'Visualizza', 'view_all' => 'Vedi tutto', + 'new' => 'Nuovo', 'create' => 'Crea', 'update' => 'Aggiorna', 'edit' => 'Modifica', @@ -80,12 +81,14 @@ return [ 'none' => 'Nessuno', // Header + 'homepage' => 'Homepage', 'header_menu_expand' => 'Espandi Menù Intestazione', 'profile_menu' => 'Menù del profilo', 'view_profile' => 'Visualizza Profilo', 'edit_profile' => 'Modifica Profilo', 'dark_mode' => 'Modalità Scura', 'light_mode' => 'Modalità Chiara', + 'global_search' => 'Ricerca Globale', // Layout tabs 'tab_info' => 'Info', diff --git a/resources/lang/it/editor.php b/resources/lang/it/editor.php index 39ea9fefb..6d3af8343 100644 --- a/resources/lang/it/editor.php +++ b/resources/lang/it/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'URL', 'text_to_display' => 'Testo da visualizzare', 'title' => 'Titolo', - 'open_link' => 'Apri collegamento in...', + 'open_link' => 'Apri collegamento', + 'open_link_in' => 'Apri collegamento in...', 'open_link_current' => 'Finestra corrente', 'open_link_new' => 'Nuova finestra', + 'remove_link' => 'Rimuovi collegamento', 'insert_collapsible' => 'Inserisci blocco collassabile', 'collapsible_unwrap' => 'Espandi', 'edit_label' => 'Modifica etichetta', diff --git a/resources/lang/it/entities.php b/resources/lang/it/entities.php index 41b792a7d..2e8f76e27 100755 --- a/resources/lang/it/entities.php +++ b/resources/lang/it/entities.php @@ -50,6 +50,7 @@ return [ 'permissions_role_everyone_else' => 'Tutti Gli Altri', 'permissions_role_everyone_else_desc' => 'Imposta i permessi per tutti i ruoli non specificamente sovrascritti.', 'permissions_role_override' => 'Sovrascrivere i permessi per il ruolo', + 'permissions_inherit_defaults' => 'Eredita predefinite', // Search 'search_results' => 'Risultati Ricerca', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => 'Inserisci Immagina', 'pages_md_insert_link' => 'Inserisci Link Entità', 'pages_md_insert_drawing' => 'Inserisci Disegno', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'La pagina non è in un capitolo', 'pages_move' => 'Muovi Pagina', 'pages_move_success' => 'Pagina mossa in ":parentName"', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'Permessi pagina aggiornati', 'pages_revision' => 'Versione', 'pages_revisions' => 'Versioni Pagina', + 'pages_revisions_desc' => 'Di seguito sono elencate tutte le revisioni precedenti di questa pagina. È possibile consultare, confrontare e ripristinare le vecchie versioni della pagina, se le autorizzazioni lo consentono. La cronologia completa della pagina potrebbe non essere riportata qui, poiché, a seconda della configurazione del sistema, le vecchie revisioni potrebbero essere cancellate automaticamente.', 'pages_revisions_named' => 'Versioni della pagina :pageName', 'pages_revision_named' => 'Versione della pagina :pageName', 'pages_revision_restored_from' => 'Ripristinato da #:id; :summary', 'pages_revisions_created_by' => 'Creata Da', 'pages_revisions_date' => 'Data Versione', 'pages_revisions_number' => '#', + 'pages_revisions_sort_number' => 'Numero Revisione', 'pages_revisions_numbered' => 'Revisione #:id', 'pages_revisions_numbered_changes' => 'Modifiche Revisione #:id', 'pages_revisions_editor' => 'Tipo Di Editor', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => 'Tag Libreria', 'tag' => 'Tag', 'tags' => 'Tag', + 'tags_index_desc' => 'I tag possono essere applicati ai contenuti del sistema per applicare una forma flessibile di categorizzazione. I tag possono avere contemporaneamente una chiave e un valore, mentre il valore è opzionale. Una volta applicati, i contenuti possono essere interrogati utilizzando il nome e il valore del tag.', 'tag_name' => 'Nome Tag', 'tag_value' => 'Valore (Opzionale)', 'tags_explain' => "Aggiungi tag per categorizzare meglio il contenuto. \n Puoi assegnare un valore ai tag per una migliore organizzazione.", diff --git a/resources/lang/it/preferences.php b/resources/lang/it/preferences.php new file mode 100644 index 000000000..06cc17280 --- /dev/null +++ b/resources/lang/it/preferences.php @@ -0,0 +1,18 @@ + 'Scorciatoie', + 'shortcuts_interface' => 'Interfaccia scorciatoie da tastiera', + 'shortcuts_toggle_desc' => 'Qui puoi abilitare o disabilitare le scorciatoie dell\'interfaccia di sistema da tastiera, utilizzate per la navigazione e le azioni.', + 'shortcuts_customize_desc' => 'È possibile personalizzare ciascuna delle scorciatoie riportate di seguito. È sufficiente premere la combinazione di tasti desiderata dopo aver selezionato l\'input per una scelta rapida.', + 'shortcuts_toggle_label' => 'Scorciatoie da tastiera attivate', + 'shortcuts_section_navigation' => 'Navigazione', + 'shortcuts_section_actions' => 'Azioni Comuni', + 'shortcuts_save' => 'Salva Scorciatoie', + 'shortcuts_overlay_desc' => 'Nota: quando le scorciatoie sono abilitate, premendo "?" è possibile visualizzare le scorciatoie disponibili per le azioni attualmente visibili sullo schermo.', + 'shortcuts_update_success' => 'Le preferenze delle scorciatoie sono state aggiornate!', +]; \ No newline at end of file diff --git a/resources/lang/it/settings.php b/resources/lang/it/settings.php index 776d5edec..6776c2cb9 100755 --- a/resources/lang/it/settings.php +++ b/resources/lang/it/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => 'Ruoli', 'role_user_roles' => 'Ruoli Utente', + 'roles_index_desc' => 'I ruoli sono utilizzati per raggruppare gli utenti e fornire ai loro membri i permessi di sistema. Quando un utente è membro di più ruoli, i privilegi concessi si sovrappongono e l\'utente eredita tutte le abilità.', + 'roles_x_users_assigned' => '1 utente assegnato|:count utenti assegnati', + 'roles_x_permissions_provided' => '1 permesso|:count permessi', + 'roles_assigned_users' => 'Utenti Assegnati', + 'roles_permissions_provided' => 'Autorizzazioni fornite', 'role_create' => 'Crea Nuovo Ruolo', 'role_create_success' => 'Ruolo creato correttamente', 'role_delete' => 'Elimina Ruolo', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'Utenti', + 'users_index_desc' => 'Crea e gestisci account utente individuali all\'interno del sistema. Gli account utente sono utilizzati per il login e l\'attribuzione di contenuti e attività. Le autorizzazioni di accesso sono principalmente basate sui ruoli, ma la proprietà dei contenuti dell\'utente, insieme ad altri fattori, può influenzare le autorizzazioni e l\'accesso.', 'user_profile' => 'Profilo Utente', 'users_add_new' => 'Aggiungi Nuovo Utente', 'users_search' => 'Cerca Utenti', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'Webhooks', + 'webhooks_index_desc' => 'I webhook sono un modo per inviare dati a URL esterne quando si verificano determinate azioni ed eventi all\'interno del sistema, consentendo l\'integrazione basata sugli eventi con piattaforme esterne, come sistemi di messaggistica o di notifica.', + 'webhooks_x_trigger_events' => '1 evento trigger|:count eventi trigger', 'webhooks_create' => 'Crea Nuovo Webhook', 'webhooks_none_created' => 'Nessun webhook è stato creato.', 'webhooks_edit' => 'Modifica Webhook', diff --git a/resources/lang/ja/auth.php b/resources/lang/ja/auth.php index 1598ee24b..98c49822c 100644 --- a/resources/lang/ja/auth.php +++ b/resources/lang/ja/auth.php @@ -61,6 +61,8 @@ return [ 'email_confirm_send_error' => 'Eメールの確認が必要でしたが、システム上でEメールの送信ができませんでした。管理者に連絡し、Eメールが正しく設定されていることを確認してください。', 'email_confirm_success' => 'メールアドレスが確認されました!このメールアドレスでログインできるようになりました。', 'email_confirm_resent' => '確認メールを再送信しました。受信トレイを確認してください。', + 'email_confirm_thanks' => 'Thanks for confirming!', + 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', 'email_not_confirmed' => 'Eメールアドレスが確認できていません', 'email_not_confirmed_text' => 'Eメールアドレスの確認が完了していません。', diff --git a/resources/lang/ja/common.php b/resources/lang/ja/common.php index 82429bd76..90b587d54 100644 --- a/resources/lang/ja/common.php +++ b/resources/lang/ja/common.php @@ -25,6 +25,7 @@ return [ 'actions' => '実行', 'view' => '表示', 'view_all' => 'すべて表示', + 'new' => 'New', 'create' => '作成', 'update' => '更新', 'edit' => '編集', @@ -80,12 +81,14 @@ return [ 'none' => 'なし', // Header + 'homepage' => 'Homepage', 'header_menu_expand' => 'ヘッダーメニューを展開', 'profile_menu' => 'プロフィールメニュー', 'view_profile' => 'プロフィール表示', 'edit_profile' => 'プロフィール編集', 'dark_mode' => 'ダークモード', 'light_mode' => 'ライトモード', + 'global_search' => 'Global Search', // Layout tabs 'tab_info' => '情報', diff --git a/resources/lang/ja/editor.php b/resources/lang/ja/editor.php index 0e13bb907..d3a36019d 100644 --- a/resources/lang/ja/editor.php +++ b/resources/lang/ja/editor.php @@ -144,9 +144,11 @@ return [ 'url' => 'リンク先URL', 'text_to_display' => 'リンク元テキスト', 'title' => 'タイトル', - 'open_link' => 'リンクの開き方...', + 'open_link' => 'Open link', + 'open_link_in' => 'Open link in...', 'open_link_current' => '同じウィンドウ', 'open_link_new' => '新規ウィンドウ', + 'remove_link' => 'Remove link', 'insert_collapsible' => '折りたたみブロックを追加', 'collapsible_unwrap' => 'ブロックの解除', 'edit_label' => 'ラベルを編集', diff --git a/resources/lang/ja/entities.php b/resources/lang/ja/entities.php index ab0774d43..e3613c380 100644 --- a/resources/lang/ja/entities.php +++ b/resources/lang/ja/entities.php @@ -50,6 +50,7 @@ return [ 'permissions_role_everyone_else' => 'Everyone Else', 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', 'permissions_role_override' => 'Override permissions for role', + 'permissions_inherit_defaults' => 'Inherit defaults', // Search 'search_results' => '検索結果', @@ -223,6 +224,8 @@ return [ 'pages_md_insert_image' => '画像を挿入', 'pages_md_insert_link' => 'エンティティへのリンクを挿入', 'pages_md_insert_drawing' => '描画を追加', + 'pages_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', 'pages_not_in_chapter' => 'チャプターが設定されていません', 'pages_move' => 'ページを移動', 'pages_move_success' => 'ページを ":parentName" へ移動しました', @@ -233,12 +236,14 @@ return [ 'pages_permissions_success' => 'ページの権限を更新しました', 'pages_revision' => '編集履歴', 'pages_revisions' => '編集履歴', + 'pages_revisions_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', 'pages_revisions_named' => ':pageName のリビジョン', 'pages_revision_named' => ':pageName のリビジョン', 'pages_revision_restored_from' => '#:id :summary から復元', 'pages_revisions_created_by' => '作成者', 'pages_revisions_date' => '日付', 'pages_revisions_number' => '#', + 'pages_revisions_sort_number' => 'Revision Number', 'pages_revisions_numbered' => 'リビジョン #:id', 'pages_revisions_numbered_changes' => 'リビジョン #:id の変更', 'pages_revisions_editor' => 'エディタの種類', @@ -275,6 +280,7 @@ return [ 'shelf_tags' => '本棚のタグ', 'tag' => 'タグ', 'tags' => 'タグ', + 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', 'tag_name' => 'タグの名前', 'tag_value' => '内容 (オプション)', 'tags_explain' => "タグを設定すると、コンテンツの管理が容易になります。\nより高度な管理をしたい場合、タグに内容を設定できます。", diff --git a/resources/lang/ja/preferences.php b/resources/lang/ja/preferences.php new file mode 100644 index 000000000..e9a47461b --- /dev/null +++ b/resources/lang/ja/preferences.php @@ -0,0 +1,18 @@ + 'Shortcuts', + 'shortcuts_interface' => 'Interface Keyboard Shortcuts', + 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', + 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', + 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', + 'shortcuts_section_navigation' => 'Navigation', + 'shortcuts_section_actions' => 'Common Actions', + 'shortcuts_save' => 'Save Shortcuts', + 'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.', + 'shortcuts_update_success' => 'Shortcut preferences have been updated!', +]; \ No newline at end of file diff --git a/resources/lang/ja/settings.php b/resources/lang/ja/settings.php index ed2fc40fd..a36271949 100644 --- a/resources/lang/ja/settings.php +++ b/resources/lang/ja/settings.php @@ -133,6 +133,11 @@ return [ // Role Settings 'roles' => '役割', 'role_user_roles' => '役割', + 'roles_index_desc' => 'Roles are used to group users & provide system permission to their members. When a user is a member of multiple roles the privileges granted will stack and the user will inherit all abilities.', + 'roles_x_users_assigned' => '1 user assigned|:count users assigned', + 'roles_x_permissions_provided' => '1 permission|:count permissions', + 'roles_assigned_users' => 'Assigned Users', + 'roles_permissions_provided' => 'Provided Permissions', 'role_create' => '役割を作成', 'role_create_success' => '役割を作成しました', 'role_delete' => '役割を削除', @@ -172,6 +177,7 @@ return [ // Users 'users' => 'ユーザー', + 'users_index_desc' => 'Create & manage individual user accounts within the system. User accounts are used for login and attribution of content & activity. Access permissions are primarily role-based but user content ownership, among other factors, may also affect permissions & access.', 'user_profile' => 'ユーザプロフィール', 'users_add_new' => 'ユーザーを追加', 'users_search' => 'ユーザー検索', @@ -241,6 +247,8 @@ return [ // Webhooks 'webhooks' => 'Webhook', + 'webhooks_index_desc' => 'Webhooks are a way to send data to external URLs when certain actions and events occur within the system which allows event-based integration with external platforms such as messaging or notification systems.', + 'webhooks_x_trigger_events' => '1 trigger event|:count trigger events', 'webhooks_create' => 'Webhookを作成', 'webhooks_none_created' => 'Webhookはまだ作成されていません。', 'webhooks_edit' => 'Webhookを編集', diff --git a/resources/lang/ka/activities.php b/resources/lang/ka/activities.php new file mode 100644 index 000000000..f348bff1f --- /dev/null +++ b/resources/lang/ka/activities.php @@ -0,0 +1,73 @@ + 'created page', + 'page_create_notification' => 'Page successfully created', + 'page_update' => 'updated page', + 'page_update_notification' => 'Page successfully updated', + 'page_delete' => 'deleted page', + 'page_delete_notification' => 'Page successfully deleted', + 'page_restore' => 'restored page', + 'page_restore_notification' => 'Page successfully restored', + 'page_move' => 'moved page', + + // Chapters + 'chapter_create' => 'created chapter', + 'chapter_create_notification' => 'Chapter successfully created', + 'chapter_update' => 'updated chapter', + 'chapter_update_notification' => 'Chapter successfully updated', + 'chapter_delete' => 'deleted chapter', + 'chapter_delete_notification' => 'Chapter successfully deleted', + 'chapter_move' => 'moved chapter', + + // Books + 'book_create' => 'created book', + 'book_create_notification' => 'Book successfully created', + 'book_create_from_chapter' => 'converted chapter to book', + 'book_create_from_chapter_notification' => 'Chapter successfully converted to a book', + 'book_update' => 'updated book', + 'book_update_notification' => 'Book successfully updated', + 'book_delete' => 'deleted book', + 'book_delete_notification' => 'Book successfully deleted', + 'book_sort' => 'sorted book', + 'book_sort_notification' => 'Book successfully re-sorted', + + // Bookshelves + 'bookshelf_create' => 'created shelf', + 'bookshelf_create_notification' => 'Shelf successfully created', + 'bookshelf_create_from_book' => 'converted book to shelf', + 'bookshelf_create_from_book_notification' => 'Book successfully converted to a shelf', + 'bookshelf_update' => 'updated shelf', + 'bookshelf_update_notification' => 'Shelf successfully updated', + 'bookshelf_delete' => 'deleted shelf', + 'bookshelf_delete_notification' => 'Shelf successfully deleted', + + // Favourites + 'favourite_add_notification' => '":name" has been added to your favourites', + 'favourite_remove_notification' => '":name" has been removed from your favourites', + + // MFA + 'mfa_setup_method_notification' => 'Multi-factor method successfully configured', + 'mfa_remove_method_notification' => 'Multi-factor method successfully removed', + + // 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', + + // Users + 'user_update_notification' => 'User successfully updated', + 'user_delete_notification' => 'User successfully removed', + + // Other + 'commented_on' => 'commented on', + 'permissions_update' => 'updated permissions', +]; diff --git a/resources/lang/ka/auth.php b/resources/lang/ka/auth.php new file mode 100644 index 000000000..dc4b242a0 --- /dev/null +++ b/resources/lang/ka/auth.php @@ -0,0 +1,117 @@ + 'These credentials do not match our records.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + + // Login & Register + 'sign_up' => 'Sign up', + 'log_in' => 'Log in', + 'log_in_with' => 'Login with :socialDriver', + 'sign_up_with' => 'Sign up with :socialDriver', + 'logout' => 'Logout', + + 'name' => 'Name', + 'username' => 'Username', + 'email' => 'Email', + 'password' => 'Password', + 'password_confirm' => 'Confirm Password', + 'password_hint' => 'Must be at least 8 characters', + 'forgot_password' => 'Forgot Password?', + 'remember_me' => 'Remember Me', + 'ldap_email_hint' => 'Please enter an email to use for this account.', + 'create_account' => 'Create Account', + 'already_have_account' => 'Already have an account?', + 'dont_have_account' => 'Don\'t have an account?', + 'social_login' => 'Social Login', + 'social_registration' => 'Social Registration', + 'social_registration_text' => 'Register and sign in using another service.', + + 'register_thanks' => 'Thanks for registering!', + 'register_confirm' => 'Please check your email and click the confirmation button to access :appName.', + 'registrations_disabled' => 'Registrations are currently disabled', + 'registration_email_domain_invalid' => 'That email domain does not have access to this application', + 'register_success' => 'Thanks for signing up! You are now registered and signed in.', + + // Login auto-initiation + 'auto_init_starting' => 'Attempting Login', + 'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.', + 'auto_init_start_link' => 'Proceed with authentication', + + // Password Reset + 'reset_password' => 'Reset Password', + 'reset_password_send_instructions' => 'Enter your email below and you will be sent an email with a password reset link.', + 'reset_password_send_button' => 'Send Reset Link', + 'reset_password_sent' => 'A password reset link will be sent to :email if that email address is found in the system.', + 'reset_password_success' => 'Your password has been successfully reset.', + 'email_reset_subject' => 'Reset your :appName password', + 'email_reset_text' => 'You are receiving this email because we received a password reset request for your account.', + 'email_reset_not_requested' => 'If you did not request a password reset, no further action is required.', + + // Email Confirmation + 'email_confirm_subject' => 'Confirm your email on :appName', + 'email_confirm_greeting' => 'Thanks for joining :appName!', + 'email_confirm_text' => 'Please confirm your email address by clicking the button below:', + 'email_confirm_action' => 'Confirm Email', + 'email_confirm_send_error' => 'Email confirmation required but the system could not send the email. Contact the admin to ensure email is set up correctly.', + 'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.', + 'email_confirm_resent' => 'Confirmation email resent, Please check your inbox.', + 'email_confirm_thanks' => 'Thanks for confirming!', + 'email_confirm_thanks_desc' => 'Please wait a moment while your confirmation is handled. If you are not redirected after 3 seconds press the "Continue" link below to proceed.', + + 'email_not_confirmed' => 'Email Address Not Confirmed', + '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' => 'Resend Confirmation Email', + + // User Invite + 'user_invite_email_subject' => 'You have been invited to join :appName!', + 'user_invite_email_greeting' => 'An account has been created for you on :appName.', + 'user_invite_email_text' => 'Click the button below to set an account password and gain access:', + 'user_invite_email_action' => 'Set Account Password', + 'user_invite_page_welcome' => 'Welcome to :appName!', + 'user_invite_page_text' => 'To finalise your account and gain access you need to set a password which will be used to log-in to :appName on future visits.', + 'user_invite_page_confirm_button' => 'Confirm Password', + 'user_invite_success_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' => '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.', +]; diff --git a/resources/lang/ka/common.php b/resources/lang/ka/common.php new file mode 100644 index 000000000..c74dcc907 --- /dev/null +++ b/resources/lang/ka/common.php @@ -0,0 +1,107 @@ + 'Cancel', + 'confirm' => 'Confirm', + 'back' => 'Back', + 'save' => 'Save', + 'continue' => 'Continue', + 'select' => 'Select', + 'toggle_all' => 'Toggle All', + 'more' => 'More', + + // Form Labels + 'name' => 'Name', + 'description' => 'Description', + 'role' => 'Role', + 'cover_image' => 'Cover image', + 'cover_image_description' => 'This image should be approx 440x250px.', + + // Actions + 'actions' => 'Actions', + 'view' => 'View', + 'view_all' => 'View All', + 'new' => 'New', + 'create' => 'Create', + 'update' => 'Update', + 'edit' => 'Edit', + 'sort' => 'Sort', + 'move' => 'Move', + 'copy' => 'Copy', + 'reply' => 'Reply', + 'delete' => 'Delete', + 'delete_confirm' => 'Confirm Deletion', + 'search' => 'Search', + 'search_clear' => 'Clear Search', + 'reset' => 'Reset', + 'remove' => 'Remove', + 'add' => 'Add', + 'configure' => 'Configure', + 'fullscreen' => 'Fullscreen', + 'favourite' => 'Favourite', + 'unfavourite' => 'Unfavourite', + 'next' => 'Next', + 'previous' => 'Previous', + 'filter_active' => 'Active Filter:', + 'filter_clear' => 'Clear Filter', + 'download' => 'Download', + 'open_in_tab' => 'Open in Tab', + + // Sort Options + 'sort_options' => 'Sort Options', + 'sort_direction_toggle' => 'Sort Direction Toggle', + 'sort_ascending' => 'Sort Ascending', + 'sort_descending' => 'Sort Descending', + 'sort_name' => 'Name', + 'sort_default' => 'Default', + 'sort_created_at' => 'Created Date', + 'sort_updated_at' => 'Updated Date', + + // Misc + 'deleted_user' => 'Deleted User', + 'no_activity' => 'No activity to show', + 'no_items' => 'No items available', + 'back_to_top' => 'Back to top', + 'skip_to_main_content' => 'Skip to main content', + 'toggle_details' => 'Toggle Details', + 'toggle_thumbnails' => 'Toggle Thumbnails', + 'details' => 'Details', + 'grid_view' => 'Grid View', + 'list_view' => 'List View', + 'default' => 'Default', + 'breadcrumb' => 'Breadcrumb', + 'status' => 'Status', + 'status_active' => 'Active', + 'status_inactive' => 'Inactive', + 'never' => 'Never', + 'none' => 'None', + + // Header + 'homepage' => 'Homepage', + 'header_menu_expand' => 'Expand Header Menu', + 'profile_menu' => 'Profile Menu', + 'view_profile' => 'View Profile', + 'edit_profile' => 'Edit Profile', + 'dark_mode' => 'Dark Mode', + 'light_mode' => 'Light Mode', + 'global_search' => 'Global Search', + + // Layout tabs + 'tab_info' => 'Info', + 'tab_info_label' => 'Tab: Show Secondary Information', + 'tab_content' => 'Content', + 'tab_content_label' => 'Tab: Show Primary Content', + + // Email Content + 'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:', + 'email_rights' => 'All rights reserved', + + // Footer Link Options + // Not directly used but available for convenience to users. + 'privacy_policy' => 'Privacy Policy', + 'terms_of_service' => 'Terms of Service', +]; diff --git a/resources/lang/ka/components.php b/resources/lang/ka/components.php new file mode 100644 index 000000000..48a0a32fa --- /dev/null +++ b/resources/lang/ka/components.php @@ -0,0 +1,34 @@ + 'Image Select', + 'image_all' => 'All', + 'image_all_title' => 'View all images', + 'image_book_title' => 'View images uploaded to this book', + 'image_page_title' => 'View images uploaded to this page', + 'image_search_hint' => 'Search by image name', + 'image_uploaded' => 'Uploaded :uploadedDate', + 'image_load_more' => 'Load More', + 'image_image_name' => 'Image Name', + 'image_delete_used' => 'This image is used in the pages below.', + 'image_delete_confirm_text' => 'Are you sure you want to delete this image?', + 'image_select_image' => 'Select Image', + 'image_dropzone' => 'Drop images or click here to upload', + 'images_deleted' => 'Images Deleted', + 'image_preview' => 'Image Preview', + 'image_upload_success' => 'Image uploaded successfully', + 'image_update_success' => 'Image details successfully updated', + 'image_delete_success' => 'Image successfully deleted', + 'image_upload_remove' => 'Remove', + + // Code Editor + 'code_editor' => 'Edit Code', + 'code_language' => 'Code Language', + 'code_content' => 'Code Content', + 'code_session_history' => 'Session History', + 'code_save' => 'Save Code', +]; diff --git a/resources/lang/ka/editor.php b/resources/lang/ka/editor.php new file mode 100644 index 000000000..670c1c5e1 --- /dev/null +++ b/resources/lang/ka/editor.php @@ -0,0 +1,174 @@ + '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', + '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' => 'Justify', + 'list_bullet' => 'Bullet list', + 'list_numbered' => 'Numbered list', + 'list_task' => 'Task 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', + 'edit_code_block' => 'Edit 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', + 'open_link_in' => 'Open link in...', + 'open_link_current' => 'Current window', + 'open_link_new' => 'New window', + 'remove_link' => 'Remove link', + '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 the MIT 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', +]; diff --git a/resources/lang/ka/entities.php b/resources/lang/ka/entities.php new file mode 100644 index 000000000..fa2586f8d --- /dev/null +++ b/resources/lang/ka/entities.php @@ -0,0 +1,388 @@ + 'Recently Created', + 'recently_created_pages' => 'Recently Created Pages', + 'recently_updated_pages' => 'Recently Updated Pages', + 'recently_created_chapters' => 'Recently Created Chapters', + 'recently_created_books' => 'Recently Created Books', + 'recently_created_shelves' => 'Recently Created Shelves', + 'recently_update' => 'Recently Updated', + 'recently_viewed' => 'Recently Viewed', + 'recent_activity' => 'Recent Activity', + 'create_now' => 'Create one now', + 'revisions' => 'Revisions', + 'meta_revision' => 'Revision #:revisionCount', + 'meta_created' => 'Created :timeLength', + 'meta_created_name' => 'Created :timeLength by :user', + 'meta_updated' => 'Updated :timeLength', + 'meta_updated_name' => 'Updated :timeLength by :user', + 'meta_owned_name' => 'Owned by :user', + 'meta_reference_page_count' => 'Referenced on 1 page|Referenced on :count pages', + 'entity_select' => 'Entity Select', + 'entity_select_lack_permission' => 'You don\'t have the required permissions to select this item', + 'images' => 'Images', + 'my_recent_drafts' => 'My Recent Drafts', + 'my_recently_viewed' => 'My Recently Viewed', + 'my_most_viewed_favourites' => 'My Most Viewed Favourites', + 'my_favourites' => 'My Favourites', + 'no_pages_viewed' => 'You have not viewed any pages', + 'no_pages_recently_created' => 'No pages have been recently created', + 'no_pages_recently_updated' => 'No pages have been recently updated', + 'export' => 'Export', + 'export_html' => 'Contained Web File', + 'export_pdf' => 'PDF File', + 'export_text' => 'Plain Text File', + 'export_md' => 'Markdown File', + + // Permissions and restrictions + 'permissions' => 'Permissions', + 'permissions_desc' => 'Set permissions here to override the default permissions provided by user roles.', + 'permissions_book_cascade' => 'Permissions set on books will automatically cascade to child chapters and pages, unless they have their own permissions defined.', + 'permissions_chapter_cascade' => 'Permissions set on chapters will automatically cascade to child pages, unless they have their own permissions defined.', + 'permissions_save' => 'Save Permissions', + 'permissions_owner' => 'Owner', + 'permissions_role_everyone_else' => 'Everyone Else', + 'permissions_role_everyone_else_desc' => 'Set permissions for all roles not specifically overridden.', + 'permissions_role_override' => 'Override permissions for role', + 'permissions_inherit_defaults' => 'Inherit defaults', + + // Search + 'search_results' => 'Search Results', + 'search_total_results_found' => ':count result found|:count total results found', + 'search_clear' => 'Clear Search', + 'search_no_pages' => 'No pages matched this search', + 'search_for_term' => 'Search for :term', + 'search_more' => 'More Results', + 'search_advanced' => 'Advanced Search', + 'search_terms' => 'Search Terms', + 'search_content_type' => 'Content Type', + 'search_exact_matches' => 'Exact Matches', + 'search_tags' => 'Tag Searches', + 'search_options' => 'Options', + 'search_viewed_by_me' => 'Viewed by me', + 'search_not_viewed_by_me' => 'Not viewed by me', + 'search_permissions_set' => 'Permissions set', + 'search_created_by_me' => 'Created by me', + 'search_updated_by_me' => 'Updated by me', + 'search_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_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 below 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 Shelf :name', + 'shelves_edit' => 'Edit Shelf', + 'shelves_delete' => 'Delete Shelf', + 'shelves_delete_named' => 'Delete Shelf :name', + 'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.", + 'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?', + 'shelves_permissions' => 'Shelf Permissions', + 'shelves_permissions_updated' => 'Shelf Permissions Updated', + 'shelves_permissions_active' => 'Shelf Permissions Active', + 'shelves_permissions_cascade_warning' => 'Permissions on shelves 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 shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.', + 'shelves_copy_permission_success' => 'Shelf permissions copied to :count books', + + // Books + 'book' => 'Book', + 'books' => 'Books', + 'x_books' => ':count Book|:count Books', + 'books_empty' => 'No books have been created', + 'books_popular' => 'Popular Books', + 'books_recent' => 'Recent Books', + 'books_new' => 'New Books', + 'books_new_action' => 'New Book', + 'books_popular_empty' => 'The most popular books will appear here.', + 'books_new_empty' => 'The most recently created books will appear here.', + 'books_create' => 'Create New Book', + 'books_delete' => 'Delete Book', + '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' => 'Are you sure you want to delete this book?', + 'books_edit' => 'Edit Book', + 'books_edit_named' => 'Edit Book :bookName', + 'books_form_book_name' => 'Book Name', + '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' => 'Add a chapter', + 'books_permissions_active' => 'Book Permissions Active', + 'books_search_this' => 'Search this book', + 'books_navigation' => 'Book Navigation', + 'books_sort' => 'Sort Book Contents', + 'books_sort_named' => 'Sort Book :bookName', + 'books_sort_name' => 'Sort by Name', + 'books_sort_created' => 'Sort by Created Date', + 'books_sort_updated' => 'Sort by Updated Date', + 'books_sort_chapters_first' => 'Chapters First', + 'books_sort_chapters_last' => 'Chapters Last', + 'books_sort_show_other' => 'Show Other Books', + 'books_sort_save' => 'Save New Order', + 'books_copy' => 'Copy Book', + 'books_copy_success' => 'Book successfully copied', + + // Chapters + 'chapter' => 'Chapter', + 'chapters' => 'Chapters', + 'x_chapters' => ':count Chapter|:count Chapters', + 'chapters_popular' => 'Popular Chapters', + 'chapters_new' => 'New Chapter', + 'chapters_create' => 'Create New Chapter', + 'chapters_delete' => 'Delete Chapter', + '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' => 'Are you sure you want to delete this chapter?', + 'chapters_edit' => 'Edit Chapter', + 'chapters_edit_named' => 'Edit Chapter :chapterName', + 'chapters_save' => 'Save Chapter', + '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', + 'chapter_sort_book' => 'Sort Book', + + // 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_switch_to_markdown' => 'Switch to Markdown Editor', + 'pages_edit_switch_to_markdown_clean' => '(Clean Content)', + 'pages_edit_switch_to_markdown_stable' => '(Stable Content)', + 'pages_edit_switch_to_wysiwyg' => 'Switch to WYSIWYG Editor', + '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_editor_switch_title' => 'Switch Editor', + 'pages_editor_switch_are_you_sure' => 'Are you sure you want to change the editor for this page?', + 'pages_editor_switch_consider_following' => 'Consider the following when changing editors:', + 'pages_editor_switch_consideration_a' => 'Once saved, the new editor option will be used by any future editors, including those that may not be able to change editor type themselves.', + 'pages_editor_switch_consideration_b' => 'This can potentially lead to a loss of detail and syntax in certain circumstances.', + 'pages_editor_switch_consideration_c' => 'Tag or changelog changes, made since last save, won\'t persist across this change.', + '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_md_show_preview' => 'Show preview', + 'pages_md_sync_scroll' => 'Sync preview scroll', + '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_desc' => 'Listed below are all the past revisions of this page. You can look back upon, compare, and restore old page versions if permissions allow. The full history of the page may not be fully reflected here since, depending on system configuration, old revisions could be auto-deleted.', + '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_sort_number' => 'Revision Number', + 'pages_revisions_numbered' => 'Revision #:id', + 'pages_revisions_numbered_changes' => 'Revision #:id Changes', + 'pages_revisions_editor' => 'Editor Type', + '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_references_update_revision' => 'System auto-update of internal links', + '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', + 'tags_index_desc' => 'Tags can be applied to content within the system to apply a flexible form of categorization. Tags can have both a key and value, with the value being optional. Once applied, content can then be queried using the tag name and value.', + '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.', + + // Conversions + 'convert_to_shelf' => 'Convert to Shelf', + 'convert_to_shelf_contents_desc' => 'You can convert this book to a new shelf with the same contents. Chapters contained within this book will be converted to new books. If this book contains any pages, that are not in a chapter, this book will be renamed and contain such pages, and this book will become part of the new shelf.', + 'convert_to_shelf_permissions_desc' => 'Any permissions set on this book will be copied to the new shelf and to all new child books that don\'t have their own permissions enforced. Note that permissions on shelves do not auto-cascade to content within, as they do for books.', + 'convert_book' => 'Convert Book', + 'convert_book_confirm' => 'Are you sure you want to convert this book?', + 'convert_undo_warning' => 'This cannot be as easily undone.', + 'convert_to_book' => 'Convert to Book', + 'convert_to_book_desc' => 'You can convert this chapter to a new book with the same contents. Any permissions set on this chapter will be copied to the new book but any inherited permissions, from the parent book, will not be copied which could lead to a change of access control.', + 'convert_chapter' => 'Convert Chapter', + 'convert_chapter_confirm' => 'Are you sure you want to convert this chapter?', + + // References + 'references' => 'References', + 'references_none' => 'There are no tracked references to this item.', + 'references_to_desc' => 'Shown below are all the known pages in the system that link to this item.', +]; diff --git a/resources/lang/ka/errors.php b/resources/lang/ka/errors.php new file mode 100644 index 000000000..52f96cbe7 --- /dev/null +++ b/resources/lang/ka/errors.php @@ -0,0 +1,109 @@ + 'You do not have permission to access the requested page.', + 'permissionJson' => 'You do not have permission to perform the requested action.', + + // Auth + 'error_user_exists_different_creds' => 'A user with the email :email already exists but with different credentials.', + 'email_already_confirmed' => 'Email has already been confirmed, Try logging in.', + 'email_confirmation_invalid' => 'This confirmation token is not valid or has already been used, Please try registering again.', + 'email_confirmation_expired' => 'The confirmation token has expired, A new confirmation email has been sent.', + 'email_confirmation_awaiting' => 'The email address for the account in use needs to be confirmed', + 'ldap_fail_anonymous' => 'LDAP access failed using anonymous bind', + 'ldap_fail_authed' => 'LDAP access failed using given dn & password details', + 'ldap_extension_not_installed' => 'LDAP PHP extension not installed', + 'ldap_cannot_connect' => 'Cannot connect to ldap server, Initial connection failed', + 'saml_already_logged_in' => 'Already logged in', + 'saml_user_not_registered' => 'The user :name is not registered and automatic registration is disabled', + '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' => '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.', + + // Attachments + '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', + + // Entities + 'entity_not_found' => 'Entity not found', + 'bookshelf_not_found' => 'Shelf 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' => 'An Error Occurred', + '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:', + +]; diff --git a/resources/lang/ka/pagination.php b/resources/lang/ka/pagination.php new file mode 100644 index 000000000..85bd12fc3 --- /dev/null +++ b/resources/lang/ka/pagination.php @@ -0,0 +1,12 @@ + '« Previous', + 'next' => 'Next »', + +]; diff --git a/resources/lang/ka/passwords.php b/resources/lang/ka/passwords.php new file mode 100644 index 000000000..b408f3c2f --- /dev/null +++ b/resources/lang/ka/passwords.php @@ -0,0 +1,15 @@ + 'Passwords must be at least eight characters and match the confirmation.', + 'user' => "We can't find a user with that e-mail address.", + 'token' => 'The password reset token is invalid for this email address.', + 'sent' => 'We have e-mailed your password reset link!', + 'reset' => 'Your password has been reset!', + +]; diff --git a/resources/lang/ka/preferences.php b/resources/lang/ka/preferences.php new file mode 100644 index 000000000..e9a47461b --- /dev/null +++ b/resources/lang/ka/preferences.php @@ -0,0 +1,18 @@ + 'Shortcuts', + 'shortcuts_interface' => 'Interface Keyboard Shortcuts', + 'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.', + 'shortcuts_customize_desc' => 'You can customize each of the shortcuts below. Just press your desired key combination after selecting the input for a shortcut.', + 'shortcuts_toggle_label' => 'Keyboard shortcuts enabled', + 'shortcuts_section_navigation' => 'Navigation', + 'shortcuts_section_actions' => 'Common Actions', + 'shortcuts_save' => 'Save Shortcuts', + 'shortcuts_overlay_desc' => 'Note: When shortcuts are enabled a helper overlay is available via pressing "?" which will highlight the available shortcuts for actions currently visible on the screen.', + 'shortcuts_update_success' => 'Shortcut preferences have been updated!', +]; \ No newline at end of file diff --git a/resources/lang/ka/settings.php b/resources/lang/ka/settings.php new file mode 100644 index 000000000..f4204dd68 --- /dev/null +++ b/resources/lang/ka/settings.php @@ -0,0 +1,324 @@ + 'Settings', + 'settings_save' => 'Save Settings', + 'settings_save_success' => 'Settings saved', + 'system_version' => 'System Version', + 'categories' => 'Categories', + + // App Settings + 'app_customization' => 'Customization', + 'app_features_security' => 'Features & Security', + 'app_name' => 'Application Name', + 'app_name_desc' => 'This name is shown in the header and in any system-sent emails.', + 'app_name_header' => 'Show name in header', + 'app_public_access' => 'Public Access', + 'app_public_access_desc' => 'Enabling this option will allow visitors, that are not logged-in, to access content in your BookStack instance.', + 'app_public_access_desc_guest' => 'Access for public visitors can be controlled through the "Guest" user.', + 'app_public_access_toggle' => 'Allow public access', + 'app_public_viewing' => 'Allow public viewing?', + 'app_secure_images' => 'Higher Security Image Uploads', + 'app_secure_images_toggle' => 'Enable higher security image uploads', + 'app_secure_images_desc' => 'For performance reasons, all images are public. This option adds a random, hard-to-guess string in front of image urls. Ensure directory indexes are not enabled to prevent easy access.', + 'app_default_editor' => 'Default Page Editor', + 'app_default_editor_desc' => 'Select which editor will be used by default when editing new pages. This can be overridden at a page level where permissions allow.', + 'app_custom_html' => 'Custom HTML Head Content', + 'app_custom_html_desc' => 'Any content added here will be inserted into the bottom of the section of every page. This is handy for overriding styles or adding analytics code.', + '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' => 'Application Logo', + 'app_logo_desc' => 'This image should be 43px in height.