mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add advanced setting
This commit is contained in:
parent
982dae32cf
commit
0c55a975f9
6 changed files with 161 additions and 153 deletions
|
@ -2505,5 +2505,7 @@
|
|||
"ButtonAddMissingData": "Add missing data only",
|
||||
"ButtonFullRefresh": "Full refresh",
|
||||
"ValueExample": "1:00 PM",
|
||||
"ButtonGotIt": "Got It"
|
||||
"ButtonGotIt": "Got It",
|
||||
"OptionEnableAnonymousUsageReporting": "Enable anonymous usage reporting",
|
||||
"OptionEnableAnonymousUsageReportingHelp": "Allow Emby to collect anonymous data such as installed plugins, the version numbers of your Emby apps, etc. This information is only used for the purpose of improving the software."
|
||||
}
|
||||
|
|
|
@ -40,9 +40,9 @@
|
|||
"ButtonPrivacyPolicy": "Privacy policy",
|
||||
"ButtonTermsOfService": "Terms of Service",
|
||||
"HeaderDeveloperOptions": "Developer Options",
|
||||
"OptionEnableWebClientResponseCache": "Enable web client response caching",
|
||||
"OptionDisableForDevelopmentHelp": "Configure these as needed for web client development purposes.",
|
||||
"OptionEnableWebClientResourceMinification": "Enable web client resource minification",
|
||||
"OptionEnableWebClientResponseCache": "Enable web response caching",
|
||||
"OptionDisableForDevelopmentHelp": "Configure these as needed for web development purposes.",
|
||||
"OptionEnableWebClientResourceMinification": "Enable web resource minification",
|
||||
"LabelDashboardSourcePath": "Web client source path:",
|
||||
"LabelDashboardSourcePathHelp": "If running the server from source, specify the path to the dashboard-ui folder. All web client files will be served from this location.",
|
||||
"ButtonConvertMedia": "Convert media",
|
||||
|
@ -2505,5 +2505,7 @@
|
|||
"ButtonAddMissingData": "Add missing data only",
|
||||
"ButtonFullRefresh": "Full refresh",
|
||||
"ValueExample": "1:00 PM",
|
||||
"ButtonGotIt": "Got It"
|
||||
"ButtonGotIt": "Got It",
|
||||
"OptionEnableAnonymousUsageReporting": "Enable anonymous usage reporting",
|
||||
"OptionEnableAnonymousUsageReportingHelp": "Allow Emby to collect anonymous data such as installed plugins, the version numbers of your Emby apps, etc. This information is only used for the purpose of improving the software."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue