2019-12-09 16:19:42 +00:00
|
|
|
{
|
2020-04-05 15:27:16 +00:00
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "iCloud credentials",
|
|
|
|
"description": "Enter your credentials",
|
|
|
|
"data": {
|
2020-05-12 16:08:07 +00:00
|
|
|
"username": "[%key:common::config_flow::data::email%]",
|
2020-05-12 17:50:44 +00:00
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
2020-04-05 15:27:16 +00:00
|
|
|
"with_family": "With family"
|
2019-12-09 16:19:42 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
},
|
2020-10-10 06:02:28 +00:00
|
|
|
"reauth": {
|
2020-10-15 21:35:00 +00:00
|
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
2020-10-10 06:02:28 +00:00
|
|
|
"description": "Your previously entered password for {username} is no longer working. Update your password to keep using this integration.",
|
|
|
|
"data": {
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
|
|
}
|
|
|
|
},
|
2020-04-05 15:27:16 +00:00
|
|
|
"trusted_device": {
|
|
|
|
"title": "iCloud trusted device",
|
|
|
|
"description": "Select your trusted device",
|
2020-05-12 17:50:44 +00:00
|
|
|
"data": {
|
|
|
|
"trusted_device": "Trusted device"
|
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
},
|
|
|
|
"verification_code": {
|
|
|
|
"title": "iCloud verification code",
|
|
|
|
"description": "Please enter the verification code you just received from iCloud",
|
2020-05-12 17:50:44 +00:00
|
|
|
"data": {
|
|
|
|
"verification_code": "Verification code"
|
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-04 11:32:53 +00:00
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
2020-04-05 15:27:16 +00:00
|
|
|
"send_verification_code": "Failed to send verification code",
|
2021-02-03 18:18:31 +00:00
|
|
|
"validate_verification_code": "Failed to verify your verification code, try again"
|
2020-04-05 15:27:16 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2020-10-04 11:32:53 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
2020-10-10 06:02:28 +00:00
|
|
|
"no_device": "None of your devices have \"Find my iPhone\" activated",
|
|
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
2019-12-09 16:19:42 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2020-10-04 11:32:53 +00:00
|
|
|
}
|