1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update local pin feature

This commit is contained in:
Luke Pulverenti 2016-02-21 01:25:25 -05:00
parent cd9c4775c2
commit b587424b5c
15 changed files with 152 additions and 13 deletions

View file

@ -60,6 +60,8 @@
"LabelAddConnectSupporterHelp": "To add a user who isn't listed, you'll need to first link their account to Emby Connect from their user profile page.",
"LabelPinCode": "Pin code:",
"OptionHideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"HeaderEnterPinCode": "Enter Pin Code",
"ButtonEnterPinCode": "Enter pin code",
"HeaderSync": "Sync",
"ButtonOk": "Ok",
"ButtonCancel": "Cancel",
@ -1531,5 +1533,6 @@
"HeaderNewRecording": "New Recording",
"ButtonAdvanced": "Advanced",
"LabelCodecIntrosPath": "Codec intros path:",
"LabelCodecIntrosPathHelp": "A folder containing video files. If an intro video file name matches the video codec, audio codec, audio profile, or a tag, then it will be played prior to the main feature."
"LabelCodecIntrosPathHelp": "A folder containing video files. If an intro video file name matches the video codec, audio codec, audio profile, or a tag, then it will be played prior to the main feature.",
"ButtonEnterPinCodeHelp": "Sign in to an Emby TV app by entering the on-screen pin code."
}

View file

@ -1368,6 +1368,8 @@
"TitleForgotPassword": "Forgot Password",
"TitlePasswordReset": "Password Reset",
"LabelPasswordRecoveryPinCode": "Pin code:",
"HeaderEnterPinCode": "Enter Pin Code",
"ButtonEnterPinCode": "Enter pin code",
"HeaderPasswordReset": "Password Reset",
"HeaderParentalRatings": "Parental Ratings",
"HeaderVideoTypes": "Video Types",
@ -1539,5 +1541,6 @@
"LabelCodecIntrosPathHelp": "A folder containing video files. If an intro video file name matches the video codec, audio codec, audio profile, or a tag, then it will be played prior to the main feature.",
"OptionConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format",
"OptionConvertRecordingsToStreamingFormatHelp": "Recordings will be converted on the fly to MP4 for easy playback on your devices.",
"FeatureRequiresEmbyPremiere": "This feature requires an active Emby Premiere subscription."
"FeatureRequiresEmbyPremiere": "This feature requires an active Emby Premiere subscription.",
"ButtonEnterPinCodeHelp": "Sign in to an Emby TV app by entering the on-screen pin code."
}

View file

@ -958,5 +958,8 @@
"ButtonOff": "Off",
"TitleHardwareAcceleration": "Hardware Acceleration",
"HardwareAccelerationWarning": "Enabling hardware acceleration may cause instability in some environments. If you have difficulty playing video after enabling this, you'll need to change the setting back to Auto.",
"HeaderSelectCodecIntrosPath": "Select Codec Intros Path"
"HeaderSelectCodecIntrosPath": "Select Codec Intros Path",
"PinCodeInvalid": "Pin Code Error",
"PinCodeInvalidMessage": "Invalid or expired pin code entered. Please try again.",
"PinCodeConfirmedMessage": "Pin code confirmed. {0} will automatically sign you in."
}

View file

@ -968,5 +968,8 @@
"HeaderSelectCodecIntrosPath": "Select Codec Intros Path",
"ButtonLocalRefresh": "Local refresh",
"ButtonAddMissingData": "Add missing data only",
"ButtonFullRefresh": "Full refresh"
"ButtonFullRefresh": "Full refresh",
"PinCodeInvalid": "Pin Code Error",
"PinCodeInvalidMessage": "Invalid or expired pin code entered. Please try again.",
"PinCodeConfirmedMessage": "Pin code confirmed. {0} will automatically login."
}