core/homeassistant/components/vulcan/strings.json

56 lines
1.8 KiB
JSON

{
"config": {
"abort": {
"already_configured": "That student has already been added.",
"all_student_already_configured": "All students have already been added.",
"reauth_successful": "Reauth successful",
"no_matching_entries": "No matching entries found, please use different account or remove integration with outdated student.."
},
"error": {
"unknown": "Unknown error occurred",
"invalid_token": "Invalid token",
"expired_token": "Expired token - please generate a new token",
"invalid_pin": "Invalid pin",
"invalid_symbol": "Invalid symbol",
"expired_credentials": "Expired credentials - please create new on Vulcan mobile app registration page",
"cannot_connect": "Connection error - please check your internet connection"
},
"step": {
"auth": {
"description": "Login to your Vulcan Account using mobile app registration page.",
"data": {
"token": "Token",
"region": "Symbol",
"pin": "Pin"
}
},
"reauth_confirm": {
"description": "Login to your Vulcan Account using mobile app registration page.",
"data": {
"token": "Token",
"region": "Symbol",
"pin": "Pin"
}
},
"select_student": {
"description": "Select student, you can add more students by adding integration again.",
"data": {
"student_name": "Select student"
}
},
"select_saved_credentials": {
"description": "Select saved credentials.",
"data": {
"credentials": "Login"
}
},
"add_next_config_entry": {
"description": "Add another student.",
"data": {
"use_saved_credentials": "Use saved credentials"
}
}
}
}
}