Files
eh_downloader_flutter/lib/l10n/app_en.arb
2024-02-17 15:22:26 +08:00

154 lines
6.0 KiB
Plaintext

{
"@@locale": "en",
"title": "E-Hentai Downloader Dashboard",
"serverHost": "EH Downloader Server Host",
"apiPath": "API Path",
"username": "Username",
"password": "Password",
"save": "Save",
"login": "Login",
"titleBar": "EH Downloader",
"incorrectUserPassword": "Incorrect username or password.",
"networkError": "Network error.",
"internalError": "Some internal error occurred. Please send the log file to the developer.",
"setServerUrl": "Server URL Settings",
"createRootUser": "Create Root User",
"skip": "Skip",
"create": "Create",
"settings": "Settings",
"lang": "Language",
"systemLang": "System Language",
"reset": "Reset",
"galleries": "Galleries",
"loading": "Loading...",
"gallery": "Gallery",
"useTitleJpn": "Use Japanese title first",
"showNsfw": "Show NSFW image by default",
"read": "Read",
"download": "Download",
"colon": ":",
"copyImage": "Copy image to clipboard",
"copyImgUrl": "Copy image URL to clipboard",
"retry": "Retry",
"displayAd": "Display Ad pages",
"showTranslatedTag": "Show translated tag (Chinese only)",
"none": "none",
"sortByGid": "Sort by gallery id",
"asc": "Ascending",
"desc": "Descending",
"saveAs": "Save As",
"posted": "Posted",
"visible": "Visible",
"yes": "Yes",
"no": "No",
"fileSize": "File Size",
"pageLength": "Length",
"pages": "{value} pages",
"@pages": {
"placeholders": {
"value": {
"type": "int",
"format": "decimalPattern"
}
}
},
"gid": "Gallery Id",
"tagGalleries": "Galleries tagged {tag}",
"@tagGalleries": {
"placeholders": {
"tag": {
"type": "String"
}
}
},
"tagUploaderGalleries": "Galleries tagged {tag} by {uploader}",
"@tagUploaderGalleries": {
"placeholders": {
"tag": {
"type": "String"
},
"uploader": {
"type": "String"
}
}
},
"uploaderGalleries": "Galleries uploaded by {uploader}",
"@uploaderGalleries": {
"placeholders": {
"uploader": {
"type": "String"
}
}
},
"downloadAsZip": "Download as ZIP file",
"exportAd": "Export pages which marked as ads",
"maxZipFilenameLength": "Maximum length of filenames in Zip files",
"downloadComplete": "Download completed.",
"downloadZipFailed": "Failed to download ZIP file.",
"rating": "Rating",
"preventScreenCapture": "Prevent screen capture",
"seeMoreInfo": "See more information",
"markAsNsfw": "Mark as NSFW",
"markAsSfw": "Mark as SFW",
"markAsAd": "Mark as Ad",
"markAsNonAd": "Mark as non-Ad",
"serverSettings": "Server Settings",
"useEx": "Use exhentai.org.",
"mpv": "Fetch page data from Multi-Page Viewer.",
"downloadOriginalImg": "Download original images.",
"exportZipJpnTitle": "Use japanese title first when exporting zip.",
"removePreviousGallery": "Remove old galleries which replaced by new ones.",
"serverDbPath": "The folder where the database is stored",
"serverDbPathHelp": "If not set, the download location is used.",
"userAgent": "User Agent",
"useBrowserUA": "Use current browser's user agent",
"downloadLocation": "Download location",
"enterCookies": "Enter cookies here",
"enterNewCookies": "Enter new cookies here",
"maxTaskCount": "Maximum number of parallel tasks",
"invalidNumber": "Invalid number.",
"numberOutOfRange": "The number is out of range.",
"maxRetryCount": "Maximum retry count",
"maxDownloadImgCount": "Maximum number of parallel downloads of images",
"listeningPort": "Listening port",
"listeningHostname": "Listening host",
"meiliHost": "Meilisearch server host",
"meiliUpdateApiKey": "Meilisearch API key for updating gallery metadata",
"meiliSearchApiKey": "Meilisearch API key for searching",
"ffmpegPath": "The path to the ffmpeg binary",
"thumbnailMethod": "The method used to generate thumbnail",
"thumbnailMethod0": "ffmpeg binary",
"thumbnailMethod1": "ffmpeg API",
"thumbnailDir": "The folder used to store thumbnails",
"imgVerifySecret": "The secret of image verify",
"flutterFrontend": "The path of flutter frontend",
"fetchTimeout": "Fetch timeout",
"downloadTimeout": "Download timeout",
"downloadTimeoutHelp": "The download will be terminated when nothing is received within the specified time period.",
"millisecond": "millisecond",
"ffprobePath": "The path to the ffprobe binary",
"corsCredentialsHostsHint": "eg. https://ehf.lifegpc.com",
"invalidURL": "Invalid URL.",
"invalidURLOrigin": "Invalid URL origin.",
"httpHttpsNeeded": "Unsupported scheme. Only https or http are supported.",
"corsCredentialsHosts": "The URL origins which are allowed to send CORS requests with credentials",
"corsCredentialsHostsHelp": "Add websites to this list can lead to security risks, make sure you trust these websites.",
"galleryDetails": "Gallery Details",
"title2": "Title",
"titleJpn": "Japanese Title",
"meiliHosts": "Meilisearch server hostname for specific domains",
"meiliHostsHelp": "Requests from these domains will receive the corresponding Meilisearch server hostname.",
"keyIsEmpty": "Key is empty.",
"keyIsExists": "Key is exists.",
"redirectToFlutter": "Redirect to Flutter frontend when accessing the root URL.",
"downloadTimeoutCheckInterval": "The interval of checking download timeout",
"downloadTimeoutCheckIntervalHelp": "The smaller the value, the more accurate the timeout detection, but the higher CPU usage.",
"dockerHelper": "The server is running in a Docker container. Unless you know what you are doing, do not change this setting.",
"taskManager": "Task Manager",
"waiting": "Waiting",
"running": "Running",
"finished": "Finished",
"failed": "Failed",
"allTasks": "All Tasks"
}