@steedos/i18n 2.4.0-beta.7 → 2.4.0
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.4.0
|
|
4
|
+
"version": "2.4.0",
|
|
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.4.0
|
|
14
|
+
"@steedos/cachers": "2.4.0",
|
|
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": "70a4e7417d8d86c47cf5c7e3bbe0e89f2cee4222"
|
|
26
26
|
}
|
|
@@ -1932,8 +1932,6 @@ CustomLabels:
|
|
|
1932
1932
|
process_delegation_rules_enabled: Enabled
|
|
1933
1933
|
process_delegation_rules_start_time: Strat Time
|
|
1934
1934
|
process_delegation_rules_end_time: End Time
|
|
1935
|
-
process_delegation_rules_from_name: From
|
|
1936
|
-
process_delegation_rules_to_name: To
|
|
1937
1935
|
process_delegation_rules_start_must_lt_end: Strat time must less than end time
|
|
1938
1936
|
process_delegation_rules_description: "{$userName} delegated"
|
|
1939
1937
|
process_delegation_rules_cannot_deltegation_eachother: Only allow one-way delegation
|
|
@@ -1960,4 +1958,5 @@ CustomLabels:
|
|
|
1960
1958
|
import_flow_error: import_flow_error
|
|
1961
1959
|
import_flow_info: import_flow_info
|
|
1962
1960
|
base_error_start_end_date: The start time must be earlier than the end time
|
|
1963
|
-
|
|
1961
|
+
instance_approve_handler_work_phone: Handler Phone
|
|
1962
|
+
instance_approve_handler_mobile: Handler Mobile
|
|
@@ -1780,8 +1780,6 @@ CustomLabels:
|
|
|
1780
1780
|
process_delegation_rules_enabled: 启用
|
|
1781
1781
|
process_delegation_rules_start_time: 委托开始
|
|
1782
1782
|
process_delegation_rules_end_time: 委托结束
|
|
1783
|
-
process_delegation_rules_from_name: 委托人
|
|
1784
|
-
process_delegation_rules_to_name: 被委托人
|
|
1785
1783
|
process_delegation_rules_start_must_lt_end: 开始时间应小于结束时间
|
|
1786
1784
|
process_delegation_rules_description: "{$userName}委托"
|
|
1787
1785
|
process_delegation_rules_cannot_deltegation_eachother: 只允许单向委托, 请更换被委托人或者调整委托时间
|
|
@@ -1808,3 +1806,5 @@ CustomLabels:
|
|
|
1808
1806
|
import_flow_error: 导入失败
|
|
1809
1807
|
import_flow_info: 请选择需要导入的流程
|
|
1810
1808
|
base_error_start_end_date: 开始时间必须小于结束时间
|
|
1809
|
+
instance_approve_handler_work_phone: 处理人电话
|
|
1810
|
+
instance_approve_handler_mobile: 处理人手机
|