From 68f7cdc6462013570e7100acdd95d3766e16d3d6 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Tue, 7 May 2024 17:42:24 +0200 Subject: [PATCH] Translated using Weblate Co-authored-by: Davide Principi Co-authored-by: Hosted Weblate Co-authored-by: LEGEND OG (LEGEND) Co-authored-by: Prefill add-on Co-authored-by: chrkli Translate-URL: https://hosted.weblate.org/projects/ns8/collabora/ar/ Translate-URL: https://hosted.weblate.org/projects/ns8/collabora/de/ Translate-URL: https://hosted.weblate.org/projects/ns8/collabora/en/ Translate-URL: https://hosted.weblate.org/projects/ns8/collabora/eu/ Translate-URL: https://hosted.weblate.org/projects/ns8/collabora/it/ Translation: NS8/collabora --- ui/public/i18n/ar/translation.json | 73 +++++++++++++++ ui/public/i18n/de/translation.json | 4 +- ui/public/i18n/en/translation.json | 144 ++++++++++++++--------------- ui/public/i18n/eu/translation.json | 4 +- ui/public/i18n/it/translation.json | 6 +- 5 files changed, 152 insertions(+), 79 deletions(-) create mode 100644 ui/public/i18n/ar/translation.json diff --git a/ui/public/i18n/ar/translation.json b/ui/public/i18n/ar/translation.json new file mode 100644 index 0000000..3f0053b --- /dev/null +++ b/ui/public/i18n/ar/translation.json @@ -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}" + } +} diff --git a/ui/public/i18n/de/translation.json b/ui/public/i18n/de/translation.json index 067a320..9ee14de 100644 --- a/ui/public/i18n/de/translation.json +++ b/ui/public/i18n/de/translation.json @@ -36,7 +36,7 @@ }, "settings": { "configuring": "Konfiguriere...", - "disabled": "Disabled", + "disabled": "Deaktiviert", "placeholder_collabora_domain": "Gebe einen voll-qualifizierten Domänennamen ein", "instance_configuration": "{instance} konfigurieren", "http_to_https": "HTTP zu HTTPS", @@ -44,7 +44,7 @@ "lets_encrypt": "Let's Encrypt", "placeholder_admin_password": "Kennwort eingeben", "save": "Speichern", - "enabled": "Enabled", + "enabled": "Aktiviert", "link": "Admin Konsole", "domain_already_used_in_traefik": "Diese Domäne wird in Traefik bereits verwendet", "title": "Einstellungen", diff --git a/ui/public/i18n/en/translation.json b/ui/public/i18n/en/translation.json index 7257a90..9f9963e 100644 --- a/ui/public/i18n/en/translation.json +++ b/ui/public/i18n/en/translation.json @@ -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" - } -} \ No newline at end of file + "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" + } +} diff --git a/ui/public/i18n/eu/translation.json b/ui/public/i18n/eu/translation.json index e3abe50..0f85684 100644 --- a/ui/public/i18n/eu/translation.json +++ b/ui/public/i18n/eu/translation.json @@ -46,9 +46,9 @@ "http_to_https": "HTTP to HTTPS", "collabora_fqdn": "collabora FQDN-a", "lets_encrypt": "Let's Encrypt", - "email_format": "Helbide elektroniko baliogabea", + "email_format": "Invalid email address", "placeholder_admin_password": "Pasahitz bat idatzi", - "domain_already_used_in_traefik": "Domeinu honek traefik-en erabiltzen hari da dagoeneko", + "domain_already_used_in_traefik": "This domain is already used in traefik", "collabora_admin_password": "administrazio kontsolaren pasahitza (erabiltzailea 'admin' da)", "admin_password_string_gte": "Pasahitzaren luzeerak 8 karaktere baino gehiago edo berdinak izan behar du", "host_format": "Must be a valid fully qualified domain name", diff --git a/ui/public/i18n/it/translation.json b/ui/public/i18n/it/translation.json index 07574a0..79befe7 100644 --- a/ui/public/i18n/it/translation.json +++ b/ui/public/i18n/it/translation.json @@ -19,8 +19,8 @@ }, "settings": { "lets_encrypt": "Let's Encrypt", - "enabled": "Enabled", - "disabled": "Disabled", + "enabled": "Abilitato", + "disabled": "Disabilitato", "email_format": "Indirizzo e-mail non valido", "collabora_admin_password": "password per la console di amministrazione (l'utente è 'admin')", "link": "Console di amministrazione", @@ -67,7 +67,7 @@ }, "common": { "required": "Obbligatorio", - "processing": "Elaborazione in corso...", + "processing": "In elaborazione…", "work_in_progress": "In lavorazione" } }