mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 17:50:13 +00:00
feat: server transfer rotation
This commit is contained in:
@@ -136,6 +136,9 @@
|
||||
"EditServerGroup": "Edit Server Group",
|
||||
"CreateServerGroup": "Create Server Group",
|
||||
"User": "User",
|
||||
"Owner": "Owner",
|
||||
"GlobalAgent": "Global Agent",
|
||||
"UnknownUser": "Unknown user (#{{id}})",
|
||||
"WAF": "Web Application Firewall",
|
||||
"SiteName": "Site Name",
|
||||
"DashboardOriginalHost": "Agent connecting address [domain name/IP:port]",
|
||||
@@ -255,5 +258,35 @@
|
||||
"ClipboardWriteFailed": "Clipboard write failed",
|
||||
"PastedFromClipboard": "Pasted from clipboard",
|
||||
"ClipboardReadFailed": "Clipboard read failed",
|
||||
"FormatMetricUnits": "Format Metric Units"
|
||||
"FormatMetricUnits": "Format Metric Units",
|
||||
"Status": "Status",
|
||||
"ServerID": "Server ID",
|
||||
"CreatedAt": "Created At",
|
||||
"BatchMoveServer": "Batch Move Server Owner",
|
||||
"Servers": "Servers",
|
||||
"ToUser": "To User",
|
||||
"Move": "Move",
|
||||
"Transfer": {
|
||||
"Title": "Server Transfers",
|
||||
"PageHint": "Tracks ownership transfers initiated from the batch-move action. Pending entries can be cancelled; terminal entries can be retried.",
|
||||
"From": "From",
|
||||
"To": "To",
|
||||
"Initiator": "Initiator",
|
||||
"LastError": "Last Error",
|
||||
"Retry": "Retry",
|
||||
"CancelRequested": "Cancellation requested",
|
||||
"RetryRequested": "Retry requested",
|
||||
"BatchSubmitted": "Batch transfer submitted",
|
||||
"PendingCount": "{{count}} pending",
|
||||
"PermissionDeniedCount": "{{count}} permission denied",
|
||||
"AlreadyTransferringCount": "{{count}} already transferring",
|
||||
"ServerNotFoundCount": "{{count}} not found",
|
||||
"SameOwnerCount": "{{count}} already owned by target",
|
||||
"AgentTooOldCount": "{{count}} agent too old (upgrade required)",
|
||||
"StatusPending": "Pending",
|
||||
"StatusVerified": "Verified",
|
||||
"StatusFailed": "Failed",
|
||||
"StatusTimeout": "Timeout",
|
||||
"StatusCancelled": "Cancelled"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user