Skip to content

Commit 2be504e

Browse files
authored
Updated translations with latest Crowdin changes (#5345)
1 parent c84d999 commit 2be504e

File tree

318 files changed

+5889
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

318 files changed

+5889
-94
lines changed

lang/ar/activities.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@
8484
'webhook_delete' => 'حذف webhook',
8585
'webhook_delete_notification' => 'تم حذف Webhook بنجاح',
8686

87+
// Imports
88+
'import_create' => 'created import',
89+
'import_create_notification' => 'Import successfully uploaded',
90+
'import_run' => 'updated import',
91+
'import_run_notification' => 'Content successfully imported',
92+
'import_delete' => 'deleted import',
93+
'import_delete_notification' => 'Import successfully deleted',
94+
8795
// Users
8896
'user_create' => 'إنشاء مستخدم',
8997
'user_create_notification' => 'تم انشاء الحساب',

lang/ar/editor.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@
163163
'about' => 'About the editor',
164164
'about_title' => 'About the WYSIWYG Editor',
165165
'editor_license' => 'Editor License & Copyright',
166+
'editor_lexical_license' => 'This editor is built as a fork of :lexicalLink which is distributed under the MIT license.',
167+
'editor_lexical_license_link' => 'Full license details can be found here.',
166168
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under the MIT license.',
167169
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
168170
'save_continue' => 'Save Page & Continue',

lang/ar/entities.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,30 @@
3939
'export_pdf' => 'ملف PDF',
4040
'export_text' => 'ملف نص عادي',
4141
'export_md' => 'Markdown File',
42+
'export_zip' => 'Portable ZIP',
4243
'default_template' => 'Default Page Template',
4344
'default_template_explain' => 'Assign a page template that will be used as the default content for all pages created within this item. Keep in mind this will only be used if the page creator has view access to the chosen template page.',
4445
'default_template_select' => 'Select a template page',
46+
'import' => 'Import',
47+
'import_validate' => 'Validate Import',
48+
'import_desc' => 'Import books, chapters & pages using a portable zip export from the same, or a different, instance. Select a ZIP file to proceed. After the file has been uploaded and validated you\'ll be able to configure & confirm the import in the next view.',
49+
'import_zip_select' => 'Select ZIP file to upload',
50+
'import_zip_validation_errors' => 'Errors were detected while validating the provided ZIP file:',
51+
'import_pending' => 'Pending Imports',
52+
'import_pending_none' => 'No imports have been started.',
53+
'import_continue' => 'Continue Import',
54+
'import_continue_desc' => 'Review the content due to be imported from the uploaded ZIP file. When ready, run the import to add its contents to this system. The uploaded ZIP import file will be automatically removed on successful import.',
55+
'import_details' => 'Import Details',
56+
'import_run' => 'Run Import',
57+
'import_size' => ':size Import ZIP Size',
58+
'import_uploaded_at' => 'Uploaded :relativeTime',
59+
'import_uploaded_by' => 'Uploaded by',
60+
'import_location' => 'Import Location',
61+
'import_location_desc' => 'Select a target location for your imported content. You\'ll need the relevant permissions to create within the location you choose.',
62+
'import_delete_confirm' => 'Are you sure you want to delete this import?',
63+
'import_delete_desc' => 'This will delete the uploaded import ZIP file, and cannot be undone.',
64+
'import_errors' => 'Import Errors',
65+
'import_errors_desc' => 'The follow errors occurred during the import attempt:',
4566

4667
// Permissions and restrictions
4768
'permissions' => 'الأذونات',

lang/ar/errors.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,18 @@
105105
'app_down' => ':appName لا يعمل حالياً',
106106
'back_soon' => 'سيعود للعمل قريباً.',
107107

108+
// Import
109+
'import_zip_cant_read' => 'Could not read ZIP file.',
110+
'import_zip_cant_decode_data' => 'Could not find and decode ZIP data.json content.',
111+
'import_zip_no_data' => 'ZIP file data has no expected book, chapter or page content.',
112+
'import_validation_failed' => 'Import ZIP failed to validate with errors:',
113+
'import_zip_failed_notification' => 'Failed to import ZIP file.',
114+
'import_perms_books' => 'You are lacking the required permissions to create books.',
115+
'import_perms_chapters' => 'You are lacking the required permissions to create chapters.',
116+
'import_perms_pages' => 'You are lacking the required permissions to create pages.',
117+
'import_perms_images' => 'You are lacking the required permissions to create images.',
118+
'import_perms_attachments' => 'You are lacking the required permission to create attachments.',
119+
108120
// API errors
109121
'api_no_authorization_found' => 'لم يتم العثور على رمز ترخيص مميز في الطلب',
110122
'api_bad_authorization_format' => 'تم العثور على رمز ترخيص مميز في الطلب ولكن يبدو أن التنسيق غير صحيح',

lang/ar/settings.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
'role_access_api' => 'الوصول إلى واجهة برمجة تطبيقات النظام API',
163163
'role_manage_settings' => 'إدارة إعدادات التطبيق',
164164
'role_export_content' => 'Export content',
165+
'role_import_content' => 'Import content',
165166
'role_editor_change' => 'Change page editor',
166167
'role_notifications' => 'Receive & manage notifications',
167168
'role_asset' => 'أذونات الأصول',

lang/ar/validation.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@
105105
'url' => 'صيغة :attribute غير صالحة.',
106106
'uploaded' => 'تعذر تحميل الملف. قد لا يقبل الخادم ملفات بهذا الحجم.',
107107

108+
'zip_file' => 'The :attribute needs to reference a file within the ZIP.',
109+
'zip_file_mime' => 'The :attribute needs to reference a file of type :validTypes, found :foundType.',
110+
'zip_model_expected' => 'Data object expected but ":type" found.',
111+
'zip_unique' => 'The :attribute must be unique for the object type within the ZIP.',
112+
108113
// Custom validation lines
109114
'custom' => [
110115
'password-confirm' => [

lang/bg/activities.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@
8484
'webhook_delete' => 'изтрита уебкука',
8585
'webhook_delete_notification' => 'Уебкуката е изтрита успешно',
8686

87+
// Imports
88+
'import_create' => 'created import',
89+
'import_create_notification' => 'Import successfully uploaded',
90+
'import_run' => 'updated import',
91+
'import_run_notification' => 'Content successfully imported',
92+
'import_delete' => 'deleted import',
93+
'import_delete_notification' => 'Import successfully deleted',
94+
8795
// Users
8896
'user_create' => 'created user',
8997
'user_create_notification' => 'User successfully created',

lang/bg/editor.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@
163163
'about' => 'За редактора',
164164
'about_title' => 'Относно визуалния редактор',
165165
'editor_license' => 'Лиценз, авторски и сходни права на редактора',
166+
'editor_lexical_license' => 'This editor is built as a fork of :lexicalLink which is distributed under the MIT license.',
167+
'editor_lexical_license_link' => 'Full license details can be found here.',
166168
'editor_tiny_license' => 'Този редактор е изграден посредством :tinyLink, което е предоставен под лиценз MIT.',
167169
'editor_tiny_license_link' => 'Авторското и сходните му права, както и лицензът на TinyMCE, могат да бъдат намерени тук.',
168170
'save_continue' => 'Запази страницата и продължи',

lang/bg/entities.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,30 @@
3939
'export_pdf' => 'PDF файл',
4040
'export_text' => 'Обикновен текстов файл',
4141
'export_md' => 'Markdown файл',
42+
'export_zip' => 'Portable ZIP',
4243
'default_template' => 'Default Page Template',
4344
'default_template_explain' => 'Assign a page template that will be used as the default content for all pages created within this item. Keep in mind this will only be used if the page creator has view access to the chosen template page.',
4445
'default_template_select' => 'Select a template page',
46+
'import' => 'Import',
47+
'import_validate' => 'Validate Import',
48+
'import_desc' => 'Import books, chapters & pages using a portable zip export from the same, or a different, instance. Select a ZIP file to proceed. After the file has been uploaded and validated you\'ll be able to configure & confirm the import in the next view.',
49+
'import_zip_select' => 'Select ZIP file to upload',
50+
'import_zip_validation_errors' => 'Errors were detected while validating the provided ZIP file:',
51+
'import_pending' => 'Pending Imports',
52+
'import_pending_none' => 'No imports have been started.',
53+
'import_continue' => 'Continue Import',
54+
'import_continue_desc' => 'Review the content due to be imported from the uploaded ZIP file. When ready, run the import to add its contents to this system. The uploaded ZIP import file will be automatically removed on successful import.',
55+
'import_details' => 'Import Details',
56+
'import_run' => 'Run Import',
57+
'import_size' => ':size Import ZIP Size',
58+
'import_uploaded_at' => 'Uploaded :relativeTime',
59+
'import_uploaded_by' => 'Uploaded by',
60+
'import_location' => 'Import Location',
61+
'import_location_desc' => 'Select a target location for your imported content. You\'ll need the relevant permissions to create within the location you choose.',
62+
'import_delete_confirm' => 'Are you sure you want to delete this import?',
63+
'import_delete_desc' => 'This will delete the uploaded import ZIP file, and cannot be undone.',
64+
'import_errors' => 'Import Errors',
65+
'import_errors_desc' => 'The follow errors occurred during the import attempt:',
4566

4667
// Permissions and restrictions
4768
'permissions' => 'Права',

lang/bg/errors.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,18 @@
105105
'app_down' => ':appName не е достъпно в момента',
106106
'back_soon' => 'Ще се върне обратно онлайн скоро.',
107107

108+
// Import
109+
'import_zip_cant_read' => 'Could not read ZIP file.',
110+
'import_zip_cant_decode_data' => 'Could not find and decode ZIP data.json content.',
111+
'import_zip_no_data' => 'ZIP file data has no expected book, chapter or page content.',
112+
'import_validation_failed' => 'Import ZIP failed to validate with errors:',
113+
'import_zip_failed_notification' => 'Failed to import ZIP file.',
114+
'import_perms_books' => 'You are lacking the required permissions to create books.',
115+
'import_perms_chapters' => 'You are lacking the required permissions to create chapters.',
116+
'import_perms_pages' => 'You are lacking the required permissions to create pages.',
117+
'import_perms_images' => 'You are lacking the required permissions to create images.',
118+
'import_perms_attachments' => 'You are lacking the required permission to create attachments.',
119+
108120
// API errors
109121
'api_no_authorization_found' => 'Но беше намерен код за достъп в заявката',
110122
'api_bad_authorization_format' => 'В заявката имаше код за достъп, но формата изглежда е неправилен',

0 commit comments

Comments
 (0)