@steedos/i18n 2.2.54-beta.4 → 2.2.54-beta.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.2.54-beta.
|
|
4
|
+
"version": "2.2.54-beta.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.2.54-beta.
|
|
14
|
+
"@steedos/cachers": "2.2.54-beta.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": "1de03714622c2de137a7a51623e94bb7df45f204"
|
|
26
26
|
}
|
|
@@ -2,7 +2,7 @@ CustomLabels:
|
|
|
2
2
|
process_notification_pending_title: "{$submitter} 正在请求批准 {$recordName}"
|
|
3
3
|
process_notification_approved_title: "您的申请已被核准 {$recordName}"
|
|
4
4
|
process_notification_rejected_title: "您的申请已被驳回 {$recordName}"
|
|
5
|
-
process_approval_comment:
|
|
5
|
+
process_approval_comment: 意见
|
|
6
6
|
process_approval_title_reassign: 转签核批准请求
|
|
7
7
|
process_approval_approver_label_reassign: 转签核处理人
|
|
8
8
|
process_approval_confirmBtnText_reassign: 转签核
|