Files
ha-core/homeassistant/components/trafikverket_ferry/strings.json
2025-10-28 10:33:10 +01:00

66 lines
1.8 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%]",
"incorrect_api_key": "Invalid API key for selected account",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"invalid_route": "Could not find route with provided information"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]"
}
},
"user": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"from": "From Harbour",
"time": "Time",
"to": "To Harbour",
"weekday": "Weekdays"
}
}
}
},
"entity": {
"sensor": {
"departure_from": {
"name": "Departure from"
},
"departure_modified": {
"name": "Departure modified"
},
"departure_time": {
"name": "Departure time"
},
"departure_time_next": {
"name": "Departure time next"
},
"departure_time_next_next": {
"name": "Departure time next after"
},
"departure_to": {
"name": "Departure to"
}
}
},
"selector": {
"weekday": {
"options": {
"fri": "[%key:common::time::friday%]",
"mon": "[%key:common::time::monday%]",
"sat": "[%key:common::time::saturday%]",
"sun": "[%key:common::time::sunday%]",
"thu": "[%key:common::time::thursday%]",
"tue": "[%key:common::time::tuesday%]",
"wed": "[%key:common::time::wednesday%]"
}
}
}
}