core/homeassistant/components/yolink/strings.json

38 lines
1.6 KiB
JSON

{
"config": {
"step": {
"pick_implementation": {
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
},
"reauth_confirm": {
"title": "[%key:common::config_flow::title::reauth%]",
"description": "The yolink integration needs to re-authenticate your account"
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"oauth_error": "[%key:common::config_flow::abort::oauth2_error%]",
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"create_entry": {
"default": "[%key:common::config_flow::create_entry::authenticated%]"
}
},
"device_automation": {
"trigger_type": {
"button_1_short_press": "Button_1 (short press)",
"button_1_long_press": "Button_1 (long press)",
"button_2_short_press": "Button_2 (short press)",
"button_2_long_press": "Button_2 (long press)",
"button_3_short_press": "Button_3 (short press)",
"button_3_long_press": "Button_3 (long press)",
"button_4_short_press": "Button_4 (short press)",
"button_4_long_press": "Button_4 (long press)"
}
}
}