Update en.json

This commit is contained in:
balgerion
2025-05-04 15:07:45 +02:00
committed by GitHub
parent 9bfe0ae89e
commit c7b0dacd76

View File

@ -3,44 +3,44 @@
"step": { "step": {
"user": { "user": {
"title": "Pstryk Energy", "title": "Pstryk Energy",
"description": "Configuration of Pstryk energy pricing integration", "description": "Konfiguracja integracji cen energii Pstryk",
"data": { "data": {
"api_key": "API Key", "api_key": "Klucz API",
"buy_top": "Number of best buy prices", "buy_top": "Liczba najlepszych cen zakupu",
"sell_top": "Number of best sell prices", "sell_top": "Liczba najlepszych cen sprzedaży",
"buy_worst": "Number of worst buy prices", "buy_worst": "Liczba najgorszych cen zakupu",
"sell_worst": "Number of worst sell prices" "sell_worst": "Liczba najgorszych cen sprzedaży"
} }
} }
}, },
"error": { "error": {
"invalid_api_key": "Invalid API key" "invalid_api_key": "Nieprawidłowy klucz API"
} }
}, },
"options": { "options": {
"step": { "step": {
"init": { "init": {
"title": "Pstryk Energy Options", "title": "Opcje Pstryk Energy",
"data": { "data": {
"buy_top": "Number of best buy prices", "buy_top": "Liczba najlepszych cen zakupu",
"sell_top": "Number of best sell prices", "sell_top": "Liczba najlepszych cen sprzedaży",
"buy_worst": "Number of worst buy prices", "buy_worst": "Liczba najgorszych cen zakupu",
"sell_worst": "Number of worst sell prices" "sell_worst": "Liczba najgorszych cen sprzedaży"
} }
} }
} }
}, },
"entity": { "entity": {
"sensor": { "sensor": {
"next_hour": "Next hour" "next_hour": "Następna godzina"
} }
}, },
"debug": { "debug": {
"looking_for_next_hour": "Looking for price for next hour: {next_hour}", "looking_for_next_hour": "Szukam ceny dla następnej godziny: {next_hour}",
"looking_for_next_day": "Looking for next day price in full price list (48h)", "looking_for_next_day": "Szukam ceny dla następnego dnia w pełnej liście cen (48h)",
"error_processing_date": "Error processing date: {error}", "error_processing_date": "Błąd podczas przetwarzania daty: {error}",
"error_processing_full_list": "Error processing date for full list: {error}", "error_processing_full_list": "Błąd podczas przetwarzania daty dla pełnej listy: {error}",
"no_price_midnight": "No price found for next day midnight. Data probably not loaded yet.", "no_price_midnight": "Nie znaleziono ceny dla północy następnego dnia. Dane prawdopodobnie jeszcze nie załadowane.",
"no_price_next_hour": "No price found for next hour: {next_hour}" "no_price_next_hour": "Nie znaleziono ceny dla następnej godziny: {next_hour}"
} }
} }