mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-17 05:43:36 +00:00
Add Proxmox guest auto sync (#1053)
This commit is contained in:
@@ -607,6 +607,21 @@
|
||||
"proxmoxDockerDetectionDesc": "Comma-separated name patterns that enable Docker for matching guests",
|
||||
"proxmoxPreferredRanges": "Preferred IP ranges",
|
||||
"proxmoxPreferredRangesDesc": "Comma-separated prefixes in priority order for IP selection when a guest has multiple interfaces",
|
||||
"proxmoxAutoSync": "Auto sync guests",
|
||||
"proxmoxAutoSyncDesc": "Periodically discover this Proxmox node and create or update imported guest hosts while your session is unlocked.",
|
||||
"proxmoxSyncInterval": "Sync interval (minutes)",
|
||||
"proxmoxSyncIntervalDesc": "Minimum 5 minutes. The scheduler skips locked user sessions.",
|
||||
"proxmoxMarkMissing": "Mark missing guests",
|
||||
"proxmoxMarkMissingDesc": "Add a proxmox-missing tag when a previously imported guest disappears instead of deleting it.",
|
||||
"proxmoxLastSync": "Last sync",
|
||||
"proxmoxLastSyncNever": "Not synced yet",
|
||||
"proxmoxLastSyncNoResult": "No result details",
|
||||
"proxmoxLastSyncSummary": "{{created}} created, {{updated}} updated, {{markedMissing}} missing, {{skipped}} skipped",
|
||||
"proxmoxLastSyncStatus": {
|
||||
"success": "Success",
|
||||
"error": "Failed",
|
||||
"pending": "Pending"
|
||||
},
|
||||
"proxmoxDiscoverAction": "Discover & import Proxmox guests",
|
||||
"proxmoxImportTitle": "Import from Proxmox",
|
||||
"proxmoxSelectHost": "Select a Proxmox host…",
|
||||
|
||||
Reference in New Issue
Block a user