Quellcode durchsuchen

chore: update locale

MystiPanda vor 1 Jahr
Ursprung
Commit
a354e1a0eb
3 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 2 0
      src/locales/en.json
  2. 2 0
      src/locales/ru.json
  3. 2 0
      src/locales/zh.json

+ 2 - 0
src/locales/en.json

@@ -189,6 +189,8 @@
   "pending": "pending",
   "installed": "installed",
   "uninstall": "uninstalled",
+  "active": "active",
+  "unknown": "unknown",
   "Disable Service Mode": "Disable Service Mode",
   "Install": "Install",
   "Uninstall": "Uninstall",

+ 2 - 0
src/locales/ru.json

@@ -189,6 +189,8 @@
   "pending": "Ожидающий",
   "installed": "Установленный",
   "uninstall": "Не установленный",
+  "active": "Активированный",
+  "unknown": "неизвестный",
   "Disable Service Mode": "Отключить режим обслуживания",
   "Install": "Установить",
   "Uninstall": "Удалить",

+ 2 - 0
src/locales/zh.json

@@ -189,6 +189,8 @@
   "pending": "等待中",
   "installed": "已安装",
   "uninstall": "未安装",
+  "active": "已激活",
+  "unknown": "未知",
   "Disable Service Mode": "禁用服务模式",
   "Install": "安装",
   "Uninstall": "卸载",