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

Merge pull request #3181 from PetrusZ/auto-collection

Add AutoCollection option to libraryoptionseditor
This commit is contained in:
Bill Thornton 2021-11-19 23:45:36 -05:00 committed by GitHub
commit 4db454d95e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 0 deletions

View file

@ -533,6 +533,8 @@
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelAudioSampleRate": "Audio sample rate:",
"LabelAuthProvider": "Authentication Provider:",
"LabelAutomaticallyAddToCollection": "Automatically add to collection",
"LabelAutomaticallyAddToCollectionHelp": "When at least 2 movies have the same collection name, they will be automatically added to the collection",
"LabelAutoDiscoveryTracing": "Enable Auto Discovery tracing.",
"LabelAutoDiscoveryTracingHelp": "When enabled, packets received on the auto discovery port will be logged.",
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",

View file

@ -402,6 +402,8 @@
"LabelArtists": "艺术家:",
"LabelArtistsHelp": "将多个艺术家用分号分隔。",
"LabelAudioLanguagePreference": "首选音频语言:",
"LabelAutomaticallyAddToCollection": "自动添加到合集",
"LabelAutomaticallyAddToCollectionHelp": "当至少有2个电影拥有相同的合集名称时它们将会自动添加到合集中",
"LabelAutomaticallyRefreshInternetMetadataEvery": "自动从互联网获取元数据并刷新:",
"LabelBindToLocalNetworkAddress": "监听的本地网络地址:",
"LabelBindToLocalNetworkAddressHelp": "覆盖 HTTP 服务器绑定的本地 IP 地址。如果留空,服务器将会监听所有可用的地址。重启后生效。",