mirror of https://github.com/certd/certd
fix: 修复查看证书对话框翻译错误的bug
parent
80c5331a5d
commit
8626b6d9f2
|
@ -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",
|
||||
},
|
||||
};
|
||||
|
|
|
@ -711,4 +711,8 @@ export default {
|
|||
showRunStrategyHelper: "任务设置中是否允许选择运行策略",
|
||||
},
|
||||
},
|
||||
modal: {
|
||||
close: "关闭",
|
||||
viewCertificateTitle: "查看证书",
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue