Skip to content

Commit

Permalink
frontend: Add i18n translations
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent T <[email protected]>
  • Loading branch information
vyncent-t committed Dec 12, 2024
1 parent 4389e5a commit 95c86fd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion frontend/src/i18n/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@
"Last Seen": "Últi. ocurrencia",
"Offline": "Desconectado",
"Lost connection to the cluster.": "",
"I Agree": "",
"No": "No",
"I Agree": "",
"Yes": "",
"Create {{ name }}": "",
"Toggle fullscreen": "Alternar pantalla completa",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/locales/pt/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 6 additions & 3 deletions frontend/src/i18n/locales/zh-tw/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "名稱",
Expand Down Expand Up @@ -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": "深色主題",
Expand Down Expand Up @@ -145,6 +147,7 @@
"Offline": "離線",
"Lost connection to the cluster.": "與叢集的連線遺失。",
"No": "",
"I Agree": "",
"Yes": "",
"Create {{ name }}": "新增 {{ name }}",
"Toggle fullscreen": "切換全螢幕",
Expand Down

0 comments on commit 95c86fd

Please sign in to comment.