From af4fe330f817f954ce50c3968b130de744a34f9f Mon Sep 17 00:00:00 2001 From: balgerion <133121849+balgerion@users.noreply.github.com> Date: Wed, 30 Apr 2025 14:41:12 +0200 Subject: [PATCH] Create pl.json --- custom_components/pstryk/translations/pl.json | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 custom_components/pstryk/translations/pl.json diff --git a/custom_components/pstryk/translations/pl.json b/custom_components/pstryk/translations/pl.json new file mode 100644 index 0000000..96112d4 --- /dev/null +++ b/custom_components/pstryk/translations/pl.json @@ -0,0 +1,29 @@ +{ + "config": { + "step": { + "user": { + "title": "Pstryk Energy", + "description": "Konfiguracja integracji cen energii Pstryk", + "data": { + "api_key": "Klucz API", + "buy_top": "Liczba najlepszych cen zakupu", + "sell_top": "Liczba najlepszych cen sprzedaży" + } + } + }, + "error": { + "invalid_api_key": "Nieprawidłowy klucz API" + } + }, + "options": { + "step": { + "init": { + "title": "Opcje Pstryk Energy", + "data": { + "buy_top": "Liczba najlepszych cen zakupu", + "sell_top": "Liczba najlepszych cen sprzedaży" + } + } + } + } +}