diff --git a/frontend/src/i18n/locales/de/translation.json b/frontend/src/i18n/locales/de/translation.json index 3850905503..3c145384d8 100644 --- a/frontend/src/i18n/locales/de/translation.json +++ b/frontend/src/i18n/locales/de/translation.json @@ -146,8 +146,8 @@ "Last Seen": "Zuletzt gesehen", "Offline": "Offline", "Lost connection to the cluster.": "", - "I Agree": "", "No": "Nein", + "I Agree": "", "Yes": "Ja", "Create {{ name }}": "", "Toggle fullscreen": "Vollbild ein/aus", diff --git a/frontend/src/i18n/locales/en/translation.json b/frontend/src/i18n/locales/en/translation.json index d6c077737d..34011395cb 100644 --- a/frontend/src/i18n/locales/en/translation.json +++ b/frontend/src/i18n/locales/en/translation.json @@ -146,8 +146,8 @@ "Last Seen": "Last Seen", "Offline": "Offline", "Lost connection to the cluster.": "Lost connection to the cluster.", - "I Agree": "I Agree", "No": "No", + "I Agree": "I Agree", "Yes": "Yes", "Create {{ name }}": "Create {{ name }}", "Toggle fullscreen": "Toggle fullscreen", diff --git a/frontend/src/i18n/locales/es/translation.json b/frontend/src/i18n/locales/es/translation.json index 9c65500e96..4aa845fdcf 100644 --- a/frontend/src/i18n/locales/es/translation.json +++ b/frontend/src/i18n/locales/es/translation.json @@ -146,8 +146,8 @@ "Last Seen": "Últi. ocurrencia", "Offline": "Desconectado", "Lost connection to the cluster.": "", - "I Agree": "", "No": "No", + "I Agree": "", "Yes": "Sí", "Create {{ name }}": "", "Toggle fullscreen": "Alternar pantalla completa", diff --git a/frontend/src/i18n/locales/fr/translation.json b/frontend/src/i18n/locales/fr/translation.json index f38d1594b8..0edcbd179c 100644 --- a/frontend/src/i18n/locales/fr/translation.json +++ b/frontend/src/i18n/locales/fr/translation.json @@ -146,8 +146,8 @@ "Last Seen": "Dernière vue", "Offline": "Hors ligne", "Lost connection to the cluster.": "", - "I Agree": "", "No": "Non", + "I Agree": "", "Yes": "Oui", "Create {{ name }}": "", "Toggle fullscreen": "Basculer en mode plein écran", diff --git a/frontend/src/i18n/locales/pt/translation.json b/frontend/src/i18n/locales/pt/translation.json index f37490583c..714cda1f48 100644 --- a/frontend/src/i18n/locales/pt/translation.json +++ b/frontend/src/i18n/locales/pt/translation.json @@ -146,8 +146,8 @@ "Last Seen": "Visto últ. vez", "Offline": "Desconectado", "Lost connection to the cluster.": "", - "I Agree": "", "No": "Não", + "I Agree": "", "Yes": "Sim", "Create {{ name }}": "", "Toggle fullscreen": "Alternar ecrã inteiro", diff --git a/frontend/src/i18n/locales/zh-tw/translation.json b/frontend/src/i18n/locales/zh-tw/translation.json index 64a3497ea1..d83f15e7fd 100644 --- a/frontend/src/i18n/locales/zh-tw/translation.json +++ b/frontend/src/i18n/locales/zh-tw/translation.json @@ -9,15 +9,16 @@ "Cancel": "取消", "Authenticate": "驗證", "Error authenticating": "驗證錯誤", + "Plugin": "插件", + "In-cluster": "叢集內", "Actions": "操作", "View": "查看", "Settings": "設置", "Delete": "刪除", "Delete Cluster": "刪除叢集", - "Are you sure you want to remove the cluster \"{{ clusterName }}\"?": "您確定要移除叢集 \"{{ clusterName }}\" 嗎?", + "This action will delete cluster \"{{ clusterName }}\" from {{ source }}.": "", + "Delete from kubeconfig": "", "Active": "活躍", - "Plugin": "外掛", - "In-cluster": "叢集內", "Home": "首頁", "All Clusters": "所有叢集", "Name": "名稱", @@ -81,6 +82,7 @@ "Cluster Settings ({{ clusterName }})": "叢集設置 ({{ clusterName }})", "Go to cluster": "前往叢集", "Remove Cluster": "移除叢集", + "Are you sure you want to remove the cluster \"{{ clusterName }}\"?": "您確定要移除叢集 \"{{ clusterName }}\" 嗎?", "Server": "伺服器", "light theme": "淺色主題", "dark theme": "深色主題", @@ -145,6 +147,7 @@ "Offline": "離線", "Lost connection to the cluster.": "與叢集的連線遺失。", "No": "否", + "I Agree": "", "Yes": "是", "Create {{ name }}": "新增 {{ name }}", "Toggle fullscreen": "切換全螢幕",