Skip to content

Commit

Permalink
Language selection now works properly. Added some translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
lupusA committed Mar 10, 2024
1 parent 16619fe commit eab290d
Show file tree
Hide file tree
Showing 9 changed files with 293 additions and 291 deletions.
10 changes: 6 additions & 4 deletions public/locales/de-DE/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"task.running":"Running",
"task.failed":"Fehlgeschlagen",
"task.loading": "Loading...",
"task.time.start": "Start time",
"task.status": "Status",
"task.kind": "Art",
"task.description": "Beschreibung",
"task.header.time.start": "Startzeit",
"task.header.status": "Status",
"task.header.kind": "Art",
"task.header.description": "Beschreibung",
"task.feedback.search": "Suchen nach Einträgen per Beschreibung",
"task.feedback.entries": "Hier erscheint eine Liste von Aufgaben, sobald Snapshots, Wartungsaufgaben oder Wiederherstellungen durchgeführt werden.",

"task.status.succeed.after": "Task succeeded after",
"task.status.canceled": "Task canceled after",
Expand Down
10 changes: 6 additions & 4 deletions public/locales/en-GB/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
"task.running":"Running",
"task.failed":"Failed",
"task.loading": "Loading...",
"task.time.start": "Start time",
"task.status": "Status",
"task.kind": "Kind",
"task.description": "Description",
"task.header.time.start": "Start time",
"task.header.status": "Status",
"task.header.kind": "Kind",
"task.header.description": "Description",
"task.feedback.search": "Search logs by description",
"task.feedback.entries": "A list of tasks will appear here when you create snapshots, restore, run maintenance, etc.",

