From 6bb0505fa561531d6043ddaf376dc5f042c61dd8 Mon Sep 17 00:00:00 2001 From: bahmcloud Date: Wed, 14 Jan 2026 15:51:44 +0000 Subject: [PATCH] Dateien nach "custom_components/proxmox_pve/translations" hochladen --- .../proxmox_pve/translations/en.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 custom_components/proxmox_pve/translations/en.json diff --git a/custom_components/proxmox_pve/translations/en.json b/custom_components/proxmox_pve/translations/en.json new file mode 100644 index 0000000..912dd0b --- /dev/null +++ b/custom_components/proxmox_pve/translations/en.json @@ -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)" + } + } + } + } +}