mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Migrate to ES6
This commit is contained in:
parent
e5f0d77c30
commit
ae5fa9d304
13 changed files with 220 additions and 227 deletions
|
@ -48,7 +48,7 @@
|
|||
"AuthProviderHelp": "Select an Authentication Provider to be used to authenticate this user's password.",
|
||||
"Auto": "Auto",
|
||||
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
|
||||
"Authorize": "authorize",
|
||||
"Authorize": "Authorize",
|
||||
"Backdrop": "Backdrop",
|
||||
"Backdrops": "Backdrops",
|
||||
"Banner": "Banner",
|
||||
|
@ -816,6 +816,7 @@
|
|||
"LabelPublicHttpPortHelp": "The public port number that should be mapped to the local HTTP port.",
|
||||
"LabelPublicHttpsPort": "Public HTTPS port number:",
|
||||
"LabelPublicHttpsPortHelp": "The public port number that should be mapped to the local HTTPS port.",
|
||||
"LabelQuickConnectCode": "Quick connect code:",
|
||||
"LabelReadHowYouCanContribute": "Learn how you can contribute.",
|
||||
"LabelReasonForTranscoding": "Reason for transcoding:",
|
||||
"LabelRecord": "Record:",
|
||||
|
@ -1322,8 +1323,12 @@
|
|||
"QuickConnect": "Quick Connect",
|
||||
"QuickConnectActivationSuccessful": "Successfully activated",
|
||||
"QuickConnectAuthorizeCode": "Authorize request {0} to continue",
|
||||
"QuickConnectNoPending": "No pending login requests",
|
||||
"QuickConnectNotAvailable": "Quick connect is not available on this server",
|
||||
"QuickConnectAuthorizeSuccess": "Request authorized",
|
||||
"QuickConnectAuthorizeFail": "Unknown quick connect code",
|
||||
"QuickConnectDescription": "To sign in with quick connect, select the Quick Connect button on the device you are logging in from and enter the displayed code below.",
|
||||
"QuickConnectInvalidCode": "Invalid quick connect code",
|
||||
"QuickConnectNotAvailable": "Ask your server administrator to enable quick connect",
|
||||
"QuickConnectNotActive": "Quick connect is not active on this server",
|
||||
"Raised": "Raised",
|
||||
"Rate": "Rate",
|
||||
"RecentlyWatched": "Recently watched",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue