mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 11:13:32 +01:00
add connect error handling
This commit is contained in:
@@ -453,5 +453,7 @@
|
||||
"MessageYouHaveAnActiveRecurringMembership": "You have an active {0} membership. You can upgrade your plan using the options below.",
|
||||
"ButtonDelete": "Delete",
|
||||
"HeaderMediaBrowserAccountAdded": "Media Browser Account Added",
|
||||
"MessageMediaBrowserAccontAdded": "A Media Browser account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email."
|
||||
"MessageMediaBrowserAccontAdded": "A Media Browser account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
|
||||
"HeaderMediaBrowserAccountRemoved": "Media Browser Account Removed",
|
||||
"MessageMediaBrowserAccontRemoved": "The Media Browser account has been removed from this user."
|
||||
}
|
||||
|
||||
@@ -1160,5 +1160,6 @@
|
||||
"LabelExtractChaptersDuringLibraryScan": "Extract chapter images during the library scan",
|
||||
"LabelExtractChaptersDuringLibraryScanHelp": "If enabled, chapter images will be extracted when videos are imported during the library scan. If disabled they will be extracted during the chapter images scheduled task, allowing the regular library scan to complete faster.",
|
||||
"LabelConnectUserName": "Media Browser username/email:",
|
||||
"LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address."
|
||||
"LabelConnectUserNameHelp": "Connect this user to a Media Browser account to enable easy sign-in access from any app without having to know the server ip address.",
|
||||
"ButtonLearnMoreAboutMediaBrowserConnect": "Learn more about Media Browser Connect"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user