mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-22 13:31:49 +08:00
Updated translations with latest Crowdin changes (#4523)
This commit is contained in:
parent
7c4dc981cd
commit
8bffcebd64
|
@ -52,6 +52,7 @@ return [
|
||||||
'filter_clear' => 'Clear Filter',
|
'filter_clear' => 'Clear Filter',
|
||||||
'download' => 'Download',
|
'download' => 'Download',
|
||||||
'open_in_tab' => 'Open in Tab',
|
'open_in_tab' => 'Open in Tab',
|
||||||
|
'open' => 'Open',
|
||||||
|
|
||||||
// Sort Options
|
// Sort Options
|
||||||
'sort_options' => 'خيارات الفرز',
|
'sort_options' => 'خيارات الفرز',
|
||||||
|
|
|
@ -34,6 +34,8 @@ return [
|
||||||
'image_delete_success' => 'تم حذف الصورة بنجاح',
|
'image_delete_success' => 'تم حذف الصورة بنجاح',
|
||||||
'image_replace' => 'Replace Image',
|
'image_replace' => 'Replace Image',
|
||||||
'image_replace_success' => 'Image file successfully updated',
|
'image_replace_success' => 'Image file successfully updated',
|
||||||
|
'image_rebuild_thumbs' => 'Regenerate Size Variations',
|
||||||
|
'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',
|
||||||
|
|
||||||
// Code Editor
|
// Code Editor
|
||||||
'code_editor' => 'تعديل الشفرة',
|
'code_editor' => 'تعديل الشفرة',
|
||||||
|
|
|
@ -295,6 +295,7 @@ return [
|
||||||
'pages_is_template' => 'قالب الصفحة',
|
'pages_is_template' => 'قالب الصفحة',
|
||||||
|
|
||||||
// Editor Sidebar
|
// Editor Sidebar
|
||||||
|
'toggle_sidebar' => 'Toggle Sidebar',
|
||||||
'page_tags' => 'وسوم الصفحة',
|
'page_tags' => 'وسوم الصفحة',
|
||||||
'chapter_tags' => 'وسوم الفصل',
|
'chapter_tags' => 'وسوم الفصل',
|
||||||
'book_tags' => 'وسوم الكتاب',
|
'book_tags' => 'وسوم الكتاب',
|
||||||
|
|
|
@ -44,12 +44,16 @@ return [
|
||||||
'cannot_get_image_from_url' => 'لا يمكن الحصول على الصورة من :url',
|
'cannot_get_image_from_url' => 'لا يمكن الحصول على الصورة من :url',
|
||||||
'cannot_create_thumbs' => 'لا يمكن للخادم إنشاء صور مصغرة. الرجاء التأكد من تثبيت إضافة GD PHP.',
|
'cannot_create_thumbs' => 'لا يمكن للخادم إنشاء صور مصغرة. الرجاء التأكد من تثبيت إضافة GD PHP.',
|
||||||
'server_upload_limit' => 'الخادم لا يسمح برفع ملفات بهذا الحجم. الرجاء محاولة الرفع بحجم أصغر.',
|
'server_upload_limit' => 'الخادم لا يسمح برفع ملفات بهذا الحجم. الرجاء محاولة الرفع بحجم أصغر.',
|
||||||
|
'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
|
||||||
'uploaded' => 'الخادم لا يسمح برفع ملفات بهذا الحجم. الرجاء محاولة الرفع بحجم أصغر.',
|
'uploaded' => 'الخادم لا يسمح برفع ملفات بهذا الحجم. الرجاء محاولة الرفع بحجم أصغر.',
|
||||||
|
|
||||||
// Drawing & Images
|
// Drawing & Images
|
||||||
'image_upload_error' => 'حدث خطأ خلال رفع الصورة',
|
'image_upload_error' => 'حدث خطأ خلال رفع الصورة',
|
||||||
'image_upload_type_error' => 'صيغة الصورة المرفوعة غير صالحة',
|
'image_upload_type_error' => 'صيغة الصورة المرفوعة غير صالحة',
|
||||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
||||||
|
'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
|
||||||
|
'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
|
||||||
|
'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
|
||||||
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
|
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
|
||||||
|
|
||||||
// Attachments
|
// Attachments
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'preferences' => 'Preferences',
|
'my_account' => 'My Account',
|
||||||
|
|
||||||
'shortcuts' => 'Shortcuts',
|
'shortcuts' => 'Shortcuts',
|
||||||
'shortcuts_interface' => 'Interface Keyboard Shortcuts',
|
'shortcuts_interface' => 'UI Shortcut Preferences',
|
||||||
'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.',
|
'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_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_toggle_label' => 'Keyboard shortcuts enabled',
|
||||||
|
@ -29,5 +29,23 @@ return [
|
||||||
'notifications_watched' => 'Watched & Ignored Items',
|
'notifications_watched' => 'Watched & Ignored Items',
|
||||||
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
||||||
|
|
||||||
'profile_overview_desc' => ' Manage your user profile details including preferred language and authentication options.',
|
'auth' => 'Access & Security',
|
||||||
|
'auth_change_password' => 'Change Password',
|
||||||
|
'auth_change_password_desc' => 'Change the password you use to log-in to the application. This must be at least 8 characters long.',
|
||||||
|
'auth_change_password_success' => 'Password has been updated!',
|
||||||
|
|
||||||
|
'profile' => 'Profile Details',
|
||||||
|
'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.',
|
||||||
|
'profile_view_public' => 'View Public Profile',
|
||||||
|
'profile_name_desc' => 'Configure your display name which will be visible to other users in the system through the activity you perform, and content you own.',
|
||||||
|
'profile_email_desc' => 'This email will be used for notifications and, depending on active system authentication, system access.',
|
||||||
|
'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.',
|
||||||
|
'profile_avatar_desc' => 'Select an image which will be used to represent yourself to others in the system. Ideally this image should be square and about 256px in width and height.',
|
||||||
|
'profile_admin_options' => 'Administrator Options',
|
||||||
|
'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Settings > Users" area of the application.',
|
||||||
|
|
||||||
|
'delete_account' => 'Delete Account',
|
||||||
|
'delete_my_account' => 'Delete My Account',
|
||||||
|
'delete_my_account_desc' => 'This will fully delete your user account from the system. You will not be able to recover this account or revert this action. Content you\'ve created, such as created pages and uploaded images, will remain.',
|
||||||
|
'delete_my_account_warning' => 'Are you sure you want to delete your account?',
|
||||||
];
|
];
|
||||||
|
|
|
@ -193,8 +193,8 @@ return [
|
||||||
'users_send_invite_text' => 'يمكنك اختيار إرسال دعوة بالبريد الإلكتروني إلى هذا المستخدم مما يسمح له بتعيين كلمة المرور الخاصة به أو يمكنك تعيين كلمة المرور الخاصة به بنفسك.',
|
'users_send_invite_text' => 'يمكنك اختيار إرسال دعوة بالبريد الإلكتروني إلى هذا المستخدم مما يسمح له بتعيين كلمة المرور الخاصة به أو يمكنك تعيين كلمة المرور الخاصة به بنفسك.',
|
||||||
'users_send_invite_option' => 'أرسل بريدًا إلكترونيًا لدعوة المستخدم',
|
'users_send_invite_option' => 'أرسل بريدًا إلكترونيًا لدعوة المستخدم',
|
||||||
'users_external_auth_id' => 'ربط الحساب بمواقع التواصل',
|
'users_external_auth_id' => 'ربط الحساب بمواقع التواصل',
|
||||||
'users_external_auth_id_desc' => 'تستخدم هذه الهوية لإثبات شخصية المستخدم عند الدخول إلى مواقع التواصل الخاصة بك.',
|
'users_external_auth_id_desc' => 'When an external authentication system is in use (such as SAML2, OIDC or LDAP) this is the ID which links this BookStack user to the authentication system account. You can ignore this field if using the default email-based authentication.',
|
||||||
'users_password_warning' => 'الرجاء ملئ الحقل أدناه فقط في حال أردتم تغيير كلمة المرور:',
|
'users_password_warning' => 'Only fill the below if you would like to change the password for this user.',
|
||||||
'users_system_public' => 'هذا المستخدم يمثل أي ضيف يقوم بزيارة شيء يخصك. لا يمكن استخدامه لتسجيل الدخول ولكن يتم تعيينه تلقائياً.',
|
'users_system_public' => 'هذا المستخدم يمثل أي ضيف يقوم بزيارة شيء يخصك. لا يمكن استخدامه لتسجيل الدخول ولكن يتم تعيينه تلقائياً.',
|
||||||
'users_delete' => 'حذف المستخدم',
|
'users_delete' => 'حذف المستخدم',
|
||||||
'users_delete_named' => 'حذف المستخدم :userName',
|
'users_delete_named' => 'حذف المستخدم :userName',
|
||||||
|
@ -210,12 +210,16 @@ return [
|
||||||
'users_preferred_language' => 'اللغة المفضلة',
|
'users_preferred_language' => 'اللغة المفضلة',
|
||||||
'users_preferred_language_desc' => 'سيؤدي هذا الخيار إلى تغيير اللغة المستخدمة لواجهة المستخدم الخاصة بالتطبيق. لن يؤثر هذا على أي محتوى قد أنشائه المستخدم.',
|
'users_preferred_language_desc' => 'سيؤدي هذا الخيار إلى تغيير اللغة المستخدمة لواجهة المستخدم الخاصة بالتطبيق. لن يؤثر هذا على أي محتوى قد أنشائه المستخدم.',
|
||||||
'users_social_accounts' => 'الحسابات الاجتماعية',
|
'users_social_accounts' => 'الحسابات الاجتماعية',
|
||||||
|
'users_social_accounts_desc' => 'View the status of the connected social accounts for this user. Social accounts can be used in addition to the primary authentication system for system access.',
|
||||||
'users_social_accounts_info' => 'Here you can connect your other accounts for quicker and easier login. Disconnecting an account here does not previously authorized access. Revoke access from your profile settings on the connected social account.',
|
'users_social_accounts_info' => 'Here you can connect your other accounts for quicker and easier login. Disconnecting an account here does not previously authorized access. Revoke access from your profile settings on the connected social account.',
|
||||||
'users_social_connect' => 'ربط الحساب',
|
'users_social_connect' => 'ربط الحساب',
|
||||||
'users_social_disconnect' => 'فصل الحساب',
|
'users_social_disconnect' => 'فصل الحساب',
|
||||||
|
'users_social_status_connected' => 'Connected',
|
||||||
|
'users_social_status_disconnected' => 'Disconnected',
|
||||||
'users_social_connected' => 'تم ربط حساب :socialAccount بملفك بنجاح.',
|
'users_social_connected' => 'تم ربط حساب :socialAccount بملفك بنجاح.',
|
||||||
'users_social_disconnected' => 'تم فصل حساب :socialAccount من ملفك بنجاح.',
|
'users_social_disconnected' => 'تم فصل حساب :socialAccount من ملفك بنجاح.',
|
||||||
'users_api_tokens' => 'رموز الـ API',
|
'users_api_tokens' => 'رموز الـ API',
|
||||||
|
'users_api_tokens_desc' => 'Create and manage the access tokens used to authenticate with the BookStack REST API. Permissions for the API are managed via the user that the token belongs to.',
|
||||||
'users_api_tokens_none' => 'لم يتم إنشاء رموز API لهذا المستخدم',
|
'users_api_tokens_none' => 'لم يتم إنشاء رموز API لهذا المستخدم',
|
||||||
'users_api_tokens_create' => 'قم بإنشاء رمز مميز',
|
'users_api_tokens_create' => 'قم بإنشاء رمز مميز',
|
||||||
'users_api_tokens_expires' => 'انتهاء مدة الصلاحية',
|
'users_api_tokens_expires' => 'انتهاء مدة الصلاحية',
|
||||||
|
@ -314,6 +318,7 @@ return [
|
||||||
'sv' => 'Svenska',
|
'sv' => 'Svenska',
|
||||||
'tr' => 'Türkçe',
|
'tr' => 'Türkçe',
|
||||||
'uk' => 'Українська',
|
'uk' => 'Українська',
|
||||||
|
'uz' => 'O‘zbekcha',
|
||||||
'vi' => 'Tiếng Việt',
|
'vi' => 'Tiếng Việt',
|
||||||
'zh_CN' => '简体中文',
|
'zh_CN' => '简体中文',
|
||||||
'zh_TW' => '繁體中文',
|
'zh_TW' => '繁體中文',
|
||||||
|
|
|
@ -52,6 +52,7 @@ return [
|
||||||
'filter_clear' => 'Изчистване на филтрите',
|
'filter_clear' => 'Изчистване на филтрите',
|
||||||
'download' => 'Изтегляне',
|
'download' => 'Изтегляне',
|
||||||
'open_in_tab' => 'Отваряне в раздел',
|
'open_in_tab' => 'Отваряне в раздел',
|
||||||
|
'open' => 'Open',
|
||||||
|
|
||||||
// Sort Options
|
// Sort Options
|
||||||
'sort_options' => 'Опции за сортиране',
|
'sort_options' => 'Опции за сортиране',
|
||||||
|
|
|
@ -34,6 +34,8 @@ return [
|
||||||
'image_delete_success' => 'Изображението е успешно изтрито',
|
'image_delete_success' => 'Изображението е успешно изтрито',
|
||||||
'image_replace' => 'Replace Image',
|
'image_replace' => 'Replace Image',
|
||||||
'image_replace_success' => 'Image file successfully updated',
|
'image_replace_success' => 'Image file successfully updated',
|
||||||
|
'image_rebuild_thumbs' => 'Regenerate Size Variations',
|
||||||
|
'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',
|
||||||
|
|
||||||
// Code Editor
|
// Code Editor
|
||||||
'code_editor' => 'Редактиране на кода',
|
'code_editor' => 'Редактиране на кода',
|
||||||
|
|
|
@ -295,6 +295,7 @@ return [
|
||||||
'pages_is_template' => 'Шаблон на страницата',
|
'pages_is_template' => 'Шаблон на страницата',
|
||||||
|
|
||||||
// Editor Sidebar
|
// Editor Sidebar
|
||||||
|
'toggle_sidebar' => 'Toggle Sidebar',
|
||||||
'page_tags' => 'Тагове на страницата',
|
'page_tags' => 'Тагове на страницата',
|
||||||
'chapter_tags' => 'Тагове на главата',
|
'chapter_tags' => 'Тагове на главата',
|
||||||
'book_tags' => 'Тагове на книгата',
|
'book_tags' => 'Тагове на книгата',
|
||||||
|
|
|
@ -44,12 +44,16 @@ return [
|
||||||
'cannot_get_image_from_url' => 'Не мога да взема съобщението от :url',
|
'cannot_get_image_from_url' => 'Не мога да взема съобщението от :url',
|
||||||
'cannot_create_thumbs' => 'Сървърът не може да създаде малки изображения. Моля, увери се, че разширението GD PHP е инсталирано.',
|
'cannot_create_thumbs' => 'Сървърът не може да създаде малки изображения. Моля, увери се, че разширението GD PHP е инсталирано.',
|
||||||
'server_upload_limit' => 'Сървърът не позволява качвания с такъв размер. Моля, пробвайте файл с по-малък размер.',
|
'server_upload_limit' => 'Сървърът не позволява качвания с такъв размер. Моля, пробвайте файл с по-малък размер.',
|
||||||
|
'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
|
||||||
'uploaded' => 'Сървърът не позволява качвания с такъв размер. Моля, пробвайте файл с по-малък размер.',
|
'uploaded' => 'Сървърът не позволява качвания с такъв размер. Моля, пробвайте файл с по-малък размер.',
|
||||||
|
|
||||||
// Drawing & Images
|
// Drawing & Images
|
||||||
'image_upload_error' => 'Възникна грешка при качването на изображението',
|
'image_upload_error' => 'Възникна грешка при качването на изображението',
|
||||||
'image_upload_type_error' => 'Типът на качваното изображение е невалиден',
|
'image_upload_type_error' => 'Типът на качваното изображение е невалиден',
|
||||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
||||||
|
'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
|
||||||
|
'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
|
||||||
|
'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
|
||||||
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
|
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
|
||||||
|
|
||||||
// Attachments
|
// Attachments
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'preferences' => 'Preferences',
|
'my_account' => 'My Account',
|
||||||
|
|
||||||
'shortcuts' => 'Преки пътища',
|
'shortcuts' => 'Преки пътища',
|
||||||
'shortcuts_interface' => 'Interface Keyboard Shortcuts',
|
'shortcuts_interface' => 'UI Shortcut Preferences',
|
||||||
'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.',
|
'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_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_toggle_label' => 'Keyboard shortcuts enabled',
|
||||||
|
@ -29,5 +29,23 @@ return [
|
||||||
'notifications_watched' => 'Watched & Ignored Items',
|
'notifications_watched' => 'Watched & Ignored Items',
|
||||||
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
||||||
|
|
||||||
'profile_overview_desc' => ' Manage your user profile details including preferred language and authentication options.',
|
'auth' => 'Access & Security',
|
||||||
|
'auth_change_password' => 'Change Password',
|
||||||
|
'auth_change_password_desc' => 'Change the password you use to log-in to the application. This must be at least 8 characters long.',
|
||||||
|
'auth_change_password_success' => 'Password has been updated!',
|
||||||
|
|
||||||
|
'profile' => 'Profile Details',
|
||||||
|
'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.',
|
||||||
|
'profile_view_public' => 'View Public Profile',
|
||||||
|
'profile_name_desc' => 'Configure your display name which will be visible to other users in the system through the activity you perform, and content you own.',
|
||||||
|
'profile_email_desc' => 'This email will be used for notifications and, depending on active system authentication, system access.',
|
||||||
|
'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.',
|
||||||
|
'profile_avatar_desc' => 'Select an image which will be used to represent yourself to others in the system. Ideally this image should be square and about 256px in width and height.',
|
||||||
|
'profile_admin_options' => 'Administrator Options',
|
||||||
|
'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Settings > Users" area of the application.',
|
||||||
|
|
||||||
|
'delete_account' => 'Delete Account',
|
||||||
|
'delete_my_account' => 'Delete My Account',
|
||||||
|
'delete_my_account_desc' => 'This will fully delete your user account from the system. You will not be able to recover this account or revert this action. Content you\'ve created, such as created pages and uploaded images, will remain.',
|
||||||
|
'delete_my_account_warning' => 'Are you sure you want to delete your account?',
|
||||||
];
|
];
|
||||||
|
|
|
@ -193,8 +193,8 @@ return [
|
||||||
'users_send_invite_text' => 'Можеш да изпратиш на потребителя покана по имейл, след което той ще може да настрои своя собствена парола. В противен случай, ти също можеш да настроиш паролата му.',
|
'users_send_invite_text' => 'Можеш да изпратиш на потребителя покана по имейл, след което той ще може да настрои своя собствена парола. В противен случай, ти също можеш да настроиш паролата му.',
|
||||||
'users_send_invite_option' => 'Изпрати на потребителя имейл покана',
|
'users_send_invite_option' => 'Изпрати на потребителя имейл покана',
|
||||||
'users_external_auth_id' => 'Външен номер за удостоверяване',
|
'users_external_auth_id' => 'Външен номер за удостоверяване',
|
||||||
'users_external_auth_id_desc' => 'Това е номерът, използван за сверяване на потребители при комуникация с конфигурираната външна система за удостоверяване.',
|
'users_external_auth_id_desc' => 'When an external authentication system is in use (such as SAML2, OIDC or LDAP) this is the ID which links this BookStack user to the authentication system account. You can ignore this field if using the default email-based authentication.',
|
||||||
'users_password_warning' => 'Попълни отдолу само ако желаеш да смениш паролата си.',
|
'users_password_warning' => 'Only fill the below if you would like to change the password for this user.',
|
||||||
'users_system_public' => 'Този потребител представлява всеки гост, който посещава това приложение. Потребителят не може да се използва за вписване, а вместо това се присвоява автоматично.',
|
'users_system_public' => 'Този потребител представлява всеки гост, който посещава това приложение. Потребителят не може да се използва за вписване, а вместо това се присвоява автоматично.',
|
||||||
'users_delete' => 'Изтрий потребител',
|
'users_delete' => 'Изтрий потребител',
|
||||||
'users_delete_named' => 'Изтрий потребителя :userName',
|
'users_delete_named' => 'Изтрий потребителя :userName',
|
||||||
|
@ -210,12 +210,16 @@ return [
|
||||||
'users_preferred_language' => 'Предпочитан език',
|
'users_preferred_language' => 'Предпочитан език',
|
||||||
'users_preferred_language_desc' => 'Тази настройка ще промени езика за потребителския интерфейс на приложението. Това няма да се отрази на създаденото от потребителите съдържание.',
|
'users_preferred_language_desc' => 'Тази настройка ще промени езика за потребителския интерфейс на приложението. Това няма да се отрази на създаденото от потребителите съдържание.',
|
||||||
'users_social_accounts' => 'Социални профили',
|
'users_social_accounts' => 'Социални профили',
|
||||||
|
'users_social_accounts_desc' => 'View the status of the connected social accounts for this user. Social accounts can be used in addition to the primary authentication system for system access.',
|
||||||
'users_social_accounts_info' => 'Тук можеш да свържеш другите си профили за по-бързо и лесно вписване. Отвързването на профил тук няма да анулира предишно удостоверен достъп. Вместо това, спри достъпа от настройките на профила си в свързаната социална мрежа.',
|
'users_social_accounts_info' => 'Тук можеш да свържеш другите си профили за по-бързо и лесно вписване. Отвързването на профил тук няма да анулира предишно удостоверен достъп. Вместо това, спри достъпа от настройките на профила си в свързаната социална мрежа.',
|
||||||
'users_social_connect' => 'Свържи профил',
|
'users_social_connect' => 'Свържи профил',
|
||||||
'users_social_disconnect' => 'Отвържи профил',
|
'users_social_disconnect' => 'Отвържи профил',
|
||||||
|
'users_social_status_connected' => 'Connected',
|
||||||
|
'users_social_status_disconnected' => 'Disconnected',
|
||||||
'users_social_connected' => 'Профилът :socialAccount беше успешно свързан с профила ти.',
|
'users_social_connected' => 'Профилът :socialAccount беше успешно свързан с профила ти.',
|
||||||
'users_social_disconnected' => 'Профилът :socialAccount беше успешно отвързан от профила ти.',
|
'users_social_disconnected' => 'Профилът :socialAccount беше успешно отвързан от профила ти.',
|
||||||
'users_api_tokens' => 'API маркери',
|
'users_api_tokens' => 'API маркери',
|
||||||
|
'users_api_tokens_desc' => 'Create and manage the access tokens used to authenticate with the BookStack REST API. Permissions for the API are managed via the user that the token belongs to.',
|
||||||
'users_api_tokens_none' => 'Няма създадени API маркери за този потребител',
|
'users_api_tokens_none' => 'Няма създадени API маркери за този потребител',
|
||||||
'users_api_tokens_create' => 'Създай маркер',
|
'users_api_tokens_create' => 'Създай маркер',
|
||||||
'users_api_tokens_expires' => 'Изтича на',
|
'users_api_tokens_expires' => 'Изтича на',
|
||||||
|
@ -314,6 +318,7 @@ return [
|
||||||
'sv' => 'Svenska',
|
'sv' => 'Svenska',
|
||||||
'tr' => 'Türkçe',
|
'tr' => 'Türkçe',
|
||||||
'uk' => 'Українська',
|
'uk' => 'Українська',
|
||||||
|
'uz' => 'O‘zbekcha',
|
||||||
'vi' => 'Tiếng Việt',
|
'vi' => 'Tiếng Việt',
|
||||||
'zh_CN' => '简体中文',
|
'zh_CN' => '简体中文',
|
||||||
'zh_TW' => '繁體中文',
|
'zh_TW' => '繁體中文',
|
||||||
|
|
|
@ -52,6 +52,7 @@ return [
|
||||||
'filter_clear' => 'Clear Filter',
|
'filter_clear' => 'Clear Filter',
|
||||||
'download' => 'Download',
|
'download' => 'Download',
|
||||||
'open_in_tab' => 'Open in Tab',
|
'open_in_tab' => 'Open in Tab',
|
||||||
|
'open' => 'Open',
|
||||||
|
|
||||||
// Sort Options
|
// Sort Options
|
||||||
'sort_options' => 'Opcije sortiranja',
|
'sort_options' => 'Opcije sortiranja',
|
||||||
|
|
|
@ -34,6 +34,8 @@ return [
|
||||||
'image_delete_success' => 'Slika uspješno izbrisana',
|
'image_delete_success' => 'Slika uspješno izbrisana',
|
||||||
'image_replace' => 'Replace Image',
|
'image_replace' => 'Replace Image',
|
||||||
'image_replace_success' => 'Image file successfully updated',
|
'image_replace_success' => 'Image file successfully updated',
|
||||||
|
'image_rebuild_thumbs' => 'Regenerate Size Variations',
|
||||||
|
'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',
|
||||||
|
|
||||||
// Code Editor
|
// Code Editor
|
||||||
'code_editor' => 'Uredi Kod',
|
'code_editor' => 'Uredi Kod',
|
||||||
|
|
|
@ -295,6 +295,7 @@ return [
|
||||||
'pages_is_template' => 'Predložak stranice',
|
'pages_is_template' => 'Predložak stranice',
|
||||||
|
|
||||||
// Editor Sidebar
|
// Editor Sidebar
|
||||||
|
'toggle_sidebar' => 'Toggle Sidebar',
|
||||||
'page_tags' => 'Oznake stranice',
|
'page_tags' => 'Oznake stranice',
|
||||||
'chapter_tags' => 'Oznake poglavlja',
|
'chapter_tags' => 'Oznake poglavlja',
|
||||||
'book_tags' => 'Oznake knjige',
|
'book_tags' => 'Oznake knjige',
|
||||||
|
|
|
@ -44,12 +44,16 @@ return [
|
||||||
'cannot_get_image_from_url' => 'Nije moguće dobiti sliku sa :url',
|
'cannot_get_image_from_url' => 'Nije moguće dobiti sliku sa :url',
|
||||||
'cannot_create_thumbs' => 'Server ne može kreirati sličice. Provjerite da imate instaliranu GD PHP ekstenziju.',
|
'cannot_create_thumbs' => 'Server ne može kreirati sličice. Provjerite da imate instaliranu GD PHP ekstenziju.',
|
||||||
'server_upload_limit' => 'Server ne dopušta učitavanja ove veličine. Pokušajte sa manjom veličinom fajla.',
|
'server_upload_limit' => 'Server ne dopušta učitavanja ove veličine. Pokušajte sa manjom veličinom fajla.',
|
||||||
|
'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
|
||||||
'uploaded' => 'Server ne dopušta učitavanja ove veličine. Pokušajte sa manjom veličinom fajla.',
|
'uploaded' => 'Server ne dopušta učitavanja ove veličine. Pokušajte sa manjom veličinom fajla.',
|
||||||
|
|
||||||
// Drawing & Images
|
// Drawing & Images
|
||||||
'image_upload_error' => 'Desila se greška prilikom učitavanja slike',
|
'image_upload_error' => 'Desila se greška prilikom učitavanja slike',
|
||||||
'image_upload_type_error' => 'Vrsta slike koja se učitava je neispravna',
|
'image_upload_type_error' => 'Vrsta slike koja se učitava je neispravna',
|
||||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
||||||
|
'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
|
||||||
|
'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
|
||||||
|
'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
|
||||||
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
|
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
|
||||||
|
|
||||||
// Attachments
|
// Attachments
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'preferences' => 'Preferences',
|
'my_account' => 'My Account',
|
||||||
|
|
||||||
'shortcuts' => 'Shortcuts',
|
'shortcuts' => 'Shortcuts',
|
||||||
'shortcuts_interface' => 'Interface Keyboard Shortcuts',
|
'shortcuts_interface' => 'UI Shortcut Preferences',
|
||||||
'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.',
|
'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_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_toggle_label' => 'Keyboard shortcuts enabled',
|
||||||
|
@ -29,5 +29,23 @@ return [
|
||||||
'notifications_watched' => 'Watched & Ignored Items',
|
'notifications_watched' => 'Watched & Ignored Items',
|
||||||
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
||||||
|
|
||||||
'profile_overview_desc' => ' Manage your user profile details including preferred language and authentication options.',
|
'auth' => 'Access & Security',
|
||||||
|
'auth_change_password' => 'Change Password',
|
||||||
|
'auth_change_password_desc' => 'Change the password you use to log-in to the application. This must be at least 8 characters long.',
|
||||||
|
'auth_change_password_success' => 'Password has been updated!',
|
||||||
|
|
||||||
|
'profile' => 'Profile Details',
|
||||||
|
'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.',
|
||||||
|
'profile_view_public' => 'View Public Profile',
|
||||||
|
'profile_name_desc' => 'Configure your display name which will be visible to other users in the system through the activity you perform, and content you own.',
|
||||||
|
'profile_email_desc' => 'This email will be used for notifications and, depending on active system authentication, system access.',
|
||||||
|
'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.',
|
||||||
|
'profile_avatar_desc' => 'Select an image which will be used to represent yourself to others in the system. Ideally this image should be square and about 256px in width and height.',
|
||||||
|
'profile_admin_options' => 'Administrator Options',
|
||||||
|
'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Settings > Users" area of the application.',
|
||||||
|
|
||||||
|
'delete_account' => 'Delete Account',
|
||||||
|
'delete_my_account' => 'Delete My Account',
|
||||||
|
'delete_my_account_desc' => 'This will fully delete your user account from the system. You will not be able to recover this account or revert this action. Content you\'ve created, such as created pages and uploaded images, will remain.',
|
||||||
|
'delete_my_account_warning' => 'Are you sure you want to delete your account?',
|
||||||
];
|
];
|
||||||
|
|
|
@ -193,8 +193,8 @@ return [
|
||||||
'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.',
|
'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.',
|
||||||
'users_send_invite_option' => 'Send user invite email',
|
'users_send_invite_option' => 'Send user invite email',
|
||||||
'users_external_auth_id' => 'External Authentication ID',
|
'users_external_auth_id' => 'External Authentication ID',
|
||||||
'users_external_auth_id_desc' => 'This is the ID used to match this user when communicating with your external authentication system.',
|
'users_external_auth_id_desc' => 'When an external authentication system is in use (such as SAML2, OIDC or LDAP) this is the ID which links this BookStack user to the authentication system account. You can ignore this field if using the default email-based authentication.',
|
||||||
'users_password_warning' => 'Only fill the below if you would like to change your password.',
|
'users_password_warning' => 'Only fill the below if you would like to change the password for this user.',
|
||||||
'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.',
|
'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.',
|
||||||
'users_delete' => 'Delete User',
|
'users_delete' => 'Delete User',
|
||||||
'users_delete_named' => 'Delete user :userName',
|
'users_delete_named' => 'Delete user :userName',
|
||||||
|
@ -210,12 +210,16 @@ return [
|
||||||
'users_preferred_language' => 'Preferred Language',
|
'users_preferred_language' => 'Preferred Language',
|
||||||
'users_preferred_language_desc' => 'This option will change the language used for the user-interface of the application. This will not affect any user-created content.',
|
'users_preferred_language_desc' => 'This option will change the language used for the user-interface of the application. This will not affect any user-created content.',
|
||||||
'users_social_accounts' => 'Social Accounts',
|
'users_social_accounts' => 'Social Accounts',
|
||||||
|
'users_social_accounts_desc' => 'View the status of the connected social accounts for this user. Social accounts can be used in addition to the primary authentication system for system access.',
|
||||||
'users_social_accounts_info' => 'Here you can connect your other accounts for quicker and easier login. Disconnecting an account here does not revoke previously authorized access. Revoke access from your profile settings on the connected social account.',
|
'users_social_accounts_info' => 'Here you can connect your other accounts for quicker and easier login. Disconnecting an account here does not revoke previously authorized access. Revoke access from your profile settings on the connected social account.',
|
||||||
'users_social_connect' => 'Connect Account',
|
'users_social_connect' => 'Connect Account',
|
||||||
'users_social_disconnect' => 'Disconnect Account',
|
'users_social_disconnect' => 'Disconnect Account',
|
||||||
|
'users_social_status_connected' => 'Connected',
|
||||||
|
'users_social_status_disconnected' => 'Disconnected',
|
||||||
'users_social_connected' => ':socialAccount account was successfully attached to your profile.',
|
'users_social_connected' => ':socialAccount account was successfully attached to your profile.',
|
||||||
'users_social_disconnected' => ':socialAccount account was successfully disconnected from your profile.',
|
'users_social_disconnected' => ':socialAccount account was successfully disconnected from your profile.',
|
||||||
'users_api_tokens' => 'API Tokens',
|
'users_api_tokens' => 'API Tokens',
|
||||||
|
'users_api_tokens_desc' => 'Create and manage the access tokens used to authenticate with the BookStack REST API. Permissions for the API are managed via the user that the token belongs to.',
|
||||||
'users_api_tokens_none' => 'No API tokens have been created for this user',
|
'users_api_tokens_none' => 'No API tokens have been created for this user',
|
||||||
'users_api_tokens_create' => 'Create Token',
|
'users_api_tokens_create' => 'Create Token',
|
||||||
'users_api_tokens_expires' => 'Expires',
|
'users_api_tokens_expires' => 'Expires',
|
||||||
|
@ -314,6 +318,7 @@ return [
|
||||||
'sv' => 'Svenska',
|
'sv' => 'Svenska',
|
||||||
'tr' => 'Türkçe',
|
'tr' => 'Türkçe',
|
||||||
'uk' => 'Українська',
|
'uk' => 'Українська',
|
||||||
|
'uz' => 'O‘zbekcha',
|
||||||
'vi' => 'Tiếng Việt',
|
'vi' => 'Tiếng Việt',
|
||||||
'zh_CN' => '简体中文',
|
'zh_CN' => '简体中文',
|
||||||
'zh_TW' => '繁體中文',
|
'zh_TW' => '繁體中文',
|
||||||
|
|
|
@ -52,6 +52,7 @@ return [
|
||||||
'filter_clear' => 'Clear Filter',
|
'filter_clear' => 'Clear Filter',
|
||||||
'download' => 'Download',
|
'download' => 'Download',
|
||||||
'open_in_tab' => 'Open in Tab',
|
'open_in_tab' => 'Open in Tab',
|
||||||
|
'open' => 'Open',
|
||||||
|
|
||||||
// Sort Options
|
// Sort Options
|
||||||
'sort_options' => 'Opcions d\'ordenació',
|
'sort_options' => 'Opcions d\'ordenació',
|
||||||
|
|
|
@ -34,6 +34,8 @@ return [
|
||||||
'image_delete_success' => 'Imatge suprimida correctament',
|
'image_delete_success' => 'Imatge suprimida correctament',
|
||||||
'image_replace' => 'Replace Image',
|
'image_replace' => 'Replace Image',
|
||||||
'image_replace_success' => 'Image file successfully updated',
|
'image_replace_success' => 'Image file successfully updated',
|
||||||
|
'image_rebuild_thumbs' => 'Regenerate Size Variations',
|
||||||
|
'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',
|
||||||
|
|
||||||
// Code Editor
|
// Code Editor
|
||||||
'code_editor' => 'Edita el codi',
|
'code_editor' => 'Edita el codi',
|
||||||
|
|
|
@ -295,6 +295,7 @@ return [
|
||||||
'pages_is_template' => 'Plantilla de pàgina',
|
'pages_is_template' => 'Plantilla de pàgina',
|
||||||
|
|
||||||
// Editor Sidebar
|
// Editor Sidebar
|
||||||
|
'toggle_sidebar' => 'Toggle Sidebar',
|
||||||
'page_tags' => 'Etiquetes de la pàgina',
|
'page_tags' => 'Etiquetes de la pàgina',
|
||||||
'chapter_tags' => 'Etiquetes del capítol',
|
'chapter_tags' => 'Etiquetes del capítol',
|
||||||
'book_tags' => 'Etiquetes del llibre',
|
'book_tags' => 'Etiquetes del llibre',
|
||||||
|
|
|
@ -44,12 +44,16 @@ return [
|
||||||
'cannot_get_image_from_url' => 'No s\'ha pogut obtenir la imatge de :url',
|
'cannot_get_image_from_url' => 'No s\'ha pogut obtenir la imatge de :url',
|
||||||
'cannot_create_thumbs' => 'El servidor no pot crear miniatures. Reviseu que tingueu instal·lada l\'extensió GD del PHP.',
|
'cannot_create_thumbs' => 'El servidor no pot crear miniatures. Reviseu que tingueu instal·lada l\'extensió GD del PHP.',
|
||||||
'server_upload_limit' => 'El servidor no permet pujades d\'aquesta mida. Proveu-ho amb una mida de fitxer més petita.',
|
'server_upload_limit' => 'El servidor no permet pujades d\'aquesta mida. Proveu-ho amb una mida de fitxer més petita.',
|
||||||
|
'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
|
||||||
'uploaded' => 'El servidor no permet pujades d\'aquesta mida. Proveu-ho amb una mida de fitxer més petita.',
|
'uploaded' => 'El servidor no permet pujades d\'aquesta mida. Proveu-ho amb una mida de fitxer més petita.',
|
||||||
|
|
||||||
// Drawing & Images
|
// Drawing & Images
|
||||||
'image_upload_error' => 'S\'ha produït un error en pujar la imatge',
|
'image_upload_error' => 'S\'ha produït un error en pujar la imatge',
|
||||||
'image_upload_type_error' => 'El tipus d\'imatge que heu pujat no és vàlid',
|
'image_upload_type_error' => 'El tipus d\'imatge que heu pujat no és vàlid',
|
||||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
||||||
|
'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
|
||||||
|
'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
|
||||||
|
'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
|
||||||
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
|
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
|
||||||
|
|
||||||
// Attachments
|
// Attachments
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'preferences' => 'Preferences',
|
'my_account' => 'My Account',
|
||||||
|
|
||||||
'shortcuts' => 'Shortcuts',
|
'shortcuts' => 'Shortcuts',
|
||||||
'shortcuts_interface' => 'Interface Keyboard Shortcuts',
|
'shortcuts_interface' => 'UI Shortcut Preferences',
|
||||||
'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.',
|
'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_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_toggle_label' => 'Keyboard shortcuts enabled',
|
||||||
|
@ -29,5 +29,23 @@ return [
|
||||||
'notifications_watched' => 'Watched & Ignored Items',
|
'notifications_watched' => 'Watched & Ignored Items',
|
||||||
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
||||||
|
|
||||||
'profile_overview_desc' => ' Manage your user profile details including preferred language and authentication options.',
|
'auth' => 'Access & Security',
|
||||||
|
'auth_change_password' => 'Change Password',
|
||||||
|
'auth_change_password_desc' => 'Change the password you use to log-in to the application. This must be at least 8 characters long.',
|
||||||
|
'auth_change_password_success' => 'Password has been updated!',
|
||||||
|
|
||||||
|
'profile' => 'Profile Details',
|
||||||
|
'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.',
|
||||||
|
'profile_view_public' => 'View Public Profile',
|
||||||
|
'profile_name_desc' => 'Configure your display name which will be visible to other users in the system through the activity you perform, and content you own.',
|
||||||
|
'profile_email_desc' => 'This email will be used for notifications and, depending on active system authentication, system access.',
|
||||||
|
'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.',
|
||||||
|
'profile_avatar_desc' => 'Select an image which will be used to represent yourself to others in the system. Ideally this image should be square and about 256px in width and height.',
|
||||||
|
'profile_admin_options' => 'Administrator Options',
|
||||||
|
'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Settings > Users" area of the application.',
|
||||||
|
|
||||||
|
'delete_account' => 'Delete Account',
|
||||||
|
'delete_my_account' => 'Delete My Account',
|
||||||
|
'delete_my_account_desc' => 'This will fully delete your user account from the system. You will not be able to recover this account or revert this action. Content you\'ve created, such as created pages and uploaded images, will remain.',
|
||||||
|
'delete_my_account_warning' => 'Are you sure you want to delete your account?',
|
||||||
];
|
];
|
||||||
|
|
|
@ -193,8 +193,8 @@ return [
|
||||||
'users_send_invite_text' => 'Podeu elegir enviar un correu d\'invitació a aquest usuari, la qual cosa li permetrà definir la seva contrasenya, o podeu definir-li una contrasenya vós.',
|
'users_send_invite_text' => 'Podeu elegir enviar un correu d\'invitació a aquest usuari, la qual cosa li permetrà definir la seva contrasenya, o podeu definir-li una contrasenya vós.',
|
||||||
'users_send_invite_option' => 'Envia un correu d\'invitació a l\'usuari',
|
'users_send_invite_option' => 'Envia un correu d\'invitació a l\'usuari',
|
||||||
'users_external_auth_id' => 'Identificador d\'autenticació extern',
|
'users_external_auth_id' => 'Identificador d\'autenticació extern',
|
||||||
'users_external_auth_id_desc' => 'Aquest és l\'identificador que s\'utilitza per a enllaçar aquest usuari en comunicar amb el sistema d\'autenticació extern.',
|
'users_external_auth_id_desc' => 'When an external authentication system is in use (such as SAML2, OIDC or LDAP) this is the ID which links this BookStack user to the authentication system account. You can ignore this field if using the default email-based authentication.',
|
||||||
'users_password_warning' => 'Ompliu-ho només si voleu canviar la vostra contrasenya.',
|
'users_password_warning' => 'Only fill the below if you would like to change the password for this user.',
|
||||||
'users_system_public' => 'Aquest usuari representa qualsevol usuari convidat que visita la vostra instància. No es pot fer servir per a iniciar la sessió però s\'assigna automàticament.',
|
'users_system_public' => 'Aquest usuari representa qualsevol usuari convidat que visita la vostra instància. No es pot fer servir per a iniciar la sessió però s\'assigna automàticament.',
|
||||||
'users_delete' => 'Suprimeix l\'usuari',
|
'users_delete' => 'Suprimeix l\'usuari',
|
||||||
'users_delete_named' => 'Suprimeix l\'usuari :userName',
|
'users_delete_named' => 'Suprimeix l\'usuari :userName',
|
||||||
|
@ -210,12 +210,16 @@ return [
|
||||||
'users_preferred_language' => 'Llengua preferida',
|
'users_preferred_language' => 'Llengua preferida',
|
||||||
'users_preferred_language_desc' => 'Aquesta opció canviarà la llengua utilitzada a la interfície d\'usuari de l\'aplicació. No afectarà el contingut creat pels usuaris.',
|
'users_preferred_language_desc' => 'Aquesta opció canviarà la llengua utilitzada a la interfície d\'usuari de l\'aplicació. No afectarà el contingut creat pels usuaris.',
|
||||||
'users_social_accounts' => 'Comptes socials',
|
'users_social_accounts' => 'Comptes socials',
|
||||||
|
'users_social_accounts_desc' => 'View the status of the connected social accounts for this user. Social accounts can be used in addition to the primary authentication system for system access.',
|
||||||
'users_social_accounts_info' => 'Aquí podeu connectar altres comptes per a un inici de sessió més ràpid i còmode. Si desconnecteu un compte aquí, no en revoqueu l\'accés d\'autorització donat amb anterioritat. Revoqueu-hi l\'accés a la configuració del perfil del compte social que hàgiu connectat.',
|
'users_social_accounts_info' => 'Aquí podeu connectar altres comptes per a un inici de sessió més ràpid i còmode. Si desconnecteu un compte aquí, no en revoqueu l\'accés d\'autorització donat amb anterioritat. Revoqueu-hi l\'accés a la configuració del perfil del compte social que hàgiu connectat.',
|
||||||
'users_social_connect' => 'Connecta un compte',
|
'users_social_connect' => 'Connecta un compte',
|
||||||
'users_social_disconnect' => 'Desconnecta el compte',
|
'users_social_disconnect' => 'Desconnecta el compte',
|
||||||
|
'users_social_status_connected' => 'Connected',
|
||||||
|
'users_social_status_disconnected' => 'Disconnected',
|
||||||
'users_social_connected' => 'El compte de :socialAccount s\'ha associat correctament al vostre perfil.',
|
'users_social_connected' => 'El compte de :socialAccount s\'ha associat correctament al vostre perfil.',
|
||||||
'users_social_disconnected' => 'El compte de :socialAccount s\'ha desassociat correctament del vostre perfil.',
|
'users_social_disconnected' => 'El compte de :socialAccount s\'ha desassociat correctament del vostre perfil.',
|
||||||
'users_api_tokens' => 'Testimonis d\'API',
|
'users_api_tokens' => 'Testimonis d\'API',
|
||||||
|
'users_api_tokens_desc' => 'Create and manage the access tokens used to authenticate with the BookStack REST API. Permissions for the API are managed via the user that the token belongs to.',
|
||||||
'users_api_tokens_none' => 'No s\'ha creat cap testimoni d\'API per a aquest usuari',
|
'users_api_tokens_none' => 'No s\'ha creat cap testimoni d\'API per a aquest usuari',
|
||||||
'users_api_tokens_create' => 'Crea un testimoni',
|
'users_api_tokens_create' => 'Crea un testimoni',
|
||||||
'users_api_tokens_expires' => 'Caducitat',
|
'users_api_tokens_expires' => 'Caducitat',
|
||||||
|
@ -314,6 +318,7 @@ return [
|
||||||
'sv' => 'Svenska',
|
'sv' => 'Svenska',
|
||||||
'tr' => 'Türkçe',
|
'tr' => 'Türkçe',
|
||||||
'uk' => 'Українська',
|
'uk' => 'Українська',
|
||||||
|
'uz' => 'O‘zbekcha',
|
||||||
'vi' => 'Tiếng Việt',
|
'vi' => 'Tiếng Việt',
|
||||||
'zh_CN' => '简体中文',
|
'zh_CN' => '简体中文',
|
||||||
'zh_TW' => '繁體中文',
|
'zh_TW' => '繁體中文',
|
||||||
|
|
|
@ -52,6 +52,7 @@ return [
|
||||||
'filter_clear' => 'Zrušit filtr',
|
'filter_clear' => 'Zrušit filtr',
|
||||||
'download' => 'Stáhnout',
|
'download' => 'Stáhnout',
|
||||||
'open_in_tab' => 'Otevřít v nové záložce',
|
'open_in_tab' => 'Otevřít v nové záložce',
|
||||||
|
'open' => 'Open',
|
||||||
|
|
||||||
// Sort Options
|
// Sort Options
|
||||||
'sort_options' => 'Možnosti řazení',
|
'sort_options' => 'Možnosti řazení',
|
||||||
|
|
|
@ -6,34 +6,36 @@ return [
|
||||||
|
|
||||||
// Image Manager
|
// Image Manager
|
||||||
'image_select' => 'Výběr obrázku',
|
'image_select' => 'Výběr obrázku',
|
||||||
'image_list' => 'Image List',
|
'image_list' => 'Seznam obrázků',
|
||||||
'image_details' => 'Image Details',
|
'image_details' => 'Detail obrázku',
|
||||||
'image_upload' => 'Upload Image',
|
'image_upload' => 'Nahrát obrázek',
|
||||||
'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
|
'image_intro' => 'Zde můžete vybrat a spravovat obrázky, které byly dříve nahrány do systému.',
|
||||||
'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
|
'image_intro_upload' => 'Nahrajte nový obrázek přetažením obrázku do tohoto okna, nebo pomocí tlačítka "Nahrát obrázek" výše.',
|
||||||
'image_all' => 'Vše',
|
'image_all' => 'Vše',
|
||||||
'image_all_title' => 'Zobrazit všechny obrázky',
|
'image_all_title' => 'Zobrazit všechny obrázky',
|
||||||
'image_book_title' => 'Zobrazit obrázky nahrané do této knihy',
|
'image_book_title' => 'Zobrazit obrázky nahrané do této knihy',
|
||||||
'image_page_title' => 'Zobrazit obrázky nahrané na tuto stránku',
|
'image_page_title' => 'Zobrazit obrázky nahrané na tuto stránku',
|
||||||
'image_search_hint' => 'Hledat podle názvu obrázku',
|
'image_search_hint' => 'Hledat podle názvu obrázku',
|
||||||
'image_uploaded' => 'Nahráno :uploadedDate',
|
'image_uploaded' => 'Nahráno :uploadedDate',
|
||||||
'image_uploaded_by' => 'Uploaded by :userName',
|
'image_uploaded_by' => 'Nahráno uživatelem :userName',
|
||||||
'image_uploaded_to' => 'Uploaded to :pageLink',
|
'image_uploaded_to' => 'Nahráno na :pageLink',
|
||||||
'image_updated' => 'Updated :updateDate',
|
'image_updated' => 'Aktualizováno :updateDate',
|
||||||
'image_load_more' => 'Načíst další',
|
'image_load_more' => 'Načíst další',
|
||||||
'image_image_name' => 'Název obrázku',
|
'image_image_name' => 'Název obrázku',
|
||||||
'image_delete_used' => 'Tento obrázek je použit na níže uvedených stránkách.',
|
'image_delete_used' => 'Tento obrázek je použit na níže uvedených stránkách.',
|
||||||
'image_delete_confirm_text' => 'Opravdu chcete odstranit tento obrázek?',
|
'image_delete_confirm_text' => 'Opravdu chcete odstranit tento obrázek?',
|
||||||
'image_select_image' => 'Zvolte obrázek',
|
'image_select_image' => 'Zvolte obrázek',
|
||||||
'image_dropzone' => 'Přetáhněte obrázky nebo klikněte sem pro nahrání',
|
'image_dropzone' => 'Přetáhněte obrázky nebo klikněte sem pro nahrání',
|
||||||
'image_dropzone_drop' => 'Drop images here to upload',
|
'image_dropzone_drop' => 'Obrázky nahrajete přetažením sem',
|
||||||
'images_deleted' => 'Obrázky odstraněny',
|
'images_deleted' => 'Obrázky odstraněny',
|
||||||
'image_preview' => 'Náhled obrázku',
|
'image_preview' => 'Náhled obrázku',
|
||||||
'image_upload_success' => 'Obrázek byl nahrán',
|
'image_upload_success' => 'Obrázek byl nahrán',
|
||||||
'image_update_success' => 'Podrobnosti o obrázku byly aktualizovány',
|
'image_update_success' => 'Podrobnosti o obrázku byly aktualizovány',
|
||||||
'image_delete_success' => 'Obrázek byl odstraněn',
|
'image_delete_success' => 'Obrázek byl odstraněn',
|
||||||
'image_replace' => 'Replace Image',
|
'image_replace' => 'Nahradit obrázek',
|
||||||
'image_replace_success' => 'Image file successfully updated',
|
'image_replace_success' => 'Obrázek úspěšně vytvořen',
|
||||||
|
'image_rebuild_thumbs' => 'Regenerate Size Variations',
|
||||||
|
'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',
|
||||||
|
|
||||||
// Code Editor
|
// Code Editor
|
||||||
'code_editor' => 'Upravit kód',
|
'code_editor' => 'Upravit kód',
|
||||||
|
|
|
@ -106,7 +106,7 @@ return [
|
||||||
'shelves_permissions_updated' => 'Oprávnění knihovny byla aktualizována',
|
'shelves_permissions_updated' => 'Oprávnění knihovny byla aktualizována',
|
||||||
'shelves_permissions_active' => 'Oprávnění knihovny byla aktivová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_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_permissions_create' => 'Shelf create permissions are only used for copying permissions to child books using the action below. They do not control the ability to create books.',
|
'shelves_permissions_create' => 'Oprávnění k vytváření Shelf se používají pouze ke kopírování oprávnění do dětských knih pomocí níže uvedené akce. Nekontrolují schopnost vytvářet knihy.',
|
||||||
'shelves_copy_permissions_to_books' => 'Kopírovat oprávnění na knihy',
|
'shelves_copy_permissions_to_books' => 'Kopírovat oprávnění na knihy',
|
||||||
'shelves_copy_permissions' => 'Kopírovat oprávnění',
|
'shelves_copy_permissions' => 'Kopírovat oprávnění',
|
||||||
'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_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.',
|
||||||
|
@ -214,7 +214,7 @@ return [
|
||||||
'pages_editing_page' => 'Úpravy stránky',
|
'pages_editing_page' => 'Úpravy stránky',
|
||||||
'pages_edit_draft_save_at' => 'Koncept uložen v ',
|
'pages_edit_draft_save_at' => 'Koncept uložen v ',
|
||||||
'pages_edit_delete_draft' => 'Odstranit koncept',
|
'pages_edit_delete_draft' => 'Odstranit koncept',
|
||||||
'pages_edit_delete_draft_confirm' => 'Are you sure you want to delete your draft page changes? All of your changes, since the last full save, will be lost and the editor will be updated with the latest page non-draft save state.',
|
'pages_edit_delete_draft_confirm' => 'Jste si jisti, že chcete odstranit změny vašich konceptů? Všechny vaše změny, od posledního úplného uložení, budou ztraceny a editor bude aktualizován s nejnovějším stavem nekonceptu stránky.',
|
||||||
'pages_edit_discard_draft' => 'Zahodit koncept',
|
'pages_edit_discard_draft' => 'Zahodit koncept',
|
||||||
'pages_edit_switch_to_markdown' => 'Přepnout na Markdown 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_clean' => '(Vytvořený obsah)',
|
||||||
|
@ -239,8 +239,8 @@ return [
|
||||||
'pages_md_insert_drawing' => 'Vložit kresbu',
|
'pages_md_insert_drawing' => 'Vložit kresbu',
|
||||||
'pages_md_show_preview' => 'Zobrazit náhled',
|
'pages_md_show_preview' => 'Zobrazit náhled',
|
||||||
'pages_md_sync_scroll' => 'Synchronizovat náhled',
|
'pages_md_sync_scroll' => 'Synchronizovat náhled',
|
||||||
'pages_drawing_unsaved' => 'Unsaved Drawing Found',
|
'pages_drawing_unsaved' => 'Nalezen neuložený výkres',
|
||||||
'pages_drawing_unsaved_confirm' => 'Unsaved drawing data was found from a previous failed drawing save attempt. Would you like to restore and continue editing this unsaved drawing?',
|
'pages_drawing_unsaved_confirm' => 'Byly nalezeny neuložené kresby z předchozí neúspěšné pokusu o uložení kresby. Chcete je obnovit a pokračovat v úpravě této neuložené kresby?',
|
||||||
'pages_not_in_chapter' => 'Stránka není v kapitole',
|
'pages_not_in_chapter' => 'Stránka není v kapitole',
|
||||||
'pages_move' => 'Přesunout stránku',
|
'pages_move' => 'Přesunout stránku',
|
||||||
'pages_copy' => 'Kopírovat stránku',
|
'pages_copy' => 'Kopírovat stránku',
|
||||||
|
@ -268,13 +268,13 @@ return [
|
||||||
'pages_revisions_restore' => 'Obnovit',
|
'pages_revisions_restore' => 'Obnovit',
|
||||||
'pages_revisions_none' => 'Tato stránka nemá žádné revize',
|
'pages_revisions_none' => 'Tato stránka nemá žádné revize',
|
||||||
'pages_copy_link' => 'Kopírovat odkaz',
|
'pages_copy_link' => 'Kopírovat odkaz',
|
||||||
'pages_edit_content_link' => 'Jump to section in editor',
|
'pages_edit_content_link' => 'Přejít na sekci v editoru',
|
||||||
'pages_pointer_enter_mode' => 'Enter section select mode',
|
'pages_pointer_enter_mode' => 'Zadejte režim výběru sekce',
|
||||||
'pages_pointer_label' => 'Page Section Options',
|
'pages_pointer_label' => 'Možnosti sekce stránky',
|
||||||
'pages_pointer_permalink' => 'Page Section Permalink',
|
'pages_pointer_permalink' => 'Trvalý odkaz sekce stránky',
|
||||||
'pages_pointer_include_tag' => 'Page Section Include Tag',
|
'pages_pointer_include_tag' => 'Sekce stránky obsahuje štítek',
|
||||||
'pages_pointer_toggle_link' => 'Permalink mode, Press to show include tag',
|
'pages_pointer_toggle_link' => 'Režim trvalého odkazu, stiskem zobrazíte značku',
|
||||||
'pages_pointer_toggle_include' => 'Include tag mode, Press to show permalink',
|
'pages_pointer_toggle_include' => 'Zahrnout režim značek, stiskněte pro zobrazení trvalého odkazu',
|
||||||
'pages_permissions_active' => 'Oprávnění stránky byla aktivována',
|
'pages_permissions_active' => 'Oprávnění stránky byla aktivována',
|
||||||
'pages_initial_revision' => 'První vydání',
|
'pages_initial_revision' => 'První vydání',
|
||||||
'pages_references_update_revision' => 'Automatická aktualizace interních odkazů',
|
'pages_references_update_revision' => 'Automatická aktualizace interních odkazů',
|
||||||
|
@ -289,12 +289,13 @@ return [
|
||||||
'time_b' => 'v posledních minutách (:minCount min.)',
|
'time_b' => 'v posledních minutách (:minCount min.)',
|
||||||
'message' => ':start :time. Dávejte pozor abyste nepřepsali změny ostatním!',
|
'message' => ':start :time. Dávejte pozor abyste nepřepsali změny ostatním!',
|
||||||
],
|
],
|
||||||
'pages_draft_discarded' => 'Draft discarded! The editor has been updated with the current page content',
|
'pages_draft_discarded' => 'Koncept byl zahozen. Editor nyní obsahuje aktuální verzi stránky',
|
||||||
'pages_draft_deleted' => 'Draft deleted! The editor has been updated with the current page content',
|
'pages_draft_deleted' => 'Koncept byl zahozen. Editor nyní obsahuje aktuální verzi stránky',
|
||||||
'pages_specific' => 'Konkrétní stránka',
|
'pages_specific' => 'Konkrétní stránka',
|
||||||
'pages_is_template' => 'Šablona stránky',
|
'pages_is_template' => 'Šablona stránky',
|
||||||
|
|
||||||
// Editor Sidebar
|
// Editor Sidebar
|
||||||
|
'toggle_sidebar' => 'Toggle Sidebar',
|
||||||
'page_tags' => 'Štítky stránky',
|
'page_tags' => 'Štítky stránky',
|
||||||
'chapter_tags' => 'Štítky kapitoly',
|
'chapter_tags' => 'Štítky kapitoly',
|
||||||
'book_tags' => 'Štítky knihy',
|
'book_tags' => 'Štítky knihy',
|
||||||
|
@ -322,10 +323,10 @@ return [
|
||||||
'attachments_explain_instant_save' => 'Změny zde provedené se okamžitě ukládají.',
|
'attachments_explain_instant_save' => 'Změny zde provedené se okamžitě ukládají.',
|
||||||
'attachments_upload' => 'Nahrát soubor',
|
'attachments_upload' => 'Nahrát soubor',
|
||||||
'attachments_link' => 'Připojit odkaz',
|
'attachments_link' => 'Připojit odkaz',
|
||||||
'attachments_upload_drop' => 'Alternatively you can drag and drop a file here to upload it as an attachment.',
|
'attachments_upload_drop' => 'Případně můžete přetáhnout soubor zde, abyste jej mohli nahrát jako přílohu.',
|
||||||
'attachments_set_link' => 'Nastavit odkaz',
|
'attachments_set_link' => 'Nastavit odkaz',
|
||||||
'attachments_delete' => 'Jste si jisti, že chcete odstranit tuto přílohu?',
|
'attachments_delete' => 'Jste si jisti, že chcete odstranit tuto přílohu?',
|
||||||
'attachments_dropzone' => 'Drop files here to upload',
|
'attachments_dropzone' => 'Soubory nahrajete přetažením sem',
|
||||||
'attachments_no_files' => 'Žádné soubory nebyly nahrány',
|
'attachments_no_files' => 'Žádné soubory nebyly nahrány',
|
||||||
'attachments_explain_link' => 'Můžete pouze připojit odkaz pokud nechcete nahrávat soubor přímo. Může to být odkaz na jinou stránku nebo na soubor v cloudu.',
|
'attachments_explain_link' => 'Můžete pouze připojit odkaz pokud nechcete nahrávat soubor přímo. Může to být odkaz na jinou stránku nebo na soubor v cloudu.',
|
||||||
'attachments_link_name' => 'Název odkazu',
|
'attachments_link_name' => 'Název odkazu',
|
||||||
|
@ -368,13 +369,13 @@ return [
|
||||||
'comment_new' => 'Nový komentář',
|
'comment_new' => 'Nový komentář',
|
||||||
'comment_created' => 'komentováno :createDiff',
|
'comment_created' => 'komentováno :createDiff',
|
||||||
'comment_updated' => 'Aktualizováno :updateDiff uživatelem :username',
|
'comment_updated' => 'Aktualizováno :updateDiff uživatelem :username',
|
||||||
'comment_updated_indicator' => 'Updated',
|
'comment_updated_indicator' => 'Aktualizováno',
|
||||||
'comment_deleted_success' => 'Komentář odstraněn',
|
'comment_deleted_success' => 'Komentář odstraněn',
|
||||||
'comment_created_success' => 'Komentář přidán',
|
'comment_created_success' => 'Komentář přidán',
|
||||||
'comment_updated_success' => 'Komentář aktualizován',
|
'comment_updated_success' => 'Komentář aktualizován',
|
||||||
'comment_delete_confirm' => 'Opravdu chcete odstranit tento komentář?',
|
'comment_delete_confirm' => 'Opravdu chcete odstranit tento komentář?',
|
||||||
'comment_in_reply_to' => 'Odpověď na :commentId',
|
'comment_in_reply_to' => 'Odpověď na :commentId',
|
||||||
'comment_editor_explain' => 'Here are the comments that have been left on this page. Comments can be added & managed when viewing the saved page.',
|
'comment_editor_explain' => 'Zde jsou komentáře, které zůstaly na této stránce. Komentáře lze přidat a spravovat při prohlížení uložené stránky.',
|
||||||
|
|
||||||
// Revision
|
// Revision
|
||||||
'revision_delete_confirm' => 'Opravdu chcete odstranit tuto revizi?',
|
'revision_delete_confirm' => 'Opravdu chcete odstranit tuto revizi?',
|
||||||
|
@ -407,26 +408,26 @@ return [
|
||||||
'references_to_desc' => 'Níže jsou uvedeny všechny známé stránky systému, které odkazují 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.',
|
||||||
|
|
||||||
// Watch Options
|
// Watch Options
|
||||||
'watch' => 'Watch',
|
'watch' => 'Sledovat',
|
||||||
'watch_title_default' => 'Default Preferences',
|
'watch_title_default' => 'Výchozí vlastnosti',
|
||||||
'watch_desc_default' => 'Revert watching to just your default notification preferences.',
|
'watch_desc_default' => 'Vrátit sledování pouze do výchozích nastavení oznámení.',
|
||||||
'watch_title_ignore' => 'Ignore',
|
'watch_title_ignore' => 'Ignorovat',
|
||||||
'watch_desc_ignore' => 'Ignore all notifications, including those from user-level preferences.',
|
'watch_desc_ignore' => 'Ignorovat všechna oznámení, včetně oznámení z nastavení uživatelské úrovně.',
|
||||||
'watch_title_new' => 'New Pages',
|
'watch_title_new' => 'Nová stránka',
|
||||||
'watch_desc_new' => 'Notify when any new page is created within this item.',
|
'watch_desc_new' => 'Upozornit, když je v této položce vytvořena nová stránka.',
|
||||||
'watch_title_updates' => 'All Page Updates',
|
'watch_title_updates' => 'Všechny aktualizace stránky',
|
||||||
'watch_desc_updates' => 'Notify upon all new pages and page changes.',
|
'watch_desc_updates' => 'Upozornit na všechny nové stránky a změny stránek.',
|
||||||
'watch_desc_updates_page' => 'Notify upon all page changes.',
|
'watch_desc_updates_page' => 'Upozornit na všechny změny stránky.',
|
||||||
'watch_title_comments' => 'All Page Updates & Comments',
|
'watch_title_comments' => 'Všechny aktualizace a komentáře stránky',
|
||||||
'watch_desc_comments' => 'Notify upon all new pages, page changes and new comments.',
|
'watch_desc_comments' => 'Upozornit na všechny nové stránky, změny stránek a nové komentáře.',
|
||||||
'watch_desc_comments_page' => 'Notify upon page changes and new comments.',
|
'watch_desc_comments_page' => 'Upozornit na změny stránky a nové komentáře.',
|
||||||
'watch_change_default' => 'Change default notification preferences',
|
'watch_change_default' => 'Změnit výchozí předvolby oznámení',
|
||||||
'watch_detail_ignore' => 'Ignoring notifications',
|
'watch_detail_ignore' => 'Ignorování oznámení',
|
||||||
'watch_detail_new' => 'Watching for new pages',
|
'watch_detail_new' => 'Sledování nových stránek',
|
||||||
'watch_detail_updates' => 'Watching new pages and updates',
|
'watch_detail_updates' => 'Sledování nových stránek a aktualizací',
|
||||||
'watch_detail_comments' => 'Watching new pages, updates & comments',
|
'watch_detail_comments' => 'Sledování nových stránek, aktualizací a komentářů',
|
||||||
'watch_detail_parent_book' => 'Watching via parent book',
|
'watch_detail_parent_book' => 'Sledování přes nadřazenou knihu',
|
||||||
'watch_detail_parent_book_ignore' => 'Ignoring via parent book',
|
'watch_detail_parent_book_ignore' => 'Ignorování přes nadřazenou knihu',
|
||||||
'watch_detail_parent_chapter' => 'Watching via parent chapter',
|
'watch_detail_parent_chapter' => 'Sledování přes nadřazenou knihu',
|
||||||
'watch_detail_parent_chapter_ignore' => 'Ignoring via parent chapter',
|
'watch_detail_parent_chapter_ignore' => 'Ignorování přes nadřazenou knihu',
|
||||||
];
|
];
|
||||||
|
|
|
@ -44,12 +44,16 @@ return [
|
||||||
'cannot_get_image_from_url' => 'Nelze získat obrázek z adresy :url',
|
'cannot_get_image_from_url' => 'Nelze získat obrázek z adresy :url',
|
||||||
'cannot_create_thumbs' => 'Server nedokáže udělat náhledy. Zkontrolujte, že rozšíření GD pro PHP je nainstalováno.',
|
'cannot_create_thumbs' => 'Server nedokáže udělat náhledy. Zkontrolujte, že rozšíření GD pro PHP je nainstalováno.',
|
||||||
'server_upload_limit' => 'Server nepovoluje nahrávat tak veliké soubory. Zkuste prosím menší soubor.',
|
'server_upload_limit' => 'Server nepovoluje nahrávat tak veliké soubory. Zkuste prosím menší soubor.',
|
||||||
|
'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
|
||||||
'uploaded' => 'Server nepovoluje nahrávat tak veliké soubory. Zkuste prosím menší soubor.',
|
'uploaded' => 'Server nepovoluje nahrávat tak veliké soubory. Zkuste prosím menší soubor.',
|
||||||
|
|
||||||
// Drawing & Images
|
// Drawing & Images
|
||||||
'image_upload_error' => 'Nastala chyba během nahrávání souboru',
|
'image_upload_error' => 'Nastala chyba během nahrávání souboru',
|
||||||
'image_upload_type_error' => 'Typ nahrávaného obrázku je neplatný.',
|
'image_upload_type_error' => 'Typ nahrávaného obrázku je neplatný.',
|
||||||
'image_upload_replace_type' => 'Náhrady souboru obrázku musí být stejného typu',
|
'image_upload_replace_type' => 'Náhrady souboru obrázku musí být stejného typu',
|
||||||
|
'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
|
||||||
|
'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
|
||||||
|
'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
|
||||||
'drawing_data_not_found' => 'Data výkresu nelze načíst. Výkresový soubor již nemusí existovat nebo nemusí mít oprávnění k němu přistupovat.',
|
'drawing_data_not_found' => 'Data výkresu nelze načíst. Výkresový soubor již nemusí existovat nebo nemusí mít oprávnění k němu přistupovat.',
|
||||||
|
|
||||||
// Attachments
|
// Attachments
|
||||||
|
|
|
@ -4,23 +4,23 @@
|
||||||
*/
|
*/
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'new_comment_subject' => 'New comment on page: :pageName',
|
'new_comment_subject' => 'Nový komentář na stránce: :pageName',
|
||||||
'new_comment_intro' => 'A user has commented on a page in :appName:',
|
'new_comment_intro' => 'Uživatel okomentoval stránku v :appName:',
|
||||||
'new_page_subject' => 'New page: :pageName',
|
'new_page_subject' => 'New page: :pageName',
|
||||||
'new_page_intro' => 'A new page has been created in :appName:',
|
'new_page_intro' => 'Nová stránka byla vytvořena v :appName:',
|
||||||
'updated_page_subject' => 'Updated page: :pageName',
|
'updated_page_subject' => 'Aktualizovaná stránka: :pageName',
|
||||||
'updated_page_intro' => 'A page has been updated in :appName:',
|
'updated_page_intro' => 'Stránka byla aktualizována v :appName:',
|
||||||
'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
|
'updated_page_debounce' => 'Aby se zabránilo hromadnému zasílání upozornění, na nějakou dobu nebudete posílat oznámení o dalších úpravách této stránky stejným editorem.',
|
||||||
|
|
||||||
'detail_page_name' => 'Page Name:',
|
'detail_page_name' => 'Název stránky:',
|
||||||
'detail_commenter' => 'Commenter:',
|
'detail_commenter' => 'Komentoval:',
|
||||||
'detail_comment' => 'Comment:',
|
'detail_comment' => 'Komentář:',
|
||||||
'detail_created_by' => 'Created By:',
|
'detail_created_by' => 'Vytvořil:',
|
||||||
'detail_updated_by' => 'Updated By:',
|
'detail_updated_by' => 'Aktualizoval(a):',
|
||||||
|
|
||||||
'action_view_comment' => 'View Comment',
|
'action_view_comment' => 'Zobrazit komentář',
|
||||||
'action_view_page' => 'View Page',
|
'action_view_page' => 'Zobrazit stránku',
|
||||||
|
|
||||||
'footer_reason' => 'This notification was sent to you because :link cover this type of activity for this item.',
|
'footer_reason' => 'Toto oznámení vám bylo zasláno, protože :link pokrývá tento typ aktivity pro tuto položku.',
|
||||||
'footer_reason_link' => 'your notification preferences',
|
'footer_reason_link' => 'nastavení upozornění',
|
||||||
];
|
];
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'preferences' => 'Předvolby',
|
'my_account' => 'My Account',
|
||||||
|
|
||||||
'shortcuts' => 'Zkratky',
|
'shortcuts' => 'Zkratky',
|
||||||
'shortcuts_interface' => 'Zobrazit klávesové zkratky',
|
'shortcuts_interface' => 'UI Shortcut Preferences',
|
||||||
'shortcuts_toggle_desc' => 'Zde můžete povolit nebo zakázat klávesové zkratky systémového rozhraní používané pro navigaci a akce.',
|
'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_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_toggle_label' => 'Klávesové zkratky povoleny',
|
||||||
|
@ -17,17 +17,35 @@ return [
|
||||||
'shortcuts_save' => 'Uložit zkratky',
|
'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_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!',
|
'shortcuts_update_success' => 'Nastavení pro zkratky bylo aktualizováno!',
|
||||||
'shortcuts_overview_desc' => 'Manage keyboard shortcuts you can use to navigate the system user interface.',
|
'shortcuts_overview_desc' => 'Správa klávesových zkratek, které můžete použít k navigaci systémového uživatelského rozhraní.',
|
||||||
|
|
||||||
'notifications' => 'Notification Preferences',
|
'notifications' => 'Nastavení upozornění',
|
||||||
'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.',
|
'notifications_desc' => 'Ovládat e-mailová oznámení, která dostáváte při provádění určité aktivity v systému.',
|
||||||
'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own',
|
'notifications_opt_own_page_changes' => 'Upozornit na změny stránek u kterých jsem vlastníkem',
|
||||||
'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own',
|
'notifications_opt_own_page_comments' => 'Upozornit na komentáře na stránkách, které vlastním',
|
||||||
'notifications_opt_comment_replies' => 'Notify upon replies to my comments',
|
'notifications_opt_comment_replies' => 'Upozornit na odpovědi na mé komentáře',
|
||||||
'notifications_save' => 'Save Preferences',
|
'notifications_save' => 'Uložit preference',
|
||||||
'notifications_update_success' => 'Notification preferences have been updated!',
|
'notifications_update_success' => 'Nastavení oznámení byla aktualizována!',
|
||||||
'notifications_watched' => 'Watched & Ignored Items',
|
'notifications_watched' => 'Sledované a ignorované položky',
|
||||||
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
'notifications_watched_desc' => ' Níže jsou položky, které mají vlastní nastavení hodinek. Chcete-li aktualizovat vaše předvolby, podívejte se na položku a pak najděte možnosti hodinek v postranním panelu.',
|
||||||
|
|
||||||
'profile_overview_desc' => ' Manage your user profile details including preferred language and authentication options.',
|
'auth' => 'Access & Security',
|
||||||
|
'auth_change_password' => 'Change Password',
|
||||||
|
'auth_change_password_desc' => 'Change the password you use to log-in to the application. This must be at least 8 characters long.',
|
||||||
|
'auth_change_password_success' => 'Password has been updated!',
|
||||||
|
|
||||||
|
'profile' => 'Profile Details',
|
||||||
|
'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.',
|
||||||
|
'profile_view_public' => 'View Public Profile',
|
||||||
|
'profile_name_desc' => 'Configure your display name which will be visible to other users in the system through the activity you perform, and content you own.',
|
||||||
|
'profile_email_desc' => 'This email will be used for notifications and, depending on active system authentication, system access.',
|
||||||
|
'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.',
|
||||||
|
'profile_avatar_desc' => 'Select an image which will be used to represent yourself to others in the system. Ideally this image should be square and about 256px in width and height.',
|
||||||
|
'profile_admin_options' => 'Administrator Options',
|
||||||
|
'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Settings > Users" area of the application.',
|
||||||
|
|
||||||
|
'delete_account' => 'Delete Account',
|
||||||
|
'delete_my_account' => 'Delete My Account',
|
||||||
|
'delete_my_account_desc' => 'This will fully delete your user account from the system. You will not be able to recover this account or revert this action. Content you\'ve created, such as created pages and uploaded images, will remain.',
|
||||||
|
'delete_my_account_warning' => 'Are you sure you want to delete your account?',
|
||||||
];
|
];
|
||||||
|
|
|
@ -193,8 +193,8 @@ return [
|
||||||
'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_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_send_invite_option' => 'Poslat uživateli pozvánku e-mailem',
|
||||||
'users_external_auth_id' => 'Přihlašovací identifikátor třetích stran',
|
'users_external_auth_id' => 'Přihlašovací identifikátor třetích stran',
|
||||||
'users_external_auth_id_desc' => 'ID použité pro rozpoznání tohoto uživatele když komunikuje s externím přihlašovacím systémem.',
|
'users_external_auth_id_desc' => 'When an external authentication system is in use (such as SAML2, OIDC or LDAP) this is the ID which links this BookStack user to the authentication system account. You can ignore this field if using the default email-based authentication.',
|
||||||
'users_password_warning' => 'Vyplňujte pouze v případě, že chcete heslo změnit.',
|
'users_password_warning' => 'Only fill the below if you would like to change the password for this user.',
|
||||||
'users_system_public' => 'Symbolizuje každého nepřihlášeného návštěvníka, který navštívil aplikaci. Nelze ho použít k přihlášení ale je přiřazen automaticky nepřihlášeným.',
|
'users_system_public' => 'Symbolizuje každého nepřihlášeného návštěvníka, který navštívil aplikaci. Nelze ho použít k přihlášení ale je přiřazen automaticky nepřihlášeným.',
|
||||||
'users_delete' => 'Odstranit uživatele',
|
'users_delete' => 'Odstranit uživatele',
|
||||||
'users_delete_named' => 'Odstranit uživatele :userName',
|
'users_delete_named' => 'Odstranit uživatele :userName',
|
||||||
|
@ -210,12 +210,16 @@ return [
|
||||||
'users_preferred_language' => 'Preferovaný jazyk',
|
'users_preferred_language' => 'Preferovaný jazyk',
|
||||||
'users_preferred_language_desc' => 'Tato volba ovlivní pouze jazyk používaný v uživatelském rozhraní aplikace. Volba nemá vliv na žádný uživateli vytvářený obsah.',
|
'users_preferred_language_desc' => 'Tato volba ovlivní pouze jazyk používaný v uživatelském rozhraní aplikace. Volba nemá vliv na žádný uživateli vytvářený obsah.',
|
||||||
'users_social_accounts' => 'Sociální účty',
|
'users_social_accounts' => 'Sociální účty',
|
||||||
|
'users_social_accounts_desc' => 'View the status of the connected social accounts for this user. Social accounts can be used in addition to the primary authentication system for system access.',
|
||||||
'users_social_accounts_info' => 'Zde můžete přidat vaše účty ze sociálních sítí pro pohodlnější přihlašování. Odpojení účtů neznamená, že tato aplikace ztratí práva číst detaily z vašeho účtu. Zakázat této aplikaci přístup k detailům vašeho účtu musíte přímo ve svém profilu na dané sociální síti.',
|
'users_social_accounts_info' => 'Zde můžete přidat vaše účty ze sociálních sítí pro pohodlnější přihlašování. Odpojení účtů neznamená, že tato aplikace ztratí práva číst detaily z vašeho účtu. Zakázat této aplikaci přístup k detailům vašeho účtu musíte přímo ve svém profilu na dané sociální síti.',
|
||||||
'users_social_connect' => 'Připojit účet',
|
'users_social_connect' => 'Připojit účet',
|
||||||
'users_social_disconnect' => 'Odpojit účet',
|
'users_social_disconnect' => 'Odpojit účet',
|
||||||
|
'users_social_status_connected' => 'Connected',
|
||||||
|
'users_social_status_disconnected' => 'Disconnected',
|
||||||
'users_social_connected' => 'Účet :socialAccount byl připojen k vašemu profilu.',
|
'users_social_connected' => 'Účet :socialAccount byl připojen k vašemu profilu.',
|
||||||
'users_social_disconnected' => 'Účet :socialAccount byl odpojen od vašeho profilu.',
|
'users_social_disconnected' => 'Účet :socialAccount byl odpojen od vašeho profilu.',
|
||||||
'users_api_tokens' => 'API Tokeny',
|
'users_api_tokens' => 'API Tokeny',
|
||||||
|
'users_api_tokens_desc' => 'Create and manage the access tokens used to authenticate with the BookStack REST API. Permissions for the API are managed via the user that the token belongs to.',
|
||||||
'users_api_tokens_none' => 'Tento uživatel nemá vytvořené žádné API Tokeny',
|
'users_api_tokens_none' => 'Tento uživatel nemá vytvořené žádné API Tokeny',
|
||||||
'users_api_tokens_create' => 'Vytvořit Token',
|
'users_api_tokens_create' => 'Vytvořit Token',
|
||||||
'users_api_tokens_expires' => 'Vyprší',
|
'users_api_tokens_expires' => 'Vyprší',
|
||||||
|
@ -314,6 +318,7 @@ return [
|
||||||
'sv' => 'Svenska',
|
'sv' => 'Svenska',
|
||||||
'tr' => 'Türkçe',
|
'tr' => 'Türkçe',
|
||||||
'uk' => 'Українська',
|
'uk' => 'Українська',
|
||||||
|
'uz' => 'O‘zbekcha',
|
||||||
'vi' => 'Tiếng Việt',
|
'vi' => 'Tiếng Việt',
|
||||||
'zh_CN' => '简体中文',
|
'zh_CN' => '简体中文',
|
||||||
'zh_TW' => '繁體中文',
|
'zh_TW' => '繁體中文',
|
||||||
|
|
|
@ -52,6 +52,7 @@ return [
|
||||||
'filter_clear' => 'Clear Filter',
|
'filter_clear' => 'Clear Filter',
|
||||||
'download' => 'Download',
|
'download' => 'Download',
|
||||||
'open_in_tab' => 'Open in Tab',
|
'open_in_tab' => 'Open in Tab',
|
||||||
|
'open' => 'Open',
|
||||||
|
|
||||||
// Sort Options
|
// Sort Options
|
||||||
'sort_options' => 'Sort Options',
|
'sort_options' => 'Sort Options',
|
||||||
|
|
|
@ -34,6 +34,8 @@ return [
|
||||||
'image_delete_success' => 'Image successfully deleted',
|
'image_delete_success' => 'Image successfully deleted',
|
||||||
'image_replace' => 'Replace Image',
|
'image_replace' => 'Replace Image',
|
||||||
'image_replace_success' => 'Image file successfully updated',
|
'image_replace_success' => 'Image file successfully updated',
|
||||||
|
'image_rebuild_thumbs' => 'Regenerate Size Variations',
|
||||||
|
'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',
|
||||||
|
|
||||||
// Code Editor
|
// Code Editor
|
||||||
'code_editor' => 'Edit Code',
|
'code_editor' => 'Edit Code',
|
||||||
|
|
|
@ -295,6 +295,7 @@ return [
|
||||||
'pages_is_template' => 'Page Template',
|
'pages_is_template' => 'Page Template',
|
||||||
|
|
||||||
// Editor Sidebar
|
// Editor Sidebar
|
||||||
|
'toggle_sidebar' => 'Toggle Sidebar',
|
||||||
'page_tags' => 'Page Tags',
|
'page_tags' => 'Page Tags',
|
||||||
'chapter_tags' => 'Chapter Tags',
|
'chapter_tags' => 'Chapter Tags',
|
||||||
'book_tags' => 'Book Tags',
|
'book_tags' => 'Book Tags',
|
||||||
|
|
|
@ -44,12 +44,16 @@ return [
|
||||||
'cannot_get_image_from_url' => 'Methu cael delwedd o :url',
|
'cannot_get_image_from_url' => 'Methu cael delwedd o :url',
|
||||||
'cannot_create_thumbs' => 'Ni all y gweinydd greu mân-luniau. Gwiriwch fod gennych yr estyniad GD PHP wedi\'i osod.',
|
'cannot_create_thumbs' => 'Ni all y gweinydd greu mân-luniau. Gwiriwch fod gennych yr estyniad GD PHP wedi\'i osod.',
|
||||||
'server_upload_limit' => 'Nid yw\'r gweinydd yn caniatáu uwchlwythiadau o\'r maint hwn. Rhowch gynnig ar faint ffeil llai.',
|
'server_upload_limit' => 'Nid yw\'r gweinydd yn caniatáu uwchlwythiadau o\'r maint hwn. Rhowch gynnig ar faint ffeil llai.',
|
||||||
|
'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
|
||||||
'uploaded' => 'Nid yw\'r gweinydd yn caniatáu uwchlwythiadau o\'r maint hwn. Rhowch gynnig ar faint ffeil llai.',
|
'uploaded' => 'Nid yw\'r gweinydd yn caniatáu uwchlwythiadau o\'r maint hwn. Rhowch gynnig ar faint ffeil llai.',
|
||||||
|
|
||||||
// Drawing & Images
|
// Drawing & Images
|
||||||
'image_upload_error' => 'Bu gwall wrth uwchlwytho\'r ddelwedd',
|
'image_upload_error' => 'Bu gwall wrth uwchlwytho\'r ddelwedd',
|
||||||
'image_upload_type_error' => 'Mae\'r math o ddelwedd sy\'n cael ei huwchlwytho yn annilys',
|
'image_upload_type_error' => 'Mae\'r math o ddelwedd sy\'n cael ei huwchlwytho yn annilys',
|
||||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
||||||
|
'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
|
||||||
|
'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
|
||||||
|
'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
|
||||||
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
|
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
|
||||||
|
|
||||||
// Attachments
|
// Attachments
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'preferences' => 'Preferences',
|
'my_account' => 'My Account',
|
||||||
|
|
||||||
'shortcuts' => 'Shortcuts',
|
'shortcuts' => 'Shortcuts',
|
||||||
'shortcuts_interface' => 'Interface Keyboard Shortcuts',
|
'shortcuts_interface' => 'UI Shortcut Preferences',
|
||||||
'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.',
|
'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_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_toggle_label' => 'Keyboard shortcuts enabled',
|
||||||
|
@ -29,5 +29,23 @@ return [
|
||||||
'notifications_watched' => 'Watched & Ignored Items',
|
'notifications_watched' => 'Watched & Ignored Items',
|
||||||
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
||||||
|
|
||||||
'profile_overview_desc' => ' Manage your user profile details including preferred language and authentication options.',
|
'auth' => 'Access & Security',
|
||||||
|
'auth_change_password' => 'Change Password',
|
||||||
|
'auth_change_password_desc' => 'Change the password you use to log-in to the application. This must be at least 8 characters long.',
|
||||||
|
'auth_change_password_success' => 'Password has been updated!',
|
||||||
|
|
||||||
|
'profile' => 'Profile Details',
|
||||||
|
'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.',
|
||||||
|
'profile_view_public' => 'View Public Profile',
|
||||||
|
'profile_name_desc' => 'Configure your display name which will be visible to other users in the system through the activity you perform, and content you own.',
|
||||||
|
'profile_email_desc' => 'This email will be used for notifications and, depending on active system authentication, system access.',
|
||||||
|
'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.',
|
||||||
|
'profile_avatar_desc' => 'Select an image which will be used to represent yourself to others in the system. Ideally this image should be square and about 256px in width and height.',
|
||||||
|
'profile_admin_options' => 'Administrator Options',
|
||||||
|
'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Settings > Users" area of the application.',
|
||||||
|
|
||||||
|
'delete_account' => 'Delete Account',
|
||||||
|
'delete_my_account' => 'Delete My Account',
|
||||||
|
'delete_my_account_desc' => 'This will fully delete your user account from the system. You will not be able to recover this account or revert this action. Content you\'ve created, such as created pages and uploaded images, will remain.',
|
||||||
|
'delete_my_account_warning' => 'Are you sure you want to delete your account?',
|
||||||
];
|
];
|
||||||
|
|
|
@ -193,8 +193,8 @@ return [
|
||||||
'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.',
|
'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.',
|
||||||
'users_send_invite_option' => 'Send user invite email',
|
'users_send_invite_option' => 'Send user invite email',
|
||||||
'users_external_auth_id' => 'External Authentication ID',
|
'users_external_auth_id' => 'External Authentication ID',
|
||||||
'users_external_auth_id_desc' => 'This is the ID used to match this user when communicating with your external authentication system.',
|
'users_external_auth_id_desc' => 'When an external authentication system is in use (such as SAML2, OIDC or LDAP) this is the ID which links this BookStack user to the authentication system account. You can ignore this field if using the default email-based authentication.',
|
||||||
'users_password_warning' => 'Only fill the below if you would like to change your password.',
|
'users_password_warning' => 'Only fill the below if you would like to change the password for this user.',
|
||||||
'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.',
|
'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.',
|
||||||
'users_delete' => 'Delete User',
|
'users_delete' => 'Delete User',
|
||||||
'users_delete_named' => 'Delete user :userName',
|
'users_delete_named' => 'Delete user :userName',
|
||||||
|
@ -210,12 +210,16 @@ return [
|
||||||
'users_preferred_language' => 'Preferred Language',
|
'users_preferred_language' => 'Preferred Language',
|
||||||
'users_preferred_language_desc' => 'This option will change the language used for the user-interface of the application. This will not affect any user-created content.',
|
'users_preferred_language_desc' => 'This option will change the language used for the user-interface of the application. This will not affect any user-created content.',
|
||||||
'users_social_accounts' => 'Social Accounts',
|
'users_social_accounts' => 'Social Accounts',
|
||||||
|
'users_social_accounts_desc' => 'View the status of the connected social accounts for this user. Social accounts can be used in addition to the primary authentication system for system access.',
|
||||||
'users_social_accounts_info' => 'Here you can connect your other accounts for quicker and easier login. Disconnecting an account here does not revoke previously authorized access. Revoke access from your profile settings on the connected social account.',
|
'users_social_accounts_info' => 'Here you can connect your other accounts for quicker and easier login. Disconnecting an account here does not revoke previously authorized access. Revoke access from your profile settings on the connected social account.',
|
||||||
'users_social_connect' => 'Connect Account',
|
'users_social_connect' => 'Connect Account',
|
||||||
'users_social_disconnect' => 'Disconnect Account',
|
'users_social_disconnect' => 'Disconnect Account',
|
||||||
|
'users_social_status_connected' => 'Connected',
|
||||||
|
'users_social_status_disconnected' => 'Disconnected',
|
||||||
'users_social_connected' => ':socialAccount account was successfully attached to your profile.',
|
'users_social_connected' => ':socialAccount account was successfully attached to your profile.',
|
||||||
'users_social_disconnected' => ':socialAccount account was successfully disconnected from your profile.',
|
'users_social_disconnected' => ':socialAccount account was successfully disconnected from your profile.',
|
||||||
'users_api_tokens' => 'API Tokens',
|
'users_api_tokens' => 'API Tokens',
|
||||||
|
'users_api_tokens_desc' => 'Create and manage the access tokens used to authenticate with the BookStack REST API. Permissions for the API are managed via the user that the token belongs to.',
|
||||||
'users_api_tokens_none' => 'No API tokens have been created for this user',
|
'users_api_tokens_none' => 'No API tokens have been created for this user',
|
||||||
'users_api_tokens_create' => 'Create Token',
|
'users_api_tokens_create' => 'Create Token',
|
||||||
'users_api_tokens_expires' => 'Expires',
|
'users_api_tokens_expires' => 'Expires',
|
||||||
|
@ -314,6 +318,7 @@ return [
|
||||||
'sv' => 'Svenska',
|
'sv' => 'Svenska',
|
||||||
'tr' => 'Türkçe',
|
'tr' => 'Türkçe',
|
||||||
'uk' => 'Українська',
|
'uk' => 'Українська',
|
||||||
|
'uz' => 'O‘zbekcha',
|
||||||
'vi' => 'Tiếng Việt',
|
'vi' => 'Tiếng Việt',
|
||||||
'zh_CN' => '简体中文',
|
'zh_CN' => '简体中文',
|
||||||
'zh_TW' => '繁體中文',
|
'zh_TW' => '繁體中文',
|
||||||
|
|
|
@ -52,6 +52,7 @@ return [
|
||||||
'filter_clear' => 'Nulstil Filter',
|
'filter_clear' => 'Nulstil Filter',
|
||||||
'download' => 'Hent',
|
'download' => 'Hent',
|
||||||
'open_in_tab' => 'Åben i ny fane',
|
'open_in_tab' => 'Åben i ny fane',
|
||||||
|
'open' => 'Open',
|
||||||
|
|
||||||
// Sort Options
|
// Sort Options
|
||||||
'sort_options' => 'Sorteringsindstillinger',
|
'sort_options' => 'Sorteringsindstillinger',
|
||||||
|
|
|
@ -34,6 +34,8 @@ return [
|
||||||
'image_delete_success' => 'Billede slettet',
|
'image_delete_success' => 'Billede slettet',
|
||||||
'image_replace' => 'Replace Image',
|
'image_replace' => 'Replace Image',
|
||||||
'image_replace_success' => 'Image file successfully updated',
|
'image_replace_success' => 'Image file successfully updated',
|
||||||
|
'image_rebuild_thumbs' => 'Regenerate Size Variations',
|
||||||
|
'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',
|
||||||
|
|
||||||
// Code Editor
|
// Code Editor
|
||||||
'code_editor' => 'Rediger kode',
|
'code_editor' => 'Rediger kode',
|
||||||
|
|
|
@ -295,6 +295,7 @@ return [
|
||||||
'pages_is_template' => 'Sideskabelon',
|
'pages_is_template' => 'Sideskabelon',
|
||||||
|
|
||||||
// Editor Sidebar
|
// Editor Sidebar
|
||||||
|
'toggle_sidebar' => 'Toggle Sidebar',
|
||||||
'page_tags' => 'Sidetags',
|
'page_tags' => 'Sidetags',
|
||||||
'chapter_tags' => 'Kapiteltags',
|
'chapter_tags' => 'Kapiteltags',
|
||||||
'book_tags' => 'Bogtags',
|
'book_tags' => 'Bogtags',
|
||||||
|
|
|
@ -44,12 +44,16 @@ return [
|
||||||
'cannot_get_image_from_url' => 'Kan ikke finde billede på :url',
|
'cannot_get_image_from_url' => 'Kan ikke finde billede på :url',
|
||||||
'cannot_create_thumbs' => 'Serveren kan ikke oprette miniaturer. Kontroller, at GD PHP-udvidelsen er installeret.',
|
'cannot_create_thumbs' => 'Serveren kan ikke oprette miniaturer. Kontroller, at GD PHP-udvidelsen er installeret.',
|
||||||
'server_upload_limit' => 'Serveren tillader ikke uploads af denne størrelse. Prøv en mindre filstørrelse.',
|
'server_upload_limit' => 'Serveren tillader ikke uploads af denne størrelse. Prøv en mindre filstørrelse.',
|
||||||
|
'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
|
||||||
'uploaded' => 'Serveren tillader ikke uploads af denne størrelse. Prøv en mindre filstørrelse.',
|
'uploaded' => 'Serveren tillader ikke uploads af denne størrelse. Prøv en mindre filstørrelse.',
|
||||||
|
|
||||||
// Drawing & Images
|
// Drawing & Images
|
||||||
'image_upload_error' => 'Der opstod en fejl ved upload af billedet',
|
'image_upload_error' => 'Der opstod en fejl ved upload af billedet',
|
||||||
'image_upload_type_error' => 'Billedtypen, der uploades, er ugyldig',
|
'image_upload_type_error' => 'Billedtypen, der uploades, er ugyldig',
|
||||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
||||||
|
'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
|
||||||
|
'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
|
||||||
|
'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
|
||||||
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
|
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
|
||||||
|
|
||||||
// Attachments
|
// Attachments
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'preferences' => 'Preferences',
|
'my_account' => 'My Account',
|
||||||
|
|
||||||
'shortcuts' => 'Shortcuts',
|
'shortcuts' => 'Shortcuts',
|
||||||
'shortcuts_interface' => 'Interface Keyboard Shortcuts',
|
'shortcuts_interface' => 'UI Shortcut Preferences',
|
||||||
'shortcuts_toggle_desc' => 'Here you can enable or disable keyboard system interface shortcuts, used for navigation and actions.',
|
'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_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_toggle_label' => 'Keyboard shortcuts enabled',
|
||||||
|
@ -29,5 +29,23 @@ return [
|
||||||
'notifications_watched' => 'Watched & Ignored Items',
|
'notifications_watched' => 'Watched & Ignored Items',
|
||||||
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
||||||
|
|
||||||
'profile_overview_desc' => ' Manage your user profile details including preferred language and authentication options.',
|
'auth' => 'Access & Security',
|
||||||
|
'auth_change_password' => 'Change Password',
|
||||||
|
'auth_change_password_desc' => 'Change the password you use to log-in to the application. This must be at least 8 characters long.',
|
||||||
|
'auth_change_password_success' => 'Password has been updated!',
|
||||||
|
|
||||||
|
'profile' => 'Profile Details',
|
||||||
|
'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.',
|
||||||
|
'profile_view_public' => 'View Public Profile',
|
||||||
|
'profile_name_desc' => 'Configure your display name which will be visible to other users in the system through the activity you perform, and content you own.',
|
||||||
|
'profile_email_desc' => 'This email will be used for notifications and, depending on active system authentication, system access.',
|
||||||
|
'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.',
|
||||||
|
'profile_avatar_desc' => 'Select an image which will be used to represent yourself to others in the system. Ideally this image should be square and about 256px in width and height.',
|
||||||
|
'profile_admin_options' => 'Administrator Options',
|
||||||
|
'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Settings > Users" area of the application.',
|
||||||
|
|
||||||
|
'delete_account' => 'Delete Account',
|
||||||
|
'delete_my_account' => 'Delete My Account',
|
||||||
|
'delete_my_account_desc' => 'This will fully delete your user account from the system. You will not be able to recover this account or revert this action. Content you\'ve created, such as created pages and uploaded images, will remain.',
|
||||||
|
'delete_my_account_warning' => 'Are you sure you want to delete your account?',
|
||||||
];
|
];
|
||||||
|
|
|
@ -193,8 +193,8 @@ return [
|
||||||
'users_send_invite_text' => 'Du kan vælge at sende denne bruger en invitation på E-Mail, som giver dem mulighed for at indstille deres egen adgangskode, ellers kan du indstille deres adgangskode selv.',
|
'users_send_invite_text' => 'Du kan vælge at sende denne bruger en invitation på E-Mail, som giver dem mulighed for at indstille deres egen adgangskode, ellers kan du indstille deres adgangskode selv.',
|
||||||
'users_send_invite_option' => 'Send bruger en invitationsmail',
|
'users_send_invite_option' => 'Send bruger en invitationsmail',
|
||||||
'users_external_auth_id' => 'Ekstern godkendelses ID',
|
'users_external_auth_id' => 'Ekstern godkendelses ID',
|
||||||
'users_external_auth_id_desc' => 'Dette er det ID, der bruges til at matche denne bruger ved kommunikation med dit eksterne godkendelsessystem.',
|
'users_external_auth_id_desc' => 'When an external authentication system is in use (such as SAML2, OIDC or LDAP) this is the ID which links this BookStack user to the authentication system account. You can ignore this field if using the default email-based authentication.',
|
||||||
'users_password_warning' => 'Udfyld kun nedenstående, hvis du vil ændre din adgangskode.',
|
'users_password_warning' => 'Only fill the below if you would like to change the password for this user.',
|
||||||
'users_system_public' => 'Denne bruger repræsenterer alle gæstebrugere, der besøger din instans. Den kan ikke bruges til at logge på, men tildeles automatisk.',
|
'users_system_public' => 'Denne bruger repræsenterer alle gæstebrugere, der besøger din instans. Den kan ikke bruges til at logge på, men tildeles automatisk.',
|
||||||
'users_delete' => 'Slet bruger',
|
'users_delete' => 'Slet bruger',
|
||||||
'users_delete_named' => 'Slet bruger :userName',
|
'users_delete_named' => 'Slet bruger :userName',
|
||||||
|
@ -210,12 +210,16 @@ return [
|
||||||
'users_preferred_language' => 'Foretrukket sprog',
|
'users_preferred_language' => 'Foretrukket sprog',
|
||||||
'users_preferred_language_desc' => 'Denne indstilling ændrer det sprog, der bruges til applikationens brugergrænseflade. Dette påvirker ikke noget brugeroprettet indhold.',
|
'users_preferred_language_desc' => 'Denne indstilling ændrer det sprog, der bruges til applikationens brugergrænseflade. Dette påvirker ikke noget brugeroprettet indhold.',
|
||||||
'users_social_accounts' => 'Sociale konti',
|
'users_social_accounts' => 'Sociale konti',
|
||||||
|
'users_social_accounts_desc' => 'View the status of the connected social accounts for this user. Social accounts can be used in addition to the primary authentication system for system access.',
|
||||||
'users_social_accounts_info' => 'Her kan du forbinde dine andre konti for hurtigere og lettere login. Afbrydelse af en konto her tilbagekalder ikke tidligere autoriseret adgang. Tilbagekald adgang fra dine profilindstillinger på den tilsluttede sociale konto.',
|
'users_social_accounts_info' => 'Her kan du forbinde dine andre konti for hurtigere og lettere login. Afbrydelse af en konto her tilbagekalder ikke tidligere autoriseret adgang. Tilbagekald adgang fra dine profilindstillinger på den tilsluttede sociale konto.',
|
||||||
'users_social_connect' => 'Forbind konto',
|
'users_social_connect' => 'Forbind konto',
|
||||||
'users_social_disconnect' => 'Frakobl konto',
|
'users_social_disconnect' => 'Frakobl konto',
|
||||||
|
'users_social_status_connected' => 'Connected',
|
||||||
|
'users_social_status_disconnected' => 'Disconnected',
|
||||||
'users_social_connected' => ':socialAccount kontoen blev knyttet til din profil.',
|
'users_social_connected' => ':socialAccount kontoen blev knyttet til din profil.',
|
||||||
'users_social_disconnected' => ':socialAccount kontoen blev afbrudt fra din profil.',
|
'users_social_disconnected' => ':socialAccount kontoen blev afbrudt fra din profil.',
|
||||||
'users_api_tokens' => 'API Tokens',
|
'users_api_tokens' => 'API Tokens',
|
||||||
|
'users_api_tokens_desc' => 'Create and manage the access tokens used to authenticate with the BookStack REST API. Permissions for the API are managed via the user that the token belongs to.',
|
||||||
'users_api_tokens_none' => 'Ingen API tokens er blevet oprettet for denne bruger',
|
'users_api_tokens_none' => 'Ingen API tokens er blevet oprettet for denne bruger',
|
||||||
'users_api_tokens_create' => 'Opret Token',
|
'users_api_tokens_create' => 'Opret Token',
|
||||||
'users_api_tokens_expires' => 'Udløber',
|
'users_api_tokens_expires' => 'Udløber',
|
||||||
|
@ -314,6 +318,7 @@ return [
|
||||||
'sv' => 'Svenska',
|
'sv' => 'Svenska',
|
||||||
'tr' => 'Türkçe',
|
'tr' => 'Türkçe',
|
||||||
'uk' => 'Українська',
|
'uk' => 'Українська',
|
||||||
|
'uz' => 'O‘zbekcha',
|
||||||
'vi' => 'Tiếng Việt',
|
'vi' => 'Tiếng Việt',
|
||||||
'zh_CN' => '简体中文',
|
'zh_CN' => '简体中文',
|
||||||
'zh_TW' => '繁體中文',
|
'zh_TW' => '繁體中文',
|
||||||
|
|
|
@ -52,6 +52,7 @@ return [
|
||||||
'filter_clear' => 'Filter löschen',
|
'filter_clear' => 'Filter löschen',
|
||||||
'download' => 'Herunterladen',
|
'download' => 'Herunterladen',
|
||||||
'open_in_tab' => 'In neuem Tab öffnen',
|
'open_in_tab' => 'In neuem Tab öffnen',
|
||||||
|
'open' => 'Öffnen',
|
||||||
|
|
||||||
// Sort Options
|
// Sort Options
|
||||||
'sort_options' => 'Sortieroptionen',
|
'sort_options' => 'Sortieroptionen',
|
||||||
|
|
|
@ -34,6 +34,8 @@ return [
|
||||||
'image_delete_success' => 'Bild erfolgreich gelöscht',
|
'image_delete_success' => 'Bild erfolgreich gelöscht',
|
||||||
'image_replace' => 'Bild ersetzen',
|
'image_replace' => 'Bild ersetzen',
|
||||||
'image_replace_success' => 'Bild erfolgreich aktualisiert',
|
'image_replace_success' => 'Bild erfolgreich aktualisiert',
|
||||||
|
'image_rebuild_thumbs' => 'Größenvariationen neu generieren',
|
||||||
|
'image_rebuild_thumbs_success' => 'Bildgrößenvariationen erfolgreich neu erstellt!',
|
||||||
|
|
||||||
// Code Editor
|
// Code Editor
|
||||||
'code_editor' => 'Code editieren',
|
'code_editor' => 'Code editieren',
|
||||||
|
|
|
@ -32,7 +32,7 @@ return [
|
||||||
'header_medium' => 'Mittlere Überschrift',
|
'header_medium' => 'Mittlere Überschrift',
|
||||||
'header_small' => 'Kleine Überschrift',
|
'header_small' => 'Kleine Überschrift',
|
||||||
'header_tiny' => 'Sehr kleine Überschrift',
|
'header_tiny' => 'Sehr kleine Überschrift',
|
||||||
'paragraph' => 'Paragraph',
|
'paragraph' => 'Absatz',
|
||||||
'blockquote' => 'Blockzitat',
|
'blockquote' => 'Blockzitat',
|
||||||
'inline_code' => 'Inline-Code',
|
'inline_code' => 'Inline-Code',
|
||||||
'callouts' => 'Anmerkungen',
|
'callouts' => 'Anmerkungen',
|
||||||
|
|
|
@ -295,6 +295,7 @@ return [
|
||||||
'pages_is_template' => 'Seitenvorlage',
|
'pages_is_template' => 'Seitenvorlage',
|
||||||
|
|
||||||
// Editor Sidebar
|
// Editor Sidebar
|
||||||
|
'toggle_sidebar' => 'Seitenleiste umschalten',
|
||||||
'page_tags' => 'Seiten-Schlagwörter',
|
'page_tags' => 'Seiten-Schlagwörter',
|
||||||
'chapter_tags' => 'Kapitel-Schlagwörter',
|
'chapter_tags' => 'Kapitel-Schlagwörter',
|
||||||
'book_tags' => 'Buch-Schlagwörter',
|
'book_tags' => 'Buch-Schlagwörter',
|
||||||
|
|
|
@ -44,12 +44,16 @@ return [
|
||||||
'cannot_get_image_from_url' => 'Bild konnte nicht von der URL :url geladen werden.',
|
'cannot_get_image_from_url' => 'Bild konnte nicht von der URL :url geladen werden.',
|
||||||
'cannot_create_thumbs' => 'Der Server kann keine Vorschau-Bilder erzeugen. Bitte prüfen Sie, ob die GD PHP-Erweiterung installiert ist.',
|
'cannot_create_thumbs' => 'Der Server kann keine Vorschau-Bilder erzeugen. Bitte prüfen Sie, ob die GD PHP-Erweiterung installiert ist.',
|
||||||
'server_upload_limit' => 'Der Server verbietet das Hochladen von Dateien mit dieser Dateigröße. Bitte versuchen Sie es mit einer kleineren Datei.',
|
'server_upload_limit' => 'Der Server verbietet das Hochladen von Dateien mit dieser Dateigröße. Bitte versuchen Sie es mit einer kleineren Datei.',
|
||||||
|
'server_post_limit' => 'Der Server kann die angegebene Datenmenge nicht empfangen. Versuchen Sie es erneut mit weniger Daten oder einer kleineren Datei.',
|
||||||
'uploaded' => 'Der Server verbietet das Hochladen von Dateien mit dieser Dateigröße. Bitte versuchen Sie es mit einer kleineren Datei.',
|
'uploaded' => 'Der Server verbietet das Hochladen von Dateien mit dieser Dateigröße. Bitte versuchen Sie es mit einer kleineren Datei.',
|
||||||
|
|
||||||
// Drawing & Images
|
// Drawing & Images
|
||||||
'image_upload_error' => 'Beim Hochladen des Bildes trat ein Fehler auf.',
|
'image_upload_error' => 'Beim Hochladen des Bildes trat ein Fehler auf.',
|
||||||
'image_upload_type_error' => 'Der Bildtyp der hochgeladenen Datei ist ungültig.',
|
'image_upload_type_error' => 'Der Bildtyp der hochgeladenen Datei ist ungültig.',
|
||||||
'image_upload_replace_type' => 'Bild-Ersetzungen müssen vom gleichen Typ sein',
|
'image_upload_replace_type' => 'Bild-Ersetzungen müssen vom gleichen Typ sein',
|
||||||
|
'image_upload_memory_limit' => 'Bildupload und/oder Thumbnailerstellung konnten aufgrund von Systemressourcenbeschränkungen nicht verarbeitet werden.',
|
||||||
|
'image_thumbnail_memory_limit' => 'Fehler beim Erstellen der Thumbnails aufgrund von Systemressourcenbeschränkungen.',
|
||||||
|
'image_gallery_thumbnail_memory_limit' => 'Fehler beim Erstellen der Galerie Thumbnails aufgrund von Systemressourcenbeschränkungen.',
|
||||||
'drawing_data_not_found' => 'Zeichnungsdaten konnten nicht geladen werden. Die Zeichnungsdatei existiert möglicherweise nicht mehr oder Sie haben nicht die Berechtigung, darauf zuzugreifen.',
|
'drawing_data_not_found' => 'Zeichnungsdaten konnten nicht geladen werden. Die Zeichnungsdatei existiert möglicherweise nicht mehr oder Sie haben nicht die Berechtigung, darauf zuzugreifen.',
|
||||||
|
|
||||||
// Attachments
|
// Attachments
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'preferences' => 'Profil-Einstellungen',
|
'my_account' => 'Mein Account',
|
||||||
|
|
||||||
'shortcuts' => 'Tastenkürzel',
|
'shortcuts' => 'Tastenkürzel',
|
||||||
'shortcuts_interface' => 'Oberflächen-Tastaturkürzel',
|
'shortcuts_interface' => 'Einstellungen zu UI Abkürzungen',
|
||||||
'shortcuts_toggle_desc' => 'Hier können Sie Tastaturkürzel für die Systemoberfläche für Navigation und Aktionen aktivieren oder deaktivieren.',
|
'shortcuts_toggle_desc' => 'Hier können Sie Tastaturkürzel für die Systemoberfläche für Navigation und Aktionen aktivieren oder deaktivieren.',
|
||||||
'shortcuts_customize_desc' => 'Unten können Sie alle Tastenkürzel anpassen. Drücken Sie einfach die gewünschte Tastenkombination, nachdem Sie die Eingabe für eine Tastenkombination ausgewählt haben.',
|
'shortcuts_customize_desc' => 'Unten können Sie alle Tastenkürzel anpassen. Drücken Sie einfach die gewünschte Tastenkombination, nachdem Sie die Eingabe für eine Tastenkombination ausgewählt haben.',
|
||||||
'shortcuts_toggle_label' => 'Tastaturkürzel aktiviert',
|
'shortcuts_toggle_label' => 'Tastaturkürzel aktiviert',
|
||||||
|
@ -29,5 +29,23 @@ return [
|
||||||
'notifications_watched' => 'Beobachtete und ignorierte Elemente',
|
'notifications_watched' => 'Beobachtete und ignorierte Elemente',
|
||||||
'notifications_watched_desc' => ' Nachfolgend finden Sie die Elemente, für die benutzerdefinierten Überwachungspräferenzen gelten. Um Ihre Einstellungen für diese Elemente zu aktualisieren, sehen Sie sich das Element an und suchen dann die Überwachungsoptionen in der Seitenleiste.',
|
'notifications_watched_desc' => ' Nachfolgend finden Sie die Elemente, für die benutzerdefinierten Überwachungspräferenzen gelten. Um Ihre Einstellungen für diese Elemente zu aktualisieren, sehen Sie sich das Element an und suchen dann die Überwachungsoptionen in der Seitenleiste.',
|
||||||
|
|
||||||
'profile_overview_desc' => ' Verwalten Sie die Details Ihres Benutzerprofils einschließlich bevorzugter Sprache und Authentifizierungsoptionen.',
|
'auth' => 'Zugang & Sicherheit',
|
||||||
|
'auth_change_password' => 'Passwort ändern',
|
||||||
|
'auth_change_password_desc' => 'Legen Sie ein Passwort für die Anmeldung in der Anwendung fest. Dieses muss mindestens 8 Zeichen lang sein.',
|
||||||
|
'auth_change_password_success' => 'Das Passwort wurde aktualisiert!',
|
||||||
|
|
||||||
|
'profile' => 'Profildetails',
|
||||||
|
'profile_desc' => 'Verwalten Sie die Details Ihres Kontos welche Sie gegenüber anderen Benutzern repräsentiert, zusätzlich zu den Details die für die Kommunikation und Personalisierung des Systems genutzt werden.',
|
||||||
|
'profile_view_public' => 'Öffentliches Profil zeigen',
|
||||||
|
'profile_name_desc' => 'Konfigurieren Sie Ihren Anzeigenamen, der durch die Aktivität, die Sie ausführen, für andere Benutzer und Ihre eigenen Inhalte im System sichtbar ist.',
|
||||||
|
'profile_email_desc' => 'Diese E-Mail wird für Benachrichtigungen und, je nach aktiver Systemauthentifizierung, den Systemzugriff verwendet.',
|
||||||
|
'profile_email_no_permission' => 'Leider haben Sie nicht die Berechtigung, Ihre E-Mail-Adresse zu ändern. Wenn Sie diese ändern möchten, wenden Sie sich bitte an Ihren Administrator.',
|
||||||
|
'profile_avatar_desc' => 'Wählen Sie ein Bild, dass anderen im System angezeigt wird, um Sie zu repräsentieren. Idealerweise sollte dieses Bild quadratisch und etwa 256px breit und hoch sein.',
|
||||||
|
'profile_admin_options' => 'Administratoroptionen',
|
||||||
|
'profile_admin_options_desc' => 'Weitere Administrator-Optionen wie zum Beispiel die Verwaltung von Rollenzuweisungen für Ihr Benutzerkonto finden Sie im Bereich "Einstellungen > Benutzer" der Anwendung.',
|
||||||
|
|
||||||
|
'delete_account' => 'Konto löschen',
|
||||||
|
'delete_my_account' => 'Meine Konto löschen',
|
||||||
|
'delete_my_account_desc' => 'Dadurch wird Ihr Benutzerkonto vollständig vom System gelöscht. Sie können dieses Konto nicht wiederherstellen oder diese Aktion rückgängig machen. Inhalte, die Sie erstellt haben, wie erstellte Seiten und hochgeladene Bilder, bleiben erhalten.',
|
||||||
|
'delete_my_account_warning' => 'Sind Sie sicher, dass Sie Ihr Benutzerkonto löschen möchten?',
|
||||||
];
|
];
|
||||||
|
|
|
@ -194,8 +194,8 @@ Hinweis: Benutzer können ihre E-Mail-Adresse nach erfolgreicher Registrierung
|
||||||
'users_send_invite_text' => 'Sie können diesem Benutzer eine Einladungs-E-Mail senden, die es ihm erlaubt, sein eigenes Passwort zu setzen, andernfalls können Sie sein Passwort selbst setzen.',
|
'users_send_invite_text' => 'Sie können diesem Benutzer eine Einladungs-E-Mail senden, die es ihm erlaubt, sein eigenes Passwort zu setzen, andernfalls können Sie sein Passwort selbst setzen.',
|
||||||
'users_send_invite_option' => 'Benutzer-Einladungs-E-Mail senden',
|
'users_send_invite_option' => 'Benutzer-Einladungs-E-Mail senden',
|
||||||
'users_external_auth_id' => 'Externe Authentifizierungs-ID',
|
'users_external_auth_id' => 'Externe Authentifizierungs-ID',
|
||||||
'users_external_auth_id_desc' => 'Dies ist die ID, mit der dieser Benutzer bei der Kommunikation mit Ihrem externen Authentifizierungssystem übereinstimmt.',
|
'users_external_auth_id_desc' => 'Wenn ein externes Authentifizierungssystem verwendet wird (z. B. SAML2, OIDC oder LDAP) ist dies die ID, die diesen BookStack-Benutzer mit dem Authentifizierungs-Systemkonto verknüpft. Sie können dieses Feld ignorieren, wenn Sie die Standard-E-Mail-basierte Authentifizierung verwenden.',
|
||||||
'users_password_warning' => 'Füllen Sie die folgenden Felder nur aus, wenn Sie Ihr Passwort ändern möchten:',
|
'users_password_warning' => 'Füllen Sie die untenstehenden Felder nur aus, wenn Sie das Passwort für diesen Benutzer ändern möchten.',
|
||||||
'users_system_public' => 'Dieser Benutzer repräsentiert alle unangemeldeten Benutzer, die diese Seite betrachten. Er kann nicht zum Anmelden benutzt werden, sondern wird automatisch zugeordnet.',
|
'users_system_public' => 'Dieser Benutzer repräsentiert alle unangemeldeten Benutzer, die diese Seite betrachten. Er kann nicht zum Anmelden benutzt werden, sondern wird automatisch zugeordnet.',
|
||||||
'users_delete' => 'Benutzer löschen',
|
'users_delete' => 'Benutzer löschen',
|
||||||
'users_delete_named' => 'Benutzer ":userName" löschen',
|
'users_delete_named' => 'Benutzer ":userName" löschen',
|
||||||
|
@ -211,12 +211,16 @@ Hinweis: Benutzer können ihre E-Mail-Adresse nach erfolgreicher Registrierung
|
||||||
'users_preferred_language' => 'Bevorzugte Sprache',
|
'users_preferred_language' => 'Bevorzugte Sprache',
|
||||||
'users_preferred_language_desc' => 'Diese Option ändert die Sprache, die für die Benutzeroberfläche der Anwendung verwendet wird. Dies hat keinen Einfluss auf von Benutzern erstellte Inhalte.',
|
'users_preferred_language_desc' => 'Diese Option ändert die Sprache, die für die Benutzeroberfläche der Anwendung verwendet wird. Dies hat keinen Einfluss auf von Benutzern erstellte Inhalte.',
|
||||||
'users_social_accounts' => 'Social-Media Konten',
|
'users_social_accounts' => 'Social-Media Konten',
|
||||||
|
'users_social_accounts_desc' => 'Zeigt den Status der verbundenen sozialen Konten für diesen Benutzer an. Social Accounts können zusätzlich zum primären Authentifizierungssystem für den Systemzugriff verwendet werden.',
|
||||||
'users_social_accounts_info' => 'Hier können Sie andere Social-Media-Konten für eine schnellere und einfachere Anmeldung verknüpfen. Wenn Sie ein Social-Media Konto lösen, bleibt der Zugriff erhalten. Entfernen Sie in diesem Falle die Berechtigung in Ihren Profil-Einstellungen des verknüpften Social-Media-Kontos.',
|
'users_social_accounts_info' => 'Hier können Sie andere Social-Media-Konten für eine schnellere und einfachere Anmeldung verknüpfen. Wenn Sie ein Social-Media Konto lösen, bleibt der Zugriff erhalten. Entfernen Sie in diesem Falle die Berechtigung in Ihren Profil-Einstellungen des verknüpften Social-Media-Kontos.',
|
||||||
'users_social_connect' => 'Social-Media-Konto verknüpfen',
|
'users_social_connect' => 'Social-Media-Konto verknüpfen',
|
||||||
'users_social_disconnect' => 'Social-Media-Konto löschen',
|
'users_social_disconnect' => 'Social-Media-Konto löschen',
|
||||||
|
'users_social_status_connected' => 'Verbunden',
|
||||||
|
'users_social_status_disconnected' => 'Getrennt',
|
||||||
'users_social_connected' => ':socialAccount-Konto wurde erfolgreich mit dem Profil verknüpft.',
|
'users_social_connected' => ':socialAccount-Konto wurde erfolgreich mit dem Profil verknüpft.',
|
||||||
'users_social_disconnected' => ':socialAccount-Konto wurde erfolgreich vom Profil gelöst.',
|
'users_social_disconnected' => ':socialAccount-Konto wurde erfolgreich vom Profil gelöst.',
|
||||||
'users_api_tokens' => 'API-Token',
|
'users_api_tokens' => 'API-Token',
|
||||||
|
'users_api_tokens_desc' => 'Erstellen und verwalten Sie die Zugangs-Tokens zur Authentifizierung mit der BookStack REST API. Berechtigungen für die API werden über den Benutzer verwaltet, dem das Token gehört.',
|
||||||
'users_api_tokens_none' => 'Für diesen Benutzer wurden keine API-Token erstellt',
|
'users_api_tokens_none' => 'Für diesen Benutzer wurden keine API-Token erstellt',
|
||||||
'users_api_tokens_create' => 'Token erstellen',
|
'users_api_tokens_create' => 'Token erstellen',
|
||||||
'users_api_tokens_expires' => 'Endet',
|
'users_api_tokens_expires' => 'Endet',
|
||||||
|
@ -315,6 +319,7 @@ Hinweis: Benutzer können ihre E-Mail-Adresse nach erfolgreicher Registrierung
|
||||||
'sv' => 'Schwedisch',
|
'sv' => 'Schwedisch',
|
||||||
'tr' => 'Türkisch',
|
'tr' => 'Türkisch',
|
||||||
'uk' => 'Ukrainisch',
|
'uk' => 'Ukrainisch',
|
||||||
|
'uz' => 'O‘zbekcha',
|
||||||
'vi' => 'Vietnamesisch',
|
'vi' => 'Vietnamesisch',
|
||||||
'zh_CN' => 'Vereinfachtes Chinesisch',
|
'zh_CN' => 'Vereinfachtes Chinesisch',
|
||||||
'zh_TW' => 'Traditionelles Chinesisch',
|
'zh_TW' => 'Traditionelles Chinesisch',
|
||||||
|
|
|
@ -52,6 +52,7 @@ return [
|
||||||
'filter_clear' => 'Filter löschen',
|
'filter_clear' => 'Filter löschen',
|
||||||
'download' => 'Herunterladen',
|
'download' => 'Herunterladen',
|
||||||
'open_in_tab' => 'In Tab öffnen',
|
'open_in_tab' => 'In Tab öffnen',
|
||||||
|
'open' => 'Öffnen',
|
||||||
|
|
||||||
// Sort Options
|
// Sort Options
|
||||||
'sort_options' => 'Sortieroptionen',
|
'sort_options' => 'Sortieroptionen',
|
||||||
|
@ -99,7 +100,7 @@ return [
|
||||||
'tab_content_label' => 'Tab: Hauptinhalt anzeigen',
|
'tab_content_label' => 'Tab: Hauptinhalt anzeigen',
|
||||||
|
|
||||||
// Email Content
|
// Email Content
|
||||||
'email_action_help' => 'Sollte es beim Anklicken der Schaltfläche ":action_text" Probleme geben, öffne die folgende URL in Deinem Browser:',
|
'email_action_help' => 'Sollte es beim Anklicken der Schaltfläche ":actionText" Probleme geben, öffne die folgende URL in Deinem Browser:',
|
||||||
'email_rights' => 'Alle Rechte vorbehalten',
|
'email_rights' => 'Alle Rechte vorbehalten',
|
||||||
|
|
||||||
// Footer Link Options
|
// Footer Link Options
|
||||||
|
|
|
@ -34,6 +34,8 @@ return [
|
||||||
'image_delete_success' => 'Bild erfolgreich gelöscht',
|
'image_delete_success' => 'Bild erfolgreich gelöscht',
|
||||||
'image_replace' => 'Bild ersetzen',
|
'image_replace' => 'Bild ersetzen',
|
||||||
'image_replace_success' => 'Bild erfolgreich aktualisiert',
|
'image_replace_success' => 'Bild erfolgreich aktualisiert',
|
||||||
|
'image_rebuild_thumbs' => 'Größenvariationen neu generieren',
|
||||||
|
'image_rebuild_thumbs_success' => 'Bildgrößenvariationen erfolgreich neu erstellt!',
|
||||||
|
|
||||||
// Code Editor
|
// Code Editor
|
||||||
'code_editor' => 'Code editieren',
|
'code_editor' => 'Code editieren',
|
||||||
|
|
|
@ -295,6 +295,7 @@ return [
|
||||||
'pages_is_template' => 'Seitenvorlage',
|
'pages_is_template' => 'Seitenvorlage',
|
||||||
|
|
||||||
// Editor Sidebar
|
// Editor Sidebar
|
||||||
|
'toggle_sidebar' => 'Seitenleiste umschalten',
|
||||||
'page_tags' => 'Seiten-Schlagwörter',
|
'page_tags' => 'Seiten-Schlagwörter',
|
||||||
'chapter_tags' => 'Kapitel-Schlagwörter',
|
'chapter_tags' => 'Kapitel-Schlagwörter',
|
||||||
'book_tags' => 'Buch-Schlagwörter',
|
'book_tags' => 'Buch-Schlagwörter',
|
||||||
|
|
|
@ -44,12 +44,16 @@ return [
|
||||||
'cannot_get_image_from_url' => 'Bild konnte nicht von der URL :url geladen werden.',
|
'cannot_get_image_from_url' => 'Bild konnte nicht von der URL :url geladen werden.',
|
||||||
'cannot_create_thumbs' => 'Der Server kann keine Vorschau-Bilder erzeugen. Bitte prüfe, ob die GD PHP-Erweiterung installiert ist.',
|
'cannot_create_thumbs' => 'Der Server kann keine Vorschau-Bilder erzeugen. Bitte prüfe, ob die GD PHP-Erweiterung installiert ist.',
|
||||||
'server_upload_limit' => 'Der Server verbietet das Hochladen von Dateien mit dieser Dateigröße. Bitte versuche es mit einer kleineren Datei.',
|
'server_upload_limit' => 'Der Server verbietet das Hochladen von Dateien mit dieser Dateigröße. Bitte versuche es mit einer kleineren Datei.',
|
||||||
|
'server_post_limit' => 'Der Server kann die angegebene Datenmenge nicht empfangen. Versuche es erneut mit weniger Daten oder einer kleineren Datei.',
|
||||||
'uploaded' => 'Der Server verbietet das Hochladen von Dateien mit dieser Dateigröße. Bitte versuche es mit einer kleineren Datei.',
|
'uploaded' => 'Der Server verbietet das Hochladen von Dateien mit dieser Dateigröße. Bitte versuche es mit einer kleineren Datei.',
|
||||||
|
|
||||||
// Drawing & Images
|
// Drawing & Images
|
||||||
'image_upload_error' => 'Beim Hochladen des Bildes trat ein Fehler auf.',
|
'image_upload_error' => 'Beim Hochladen des Bildes trat ein Fehler auf.',
|
||||||
'image_upload_type_error' => 'Der Bildtyp der hochgeladenen Datei ist ungültig.',
|
'image_upload_type_error' => 'Der Bildtyp der hochgeladenen Datei ist ungültig.',
|
||||||
'image_upload_replace_type' => 'Bild-Ersetzungen müssen vom gleichen Typ sein',
|
'image_upload_replace_type' => 'Bild-Ersetzungen müssen vom gleichen Typ sein',
|
||||||
|
'image_upload_memory_limit' => 'Bildupload und/oder Thumbnailerstellung konnten aufgrund von Systemressourcenbeschränkungen nicht verarbeitet werden.',
|
||||||
|
'image_thumbnail_memory_limit' => 'Fehler beim Erstellen der Thumbnails aufgrund von Systemressourcenbeschränkungen.',
|
||||||
|
'image_gallery_thumbnail_memory_limit' => 'Fehler beim Erstellen der Galerie Thumbnails aufgrund von Systemressourcenbeschränkungen.',
|
||||||
'drawing_data_not_found' => 'Zeichnungsdaten konnten nicht geladen werden. Die Zeichnungsdatei existiert möglicherweise nicht mehr oder du hast nicht die Berechtigung, darauf zuzugreifen.',
|
'drawing_data_not_found' => 'Zeichnungsdaten konnten nicht geladen werden. Die Zeichnungsdatei existiert möglicherweise nicht mehr oder du hast nicht die Berechtigung, darauf zuzugreifen.',
|
||||||
|
|
||||||
// Attachments
|
// Attachments
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'preferences' => 'Profil-Einstellungen',
|
'my_account' => 'Mein Account',
|
||||||
|
|
||||||
'shortcuts' => 'Kürzel',
|
'shortcuts' => 'Kürzel',
|
||||||
'shortcuts_interface' => 'Oberflächen-Tastaturkürzel',
|
'shortcuts_interface' => 'Einstellungen zu UI Abkürzungen',
|
||||||
'shortcuts_toggle_desc' => 'Hier kannst du Tastaturkürzel für die Systemoberfläche für Navigation und Aktionen aktivieren oder deaktivieren.',
|
'shortcuts_toggle_desc' => 'Hier kannst du Tastaturkürzel für die Systemoberfläche für Navigation und Aktionen aktivieren oder deaktivieren.',
|
||||||
'shortcuts_customize_desc' => 'Unten kannst du alle Tastenkürzel anpassen. Drücke einfach die gewünschte Tastenkombination, nachdem du die Eingabe für eine Tastenkombination ausgewählt hast.',
|
'shortcuts_customize_desc' => 'Unten kannst du alle Tastenkürzel anpassen. Drücke einfach die gewünschte Tastenkombination, nachdem du die Eingabe für eine Tastenkombination ausgewählt hast.',
|
||||||
'shortcuts_toggle_label' => 'Tastaturkürzel aktiviert',
|
'shortcuts_toggle_label' => 'Tastaturkürzel aktiviert',
|
||||||
|
@ -29,5 +29,23 @@ return [
|
||||||
'notifications_watched' => 'Beobachtete und ignorierte Elemente',
|
'notifications_watched' => 'Beobachtete und ignorierte Elemente',
|
||||||
'notifications_watched_desc' => ' Nachfolgend finden Sie die Elemente, für die benutzerdefinierten Überwachungspräferenzen gelten. Um deine Einstellungen für diese Elemente zu aktualisieren, sieh dir das Element an und suche dann die Überwachungsoptionen in der Seitenleiste.',
|
'notifications_watched_desc' => ' Nachfolgend finden Sie die Elemente, für die benutzerdefinierten Überwachungspräferenzen gelten. Um deine Einstellungen für diese Elemente zu aktualisieren, sieh dir das Element an und suche dann die Überwachungsoptionen in der Seitenleiste.',
|
||||||
|
|
||||||
'profile_overview_desc' => ' Verwalte die Details deines Benutzerprofils, einschließlich bevorzugter Sprache und Authentifizierungsoptionen.',
|
'auth' => 'Zugang & Sicherheit',
|
||||||
|
'auth_change_password' => 'Passwort ändern',
|
||||||
|
'auth_change_password_desc' => 'Legen Sie ein Passwort für die Anmeldung in der Anwendung fest. Dieses muss mindestens 8 Zeichen lang sein.',
|
||||||
|
'auth_change_password_success' => 'Das Passwort wurde aktualisiert!',
|
||||||
|
|
||||||
|
'profile' => 'Profildetails',
|
||||||
|
'profile_desc' => 'Verwalten Sie die Details Ihres Kontos welche Sie gegenüber anderen Benutzern repräsentiert, zusätzlich zu den Details die für die Kommunikation und Personalisierung des Systems genutzt werden.',
|
||||||
|
'profile_view_public' => 'Öffentliches Profil zeigen',
|
||||||
|
'profile_name_desc' => 'Konfigurieren Sie Ihren Anzeigenamen, der durch die Aktivität, die Sie ausführen, für andere Benutzer und Ihre eigenen Inhalte im System sichtbar ist.',
|
||||||
|
'profile_email_desc' => 'Diese E-Mail wird für Benachrichtigungen und, je nach aktiver Systemauthentifizierung, den Systemzugriff verwendet.',
|
||||||
|
'profile_email_no_permission' => 'Leider haben Sie nicht die Berechtigung, Ihre E-Mail-Adresse zu ändern. Wenn Sie diese ändern möchten, wenden Sie sich bitte an Ihren Administrator.',
|
||||||
|
'profile_avatar_desc' => 'Wählen Sie ein Bild, dass anderen im System angezeigt wird, um Sie zu repräsentieren. Idealerweise sollte dieses Bild quadratisch und etwa 256px breit und hoch sein.',
|
||||||
|
'profile_admin_options' => 'Administratoroptionen',
|
||||||
|
'profile_admin_options_desc' => 'Weitere Administrator-Optionen wie zum Beispiel die Verwaltung von Rollenzuweisungen für Ihr Benutzerkonto finden Sie im Bereich "Einstellungen > Benutzer" der Anwendung.',
|
||||||
|
|
||||||
|
'delete_account' => 'Konto löschen',
|
||||||
|
'delete_my_account' => 'Meine Konto löschen',
|
||||||
|
'delete_my_account_desc' => 'Dadurch wird Ihr Benutzerkonto vollständig vom System gelöscht. Sie können dieses Konto nicht wiederherstellen oder diese Aktion rückgängig machen. Inhalte, die Sie erstellt haben, wie erstellte Seiten und hochgeladene Bilder, bleiben erhalten.',
|
||||||
|
'delete_my_account_warning' => 'Sind Sie sicher, dass Sie Ihr Benutzerkonto löschen möchten?',
|
||||||
];
|
];
|
||||||
|
|
|
@ -194,8 +194,8 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung
|
||||||
'users_send_invite_text' => 'Du kannst diesem Benutzer eine Einladungs-E-Mail senden, die es ihm erlaubt, sein eigenes Passwort zu setzen, andernfalls kannst du sein Passwort selbst setzen.',
|
'users_send_invite_text' => 'Du kannst diesem Benutzer eine Einladungs-E-Mail senden, die es ihm erlaubt, sein eigenes Passwort zu setzen, andernfalls kannst du sein Passwort selbst setzen.',
|
||||||
'users_send_invite_option' => 'Benutzer-Einladungs-E-Mail senden',
|
'users_send_invite_option' => 'Benutzer-Einladungs-E-Mail senden',
|
||||||
'users_external_auth_id' => 'Externe Authentifizierungs-ID',
|
'users_external_auth_id' => 'Externe Authentifizierungs-ID',
|
||||||
'users_external_auth_id_desc' => 'Dies ist die ID, die verwendet wird, um diesen Benutzer bei der Kommunikation mit deinem externen Authentifizierungssystem abzugleichen.',
|
'users_external_auth_id_desc' => 'Wenn ein externes Authentifizierungssystem verwendet wird (z. B. SAML2, OIDC oder LDAP) ist dies die ID, die diesen BookStack-Benutzer mit dem Authentifizierungs-Systemkonto verknüpft. Sie können dieses Feld ignorieren, wenn Sie die Standard-E-Mail-basierte Authentifizierung verwenden.',
|
||||||
'users_password_warning' => 'Fülle die folgenden Felder nur aus, wenn du dein Passwort ändern möchtest:',
|
'users_password_warning' => 'Füllen Sie die untenstehenden Felder nur aus, wenn Sie das Passwort für diesen Benutzer ändern möchten.',
|
||||||
'users_system_public' => 'Dieser Benutzer repräsentiert alle unangemeldeten Benutzer, die diese Seite betrachten. Er kann nicht zum Anmelden benutzt werden, sondern wird automatisch zugeordnet.',
|
'users_system_public' => 'Dieser Benutzer repräsentiert alle unangemeldeten Benutzer, die diese Seite betrachten. Er kann nicht zum Anmelden benutzt werden, sondern wird automatisch zugeordnet.',
|
||||||
'users_delete' => 'Benutzer löschen',
|
'users_delete' => 'Benutzer löschen',
|
||||||
'users_delete_named' => 'Benutzer ":userName" löschen',
|
'users_delete_named' => 'Benutzer ":userName" löschen',
|
||||||
|
@ -211,12 +211,16 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung
|
||||||
'users_preferred_language' => 'Bevorzugte Sprache',
|
'users_preferred_language' => 'Bevorzugte Sprache',
|
||||||
'users_preferred_language_desc' => 'Diese Option ändert die Sprache, die für die Benutzeroberfläche der Anwendung verwendet wird. Dies hat keinen Einfluss auf von Benutzern erstellte Inhalte.',
|
'users_preferred_language_desc' => 'Diese Option ändert die Sprache, die für die Benutzeroberfläche der Anwendung verwendet wird. Dies hat keinen Einfluss auf von Benutzern erstellte Inhalte.',
|
||||||
'users_social_accounts' => 'Social-Media Konten',
|
'users_social_accounts' => 'Social-Media Konten',
|
||||||
|
'users_social_accounts_desc' => 'Zeigt den Status der verbundenen sozialen Konten für diesen Benutzer an. Social Accounts können zusätzlich zum primären Authentifizierungssystem für den Systemzugriff verwendet werden.',
|
||||||
'users_social_accounts_info' => 'Hier kannst Du andere Social-Media-Konten für eine schnellere und einfachere Anmeldung verknüpfen. Wenn Du ein Social-Media Konto löschst, bleibt der Zugriff erhalten. Entferne in diesem Falle die Berechtigung in Deinen Profil-Einstellungen des verknüpften Social-Media-Kontos.',
|
'users_social_accounts_info' => 'Hier kannst Du andere Social-Media-Konten für eine schnellere und einfachere Anmeldung verknüpfen. Wenn Du ein Social-Media Konto löschst, bleibt der Zugriff erhalten. Entferne in diesem Falle die Berechtigung in Deinen Profil-Einstellungen des verknüpften Social-Media-Kontos.',
|
||||||
'users_social_connect' => 'Social-Media-Konto verknüpfen',
|
'users_social_connect' => 'Social-Media-Konto verknüpfen',
|
||||||
'users_social_disconnect' => 'Social-Media-Konto lösen',
|
'users_social_disconnect' => 'Social-Media-Konto lösen',
|
||||||
|
'users_social_status_connected' => 'Verbunden',
|
||||||
|
'users_social_status_disconnected' => 'Getrennt',
|
||||||
'users_social_connected' => ':socialAccount-Konto wurde erfolgreich mit dem Profil verknüpft.',
|
'users_social_connected' => ':socialAccount-Konto wurde erfolgreich mit dem Profil verknüpft.',
|
||||||
'users_social_disconnected' => ':socialAccount-Konto wurde erfolgreich vom Profil gelöst.',
|
'users_social_disconnected' => ':socialAccount-Konto wurde erfolgreich vom Profil gelöst.',
|
||||||
'users_api_tokens' => 'API-Token',
|
'users_api_tokens' => 'API-Token',
|
||||||
|
'users_api_tokens_desc' => 'Erstellen und verwalten Sie die Zugangs-Tokens zur Authentifizierung mit der BookStack REST API. Berechtigungen für die API werden über den Benutzer verwaltet, dem das Token gehört.',
|
||||||
'users_api_tokens_none' => 'Für diesen Benutzer wurden kein API-Token erstellt',
|
'users_api_tokens_none' => 'Für diesen Benutzer wurden kein API-Token erstellt',
|
||||||
'users_api_tokens_create' => 'Token erstellen',
|
'users_api_tokens_create' => 'Token erstellen',
|
||||||
'users_api_tokens_expires' => 'Endet',
|
'users_api_tokens_expires' => 'Endet',
|
||||||
|
@ -315,6 +319,7 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung
|
||||||
'sv' => 'Schwedisch',
|
'sv' => 'Schwedisch',
|
||||||
'tr' => 'Türkisch',
|
'tr' => 'Türkisch',
|
||||||
'uk' => 'Ukrainisch',
|
'uk' => 'Ukrainisch',
|
||||||
|
'uz' => 'O‘zbekcha',
|
||||||
'vi' => 'Vietnamesisch',
|
'vi' => 'Vietnamesisch',
|
||||||
'zh_CN' => 'Vereinfachtes Chinesisch',
|
'zh_CN' => 'Vereinfachtes Chinesisch',
|
||||||
'zh_TW' => 'Traditionelles Chinesisch',
|
'zh_TW' => 'Traditionelles Chinesisch',
|
||||||
|
|
|
@ -52,6 +52,7 @@ return [
|
||||||
'filter_clear' => 'Διαγραφή φίλτρου',
|
'filter_clear' => 'Διαγραφή φίλτρου',
|
||||||
'download' => 'Λήψη',
|
'download' => 'Λήψη',
|
||||||
'open_in_tab' => 'Άνοιγμα σε Καρτέλα',
|
'open_in_tab' => 'Άνοιγμα σε Καρτέλα',
|
||||||
|
'open' => 'Open',
|
||||||
|
|
||||||
// Sort Options
|
// Sort Options
|
||||||
'sort_options' => 'Επιλογές ταξινόμησης',
|
'sort_options' => 'Επιλογές ταξινόμησης',
|
||||||
|
|
|
@ -34,6 +34,8 @@ return [
|
||||||
'image_delete_success' => 'Η εικόνα διαγράφηκε επιτυχώς',
|
'image_delete_success' => 'Η εικόνα διαγράφηκε επιτυχώς',
|
||||||
'image_replace' => 'Replace Image',
|
'image_replace' => 'Replace Image',
|
||||||
'image_replace_success' => 'Image file successfully updated',
|
'image_replace_success' => 'Image file successfully updated',
|
||||||
|
'image_rebuild_thumbs' => 'Regenerate Size Variations',
|
||||||
|
'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',
|
||||||
|
|
||||||
// Code Editor
|
// Code Editor
|
||||||
'code_editor' => 'Επεξεργασία κώδικα',
|
'code_editor' => 'Επεξεργασία κώδικα',
|
||||||
|
|
|
@ -295,6 +295,7 @@ return [
|
||||||
'pages_is_template' => 'Πρότυπο σελίδας',
|
'pages_is_template' => 'Πρότυπο σελίδας',
|
||||||
|
|
||||||
// Editor Sidebar
|
// Editor Sidebar
|
||||||
|
'toggle_sidebar' => 'Toggle Sidebar',
|
||||||
'page_tags' => 'Ετικέτες Σελίδας',
|
'page_tags' => 'Ετικέτες Σελίδας',
|
||||||
'chapter_tags' => 'Ετικέτες Κεφαλαίου',
|
'chapter_tags' => 'Ετικέτες Κεφαλαίου',
|
||||||
'book_tags' => 'Ετικέτες Βιβλίου',
|
'book_tags' => 'Ετικέτες Βιβλίου',
|
||||||
|
|
|
@ -44,12 +44,16 @@ return [
|
||||||
'cannot_get_image_from_url' => 'Αδυναμία λήψης εικόνας από :url',
|
'cannot_get_image_from_url' => 'Αδυναμία λήψης εικόνας από :url',
|
||||||
'cannot_create_thumbs' => 'Ο διακομιστής δεν μπορεί να δημιουργήσει μικρογραφίες. Παρακαλώ ελέγξτε ότι έχετε την επέκταση GD PHP εγκατεστημένη.',
|
'cannot_create_thumbs' => 'Ο διακομιστής δεν μπορεί να δημιουργήσει μικρογραφίες. Παρακαλώ ελέγξτε ότι έχετε την επέκταση GD PHP εγκατεστημένη.',
|
||||||
'server_upload_limit' => 'Ο διακομιστής δεν επιτρέπει τη μεταφόρτωση αυτού του μεγέθους. Παρακαλώ δοκιμάστε ένα μικρότερο μέγεθος αρχείου.',
|
'server_upload_limit' => 'Ο διακομιστής δεν επιτρέπει τη μεταφόρτωση αυτού του μεγέθους. Παρακαλώ δοκιμάστε ένα μικρότερο μέγεθος αρχείου.',
|
||||||
|
'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
|
||||||
'uploaded' => 'Ο διακομιστής δεν επιτρέπει τη μεταφόρτωση αυτού του μεγέθους. Παρακαλώ δοκιμάστε ένα μικρότερο μέγεθος αρχείου.',
|
'uploaded' => 'Ο διακομιστής δεν επιτρέπει τη μεταφόρτωση αυτού του μεγέθους. Παρακαλώ δοκιμάστε ένα μικρότερο μέγεθος αρχείου.',
|
||||||
|
|
||||||
// Drawing & Images
|
// Drawing & Images
|
||||||
'image_upload_error' => 'Παρουσιάστηκε σφάλμα κατά το ανέβασμα της εικόνας.',
|
'image_upload_error' => 'Παρουσιάστηκε σφάλμα κατά το ανέβασμα της εικόνας.',
|
||||||
'image_upload_type_error' => 'Ο τύπος εικόνας που μεταφορτώθηκε δεν είναι έγκυρος',
|
'image_upload_type_error' => 'Ο τύπος εικόνας που μεταφορτώθηκε δεν είναι έγκυρος',
|
||||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
||||||
|
'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
|
||||||
|
'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
|
||||||
|
'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
|
||||||
'drawing_data_not_found' => 'Δεν ήταν δυνατή η φόρτωση δεδομένων σχεδίασης. Το αρχείο σχεδίασης ενδέχεται να μην υπάρχει πλέον ή ενδέχεται να μην έχετε άδεια πρόσβασης σε αυτά.',
|
'drawing_data_not_found' => 'Δεν ήταν δυνατή η φόρτωση δεδομένων σχεδίασης. Το αρχείο σχεδίασης ενδέχεται να μην υπάρχει πλέον ή ενδέχεται να μην έχετε άδεια πρόσβασης σε αυτά.',
|
||||||
|
|
||||||
// Attachments
|
// Attachments
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'preferences' => 'Preferences',
|
'my_account' => 'My Account',
|
||||||
|
|
||||||
'shortcuts' => 'Συντομεύσεις',
|
'shortcuts' => 'Συντομεύσεις',
|
||||||
'shortcuts_interface' => 'Συντομεύσεις Πληκτρολογίου Διεπαφής',
|
'shortcuts_interface' => 'UI Shortcut Preferences',
|
||||||
'shortcuts_toggle_desc' => 'Εδώ μπορείτε να ενεργοποιήσετε ή να απενεργοποιήσετε τις συντομεύσεις του συστήματος πληκτρολογίου, που χρησιμοποιούνται για την πλοήγηση και τις ενέργειες.',
|
'shortcuts_toggle_desc' => 'Εδώ μπορείτε να ενεργοποιήσετε ή να απενεργοποιήσετε τις συντομεύσεις του συστήματος πληκτρολογίου, που χρησιμοποιούνται για την πλοήγηση και τις ενέργειες.',
|
||||||
'shortcuts_customize_desc' => 'Μπορείτε να προσαρμόσετε κάθε μία από τις παρακάτω συντομεύσεις. Απλά πατήστε το επιθυμητό συνδυασμό πλήκτρων μετά την επιλογή της εισόδου για μια συντόμευση.',
|
'shortcuts_customize_desc' => 'Μπορείτε να προσαρμόσετε κάθε μία από τις παρακάτω συντομεύσεις. Απλά πατήστε το επιθυμητό συνδυασμό πλήκτρων μετά την επιλογή της εισόδου για μια συντόμευση.',
|
||||||
'shortcuts_toggle_label' => 'Ενεργοποίηση συντομεύσεων πληκτρολογίου',
|
'shortcuts_toggle_label' => 'Ενεργοποίηση συντομεύσεων πληκτρολογίου',
|
||||||
|
@ -29,5 +29,23 @@ return [
|
||||||
'notifications_watched' => 'Watched & Ignored Items',
|
'notifications_watched' => 'Watched & Ignored Items',
|
||||||
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
||||||
|
|
||||||
'profile_overview_desc' => ' Manage your user profile details including preferred language and authentication options.',
|
'auth' => 'Access & Security',
|
||||||
|
'auth_change_password' => 'Change Password',
|
||||||
|
'auth_change_password_desc' => 'Change the password you use to log-in to the application. This must be at least 8 characters long.',
|
||||||
|
'auth_change_password_success' => 'Password has been updated!',
|
||||||
|
|
||||||
|
'profile' => 'Profile Details',
|
||||||
|
'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.',
|
||||||
|
'profile_view_public' => 'View Public Profile',
|
||||||
|
'profile_name_desc' => 'Configure your display name which will be visible to other users in the system through the activity you perform, and content you own.',
|
||||||
|
'profile_email_desc' => 'This email will be used for notifications and, depending on active system authentication, system access.',
|
||||||
|
'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.',
|
||||||
|
'profile_avatar_desc' => 'Select an image which will be used to represent yourself to others in the system. Ideally this image should be square and about 256px in width and height.',
|
||||||
|
'profile_admin_options' => 'Administrator Options',
|
||||||
|
'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Settings > Users" area of the application.',
|
||||||
|
|
||||||
|
'delete_account' => 'Delete Account',
|
||||||
|
'delete_my_account' => 'Delete My Account',
|
||||||
|
'delete_my_account_desc' => 'This will fully delete your user account from the system. You will not be able to recover this account or revert this action. Content you\'ve created, such as created pages and uploaded images, will remain.',
|
||||||
|
'delete_my_account_warning' => 'Are you sure you want to delete your account?',
|
||||||
];
|
];
|
||||||
|
|
|
@ -193,8 +193,8 @@ return [
|
||||||
'users_send_invite_text' => 'Μπορείτε να επιλέξετε να στείλετε σε αυτόν τον χρήστη ένα email πρόσκλησης που του επιτρέπει να ορίσει τον δικό του κωδικό πρόσβασης. Σε διαφορετική περίπτωση μπορείτε να ορίσετε τον κωδικό πρόσβασής του εσείς.',
|
'users_send_invite_text' => 'Μπορείτε να επιλέξετε να στείλετε σε αυτόν τον χρήστη ένα email πρόσκλησης που του επιτρέπει να ορίσει τον δικό του κωδικό πρόσβασης. Σε διαφορετική περίπτωση μπορείτε να ορίσετε τον κωδικό πρόσβασής του εσείς.',
|
||||||
'users_send_invite_option' => 'Αποστολή email πρόσκλησης σε χρήστη',
|
'users_send_invite_option' => 'Αποστολή email πρόσκλησης σε χρήστη',
|
||||||
'users_external_auth_id' => 'Εξωτερικός έλεγχος ταυτότητας',
|
'users_external_auth_id' => 'Εξωτερικός έλεγχος ταυτότητας',
|
||||||
'users_external_auth_id_desc' => 'Αυτό είναι το αναγνωριστικό που χρησιμοποιείται για την αντιστοίχιση αυτού του χρήστη κατά την επικοινωνία με το εξωτερικό σύστημα ελέγχου ταυτότητας.',
|
'users_external_auth_id_desc' => 'When an external authentication system is in use (such as SAML2, OIDC or LDAP) this is the ID which links this BookStack user to the authentication system account. You can ignore this field if using the default email-based authentication.',
|
||||||
'users_password_warning' => 'Συμπληρώστε τα παρακάτω μόνο αν θέλετε να αλλάξετε τον κωδικό πρόσβασής σας.',
|
'users_password_warning' => 'Only fill the below if you would like to change the password for this user.',
|
||||||
'users_system_public' => 'Αυτός ο χρήστης αντιπροσωπεύει οποιονδήποτε επισκέπτη που επισκέπτεται τη Βιβλιοθήκη σας. Δεν μπορεί να χρησιμοποιηθεί για τη σύνδεση αλλά εκχωρείται αυτόματα.',
|
'users_system_public' => 'Αυτός ο χρήστης αντιπροσωπεύει οποιονδήποτε επισκέπτη που επισκέπτεται τη Βιβλιοθήκη σας. Δεν μπορεί να χρησιμοποιηθεί για τη σύνδεση αλλά εκχωρείται αυτόματα.',
|
||||||
'users_delete' => 'Διαγραφή Χρήστη',
|
'users_delete' => 'Διαγραφή Χρήστη',
|
||||||
'users_delete_named' => 'Διαγραφή χρήστη :userName',
|
'users_delete_named' => 'Διαγραφή χρήστη :userName',
|
||||||
|
@ -210,12 +210,16 @@ return [
|
||||||
'users_preferred_language' => 'Προτιμώμενη γλώσσα',
|
'users_preferred_language' => 'Προτιμώμενη γλώσσα',
|
||||||
'users_preferred_language_desc' => 'Αυτή η επιλογή θα αλλάξει τη γλώσσα που χρησιμοποιείται για τη διεπαφή χρήστη της εφαρμογής. Αυτό δεν θα επηρεάσει οποιοδήποτε περιεχόμενο που δημιουργήθηκε από χρήστες.',
|
'users_preferred_language_desc' => 'Αυτή η επιλογή θα αλλάξει τη γλώσσα που χρησιμοποιείται για τη διεπαφή χρήστη της εφαρμογής. Αυτό δεν θα επηρεάσει οποιοδήποτε περιεχόμενο που δημιουργήθηκε από χρήστες.',
|
||||||
'users_social_accounts' => 'Λογαριασμοί Κοινωνικής δικτύωσης ',
|
'users_social_accounts' => 'Λογαριασμοί Κοινωνικής δικτύωσης ',
|
||||||
|
'users_social_accounts_desc' => 'View the status of the connected social accounts for this user. Social accounts can be used in addition to the primary authentication system for system access.',
|
||||||
'users_social_accounts_info' => 'Εδώ μπορείτε να συνδέσετε τους άλλους λογαριασμούς σας για ταχύτερη και ευκολότερη σύνδεση. Η αποσύνδεση ενός λογαριασμού εδώ δεν ανακαλεί προηγουμένως εξουσιοδοτημένη πρόσβαση. Ανάκληση πρόσβασης από τις ρυθμίσεις προφίλ σας στον συνδεδεμένο κοινωνικό λογαριασμό.',
|
'users_social_accounts_info' => 'Εδώ μπορείτε να συνδέσετε τους άλλους λογαριασμούς σας για ταχύτερη και ευκολότερη σύνδεση. Η αποσύνδεση ενός λογαριασμού εδώ δεν ανακαλεί προηγουμένως εξουσιοδοτημένη πρόσβαση. Ανάκληση πρόσβασης από τις ρυθμίσεις προφίλ σας στον συνδεδεμένο κοινωνικό λογαριασμό.',
|
||||||
'users_social_connect' => 'Σύνδεση λογαριασμού',
|
'users_social_connect' => 'Σύνδεση λογαριασμού',
|
||||||
'users_social_disconnect' => 'Αποσύνδεση λογαριασμού',
|
'users_social_disconnect' => 'Αποσύνδεση λογαριασμού',
|
||||||
|
'users_social_status_connected' => 'Connected',
|
||||||
|
'users_social_status_disconnected' => 'Disconnected',
|
||||||
'users_social_connected' => ':socialΛογαριασμός λογαριασμού συνδέθηκε με επιτυχία στο προφίλ σας.',
|
'users_social_connected' => ':socialΛογαριασμός λογαριασμού συνδέθηκε με επιτυχία στο προφίλ σας.',
|
||||||
'users_social_disconnected' => ':socialΛογαριασμός αποσυνδέθηκε επιτυχώς από το προφίλ σας.',
|
'users_social_disconnected' => ':socialΛογαριασμός αποσυνδέθηκε επιτυχώς από το προφίλ σας.',
|
||||||
'users_api_tokens' => 'API Tokens',
|
'users_api_tokens' => 'API Tokens',
|
||||||
|
'users_api_tokens_desc' => 'Create and manage the access tokens used to authenticate with the BookStack REST API. Permissions for the API are managed via the user that the token belongs to.',
|
||||||
'users_api_tokens_none' => 'Δεν έχουν δημιουργηθεί διακριτικά API για αυτόν το χρήστη',
|
'users_api_tokens_none' => 'Δεν έχουν δημιουργηθεί διακριτικά API για αυτόν το χρήστη',
|
||||||
'users_api_tokens_create' => 'Δημιουργία διακριτικού Api Token',
|
'users_api_tokens_create' => 'Δημιουργία διακριτικού Api Token',
|
||||||
'users_api_tokens_expires' => 'Λήγει',
|
'users_api_tokens_expires' => 'Λήγει',
|
||||||
|
@ -314,6 +318,7 @@ return [
|
||||||
'sv' => 'Svenska',
|
'sv' => 'Svenska',
|
||||||
'tr' => 'Türkçe',
|
'tr' => 'Türkçe',
|
||||||
'uk' => 'Українська',
|
'uk' => 'Українська',
|
||||||
|
'uz' => 'O‘zbekcha',
|
||||||
'vi' => 'Tiếng Việt',
|
'vi' => 'Tiếng Việt',
|
||||||
'zh_CN' => '简体中文',
|
'zh_CN' => '简体中文',
|
||||||
'zh_TW' => '繁體中文',
|
'zh_TW' => '繁體中文',
|
||||||
|
|
|
@ -52,6 +52,7 @@ return [
|
||||||
'filter_clear' => 'Limpiar filtro',
|
'filter_clear' => 'Limpiar filtro',
|
||||||
'download' => 'Descargar',
|
'download' => 'Descargar',
|
||||||
'open_in_tab' => 'Abrir en una nueva pestaña',
|
'open_in_tab' => 'Abrir en una nueva pestaña',
|
||||||
|
'open' => 'Abrir',
|
||||||
|
|
||||||
// Sort Options
|
// Sort Options
|
||||||
'sort_options' => 'Opciones de ordenación',
|
'sort_options' => 'Opciones de ordenación',
|
||||||
|
|
|
@ -34,6 +34,8 @@ return [
|
||||||
'image_delete_success' => 'Imagen borrada exitosamente',
|
'image_delete_success' => 'Imagen borrada exitosamente',
|
||||||
'image_replace' => 'Sustituir imagen',
|
'image_replace' => 'Sustituir imagen',
|
||||||
'image_replace_success' => 'Imagen actualizada correctamente',
|
'image_replace_success' => 'Imagen actualizada correctamente',
|
||||||
|
'image_rebuild_thumbs' => 'Regenerar distintos tamaños',
|
||||||
|
'image_rebuild_thumbs_success' => '¡Imágenes de distinto tamaño regeneradas correctamente!',
|
||||||
|
|
||||||
// Code Editor
|
// Code Editor
|
||||||
'code_editor' => 'Editar Código',
|
'code_editor' => 'Editar Código',
|
||||||
|
|
|
@ -295,6 +295,7 @@ return [
|
||||||
'pages_is_template' => 'Página es plantilla',
|
'pages_is_template' => 'Página es plantilla',
|
||||||
|
|
||||||
// Editor Sidebar
|
// Editor Sidebar
|
||||||
|
'toggle_sidebar' => 'Mostrar/ocultar barra lateral',
|
||||||
'page_tags' => 'Etiquetas de Página',
|
'page_tags' => 'Etiquetas de Página',
|
||||||
'chapter_tags' => 'Etiquetas de Capítulo',
|
'chapter_tags' => 'Etiquetas de Capítulo',
|
||||||
'book_tags' => 'Etiquetas de Libro',
|
'book_tags' => 'Etiquetas de Libro',
|
||||||
|
|
|
@ -44,12 +44,16 @@ return [
|
||||||
'cannot_get_image_from_url' => 'No se puede obtener la imagen desde :url',
|
'cannot_get_image_from_url' => 'No se puede obtener la imagen desde :url',
|
||||||
'cannot_create_thumbs' => 'El servidor no puede crear la miniatura de la imagen. Compruebe que tiene la extensión PHP GD instalada.',
|
'cannot_create_thumbs' => 'El servidor no puede crear la miniatura de la imagen. Compruebe que tiene la extensión PHP GD instalada.',
|
||||||
'server_upload_limit' => 'El servidor no permite la subida de ficheros de este tamaño. Intente subir un fichero de menor tamaño.',
|
'server_upload_limit' => 'El servidor no permite la subida de ficheros de este tamaño. Intente subir un fichero de menor tamaño.',
|
||||||
|
'server_post_limit' => 'El servidor no puede recibir la cantidad de datos proporcionados. Inténtelo de nuevo con menos datos o un archivo más pequeño.',
|
||||||
'uploaded' => 'El servidor no permite la subida de ficheros de este tamaño. Intente subir un fichero de menor tamaño.',
|
'uploaded' => 'El servidor no permite la subida de ficheros de este tamaño. Intente subir un fichero de menor tamaño.',
|
||||||
|
|
||||||
// Drawing & Images
|
// Drawing & Images
|
||||||
'image_upload_error' => 'Ha ocurrido un error al subir la imagen',
|
'image_upload_error' => 'Ha ocurrido un error al subir la imagen',
|
||||||
'image_upload_type_error' => 'El tipo de imagen que se quiere subir no es válido',
|
'image_upload_type_error' => 'El tipo de imagen que se quiere subir no es válido',
|
||||||
'image_upload_replace_type' => 'Las imágenes para sustituir deben ser del mismo tipo',
|
'image_upload_replace_type' => 'Las imágenes para sustituir deben ser del mismo tipo',
|
||||||
|
'image_upload_memory_limit' => 'No se pudo gestionar la subida de imágenes y/o crear miniaturas debido a los límites de recursos del sistema.',
|
||||||
|
'image_thumbnail_memory_limit' => 'Error al crear imágenes de distintos tamaños debido a los límites de los recursos del sistema.',
|
||||||
|
'image_gallery_thumbnail_memory_limit' => 'Error al crear imágenes de previsualización de la galería debido a los límites de los recursos del sistema.',
|
||||||
'drawing_data_not_found' => 'No se han podido cargar los datos del dibujo. Puede que el archivo de dibujo ya no exista o que no tenga permiso para acceder a él.',
|
'drawing_data_not_found' => 'No se han podido cargar los datos del dibujo. Puede que el archivo de dibujo ya no exista o que no tenga permiso para acceder a él.',
|
||||||
|
|
||||||
// Attachments
|
// Attachments
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'preferences' => 'Preferencias',
|
'my_account' => 'Mi cuenta',
|
||||||
|
|
||||||
'shortcuts' => 'Accesos directos',
|
'shortcuts' => 'Accesos directos',
|
||||||
'shortcuts_interface' => 'Accesos directos de la interfaz',
|
'shortcuts_interface' => 'Preferencias de acceso directo en la interfaz',
|
||||||
'shortcuts_toggle_desc' => 'Aquí puede activar o desactivar los accesos directos de la interfaz, utilizados para la navegación y las acciones.',
|
'shortcuts_toggle_desc' => 'Aquí puede activar o desactivar los accesos directos 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_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_toggle_label' => 'Accesos directos habilitados',
|
||||||
|
@ -29,5 +29,23 @@ return [
|
||||||
'notifications_watched' => 'Elementos vistos e ignorados',
|
'notifications_watched' => 'Elementos vistos e ignorados',
|
||||||
'notifications_watched_desc' => ' A continuación se muestran los elementos que tienen preferencias personalizadas de monitorización. Para actualizar sus preferencias, vea el artículo y las opciones se mostrarán en la barra lateral.',
|
'notifications_watched_desc' => ' A continuación se muestran los elementos que tienen preferencias personalizadas de monitorización. Para actualizar sus preferencias, vea el artículo y las opciones se mostrarán en la barra lateral.',
|
||||||
|
|
||||||
'profile_overview_desc' => ' Gestione los detalles de su perfil de usuario, incluyendo las opciones de idioma y autenticación preferidas.',
|
'auth' => 'Acceso y seguridad',
|
||||||
|
'auth_change_password' => 'Cambiar contraseña',
|
||||||
|
'auth_change_password_desc' => 'Cambie la contraseña que utiliza para iniciar sesión en la aplicación. Debe tener al menos 8 caracteres.',
|
||||||
|
'auth_change_password_success' => '¡La contraseña ha sido actualizada!',
|
||||||
|
|
||||||
|
'profile' => 'Detalles del perfil',
|
||||||
|
'profile_desc' => 'Administre los detalles de su cuenta que le representa a otros usuarios, además de los detalles que se utilizan para la comunicación y la personalización del sistema.',
|
||||||
|
'profile_view_public' => 'Ver perfil público',
|
||||||
|
'profile_name_desc' => 'Configure el nombre que será visible para otros usuarios del sistema a través de la actividad que realiza, y el contenido que posee.',
|
||||||
|
'profile_email_desc' => 'Este correo electrónico se utilizará para las notificaciones y, dependiendo de la autenticación activa del sistema, el acceso del sistema.',
|
||||||
|
'profile_email_no_permission' => 'Lamentablemente no tiene permiso para cambiar su dirección de correo electrónico. Si desea cambiar esto, necesitará pedir a un administrador que lo cambie por usted.',
|
||||||
|
'profile_avatar_desc' => 'Seleccione una imagen pública que verán los demás en el sistema. Idealmente esta imagen debe ser cuadrada y alrededor de 256px de anchura y altura.',
|
||||||
|
'profile_admin_options' => 'Opciones de administrador',
|
||||||
|
'profile_admin_options_desc' => 'Opciones adicionales de administrador, como por ejemplo administrar asignaciones de rol, se pueden encontrar para su cuenta de usuario en el área de "Ajustes > Usuarios" de la aplicación.',
|
||||||
|
|
||||||
|
'delete_account' => 'Eliminar cuenta',
|
||||||
|
'delete_my_account' => 'Eliminar mi cuenta',
|
||||||
|
'delete_my_account_desc' => 'Esto eliminará completamente su cuenta de usuario del sistema. No podrá recuperar esta cuenta o revertir esta acción. El contenido que ha creado, como páginas creadas e imágenes subidas, permanecerá.',
|
||||||
|
'delete_my_account_warning' => '¿Está seguro de que desea eliminar su cuenta?',
|
||||||
];
|
];
|
||||||
|
|
|
@ -193,8 +193,8 @@ return [
|
||||||
'users_send_invite_text' => 'Puede enviar una invitación a este usuario por correo electrónico que le permitirá ajustar su propia contraseña, o puede usted ajustar su contraseña.',
|
'users_send_invite_text' => 'Puede enviar una invitación a este usuario por correo electrónico que le permitirá ajustar su propia contraseña, o puede usted ajustar su contraseña.',
|
||||||
'users_send_invite_option' => 'Enviar un correo electrónico de invitación',
|
'users_send_invite_option' => 'Enviar un correo electrónico de invitación',
|
||||||
'users_external_auth_id' => 'ID externo de autenticación',
|
'users_external_auth_id' => 'ID externo de autenticación',
|
||||||
'users_external_auth_id_desc' => 'Esta es la ID usada para asociar este usuario con el sistema de autenticación externo.',
|
'users_external_auth_id_desc' => 'Cuando un sistema de autenticación externa está en uso (como SAML2, OIDC o LDAP) este es el ID que vincula este usuario de BookStack a la cuenta del sistema de autenticación. Puede ignorar este campo si utiliza la autenticación por defecto basada en correo electrónico.',
|
||||||
'users_password_warning' => 'Solo debe rellenar este campo si desea cambiar su contraseña.',
|
'users_password_warning' => 'Solo debe rellenar este campo si desea cambiar la contraseña pora este usuario.',
|
||||||
'users_system_public' => 'Este usuario representa cualquier usuario invitado que visita la aplicación. No puede utilizarse para acceder pero es asignado automáticamente.',
|
'users_system_public' => 'Este usuario representa cualquier usuario invitado que visita la aplicación. No puede utilizarse para acceder pero es asignado automáticamente.',
|
||||||
'users_delete' => 'Borrar usuario',
|
'users_delete' => 'Borrar usuario',
|
||||||
'users_delete_named' => 'Borrar usuario :userName',
|
'users_delete_named' => 'Borrar usuario :userName',
|
||||||
|
@ -210,12 +210,16 @@ return [
|
||||||
'users_preferred_language' => 'Idioma preferido',
|
'users_preferred_language' => 'Idioma preferido',
|
||||||
'users_preferred_language_desc' => 'Esta opción cambiará el idioma de la interfaz de usuario en la aplicación. No afectará al contenido creado por los usuarios.',
|
'users_preferred_language_desc' => 'Esta opción cambiará el idioma de la interfaz de usuario en la aplicación. No afectará al contenido creado por los usuarios.',
|
||||||
'users_social_accounts' => 'Cuentas sociales',
|
'users_social_accounts' => 'Cuentas sociales',
|
||||||
|
'users_social_accounts_desc' => 'Ver el estado de las cuentas sociales conectadas para este usuario. Las cuentas sociales se pueden utilizar adicionalmente al sistema de autenticación primaria para el acceso al sistema.',
|
||||||
'users_social_accounts_info' => 'Aquí puede conectar sus otras cuentas para un acceso rápido y fácil a la aplicación. Desconectando una cuenta aquí no revoca accesos ya autorizados. Revoque el acceso desde los ajustes de perfil en la cuenta social conectada.',
|
'users_social_accounts_info' => 'Aquí puede conectar sus otras cuentas para un acceso rápido y fácil a la aplicación. Desconectando una cuenta aquí no revoca accesos ya autorizados. Revoque el acceso desde los ajustes de perfil en la cuenta social conectada.',
|
||||||
'users_social_connect' => 'Conectar cuenta',
|
'users_social_connect' => 'Conectar cuenta',
|
||||||
'users_social_disconnect' => 'Desconectar cuenta',
|
'users_social_disconnect' => 'Desconectar cuenta',
|
||||||
|
'users_social_status_connected' => 'Conectado',
|
||||||
|
'users_social_status_disconnected' => 'Desconectado',
|
||||||
'users_social_connected' => 'La cuenta :socialAccount ha sido añadida éxitosamente a su perfil.',
|
'users_social_connected' => 'La cuenta :socialAccount ha sido añadida éxitosamente a su perfil.',
|
||||||
'users_social_disconnected' => 'La cuenta :socialAccount ha sido desconectada éxitosamente de su perfil.',
|
'users_social_disconnected' => 'La cuenta :socialAccount ha sido desconectada éxitosamente de su perfil.',
|
||||||
'users_api_tokens' => 'Tokens API',
|
'users_api_tokens' => 'Tokens API',
|
||||||
|
'users_api_tokens_desc' => 'Crear y administrar los tokens de acceso utilizados para autenticar con la REST API de BookStack. Los permisos para el API se administran a través del usuario al que pertenece el token.',
|
||||||
'users_api_tokens_none' => 'No se han creado tokens API para este usuario',
|
'users_api_tokens_none' => 'No se han creado tokens API para este usuario',
|
||||||
'users_api_tokens_create' => 'Crear token',
|
'users_api_tokens_create' => 'Crear token',
|
||||||
'users_api_tokens_expires' => 'Expira',
|
'users_api_tokens_expires' => 'Expira',
|
||||||
|
@ -314,6 +318,7 @@ return [
|
||||||
'sv' => 'Sueco',
|
'sv' => 'Sueco',
|
||||||
'tr' => 'Turco',
|
'tr' => 'Turco',
|
||||||
'uk' => 'Ucraniano',
|
'uk' => 'Ucraniano',
|
||||||
|
'uz' => 'O‘zbekcha',
|
||||||
'vi' => 'Vietnamita',
|
'vi' => 'Vietnamita',
|
||||||
'zh_CN' => 'Chino mandarín',
|
'zh_CN' => 'Chino mandarín',
|
||||||
'zh_TW' => 'Chino tradicional',
|
'zh_TW' => 'Chino tradicional',
|
||||||
|
|
|
@ -52,6 +52,7 @@ return [
|
||||||
'filter_clear' => 'Limpiar filtro',
|
'filter_clear' => 'Limpiar filtro',
|
||||||
'download' => 'Descargar',
|
'download' => 'Descargar',
|
||||||
'open_in_tab' => 'Abrir en una pestaña',
|
'open_in_tab' => 'Abrir en una pestaña',
|
||||||
|
'open' => 'Abrir',
|
||||||
|
|
||||||
// Sort Options
|
// Sort Options
|
||||||
'sort_options' => 'Opciones de Orden',
|
'sort_options' => 'Opciones de Orden',
|
||||||
|
|
|
@ -34,6 +34,8 @@ return [
|
||||||
'image_delete_success' => 'Imagen borrada exitosamente',
|
'image_delete_success' => 'Imagen borrada exitosamente',
|
||||||
'image_replace' => 'Reemplazar imagen',
|
'image_replace' => 'Reemplazar imagen',
|
||||||
'image_replace_success' => 'Imagen actualizada correctamente',
|
'image_replace_success' => 'Imagen actualizada correctamente',
|
||||||
|
'image_rebuild_thumbs' => 'Regenerar distintos tamaños',
|
||||||
|
'image_rebuild_thumbs_success' => '¡Imágenes de distinto tamaño regeneradas correctamente!',
|
||||||
|
|
||||||
// Code Editor
|
// Code Editor
|
||||||
'code_editor' => 'Editar Código',
|
'code_editor' => 'Editar Código',
|
||||||
|
|
|
@ -295,6 +295,7 @@ return [
|
||||||
'pages_is_template' => 'Plantilla de Página',
|
'pages_is_template' => 'Plantilla de Página',
|
||||||
|
|
||||||
// Editor Sidebar
|
// Editor Sidebar
|
||||||
|
'toggle_sidebar' => 'Mostrar/ocultar barra lateral',
|
||||||
'page_tags' => 'Etiquetas de página',
|
'page_tags' => 'Etiquetas de página',
|
||||||
'chapter_tags' => 'Etiquetas de capítulo',
|
'chapter_tags' => 'Etiquetas de capítulo',
|
||||||
'book_tags' => 'Etiquetas de libro',
|
'book_tags' => 'Etiquetas de libro',
|
||||||
|
|
|
@ -44,12 +44,16 @@ return [
|
||||||
'cannot_get_image_from_url' => 'No se puede obtener la imagen desde :url',
|
'cannot_get_image_from_url' => 'No se puede obtener la imagen desde :url',
|
||||||
'cannot_create_thumbs' => 'El servidor no puede crear la imagen miniatura. Por favor chequee que tiene la extensión GD instalada.',
|
'cannot_create_thumbs' => 'El servidor no puede crear la imagen miniatura. Por favor chequee que tiene la extensión GD instalada.',
|
||||||
'server_upload_limit' => 'El servidor no permite la subida de ficheros de este tamañ. Por favor intente con un fichero de menor tamañ.',
|
'server_upload_limit' => 'El servidor no permite la subida de ficheros de este tamañ. Por favor intente con un fichero de menor tamañ.',
|
||||||
|
'server_post_limit' => 'El servidor no puede recibir la cantidad de datos proporcionados. Inténtelo de nuevo con menos datos o un archivo más pequeño.',
|
||||||
'uploaded' => 'El servidor no permite subir archivos de este tamaño. Por favor intente un tamaño menor.',
|
'uploaded' => 'El servidor no permite subir archivos de este tamaño. Por favor intente un tamaño menor.',
|
||||||
|
|
||||||
// Drawing & Images
|
// Drawing & Images
|
||||||
'image_upload_error' => 'Ha ocurrido un error al subir la imagen',
|
'image_upload_error' => 'Ha ocurrido un error al subir la imagen',
|
||||||
'image_upload_type_error' => 'El tipo de imagen subida es inválido.',
|
'image_upload_type_error' => 'El tipo de imagen subida es inválido.',
|
||||||
'image_upload_replace_type' => 'Los reemplazos de archivos de imágenes deben ser del mismo tipo',
|
'image_upload_replace_type' => 'Los reemplazos de archivos de imágenes deben ser del mismo tipo',
|
||||||
|
'image_upload_memory_limit' => 'No se pudo gestionar la subida de imágenes y/o crear miniaturas debido a los límites de recursos del sistema.',
|
||||||
|
'image_thumbnail_memory_limit' => 'Error al crear imágenes de distintos tamaños debido a los límites de los recursos del sistema.',
|
||||||
|
'image_gallery_thumbnail_memory_limit' => 'Error al crear imágenes de previsualización de la galería debido a los límites de los recursos del sistema.',
|
||||||
'drawing_data_not_found' => 'No se pudieron cargar los datos del dibujo. Es probable que el archivo de dibujo ya no exista o que no tenga permiso para acceder a él.',
|
'drawing_data_not_found' => 'No se pudieron cargar los datos del dibujo. Es probable que el archivo de dibujo ya no exista o que no tenga permiso para acceder a él.',
|
||||||
|
|
||||||
// Attachments
|
// Attachments
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'preferences' => 'Preferencias',
|
'my_account' => 'Mi cuenta',
|
||||||
|
|
||||||
'shortcuts' => 'Atajos',
|
'shortcuts' => 'Atajos',
|
||||||
'shortcuts_interface' => 'Atajos del Teclado para la Interfaz',
|
'shortcuts_interface' => 'Preferencias de acceso directo en 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_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_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_toggle_label' => 'Atajos de teclado habilitados',
|
||||||
|
@ -29,5 +29,23 @@ return [
|
||||||
'notifications_watched' => 'Elementos vistos e ignorados',
|
'notifications_watched' => 'Elementos vistos e ignorados',
|
||||||
'notifications_watched_desc' => ' A continuación se muestran los elementos que tienen preferencias personalizadas de monitorización. Para actualizar sus preferencias, vea el artículo y las opciones se mostrarán en la barra lateral.',
|
'notifications_watched_desc' => ' A continuación se muestran los elementos que tienen preferencias personalizadas de monitorización. Para actualizar sus preferencias, vea el artículo y las opciones se mostrarán en la barra lateral.',
|
||||||
|
|
||||||
'profile_overview_desc' => ' Gestione los detalles de su perfil de usuario, incluyendo las opciones de idioma y autenticación preferidas.',
|
'auth' => 'Acceso y seguridad',
|
||||||
|
'auth_change_password' => 'Cambiar contraseña',
|
||||||
|
'auth_change_password_desc' => 'Cambie la contraseña que utiliza para iniciar sesión en la aplicación. Debe tener al menos 8 caracteres.',
|
||||||
|
'auth_change_password_success' => '¡La contraseña ha sido actualizada!',
|
||||||
|
|
||||||
|
'profile' => 'Detalles del perfil',
|
||||||
|
'profile_desc' => 'Administre los detalles de su cuenta que le representa a otros usuarios, además de los detalles que se utilizan para la comunicación y la personalización del sistema.',
|
||||||
|
'profile_view_public' => 'Ver perfil público',
|
||||||
|
'profile_name_desc' => 'Configure el nombre que será visible para otros usuarios del sistema a través de la actividad que realiza, y el contenido que posee.',
|
||||||
|
'profile_email_desc' => 'Este correo electrónico se utilizará para las notificaciones y, dependiendo de la autenticación activa del sistema, el acceso del sistema.',
|
||||||
|
'profile_email_no_permission' => 'Lamentablemente no tiene permiso para cambiar su dirección de correo electrónico. Si desea cambiar esto, necesitará pedir a un administrador que lo cambie por usted.',
|
||||||
|
'profile_avatar_desc' => 'Seleccione una imagen pública que verán los demás en el sistema. Idealmente esta imagen debe ser cuadrada y alrededor de 256px de anchura y altura.',
|
||||||
|
'profile_admin_options' => 'Opciones de administrador',
|
||||||
|
'profile_admin_options_desc' => 'Opciones adicionales de administrador, como por ejemplo administrar asignaciones de rol, se pueden encontrar para su cuenta de usuario en el área de "Ajustes > Usuarios" de la aplicación.',
|
||||||
|
|
||||||
|
'delete_account' => 'Eliminar cuenta',
|
||||||
|
'delete_my_account' => 'Eliminar mi cuenta',
|
||||||
|
'delete_my_account_desc' => 'Esto eliminará completamente su cuenta de usuario del sistema. No podrá recuperar esta cuenta o revertir esta acción. El contenido que ha creado, como páginas creadas e imágenes subidas, permanecerá.',
|
||||||
|
'delete_my_account_warning' => '¿Está seguro de que desea eliminar su cuenta?',
|
||||||
];
|
];
|
||||||
|
|
|
@ -194,8 +194,8 @@ return [
|
||||||
'users_send_invite_text' => 'Puede optar por enviar a este usuario un correo electrónico de invitación que les permita establecer su propia contraseña; de lo contrario, puede establecerla contraseña usted mismo.',
|
'users_send_invite_text' => 'Puede optar por enviar a este usuario un correo electrónico de invitación que les permita establecer su propia contraseña; de lo contrario, puede establecerla contraseña usted mismo.',
|
||||||
'users_send_invite_option' => 'Enviar correo electrónico de invitación al usuario.',
|
'users_send_invite_option' => 'Enviar correo electrónico de invitación al usuario.',
|
||||||
'users_external_auth_id' => 'ID externo de autenticación',
|
'users_external_auth_id' => 'ID externo de autenticación',
|
||||||
'users_external_auth_id_desc' => 'Esta es la ID usada para asociar este usuario con el sistema de autenticación externo.',
|
'users_external_auth_id_desc' => 'Cuando un sistema de autenticación externa está en uso (como SAML2, OIDC o LDAP) este es el ID que vincula este usuario de BookStack a la cuenta del sistema de autenticación. Puede ignorar este campo si utiliza la autenticación por defecto basada en correo electrónico.',
|
||||||
'users_password_warning' => 'Solo rellene a continuación si desea cambiar su password:',
|
'users_password_warning' => 'Solo debe rellenar este campo si desea cambiar la contraseña pora este usuario.',
|
||||||
'users_system_public' => 'Este usuario representa cualquier usuario invitado que visita la aplicación. No puede utilizarse para hacer login sino que es asignado automáticamente.',
|
'users_system_public' => 'Este usuario representa cualquier usuario invitado que visita la aplicación. No puede utilizarse para hacer login sino que es asignado automáticamente.',
|
||||||
'users_delete' => 'Borrar usuario',
|
'users_delete' => 'Borrar usuario',
|
||||||
'users_delete_named' => 'Borrar usuario :userName',
|
'users_delete_named' => 'Borrar usuario :userName',
|
||||||
|
@ -211,12 +211,16 @@ return [
|
||||||
'users_preferred_language' => 'Lenguaje preferido',
|
'users_preferred_language' => 'Lenguaje preferido',
|
||||||
'users_preferred_language_desc' => 'Esta opción cambiará el idioma de la interfaz de usuario en la aplicación. No afectará al contenido creado por los usuarios.',
|
'users_preferred_language_desc' => 'Esta opción cambiará el idioma de la interfaz de usuario en la aplicación. No afectará al contenido creado por los usuarios.',
|
||||||
'users_social_accounts' => 'Cuentas sociales',
|
'users_social_accounts' => 'Cuentas sociales',
|
||||||
|
'users_social_accounts_desc' => 'Ver el estado de las cuentas sociales conectadas para este usuario. Las cuentas sociales se pueden utilizar adicionalmente al sistema de autenticación primaria para el acceso al sistema.',
|
||||||
'users_social_accounts_info' => 'Aquí puede conectar sus otras cuentas para un acceso rápido y más fácil. Desconectando una cuenta aquí no revoca accesos ya autorizados. Revoque el acceso desde los ajustes de perfil en la cuenta social conectada.',
|
'users_social_accounts_info' => 'Aquí puede conectar sus otras cuentas para un acceso rápido y más fácil. Desconectando una cuenta aquí no revoca accesos ya autorizados. Revoque el acceso desde los ajustes de perfil en la cuenta social conectada.',
|
||||||
'users_social_connect' => 'Conectar cuenta',
|
'users_social_connect' => 'Conectar cuenta',
|
||||||
'users_social_disconnect' => 'Desconectar cuenta',
|
'users_social_disconnect' => 'Desconectar cuenta',
|
||||||
|
'users_social_status_connected' => 'Conectado',
|
||||||
|
'users_social_status_disconnected' => 'Desconectado',
|
||||||
'users_social_connected' => 'La cuenta :socialAccount ha sido exitosamente añadida a su perfil.',
|
'users_social_connected' => 'La cuenta :socialAccount ha sido exitosamente añadida a su perfil.',
|
||||||
'users_social_disconnected' => 'La cuenta :socialAccount ha sido desconectada exitosamente de su perfil.',
|
'users_social_disconnected' => 'La cuenta :socialAccount ha sido desconectada exitosamente de su perfil.',
|
||||||
'users_api_tokens' => 'Tokens API',
|
'users_api_tokens' => 'Tokens API',
|
||||||
|
'users_api_tokens_desc' => 'Crear y administrar los tokens de acceso utilizados para autenticar con la REST API de BookStack. Los permisos para el API se administran a través del usuario al que pertenece el token.',
|
||||||
'users_api_tokens_none' => 'No se han creado tokens API para este usuario',
|
'users_api_tokens_none' => 'No se han creado tokens API para este usuario',
|
||||||
'users_api_tokens_create' => 'Crear token',
|
'users_api_tokens_create' => 'Crear token',
|
||||||
'users_api_tokens_expires' => 'Expira',
|
'users_api_tokens_expires' => 'Expira',
|
||||||
|
@ -315,6 +319,7 @@ return [
|
||||||
'sv' => 'Sueco',
|
'sv' => 'Sueco',
|
||||||
'tr' => 'Turco',
|
'tr' => 'Turco',
|
||||||
'uk' => 'Ucraniano',
|
'uk' => 'Ucraniano',
|
||||||
|
'uz' => 'O‘zbekcha',
|
||||||
'vi' => 'Vietnamita',
|
'vi' => 'Vietnamita',
|
||||||
'zh_CN' => 'Chino mandarín',
|
'zh_CN' => 'Chino mandarín',
|
||||||
'zh_TW' => 'Chino tradicional',
|
'zh_TW' => 'Chino tradicional',
|
||||||
|
|
|
@ -52,6 +52,7 @@ return [
|
||||||
'filter_clear' => 'Tühjenda filter',
|
'filter_clear' => 'Tühjenda filter',
|
||||||
'download' => 'Laadi alla',
|
'download' => 'Laadi alla',
|
||||||
'open_in_tab' => 'Ava vahelehel',
|
'open_in_tab' => 'Ava vahelehel',
|
||||||
|
'open' => 'Open',
|
||||||
|
|
||||||
// Sort Options
|
// Sort Options
|
||||||
'sort_options' => 'Sorteerimise valikud',
|
'sort_options' => 'Sorteerimise valikud',
|
||||||
|
|
|
@ -34,6 +34,8 @@ return [
|
||||||
'image_delete_success' => 'Pildifail kustutatud',
|
'image_delete_success' => 'Pildifail kustutatud',
|
||||||
'image_replace' => 'Asenda pilt',
|
'image_replace' => 'Asenda pilt',
|
||||||
'image_replace_success' => 'Pildifail on uuendatud',
|
'image_replace_success' => 'Pildifail on uuendatud',
|
||||||
|
'image_rebuild_thumbs' => 'Taastekita eelvaated',
|
||||||
|
'image_rebuild_thumbs_success' => 'Pildi eelvaated edukalt taastekitatud!',
|
||||||
|
|
||||||
// Code Editor
|
// Code Editor
|
||||||
'code_editor' => 'Muuda koodi',
|
'code_editor' => 'Muuda koodi',
|
||||||
|
|
|
@ -106,7 +106,7 @@ return [
|
||||||
'shelves_permissions_updated' => 'Riiuli õigused muudetud',
|
'shelves_permissions_updated' => 'Riiuli õigused muudetud',
|
||||||
'shelves_permissions_active' => 'Riiuli õigused on aktiivsed',
|
'shelves_permissions_active' => 'Riiuli õigused on aktiivsed',
|
||||||
'shelves_permissions_cascade_warning' => 'Riiuli õigused ei rakendu automaatselt sellel olevatele raamatutele, kuna raamat võib olla korraga mitmel riiulil. Alloleva valiku abil saab aga riiuli õigused kopeerida raamatutele.',
|
'shelves_permissions_cascade_warning' => 'Riiuli õigused ei rakendu automaatselt sellel olevatele raamatutele, kuna raamat võib olla korraga mitmel riiulil. Alloleva valiku abil saab aga riiuli õigused kopeerida raamatutele.',
|
||||||
'shelves_permissions_create' => 'Shelf create permissions are only used for copying permissions to child books using the action below. They do not control the ability to create books.',
|
'shelves_permissions_create' => 'Riiuli lisamise õiguseid kasutatakse ainult alloleva tegevuse kaudu õiguste raamatutele kopeerimiseks. Need ei piira raamatute lisamist.',
|
||||||
'shelves_copy_permissions_to_books' => 'Kopeeri õigused raamatutele',
|
'shelves_copy_permissions_to_books' => 'Kopeeri õigused raamatutele',
|
||||||
'shelves_copy_permissions' => 'Kopeeri õigused',
|
'shelves_copy_permissions' => 'Kopeeri õigused',
|
||||||
'shelves_copy_permissions_explain' => 'See rakendab riiuli praegused õigused kõigile sellel olevatele raamatutele. Enne jätkamist veendu, et riiuli õiguste muudatused oleks salvestatud.',
|
'shelves_copy_permissions_explain' => 'See rakendab riiuli praegused õigused kõigile sellel olevatele raamatutele. Enne jätkamist veendu, et riiuli õiguste muudatused oleks salvestatud.',
|
||||||
|
@ -240,7 +240,7 @@ return [
|
||||||
'pages_md_show_preview' => 'Näita eelvaadet',
|
'pages_md_show_preview' => 'Näita eelvaadet',
|
||||||
'pages_md_sync_scroll' => 'Sünkrooni eelvaate kerimine',
|
'pages_md_sync_scroll' => 'Sünkrooni eelvaate kerimine',
|
||||||
'pages_drawing_unsaved' => 'Leiti salvestamata joonis',
|
'pages_drawing_unsaved' => 'Leiti salvestamata joonis',
|
||||||
'pages_drawing_unsaved_confirm' => 'Unsaved drawing data was found from a previous failed drawing save attempt. Would you like to restore and continue editing this unsaved drawing?',
|
'pages_drawing_unsaved_confirm' => 'Varasemast ebaõnnestunud salvestuskatsest leiti salvestamata joonis. Kas soovid salvestamata joonise taastada ja selle muutmist jätkata?',
|
||||||
'pages_not_in_chapter' => 'Leht ei kuulu peatüki alla',
|
'pages_not_in_chapter' => 'Leht ei kuulu peatüki alla',
|
||||||
'pages_move' => 'Liiguta leht',
|
'pages_move' => 'Liiguta leht',
|
||||||
'pages_copy' => 'Kopeeri leht',
|
'pages_copy' => 'Kopeeri leht',
|
||||||
|
@ -269,12 +269,12 @@ return [
|
||||||
'pages_revisions_none' => 'Sellel lehel ei ole redaktsioone',
|
'pages_revisions_none' => 'Sellel lehel ei ole redaktsioone',
|
||||||
'pages_copy_link' => 'Kopeeri link',
|
'pages_copy_link' => 'Kopeeri link',
|
||||||
'pages_edit_content_link' => 'Hüppa redaktoris sektsioonini',
|
'pages_edit_content_link' => 'Hüppa redaktoris sektsioonini',
|
||||||
'pages_pointer_enter_mode' => 'Enter section select mode',
|
'pages_pointer_enter_mode' => 'Ava sektsiooni valiku režiim',
|
||||||
'pages_pointer_label' => 'Lehe sektsiooni valikud',
|
'pages_pointer_label' => 'Lehe sektsiooni valikud',
|
||||||
'pages_pointer_permalink' => 'Page Section Permalink',
|
'pages_pointer_permalink' => 'Lehe sektsiooni permalink',
|
||||||
'pages_pointer_include_tag' => 'Page Section Include Tag',
|
'pages_pointer_include_tag' => 'Lehe sektsiooni viitesilt',
|
||||||
'pages_pointer_toggle_link' => 'Permalink mode, Press to show include tag',
|
'pages_pointer_toggle_link' => 'Permalingi režiim, vajuta viitesildi kuvamiseks',
|
||||||
'pages_pointer_toggle_include' => 'Include tag mode, Press to show permalink',
|
'pages_pointer_toggle_include' => 'Viitesildi režiim, vajuta permalingi kuvamiseks',
|
||||||
'pages_permissions_active' => 'Lehe õigused on aktiivsed',
|
'pages_permissions_active' => 'Lehe õigused on aktiivsed',
|
||||||
'pages_initial_revision' => 'Esimene redaktsioon',
|
'pages_initial_revision' => 'Esimene redaktsioon',
|
||||||
'pages_references_update_revision' => 'Seesmiste linkide automaatne uuendamine',
|
'pages_references_update_revision' => 'Seesmiste linkide automaatne uuendamine',
|
||||||
|
@ -295,6 +295,7 @@ return [
|
||||||
'pages_is_template' => 'Lehe mall',
|
'pages_is_template' => 'Lehe mall',
|
||||||
|
|
||||||
// Editor Sidebar
|
// Editor Sidebar
|
||||||
|
'toggle_sidebar' => 'Toggle Sidebar',
|
||||||
'page_tags' => 'Lehe sildid',
|
'page_tags' => 'Lehe sildid',
|
||||||
'chapter_tags' => 'Peatüki sildid',
|
'chapter_tags' => 'Peatüki sildid',
|
||||||
'book_tags' => 'Raamatu sildid',
|
'book_tags' => 'Raamatu sildid',
|
||||||
|
@ -374,7 +375,7 @@ return [
|
||||||
'comment_updated_success' => 'Kommentaar muudetud',
|
'comment_updated_success' => 'Kommentaar muudetud',
|
||||||
'comment_delete_confirm' => 'Kas oled kindel, et soovid selle kommentaari kustutada?',
|
'comment_delete_confirm' => 'Kas oled kindel, et soovid selle kommentaari kustutada?',
|
||||||
'comment_in_reply_to' => 'Vastus kommentaarile :commentId',
|
'comment_in_reply_to' => 'Vastus kommentaarile :commentId',
|
||||||
'comment_editor_explain' => 'Here are the comments that have been left on this page. Comments can be added & managed when viewing the saved page.',
|
'comment_editor_explain' => 'Siin on lehele jäetud kommentaarid. Kommentaare saab lisada ja hallata salvestatud lehte vaadates.',
|
||||||
|
|
||||||
// Revision
|
// Revision
|
||||||
'revision_delete_confirm' => 'Kas oled kindel, et soovid selle redaktsiooni kustutada?',
|
'revision_delete_confirm' => 'Kas oled kindel, et soovid selle redaktsiooni kustutada?',
|
||||||
|
@ -409,7 +410,7 @@ return [
|
||||||
// Watch Options
|
// Watch Options
|
||||||
'watch' => 'Jälgi',
|
'watch' => 'Jälgi',
|
||||||
'watch_title_default' => 'Vaikimisi eelistused',
|
'watch_title_default' => 'Vaikimisi eelistused',
|
||||||
'watch_desc_default' => 'Revert watching to just your default notification preferences.',
|
'watch_desc_default' => 'Lähtesta jälgimine vaikimisi eelistustele.',
|
||||||
'watch_title_ignore' => 'Ignoreeri',
|
'watch_title_ignore' => 'Ignoreeri',
|
||||||
'watch_desc_ignore' => 'Ignoreeri kõiki teavitusi, ka kasutaja tasemel määratud eelistusi.',
|
'watch_desc_ignore' => 'Ignoreeri kõiki teavitusi, ka kasutaja tasemel määratud eelistusi.',
|
||||||
'watch_title_new' => 'Uued lehed',
|
'watch_title_new' => 'Uued lehed',
|
||||||
|
|
|
@ -44,12 +44,16 @@ return [
|
||||||
'cannot_get_image_from_url' => 'Ei suutnud laadida pilti aadressilt :url',
|
'cannot_get_image_from_url' => 'Ei suutnud laadida pilti aadressilt :url',
|
||||||
'cannot_create_thumbs' => 'Server ei saa piltide eelvaateid tekitada. Veendu, et PHP GD laiendus on paigaldatud.',
|
'cannot_create_thumbs' => 'Server ei saa piltide eelvaateid tekitada. Veendu, et PHP GD laiendus on paigaldatud.',
|
||||||
'server_upload_limit' => 'Server ei luba nii suurte failide üleslaadimist. Proovi väiksema failiga.',
|
'server_upload_limit' => 'Server ei luba nii suurte failide üleslaadimist. Proovi väiksema failiga.',
|
||||||
|
'server_post_limit' => 'Server ei saa etteantud andmemahtu vastu võtta. Proovi uuesti väiksema failiga.',
|
||||||
'uploaded' => 'Server ei luba nii suurte failide üleslaadimist. Proovi väiksema failiga.',
|
'uploaded' => 'Server ei luba nii suurte failide üleslaadimist. Proovi väiksema failiga.',
|
||||||
|
|
||||||
// Drawing & Images
|
// Drawing & Images
|
||||||
'image_upload_error' => 'Pildi üleslaadimisel tekkis viga',
|
'image_upload_error' => 'Pildi üleslaadimisel tekkis viga',
|
||||||
'image_upload_type_error' => 'Pildifaili tüüp ei ole korrektne',
|
'image_upload_type_error' => 'Pildifaili tüüp ei ole korrektne',
|
||||||
'image_upload_replace_type' => 'Pildifaili asendused peavad olema sama tüüpi',
|
'image_upload_replace_type' => 'Pildifaili asendused peavad olema sama tüüpi',
|
||||||
|
'image_upload_memory_limit' => 'Pildi üleslaadimine ja/või eelvaadete tekitamine ebaõnnestus süsteemsete ressursipiirangute tõttu.',
|
||||||
|
'image_thumbnail_memory_limit' => 'Pildi eelvaadete tekitamine ebaõnnestus süsteemsete ressursipiirangute tõttu.',
|
||||||
|
'image_gallery_thumbnail_memory_limit' => 'Galerii eelvaadete tekitamine ebaõnnestus süsteemsete ressursipiirangute tõttu.',
|
||||||
'drawing_data_not_found' => 'Joonise andmeid ei õnnestunud laadida. Joonist ei pruugi enam eksisteerida, või sul puuduvad õigused selle vaatamiseks.',
|
'drawing_data_not_found' => 'Joonise andmeid ei õnnestunud laadida. Joonist ei pruugi enam eksisteerida, või sul puuduvad õigused selle vaatamiseks.',
|
||||||
|
|
||||||
// Attachments
|
// Attachments
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'preferences' => 'Eelistused',
|
'my_account' => 'My Account',
|
||||||
|
|
||||||
'shortcuts' => 'Kiirklahvid',
|
'shortcuts' => 'Kiirklahvid',
|
||||||
'shortcuts_interface' => 'Kasutajaliidese kiirklahvid',
|
'shortcuts_interface' => 'UI Shortcut Preferences',
|
||||||
'shortcuts_toggle_desc' => 'Siit saad sisse ja välja lülitada navigeerimiseks ja tegevusteks kasutatavad 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_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_toggle_label' => 'Kiirklahvid sisse lülitatud',
|
||||||
|
@ -29,5 +29,23 @@ return [
|
||||||
'notifications_watched' => 'Jälgitud ja ignoreeritud objektid',
|
'notifications_watched' => 'Jälgitud ja ignoreeritud objektid',
|
||||||
'notifications_watched_desc' => ' Allpool on objektid, millele on määratud kohaldatud jälgimise eelistused. Eelistuste muutmiseks ava vastav objekt ning leia jälgimise valikud külgmenüüs.',
|
'notifications_watched_desc' => ' Allpool on objektid, millele on määratud kohaldatud jälgimise eelistused. Eelistuste muutmiseks ava vastav objekt ning leia jälgimise valikud külgmenüüs.',
|
||||||
|
|
||||||
'profile_overview_desc' => ' Halda oma kasutajaprofiili andmeid, kaasa arvatud keele eelistust ja autentimisvalikuid.',
|
'auth' => 'Access & Security',
|
||||||
|
'auth_change_password' => 'Change Password',
|
||||||
|
'auth_change_password_desc' => 'Change the password you use to log-in to the application. This must be at least 8 characters long.',
|
||||||
|
'auth_change_password_success' => 'Password has been updated!',
|
||||||
|
|
||||||
|
'profile' => 'Profile Details',
|
||||||
|
'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.',
|
||||||
|
'profile_view_public' => 'View Public Profile',
|
||||||
|
'profile_name_desc' => 'Configure your display name which will be visible to other users in the system through the activity you perform, and content you own.',
|
||||||
|
'profile_email_desc' => 'This email will be used for notifications and, depending on active system authentication, system access.',
|
||||||
|
'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.',
|
||||||
|
'profile_avatar_desc' => 'Select an image which will be used to represent yourself to others in the system. Ideally this image should be square and about 256px in width and height.',
|
||||||
|
'profile_admin_options' => 'Administrator Options',
|
||||||
|
'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Settings > Users" area of the application.',
|
||||||
|
|
||||||
|
'delete_account' => 'Delete Account',
|
||||||
|
'delete_my_account' => 'Delete My Account',
|
||||||
|
'delete_my_account_desc' => 'This will fully delete your user account from the system. You will not be able to recover this account or revert this action. Content you\'ve created, such as created pages and uploaded images, will remain.',
|
||||||
|
'delete_my_account_warning' => 'Are you sure you want to delete your account?',
|
||||||
];
|
];
|
||||||
|
|
|
@ -193,8 +193,8 @@ return [
|
||||||
'users_send_invite_text' => 'Sa võid kasutajale saata e-postiga kutse, mis võimaldab neil ise parooli seada. Vastasel juhul määra parool ise.',
|
'users_send_invite_text' => 'Sa võid kasutajale saata e-postiga kutse, mis võimaldab neil ise parooli seada. Vastasel juhul määra parool ise.',
|
||||||
'users_send_invite_option' => 'Saada e-postiga kutse',
|
'users_send_invite_option' => 'Saada e-postiga kutse',
|
||||||
'users_external_auth_id' => 'Välise autentimise ID',
|
'users_external_auth_id' => 'Välise autentimise ID',
|
||||||
'users_external_auth_id_desc' => 'Selle ID abil identifitseeritakse kasutajat välise autentimissüsteemiga suhtlemisel.',
|
'users_external_auth_id_desc' => 'When an external authentication system is in use (such as SAML2, OIDC or LDAP) this is the ID which links this BookStack user to the authentication system account. You can ignore this field if using the default email-based authentication.',
|
||||||
'users_password_warning' => 'Täida allolevad väljad ainult siis, kui soovid oma parooli muuta.',
|
'users_password_warning' => 'Only fill the below if you would like to change the password for this user.',
|
||||||
'users_system_public' => 'See kasutaja tähistab kõiki külalisi, kes su rakendust vaatavad. Selle kontoga ei saa sisse logida, see määratakse automaatselt.',
|
'users_system_public' => 'See kasutaja tähistab kõiki külalisi, kes su rakendust vaatavad. Selle kontoga ei saa sisse logida, see määratakse automaatselt.',
|
||||||
'users_delete' => 'Kustuta kasutaja',
|
'users_delete' => 'Kustuta kasutaja',
|
||||||
'users_delete_named' => 'Kustuta kasutaja :userName',
|
'users_delete_named' => 'Kustuta kasutaja :userName',
|
||||||
|
@ -210,12 +210,16 @@ return [
|
||||||
'users_preferred_language' => 'Eelistatud keel',
|
'users_preferred_language' => 'Eelistatud keel',
|
||||||
'users_preferred_language_desc' => 'See valik muudab rakenduse kasutajaliidese keelt. Kasutajate loodud sisu see ei mõjuta.',
|
'users_preferred_language_desc' => 'See valik muudab rakenduse kasutajaliidese keelt. Kasutajate loodud sisu see ei mõjuta.',
|
||||||
'users_social_accounts' => 'Sotsiaalmeedia kontod',
|
'users_social_accounts' => 'Sotsiaalmeedia kontod',
|
||||||
|
'users_social_accounts_desc' => 'View the status of the connected social accounts for this user. Social accounts can be used in addition to the primary authentication system for system access.',
|
||||||
'users_social_accounts_info' => 'Siin saad seostada teised kontod, millega kiiremini ja lihtsamini sisse logida. Siit konto eemaldamine ei tühista varem lubatud ligipääsu. Ligipääsu saad tühistada ühendatud konto profiili seadetest.',
|
'users_social_accounts_info' => 'Siin saad seostada teised kontod, millega kiiremini ja lihtsamini sisse logida. Siit konto eemaldamine ei tühista varem lubatud ligipääsu. Ligipääsu saad tühistada ühendatud konto profiili seadetest.',
|
||||||
'users_social_connect' => 'Lisa konto',
|
'users_social_connect' => 'Lisa konto',
|
||||||
'users_social_disconnect' => 'Eemalda konto',
|
'users_social_disconnect' => 'Eemalda konto',
|
||||||
|
'users_social_status_connected' => 'Connected',
|
||||||
|
'users_social_status_disconnected' => 'Disconnected',
|
||||||
'users_social_connected' => ':socialAccount konto lisati su profiilile.',
|
'users_social_connected' => ':socialAccount konto lisati su profiilile.',
|
||||||
'users_social_disconnected' => ':socialAccount konto eemaldati su profiililt.',
|
'users_social_disconnected' => ':socialAccount konto eemaldati su profiililt.',
|
||||||
'users_api_tokens' => 'API tunnused',
|
'users_api_tokens' => 'API tunnused',
|
||||||
|
'users_api_tokens_desc' => 'Create and manage the access tokens used to authenticate with the BookStack REST API. Permissions for the API are managed via the user that the token belongs to.',
|
||||||
'users_api_tokens_none' => 'Sellel kasutajal pole API tunnuseid',
|
'users_api_tokens_none' => 'Sellel kasutajal pole API tunnuseid',
|
||||||
'users_api_tokens_create' => 'Lisa tunnus',
|
'users_api_tokens_create' => 'Lisa tunnus',
|
||||||
'users_api_tokens_expires' => 'Aegub',
|
'users_api_tokens_expires' => 'Aegub',
|
||||||
|
@ -314,6 +318,7 @@ return [
|
||||||
'sv' => 'Rootsi',
|
'sv' => 'Rootsi',
|
||||||
'tr' => 'Türgi',
|
'tr' => 'Türgi',
|
||||||
'uk' => 'Ukraina',
|
'uk' => 'Ukraina',
|
||||||
|
'uz' => 'O‘zbekcha',
|
||||||
'vi' => 'Vietnami',
|
'vi' => 'Vietnami',
|
||||||
'zh_CN' => 'Hiina (lihtsustatud)',
|
'zh_CN' => 'Hiina (lihtsustatud)',
|
||||||
'zh_TW' => 'Hiina (traditsiooniline)',
|
'zh_TW' => 'Hiina (traditsiooniline)',
|
||||||
|
|
|
@ -52,6 +52,7 @@ return [
|
||||||
'filter_clear' => 'Iragazkia garbitu',
|
'filter_clear' => 'Iragazkia garbitu',
|
||||||
'download' => 'Download',
|
'download' => 'Download',
|
||||||
'open_in_tab' => 'Open in Tab',
|
'open_in_tab' => 'Open in Tab',
|
||||||
|
'open' => 'Open',
|
||||||
|
|
||||||
// Sort Options
|
// Sort Options
|
||||||
'sort_options' => 'Ordenatzeko aukerak',
|
'sort_options' => 'Ordenatzeko aukerak',
|
||||||
|
|
|
@ -34,6 +34,8 @@ return [
|
||||||
'image_delete_success' => 'Irudia ondo ezabatu da',
|
'image_delete_success' => 'Irudia ondo ezabatu da',
|
||||||
'image_replace' => 'Replace Image',
|
'image_replace' => 'Replace Image',
|
||||||
'image_replace_success' => 'Image file successfully updated',
|
'image_replace_success' => 'Image file successfully updated',
|
||||||
|
'image_rebuild_thumbs' => 'Regenerate Size Variations',
|
||||||
|
'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',
|
||||||
|
|
||||||
// Code Editor
|
// Code Editor
|
||||||
'code_editor' => 'Kodea editatu',
|
'code_editor' => 'Kodea editatu',
|
||||||
|
|
|
@ -295,6 +295,7 @@ return [
|
||||||
'pages_is_template' => 'Orrialde txantiloia',
|
'pages_is_template' => 'Orrialde txantiloia',
|
||||||
|
|
||||||
// Editor Sidebar
|
// Editor Sidebar
|
||||||
|
'toggle_sidebar' => 'Toggle Sidebar',
|
||||||
'page_tags' => 'Orrialde etiketak',
|
'page_tags' => 'Orrialde etiketak',
|
||||||
'chapter_tags' => 'Kapitulu etiketak',
|
'chapter_tags' => 'Kapitulu etiketak',
|
||||||
'book_tags' => 'Liburu etiketak',
|
'book_tags' => 'Liburu etiketak',
|
||||||
|
|
|
@ -44,12 +44,16 @@ return [
|
||||||
'cannot_get_image_from_url' => 'Cannot get image from :url',
|
'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.',
|
'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.',
|
'server_upload_limit' => 'The server does not allow uploads of this size. Please try a smaller file size.',
|
||||||
|
'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
|
||||||
'uploaded' => '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.',
|
||||||
|
|
||||||
// Drawing & Images
|
// Drawing & Images
|
||||||
'image_upload_error' => 'Errorea gertatu da irudia igotzerakoan',
|
'image_upload_error' => 'Errorea gertatu da irudia igotzerakoan',
|
||||||
'image_upload_type_error' => 'The image type being uploaded is invalid',
|
'image_upload_type_error' => 'The image type being uploaded is invalid',
|
||||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
||||||
|
'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
|
||||||
|
'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
|
||||||
|
'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
|
||||||
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
|
'drawing_data_not_found' => 'Drawing data could not be loaded. The drawing file might no longer exist or you may not have permission to access it.',
|
||||||
|
|
||||||
// Attachments
|
// Attachments
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'preferences' => 'Preferences',
|
'my_account' => 'My Account',
|
||||||
|
|
||||||
'shortcuts' => 'Lastertekla',
|
'shortcuts' => 'Lastertekla',
|
||||||
'shortcuts_interface' => 'Teklatuko lasterbideak ikusi',
|
'shortcuts_interface' => 'UI Shortcut Preferences',
|
||||||
'shortcuts_toggle_desc' => 'Hemen, nabigaziorako eta ekintzetarako erabiltzen diren teklatu-sistemako lasterbideak gaitu edo desgaitu daitezke.',
|
'shortcuts_toggle_desc' => 'Hemen, nabigaziorako eta ekintzetarako erabiltzen diren teklatu-sistemako lasterbideak gaitu edo desgaitu daitezke.',
|
||||||
'shortcuts_customize_desc' => 'Beheko lasterbide bakoitza pertsonalizatu dezakezu. Sakatu nahi duzun tekla konbinazioa lasterbide baterako sarrera aukeratu ondoren.',
|
'shortcuts_customize_desc' => 'Beheko lasterbide bakoitza pertsonalizatu dezakezu. Sakatu nahi duzun tekla konbinazioa lasterbide baterako sarrera aukeratu ondoren.',
|
||||||
'shortcuts_toggle_label' => 'Teklatu-lasterbideak aktibatuta',
|
'shortcuts_toggle_label' => 'Teklatu-lasterbideak aktibatuta',
|
||||||
|
@ -29,5 +29,23 @@ return [
|
||||||
'notifications_watched' => 'Watched & Ignored Items',
|
'notifications_watched' => 'Watched & Ignored Items',
|
||||||
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
||||||
|
|
||||||
'profile_overview_desc' => ' Manage your user profile details including preferred language and authentication options.',
|
'auth' => 'Access & Security',
|
||||||
|
'auth_change_password' => 'Change Password',
|
||||||
|
'auth_change_password_desc' => 'Change the password you use to log-in to the application. This must be at least 8 characters long.',
|
||||||
|
'auth_change_password_success' => 'Password has been updated!',
|
||||||
|
|
||||||
|
'profile' => 'Profile Details',
|
||||||
|
'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.',
|
||||||
|
'profile_view_public' => 'View Public Profile',
|
||||||
|
'profile_name_desc' => 'Configure your display name which will be visible to other users in the system through the activity you perform, and content you own.',
|
||||||
|
'profile_email_desc' => 'This email will be used for notifications and, depending on active system authentication, system access.',
|
||||||
|
'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.',
|
||||||
|
'profile_avatar_desc' => 'Select an image which will be used to represent yourself to others in the system. Ideally this image should be square and about 256px in width and height.',
|
||||||
|
'profile_admin_options' => 'Administrator Options',
|
||||||
|
'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Settings > Users" area of the application.',
|
||||||
|
|
||||||
|
'delete_account' => 'Delete Account',
|
||||||
|
'delete_my_account' => 'Delete My Account',
|
||||||
|
'delete_my_account_desc' => 'This will fully delete your user account from the system. You will not be able to recover this account or revert this action. Content you\'ve created, such as created pages and uploaded images, will remain.',
|
||||||
|
'delete_my_account_warning' => 'Are you sure you want to delete your account?',
|
||||||
];
|
];
|
||||||
|
|
|
@ -193,8 +193,8 @@ return [
|
||||||
'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.',
|
'users_send_invite_text' => 'You can choose to send this user an invitation email which allows them to set their own password otherwise you can set their password yourself.',
|
||||||
'users_send_invite_option' => 'Erabiltzailea gonbidatzeko emaila bidali',
|
'users_send_invite_option' => 'Erabiltzailea gonbidatzeko emaila bidali',
|
||||||
'users_external_auth_id' => 'Kanpo autentikazioa IDa',
|
'users_external_auth_id' => 'Kanpo autentikazioa IDa',
|
||||||
'users_external_auth_id_desc' => 'This is the ID used to match this user when communicating with your external authentication system.',
|
'users_external_auth_id_desc' => 'When an external authentication system is in use (such as SAML2, OIDC or LDAP) this is the ID which links this BookStack user to the authentication system account. You can ignore this field if using the default email-based authentication.',
|
||||||
'users_password_warning' => 'Only fill the below if you would like to change your password.',
|
'users_password_warning' => 'Only fill the below if you would like to change the password for this user.',
|
||||||
'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.',
|
'users_system_public' => 'This user represents any guest users that visit your instance. It cannot be used to log in but is assigned automatically.',
|
||||||
'users_delete' => 'Ezabatu erabiltzailea',
|
'users_delete' => 'Ezabatu erabiltzailea',
|
||||||
'users_delete_named' => ':userName erabiltzailea ezabatu',
|
'users_delete_named' => ':userName erabiltzailea ezabatu',
|
||||||
|
@ -210,12 +210,16 @@ return [
|
||||||
'users_preferred_language' => 'Hobetsitako hizkuntza',
|
'users_preferred_language' => 'Hobetsitako hizkuntza',
|
||||||
'users_preferred_language_desc' => 'This option will change the language used for the user-interface of the application. This will not affect any user-created content.',
|
'users_preferred_language_desc' => 'This option will change the language used for the user-interface of the application. This will not affect any user-created content.',
|
||||||
'users_social_accounts' => 'Social Accounts',
|
'users_social_accounts' => 'Social Accounts',
|
||||||
|
'users_social_accounts_desc' => 'View the status of the connected social accounts for this user. Social accounts can be used in addition to the primary authentication system for system access.',
|
||||||
'users_social_accounts_info' => 'Here you can connect your other accounts for quicker and easier login. Disconnecting an account here does not revoke previously authorized access. Revoke access from your profile settings on the connected social account.',
|
'users_social_accounts_info' => 'Here you can connect your other accounts for quicker and easier login. Disconnecting an account here does not revoke previously authorized access. Revoke access from your profile settings on the connected social account.',
|
||||||
'users_social_connect' => 'Kontua Konektatu',
|
'users_social_connect' => 'Kontua Konektatu',
|
||||||
'users_social_disconnect' => 'Deskonektatu kontua',
|
'users_social_disconnect' => 'Deskonektatu kontua',
|
||||||
|
'users_social_status_connected' => 'Connected',
|
||||||
|
'users_social_status_disconnected' => 'Disconnected',
|
||||||
'users_social_connected' => ':socialAccount account was successfully attached to your profile.',
|
'users_social_connected' => ':socialAccount account was successfully attached to your profile.',
|
||||||
'users_social_disconnected' => ':socialAccount account was successfully disconnected from your profile.',
|
'users_social_disconnected' => ':socialAccount account was successfully disconnected from your profile.',
|
||||||
'users_api_tokens' => 'API tokenak',
|
'users_api_tokens' => 'API tokenak',
|
||||||
|
'users_api_tokens_desc' => 'Create and manage the access tokens used to authenticate with the BookStack REST API. Permissions for the API are managed via the user that the token belongs to.',
|
||||||
'users_api_tokens_none' => 'No API tokens have been created for this user',
|
'users_api_tokens_none' => 'No API tokens have been created for this user',
|
||||||
'users_api_tokens_create' => 'Sortu Tokena',
|
'users_api_tokens_create' => 'Sortu Tokena',
|
||||||
'users_api_tokens_expires' => 'Iraungita',
|
'users_api_tokens_expires' => 'Iraungita',
|
||||||
|
@ -314,6 +318,7 @@ return [
|
||||||
'sv' => 'Svenska',
|
'sv' => 'Svenska',
|
||||||
'tr' => 'Türkçe',
|
'tr' => 'Türkçe',
|
||||||
'uk' => 'Українська',
|
'uk' => 'Українська',
|
||||||
|
'uz' => 'O‘zbekcha',
|
||||||
'vi' => 'Tiếng Việt',
|
'vi' => 'Tiếng Việt',
|
||||||
'zh_CN' => '简体中文',
|
'zh_CN' => '简体中文',
|
||||||
'zh_TW' => '繁體中文',
|
'zh_TW' => '繁體中文',
|
||||||
|
|
|
@ -50,8 +50,8 @@ return [
|
||||||
'bookshelf_delete_notification' => 'قفسه کتاب با موفقیت حذف شد',
|
'bookshelf_delete_notification' => 'قفسه کتاب با موفقیت حذف شد',
|
||||||
|
|
||||||
// Revisions
|
// Revisions
|
||||||
'revision_restore' => 'restored revision',
|
'revision_restore' => 'نسخه بازیابی شده',
|
||||||
'revision_delete' => 'deleted revision',
|
'revision_delete' => 'نسخه حذف شده',
|
||||||
'revision_delete_notification' => 'نسخه مورد نظر با موفقیت حذف شد',
|
'revision_delete_notification' => 'نسخه مورد نظر با موفقیت حذف شد',
|
||||||
|
|
||||||
// Favourites
|
// Favourites
|
||||||
|
@ -59,22 +59,22 @@ return [
|
||||||
'favourite_remove_notification' => '":name" از علاقه مندی های شما حذف شد',
|
'favourite_remove_notification' => '":name" از علاقه مندی های شما حذف شد',
|
||||||
|
|
||||||
// Watching
|
// Watching
|
||||||
'watch_update_level_notification' => 'Watch preferences successfully updated',
|
'watch_update_level_notification' => 'تنظیمات نظارت با موفقیت بروز شد',
|
||||||
|
|
||||||
// Auth
|
// Auth
|
||||||
'auth_login' => 'logged in',
|
'auth_login' => 'وارد شده',
|
||||||
'auth_register' => 'registered as new user',
|
'auth_register' => 'ثبت نام شده بعنوان کاربر جدید',
|
||||||
'auth_password_reset_request' => 'requested user password reset',
|
'auth_password_reset_request' => 'بازیابی درخواست شده رمز عبور کاربر',
|
||||||
'auth_password_reset_update' => 'reset user password',
|
'auth_password_reset_update' => 'بازیابی رمز عبور کاربر',
|
||||||
'mfa_setup_method' => 'configured MFA method',
|
'mfa_setup_method' => 'متد MFA پیکربندی شده',
|
||||||
'mfa_setup_method_notification' => 'روش چند فاکتوری با موفقیت پیکربندی شد',
|
'mfa_setup_method_notification' => 'روش چند فاکتوری با موفقیت پیکربندی شد',
|
||||||
'mfa_remove_method' => 'removed MFA method',
|
'mfa_remove_method' => 'روش MFA حذف شده',
|
||||||
'mfa_remove_method_notification' => 'روش چند فاکتوری با موفقیت حذف شد',
|
'mfa_remove_method_notification' => 'روش چند فاکتوری با موفقیت حذف شد',
|
||||||
|
|
||||||
// Settings
|
// Settings
|
||||||
'settings_update' => 'updated settings',
|
'settings_update' => 'تنظیمات بروز شده',
|
||||||
'settings_update_notification' => 'تنظیمات با موفقیت به روز شد',
|
'settings_update_notification' => 'تنظیمات با موفقیت به روز شد',
|
||||||
'maintenance_action_run' => 'ran maintenance action',
|
'maintenance_action_run' => 'فعالیت نگهداری اجرا شده',
|
||||||
|
|
||||||
// Webhooks
|
// Webhooks
|
||||||
'webhook_create' => 'ایجاد وب هوک',
|
'webhook_create' => 'ایجاد وب هوک',
|
||||||
|
@ -85,39 +85,39 @@ return [
|
||||||
'webhook_delete_notification' => 'وب هوک با موفقیت حذف شد',
|
'webhook_delete_notification' => 'وب هوک با موفقیت حذف شد',
|
||||||
|
|
||||||
// Users
|
// Users
|
||||||
'user_create' => 'created user',
|
'user_create' => 'کاربر ایجاد شده',
|
||||||
'user_create_notification' => 'کاربر با موفقیت به ایجاد شد',
|
'user_create_notification' => 'کاربر با موفقیت به ایجاد شد',
|
||||||
'user_update' => 'updated user',
|
'user_update' => 'کاربر بروز شده',
|
||||||
'user_update_notification' => 'کاربر با موفقیت به روز شد',
|
'user_update_notification' => 'کاربر با موفقیت به روز شد',
|
||||||
'user_delete' => 'deleted user',
|
'user_delete' => 'کاربر حذف شده',
|
||||||
'user_delete_notification' => 'کاربر با موفقیت حذف شد',
|
'user_delete_notification' => 'کاربر با موفقیت حذف شد',
|
||||||
|
|
||||||
// API Tokens
|
// API Tokens
|
||||||
'api_token_create' => 'created api token',
|
'api_token_create' => 'توکن api ایجاد شده',
|
||||||
'api_token_create_notification' => 'API token successfully created',
|
'api_token_create_notification' => 'توکن api با موفقیت ایجاد شد',
|
||||||
'api_token_update' => 'updated api token',
|
'api_token_update' => 'توکن api بروز شده',
|
||||||
'api_token_update_notification' => 'API token successfully updated',
|
'api_token_update_notification' => 'توکن API با موفقیت بروزرسانی شد',
|
||||||
'api_token_delete' => 'deleted api token',
|
'api_token_delete' => 'توکن api حذف شده',
|
||||||
'api_token_delete_notification' => 'API token successfully deleted',
|
'api_token_delete_notification' => 'توکن API با موفقیت حذف شد',
|
||||||
|
|
||||||
// Roles
|
// Roles
|
||||||
'role_create' => 'created role',
|
'role_create' => 'نقش ایجاد شده',
|
||||||
'role_create_notification' => 'نقش با موفقیت ایجاد شد',
|
'role_create_notification' => 'نقش با موفقیت ایجاد شد',
|
||||||
'role_update' => 'updated role',
|
'role_update' => 'نقش بروز شده',
|
||||||
'role_update_notification' => 'نقش با موفقیت به روز شد',
|
'role_update_notification' => 'نقش با موفقیت به روز شد',
|
||||||
'role_delete' => 'deleted role',
|
'role_delete' => 'نقش حذف شده',
|
||||||
'role_delete_notification' => 'نقش با موفقیت حذف شد',
|
'role_delete_notification' => 'نقش با موفقیت حذف شد',
|
||||||
|
|
||||||
// Recycle Bin
|
// Recycle Bin
|
||||||
'recycle_bin_empty' => 'emptied recycle bin',
|
'recycle_bin_empty' => 'سطل زباله خالی',
|
||||||
'recycle_bin_restore' => 'از سطل بازیافت، بازآوری شده است',
|
'recycle_bin_restore' => 'از سطل بازیافت، بازآوری شده است',
|
||||||
'recycle_bin_destroy' => 'از سطل بازیافت حذف شده است',
|
'recycle_bin_destroy' => 'از سطل بازیافت حذف شده است',
|
||||||
|
|
||||||
// Comments
|
// Comments
|
||||||
'commented_on' => 'ثبت دیدگاه',
|
'commented_on' => 'ثبت دیدگاه',
|
||||||
'comment_create' => 'added comment',
|
'comment_create' => 'نظر اضافه شده',
|
||||||
'comment_update' => 'updated comment',
|
'comment_update' => 'نظر به روز شده',
|
||||||
'comment_delete' => 'deleted comment',
|
'comment_delete' => 'نظر حذف شده',
|
||||||
|
|
||||||
// Other
|
// Other
|
||||||
'permissions_update' => 'به روزرسانی مجوزها',
|
'permissions_update' => 'به روزرسانی مجوزها',
|
||||||
|
|
|
@ -42,7 +42,7 @@ return [
|
||||||
'remove' => 'حذف',
|
'remove' => 'حذف',
|
||||||
'add' => 'ﺍﻓﺰﻭﺩﻥ',
|
'add' => 'ﺍﻓﺰﻭﺩﻥ',
|
||||||
'configure' => 'پیکربندی کنید',
|
'configure' => 'پیکربندی کنید',
|
||||||
'manage' => 'Manage',
|
'manage' => 'مدیریت تنظیمات',
|
||||||
'fullscreen' => 'تمام صفحه',
|
'fullscreen' => 'تمام صفحه',
|
||||||
'favourite' => 'علاقهمندی',
|
'favourite' => 'علاقهمندی',
|
||||||
'unfavourite' => 'حذف از علاقهمندی',
|
'unfavourite' => 'حذف از علاقهمندی',
|
||||||
|
@ -52,6 +52,7 @@ return [
|
||||||
'filter_clear' => 'پاک کردن فیلتر',
|
'filter_clear' => 'پاک کردن فیلتر',
|
||||||
'download' => 'دانلود',
|
'download' => 'دانلود',
|
||||||
'open_in_tab' => 'باز کردن در تب جدید',
|
'open_in_tab' => 'باز کردن در تب جدید',
|
||||||
|
'open' => 'Open',
|
||||||
|
|
||||||
// Sort Options
|
// Sort Options
|
||||||
'sort_options' => 'گزینههای مرتب سازی',
|
'sort_options' => 'گزینههای مرتب سازی',
|
||||||
|
|
|
@ -34,6 +34,8 @@ return [
|
||||||
'image_delete_success' => 'تصویر با موفقیت حذف شد',
|
'image_delete_success' => 'تصویر با موفقیت حذف شد',
|
||||||
'image_replace' => 'جایگزینی تصویر',
|
'image_replace' => 'جایگزینی تصویر',
|
||||||
'image_replace_success' => 'تصویر با موفقیت به روز شد',
|
'image_replace_success' => 'تصویر با موفقیت به روز شد',
|
||||||
|
'image_rebuild_thumbs' => 'Regenerate Size Variations',
|
||||||
|
'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',
|
||||||
|
|
||||||
// Code Editor
|
// Code Editor
|
||||||
'code_editor' => 'ویرایش کد',
|
'code_editor' => 'ویرایش کد',
|
||||||
|
|
|
@ -214,7 +214,7 @@ return [
|
||||||
'pages_editing_page' => 'در حال ویرایش صفحه',
|
'pages_editing_page' => 'در حال ویرایش صفحه',
|
||||||
'pages_edit_draft_save_at' => 'پیش نویس ذخیره شده در',
|
'pages_edit_draft_save_at' => 'پیش نویس ذخیره شده در',
|
||||||
'pages_edit_delete_draft' => 'حذف پیش نویس',
|
'pages_edit_delete_draft' => 'حذف پیش نویس',
|
||||||
'pages_edit_delete_draft_confirm' => 'Are you sure you want to delete your draft page changes? All of your changes, since the last full save, will be lost and the editor will be updated with the latest page non-draft save state.',
|
'pages_edit_delete_draft_confirm' => 'آیا از حذف تغییرات صفحه پیشنویس اطمینان دارید؟ تمامی تغییراتتان، از آخرین ذخیرهسازی کامل، از بین خواهد رفت و ویرایشگر به آخرین وضعیت پیشنویس ذخیره شده بازگردانی خواهد شد.',
|
||||||
'pages_edit_discard_draft' => 'دور انداختن پیش نویس',
|
'pages_edit_discard_draft' => 'دور انداختن پیش نویس',
|
||||||
'pages_edit_switch_to_markdown' => 'به ویرایشگر Markdown بروید',
|
'pages_edit_switch_to_markdown' => 'به ویرایشگر Markdown بروید',
|
||||||
'pages_edit_switch_to_markdown_clean' => '(مطالب تمیز)',
|
'pages_edit_switch_to_markdown_clean' => '(مطالب تمیز)',
|
||||||
|
@ -239,8 +239,8 @@ return [
|
||||||
'pages_md_insert_drawing' => 'درج طرح',
|
'pages_md_insert_drawing' => 'درج طرح',
|
||||||
'pages_md_show_preview' => 'دیدن پیش نمایش',
|
'pages_md_show_preview' => 'دیدن پیش نمایش',
|
||||||
'pages_md_sync_scroll' => 'هماهنگ سازی اسکرول پیش نمایش',
|
'pages_md_sync_scroll' => 'هماهنگ سازی اسکرول پیش نمایش',
|
||||||
'pages_drawing_unsaved' => 'Unsaved Drawing Found',
|
'pages_drawing_unsaved' => 'نقاشی ذخیره نشده پیدا شد',
|
||||||
'pages_drawing_unsaved_confirm' => 'Unsaved drawing data was found from a previous failed drawing save attempt. Would you like to restore and continue editing this unsaved drawing?',
|
'pages_drawing_unsaved_confirm' => 'نسخهای ذخیرهنشده از طراحیهای قبلی پیدا شد. آیا میخواهید این طراحی ذخیرهنشده را بازیابی کنید و به ویرایش آن ادامه دهید؟',
|
||||||
'pages_not_in_chapter' => 'صفحه در یک فصل نیست',
|
'pages_not_in_chapter' => 'صفحه در یک فصل نیست',
|
||||||
'pages_move' => 'انتقال صفحه',
|
'pages_move' => 'انتقال صفحه',
|
||||||
'pages_copy' => 'کپی صفحه',
|
'pages_copy' => 'کپی صفحه',
|
||||||
|
@ -268,10 +268,10 @@ return [
|
||||||
'pages_revisions_restore' => 'بازگرداندن',
|
'pages_revisions_restore' => 'بازگرداندن',
|
||||||
'pages_revisions_none' => 'این صفحه هیچ ویرایشی ندارد',
|
'pages_revisions_none' => 'این صفحه هیچ ویرایشی ندارد',
|
||||||
'pages_copy_link' => 'کپی لینک',
|
'pages_copy_link' => 'کپی لینک',
|
||||||
'pages_edit_content_link' => 'Jump to section in editor',
|
'pages_edit_content_link' => 'پرش به قسمت در ویرایشگر',
|
||||||
'pages_pointer_enter_mode' => 'Enter section select mode',
|
'pages_pointer_enter_mode' => 'ورود به حالت انتخاب قسمت',
|
||||||
'pages_pointer_label' => 'Page Section Options',
|
'pages_pointer_label' => 'گزینههای قسمت صفحه',
|
||||||
'pages_pointer_permalink' => 'Page Section Permalink',
|
'pages_pointer_permalink' => 'لینک ثابت قسمت صفحه',
|
||||||
'pages_pointer_include_tag' => 'Page Section Include Tag',
|
'pages_pointer_include_tag' => 'Page Section Include Tag',
|
||||||
'pages_pointer_toggle_link' => 'Permalink mode, Press to show include tag',
|
'pages_pointer_toggle_link' => 'Permalink mode, Press to show include tag',
|
||||||
'pages_pointer_toggle_include' => 'Include tag mode, Press to show permalink',
|
'pages_pointer_toggle_include' => 'Include tag mode, Press to show permalink',
|
||||||
|
@ -289,12 +289,13 @@ return [
|
||||||
'time_b' => 'در آخرین دقیقه :minCount',
|
'time_b' => 'در آخرین دقیقه :minCount',
|
||||||
'message' => ':start :time. مراقب باشید به روز رسانی های یکدیگر را بازنویسی نکنید!',
|
'message' => ':start :time. مراقب باشید به روز رسانی های یکدیگر را بازنویسی نکنید!',
|
||||||
],
|
],
|
||||||
'pages_draft_discarded' => 'Draft discarded! The editor has been updated with the current page content',
|
'pages_draft_discarded' => 'پیش نویس حذف شد، ویرایشگر با محتوای صفحه فعلی به روز شده است',
|
||||||
'pages_draft_deleted' => 'Draft deleted! The editor has been updated with the current page content',
|
'pages_draft_deleted' => 'پیش نویس حذف شد، ویرایشگر با محتوای صفحه فعلی به روز شده است',
|
||||||
'pages_specific' => 'صفحه خاص',
|
'pages_specific' => 'صفحه خاص',
|
||||||
'pages_is_template' => 'الگوی صفحه',
|
'pages_is_template' => 'الگوی صفحه',
|
||||||
|
|
||||||
// Editor Sidebar
|
// Editor Sidebar
|
||||||
|
'toggle_sidebar' => 'Toggle Sidebar',
|
||||||
'page_tags' => 'برچسبهای صفحه',
|
'page_tags' => 'برچسبهای صفحه',
|
||||||
'chapter_tags' => 'برچسب های فصل',
|
'chapter_tags' => 'برچسب های فصل',
|
||||||
'book_tags' => 'برچسب های کتاب',
|
'book_tags' => 'برچسب های کتاب',
|
||||||
|
@ -368,7 +369,7 @@ return [
|
||||||
'comment_new' => 'نظر جدید',
|
'comment_new' => 'نظر جدید',
|
||||||
'comment_created' => ':createDiff نظر داد',
|
'comment_created' => ':createDiff نظر داد',
|
||||||
'comment_updated' => 'به روز رسانی :updateDiff توسط :username',
|
'comment_updated' => 'به روز رسانی :updateDiff توسط :username',
|
||||||
'comment_updated_indicator' => 'Updated',
|
'comment_updated_indicator' => 'به روز شده',
|
||||||
'comment_deleted_success' => 'نظر حذف شد',
|
'comment_deleted_success' => 'نظر حذف شد',
|
||||||
'comment_created_success' => 'نظر اضافه شد',
|
'comment_created_success' => 'نظر اضافه شد',
|
||||||
'comment_updated_success' => 'نظر به روز شد',
|
'comment_updated_success' => 'نظر به روز شد',
|
||||||
|
@ -407,26 +408,26 @@ return [
|
||||||
'references_to_desc' => 'در زیر تمام صفحات شناخته شده در سیستم که به این مورد پیوند دارند، نشان داده شده است.',
|
'references_to_desc' => 'در زیر تمام صفحات شناخته شده در سیستم که به این مورد پیوند دارند، نشان داده شده است.',
|
||||||
|
|
||||||
// Watch Options
|
// Watch Options
|
||||||
'watch' => 'Watch',
|
'watch' => 'نظارت',
|
||||||
'watch_title_default' => 'Default Preferences',
|
'watch_title_default' => 'تنظیمات پیشفرض',
|
||||||
'watch_desc_default' => 'Revert watching to just your default notification preferences.',
|
'watch_desc_default' => 'نظارت را تنها به تنظیمات پیش فرض اعلان برگردانید.',
|
||||||
'watch_title_ignore' => 'Ignore',
|
'watch_title_ignore' => 'نادیدهگرفتن',
|
||||||
'watch_desc_ignore' => 'Ignore all notifications, including those from user-level preferences.',
|
'watch_desc_ignore' => 'همه اعلانها، از جمله اعلانهای مربوط به تنظیمات سطح کاربر را نادیده بگیرید.',
|
||||||
'watch_title_new' => 'New Pages',
|
'watch_title_new' => 'صفحات جدید',
|
||||||
'watch_desc_new' => 'Notify when any new page is created within this item.',
|
'watch_desc_new' => 'هنگامی که صفحه جدیدی در این مورد ایجاد میشود، اطلاع بده.',
|
||||||
'watch_title_updates' => 'All Page Updates',
|
'watch_title_updates' => 'همه به روزرسانیهای صفحه',
|
||||||
'watch_desc_updates' => 'Notify upon all new pages and page changes.',
|
'watch_desc_updates' => 'تمام صفحات جدید و تغییرات صفحه را اطلاع بده.',
|
||||||
'watch_desc_updates_page' => 'Notify upon all page changes.',
|
'watch_desc_updates_page' => 'همه تغییرات صفحه را اطلاع بده.',
|
||||||
'watch_title_comments' => 'All Page Updates & Comments',
|
'watch_title_comments' => 'همه بهروزرسانیها و نظرات',
|
||||||
'watch_desc_comments' => 'Notify upon all new pages, page changes and new comments.',
|
'watch_desc_comments' => 'در مورد تمام صفحات جدید، تغییرات در صفحات و ثبت نظرات جدید، اطلاع بده.',
|
||||||
'watch_desc_comments_page' => 'Notify upon page changes and new comments.',
|
'watch_desc_comments_page' => 'در مورد تغییرات در صفحه و ثبت نظرات جدید، اطلاع بده.',
|
||||||
'watch_change_default' => 'Change default notification preferences',
|
'watch_change_default' => 'تنظیمات پیشفرض اعلانها را تغییر دهید',
|
||||||
'watch_detail_ignore' => 'Ignoring notifications',
|
'watch_detail_ignore' => 'نادیده گرفتن اعلانها',
|
||||||
'watch_detail_new' => 'Watching for new pages',
|
'watch_detail_new' => 'نظارت بر صفحات جدید',
|
||||||
'watch_detail_updates' => 'Watching new pages and updates',
|
'watch_detail_updates' => 'نظارت بر صفحات جدید و بهروزرسانیها',
|
||||||
'watch_detail_comments' => 'Watching new pages, updates & comments',
|
'watch_detail_comments' => 'نظارت بر صفحات جدید، بهروزرسانیها و نظرات',
|
||||||
'watch_detail_parent_book' => 'Watching via parent book',
|
'watch_detail_parent_book' => 'نظارت از طریق کتاب والد',
|
||||||
'watch_detail_parent_book_ignore' => 'Ignoring via parent book',
|
'watch_detail_parent_book_ignore' => 'نادیده گرفتن (نظارت) از طریق کتاب والد',
|
||||||
'watch_detail_parent_chapter' => 'Watching via parent chapter',
|
'watch_detail_parent_chapter' => 'نظارت از طریق فصل والد',
|
||||||
'watch_detail_parent_chapter_ignore' => 'Ignoring via parent chapter',
|
'watch_detail_parent_chapter_ignore' => 'نادیده گرفتن (نظارت) از طریق فصل والد',
|
||||||
];
|
];
|
||||||
|
|
|
@ -44,21 +44,25 @@ return [
|
||||||
'cannot_get_image_from_url' => 'نمی توان تصویر را از :url دریافت کرد',
|
'cannot_get_image_from_url' => 'نمی توان تصویر را از :url دریافت کرد',
|
||||||
'cannot_create_thumbs' => 'سرور نمی تواند تصاویر کوچک ایجاد کند. لطفاً بررسی کنید که پسوند GD PHP را نصب کرده اید.',
|
'cannot_create_thumbs' => 'سرور نمی تواند تصاویر کوچک ایجاد کند. لطفاً بررسی کنید که پسوند GD PHP را نصب کرده اید.',
|
||||||
'server_upload_limit' => 'سرور اجازه آپلود در این اندازه را نمی دهد. لطفا اندازه فایل کوچکتر را امتحان کنید.',
|
'server_upload_limit' => 'سرور اجازه آپلود در این اندازه را نمی دهد. لطفا اندازه فایل کوچکتر را امتحان کنید.',
|
||||||
|
'server_post_limit' => 'The server cannot receive the provided amount of data. Try again with less data or a smaller file.',
|
||||||
'uploaded' => 'سرور اجازه آپلود در این اندازه را نمی دهد. لطفا اندازه فایل کوچکتر را امتحان کنید.',
|
'uploaded' => 'سرور اجازه آپلود در این اندازه را نمی دهد. لطفا اندازه فایل کوچکتر را امتحان کنید.',
|
||||||
|
|
||||||
// Drawing & Images
|
// Drawing & Images
|
||||||
'image_upload_error' => 'هنگام آپلود تصویر خطایی روی داد',
|
'image_upload_error' => 'هنگام آپلود تصویر خطایی روی داد',
|
||||||
'image_upload_type_error' => 'نوع تصویر در حال آپلود نامعتبر است',
|
'image_upload_type_error' => 'نوع تصویر در حال آپلود نامعتبر است',
|
||||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
'image_upload_replace_type' => 'جایگزینی فایل تصویری باید از یک نوع باشد',
|
||||||
|
'image_upload_memory_limit' => 'Failed to handle image upload and/or create thumbnails due to system resource limits.',
|
||||||
|
'image_thumbnail_memory_limit' => 'Failed to create image size variations due to system resource limits.',
|
||||||
|
'image_gallery_thumbnail_memory_limit' => 'Failed to create gallery thumbnails due to system resource limits.',
|
||||||
'drawing_data_not_found' => 'داده های طرح قابل بارگذاری نیستند. ممکن است فایل طرح دیگر وجود نداشته باشد یا شما به آن دسترسی نداشته باشید.',
|
'drawing_data_not_found' => 'داده های طرح قابل بارگذاری نیستند. ممکن است فایل طرح دیگر وجود نداشته باشد یا شما به آن دسترسی نداشته باشید.',
|
||||||
|
|
||||||
// Attachments
|
// Attachments
|
||||||
'attachment_not_found' => 'پیوست یافت نشد',
|
'attachment_not_found' => 'پیوست یافت نشد',
|
||||||
'attachment_upload_error' => 'An error occurred uploading the attachment file',
|
'attachment_upload_error' => 'هنگام آپلود فایل خطایی روی داد',
|
||||||
|
|
||||||
// Pages
|
// Pages
|
||||||
'page_draft_autosave_fail' => 'پیش نویس ذخیره نشد. قبل از ذخیره این صفحه مطمئن شوید که به اینترنت متصل هستید',
|
'page_draft_autosave_fail' => 'پیش نویس ذخیره نشد. قبل از ذخیره این صفحه مطمئن شوید که به اینترنت متصل هستید',
|
||||||
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
|
'page_draft_delete_fail' => 'حذف پیشنویس و همچنین بازآوری محتوای صفحه فعلی، ناموفق بود',
|
||||||
'page_custom_home_deletion' => 'وقتی صفحه ای به عنوان صفحه اصلی تنظیم شده است، نمی توان آن را حذف کرد',
|
'page_custom_home_deletion' => 'وقتی صفحه ای به عنوان صفحه اصلی تنظیم شده است، نمی توان آن را حذف کرد',
|
||||||
|
|
||||||
// Entities
|
// Entities
|
||||||
|
@ -112,5 +116,5 @@ return [
|
||||||
'maintenance_test_email_failure' => 'خطا در هنگام ارسال ایمیل آزمایشی:',
|
'maintenance_test_email_failure' => 'خطا در هنگام ارسال ایمیل آزمایشی:',
|
||||||
|
|
||||||
// HTTP errors
|
// HTTP errors
|
||||||
'http_ssr_url_no_match' => 'The URL does not match the configured allowed SSR hosts',
|
'http_ssr_url_no_match' => 'URL با میزبان های SSR مجاز پیکربندی شده، مطابقت ندارد',
|
||||||
];
|
];
|
||||||
|
|
|
@ -4,23 +4,23 @@
|
||||||
*/
|
*/
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'new_comment_subject' => 'New comment on page: :pageName',
|
'new_comment_subject' => 'نظر جدید در صفحه: :pageName',
|
||||||
'new_comment_intro' => 'A user has commented on a page in :appName:',
|
'new_comment_intro' => 'یک کاربر در بر روی صفحهای نظر ثبت کرده است :appName:',
|
||||||
'new_page_subject' => 'New page: :pageName',
|
'new_page_subject' => 'صفحه جدید: :pageName',
|
||||||
'new_page_intro' => 'A new page has been created in :appName:',
|
'new_page_intro' => 'یک صفحه جدید ایجاد شده است در :appName:',
|
||||||
'updated_page_subject' => 'Updated page: :pageName',
|
'updated_page_subject' => 'صفحه جدید: :pageName',
|
||||||
'updated_page_intro' => 'A page has been updated in :appName:',
|
'updated_page_intro' => 'یک صفحه جدید ایجاد شده است در :appName:',
|
||||||
'updated_page_debounce' => 'To prevent a mass of notifications, for a while you won\'t be sent notifications for further edits to this page by the same editor.',
|
'updated_page_debounce' => 'برای جلوگیری از انبوه اعلانها، برای مدتی اعلان ویرایشهایی که توسط همان ویرایشگر در این صفحه انجام میشود، ارسال نخواهد شد.',
|
||||||
|
|
||||||
'detail_page_name' => 'Page Name:',
|
'detail_page_name' => 'نام صفحه:',
|
||||||
'detail_commenter' => 'Commenter:',
|
'detail_commenter' => 'نظر دهنده:',
|
||||||
'detail_comment' => 'Comment:',
|
'detail_comment' => 'نظر:',
|
||||||
'detail_created_by' => 'Created By:',
|
'detail_created_by' => 'ایجاد شده توسط:',
|
||||||
'detail_updated_by' => 'Updated By:',
|
'detail_updated_by' => 'به روزرسانی شده توسط:',
|
||||||
|
|
||||||
'action_view_comment' => 'View Comment',
|
'action_view_comment' => 'مشاهده نظر',
|
||||||
'action_view_page' => 'View Page',
|
'action_view_page' => 'View Page',
|
||||||
|
|
||||||
'footer_reason' => 'This notification was sent to you because :link cover this type of activity for this item.',
|
'footer_reason' => 'This notification was sent to you because :link cover this type of activity for this item.',
|
||||||
'footer_reason_link' => 'your notification preferences',
|
'footer_reason_link' => 'تنظیمات اطلاعرسانی شما',
|
||||||
];
|
];
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'preferences' => 'Preferences',
|
'my_account' => 'My Account',
|
||||||
|
|
||||||
'shortcuts' => 'میانبرها',
|
'shortcuts' => 'میانبرها',
|
||||||
'shortcuts_interface' => 'میانبرهای صفحه کلید',
|
'shortcuts_interface' => 'UI Shortcut Preferences',
|
||||||
'shortcuts_toggle_desc' => 'در اینجا می توانید میانبرهای سیستم را که برای پیمایش و ... استفاده می شود، فعال یا غیرفعال کنید.',
|
'shortcuts_toggle_desc' => 'در اینجا می توانید میانبرهای سیستم را که برای پیمایش و ... استفاده می شود، فعال یا غیرفعال کنید.',
|
||||||
'shortcuts_customize_desc' => 'می توانید هر یک از میانبرهای زیر را سفارشی کنید. کافی است پس از انتخاب ورودی برای میانبر، کلید ترکیبی مورد نظر خود را فشار دهید.',
|
'shortcuts_customize_desc' => 'می توانید هر یک از میانبرهای زیر را سفارشی کنید. کافی است پس از انتخاب ورودی برای میانبر، کلید ترکیبی مورد نظر خود را فشار دهید.',
|
||||||
'shortcuts_toggle_label' => 'میانبرهای صفحه کلید فعال شد',
|
'shortcuts_toggle_label' => 'میانبرهای صفحه کلید فعال شد',
|
||||||
|
@ -17,17 +17,35 @@ return [
|
||||||
'shortcuts_save' => 'ذخیره کلیدهای میانبر',
|
'shortcuts_save' => 'ذخیره کلیدهای میانبر',
|
||||||
'shortcuts_overlay_desc' => 'توجه: هنگامی که میانبرها فعال هستند، یک رابط کمکی با فشار دادن "؟" در دسترس است که میانبرهای موجود برای اقداماتی که در حال حاضر روی صفحه قابل مشاهده است را برجسته میکند.',
|
'shortcuts_overlay_desc' => 'توجه: هنگامی که میانبرها فعال هستند، یک رابط کمکی با فشار دادن "؟" در دسترس است که میانبرهای موجود برای اقداماتی که در حال حاضر روی صفحه قابل مشاهده است را برجسته میکند.',
|
||||||
'shortcuts_update_success' => 'تنظیمات میانبر به روز شده است!',
|
'shortcuts_update_success' => 'تنظیمات میانبر به روز شده است!',
|
||||||
'shortcuts_overview_desc' => 'Manage keyboard shortcuts you can use to navigate the system user interface.',
|
'shortcuts_overview_desc' => 'مدیریت میانبرهای صفحه کلید برای پیمایش در رابط کاربری سیستم.',
|
||||||
|
|
||||||
'notifications' => 'Notification Preferences',
|
'notifications' => 'تنظیمات اطلاعرسانی',
|
||||||
'notifications_desc' => 'Control the email notifications you receive when certain activity is performed within the system.',
|
'notifications_desc' => 'تنظیمات اطلاعیههای ایمیلی هنگام انجام فعالیتهای خاص در سیستم.',
|
||||||
'notifications_opt_own_page_changes' => 'Notify upon changes to pages I own',
|
'notifications_opt_own_page_changes' => 'در صورت تغییرات در صفحاتی که متعلق به من است، اطلاع بده',
|
||||||
'notifications_opt_own_page_comments' => 'Notify upon comments on pages I own',
|
'notifications_opt_own_page_comments' => 'در صورت ثبت نظر در صفحاتی که متعلق به من است، اطلاع بده',
|
||||||
'notifications_opt_comment_replies' => 'Notify upon replies to my comments',
|
'notifications_opt_comment_replies' => 'پس از درج پاسخ به روی نظراتی که من ثبت کردهام، اطلاع بده',
|
||||||
'notifications_save' => 'Save Preferences',
|
'notifications_save' => 'ذخیره تنظیمات',
|
||||||
'notifications_update_success' => 'Notification preferences have been updated!',
|
'notifications_update_success' => 'تنظیمات اعلانها به روز شده است!',
|
||||||
'notifications_watched' => 'Watched & Ignored Items',
|
'notifications_watched' => 'موارد مشاهده و رد شده',
|
||||||
'notifications_watched_desc' => ' Below are the items that have custom watch preferences applied. To update your preferences for these, view the item then find the watch options in the sidebar.',
|
'notifications_watched_desc' => 'در زیر آیتمهایی وجود دارد که تنظیمات «نظارت» سفارشی بر آنها اعمال شده است. برای بهروزرسانی تنظیمات خود در مورد هر کدام از این آیتمها، روی آن کلیک کنید و سپس گزینهی «نظارت» را در نوار کناری پیدا کنید.',
|
||||||
|
|
||||||
'profile_overview_desc' => ' Manage your user profile details including preferred language and authentication options.',
|
'auth' => 'Access & Security',
|
||||||
|
'auth_change_password' => 'Change Password',
|
||||||
|
'auth_change_password_desc' => 'Change the password you use to log-in to the application. This must be at least 8 characters long.',
|
||||||
|
'auth_change_password_success' => 'Password has been updated!',
|
||||||
|
|
||||||
|
'profile' => 'Profile Details',
|
||||||
|
'profile_desc' => 'Manage the details of your account which represents you to other users, in addition to details that are used for communication and system personalisation.',
|
||||||
|
'profile_view_public' => 'View Public Profile',
|
||||||
|
'profile_name_desc' => 'Configure your display name which will be visible to other users in the system through the activity you perform, and content you own.',
|
||||||
|
'profile_email_desc' => 'This email will be used for notifications and, depending on active system authentication, system access.',
|
||||||
|
'profile_email_no_permission' => 'Unfortunately you don\'t have permission to change your email address. If you want to change this, you\'d need to ask an administrator to change this for you.',
|
||||||
|
'profile_avatar_desc' => 'Select an image which will be used to represent yourself to others in the system. Ideally this image should be square and about 256px in width and height.',
|
||||||
|
'profile_admin_options' => 'Administrator Options',
|
||||||
|
'profile_admin_options_desc' => 'Additional administrator-level options, like those to manage role assignments, can be found for your user account in the "Settings > Users" area of the application.',
|
||||||
|
|
||||||
|
'delete_account' => 'Delete Account',
|
||||||
|
'delete_my_account' => 'Delete My Account',
|
||||||
|
'delete_my_account_desc' => 'This will fully delete your user account from the system. You will not be able to recover this account or revert this action. Content you\'ve created, such as created pages and uploaded images, will remain.',
|
||||||
|
'delete_my_account_warning' => 'Are you sure you want to delete your account?',
|
||||||
];
|
];
|
||||||
|
|
|
@ -163,7 +163,7 @@ return [
|
||||||
'role_manage_settings' => 'تنظیمات برنامه را مدیریت کنید',
|
'role_manage_settings' => 'تنظیمات برنامه را مدیریت کنید',
|
||||||
'role_export_content' => 'صادرات محتوا',
|
'role_export_content' => 'صادرات محتوا',
|
||||||
'role_editor_change' => 'تغییر ویرایشگر صفحه',
|
'role_editor_change' => 'تغییر ویرایشگر صفحه',
|
||||||
'role_notifications' => 'Receive & manage notifications',
|
'role_notifications' => 'دریافت و مدیریت اعلانها',
|
||||||
'role_asset' => 'مجوزهای دارایی',
|
'role_asset' => 'مجوزهای دارایی',
|
||||||
'roles_system_warning' => 'توجه داشته باشید که دسترسی به هر یک از سه مجوز فوق میتواند به کاربر اجازه دهد تا امتیازات خود یا امتیازات دیگران را در سیستم تغییر دهد. فقط نقش هایی را با این مجوزها به کاربران مورد اعتماد اختصاص دهید.',
|
'roles_system_warning' => 'توجه داشته باشید که دسترسی به هر یک از سه مجوز فوق میتواند به کاربر اجازه دهد تا امتیازات خود یا امتیازات دیگران را در سیستم تغییر دهد. فقط نقش هایی را با این مجوزها به کاربران مورد اعتماد اختصاص دهید.',
|
||||||
'role_asset_desc' => 'این مجوزها دسترسی پیشفرض به داراییهای درون سیستم را کنترل میکنند. مجوزهای مربوط به کتابها، فصلها و صفحات این مجوزها را لغو میکنند.',
|
'role_asset_desc' => 'این مجوزها دسترسی پیشفرض به داراییهای درون سیستم را کنترل میکنند. مجوزهای مربوط به کتابها، فصلها و صفحات این مجوزها را لغو میکنند.',
|
||||||
|
@ -193,8 +193,8 @@ return [
|
||||||
'users_send_invite_text' => 'می توانید انتخاب کنید که برای این کاربر یک ایمیل دعوت نامه ارسال شود که به آنها امکان می دهد رمز عبور خود را تعیین کنند در غیر این صورت می توانید رمز عبور خود را تعیین کنید.',
|
'users_send_invite_text' => 'می توانید انتخاب کنید که برای این کاربر یک ایمیل دعوت نامه ارسال شود که به آنها امکان می دهد رمز عبور خود را تعیین کنند در غیر این صورت می توانید رمز عبور خود را تعیین کنید.',
|
||||||
'users_send_invite_option' => 'ارسال ایمیل دعوت کاربر',
|
'users_send_invite_option' => 'ارسال ایمیل دعوت کاربر',
|
||||||
'users_external_auth_id' => 'شناسه احراز هویت خارجی',
|
'users_external_auth_id' => 'شناسه احراز هویت خارجی',
|
||||||
'users_external_auth_id_desc' => 'این شناسه ای است که برای مطابقت با این کاربر هنگام برقراری ارتباط با سیستم احراز هویت خارجی شما استفاده می شود.',
|
'users_external_auth_id_desc' => 'When an external authentication system is in use (such as SAML2, OIDC or LDAP) this is the ID which links this BookStack user to the authentication system account. You can ignore this field if using the default email-based authentication.',
|
||||||
'users_password_warning' => 'فقط در صورتی که مایل به تغییر رمز عبور خود هستید، موارد زیر را پر کنید.',
|
'users_password_warning' => 'Only fill the below if you would like to change the password for this user.',
|
||||||
'users_system_public' => 'این کاربر نماینده هر کاربر مهمانی است که از نمونه شما بازدید می کند. نمی توان از آن برای ورود استفاده کرد اما به طور خودکار اختصاص داده می شود.',
|
'users_system_public' => 'این کاربر نماینده هر کاربر مهمانی است که از نمونه شما بازدید می کند. نمی توان از آن برای ورود استفاده کرد اما به طور خودکار اختصاص داده می شود.',
|
||||||
'users_delete' => 'حذف کاربر',
|
'users_delete' => 'حذف کاربر',
|
||||||
'users_delete_named' => 'حذف :userName',
|
'users_delete_named' => 'حذف :userName',
|
||||||
|
@ -210,12 +210,16 @@ return [
|
||||||
'users_preferred_language' => 'زبان ترجیحی',
|
'users_preferred_language' => 'زبان ترجیحی',
|
||||||
'users_preferred_language_desc' => 'این گزینه زبان مورد استفاده برای رابط کاربری برنامه را تغییر می دهد. این روی محتوای ایجاد شده توسط کاربر تأثیری نخواهد داشت.',
|
'users_preferred_language_desc' => 'این گزینه زبان مورد استفاده برای رابط کاربری برنامه را تغییر می دهد. این روی محتوای ایجاد شده توسط کاربر تأثیری نخواهد داشت.',
|
||||||
'users_social_accounts' => 'حساب های اجتماعی',
|
'users_social_accounts' => 'حساب های اجتماعی',
|
||||||
|
'users_social_accounts_desc' => 'View the status of the connected social accounts for this user. Social accounts can be used in addition to the primary authentication system for system access.',
|
||||||
'users_social_accounts_info' => 'در اینجا میتوانید حسابهای دیگر خود را برای ورود سریعتر و آسانتر متصل کنید. قطع ارتباط حساب در اینجا، دسترسی مجاز قبلی را لغو نمی کند. دسترسی را از تنظیمات نمایه خود در حساب اجتماعی متصل لغو کنید.',
|
'users_social_accounts_info' => 'در اینجا میتوانید حسابهای دیگر خود را برای ورود سریعتر و آسانتر متصل کنید. قطع ارتباط حساب در اینجا، دسترسی مجاز قبلی را لغو نمی کند. دسترسی را از تنظیمات نمایه خود در حساب اجتماعی متصل لغو کنید.',
|
||||||
'users_social_connect' => 'اتصال حساب کاربری',
|
'users_social_connect' => 'اتصال حساب کاربری',
|
||||||
'users_social_disconnect' => 'قطع حساب',
|
'users_social_disconnect' => 'قطع حساب',
|
||||||
|
'users_social_status_connected' => 'Connected',
|
||||||
|
'users_social_status_disconnected' => 'Disconnected',
|
||||||
'users_social_connected' => 'حساب :socialAccount با موفقیت به نمایه شما پیوست شد.',
|
'users_social_connected' => 'حساب :socialAccount با موفقیت به نمایه شما پیوست شد.',
|
||||||
'users_social_disconnected' => 'حساب :socialAccount با موفقیت از نمایه شما قطع شد.',
|
'users_social_disconnected' => 'حساب :socialAccount با موفقیت از نمایه شما قطع شد.',
|
||||||
'users_api_tokens' => 'توکنهای API',
|
'users_api_tokens' => 'توکنهای API',
|
||||||
|
'users_api_tokens_desc' => 'Create and manage the access tokens used to authenticate with the BookStack REST API. Permissions for the API are managed via the user that the token belongs to.',
|
||||||
'users_api_tokens_none' => 'هیچ نشانه API برای این کاربر ایجاد نشده است',
|
'users_api_tokens_none' => 'هیچ نشانه API برای این کاربر ایجاد نشده است',
|
||||||
'users_api_tokens_create' => 'ایجاد توکن',
|
'users_api_tokens_create' => 'ایجاد توکن',
|
||||||
'users_api_tokens_expires' => 'منقضی شده ها',
|
'users_api_tokens_expires' => 'منقضی شده ها',
|
||||||
|
@ -314,6 +318,7 @@ return [
|
||||||
'sv' => 'Svenska',
|
'sv' => 'Svenska',
|
||||||
'tr' => 'Türkçe',
|
'tr' => 'Türkçe',
|
||||||
'uk' => 'Українська',
|
'uk' => 'Українська',
|
||||||
|
'uz' => 'O‘zbekcha',
|
||||||
'vi' => 'Tiếng Việt',
|
'vi' => 'Tiếng Việt',
|
||||||
'zh_CN' => '简体中文',
|
'zh_CN' => '简体中文',
|
||||||
'zh_TW' => '繁體中文',
|
'zh_TW' => '繁體中文',
|
||||||
|
|
124
lang/fi/activities.php
Normal file
124
lang/fi/activities.php
Normal file
|
@ -0,0 +1,124 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Activity text strings.
|
||||||
|
* Is used for all the text within activity logs & notifications.
|
||||||
|
*/
|
||||||
|
return [
|
||||||
|
|
||||||
|
// Pages
|
||||||
|
'page_create' => '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',
|
||||||
|
'page_move_notification' => 'Page successfully moved',
|
||||||
|
|
||||||
|
// 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',
|
||||||
|
'chapter_move_notification' => 'Chapter successfully moved',
|
||||||
|
|
||||||
|
// 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',
|
||||||
|
|
||||||
|
// Revisions
|
||||||
|
'revision_restore' => 'restored revision',
|
||||||
|
'revision_delete' => 'deleted revision',
|
||||||
|
'revision_delete_notification' => 'Revision successfully deleted',
|
||||||
|
|
||||||
|
// Favourites
|
||||||
|
'favourite_add_notification' => '":name" has been added to your favourites',
|
||||||
|
'favourite_remove_notification' => '":name" has been removed from your favourites',
|
||||||
|
|
||||||
|
// Watching
|
||||||
|
'watch_update_level_notification' => 'Watch preferences successfully updated',
|
||||||
|
|
||||||
|
// Auth
|
||||||
|
'auth_login' => 'logged in',
|
||||||
|
'auth_register' => 'registered as new user',
|
||||||
|
'auth_password_reset_request' => 'requested user password reset',
|
||||||
|
'auth_password_reset_update' => 'reset user password',
|
||||||
|
'mfa_setup_method' => 'configured MFA method',
|
||||||
|
'mfa_setup_method_notification' => 'Multi-factor method successfully configured',
|
||||||
|
'mfa_remove_method' => 'removed MFA method',
|
||||||
|
'mfa_remove_method_notification' => 'Multi-factor method successfully removed',
|
||||||
|
|
||||||
|
// Settings
|
||||||
|
'settings_update' => 'updated settings',
|
||||||
|
'settings_update_notification' => 'Settings successfully updated',
|
||||||
|
'maintenance_action_run' => 'ran maintenance action',
|
||||||
|
|
||||||
|
// 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_create' => 'created user',
|
||||||
|
'user_create_notification' => 'User successfully created',
|
||||||
|
'user_update' => 'updated user',
|
||||||
|
'user_update_notification' => 'User successfully updated',
|
||||||
|
'user_delete' => 'deleted user',
|
||||||
|
'user_delete_notification' => 'User successfully removed',
|
||||||
|
|
||||||
|
// API Tokens
|
||||||
|
'api_token_create' => 'created api token',
|
||||||
|
'api_token_create_notification' => 'API token successfully created',
|
||||||
|
'api_token_update' => 'updated api token',
|
||||||
|
'api_token_update_notification' => 'API token successfully updated',
|
||||||
|
'api_token_delete' => 'deleted api token',
|
||||||
|
'api_token_delete_notification' => 'API token successfully deleted',
|
||||||
|
|
||||||
|
// Roles
|
||||||
|
'role_create' => 'created role',
|
||||||
|
'role_create_notification' => 'Role successfully created',
|
||||||
|
'role_update' => 'updated role',
|
||||||
|
'role_update_notification' => 'Role successfully updated',
|
||||||
|
'role_delete' => 'deleted role',
|
||||||
|
'role_delete_notification' => 'Role successfully deleted',
|
||||||
|
|
||||||
|
// Recycle Bin
|
||||||
|
'recycle_bin_empty' => 'emptied recycle bin',
|
||||||
|
'recycle_bin_restore' => 'restored from recycle bin',
|
||||||
|
'recycle_bin_destroy' => 'removed from recycle bin',
|
||||||
|
|
||||||
|
// Comments
|
||||||
|
'commented_on' => 'commented on',
|
||||||
|
'comment_create' => 'added comment',
|
||||||
|
'comment_update' => 'updated comment',
|
||||||
|
'comment_delete' => 'deleted comment',
|
||||||
|
|
||||||
|
// Other
|
||||||
|
'permissions_update' => 'updated permissions',
|
||||||
|
];
|
117
lang/fi/auth.php
Normal file
117
lang/fi/auth.php
Normal file
|
@ -0,0 +1,117 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Authentication Language Lines
|
||||||
|
* The following language lines are used during authentication for various
|
||||||
|
* messages that we need to display to the user.
|
||||||
|
*/
|
||||||
|
return [
|
||||||
|
|
||||||
|
'failed' => '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.',
|
||||||
|
];
|
110
lang/fi/common.php
Normal file
110
lang/fi/common.php
Normal file
|
@ -0,0 +1,110 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Common elements found throughout many areas of BookStack.
|
||||||
|
*/
|
||||||
|
return [
|
||||||
|
|
||||||
|
// Buttons
|
||||||
|
'cancel' => 'Cancel',
|
||||||
|
'close' => 'Close',
|
||||||
|
'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',
|
||||||
|
'manage' => 'Manage',
|
||||||
|
'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',
|
||||||
|
'open' => 'Open',
|
||||||
|
|
||||||
|
// 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',
|
||||||
|
];
|
46
lang/fi/components.php
Normal file
46
lang/fi/components.php
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Text used in custom JavaScript driven components.
|
||||||
|
*/
|
||||||
|
return [
|
||||||
|
|
||||||
|
// Image Manager
|
||||||
|
'image_select' => 'Image Select',
|
||||||
|
'image_list' => 'Image List',
|
||||||
|
'image_details' => 'Image Details',
|
||||||
|
'image_upload' => 'Upload Image',
|
||||||
|
'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
|
||||||
|
'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
|
||||||
|
'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_uploaded_by' => 'Uploaded by :userName',
|
||||||
|
'image_uploaded_to' => 'Uploaded to :pageLink',
|
||||||
|
'image_updated' => 'Updated :updateDate',
|
||||||
|
'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',
|
||||||
|
'image_dropzone_drop' => 'Drop images 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_replace' => 'Replace Image',
|
||||||
|
'image_replace_success' => 'Image file successfully updated',
|
||||||
|
'image_rebuild_thumbs' => 'Regenerate Size Variations',
|
||||||
|
'image_rebuild_thumbs_success' => 'Image size variations successfully rebuilt!',
|
||||||
|
|
||||||
|
// Code Editor
|
||||||
|
'code_editor' => 'Edit Code',
|
||||||
|
'code_language' => 'Code Language',
|
||||||
|
'code_content' => 'Code Content',
|
||||||
|
'code_session_history' => 'Session History',
|
||||||
|
'code_save' => 'Save Code',
|
||||||
|
];
|
174
lang/fi/editor.php
Normal file
174
lang/fi/editor.php
Normal file
|
@ -0,0 +1,174 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Page Editor Lines
|
||||||
|
* Contains text strings used within the user interface of the
|
||||||
|
* WYSIWYG page editor. Some Markdown editor strings may still
|
||||||
|
* exist in the 'entities' file instead since this was added later.
|
||||||
|
*/
|
||||||
|
return [
|
||||||
|
// General editor terms
|
||||||
|
'general' => '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',
|
||||||
|
];
|
433
lang/fi/entities.php
Normal file
433
lang/fi/entities.php
Normal file
|
@ -0,0 +1,433 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Text used for 'Entities' (Document Structure Elements) such as
|
||||||
|
* Books, Shelves, Chapters & Pages
|
||||||
|
*/
|
||||||
|
return [
|
||||||
|
|
||||||
|
// Shared
|
||||||
|
'recently_created' => '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 :count 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_permissions_create' => 'Shelf create permissions are only used for copying permissions to child books using the action below. They do not control the ability to create books.',
|
||||||
|
'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_desc' => 'Move chapters and pages within a book to reorganise its contents. Other books can be added which allows easy moving of chapters and pages between books.',
|
||||||
|
'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_sort_show_other_desc' => 'Add other books here to include them in the sort operation, and allow easy cross-book reorganisation.',
|
||||||
|
'books_sort_move_up' => 'Move Up',
|
||||||
|
'books_sort_move_down' => 'Move Down',
|
||||||
|
'books_sort_move_prev_book' => 'Move to Previous Book',
|
||||||
|
'books_sort_move_next_book' => 'Move to Next Book',
|
||||||
|
'books_sort_move_prev_chapter' => 'Move Into Previous Chapter',
|
||||||
|
'books_sort_move_next_chapter' => 'Move Into Next Chapter',
|
||||||
|
'books_sort_move_book_start' => 'Move to Start of Book',
|
||||||
|
'books_sort_move_book_end' => 'Move to End of Book',
|
||||||
|
'books_sort_move_before_chapter' => 'Move to Before Chapter',
|
||||||
|
'books_sort_move_after_chapter' => 'Move to After Chapter',
|
||||||
|
'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',
|
||||||
|
'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_delete_draft_confirm' => 'Are you sure you want to delete your draft page changes? All of your changes, since the last full save, will be lost and the editor will be updated with the latest page non-draft save state.',
|
||||||
|
'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_drawing_unsaved' => 'Unsaved Drawing Found',
|
||||||
|
'pages_drawing_unsaved_confirm' => 'Unsaved drawing data was found from a previous failed drawing save attempt. Would you like to restore and continue editing this unsaved drawing?',
|
||||||
|
'pages_not_in_chapter' => 'Page is not in a chapter',
|
||||||
|
'pages_move' => 'Move Page',
|
||||||
|
'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' => 'Jump to section in editor',
|
||||||
|
'pages_pointer_enter_mode' => 'Enter section select mode',
|
||||||
|
'pages_pointer_label' => 'Page Section Options',
|
||||||
|
'pages_pointer_permalink' => 'Page Section Permalink',
|
||||||
|
'pages_pointer_include_tag' => 'Page Section Include Tag',
|
||||||
|
'pages_pointer_toggle_link' => 'Permalink mode, Press to show include tag',
|
||||||
|
'pages_pointer_toggle_include' => 'Include tag mode, Press to show permalink',
|
||||||
|
'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_draft_deleted' => 'Draft deleted! The editor has been updated with the current page content',
|
||||||
|
'pages_specific' => 'Specific Page',
|
||||||
|
'pages_is_template' => 'Page Template',
|
||||||
|
|
||||||
|
// Editor Sidebar
|
||||||
|
'toggle_sidebar' => 'Toggle 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_upload' => 'Upload File',
|
||||||
|
'attachments_link' => 'Attach Link',
|
||||||
|
'attachments_upload_drop' => 'Alternatively you can drag and drop a file here to upload it as an attachment.',
|
||||||
|
'attachments_set_link' => 'Set Link',
|
||||||
|
'attachments_delete' => 'Are you sure you want to delete this attachment?',
|
||||||
|
'attachments_dropzone' => 'Drop files here to upload',
|
||||||
|
'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_new' => 'New Comment',
|
||||||
|
'comment_created' => 'commented :createDiff',
|
||||||
|
'comment_updated' => 'Updated :updateDiff by :username',
|
||||||
|
'comment_updated_indicator' => 'Updated',
|
||||||
|
'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',
|
||||||
|
'comment_editor_explain' => 'Here are the comments that have been left on this page. Comments can be added & managed when viewing the saved page.',
|
||||||
|
|
||||||
|
// 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_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.',
|
||||||
|
|
||||||
|
// Watch Options
|
||||||
|
'watch' => 'Watch',
|
||||||
|
'watch_title_default' => 'Default Preferences',
|
||||||
|
'watch_desc_default' => 'Revert watching to just your default notification preferences.',
|
||||||
|
'watch_title_ignore' => 'Ignore',
|
||||||
|
'watch_desc_ignore' => 'Ignore all notifications, including those from user-level preferences.',
|
||||||
|
'watch_title_new' => 'New Pages',
|
||||||
|
'watch_desc_new' => 'Notify when any new page is created within this item.',
|
||||||
|
'watch_title_updates' => 'All Page Updates',
|
||||||
|
'watch_desc_updates' => 'Notify upon all new pages and page changes.',
|
||||||
|
'watch_desc_updates_page' => 'Notify upon all page changes.',
|
||||||
|
'watch_title_comments' => 'All Page Updates & Comments',
|
||||||
|
'watch_desc_comments' => 'Notify upon all new pages, page changes and new comments.',
|
||||||
|
'watch_desc_comments_page' => 'Notify upon page changes and new comments.',
|
||||||
|
'watch_change_default' => 'Change default notification preferences',
|
||||||
|
'watch_detail_ignore' => 'Ignoring notifications',
|
||||||
|
'watch_detail_new' => 'Watching for new pages',
|
||||||
|
'watch_detail_updates' => 'Watching new pages and updates',
|
||||||
|
'watch_detail_comments' => 'Watching new pages, updates & comments',
|
||||||
|
'watch_detail_parent_book' => 'Watching via parent book',
|
||||||
|
'watch_detail_parent_book_ignore' => 'Ignoring via parent book',
|
||||||
|
'watch_detail_parent_chapter' => 'Watching via parent chapter',
|
||||||
|
'watch_detail_parent_chapter_ignore' => 'Ignoring via parent chapter',
|
||||||
|
];
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user