mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2204 from OancaAndrei/syncplay-settings
This commit is contained in:
commit
6dffc58e29
15 changed files with 407 additions and 18 deletions
|
@ -455,6 +455,9 @@
|
|||
"HeaderSubtitleProfilesHelp": "Subtitle profiles describe the subtitle formats supported by the device.",
|
||||
"HeaderSyncPlayEnabled": "SyncPlay enabled",
|
||||
"HeaderSyncPlaySelectGroup": "Join a group",
|
||||
"HeaderSyncPlaySettings": "SyncPlay Settings",
|
||||
"HeaderSyncPlayPlaybackSettings": "Playback",
|
||||
"HeaderSyncPlayTimeSyncSettings": "Time sync",
|
||||
"HeaderSystemDlnaProfiles": "System Profiles",
|
||||
"HeaderTaskTriggers": "Task Triggers",
|
||||
"HeaderThisUserIsCurrentlyDisabled": "This user is currently disabled",
|
||||
|
@ -869,6 +872,23 @@
|
|||
"LabelSyncPlaySyncMethod": "Sync method:",
|
||||
"LabelSyncPlayTimeSyncDevice": "Time syncing with:",
|
||||
"LabelSyncPlayTimeSyncOffset": "Time offset:",
|
||||
"LabelSyncPlaySettingsDescription": "Change SyncPlay preferences",
|
||||
"LabelSyncPlaySettingsExtraTimeOffset": "Extra time offset:",
|
||||
"LabelSyncPlaySettingsExtraTimeOffsetHelp": "Manually adjust time offset with selected device for time sync. Tweak with care.",
|
||||
"LabelSyncPlaySettingsSyncCorrection": "Sync Correction",
|
||||
"LabelSyncPlaySettingsSyncCorrectionHelp": "Enable active syncing of playback by either speeding up the media or by seeking to the estimated position. Disable this in case of heavy stuttering.",
|
||||
"LabelSyncPlaySettingsMinDelaySpeedToSync": "SpeedToSync minimum delay:",
|
||||
"LabelSyncPlaySettingsMinDelaySpeedToSyncHelp": "Minimum playback delay after which SpeedToSync attempts to correct playback position.",
|
||||
"LabelSyncPlaySettingsMaxDelaySpeedToSync": "SpeedToSync maximum delay:",
|
||||
"LabelSyncPlaySettingsMaxDelaySpeedToSyncHelp": "Maximum playback delay after which SkipToSync is used instead of SpeedToSync.",
|
||||
"LabelSyncPlaySettingsSpeedToSyncDuration": "SpeedToSync duration:",
|
||||
"LabelSyncPlaySettingsSpeedToSyncDurationHelp": "Amount of time used by SpeedToSync to correct playback position.",
|
||||
"LabelSyncPlaySettingsMinDelaySkipToSync": "SkipToSync minimum delay:",
|
||||
"LabelSyncPlaySettingsMinDelaySkipToSyncHelp": "Minimum playback delay after which SkipToSync attempts to correct playback position.",
|
||||
"LabelSyncPlaySettingsSpeedToSync": "Enable SpeedToSync",
|
||||
"LabelSyncPlaySettingsSpeedToSyncHelp": "Sync correction method that consist in speeding up the playback. Sync Correction must be enabled.",
|
||||
"LabelSyncPlaySettingsSkipToSync": "Enable SkipToSync",
|
||||
"LabelSyncPlaySettingsSkipToSyncHelp": "Sync correction method that consist in seeking to the estimated position. Sync Correction must be enabled.",
|
||||
"LabelTag": "Tag:",
|
||||
"LabelTagline": "Tagline:",
|
||||
"LabelTextBackgroundColor": "Text background color:",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue