From 9bfe0ae89e78182bd46383225843bc21af17b4d8 Mon Sep 17 00:00:00 2001 From: balgerion <133121849+balgerion@users.noreply.github.com> Date: Sun, 4 May 2025 15:07:36 +0200 Subject: [PATCH] Update en.json --- custom_components/pstryk/translations/en.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/custom_components/pstryk/translations/en.json b/custom_components/pstryk/translations/en.json index 59d465b..cae9171 100644 --- a/custom_components/pstryk/translations/en.json +++ b/custom_components/pstryk/translations/en.json @@ -7,7 +7,9 @@ "data": { "api_key": "API Key", "buy_top": "Number of best buy prices", - "sell_top": "Number of best sell prices" + "sell_top": "Number of best sell prices", + "buy_worst": "Number of worst buy prices", + "sell_worst": "Number of worst sell prices" } } }, @@ -21,7 +23,9 @@ "title": "Pstryk Energy Options", "data": { "buy_top": "Number of best buy prices", - "sell_top": "Number of best sell prices" + "sell_top": "Number of best sell prices", + "buy_worst": "Number of worst buy prices", + "sell_worst": "Number of worst sell prices" } } }