Create en.json
This commit is contained in:
29
custom_components/pstryk/translations/en.json
Normal file
29
custom_components/pstryk/translations/en.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Pstryk Energy",
|
||||
"description": "Configuration of Pstryk energy pricing integration",
|
||||
"data": {
|
||||
"api_key": "API Key",
|
||||
"buy_top": "Number of best buy prices",
|
||||
"sell_top": "Number of best sell prices"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"invalid_api_key": "Invalid API key"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Pstryk Energy Options",
|
||||
"data": {
|
||||
"buy_top": "Number of best buy prices",
|
||||
"sell_top": "Number of best sell prices"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user