From 049c2e0d9df959c2134ace23fe3c388234aa0e4f Mon Sep 17 00:00:00 2001 From: Vincent T Date: Tue, 10 Dec 2024 12:28:36 -0500 Subject: [PATCH] App: Home: Add i18n translations Signed-off-by: Vincent T --- frontend/src/i18n/locales/de/translation.json | 2 +- frontend/src/i18n/locales/en/translation.json | 2 +- frontend/src/i18n/locales/es/translation.json | 2 +- frontend/src/i18n/locales/fr/translation.json | 2 +- frontend/src/i18n/locales/pt/translation.json | 2 +- frontend/src/i18n/locales/zh-tw/translation.json | 9 ++++++--- 6 files changed, 11 insertions(+), 8 deletions(-) diff --git a/frontend/src/i18n/locales/de/translation.json b/frontend/src/i18n/locales/de/translation.json index b9377783a4..383d8199c8 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", "Toggle fullscreen": "Vollbild ein/aus", "Close": "Schließen", diff --git a/frontend/src/i18n/locales/en/translation.json b/frontend/src/i18n/locales/en/translation.json index 70cd37063e..f98e63fed2 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", "Toggle fullscreen": "Toggle fullscreen", "Close": "Close", diff --git a/frontend/src/i18n/locales/es/translation.json b/frontend/src/i18n/locales/es/translation.json index 00d5e248f4..fe01e70d03 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í", "Toggle fullscreen": "Alternar pantalla completa", "Close": "Cerrar", diff --git a/frontend/src/i18n/locales/fr/translation.json b/frontend/src/i18n/locales/fr/translation.json index 3b689d83dd..b40fc420fc 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", "Toggle fullscreen": "Basculer en mode plein écran", "Close": "Fermer", diff --git a/frontend/src/i18n/locales/pt/translation.json b/frontend/src/i18n/locales/pt/translation.json index 1c465089fa..749093829f 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", "Toggle fullscreen": "Alternar ecrã inteiro", "Close": "Fechar", diff --git a/frontend/src/i18n/locales/zh-tw/translation.json b/frontend/src/i18n/locales/zh-tw/translation.json index d3f6241f5c..e28948a56a 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": "是", "Toggle fullscreen": "切換全屏", "Close": "關閉",