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

88 lines
2.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"no_services_found": "No services were found for this 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%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"reauth_confirm": {
"data": {
"password": "[%key:common::config_flow::data::password%]"
},
"description": "Update password for {username}",
"title": "[%key:common::config_flow::title::reauth%]"
},
"service": {
"data": {
"services": "Services"
},
"title": "Select Services"
},
"user": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
}
}
}
},
"entity": {
"sensor": {
"billing_cycle_length": {
"name": "Billing cycle length"
},
"billing_cycle_remaining": {
"name": "Billing cycle remaining"
},
"data_used": {
"name": "Data used"
},
"downloaded": {
"name": "Downloaded"
},
"international_calls": {
"name": "International calls"
},
"mobile_calls": {
"name": "Mobile calls"
},
"national_calls": {
"name": "National calls"
},
"other_calls": {
"name": "Other calls"
},
"sms_sent": {
"name": "SMS sent"
},
"uploaded": {
"name": "Uploaded"
},
"voicemail_calls": {
"name": "Voicemail calls"
}
}
},
"options": {
"abort": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"init": {
"data": {
"services": "[%key:component::aussie_broadband::config::step::service::data::services%]"
},
"title": "[%key:component::aussie_broadband::config::step::service::title%]"
}
}
}
}