From 08df0d6b8b3d9612fe38f51982407f7e6cbbe2a6 Mon Sep 17 00:00:00 2001 From: balgerion <133121849+balgerion@users.noreply.github.com> Date: Wed, 30 Apr 2025 14:40:48 +0200 Subject: [PATCH] Create en.json --- custom_components/pstryk/translations/en.json | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 custom_components/pstryk/translations/en.json diff --git a/custom_components/pstryk/translations/en.json b/custom_components/pstryk/translations/en.json new file mode 100644 index 0000000..46c9af3 --- /dev/null +++ b/custom_components/pstryk/translations/en.json @@ -0,0 +1,29 @@ +{ + "config": { + "step": { + "user": { + "title": "Pstryk Energy", + "description": "Configuration of Pstryk energy pricing integration", + "data": { + "api_key": "API Key", + "buy_top": "Number of best buy prices", + "sell_top": "Number of best sell prices" + } + } + }, + "error": { + "invalid_api_key": "Invalid API key" + } + }, + "options": { + "step": { + "init": { + "title": "Pstryk Energy Options", + "data": { + "buy_top": "Number of best buy prices", + "sell_top": "Number of best sell prices" + } + } + } + } +}