@nocobase/plugin-environment-variables 2.0.0-alpha.42 → 2.0.0-alpha.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/externalVersion.js +3 -3
- package/dist/locale/ru-RU.json +16 -0
- package/package.json +5 -2
package/dist/externalVersion.js
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@formily/react": "2.3.7",
|
|
12
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
12
|
+
"@nocobase/client": "2.0.0-alpha.44",
|
|
13
13
|
"react": "18.2.0",
|
|
14
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
14
|
+
"@nocobase/server": "2.0.0-alpha.44",
|
|
15
15
|
"@ant-design/icons": "5.6.1",
|
|
16
16
|
"@formily/antd-v5": "1.2.3",
|
|
17
17
|
"@formily/core": "2.3.7",
|
|
18
18
|
"react-router-dom": "6.30.1",
|
|
19
19
|
"antd": "5.24.2",
|
|
20
20
|
"react-i18next": "11.18.6",
|
|
21
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
21
|
+
"@nocobase/database": "2.0.0-alpha.44"
|
|
22
22
|
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Environment": "Окружение",
|
|
3
|
+
"Variables and secrets": "Переменные и секреты",
|
|
4
|
+
"Variables": "Переменные",
|
|
5
|
+
"Secrets": "Секреты",
|
|
6
|
+
"Add variable": "Добавить переменную",
|
|
7
|
+
"Bulk import": "Массовый импорт",
|
|
8
|
+
"Name": "Имя",
|
|
9
|
+
"Value": "Значение",
|
|
10
|
+
"Type": "Тип",
|
|
11
|
+
"Plain text": "Обычный текст",
|
|
12
|
+
"Encrypted": "Зашифровано",
|
|
13
|
+
"Delete variable": "Удалить переменную",
|
|
14
|
+
"Restart now": "Перезапустить сейчас",
|
|
15
|
+
"Variables and secrets have been updated. A restart is required for the changes to take effect.": "Переменные и секреты были обновлены. Требуется перезапуск для применения изменений."
|
|
16
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-environment-variables",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.44",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@nocobase/client": "2.x",
|
|
@@ -9,12 +9,15 @@
|
|
|
9
9
|
},
|
|
10
10
|
"displayName": "Variables and secrets",
|
|
11
11
|
"displayName.zh-CN": "变量和密钥",
|
|
12
|
+
"displayName.ru-RU": "Переменные и секреты",
|
|
13
|
+
"description.ru-RU": "Централизованное управление переменными окружения и секретами для хранения конфиденциальных данных, повторного использования конфигураций, изоляции окружений и прочих задач.",
|
|
12
14
|
"description": "Centralized management of environment variables and secrets, used for sensitive data storage, configuration data reuse, multi-environment isolation, and more.",
|
|
13
15
|
"description.zh-CN": "集中管理环境变量和密钥,用于敏感数据存储、配置数据重用、多环境隔离等。",
|
|
16
|
+
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/environment-variables",
|
|
14
17
|
"homepage": "https://docs.nocobase.com/handbook/environment-variables",
|
|
15
18
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/environment-variables",
|
|
16
19
|
"keywords": [
|
|
17
20
|
"System management"
|
|
18
21
|
],
|
|
19
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "075bd484c270740fe9b02f1989818da91139b6b9"
|
|
20
23
|
}
|