mirror of
https://github.com/certd/certd.git
synced 2026-07-13 00:37:36 +08:00
perf(domain): 添加域名过期时间同步进度显示功能
添加同步进度对话框,展示同步任务的实时进度和状态 更新中英文翻译文件,添加相关文案 修改AGENTS.md文档中的格式化命令说明
This commit is contained in:
@@ -20,6 +20,7 @@ export default {
|
||||
importFromProvider: "Import from Domain Provider",
|
||||
syncExpirationDate: "Sync Domain Expiration Time",
|
||||
syncTaskSubmitted: "Sync task submitted",
|
||||
syncExpirationProgress: "Sync Domain Expiration Progress",
|
||||
expirationMonitorSetting: "Domain Expiration Monitor Settings",
|
||||
subdomainDnsHelper: "Note: In DNS validation mode, subdomains do not need to be maintained here, otherwise certificate application may be affected (except delegated subdomains or free second-level domains).",
|
||||
path: "Path",
|
||||
@@ -28,6 +29,9 @@ export default {
|
||||
progress: "Progress",
|
||||
operation: "Operation",
|
||||
total: "Total",
|
||||
current: "Current",
|
||||
running: "Running",
|
||||
done: "Done",
|
||||
skipped: "Skipped",
|
||||
failed: "Failed",
|
||||
notExecuted: "Not executed",
|
||||
|
||||
@@ -20,6 +20,7 @@ export default {
|
||||
importFromProvider: "从域名提供商导入",
|
||||
syncExpirationDate: "同步域名过期时间",
|
||||
syncTaskSubmitted: "同步任务已提交",
|
||||
syncExpirationProgress: "同步域名过期时间进度",
|
||||
expirationMonitorSetting: "域名过期监控设置",
|
||||
subdomainDnsHelper: "注意:DNS校验方式下,子域名不需要在此处维护,否则会影响证书申请(子域名托管或免费二级域名除外)",
|
||||
path: "路径",
|
||||
@@ -28,6 +29,9 @@ export default {
|
||||
progress: "进度",
|
||||
operation: "操作",
|
||||
total: "总数",
|
||||
current: "当前",
|
||||
running: "运行中",
|
||||
done: "已完成",
|
||||
skipped: "跳过",
|
||||
failed: "失败",
|
||||
notExecuted: "未执行",
|
||||
|
||||
Reference in New Issue
Block a user