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.
Translate-URL: https://hosted.weblate.org/projects/ns8/minio/de/ Translate-URL: https://hosted.weblate.org/projects/ns8/minio/en/ Translate-URL: https://hosted.weblate.org/projects/ns8/minio/es/ Translate-URL: https://hosted.weblate.org/projects/ns8/minio/eu/ Translate-URL: https://hosted.weblate.org/projects/ns8/minio/it/ Translate-URL: https://hosted.weblate.org/projects/ns8/minio/pt/ Translate-URL: https://hosted.weblate.org/projects/ns8/minio/pt_BR/ Translation: NS8/minio Co-authored-by: Andrea Leardini <[email protected]> Co-authored-by: Davide Principi <[email protected]> Co-authored-by: Jon M <[email protected]> Co-authored-by: Languages add-on <[email protected]> Co-authored-by: Prefill add-on <[email protected]> Co-authored-by: albanobattistella <[email protected]> Co-authored-by: chrkli <[email protected]> Co-authored-by: dnutan <[email protected]> Co-authored-by: gallegonovato <[email protected]>
- Loading branch information
1 parent
1c63dc8
commit 42f0fa1
Showing
7 changed files
with
362 additions
and
83 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,67 @@ | ||
{ | ||
"about": { | ||
"title": "Über" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Aufgabe {action} kann nicht erstellt werden" | ||
}, | ||
"error": { | ||
"error": "Fehler", | ||
"401": "Authentifizierung fehlerhaft", | ||
"network_timeout": "Netzwerk-Zeitüberschreitung", | ||
"network_error": "Netzwerk-Fehler", | ||
"403": "Vorgang nicht autorisiert", | ||
"404": "Ressource nicht gefunden", | ||
"generic_error": "Etwas ist schief gegangen", | ||
"validation_error": "Fehler bei der Validierung", | ||
"cannot_retrieve_module_info": "Fehler beim Abruf der Modul-Info", | ||
"cannot_retrieve_installed_modules": "Fehler beim Abruf installierter Module" | ||
}, | ||
"common": { | ||
"required": "Erforderlich", | ||
"work_in_progress": "In Bearbeitung", | ||
"processing": "Verarbeitung läuft...", | ||
"advanced": "Erweitert" | ||
}, | ||
"settings": { | ||
"title": "Einstellungen", | ||
"save": "Speichern", | ||
"disabled": "Deaktiviert", | ||
"enabled": "Aktiviert", | ||
"configure_instance": "{instance} konfigurieren", | ||
"host_server": "Hostname des API-Server", | ||
"host_console": "Hostname der Web-Anwendung", | ||
"lets_encrypt": "Let's Encrypt Zertifikat", | ||
"password": "MiniIO Superuser Kennwort", | ||
"user": "MinIO Superuser Benutzername", | ||
"different": "Hostname von API und Web-Anwendung müssen unterschiedlich sein", | ||
"storage_path": "Speicher-Pfad", | ||
"storage_path_helper": "MinIO speichert Daten standardmäßig in 'minio-data'. Um stattdessen eine externe Festplatte zu verwenden, einen vollständiger Pfad wie \"/mnt/data\" angeben und sicherstellen, dass dieser Pfsd bereits existiert und eine ordnungsgemäß formatierte und gemountete Festplatte ist. Achtung: Eine Änderung des Speicherpfads bedeutet, dass dieser nicht in die Sicherung einbezogen wird.", | ||
"host_server_pattern": "Voll-qualifizierter Domänen-Name (FQDN) erforderlich", | ||
"host_server_format": "Voll-qualifizierter Domänen-Name (FQDN) erforderlich", | ||
"host_console_pattern": "Voll-qualifizierter Domänen-Name (FQDN) erforderlich", | ||
"host_console_format": "Voll-qualifizierter Domänen-Name (FQDN) erforderlich" | ||
}, | ||
"status": { | ||
"app_volumes": "App Volumen | App Volumen", | ||
"installation_node": "Knoten der Installation", | ||
"node": "Knoten", | ||
"name": "Name", | ||
"size": "Größe", | ||
"created": "Erstellt", | ||
"mount": "Mount", | ||
"no_services": "Keine Dienste", | ||
"no_images": "Keine Abbilder", | ||
"no_volumes": "Keine Volumen", | ||
"title": "Status", | ||
"app_instance": "App Instanz", | ||
"services": "Dienst | Dienste", | ||
"app_images": "App Abbild | App Abbilder" | ||
}, | ||
"action": { | ||
"get-status": "Status abrufen", | ||
"get-configuration": "Konfiguration abrufen", | ||
"configure-module": "Modul konfigurieren", | ||
"get-module-info": "Modul-Info 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,67 @@ | ||
{ | ||
"common": { | ||
"required": "Required", | ||
"work_in_progress": "Work in progress", | ||
"processing": "Processing...", | ||
"advanced": "Advanced" | ||
}, | ||
"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}", | ||
"save": "Save", | ||
"host_server": "API server host name", | ||
"host_console": "Web interface host name", | ||
"lets_encrypt": "Let's Encrypt certificate", | ||
"user": "MinIO root user name", | ||
"password": "MinIO root password", | ||
"disabled": "Disabled", | ||
"enabled": "Enabled", | ||
"different": "API and web interface hosts must be different", | ||
"storage_path": "Storage path", | ||
"storage_path_helper": "MinIO stores data in 'minio-data' by default. To use an external disk instead, enter a full path like '/mnt/data', make sure this location already exists and is a properly formatted and mounted disk. But remember, changing the storage path means it won't be part of the backup.", | ||
"host_server_pattern": "Must be a valid fully qualified domain name", | ||
"host_server_format": "Must be a valid fully qualified domain name", | ||
"host_console_pattern": "Must be a valid fully qualified domain name", | ||
"host_console_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" | ||
}, | ||
"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...", | ||
"advanced": "Advanced" | ||
}, | ||
"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}", | ||
"save": "Save", | ||
"host_server": "API server host name", | ||
"host_console": "Web interface host name", | ||
"lets_encrypt": "Let's Encrypt certificate", | ||
"user": "MinIO root user name", | ||
"password": "MinIO root password", | ||
"disabled": "Disabled", | ||
"enabled": "Enabled", | ||
"different": "API and web interface hosts must be different", | ||
"storage_path": "Storage path", | ||
"storage_path_helper": "MinIO stores data in 'minio-data' by default. To use an external disk instead, enter a full path like '/mnt/data', make sure this location already exists and is a properly formatted and mounted disk. But remember, changing the storage path means it won't be part of the backup.", | ||
"host_server_pattern": "Must be a valid fully qualified domain name", | ||
"host_server_format": "Must be a valid fully qualified domain name", | ||
"host_console_pattern": "Must be a valid fully qualified domain name", | ||
"host_console_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" | ||
}, | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"common": { | ||
"required": "Beharrezkoa", | ||
"work_in_progress": "Work in progress", | ||
"processing": "Processing...", | ||
"advanced": "Aurreratua" | ||
}, | ||
"status": { | ||
"created": "Created", | ||
"services": "Service | Services", | ||
"app_images": "App image | App images", | ||
"no_services": "No services", | ||
"mount": "Mount", | ||
"title": "Status", | ||
"installation_node": "Installation node", | ||
"no_volumes": "No volumes", | ||
"size": "Size", | ||
"name": "Name", | ||
"no_images": "No images", | ||
"app_volumes": "App volume | App volumes", | ||
"app_instance": "App instance", | ||
"node": "Node" | ||
}, | ||
"error": { | ||
"401": "Invalid authentication", | ||
"generic_error": "Something went wrong", | ||
"error": "Error", | ||
"network_timeout": "Network timeout", | ||
"404": "Resource not found", | ||
"validation_error": "Validation error", | ||
"403": "Operation not authorized", | ||
"cannot_retrieve_installed_modules": "Cannot retrieve installed modules", | ||
"cannot_retrieve_module_info": "Cannot retrieve module info", | ||
"network_error": "Network error" | ||
}, | ||
"about": { | ||
"title": "Honi buruz" | ||
}, | ||
"action": { | ||
"get-module-info": "Get module info", | ||
"get-status": "Get status", | ||
"get-configuration": "Get configuration", | ||
"configure-module": "Configure module" | ||
}, | ||
"task": { | ||
"cannot_create_task": "Cannot create task {action}" | ||
}, | ||
"settings": { | ||
"save": "Save", | ||
"enabled": "Enabled", | ||
"title": "Settings", | ||
"configure_instance": "Configure {instance}", | ||
"disabled": "Disabled", | ||
"lets_encrypt": "Let's Encrypt certificate", | ||
"host_console_format": "Must be a valid fully qualified domain name", | ||
"host_server_pattern": "Must be a valid fully qualified domain name", | ||
"password": "MinIO root password", | ||
"user": "MinIO root user name", | ||
"different": "API and web interface hosts must be different", | ||
"host_console": "Web interface host name", | ||
"storage_path_helper": "MinIO stores data in 'minio-data' by default. To use an external disk instead, enter a full path like '/mnt/data', make sure this location already exists and is a properly formatted and mounted disk. But remember, changing the storage path means it won't be part of the backup.", | ||
"host_server_format": "Must be a valid fully qualified domain name", | ||
"host_console_pattern": "Must be a valid fully qualified domain name", | ||
"host_server": "API server host name", | ||
"storage_path": "Storage path" | ||
} | ||
} |
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.