mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-21 10:40:13 +00:00
feat: server transfer rotation
This commit is contained in:
@@ -138,6 +138,9 @@
|
||||
"EditNotifierGroup": "編輯通知分組",
|
||||
"CreateNotifierGroup": "建立通知分組",
|
||||
"User": "使用者",
|
||||
"Owner": "所屬使用者",
|
||||
"GlobalAgent": "全域 Agent",
|
||||
"UnknownUser": "未知使用者 (#{{id}})",
|
||||
"WAF": "Web應用防火牆",
|
||||
"SiteName": "網站名稱",
|
||||
"Language": "語言",
|
||||
@@ -186,5 +189,35 @@
|
||||
"Option": "選項",
|
||||
"Value": "值",
|
||||
"Preview": "預覽",
|
||||
"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