initial commit
This commit is contained in:
40
custom_components/kia_uvo/translations/en.json
Normal file
40
custom_components/kia_uvo/translations/en.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"title": "Hyundai / Kia Connect",
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Hyundai / Kia Connect - Authentication",
|
||||
"description": "Set up your Hyundai (Bluelink) / Kia (Uvo) Connect to integrate with Home Assistant.",
|
||||
"data": {
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"region": "Region",
|
||||
"brand": "Brand",
|
||||
"pin": "Pin (Required for CA)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "Device is already configured"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Login failed into Hyundai (Bluelink) / Kia (Uvo) Connect Servers. Please use official app to logout and log back in and try again!",
|
||||
"unknown": "Unexpected error"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Hyundai / Kia Connect - Configuration",
|
||||
"data": {
|
||||
"scan_interval": "Scan Interval (min)",
|
||||
"force_refresh": "Force Refresh Interval (min)",
|
||||
"no_force_refresh_hour_start": "No Force Refresh Start Hour",
|
||||
"no_force_refresh_hour_finish": "No Force Refresh Finish Hour",
|
||||
"enable_geolocation_entity": "Enable Geolocation Entity using OpenStreetMap",
|
||||
"use_email_with_geocode_api": "Use your Kia email address for Geocode API - More Information: https://nominatim.org/release-docs/develop/api/Reverse/#other"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user