generated from NethServer/ns8-kickstart
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from weblate/weblate-ns8-ejabberd
Translations update from Hosted Weblate
- Loading branch information
Showing
5 changed files
with
129 additions
and
130 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 |
---|---|---|
|
@@ -9,16 +9,16 @@ | |
"hostname_placeholder": "example.com", | ||
"hostname_must_be_relevant_for_user_authentication": "Diese Domäne wird für die Nutzerauthentifizierung genutzt, z.B. [email protected]", | ||
"ldap_domain": "LDAP Benutzer-Domäne", | ||
"choose_ldap_domain": "LDAP-Domäne wählen", | ||
"choose_ldap_domain": "LDAP Domäne wählen", | ||
"request_https_certificate": "Zertifikat von Let's Encrypt anfordern", | ||
"advanced": "Erweitert", | ||
"webadmin_status": "Web-Administration", | ||
"open_ejabberd_webapp": "Web-Administration öffnen", | ||
"adminList": "Web-Administration Admin-Benutzer", | ||
"Write_administrator_list": "Ein administrativer Benutzer pro Zeile", | ||
"bad_email_address": "Format [email protected] nutzen. Fehlerhafter Administrator:", | ||
"processing": "Verarbeite...", | ||
"required": "Erforderlich", | ||
"processing": "Verarbeitung läuft...", | ||
"required": "erforderlich", | ||
"admin_login_tips": "Wenn aktiviert ist die Web-Administration an Port 5280 TLS-verschlüsselt verfügbar.", | ||
"Enable_federation_s2s": "Federation aktivieren (S2S)", | ||
"Enable_message_archive_management_mod_mam": "Nachrichten Archiv-Verwaltung aktivieren (mod_mam)", | ||
|
@@ -37,23 +37,23 @@ | |
"hostname_format": "Voll-qualifizierter Domänen-Name (FQDN) erforderlich" | ||
}, | ||
"common": { | ||
"work_in_progress": "in Arbeit", | ||
"work_in_progress": "In Bearbeitung", | ||
"required": "Erforderlich", | ||
"processing": "Verarbeite..." | ||
"processing": "Verarbeitung läuft..." | ||
}, | ||
"status": { | ||
"app_volumes": "App Volumen | App Volumen", | ||
"installation_node": "Installations-Knoten", | ||
"installation_node": "Knoten der Installation", | ||
"node": "Knoten", | ||
"name": "Name", | ||
"size": "Größe", | ||
"created": "Erstellt", | ||
"mount": "Einhängepunkt", | ||
"mount": "Mount", | ||
"no_services": "Keine Dienste", | ||
"no_images": "Keine Abbilder", | ||
"no_volumes": "Keine Volumen", | ||
"title": "Status", | ||
"app_instance": "App-Instanz", | ||
"app_instance": "App Instanz", | ||
"services": "Dienst | Dienste", | ||
"app_images": "App Abbild | App Abbilder" | ||
}, | ||
|
@@ -68,22 +68,22 @@ | |
"network_timeout": "Netzwerk-Zeitüberschreitung", | ||
"network_error": "Netzwerk-Fehler", | ||
"generic_error": "Etwas ist schief gegangen", | ||
"401": "Ungültige Authentifizierung", | ||
"403": "Operation nicht genehmigt", | ||
"401": "Authentifizierung fehlerhaft", | ||
"403": "Vorgang nicht autorisiert", | ||
"404": "Ressource nicht gefunden", | ||
"cannot_retrieve_module_info": "Modul-Info kann nicht abgerufen werden", | ||
"cannot_retrieve_installed_modules": "Installierte Module können nicht abgerufen werden", | ||
"validation_error": "Überprüfungsfehler", | ||
"cannot_retrieve_module_info": "Fehler beim Abruf der Modul-Info", | ||
"cannot_retrieve_installed_modules": "Fehler beim Abruf installierter Module", | ||
"validation_error": "Fehler bei der Validierung", | ||
"shaper_normal_must_be_inferior_to_shaper_fast": "Bandbreite Standard muss geringer als Bandbreite schnell sein" | ||
}, | ||
"action": { | ||
"list-backup-repositories": "Datensicherungs-Ziele auflisten", | ||
"list-backups": "Datensicherungen auflisten", | ||
"list-backup-repositories": "Backup-Speicherorte auflisten", | ||
"list-backups": "Backups auflisten", | ||
"get-status": "Status abrufen", | ||
"get-configuration": "Konfiguration abrufen", | ||
"configure-module": "Modul konfigurieren", | ||
"get-module-info": "Modul-Info abrufen", | ||
"get-name": "Namen abrufen", | ||
"list-installed-modules": "installierte Modules auflisten" | ||
"get-name": "Name abrufen", | ||
"list-installed-modules": "Installierte Module auflisten" | ||
} | ||
} |
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,89 +1,89 @@ | ||
{ | ||
"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" | ||
}, | ||
"settings": { | ||
"title": "Settings", | ||
"configure_instance": "Configure {instance}", | ||
"hostname": "Ejabberd domain (FQDN)", | ||
"hostname_placeholder": "example.com", | ||
"hostname_must_be_relevant_for_user_authentication": "This is the domain used for user authentication, i.e. [email protected]", | ||
"ldap_domain" : "LDAP user domain", | ||
"choose_the_ldap_domain_to_use": "Choose the LDAP domain used for user authentication", | ||
"choose_ldap_domain": "Choose LDAP domain", | ||
"request_https_certificate": "Request a Let's Encrypt certificate", | ||
"disabled": "Disabled", | ||
"enabled": "Enabled", | ||
"advanced": "Advanced", | ||
"webadmin_status": "Web Admin", | ||
"open_ejabberd_webapp": "Open web admin", | ||
"adminList": "Web Admin administrators", | ||
"Write_administrator_list": "Enter one administrator per line", | ||
"bad_email_address": "Please enter user@domain. Invalid administrator:", | ||
"processing": "Processing...", | ||
"required": "Required", | ||
"admin_login_tips": "If enabled, Web Admin page is available on port 5280 with TLS encryption.", | ||
"Enable_federation_s2s": "Enable federation (S2S)", | ||
"Enable_message_archive_management_mod_mam": "Enable Message Archive Management (mod_mam)", | ||
"Enable_file_upload_mod_http_upload": "Enable file upload (mod_http_upload)", | ||
"purge_mnesia_database_interval": "Clean messages older than", | ||
"Enable_purge_mnesia_database": "Purge message of Mnesia database", | ||
"Enable_mod_http_upload_quota": "Enable file upload (mod_http_upload)", | ||
"purge_httpd_upload_interval": "Clean files older than", | ||
"shaper_normal_kbytes/s": "Normal file transfer bandwidth (KB/s)", | ||
"shaper_fast_kbytes/s": "Fast file transfer bandwidth (KB/s)", | ||
"save": "Save", | ||
"specify_duration": "Specify duration", | ||
"days": "Days", | ||
"never": "Never clean", | ||
"hostname_pattern": "Must be a valid fully qualified domain name", | ||
"hostname_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", | ||
"shaper_normal_must_be_inferior_to_shaper_fast": "The normal shaper must be inferior to fast shaper" | ||
} | ||
"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" | ||
}, | ||
"settings": { | ||
"title": "Settings", | ||
"configure_instance": "Configure {instance}", | ||
"hostname": "Ejabberd domain (FQDN)", | ||
"hostname_placeholder": "example.com", | ||
"hostname_must_be_relevant_for_user_authentication": "This is the domain used for user authentication, i.e. [email protected]", | ||
"ldap_domain": "LDAP user domain", | ||
"choose_the_ldap_domain_to_use": "Choose the LDAP domain used for user authentication", | ||
"choose_ldap_domain": "Choose LDAP domain", | ||
"request_https_certificate": "Request a Let's Encrypt certificate", | ||
"disabled": "Disabled", | ||
"enabled": "Enabled", | ||
"advanced": "Advanced", | ||
"webadmin_status": "Web Admin", | ||
"open_ejabberd_webapp": "Open web admin", | ||
"adminList": "Web Admin administrators", | ||
"Write_administrator_list": "Enter one administrator per line", | ||
"bad_email_address": "Please enter user@domain. Invalid administrator:", | ||
"processing": "Processing...", | ||
"required": "Required", | ||
"admin_login_tips": "If enabled, Web Admin page is available on port 5280 with TLS encryption.", | ||
"Enable_federation_s2s": "Enable federation (S2S)", | ||
"Enable_message_archive_management_mod_mam": "Enable Message Archive Management (mod_mam)", | ||
"Enable_file_upload_mod_http_upload": "Enable file upload (mod_http_upload)", | ||
"purge_mnesia_database_interval": "Clean messages older than", | ||
"Enable_purge_mnesia_database": "Purge message of Mnesia database", | ||
"Enable_mod_http_upload_quota": "Enable file upload (mod_http_upload)", | ||
"purge_httpd_upload_interval": "Clean files older than", | ||
"shaper_normal_kbytes/s": "Normal file transfer bandwidth (KB/s)", | ||
"shaper_fast_kbytes/s": "Fast file transfer bandwidth (KB/s)", | ||
"save": "Save", | ||
"specify_duration": "Specify duration", | ||
"days": "Days", | ||
"never": "Never clean", | ||
"hostname_pattern": "Must be a valid fully qualified domain name", | ||
"hostname_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", | ||
"shaper_normal_must_be_inferior_to_shaper_fast": "The normal shaper must be inferior to fast shaper" | ||
} | ||
} |
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 |
---|---|---|
|
@@ -23,39 +23,39 @@ | |
"purge_httpd_upload_interval": "Limpiar archivos anteriores a", | ||
"webadmin_status": "Administrador web", | ||
"title": "Ajustes", | ||
"choose_ldap_domain": "Elige el dominio LDAP", | ||
"choose_ldap_domain": "Elegir un dominio LDAP", | ||
"Enable_message_archive_management_mod_mam": "Habilitar la Gestión de Archivos de Mensajes (Message Archive Management) (mod_mam)", | ||
"hostname_must_be_relevant_for_user_authentication": "Este es el dominio utilizado para la autenticación de usuarios, es decir, [email protected]", | ||
"advanced": "Avanzado", | ||
"days": "Días", | ||
"disabled": "Deshabilitado", | ||
"disabled": "Desactivado", | ||
"request_https_certificate": "Solicitar un certificado Let's Encrypt", | ||
"required": "Obligatorio", | ||
"enabled": "Habilitado", | ||
"processing": "Procesando...", | ||
"enabled": "Activado", | ||
"processing": "Procesando…", | ||
"hostname_pattern": "Debe ser un nombre de dominio válido y completo", | ||
"hostname_format": "Debe ser un nombre de dominio válido y completo" | ||
}, | ||
"common": { | ||
"required": "Obligatorio", | ||
"work_in_progress": "Trabajo en curso", | ||
"work_in_progress": "Trabajando", | ||
"processing": "Procesando..." | ||
}, | ||
"status": { | ||
"created": "Creado", | ||
"size": "Tamaño", | ||
"name": "Nombre", | ||
"no_images": "Sin imágenes", | ||
"app_volumes": "Volumen de aplicación | Volúmenes de aplicación", | ||
"app_volumes": "Volumen de la aplicación| Volumen de las aplicaciones", | ||
"services": "Servicio | Servicios", | ||
"app_images": "Imagen de la aplicación | Imágenes de la aplicación", | ||
"app_images": "Imagen de la aplicación| Imágenes de las aplicaciones", | ||
"no_services": "Sin servicios", | ||
"app_instance": "Instancia de la aplicación", | ||
"mount": "Montar", | ||
"title": "Estado", | ||
"installation_node": "Nodo de instalación", | ||
"installation_node": "Nodo de la instalación", | ||
"node": "Nodo", | ||
"no_volumes": "Sin volúmenes" | ||
"no_volumes": "Sin volumenes" | ||
}, | ||
"about": { | ||
"title": "Acerca de" | ||
|
@@ -64,21 +64,21 @@ | |
"shaper_normal_must_be_inferior_to_shaper_fast": "El perfil normal debe ser inferior al perfil rápido", | ||
"403": "Operación no autorizada", | ||
"cannot_retrieve_installed_modules": "No se pueden recuperar los módulos instalados", | ||
"401": "Autentificación no válida", | ||
"401": "Autentificación inválida", | ||
"cannot_retrieve_module_info": "No se puede recuperar la información del módulo", | ||
"generic_error": "Algo salió mal", | ||
"generic_error": "Algo ha salido mal", | ||
"error": "Error", | ||
"network_timeout": "Tiempo de espera de red agotado", | ||
"network_timeout": "Tiempo de espera de la red agotado", | ||
"404": "Recurso no encontrado", | ||
"network_error": "Fallo de red", | ||
"validation_error": "Fallo en la validación" | ||
"network_error": "Error en la red", | ||
"validation_error": "Error en la validación" | ||
}, | ||
"action": { | ||
"get-configuration": "Obtener la configuración", | ||
"list-backup-repositories": "Lista de repositorios de la copia de seguridad", | ||
"get-configuration": "Obtener los ajustes", | ||
"list-backup-repositories": "Mostrar repositorios de respaldo", | ||
"get-module-info": "Obtener información del módulo", | ||
"list-installed-modules": "Listado de módulos instalados", | ||
"list-backups": "Lista de las copias de seguridad", | ||
"list-installed-modules": "Lista de módulos instalados", | ||
"list-backups": "Mostrar copias de seguridad", | ||
"get-status": "Obtener el estado", | ||
"configure-module": "Configurar el módulo", | ||
"get-name": "Obtener el nombre" | ||
|
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
Oops, something went wrong.