-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from b3cksy/master
Create pl.json | Polish translation
- Loading branch information
Showing
1 changed file
with
61 additions
and
0 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,61 @@ | ||
{ | ||
"title": "Daily Sensor", | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Daily Sensor", | ||
"description": "Jeśli potrzebujesz pomocy z konfiguracją, zajrzyj na stronę https://github.com/jeroenterheerdt/HADailySensor", | ||
"data": { | ||
"name": "Unikalna nazwa instancji", | ||
"sensor": "Wybierz encję, która dostarczy dane wejściowe", | ||
"operation": "Wybierz typ operacji, która ma zostać zastosowana", | ||
"unit_of_measurement": "Jednostka miary", | ||
"interval": "Interwał odświeżania w sekundach", | ||
"auto_reset": "Automatyczny reset o północy" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"intervalnotvalid": "Określony interwał jest nieprawidłowy. Musi wynosić >0 sekund.", | ||
"name": "Wpisz unikalną nazwę encji.", | ||
"operationnotfound": "Wybierz typ operacji", | ||
"sensornotfound": "Jedna albo więcej encji danych wejściowych nie istnieje", | ||
"unknown": "[%key:common::config_flow::error::unknown%]" | ||
}, | ||
"abort": {} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"title": "Daily Sensor", | ||
"description": "Jeśli potrzebujesz pomocy z konfiguracją, zajrzyj na stronę https://github.com/jeroenterheerdt/HADailySensor", | ||
"data": { | ||
"name": "Unikalna nazwa instancji", | ||
"sensor": "Wybierz encję, która dostarczy dane wejściowe", | ||
"operation": "Wybierz typ operacji, która ma zostać zastosowana", | ||
"unit_of_measurement": "Jednostka miary", | ||
"interval": "Interwał odświeżania w sekundach", | ||
"auto_reset": "Automatyczny reset o północy?" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"intervalnotvalid": "Określony interwał jest nieprawidłowy. Musi wynosić >0 sekund.", | ||
"name": "Wpisz unikalną nazwę encji.", | ||
"operationnotfound": "Wybierz typ operacji", | ||
"sensornotfound": "Jedna albo więcej encji danych wejściowych nie istnieje", | ||
"unknown": "[%key:common::config_flow::error::unknown%]" | ||
}, | ||
"abort": {} | ||
}, | ||
"services": { | ||
"reset": { | ||
"name": "Reset", | ||
"description": "Zresetuj wartość do 'nieznana'" | ||
}, | ||
"update": { | ||
"name": "Aktualizacja", | ||
"description": "Aktualizacja czujnika" | ||
} | ||
} | ||
} |