@steedos/i18n 2.5.20-beta.9 → 2.5.20
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.5.20
|
|
4
|
+
"version": "2.5.20",
|
|
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.5.20
|
|
14
|
+
"@steedos/cachers": "2.5.20",
|
|
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": "1e2c9a88c8eeddc492481195d2d8c5e3519680e8"
|
|
26
26
|
}
|
|
@@ -1231,12 +1231,12 @@ CustomLabels:
|
|
|
1231
1231
|
flow_roles: 审批岗位
|
|
1232
1232
|
flow_roles_name: 岗位名称
|
|
1233
1233
|
flow_positions: 岗位成员
|
|
1234
|
-
flow_positions_role:
|
|
1234
|
+
flow_positions_role: 审批岗位
|
|
1235
1235
|
flow_positions_org: 审批范围
|
|
1236
|
-
flow_positions_users:
|
|
1237
|
-
flow_positions_role_name():
|
|
1236
|
+
flow_positions_users: 审批岗位成员
|
|
1237
|
+
flow_positions_role_name(): 审批岗位
|
|
1238
1238
|
flow_positions_org_name(): 审批范围
|
|
1239
|
-
flow_positions_users_name():
|
|
1239
|
+
flow_positions_users_name(): 审批岗位成员
|
|
1240
1240
|
workflow_table_confirm: 确认
|
|
1241
1241
|
workflow_table_delete: 删除
|
|
1242
1242
|
Attachment deleted successfully: 文件删除成功!
|