"task.status.succeed.after": "Task succeeded after",
"task.status.canceled": "Task canceled after",
Expand Down
167 changes: 87 additions & 80 deletions public/locales/es-ES/translation.json
Original file line number Diff line number Diff line change
@@ -1,89 +1,96 @@
{
"tab.preferences":"Preferencias",
"tab.repository":"Repositorio",
"tab.tasks":"Tareas",
"tab.policies":"Políticas",
"tab.snapshots":"Imágenes",

"task.all":"All",
"task.running":"Running",
"task.failed":"Fallido",
"task.loading": "Loading...",
"task.time.start": "Start time",
"task.status": "Estado",
"task.kind": "Kind",
"task.description": "Descripción",

"task.status.succeed.after": "Task succeeded after",
"task.status.canceled": "Task canceled after",
"task.status.canceling": "Canceling",
"task.status.error": "Task error",
"task.status.running.for": "Task running for",

"task.status.started": "Comenzó",
"task.status.finished": "Terminado",
"tab.preferences": "Preferencias",
"tab.repository": "Repositorio",
"tab.tasks": "Tareas",
"tab.policies": "Políticas",
"tab.snapshots": "Instantáneas",

"task.all": "Todas",
"task.running": "En ejecución",
"task.failed": "Fallidas",
"task.loading": "Cargando...",
"task.header.time.start": "Hora de inicio",
"task.header.status": "Estado",
"task.header.kind": "Tipo",
"task.header.description": "Descripción",
"task.feedback.search": "Buscar registros por descripción",
"task.feedback.entries": "Aquí aparecerá una lista de tareas cuando crees instantáneas, restaures, ejecutes mantenimiento, etc.",

"task.status.succeed.after": "La tarea se completó con éxito después de",
"task.status.canceled": "Tarea cancelada después de",
"task.status.canceling": "Cancelando",
"task.status.error": "Error en la tarea",
"task.status.running.for": "Tarea en ejecución durante",
"task.status.started": "Iniciada",
"task.status.finished": "Finalizada",

"task.logs": "Registros",

"task.event.stop": "Stop",
"task.header.counter": "Counter",
"task.header.value": "Value",

"repository.status.initializing": "Initializing repository...",
"repository.status.connected": "Connected to repository",
"repository.event.connection.cancel":"Cancel connection",
"repository.event.connection.disconnect": "Disconnect from repository",
"task.event.stop": "Detener",
"task.header.counter": "Contador",
"task.header.value": "Valor",

"snapshot.header.actions": "Acciones",
"snapshot.header.status": "Estado",
"snapshot.header.snapshot.next": "Siguiente instantánea",
"snapshot.header.snapshot.last": "Última instantánea",
"snapshot.header.snapshot.size": "Tamaño",
"snapshot.header.snapshot.owner": "Propietario",
"snapshot.header.snapshot.path": "Ruta",
"snapshot.event.snapshot.now": "Instantánea ahora",
"snapshot.event.snapshot.policy": "Política",
"snapshot.event.snapshot.pending": "Pendiente",
"snapshot.feedback.snapshot.start": "La instantánea comenzará después de que se complete la instantánea anterior",
"snapshot.event.snapshot.new": "Nueva instantánea",
"snapshot.event.sychronize": "Sincronizar",

"repository.status.initializing": "Inicializando el repositorio...",
"repository.status.connected": "Conectado al repositorio",
"repository.event.connection.cancel": "Cancelar conexión",
"repository.event.connection.disconnect": "Desconectar del repositorio",
"repository.event.description.update": "Actualizar descripción",

"repository.feedback.description.required":"Repository description is required",
"repository.feedback.read.only": "Repository is read-only",
"repository.feedback.eco.disabled":"Discapacitados",
"repository.feedback.compression.internal.supported": "yes",
"repository.feedback.description.required": "La descripción del repositorio es obligatoria",
"repository.feedback.read.only": "El repositorio es de solo lectura",
"repository.feedback.eco.disabled": "Deshabilitado",
"repository.feedback.compression.internal.supported": "",
"repository.feedback.compression.internal.not.supported": "no",

"repository.attribute.server.url": "Server URL",
"repository.attribute.config.file": "Config file",
"repository.attribute.server.url": "URL del servidor",
"repository.attribute.config.file": "Archivo de configuración",
"repository.attribute.provider": "Proveedor",
"repository.attribute.algorithm.encryption": "Encryption algorithm",
"repository.attribute.algorithm.hash": "Hash algorithm",
"repository.attribute.algorithm.splitter": "Splitter algorithm",
"repository.attribute.algorithm.eco": "Error correction algorithm",

"repository.attribute.algorithm.encryption": "Algoritmo de cifrado",
"repository.attribute.algorithm.hash": "Algoritmo de hash",
"repository.attribute.algorithm.splitter": "Algoritmo de división",
"repository.attribute.algorithm.eco": "Algoritmo de corrección de errores",
"repository.attribute.connected.as": "Conectado como",
"repository.attribute.compression.internal": "Internal compression",
"repository.attribute.format": "Repository format",
"repository.attribute.eco": "Error correction overhead",

"log.event.hide": "Hide log",
"log.event.show": "Show log",

"user.interface": "User interface",
"user.interface.appearance":"Apariencia",
"user.interface.appearance.hint":"Select font size",
"user.interface.appearance.help": "Specifies the appearance of the user interface",

"user.interface.appearance.small":"pequeño",
"user.interface.appearance.medium":"medio",
"user.interface.appearance.large":"grande",

"user.interface.pagesize.description": "Page size",
"user.interface.pagesize.help": "Specifies the pagination size in tables",
"repository.attribute.compression.internal": "Compresión interna",
"repository.attribute.format": "Formato del repositorio",
"repository.attribute.eco": "Overhead de corrección de errores",

"log.event.hide": "Ocultar registro",
"log.event.show": "Mostrar registro",

"user.interface": "Interfaz de usuario",
"user.interface.appearance": "Apariencia",
"user.interface.appearance.hint": "Selecciona el tamaño de fuente",
"user.interface.appearance.help": "Especifica la apariencia de la interfaz de usuario",
"user.interface.appearance.small": "pequeño",
"user.interface.appearance.medium": "mediano",
"user.interface.appearance.large": "grande",
"user.interface.pagesize.description": "Tamaño de página",
"user.interface.pagesize.help": "Especifica el tamaño de paginación en las tablas",
"user.interface.pagesize.hint": "Tamaño de página",

"user.interface.byte.representation.description":"Select byte representation",
"user.interface.byte.representation.select":"Select byte representation",
"user.interface.byte.representation.help":"Specifies the representation of bytes",

"user.language":"Language",

"lang.help": "Sets the language for the user interface",
"lang.select": "Select language",
"lang.description": "Select the language",

"theme.description": "Theme",
"theme.select": "Select theme",
"theme.help": "The current active theme",
"theme.dark":"dark",
"theme.light": "light",
"user.interface.byte.representation.description": "Selecciona la representación de bytes",
"user.interface.byte.representation.select": "Selecciona la representación de bytes",
"user.interface.byte.representation.help": "Especifica la representación de bytes",
"user.language": "Idioma",

"lang.help": "Establece el idioma para la interfaz de usuario",
"lang.select": "Selecciona el idioma",
"lang.description": "Selecciona el idioma",
"theme.description": "Tema",
"theme.select": "Seleccionar tema",
"theme.help": "El tema activo actual",
"theme.dark": "oscuro",
"theme.light": "claro",
"theme.pastel": "pastel",
"theme.ocean":"ocean"
"theme.ocean": "oceánico"
}
176 changes: 90 additions & 86 deletions public/locales/fr-FR/translation.json
Original file line number Diff line number Diff line change
@@ -1,89 +1,93 @@
{
"tab.preferences":"Preferences",
"tab.repository":"Repository",
"tab.tasks":"Tasks",
"tab.policies":"Policies",
"tab.snapshots":"Snapshots",

"task.all":"All",
"task.running":"Running",
"task.failed":"Failed",
"task.loading": "Loading...",
"task.time.start": "Start time",
"task.status": "Status",
"task.kind": "Kind",
"task.description": "Description",

"task.status.succeed.after": "Task succeeded after",
"task.status.canceled": "Task canceled after",
"task.status.canceling": "Canceling",
"task.status.error": "Task error",
"task.status.running.for": "Task running for",

"task.status.started": "Started",
"task.status.finished": "Finished",
"task.logs": "Logs",

"task.event.stop": "Stop",
"task.header.counter": "Counter",
"task.header.value": "Value",

"repository.status.initializing": "Initializing repository...",
"repository.status.connected": "Connected to repository",
"repository.event.connection.cancel":"Cancel connection",
"repository.event.connection.disconnect": "Disconnect from repository",
"repository.event.description.update": "Update description",

"repository.feedback.description.required":"Repository description is required",
"repository.feedback.read.only": "Repository is read-only",
"repository.feedback.eco.disabled":"Disabled",
"repository.feedback.compression.internal.supported": "yes",
"repository.feedback.compression.internal.not.supported": "no",

"repository.attribute.server.url": "Server URL",
"repository.attribute.config.file": "Config file",
"repository.attribute.provider": "Provider",
"repository.attribute.algorithm.encryption": "Encryption algorithm",
"repository.attribute.algorithm.hash": "Hash algorithm",
"repository.attribute.algorithm.splitter": "Splitter algorithm",
"repository.attribute.algorithm.eco": "Error correction algorithm",

"repository.attribute.connected.as": "Connected as",
"repository.attribute.compression.internal": "Internal compression",
"repository.attribute.format": "Repository format",
"repository.attribute.eco": "Error correction overhead",

"log.event.hide": "Hide log",
"log.event.show": "Show log",

"user.interface": "User interface",
"user.interface.appearance":"Appearance",
"user.interface.appearance.hint":"Select font size",
"user.interface.appearance.help": "Specifies the appearance of the user interface",

"user.interface.appearance.small":"small",
"user.interface.appearance.medium":"medium",
"user.interface.appearance.large":"large",

"user.interface.pagesize.description": "Page size",
"user.interface.pagesize.help": "Specifies the pagination size in tables",
"user.interface.pagesize.hint": "Page size",

"user.interface.byte.representation.description":"Select byte representation",
"user.interface.byte.representation.select":"Select byte representation",
"user.interface.byte.representation.help":"Specifies the representation of bytes",

"user.language":"Language",

"lang.help": "Sets the language for the user interface",
"lang.select": "Select language",
"lang.description": "Select the language",

"theme.description": "Theme",
"theme.select": "Select theme",
"theme.help": "The current active theme",
"theme.dark":"dark",
"theme.light": "light",
"tab.preferences": "Préférences",
"tab.repository": "Répertoire",
"tab.tasks": "Tâches",
"tab.policies": "Politiques",
"tab.snapshots": "Instantanés",

"task.all": "Tous",
"task.running": "En cours",
"task.failed": "Échoué",
"task.loading": "Chargement...",
"task.header.time.start": "Heure de début",
"task.header.status": "Statut",
"task.header.kind": "Type",
"task.header.description": "Description",
"task.feedback.search": "Rechercher des journaux par description",
"task.feedback.entries": "Une liste de tâches apparaîtra ici lorsque vous créerez des instantanés, restaurerez, exécuterez des opérations de maintenance, etc.",
"task.status.succeed.after": "Tâche réussie après",
"task.status.canceled": "Tâche annulée après",
"task.status.canceling": "Annulation en cours",
"task.status.error": "Erreur de tâche",
"task.status.running.for": "Tâche en cours depuis",
"task.status.started": "Démarré",
"task.status.finished": "Terminé",
"task.logs": "Journaux",
"task.event.stop": "Arrêter",
"task.header.counter": "Compteur",
"task.header.value": "Valeur",

"snapshot.header.actions": "Actions",
"snapshot.header.status": "Statut",
"snapshot.header.snapshot.next": "Instantané suivant",
"snapshot.header.snapshot.last": "Dernier instantané",
"snapshot.header.snapshot.size": "Taille",
"snapshot.header.snapshot.owner": "Propriétaire",
"snapshot.header.snapshot.path": "Chemin",
"snapshot.event.snapshot.now": "Instantané maintenant",
"snapshot.event.snapshot.policy": "Politique",
"snapshot.event.snapshot.pending": "En attente",
"snapshot.feedback.snapshot.start": "L'instantané démarrera après la fin de l'instantané précédent",
"snapshot.event.snapshot.new": "Nouvel instantané",
"snapshot.event.synchronize": "Synchroniser",

"repository.status.initializing": "Initialisation du répertoire...",
"repository.status.connected": "Connecté au répertoire",
"repository.event.connection.cancel": "Annuler la connexion",
"repository.event.connection.disconnect": "Déconnexion du répertoire",
"repository.event.description.update": "Mettre à jour la description",
"repository.feedback.description.required": "La description du répertoire est obligatoire",
"repository.feedback.read.only": "Le répertoire est en lecture seule",
"repository.feedback.eco.disabled": "Désactivé",
"repository.feedback.compression.internal.supported": "oui",
"repository.feedback.compression.internal.not.supported": "non",
"repository.attribute.server.url": "URL du serveur",
"repository.attribute.config.file": "Fichier de configuration",
"repository.attribute.provider": "Fournisseur",
"repository.attribute.algorithm.encryption": "Algorithme de chiffrement",
"repository.attribute.algorithm.hash": "Algorithme de hachage",
"repository.attribute.algorithm.splitter": "Algorithme de découpage",
"repository.attribute.algorithm.eco": "Algorithme de correction d'erreurs",
"repository.attribute.connected.as": "Connecté en tant que",
"repository.attribute.compression.internal": "Compression interne",
"repository.attribute.format": "Format du répertoire",
"repository.attribute.eco": "Surcoût de correction d'erreurs",

"log.event.hide": "Masquer le journal",
"log.event.show": "Afficher le journal",

"user.interface": "Interface utilisateur",
"user.interface.appearance": "Apparence",
"user.interface.appearance.hint": "Sélectionnez la taille de police",
"user.interface.appearance.help": "Spécifie l'apparence de l'interface utilisateur",
"user.interface.appearance.small": "petite",
"user.interface.appearance.medium": "moyenne",
"user.interface.appearance.large": "grande",
"user.interface.pagesize.description": "Taille de la page",
"user.interface.pagesize.help": "Spécifie la taille de pagination dans les tableaux",
"user.interface.pagesize.hint": "Taille de la page",
"user.interface.byte.representation.description": "Sélectionnez la représentation des octets",
"user.interface.byte.representation.select": "Sélectionnez la représentation des octets",
"user.interface.byte.representation.help": "Spécifie la représentation des octets",
"user.language": "Langue",

"lang.help": "Définit la langue de l'interface utilisateur",
"lang.select": "Sélectionnez la langue",

"theme.select": "Sélectionnez un thème",
"theme.help": "Le thème actif actuel",
"theme.dark": "sombre",
"theme.light": "clair",
"theme.pastel": "pastel",
"theme.ocean":"ocean"
"theme.ocean": "océan"
}
Loading

0 comments on commit eab290d

Please sign in to comment.