core/homeassistant/components/icloud/translations/en.json

53 lines
2.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured",
"no_device": "None of your devices have \"Find my iPhone\" activated",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"invalid_auth": "Invalid authentication",
"send_verification_code": "Failed to send verification code",
"validate_verification_code": "Failed to verify your verification code, try again"
},
"step": {
"reauth": {
"data": {
"password": "Password"
},
"description": "Your previously entered password for {username} is no longer working. Update your password to keep using this integration.",
"title": "Reauthenticate Integration"
},
"reauth_confirm": {
"data": {
"password": "Password"
},
"description": "Your previously entered password for {username} is no longer working. Update your password to keep using this integration.",
"title": "Reauthenticate Integration"
},
"trusted_device": {
"data": {
"trusted_device": "Trusted device"
},
"description": "Select your trusted device",
"title": "iCloud trusted device"
},
"user": {
"data": {
"password": "Password",
"username": "Email",
"with_family": "With family"
},
"description": "Enter your credentials",
"title": "iCloud credentials"
},
"verification_code": {
"data": {
"verification_code": "Verification code"
},
"description": "Please enter the verification code you just received from iCloud",
"title": "iCloud verification code"
}
}
}
}