From ef6d118abf499677808d589ae38deea5362a4cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Tue, 13 Jan 2026 16:16:47 +0100 Subject: [PATCH] Delete translations directory --- translations/en.json | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 translations/en.json diff --git a/translations/en.json b/translations/en.json deleted file mode 100644 index 912dd0b..0000000 --- a/translations/en.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "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)" - } - } - } - } -}