@steedos/standard-ui 3.0.0-beta.92 → 3.0.0-beta.93
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.
|
@@ -196,3 +196,15 @@ actions:
|
|
|
196
196
|
label: Customize
|
|
197
197
|
reset:
|
|
198
198
|
label: Reset
|
|
199
|
+
enable:
|
|
200
|
+
label: Enable
|
|
201
|
+
disable:
|
|
202
|
+
label: Disable
|
|
203
|
+
CustomLabels:
|
|
204
|
+
apps_not_found: The application Not found
|
|
205
|
+
apps_actions_enable_dialog_title: Enable App
|
|
206
|
+
apps_actions_enable_dialog_content_prefix: "Are you sure you want to enable the application \""
|
|
207
|
+
apps_actions_enable_dialog_content_suffix: "\" ?"
|
|
208
|
+
apps_actions_disable_dialog_title: Disable App
|
|
209
|
+
apps_actions_disable_dialog_content_prefix: "Are you sure you want to disable the application \""
|
|
210
|
+
apps_actions_disable_dialog_content_suffix: "\" ?"
|
|
@@ -203,3 +203,15 @@ actions:
|
|
|
203
203
|
label: 自定义
|
|
204
204
|
reset:
|
|
205
205
|
label: 重置
|
|
206
|
+
enable:
|
|
207
|
+
label: 启用
|
|
208
|
+
disable:
|
|
209
|
+
label: 停用
|
|
210
|
+
CustomLabels:
|
|
211
|
+
apps_not_found: 未找到应用
|
|
212
|
+
apps_actions_enable_dialog_title: 启用
|
|
213
|
+
apps_actions_enable_dialog_content_prefix: 确定要启用「
|
|
214
|
+
apps_actions_enable_dialog_content_suffix: 」应用?
|
|
215
|
+
apps_actions_disable_dialog_title: 停用
|
|
216
|
+
apps_actions_disable_dialog_content_prefix: 确定要停用「
|
|
217
|
+
apps_actions_disable_dialog_content_suffix: 」应用?
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-ui",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.93",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"description": "steedos package",
|
|
13
13
|
"repository": {},
|
|
14
14
|
"license": "MIT",
|
|
15
|
-
"gitHead": "
|
|
15
|
+
"gitHead": "676b116f1701dcdba8a665c4e7930f43242dd22f",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"clone": "^2.1.2"
|
|
18
18
|
}
|