Update search

This commit is contained in:
2024-10-24 08:56:01 +00:00
committed by GitHub
parent 4334346632
commit 7782c9adec
10 changed files with 230 additions and 46 deletions

View File

@@ -333,5 +333,9 @@
"translationFile": "Tnanslation file",
"translationFileHelp": "The path to json file contains tag's translation. Will download from website if this is empty.",
"thumbnailFormat": "Thumbnail format",
"thumbnailFormatHelp": "Webp is not supported in ffmpeg API method."
"thumbnailFormatHelp": "Webp is not supported in ffmpeg API method.",
"search": "Search",
"maxSearchSuggestions": "Maximum results of search suggestions",
"ok": "Ok",
"changeSettings": "Change settings"
}

View File

@@ -333,5 +333,9 @@
"translationFile": "翻译文件",
"translationFileHelp": "包含标签翻译的JSON文件路径。未指定时将从网站上下载。",
"thumbnailFormat": "缩略图格式",
"thumbnailFormatHelp": "ffmpeg API方式不支持webp格式。"
"thumbnailFormatHelp": "ffmpeg API方式不支持webp格式。",
"search": "搜索",
"maxSearchSuggestions": "最大搜索建议结果数量",
"ok": "确定",
"changeSettings": "修改设置"
}