1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 18:38:17 +00:00
Files
core/homeassistant/components/ituran/strings.json
2025-10-28 10:33:10 +01:00

69 lines
2.0 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"invalid_otp": "OTP invalid",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"otp": {
"data": {
"otp": "OTP"
},
"data_description": {
"otp": "A one-time-password sent as a text message to the mobile phone number provided before."
}
},
"reauth_confirm": {
"description": "A new one-time password will be sent to {phone_number}.",
"title": "[%key:common::config_flow::title::reauth%]"
},
"user": {
"data": {
"id_or_passport": "ID or passport number",
"phone_number": "Mobile phone number"
},
"data_description": {
"id_or_passport": "The government ID or passport number provided when registering with Ituran.",
"phone_number": "The mobile phone number provided when registering with Ituran. A one-time password will be sent to this mobile number."
}
}
}
},
"entity": {
"sensor": {
"address": {
"name": "Address"
},
"battery_range": {
"name": "Remaining range"
},
"battery_voltage": {
"name": "Battery voltage"
},
"heading": {
"name": "Heading"
},
"last_update_from_vehicle": {
"name": "Last update from vehicle"
},
"mileage": {
"name": "Mileage"
}
}
},
"exceptions": {
"api_error": {
"message": "An error occurred while communicating with the Ituran service."
},
"auth_error": {
"message": "Failed authenticating with the Ituran service, please reauthenticate the integration."
}
}
}