add V 0.6.0-alpha

This commit is contained in:
2026-01-13 15:38:22 +01:00
committed by GitHub
parent 6a477bc7fe
commit 72d2cf7c5b
13 changed files with 1712 additions and 0 deletions

32
translations/en.json Normal file
View File

@@ -0,0 +1,32 @@
{
"config": {
"error": {
"cannot_connect": "Failed to connect to Proxmox API.",
"unknown": "Unknown error."
},
"step": {
"user": {
"title": "Connect to Proxmox VE",
"data": {
"host": "Host",
"port": "Port",
"verify_ssl": "Verify SSL certificate",
"token_name": "Token name (USER@REALM!TOKENID)",
"token_value": "Token secret"
}
}
}
},
"options": {
"step": {
"init": {
"title": "Proxmox VE Options",
"data": {
"scan_interval": "Polling interval (seconds)",
"ip_mode": "Preferred IP mode",
"ip_prefix": "Custom IP prefix (only for custom mode)"
}
}
}
}
}