-
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 pull request #19 from weblate/weblate-ns8-dokuwiki
Translations update from Hosted Weblate NethServer/dev#6894
- Loading branch information
Showing
6 changed files
with
247 additions
and
4 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,71 @@ | ||
{ | ||
"common": { | ||
"required": "Erforderlich", | ||
"work_in_progress": "in Arbeit" | ||
}, | ||
"status": { | ||
"title": "Status", | ||
"node": "Knoten", | ||
"installation_node": "Installations-Knoten", | ||
"app_instance": "App-Instanz", | ||
"services": "Dienst | Dienste", | ||
"app_images": "App Abbild | App Abbilder", | ||
"app_volumes": "App Volumen | App Volumen", | ||
"failed_services": "{num} Dienst fehlerhaft | {num} Dienste fehlerhaft", | ||
"active_services": "{num} aktiver Dienst | {num} aktive Dienste", | ||
"inactive_services": "{num} inaktiver Dienst | {num} inaktive Dienste", | ||
"name": "Name", | ||
"size": "Größe", | ||
"created": "Erstellt", | ||
"mount": "Einhängepunkt", | ||
"no_services": "Keine Dienste", | ||
"no_images": "Keine Abbilder", | ||
"no_volumes": "Keine Volumen" | ||
}, | ||
"settings": { | ||
"wiki_name": "Wiki-Name", | ||
"instance_configuration": "{instance} konfigurieren", | ||
"configuring": "Konfiguriere...", | ||
"email_format": "E-Mail Adresse fehlerhaft", | ||
"title": "Einstellungen", | ||
"admin_username": "Administrator Anwendername", | ||
"admin_email": "Administrator E-Mailadresse", | ||
"admin_password": "Administrator-Passwort", | ||
"admin_full_name": "Administrator vollständiger Name", | ||
"wiki_fqdn": "Wiki FQDN", | ||
"show_password": "Passwort anzeigen", | ||
"hide_password": "Passwort verbergen", | ||
"save": "Speichern", | ||
"lets_encrypt": "Let's Encrypt", | ||
"http_to_https": "HTTP zu HTTPS", | ||
"enabled": "Aktiviert", | ||
"disabled": "Deaktiviert", | ||
"host_pattern": "Voll-qualifizierter Domänen-Name (FQDN) erforderlich", | ||
"host_format": "Voll-qualifizierter Domänen-Name (FQDN) erforderlich" | ||
}, | ||
"about": { | ||
"title": "Über" | ||
}, | ||
"error": { | ||
"generic_error": "Etwas ist schief gegangen", | ||
"network_error": "Netzwerk-Fehler", | ||
"network_timeout": "Netzwerk-Zeitüberschreitung", | ||
"401": "Ungültige Authentifizierung", | ||
"403": "Operation nicht genehmigt", | ||
"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", | ||
"error": "Fehler", | ||
"404": "Ressource nicht gefunden" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Aufgabe {action} kann nicht erstellt werden" | ||
}, | ||
"action": { | ||
"get-status": "Status abrufen", | ||
"get-configuration": "Konfiguration abrufen", | ||
"configure-module": "Modul konfigurieren", | ||
"get-module-info": "Modul-Info abrufen", | ||
"get-name": "Namen abrufen" | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"status": { | ||
"title": "Status", | ||
"created": "Created", | ||
"size": "Size", | ||
"name": "Name", | ||
"no_images": "No images", | ||
"app_volumes": "App volume | App volumes", | ||
"services": "Service | Services", | ||
"app_images": "App image | App images", | ||
"no_services": "No services", | ||
"app_instance": "App instance", | ||
"mount": "Mount", | ||
"installation_node": "Installation node", | ||
"node": "Node", | ||
"no_volumes": "No volumes" | ||
}, | ||
"error": { | ||
"403": "Operation not authorized", | ||
"cannot_retrieve_installed_modules": "Cannot retrieve installed modules", | ||
"401": "Invalid authentication", | ||
"cannot_retrieve_module_info": "Cannot retrieve module info", | ||
"generic_error": "Something went wrong", | ||
"error": "Error", | ||
"network_timeout": "Network timeout", | ||
"404": "Resource not found", | ||
"network_error": "Network error", | ||
"validation_error": "Validation error" | ||
}, | ||
"common": { | ||
"required": "Beharrezkoa", | ||
"work_in_progress": "Work in progress" | ||
}, | ||
"settings": { | ||
"configuring": "Configuring...", | ||
"disabled": "Disabled", | ||
"http_to_https": "HTTP to HTTPS", | ||
"lets_encrypt": "Let's Encrypt", | ||
"save": "Save", | ||
"enabled": "Enabled", | ||
"title": "Settings" | ||
}, | ||
"about": { | ||
"title": "Honi buruz" | ||
}, | ||
"action": { | ||
"get-module-info": "Get module info", | ||
"get-status": "Get status", | ||
"configure-module": "Configure module", | ||
"get-configuration": "Get configuration", | ||
"get-name": "Get name" | ||
}, | ||
"task": { | ||
"cannot_create_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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"about": { | ||
"title": "About" | ||
}, | ||
"error": { | ||
"403": "Operation not authorized", | ||
"cannot_retrieve_installed_modules": "Cannot retrieve installed modules", | ||
"401": "Invalid authentication", | ||
"cannot_retrieve_module_info": "Cannot retrieve module info", | ||
"generic_error": "Something went wrong", | ||
"error": "Error", | ||
"network_timeout": "Network timeout", | ||
"404": "Resource not found", | ||
"network_error": "Network error", | ||
"validation_error": "Validation error" | ||
}, | ||
"common": { | ||
"required": "Required", | ||
"work_in_progress": "Work in progress" | ||
}, | ||
"status": { | ||
"created": "Created", | ||
"size": "Size", | ||
"name": "Name", | ||
"no_images": "No images", | ||
"app_volumes": "App volume | App volumes", | ||
"services": "Service | Services", | ||
"app_images": "App image | App images", | ||
"no_services": "No services", | ||
"app_instance": "App instance", | ||
"mount": "Mount", | ||
"title": "Status", | ||
"installation_node": "Installation node", | ||
"node": "Node", | ||
"no_volumes": "No volumes" | ||
}, | ||
"settings": { | ||
"configuring": "Configuring...", | ||
"disabled": "Disabled", | ||
"http_to_https": "HTTP to HTTPS", | ||
"lets_encrypt": "Let's Encrypt", | ||
"save": "Save", | ||
"enabled": "Enabled", | ||
"title": "Settings" | ||
}, | ||
"action": { | ||
"get-module-info": "Get module info", | ||
"get-status": "Get status", | ||
"configure-module": "Configure module", | ||
"get-configuration": "Get configuration", | ||
"get-name": "Get name" | ||
}, | ||
"task": { | ||
"cannot_create_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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"error": { | ||
"403": "Operation not authorized", | ||
"401": "Invalid authentication", | ||
"cannot_retrieve_installed_modules": "Cannot retrieve installed modules", | ||
"cannot_retrieve_module_info": "Cannot retrieve module info", | ||
"generic_error": "Something went wrong", | ||
"error": "Error", | ||
"network_timeout": "Network timeout", | ||
"404": "Resource not found", | ||
"network_error": "Network error", | ||
"validation_error": "Validation error" | ||
}, | ||
"settings": { | ||
"configuring": "Configuring...", | ||
"disabled": "Disabled", | ||
"http_to_https": "HTTP to HTTPS", | ||
"lets_encrypt": "Let's Encrypt", | ||
"save": "Save", | ||
"enabled": "Enabled", | ||
"title": "Settings" | ||
}, | ||
"common": { | ||
"required": "Required", | ||
"work_in_progress": "Work in progress" | ||
}, | ||
"status": { | ||
"created": "Created", | ||
"size": "Size", | ||
"name": "Name", | ||
"no_images": "No images", | ||
"app_volumes": "App volume | App volumes", | ||
"services": "Service | Services", | ||
"app_images": "App image | App images", | ||
"no_services": "No services", | ||
"app_instance": "App instance", | ||
"mount": "Mount", | ||
"title": "Status", | ||
"installation_node": "Installation node", | ||
"node": "Node", | ||
"no_volumes": "No volumes" | ||
}, | ||
"about": { | ||
"title": "About" | ||
}, | ||
"action": { | ||
"get-module-info": "Get module info", | ||
"get-status": "Get status", | ||
"configure-module": "Configure module", | ||
"get-configuration": "Get configuration", | ||
"get-name": "Get name" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Cannot create task {action}" | ||
} | ||
} |