-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from openkfw/translations-state-class-update
Translations state class update
- Loading branch information
Showing
8 changed files
with
54 additions
and
61 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
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
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
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
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
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,36 @@ | ||
{ | ||
"config": { | ||
"error": { | ||
"invalid_host": "[%key:common::config_flow::error::invalid_host%]", | ||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"name": "[%key:common::config_flow::data::name%]", | ||
"host": "[%key:common::config_flow::data::host%]", | ||
"api_token": "[%key:common::config_flow::data::api_token%]", | ||
"scan_interval": "Scan interval for data updates" | ||
}, | ||
"description": "Configure your go-e Charger Cloud car charger." | ||
} | ||
} | ||
}, | ||
"options": { | ||
"error": { | ||
"invalid_host": "[%key:common::config_flow::error::invalid_host%]", | ||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]" | ||
}, | ||
"step": { | ||
"init": { | ||
"data": { | ||
"name": "[%key:common::config_flow::data::name%]", | ||
"host": "[%key:common::config_flow::data::host%]", | ||
"api_token": "[%key:common::config_flow::data::api_token%]", | ||
"scan_interval": "Scan interval for data updates" | ||
}, | ||
"description": "Configure your go-e Charger Cloud car charger." | ||
} | ||
} | ||
} | ||
} |
36 changes: 0 additions & 36 deletions
36
custom_components/smartenergy_goecharger/translations/en.json
This file was deleted.
Oops, something went wrong.
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