@steedos/i18n 2.3.6 → 2.3.7
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/i18n",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.3.
|
|
4
|
+
"version": "2.3.7",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"scripts": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"author": "",
|
|
12
12
|
"license": "ISC",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@steedos/cachers": "2.3.
|
|
14
|
+
"@steedos/cachers": "2.3.7",
|
|
15
15
|
"i18next": "^19.3.4",
|
|
16
16
|
"i18next-sprintf-postprocessor": "^0.2.2",
|
|
17
17
|
"underscore": "1.13.4"
|
|
@@ -22,5 +22,5 @@
|
|
|
22
22
|
"publishConfig": {
|
|
23
23
|
"access": "public"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "e81279db5d8aab35332334cf3eeecf5fd8ead99f"
|
|
26
26
|
}
|
|
@@ -1291,14 +1291,6 @@ CustomLabels:
|
|
|
1291
1291
|
instance_reassign: Reassign
|
|
1292
1292
|
instance_relocate: Relocate
|
|
1293
1293
|
instance_print: Print
|
|
1294
|
-
instance_tasks_instance_name: Title
|
|
1295
|
-
instance_tasks_applicant_name: Applicant
|
|
1296
|
-
instance_tasks_modified: Modified
|
|
1297
|
-
instance_tasks_submit_date: Submit Date
|
|
1298
|
-
instance_tasks_flow_name: Workflow
|
|
1299
|
-
instance_tasks_step_name: Current step
|
|
1300
|
-
instance_tasks_finish_date: Modified
|
|
1301
|
-
instance_tasks_start_date: Receiving time
|
|
1302
1294
|
flow_roles: Workflow Positions
|
|
1303
1295
|
flow_roles_name: Position Name
|
|
1304
1296
|
flow_positions: Positions Users
|
|
@@ -1932,6 +1924,8 @@ CustomLabels:
|
|
|
1932
1924
|
process_delegation_rules_enabled: Enabled
|
|
1933
1925
|
process_delegation_rules_start_time: Strat Time
|
|
1934
1926
|
process_delegation_rules_end_time: End Time
|
|
1927
|
+
process_delegation_rules_from_name: From
|
|
1928
|
+
process_delegation_rules_to_name: To
|
|
1935
1929
|
process_delegation_rules_start_must_lt_end: Strat time must less than end time
|
|
1936
1930
|
process_delegation_rules_description: "{$userName} delegated"
|
|
1937
1931
|
process_delegation_rules_cannot_deltegation_eachother: Only allow one-way delegation
|
|
@@ -1198,14 +1198,6 @@ CustomLabels:
|
|
|
1198
1198
|
instance_reassign: 转签核
|
|
1199
1199
|
instance_relocate: 重定位
|
|
1200
1200
|
instance_print: 打印
|
|
1201
|
-
instance_tasks_instance_name: 标题
|
|
1202
|
-
instance_tasks_applicant_name: 提交人
|
|
1203
|
-
instance_tasks_modified: 处理时间
|
|
1204
|
-
instance_tasks_submit_date: 提交时间
|
|
1205
|
-
instance_tasks_flow_name: 流程
|
|
1206
|
-
instance_tasks_step_name: 当前步骤
|
|
1207
|
-
instance_tasks_finish_date: 处理时间
|
|
1208
|
-
instance_tasks_start_date: 接收时间
|
|
1209
1201
|
flow_roles: 审批岗位
|
|
1210
1202
|
flow_roles_name: 岗位名称
|
|
1211
1203
|
flow_positions: 岗位成员
|
|
@@ -1780,6 +1772,8 @@ CustomLabels:
|
|
|
1780
1772
|
process_delegation_rules_enabled: 启用
|
|
1781
1773
|
process_delegation_rules_start_time: 委托开始
|
|
1782
1774
|
process_delegation_rules_end_time: 委托结束
|
|
1775
|
+
process_delegation_rules_from_name: 委托人
|
|
1776
|
+
process_delegation_rules_to_name: 被委托人
|
|
1783
1777
|
process_delegation_rules_start_must_lt_end: 开始时间应小于结束时间
|
|
1784
1778
|
process_delegation_rules_description: "{$userName}委托"
|
|
1785
1779
|
process_delegation_rules_cannot_deltegation_eachother: 只允许单向委托, 请更换被委托人或者调整委托时间
|