mirror of
https://github.com/home-assistant/core.git
synced 2026-02-28 22:06:25 +00:00
Part of the strings in the strings.json use an inconsistent spelling of "PIN" as "pin" This commit fixes this to ensure correct and consistent translations, too.
80 lines
3.1 KiB
JSON
80 lines
3.1 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"choose_mode": {
|
|
"description": "Please choose the connection mode to Elmax panels.",
|
|
"menu_options": {
|
|
"cloud": "Connect to Elmax Panel via Elmax Cloud APIs",
|
|
"direct": "Connect to Elmax Panel via local/direct IP"
|
|
}
|
|
},
|
|
"cloud": {
|
|
"description": "Please login to the Elmax cloud using your credentials",
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
}
|
|
},
|
|
"zeroconf_setup": {
|
|
"description": "Configure discovered local Elmax panel",
|
|
"data": {
|
|
"panel_pin": "Panel PIN code",
|
|
"use_ssl": "Use SSL"
|
|
},
|
|
"data_description": {
|
|
"use_ssl": "Whether or not using strict SSL checks. Disable if the panel does not expose a valid SSL certificate or if SSL communication is unsupported by the panel you are connecting to."
|
|
}
|
|
},
|
|
"direct": {
|
|
"description": "Specify the Elmax panel connection parameters below.",
|
|
"data": {
|
|
"panel_api_host": "Panel API Hostname or IP",
|
|
"panel_api_port": "Panel API port",
|
|
"use_ssl": "Use SSL",
|
|
"panel_pin": "Panel PIN code"
|
|
},
|
|
"data_description": {
|
|
"use_ssl": "Whether or not using strict SSL checks. Disable if the panel does not expose a valid SSL certificate or if SSL communication is unsupported by the panel you are connecting to."
|
|
}
|
|
},
|
|
"panels": {
|
|
"description": "Select which panel you would like to control with this integration. Please note that the panel must be ON in order to be configured.",
|
|
"data": {
|
|
"panel_name": "Panel Name",
|
|
"panel_id": "Panel ID",
|
|
"panel_pin": "[%key:common::config_flow::data::pin%]"
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"description": "Please re-authenticate with the panel.",
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"panel_pin": "Panel PIN"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"no_panel_online": "No online Elmax control panel was found.",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"network_error": "A network error occurred",
|
|
"invalid_pin": "The provided PIN is invalid",
|
|
"invalid_mode": "Invalid or unsupported mode",
|
|
"reauth_panel_disappeared": "The given panel is no longer associated to this user. Please log in using an account associated to this panel.",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"alarm_operation_failed_generic": {
|
|
"message": "Failed to {operation} the alarm. An API error occurred."
|
|
},
|
|
"invalid_disarm_code": {
|
|
"message": "Invalid disarm code provided."
|
|
}
|
|
}
|
|
}
|