Skip to content

Commit

Permalink
Translated with Weblate (#8)
Browse files Browse the repository at this point in the history
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
10 people authored Oct 24, 2024
1 parent 1c63dc8 commit 42f0fa1
Show file tree
Hide file tree
Showing 7 changed files with 362 additions and 83 deletions.
67 changes: 67 additions & 0 deletions ui/public/i18n/de/translation.json
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"
}
}
130 changes: 65 additions & 65 deletions ui/public/i18n/en/translation.json
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"
}
}
32 changes: 18 additions & 14 deletions ui/public/i18n/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,37 @@
"error": {
"403": "Operación no autorizada",
"cannot_retrieve_installed_modules": "No se pueden recuperar los módulos instalados",
"401": "Autenticació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": "Error de validación"
"network_error": "Error en la red",
"validation_error": "Error en la validación"
},
"settings": {
"user": "Nombre del usuario root de MinIO",
"configure_instance": "Configurar {instance}",
"different": "Los hosts de la API y de la interfaz web deben ser diferentes",
"disabled": "Deshabilitado",
"disabled": "Desactivado",
"host_console": "Nombre del host de la interfaz web",
"storage_path_helper": "MinIO almacena los datos en 'minio-data' por defecto. Para utilizar un disco externo en su lugar, introduzca una ruta completa como '/mnt/data', asegúrese de que esta ubicación ya existe y es un disco correctamente formateado y montado. Pero recuerde, cambiar la ruta de almacenamiento significa que no formará parte de la copia de seguridad.",
"lets_encrypt": "Certificado Let's Encrypt",
"host_server": "Nombre del servidor API",
"save": "Guardar",
"enabled": "Habilitado",
"enabled": "Activado",
"storage_path": "Ruta del almacenamiento",
"title": "Ajustes",
"password": "Contraseña root para MinIO"
"password": "Contraseña root para MinIO",
"host_server_pattern": "Debe ser un nombre de dominio válido y completo",
"host_server_format": "Debe ser un nombre de dominio válido y completo",
"host_console_pattern": "Debe ser un nombre de dominio válido y completo",
"host_console_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...",
"advanced": "Avanzado"
},
Expand All @@ -37,16 +41,16 @@
"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"
Expand All @@ -55,7 +59,7 @@
"get-module-info": "Obtener información del módulo",
"get-status": "Obtener el estado",
"configure-module": "Configurar el módulo",
"get-configuration": "Obtener la configuración"
"get-configuration": "Obtener los ajustes"
},
"task": {
"cannot_create_task": "No se puede crear la tarea {action}"
Expand Down
67 changes: 67 additions & 0 deletions ui/public/i18n/eu/translation.json
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"
}
}
15 changes: 11 additions & 4 deletions ui/public/i18n/it/translation.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"common": {
"required": "Obbligatorio",
"processing": "Elaborazione in corso...",
"work_in_progress": "In lavorazione"
"processing": "In elaborazione…",
"work_in_progress": "In lavorazione",
"advanced": "Avanzato"
},
"settings": {
"title": "Impostazioni",
Expand All @@ -15,7 +16,13 @@
"password": "Password per root di MinIO",
"different": "API e interfaccia web devono usare host differenti",
"disabled": "Disabilitato",
"host_server": "Nome host API server"
"host_server": "Nome host API server",
"storage_path": "Percorso di archiviazione",
"storage_path_helper": "MinIO memorizza i dati in 'minio-data' per impostazione predefinita. Per utilizzare un disco esterno, inserisci un percorso completo come '/mnt/data', assicurati che questa posizione esista già e sia un disco formattato e montato correttamente. Ma ricorda, cambiare il percorso di archiviazione significa che non farà parte del backup.",
"host_server_format": "Deve essere un nome di dominio completamente qualificato e valido",
"host_console_pattern": "Deve essere un nome di dominio completamente qualificato e valido",
"host_console_format": "Deve essere un nome di dominio completamente qualificato e valido",
"host_server_pattern": "Deve essere un nome di dominio completamente qualificato e valido"
},
"error": {
"error": "Errore",
Expand Down Expand Up @@ -55,6 +62,6 @@
"title": "Informazioni"
},
"task": {
"cannot_create_task": "Impossibile eseguire task {action}"
"cannot_create_task": "Impossibile eseguire il task {action}"
}
}
Loading

0 comments on commit 42f0fa1

Please sign in to comment.