Skip to content

Commit

Permalink
Create pl.json (#100)
Browse files Browse the repository at this point in the history
* Create pl.json

Polish translotion

* Update pl.json

* don't duplicate values if they are the same in en

Co-authored-by: Robert Resch <robert@resch.dev>
  • Loading branch information
LukaszP2 and edenhaus authored Jul 6, 2022
1 parent 663b93f commit 2f840ba
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions custom_components/bodymiscale/translations/pl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"config": {
"error": {
"already_configured": "Już skonfigurowane",
"height_limit": "Podano za wysoki wzrost (limit: 220 cm)",
"invalid_date": "Błędna data"
},
"step": {
"options": {
"data": {
"height": "Wzrost",
"impedance": "Sensor impedancji",
"weight": "Sensor wagi"
},
"data_description": {
"impedance": "Jeśli waga nie podaje impedancji, pozostaw to pole puste."
}
},
"user": {
"data": {
"birthday": "Urodziny",
"gender": "Płeć",
"name": "Imię"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"height": "Wzrost",
"impedance": "Sensor impedancji",
"weight": "Sensor wagi"
},
"data_description": {
"impedance": "Jeśli waga nie podaje impedancji, pozostaw to pole puste."
}
}
}
},
"state": {
"_": {
"problem": "Błąd"
}
}
}

0 comments on commit 2f840ba

Please sign in to comment.