Browse Source

fix: i18n (#18)

* zh_TW添加缺少的DeviceGroupManager以及Import

* 使用繁體
ludong 6 months ago
parent
commit
15443701c6
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/utils/i18n/zh_TW.json

+ 6 - 0
src/utils/i18n/zh_TW.json

@@ -527,6 +527,12 @@
527 527
   "Result": {
528 528
     "One": "結果"
529 529
   },
530
+  "DeviceGroupManage": {
531
+    "One": "設備組管理"
532
+  },
533
+  "Import": {
534
+    "One": "導入"
535
+  },
530 536
   "Drop file here or click to upload": {
531 537
     "One": "將檔案拖到這裡,或點擊上傳"
532 538
   },