mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add a message to home when no libraries have been created (#798)
* Add a prompt to home when no libraries exist Resolves: #642 * Replace let with var in homesection.js * Use centerMessage class in "no library" prompt * Fix invalid closing tag * Change \"no library\" prompt description for admins
This commit is contained in:
parent
7e6cbe685c
commit
805394d9a3
2 changed files with 40 additions and 16 deletions
|
@ -36,6 +36,7 @@
|
|||
"Artists": "Artists",
|
||||
"AsManyAsPossible": "As many as possible",
|
||||
"Ascending": "Ascending",
|
||||
"AskAdminToCreateLibrary": "Ask an administrator to create a library.",
|
||||
"AspectRatio": "Aspect Ratio",
|
||||
"AttributeNew": "New",
|
||||
"Audio": "Audio",
|
||||
|
@ -1032,6 +1033,7 @@
|
|||
"Next": "Next",
|
||||
"NextUp": "Next Up",
|
||||
"No": "No",
|
||||
"NoCreatedLibraries": "Seems like you haven't created any libraries yet. {0}Would you like to create one now?{1}",
|
||||
"NoNewDevicesFound": "No new devices found. To add a new tuner, close this dialog and enter the device information manually.",
|
||||
"NoNextUpItemsMessage": "None found. Start watching your shows!",
|
||||
"NoPluginConfigurationMessage": "This plugin has no settings to configure.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue