Skip to content

Commit

Permalink
Frontend: i18n: Add translations for drawer mode
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent T <[email protected]>
  • Loading branch information
vyncent-t committed Dec 10, 2024
1 parent 762e71d commit aaed78e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/i18n/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,16 @@
"Are you sure you want to change the name for \"{{ clusterName }}\"?": "",
"Apply": "Anwenden",
"The default namespace for e.g. when applying resources (when not specified directly).": "Der Standard-Namespace z. B. für die Anwendung von Ressourcen (wenn nicht anders angegeben).",
"Drawer Mode": "",
"Enable details to render in side drawer window": "",
"Enter a value between {{ minRows }} and {{ maxRows }}.": "Geben Sie einen Wert zwischen {{ minRows }} und {{ maxRows }} ein.",
"Custom row value": "Benutzerdefinierter Zeilenwert",
"Custom value": "Benutzerdefinierter Wert",
"General Settings": "Allgemeine Einstellungen",
"Version": "Version",
"Language": "Sprache",
"Theme": "Design",
"Details on list view": "",
"Number of rows for tables": "Zeilen pro Tabelle",
"Timezone to display for dates": "Zeitzone",
"Cluster Settings": "",
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,16 @@
"Are you sure you want to change the name for \"{{ clusterName }}\"?": "Are you sure you want to change the name for \"{{ clusterName }}\"?",
"Apply": "Apply",
"The default namespace for e.g. when applying resources (when not specified directly).": "The default namespace for e.g. when applying resources (when not specified directly).",
"Drawer Mode": "Drawer Mode",
"Enable details to render in side drawer window": "Enable details to render in side drawer window",
"Enter a value between {{ minRows }} and {{ maxRows }}.": "Enter a value between {{ minRows }} and {{ maxRows }}.",
"Custom row value": "Custom row value",
"Custom value": "Custom value",
"General Settings": "General Settings",
"Version": "Version",
"Language": "Language",
"Theme": "Theme",
"Details on list view": "Details on list view",
"Number of rows for tables": "Number of rows for tables",
"Timezone to display for dates": "Timezone to display for dates",
"Cluster Settings": "Cluster Settings",
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/i18n/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,16 @@
"Are you sure you want to change the name for \"{{ clusterName }}\"?": "",
"Apply": "Aplicar",
"The default namespace for e.g. when applying resources (when not specified directly).": "El espacio de nombre por defecto para, por ejemplo, cuando se aplican recursos (cuando no especificado directamente).",
"Drawer Mode": "",
"Enable details to render in side drawer window": "",
"Enter a value between {{ minRows }} and {{ maxRows }}.": "Introduzca un valor entre {{ minRows }} y {{ maxRows }}.",
"Custom row value": "Núm. de líneas personalizado",
"Custom value": "Valor personalizado",
"General Settings": "Definiciones generales",
"Version": "Versión",
"Language": "Idioma",
"Theme": "Tema",
"Details on list view": "",
"Number of rows for tables": "Núm. de líneas para las tablas",
"Timezone to display for dates": "Huso horario para mostrar en fechas",
"Cluster Settings": "",
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/i18n/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,16 @@
"Are you sure you want to change the name for \"{{ clusterName }}\"?": "",
"Apply": "Appliquer",
"The default namespace for e.g. when applying resources (when not specified directly).": "L'espace de noms par défaut, par exemple lors de l'application de ressources (lorsqu'il n'est pas spécifié directement).",
"Drawer Mode": "",
"Enable details to render in side drawer window": "",
"Enter a value between {{ minRows }} and {{ maxRows }}.": "Entrez une valeur entre {{ minRows }} et {{ maxRows }}.",
"Custom row value": "Valeur de ligne personnalisée",
"Custom value": "Valeur personnalisée",
"General Settings": "Paramètres généraux",
"Version": "Version",
"Language": "Langue",
"Theme": "Thème",
"Details on list view": "",
"Number of rows for tables": "Nombre de lignes pour les tableaux",
"Timezone to display for dates": "Fuseau horaire à afficher pour les dates",
"Cluster Settings": "",
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/i18n/locales/pt/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,16 @@
"Are you sure you want to change the name for \"{{ clusterName }}\"?": "",
"Apply": "Aplicar",
"The default namespace for e.g. when applying resources (when not specified directly).": "O namespace por defeito, por exemplo, quando se aplicam recursos (quando não especificado directamente).",
"Drawer Mode": "",
"Enable details to render in side drawer window": "",
"Enter a value between {{ minRows }} and {{ maxRows }}.": "Introduza um valor entre {{ minRows }} e {{ maxRows }}.",
"Custom row value": "Núm. de linhas personalizado",
"Custom value": "Valor personalizado",
"General Settings": "Definições Gerais",
"Version": "Versão",
"Language": "Idioma",
"Theme": "Tema",
"Details on list view": "",
"Number of rows for tables": "Núm. de linhas para as tabelas",
"Timezone to display for dates": "Fuso horário para mostrar em datas",
"Cluster Settings": "",
Expand Down

0 comments on commit aaed78e

Please sign in to comment.