@nocobase/plugin-mobile 1.9.9 → 1.9.10
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/client/index.js +1 -1
- package/dist/externalVersion.js +9 -9
- package/dist/locale/ru-RU.json +30 -0
- package/package.json +4 -2
package/dist/externalVersion.js
CHANGED
|
@@ -11,8 +11,8 @@ module.exports = {
|
|
|
11
11
|
"@emotion/css": "11.13.4",
|
|
12
12
|
"@formily/core": "2.3.0",
|
|
13
13
|
"@formily/shared": "2.3.2",
|
|
14
|
-
"@nocobase/client": "1.9.
|
|
15
|
-
"@nocobase/plugin-acl": "1.9.
|
|
14
|
+
"@nocobase/client": "1.9.10",
|
|
15
|
+
"@nocobase/plugin-acl": "1.9.10",
|
|
16
16
|
"ahooks": "3.7.8",
|
|
17
17
|
"antd": "5.24.2",
|
|
18
18
|
"lodash": "4.17.21",
|
|
@@ -21,15 +21,15 @@ module.exports = {
|
|
|
21
21
|
"antd-style": "3.7.1",
|
|
22
22
|
"@ant-design/icons": "5.6.1",
|
|
23
23
|
"react-router-dom": "6.28.1",
|
|
24
|
-
"@nocobase/database": "1.9.
|
|
25
|
-
"@nocobase/plugin-localization": "1.9.
|
|
26
|
-
"@nocobase/server": "1.9.
|
|
27
|
-
"@nocobase/utils": "1.9.
|
|
28
|
-
"@nocobase/test": "1.9.
|
|
24
|
+
"@nocobase/database": "1.9.10",
|
|
25
|
+
"@nocobase/plugin-localization": "1.9.10",
|
|
26
|
+
"@nocobase/server": "1.9.10",
|
|
27
|
+
"@nocobase/utils": "1.9.10",
|
|
28
|
+
"@nocobase/test": "1.9.10",
|
|
29
29
|
"@formily/react": "2.3.0",
|
|
30
|
-
"@nocobase/plugin-mobile": "1.9.
|
|
30
|
+
"@nocobase/plugin-mobile": "1.9.10",
|
|
31
31
|
"react-dom": "18.2.0",
|
|
32
|
-
"@nocobase/sdk": "1.9.
|
|
32
|
+
"@nocobase/sdk": "1.9.10",
|
|
33
33
|
"@formily/reactive": "2.3.0",
|
|
34
34
|
"dayjs": "1.11.13",
|
|
35
35
|
"@formily/antd-v5": "1.2.3"
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
{
|
|
2
|
+
"App settings": "Настройки приложения",
|
|
3
|
+
"Page settings": "Настройки страницы",
|
|
4
|
+
"Info": "Информация",
|
|
5
|
+
"Back": "Назад",
|
|
6
|
+
"Link": "Ссылка",
|
|
7
|
+
"Remove": "Удалить",
|
|
8
|
+
"Add page": "Добавить страницу",
|
|
9
|
+
"Title": "Заголовок",
|
|
10
|
+
"Icon": "Иконка",
|
|
11
|
+
"Selected icon": "Выбранная иконка",
|
|
12
|
+
"Add link": "Добавить ссылку",
|
|
13
|
+
"Display tab bar": "Показывать панель вкладок",
|
|
14
|
+
"Display page header": "Показывать заголовок страницы",
|
|
15
|
+
"Display navigation bar": "Показывать панель навигации",
|
|
16
|
+
"Display page title": "Показывать название страницы",
|
|
17
|
+
"Display tabs": "Показывать вкладки",
|
|
18
|
+
"Add tab": "Добавить вкладку",
|
|
19
|
+
"Mobile": "Мобильный",
|
|
20
|
+
"Title field is required": "Поле названия обязательно",
|
|
21
|
+
"Icon field is required": "Поле иконки обязательно",
|
|
22
|
+
"Desktop data blocks": "Блоки данных рабочего стола",
|
|
23
|
+
"Other desktop blocks": "Другие блоки рабочего стола",
|
|
24
|
+
"Settings": "Настройки",
|
|
25
|
+
"Mobile menu": "Мобильное меню",
|
|
26
|
+
"Mobile routes": "Мобильные маршруты",
|
|
27
|
+
"No accessible pages found": "Доступные страницы не найдены",
|
|
28
|
+
"This might be due to permission configuration issues": "Это может быть связано с проблемами конфигурации разрешений",
|
|
29
|
+
"Select time": "Выбрать время"
|
|
30
|
+
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-mobile",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.10",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/handbook/mobile",
|
|
6
6
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/mobile",
|
|
7
7
|
"license": "AGPL-3.0",
|
|
8
8
|
"displayName": "Mobile (deprecated)",
|
|
9
9
|
"displayName.zh-CN": "移动端(已废弃)",
|
|
10
|
+
"displayName.ru-RU": "Мобильная версия (устарело)",
|
|
10
11
|
"description": "Provides the ability to configure mobile pages.",
|
|
12
|
+
"description.ru-RU": "Предоставляет возможность настройки мобильных страниц.",
|
|
11
13
|
"description.zh-CN": "提供移动端页面配置的能力。",
|
|
12
14
|
"peerDependencies": {
|
|
13
15
|
"@nocobase/client": "1.x",
|
|
@@ -33,5 +35,5 @@
|
|
|
33
35
|
"react-device-detect": "2.2.3",
|
|
34
36
|
"react-i18next": "11.x"
|
|
35
37
|
},
|
|
36
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "5f3b6b1b3c841819267df14b0c123043289278da"
|
|
37
39
|
}
|