fix: 修复查看证书对话框翻译错误的bug

v2
xiaojunnuo 2025-07-10 18:27:56 +08:00
parent 80c5331a5d
commit 8626b6d9f2
2 changed files with 9 additions and 1 deletions

View File

@ -471,7 +471,7 @@ export default {
statusError: "Error",
actionImportBatch: "Batch Import",
actionSyncIp: "Sync IP",
modalTitleSyncIp: "Sync IP",
TitleSyncIp: "Sync IP",
modalContentSyncIp: "Are you sure to sync IP?",
notificationSyncComplete: "Sync Complete",
actionCheckAll: "Check All",
@ -708,4 +708,8 @@ export default {
showRunStrategyHelper: "Allow modify the run strategy of the task",
},
},
modal: {
close: "Close",
viewCertificateTitle: "View Certificate",
},
};

View File

@ -711,4 +711,8 @@ export default {
showRunStrategyHelper: "任务设置中是否允许选择运行策略",
},
},
modal: {
close: "关闭",
viewCertificateTitle: "查看证书",
},
};