Files
PicList/src/renderer/i18n/locales/en.json
2025-08-09 10:49:46 +08:00

989 lines
51 KiB
JSON

{
"app": { "title": "PicList" },
"titleBar": { "alwaysOnTop": "Always On Top", "close": "Close", "minimize": "Minimize", "miniWindow": "Mini Window" },
"common": { "confirm": "Confirm", "cancel": "Cancel", "close": "Close", "reset": "Reset", "import": "Import" },
"navigation": {
"upload": "Upload",
"manage": "Manage",
"gallery": "Gallery",
"settings": "Settings",
"plugins": "Plugins",
"picbed": "PicBed",
"close": "Close",
"copyPicBedConfig": "Copy PicBed Config",
"selected": "Selected",
"moreOptions": "More Options",
"picBedQrCode": "PicBed QR Code",
"choosePicBed": "Choose PicBed",
"selectPicBeds": "Select PicBeds",
"copySuccess": "Copy Success"
},
"settings": {
"theme": {
"light": "Light",
"dark": "Dark",
"auto": "Auto",
"lightDesc": "Light Mode",
"darkDesc": "Dark Mode",
"autoDesc": "Auto Mode",
"toggle": "Toggle Theme"
}
},
"pages": {
"upload": {
"uploadViewHint": "Click to open picbeds settings",
"imageProcessName": "Image Processing",
"changePicBed": "Change PicBed",
"dragFileToHere": "Drag file to here, or click to upload",
"dragValidPictureOrUrl": "Please drag a valid picture file or URL here",
"uploadHint": "All formats are supported, but images are recommended",
"uploadFailed": "Upload Failed",
"quickUpload": "Quick Upload",
"clipboardPicture": "Clipboard",
"clickToUpload": "Click to Upload",
"urlUpload": "URL Upload",
"inputUrlTip": "Please enter URL",
"httpPrefixTip": "Starts with http:// or https://",
"inputValidUrl": "Please enter a valid URL",
"linkFormat": "Link Format",
"outputFormat": "Output Format",
"urlType": { "title": "Link Type", "normal": "Long Link", "short": "Short Link" }
},
"imageProcess": {
"title": "Image Processing Settings",
"description": "Configure image processing options, including compression, watermarking, format conversion, etc.",
"generalSettings": "General",
"watermarkSettings": "Watermark",
"transformSettings": "Transform",
"cancel": "Cancel",
"confirm": "Confirm",
"general": {
"skipProcessExtList": "Skip Processed File Extensions",
"skipProcessExtListLabel": "Skip Processed Extensions",
"skipProcessExtListPlaceholder": "Enter file extensions to skip processing, separated by commas (e.g.: jpg,png,gif)",
"basicImageProcessing": "Basic Image Processing",
"isRemoveExif": "Remove Exif Information",
"quality": "Compression Quality (1-100)",
"formatConversion": "Image Format Conversion",
"isConvert": "Convert Format",
"destinationFormat": "Destination Format",
"specificFormatConversion": "Specific Format Conversion, please fill in JSON format, such as: {'{'}\"png\": \"jpg\"{'}'}"
},
"watermark": {
"title": "Watermark Settings",
"description": "Add text or image watermark to the image",
"isAdd": "Enable or Disable Watermark",
"type": "Watermark Type",
"text": "Text",
"image": "Image",
"isFullScreen": "Enable Full Screen Watermark",
"degree": "Watermark Rotation Angle",
"scaleRatio": "Watermark Scale Ratio",
"inputText": "Watermark Text",
"inputTextPlaceholder": "Please enter watermark text",
"textFontPath": "Watermark Font Path (Automatically downloaded before first use)",
"textFontPathPlaceholder": "Optional, please enter path",
"color": "Watermark Color, manually enter or use color picker",
"imagePath": "Watermark Image Path (Leave empty to use default image)",
"imagePathPlaceholder": "Optional, please enter path",
"position": "Watermark Position",
"positionOptions": {
"top": "Top",
"bottom": "Bottom",
"left": "Left",
"right": "Right",
"topLeft": "Top Left",
"topRight": "Top Right",
"bottomLeft": "Bottom Left",
"bottomRight": "Bottom Right",
"center": "Center"
}
},
"transform": {
"title": "Transform Settings",
"description": "Adjust image size, rotation, flipping, etc.",
"isFlip": "Vertical Flip",
"isFlop": "Horizontal Flip",
"rotationTitle": "Rotation Settings",
"rotationDescription": "Set image rotation parameters",
"isRotate": "Enable Rotation",
"rotationDegree": "Rotation Angle",
"resizeTitle": "Resize",
"resizeDescription": "Set image scaling parameters",
"isResize": "Enable Resize",
"resizeWidth": "Resize Width (0 means scale by height)",
"resizeHeight": "Resize Height (0 means scale by width)",
"skipResizeOfSmallImgHeight": "Skip resizing when image is smaller than set",
"percentageResize": "Resize by Percentage",
"isResizeByPercent": "Enable Resize by Percentage",
"isResizeByPercentHint": "Higher priority",
"resizePercent": "Resize Percentage (Enter 50 for 50%)"
}
},
"settings": {
"title": "Settings",
"description": "Configure the PicList application",
"docs": "Documentation",
"clickToSet": "Click to Set",
"clickToOpen": "Click to Open",
"system": {
"title": "General",
"languageAndAppearance": "Language and Appearance",
"chooseLanguage": "Choose Language",
"startMode": "Startup Mode",
"quietMode": "Quiet Mode",
"miniMode": "Mini Mode",
"mainMode": "Main Mode",
"noTrayMode": "No Tray Mode",
"windowBehavior": "Window Behavior",
"isHideDock": "Hide Dock Icon",
"hideDockHint": "Cannot hide both dock and tray at the same time",
"needRestart": "Requires restart to take effect",
"mainWindowSize": "Set Main Window Size (Requires Restart)",
"autoCloseMiniWindow": "Close Mini Window when Opening Main Window",
"autoCloseMainWindow": "Close Main Window when Opening Mini Window",
"miniWindowOnTop": "Mini Window On Top",
"isCustomMiniIcon": "Custom Mini Icon",
"customMiniIconPath": "Custom Mini Icon Path",
"startupAndShortcuts": "Startup and Shortcuts",
"autoLaunch": "Auto Launch",
"setShortCuts": "Set Shortcuts",
"setMainWindowSize": "Set Main Window Size (Requires Restart)",
"mainWindowHeight": "Main Window Height",
"mainWindowWidth": "Main Window Width",
"rawPicGoSize": "Original PicGo Window Size, 800x450",
"rawPicGoSizeHint": "Not recommended, only for compatibility with old PicGo window size"
},
"sync": {
"title": "Sync",
"syncConfiguration": "Sync Configuration",
"syncEndpointConfig": "Sync Endpoint Configuration",
"upDownloadSettings": "Upload and Download Settings",
"uploadSettings": "Upload Settings",
"downloadSettings": "Download Settings",
"syncResult": { "success": "Sync Successful", "failed": "Sync Failed" },
"commonConfig": "Common Configuration",
"manageConfig": "Manage Configuration",
"allConfig": "All Configuration",
"migrateFromPicGo": "Migrate from PicGo",
"mirgrateTitle": "Notification",
"mirgrateContent": "You are about to import configuration files and albums from PicGo, which will overwrite the current configuration files and albums. Do you want to continue?",
"mirgrateSuccess": "Import Successful, Please Restart PicList to Take Effect",
"mirgrateFailed": "Import Failed",
"fileManagement": "File Management",
"openConfigFile": "Open Configuration File",
"openConfigFileDir": "Open Configuration File Directory",
"syncConfigNote": "The files to be synced are configuration files",
"selectType": "Please select sync type",
"giteaHost": "Gitea Address",
"webdavEndpoint": "WebDAV Endpoint",
"gitea": {
"username": "Username",
"repo": "Repository Name",
"branch": "Branch Name",
"token": "Access Token"
},
"github": {
"username": "GitHub Username",
"repo": "Private Repository Name",
"branch": "GitHub Branch Name",
"token": "GitHub Access Token"
},
"gitee": {
"username": "Gitee Username",
"repo": "Gitee Repository Name",
"branch": "Gitee Branch Name",
"token": "Gitee Access Token"
},
"webdav": {
"username": "WebDAV Username",
"password": "WebDAV Password",
"savePath": "WebDAV Save Path",
"authType": "WebDAV Auth Type",
"enableSSL": "Enable SSL/TLS"
},
"syncConfigProxy": "Proxy"
},
"upload": {
"title": "Upload",
"uploadBehavior": "Upload Behavior",
"autoImportInManage": "Auto Import Configuration in Management Page",
"autoImportInManageHint": "After enabling, the management page will automatically import the corresponding image bed configuration",
"autoImportPicBed": "Select the image bed to enable auto import",
"enableSecondPicBed": "Enable Second Image Bed Sync Upload",
"enableSecondPicBedHint": "After enabling, it will sync upload to the second image bed for backup",
"setSecondPicBed": "Set Second Image Bed",
"uploadProcessing": "Upload Processing",
"deleteCloud": "Sync delete cloud files when deleting in album",
"manualRname": "Manual Rename",
"timestampRname": "Timestamp Rename",
"advancedRname": "Advanced Rename",
"enableAdvancedRname": "Enable Advanced Rename",
"advancedRnameFormat": "Advanced Rename Format",
"availablePlaceholders": "Available Placeholders",
"copySuccess": "Copy Successful: {content}",
"placeholder": {
"categoryTime": "Time Related",
"categoryHash": "Hash Related",
"categoryFile": "File Related",
"year4": "Year, 4 Digits",
"year2": "Year, 2 Digits",
"month": "Month, 2 Digits",
"date": "Date, 2 Digits",
"hour": "Hour, 2 Digits",
"minute": "Minute, 2 Digits",
"second": "Second, 2 Digits",
"millisecond": "Millisecond, 3 Digits",
"timestamp": "Timestamp, 13 Digits",
"md5": "MD5 Hash",
"md5-16": "MD5 Hash (First 16 Digits)",
"localFolder": "Local Folder Structure",
"filename": "Original File Name",
"randomString": "Random String (number of digits)",
"uuid": "Random UUID"
},
"imageProcessing": "Image Processing Settings",
"deleteLocalFileAfterUpload": "Delete Local File After Upload",
"clipboardAndNotification": "Clipboard and Notification",
"enableUploadNotification": "Enable Upload Progress Notification",
"enableUploadResultNotification": "Enable Upload Result Notification",
"autoCopyUrlAfterUpload": "Auto Copy URL After Upload",
"useBuiltInClipboardUpload": "Use Built-in Clipboard Upload",
"useBuiltInClipboardUploadHint": "When disabled, the script file will be used to obtain images.",
"isAutoListenClipboard": "Automatically listen for clipboard uploads when the software starts.",
"urlFormatAndLinkType": "URL Format and Link Type",
"customLinkFormat": "Custom Link Format",
"urlPlaceholder": "Use placeholder $url to represent the position of the URL",
"fileNamePlaceholder": "Use placeholder $fileName to represent the position of the file name",
"extNamePlaceholder": "Use placeholder $extName to represent the position of the file format",
"enableShortUrl": "Use Short URL",
"shortUrlServer": "Short URL Service",
"c1nToken": "C1N Token",
"yourlsDomain": "Yourls Domain",
"yourlsSignature": "Yourls Signature",
"cfWorkerHost": "CF Worker Address",
"sinkDomain": "Sink Domain",
"sinkToken": "Sink Token",
"encodeOutputUrl": "Escape output (copy) URL",
"chooseShowedPicBed": "Please select the image bed to display in the menu"
},
"advanced": {
"title": "Advanced",
"logging": "Logging",
"logFilePath": "Log File Path",
"setLog": "Set Log",
"logFile": "General Log File",
"guiLogFile": "GUI Log File",
"manageLogFile": "Manage Log File",
"logLevel": "Log Level",
"chooseLogLevel": "Please select log level",
"logFileSize": "Log File Size",
"networkAndProxy": "Network and Proxy",
"setProxyAndMirror": "Set Proxy and Mirror Address",
"uploadProxy": "Upload Proxy",
"pluginInstallProxy": "Plugin Install Proxy",
"pluginInstallMirror": "Plugin Install Mirror",
"serverSettings": "Server Settings",
"enableServer": "Enable Upload API Service",
"uploadServer": "Upload API Service Settings",
"serverSettingsNotice": "If you don't know the purpose of the Upload API Service, please read the documentation or do not modify the configuration.",
"serverHost": "Listen Address",
"serverPort": "Listen Port",
"serverKey": "Authentication Key",
"serverKeyPlaceholder": "Please enter the authentication key to prevent API abuse",
"webServerSettings": "Web Server Settings",
"webServerNotice": "If you don't know the purpose of the Web Server, please read the documentation or do not modify the configuration.",
"enableWebServer": "Enable Web Server",
"webServerHost": "Web Server Listen Address",
"webServerPort": "Web Server Listen Port",
"webServerPath": "Web Server Path",
"webServerPlaceholderHost": "Recommended default address: 127.0.0.1",
"webServerPlaceholderPort": "Recommended default port: 37777",
"serverEncryptionKey": "API Data Encryption Key",
"logLevelList": {
"all": "All",
"success": "Success",
"info": "Info",
"warn": "Warn",
"error": "Error",
"none": "No Log"
}
},
"update": {
"title": "Update",
"applicationUpdates": "Application Updates",
"checkUpdate": "Check for Updates",
"clickToCheck": "Click to Check",
"openUpdateHelper": "Open Update Helper",
"openUpdateHelperDesc": "Show notification when a new version is available",
"currentVersion": "Current Version: {version}",
"newestVersion": "Newest Version: {version}",
"getting": "Getting...",
"hasNewVersion": "PicList has been updated, please click OK to restart and trigger the update",
"networkError": "Network error, please check your network connection"
}
},
"plugin": {
"title": "Plugins",
"description": "PicList Plugin Management",
"importLocal": "Import Local Plugin",
"updateAll": "Update All Plugins",
"list": "Plugin List",
"searchPlaceholder": "Search for PicGo plugins on npm, or click the button above to view the excellent plugin list",
"needRestart": "Need Restart to Take Effect",
"restartApp": "Restart Application",
"loading": "Loading...",
"install": "Install",
"installing": "Installing...",
"installed": "Installed",
"doingSomething": "Doing Something...",
"settings": "Settings",
"disabled": "Disabled",
"noPluginsFound": "No Plugins Found",
"tryDifferentSearch": "Try Different Search Keywords",
"NoPluginsInstalled": "No Plugins Installed",
"installPluginsToGetStarted": "Please install plugins to get started",
"browsePlugins": "Browse Plugins",
"configThing": "Config {c}",
"pluginList": "Plugin List",
"notGuiImplement": "This plugin does not have a GUI implementation, continue?",
"updateSuccess": "Update Success",
"setResult": "Set Result",
"setSuccess": "Set Success"
},
"inputBox": {
"title": "Input Box"
},
"configForm": {
"configName": "Config Name",
"configNamePlaceholder": "Please enter config name"
},
"rename": {
"placeholder": "Please enter new file name"
},
"shortKey": {
"title": "Shortcut Key",
"name": "Shortcut Key Name",
"bind": "Shortcut Key Binding",
"status": "Status",
"source": "Source",
"handle": "Action",
"noBinding": "Not Bound",
"enable": "Enable",
"disable": "Disable",
"enabled": "Enabled",
"disabled": "Disabled",
"edit": "Edit",
"changeUpload": "Change Upload Shortcut",
"keyBinding": "Key Binding",
"pressKeys": "Press the keys to set the shortcut",
"pressHint": "Click the input box and press the keys you want to bind"
},
"picBedConfigs": {
"title": "Config",
"viewDoc": "View Document",
"copyAPI": "Copy API Address",
"noConfigOptions": "No Config Options",
"setSuccess": "Set Success",
"setFailedInfo": "Set Failed, Please Check If Config Options Are Correct",
"loadConfigFailed": "Load Config Failed, Please Check If Config File Is Correct",
"loadPicBedListFailed": "Load PicBed List Failed",
"importConfigSuccess": "Import Config Success",
"importConfigFailed": "Import Config Failed",
"resetSuccess": "Reset Success",
"resetFailed": "Reset Failed, Please Check If Config Options Are Correct",
"viewDocFailed": "View Document Failed",
"noConfigs": "No Configs",
"copyAPISucceed": "Copy API Address Succeed",
"copyAPIFailed": "Copy API Address Failed"
},
"uploaderConfig": {
"title": "PicBed Config",
"selected": "Selected",
"edit": "Edit",
"delete": "Delete",
"addNew": "Add New",
"setAsDefault": "Set as Default PicBed",
"setSuccess": "Set Success",
"deleteTitle": "Notification",
"deleteConfirm": "Are you sure you want to delete this PicBed config?",
"deleteSuccess": "Delete Success"
},
"toolbox": {
"title": "Toolbox",
"description": "Scan the following items immediately to fix usage issues",
"startScan": "Start Scanning",
"success": "Congratulations, no problems were found",
"startFix": "Start Fixing",
"autoFixFail": "Automatic repair failed, please fix the following problems yourself",
"reScan": "Re scanning",
"checkConfigFileBroken": "Check if the configuration file is damaged",
"openConfigFile": "Open configuration file",
"checkGalleryFileBroken": "Check if the album file is damaged",
"checkProblemWithClipboardPicUpload": "Check if there is a problem with clipboard picture upload",
"openFilePath": "Open file path",
"checkProblemWithProxy": "Check if the proxy settings are normal",
"fixDoneNeedReload": "Repair completed, need to restart to take effect, restart or not",
"notice": "Notice"
},
"gallery": {
"title": "Gallery",
"images": "Images",
"syncDelete": "Delete from Cloud",
"hideFilters": "Filters",
"showFilters": "Filters",
"refresh": "Refresh",
"picBedType": "PicBed Type",
"chooseShowedPicBed": "Choose Showed PicBed",
"selected": "Selected",
"dateRange": "Date Range",
"pasteFormat": "Paste Format",
"urlType": "URL Type",
"sort": "Sort",
"sortBy": {
"name": "Name",
"time": "Date",
"ext": "Extension",
"check": "Checked"
},
"searchFilename": "Search by Filename",
"searchUrl": "Search by URL",
"copy": "Copy",
"edit": "Edit",
"delete": "Delete",
"selectAll": "Select All",
"cancel": "Cancel",
"noImagesFound": "No Images Found",
"tryAdjustingFilters": "Try Adjusting Filters or Uploading Some Images",
"changeImageUrl": "Change Image URL",
"batchEditUrl": "Batch Edit URL",
"regexPattern": "Regex Pattern Matched: {matched} Times",
"regexPatternPlaceholder": "For example: ^\\d{4}-\\d{2}-\\d{2}, without the slashes on both sides of the regex",
"replacedWith": "The string to be replaced, placeholders from the custom renaming rules can be used",
"longUrl": "Long URL",
"shortUrl": "Short URL",
"copyLinkSucceed": "Copy Link Succeed",
"notice": "Notice",
"confirmRemove": "Are you sure you want to delete the selected images?",
"cloudDeleteSucceed": "Cloud Delete Succeed",
"cloudDeleteFailed": "Cloud Delete Failed",
"operationSucceed": "Operation Succeed",
"operationFailed": "Operation Failed",
"haveDuplicate": "There are naming duplicates among the selected images, do you want to continue?",
"canceled": "Canceled",
"previewHelp": "Scroll to zoom • Drag to pan • Arrow keys to navigate • ESC to close",
"listView": "List",
"gridView": "Grid",
"isAlwaysForceReload": "No Cache",
"inputRegexTip": "Please enter the matching string",
"noMatch": "No matching items found",
"noItemsNeedRename": "No items need to be renamed"
},
"tray": {
"openMainWindow": "Open Main Window",
"waitForUpload": "Waiting for Upload",
"uploaded": "Uploaded",
"copySuccess": "Copy Success"
},
"manage": {
"login": {
"title": "Image Host Management",
"savedConfigs": "Saved Configurations",
"refresh": "Refresh",
"noConfigs": "No configurations found",
"noConfigsDesc": "Please check your configuration file or reload the page",
"viewDetails": "View details",
"enter": "Enter",
"delete": "Delete",
"selectPlaceholder": "Please select",
"import": "Import",
"save": "Save",
"reset": "Reset",
"configTabTitle": "Existing configurations, click to copy",
"noRequiredMsg": "Please fill in the required fields",
"aliasMsg": "Alias may only contain Chinese characters, letters, numbers, underscores, and hyphens",
"itemsPerPageMsg": "Items per page must be an integer between 20 and 1000",
"configChangeMsg": "Configuration changed",
"configSaveMsg": "Configuration saved",
"deleteConfigSuccessMsg": "Configuration deleted successfully",
"deleteConfigFailedMsg": "Failed to delete configuration",
"copySuccess": "Copied: {text}",
"importSuccess": "Import successful",
"tips": "Tips",
"confirmDeleteConfig": "Are you sure you want to delete this configuration?"
},
"constant": {
"pleaseInput": "Please enter: {name}",
"inputItemsPerPage": "Enter the number of items per page",
"itemsPPBeNumber": "Items per page must be a number",
"itemsPPBeNumberLimit": "Items per page must be between 20 and 1000",
"inputAlias": "Enter an alias, the unique identifier of this configuration",
"aliasRuleMsg": "Alias may only contain Chinese characters, letters, numbers, underscores, and hyphens",
"aliasTip": "Alias may only contain Chinese characters, letters, numbers, underscores, and hyphens",
"itemsPPTip": "Items per page must be between 20 and 1000",
"pagingTip": "When pagination is off, the directory list will use database caching to improve performance",
"bucketNameTip": "Comma-separated, e.g., bucket1,bucket2; corresponds one-to-one with the starting directories",
"baseDirTip": "Comma-separated, e.g., /dir1,/dir2; corresponds one-to-one with the buckets",
"isAutoCustomUrlTip": "When enabled, automatically fetches the domain bound to the bucket",
"aliasDesc": "Configuration alias",
"aliasPlaceholder": "The unique identifier for this configuration",
"pagingDesc": "Enable pagination",
"referText": "For configuration tutorial, see: ",
"accessKeyDesc": "Access Key, available in the console",
"accessKeyPlaceholder": "Please enter Access Key",
"accessKeyIdDesc": "Access Key ID, available in the console",
"accessKeyIdPlaceholder": "Please enter Access Key ID",
"secretIdDesc": "Secret ID, available in the console",
"secretIdPlaceholder": "Please enter Secret ID",
"secretKeyDesc": "Secret Key, available in the console",
"secretKeyPlaceholder": "Please enter Secret Key",
"accessKeySecretDesc": "Access Key Secret, available in the console",
"accessKeySecretPlaceholder": "Please enter Access Key Secret",
"secretKeyIdDesc": "Secret Key, available in the console",
"secretKeyIdPlaceholder": "Please enter Secret Key",
"bucketDesc": "Bucket name, optional",
"bucketPlaceholder": "Comma-separated, e.g., bucket1,bucket2",
"baseDirDesc": "Starting directory, optional",
"baseDirPlaceholder": "Comma-separated, e.g., /dir1,/dir2",
"isAutoGetCustomUrl": "Automatically get bound domain",
"isEnablePaging": "Enable pagination",
"itemsPerPage": "Items per page",
"userNameDesc": "Username",
"userNamePlaceholder": "Please enter username",
"passwordDesc": "Password",
"passwordPlaceholder": "Please enter password",
"proxyDesc": "Proxy URL",
"proxyPlaceholder": "e.g., http://127.0.0.1:7890",
"proxyTips": "Some image hosts may require a proxy to work properly",
"explain": "You can set multiple space names and starting directories using commas. Order must match; empty or missing items use default values",
"specialDesc": "Special configuration",
"specialPlaceholder": "Please enter special configuration",
"specialTips": "This setting cannot be modified and is only for internal compatibility handling",
"smms": {
"tokenDesc": "SM.MS Token, available in your SM.MS profile",
"tokenPlaceholder": "Please enter SM.MS Token",
"explain": "For mainland China, please use the backup domain https://sm.ms and avoid sending too many requests in a short time"
},
"qiniu": {
"name": "Qiniu Cloud"
},
"github": {
"tokenDesc": "GitHub Token, available in GitHub settings",
"tokenPlaceholder": "Please enter GitHub Token",
"tokenTips": "Provide a token with full repo scope, otherwise some features may not work",
"cdnUrlDesc": "CDN acceleration domain",
"cdnUrlPlaceholder": "Supports {'{'}username{'}'}, {'{'}repo{'}'}, {'{'}branch{'}'}, and {'{'}path{'}'} as placeholders to adapt to different repositories and branches",
"cdnUrlTips": "For example: `https://cdn.staticaly.com/gh/{'{'}username{'}'}/{'{'}repo{'}'}{'@'}{'{'}branch{'}'}/{'{'}path{'}'}`",
"protocolRuleMsg": "Must start with http:// or https://",
"bracketRuleMsg": "Braces must come in pairs",
"explain": "API calls are limited per hour; uploading files larger than 100 MB is not supported"
},
"aliyun": {
"name": "Alibaba Cloud"
},
"tcyun": {
"name": "Tencent Cloud",
"appIdDesc": "App ID, available in the Tencent Cloud console",
"appIdPlaceholder": "Please enter App ID",
"appIdTips": "e.g., 1250000000"
},
"upyun": {
"name": "UPYUN",
"bucketDesc": "Service name",
"bucketPlaceholder": "Equivalent to the bucket name in other object storage",
"operatorNameDesc": "Operator",
"operatorNamePlaceholder": "Use an operator with full permissions",
"operatorPassDesc": "Operator password",
"operatorPassPlaceholder": "Please enter operator password",
"baseDirDesc": "Starting directory",
"baseDirPlaceholder": "Please enter starting directory",
"accelerationUrlDesc": "Acceleration domain",
"accelerationUrlPlaceholder": "Please enter acceleration domain",
"notEmpty": "Acceleration domain cannot be empty",
"protocolRuleMsg": "Must start with http:// or https://",
"antiLeechTokenDesc": "Anti-leech token",
"antiLeechTokenPlaceholder": "Please enter anti-leech token",
"antiLeechTokenTooltip": "Leave blank to disable anti-leech by default",
"antiLeechExp": "Anti-leech expiration time",
"explain": "The acceleration domain is required; otherwise it will not work properly"
},
"imgur": {
"accessTokenDesc": "access token",
"accessTokenPlaceholder": "Please enter access token",
"accessTokenTips": "Not the clientID; please follow the guide to obtain it",
"explain": "Use a proxy in mainland China. API calls are rate-limited; please mind the frequency"
},
"s3": {
"endpointDesc": "endpoint",
"endpointPlaceholder": "e.g., s3.us-east-1.amazonaws.com",
"endpointTips": "Leave blank to use AWS S3 by default",
"enableHttps": "Enable HTTPS",
"enableHttpsTip": "When enabled, all requests use HTTPS",
"enableS3PathStyle": "Enable S3 path style",
"enableS3PathStyleTip": "Enable when using services like MinIO",
"aclDesc": "Upload file permission",
"acl": {
"private": "Private",
"publicRead": "Public read",
"publicReadWrite": "Public read/write",
"authenticatedRead": "Authenticated read",
"bucketOwnerRead": "Bucket owner read",
"bucketOwnerFullControl": "Bucket owner full control",
"awsExecRead": "AWS Exec Read"
},
"aclTips": "Choose the appropriate permission setting based on your needs",
"enableDogeSupport": "Enable Doge support",
"enableDogeSupportTip": "When enabled, all requests will use the Doge API"
},
"webdav": {
"hostDesc": "Address",
"hostPlaceholder": "e.g., https://example.com/dav",
"hostTips": "Enter the WebDAV URL",
"baseDirDesc": "Starting directory",
"baseDirPlaceholder": "e.g., /dir1",
"customUrlDesc": "Custom URL",
"customUrlPlaceholder": "e.g., https://example.com/custom",
"customUrlTips": "Provide a custom URL if the public URL and API endpoint differ",
"protocolRuleMsg": "Must start with http:// or https://",
"webPathDesc": "Base path for URL joining",
"webPathPlaceholder": "e.g., /dir2",
"webPathTips": "Used to assemble the public URL",
"enableHttpsDesc": "Enable HTTPS",
"enableHttpsTips": "When enabled, all requests use HTTPS",
"authTypeDesc": "Authentication type",
"explain": "WebDAV implementations vary by platform; choose according to your actual setup"
},
"local": {
"name": "Local storage",
"baseDirDesc": "Starting directory",
"baseDirPlaceholder": "e.g., /dir1",
"baseDirRuleMsg": "Starting directory cannot be empty",
"customUrlDesc": "Custom domain",
"customUrlPlaceholder": "e.g., https://example.com",
"customUrlTooltip": "Provide if your local path is accessible over the network",
"customUrlRuleMsg": "Must start with http:// or https://",
"webPathDesc": "Base path for URL joining",
"webPathPlaceholder": "e.g., /dir2",
"webPathTips": "Used to assemble the public URL",
"explain": "Local storage configuration"
},
"sftp": {
"hostDesc": "SSH host",
"hostPlaceholder": "e.g., 192.168.1.1",
"portDesc": "SSH port",
"portPlaceholder": "e.g., 22",
"privateKeyDesc": "Private key",
"privateKeyPlaceholder": "Please enter private key",
"passphraseDesc": "Private key passphrase",
"passphrasePlaceholder": "Please enter private key passphrase",
"fileModeDesc": "File permission mode",
"fileModePlaceholder": "e.g., 0644",
"dirModeDesc": "Directory permission mode",
"dirModePlaceholder": "e.g., 0755",
"baseDirDesc": "Starting directory",
"baseDirPlaceholder": "e.g., /dir1",
"baseDirTips": "Starting directory cannot be empty",
"customUrlDesc": "Custom domain",
"customUrlPlaceholder": "e.g., https://example.com",
"customUrlTips": "Provide a custom URL if the public URL and API endpoint differ",
"protocolRuleMsg": "Must start with http:// or https://",
"webPathDesc": "Base path for URL joining",
"webPathPlaceholder": "e.g., /dir2",
"webPathTips": "Used to assemble the public URL",
"explain": "SFTP configuration"
}
}
}
},
"MANAGE_SETTING_TITLE": "Manage Setting",
"MANAGE_SETTING_ISAUTOREFRESH_TITLE": "Auto refresh file list when entering new directory",
"MANAGE_SETTING_ISAUTOREFRESH_TIPS": "Only applies to non-paginated mode, data is cached to indexdb to speed up loading speed",
"MANAGE_SETTING_CLEAR_CACHE_TITLE": "Clear file list cache database, currently in use:",
"MANAGE_SETTING_CLEAR_CACHE_FREE_TITLE": "Available:",
"MANAGE_SETTING_CLEAR_CACHE_TIPS": "After clearing, the file list will be reloaded when entering a new directory next time",
"MANAGE_SETTING_CLEAR_CACHE_PROMPT": "Are you sure you want to clear the file list cache database?",
"MANAGE_SETTING_CLEAR_CACHE_BUTTON": "Clear",
"MANAGE_SETTING_ISSHOWTHUMBNAIL_TITLE": "Display the original image instead of format icon (requires public access permissions)",
"MANAGE_SETTING_ISUSEPRESIGNEDURL_TITLE": "Use presigned URL for image display",
"MANAGE_SETTING_ISSHOWLIST_TITLE": "Default display mode for the file list",
"MANAGE_SETTING_ISSHOWLIST_ON": "List",
"MANAGE_SETTING_ISSHOWLIST_OFF": "Card",
"MANAGE_SETTING_ISFORCECUSTOMURLHTTPS_TITLE": "Force custom URL to use HTTPS",
"MANAGE_SETTING_ISFORCECUSTOMURLHTTPS_TIPS": "After enabling, all operations will automatically add the https prefix to custom domains",
"MANAGE_SETTING_ISUPLOADKEEPDIRSTRUCTURE_TITLE": "Preserve directory structure when uploading",
"MANAGE_SETTING_ISUPLOADKEEPDIRSTRUCTURE_TIPS": "After disabling, all files will be expanded to the specified directory",
"MANAGE_SETTING_ISDOWNLOADFILEKEEPDIRSTRUCTURE_TITLE_A": "Download",
"MANAGE_SETTING_ISDOWNLOADFILEKEEPDIRSTRUCTURE_TITLE_B": " File ",
"MANAGE_SETTING_ISDOWNLOADFILEKEEPDIRSTRUCTURE_TITLE_C": "will preserve the directory structure",
"MANAGE_SETTING_ISDOWNLOADFOLDERKEEPDIRSTRUCTURE_TITLE_D": " Folder ",
"MANAGE_SETTING_ISDOWNLOADFILEKEEPDIRSTRUCTURE_TIPS": "After enabling, the original directory structure will be preserved",
"MANAGE_SETTING_MAX_DOWNLOAD_FILE_SIZE_TITLE": "Maximum number of files to download simultaneously (1-9999)",
"MANAGE_SETTING_MAX_DOWNLOAD_FILE_SIZE_TIPS": "Not work on Tencent",
"MANAGE_SETTING_MAX_DOWNLOAD_FILE_SIZE_INPUT_TIPS": "Please enter the maximum number of files to download simultaneously",
"MANAGE_SETTING_ISIGNORECASE_TITLE": "Should file search be case-insensitive",
"MANAGE_SETTING_ISIGNORECASE_TIPS": "After enabling, the search will be case-insensitive",
"MANAGE_SETTING_TIMESTAMPRENAME_TITLE": "Rename uploaded files with timestamp - (highest priority)",
"MANAGE_SETTING_TIMESTAMPRENAME_TIPS": "After enabling, the uploaded file will be renamed with the timestamp",
"MANAGE_SETTING_RANDOMSTRINGRENAME_TITLE": "Rename uploaded files with random strings - (medium priority)",
"MANAGE_SETTING_RANDOMSTRINGRENAME_TIPS": "Random string length is 20",
"MANAGE_SETTING_CUSTOMRENAME_TITLE": "Rename uploaded files with custom names - (lowest priority)",
"MANAGE_SETTING_CUSTOMRENAME_TIPS": "After enabling, the uploaded file will be renamed with the custom pattern",
"MANAGE_SETTING_CUSTOM_PATTERN_TITLE": "Custom rename format, placeholders can be freely combined, please refer to the table below",
"MANAGE_SETTING_CUSTOM_PATTERN_TIPS": "Please enter the custom rename format",
"MANAGE_SETTING_CUSTOM_PATTERN_TABLE_TITLE": "Placeholder",
"MANAGE_SETTING_CUSTOM_PATTERN_TABLE_TIPS": "Description",
"MANAGE_SETTING_PRESIGNED_URL_EXPIRE_TITLE": "Presigned URL expiration time (seconds)",
"MANAGE_SETTING_PRESIGNED_URL_EXPIRE_TIPS": "Please enter the presigned URL expiration time",
"MANAGE_SETTING_CHOOSE_COPY_FORMAT_TITLE": "Select default link format for copying",
"MANAGE_SETTING_CHOOSE_COPY_FORMAT_MARKDOWN": "Markdown",
"MANAGE_SETTING_CHOOSE_COPY_FORMAT_MARKDOWN_WITH_LINK": "Markdown with link",
"MANAGE_SETTING_CHOOSE_COPY_FORMAT_RAWURL": "Raw URL",
"MANAGE_SETTING_CHOOSE_COPY_FORMAT_HTML": "HTML",
"MANAGE_SETTING_CHOOSE_COPY_FORMAT_BBCODE": "BBCode",
"MANAGE_SETTING_CHOOSE_COPY_FORMAT_CUSTOM": "Custom",
"MANAGE_SETTING_CUSTOM_COPY_FORMAT_TITLE": "Custom link format($url -> raw url, $fileName -> raw fileName)",
"MANAGE_SETTING_CUSTOM_COPY_FORMAT_TIPS": "Please enter the custom link format",
"MANAGE_SETTING_CHOOSE_DOWNLOAD_FOLDER_TITLE": "Choose default download folder",
"MANAGE_SETTING_CHOOSE_DOWNLOAD_FOLDER_TIPS": "System default download directory",
"MANAGE_SETTING_CHOOSE_DOWNLOAD_FOLDER_BUTTON": "Choose folder",
"MANAGE_SETTING_COPY_MESSAGE": "Copied",
"MANAGE_SETTING_CLEAR_CACHE_SUCCESS": "Cleared successfully",
"MANAGE_SETTING_CLEAR_CACHE_FAILED": "Clear failed",
"MANAGE_SETTING_ISENCODEURL_TITLE": "Encode URL when copy",
"MANAGE_SETTING_ISENCODEURL_TIPS": "After enabling, the URL will be encoded when copying",
"MANAGE_NO_DATA": "No data",
"MANAGE_MAIN_PAGE_NEW_BUCKET": "New Bucket",
"MANAGE_MAIN_PAGE_BACK_TO_HOME": "Home",
"MANAGE_MAIN_PAGE_SWITCH_PICBED": "Switch",
"MANAGE_MAIN_PAGE_SETTING": "Setting",
"MANAGE_MAIN_PAGE_SUBMIT": "Submit",
"MANAGE_MAIN_PAGE_TIPS": "Tips",
"MANAGE_MAIN_PAGE_TIPS_SUCCESS": "Created successfully",
"MANAGE_MAIN_PAGE_TIPS_FAILED": "Create failed",
"MANAGE_MAIN_PAGE_BUCKET": "Bucket",
"MANAGE_MAIN_PAGE_GALLERY": "Album",
"MANAGE_MAIN_PAGE_REPOSITORY": "Repo",
"MANAGE_BUCKET_PAGE_LOADING_TEXT": "Loading...",
"MANAGE_BUCKET_PAGE_CUSTOM_URL_SELECT_PLACEHOLDER": "Please select a custom domain",
"MANAGE_BUCKET_PAGE_CUSTOM_URL_INPUT_PLACEHOLDER": "Please enter a custom domain",
"MANAGE_BUCKET_PAGE_UPLOAD_FILES_TOOLTIP": "Upload files",
"MANAGE_BUCKET_PAGE_UPLOAD_FROM_URL_TOOLTIP": "Upload from URL",
"MANAGE_BUCKET_PAGE_CREATE_FOLDER_TOOLTIP": "Create folder",
"MANAGE_BUCKET_PAGE_DOWNLOAD_TOOLTIP": "Download page",
"MANAGE_BUCKET_PAGE_BATCH_RENAME_TOOLTIP": "Batch rename",
"MANAGE_BUCKET_PAGE_BATCH_COPY_URL_TOOLTIP": "Batch copy URL",
"MANAGE_BUCKET_PAGE_COPY_FILE_INFO_TOOLTIP": "Copy file information",
"MANAGE_BUCKET_PAGE_FORCE_REFRESH_TOOLTIP": "Force refresh file list",
"MANAGE_BUCKET_PAGE_SEARCH_PLACEHOLDER": "Search files",
"MANAGE_BUCKET_PAGE_ROOT_FOLDER": "Root folder",
"MANAGE_BUCKET_PAGE_FILE_NUMBER": "Number of files: ",
"MANAGE_BUCKET_PAGE_FILE_SIZE": "Total size: ",
"MANAGE_BUCKET_PAGE_SELECT_ALL": "Select all",
"MANAGE_BUCKET_PAGE_SELECT_NONE": "Deselect all",
"MANAGE_BUCKET_PAGE_SELECT_INVERT": "Invert selection",
"MANAGE_BUCKET_DOWNLOAD_BTN": "Download",
"MANAGE_BUCKET_DELETE_BTN": "Delete",
"MANAGE_BUCKET_SORT_TITLE": "Sort",
"MANAGE_BUCKET_SORT_NAME": "Name",
"MANAGE_BUCKET_SORT_SIZE": "Size",
"MANAGE_BUCKET_SORT_EXT": "Type",
"MANAGE_BUCKET_SORT_TIME": "Time",
"MANAGE_BUCKET_SORT_CHECK": "Selected status",
"MANAGE_BUCKET_SORT_INIT": "Init",
"MANAGE_BUCKET_URL_UPLOAD_DIALOG_TITLE": "Please enter URL(s), support multiple URLs separated by line breaks",
"MANAGE_BUCKET_URL_UPLOAD_DIALOG_CONFIRM": "Confirm",
"MANAGE_BUCKET_URL_UPLOAD_DIALOG_CANCEL": "Cancel",
"MANAGE_BUCKET_URL_FORMAT_MARKDOWN": "Markdown",
"MANAGE_BUCKET_URL_FORMAT_MARKDOWN_WITH_LINK": "Markdown-link",
"MANAGE_BUCKET_URL_FORMAT_URL": "Url",
"MANAGE_BUCKET_URL_FORMAT_HTML": "Html",
"MANAGE_BUCKET_URL_FORMAT_BBCODE": "BBCode",
"MANAGE_BUCKET_URL_FORMAT_CUSTOM": "Custom",
"MANAGE_BUCKET_URL_FORMAT_PRESIGN": "Presigned link",
"MANAGE_BUCKET_FILE_INFO_TITLE": "File information",
"MANAGE_BUCKET_FILE_INFO_COPY_TIPS": "Copy in JSON format",
"MANAGE_BUCKET_FILE_LIST_LOADING": "Loading, click to cancel",
"MANAGE_BUCKET_FILE_LIST_DOWNLOAD_PRE": "Preparing to download, click to cancel",
"MANAGE_BUCKET_KEEP_FOLDER_STRUCTURE": "Keep folder structure",
"MANAGE_BUCKET_NOT_KEEP_FOLDER_STRUCTURE": "Do not keep folder structure",
"MANAGE_BUCKET_UPLOAD_AREA_TITLE": "Drag and drop to upload, support recursive upload of folders",
"MANAGE_BUCKET_UPLOAD_AREA_TEXT": "Or: click to select file (folders are not supported)",
"MANAGE_BUCKET_UPLOAD_AREA_BTN_LOADING": "Loading files",
"MANAGE_BUCKET_UPLOAD_AREA_BTN": "Upload",
"MANAGE_BUCKET_UPLOAD_AREA_CLEAR": "Clear",
"MANAGE_BUCKET_UPLOAD_AREA_STATUS_UPLOADING": "Uploading",
"MANAGE_BUCKET_UPLOAD_AREA_COPY_TASK": "Copy upload task information",
"MANAGE_BUCKET_UPLOAD_AREA_CLEAR_UPLOADED_TASK": "Clear completed tasks",
"MANAGE_BUCKET_UPLOAD_AREA_CLEAR_ALL_TASK": "Clear all tasks",
"MANAGE_BUCKET_UPLOAD_AREA_SUCCESS": "Success",
"MANAGE_BUCKET_UPLOAD_AREA_FAILED": "Failed",
"MANAGE_BUCKET_DOWNLOAD_PAGE_TITLE": "Download page",
"MANAGE_BUCKET_DOWNLOADING": "Downloading",
"MANAGE_BUCKET_DOWNLOAD_COPY_TASK": "Copy download task information",
"MANAGE_BUCKET_DOWNLOAD_CLEAR_DOWNLOADED_TASK": "Clear completed tasks",
"MANAGE_BUCKET_DOWNLOAD_CLEAR_ALL_TASK": "Clear all tasks",
"MANAGE_BUCKET_DOWNLOAD_OPEN_FOLDER": "Open download folder",
"MANAGE_BUCKET_DOWNLOAD_SUCCESS": "Success",
"MANAGE_BUCKET_DOWNLOAD_FAILED": "Failed",
"MANAGE_BUCKET_MARKDOWN_PREVIEW": "Preview",
"MANAGE_BUCKET_PLAY": "Play",
"MANAGE_BUCKET_RENAME_FILE": "Rename file",
"MANAGE_BUCKET_RENAME_FILE_INPUT_A": "String or JS regular expression for matching during replacement",
"MANAGE_BUCKET_RENAME_FILE_INPUT_A_TIPS": "Directly enter the regular expression, no need to add /",
"MANAGE_BUCKET_RENAME_FILE_INPUT_A_PLACEHOLDER": "For example: ^\\d{4}-\\d{2}-\\d{2} ",
"MANAGE_BUCKET_RENAME_FILE_INPUT_B": "String for replacement, placeholders from custom",
"MANAGE_BUCKET_RENAME_FILE_TABLE_IID": "Auto-incrementing number",
"MANAGE_BUCKET_RENAME_FILE_EXT": "Replace extension if it matches",
"MANAGE_BUCKET_RENAME_FILE_EXT_TIPS": "Check this option if you want to modify the extension",
"MANAGE_BUCKET_RENAME_FILE_EXT_YES": "Yes",
"MANAGE_BUCKET_RENAME_FILE_EXT_NO": "No",
"MANAGE_BUCKET_RENAME_FILE_CANCEL": "Cancel",
"MANAGE_BUCKET_RENAME_FILE_CONFIRM": "Confirm",
"MANAGE_BUCKET_COPY_SUCCESS": "Copy success",
"MANAGE_BUCKET_START_LOADING_MESSAGE": "Start getting files",
"MANAGE_BUCKET_END_LOADING_MESSAGE_FAIL": "Failed to get file content",
"MANAGE_BUCKET_LAST_PAGE_TITLE": "Tip",
"MANAGE_BUCKET_LAST_PAGE_MSG": "This is the last page",
"MANAGE_BUCKET_GET_LIST_FAIL_TITLE": "Tip",
"MANAGE_BUCKET_GET_LIST_FAIL_MSG": "Failed to get file list",
"MANAGE_BUCKET_GET_LIST_FAIL_MSG2": "Getting file list in the background, please do not switch pages",
"MANAGE_BUCKET_GET_LIST_FAIL_MSG3": "Loading file list, please try again later",
"MANAGE_BUCKET_DOWNLOAD_FOLDER_BOX_TITLE": "Are you sure you want to download this folder?",
"MANAGE_BUCKET_DOWNLOAD_FOLDER_BOX_TIP": "Tip",
"MANAGE_BUCKET_DOWNLOAD_FOLDER_BOX_CONFIRM": "Confirm",
"MANAGE_BUCKET_DOWNLOAD_FOLDER_BOX_CANCEL": "Cancel",
"MANAGE_BUCKET_DOWNLOAD_FOLDER_SUCCESS": "Successfully obtained download list",
"MANAGE_BUCKET_DOWNLOAD_FOLDER_FAIL": "Failed to obtain download list",
"MANAGE_BUCKET_DOWNLOAD_FOLDER_CANCEL": "Canceled",
"MANAGE_BUCKET_CREATE_FOLDER_BOX_TITLE": "Please enter the folder name",
"MANAGE_BUCKET_CREATE_FOLDER_BOX_TIP": "Create folder",
"MANAGE_BUCKET_CREATE_FOLDER_BOX_CONFIRM": "Confirm",
"MANAGE_BUCKET_CREATE_FOLDER_BOX_CANCEL": "Cancel",
"MANAGE_BUCKET_CREATE_FOLDER_ERROR_MSG": "Folder name can only contain Chinese, English, numbers, underscores, and slashes",
"MANAGE_BUCKET_CREATE_FOLDER_SUCCESS": "Successfully created, please refresh",
"MANAGE_BUCKET_CREATE_FOLDER_FAIL": "Failed to create",
"MANAGE_BUCKET_UPLOAD_URL_ERROR_MSQ": "Please enter a valid URL",
"MANAGE_BUCKET_UPLOAD_URL_NOT_TITLE": "Tip",
"MANAGE_BUCKET_UPLOAD_URL_NOT_MSG": "Starting background download, automatic upload after success",
"MANAGE_BUCKET_BATCH_RENAME_ERROR_MSG": "Please enter the matching string",
"MANAGE_BUCKET_BATCH_RENAME_ERROR_MSG2": "No matching files found",
"MANAGE_BUCKET_BATCH_RENAME_ERROR_MSG3": "No files need to be renamed",
"MANAGE_BUCKET_BATCH_RENAME_REPEATED_MSG_A": "Detected",
"MANAGE_BUCKET_BATCH_RENAME_REPEATED_MSG_B": "files are duplicated. Do you want to continue?",
"MANAGE_BUCKET_BATCH_RENAME_REPEATED_MSG_C": "Tip",
"MANAGE_BUCKET_BATCH_RENAME_REPEATED_CONFIRM": "Confirm",
"MANAGE_BUCKET_BATCH_RENAME_REPEATED_CANCEL": "Cancel",
"MANAGE_BUCKET_BATCH_RENAME_RESULT_MSG_A": "Rename successful",
"MANAGE_BUCKET_BATCH_RENAME_RESULT_MSG_B": "Failed",
"MANAGE_BUCKET_BATCH_RENAME_CANCEL": "Canceled",
"MANAGE_BUCKET_BATCH_COPY_INFO_ERROR_MSG": "Please select the file first",
"MANAGE_BUCKET_BATCH_COPY_INFO_MSG_A": "Copied",
"MANAGE_BUCKET_BATCH_COPY_INFO_MSG_B": "file(s) information",
"MANAGE_BUCKET_BATCH_COPY_URL_ERROR_MSG": "Please select the file first",
"MANAGE_BUCKET_BATCH_COPY_URL_MSG_A": "Copied",
"MANAGE_BUCKET_BATCH_COPY_URL_MSG_B": "file(s) link",
"MANAGE_BUCKET_CANCEL_LOADING_TITLE": "Stop getting file list?",
"MANAGE_BUCKET_CANCEL_LOADING_MSG": "Tip",
"MANAGE_BUCKET_CANCEL_LOADING_CONFIRM": "Confirm",
"MANAGE_BUCKET_CANCEL_LOADING_CANCEL": "Cancel",
"MANAGE_BUCKET_CANCEL_LOADING_SUCCESS": "File list retrieval has been stopped",
"MANAGE_BUCKET_CANCEL_DOWNLOAD_LOADING_TITLE": "Stop downloading file retrieval?",
"MANAGE_BUCKET_CANCEL_DOWNLOAD_LOADING_MSG": "Prompt",
"MANAGE_BUCKET_CANCEL_DOWNLOAD_LOADING_CONFIRM": "Confirm",
"MANAGE_BUCKET_CANCEL_DOWNLOAD_LOADING_CANCEL": "Cancel",
"MANAGE_BUCKET_CANCEL_DOWNLOAD_LOADING_SUCCESS": "Download file retrieval has been stopped",
"MANAGE_BUCKET_GET_FILE_BS_NOT_TITLE": "Prompt",
"MANAGE_BUCKET_GET_FILE_BS_NOT_MSG": "Successfully retrieved file list",
"MANAGE_BUCKET_GET_FILE_BS_NOT_MSG2": "Some files failed to retrieve",
"MANAGE_BUCKET_BATCH_DELETE_CONFIRM_TITLE_A": "Permanently delete",
"MANAGE_BUCKET_BATCH_DELETE_CONFIRM_TITLE_B": "files, continue?",
"MANAGE_BUCKET_BATCH_DELETE_CONFIRM_MSG": "Prompt",
"MANAGE_BUCKET_BATCH_DELETE_CONFIRM_CONFIRM": "Confirm",
"MANAGE_BUCKET_BATCH_DELETE_CONFIRM_CANCEL": "Cancel",
"MANAGE_BUCKET_BATCH_DELETE_ERROR_MSG_TITLE": "Prompt",
"MANAGE_BUCKET_BATCH_DELETE_ERROR_MSG_MSG": "Deletion failed",
"MANAGE_BUCKET_BATCH_DELETE_ERROR_MSG_MSG2": "Deletion successful",
"MANAGE_BUCKET_BATCH_DELETE_ERROR_MSG_MSG3": "Failed",
"MANAGE_BUCKET_BATCH_DELETE_CANCEL": "Deletion has been cancelled",
"MANAGE_BUCKET_DELETE_CONFIRM_TITLE": "Permanently delete",
"MANAGE_BUCKET_DELETE_CONFIRM_TITLE_FOLDER": "folder",
"MANAGE_BUCKET_DELETE_CONFIRM_TITLE_FOLDER_A": "and all files in this directory",
"MANAGE_BUCKET_DELETE_CONFIRM_TITLE_FILE": "file",
"MANAGE_BUCKET_DELETE_CONFIRM_TITLE_C": "Continue?",
"MANAGE_BUCKET_DELETE_CONFIRM_MSG": "Prompt",
"MANAGE_BUCKET_DELETE_CONFIRM_CONFIRM": "Confirm",
"MANAGE_BUCKET_DELETE_CONFIRM_CANCEL": "Cancel",
"MANAGE_BUCKET_DELETE_ERROR_MSG_TITLE": "Prompt",
"MANAGE_BUCKET_DELETE_ERROR_MSG_MSG": "Deleting a folder may take some time, please be patient",
"MANAGE_BUCKET_DELETE_SUCCESS": "Deletion successful",
"MANAGE_BUCKET_DELETE_FAIL": "Deletion failed",
"MANAGE_BUCKET_DELETE_CANCEL": "Deletion has been cancelled",
"MANAGE_BUCKET_RENAME_INFO_MSG": "The new file name is the same as the original file name, no need to rename",
"MANAGE_BUCKET_RENAME_SUCCESS": "Rename successful",
"MANAGE_BUCKET_RENAME_ERROR_MSG": "Rename failed",
"MANAGE_BUCKET_DOWNLOAD_COLUMN_FILENAME": "File name",
"MANAGE_BUCKET_DOWNLOAD_COLUMN_FINISHTIME": "Completion time",
"MANAGE_BUCKET_DOWNLOAD_COLUMN_STATUS": "Status",
"MANAGE_BUCKET_DOWNLOAD_COLUMN_STATUS_SUCCESS": "Success",
"MANAGE_BUCKET_DOWNLOAD_COLUMN_STATUS_FAIL": "Failed",
"MANAGE_BUCKET_UPLOAD_COLUMN_FILENAME": "File name",
"MANAGE_BUCKET_UPLOAD_COLUMN_TARGETFILEPATH": "Upload path",
"MANAGE_BUCKET_UPLOAD_COLUMN_FINISHTIME": "Completion time",
"MANAGE_BUCKET_UPLOAD_COLUMN_STATUS": "Status",
"MANAGE_BUCKET_UPLOAD_COLUMN_STATUS_SUCCESS": "Success",
"MANAGE_BUCKET_UPLOAD_COLUMN_STATUS_FAIL": "Failed",
"MANAGE_BUCKET_DOWNLOADING_COLUMN_FILENAME": "File name",
"MANAGE_BUCKET_DOWNLOADING_COLUMN_PROGRESS": "Progress",
"MANAGE_BUCKET_UPLOADING_COLUMN_FILENAME": "File name",
"MANAGE_BUCKET_UPLOADING_COLUMN_PROGRESS": "Progress",
"MANAGE_BUCKET_UPLOADED_COLUMN_FILENAME": "File name",
"MANAGE_BUCKET_UPLOADED_COLUMN_FILESIZE": "Size",
"MANAGE_BUCKET_UPLOADED_COLUMN_FILENUM": "Number of files",
"MANAGE_BUCKET_FILE_COLUMN_FILENAME": "FileName",
"MANAGE_BUCKET_FILE_COLUMN_COPY_URL": "Copy link",
"MANAGE_BUCKET_FILE_COLUMN_INFO": "File Info",
"MANAGE_BUCKET_FILE_COLUMN_FILESIZE": "Size",
"MANAGE_BUCKET_FILE_COLUMN_TIME": "Time",
"MANAGE_NEW_BUCKET_TCYUN_NAME": "Tencent Cloud",
"MANAGE_NEW_BUCKET_TCYUN_BUCKETNAME_DESC": "Bucket Name",
"MANAGE_NEW_BUCKET_TCYUN_BUCKETNAME_PLACEHOLDER": "Please enter the Bucket name",
"MANAGE_NEW_BUCKET_TCYUN_BUCKETNAME_RULE_MSG_A": "Bucket name can't be empty",
"MANAGE_NEW_BUCKET_TCYUN_BUCKETNAME_RULE_MSG_B": "Bucket name length cannot exceed 23 characters",
"MANAGE_NEW_BUCKET_TCYUN_BUCKETNAME_RULE_MSG_C": "Bucket name can only contain lowercase letters, numbers, and hyphens, and cannot begin or end with a hyphen",
"MANAGE_NEW_BUCKET_TCYUN_REGION": "Region",
"MANAGE_NEW_BUCKET_TCYUN_ACL_DESC": "Access Control",
"MANAGE_NEW_BUCKET_TCYUN_ACL_PUBLIC_RW": "Public Read and Write",
"MANAGE_NEW_BUCKET_TCYUN_ACL_PUBLIC_R": "Public Read",
"MANAGE_NEW_BUCKET_TCYUN_ACL_PRIVATE": "Private",
"MANAGE_NEW_BUCKET_ALIYUN_NAME": "Alibaba Cloud",
"MANAGE_NEW_BUCKET_ALIYUN_BUCKETNAME_DESC": "Bucket Name",
"MANAGE_NEW_BUCKET_ALIYUN_BUCKETNAME_PLACEHOLDER": "Please enter the Bucket name",
"MANAGE_NEW_BUCKET_ALIYUN_BUCKETNAME_RULE_MSG_A": "Bucket name can't be empty",
"MANAGE_NEW_BUCKET_ALIYUN_BUCKETNAME_RULE_MSG_B": "Bucket name length cannot exceed 63 characters",
"MANAGE_NEW_BUCKET_ALIYUN_BUCKETNAME_RULE_MSG_C": "Bucket name can only contain lowercase letters, numbers, and hyphens, and cannot begin or end with a hyphen",
"MANAGE_NEW_BUCKET_ALIYUN_REGION": "Region",
"MANAGE_NEW_BUCKET_ALIYUN_ACL_DESC": "Access Control",
"MANAGE_NEW_BUCKET_ALIYUN_ACL_PUBLIC_RW": "Public Read and Write",
"MANAGE_NEW_BUCKET_ALIYUN_ACL_PUBLIC_R": "Public Read",
"MANAGE_NEW_BUCKET_ALIYUN_ACL_PRIVATE": "Private",
"MANAGE_NEW_BUCKET_QINIU_NAME": "Qiniu Cloud",
"MANAGE_NEW_BUCKET_QINIU_BUCKETNAME_DESC": "Bucket Name",
"MANAGE_NEW_BUCKET_QINIU_BUCKETNAME_PLACEHOLDER": "Please enter the Bucket name",
"MANAGE_NEW_BUCKET_QINIU_BUCKETNAME_RULE_MSG_A": "Bucket name can't be empty",
"MANAGE_NEW_BUCKET_QINIU_BUCKETNAME_RULE_MSG_B": "Bucket name length cannot exceed 63 characters",
"MANAGE_NEW_BUCKET_QINIU_BUCKETNAME_RULE_MSG_C": "Bucket names can only contain lowercase letters, numbers, and hyphens, and cannot start or end with a hyphen.",
"MANAGE_NEW_BUCKET_QINIU_REGION": "Region",
"MANAGE_NEW_BUCKET_QINIU_ACL_DESC": "Public Access",
"MANAGE_NEW_BUCKET_S3PLIST_NAME": "S3-Compatible",
"MANAGE_NEW_BUCKET_S3PLIST_BUCKETNAME_DESC": "Bucket Name",
"MANAGE_NEW_BUCKET_S3PLIST_BUCKETNAME_PLACEHOLDER": "Please enter the Bucket name",
"MANAGE_NEW_BUCKET_S3PLIST_BUCKETNAME_RULE_MSG_A": "Bucket name can't be empty",
"MANAGE_NEW_BUCKET_S3PLIST_REGION": "Region",
"MANAGE_NEW_BUCKET_S3PLIST_ACL_DESC": "Access Control",
"MANAGE_NEW_BUCKET_S3PLIST_ACL_PUBLIC_RW": "Public Read and Write",
"MANAGE_NEW_BUCKET_S3PLIST_ACL_PUBLIC_R": "Public Read",
"MANAGE_NEW_BUCKET_S3PLIST_ACL_PRIVATE": "Private",
"MANAGE_NEW_BUCKET_S3PLIST_ACL_AUTHENTICATED_READ": "Authenticated Read",
"TIPS_NOTICE": "Tips"
}