diff --git a/frontend/src/i18n/locales/de/translation.json b/frontend/src/i18n/locales/de/translation.json index 3705543014..30de35b61b 100644 --- a/frontend/src/i18n/locales/de/translation.json +++ b/frontend/src/i18n/locales/de/translation.json @@ -65,6 +65,8 @@ "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", @@ -72,6 +74,7 @@ "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": "", diff --git a/frontend/src/i18n/locales/en/translation.json b/frontend/src/i18n/locales/en/translation.json index 6b60b149ef..875a015542 100644 --- a/frontend/src/i18n/locales/en/translation.json +++ b/frontend/src/i18n/locales/en/translation.json @@ -65,6 +65,8 @@ "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", @@ -72,6 +74,7 @@ "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", diff --git a/frontend/src/i18n/locales/es/translation.json b/frontend/src/i18n/locales/es/translation.json index 97e95dcc65..d299be0d17 100644 --- a/frontend/src/i18n/locales/es/translation.json +++ b/frontend/src/i18n/locales/es/translation.json @@ -65,6 +65,8 @@ "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", @@ -72,6 +74,7 @@ "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": "", diff --git a/frontend/src/i18n/locales/fr/translation.json b/frontend/src/i18n/locales/fr/translation.json index 45bb73792b..bb25fa008b 100644 --- a/frontend/src/i18n/locales/fr/translation.json +++ b/frontend/src/i18n/locales/fr/translation.json @@ -65,6 +65,8 @@ "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", @@ -72,6 +74,7 @@ "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": "", diff --git a/frontend/src/i18n/locales/pt/translation.json b/frontend/src/i18n/locales/pt/translation.json index 3f2a88813f..bf1318cf9b 100644 --- a/frontend/src/i18n/locales/pt/translation.json +++ b/frontend/src/i18n/locales/pt/translation.json @@ -65,6 +65,8 @@ "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", @@ -72,6 +74,7 @@ "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": "",