@nocobase/plugin-theme-editor 2.0.0-alpha.42 → 2.0.0-alpha.43
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 +5 -5
- package/dist/locale/ru-RU.json +22 -0
- package/package.json +4 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,16 +8,16 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
11
|
+
"@nocobase/client": "2.0.0-alpha.43",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"antd": "5.24.2",
|
|
14
14
|
"lodash": "4.17.21",
|
|
15
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
15
|
+
"@nocobase/server": "2.0.0-alpha.43",
|
|
16
16
|
"@ant-design/cssinjs": "1.21.1",
|
|
17
17
|
"@ant-design/icons": "5.6.1",
|
|
18
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
18
|
+
"@nocobase/utils": "2.0.0-alpha.43",
|
|
19
19
|
"react-i18next": "11.18.6",
|
|
20
|
-
"@nocobase/actions": "2.0.0-alpha.
|
|
21
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
20
|
+
"@nocobase/actions": "2.0.0-alpha.43",
|
|
21
|
+
"@nocobase/database": "2.0.0-alpha.43",
|
|
22
22
|
"@emotion/css": "11.13.0"
|
|
23
23
|
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Theme": "Тема",
|
|
3
|
+
"Local": "Локальная",
|
|
4
|
+
"Dark theme": "Тёмная тема",
|
|
5
|
+
"Optional": "Необязательная",
|
|
6
|
+
"Non-optional": "Обязательная",
|
|
7
|
+
"Current": "Текущая",
|
|
8
|
+
"Default": "По умолчанию",
|
|
9
|
+
"Theme Editor": "Редактор тем",
|
|
10
|
+
"Save": "Сохранить",
|
|
11
|
+
"Close": "Закрыть",
|
|
12
|
+
"Edit": "Редактировать",
|
|
13
|
+
"Export": "Экспорт",
|
|
14
|
+
"edit Theme Config": "редактировать конфигурацию темы",
|
|
15
|
+
"The theme of the JSON format is incorrect": "Формат JSON темы неверный",
|
|
16
|
+
"Edited successfully": "Успешно отредактировано",
|
|
17
|
+
"Saved successfully": "Успешно сохранено",
|
|
18
|
+
"Initializing Editor...": "Инициализация редактора...",
|
|
19
|
+
"Save theme": "Сохранить тему",
|
|
20
|
+
"Please set a name for this theme": "Пожалуйста, задайте имя для этой темы",
|
|
21
|
+
"Please input the theme name": "Пожалуйста, введите имя темы"
|
|
22
|
+
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-theme-editor",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.43",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/handbook/theme-editor",
|
|
6
6
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/theme-editor",
|
|
7
7
|
"displayName": "Theme editor",
|
|
8
|
+
"displayName.ru-RU": "Редактор тем",
|
|
8
9
|
"displayName.zh-CN": "主题编辑器",
|
|
9
10
|
"description": "Customize UI colors, sizes, etc. and save the result as a theme to switch between multiple themes.",
|
|
10
11
|
"description.zh-CN": "自定义 UI 的颜色、尺寸等,并将结果保存为主题,可在多个主题间切换。",
|
|
12
|
+
"description.ru-RU": "Позволяет настраивать цвета и размеры элементов UI, есть возможность сохранять результат как тему для переключения между несколькими темами.",
|
|
11
13
|
"devDependencies": {
|
|
12
14
|
"@ant-design/cssinjs": "^1.11.1",
|
|
13
15
|
"@ant-design/icons": "5.x",
|
|
@@ -32,7 +34,7 @@
|
|
|
32
34
|
"@nocobase/test": "2.x",
|
|
33
35
|
"@nocobase/utils": "2.x"
|
|
34
36
|
},
|
|
35
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "5e1b7446db50446b80427240a38a9417f3742c05",
|
|
36
38
|
"keywords": [
|
|
37
39
|
"System management"
|
|
38
40
|
]
|