generated from ludeeus/integration_blueprint
-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create translation to Hungarian (#125)
- Loading branch information
1 parent
aa51407
commit 05798c3
Showing
1 changed file
with
54 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,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" | ||
} | ||
} | ||
} | ||
} |