Skip to content

Commit

Permalink
Create translation to Hungarian (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
bekesizl authored and andrew-codechimp committed Dec 22, 2023
1 parent aa51407 commit 05798c3
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions custom_components/battery_notes/translations/hu.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"config": {
"step": {
"user": {
"description": "Ha segítségre van szükséged a konfigurációhoz: https://github.com/andrew-codechimp/ha-battery-notes",
"data": {
"device_id": "Eszköz",
"name": "Név"
},
"data_description": {
"name": "Üresen hagyva a forrás eszköz neve lesz használva"
}
},
"battery": {
"data": {
"battery_type": "Elem típus"
},
"data_description": {
"battery_type": "Opcionálisan add meg a mennyiséget, ha több, mint 1, pl. 2x AAA"
}
}
},
"abort": {
"already_configured": "Eszköz már konfigurálva van"
},
"error": {
"unknown": "Ismeretlen hiba lépett fel."
}
},
"options": {
"step": {
"init": {
"description": "Ha segítségre van szükséged a konfigurációhoz: https://github.com/andrew-codechimp/ha-battery-notes",
"data": {
"name": "Név",
"battery_type": "Elem típus"
},
"data_description": {
"name": "Üresen hagyva a forrás eszköz neve lesz használva"
}
}
},
"error": {
"unknown": "Ismeretlen hiba lépett fel."
}
},
"entity": {
"sensor": {
"battery_type": {
"name": "Elem típus"
}
}
}
}

0 comments on commit 05798c3

Please sign in to comment.