Initial commit for Emby Media Player HAOS HACS integration
All checks were successful
Validate / Hassfest (push) Successful in 9s
All checks were successful
Validate / Hassfest (push) Successful in 9s
This commit is contained in:
43
custom_components/emby_player/translations/en.json
Normal file
43
custom_components/emby_player/translations/en.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Connect to Emby Server",
|
||||
"description": "Enter your Emby server connection details. You can find your API key in Emby Server Dashboard > Extended > API Keys.",
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Port",
|
||||
"api_key": "API Key",
|
||||
"ssl": "Use SSL"
|
||||
}
|
||||
},
|
||||
"user_select": {
|
||||
"title": "Select User",
|
||||
"description": "Select the Emby user account to use for browsing and playback.",
|
||||
"data": {
|
||||
"user_id": "User"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Cannot connect to Emby server. Please check the host and port.",
|
||||
"invalid_auth": "Invalid API key. Please check your credentials.",
|
||||
"no_users": "No users found on the Emby server.",
|
||||
"unknown": "An unexpected error occurred."
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "This Emby server and user combination is already configured."
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Emby Media Player Options",
|
||||
"description": "Configure polling interval for session updates (used as fallback when WebSocket is unavailable).",
|
||||
"data": {
|
||||
"scan_interval": "Scan Interval"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user