Files
homeassistant-dkncloudna/custom_components/dkncloudna/strings.json
T
Sebastien Lavoie fca5c51206 feat: add translations and entity strings
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 08:58:27 -04:00

74 lines
2.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"title": "DKN Cloud NA",
"config": {
"step": {
"user": {
"title": "Sign in",
"description": "Enter your DKN Cloud NA account credentials.",
"data": {
"email": "Email",
"password": "Password",
"scan_interval": "Scan interval (seconds)",
"expose_pii": "Show tokens after login"
},
"data_description": {
"scan_interval": "How often to poll the DKN Cloud NA API (30300 seconds).",
"expose_pii": "Display access and refresh tokens after login for advanced use."
}
},
"token_display": {
"title": "Tokens",
"description": "Your tokens have been saved. You can copy them for reference.",
"data": {
"access_token_display": "Access token",
"refresh_token_display": "Refresh token"
}
},
"reauth_confirm": {
"title": "Reauthenticate",
"description": "Your session for {username} has expired. Enter your password to get a new token.",
"data": {
"password": "Password"
}
}
},
"error": {
"invalid_auth": "Invalid email or password.",
"cannot_connect": "Cannot connect to DKN Cloud NA.",
"timeout": "The request timed out. Please try again.",
"unknown": "Unexpected error. Check the logs for details."
},
"abort": {
"already_configured": "This account is already configured.",
"reauth_successful": "Reauthentication successful.",
"reauth_failed": "Reauthentication failed."
}
},
"options": {
"step": {
"init": {
"title": "Options",
"data": {
"scan_interval": "Scan interval (seconds)",
"expose_pii": "Show tokens after login"
},
"data_description": {
"scan_interval": "How often to poll the DKN Cloud NA API (30300 seconds)."
}
}
}
},
"entity": {
"sensor": {
"room_temperature": {"name": "Room temperature"},
"exterior_temperature": {"name": "Exterior temperature"},
"wifi_signal": {"name": "Wi-Fi signal"},
"error_code": {"name": "Error code"}
},
"binary_sensor": {
"connected": {"name": "Connected"},
"machine_ready": {"name": "Machine ready"}
}
}
}