@nocobase/plugin-block-workbench 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 +4 -4
- package/dist/locale/ru-RU.json +18 -0
- package/package.json +4 -2
package/dist/externalVersion.js
CHANGED
|
@@ -11,14 +11,14 @@ module.exports = {
|
|
|
11
11
|
"@formily/react": "2.3.7",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"react-i18next": "11.18.6",
|
|
14
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
14
|
+
"@nocobase/client": "2.0.0-alpha.43",
|
|
15
15
|
"@emotion/css": "11.13.0",
|
|
16
16
|
"antd": "5.24.2",
|
|
17
17
|
"antd-style": "3.7.1",
|
|
18
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
19
|
-
"@nocobase/flow-engine": "2.0.0-alpha.
|
|
18
|
+
"@nocobase/server": "2.0.0-alpha.43",
|
|
19
|
+
"@nocobase/flow-engine": "2.0.0-alpha.43",
|
|
20
20
|
"@ant-design/icons": "5.6.1",
|
|
21
|
-
"@nocobase/plugin-mobile": "2.0.0-alpha.
|
|
21
|
+
"@nocobase/plugin-mobile": "2.0.0-alpha.43",
|
|
22
22
|
"react-router-dom": "6.30.1",
|
|
23
23
|
"react-dom": "18.2.0"
|
|
24
24
|
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Action panel": "Панель действий",
|
|
3
|
+
"Add custom request": "Добавить пользовательский запрос",
|
|
4
|
+
"Add popup": "Добавить всплывающее окно",
|
|
5
|
+
"Album": "Альбом",
|
|
6
|
+
"At least 1, up to 6": "От 1 до 6",
|
|
7
|
+
"Grid": "Сетка",
|
|
8
|
+
"Items per row": "Элементов в строке",
|
|
9
|
+
"Layout": "Макет",
|
|
10
|
+
"List": "Список",
|
|
11
|
+
"No camera device detected": "Устройство камеры не обнаружено",
|
|
12
|
+
"QR code recognition failed, please scan again": "Распознавание QR-кода не удалось, пожалуйста, отсканируйте снова",
|
|
13
|
+
"Scan QR code": "Сканировать QR-код",
|
|
14
|
+
"The image size is too large. Please compress it to below 1MB before uploading": "Размер изображения слишком большой. Сожмите его до менее 1 МБ перед загрузкой",
|
|
15
|
+
"Unknown error": "Неизвестная ошибка",
|
|
16
|
+
"Workbench": "Рабочее пространство",
|
|
17
|
+
"You have not granted permission to use the camera": "Вы не предоставили разрешение на использование камеры"
|
|
18
|
+
}
|
package/package.json
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-block-workbench",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.43",
|
|
4
4
|
"displayName": "Block: Action panel",
|
|
5
|
+
"displayName.ru-RU": "Блок: Панель действий",
|
|
5
6
|
"displayName.zh-CN": "区块:操作面板",
|
|
6
7
|
"description": "Centrally manages and displays various actions, allowing users to efficiently perform tasks. It supports extensibility, with current action types including pop-ups, links, scanning, and custom requests.",
|
|
8
|
+
"description.ru-RU": "Централизованное управление и отображение различных действий для эффективного выполнения задач. Поддерживает расширяемость, текущие типы действий — всплывающие окна, ссылки, сканирование и произвольные запросы.",
|
|
7
9
|
"description.zh-CN": "集中管理和展示各种操作,方便用户快速执行任务。支持扩展,目前支持的操作类型有弹窗、链接、扫描、自定义请求。",
|
|
8
10
|
"main": "dist/server/index.js",
|
|
9
11
|
"peerDependencies": {
|
|
@@ -21,5 +23,5 @@
|
|
|
21
23
|
"keywords": [
|
|
22
24
|
"Blocks"
|
|
23
25
|
],
|
|
24
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "5e1b7446db50446b80427240a38a9417f3742c05"
|
|
25
27
|
}
|