@steedos/service-i18n 2.5.7 → 2.5.8-beta.1
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.
|
@@ -42,3 +42,38 @@ CustomLabels:
|
|
|
42
42
|
upload:
|
|
43
43
|
upload: Upload
|
|
44
44
|
message_success: Upload successful!
|
|
45
|
+
flows:
|
|
46
|
+
newimport:
|
|
47
|
+
import_process: Import Process
|
|
48
|
+
file_select: File Select
|
|
49
|
+
file_upload: File Upload
|
|
50
|
+
division: Division
|
|
51
|
+
newexport:
|
|
52
|
+
export_process: Export process
|
|
53
|
+
alert: Please select the process to export
|
|
54
|
+
standard_new:
|
|
55
|
+
new: New
|
|
56
|
+
new_flow: New Flow
|
|
57
|
+
category: Category
|
|
58
|
+
flow_name: Flow Name
|
|
59
|
+
division: Division
|
|
60
|
+
division_name: Division Name
|
|
61
|
+
division_code: Division Code
|
|
62
|
+
related_departments: Related Departments
|
|
63
|
+
modification_time: Modification Time
|
|
64
|
+
binding_objects: Binding Objects
|
|
65
|
+
enable_amis_forms: Enable Amis Forms
|
|
66
|
+
addFormFields:
|
|
67
|
+
add_fields: Add Fields
|
|
68
|
+
binding_objects: Binding Objects
|
|
69
|
+
application_form_fields: Application Form Fields
|
|
70
|
+
field: Field
|
|
71
|
+
required: Required
|
|
72
|
+
set_fields: Set Fields
|
|
73
|
+
application_form_subform: Application Form Subform
|
|
74
|
+
sequence: Sequence
|
|
75
|
+
subform_name: Subform Name
|
|
76
|
+
show_heading: Show Heading
|
|
77
|
+
default_to_object_name: Default to object name
|
|
78
|
+
displayed_fields: Displayed Fields
|
|
79
|
+
set_subform: Set Subform
|
|
@@ -42,3 +42,38 @@ CustomLabels:
|
|
|
42
42
|
upload:
|
|
43
43
|
upload: 上传
|
|
44
44
|
message_success: 上传成功
|
|
45
|
+
flows:
|
|
46
|
+
newimport:
|
|
47
|
+
import_process: 导入流程
|
|
48
|
+
file_select: 文件选择
|
|
49
|
+
file_upload: 文件上传
|
|
50
|
+
division: 分部
|
|
51
|
+
newexport:
|
|
52
|
+
export_process: 导出流程
|
|
53
|
+
alert: 请选择要导出的流程
|
|
54
|
+
standard_new:
|
|
55
|
+
new: 新建
|
|
56
|
+
new_flow: 新建流程
|
|
57
|
+
category: 分类
|
|
58
|
+
flow_name: 流程名
|
|
59
|
+
division: 分部
|
|
60
|
+
division_name: 分部名称
|
|
61
|
+
division_code: 分部代码
|
|
62
|
+
related_departments: 关联部门
|
|
63
|
+
modification_time: 修改时间
|
|
64
|
+
binding_objects: 绑定对象
|
|
65
|
+
enable_amis_forms: 启用amis表单
|
|
66
|
+
addFormFields:
|
|
67
|
+
add_fields: 添加字段
|
|
68
|
+
binding_objects: 绑定对象
|
|
69
|
+
application_form_fields: 申请单字段
|
|
70
|
+
field: 字段
|
|
71
|
+
required: 必填
|
|
72
|
+
set_fields: 设置字段
|
|
73
|
+
application_form_subform: 申请单子表
|
|
74
|
+
sequence: 序号
|
|
75
|
+
subform_name: 子表名称
|
|
76
|
+
show_heading: 显示标题
|
|
77
|
+
default_to_object_name: 默认为对象名称
|
|
78
|
+
displayed_fields: 显示的字段
|
|
79
|
+
set_subform: 设置子表
|
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.
|
|
4
|
+
"version": "2.5.8-beta.1",
|
|
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": "166b520670f2e3c7ed51e84785c8901886a31e71"
|
|
18
18
|
}
|