Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create translation to Hungarian #125

Merged
merged 1 commit into from
Dec 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}
}
}