-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
_attr_visibility
- Loading branch information
dave_albright
committed
Sep 7, 2023
1 parent
52cbf9e
commit 7be27cb
Showing
2 changed files
with
43 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"config": { | ||
"error": { | ||
"invalid_station_id": "Nieprawidłowy identyfikator stacji", | ||
"invalid_api_key": "Nieprawidłowy klucz API", | ||
"unknown_error": "Nieznany błąd" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"api_key": "Klucz API", | ||
"name": "Nazwa", | ||
"pws_id": "Identyfikator PWS - własnej stacji pogodowej (wielkość liter ma znaczenie)" | ||
}, | ||
"description": "Skonfiguruj integrację WundergroundPWS. Aby wygenerować klucz API, przejdź na https://www.wunderground.com/member/api-keys", | ||
"title": "WundergroundPWS" | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"forecast_sensors": "Utworzyć sensory prognozy?", | ||
"numeric_precision": "Precyzja dziesiętna", | ||
"lang": "Język", | ||
"calendarday_temp": "Temperatura według dni kalendarzowych? (funkcja eksperymentalna)", | ||
"latitude": "Szerokość geograficzna — wartość domyślna jest pobierana z identyfikatora stacji", | ||
"longitude": "Długość geograficzna — wartość domyślna jest pobierana z identyfikatora stacji" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters