generated from NethServer/ns8-kickstart
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:NethServer/ns8-collabora into sdl-2…
…3.05.5.4.1
- Loading branch information
Showing
5 changed files
with
152 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
{ | ||
"common": { | ||
"required": "مطلوب", | ||
"work_in_progress": "جاري المعالجة", | ||
"processing": "جاري المعالجة" | ||
}, | ||
"status": { | ||
"created": "تم الانشاء", | ||
"size": "الحجم", | ||
"name": "الاسم", | ||
"app_volumes": "حجم التطبيق | احجام التطبيق", | ||
"services": "الخدمة | الخدمات", | ||
"app_images": "صورة التطبيق | صور التطبيق", | ||
"node": "Node", | ||
"no_images": "لا يوجد صور", | ||
"collabora_admin_url": "وحدة تحكم المسؤول", | ||
"no_services": "لا خدمات", | ||
"app_instance": "تطبيق instance", | ||
"mount": "تحميل (تلقيم)", | ||
"title": "الحالة", | ||
"installation_node": "تثبيت Node", | ||
"open_collabora_admin_page": "فتح وحدة التحكم", | ||
"no_volumes": "لايوجد احجام" | ||
}, | ||
"error": { | ||
"403": "العملية غير مصرح بها", | ||
"cannot_retrieve_installed_modules": "لا يمكن استرداد الـ moduls المثبتة", | ||
"401": "مصادقة غير صالحة", | ||
"cannot_retrieve_module_info": "لا يمكن استرداد معلومات الـ module", | ||
"generic_error": "حدث خطأ", | ||
"error": "خطأ", | ||
"network_timeout": "انتهت مهلة الخادم", | ||
"404": "لم يتم العثور على المصدر", | ||
"network_error": "خطا في الاتصال", | ||
"validation_error": "خطئ في التحقق" | ||
}, | ||
"settings": { | ||
"configuring": "التهيئة ...", | ||
"disabled": "مُعطل", | ||
"placeholder_collabora_domain": "اكتب اسم عنوان مؤهل بالكامل", | ||
"instance_configuration": "تهيئة {instance}", | ||
"http_to_https": "تحويل HTTP الى HTTPS", | ||
"collabora_fqdn": "collabora FQDN", | ||
"lets_encrypt": "بدأ التشفير", | ||
"host_format": "يجب أن يكون اسم (domain) صالحًا ومؤهلًا بالكامل", | ||
"email_format": "عنوان البريد الإلكتروني غير صالح", | ||
"placeholder_admin_password": "اكتب الرمز السري", | ||
"save": "حفظ", | ||
"enabled": "مُفعل", | ||
"link": "وحدة تحكم المسؤول", | ||
"domain_already_used_in_traefik": "هذا العنوان مستخدم بالفعل في traefik", | ||
"host_pattern": "يجب أن يكون اسم (domain) صالحًا ومؤهلًا بالكامل", | ||
"title": "إعدادات", | ||
"collabora_admin_password": "كلمة المرور لوحدة تحكم المسؤول (المستخدم هو \"المسؤول\")", | ||
"admin_password_string_gte": "يجب أن يكون طول كلمة المرور أكبر أو يساوي 8 أحرف" | ||
}, | ||
"about": { | ||
"title": "معلومات" | ||
}, | ||
"action": { | ||
"list-backup-repositories": "قائمة مستودعات النسخ الاحتياطي", | ||
"get-module-info": "احصل على معلومات الـ module", | ||
"list-installed-modules": "قائمة الـ modules المثبتة", | ||
"list-backups": "قائمة النسخ الاحتياطية", | ||
"get-status": "معلومات الحالة", | ||
"configure-module": "تهيئة الـmodule", | ||
"get-configuration": "احصل على التهيئة", | ||
"get-name": "احصل على إسم" | ||
}, | ||
"task": { | ||
"cannot_create_task": "لا يمكن إنشاء المهمة {action}" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,73 @@ | ||
{ | ||
"common": { | ||
"required": "Required", | ||
"work_in_progress": "Work in progress", | ||
"processing": "Processing..." | ||
}, | ||
"status": { | ||
"title": "Status", | ||
"app_instance": "App instance", | ||
"services": "Service | Services", | ||
"app_images": "App image | App images", | ||
"app_volumes": "App volume | App volumes", | ||
"installation_node": "Installation node", | ||
"node": "Node", | ||
"name": "Name", | ||
"size": "Size", | ||
"created": "Created", | ||
"mount": "Mount", | ||
"no_services": "No services", | ||
"no_images": "No images", | ||
"no_volumes": "No volumes", | ||
"collabora_admin_url": "Admin console", | ||
"open_collabora_admin_page": "Open console" | ||
}, | ||
"settings": { | ||
"title": "Settings", | ||
"collabora_fqdn": "collabora FQDN", | ||
"save": "Save", | ||
"lets_encrypt": "Let's Encrypt", | ||
"http_to_https": "HTTP to HTTPS", | ||
"enabled": "Enabled", | ||
"disabled": "Disabled", | ||
"instance_configuration": "Configure {instance}", | ||
"configuring": "Configuring...", | ||
"email_format": "Invalid email address", | ||
"domain_already_used_in_traefik": "This domain is already used in traefik", | ||
"collabora_admin_password": "password for admin console (user is 'admin')", | ||
"link": "Admin console", | ||
"admin_password_string_gte": "The password length must be superior or equal to 8 characters", | ||
"placeholder_admin_password": "Type a password", | ||
"placeholder_collabora_domain": "Type a fully qualified domain name", | ||
"host_pattern": "Must be a valid fully qualified domain name", | ||
"host_format": "Must be a valid fully qualified domain name" | ||
}, | ||
"about": { | ||
"title": "About" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Cannot create task {action}" | ||
}, | ||
"action": { | ||
"get-status": "Get status", | ||
"get-configuration": "Get configuration", | ||
"configure-module": "Configure module", | ||
"get-module-info": "Get module info", | ||
"get-name": "Get name", | ||
"list-backup-repositories": "List backup repositories", | ||
"list-backups": "List backups", | ||
"list-installed-modules": "List installed modules" | ||
}, | ||
"error": { | ||
"error": "Error", | ||
"generic_error": "Something went wrong", | ||
"validation_error": "Validation error", | ||
"network_error": "Network error", | ||
"network_timeout": "Network timeout", | ||
"401": "Invalid authentication", | ||
"403": "Operation not authorized", | ||
"404": "Resource not found", | ||
"cannot_retrieve_module_info": "Cannot retrieve module info", | ||
"cannot_retrieve_installed_modules": "Cannot retrieve installed modules" | ||
} | ||
} | ||
"common": { | ||
"required": "Required", | ||
"work_in_progress": "Work in progress", | ||
"processing": "Processing..." | ||
}, | ||
"status": { | ||
"title": "Status", | ||
"app_instance": "App instance", | ||
"services": "Service | Services", | ||
"app_images": "App image | App images", | ||
"app_volumes": "App volume | App volumes", | ||
"installation_node": "Installation node", | ||
"node": "Node", | ||
"name": "Name", | ||
"size": "Size", | ||
"created": "Created", | ||
"mount": "Mount", | ||
"no_services": "No services", | ||
"no_images": "No images", | ||
"no_volumes": "No volumes", | ||
"collabora_admin_url": "Admin console", | ||
"open_collabora_admin_page": "Open console" | ||
}, | ||
"settings": { | ||
"title": "Settings", | ||
"collabora_fqdn": "collabora FQDN", | ||
"save": "Save", | ||
"lets_encrypt": "Let's Encrypt", | ||
"http_to_https": "HTTP to HTTPS", | ||
"enabled": "Enabled", | ||
"disabled": "Disabled", | ||
"instance_configuration": "Configure {instance}", | ||
"configuring": "Configuring...", | ||
"email_format": "Invalid email address", | ||
"domain_already_used_in_traefik": "This domain is already used in traefik", | ||
"collabora_admin_password": "password for admin console (user is 'admin')", | ||
"link": "Admin console", | ||
"admin_password_string_gte": "The password length must be superior or equal to 8 characters", | ||
"placeholder_admin_password": "Type a password", | ||
"placeholder_collabora_domain": "Type a fully qualified domain name", | ||
"host_pattern": "Must be a valid fully qualified domain name", | ||
"host_format": "Must be a valid fully qualified domain name" | ||
}, | ||
"about": { | ||
"title": "About" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Cannot create task {action}" | ||
}, | ||
"action": { | ||
"get-status": "Get status", | ||
"get-configuration": "Get configuration", | ||
"configure-module": "Configure module", | ||
"get-module-info": "Get module info", | ||
"get-name": "Get name", | ||
"list-backup-repositories": "List backup repositories", | ||
"list-backups": "List backups", | ||
"list-installed-modules": "List installed modules" | ||
}, | ||
"error": { | ||
"error": "Error", | ||
"generic_error": "Something went wrong", | ||
"validation_error": "Validation error", | ||
"network_error": "Network error", | ||
"network_timeout": "Network timeout", | ||
"401": "Invalid authentication", | ||
"403": "Operation not authorized", | ||
"404": "Resource not found", | ||
"cannot_retrieve_module_info": "Cannot retrieve module info", | ||
"cannot_retrieve_installed_modules": "Cannot retrieve installed modules" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters