@steedos/service-i18n 2.5.6-beta.6 → 2.5.6
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.
|
@@ -3,4 +3,25 @@ CustomLabels:
|
|
|
3
3
|
cancel: Cancel
|
|
4
4
|
apply: Apply
|
|
5
5
|
asc: Asc
|
|
6
|
-
desc: Desc
|
|
6
|
+
desc: Desc
|
|
7
|
+
apps:
|
|
8
|
+
apps_form:
|
|
9
|
+
tab: Tab
|
|
10
|
+
tab_generate: Generate Tab
|
|
11
|
+
tab_generate_title: Select objects that need to generate tabs
|
|
12
|
+
tab_set: Set Tab
|
|
13
|
+
tab_grouping: Grouping
|
|
14
|
+
tab_grouping_set: Set Grouping
|
|
15
|
+
tab_grouping_name: Name
|
|
16
|
+
tab_grouping_open: Expand by Default
|
|
17
|
+
tab_number: Sequence
|
|
18
|
+
amis_edit:
|
|
19
|
+
edit: Edit
|
|
20
|
+
edit_apps: Edit Apps
|
|
21
|
+
amis_new:
|
|
22
|
+
new: New
|
|
23
|
+
new_apps: New Apps
|
|
24
|
+
tabs:
|
|
25
|
+
generate_object_tabs:
|
|
26
|
+
objects_tab: Objects Tabs
|
|
27
|
+
objects_tab_title: Select objects that need to generate tabs
|
|
@@ -4,3 +4,24 @@ CustomLabels:
|
|
|
4
4
|
apply: 应用
|
|
5
5
|
asc: 正序
|
|
6
6
|
desc: 降序
|
|
7
|
+
apps:
|
|
8
|
+
apps_form:
|
|
9
|
+
tab: 选项卡
|
|
10
|
+
tab_generate: 生成选项卡
|
|
11
|
+
tab_generate_title: 选择需要生成选项卡的对象
|
|
12
|
+
tab_set: 设置选项卡
|
|
13
|
+
tab_grouping: 分组
|
|
14
|
+
tab_grouping_set: 设置分组
|
|
15
|
+
tab_grouping_name: 名称
|
|
16
|
+
tab_grouping_open: 是否默认展开
|
|
17
|
+
tab_number: 序号
|
|
18
|
+
amis_edit:
|
|
19
|
+
edit: 编辑
|
|
20
|
+
edit_apps: 编辑 应用程序
|
|
21
|
+
amis_new:
|
|
22
|
+
new: 新建
|
|
23
|
+
new_apps: 新建 应用程序
|
|
24
|
+
tabs:
|
|
25
|
+
generate_object_tabs:
|
|
26
|
+
objects_tab: 对象选项卡
|
|
27
|
+
objects_tab_title: 选择需要生成选项卡的对象
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-i18n",
|
|
3
3
|
"main": "package.service.js",
|
|
4
|
-
"version": "2.5.6
|
|
4
|
+
"version": "2.5.6",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": "https://github.com/steedos/steedos-platform.git",
|
|
7
7
|
"description": "",
|
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "c0968debfcb851e7e01f73a2392fd57e62501b78"
|
|
18
18
|
}
|