Use reference strings in JuiceNet (#41021)
* Reference Strings for JuiceNet * Update strings.json * Add Reference String for API Tokenpull/41106/head
parent
fdd86edf60
commit
a3aee85335
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "This JuiceNet account is already configured"
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]"
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "Failed to connect, please try again",
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||||
"invalid_auth": "Invalid authentication",
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
||||||
"unknown": "Unexpected error"
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||||
},
|
},
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"api_token": "JuiceNet API Token"
|
"api_token": "[%key:common::config_flow::data::api_key%]"
|
||||||
},
|
},
|
||||||
"description": "You will need the API Token from https://home.juice.net/Manage.",
|
"description": "You will need the API Token from https://home.juice.net/Manage.",
|
||||||
"title": "Connect to JuiceNet"
|
"title": "Connect to JuiceNet"
|
||||||
|
|
Loading…
Reference in New Issue