diff --git a/frontend/src/i18n/locales/de/translation.json b/frontend/src/i18n/locales/de/translation.json index ab76e21f71..2cae2acda9 100644 --- a/frontend/src/i18n/locales/de/translation.json +++ b/frontend/src/i18n/locales/de/translation.json @@ -55,9 +55,18 @@ "Save": "", "Uh-oh! Something went wrong.": "Oh-oh! Etwas ist schief gelaufen.", "Error loading {{ routeName }}": "", + "Namespaces must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "Namespaces dürfen nur alphanumerische Kleinbuchstaben oder \"-\" enthalten und müssen mit einem alphanumerischen Zeichen beginnen und enden.", + "The list of namespaces you are allowed to access in this cluster.": "Liste der Namespaces, auf die Sie in diesem Cluster zugreifen dürfen.", + "Add namespace": "", + "Allowed namespaces": "Erlaubte Namespaces", + "Cluster name must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "", + "The current name of cluster. You can define custom modified name.": "", + "Change name": "", + "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).", "Enter a value between {{ minRows }} and {{ maxRows }}.": "Geben Sie einen Wert zwischen {{ minRows }} und {{ maxRows }} ein.", "Custom row value": "Benutzerdefinierter Zeilenwert", - "Apply": "Anwenden", "Custom value": "Benutzerdefinierter Wert", "General Settings": "Allgemeine Einstellungen", "Version": "Version", @@ -65,21 +74,12 @@ "Theme": "Design", "Number of rows for tables": "Zeilen pro Tabelle", "Timezone to display for dates": "Zeitzone", - "Namespaces must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "Namespaces dürfen nur alphanumerische Kleinbuchstaben oder \"-\" enthalten und müssen mit einem alphanumerischen Zeichen beginnen und enden.", - "Cluster name must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "", "Cluster Settings": "", "There seem to be no clusters configured…": "", "Cluster {{ clusterName }} does not exist. Please select a valid cluster:": "", + "Default namespace": "Standard-Namespace", "Cluster Settings ({{ clusterName }})": "Cluster-Einstellungen ({{ clusterName }})", "Go to cluster": "", - "The current name of cluster. You can define custom modified name.": "", - "Change name": "", - "Are you sure you want to change the name for \"{{ clusterName }}\"?": "", - "Default namespace": "Standard-Namespace", - "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).", - "Allowed namespaces": "Erlaubte Namespaces", - "The list of namespaces you are allowed to access in this cluster.": "Liste der Namespaces, auf die Sie in diesem Cluster zugreifen dürfen.", - "Add namespace": "", "Remove Cluster": "Cluster entfernen", "Server": "Server", "light theme": "helles Design", diff --git a/frontend/src/i18n/locales/en/translation.json b/frontend/src/i18n/locales/en/translation.json index 7aadd30716..36d0bcf161 100644 --- a/frontend/src/i18n/locales/en/translation.json +++ b/frontend/src/i18n/locales/en/translation.json @@ -55,9 +55,18 @@ "Save": "Save", "Uh-oh! Something went wrong.": "Uh-oh! Something went wrong.", "Error loading {{ routeName }}": "Error loading {{ routeName }}", + "Namespaces must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "Namespaces must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.", + "The list of namespaces you are allowed to access in this cluster.": "The list of namespaces you are allowed to access in this cluster.", + "Add namespace": "Add namespace", + "Allowed namespaces": "Allowed namespaces", + "Cluster name must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "Cluster name must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.", + "The current name of cluster. You can define custom modified name.": "The current name of cluster. You can define custom modified name.", + "Change name": "Change name", + "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).", "Enter a value between {{ minRows }} and {{ maxRows }}.": "Enter a value between {{ minRows }} and {{ maxRows }}.", "Custom row value": "Custom row value", - "Apply": "Apply", "Custom value": "Custom value", "General Settings": "General Settings", "Version": "Version", @@ -65,21 +74,12 @@ "Theme": "Theme", "Number of rows for tables": "Number of rows for tables", "Timezone to display for dates": "Timezone to display for dates", - "Namespaces must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "Namespaces must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.", - "Cluster name must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "Cluster name must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.", "Cluster Settings": "Cluster Settings", "There seem to be no clusters configured…": "There seem to be no clusters configured…", "Cluster {{ clusterName }} does not exist. Please select a valid cluster:": "Cluster {{ clusterName }} does not exist. Please select a valid cluster:", + "Default namespace": "Default namespace", "Cluster Settings ({{ clusterName }})": "Cluster Settings ({{ clusterName }})", "Go to cluster": "Go to cluster", - "The current name of cluster. You can define custom modified name.": "The current name of cluster. You can define custom modified name.", - "Change name": "Change name", - "Are you sure you want to change the name for \"{{ clusterName }}\"?": "Are you sure you want to change the name for \"{{ clusterName }}\"?", - "Default namespace": "Default namespace", - "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).", - "Allowed namespaces": "Allowed namespaces", - "The list of namespaces you are allowed to access in this cluster.": "The list of namespaces you are allowed to access in this cluster.", - "Add namespace": "Add namespace", "Remove Cluster": "Remove Cluster", "Server": "Server", "light theme": "light theme", diff --git a/frontend/src/i18n/locales/es/translation.json b/frontend/src/i18n/locales/es/translation.json index 394ea32c76..379d9463be 100644 --- a/frontend/src/i18n/locales/es/translation.json +++ b/frontend/src/i18n/locales/es/translation.json @@ -55,9 +55,18 @@ "Save": "", "Uh-oh! Something went wrong.": "¡Ups! Algo ha fallado.", "Error loading {{ routeName }}": "", + "Namespaces must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "Los espacios de nombre deben contener solo caracteres alfanuméricos en minúsculas o '-', y deben comenzar y terminar con un carácter alfanumérico.", + "The list of namespaces you are allowed to access in this cluster.": "La lista de espacios de nombre a los que tiene permiso para acceder en este cluster.", + "Add namespace": "", + "Allowed namespaces": "Espacios de nombre permitidos", + "Cluster name must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "", + "The current name of cluster. You can define custom modified name.": "", + "Change name": "", + "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).", "Enter a value between {{ minRows }} and {{ maxRows }}.": "Introduzca un valor entre {{ minRows }} y {{ maxRows }}.", "Custom row value": "Núm. de líneas personalizado", - "Apply": "Aplicar", "Custom value": "Valor personalizado", "General Settings": "Definiciones generales", "Version": "Versión", @@ -65,21 +74,12 @@ "Theme": "Tema", "Number of rows for tables": "Núm. de líneas para las tablas", "Timezone to display for dates": "Huso horario para mostrar en fechas", - "Namespaces must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "Los espacios de nombre deben contener solo caracteres alfanuméricos en minúsculas o '-', y deben comenzar y terminar con un carácter alfanumérico.", - "Cluster name must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "", "Cluster Settings": "", "There seem to be no clusters configured…": "", "Cluster {{ clusterName }} does not exist. Please select a valid cluster:": "", + "Default namespace": "Espacio de nombre por defecto", "Cluster Settings ({{ clusterName }})": "Configuración del cluster ({{ clusterName }})", "Go to cluster": "", - "The current name of cluster. You can define custom modified name.": "", - "Change name": "", - "Are you sure you want to change the name for \"{{ clusterName }}\"?": "", - "Default namespace": "Espacio de nombre por defecto", - "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).", - "Allowed namespaces": "Espacios de nombre permitidos", - "The list of namespaces you are allowed to access in this cluster.": "La lista de espacios de nombre a los que tiene permiso para acceder en este cluster.", - "Add namespace": "", "Remove Cluster": "Eliminar cluster", "Server": "Servidor", "light theme": "tema claro", diff --git a/frontend/src/i18n/locales/fr/translation.json b/frontend/src/i18n/locales/fr/translation.json index b5682ee4c1..3f22c84ab0 100644 --- a/frontend/src/i18n/locales/fr/translation.json +++ b/frontend/src/i18n/locales/fr/translation.json @@ -55,9 +55,18 @@ "Save": "", "Uh-oh! Something went wrong.": "Uh-oh ! Quelque chose s'est mal passé.", "Error loading {{ routeName }}": "", + "Namespaces must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "Les espaces de noms ne doivent contenir que des caractères alphanumériques minuscules ou '-', et doivent commencer et se terminer par un caractère alphanumérique.", + "The list of namespaces you are allowed to access in this cluster.": "La liste des espaces de noms que vous pouvez accéder dans ce cluster.", + "Add namespace": "", + "Allowed namespaces": "Espaces de noms autorisés", + "Cluster name must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "", + "The current name of cluster. You can define custom modified name.": "", + "Change name": "", + "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).", "Enter a value between {{ minRows }} and {{ maxRows }}.": "Entrez une valeur entre {{ minRows }} et {{ maxRows }}.", "Custom row value": "Valeur de ligne personnalisée", - "Apply": "Appliquer", "Custom value": "Valeur personnalisée", "General Settings": "Paramètres généraux", "Version": "Version", @@ -65,21 +74,12 @@ "Theme": "Thème", "Number of rows for tables": "Nombre de lignes pour les tableaux", "Timezone to display for dates": "Fuseau horaire à afficher pour les dates", - "Namespaces must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "Les espaces de noms ne doivent contenir que des caractères alphanumériques minuscules ou '-', et doivent commencer et se terminer par un caractère alphanumérique.", - "Cluster name must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "", "Cluster Settings": "", "There seem to be no clusters configured…": "", "Cluster {{ clusterName }} does not exist. Please select a valid cluster:": "", + "Default namespace": "Espace de noms par défaut", "Cluster Settings ({{ clusterName }})": "Paramètres du cluster ({{ clusterName }})", "Go to cluster": "", - "The current name of cluster. You can define custom modified name.": "", - "Change name": "", - "Are you sure you want to change the name for \"{{ clusterName }}\"?": "", - "Default namespace": "Espace de noms par défaut", - "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).", - "Allowed namespaces": "Espaces de noms autorisés", - "The list of namespaces you are allowed to access in this cluster.": "La liste des espaces de noms que vous pouvez accéder dans ce cluster.", - "Add namespace": "", "Remove Cluster": "Supprimer le cluster", "Server": "Serveur", "light theme": "thème clair", diff --git a/frontend/src/i18n/locales/pt/translation.json b/frontend/src/i18n/locales/pt/translation.json index 16e786f568..6924b7b581 100644 --- a/frontend/src/i18n/locales/pt/translation.json +++ b/frontend/src/i18n/locales/pt/translation.json @@ -55,9 +55,18 @@ "Save": "", "Uh-oh! Something went wrong.": "Oh-oh! Algo correu mal.", "Error loading {{ routeName }}": "", + "Namespaces must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "Os namespaces devem conter apenas caracteres alfanuméricos minúsculos ou '-', e devem começar e terminar com um carácter alfanumérico.", + "The list of namespaces you are allowed to access in this cluster.": "A lista de namespaces que tem permissão para aceder neste cluster.", + "Add namespace": "", + "Allowed namespaces": "Namespaces permitidos", + "Cluster name must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "", + "The current name of cluster. You can define custom modified name.": "", + "Change name": "", + "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).", "Enter a value between {{ minRows }} and {{ maxRows }}.": "Introduza um valor entre {{ minRows }} e {{ maxRows }}.", "Custom row value": "Núm. de linhas personalizado", - "Apply": "Aplicar", "Custom value": "Valor personalizado", "General Settings": "Definições Gerais", "Version": "Versão", @@ -65,21 +74,12 @@ "Theme": "Tema", "Number of rows for tables": "Núm. de linhas para as tabelas", "Timezone to display for dates": "Fuso horário para mostrar em datas", - "Namespaces must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "Os namespaces devem conter apenas caracteres alfanuméricos minúsculos ou '-', e devem começar e terminar com um carácter alfanumérico.", - "Cluster name must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "", "Cluster Settings": "", "There seem to be no clusters configured…": "", "Cluster {{ clusterName }} does not exist. Please select a valid cluster:": "", + "Default namespace": "Namespace padrão", "Cluster Settings ({{ clusterName }})": "Definições do cluster ({{ clusterName }})", "Go to cluster": "", - "The current name of cluster. You can define custom modified name.": "", - "Change name": "", - "Are you sure you want to change the name for \"{{ clusterName }}\"?": "", - "Default namespace": "Namespace padrão", - "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).", - "Allowed namespaces": "Namespaces permitidos", - "The list of namespaces you are allowed to access in this cluster.": "A lista de namespaces que tem permissão para aceder neste cluster.", - "Add namespace": "", "Remove Cluster": "Remover Cluster", "Server": "Servidor", "light theme": "tema claro", diff --git a/frontend/src/i18n/locales/zh-tw/translation.json b/frontend/src/i18n/locales/zh-tw/translation.json index 2d27feab1b..9f688878f7 100644 --- a/frontend/src/i18n/locales/zh-tw/translation.json +++ b/frontend/src/i18n/locales/zh-tw/translation.json @@ -55,9 +55,18 @@ "Save": "保存", "Uh-oh! Something went wrong.": "哎呀!出現問題。", "Error loading {{ routeName }}": "讀取 {{ routeName }} 時出錯", + "Namespaces must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "命名空間只能包含小寫字母數字字符或 '-',且必須以字母數字字符開頭和結尾。", + "The list of namespaces you are allowed to access in this cluster.": "您在此叢集中允許訪問的命名空間列表。", + "Add namespace": "添加命名空間", + "Allowed namespaces": "允許的命名空間", + "Cluster name must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "叢集名稱只能包含小寫字母數字字符或 '-',且必須以字母數字字符開頭和結尾。", + "The current name of cluster. You can define custom modified name.": "叢集的當前名稱。您可以定義自定義修改名稱。", + "Change name": "更改名稱", + "Are you sure you want to change the name for \"{{ clusterName }}\"?": "您確定要更改 \"{{ clusterName }}\" 的名稱嗎?", + "Apply": "應用", + "The default namespace for e.g. when applying resources (when not specified directly).": "例如,應用資源時的預設命名空間(未直接指定時)。", "Enter a value between {{ minRows }} and {{ maxRows }}.": "輸入一個介於 {{ minRows }} 和 {{ maxRows }} 之間的值。", "Custom row value": "自定義行值", - "Apply": "應用", "Custom value": "自定義值", "General Settings": "一般設置", "Version": "版本", @@ -65,21 +74,12 @@ "Theme": "主題", "Number of rows for tables": "表格的行數", "Timezone to display for dates": "顯示日期的時區", - "Namespaces must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "命名空間只能包含小寫字母數字字符或 '-',且必須以字母數字字符開頭和結尾。", - "Cluster name must contain only lowercase alphanumeric characters or '-', and must start and end with an alphanumeric character.": "叢集名稱只能包含小寫字母數字字符或 '-',且必須以字母數字字符開頭和結尾。", "Cluster Settings": "叢集設置", "There seem to be no clusters configured…": "似乎沒有配置任何叢集…", "Cluster {{ clusterName }} does not exist. Please select a valid cluster:": "叢集 {{ clusterName }} 不存在。請選擇一個有效的叢集:", + "Default namespace": "預設命名空間", "Cluster Settings ({{ clusterName }})": "叢集設置 ({{ clusterName }})", "Go to cluster": "前往叢集", - "The current name of cluster. You can define custom modified name.": "叢集的當前名稱。您可以定義自定義修改名稱。", - "Change name": "更改名稱", - "Are you sure you want to change the name for \"{{ clusterName }}\"?": "您確定要更改 \"{{ clusterName }}\" 的名稱嗎?", - "Default namespace": "預設命名空間", - "The default namespace for e.g. when applying resources (when not specified directly).": "例如,應用資源時的預設命名空間(未直接指定時)。", - "Allowed namespaces": "允許的命名空間", - "The list of namespaces you are allowed to access in this cluster.": "您在此叢集中允許訪問的命名空間列表。", - "Add namespace": "添加命名空間", "Remove Cluster": "移除叢集", "Server": "伺服器", "light theme": "淺色主題", @@ -164,7 +164,6 @@ "All namespaces": "所有命名空間", "From": "從", "Age": "年齡", - "{{ eventDate }} ({{ count }} times since {{ firstEventDate }})_one": "{{ eventDate }} (自 {{ firstEventDate }} 起 {{ count }} 次)", "{{ eventDate }} ({{ count }} times since {{ firstEventDate }})_other": "{{ eventDate }} (自 {{ firstEventDate }} 起 {{ count }} 次)", "Release Notes ({{ appVersion }})": "發行說明 ({{ appVersion }})", "Fetching release information…": "正在獲取發行信息…", @@ -437,5 +436,6 @@ "\"{{metricName}}\" on pods": "\"{{metricName}}\" 在 pods", "resource {{resourceName}} on pods": "資源 {{resourceName}} 在 pods", "resource {{resourceName}} of container {{containerName}} on pods": "容器 {{containerName}} 的資源 {{resourceName}} 在 pods", - "Warning. Incompatible plugins disabled: ({{ pluginList }})": "警告。不相容的插件已禁用:({{ pluginList }})" + "Warning. Incompatible plugins disabled: ({{ pluginList }})": "警告。不相容的插件已禁用:({{ pluginList }})", + "{{ eventDate }} ({{ count }} times since {{ firstEventDate }})_one": "{{ eventDate }} (自 {{ firstEventDate }} 起 {{ count }} 次)" }