mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-21 02:30:14 +00:00
feat: server transfer rotation
This commit is contained in:
@@ -146,6 +146,9 @@
|
||||
"EditNotifierGroup": "编辑通知分组",
|
||||
"CreateNotifierGroup": "创建通知分组",
|
||||
"User": "用户",
|
||||
"Owner": "所属用户",
|
||||
"GlobalAgent": "全局 Agent",
|
||||
"UnknownUser": "未知用户 (#{{id}})",
|
||||
"WAF": "Web应用防火墙",
|
||||
"SiteName": "站点名称",
|
||||
"Language": "语言",
|
||||
@@ -255,5 +258,35 @@
|
||||
"ClipboardWriteFailed": "无法写入剪贴板",
|
||||
"PastedFromClipboard": "已从剪贴板粘贴",
|
||||
"ClipboardReadFailed": "无法读取剪贴板",
|
||||
"FormatMetricUnits": "格式化数据单位"
|
||||
"FormatMetricUnits": "格式化数据单位",
|
||||
"Status": "状态",
|
||||
"ServerID": "服务器 ID",
|
||||
"CreatedAt": "创建时间",
|
||||
"BatchMoveServer": "批量转移服务器所有者",
|
||||
"Servers": "服务器",
|
||||
"ToUser": "目标用户",
|
||||
"Move": "转移",
|
||||
"Transfer": {
|
||||
"Title": "服务器转移",
|
||||
"PageHint": "跟踪由批量转移操作发起的所有权转移。待处理条目可以取消;已终止条目可以重试。",
|
||||
"From": "源用户",
|
||||
"To": "目标用户",
|
||||
"Initiator": "发起者",
|
||||
"LastError": "最近错误",
|
||||
"Retry": "重试",
|
||||
"CancelRequested": "已请求取消",
|
||||
"RetryRequested": "已请求重试",
|
||||
"BatchSubmitted": "批量转移已提交",
|
||||
"PendingCount": "{{count}} 个待处理",
|
||||
"PermissionDeniedCount": "{{count}} 个权限不足",
|
||||
"AlreadyTransferringCount": "{{count}} 个正在转移中",
|
||||
"ServerNotFoundCount": "{{count}} 个未找到",
|
||||
"SameOwnerCount": "{{count}} 个已属于目标用户",
|
||||
"AgentTooOldCount": "{{count}} 个 agent 版本过低(需升级)",
|
||||
"StatusPending": "待处理",
|
||||
"StatusVerified": "已验证",
|
||||
"StatusFailed": "已失败",
|
||||
"StatusTimeout": "已超时",
|
||||
"StatusCancelled": "已取消"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user