Skip to content

Commit

Permalink
Added Polish translation (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
pswid authored Jan 11, 2024
1 parent 1ce3082 commit bd825d4
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions custom_components/battery_notes/translations/pl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"config": {
"step": {
"user": {
"description": "Jeśli potrzebujesz pomocy w konfiguracji, zajrzyj tutaj: https://github.com/andrew-codechimp/ha-battery-notes",
"data": {
"device_id": "Urządzenie",
"name": "Nazwa"
},
"data_description": {
"name": "Pozostawienie pustego pola spowoduje pobranie nazwy z urządzenia źródłowego"
}
},
"battery": {
"data": {
"battery_type": "Typ baterii"
},
"data_description": {
"battery_type": "Ocjonalnie, wprowadź też ilość baterii jeśli jest więcej niż 1 szt., np. 2x AAA"
}
}
},
"abort": {
"already_configured": "Urządzenie jest już skonfigurowane"
},
"error": {
"unknown": "Wystąpił nieznany błąd."
}
},
"options": {
"step": {
"init": {
"description": "Jeśli potrzebujesz pomocy w konfiguracji, zajrzyj tutaj: https://github.com/andrew-codechimp/ha-battery-notes",
"data": {
"name": "Nazwa",
"battery_type": "Typ baterii"
},
"data_description": {
"name": "Pozostawienie pustego pola spowoduje pobranie nazwy z urządzenia źródłowego"
}
}
},
"error": {
"unknown": "Wystąpił nieznany błąd."
}
},
"entity": {
"button": {
"battery_replaced": {
"name": "Wymiana baterii"
}
},
"sensor": {
"battery_type": {
"name": "Typ baterii"
},
"battery_last_replaced": {
"name": "Ostatnia wymiana baterii"
}
}
},
"services": {
"set_battery_replaced": {
"description": "Ustawia ostatnią wymianę baterii.",
"fields": {
"device_id": {
"description": "Urządzenie w którym wymieniono baterię/baterie.",
"name": "Urządzenie"
},
"datetime_replaced": {
"description": "Data wymiany.",
"name": "Data"
}
},
"name": "Ustaw wymianę baterii"
}
}
}

0 comments on commit bd825d4

Please sign in to comment.