mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Implement syncplay permissions for a user
This commit is contained in:
parent
56ee678fc2
commit
a18bca9d8c
6 changed files with 64 additions and 23 deletions
|
@ -862,6 +862,10 @@
|
|||
"LabelSyncplayNewGroupDescription": "Create a new group",
|
||||
"LabelSyncplayLeaveGroup": "Leave group",
|
||||
"LabelSyncplayLeaveGroupDescription": "Disable Syncplay",
|
||||
"LabelSyncplayAccessCreateAndJoinGroups": "Allow user to create and join groups",
|
||||
"LabelSyncplayAccessJoinGroups": "Allow user to join groups",
|
||||
"LabelSyncplayAccessNone": "Disabled for this user",
|
||||
"LabelSyncplayAccess": "Syncplay access",
|
||||
"LabelTVHomeScreen": "TV mode home screen:",
|
||||
"LabelTag": "Tag:",
|
||||
"LabelTagline": "Tagline:",
|
||||
|
@ -1031,6 +1035,7 @@
|
|||
"MessageSyncplayUserLeft": "<b>{0}</b> left group.",
|
||||
"MessageSyncplayGroupWait": "<b>{0}</b> is buffering...",
|
||||
"MessageSyncplayNoGroupsAvailable": "No groups available.",
|
||||
"MessageSyncplayPermissionRequired": "Permission required to create a group.",
|
||||
"Metadata": "Metadata",
|
||||
"MetadataManager": "Metadata Manager",
|
||||
"MetadataSettingChangeHelp": "Changing metadata settings will affect new content that is added going forward. To refresh existing content, open the detail screen and click the refresh button, or perform bulk refreshes using the metadata manager.",
|
||||
|
@ -1379,6 +1384,7 @@
|
|||
"Suggestions": "Suggestions",
|
||||
"Sunday": "Sunday",
|
||||
"Sync": "Sync",
|
||||
"SyncplayAccessHelp": "Select the level of access this user has to the Syncplay feature. Syncplay enables to sync playback with other users.",
|
||||
"SystemDlnaProfilesHelp": "System profiles are read-only. Changes to a system profile will be saved to a new custom profile.",
|
||||
"TV": "TV",
|
||||
"TabAccess": "Access",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue