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.
Added Danish translation.
- Loading branch information
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": "Hvis du har brug for hjælp til konfigurationen, så kig her: https://github.com/andrew-codechimp/ha-battery-notes", | ||
"data": { | ||
"device_id": "Enhed", | ||
"name": "Navn" | ||
}, | ||
"data_description": { | ||
"name": "Hvis du lader det være tomt, hentes navnet fra kildeenheden" | ||
} | ||
}, | ||
"battery": { | ||
"data": { | ||
"battery_type": "Batteri type" | ||
}, | ||
"data_description": { | ||
"battery_type": "Tilføj eventuelt batterimængden, hvis mere end 1 f.eks. 2x AAA" | ||
} | ||
} | ||
}, | ||
"abort": { | ||
"already_configured": "Enheden er allerede konfigureret" | ||
}, | ||
"error": { | ||
"unknown": "Der opstod en ukendt fejl." | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"description": "Hvis du har brug for hjælp til konfigurationen, så kig her: https://github.com/andrew-codechimp/ha-battery-notes", | ||
"data": { | ||
"name": "Navn", | ||
"battery_type": "Batteri type" | ||
}, | ||
"data_description": { | ||
"name": "Hvis du lader det være tomt, hentes navnet fra kildeenheden" | ||
} | ||
} | ||
}, | ||
"error": { | ||
"unknown": "Der opstod en ukendt fejl." | ||
} | ||
}, | ||
"entity": { | ||
"sensor": { | ||
"battery_type": { | ||
"name": "Batteri type" | ||
} | ||
} | ||
} | ||
} |