@steedos/service-i18n 2.5.6 → 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.
@@ -24,4 +24,56 @@ CustomLabels:
24
24
  tabs:
25
25
  generate_object_tabs:
26
26
  objects_tab: Objects Tabs
27
- objects_tab_title: Select objects that need to generate tabs
27
+ objects_tab_title: Select objects that need to generate tabs
28
+ action_field_updates:
29
+ action_field_updates_form:
30
+ field_group_generalization: Generalization
31
+ api_name: API Name
32
+ display_name: Display Name
33
+ object_name: Object
34
+ update_object: Objects to update
35
+ update_name: Fields to update
36
+ new_field_value_type: New Field Value Type
37
+ formula: Formula
38
+ description: Description
39
+ reevaluate_on_change: Reevaluate workflow rules after field changes
40
+ undirect: Trigger object triggers, workflow rules, field validation rules
41
+ cms_files:
42
+ upload:
43
+ upload: Upload
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
@@ -25,3 +25,55 @@ CustomLabels:
25
25
  generate_object_tabs:
26
26
  objects_tab: 对象选项卡
27
27
  objects_tab_title: 选择需要生成选项卡的对象
28
+ action_field_updates:
29
+ action_field_updates_form:
30
+ field_group_generalization: 通用
31
+ api_name: API 名称
32
+ display_name: 显示名称
33
+ object_name: 对象
34
+ update_object: 要更新的对象
35
+ update_name: 要更新的字段
36
+ new_field_value_type: 新字段值类型
37
+ formula: 公式
38
+ description: 描述
39
+ reevaluate_on_change: 字段更改后重新评估工作流规则
40
+ undirect: 触发对象触发器、工作流规则、字段验证规则
41
+ cms_files:
42
+ upload:
43
+ upload: 上传
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.6",
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": "c0968debfcb851e7e01f73a2392fd57e62501b78"
17
+ "gitHead": "166b520670f2e3c7ed51e84785c8901886a31e71"
18
18
  }