mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Merge pull request #2743 from thornbill/remove-html-translation
This commit is contained in:
commit
0dde17fbd7
@ -1034,14 +1034,14 @@
|
|||||||
"MessageSyncPlayErrorMissingSession": "Failed to enable SyncPlay! Missing session.",
|
"MessageSyncPlayErrorMissingSession": "Failed to enable SyncPlay! Missing session.",
|
||||||
"MessageSyncPlayErrorNoActivePlayer": "No active player found. SyncPlay has been disabled.",
|
"MessageSyncPlayErrorNoActivePlayer": "No active player found. SyncPlay has been disabled.",
|
||||||
"MessageSyncPlayGroupDoesNotExist": "Failed to join group because it does not exist.",
|
"MessageSyncPlayGroupDoesNotExist": "Failed to join group because it does not exist.",
|
||||||
"MessageSyncPlayGroupWait": "<b>{0}</b> is buffering…",
|
"MessageSyncPlayGroupWait": "{0} is buffering…",
|
||||||
"MessageSyncPlayIsDisabled": "Permission required to use SyncPlay.",
|
"MessageSyncPlayIsDisabled": "Permission required to use SyncPlay.",
|
||||||
"MessageSyncPlayJoinGroupDenied": "Cannot join group.",
|
"MessageSyncPlayJoinGroupDenied": "Cannot join group.",
|
||||||
"MessageSyncPlayLibraryAccessDenied": "Access to this content is restricted.",
|
"MessageSyncPlayLibraryAccessDenied": "Access to this content is restricted.",
|
||||||
"MessageSyncPlayNoGroupsAvailable": "No groups available. Start playing something first.",
|
"MessageSyncPlayNoGroupsAvailable": "No groups available. Start playing something first.",
|
||||||
"MessageSyncPlayPlaybackPermissionRequired": "Playback permission required.",
|
"MessageSyncPlayPlaybackPermissionRequired": "Playback permission required.",
|
||||||
"MessageSyncPlayUserJoined": "<b>{0}</b> has joined the group.",
|
"MessageSyncPlayUserJoined": "{0} has joined the group.",
|
||||||
"MessageSyncPlayUserLeft": "<b>{0}</b> has left the group.",
|
"MessageSyncPlayUserLeft": "{0} has left the group.",
|
||||||
"MessageTheFollowingLocationWillBeRemovedFromLibrary": "The following media locations will be removed from your library:",
|
"MessageTheFollowingLocationWillBeRemovedFromLibrary": "The following media locations will be removed from your library:",
|
||||||
"MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again.",
|
"MessageUnableToConnectToServer": "We're unable to connect to the selected server right now. Please ensure it is running and try again.",
|
||||||
"MessageUnsetContentHelp": "Content will be displayed as plain folders. For best results use the metadata manager to set the content types of sub-folders.",
|
"MessageUnsetContentHelp": "Content will be displayed as plain folders. For best results use the metadata manager to set the content types of sub-folders.",
|
||||||
|
Loading…
Reference in New Issue
Block a user