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

56 lines
1.9 KiB
JSON
Raw Normal View History

2019-09-20 00:32:11 +00:00
{
"config": {
"abort": {
"all_configured": "All linked servers already configured",
"already_configured": "This Plex server is already configured",
"already_in_progress": "Plex is being configured",
"invalid_import": "Imported configuration is invalid",
"unknown": "Failed for unknown reason"
},
"error": {
"faulty_credentials": "Authorization failed",
"no_servers": "No servers linked to account",
2019-09-23 00:32:13 +00:00
"no_token": "Provide a token or select manual setup",
2019-09-20 00:32:11 +00:00
"not_found": "Plex server not found"
},
"step": {
2019-09-23 00:32:13 +00:00
"manual_setup": {
"data": {
"host": "Host",
"port": "Port",
"ssl": "Use SSL",
"token": "Token (if required)",
"verify_ssl": "Verify SSL certificate"
},
"title": "Plex server"
},
2019-09-20 00:32:11 +00:00
"select_server": {
"data": {
"server": "Server"
},
"description": "Multiple servers available, select one:",
"title": "Select Plex server"
},
"user": {
"data": {
2019-09-23 00:32:13 +00:00
"manual_setup": "Manual setup",
2019-09-20 00:32:11 +00:00
"token": "Plex token"
},
2019-09-23 00:32:13 +00:00
"description": "Enter a Plex token for automatic setup or manually configure a server.",
2019-09-20 00:32:11 +00:00
"title": "Connect Plex server"
}
},
"title": "Plex"
2019-09-27 00:32:12 +00:00
},
"options": {
"step": {
"plex_mp_settings": {
"data": {
"show_all_controls": "Show all controls",
"use_episode_art": "Use episode art"
},
"description": "Options for Plex Media Players"
}
}
2019-09-20 00:32:11 +00:00
}
}