Skip to content

Commit 9037df3

Browse files
committed
frontend: Add i18n translations
Signed-off-by: Vincent T <[email protected]>
1 parent 30d1bac commit 9037df3

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

frontend/src/i18n/locales/de/translation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@
146146
"Last Seen": "Zuletzt gesehen",
147147
"Offline": "Offline",
148148
"Lost connection to the cluster.": "",
149-
"I Agree": "",
150149
"No": "Nein",
150+
"I Agree": "",
151151
"Yes": "Ja",
152152
"Create {{ name }}": "",
153153
"Toggle fullscreen": "Vollbild ein/aus",

frontend/src/i18n/locales/en/translation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@
146146
"Last Seen": "Last Seen",
147147
"Offline": "Offline",
148148
"Lost connection to the cluster.": "Lost connection to the cluster.",
149-
"I Agree": "I Agree",
150149
"No": "No",
150+
"I Agree": "I Agree",
151151
"Yes": "Yes",
152152
"Create {{ name }}": "Create {{ name }}",
153153
"Toggle fullscreen": "Toggle fullscreen",

frontend/src/i18n/locales/es/translation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@
146146
"Last Seen": "Últi. ocurrencia",
147147
"Offline": "Desconectado",
148148
"Lost connection to the cluster.": "",
149-
"I Agree": "",
150149
"No": "No",
150+
"I Agree": "",
151151
"Yes": "",
152152
"Create {{ name }}": "",
153153
"Toggle fullscreen": "Alternar pantalla completa",

frontend/src/i18n/locales/fr/translation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@
146146
"Last Seen": "Dernière vue",
147147
"Offline": "Hors ligne",
148148
"Lost connection to the cluster.": "",
149-
"I Agree": "",
150149
"No": "Non",
150+
"I Agree": "",
151151
"Yes": "Oui",
152152
"Create {{ name }}": "",
153153
"Toggle fullscreen": "Basculer en mode plein écran",

frontend/src/i18n/locales/pt/translation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@
146146
"Last Seen": "Visto últ. vez",
147147
"Offline": "Desconectado",
148148
"Lost connection to the cluster.": "",
149-
"I Agree": "",
150149
"No": "Não",
150+
"I Agree": "",
151151
"Yes": "Sim",
152152
"Create {{ name }}": "",
153153
"Toggle fullscreen": "Alternar ecrã inteiro",

frontend/src/i18n/locales/zh-tw/translation.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@
99
"Cancel": "取消",
1010
"Authenticate": "驗證",
1111
"Error authenticating": "驗證錯誤",
12+
"Plugin": "插件",
13+
"In-cluster": "叢集內",
1214
"Actions": "操作",
1315
"View": "查看",
1416
"Settings": "設置",
1517
"Delete": "刪除",
1618
"Delete Cluster": "刪除叢集",
17-
"Are you sure you want to remove the cluster \"{{ clusterName }}\"?": "您確定要移除叢集 \"{{ clusterName }}\" 嗎?",
19+
"This action will delete cluster \"{{ clusterName }}\" from {{ source }}.": "",
20+
"Delete from kubeconfig": "",
1821
"Active": "活躍",
19-
"Plugin": "外掛",
20-
"In-cluster": "叢集內",
2122
"Home": "首頁",
2223
"All Clusters": "所有叢集",
2324
"Name": "名稱",
@@ -81,6 +82,7 @@
8182
"Cluster Settings ({{ clusterName }})": "叢集設置 ({{ clusterName }})",
8283
"Go to cluster": "前往叢集",
8384
"Remove Cluster": "移除叢集",
85+
"Are you sure you want to remove the cluster \"{{ clusterName }}\"?": "您確定要移除叢集 \"{{ clusterName }}\" 嗎?",
8486
"Server": "伺服器",
8587
"light theme": "淺色主題",
8688
"dark theme": "深色主題",
@@ -145,6 +147,7 @@
145147
"Offline": "離線",
146148
"Lost connection to the cluster.": "與叢集的連線遺失。",
147149
"No": "",
150+
"I Agree": "",
148151
"Yes": "",
149152
"Create {{ name }}": "新增 {{ name }}",
150153
"Toggle fullscreen": "切換全螢幕",

0 commit comments

Comments
 (0)