mirror of
https://github.com/certd/certd.git
synced 2026-04-30 01:07:28 +08:00
fix: 修复查看证书对话框翻译错误的bug
This commit is contained in:
@@ -471,7 +471,7 @@ export default {
|
|||||||
statusError: "Error",
|
statusError: "Error",
|
||||||
actionImportBatch: "Batch Import",
|
actionImportBatch: "Batch Import",
|
||||||
actionSyncIp: "Sync IP",
|
actionSyncIp: "Sync IP",
|
||||||
modalTitleSyncIp: "Sync IP",
|
TitleSyncIp: "Sync IP",
|
||||||
modalContentSyncIp: "Are you sure to sync IP?",
|
modalContentSyncIp: "Are you sure to sync IP?",
|
||||||
notificationSyncComplete: "Sync Complete",
|
notificationSyncComplete: "Sync Complete",
|
||||||
actionCheckAll: "Check All",
|
actionCheckAll: "Check All",
|
||||||
@@ -708,4 +708,8 @@ export default {
|
|||||||
showRunStrategyHelper: "Allow modify the run strategy of the task",
|
showRunStrategyHelper: "Allow modify the run strategy of the task",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
modal: {
|
||||||
|
close: "Close",
|
||||||
|
viewCertificateTitle: "View Certificate",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -711,4 +711,8 @@ export default {
|
|||||||
showRunStrategyHelper: "任务设置中是否允许选择运行策略",
|
showRunStrategyHelper: "任务设置中是否允许选择运行策略",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
modal: {
|
||||||
|
close: "关闭",
|
||||||
|
viewCertificateTitle: "查看证书",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user