mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Updated translations with latest Crowdin changes (#4256)
This commit is contained in:
parent
7f98906b0f
commit
63f03046b3
@ -15,6 +15,7 @@ return [
|
||||
'page_restore' => 'تمت استعادة الصفحة',
|
||||
'page_restore_notification' => 'تمت استعادة الصفحة بنجاح',
|
||||
'page_move' => 'تم نقل الصفحة',
|
||||
'page_move_notification' => 'Page successfully moved',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'تم إنشاء فصل',
|
||||
@ -24,6 +25,7 @@ return [
|
||||
'chapter_delete' => 'تم حذف الفصل',
|
||||
'chapter_delete_notification' => 'تم حذف الفصل بنجاح',
|
||||
'chapter_move' => 'تم نقل الفصل',
|
||||
'chapter_move_notification' => 'Chapter successfully moved',
|
||||
|
||||
// Books
|
||||
'book_create' => 'تم إنشاء كتاب',
|
||||
@ -47,14 +49,30 @@ return [
|
||||
'bookshelf_delete' => 'تم حذف الرف',
|
||||
'bookshelf_delete_notification' => 'تم حذف الرف بنجاح',
|
||||
|
||||
// Revisions
|
||||
'revision_restore' => 'restored revision',
|
||||
'revision_delete' => 'deleted revision',
|
||||
'revision_delete_notification' => 'Revision successfully deleted',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => 'تم إضافة ":name" إلى المفضلة لديك',
|
||||
'favourite_remove_notification' => 'تم إزالة ":name" من المفضلة لديك',
|
||||
|
||||
// MFA
|
||||
// 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' => 'تم تكوين طريقة متعددة العوامل بنجاح',
|
||||
'mfa_remove_method' => 'removed MFA method',
|
||||
'mfa_remove_method_notification' => 'تمت إزالة طريقة متعددة العوامل بنجاح',
|
||||
|
||||
// Settings
|
||||
'settings_update' => 'updated settings',
|
||||
'settings_update_notification' => 'Settings successfully updated',
|
||||
'maintenance_action_run' => 'ran maintenance action',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'تم إنشاء webhook',
|
||||
'webhook_create_notification' => 'تم إنشاء Webhook بنجاح',
|
||||
@ -64,14 +82,34 @@ return [
|
||||
'webhook_delete_notification' => 'تم حذف Webhook بنجاح',
|
||||
|
||||
// Users
|
||||
'user_create' => 'created user',
|
||||
'user_create_notification' => 'User successfully created',
|
||||
'user_update' => 'updated user',
|
||||
'user_update_notification' => 'تم تحديث المستخدم بنجاح',
|
||||
'user_delete' => 'deleted user',
|
||||
'user_delete_notification' => 'تم إزالة المستخدم بنجاح',
|
||||
|
||||
// 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',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'تم التعليق',
|
||||
'permissions_update' => 'تحديث الأذونات',
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'إلغاء',
|
||||
'close' => 'Close',
|
||||
'confirm' => 'تأكيد',
|
||||
'back' => 'رجوع',
|
||||
'save' => 'حفظ',
|
||||
|
@ -6,6 +6,8 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'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.',
|
||||
@ -15,6 +17,9 @@ return [
|
||||
'image_page_title' => 'عرض الصور المرفوعة لهذه الصفحة',
|
||||
'image_search_hint' => 'البحث باستخدام اسم الصورة',
|
||||
'image_uploaded' => 'وقت الرفع :uploadedDate',
|
||||
'image_uploaded_by' => 'Uploaded by :userName',
|
||||
'image_uploaded_to' => 'Uploaded to :pageLink',
|
||||
'image_updated' => 'Updated :updateDate',
|
||||
'image_load_more' => 'المزيد',
|
||||
'image_image_name' => 'اسم الصورة',
|
||||
'image_delete_used' => 'هذه الصورة مستخدمة بالصفحات أدناه.',
|
||||
@ -27,6 +32,8 @@ return [
|
||||
'image_upload_success' => 'تم رفع الصورة بنجاح',
|
||||
'image_update_success' => 'تم تحديث تفاصيل الصورة بنجاح',
|
||||
'image_delete_success' => 'تم حذف الصورة بنجاح',
|
||||
'image_replace' => 'Replace Image',
|
||||
'image_replace_success' => 'Image file successfully updated',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'تعديل الشفرة',
|
||||
|
@ -180,7 +180,6 @@ return [
|
||||
'chapters_save' => 'حفظ الفصل',
|
||||
'chapters_move' => 'نقل الفصل',
|
||||
'chapters_move_named' => 'نقل فصل :chapterName',
|
||||
'chapter_move_success' => 'تم نقل الفصل إلى :bookName',
|
||||
'chapters_copy' => 'Copy Chapter',
|
||||
'chapters_copy_success' => 'Chapter successfully copied',
|
||||
'chapters_permissions' => 'أذونات الفصل',
|
||||
@ -214,6 +213,7 @@ return [
|
||||
'pages_editing_page' => 'الصفحة قيد التعديل',
|
||||
'pages_edit_draft_save_at' => 'تم خفظ المسودة في ',
|
||||
'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_discard_draft' => 'التخلص من المسودة',
|
||||
'pages_edit_switch_to_markdown' => 'Switch to Markdown Editor',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Clean Content)',
|
||||
@ -240,7 +240,6 @@ return [
|
||||
'pages_md_sync_scroll' => 'Sync preview scroll',
|
||||
'pages_not_in_chapter' => 'صفحة ليست في فصل',
|
||||
'pages_move' => 'نقل الصفحة',
|
||||
'pages_move_success' => 'تم نقل الصفحة إلى ":parentName"',
|
||||
'pages_copy' => 'نسخ الصفحة',
|
||||
'pages_copy_desination' => 'نسخ مكان الوصول',
|
||||
'pages_copy_success' => 'تم نسخ الصفحة بنجاح',
|
||||
@ -266,7 +265,13 @@ return [
|
||||
'pages_revisions_restore' => 'استرجاع',
|
||||
'pages_revisions_none' => 'لا توجد مراجعات لهذه الصفحة',
|
||||
'pages_copy_link' => 'نسخ الرابط',
|
||||
'pages_edit_content_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' => 'أذونات الصفحة مفعلة',
|
||||
'pages_initial_revision' => 'نشر مبدئي',
|
||||
'pages_references_update_revision' => 'System auto-update of internal links',
|
||||
@ -281,7 +286,8 @@ return [
|
||||
'time_b' => 'في آخر :minCount دقيقة/دقائق',
|
||||
'message' => 'وقت البدء: احرص على عدم الكتابة فوق تحديثات بعضنا البعض!',
|
||||
],
|
||||
'pages_draft_discarded' => 'تم التخلص من المسودة وتحديث المحرر بمحتوى الصفحة الحالي',
|
||||
'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' => 'صفحة محددة',
|
||||
'pages_is_template' => 'قالب الصفحة',
|
||||
|
||||
@ -356,21 +362,20 @@ return [
|
||||
'comment_placeholder' => 'ضع تعليقاً هنا',
|
||||
'comment_count' => '{0} لا توجد تعليقات|{1} تعليق واحد|{2} تعليقان[3,*] :count تعليقات',
|
||||
'comment_save' => 'حفظ التعليق',
|
||||
'comment_saving' => 'جار حفظ التعليق...',
|
||||
'comment_deleting' => 'جار حذف التعليق...',
|
||||
'comment_new' => 'تعليق جديد',
|
||||
'comment_created' => 'تم التعليق :createDiff',
|
||||
'comment_updated' => 'تم التحديث :updateDiff بواسطة :username',
|
||||
'comment_updated_indicator' => 'Updated',
|
||||
'comment_deleted_success' => 'تم حذف التعليق',
|
||||
'comment_created_success' => 'تمت إضافة التعليق',
|
||||
'comment_updated_success' => 'تم تحديث التعليق',
|
||||
'comment_delete_confirm' => 'تأكيد حذف التعليق؟',
|
||||
'comment_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' => 'هل أنت متأكد من أنك تريد حذف هذه المراجعة؟',
|
||||
'revision_restore_confirm' => 'هل أنت متأكد من أنك تريد استعادة هذه المراجعة؟ سيتم استبدال محتوى الصفحة الحالية.',
|
||||
'revision_delete_success' => 'تم حذف المراجعة',
|
||||
'revision_cannot_delete_latest' => 'لايمكن حذف آخر مراجعة.',
|
||||
|
||||
// Copy view
|
||||
|
@ -49,6 +49,7 @@ return [
|
||||
// Drawing & Images
|
||||
'image_upload_error' => 'حدث خطأ خلال رفع الصورة',
|
||||
'image_upload_type_error' => 'صيغة الصورة المرفوعة غير صالحة',
|
||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
||||
'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
|
||||
@ -57,6 +58,7 @@ return [
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'فشل حفظ المسودة. الرجاء التأكد من وجود اتصال بالإنترنت قبل حفظ الصفحة',
|
||||
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
|
||||
'page_custom_home_deletion' => 'لا يمكن حذف الصفحة إذا كانت محددة كصفحة رئيسية',
|
||||
|
||||
// Entities
|
||||
|
@ -9,7 +9,6 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'الإعدادات',
|
||||
'settings_save' => 'حفظ الإعدادات',
|
||||
'settings_save_success' => 'تم حفظ الإعدادات',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
@ -232,8 +231,6 @@ return [
|
||||
'user_api_token_expiry' => 'تاريخ انتهاء الصلاحية',
|
||||
'user_api_token_expiry_desc' => 'حدد التاريخ الذي تنتهي فيه صلاحية هذا الرمز. بعد هذا التاريخ ، لن تعمل الطلبات المقدمة باستخدام هذا الرمز. سيؤدي ترك هذا الحقل فارغًا إلى تعيين انتهاء صلاحية لمدة 100 عام في المستقبل.',
|
||||
'user_api_token_create_secret_message' => 'عقب إنشاء هذا الرمز مباشرة، سيتم إنشاء "مُعرّف الرمز" و "رمز سري" وعرضهما. وسيتم عرض الرمز السري لمرة واحدة فقط ، لذا تأكد من نسخ قيمة هذا الرمز إلى مكان آمن ومضمون قبل المتابعة.',
|
||||
'user_api_token_create_success' => 'تم إنشاء رمز الـ API بنجاح',
|
||||
'user_api_token_update_success' => 'تم تحديث رمز الـ API بنجاح',
|
||||
'user_api_token' => 'رمز الـ API',
|
||||
'user_api_token_id' => 'مُعرّف الرمز',
|
||||
'user_api_token_id_desc' => 'هذا مُعرّف تم إنشاؤه بواسطة النظام غير قابل للتحرير لهذا الرمز والذي يجب توفيره في طلبات API.',
|
||||
@ -244,7 +241,6 @@ return [
|
||||
'user_api_token_delete' => 'حذف الرمز',
|
||||
'user_api_token_delete_warning' => 'سيؤدي هذا إلى حذف رمز API المُشار إليه بالكامل باسم \'اسم الرمز\' من النظام.',
|
||||
'user_api_token_delete_confirm' => 'هل أنت متأكد من أنك تريد حذف رمز API؟',
|
||||
'user_api_token_delete_success' => 'تم حذف رمز الـ API بنجاح',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
|
@ -15,6 +15,7 @@ return [
|
||||
'page_restore' => 'възстановена страница',
|
||||
'page_restore_notification' => 'Страницата е възстановена успешно',
|
||||
'page_move' => 'преместена страница',
|
||||
'page_move_notification' => 'Page successfully moved',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'създадена глава',
|
||||
@ -24,6 +25,7 @@ return [
|
||||
'chapter_delete' => 'изтрита глава',
|
||||
'chapter_delete_notification' => 'Успешно изтрита глава',
|
||||
'chapter_move' => 'преместена глава',
|
||||
'chapter_move_notification' => 'Chapter successfully moved',
|
||||
|
||||
// Books
|
||||
'book_create' => 'създадена книга',
|
||||
@ -47,14 +49,30 @@ return [
|
||||
'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" е добавен към любими успешно',
|
||||
'favourite_remove_notification' => '":name" е премахнат от любими успешно',
|
||||
|
||||
// MFA
|
||||
// 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' => 'Многофакторният метод е конфигуриран успешно',
|
||||
'mfa_remove_method' => 'removed MFA method',
|
||||
'mfa_remove_method_notification' => 'Многофакторният метод е премахнат успешно',
|
||||
|
||||
// Settings
|
||||
'settings_update' => 'updated settings',
|
||||
'settings_update_notification' => 'Settings successfully updated',
|
||||
'maintenance_action_run' => 'ran maintenance action',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'създадена уебкука',
|
||||
'webhook_create_notification' => 'Уебкуката е създадена успешно',
|
||||
@ -64,14 +82,34 @@ return [
|
||||
'webhook_delete_notification' => 'Уебкуката е изтрита успешно',
|
||||
|
||||
// Users
|
||||
'user_create' => 'created user',
|
||||
'user_create_notification' => 'User successfully created',
|
||||
'user_update' => 'updated user',
|
||||
'user_update_notification' => 'Потребителят е обновен успешно',
|
||||
'user_delete' => 'deleted user',
|
||||
'user_delete_notification' => 'Потребителят е премахнат успешно',
|
||||
|
||||
// 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_update' => 'updated role',
|
||||
'role_update_notification' => 'Успешно обновена роля',
|
||||
'role_delete' => 'deleted role',
|
||||
'role_delete_notification' => 'Успешно изтрита роля',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin_empty' => 'emptied recycle bin',
|
||||
'recycle_bin_restore' => 'restored from recycle bin',
|
||||
'recycle_bin_destroy' => 'removed from recycle bin',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'коментирано на',
|
||||
'permissions_update' => 'обновени права',
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Отказ',
|
||||
'close' => 'Close',
|
||||
'confirm' => 'Потвърждаване',
|
||||
'back' => 'Назад',
|
||||
'save' => 'Запис',
|
||||
|
@ -6,6 +6,8 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'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.',
|
||||
@ -15,6 +17,9 @@ return [
|
||||
'image_page_title' => 'Виж изображенията прикачени към страницата',
|
||||
'image_search_hint' => 'Търси по име на картина',
|
||||
'image_uploaded' => 'Качено :uploadedDate',
|
||||
'image_uploaded_by' => 'Uploaded by :userName',
|
||||
'image_uploaded_to' => 'Uploaded to :pageLink',
|
||||
'image_updated' => 'Updated :updateDate',
|
||||
'image_load_more' => 'Зареди повече',
|
||||
'image_image_name' => 'Име на изображението',
|
||||
'image_delete_used' => 'Това изображение е използвано в страницата по-долу.',
|
||||
@ -27,6 +32,8 @@ return [
|
||||
'image_upload_success' => 'Изображението бе качено успешно',
|
||||
'image_update_success' => 'Данните за изобтажението са обновенни успешно',
|
||||
'image_delete_success' => 'Изображението е успешно изтрито',
|
||||
'image_replace' => 'Replace Image',
|
||||
'image_replace_success' => 'Image file successfully updated',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Редактиране на кода',
|
||||
|
@ -180,7 +180,6 @@ return [
|
||||
'chapters_save' => 'Запази глава',
|
||||
'chapters_move' => 'Премести глава',
|
||||
'chapters_move_named' => 'Премести глава :chapterName',
|
||||
'chapter_move_success' => 'Главата беше преместена в :bookName',
|
||||
'chapters_copy' => 'Копирай главата',
|
||||
'chapters_copy_success' => 'Главата е копирана успешно',
|
||||
'chapters_permissions' => 'Настойки за достъп на главата',
|
||||
@ -214,6 +213,7 @@ return [
|
||||
'pages_editing_page' => 'Редактиране на страница',
|
||||
'pages_edit_draft_save_at' => 'Черновата е запазена в ',
|
||||
'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_discard_draft' => 'Отхвърляне на черновата',
|
||||
'pages_edit_switch_to_markdown' => 'Switch to Markdown Editor',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Clean Content)',
|
||||
@ -240,7 +240,6 @@ return [
|
||||
'pages_md_sync_scroll' => 'Sync preview scroll',
|
||||
'pages_not_in_chapter' => 'Страницата не принадлежи в никоя глава',
|
||||
'pages_move' => 'Премести страницата',
|
||||
'pages_move_success' => 'Страницата беше преместена в ":parentName"',
|
||||
'pages_copy' => 'Копиране на страницата',
|
||||
'pages_copy_desination' => 'Копиране на дестинацията',
|
||||
'pages_copy_success' => 'Страницата беше успешно копирана',
|
||||
@ -266,7 +265,13 @@ return [
|
||||
'pages_revisions_restore' => 'Възстановяване',
|
||||
'pages_revisions_none' => 'Тази страница няма ревизии',
|
||||
'pages_copy_link' => 'Копирай връзката',
|
||||
'pages_edit_content_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' => 'Настройките за достъп до страницата са активни',
|
||||
'pages_initial_revision' => 'Първо публикуване',
|
||||
'pages_references_update_revision' => 'System auto-update of internal links',
|
||||
@ -281,7 +286,8 @@ return [
|
||||
'time_b' => 'в последните :minCount минути',
|
||||
'message' => ':start :time. Внимавайте да не попречите на актуализацията на другия!',
|
||||
],
|
||||
'pages_draft_discarded' => 'Черновата беше отхърлена, Редактора беше обновен с актуалното съдържание на страницата',
|
||||
'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' => 'Определена страница',
|
||||
'pages_is_template' => 'Шаблон на страницата',
|
||||
|
||||
@ -356,21 +362,20 @@ return [
|
||||
'comment_placeholder' => 'Напишете коментар',
|
||||
'comment_count' => '{0} Няма коментари|{1} 1 коментар|[2,*] :count коментара',
|
||||
'comment_save' => 'Запази коментар',
|
||||
'comment_saving' => 'Запазване на коментар...',
|
||||
'comment_deleting' => 'Изтриване на коментар...',
|
||||
'comment_new' => 'Нов коментар',
|
||||
'comment_created' => 'коментирано :createDiff',
|
||||
'comment_updated' => 'Актуализирано :updateDiff от :username',
|
||||
'comment_updated_indicator' => 'Updated',
|
||||
'comment_deleted_success' => 'Коментарът е изтрит',
|
||||
'comment_created_success' => 'Коментарът е добавен',
|
||||
'comment_updated_success' => 'Коментарът е обновен',
|
||||
'comment_delete_confirm' => 'Наистина ли искате да изтриете този коментар?',
|
||||
'comment_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' => 'Наистина ли искате да изтриете тази версия?',
|
||||
'revision_restore_confirm' => 'Сигурни ли сте, че искате да изтриете тази версия? Настоящата страница ще бъде заместена.',
|
||||
'revision_delete_success' => 'Версията беше изтрита',
|
||||
'revision_cannot_delete_latest' => 'Не може да изтриете последната версия.',
|
||||
|
||||
// Copy view
|
||||
|
@ -49,6 +49,7 @@ return [
|
||||
// Drawing & Images
|
||||
'image_upload_error' => 'Възникна грешка при качването на изображението',
|
||||
'image_upload_type_error' => 'Типът на качваното изображение е невалиден',
|
||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
||||
'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
|
||||
@ -57,6 +58,7 @@ return [
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'Неуспешно запазване на черновата. Увери се, че имаш свързаност с интернет преди да запазиш страницата',
|
||||
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
|
||||
'page_custom_home_deletion' => 'Не мога да изтрия страницата, докато е настроена като начална',
|
||||
|
||||
// Entities
|
||||
|
@ -9,7 +9,6 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'Настройки',
|
||||
'settings_save' => 'Запази настройките',
|
||||
'settings_save_success' => 'Настройките са записани',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
@ -232,8 +231,6 @@ return [
|
||||
'user_api_token_expiry' => 'Дата на изтичане',
|
||||
'user_api_token_expiry_desc' => 'Настрой дата на изтичане на този маркер. След тази дата, заявки направени с този маркер вече няма да работят. Ако оставиш това поле празно, маркерът ще изтече след 100 години.',
|
||||
'user_api_token_create_secret_message' => 'Веднага след създаването на този маркер ще се генерират и покажат "Номер на маркер" и "Тайна на маркер". Тайната ще бъде показана само веднъж, така че се увери, че си я копирал на сигурно място, преди да продължиш.',
|
||||
'user_api_token_create_success' => 'API маркерът е създаден успешно',
|
||||
'user_api_token_update_success' => 'API маркерът е редактиран успешно',
|
||||
'user_api_token' => 'API маркер',
|
||||
'user_api_token_id' => 'Номер на маркер',
|
||||
'user_api_token_id_desc' => 'Това е нередактируем, системно генериран идентификатор за този маркер, който ще бъде необходимо да бъде предоставян в API заявките.',
|
||||
@ -244,7 +241,6 @@ return [
|
||||
'user_api_token_delete' => 'Изтрий маркер',
|
||||
'user_api_token_delete_warning' => 'Това ще изтрие напълно API маркерът с име \':tokenName\' от системата.',
|
||||
'user_api_token_delete_confirm' => 'Сигурен/на ли си, че искаш да изтриеш този API маркер?',
|
||||
'user_api_token_delete_success' => 'API маркерът е изтрит успешно',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Уебкука',
|
||||
|
@ -15,6 +15,7 @@ return [
|
||||
'page_restore' => 'je vratio/la stranicu',
|
||||
'page_restore_notification' => 'Page successfully restored',
|
||||
'page_move' => 'je premjestio/la stranicu',
|
||||
'page_move_notification' => 'Page successfully moved',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'je kreirao/la poglavlje',
|
||||
@ -24,6 +25,7 @@ return [
|
||||
'chapter_delete' => 'je izbrisao/la poglavlje',
|
||||
'chapter_delete_notification' => 'Chapter successfully deleted',
|
||||
'chapter_move' => 'je premjestio/la poglavlje',
|
||||
'chapter_move_notification' => 'Chapter successfully moved',
|
||||
|
||||
// Books
|
||||
'book_create' => 'je kreirao/la knjigu',
|
||||
@ -47,14 +49,30 @@ return [
|
||||
'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" je dodan u tvoje favorite',
|
||||
'favourite_remove_notification' => '":name" je uklonjen iz tvojih favorita',
|
||||
|
||||
// MFA
|
||||
// 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',
|
||||
@ -64,14 +82,34 @@ return [
|
||||
'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',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'je komentarisao/la na',
|
||||
'permissions_update' => 'je ažurirao/la dozvole',
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Otkaži',
|
||||
'close' => 'Close',
|
||||
'confirm' => 'Potvrdi',
|
||||
'back' => 'Nazad',
|
||||
'save' => 'Spremi',
|
||||
|
@ -6,6 +6,8 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Biraj sliku',
|
||||
'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.',
|
||||
@ -15,6 +17,9 @@ return [
|
||||
'image_page_title' => 'Pogledaj slike prenesene na ovu stranicu',
|
||||
'image_search_hint' => 'Traži po nazivu slike',
|
||||
'image_uploaded' => 'Preneseno :uploadedDate',
|
||||
'image_uploaded_by' => 'Uploaded by :userName',
|
||||
'image_uploaded_to' => 'Uploaded to :pageLink',
|
||||
'image_updated' => 'Updated :updateDate',
|
||||
'image_load_more' => 'Učitaj još',
|
||||
'image_image_name' => 'Naziv slike',
|
||||
'image_delete_used' => 'Ova slika se koristi na stranicama prikazanim ispod.',
|
||||
@ -27,6 +32,8 @@ return [
|
||||
'image_upload_success' => 'Slika uspješno učitana',
|
||||
'image_update_success' => 'Detalji slike uspješno ažurirani',
|
||||
'image_delete_success' => 'Slika uspješno izbrisana',
|
||||
'image_replace' => 'Replace Image',
|
||||
'image_replace_success' => 'Image file successfully updated',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Uredi Kod',
|
||||
|
@ -180,7 +180,6 @@ return [
|
||||
'chapters_save' => 'Spremi poglavlje',
|
||||
'chapters_move' => 'Premjesti poglavlje',
|
||||
'chapters_move_named' => 'Premjesti poglavlje :chapterName',
|
||||
'chapter_move_success' => 'Poglavlje premješteno u :bookName',
|
||||
'chapters_copy' => 'Copy Chapter',
|
||||
'chapters_copy_success' => 'Chapter successfully copied',
|
||||
'chapters_permissions' => 'Dozvole poglavlja',
|
||||
@ -214,6 +213,7 @@ return [
|
||||
'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)',
|
||||
@ -240,7 +240,6 @@ return [
|
||||
'pages_md_sync_scroll' => 'Sync preview scroll',
|
||||
'pages_not_in_chapter' => 'Page is not in a chapter',
|
||||
'pages_move' => 'Move Page',
|
||||
'pages_move_success' => 'Page moved to ":parentName"',
|
||||
'pages_copy' => 'Copy Page',
|
||||
'pages_copy_desination' => 'Copy Destination',
|
||||
'pages_copy_success' => 'Page successfully copied',
|
||||
@ -266,7 +265,13 @@ return [
|
||||
'pages_revisions_restore' => 'Vrati',
|
||||
'pages_revisions_none' => 'Ova stranica nema promjena',
|
||||
'pages_copy_link' => 'Iskopiraj link',
|
||||
'pages_edit_content_link' => 'Uredi sadržaj',
|
||||
'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' => 'Dozvole za stranicu su aktivne',
|
||||
'pages_initial_revision' => 'Prvo izdavanje',
|
||||
'pages_references_update_revision' => 'System auto-update of internal links',
|
||||
@ -281,7 +286,8 @@ return [
|
||||
'time_b' => 'u posljednjih :minCount minuta',
|
||||
'message' => ':start :time. Pazite da jedni drugima ne prepišete promjene!',
|
||||
],
|
||||
'pages_draft_discarded' => 'Skica je odbačena, uređivač je ažuriran sa trenutnim sadržajem stranice',
|
||||
'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' => 'Specifična stranica',
|
||||
'pages_is_template' => 'Predložak stranice',
|
||||
|
||||
@ -356,21 +362,20 @@ return [
|
||||
'comment_placeholder' => 'Leave a comment here',
|
||||
'comment_count' => '{0} No Comments|{1} 1 Comment|[2,*] :count Comments',
|
||||
'comment_save' => 'Save Comment',
|
||||
'comment_saving' => 'Saving comment...',
|
||||
'comment_deleting' => 'Deleting comment...',
|
||||
'comment_new' => 'New Comment',
|
||||
'comment_created' => 'commented :createDiff',
|
||||
'comment_updated' => 'Updated :updateDiff by :username',
|
||||
'comment_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_delete_success' => 'Revision deleted',
|
||||
'revision_cannot_delete_latest' => 'Cannot delete the latest revision.',
|
||||
|
||||
// Copy view
|
||||
|
@ -49,6 +49,7 @@ return [
|
||||
// Drawing & Images
|
||||
'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_replace_type' => 'Image file replacements must be of the same type',
|
||||
'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
|
||||
@ -57,6 +58,7 @@ return [
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'Snimanje skice nije uspjelo. Provjerite da ste povezani na internet prije snimanja ove stranice',
|
||||
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
|
||||
'page_custom_home_deletion' => 'Stranicu nije moguće izbrisati dok se koristi kao početna stranica',
|
||||
|
||||
// Entities
|
||||
|
@ -9,7 +9,6 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'Settings',
|
||||
'settings_save' => 'Save Settings',
|
||||
'settings_save_success' => 'Settings saved',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
@ -232,8 +231,6 @@ return [
|
||||
'user_api_token_expiry' => 'Expiry Date',
|
||||
'user_api_token_expiry_desc' => 'Set a date at which this token expires. After this date, requests made using this token will no longer work. Leaving this field blank will set an expiry 100 years into the future.',
|
||||
'user_api_token_create_secret_message' => 'Immediately after creating this token a "Token ID" & "Token Secret" will be generated and displayed. The secret will only be shown a single time so be sure to copy the value to somewhere safe and secure before proceeding.',
|
||||
'user_api_token_create_success' => 'API token successfully created',
|
||||
'user_api_token_update_success' => 'API token successfully updated',
|
||||
'user_api_token' => 'API Token',
|
||||
'user_api_token_id' => 'Token ID',
|
||||
'user_api_token_id_desc' => 'This is a non-editable system generated identifier for this token which will need to be provided in API requests.',
|
||||
@ -244,7 +241,6 @@ return [
|
||||
'user_api_token_delete' => 'Delete Token',
|
||||
'user_api_token_delete_warning' => 'This will fully delete this API token with the name \':tokenName\' from the system.',
|
||||
'user_api_token_delete_confirm' => 'Are you sure you want to delete this API token?',
|
||||
'user_api_token_delete_success' => 'API token successfully deleted',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
|
@ -15,6 +15,7 @@ return [
|
||||
'page_restore' => 'ha restaurat la pàgina',
|
||||
'page_restore_notification' => 'Pàgina restaurada correctament',
|
||||
'page_move' => 'ha mogut la pàgina',
|
||||
'page_move_notification' => 'Page successfully moved',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'ha creat el capítol',
|
||||
@ -24,6 +25,7 @@ return [
|
||||
'chapter_delete' => 'ha suprimit un capítol',
|
||||
'chapter_delete_notification' => 'Capítol esborrat correctament',
|
||||
'chapter_move' => 'ha mogut el capítol',
|
||||
'chapter_move_notification' => 'Chapter successfully moved',
|
||||
|
||||
// Books
|
||||
'book_create' => 'ha creat el llibre',
|
||||
@ -47,14 +49,30 @@ return [
|
||||
'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',
|
||||
|
||||
// MFA
|
||||
// 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',
|
||||
@ -64,14 +82,34 @@ return [
|
||||
'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',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'ha comentat a',
|
||||
'permissions_update' => 'ha actualitzat els permisos',
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Cancel·la',
|
||||
'close' => 'Close',
|
||||
'confirm' => 'D\'acord',
|
||||
'back' => 'Enrere',
|
||||
'save' => 'Desa',
|
||||
|
@ -6,6 +6,8 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Selecciona una imatge',
|
||||
'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.',
|
||||
@ -15,6 +17,9 @@ return [
|
||||
'image_page_title' => 'Mostra les imatges pujades a aquesta pàgina',
|
||||
'image_search_hint' => 'Cerca per nom d\'imatge',
|
||||
'image_uploaded' => 'Pujada :uploadedDate',
|
||||
'image_uploaded_by' => 'Uploaded by :userName',
|
||||
'image_uploaded_to' => 'Uploaded to :pageLink',
|
||||
'image_updated' => 'Updated :updateDate',
|
||||
'image_load_more' => 'Carrega\'n més',
|
||||
'image_image_name' => 'Nom de la imatge',
|
||||
'image_delete_used' => 'Aquesta imatge s\'utilitza a les pàgines següents.',
|
||||
@ -27,6 +32,8 @@ return [
|
||||
'image_upload_success' => 'Imatge pujada correctament',
|
||||
'image_update_success' => 'Detalls de la imatge actualitzats correctament',
|
||||
'image_delete_success' => 'Imatge suprimida correctament',
|
||||
'image_replace' => 'Replace Image',
|
||||
'image_replace_success' => 'Image file successfully updated',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Edita el codi',
|
||||
|
@ -180,7 +180,6 @@ return [
|
||||
'chapters_save' => 'Desa el capítol',
|
||||
'chapters_move' => 'Mou el capítol',
|
||||
'chapters_move_named' => 'Mou el capítol :chapterName',
|
||||
'chapter_move_success' => 'S\'ha mogut el capítol a :bookName',
|
||||
'chapters_copy' => 'Copy Chapter',
|
||||
'chapters_copy_success' => 'Chapter successfully copied',
|
||||
'chapters_permissions' => 'Permisos del capítol',
|
||||
@ -214,6 +213,7 @@ return [
|
||||
'pages_editing_page' => 'Esteu editant la pàgina',
|
||||
'pages_edit_draft_save_at' => 'Esborrany desat ',
|
||||
'pages_edit_delete_draft' => 'Suprimeix l\'esborrany',
|
||||
'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' => 'Descarta l\'esborrany',
|
||||
'pages_edit_switch_to_markdown' => 'Switch to Markdown Editor',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Clean Content)',
|
||||
@ -240,7 +240,6 @@ return [
|
||||
'pages_md_sync_scroll' => 'Sync preview scroll',
|
||||
'pages_not_in_chapter' => 'La pàgina no pertany a cap capítol',
|
||||
'pages_move' => 'Mou la pàgina',
|
||||
'pages_move_success' => 'S\'ha mogut la pàgina a ":parentName"',
|
||||
'pages_copy' => 'Copia la pàgina',
|
||||
'pages_copy_desination' => 'Destinació de la còpia',
|
||||
'pages_copy_success' => 'Pàgina copiada correctament',
|
||||
@ -266,7 +265,13 @@ return [
|
||||
'pages_revisions_restore' => 'Restaura',
|
||||
'pages_revisions_none' => 'Aquesta pàgina no té cap revisió',
|
||||
'pages_copy_link' => 'Copia l\'enllaç',
|
||||
'pages_edit_content_link' => 'Edita el contingut',
|
||||
'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' => 'S\'han activat els permisos de la pàgina',
|
||||
'pages_initial_revision' => 'Publicació inicial',
|
||||
'pages_references_update_revision' => 'System auto-update of internal links',
|
||||
@ -281,7 +286,8 @@ return [
|
||||
'time_b' => 'en els darrers :minCount minuts',
|
||||
'message' => ':start :time. Aneu amb compte de no trepitjar-vos les actualitzacions entre vosaltres!',
|
||||
],
|
||||
'pages_draft_discarded' => 'S\'ha descartat l\'esborrany, l\'editor s\'ha actualitzat amb el contingut actual de la pàgina',
|
||||
'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' => 'Una pàgina específica',
|
||||
'pages_is_template' => 'Plantilla de pàgina',
|
||||
|
||||
@ -356,21 +362,20 @@ return [
|
||||
'comment_placeholder' => 'Deixeu un comentari aquí',
|
||||
'comment_count' => '{0} Sense comentaris|{1} 1 comentari|[2,*] :count comentaris',
|
||||
'comment_save' => 'Desa el comentari',
|
||||
'comment_saving' => 'S\'està desant el comentari...',
|
||||
'comment_deleting' => 'S\'està suprimint el comentari...',
|
||||
'comment_new' => 'Comentari nou',
|
||||
'comment_created' => 'ha comentat :createDiff',
|
||||
'comment_updated' => 'Actualitzat :updateDiff per :username',
|
||||
'comment_updated_indicator' => 'Updated',
|
||||
'comment_deleted_success' => 'Comentari suprimit',
|
||||
'comment_created_success' => 'Comentari afegit',
|
||||
'comment_updated_success' => 'Comentari actualitzat',
|
||||
'comment_delete_confirm' => 'Segur que voleu suprimir aquest comentari?',
|
||||
'comment_in_reply_to' => 'En resposta a :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' => 'Segur que voleu suprimir aquesta revisió?',
|
||||
'revision_restore_confirm' => 'Segur que voleu restaurar aquesta revisió? Se substituirà el contingut de la pàgina actual.',
|
||||
'revision_delete_success' => 'S\'ha suprimit la revisió',
|
||||
'revision_cannot_delete_latest' => 'No es pot suprimir la darrera revisió.',
|
||||
|
||||
// Copy view
|
||||
|
@ -49,6 +49,7 @@ return [
|
||||
// Drawing & Images
|
||||
'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_replace_type' => 'Image file replacements must be of the same type',
|
||||
'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
|
||||
@ -57,6 +58,7 @@ return [
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'No s\'ha pogut desar l\'esborrany. Assegureu-vos que tingueu connexió a Internet abans de desar la pàgina',
|
||||
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
|
||||
'page_custom_home_deletion' => 'No es pot suprimir una pàgina mentre estigui definida com a pàgina d\'inici',
|
||||
|
||||
// Entities
|
||||
|
@ -9,7 +9,6 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'Configuració',
|
||||
'settings_save' => 'Desa la configuració',
|
||||
'settings_save_success' => 'S\'ha desat la configuració',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
@ -232,8 +231,6 @@ return [
|
||||
'user_api_token_expiry' => 'Data de caducitat',
|
||||
'user_api_token_expiry_desc' => 'Definiu una data en què aquest testimoni caducarà. Després d\'aquesta data, les peticions fetes amb aquest testimoni deixaran de funcionar. Si deixeu aquest camp en blanc, es definirà una caducitat d\'aquí a 100 anys..',
|
||||
'user_api_token_create_secret_message' => 'Just després de crear aquest testimoni, es generaran i es mostraran un "Identificador del testimoni" i un "Secret del testimoni". El secret només es mostrarà una única vegada, assegureu-vos de copiar-lo a un lloc segur abans de continuar.',
|
||||
'user_api_token_create_success' => 'Testimoni d\'API creat correctament',
|
||||
'user_api_token_update_success' => 'Testimoni d\'API actualitzat correctament',
|
||||
'user_api_token' => 'Testimoni d\'API',
|
||||
'user_api_token_id' => 'Identificador del testimoni',
|
||||
'user_api_token_id_desc' => 'Aquest identificador és generat pel sistema per a aquest testimoni i no és editable, caldrà que el proporcioneu a les peticions a l\'API.',
|
||||
@ -244,7 +241,6 @@ return [
|
||||
'user_api_token_delete' => 'Suprimeix el testimoni',
|
||||
'user_api_token_delete_warning' => 'Se suprimirà completament del sistema aquest testimoni d\'API amb el nom \':tokenName\'.',
|
||||
'user_api_token_delete_confirm' => 'Segur que voleu suprimir aquest testimoni d\'API?',
|
||||
'user_api_token_delete_success' => 'Testimoni d\'API suprimit correctament',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
|
@ -15,6 +15,7 @@ return [
|
||||
'page_restore' => 'obnovil/a stránku',
|
||||
'page_restore_notification' => 'Stránka byla úspěšně obnovena',
|
||||
'page_move' => 'přesunul/a stránku',
|
||||
'page_move_notification' => 'Page successfully moved',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'vytvořil/a kapitolu',
|
||||
@ -24,6 +25,7 @@ return [
|
||||
'chapter_delete' => 'odstranila/a kapitolu',
|
||||
'chapter_delete_notification' => 'Kapitola byla úspěšně odstraněna',
|
||||
'chapter_move' => 'přesunul/a kapitolu',
|
||||
'chapter_move_notification' => 'Chapter successfully moved',
|
||||
|
||||
// Books
|
||||
'book_create' => 'vytvořil/a knihu',
|
||||
@ -47,14 +49,30 @@ return [
|
||||
'bookshelf_delete' => 'odstranit knihovnu',
|
||||
'bookshelf_delete_notification' => 'Knihovna byla úspěšně smazána',
|
||||
|
||||
// Revisions
|
||||
'revision_restore' => 'restored revision',
|
||||
'revision_delete' => 'deleted revision',
|
||||
'revision_delete_notification' => 'Revision successfully deleted',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '":name" byla přidána do Vašich oblíbených',
|
||||
'favourite_remove_notification' => '":name" byla odstraněna z Vašich oblíbených',
|
||||
|
||||
// MFA
|
||||
// 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' => 'Vícefaktorová metoda byla úspěšně nakonfigurována',
|
||||
'mfa_remove_method' => 'removed MFA method',
|
||||
'mfa_remove_method_notification' => 'Vícefaktorová metoda byla úspěšně odstraněna',
|
||||
|
||||
// Settings
|
||||
'settings_update' => 'updated settings',
|
||||
'settings_update_notification' => 'Settings successfully updated',
|
||||
'maintenance_action_run' => 'ran maintenance action',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'vytvořil/a webhook',
|
||||
'webhook_create_notification' => 'Webhook byl úspěšně vytvořen',
|
||||
@ -64,14 +82,34 @@ return [
|
||||
'webhook_delete_notification' => 'Webhook byl úspěšně odstraněn',
|
||||
|
||||
// Users
|
||||
'user_create' => 'created user',
|
||||
'user_create_notification' => 'User successfully created',
|
||||
'user_update' => 'updated user',
|
||||
'user_update_notification' => 'Uživatel byl úspěšně aktualizován',
|
||||
'user_delete' => 'deleted user',
|
||||
'user_delete_notification' => 'Uživatel byl úspěšně odstraněn',
|
||||
|
||||
// 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 byla úspěšně vytvořena',
|
||||
'role_update' => 'updated role',
|
||||
'role_update_notification' => 'Role byla úspěšně aktualizována',
|
||||
'role_delete' => 'deleted role',
|
||||
'role_delete_notification' => 'Role byla odstraněna',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin_empty' => 'emptied recycle bin',
|
||||
'recycle_bin_restore' => 'restored from recycle bin',
|
||||
'recycle_bin_destroy' => 'removed from recycle bin',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'okomentoval/a',
|
||||
'permissions_update' => 'oprávnění upravena',
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Zrušit',
|
||||
'close' => 'Close',
|
||||
'confirm' => 'Potvrdit',
|
||||
'back' => 'Zpět',
|
||||
'save' => 'Uložit',
|
||||
|
@ -6,6 +6,8 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Výběr obrázku',
|
||||
'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.',
|
||||
@ -15,6 +17,9 @@ return [
|
||||
'image_page_title' => 'Zobrazit obrázky nahrané na tuto stránku',
|
||||
'image_search_hint' => 'Hledat podle názvu obrázku',
|
||||
'image_uploaded' => 'Nahráno :uploadedDate',
|
||||
'image_uploaded_by' => 'Uploaded by :userName',
|
||||
'image_uploaded_to' => 'Uploaded to :pageLink',
|
||||
'image_updated' => 'Updated :updateDate',
|
||||
'image_load_more' => 'Načíst další',
|
||||
'image_image_name' => 'Název obrázku',
|
||||
'image_delete_used' => 'Tento obrázek je použit na níže uvedených stránkách.',
|
||||
@ -27,6 +32,8 @@ return [
|
||||
'image_upload_success' => 'Obrázek byl nahrán',
|
||||
'image_update_success' => 'Podrobnosti o obrázku byly aktualizovány',
|
||||
'image_delete_success' => 'Obrázek byl odstraněn',
|
||||
'image_replace' => 'Replace Image',
|
||||
'image_replace_success' => 'Image file successfully updated',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Upravit kód',
|
||||
|
@ -180,7 +180,6 @@ return [
|
||||
'chapters_save' => 'Uložit kapitolu',
|
||||
'chapters_move' => 'Přesunout kapitolu',
|
||||
'chapters_move_named' => 'Přesunout kapitolu :chapterName',
|
||||
'chapter_move_success' => 'Kapitola přesunuta do knihy :bookName',
|
||||
'chapters_copy' => 'Kopírovat kapitolu',
|
||||
'chapters_copy_success' => 'Kapitola byla úspěšně zkopírována',
|
||||
'chapters_permissions' => 'Oprávnění kapitoly',
|
||||
@ -214,6 +213,7 @@ return [
|
||||
'pages_editing_page' => 'Úpravy stránky',
|
||||
'pages_edit_draft_save_at' => 'Koncept uložen v ',
|
||||
'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_discard_draft' => 'Zahodit koncept',
|
||||
'pages_edit_switch_to_markdown' => 'Přepnout na Markdown Editor',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Vytvořený obsah)',
|
||||
@ -240,7 +240,6 @@ return [
|
||||
'pages_md_sync_scroll' => 'Synchronizovat náhled',
|
||||
'pages_not_in_chapter' => 'Stránka není v kapitole',
|
||||
'pages_move' => 'Přesunout stránku',
|
||||
'pages_move_success' => 'Stránka přesunuta do ":parentName"',
|
||||
'pages_copy' => 'Kopírovat stránku',
|
||||
'pages_copy_desination' => 'Cíl kopírování',
|
||||
'pages_copy_success' => 'Stránka byla zkopírována',
|
||||
@ -266,7 +265,13 @@ return [
|
||||
'pages_revisions_restore' => 'Obnovit',
|
||||
'pages_revisions_none' => 'Tato stránka nemá žádné revize',
|
||||
'pages_copy_link' => 'Kopírovat odkaz',
|
||||
'pages_edit_content_link' => 'Upravit obsah',
|
||||
'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' => 'Oprávnění stránky byla aktivována',
|
||||
'pages_initial_revision' => 'První vydání',
|
||||
'pages_references_update_revision' => 'Automatická aktualizace interních odkazů',
|
||||
@ -281,7 +286,8 @@ return [
|
||||
'time_b' => 'v posledních minutách (:minCount min.)',
|
||||
'message' => ':start :time. Dávejte pozor abyste nepřepsali změny ostatním!',
|
||||
],
|
||||
'pages_draft_discarded' => 'Koncept zahozen. Editor nyní obsahuje aktuální verzi stránky.',
|
||||
'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' => 'Konkrétní stránka',
|
||||
'pages_is_template' => 'Šablona stránky',
|
||||
|
||||
@ -356,21 +362,20 @@ return [
|
||||
'comment_placeholder' => 'Zde zadejte komentář',
|
||||
'comment_count' => '{0} Bez komentářů|{1} 1 komentář|[2,4] :count komentáře|[5,*] :count komentářů',
|
||||
'comment_save' => 'Uložit komentář',
|
||||
'comment_saving' => 'Ukládání komentáře...',
|
||||
'comment_deleting' => 'Mazání komentáře...',
|
||||
'comment_new' => 'Nový komentář',
|
||||
'comment_created' => 'komentováno :createDiff',
|
||||
'comment_updated' => 'Aktualizováno :updateDiff uživatelem :username',
|
||||
'comment_updated_indicator' => 'Updated',
|
||||
'comment_deleted_success' => 'Komentář odstraněn',
|
||||
'comment_created_success' => 'Komentář přidán',
|
||||
'comment_updated_success' => 'Komentář aktualizován',
|
||||
'comment_delete_confirm' => 'Opravdu chcete odstranit tento komentář?',
|
||||
'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.',
|
||||
|
||||
// Revision
|
||||
'revision_delete_confirm' => 'Opravdu chcete odstranit tuto revizi?',
|
||||
'revision_restore_confirm' => 'Jste si jisti, že chcete obnovit tuto revizi? Aktuální obsah stránky bude nahrazen.',
|
||||
'revision_delete_success' => 'Revize odstraněna',
|
||||
'revision_cannot_delete_latest' => 'Nelze odstranit poslední revizi.',
|
||||
|
||||
// Copy view
|
||||
|
@ -49,6 +49,7 @@ return [
|
||||
// Drawing & Images
|
||||
'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_replace_type' => 'Image file replacements must be of the same type',
|
||||
'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
|
||||
@ -57,6 +58,7 @@ return [
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'Nepovedlo se uložit koncept. Než stránku uložíte, ujistěte se, že jste připojeni k internetu.',
|
||||
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
|
||||
'page_custom_home_deletion' => 'Nelze odstranit tuto stránku, protože je nastavena jako uvítací stránka',
|
||||
|
||||
// Entities
|
||||
|
@ -9,7 +9,6 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'Nastavení',
|
||||
'settings_save' => 'Uložit nastavení',
|
||||
'settings_save_success' => 'Nastavení uloženo',
|
||||
'system_version' => 'Verze systému: ',
|
||||
'categories' => 'Kategorie',
|
||||
|
||||
@ -232,8 +231,6 @@ return [
|
||||
'user_api_token_expiry' => 'Platný do',
|
||||
'user_api_token_expiry_desc' => 'Zadejte datum, kdy platnost tokenu vyprší. Po tomto datu nebudou požadavky, které používají tento token, fungovat. Pokud ponecháte pole prázdné, bude tokenu nastavena platnost na dalších 100 let.',
|
||||
'user_api_token_create_secret_message' => 'Ihned po vytvoření tokenu Vám bude vygenerován a zobrazen "Token ID" a "Token Secret". Upozorňujeme, že "Token Secret" bude možné zobrazit pouze jednou, ujistěte se, že si jej poznamenáte a uložíte na bezpečné místo před tím, než budete pokračovat dále.',
|
||||
'user_api_token_create_success' => 'API Token byl vytvořen',
|
||||
'user_api_token_update_success' => 'API Token byl aktualizován',
|
||||
'user_api_token' => 'API Token',
|
||||
'user_api_token_id' => 'Token ID',
|
||||
'user_api_token_id_desc' => 'Toto je neupravitelný systémový identifikátor generovaný pro tento Token, který musí být uveden v API requestu.',
|
||||
@ -244,7 +241,6 @@ return [
|
||||
'user_api_token_delete' => 'Odstranit Token',
|
||||
'user_api_token_delete_warning' => 'Tímto plně odstraníte tento API Token s názvem \':tokenName\' ze systému.',
|
||||
'user_api_token_delete_confirm' => 'Opravdu chcete odstranit tento API Token?',
|
||||
'user_api_token_delete_success' => 'API Token byl odstraněn',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooky',
|
||||
|
@ -15,6 +15,7 @@ return [
|
||||
'page_restore' => 'tudalen wedi\'i hadfer',
|
||||
'page_restore_notification' => 'Cafodd y dudalen ei hadfer yn llwyddiannus',
|
||||
'page_move' => 'symwyd tudalen',
|
||||
'page_move_notification' => 'Page successfully moved',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'pennod creu',
|
||||
@ -24,6 +25,7 @@ return [
|
||||
'chapter_delete' => 'pennod wedi dileu',
|
||||
'chapter_delete_notification' => 'Pennod wedi\'i dileu\'n llwyddiannus',
|
||||
'chapter_move' => 'pennod wedi symud',
|
||||
'chapter_move_notification' => 'Chapter successfully moved',
|
||||
|
||||
// Books
|
||||
'book_create' => 'llyfr wedi creu',
|
||||
@ -47,14 +49,30 @@ return [
|
||||
'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' => 'Mae ":name" wedi\'i ychwanegu at eich ffefrynnau',
|
||||
'favourite_remove_notification' => 'Mae ":name" wedi\'i tynnu o\'ch ffefrynnau',
|
||||
|
||||
// MFA
|
||||
// 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' => 'Dull aml-ffactor wedi\'i ffurfweddu\'n llwyddiannus',
|
||||
'mfa_remove_method' => 'removed MFA method',
|
||||
'mfa_remove_method_notification' => 'Llwyddwyd i ddileu dull aml-ffactor',
|
||||
|
||||
// Settings
|
||||
'settings_update' => 'updated settings',
|
||||
'settings_update_notification' => 'Settings successfully updated',
|
||||
'maintenance_action_run' => 'ran maintenance action',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'webhook wedi creu',
|
||||
'webhook_create_notification' => 'Webhook wedi\'i creu\'n llwyddiannus',
|
||||
@ -64,14 +82,34 @@ return [
|
||||
'webhook_delete_notification' => 'Webhook wedi\'i dileu\'n llwyddiannus',
|
||||
|
||||
// Users
|
||||
'user_create' => 'created user',
|
||||
'user_create_notification' => 'User successfully created',
|
||||
'user_update' => 'updated user',
|
||||
'user_update_notification' => 'Diweddarwyd y defnyddiwr yn llwyddiannus',
|
||||
'user_delete' => 'deleted user',
|
||||
'user_delete_notification' => 'Tynnwyd y defnyddiwr yn llwyddiannus',
|
||||
|
||||
// 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',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'gwnaeth sylwadau ar',
|
||||
'permissions_update' => 'caniatadau wedi\'u diweddaru',
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Cancel',
|
||||
'close' => 'Close',
|
||||
'confirm' => 'Confirm',
|
||||
'back' => 'Back',
|
||||
'save' => 'Save',
|
||||
|
@ -6,6 +6,8 @@ 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.',
|
||||
@ -15,6 +17,9 @@ return [
|
||||
'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.',
|
||||
@ -27,6 +32,8 @@ return [
|
||||
'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',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Edit Code',
|
||||
|
@ -180,7 +180,6 @@ return [
|
||||
'chapters_save' => 'Save Chapter',
|
||||
'chapters_move' => 'Move Chapter',
|
||||
'chapters_move_named' => 'Move Chapter :chapterName',
|
||||
'chapter_move_success' => 'Chapter moved to :bookName',
|
||||
'chapters_copy' => 'Copy Chapter',
|
||||
'chapters_copy_success' => 'Chapter successfully copied',
|
||||
'chapters_permissions' => 'Chapter Permissions',
|
||||
@ -214,6 +213,7 @@ return [
|
||||
'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)',
|
||||
@ -240,7 +240,6 @@ return [
|
||||
'pages_md_sync_scroll' => 'Sync preview scroll',
|
||||
'pages_not_in_chapter' => 'Page is not in a chapter',
|
||||
'pages_move' => 'Move Page',
|
||||
'pages_move_success' => 'Page moved to ":parentName"',
|
||||
'pages_copy' => 'Copy Page',
|
||||
'pages_copy_desination' => 'Copy Destination',
|
||||
'pages_copy_success' => 'Page successfully copied',
|
||||
@ -266,7 +265,13 @@ return [
|
||||
'pages_revisions_restore' => 'Restore',
|
||||
'pages_revisions_none' => 'This page has no revisions',
|
||||
'pages_copy_link' => 'Copy Link',
|
||||
'pages_edit_content_link' => 'Edit Content',
|
||||
'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',
|
||||
@ -281,7 +286,8 @@ return [
|
||||
'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_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',
|
||||
|
||||
@ -356,21 +362,20 @@ return [
|
||||
'comment_placeholder' => 'Leave a comment here',
|
||||
'comment_count' => '{0} No Comments|{1} 1 Comment|[2,*] :count Comments',
|
||||
'comment_save' => 'Save Comment',
|
||||
'comment_saving' => 'Saving comment...',
|
||||
'comment_deleting' => 'Deleting comment...',
|
||||
'comment_new' => 'New Comment',
|
||||
'comment_created' => 'commented :createDiff',
|
||||
'comment_updated' => 'Updated :updateDiff by :username',
|
||||
'comment_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_delete_success' => 'Revision deleted',
|
||||
'revision_cannot_delete_latest' => 'Cannot delete the latest revision.',
|
||||
|
||||
// Copy view
|
||||
|
@ -49,6 +49,7 @@ return [
|
||||
// Drawing & Images
|
||||
'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_replace_type' => 'Image file replacements must be of the same type',
|
||||
'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
|
||||
@ -57,6 +58,7 @@ return [
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'Wedi methu cadw\'r drafft. Sicrhewch fod gennych gysylltiad rhyngrwyd cyn cadw\'r dudalen hon',
|
||||
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
|
||||
'page_custom_home_deletion' => 'Methu dileu tudalen tra ei bod wedi\'i gosod fel hafan',
|
||||
|
||||
// Entities
|
||||
|
@ -9,7 +9,6 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'Settings',
|
||||
'settings_save' => 'Save Settings',
|
||||
'settings_save_success' => 'Settings saved',
|
||||
'system_version' => 'System Version',
|
||||
'categories' => 'Categories',
|
||||
|
||||
@ -232,8 +231,6 @@ return [
|
||||
'user_api_token_expiry' => 'Expiry Date',
|
||||
'user_api_token_expiry_desc' => 'Set a date at which this token expires. After this date, requests made using this token will no longer work. Leaving this field blank will set an expiry 100 years into the future.',
|
||||
'user_api_token_create_secret_message' => 'Immediately after creating this token a "Token ID" & "Token Secret" will be generated and displayed. The secret will only be shown a single time so be sure to copy the value to somewhere safe and secure before proceeding.',
|
||||
'user_api_token_create_success' => 'API token successfully created',
|
||||
'user_api_token_update_success' => 'API token successfully updated',
|
||||
'user_api_token' => 'API Token',
|
||||
'user_api_token_id' => 'Token ID',
|
||||
'user_api_token_id_desc' => 'This is a non-editable system generated identifier for this token which will need to be provided in API requests.',
|
||||
@ -244,7 +241,6 @@ return [
|
||||
'user_api_token_delete' => 'Delete Token',
|
||||
'user_api_token_delete_warning' => 'This will fully delete this API token with the name \':tokenName\' from the system.',
|
||||
'user_api_token_delete_confirm' => 'Are you sure you want to delete this API token?',
|
||||
'user_api_token_delete_success' => 'API token successfully deleted',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
|
@ -15,6 +15,7 @@ return [
|
||||
'page_restore' => 'gendannede side',
|
||||
'page_restore_notification' => 'Siden blev gendannet',
|
||||
'page_move' => 'flyttede side',
|
||||
'page_move_notification' => 'Page successfully moved',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'oprettede kapitel',
|
||||
@ -24,6 +25,7 @@ return [
|
||||
'chapter_delete' => 'slettede kapitel',
|
||||
'chapter_delete_notification' => 'Kapitel blev slettet',
|
||||
'chapter_move' => 'flyttede kapitel',
|
||||
'chapter_move_notification' => 'Chapter successfully moved',
|
||||
|
||||
// Books
|
||||
'book_create' => 'oprettede bog',
|
||||
@ -47,14 +49,30 @@ return [
|
||||
'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" er blevet tilføjet til dine favoritter',
|
||||
'favourite_remove_notification' => '":name" er blevet fjernet fra dine favoritter',
|
||||
|
||||
// MFA
|
||||
// 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-faktor metode konfigureret',
|
||||
'mfa_remove_method' => 'removed MFA method',
|
||||
'mfa_remove_method_notification' => 'Multi-faktor metode fjernet',
|
||||
|
||||
// Settings
|
||||
'settings_update' => 'updated settings',
|
||||
'settings_update_notification' => 'Settings successfully updated',
|
||||
'maintenance_action_run' => 'ran maintenance action',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'oprettede webhook',
|
||||
'webhook_create_notification' => 'Webhooken blev oprettet',
|
||||
@ -64,14 +82,34 @@ return [
|
||||
'webhook_delete_notification' => 'Webhooken blev slettet',
|
||||
|
||||
// Users
|
||||
'user_create' => 'created user',
|
||||
'user_create_notification' => 'User successfully created',
|
||||
'user_update' => 'updated user',
|
||||
'user_update_notification' => 'Brugeren blev opdateret',
|
||||
'user_delete' => 'deleted user',
|
||||
'user_delete_notification' => 'Brugeren blev fjernet',
|
||||
|
||||
// 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',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'kommenterede til',
|
||||
'permissions_update' => 'Tilladelser opdateret',
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Annuller',
|
||||
'close' => 'Close',
|
||||
'confirm' => 'Bekræft',
|
||||
'back' => 'Tilbage',
|
||||
'save' => 'Gem',
|
||||
|
@ -6,6 +6,8 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Billedselektion',
|
||||
'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.',
|
||||
@ -15,6 +17,9 @@ return [
|
||||
'image_page_title' => 'Vis billeder uploadet til denne side',
|
||||
'image_search_hint' => 'Søg efter billednavn',
|
||||
'image_uploaded' => 'Uploadet :uploadedDate',
|
||||
'image_uploaded_by' => 'Uploaded by :userName',
|
||||
'image_uploaded_to' => 'Uploaded to :pageLink',
|
||||
'image_updated' => 'Updated :updateDate',
|
||||
'image_load_more' => 'Indlæse mere',
|
||||
'image_image_name' => 'Billednavn',
|
||||
'image_delete_used' => 'Dette billede er brugt på siderne nedenfor.',
|
||||
@ -27,6 +32,8 @@ return [
|
||||
'image_upload_success' => 'Foto uploadet',
|
||||
'image_update_success' => 'Billeddetaljer succesfuldt opdateret',
|
||||
'image_delete_success' => 'Billede slettet',
|
||||
'image_replace' => 'Replace Image',
|
||||
'image_replace_success' => 'Image file successfully updated',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Rediger kode',
|
||||
|
@ -180,7 +180,6 @@ return [
|
||||
'chapters_save' => 'Gem kapitel',
|
||||
'chapters_move' => 'Flyt kapitel',
|
||||
'chapters_move_named' => 'Flyt kapitel :chapterName',
|
||||
'chapter_move_success' => 'Kapitel flyttet til :bookName',
|
||||
'chapters_copy' => 'Kopier Kapitel',
|
||||
'chapters_copy_success' => 'Kapitlet blev kopieret',
|
||||
'chapters_permissions' => 'Kapiteltilladelser',
|
||||
@ -214,6 +213,7 @@ return [
|
||||
'pages_editing_page' => 'Redigerer side',
|
||||
'pages_edit_draft_save_at' => 'Kladde gemt ved ',
|
||||
'pages_edit_delete_draft' => 'Slet kladde',
|
||||
'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' => 'Kassér kladde',
|
||||
'pages_edit_switch_to_markdown' => 'Skift til Markdown redigering',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Clean Content)',
|
||||
@ -240,7 +240,6 @@ return [
|
||||
'pages_md_sync_scroll' => 'Sync preview scroll',
|
||||
'pages_not_in_chapter' => 'Side er ikke i et kapitel',
|
||||
'pages_move' => 'Flyt side',
|
||||
'pages_move_success' => 'Flyt side til ":parentName"',
|
||||
'pages_copy' => 'Kopier side',
|
||||
'pages_copy_desination' => 'Kopier destination',
|
||||
'pages_copy_success' => 'Side kopieret succesfuldt',
|
||||
@ -266,7 +265,13 @@ return [
|
||||
'pages_revisions_restore' => 'Gendan',
|
||||
'pages_revisions_none' => 'Denne side har ingen revisioner',
|
||||
'pages_copy_link' => 'Kopier link',
|
||||
'pages_edit_content_link' => 'Redigér indhold',
|
||||
'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' => 'Aktive sidetilladelser',
|
||||
'pages_initial_revision' => 'Første udgivelse',
|
||||
'pages_references_update_revision' => 'System auto-update of internal links',
|
||||
@ -281,7 +286,8 @@ return [
|
||||
'time_b' => 'i de sidste :minCount minutter',
|
||||
'message' => ':start : time. Pas på ikke at overskrive hinandens opdateringer!',
|
||||
],
|
||||
'pages_draft_discarded' => 'Kladde kasseret, editoren er blevet opdateret med aktuelt sideindhold',
|
||||
'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' => 'Specifik side',
|
||||
'pages_is_template' => 'Sideskabelon',
|
||||
|
||||
@ -356,21 +362,20 @@ return [
|
||||
'comment_placeholder' => 'Skriv en kommentar her',
|
||||
'comment_count' => '{0} Ingen kommentarer|{1} 1 Kommentar|[2,*] :count kommentarer',
|
||||
'comment_save' => 'Gem kommentar',
|
||||
'comment_saving' => 'Gemmer kommentar...',
|
||||
'comment_deleting' => 'Sletter kommentar...',
|
||||
'comment_new' => 'Ny kommentar',
|
||||
'comment_created' => 'kommenteret :createDiff',
|
||||
'comment_updated' => 'Opdateret :updateDiff af :username',
|
||||
'comment_updated_indicator' => 'Updated',
|
||||
'comment_deleted_success' => 'Kommentar slettet',
|
||||
'comment_created_success' => 'Kommentaren er tilføjet',
|
||||
'comment_updated_success' => 'Kommentaren er opdateret',
|
||||
'comment_delete_confirm' => 'Er du sikker på, at du vil slette denne kommentar?',
|
||||
'comment_in_reply_to' => 'Som svar til :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' => 'Er du sikker på at du vil slette denne revision?',
|
||||
'revision_restore_confirm' => 'Er du sikker på at du ønsker at gendanne denne revision? Nuværende sideindhold vil blive erstattet.',
|
||||
'revision_delete_success' => 'Revision slettet',
|
||||
'revision_cannot_delete_latest' => 'Kan ikke slette seneste revision.',
|
||||
|
||||
// Copy view
|
||||
|
@ -49,6 +49,7 @@ return [
|
||||
// Drawing & Images
|
||||
'image_upload_error' => 'Der opstod en fejl ved upload af billedet',
|
||||
'image_upload_type_error' => 'Billedtypen, der uploades, er ugyldig',
|
||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
||||
'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
|
||||
@ -57,6 +58,7 @@ return [
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'Kunne ikke gemme kladde. Tjek at du har internetforbindelse før du gemmer siden',
|
||||
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
|
||||
'page_custom_home_deletion' => 'Kan ikke slette en side der er sat som forside',
|
||||
|
||||
// Entities
|
||||
|
@ -9,7 +9,6 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'Indstillinger',
|
||||
'settings_save' => 'Gem indstillinger',
|
||||
'settings_save_success' => 'Indstillingerne blev gemt',
|
||||
'system_version' => 'Systemversion',
|
||||
'categories' => 'Kategorier',
|
||||
|
||||
@ -232,8 +231,6 @@ return [
|
||||
'user_api_token_expiry' => 'Udløbsdato',
|
||||
'user_api_token_expiry_desc' => 'Indstil en dato, hvorpå denne token udløber. Efter denne dato fungerer anmodninger, der er lavet med denne token, ikke længere. Hvis du lader dette felt være tomt, udløber den 100 år ud i fremtiden.',
|
||||
'user_api_token_create_secret_message' => 'Umiddelbart efter oprettelse af denne token genereres og vises et "Token-ID" og Token hemmelighed". Hemmeligheden vises kun en gang, så husk at kopiere værdien til et sikkert sted inden du fortsætter.',
|
||||
'user_api_token_create_success' => 'API token succesfuldt oprettet',
|
||||
'user_api_token_update_success' => 'API token succesfuldt opdateret',
|
||||
'user_api_token' => 'API Token',
|
||||
'user_api_token_id' => 'Token-ID',
|
||||
'user_api_token_id_desc' => 'Dette er en ikke-redigerbar systemgenereret identifikator for denne token, som skal sendes i API-anmodninger.',
|
||||
@ -244,7 +241,6 @@ return [
|
||||
'user_api_token_delete' => 'Slet Token',
|
||||
'user_api_token_delete_warning' => 'Dette vil helt slette API-token\'en med navnet \':tokenName\' fra systemet.',
|
||||
'user_api_token_delete_confirm' => 'Er du sikker på, at du vil slette denne API-token?',
|
||||
'user_api_token_delete_success' => 'API-token slettet',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
|
@ -10,11 +10,12 @@ return [
|
||||
'page_create_notification' => 'Seite erfolgreich erstellt',
|
||||
'page_update' => 'aktualisierte Seite',
|
||||
'page_update_notification' => 'Seite erfolgreich aktualisiert',
|
||||
'page_delete' => 'gelöschte Seite',
|
||||
'page_delete' => 'hat die Seite gelöscht',
|
||||
'page_delete_notification' => 'Seite erfolgreich gelöscht',
|
||||
'page_restore' => 'wiederhergestellte Seite',
|
||||
'page_restore' => 'hat die Seite wiederhergestellt',
|
||||
'page_restore_notification' => 'Seite erfolgreich wiederhergestellt',
|
||||
'page_move' => 'Seite verschoben',
|
||||
'page_move_notification' => 'Seite erfolgreich verschoben',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'erstellte Kapitel',
|
||||
@ -24,6 +25,7 @@ return [
|
||||
'chapter_delete' => 'löschte Kapitel',
|
||||
'chapter_delete_notification' => 'Kapitel erfolgreich gelöscht',
|
||||
'chapter_move' => 'verschob Kapitel',
|
||||
'chapter_move_notification' => 'Kapitel erfolgreich verschoben',
|
||||
|
||||
// Books
|
||||
'book_create' => 'erstellte Buch',
|
||||
@ -47,31 +49,67 @@ return [
|
||||
'bookshelf_delete' => 'löschte Regal',
|
||||
'bookshelf_delete_notification' => 'Regal erfolgreich gelöscht',
|
||||
|
||||
// Revisions
|
||||
'revision_restore' => 'stellte Revision wieder her:',
|
||||
'revision_delete' => 'löschte Revision',
|
||||
'revision_delete_notification' => 'Revision erfolgreich gelöscht',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '":name" wurde zu Ihren Favoriten hinzugefügt',
|
||||
'favourite_remove_notification' => '":name" wurde aus Ihren Favoriten entfernt',
|
||||
|
||||
// MFA
|
||||
// Auth
|
||||
'auth_login' => 'hat sich eingeloggt',
|
||||
'auth_register' => 'hat sich als neuer Benutzer registriert',
|
||||
'auth_password_reset_request' => 'hat eine Rücksetzung des Benutzerpassworts beantragt',
|
||||
'auth_password_reset_update' => 'hat Benutzerpasswort zurückgesetzt',
|
||||
'mfa_setup_method' => 'hat MFA-Methode konfiguriert',
|
||||
'mfa_setup_method_notification' => 'Multi-Faktor-Methode erfolgreich konfiguriert',
|
||||
'mfa_remove_method' => 'hat MFA-Methode entfernt',
|
||||
'mfa_remove_method_notification' => 'Multi-Faktor-Methode erfolgreich entfernt',
|
||||
|
||||
// Settings
|
||||
'settings_update' => 'hat Einstellungen aktualisiert',
|
||||
'settings_update_notification' => 'Einstellungen erfolgreich aktualisiert',
|
||||
'maintenance_action_run' => 'hat Wartungsarbeiten ausgeführt',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'erstellter Webhook',
|
||||
'webhook_create' => 'erstellte Webhook',
|
||||
'webhook_create_notification' => 'Webhook wurde erfolgreich eingerichtet',
|
||||
'webhook_update' => 'aktualisierter Webhook',
|
||||
'webhook_update' => 'aktualisierte Webhook',
|
||||
'webhook_update_notification' => 'Webhook wurde erfolgreich aktualisiert',
|
||||
'webhook_delete' => 'gelöschter Webhook',
|
||||
'webhook_delete' => 'löschte Webhook',
|
||||
'webhook_delete_notification' => 'Webhook erfolgreich gelöscht',
|
||||
|
||||
// Users
|
||||
'user_create' => 'hat Benutzer erzeugt:',
|
||||
'user_create_notification' => 'Benutzer erfolgreich erstellt',
|
||||
'user_update' => 'hat Benutzer aktualisiert:',
|
||||
'user_update_notification' => 'Benutzer erfolgreich aktualisiert',
|
||||
'user_delete' => 'hat Benutzer gelöscht: ',
|
||||
'user_delete_notification' => 'Benutzer erfolgreich entfernt',
|
||||
|
||||
// API Tokens
|
||||
'api_token_create' => 'hat API-Token erzeugt:',
|
||||
'api_token_create_notification' => 'API-Token erfolgreich erstellt',
|
||||
'api_token_update' => 'hat API-Token aktualisiert:',
|
||||
'api_token_update_notification' => 'API-Token erfolgreich aktualisiert',
|
||||
'api_token_delete' => 'hat API-Token gelöscht:',
|
||||
'api_token_delete_notification' => 'API-Token erfolgreich gelöscht',
|
||||
|
||||
// Roles
|
||||
'role_create' => 'hat Rolle erzeugt',
|
||||
'role_create_notification' => 'Rolle erfolgreich angelegt',
|
||||
'role_update' => 'hat Rolle aktualisiert',
|
||||
'role_update_notification' => 'Rolle erfolgreich aktualisiert',
|
||||
'role_delete' => 'hat Rolle gelöscht',
|
||||
'role_delete_notification' => 'Rolle erfolgreich gelöscht',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin_empty' => 'hat den Papierkorb geleert',
|
||||
'recycle_bin_restore' => 'aus dem Papierkorb wiederhergestellt',
|
||||
'recycle_bin_destroy' => 'aus dem Papierkorb gelöscht',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'hat einen Kommentar hinzugefügt',
|
||||
'permissions_update' => 'hat die Berechtigungen aktualisiert',
|
||||
|
@ -28,14 +28,14 @@ return [
|
||||
'create_account' => 'Account erstellen',
|
||||
'already_have_account' => 'Sie haben bereits einen Account?',
|
||||
'dont_have_account' => 'Sie haben noch keinen Account?',
|
||||
'social_login' => 'Mit Sozialem Netzwerk anmelden',
|
||||
'social_registration' => 'Mit Sozialem Netzwerk registrieren',
|
||||
'social_login' => 'Mit sozialem Netzwerk anmelden',
|
||||
'social_registration' => 'Mit sozialem Netzwerk registrieren',
|
||||
'social_registration_text' => 'Mit einem anderen Dienst registrieren oder anmelden.',
|
||||
|
||||
'register_thanks' => 'Vielen Dank für Ihre Registrierung!',
|
||||
'register_confirm' => 'Bitte prüfen Sie Ihren Posteingang und bestätigen Sie die Registrierung.',
|
||||
'register_confirm' => 'Bitte prüfen Sie Ihren Posteingang und bestätigen Sie die Registrierung, um :appName nutzen zu können.',
|
||||
'registrations_disabled' => 'Eine Registrierung ist momentan nicht möglich',
|
||||
'registration_email_domain_invalid' => 'Sie können sich mit dieser E-Mail-Adresse nicht registrieren',
|
||||
'registration_email_domain_invalid' => 'Sie können sich mit dieser E-Mail-Adresse nicht für diese Anwendung registrieren',
|
||||
'register_success' => 'Vielen Dank für Ihre Registrierung! Die Daten sind gespeichert und Sie sind angemeldet.',
|
||||
|
||||
// Login auto-initiation
|
||||
@ -58,25 +58,25 @@ return [
|
||||
'email_confirm_greeting' => 'Danke, dass Sie sich für :appName registriert haben!',
|
||||
'email_confirm_text' => 'Bitte bestätigen Sie Ihre E-Mail-Adresse, indem Sie auf die Schaltfläche klicken:',
|
||||
'email_confirm_action' => 'E-Mail-Adresse bestätigen',
|
||||
'email_confirm_send_error' => 'Leider konnte die für die Registrierung notwendige E-Mail zur Bestätigung Ihrer E-Mail-Adresse nicht versandt werden. Bitte kontaktieren Sie den Systemadministrator!',
|
||||
'email_confirm_send_error' => 'Leider konnte die für die Registrierung notwendige E-Mail zur Bestätigung Ihrer E-Mail-Adresse nicht versandt werden. Bitte kontaktieren Sie den Systemadministrator.',
|
||||
'email_confirm_success' => 'Ihre E-Mail wurde bestätigt! Sie sollten nun in der Lage sein, sich mit dieser E-Mail-Adresse anzumelden.',
|
||||
'email_confirm_resent' => 'Bestätigungs-E-Mail wurde erneut versendet, bitte überprüfen Sie Ihren Posteingang.',
|
||||
'email_confirm_thanks' => 'Vielen Dank für das Bestätigen!',
|
||||
'email_confirm_thanks_desc' => 'Bitte warten Sie einen Augenblick, während Ihre Bestätigung bearbeitet wird. Wenn Sie nach 3 Sekunden nicht weitergeleitet werden, drücken Sie unten den "Weiter" Link, um fortzufahren.',
|
||||
'email_confirm_thanks_desc' => 'Bitte warten Sie einen Augenblick, während Ihre Bestätigung bearbeitet wird. Wenn Sie nach 3 Sekunden nicht weitergeleitet werden, drücken Sie unten den „Weiter“-Link, um fortzufahren.',
|
||||
|
||||
'email_not_confirmed' => 'E-Mail-Adresse ist nicht bestätigt',
|
||||
'email_not_confirmed_text' => 'Ihre E-Mail-Adresse ist bisher nicht bestätigt.',
|
||||
'email_not_confirmed_click_link' => 'Bitte klicken Sie auf den Link in der E-Mail, die Sie nach der Registrierung erhalten haben.',
|
||||
'email_not_confirmed_resend' => 'Wenn Sie die E-Mail nicht erhalten haben, können Sie die Nachricht erneut anfordern. Füllen Sie hierzu bitte das folgende Formular aus:',
|
||||
'email_not_confirmed_resend' => 'Wenn Sie die E-Mail nicht erhalten haben, können Sie die Nachricht erneut anfordern. Füllen Sie hierzu bitte das folgende Formular aus.',
|
||||
'email_not_confirmed_resend_button' => 'Bestätigungs-E-Mail erneut senden',
|
||||
|
||||
// User Invite
|
||||
'user_invite_email_subject' => 'Sie wurden eingeladen :appName beizutreten!',
|
||||
'user_invite_email_subject' => 'Sie wurden eingeladen, :appName beizutreten!',
|
||||
'user_invite_email_greeting' => 'Ein Konto wurde für Sie auf :appName erstellt.',
|
||||
'user_invite_email_text' => 'Klicken Sie auf die Schaltfläche unten, um ein Passwort festzulegen und Zugriff zu erhalten:',
|
||||
'user_invite_email_action' => 'Account-Passwort festlegen',
|
||||
'user_invite_page_welcome' => 'Willkommen bei :appName!',
|
||||
'user_invite_page_text' => 'Um die Anmeldung abzuschließen und Zugriff auf :appName zu bekommen muss noch ein Passwort festgelegt werden. Dieses wird in Zukunft für die Anmeldung benötigt.',
|
||||
'user_invite_page_text' => 'Um die Anmeldung abzuschließen und Zugriff auf :appName zu bekommen, muss noch ein Passwort festgelegt werden. Dieses wird in Zukunft für die Anmeldung benötigt.',
|
||||
'user_invite_page_confirm_button' => 'Passwort bestätigen',
|
||||
'user_invite_success_login' => 'Passwort gesetzt, Sie sollten nun in der Lage sein, sich mit Ihrem Passwort an :appName anzumelden!',
|
||||
|
||||
@ -87,31 +87,31 @@ return [
|
||||
'mfa_setup_reconfigure' => 'Umkonfigurieren',
|
||||
'mfa_setup_remove_confirmation' => 'Sind Sie sicher, dass Sie diese Multi-Faktor-Authentifizierungsmethode entfernen möchten?',
|
||||
'mfa_setup_action' => 'Einrichtung',
|
||||
'mfa_backup_codes_usage_limit_warning' => 'Sie haben weniger als 5 Backup-Codes übrig, Bitte erstellen und speichern Sie ein neues Set bevor Sie keine Codes mehr haben, um zu verhindern, dass Sie von Ihrem Konto gesperrt werden.',
|
||||
'mfa_option_totp_title' => 'Mobile App',
|
||||
'mfa_option_totp_desc' => 'Um Mehrfach-Faktor-Authentifizierung nutzen zu können, benötigen Sie eine mobile Anwendung, die TOTP unterstützt, wie Google Authenticator, Authy oder Microsoft Authenticator.',
|
||||
'mfa_option_backup_codes_title' => 'Backup Code',
|
||||
'mfa_backup_codes_usage_limit_warning' => 'Sie haben weniger als 5 Backup-Codes übrig, bitte erstellen und speichern Sie ein neues Set, bevor Ihnen die Codes ausgehen, um zu verhindern, dass Sie aus Ihrem Konto ausgesperrt werden.',
|
||||
'mfa_option_totp_title' => 'Handy-App',
|
||||
'mfa_option_totp_desc' => 'Um Mehrfach-Faktor-Authentifizierung nutzen zu können, benötigen Sie eine Handy-Anwendung, die TOTP unterstützt, wie Google Authenticator, Authy oder Microsoft Authenticator.',
|
||||
'mfa_option_backup_codes_title' => 'Backup-Codes',
|
||||
'mfa_option_backup_codes_desc' => 'Speichern Sie sicher eine Reihe von einmaligen Backup-Codes, die Sie eingeben können, um Ihre Identität zu überprüfen.',
|
||||
'mfa_gen_confirm_and_enable' => 'Bestätigen und aktivieren',
|
||||
'mfa_gen_backup_codes_title' => 'Backup-Codes einrichten',
|
||||
'mfa_gen_backup_codes_desc' => 'Speichern Sie die folgende Liste der Codes an einem sicheren Ort. Wenn Sie auf das System zugreifen, können Sie einen der Codes als zweiten Authentifizierungsmechanismus verwenden.',
|
||||
'mfa_gen_backup_codes_download' => 'Download Codes',
|
||||
'mfa_gen_backup_codes_desc' => 'Speichern Sie die folgende Liste von Codes an einem sicheren Ort. Wenn Sie auf das System zugreifen, können Sie einen der Codes als zweiten Authentifizierungsmechanismus verwenden.',
|
||||
'mfa_gen_backup_codes_download' => 'Codes herunterladen',
|
||||
'mfa_gen_backup_codes_usage_warning' => 'Jeder Code kann nur einmal verwendet werden',
|
||||
'mfa_gen_totp_title' => 'Mobile App einrichten',
|
||||
'mfa_gen_totp_desc' => 'Um Mehrfach-Faktor-Authentifizierung nutzen zu können, benötigen Sie eine mobile Anwendung, die TOTP unterstützt, wie Google Authenticator, Authy oder Microsoft Authenticator.',
|
||||
'mfa_gen_totp_title' => 'Handy-App einrichten',
|
||||
'mfa_gen_totp_desc' => 'Um Multi-Faktor-Authentifizierung nutzen zu können, benötigen Sie eine Handy-Anwendung, die TOTP unterstützt, wie Google Authenticator, Authy oder Microsoft Authenticator.',
|
||||
'mfa_gen_totp_scan' => 'Scannen Sie den QR-Code unten mit Ihrer bevorzugten Authentifizierungs-App, um loszulegen.',
|
||||
'mfa_gen_totp_verify_setup' => 'Setup überprüfen',
|
||||
'mfa_gen_totp_verify_setup_desc' => 'Überprüfen Sie, dass alles funktioniert, indem Sie einen Code in Ihrer Authentifizierungs-App in das Eingabefeld unten eingeben:',
|
||||
'mfa_gen_totp_provide_code_here' => 'Geben Sie hier Ihre App generierten Code ein',
|
||||
'mfa_gen_totp_verify_setup_desc' => 'Überprüfen Sie, dass alles funktioniert, indem Sie einen von Ihrer Authentifizierungs-App generierten Code in das Eingabefeld unten eingeben:',
|
||||
'mfa_gen_totp_provide_code_here' => 'Geben Sie hier Ihren App-generierten Code ein',
|
||||
'mfa_verify_access' => 'Zugriff überprüfen',
|
||||
'mfa_verify_access_desc' => 'Ihr Benutzerkonto erfordert, dass Sie Ihre Identität über eine zusätzliche Verifikationsebene bestätigen, bevor Sie den Zugriff gewähren. Überprüfen Sie mit einer Ihrer konfigurierten Methoden, um fortzufahren.',
|
||||
'mfa_verify_access_desc' => 'Ihr Benutzerkonto erfordert, dass Sie Ihre Identität über eine zusätzliche Verifikationsebene bestätigen, bevor Sie Zugriff erhalten. Nutzen Sie dazu eine Ihrer konfigurierten Methoden, um fortzufahren.',
|
||||
'mfa_verify_no_methods' => 'Keine Methoden konfiguriert',
|
||||
'mfa_verify_no_methods_desc' => 'Es konnten keine Mehrfach-Faktor-Authentifizierungsmethoden für Ihr Konto gefunden werden. Sie müssen mindestens eine Methode einrichten, bevor Sie Zugriff erhalten.',
|
||||
'mfa_verify_use_totp' => 'Mit einer mobilen App verifizieren',
|
||||
'mfa_verify_no_methods_desc' => 'Es konnten keine Multi-Faktor-Authentifizierungsmethoden für Ihr Konto gefunden werden. Sie müssen mindestens eine Methode einrichten, bevor Sie Zugriff erhalten.',
|
||||
'mfa_verify_use_totp' => 'Mit einer Handy-App verifizieren',
|
||||
'mfa_verify_use_backup_codes' => 'Mit einem Backup-Code überprüfen',
|
||||
'mfa_verify_backup_code' => 'Backup-Code',
|
||||
'mfa_verify_backup_code_desc' => 'Geben Sie einen Ihrer verbleibenden Backup-Codes unten ein:',
|
||||
'mfa_verify_backup_code_desc' => 'Geben Sie unten einen Ihrer verbleibenden Backup-Codes ein:',
|
||||
'mfa_verify_backup_code_enter_here' => 'Backup-Code hier eingeben',
|
||||
'mfa_verify_totp_desc' => 'Geben Sie den Code ein, der mit Ihrer mobilen App generiert wurde:',
|
||||
'mfa_verify_totp_desc' => 'Geben Sie den Code ein, der mit Ihrer Handy-App generiert wurde:',
|
||||
'mfa_setup_login_notification' => 'Multi-Faktor-Methode konfiguriert. Bitte melden Sie sich jetzt erneut mit der konfigurierten Methode an.',
|
||||
];
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Abbrechen',
|
||||
'close' => 'Schließen',
|
||||
'confirm' => 'Bestätigen',
|
||||
'back' => 'Zurück',
|
||||
'save' => 'Speichern',
|
||||
@ -19,7 +20,7 @@ return [
|
||||
'description' => 'Beschreibung',
|
||||
'role' => 'Rolle',
|
||||
'cover_image' => 'Titelbild',
|
||||
'cover_image_description' => 'Das Bild sollte eine Auflösung von 440x250px haben.',
|
||||
'cover_image_description' => 'Das Bild sollte eine Auflösung von ca. 440x250px haben.',
|
||||
|
||||
// Actions
|
||||
'actions' => 'Aktionen',
|
||||
|
@ -6,27 +6,34 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Bild auswählen',
|
||||
'image_list' => 'Bilderliste',
|
||||
'image_details' => 'Bilddetails',
|
||||
'image_upload' => 'Bild hochladen',
|
||||
'image_intro' => 'Hier können Sie die zuvor hochgeladenen Bilder auswählen und verwalten.',
|
||||
'image_intro_upload' => 'Laden Sie ein neues Bild hoch, indem Sie eine Bilddatei in dieses Fenster ziehen oder über die Schaltfläche "Bild hochladen" oben klicken.',
|
||||
'image_intro_upload' => 'Laden Sie ein neues Bild hoch, indem Sie eine Bilddatei in dieses Fenster ziehen oder auf die Schaltfläche "Bild hochladen" oben klicken.',
|
||||
'image_all' => 'Alle',
|
||||
'image_all_title' => 'Alle Bilder anzeigen',
|
||||
'image_book_title' => 'Zeige alle Bilder, die in dieses Buch hochgeladen wurden',
|
||||
'image_page_title' => 'Zeige alle Bilder, die auf diese Seite hochgeladen wurden',
|
||||
'image_search_hint' => 'Nach Bildnamen suchen',
|
||||
'image_uploaded' => 'Hochgeladen am :uploadedDate',
|
||||
'image_uploaded_by' => 'Hochgeladen von :userName',
|
||||
'image_uploaded_to' => 'Hochgeladen auf :pageLink',
|
||||
'image_updated' => 'Aktualisiert am :updateDate',
|
||||
'image_load_more' => 'Mehr',
|
||||
'image_image_name' => 'Bildname',
|
||||
'image_delete_used' => 'Dieses Bild wird auf den folgenden Seiten benutzt. ',
|
||||
'image_delete_confirm_text' => 'Möchten Sie dieses Bild wirklich löschen?',
|
||||
'image_select_image' => 'Bild auswählen',
|
||||
'image_dropzone' => 'Ziehen Sie Bilder hierher oder klicken Sie hier, um ein Bild auszuwählen',
|
||||
'image_dropzone_drop' => 'Ziehe Dateien hierher, um sie hochzuladen',
|
||||
'image_dropzone_drop' => 'Ziehen Sie Dateien hierher, um sie hochzuladen',
|
||||
'images_deleted' => 'Bilder gelöscht',
|
||||
'image_preview' => 'Bildvorschau',
|
||||
'image_upload_success' => 'Bild erfolgreich hochgeladen',
|
||||
'image_update_success' => 'Bilddetails erfolgreich aktualisiert',
|
||||
'image_delete_success' => 'Bild erfolgreich gelöscht',
|
||||
'image_replace' => 'Bild ersetzen',
|
||||
'image_replace_success' => 'Bild erfolgreich aktualisiert',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Code editieren',
|
||||
|
@ -180,7 +180,6 @@ return [
|
||||
'chapters_save' => 'Kapitel speichern',
|
||||
'chapters_move' => 'Kapitel verschieben',
|
||||
'chapters_move_named' => 'Kapitel ":chapterName" verschieben',
|
||||
'chapter_move_success' => 'Das Kapitel wurde in das Buch ":bookName" verschoben.',
|
||||
'chapters_copy' => 'Kapitel kopieren',
|
||||
'chapters_copy_success' => 'Kapitel erfolgreich kopiert',
|
||||
'chapters_permissions' => 'Kapitel-Berechtigungen',
|
||||
@ -214,6 +213,7 @@ return [
|
||||
'pages_editing_page' => 'Seite bearbeiten',
|
||||
'pages_edit_draft_save_at' => 'Entwurf gespeichert um ',
|
||||
'pages_edit_delete_draft' => 'Entwurf löschen',
|
||||
'pages_edit_delete_draft_confirm' => 'Sind Sie sicher, dass Sie Ihren Entwurf löschen möchten? Alle Ihre Änderungen seit dem letzten vollständigen Speichern gehen verloren und der Editor wird mit dem letzten Speicherzustand aktualisiert, der kein Entwurf ist.',
|
||||
'pages_edit_discard_draft' => 'Entwurf verwerfen',
|
||||
'pages_edit_switch_to_markdown' => 'Zum Markdown Editor wechseln',
|
||||
'pages_edit_switch_to_markdown_clean' => '(gesäuberter Output)',
|
||||
@ -240,7 +240,6 @@ return [
|
||||
'pages_md_sync_scroll' => 'Vorschau synchronisieren',
|
||||
'pages_not_in_chapter' => 'Seite ist in keinem Kapitel',
|
||||
'pages_move' => 'Seite verschieben',
|
||||
'pages_move_success' => 'Seite nach ":parentName" verschoben',
|
||||
'pages_copy' => 'Seite kopieren',
|
||||
'pages_copy_desination' => 'Ziel',
|
||||
'pages_copy_success' => 'Seite erfolgreich kopiert',
|
||||
@ -266,7 +265,13 @@ return [
|
||||
'pages_revisions_restore' => 'Wiederherstellen',
|
||||
'pages_revisions_none' => 'Diese Seite hat keine älteren Versionen.',
|
||||
'pages_copy_link' => 'Link kopieren',
|
||||
'pages_edit_content_link' => 'Inhalt bearbeiten',
|
||||
'pages_edit_content_link' => 'Im Editor zum Abschnitt springen',
|
||||
'pages_pointer_enter_mode' => 'Abschnittsauswahlmodus aktivieren',
|
||||
'pages_pointer_label' => 'Abschnittsoptionen der Seite',
|
||||
'pages_pointer_permalink' => 'Seitenabschnitt-Permalink',
|
||||
'pages_pointer_include_tag' => 'Seitenabschnitts-Include-Tag',
|
||||
'pages_pointer_toggle_link' => 'Permalink-Modus, Drücken, um Include-Tag anzuzeigen',
|
||||
'pages_pointer_toggle_include' => 'Include-Tag-Modus, Drücken, um Permalink anzuzeigen',
|
||||
'pages_permissions_active' => 'Seiten-Berechtigungen aktiv',
|
||||
'pages_initial_revision' => 'Erste Veröffentlichung',
|
||||
'pages_references_update_revision' => 'Automatische Systemaktualisierung interner Links',
|
||||
@ -281,7 +286,8 @@ return [
|
||||
'time_b' => 'in den letzten :minCount Minuten',
|
||||
'message' => ':start :time. Achten Sie darauf, keine Änderungen von anderen Benutzern zu überschreiben!',
|
||||
],
|
||||
'pages_draft_discarded' => 'Entwurf verworfen. Der aktuelle Seiteninhalt wurde geladen.',
|
||||
'pages_draft_discarded' => 'Entwurf verworfen! Der aktuelle Seiteninhalt wurde geladen',
|
||||
'pages_draft_deleted' => 'Entwurf gelöscht. Der aktuelle Seiteninhalt wurde geladen',
|
||||
'pages_specific' => 'Spezifische Seite',
|
||||
'pages_is_template' => 'Seitenvorlage',
|
||||
|
||||
@ -313,7 +319,7 @@ return [
|
||||
'attachments_explain_instant_save' => 'Änderungen werden direkt gespeichert.',
|
||||
'attachments_upload' => 'Datei hochladen',
|
||||
'attachments_link' => 'Link hinzufügen',
|
||||
'attachments_upload_drop' => 'Alternativ können Sie eine Datei per Drag & Drop hier hochladen, um sie als Anhang hochzuladen.',
|
||||
'attachments_upload_drop' => 'Alternativ können Sie eine Datei per Drag & Drop hier als Anhang hochladen.',
|
||||
'attachments_set_link' => 'Link setzen',
|
||||
'attachments_delete' => 'Sind Sie sicher, dass Sie diesen Anhang löschen möchten?',
|
||||
'attachments_dropzone' => 'Ziehe Dateien hierher, um sie hochzuladen',
|
||||
@ -356,21 +362,20 @@ return [
|
||||
'comment_placeholder' => 'Geben Sie hier Ihre Kommentare ein (Markdown unterstützt)',
|
||||
'comment_count' => '{0} Keine Kommentare|{1} 1 Kommentar|[2,*] :count Kommentare',
|
||||
'comment_save' => 'Kommentar speichern',
|
||||
'comment_saving' => 'Kommentar wird gespeichert...',
|
||||
'comment_deleting' => 'Kommentar wird gelöscht...',
|
||||
'comment_new' => 'Neuer Kommentar',
|
||||
'comment_created' => ':createDiff kommentiert',
|
||||
'comment_updated' => ':updateDiff aktualisiert von :username',
|
||||
'comment_updated_indicator' => 'Aktualisiert',
|
||||
'comment_deleted_success' => 'Kommentar gelöscht',
|
||||
'comment_created_success' => 'Kommentar hinzugefügt',
|
||||
'comment_updated_success' => 'Kommentar aktualisiert',
|
||||
'comment_delete_confirm' => 'Möchten Sie diesen Kommentar wirklich löschen?',
|
||||
'comment_in_reply_to' => 'Antwort auf :commentId',
|
||||
'comment_editor_explain' => 'Hier sind die Kommentare, die auf dieser Seite hinterlassen wurden. Kommentare können hinzugefügt und verwaltet werden, wenn die gespeicherte Seite angezeigt wird.',
|
||||
|
||||
// Revision
|
||||
'revision_delete_confirm' => 'Sind Sie sicher, dass Sie diese Revision löschen wollen?',
|
||||
'revision_restore_confirm' => 'Sind Sie sicher, dass Sie diese Revision wiederherstellen wollen? Der aktuelle Seiteninhalt wird ersetzt.',
|
||||
'revision_delete_success' => 'Revision gelöscht',
|
||||
'revision_cannot_delete_latest' => 'Die letzte Version kann nicht gelöscht werden.',
|
||||
|
||||
// Copy view
|
||||
|
@ -49,6 +49,7 @@ return [
|
||||
// Drawing & Images
|
||||
'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_replace_type' => 'Bild-Ersetzungen müssen vom gleichen Typ sein',
|
||||
'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
|
||||
@ -57,6 +58,7 @@ return [
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'Fehler beim Speichern des Entwurfs. Stellen Sie sicher, dass Sie mit dem Internet verbunden sind, bevor Sie den Entwurf dieser Seite speichern.',
|
||||
'page_draft_delete_fail' => 'Fehler beim Löschen des Seitenentwurfs und beim Abrufen des gespeicherten Inhalts der aktuellen Seite',
|
||||
'page_custom_home_deletion' => 'Eine als Startseite gesetzte Seite kann nicht gelöscht werden',
|
||||
|
||||
// Entities
|
||||
|
@ -9,7 +9,6 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'Einstellungen',
|
||||
'settings_save' => 'Einstellungen speichern',
|
||||
'settings_save_success' => 'Einstellungen gespeichert',
|
||||
'system_version' => 'Systemversion',
|
||||
'categories' => 'Kategorien',
|
||||
|
||||
@ -233,8 +232,6 @@ Hinweis: Benutzer können ihre E-Mail-Adresse nach erfolgreicher Registrierung
|
||||
'user_api_token_expiry' => 'Ablaufdatum',
|
||||
'user_api_token_expiry_desc' => 'Legen Sie ein Datum fest, an dem dieser Token abläuft. Nach diesem Datum funktionieren Anfragen, die mit diesem Token gestellt werden, nicht mehr. Wenn Sie dieses Feld leer lassen, wird ein Ablaufdatum von 100 Jahren in der Zukunft festgelegt.',
|
||||
'user_api_token_create_secret_message' => 'Unmittelbar nach der Erstellung dieses Tokens wird eine "Token ID" & ein "Token Kennwort" generiert und angezeigt. Das Kennwort wird nur ein einziges Mal angezeigt. Stellen Sie also sicher, dass Sie den Inhalt an einen sicheren Ort kopieren, bevor Sie fortfahren.',
|
||||
'user_api_token_create_success' => 'API-Token erfolgreich erstellt',
|
||||
'user_api_token_update_success' => 'API-Token erfolgreich aktualisiert',
|
||||
'user_api_token' => 'API-Token',
|
||||
'user_api_token_id' => 'Token ID',
|
||||
'user_api_token_id_desc' => 'Dies ist ein nicht editierbarer, vom System generierter Identifikator für diesen Token, welcher bei API-Anfragen angegeben werden muss.',
|
||||
@ -245,7 +242,6 @@ Hinweis: Benutzer können ihre E-Mail-Adresse nach erfolgreicher Registrierung
|
||||
'user_api_token_delete' => 'Lösche Token',
|
||||
'user_api_token_delete_warning' => 'Dies löscht den API-Token mit dem Namen \':tokenName\' vollständig aus dem System.',
|
||||
'user_api_token_delete_confirm' => 'Sind Sie sicher, dass Sie diesen API-Token löschen möchten?',
|
||||
'user_api_token_delete_success' => 'API-Token erfolgreich gelöscht',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
|
@ -15,6 +15,7 @@ return [
|
||||
'page_restore' => 'stellt Seite wieder her',
|
||||
'page_restore_notification' => 'Seite erfolgreich wiederhergestellt',
|
||||
'page_move' => 'verschiebt Seite',
|
||||
'page_move_notification' => 'Seite erfolgreich verschoben',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'erstellt Kapitel',
|
||||
@ -24,6 +25,7 @@ return [
|
||||
'chapter_delete' => 'löscht Kapitel',
|
||||
'chapter_delete_notification' => 'Kapitel erfolgreich gelöscht',
|
||||
'chapter_move' => 'verschiebt Kapitel',
|
||||
'chapter_move_notification' => 'Kapitel erfolgreich verschoben',
|
||||
|
||||
// Books
|
||||
'book_create' => 'erstellt Buch',
|
||||
@ -47,14 +49,30 @@ return [
|
||||
'bookshelf_delete' => 'Regal gelöscht',
|
||||
'bookshelf_delete_notification' => 'Regal erfolgreich gelöscht',
|
||||
|
||||
// Revisions
|
||||
'revision_restore' => 'stellte Revision wieder her:',
|
||||
'revision_delete' => 'löschte Revision',
|
||||
'revision_delete_notification' => 'Revision erfolgreich gelöscht',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '":name" wurde zu deinen Favoriten hinzugefügt',
|
||||
'favourite_remove_notification' => '":name" wurde aus deinen Favoriten entfernt',
|
||||
|
||||
// MFA
|
||||
// Auth
|
||||
'auth_login' => 'hat sich eingeloggt',
|
||||
'auth_register' => 'hat sich als neuer Benutzer registriert',
|
||||
'auth_password_reset_request' => 'hat eine Rücksetzung des Benutzerpassworts beantragt',
|
||||
'auth_password_reset_update' => 'hat Benutzerpasswort zurückgesetzt',
|
||||
'mfa_setup_method' => 'hat MFA-Methode konfiguriert',
|
||||
'mfa_setup_method_notification' => 'Multi-Faktor-Methode erfolgreich konfiguriert',
|
||||
'mfa_remove_method' => 'hat MFA-Methode entfernt',
|
||||
'mfa_remove_method_notification' => 'Multi-Faktor-Methode erfolgreich entfernt',
|
||||
|
||||
// Settings
|
||||
'settings_update' => 'hat Einstellungen aktualisiert',
|
||||
'settings_update_notification' => 'Einstellungen erfolgreich aktualisiert',
|
||||
'maintenance_action_run' => 'hat Wartungsarbeiten ausgeführt',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'erstellter Webhook',
|
||||
'webhook_create_notification' => 'Webhook erfolgreich eingerichtet',
|
||||
@ -64,14 +82,34 @@ return [
|
||||
'webhook_delete_notification' => 'Webhook erfolgreich gelöscht',
|
||||
|
||||
// Users
|
||||
'user_create' => 'hat Benutzer erzeugt:',
|
||||
'user_create_notification' => 'Benutzer erfolgreich erstellt',
|
||||
'user_update' => 'hat Benutzer aktualisiert:',
|
||||
'user_update_notification' => 'Benutzer erfolgreich aktualisiert',
|
||||
'user_delete' => 'hat Benutzer gelöscht: ',
|
||||
'user_delete_notification' => 'Benutzer erfolgreich entfernt',
|
||||
|
||||
// API Tokens
|
||||
'api_token_create' => 'hat API-Token erzeugt:',
|
||||
'api_token_create_notification' => 'API-Token erfolgreich erstellt',
|
||||
'api_token_update' => 'hat API-Token aktualisiert:',
|
||||
'api_token_update_notification' => 'API-Token erfolgreich aktualisiert',
|
||||
'api_token_delete' => 'hat API-Token gelöscht:',
|
||||
'api_token_delete_notification' => 'API-Token erfolgreich gelöscht',
|
||||
|
||||
// Roles
|
||||
'role_create' => 'hat Rolle erzeugt:',
|
||||
'role_create_notification' => 'Rolle erfolgreich erstellt',
|
||||
'role_update' => 'hat Rolle aktualisiert:',
|
||||
'role_update_notification' => 'Rolle erfolgreich aktualisiert',
|
||||
'role_delete' => 'hat Rolle gelöscht:',
|
||||
'role_delete_notification' => 'Rolle erfolgreich gelöscht',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin_empty' => 'hat den Papierkorb geleert',
|
||||
'recycle_bin_restore' => 'aus dem Papierkorb wiederhergestellt',
|
||||
'recycle_bin_destroy' => 'aus dem Papierkorb gelöscht',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'kommentiert',
|
||||
'permissions_update' => 'aktualisierte Berechtigungen',
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Abbrechen',
|
||||
'close' => 'Schließen',
|
||||
'confirm' => 'Bestätigen',
|
||||
'back' => 'Zurück',
|
||||
'save' => 'Speichern',
|
||||
|
@ -6,15 +6,20 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Bild auswählen',
|
||||
'image_list' => 'Bilderliste',
|
||||
'image_details' => 'Bilddetails',
|
||||
'image_upload' => 'Bild hochladen',
|
||||
'image_intro' => 'Hier können Sie die zuvor hochgeladenen Bilder auswählen und verwalten.',
|
||||
'image_intro_upload' => 'Laden Sie ein neues Bild hoch, indem Sie eine Bilddatei in dieses Fenster ziehen oder über die Schaltfläche "Bild hochladen" oben klicken.',
|
||||
'image_intro' => 'Hier kannst du die zuvor hochgeladenen Bilder auswählen und verwalten.',
|
||||
'image_intro_upload' => 'Lade ein neues Bild hoch, indem du eine Bilddatei in dieses Fenster ziehst oder auf die Schaltfläche "Bild hochladen" oben klickst.',
|
||||
'image_all' => 'Alle',
|
||||
'image_all_title' => 'Alle Bilder anzeigen',
|
||||
'image_book_title' => 'Zeige alle Bilder, die in dieses Buch hochgeladen wurden',
|
||||
'image_page_title' => 'Zeige alle Bilder, die auf diese Seite hochgeladen wurden',
|
||||
'image_search_hint' => 'Nach Bildnamen suchen',
|
||||
'image_uploaded' => 'Hochgeladen am :uploadedDate',
|
||||
'image_uploaded_by' => 'Hochgeladen von :userName',
|
||||
'image_uploaded_to' => 'Hochgeladen auf :pageLink',
|
||||
'image_updated' => 'Aktualisiert am :updateDate',
|
||||
'image_load_more' => 'Mehr',
|
||||
'image_image_name' => 'Bildname',
|
||||
'image_delete_used' => 'Dieses Bild wird auf den folgenden Seiten benutzt.',
|
||||
@ -27,6 +32,8 @@ return [
|
||||
'image_upload_success' => 'Bild erfolgreich hochgeladen',
|
||||
'image_update_success' => 'Bilddetails erfolgreich aktualisiert',
|
||||
'image_delete_success' => 'Bild erfolgreich gelöscht',
|
||||
'image_replace' => 'Bild ersetzen',
|
||||
'image_replace_success' => 'Bild erfolgreich aktualisiert',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Code editieren',
|
||||
|
@ -180,7 +180,6 @@ return [
|
||||
'chapters_save' => 'Kapitel speichern',
|
||||
'chapters_move' => 'Kapitel verschieben',
|
||||
'chapters_move_named' => 'Kapitel ":chapterName" verschieben',
|
||||
'chapter_move_success' => 'Das Kapitel wurde in das Buch ":bookName" verschoben.',
|
||||
'chapters_copy' => 'Kapitel kopieren',
|
||||
'chapters_copy_success' => 'Kapitel erfolgreich kopiert',
|
||||
'chapters_permissions' => 'Kapitel-Berechtigungen',
|
||||
@ -214,6 +213,7 @@ return [
|
||||
'pages_editing_page' => 'Seite bearbeiten',
|
||||
'pages_edit_draft_save_at' => 'Entwurf gespeichert um ',
|
||||
'pages_edit_delete_draft' => 'Entwurf löschen',
|
||||
'pages_edit_delete_draft_confirm' => 'Bist du sicher, dass du deinen Entwurf löschen möchtest? Alle deine Änderungen seit dem letzten vollständigen Speichern gehen verloren und der Editor wird mit dem letzten Speicherzustand aktualisiert, der kein Entwurf ist.',
|
||||
'pages_edit_discard_draft' => 'Entwurf verwerfen',
|
||||
'pages_edit_switch_to_markdown' => 'Zum Markdown Editor wechseln',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Sauberer Inhalt)',
|
||||
@ -240,7 +240,6 @@ return [
|
||||
'pages_md_sync_scroll' => 'Vorschau synchronisieren',
|
||||
'pages_not_in_chapter' => 'Seite ist in keinem Kapitel',
|
||||
'pages_move' => 'Seite verschieben',
|
||||
'pages_move_success' => 'Seite nach ":parentName" verschoben',
|
||||
'pages_copy' => 'Seite kopieren',
|
||||
'pages_copy_desination' => 'Ziel',
|
||||
'pages_copy_success' => 'Seite erfolgreich kopiert',
|
||||
@ -266,7 +265,13 @@ return [
|
||||
'pages_revisions_restore' => 'Wiederherstellen',
|
||||
'pages_revisions_none' => 'Diese Seite hat keine älteren Versionen.',
|
||||
'pages_copy_link' => 'Link kopieren',
|
||||
'pages_edit_content_link' => 'Inhalt bearbeiten',
|
||||
'pages_edit_content_link' => 'Im Editor zum Abschnitt springen',
|
||||
'pages_pointer_enter_mode' => 'Abschnittsauswahlmodus aktivieren',
|
||||
'pages_pointer_label' => 'Abschnittsoptionen der Seite',
|
||||
'pages_pointer_permalink' => 'Seitenabschnitt-Permalink',
|
||||
'pages_pointer_include_tag' => 'Seitenabschnitts-Include-Tag',
|
||||
'pages_pointer_toggle_link' => 'Permalink-Modus, Drücken, um Include-Tag anzuzeigen',
|
||||
'pages_pointer_toggle_include' => 'Include-Tag-Modus, Drücken, um Permalink anzuzeigen',
|
||||
'pages_permissions_active' => 'Seiten-Berechtigungen aktiv',
|
||||
'pages_initial_revision' => 'Erste Veröffentlichung',
|
||||
'pages_references_update_revision' => 'Automatische Systemaktualisierung interner Links',
|
||||
@ -281,7 +286,8 @@ return [
|
||||
'time_b' => 'in den letzten :minCount Minuten',
|
||||
'message' => ':start :time. Achte darauf, keine Änderungen von anderen Benutzern zu überschreiben!',
|
||||
],
|
||||
'pages_draft_discarded' => 'Entwurf verworfen. Der aktuelle Seiteninhalt wurde geladen.',
|
||||
'pages_draft_discarded' => 'Entwurf verworfen! Der aktuelle Seiteninhalt wurde geladen',
|
||||
'pages_draft_deleted' => 'Entwurf gelöscht. Der aktuelle Seiteninhalt wurde geladen',
|
||||
'pages_specific' => 'Spezifische Seite',
|
||||
'pages_is_template' => 'Seitenvorlage',
|
||||
|
||||
@ -313,7 +319,7 @@ return [
|
||||
'attachments_explain_instant_save' => 'Änderungen werden direkt gespeichert.',
|
||||
'attachments_upload' => 'Datei hochladen',
|
||||
'attachments_link' => 'Link hinzufügen',
|
||||
'attachments_upload_drop' => 'Alternativ können Sie eine Datei per Drag & Drop hier hochladen, um sie als Anhang hochzuladen.',
|
||||
'attachments_upload_drop' => 'Alternativ kannst du eine Datei per Drag & Drop hier als Anhang hochladen.',
|
||||
'attachments_set_link' => 'Link setzen',
|
||||
'attachments_delete' => 'Bist du sicher, dass du diesen Anhang löschen möchtest?',
|
||||
'attachments_dropzone' => 'Ziehe Dateien hierher, um sie hochzuladen',
|
||||
@ -356,21 +362,20 @@ return [
|
||||
'comment_placeholder' => 'Gib hier deine Kommentare ein (Markdown unterstützt)',
|
||||
'comment_count' => '{0} Keine Kommentare|{1} 1 Kommentar|[2,*] :count Kommentare',
|
||||
'comment_save' => 'Kommentar speichern',
|
||||
'comment_saving' => 'Kommentar wird gespeichert...',
|
||||
'comment_deleting' => 'Kommentar wird gelöscht...',
|
||||
'comment_new' => 'Neuer Kommentar',
|
||||
'comment_created' => ':createDiff kommentiert',
|
||||
'comment_updated' => ':updateDiff aktualisiert von :username',
|
||||
'comment_updated_indicator' => 'Aktualisiert',
|
||||
'comment_deleted_success' => 'Kommentar gelöscht',
|
||||
'comment_created_success' => 'Kommentar hinzugefügt',
|
||||
'comment_updated_success' => 'Kommentar aktualisiert',
|
||||
'comment_delete_confirm' => 'Möchtst du diesen Kommentar wirklich löschen?',
|
||||
'comment_in_reply_to' => 'Antwort auf :commentId',
|
||||
'comment_editor_explain' => 'Hier sind die Kommentare, die auf dieser Seite hinterlassen wurden. Kommentare können hinzugefügt und verwaltet werden, wenn die gespeicherte Seite angezeigt wird.',
|
||||
|
||||
// Revision
|
||||
'revision_delete_confirm' => 'Bist du sicher, dass du diese Revision löschen möchtest?',
|
||||
'revision_restore_confirm' => 'Bist du sicher, dass du diese Revision wiederherstellen willst? Der aktuelle Seiteninhalt wird ersetzt.',
|
||||
'revision_delete_success' => 'Revision gelöscht',
|
||||
'revision_cannot_delete_latest' => 'Die letzte Version kann nicht gelöscht werden.',
|
||||
|
||||
// Copy view
|
||||
|
@ -49,6 +49,7 @@ return [
|
||||
// Drawing & Images
|
||||
'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_replace_type' => 'Bild-Ersetzungen müssen vom gleichen Typ sein',
|
||||
'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
|
||||
@ -57,6 +58,7 @@ return [
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'Fehler beim Speichern des Entwurfs. Stelle sicher, dass du mit dem Internet verbunden bist, bevor du den Entwurf dieser Seite speicherst.',
|
||||
'page_draft_delete_fail' => 'Fehler beim Löschen des Seitenentwurfs und beim Abrufen des gespeicherten Inhalts der aktuellen Seite',
|
||||
'page_custom_home_deletion' => 'Eine als Startseite gesetzte Seite kann nicht gelöscht werden.',
|
||||
|
||||
// Entities
|
||||
|
@ -9,7 +9,6 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'Einstellungen',
|
||||
'settings_save' => 'Einstellungen speichern',
|
||||
'settings_save_success' => 'Einstellungen gespeichert',
|
||||
'system_version' => 'Systemversion',
|
||||
'categories' => 'Kategorien',
|
||||
|
||||
@ -233,8 +232,6 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung
|
||||
'user_api_token_expiry' => 'Ablaufdatum',
|
||||
'user_api_token_expiry_desc' => 'Lege ein Datum fest, zu dem dieser Token abläuft. Nach diesem Datum funktionieren Anfragen, die mit diesem Token gestellt werden, nicht mehr. Wenn du dieses Feld leer lässt, wird ein Ablaufdatum von 100 Jahren in der Zukunft festgelegt.',
|
||||
'user_api_token_create_secret_message' => 'Unmittelbar nach der Erstellung dieses Tokens wird eine "Token ID" & ein "Token Kennwort" generiert und angezeigt. Das Kennwort wird nur ein einziges Mal angezeigt. Stelle also sicher, dass du den Inhalt an einen sicheren Ort kopierst, bevor du fortfährst.',
|
||||
'user_api_token_create_success' => 'API-Token erfolgreich erstellt',
|
||||
'user_api_token_update_success' => 'API-Token erfolgreich aktualisiert',
|
||||
'user_api_token' => 'API-Token',
|
||||
'user_api_token_id' => 'Token ID',
|
||||
'user_api_token_id_desc' => 'Dies ist ein nicht editierbarer, vom System generierter Identifikator für diesen Token, welcher bei API-Anfragen angegeben werden muss.',
|
||||
@ -245,7 +242,6 @@ Hinweis: Benutzer können ihre E-Mail Adresse nach erfolgreicher Registrierung
|
||||
'user_api_token_delete' => 'Lösche Token',
|
||||
'user_api_token_delete_warning' => 'Dies löscht den API-Token mit dem Namen \':tokenName\' vollständig aus dem System.',
|
||||
'user_api_token_delete_confirm' => 'Bist du sicher, dass du diesen API-Token löschen möchtest?',
|
||||
'user_api_token_delete_success' => 'API-Token erfolgreich gelöscht',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
|
@ -15,6 +15,7 @@ return [
|
||||
'page_restore' => 'αποκατεστημένη σελίδα',
|
||||
'page_restore_notification' => 'Η σελίδα αποκαταστάθηκε με επιτυχία',
|
||||
'page_move' => 'Η σελίδα μετακινήθηκε',
|
||||
'page_move_notification' => 'Page successfully moved',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'δημιουργήθηκε κεφάλαιο',
|
||||
@ -24,6 +25,7 @@ return [
|
||||
'chapter_delete' => 'διαγραμμένο κεφάλαιο',
|
||||
'chapter_delete_notification' => 'Το κεφάλαιο διαγράφηκε επιτυχώς',
|
||||
'chapter_move' => 'το κεφάλαιο μετακινήθηκε',
|
||||
'chapter_move_notification' => 'Chapter successfully moved',
|
||||
|
||||
// Books
|
||||
'book_create' => 'το βιβλίο δημιουργήθηκε',
|
||||
@ -47,14 +49,30 @@ return [
|
||||
'bookshelf_delete' => 'διαγραμμένο ράφι',
|
||||
'bookshelf_delete_notification' => 'Το ράφι ενημερώθηκε επιτυχώς',
|
||||
|
||||
// Revisions
|
||||
'revision_restore' => 'restored revision',
|
||||
'revision_delete' => 'deleted revision',
|
||||
'revision_delete_notification' => 'Revision successfully deleted',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '":name" προστέθηκε στα αγαπημένα σας',
|
||||
'favourite_remove_notification' => '":name" προστέθηκε στα αγαπημένα σας',
|
||||
|
||||
// MFA
|
||||
// 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' => 'Η μέθοδος πολλαπλών παραγόντων διαμορφώθηκε επιτυχώς',
|
||||
'mfa_remove_method' => 'removed MFA method',
|
||||
'mfa_remove_method_notification' => 'Η μέθοδος πολλαπλών παραγόντων καταργήθηκε με επιτυχία',
|
||||
|
||||
// Settings
|
||||
'settings_update' => 'updated settings',
|
||||
'settings_update_notification' => 'Settings successfully updated',
|
||||
'maintenance_action_run' => 'ran maintenance action',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'Το webhook δημιουργήθηκε',
|
||||
'webhook_create_notification' => 'Το Webhook δημιουργήθηκε με επιτυχία',
|
||||
@ -64,14 +82,34 @@ return [
|
||||
'webhook_delete_notification' => 'Το Webhook διαγράφηκε επιτυχώς',
|
||||
|
||||
// Users
|
||||
'user_create' => 'created user',
|
||||
'user_create_notification' => 'User successfully created',
|
||||
'user_update' => 'updated user',
|
||||
'user_update_notification' => 'Ο Χρήστης ενημερώθηκε με επιτυχία',
|
||||
'user_delete' => 'deleted user',
|
||||
'user_delete_notification' => 'Ο Χρήστης αφαιρέθηκε επιτυχώς',
|
||||
|
||||
// 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_update' => 'updated role',
|
||||
'role_update_notification' => 'Ο Ρόλος ενημερώθηκε με επιτυχία',
|
||||
'role_delete' => 'deleted role',
|
||||
'role_delete_notification' => 'Ο Ρόλος διαγράφηκε επιτυχώς',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin_empty' => 'emptied recycle bin',
|
||||
'recycle_bin_restore' => 'restored from recycle bin',
|
||||
'recycle_bin_destroy' => 'removed from recycle bin',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'σχολίασε',
|
||||
'permissions_update' => 'ενημερωμένα δικαιώματα',
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Ακύρωση',
|
||||
'close' => 'Close',
|
||||
'confirm' => 'Οκ',
|
||||
'back' => 'Πίσω',
|
||||
'save' => 'Αποθήκευση',
|
||||
|
@ -6,6 +6,8 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'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.',
|
||||
@ -15,6 +17,9 @@ return [
|
||||
'image_page_title' => 'Προβολή εικόνων που έχουν δημοσιευτεί σε αυτήν τη σελίδα',
|
||||
'image_search_hint' => 'Αναζήτηση με όνομα εικόνας',
|
||||
'image_uploaded' => 'Μεταφορτώθηκε :uploadedDate',
|
||||
'image_uploaded_by' => 'Uploaded by :userName',
|
||||
'image_uploaded_to' => 'Uploaded to :pageLink',
|
||||
'image_updated' => 'Updated :updateDate',
|
||||
'image_load_more' => 'Φόρτωσε περισσότερα',
|
||||
'image_image_name' => 'Όνομα εικόνας',
|
||||
'image_delete_used' => 'Αυτή η εικόνα χρησιμοποιείται στις παρακάτω σελίδες.',
|
||||
@ -27,6 +32,8 @@ return [
|
||||
'image_upload_success' => 'Η εικόνα μεταφορτώθηκε με επιτυχία',
|
||||
'image_update_success' => 'Τα στοιχεία της εικόνας ενημερώθηκαν με επιτυχία',
|
||||
'image_delete_success' => 'Η εικόνα διαγράφηκε επιτυχώς',
|
||||
'image_replace' => 'Replace Image',
|
||||
'image_replace_success' => 'Image file successfully updated',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Επεξεργασία κώδικα',
|
||||
|
@ -180,7 +180,6 @@ return [
|
||||
'chapters_save' => 'Αποθήκευση Κεφαλαίου',
|
||||
'chapters_move' => 'Μετακίνηση Κεφαλαίου',
|
||||
'chapters_move_named' => 'Μετακίνηση Κεφαλαίου :chapterName',
|
||||
'chapter_move_success' => 'Το κεφάλαιο μεταφέρθηκε στο:bookName',
|
||||
'chapters_copy' => 'Αντιγραφή Κεφαλαίου',
|
||||
'chapters_copy_success' => 'Το κεφάλαιο αντιγράφηκε επιτυχώς',
|
||||
'chapters_permissions' => 'Δικαιώματα Κεφαλαίου',
|
||||
@ -214,6 +213,7 @@ return [
|
||||
'pages_editing_page' => 'Επεξεργασία Σελίδας',
|
||||
'pages_edit_draft_save_at' => 'Το προσχέδιο αποθηκεύτηκε στις ',
|
||||
'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_discard_draft' => 'Απόρριψη Προσχεδίου',
|
||||
'pages_edit_switch_to_markdown' => 'Μετάβαση στον Επεξεργαστή Markdown',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Καθαρισμός Περιεχομένου)',
|
||||
@ -240,7 +240,6 @@ return [
|
||||
'pages_md_sync_scroll' => 'Συγχρονισμός προεπισκόπησης',
|
||||
'pages_not_in_chapter' => 'Η σελίδα δεν είναι σε κεφάλαιο',
|
||||
'pages_move' => 'Μετακίνηση Σελίδας',
|
||||
'pages_move_success' => 'Η σελίδα μετακινήθηκε στο ":parentName"',
|
||||
'pages_copy' => 'Αντιγραφή Σελίδας',
|
||||
'pages_copy_desination' => 'Αντιγραφή Προορισμού',
|
||||
'pages_copy_success' => 'Η σελίδα αντιγράφηκε επιτυχώς',
|
||||
@ -266,7 +265,13 @@ return [
|
||||
'pages_revisions_restore' => 'Επαναφορά',
|
||||
'pages_revisions_none' => 'Αυτή η σελίδα δεν έχει αναθεωρήσεις',
|
||||
'pages_copy_link' => 'Αντιγραφή Συνδέσμου',
|
||||
'pages_edit_content_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' => 'Ενεργά Δικαιώματα Σελίδας',
|
||||
'pages_initial_revision' => 'Αρχική δημοσίευση',
|
||||
'pages_references_update_revision' => 'Αυτόματη ενημέρωση του συστήματος των εσωτερικών συνδέσμων',
|
||||
@ -281,7 +286,8 @@ return [
|
||||
'time_b' => 'τα τελευταία :mint λεπτά',
|
||||
'message' => ':start :time. Προσέξτε να μην αντικαταστήσετε ο ένας τις ενημερώσεις του άλλου!',
|
||||
],
|
||||
'pages_draft_discarded' => 'Το προσχέδιο απορρίφθηκε, ο επεξεργαστής ενημερώθηκε με το τρέχον περιεχόμενο της σελίδας',
|
||||
'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' => 'Συγκεκριμένη Σελίδα',
|
||||
'pages_is_template' => 'Πρότυπο σελίδας',
|
||||
|
||||
@ -356,21 +362,20 @@ return [
|
||||
'comment_placeholder' => 'Αφήστε ένα σχόλιο εδώ',
|
||||
'comment_count' => '{0} Κανένα Σχόλιο |{1} 1 Σχόλιο |[2,*] :count Σχόλια',
|
||||
'comment_save' => 'Αποθήκευση Σχολίου',
|
||||
'comment_saving' => 'Αποθήκευση σχολίου...',
|
||||
'comment_deleting' => 'Διαγραφή σχολίου...',
|
||||
'comment_new' => 'Νέο Σχόλιο',
|
||||
'comment_created' => 'σχολίασε :createDiff',
|
||||
'comment_updated' => 'Ενημερώθηκε :updateDiff από :username',
|
||||
'comment_updated_indicator' => 'Updated',
|
||||
'comment_deleted_success' => 'Σχόλιο διαγράφηκε',
|
||||
'comment_created_success' => 'Το σχόλιο προστέθηκε',
|
||||
'comment_updated_success' => 'Το σχόλιο ενημερώθηκε',
|
||||
'comment_delete_confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το σχόλιο;',
|
||||
'comment_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' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν την αναθεώρηση;',
|
||||
'revision_restore_confirm' => 'Είστε βέβαιοι ότι θέλετε να επαναφέρετε αυτή την αναθεώρηση; Τα τρέχοντα περιεχόμενα της σελίδας θα αντικατασταθούν.',
|
||||
'revision_delete_success' => 'Η Αναθεώρηση διαγράφηκε',
|
||||
'revision_cannot_delete_latest' => 'Δεν είναι δυνατή η διαγραφή της τελευταίας αναθεώρησης.',
|
||||
|
||||
// Copy view
|
||||
|
@ -49,6 +49,7 @@ return [
|
||||
// Drawing & Images
|
||||
'image_upload_error' => 'Παρουσιάστηκε σφάλμα κατά το ανέβασμα της εικόνας.',
|
||||
'image_upload_type_error' => 'Ο τύπος εικόνας που μεταφορτώθηκε δεν είναι έγκυρος',
|
||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
||||
'drawing_data_not_found' => 'Δεν ήταν δυνατή η φόρτωση δεδομένων σχεδίασης. Το αρχείο σχεδίασης ενδέχεται να μην υπάρχει πλέον ή ενδέχεται να μην έχετε άδεια πρόσβασης σε αυτά.',
|
||||
|
||||
// Attachments
|
||||
@ -57,6 +58,7 @@ return [
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'Αποτυχία αποθήκευσης προσχέδιου. Βεβαιωθείτε ότι έχετε σύνδεση στο διαδίκτυο πριν την αποθήκευση αυτής της σελίδας',
|
||||
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
|
||||
'page_custom_home_deletion' => 'Δεν μπορεί να διαγραφεί μια σελίδα ενώ έχει οριστεί ως αρχική σελίδα',
|
||||
|
||||
// Entities
|
||||
|
@ -9,7 +9,6 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'Ρυθμίσεις',
|
||||
'settings_save' => 'Αποθήκευση ρυθμίσεων',
|
||||
'settings_save_success' => 'Οι ρυθμίσεις αποθηκεύτηκαν',
|
||||
'system_version' => 'Έκδοση εφαρμογής',
|
||||
'categories' => 'Κατηγορίες',
|
||||
|
||||
@ -232,8 +231,6 @@ return [
|
||||
'user_api_token_expiry' => 'Ημερομηνία λήξης',
|
||||
'user_api_token_expiry_desc' => 'Ορίστε μια ημερομηνία κατά την οποία λήγει αυτό το διακριτικό. Μετά από αυτήν την ημερομηνία, τα αιτήματα που γίνονται με αυτό το διακριτικό δεν θα λειτουργούν πλέον. Αν αφήσετε αυτό το πεδίο κενό, θα οριστεί η λήξη 100 χρόνια στο μέλλον.',
|
||||
'user_api_token_create_secret_message' => 'Αμέσως μετά τη δημιουργία αυτού του διακριτικού θα δημιουργηθεί και θα εμφανιστεί ένα "Token ID" & "Token Secret". Το μυστικό(Token Secret) θα εμφανιστεί μόνο μία φορά, επομένως φροντίστε να αντιγράψετε την τιμή σε κάποιο ασφαλές μέρος πριν συνεχίσετε.',
|
||||
'user_api_token_create_success' => 'Το διακριτικό API δημιουργήθηκε με επιτυχία',
|
||||
'user_api_token_update_success' => 'Το διακριτικό API ενημερώθηκε με επιτυχία',
|
||||
'user_api_token' => 'API Token',
|
||||
'user_api_token_id' => 'Token ID',
|
||||
'user_api_token_id_desc' => 'Αυτό είναι ένα μη επεξεργάσιμο αναγνωριστικό που δημιουργείται από το σύστημα για αυτό το διακριτικό, το οποίο θα πρέπει να παρέχεται σε αιτήματα API.',
|
||||
@ -244,7 +241,6 @@ return [
|
||||
'user_api_token_delete' => 'Διαγραφή Διακριτικού',
|
||||
'user_api_token_delete_warning' => 'Αυτό θα διαγράψει πλήρως αυτό το διακριτικό API με το όνομα \':tokenName\' από το σύστημα.',
|
||||
'user_api_token_delete_confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το διακριτικό API;',
|
||||
'user_api_token_delete_success' => 'Το διακριτικό API διαγράφηκε με επιτυχία',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
|
@ -15,6 +15,7 @@ return [
|
||||
'page_restore' => 'página restaurada',
|
||||
'page_restore_notification' => 'Página restaurada correctamente',
|
||||
'page_move' => 'página movida',
|
||||
'page_move_notification' => 'Página movida correctamente',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'capítulo creado',
|
||||
@ -24,6 +25,7 @@ return [
|
||||
'chapter_delete' => 'capítulo eliminado',
|
||||
'chapter_delete_notification' => 'Capítulo eliminado correctamente',
|
||||
'chapter_move' => 'capítulo movido',
|
||||
'chapter_move_notification' => 'Capítulo movido correctamente',
|
||||
|
||||
// Books
|
||||
'book_create' => 'libro creado',
|
||||
@ -47,14 +49,30 @@ return [
|
||||
'bookshelf_delete' => 'estante eliminado',
|
||||
'bookshelf_delete_notification' => 'Estante eliminado correctamente',
|
||||
|
||||
// Revisions
|
||||
'revision_restore' => 'revisión restaurada',
|
||||
'revision_delete' => 'revisión eliminada',
|
||||
'revision_delete_notification' => 'Revisión eliminada correctamente',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '".name" ha sido añadido a sus favoritos',
|
||||
'favourite_remove_notification' => '".name" ha sido eliminado de sus favoritos',
|
||||
|
||||
// MFA
|
||||
// Auth
|
||||
'auth_login' => 'conectado',
|
||||
'auth_register' => 'registrado como nuevo usuario',
|
||||
'auth_password_reset_request' => 'solicitado cambio de contraseña de usuario',
|
||||
'auth_password_reset_update' => 'restablecer contraseña de usuario',
|
||||
'mfa_setup_method' => 'método MFA configurado',
|
||||
'mfa_setup_method_notification' => 'Método de Autenticación en Dos Pasos configurado correctamente',
|
||||
'mfa_remove_method' => 'método MFA eliminado',
|
||||
'mfa_remove_method_notification' => 'Método de Autenticación en Dos Pasos eliminado correctamente',
|
||||
|
||||
// Settings
|
||||
'settings_update' => 'ajustes actualizados',
|
||||
'settings_update_notification' => 'Configuración actualizada correctamente',
|
||||
'maintenance_action_run' => 'ejecutada acción de mantenimiento',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'webhook creado',
|
||||
'webhook_create_notification' => 'Webhook creado correctamente',
|
||||
@ -64,14 +82,34 @@ return [
|
||||
'webhook_delete_notification' => 'Webhook eliminado correctamente',
|
||||
|
||||
// Users
|
||||
'user_create' => 'usuario creado',
|
||||
'user_create_notification' => 'Usuario creado correctamente',
|
||||
'user_update' => 'usuario actualizado',
|
||||
'user_update_notification' => 'Usuario actualizado correctamente',
|
||||
'user_delete' => 'usuario eliminado',
|
||||
'user_delete_notification' => 'Usuario eliminado correctamente',
|
||||
|
||||
// API Tokens
|
||||
'api_token_create' => 'token de api creado',
|
||||
'api_token_create_notification' => 'Token API creado correctamente',
|
||||
'api_token_update' => 'token de api actualizado',
|
||||
'api_token_update_notification' => 'Token API actualizado correctamente',
|
||||
'api_token_delete' => 'token de api borrado',
|
||||
'api_token_delete_notification' => 'Token API borrado correctamente',
|
||||
|
||||
// Roles
|
||||
'role_create' => 'rol creado',
|
||||
'role_create_notification' => 'Rol creado correctamente',
|
||||
'role_update' => 'rol actualizado',
|
||||
'role_update_notification' => 'Rol actualizado correctamente',
|
||||
'role_delete' => 'rol borrado',
|
||||
'role_delete_notification' => 'Rol eliminado correctamente',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin_empty' => 'papelera de reciclaje vaciada',
|
||||
'recycle_bin_restore' => 'restaurado de la papelera de reciclaje',
|
||||
'recycle_bin_destroy' => 'eliminado de la papelera de reciclaje',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'comentada el',
|
||||
'permissions_update' => 'permisos actualizados',
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Cancelar',
|
||||
'close' => 'Cerrar',
|
||||
'confirm' => 'Confirmar',
|
||||
'back' => 'Atrás',
|
||||
'save' => 'Guardar',
|
||||
|
@ -6,6 +6,8 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Seleccionar Imagen',
|
||||
'image_list' => 'Lista de imágenes',
|
||||
'image_details' => 'Detalles de la imagen',
|
||||
'image_upload' => 'Subir imagen',
|
||||
'image_intro' => 'Aquí puede seleccionar y administrar las imágenes que se han subido previamente al sistema.',
|
||||
'image_intro_upload' => 'Suba una nueva imagen arrastrando un archivo de imagen en esta ventana, o usando el botón "Subir imagen" de arriba.',
|
||||
@ -15,6 +17,9 @@ return [
|
||||
'image_page_title' => 'Ver las imágenes subidas a esta página',
|
||||
'image_search_hint' => 'Buscar por nombre de imagen',
|
||||
'image_uploaded' => 'Subido el :uploadedDate',
|
||||
'image_uploaded_by' => 'Subida por :userName',
|
||||
'image_uploaded_to' => 'Subida a :pageLink',
|
||||
'image_updated' => 'Actualizado :updateDate',
|
||||
'image_load_more' => 'Cargar más',
|
||||
'image_image_name' => 'Nombre de imagen',
|
||||
'image_delete_used' => 'Esta imagen está siendo utilizada en las páginas mostradas a continuación.',
|
||||
@ -27,6 +32,8 @@ return [
|
||||
'image_upload_success' => 'Imagen subida éxitosamente',
|
||||
'image_update_success' => 'Detalles de la imagen actualizados exitosamente',
|
||||
'image_delete_success' => 'Imagen borrada exitosamente',
|
||||
'image_replace' => 'Sustituir imagen',
|
||||
'image_replace_success' => 'Imagen actualizada correctamente',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Editar Código',
|
||||
|
@ -180,7 +180,6 @@ return [
|
||||
'chapters_save' => 'Guardar capítulo',
|
||||
'chapters_move' => 'Mover capítulo',
|
||||
'chapters_move_named' => 'Mover Capítulo :chapterName',
|
||||
'chapter_move_success' => 'Capítulo movido a :bookName',
|
||||
'chapters_copy' => 'Copiar Capítulo',
|
||||
'chapters_copy_success' => 'Capítulo copiado correctamente',
|
||||
'chapters_permissions' => 'Permisos de capítulo',
|
||||
@ -214,6 +213,7 @@ return [
|
||||
'pages_editing_page' => 'Editando página',
|
||||
'pages_edit_draft_save_at' => 'Borrador guardado ',
|
||||
'pages_edit_delete_draft' => 'Borrar borrador',
|
||||
'pages_edit_delete_draft_confirm' => '¿Estás seguro de que deseas eliminar tus borradores de la página? Todos tus cambios, desde el último guardado completo, se perderán y el editor se actualizará con el estado de guardado de la última página.',
|
||||
'pages_edit_discard_draft' => 'Descartar borrador',
|
||||
'pages_edit_switch_to_markdown' => 'Cambiar a Editor Markdown',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Limpiar Contenido)',
|
||||
@ -240,7 +240,6 @@ return [
|
||||
'pages_md_sync_scroll' => 'Sincronizar desplazamiento de vista previa',
|
||||
'pages_not_in_chapter' => 'La página no está en un capítulo',
|
||||
'pages_move' => 'Mover página',
|
||||
'pages_move_success' => 'Página movida a ":parentName"',
|
||||
'pages_copy' => 'Copiar página',
|
||||
'pages_copy_desination' => 'Destino de la copia',
|
||||
'pages_copy_success' => 'Página copiada a correctamente',
|
||||
@ -266,7 +265,13 @@ return [
|
||||
'pages_revisions_restore' => 'Restaurar',
|
||||
'pages_revisions_none' => 'Esta página no tiene revisiones',
|
||||
'pages_copy_link' => 'Copiar Enlace',
|
||||
'pages_edit_content_link' => 'Contenido editado',
|
||||
'pages_edit_content_link' => 'Ir a la sección en el editor',
|
||||
'pages_pointer_enter_mode' => 'Modo de selección de sección',
|
||||
'pages_pointer_label' => 'Opciones de sección de página',
|
||||
'pages_pointer_permalink' => 'Sección de enlace permanente de página',
|
||||
'pages_pointer_include_tag' => 'Sección de página incluyendo etiqueta',
|
||||
'pages_pointer_toggle_link' => 'Modo de enlace permanente, presiona para mostrar la etiqueta',
|
||||
'pages_pointer_toggle_include' => 'Modo de etiqueta, presiona para mostrar enlace permanente',
|
||||
'pages_permissions_active' => 'Permisos de página activos',
|
||||
'pages_initial_revision' => 'Publicación inicial',
|
||||
'pages_references_update_revision' => 'Actualización automática de enlaces internos',
|
||||
@ -281,7 +286,8 @@ return [
|
||||
'time_b' => 'en los últimos :minCount minutos',
|
||||
'message' => ':start :time. ¡Ten cuidado de no sobreescribir los cambios del otro usuario!',
|
||||
],
|
||||
'pages_draft_discarded' => 'Borrador descartado, el editor ha sido actualizado con el contenido de la página actual',
|
||||
'pages_draft_discarded' => '¡Borrador descartado! El editor ha sido actualizado con el contenido de la página actual',
|
||||
'pages_draft_deleted' => '¡Borrador eliminado! El editor ha sido actualizado con el contenido actual de la página',
|
||||
'pages_specific' => 'Página específica',
|
||||
'pages_is_template' => 'Página es plantilla',
|
||||
|
||||
@ -356,21 +362,20 @@ return [
|
||||
'comment_placeholder' => 'Introduzca su comentario aquí',
|
||||
'comment_count' => '{0} Sin Comentarios|{1} 1 Comentario|[2,*] :count Comentarios',
|
||||
'comment_save' => 'Guardar comentario',
|
||||
'comment_saving' => 'Guardando comentario...',
|
||||
'comment_deleting' => 'Borrando comentario...',
|
||||
'comment_new' => 'Nuevo Comentario',
|
||||
'comment_created' => 'comentado :createDiff',
|
||||
'comment_updated' => 'Actualizado :updateDiff por :username',
|
||||
'comment_updated_indicator' => 'Actualizado',
|
||||
'comment_deleted_success' => 'Comentario borrado',
|
||||
'comment_created_success' => 'Comentario añadido',
|
||||
'comment_updated_success' => 'Comentario actualizado',
|
||||
'comment_delete_confirm' => '¿Está seguro de que quiere borrar este comentario?',
|
||||
'comment_in_reply_to' => 'En respuesta a :commentId',
|
||||
'comment_editor_explain' => 'Estos son los comentarios que se han escrito en esta página. Los comentarios se pueden añadir y administrar cuando se ve la página guardada.',
|
||||
|
||||
// Revision
|
||||
'revision_delete_confirm' => '¿Está seguro de que desea eliminar esta revisión?',
|
||||
'revision_restore_confirm' => '¿Está seguro de que desea restaurar esta revisión? El contenido actual de la página será reemplazado.',
|
||||
'revision_delete_success' => 'Revisión eliminada',
|
||||
'revision_cannot_delete_latest' => 'No se puede eliminar la última revisión.',
|
||||
|
||||
// Copy view
|
||||
|
@ -49,6 +49,7 @@ return [
|
||||
// Drawing & Images
|
||||
'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_replace_type' => 'Las imágenes para sustituir deben ser del mismo tipo',
|
||||
'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
|
||||
@ -57,6 +58,7 @@ return [
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'Fallo al guardar borrador. Asegúrese de que tiene conexión a Internet antes de guardar este borrador',
|
||||
'page_draft_delete_fail' => 'Error al eliminar el borrador de la página y obtener el último contenido guardado',
|
||||
'page_custom_home_deletion' => 'No se puede borrar una página mientras esté configurada como página de inicio',
|
||||
|
||||
// Entities
|
||||
|
@ -9,7 +9,6 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'Ajustes',
|
||||
'settings_save' => 'Guardar ajustes',
|
||||
'settings_save_success' => 'Ajustes guardados',
|
||||
'system_version' => 'Versión de BookStack',
|
||||
'categories' => 'Categorías',
|
||||
|
||||
@ -232,8 +231,6 @@ return [
|
||||
'user_api_token_expiry' => 'Fecha de expiración',
|
||||
'user_api_token_expiry_desc' => 'Establece una fecha en la que este token expira. Después de esta fecha, las solicitudes realizadas usando este token ya no funcionarán. Dejar este campo en blanco fijará un vencimiento de 100 años en el futuro.',
|
||||
'user_api_token_create_secret_message' => 'Inmediatamente después de crear este token se generarán y mostrarán sus correspondientes "Token ID" y "Token Secret". El "Token Secret" sólo se mostrará una vez, así que asegúrese de copiar el valor a un lugar seguro antes de proceder.',
|
||||
'user_api_token_create_success' => 'Token API creado correctamente',
|
||||
'user_api_token_update_success' => 'Token API actualizado correctamente',
|
||||
'user_api_token' => 'Token API',
|
||||
'user_api_token_id' => 'Token ID',
|
||||
'user_api_token_id_desc' => 'Este es un identificador no editable generado por el sistema y único para este token que necesitará ser proporcionado en solicitudes de API.',
|
||||
@ -244,7 +241,6 @@ return [
|
||||
'user_api_token_delete' => 'Borrar token',
|
||||
'user_api_token_delete_warning' => 'Esto eliminará completamente este token API con el nombre \':tokenName\' del sistema.',
|
||||
'user_api_token_delete_confirm' => '¿Está seguro de que desea borrar este API token?',
|
||||
'user_api_token_delete_success' => 'Token API borrado correctamente',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
|
@ -15,6 +15,7 @@ return [
|
||||
'page_restore' => 'página restaurada',
|
||||
'page_restore_notification' => 'Página restaurada correctamente',
|
||||
'page_move' => 'página movida',
|
||||
'page_move_notification' => 'Página movida correctamente',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'capítulo creado',
|
||||
@ -24,6 +25,7 @@ return [
|
||||
'chapter_delete' => 'capítulo borrado',
|
||||
'chapter_delete_notification' => 'Capítulo eliminado correctamente',
|
||||
'chapter_move' => 'capítulo movido',
|
||||
'chapter_move_notification' => 'Capítulo movido correctamente',
|
||||
|
||||
// Books
|
||||
'book_create' => 'libro creado',
|
||||
@ -47,14 +49,30 @@ return [
|
||||
'bookshelf_delete' => 'estante eliminado',
|
||||
'bookshelf_delete_notification' => 'Estante eliminado correctamente',
|
||||
|
||||
// Revisions
|
||||
'revision_restore' => 'revisión restaurada',
|
||||
'revision_delete' => 'revisión eliminada',
|
||||
'revision_delete_notification' => 'Revisión eliminada correctamente',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '".name" se añadió a sus favoritos',
|
||||
'favourite_remove_notification' => '".name" se eliminó de sus favoritos',
|
||||
|
||||
// MFA
|
||||
// Auth
|
||||
'auth_login' => 'conectado',
|
||||
'auth_register' => 'registrado como nuevo usuario',
|
||||
'auth_password_reset_request' => 'solicitado cambio de contraseña de usuario',
|
||||
'auth_password_reset_update' => 'restablecer contraseña de usuario',
|
||||
'mfa_setup_method' => 'método MFA configurado',
|
||||
'mfa_setup_method_notification' => 'Método de autenticación de múltiples factores configurado satisfactoriamente',
|
||||
'mfa_remove_method' => 'método MFA eliminado',
|
||||
'mfa_remove_method_notification' => 'Método de autenticación de múltiples factores eliminado satisfactoriamente',
|
||||
|
||||
// Settings
|
||||
'settings_update' => 'ajustes actualizados',
|
||||
'settings_update_notification' => 'Configuración actualizada correctamente',
|
||||
'maintenance_action_run' => 'ejecutada acción de mantenimiento',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'webhook creado',
|
||||
'webhook_create_notification' => 'Webhook creado correctamente',
|
||||
@ -64,14 +82,34 @@ return [
|
||||
'webhook_delete_notification' => 'Webhook eliminado correctamente',
|
||||
|
||||
// Users
|
||||
'user_create' => 'usuario creado',
|
||||
'user_create_notification' => 'Usuario creado correctamente',
|
||||
'user_update' => 'usuario actualizado',
|
||||
'user_update_notification' => 'Usuario actualizado correctamente',
|
||||
'user_delete' => 'usuario eliminado',
|
||||
'user_delete_notification' => 'El usuario fue eliminado correctamente',
|
||||
|
||||
// API Tokens
|
||||
'api_token_create' => 'token de api creado',
|
||||
'api_token_create_notification' => 'Token API creado correctamente',
|
||||
'api_token_update' => 'token de api actualizado',
|
||||
'api_token_update_notification' => 'Token API actualizado correctamente',
|
||||
'api_token_delete' => 'token de api borrado',
|
||||
'api_token_delete_notification' => 'Token API borrado correctamente',
|
||||
|
||||
// Roles
|
||||
'role_create' => 'rol creado',
|
||||
'role_create_notification' => 'Rol creado correctamente',
|
||||
'role_update' => 'rol actualizado',
|
||||
'role_update_notification' => 'Rol actualizado correctamente',
|
||||
'role_delete' => 'rol borrado',
|
||||
'role_delete_notification' => 'Rol eliminado correctamente',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin_empty' => 'papelera de reciclaje vaciada',
|
||||
'recycle_bin_restore' => 'restaurado de la papelera de reciclaje',
|
||||
'recycle_bin_destroy' => 'eliminado de la papelera de reciclaje',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'comentado',
|
||||
'permissions_update' => 'permisos actualizados',
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Cancelar',
|
||||
'close' => 'Cerrar',
|
||||
'confirm' => 'Confirmar',
|
||||
'back' => 'Atrás',
|
||||
'save' => 'Guardar',
|
||||
|
@ -6,6 +6,8 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Seleccionar Imagen',
|
||||
'image_list' => 'Lista de imágenes',
|
||||
'image_details' => 'Detalles de la imagen',
|
||||
'image_upload' => 'Subir imagen',
|
||||
'image_intro' => 'Aquí puede seleccionar y administrar las imágenes que se han subido previamente al sistema.',
|
||||
'image_intro_upload' => 'Suba una nueva imagen arrastrando un archivo de imagen en esta ventana, o usando el botón "Subir imagen" de arriba.',
|
||||
@ -15,6 +17,9 @@ return [
|
||||
'image_page_title' => 'Ver las imágenes subidas a esta página',
|
||||
'image_search_hint' => 'Buscar por nombre de imagen',
|
||||
'image_uploaded' => 'Subido el :uploadedDate',
|
||||
'image_uploaded_by' => 'Subida por :userName',
|
||||
'image_uploaded_to' => 'Subida a :pageLink',
|
||||
'image_updated' => 'Actualizado :updateDate',
|
||||
'image_load_more' => 'Cargar más',
|
||||
'image_image_name' => 'Nombre de imagen',
|
||||
'image_delete_used' => 'Esta imagen esta siendo utilizada en las páginas a continuación.',
|
||||
@ -27,6 +32,8 @@ return [
|
||||
'image_upload_success' => 'Imagen subida éxitosamente',
|
||||
'image_update_success' => 'Detalles de la imagen actualizados exitosamente',
|
||||
'image_delete_success' => 'Imagen borrada exitosamente',
|
||||
'image_replace' => 'Sustituir imagen',
|
||||
'image_replace_success' => 'Imagen actualizada correctamente',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Editar Código',
|
||||
|
@ -180,7 +180,6 @@ return [
|
||||
'chapters_save' => 'Guardar capítulo',
|
||||
'chapters_move' => 'Mover capítulo',
|
||||
'chapters_move_named' => 'Mover Capítulo :chapterName',
|
||||
'chapter_move_success' => 'Capítulo movido a :bookName',
|
||||
'chapters_copy' => 'Copiar Capítulo',
|
||||
'chapters_copy_success' => 'Capítulo copiado correctamente',
|
||||
'chapters_permissions' => 'Permisos de capítulo',
|
||||
@ -214,6 +213,7 @@ return [
|
||||
'pages_editing_page' => 'Editando página',
|
||||
'pages_edit_draft_save_at' => 'Borrador guardado el ',
|
||||
'pages_edit_delete_draft' => 'Borrar borrador',
|
||||
'pages_edit_delete_draft_confirm' => '¿Estás seguro de que deseas eliminar tus borradores de la página? Todos tus cambios, desde el último guardado completo, se perderán y el editor se actualizará con el estado de guardado de la última página.',
|
||||
'pages_edit_discard_draft' => 'Descartar borrador',
|
||||
'pages_edit_switch_to_markdown' => 'Cambiar a Editor Markdown',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Limpiar Contenido)',
|
||||
@ -240,7 +240,6 @@ return [
|
||||
'pages_md_sync_scroll' => 'Sincronizar desplazamiento de vista previa',
|
||||
'pages_not_in_chapter' => 'La página no esá en el capítulo',
|
||||
'pages_move' => 'Mover página',
|
||||
'pages_move_success' => 'Página movida a ":parentName"',
|
||||
'pages_copy' => 'Copiar página',
|
||||
'pages_copy_desination' => 'Destino de la copia',
|
||||
'pages_copy_success' => 'Página copiada con éxito',
|
||||
@ -266,7 +265,13 @@ return [
|
||||
'pages_revisions_restore' => 'Restaurar',
|
||||
'pages_revisions_none' => 'Esta página no tiene revisiones',
|
||||
'pages_copy_link' => 'Copiar enlace',
|
||||
'pages_edit_content_link' => 'Contenido editado',
|
||||
'pages_edit_content_link' => 'Ir a la sección en el editor',
|
||||
'pages_pointer_enter_mode' => 'Modo de selección de sección',
|
||||
'pages_pointer_label' => 'Opciones de sección de página',
|
||||
'pages_pointer_permalink' => 'Sección de enlace permanente de página',
|
||||
'pages_pointer_include_tag' => 'Sección de página incluyendo etiqueta',
|
||||
'pages_pointer_toggle_link' => 'Modo de enlace permanente, presiona para mostrar la etiqueta',
|
||||
'pages_pointer_toggle_include' => 'Modo de etiqueta, presiona para mostrar enlace permanente',
|
||||
'pages_permissions_active' => 'Permisos de página activos',
|
||||
'pages_initial_revision' => 'Publicación inicial',
|
||||
'pages_references_update_revision' => 'Actualización automática de enlaces internos',
|
||||
@ -281,7 +286,8 @@ return [
|
||||
'time_b' => 'en los últimos :minCount minutos',
|
||||
'message' => ':start :time. Ten cuidado de no sobreescribir los cambios del otro usuario',
|
||||
],
|
||||
'pages_draft_discarded' => 'Borrador descartado, el editor ha sido actualizado con el contenido de la página actual',
|
||||
'pages_draft_discarded' => '¡Borrador descartado! El editor ha sido actualizado con el contenido de la página actual',
|
||||
'pages_draft_deleted' => '¡Borrador eliminado! El editor ha sido actualizado con el contenido actual de la página',
|
||||
'pages_specific' => 'Página Específica',
|
||||
'pages_is_template' => 'Plantilla de Página',
|
||||
|
||||
@ -356,21 +362,20 @@ return [
|
||||
'comment_placeholder' => 'DEjar un comentario aquí',
|
||||
'comment_count' => '{0} Sin Comentarios|{1} 1 Comentario|[2,*] :count Comentarios',
|
||||
'comment_save' => 'Guardar comentario',
|
||||
'comment_saving' => 'Guardando comentario...',
|
||||
'comment_deleting' => 'Borrando comentario...',
|
||||
'comment_new' => 'Nuevo comentario',
|
||||
'comment_created' => 'comentado :createDiff',
|
||||
'comment_updated' => 'Actualizado :updateDiff por :username',
|
||||
'comment_updated_indicator' => 'Actualizado',
|
||||
'comment_deleted_success' => 'Comentario borrado',
|
||||
'comment_created_success' => 'Comentario agregado',
|
||||
'comment_updated_success' => 'Comentario actualizado',
|
||||
'comment_delete_confirm' => '¿Está seguro que quiere borrar este comentario?',
|
||||
'comment_in_reply_to' => 'En respuesta a :commentId',
|
||||
'comment_editor_explain' => 'Estos son los comentarios que se han escrito en esta página. Los comentarios se pueden añadir y administrar cuando se ve la página guardada.',
|
||||
|
||||
// Revision
|
||||
'revision_delete_confirm' => '¿Está seguro de que quiere eliminar esta revisión?',
|
||||
'revision_restore_confirm' => '¿Está seguro de que quiere restaurar esta revisión? Se reemplazará el contenido de la página actual.',
|
||||
'revision_delete_success' => 'Revisión eliminada',
|
||||
'revision_cannot_delete_latest' => 'No se puede eliminar la última revisión.',
|
||||
|
||||
// Copy view
|
||||
|
@ -49,6 +49,7 @@ return [
|
||||
// Drawing & Images
|
||||
'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_replace_type' => 'Las imágenes para sustituir deben ser del mismo tipo',
|
||||
'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
|
||||
@ -57,6 +58,7 @@ return [
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'Fallo al guardar borrador. Asegurese de que tiene conexión a Internet antes de guardar este borrador',
|
||||
'page_draft_delete_fail' => 'Error al eliminar el borrador de la página y obtener el último contenido guardado',
|
||||
'page_custom_home_deletion' => 'No se puede eliminar una página cuando está configurada como página de inicio',
|
||||
|
||||
// Entities
|
||||
|
@ -9,7 +9,6 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'Ajustes',
|
||||
'settings_save' => 'Guardar ajustes',
|
||||
'settings_save_success' => 'Ajustes guardados',
|
||||
'system_version' => 'Versión del Sistema',
|
||||
'categories' => 'Categorías',
|
||||
|
||||
@ -233,8 +232,6 @@ return [
|
||||
'user_api_token_expiry' => 'Fecha de expiración',
|
||||
'user_api_token_expiry_desc' => 'Establece una fecha en la que este token expira. Después de esta fecha, las solicitudes realizadas usando este token ya no funcionarán. Dejar este campo en blanco fijará un vencimiento de 100 años en el futuro.',
|
||||
'user_api_token_create_secret_message' => 'Luego de crear este token, inmediatamente se generará y mostrará el "Token ID" y el "Token Secret" correspondientes. El "Token Secret" se mostrará por única vez, asegúrese de copiar el valor a un lugar seguro antes de continuar.',
|
||||
'user_api_token_create_success' => 'Token API creado correctamente',
|
||||
'user_api_token_update_success' => 'Token API actualizado correctamente',
|
||||
'user_api_token' => 'Token API',
|
||||
'user_api_token_id' => 'Token ID',
|
||||
'user_api_token_id_desc' => 'Este es un identificador no editable generado por el sistema y único para este token que necesitará ser proporcionado en solicitudes de API.',
|
||||
@ -245,7 +242,6 @@ return [
|
||||
'user_api_token_delete' => 'Borrar token',
|
||||
'user_api_token_delete_warning' => 'Esto eliminará completamente este token API con el nombre \':tokenName\' del sistema.',
|
||||
'user_api_token_delete_confirm' => '¿Está seguro de que desea borrar este API token?',
|
||||
'user_api_token_delete_success' => 'Token API borrado correctamente',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
|
@ -15,6 +15,7 @@ return [
|
||||
'page_restore' => 'taastas lehe',
|
||||
'page_restore_notification' => 'Leht on taastatud',
|
||||
'page_move' => 'liigutas lehte',
|
||||
'page_move_notification' => 'Leht on liigutatud',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'lisas peatüki',
|
||||
@ -24,6 +25,7 @@ return [
|
||||
'chapter_delete' => 'kustutas peatüki',
|
||||
'chapter_delete_notification' => 'Peatükk on kustutatud',
|
||||
'chapter_move' => 'liigutas peatükki',
|
||||
'chapter_move_notification' => 'Peatükk on liigutatud',
|
||||
|
||||
// Books
|
||||
'book_create' => 'lisas raamatu',
|
||||
@ -47,14 +49,30 @@ return [
|
||||
'bookshelf_delete' => 'kustutas riiuli',
|
||||
'bookshelf_delete_notification' => 'Riiul on kustutatud',
|
||||
|
||||
// Revisions
|
||||
'revision_restore' => 'taastas redaktsiooni',
|
||||
'revision_delete' => 'kustutas redaktsiooni',
|
||||
'revision_delete_notification' => 'Redaktsioon on kustutatud',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '":name" lisati su lemmikute hulka',
|
||||
'favourite_remove_notification' => '":name" eemaldati su lemmikute hulgast',
|
||||
|
||||
// MFA
|
||||
// Auth
|
||||
'auth_login' => 'logis sisse',
|
||||
'auth_register' => 'registreerus uue kasutajana',
|
||||
'auth_password_reset_request' => 'soovis parooli lähtestamist',
|
||||
'auth_password_reset_update' => 'lähtestas kasutaja parooli',
|
||||
'mfa_setup_method' => 'seadistas mitmeastmelise autentimise meetodi',
|
||||
'mfa_setup_method_notification' => 'Mitmeastmeline autentimine seadistatud',
|
||||
'mfa_remove_method' => 'eemaldas mitmeastmelise autentimise meetodi',
|
||||
'mfa_remove_method_notification' => 'Mitmeastmeline autentimine eemaldatud',
|
||||
|
||||
// Settings
|
||||
'settings_update' => 'uuendas seadeid',
|
||||
'settings_update_notification' => 'Seaded uuendatud',
|
||||
'maintenance_action_run' => 'käivitas hooldustegevuse',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'lisas veebihaagi',
|
||||
'webhook_create_notification' => 'Veebihaak on lisatud',
|
||||
@ -64,14 +82,34 @@ return [
|
||||
'webhook_delete_notification' => 'Veebihaak on kustutatud',
|
||||
|
||||
// Users
|
||||
'user_create' => 'lisas kasutaja',
|
||||
'user_create_notification' => 'Kasutaja on lisatud',
|
||||
'user_update' => 'muutis kasutajat',
|
||||
'user_update_notification' => 'Kasutaja on muudetud',
|
||||
'user_delete' => 'kustutas kasutaja',
|
||||
'user_delete_notification' => 'Kasutaja on kustutatud',
|
||||
|
||||
// API Tokens
|
||||
'api_token_create' => 'lisas API tunnuse',
|
||||
'api_token_create_notification' => 'API tunnus on lisatud',
|
||||
'api_token_update' => 'muutis API tunnust',
|
||||
'api_token_update_notification' => 'API tunnus on muudetud',
|
||||
'api_token_delete' => 'kustutas API tunnuse',
|
||||
'api_token_delete_notification' => 'API tunnus on kustutatud',
|
||||
|
||||
// Roles
|
||||
'role_create' => 'lisas rolli',
|
||||
'role_create_notification' => 'Roll on lisatud',
|
||||
'role_update' => 'muutis rolli',
|
||||
'role_update_notification' => 'Roll on muudetud',
|
||||
'role_delete' => 'kustutas rolli',
|
||||
'role_delete_notification' => 'Roll on kustutatud',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin_empty' => 'tühjendas prügikasti',
|
||||
'recycle_bin_restore' => 'taastas prügikastist',
|
||||
'recycle_bin_destroy' => 'eemaldas prügikastist',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'kommenteeris lehte',
|
||||
'permissions_update' => 'muutis õiguseid',
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Tühista',
|
||||
'close' => 'Sulge',
|
||||
'confirm' => 'Kinnita',
|
||||
'back' => 'Tagasi',
|
||||
'save' => 'Salvesta',
|
||||
|
@ -6,6 +6,8 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Pildifaili valik',
|
||||
'image_list' => 'Pildifailide nimekiri',
|
||||
'image_details' => 'Pildi andmed',
|
||||
'image_upload' => 'Laadi pilt üles',
|
||||
'image_intro' => 'Siin saad valida ja hallata pilte, mis on eelnevalt süsteemi üles laaditud.',
|
||||
'image_intro_upload' => 'Laadi uus pilt üles pildifaili sellesse aknasse lohistades või ülal "Laadi pilt üles" nupu abil.',
|
||||
@ -15,6 +17,9 @@ return [
|
||||
'image_page_title' => 'Vaata sellele lehele laaditud pildifaile',
|
||||
'image_search_hint' => 'Otsi pildifaili nime järgi',
|
||||
'image_uploaded' => 'Üles laaditud :uploadedDate',
|
||||
'image_uploaded_by' => 'Lisatud :userName poolt',
|
||||
'image_uploaded_to' => 'Lisatud lehele :pageLink',
|
||||
'image_updated' => 'Lisatud :updateDate',
|
||||
'image_load_more' => 'Lae rohkem',
|
||||
'image_image_name' => 'Pildifaili nimi',
|
||||
'image_delete_used' => 'Seda pildifaili kasutavad järgmised lehed.',
|
||||
@ -27,6 +32,8 @@ return [
|
||||
'image_upload_success' => 'Pildifail üles laaditud',
|
||||
'image_update_success' => 'Pildifaili andmed muudetud',
|
||||
'image_delete_success' => 'Pildifail kustutatud',
|
||||
'image_replace' => 'Asenda pilt',
|
||||
'image_replace_success' => 'Pildifail on uuendatud',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Muuda koodi',
|
||||
|
@ -180,7 +180,6 @@ return [
|
||||
'chapters_save' => 'Salvesta peatükk',
|
||||
'chapters_move' => 'Liiguta peatükk',
|
||||
'chapters_move_named' => 'Liiguta peatükk :chapterName',
|
||||
'chapter_move_success' => 'Peatükk liigutatud raamatusse :bookName',
|
||||
'chapters_copy' => 'Kopeeri peatükk',
|
||||
'chapters_copy_success' => 'Peatükk on kopeeritud',
|
||||
'chapters_permissions' => 'Peatüki õigused',
|
||||
@ -214,6 +213,7 @@ return [
|
||||
'pages_editing_page' => 'Lehe muutmine',
|
||||
'pages_edit_draft_save_at' => 'Mustand salvestatud ',
|
||||
'pages_edit_delete_draft' => 'Kustuta mustand',
|
||||
'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' => 'Loobu mustandist',
|
||||
'pages_edit_switch_to_markdown' => 'Kasuta Markdown redaktorit',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Puhas sisu)',
|
||||
@ -240,7 +240,6 @@ return [
|
||||
'pages_md_sync_scroll' => 'Sünkrooni eelvaate kerimine',
|
||||
'pages_not_in_chapter' => 'Leht ei kuulu peatüki alla',
|
||||
'pages_move' => 'Liiguta leht',
|
||||
'pages_move_success' => 'Leht liigutatud ":parentName" alla',
|
||||
'pages_copy' => 'Kopeeri leht',
|
||||
'pages_copy_desination' => 'Kopeerimise sihtpunkt',
|
||||
'pages_copy_success' => 'Leht on kopeeritud',
|
||||
@ -266,7 +265,13 @@ return [
|
||||
'pages_revisions_restore' => 'Taasta',
|
||||
'pages_revisions_none' => 'Sellel lehel ei ole redaktsioone',
|
||||
'pages_copy_link' => 'Kopeeri link',
|
||||
'pages_edit_content_link' => 'Muuda sisu',
|
||||
'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' => 'Lehe õigused on aktiivsed',
|
||||
'pages_initial_revision' => 'Esimene redaktsioon',
|
||||
'pages_references_update_revision' => 'Seesmiste linkide automaatne uuendamine',
|
||||
@ -281,7 +286,8 @@ return [
|
||||
'time_b' => 'viimase :minCount minuti jooksul',
|
||||
'message' => ':start :time. Ärge teineteise muudatusi üle kirjutage!',
|
||||
],
|
||||
'pages_draft_discarded' => 'Mustand ära visatud, redaktorisse laeti lehe värske sisu',
|
||||
'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' => 'Spetsiifiline leht',
|
||||
'pages_is_template' => 'Lehe mall',
|
||||
|
||||
@ -356,21 +362,20 @@ return [
|
||||
'comment_placeholder' => 'Jäta siia kommentaar',
|
||||
'comment_count' => '{0} Kommentaare pole|{1} 1 kommentaar|[2,*] :count kommentaari',
|
||||
'comment_save' => 'Salvesta kommentaar',
|
||||
'comment_saving' => 'Kommentaari salvestamine...',
|
||||
'comment_deleting' => 'Kommentaari kustutamine...',
|
||||
'comment_new' => 'Uus kommentaar',
|
||||
'comment_created' => 'kommenteeris :createDiff',
|
||||
'comment_updated' => 'Muudetud :updateDiff :username poolt',
|
||||
'comment_updated_indicator' => 'Updated',
|
||||
'comment_deleted_success' => 'Kommentaar kustutatud',
|
||||
'comment_created_success' => 'Kommentaar lisatud',
|
||||
'comment_updated_success' => 'Kommentaar muudetud',
|
||||
'comment_delete_confirm' => 'Kas oled kindel, et soovid selle kommentaari kustutada?',
|
||||
'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.',
|
||||
|
||||
// Revision
|
||||
'revision_delete_confirm' => 'Kas oled kindel, et soovid selle redaktsiooni kustutada?',
|
||||
'revision_restore_confirm' => 'Kas oled kindel, et soovid selle redaktsiooni taastada? Lehe praegune sisu asendatakse.',
|
||||
'revision_delete_success' => 'Redaktsioon kustutatud',
|
||||
'revision_cannot_delete_latest' => 'Kõige viimast redaktsiooni ei saa kustutada.',
|
||||
|
||||
// Copy view
|
||||
|
@ -49,6 +49,7 @@ return [
|
||||
// Drawing & Images
|
||||
'image_upload_error' => 'Pildi üleslaadimisel tekkis viga',
|
||||
'image_upload_type_error' => 'Pildifaili tüüp ei ole korrektne',
|
||||
'image_upload_replace_type' => 'Pildifaili asendused peavad olema sama tüüpi',
|
||||
'drawing_data_not_found' => 'Joonise andmeid ei õnnestunud laadida. Joonist ei pruugi enam eksisteerida, või sul puuduvad õigused selle vaatamiseks.',
|
||||
|
||||
// Attachments
|
||||
@ -57,6 +58,7 @@ return [
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'Mustandi salvestamine ebaõnnestus. Kontrolli oma internetiühendust',
|
||||
'page_draft_delete_fail' => 'Mustandi kustutamine ja lehe salvestatud seisu laadimine ebaõnnestus',
|
||||
'page_custom_home_deletion' => 'Ei saa kustutada lehte, mis on määratud avaleheks',
|
||||
|
||||
// Entities
|
||||
|
@ -9,7 +9,6 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'Seaded',
|
||||
'settings_save' => 'Salvesta seaded',
|
||||
'settings_save_success' => 'Seaded salvestatud',
|
||||
'system_version' => 'Süsteemi versioon',
|
||||
'categories' => 'Kategooriad',
|
||||
|
||||
@ -232,8 +231,6 @@ return [
|
||||
'user_api_token_expiry' => 'Kehtiv kuni',
|
||||
'user_api_token_expiry_desc' => 'Määra kuupäev, millal see tunnus aegub. Pärast seda kuupäeva ei saa selle tunnusega enam päringuid teha. Välja tühjaks jätmine määrab aegumiskuupäeva 100 aastat tulevikku.',
|
||||
'user_api_token_create_secret_message' => 'Kohe pärast selle tunnuse loomist genereeritakse ja kuvatakse tunnuse ID ja salajane võti. Võtit kuvatakse ainult ühe korra, seega kopeeri selle väärtus enne jätkamist turvalisse kohta.',
|
||||
'user_api_token_create_success' => 'API tunnus on lisatud',
|
||||
'user_api_token_update_success' => 'API tunnus on muudetud',
|
||||
'user_api_token' => 'API tunnus',
|
||||
'user_api_token_id' => 'Tunnuse ID',
|
||||
'user_api_token_id_desc' => 'See on API tunnuse süsteemne mittemuudetav identifikaator, mis tuleb API päringutele kaasa panna.',
|
||||
@ -244,7 +241,6 @@ return [
|
||||
'user_api_token_delete' => 'Kustuta tunnus',
|
||||
'user_api_token_delete_warning' => 'See kustutab API tunnuse nimega \':tokenName\' süsteemist.',
|
||||
'user_api_token_delete_confirm' => 'Kas oled kindel, et soovid selle API tunnuse kustutada?',
|
||||
'user_api_token_delete_success' => 'API tunnus on kustutatud',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Veebihaagid',
|
||||
|
@ -15,6 +15,7 @@ return [
|
||||
'page_restore' => 'leheneratu orria',
|
||||
'page_restore_notification' => 'Dokumentua behar bezala leheneratuta',
|
||||
'page_move' => 'mugitu orrialdea',
|
||||
'page_move_notification' => 'Page successfully moved',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'kapitulua sortu',
|
||||
@ -24,6 +25,7 @@ return [
|
||||
'chapter_delete' => 'kapitulua ezabatu',
|
||||
'chapter_delete_notification' => 'Kapitulua egoki ezabatua',
|
||||
'chapter_move' => 'kapitulua mugituta',
|
||||
'chapter_move_notification' => 'Chapter successfully moved',
|
||||
|
||||
// Books
|
||||
'book_create' => 'liburua sortuta',
|
||||
@ -47,14 +49,30 @@ return [
|
||||
'bookshelf_delete' => 'apalategia ezabatua',
|
||||
'bookshelf_delete_notification' => 'Apalategia egoki ezabatua',
|
||||
|
||||
// Revisions
|
||||
'revision_restore' => 'restored revision',
|
||||
'revision_delete' => 'deleted revision',
|
||||
'revision_delete_notification' => 'Revision successfully deleted',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '":name" zure gogoetara gehitua izan da',
|
||||
'favourite_remove_notification' => '":name" zure gogokoetatik ezabatua izan da',
|
||||
|
||||
// MFA
|
||||
// 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' => 'sortu webhook',
|
||||
'webhook_create_notification' => 'Webhook egoki sortua',
|
||||
@ -64,14 +82,34 @@ return [
|
||||
'webhook_delete_notification' => 'Webhook egoki ezabatua',
|
||||
|
||||
// Users
|
||||
'user_create' => 'created user',
|
||||
'user_create_notification' => 'User successfully created',
|
||||
'user_update' => 'updated user',
|
||||
'user_update_notification' => 'Erabiltzailea egoki eguneratua',
|
||||
'user_delete' => 'deleted user',
|
||||
'user_delete_notification' => 'Erabiltzailea egoki ezabatua',
|
||||
|
||||
// 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',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'iruzkinak',
|
||||
'permissions_update' => 'eguneratu baimenak',
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Ezeztatu',
|
||||
'close' => 'Close',
|
||||
'confirm' => 'Berretsi',
|
||||
'back' => 'Itzuli',
|
||||
'save' => 'Gorde',
|
||||
|
@ -6,6 +6,8 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Irudia aukeratu',
|
||||
'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.',
|
||||
@ -15,6 +17,9 @@ return [
|
||||
'image_page_title' => 'Orrialde honetan igotako irudiak ikusi',
|
||||
'image_search_hint' => 'Izenarekin bilatu',
|
||||
'image_uploaded' => 'Igoera data :uploadedDate',
|
||||
'image_uploaded_by' => 'Uploaded by :userName',
|
||||
'image_uploaded_to' => 'Uploaded to :pageLink',
|
||||
'image_updated' => 'Updated :updateDate',
|
||||
'image_load_more' => 'Kargatu gehiago',
|
||||
'image_image_name' => 'Irudiaren izena',
|
||||
'image_delete_used' => 'Irudi hau honako orrialdetan erabili da.',
|
||||
@ -27,6 +32,8 @@ return [
|
||||
'image_upload_success' => 'Irudia zuzen eguneratu da',
|
||||
'image_update_success' => 'Irudiaren xehetasunak egioki eguneratu dira',
|
||||
'image_delete_success' => 'Irudia ondo ezabatu da',
|
||||
'image_replace' => 'Replace Image',
|
||||
'image_replace_success' => 'Image file successfully updated',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Kodea editatu',
|
||||
|
@ -180,7 +180,6 @@ return [
|
||||
'chapters_save' => 'Kapitulua gorde',
|
||||
'chapters_move' => 'Kapitulua mugitu',
|
||||
'chapters_move_named' => ':chapterName kapitulua mugitu',
|
||||
'chapter_move_success' => ':bookName liburura mugitu da kapitulua',
|
||||
'chapters_copy' => 'Kapitulua kopiatu',
|
||||
'chapters_copy_success' => 'Kapitulua egoki kopiatua',
|
||||
'chapters_permissions' => 'Kapitulu baimenak',
|
||||
@ -214,6 +213,7 @@ return [
|
||||
'pages_editing_page' => 'Editatu orrialdea',
|
||||
'pages_edit_draft_save_at' => 'Draft saved at ',
|
||||
'pages_edit_delete_draft' => 'Ezabatu zirriborroa',
|
||||
'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' => 'Baztertu zirriborroa',
|
||||
'pages_edit_switch_to_markdown' => 'Switch to Markdown Editor',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Clean Content)',
|
||||
@ -240,7 +240,6 @@ return [
|
||||
'pages_md_sync_scroll' => 'Sync preview scroll',
|
||||
'pages_not_in_chapter' => 'Page is not in a chapter',
|
||||
'pages_move' => 'Move Page',
|
||||
'pages_move_success' => 'Page moved to ":parentName"',
|
||||
'pages_copy' => 'Copy Page',
|
||||
'pages_copy_desination' => 'Copy Destination',
|
||||
'pages_copy_success' => 'Page successfully copied',
|
||||
@ -266,7 +265,13 @@ return [
|
||||
'pages_revisions_restore' => 'Berreskuratu',
|
||||
'pages_revisions_none' => 'This page has no revisions',
|
||||
'pages_copy_link' => 'Copy Link',
|
||||
'pages_edit_content_link' => 'Editatu edukia',
|
||||
'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',
|
||||
@ -281,7 +286,8 @@ return [
|
||||
'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_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' => 'Orrialde txantiloia',
|
||||
|
||||
@ -356,21 +362,20 @@ return [
|
||||
'comment_placeholder' => 'Utzi iruzkin bat hemen',
|
||||
'comment_count' => '{0} No Comments|{1} 1 Comment|[2,*] :count Comments',
|
||||
'comment_save' => 'Iruzkina gorde',
|
||||
'comment_saving' => 'Saving comment...',
|
||||
'comment_deleting' => 'Deleting comment...',
|
||||
'comment_new' => 'Iruzkin berria',
|
||||
'comment_created' => 'commented :createDiff',
|
||||
'comment_updated' => 'Updated :updateDiff by :username',
|
||||
'comment_updated_indicator' => 'Updated',
|
||||
'comment_deleted_success' => 'Comment deleted',
|
||||
'comment_created_success' => 'Iruzkina gehituta',
|
||||
'comment_updated_success' => 'Iruzkina gehituta',
|
||||
'comment_delete_confirm' => 'Ziur zaude iruzkin hau ezabatu nahi duzula?',
|
||||
'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' => 'Ziur zaude hau ezabatu nahi duzula?',
|
||||
'revision_restore_confirm' => 'Are you sure you want to restore this revision? The current page contents will be replaced.',
|
||||
'revision_delete_success' => 'Revision deleted',
|
||||
'revision_cannot_delete_latest' => 'Cannot delete the latest revision.',
|
||||
|
||||
// Copy view
|
||||
|
@ -49,6 +49,7 @@ return [
|
||||
// Drawing & Images
|
||||
'image_upload_error' => 'Errorea gertatu da irudia igotzerakoan',
|
||||
'image_upload_type_error' => 'The image type being uploaded is invalid',
|
||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
||||
'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
|
||||
@ -57,6 +58,7 @@ return [
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'Failed to save draft. Ensure you have internet connection before saving this page',
|
||||
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
|
||||
'page_custom_home_deletion' => 'Cannot delete a page while it is set as a homepage',
|
||||
|
||||
// Entities
|
||||
|
@ -9,7 +9,6 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'Ezarpenak',
|
||||
'settings_save' => 'Gorde aldaketak',
|
||||
'settings_save_success' => 'Aldaketak gordeta',
|
||||
'system_version' => 'Sistema bertsioa',
|
||||
'categories' => 'Kategoriak',
|
||||
|
||||
@ -232,8 +231,6 @@ return [
|
||||
'user_api_token_expiry' => 'Iraungitze data',
|
||||
'user_api_token_expiry_desc' => 'Set a date at which this token expires. After this date, requests made using this token will no longer work. Leaving this field blank will set an expiry 100 years into the future.',
|
||||
'user_api_token_create_secret_message' => 'Immediately after creating this token a "Token ID" & "Token Secret" will be generated and displayed. The secret will only be shown a single time so be sure to copy the value to somewhere safe and secure before proceeding.',
|
||||
'user_api_token_create_success' => 'API token successfully created',
|
||||
'user_api_token_update_success' => 'API token successfully updated',
|
||||
'user_api_token' => 'API Token',
|
||||
'user_api_token_id' => 'Token ID',
|
||||
'user_api_token_id_desc' => 'This is a non-editable system generated identifier for this token which will need to be provided in API requests.',
|
||||
@ -244,7 +241,6 @@ return [
|
||||
'user_api_token_delete' => 'Delete Token',
|
||||
'user_api_token_delete_warning' => 'This will fully delete this API token with the name \':tokenName\' from the system.',
|
||||
'user_api_token_delete_confirm' => 'Are you sure you want to delete this API token?',
|
||||
'user_api_token_delete_success' => 'API token successfully deleted',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
|
@ -6,7 +6,7 @@
|
||||
return [
|
||||
|
||||
// Pages
|
||||
'page_create' => 'ایجاد صفحه',
|
||||
'page_create' => 'تاریخ ایجاد',
|
||||
'page_create_notification' => 'صفحه با موفقیت ایجاد شد',
|
||||
'page_update' => 'به روزرسانی صفحه',
|
||||
'page_update_notification' => 'صفحه با موفقیت به روزرسانی شد',
|
||||
@ -15,6 +15,7 @@ return [
|
||||
'page_restore' => 'بازیابی صفحه',
|
||||
'page_restore_notification' => 'صفحه با موفقیت بازیابی شد',
|
||||
'page_move' => 'انتقال صفحه',
|
||||
'page_move_notification' => 'Page successfully moved',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'ایجاد فصل',
|
||||
@ -24,6 +25,7 @@ return [
|
||||
'chapter_delete' => 'حذف فصل',
|
||||
'chapter_delete_notification' => 'فصل با موفقیت حذف شد',
|
||||
'chapter_move' => 'انتقال فصل',
|
||||
'chapter_move_notification' => 'Chapter successfully moved',
|
||||
|
||||
// Books
|
||||
'book_create' => 'ایجاد کتاب',
|
||||
@ -47,14 +49,30 @@ return [
|
||||
'bookshelf_delete' => 'قفسه حذف شده',
|
||||
'bookshelf_delete_notification' => 'قفسه کتاب با موفقیت حذف شد',
|
||||
|
||||
// Revisions
|
||||
'revision_restore' => 'restored revision',
|
||||
'revision_delete' => 'deleted revision',
|
||||
'revision_delete_notification' => 'Revision successfully deleted',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '":name" به علاقه مندی های شما اضافه شد',
|
||||
'favourite_remove_notification' => '":name" از علاقه مندی های شما حذف شد',
|
||||
|
||||
// MFA
|
||||
// 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' => 'روش چند فاکتوری با موفقیت پیکربندی شد',
|
||||
'mfa_remove_method' => 'removed MFA method',
|
||||
'mfa_remove_method_notification' => 'روش چند فاکتوری با موفقیت حذف شد',
|
||||
|
||||
// Settings
|
||||
'settings_update' => 'updated settings',
|
||||
'settings_update_notification' => 'Settings successfully updated',
|
||||
'maintenance_action_run' => 'ran maintenance action',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'ایجاد وب هوک',
|
||||
'webhook_create_notification' => 'وب هوک با موفقیت ایجاد شد',
|
||||
@ -64,14 +82,34 @@ return [
|
||||
'webhook_delete_notification' => 'وب هوک با موفقیت حذف شد',
|
||||
|
||||
// Users
|
||||
'user_create' => 'created user',
|
||||
'user_create_notification' => 'User successfully created',
|
||||
'user_update' => 'updated user',
|
||||
'user_update_notification' => 'کاربر با موفقیت به روز شد',
|
||||
'user_delete' => 'deleted user',
|
||||
'user_delete_notification' => 'کاربر با موفقیت حذف شد',
|
||||
|
||||
// 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_update' => 'updated role',
|
||||
'role_update_notification' => 'نقش با موفقیت به روز شد',
|
||||
'role_delete' => 'deleted role',
|
||||
'role_delete_notification' => 'نقش با موفقیت حذف شد',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin_empty' => 'emptied recycle bin',
|
||||
'recycle_bin_restore' => 'restored from recycle bin',
|
||||
'recycle_bin_destroy' => 'removed from recycle bin',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'ثبت دیدگاه',
|
||||
'permissions_update' => 'به روزرسانی مجوزها',
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'لغو',
|
||||
'close' => 'Close',
|
||||
'confirm' => 'تایید',
|
||||
'back' => 'بازگشت',
|
||||
'save' => 'ذخیره',
|
||||
|
@ -6,6 +6,8 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'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.',
|
||||
@ -15,6 +17,9 @@ return [
|
||||
'image_page_title' => 'تصاویر بارگذاری شده در این صفحه را مشاهده کنید',
|
||||
'image_search_hint' => 'جستجو بر اساس نام تصویر',
|
||||
'image_uploaded' => 'بارگذاری شده :uploadedDate',
|
||||
'image_uploaded_by' => 'Uploaded by :userName',
|
||||
'image_uploaded_to' => 'Uploaded to :pageLink',
|
||||
'image_updated' => 'Updated :updateDate',
|
||||
'image_load_more' => 'بارگذاری بیشتر',
|
||||
'image_image_name' => 'نام تصویر',
|
||||
'image_delete_used' => 'این تصویر در صفحات زیر استفاده شده است.',
|
||||
@ -27,6 +32,8 @@ return [
|
||||
'image_upload_success' => 'تصویر با موفقیت بارگذاری شد',
|
||||
'image_update_success' => 'جزئیات تصویر با موفقیت به روز شد',
|
||||
'image_delete_success' => 'تصویر با موفقیت حذف شد',
|
||||
'image_replace' => 'Replace Image',
|
||||
'image_replace_success' => 'Image file successfully updated',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'ویرایش کد',
|
||||
|
@ -180,7 +180,6 @@ return [
|
||||
'chapters_save' => 'ذخیره فصل',
|
||||
'chapters_move' => 'انتقال فصل',
|
||||
'chapters_move_named' => 'انتقال فصل :chapterName',
|
||||
'chapter_move_success' => 'فصل به :bookName منتقل شد',
|
||||
'chapters_copy' => 'کپی فصل',
|
||||
'chapters_copy_success' => 'فصل با موفقیت کپی شد',
|
||||
'chapters_permissions' => 'مجوزهای فصل',
|
||||
@ -214,6 +213,7 @@ return [
|
||||
'pages_editing_page' => 'در حال ویرایش صفحه',
|
||||
'pages_edit_draft_save_at' => 'پیش نویس ذخیره شده در',
|
||||
'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_discard_draft' => 'دور انداختن پیش نویس',
|
||||
'pages_edit_switch_to_markdown' => 'به ویرایشگر Markdown بروید',
|
||||
'pages_edit_switch_to_markdown_clean' => '(مطالب تمیز)',
|
||||
@ -240,7 +240,6 @@ return [
|
||||
'pages_md_sync_scroll' => 'هماهنگ سازی اسکرول پیش نمایش',
|
||||
'pages_not_in_chapter' => 'صفحه در یک فصل نیست',
|
||||
'pages_move' => 'انتقال صفحه',
|
||||
'pages_move_success' => 'صفحه به ":parentName" منتقل شد',
|
||||
'pages_copy' => 'کپی صفحه',
|
||||
'pages_copy_desination' => 'مقصد را کپی کنید',
|
||||
'pages_copy_success' => 'صفحه با موفقیت کپی شد',
|
||||
@ -266,7 +265,13 @@ return [
|
||||
'pages_revisions_restore' => 'بازگرداندن',
|
||||
'pages_revisions_none' => 'این صفحه هیچ ویرایشی ندارد',
|
||||
'pages_copy_link' => 'کپی لینک',
|
||||
'pages_edit_content_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' => 'مجوزهای صفحه فعال است',
|
||||
'pages_initial_revision' => 'انتشار اولیه',
|
||||
'pages_references_update_revision' => 'بهروزرسانی خودکار لینکهای داخلی سیستم',
|
||||
@ -281,7 +286,8 @@ return [
|
||||
'time_b' => 'در آخرین دقیقه :minCount',
|
||||
'message' => ':start :time. مراقب باشید به روز رسانی های یکدیگر را بازنویسی نکنید!',
|
||||
],
|
||||
'pages_draft_discarded' => 'پیش نویس حذف شد، ویرایشگر با محتوای صفحه فعلی به روز شده است',
|
||||
'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' => 'صفحه خاص',
|
||||
'pages_is_template' => 'الگوی صفحه',
|
||||
|
||||
@ -356,21 +362,20 @@ return [
|
||||
'comment_placeholder' => 'اینجا نظر بدهید',
|
||||
'comment_count' => '{0} بدون نظر|{1} 1 نظر|[2,*] :count نظرات',
|
||||
'comment_save' => 'ذخیره نظر',
|
||||
'comment_saving' => 'در حال ذخیره نظر...',
|
||||
'comment_deleting' => 'در حال حذف نظر...',
|
||||
'comment_new' => 'نظر جدید',
|
||||
'comment_created' => ':createDiff نظر داد',
|
||||
'comment_updated' => 'به روز رسانی :updateDiff توسط :username',
|
||||
'comment_updated_indicator' => 'Updated',
|
||||
'comment_deleted_success' => 'نظر حذف شد',
|
||||
'comment_created_success' => 'نظر اضافه شد',
|
||||
'comment_updated_success' => 'نظر به روز شد',
|
||||
'comment_delete_confirm' => 'آیا مطمئن هستید که می خواهید این نظر را حذف کنید؟',
|
||||
'comment_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' => 'آیا مطمئن هستید که می خواهید این ویرایش را حذف کنید؟',
|
||||
'revision_restore_confirm' => 'آیا مطمئن هستید که می خواهید این ویرایش را بازیابی کنید؟ محتوای صفحه فعلی جایگزین خواهد شد.',
|
||||
'revision_delete_success' => 'ویرایش حذف شد',
|
||||
'revision_cannot_delete_latest' => 'نمی توان آخرین نسخه را حذف کرد.',
|
||||
|
||||
// Copy view
|
||||
|
@ -49,6 +49,7 @@ return [
|
||||
// Drawing & Images
|
||||
'image_upload_error' => 'هنگام آپلود تصویر خطایی روی داد',
|
||||
'image_upload_type_error' => 'نوع تصویر در حال آپلود نامعتبر است',
|
||||
'image_upload_replace_type' => 'Image file replacements must be of the same type',
|
||||
'drawing_data_not_found' => 'داده های طرح قابل بارگذاری نیستند. ممکن است فایل طرح دیگر وجود نداشته باشد یا شما به آن دسترسی نداشته باشید.',
|
||||
|
||||
// Attachments
|
||||
@ -57,6 +58,7 @@ return [
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'پیش نویس ذخیره نشد. قبل از ذخیره این صفحه مطمئن شوید که به اینترنت متصل هستید',
|
||||
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
|
||||
'page_custom_home_deletion' => 'وقتی صفحه ای به عنوان صفحه اصلی تنظیم شده است، نمی توان آن را حذف کرد',
|
||||
|
||||
// Entities
|
||||
|
@ -9,7 +9,6 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'تنظیمات',
|
||||
'settings_save' => 'تنظیمات را ذخیره کن',
|
||||
'settings_save_success' => 'تنظیمات ذخیره شد',
|
||||
'system_version' => 'نسخه سیستم',
|
||||
'categories' => 'دسته بندی ها',
|
||||
|
||||
@ -232,8 +231,6 @@ return [
|
||||
'user_api_token_expiry' => 'تاریخ انقضا',
|
||||
'user_api_token_expiry_desc' => 'تاریخی را تعیین کنید که در آن این توکن منقضی شود. پس از این تاریخ، درخواستهایی که با استفاده از این رمز انجام میشوند دیگر کار نمیکنند. خالی گذاشتن این فیلد باعث انقضای 100 سال آینده می شود.',
|
||||
'user_api_token_create_secret_message' => 'بلافاصله پس از ایجاد این توکن یک "شناسه رمز" و "رمز رمز" تولید و نمایش داده می شود. راز فقط یک بار نشان داده میشود، بنابراین قبل از ادامه، حتماً مقدار را در جایی امن و مطمئن کپی کنید.',
|
||||
'user_api_token_create_success' => 'توکن API با موفقیت ایجاد شد',
|
||||
'user_api_token_update_success' => 'توکن API با موفقیت به روز شد',
|
||||
'user_api_token' => 'توکن API',
|
||||
'user_api_token_id' => 'شناسه توکن',
|
||||
'user_api_token_id_desc' => 'این یک شناسه غیرقابل ویرایش است که برای این نشانه ایجاد شده است که باید در درخواستهای API ارائه شود.',
|
||||
@ -244,7 +241,6 @@ return [
|
||||
'user_api_token_delete' => 'توکن را حذف کنید',
|
||||
'user_api_token_delete_warning' => 'با این کار این نشانه API با نام \':tokenName\' به طور کامل از سیستم حذف می شود.',
|
||||
'user_api_token_delete_confirm' => 'آیا مطمئن هستید که می خواهید این نشانه API را حذف کنید؟',
|
||||
'user_api_token_delete_success' => 'توکن API با موفقیت حذف شد',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'وبهوکها',
|
||||
|
@ -15,6 +15,7 @@ return [
|
||||
'page_restore' => 'a restauré la page',
|
||||
'page_restore_notification' => 'Page restaurée avec succès',
|
||||
'page_move' => 'a déplacé la page',
|
||||
'page_move_notification' => 'Page successfully moved',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'a créé le chapitre',
|
||||
@ -24,6 +25,7 @@ return [
|
||||
'chapter_delete' => 'a supprimé le chapitre',
|
||||
'chapter_delete_notification' => 'Chapitre supprimé avec succès',
|
||||
'chapter_move' => 'a déplacé le chapitre',
|
||||
'chapter_move_notification' => 'Chapter successfully moved',
|
||||
|
||||
// Books
|
||||
'book_create' => 'a créé un livre',
|
||||
@ -47,14 +49,30 @@ return [
|
||||
'bookshelf_delete' => 'étagère supprimée',
|
||||
'bookshelf_delete_notification' => 'Étagère supprimée avec succès',
|
||||
|
||||
// Revisions
|
||||
'revision_restore' => 'restored revision',
|
||||
'revision_delete' => 'deleted revision',
|
||||
'revision_delete_notification' => 'Revision successfully deleted',
|
||||
|
||||
// Favourites
|
||||
'favourite_add_notification' => '":name" a été ajouté dans vos favoris',
|
||||
'favourite_remove_notification' => '":name" a été supprimé de vos favoris',
|
||||
|
||||
// MFA
|
||||
// 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' => 'Méthode multi-facteurs configurée avec succès',
|
||||
'mfa_remove_method' => 'removed MFA method',
|
||||
'mfa_remove_method_notification' => 'Méthode multi-facteurs supprimée avec succès',
|
||||
|
||||
// Settings
|
||||
'settings_update' => 'updated settings',
|
||||
'settings_update_notification' => 'Settings successfully updated',
|
||||
'maintenance_action_run' => 'ran maintenance action',
|
||||
|
||||
// Webhooks
|
||||
'webhook_create' => 'Créer un Webhook',
|
||||
'webhook_create_notification' => 'Webhook créé avec succès',
|
||||
@ -64,14 +82,34 @@ return [
|
||||
'webhook_delete_notification' => 'Webhook supprimé avec succès',
|
||||
|
||||
// Users
|
||||
'user_create' => 'created user',
|
||||
'user_create_notification' => 'User successfully created',
|
||||
'user_update' => 'updated user',
|
||||
'user_update_notification' => 'Utilisateur mis à jour avec succès',
|
||||
'user_delete' => 'deleted user',
|
||||
'user_delete_notification' => 'Utilisateur supprimé avec succès',
|
||||
|
||||
// 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' => 'Rôle créé avec succès',
|
||||
'role_update' => 'updated role',
|
||||
'role_update_notification' => 'Rôle mis à jour avec succès',
|
||||
'role_delete' => 'deleted role',
|
||||
'role_delete_notification' => 'Rôle supprimé avec succès',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin_empty' => 'emptied recycle bin',
|
||||
'recycle_bin_restore' => 'restored from recycle bin',
|
||||
'recycle_bin_destroy' => 'removed from recycle bin',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'a commenté',
|
||||
'permissions_update' => 'a mis à jour les autorisations sur',
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Annuler',
|
||||
'close' => 'Fermer',
|
||||
'confirm' => 'Confirmer',
|
||||
'back' => 'Retour',
|
||||
'save' => 'Enregistrer',
|
||||
|
@ -6,6 +6,8 @@ return [
|
||||
|
||||
// Image Manager
|
||||
'image_select' => 'Sélectionner une image',
|
||||
'image_list' => 'Liste d\'images',
|
||||
'image_details' => 'Détails de l’Image',
|
||||
'image_upload' => 'Téléverser une image',
|
||||
'image_intro' => 'Ici, vous pouvez sélectionner et gérer les images qui ont été précédemment téléversées sur le système.',
|
||||
'image_intro_upload' => 'Téléversez une nouvelle image en glissant un fichier image dans cette fenêtre, ou en utilisant le bouton "Téléverser une image" ci-dessus.',
|
||||
@ -15,6 +17,9 @@ return [
|
||||
'image_page_title' => 'Voir les images ajoutées à cette page',
|
||||
'image_search_hint' => 'Rechercher par nom d\'image',
|
||||
'image_uploaded' => 'Ajoutée le :uploadedDate',
|
||||
'image_uploaded_by' => 'Ajouté par :userName',
|
||||
'image_uploaded_to' => 'Téléversé vers :pagelink',
|
||||
'image_updated' => 'Mis à jour le :updateDate',
|
||||
'image_load_more' => 'Charger plus',
|
||||
'image_image_name' => 'Nom de l\'image',
|
||||
'image_delete_used' => 'Cette image est utilisée dans les pages ci-dessous.',
|
||||
@ -27,6 +32,8 @@ return [
|
||||
'image_upload_success' => 'Image ajoutée avec succès',
|
||||
'image_update_success' => 'Détails de l\'image mis à jour',
|
||||
'image_delete_success' => 'Image supprimée avec succès',
|
||||
'image_replace' => 'Remplacer l\'image',
|
||||
'image_replace_success' => 'Image mise à jour avec succès',
|
||||
|
||||
// Code Editor
|
||||
'code_editor' => 'Éditer le code',
|
||||
|
@ -180,7 +180,6 @@ return [
|
||||
'chapters_save' => 'Enregistrer le chapitre',
|
||||
'chapters_move' => 'Déplacer le chapitre',
|
||||
'chapters_move_named' => 'Déplacer le chapitre :chapterName',
|
||||
'chapter_move_success' => 'Chapitre déplacé dans :bookName',
|
||||
'chapters_copy' => 'Copier le chapitre',
|
||||
'chapters_copy_success' => 'Chapitre copié avec succès',
|
||||
'chapters_permissions' => 'Permissions du chapitre',
|
||||
@ -214,6 +213,7 @@ return [
|
||||
'pages_editing_page' => 'Modification de la page',
|
||||
'pages_edit_draft_save_at' => 'Brouillon enregistré le ',
|
||||
'pages_edit_delete_draft' => 'Supprimer le brouillon',
|
||||
'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' => 'Jeter le brouillon',
|
||||
'pages_edit_switch_to_markdown' => 'Basculer vers l\'éditeur Markdown',
|
||||
'pages_edit_switch_to_markdown_clean' => '(Contenu nettoyé)',
|
||||
@ -240,7 +240,6 @@ return [
|
||||
'pages_md_sync_scroll' => 'Défilement prévisualisation',
|
||||
'pages_not_in_chapter' => 'La page n\'est pas dans un chapitre',
|
||||
'pages_move' => 'Déplacer la page',
|
||||
'pages_move_success' => 'Page déplacée à ":parentName"',
|
||||
'pages_copy' => 'Copier la page',
|
||||
'pages_copy_desination' => 'Destination de la copie',
|
||||
'pages_copy_success' => 'Page copiée avec succès',
|
||||
@ -266,7 +265,13 @@ return [
|
||||
'pages_revisions_restore' => 'Restaurer',
|
||||
'pages_revisions_none' => 'Cette page n\'a aucune révision',
|
||||
'pages_copy_link' => 'Copier le lien',
|
||||
'pages_edit_content_link' => 'Modifier le contenu',
|
||||
'pages_edit_content_link' => 'Aller à la section dans l\'éditeur',
|
||||
'pages_pointer_enter_mode' => 'Entrer en mode de sélection de section',
|
||||
'pages_pointer_label' => 'Options de section de page',
|
||||
'pages_pointer_permalink' => 'Lien permanent de la section de page',
|
||||
'pages_pointer_include_tag' => 'Balise d\'inclusion de la section de page',
|
||||
'pages_pointer_toggle_link' => 'Mode Lien Permanent, Cliquer pour afficher la balise d\'inclusion',
|
||||
'pages_pointer_toggle_include' => 'Mode balise d\'inclusion, cliquer pour afficher le lien permanent',
|
||||
'pages_permissions_active' => 'Permissions de page actives',
|
||||
'pages_initial_revision' => 'Publication initiale',
|
||||
'pages_references_update_revision' => 'Mise à jour automatique des liens internes',
|
||||
@ -281,7 +286,8 @@ return [
|
||||
'time_b' => 'dans les :minCount dernières minutes',
|
||||
'message' => ':start :time. Attention à ne pas écraser les mises à jour de quelqu\'un d\'autre !',
|
||||
],
|
||||
'pages_draft_discarded' => 'Brouillon écarté, la page est dans sa version actuelle.',
|
||||
'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' => 'Page spécifique',
|
||||
'pages_is_template' => 'Modèle de page',
|
||||
|
||||
@ -356,21 +362,20 @@ return [
|
||||
'comment_placeholder' => 'Entrez vos commentaires ici',
|
||||
'comment_count' => '{0} Pas de commentaires|{1} Un commentaire|[2,*] :count commentaires',
|
||||
'comment_save' => 'Enregistrer le commentaire',
|
||||
'comment_saving' => 'Enregistrement du commentaire…',
|
||||
'comment_deleting' => 'Suppression du commentaire…',
|
||||
'comment_new' => 'Nouveau commentaire',
|
||||
'comment_created' => 'commenté :createDiff',
|
||||
'comment_updated' => 'Mis à jour :updateDiff par :username',
|
||||
'comment_updated_indicator' => 'Updated',
|
||||
'comment_deleted_success' => 'Commentaire supprimé',
|
||||
'comment_created_success' => 'Commentaire ajouté',
|
||||
'comment_updated_success' => 'Commentaire mis à jour',
|
||||
'comment_delete_confirm' => 'Êtes-vous sûr de vouloir supprimer ce commentaire ?',
|
||||
'comment_in_reply_to' => 'En réponse à :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' => 'Êtes-vous sûr de vouloir supprimer cette révision ?',
|
||||
'revision_restore_confirm' => 'Êtes-vous sûr de vouloir restaurer cette révision ? Le contenu courant de la page va être remplacé.',
|
||||
'revision_delete_success' => 'Révision supprimée',
|
||||
'revision_cannot_delete_latest' => 'Impossible de supprimer la dernière révision.',
|
||||
|
||||
// Copy view
|
||||
|
@ -49,6 +49,7 @@ return [
|
||||
// Drawing & Images
|
||||
'image_upload_error' => 'Une erreur est survenue pendant l\'envoi de l\'image',
|
||||
'image_upload_type_error' => 'Le format de l\'image envoyée n\'est pas valide',
|
||||
'image_upload_replace_type' => 'Le fichier image doit être remplacé par une image du même type',
|
||||
'drawing_data_not_found' => 'Les données de dessin n\'ont pas pu être chargées. Le fichier de dessin peut ne plus exister ou vous n\'avez pas la permission d\'y accéder.',
|
||||
|
||||
// Attachments
|
||||
@ -57,6 +58,7 @@ return [
|
||||
|
||||
// Pages
|
||||
'page_draft_autosave_fail' => 'Le brouillon n\'a pas pu être enregistré. Vérifiez votre connexion internet',
|
||||
'page_draft_delete_fail' => 'Failed to delete page draft and fetch current page saved content',
|
||||
'page_custom_home_deletion' => 'Impossible de supprimer une page définie comme page d\'accueil',
|
||||
|
||||
// Entities
|
||||
|
@ -9,7 +9,6 @@ return [
|
||||
// Common Messages
|
||||
'settings' => 'Préférences',
|
||||
'settings_save' => 'Enregistrer les préférences',
|
||||
'settings_save_success' => 'Préférences enregistrées',
|
||||
'system_version' => 'Version du système',
|
||||
'categories' => 'Catégories',
|
||||
|
||||
@ -232,8 +231,6 @@ return [
|
||||
'user_api_token_expiry' => 'Date d\'expiration',
|
||||
'user_api_token_expiry_desc' => 'Définissez une date à laquelle ce jeton expire. Après cette date, les demandes effectuées à l\'aide de ce jeton ne fonctionneront plus. Le fait de laisser ce champ vide entraînera une expiration dans 100 ans.',
|
||||
'user_api_token_create_secret_message' => 'Immédiatement après la création de ce jeton, un "ID de jeton" "et" Secret de jeton "sera généré et affiché. Le secret ne sera affiché qu\'une seule fois, alors assurez-vous de copier la valeur dans un endroit sûr et sécurisé avant de continuer.',
|
||||
'user_api_token_create_success' => 'Le jeton API a été créé avec succès',
|
||||
'user_api_token_update_success' => 'Le jeton API a été mis à jour avec succès',
|
||||
'user_api_token' => 'Jeton API',
|
||||
'user_api_token_id' => 'Token ID',
|
||||
'user_api_token_id_desc' => 'Il s\'agit d\'un identifiant généré par le système non modifiable pour ce jeton qui devra être fourni dans les demandes d\'API.',
|
||||
@ -244,7 +241,6 @@ return [
|
||||
'user_api_token_delete' => 'Supprimer le jeton',
|
||||
'user_api_token_delete_warning' => 'Cela supprimera complètement le jeton d\'API avec le nom \':tokenName\'.',
|
||||
'user_api_token_delete_confirm' => 'Souhaitez-vous vraiment effacer ce jeton API ?',
|
||||
'user_api_token_delete_success' => 'Le jeton API a été supprimé avec succès',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
|
@ -15,6 +15,7 @@ return [
|
||||
'page_restore' => 'דף שוחזר',
|
||||
'page_restore_notification' => 'הדף שוחזר בהצלחה',
|
||||
'page_move' => 'דף הועבר',
|
||||
'page_move_notification' => 'Page successfully moved',
|
||||
|
||||
// Chapters
|
||||
'chapter_create' => 'פרק נוצר',
|
||||
@ -24,55 +25,92 @@ return [
|
||||
'chapter_delete' => 'פרק נמחק',
|
||||
'chapter_delete_notification' => 'הפרק נמחק בהצלחה',
|
||||
'chapter_move' => 'פרק הועבר',
|
||||
'chapter_move_notification' => 'Chapter successfully moved',
|
||||
|
||||
// Books
|
||||
'book_create' => 'ספר נוצר',
|
||||
'book_create_notification' => 'ספר נוצר בהצלחה',
|
||||
'book_create_from_chapter' => 'converted chapter to book',
|
||||
'book_create_from_chapter_notification' => 'Chapter successfully converted to a book',
|
||||
'book_create_from_chapter' => 'המר פרק לספר',
|
||||
'book_create_from_chapter_notification' => 'הפרק הומר בהצלחה לספר',
|
||||
'book_update' => 'ספר הועדכן',
|
||||
'book_update_notification' => 'ספר התעדכן בהצלחה',
|
||||
'book_delete' => 'ספר נמחק',
|
||||
'book_delete_notification' => 'ספר נמחק בהצלחה',
|
||||
'book_sort' => 'sorted book',
|
||||
'book_sort_notification' => 'Book successfully re-sorted',
|
||||
'book_sort' => 'ספר ממויין',
|
||||
'book_sort_notification' => 'ספר מויין מחדש בהצלחה',
|
||||
|
||||
// Bookshelves
|
||||
'bookshelf_create' => 'created shelf',
|
||||
'bookshelf_create_notification' => 'Shelf successfully created',
|
||||
'bookshelf_create_from_book' => 'converted book to shelf',
|
||||
'bookshelf_create' => 'מדף נוצר',
|
||||
'bookshelf_create_notification' => 'המדף נוצר בהצלחה',
|
||||
'bookshelf_create_from_book' => 'המר ספר למדף',
|
||||
'bookshelf_create_from_book_notification' => 'הספר הוסב בהצלחה למדף',
|
||||
'bookshelf_update' => 'updated shelf',
|
||||
'bookshelf_update_notification' => 'Shelf successfully updated',
|
||||
'bookshelf_delete' => 'deleted shelf',
|
||||
'bookshelf_delete_notification' => 'Shelf successfully deleted',
|
||||
'bookshelf_update' => 'מדף עודכן',
|
||||
'bookshelf_update_notification' => 'מדף עודכן בהצלחה',
|
||||
'bookshelf_delete' => 'מדף שנמחק',
|
||||
'bookshelf_delete_notification' => 'מדף נמחק בהצלחה',
|
||||
|
||||
// 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',
|
||||
|
||||
// MFA
|
||||
// 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_create_notification' => 'Webhook נוצר בהצלחה',
|
||||
'webhook_update' => 'updated webhook',
|
||||
'webhook_update_notification' => 'Webhook successfully updated',
|
||||
'webhook_delete' => 'deleted webhook',
|
||||
'webhook_delete_notification' => 'Webhook successfully deleted',
|
||||
|
||||
// Users
|
||||
'user_update_notification' => 'User successfully updated',
|
||||
'user_delete_notification' => 'User successfully removed',
|
||||
'user_create' => 'created user',
|
||||
'user_create_notification' => 'User successfully created',
|
||||
'user_update' => 'updated user',
|
||||
'user_update_notification' => 'משתמש עודכן בהצלחה',
|
||||
'user_delete' => 'deleted user',
|
||||
'user_delete_notification' => 'משתמש הוסר בהצלחה',
|
||||
|
||||
// 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_notification' => 'Role successfully created',
|
||||
'role_update_notification' => 'Role successfully updated',
|
||||
'role_delete_notification' => 'Role successfully deleted',
|
||||
'role_create' => 'created role',
|
||||
'role_create_notification' => 'תפקיד נוצר בהצלחה',
|
||||
'role_update' => 'updated role',
|
||||
'role_update_notification' => 'תפקיד עודכן בהצלחה',
|
||||
'role_delete' => 'deleted role',
|
||||
'role_delete_notification' => 'תפקיד נמחק בהצלחה',
|
||||
|
||||
// Recycle Bin
|
||||
'recycle_bin_empty' => 'emptied recycle bin',
|
||||
'recycle_bin_restore' => 'restored from recycle bin',
|
||||
'recycle_bin_destroy' => 'removed from recycle bin',
|
||||
|
||||
// Other
|
||||
'commented_on' => 'commented on',
|
||||
'permissions_update' => 'updated permissions',
|
||||
'commented_on' => 'הגיב/ה על',
|
||||
'permissions_update' => 'הרשאות עודכנו',
|
||||
];
|
||||
|
@ -39,9 +39,9 @@ return [
|
||||
'register_success' => 'תודה על הרשמתך! ניתן כעת להתחבר',
|
||||
|
||||
// Login auto-initiation
|
||||
'auto_init_starting' => 'Attempting Login',
|
||||
'auto_init_starting_desc' => 'We\'re contacting your authentication system to start the login process. If there\'s no progress after 5 seconds you can try clicking the link below.',
|
||||
'auto_init_start_link' => 'Proceed with authentication',
|
||||
'auto_init_starting' => 'ניסיון התחברות',
|
||||
'auto_init_starting_desc' => 'אנחנו יוצרים קשר עם מערכת האימות שלך להתחלת תהליך ההתחברות. במידה ולאחר 5 שניות לא בוצעה התחברות יש ללחוץ על הקישור מטה.',
|
||||
'auto_init_start_link' => 'המשך עם האימות',
|
||||
|
||||
// Password Reset
|
||||
'reset_password' => 'איפוס סיסמא',
|
||||
@ -59,10 +59,10 @@ return [
|
||||
'email_confirm_text' => 'יש לאמת את כתובת המייל של על ידי לחיצה על הכפור למטה:',
|
||||
'email_confirm_action' => 'אמת כתובת אי-מייל',
|
||||
'email_confirm_send_error' => 'נדרש אימות אי-מייל אך שליחת האי-מייל אליך נכשלה. יש ליצור קשר עם מנהל המערכת כדי לוודא שאכן ניתן לשלוח מיילים.',
|
||||
'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.',
|
||||
'email_confirm_success' => 'כתובת המייל שלך אומתה! כעת תוכל/י להתחבר באמצעות כתובת מייל זו.',
|
||||
'email_confirm_resent' => 'אימות נשלח לאי-מייל שלך, יש לבדוק בתיבת הדואר הנכנס',
|
||||
'email_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_confirm_thanks' => 'תודה על האישור!',
|
||||
'email_confirm_thanks_desc' => 'בבקשה המתן בזמן שהאישוך שלך מטופל. במידה ולא הופנתה לאחר 3 שניות לחץ על "המשך" מטה בכדי להמשיך.',
|
||||
|
||||
'email_not_confirmed' => 'כתובת המייל לא אומתה',
|
||||
'email_not_confirmed_text' => 'כתובת המייל שלך טרם אומתה',
|
||||
@ -73,24 +73,24 @@ return [
|
||||
// User Invite
|
||||
'user_invite_email_subject' => 'הוזמנת להצטרף ל: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_text' => 'לחץ על הכפתור מטה בכדי להגדיר סיסמת משתמש ולקבל גישה:',
|
||||
'user_invite_email_action' => 'הגדר סיסמה לחשבון',
|
||||
'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_page_confirm_button' => 'אימות סיסמא',
|
||||
'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' => 'הגדר אימות רב-שלבי',
|
||||
'mfa_setup_desc' => 'הגדר אימות רב-שלבי כשכבת אבטחה נוספת עבור החשבון שלך.',
|
||||
'mfa_setup_configured' => 'כבר הוגדר',
|
||||
'mfa_setup_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_backup_codes_usage_limit_warning' => 'נשאר לך פחות מ 5 קודי גיבוי, בבקשה חולל ואחסן סט חדש לפני שיגמרו לך הקודים בכדי למנוע נעילה מחוץ לחשבון שלך.',
|
||||
'mfa_option_totp_title' => 'אפליקציה לנייד',
|
||||
'mfa_option_totp_desc' => 'בכדי להשתמש באימות רב-שלבי תצטרך אפליקציית מובייל תומכת TOTP כמו Google Authenticator, Authy או Microsoft Authenticator.',
|
||||
'mfa_option_backup_codes_title' => 'קודי גיבוי',
|
||||
'mfa_option_backup_codes_desc' => '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',
|
||||
|
@ -6,6 +6,7 @@ return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'ביטול',
|
||||
'close' => 'Close',
|
||||
'confirm' => 'אישור',
|
||||
'back' => 'אחורה',
|
||||
'save' => 'שמור',
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user