core/homeassistant/components/ring/strings.json

75 lines
1.6 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "Sign-in with Ring account",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
"2fa": {
"title": "Two-factor authentication",
"data": {
"2fa": "Two-factor code"
}
}
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"entity": {
"binary_sensor": {
"ding": {
"name": "Ding"
}
},
"light": {
"light": {
"name": "[%key:component::light::title%]"
}
},
"siren": {
"siren": {
"name": "[%key:component::siren::title%]"
}
},
"sensor": {
"last_activity": {
"name": "Last activity"
},
"last_ding": {
"name": "Last ding"
},
"last_motion": {
"name": "Last motion"
},
"volume": {
"name": "Volume"
},
"wifi_signal_category": {
"name": "Wi-Fi signal category"
},
"wifi_signal_strength": {
"name": "Wi-Fi signal strength"
}
},
"switch": {
"siren": {
"name": "[%key:component::siren::title%]"
}
}
},
"services": {
"update": {
"name": "Update",
"description": "Updates the data we have for all your ring devices."
}
}
}