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

Merge pull request #1393 from jellyfin/repos

Initial work for repository configuration
This commit is contained in:
dkanada 2020-06-22 22:52:08 +09:00 committed by GitHub
commit d93911c407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 214 additions and 25 deletions

View file

@ -1024,6 +1024,13 @@
"MessageItemsAdded": "Items added.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item or the global default value.",
"MessageNoAvailablePlugins": "No available plugins.",
"MessageNoRepositories": "No repositories.",
"HeaderNewRepository": "New Repository",
"LabelRepositoryUrl": "Repository URL",
"LabelRepositoryUrlHelp": "The location of the repository manifest you want to include.",
"LabelRepositoryName": "Repository Name",
"LabelRepositoryNameHelp": "A custom name to distinguish this repository from any others added to your server.",
"MessageAddRepository": "If you wish to add a repository, click the button next to the header and fill out the requested information.",
"MessageNoCollectionsAvailable": "Collections allow you to enjoy personalized groupings of Movies, Series, and Albums. Click the + button to start creating collections.",
"MessageNoGenresAvailable": "Enable some metadata providers to pull genres from the internet.",
"MessageNoMovieSuggestionsAvailable": "No movie suggestions are currently available. Start watching and rating your movies, and then come back to view your recommendations.",
@ -1415,6 +1422,7 @@
"TabAlbums": "Albums",
"TabArtists": "Artists",
"TabCatalog": "Catalog",
"TabRepositories": "Repositories",
"TabChannels": "Channels",
"TabCodecs": "Codecs",
"TabCollections": "Collections",