diff --git a/src/locales/en.json b/src/locales/en.json index 928be199..072f3e81 100644 --- a/src/locales/en.json +++ b/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", diff --git a/src/locales/ru.json b/src/locales/ru.json index a7ec2c5a..2a6a680d 100644 --- a/src/locales/ru.json +++ b/src/locales/ru.json @@ -189,6 +189,8 @@ "pending": "Ожидающий", "installed": "Установленный", "uninstall": "Не установленный", + "active": "Активированный", + "unknown": "неизвестный", "Disable Service Mode": "Отключить режим обслуживания", "Install": "Установить", "Uninstall": "Удалить", diff --git a/src/locales/zh.json b/src/locales/zh.json index 1f65a4e4..e12b1ce0 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -189,6 +189,8 @@ "pending": "等待中", "installed": "已安装", "uninstall": "未安装", + "active": "已激活", + "unknown": "未知", "Disable Service Mode": "禁用服务模式", "Install": "安装", "Uninstall": "卸载",