From 24a09ab77f8607fa2c58f366feacedc69ac1c9f9 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Fri, 16 Jan 2026 11:03:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E4=B8=AD=E8=8B=B1=E6=96=87]=20purpose?= =?UTF-8?q?->Meaning=20of=20Signature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en.js | 2 +- src/lang/en/business/resource/zcg.js | 62 ++++++++++++++-------------- src/lang/en/business/study/studyFormApply.js | 2 +- src/lang/en/business/study/studyFormFill.js | 4 +- src/lang/en/business/study/studyFormPlan.js | 2 +- src/lang/en/business/study/studyFormPre.js | 2 +- src/lang/en/business/study/studyMethod.js | 38 ++++++++--------- 7 files changed, 56 insertions(+), 56 deletions(-) diff --git a/src/lang/en.js b/src/lang/en.js index 4c12898..f600171 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -90,7 +90,7 @@ export default { signer: 'Signed By', signerUser: 'Signed User', signerPsw: 'Password', - qmyy: 'Purpose', + qmyy: 'Meaning of Signature', signTime: '签名时间', remark: 'Comment', reason: 'Reason', diff --git a/src/lang/en/business/resource/zcg.js b/src/lang/en/business/resource/zcg.js index e857632..e163c7d 100644 --- a/src/lang/en/business/resource/zcg.js +++ b/src/lang/en/business/resource/zcg.js @@ -1,32 +1,32 @@ export default { - ysbh: 'Locker', - jyr: 'Key User', - zt: 'Status', - jyz: 'In Use', - wjy: 'Not in Use', - plgh: 'Batch Return', - zcg: 'Locker', - ys1jyr: 'Key 1 User', - ys2jyr: 'Key 2 User', - glyj: 'Contained Substance', - ysff: 'Issue Key', - gh: 'Return', - ysgh: 'Return Key', - ysghts:'请确认是否归还以下钥匙', - ghr1Id:'Key 1 Returner', - ghr1mm:'Key 1 Returner Password', - ghr2Id:'Key 2 Returner', - ghr2mm:'Key 2 Returner Password', - jsr:'接收人', - jsrmm:'接收人密码', - qmyy:'Purpose', - remark:'Comment', - lqr1Id:'Key 1 Recipient', - lqr1mm:'Key 1 Recipient Password', - lqr2Id:'Key 2 Recipient', - lqr2mm:'Key 2 Recipient Password', - ffr:'Issuer', - ffrmm:'Issuer Password', - qysff:'Key Distribution', - qysgh:'Return Key' -} \ No newline at end of file + ysbh: 'Locker', + jyr: 'Key User', + zt: 'Status', + jyz: 'In Use', + wjy: 'Not in Use', + plgh: 'Batch Return', + zcg: 'Locker', + ys1jyr: 'Key 1 User', + ys2jyr: 'Key 2 User', + glyj: 'Contained Substance', + ysff: 'Issue Key', + gh: 'Return', + ysgh: 'Return Key', + ysghts: '请确认是否归还以下钥匙', + ghr1Id: 'Key 1 Returner', + ghr1mm: 'Key 1 Returner Password', + ghr2Id: 'Key 2 Returner', + ghr2mm: 'Key 2 Returner Password', + jsr: '接收人', + jsrmm: '接收人密码', + qmyy: 'Meaning of Signature', + remark: 'Comment', + lqr1Id: 'Key 1 Recipient', + lqr1mm: 'Key 1 Recipient Password', + lqr2Id: 'Key 2 Recipient', + lqr2mm: 'Key 2 Recipient Password', + ffr: 'Issuer', + ffrmm: 'Issuer Password', + qysff: 'Key Distribution', + qysgh: 'Return Key' +} diff --git a/src/lang/en/business/study/studyFormApply.js b/src/lang/en/business/study/studyFormApply.js index 714635d..7e88bb9 100644 --- a/src/lang/en/business/study/studyFormApply.js +++ b/src/lang/en/business/study/studyFormApply.js @@ -18,7 +18,7 @@ export default { bdnr: '表单内容', qmxx: 'Signature information', qmr: 'Signed By', - qmyy: 'Purpose', + qmyy: 'Meaning of Signature', qmsj: 'Date', bzyy: 'Comment/Reason', jcgj: 'Track Record', diff --git a/src/lang/en/business/study/studyFormFill.js b/src/lang/en/business/study/studyFormFill.js index da3e0bc..06394ce 100644 --- a/src/lang/en/business/study/studyFormFill.js +++ b/src/lang/en/business/study/studyFormFill.js @@ -26,7 +26,7 @@ export default { bdnr: '表单内容', qmxx: 'Signature information', qmr: 'Signed By', - qmyy: 'Purpose', + qmyy: 'Meaning of Signature', qmsj: 'Date', bzyy: 'Comment/Reason', jcgj: 'Track Record', @@ -71,5 +71,5 @@ export default { smxz: 'Declaration of Collaboration', bcsm: 'Additional Remark', fztgjj: '废止通过/拒绝', - ysy: 'Reviewed', + ysy: 'Reviewed' } diff --git a/src/lang/en/business/study/studyFormPlan.js b/src/lang/en/business/study/studyFormPlan.js index 5843f4e..6f25798 100644 --- a/src/lang/en/business/study/studyFormPlan.js +++ b/src/lang/en/business/study/studyFormPlan.js @@ -15,7 +15,7 @@ export default { bdnr: '表单内容', qmxx: 'Signature information', qmr: 'Signed By', - qmyy: 'Purpose', + qmyy: 'Meaning of Signature', qmsj: 'Date', bzyy: 'Comment/Reason', jcgj: 'Track Record', diff --git a/src/lang/en/business/study/studyFormPre.js b/src/lang/en/business/study/studyFormPre.js index 3baa4dd..11a451a 100644 --- a/src/lang/en/business/study/studyFormPre.js +++ b/src/lang/en/business/study/studyFormPre.js @@ -19,7 +19,7 @@ export default { bdnr: '表单内容', qmxx: 'Signature information', qmr: 'Signed By', - qmyy: 'Purpose', + qmyy: 'Meaning of Signature', qmsj: 'Date', bzyy: 'Comment/Reason', jcgj: 'Track Record', diff --git a/src/lang/en/business/study/studyMethod.js b/src/lang/en/business/study/studyMethod.js index 33e5bb7..002fcd6 100644 --- a/src/lang/en/business/study/studyMethod.js +++ b/src/lang/en/business/study/studyMethod.js @@ -1,20 +1,20 @@ export default { - ffmc: 'Name', - cjr: 'Creator', - cjsj: 'Creation Date', - scff: 'Upload', - scwj: 'Upload File', - wjm:'Allowed Format: .pdf', - zt: 'Status', - yuedu: 'Read', - daochu: 'Download', - mc: 'Name', - ff: 'Method', - qmhz: '签名汇总', - yidu: 'Read', - weidu: 'Unread', - qmr: 'Signed By', - qmsj: 'Date', - qmyy: 'Purpose', - remark: 'Comment', -} \ No newline at end of file + ffmc: 'Name', + cjr: 'Creator', + cjsj: 'Creation Date', + scff: 'Upload', + scwj: 'Upload File', + wjm: 'Allowed Format: .pdf', + zt: 'Status', + yuedu: 'Read', + daochu: 'Download', + mc: 'Name', + ff: 'Method', + qmhz: '签名汇总', + yidu: 'Read', + weidu: 'Unread', + qmr: 'Signed By', + qmsj: 'Date', + qmyy: 'Meaning of Signature', + remark: 'Comment' +}