mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
35 lines
1.6 KiB
JSON
35 lines
1.6 KiB
JSON
{
|
|
"no_changed": "Nothing was changed.",
|
|
"saved": "Saved.",
|
|
"failed": "Failed to fetch settings.",
|
|
"need_restart": " Some settings require a restart to take effect.",
|
|
"download_original_img": "Download original images.",
|
|
"ex": "Use exhentai.org.",
|
|
"mpv": "Fetch page data from Multi-Page Viewer.",
|
|
"base": "Download location: ",
|
|
"ua": "User Agent: ",
|
|
"ua_now": "Use current browser's user agent.",
|
|
"cookies": "Cookies: ",
|
|
"enter_cookies": "Enter cookies here",
|
|
"enter_new_cookies": "Enter new cookies here",
|
|
"max_task_count": "Maximum number of parallel tasks: ",
|
|
"max_retry_count": "Maximum retry count: ",
|
|
"max_download_img_count": "Maximum number of parallel downloads of images: ",
|
|
"save_dlg": "Do you want to save settings?",
|
|
"db_path": "The folder where the database is stored: ",
|
|
"db_path_help": "If not set, the download location is used.",
|
|
"port": "Listening port: ",
|
|
"export_zip_jpn_title": "Use japanese title first when exporting zip.",
|
|
"hostname": "Listening host: ",
|
|
"meili_host": "Meilisearch server host: ",
|
|
"meili_update_api_key": "Meilisearch API key for updating gallery metadata: ",
|
|
"meili_search_api_key": "Meilisearch API key for searching: ",
|
|
"ffmpeg_path": "The path to the ffmpeg binary: ",
|
|
"thumbnail_method": "The method used to generate thumbnail: ",
|
|
"thumbnail_method0": "ffmpeg binary",
|
|
"thumbnail_method1": "ffmpeg API",
|
|
"thumbnail_dir": "The folder used to store thumbnails: ",
|
|
"remove_previous_gallery": "Remove old galleries which replaced by new ones.",
|
|
"img_verify_secret": "The secret of image verify: "
|
|
}
|