mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
260 lines
9.8 KiB
JSON
260 lines
9.8 KiB
JSON
{
|
|
"navbar": {
|
|
"file": "File",
|
|
"text": "Text"
|
|
},
|
|
"i18n": {
|
|
"switchLocale": "Switch Language",
|
|
"language": {
|
|
"en": "English",
|
|
"en-GB": "English (UK)",
|
|
"ja": "Japanese",
|
|
"fr": "French",
|
|
"de": "German",
|
|
"es-ES": "Spanish (Spain)",
|
|
"es-419": "Spanish (Latin America)",
|
|
"pt-BR": "Portuguese (Brazil)",
|
|
"zh-CN": "Chinese (Simplified)",
|
|
"zh-TW": "Chinese (Traditional)",
|
|
"nl": "Dutch",
|
|
"no": "Norwegian",
|
|
"sv": "Swedish",
|
|
"da": "Danish",
|
|
"fi": "Finnish",
|
|
"ko": "Korean",
|
|
"vi": "Vietnamese",
|
|
"th": "Thai",
|
|
"id": "Indonesian",
|
|
"ar": "Arabic",
|
|
"he": "Hebrew"
|
|
}
|
|
},
|
|
"seo": {
|
|
"desc": "015 is a temporary file sharing platform project, supporting temporary large file slicing upload, temporary text upload, download and share"
|
|
},
|
|
"btn": {
|
|
"submit": "Submit",
|
|
"backToHome": "Back to Home"
|
|
},
|
|
"page": {
|
|
"upload": {
|
|
"file": {
|
|
"uploadFile": "Upload File",
|
|
"uploadFilePlaceholder": "Drag and drop files or click to upload",
|
|
"addMore": "Add More",
|
|
"handleType": {
|
|
"file-share": "File Share",
|
|
"file-image-compress": "Image Compress",
|
|
"file-image-convert": "Format Convert"
|
|
}
|
|
},
|
|
"text": {
|
|
"uploadText": "Upload Text",
|
|
"uploadTextPlaceholder": "Share, translate, summarize, generate images, and ask large models with our text processor",
|
|
"handleType": {
|
|
"text-share": "Text Share",
|
|
"text-translate": "Text Translate"
|
|
}
|
|
},
|
|
"pickup": {
|
|
"title": "Enter Pickup Code",
|
|
"codeError": "Invalid pickup code",
|
|
"btn": "Pickup"
|
|
}
|
|
},
|
|
"shareOptions": {
|
|
"file": {
|
|
"title": "Share Options",
|
|
"downloadNums": "Download Count",
|
|
"expireTime": "Expire Time",
|
|
"or": "or",
|
|
"expireAfter": "expire",
|
|
"pickupCode": "Pickup Code",
|
|
"passwordProtection": "Password Protection",
|
|
"downloadNotify": "Download Notification",
|
|
"passwordPlaceholder": "Enter password",
|
|
"emailPlaceholder": "Enter email",
|
|
"downloadOptions": {
|
|
"xdownload": "{0} downloads"
|
|
},
|
|
"expireOptions": {
|
|
"5min": "5 minutes",
|
|
"1hour": "1 hour",
|
|
"1day": "1 day",
|
|
"3days": "3 days"
|
|
}
|
|
},
|
|
"imageConvert": {
|
|
"title": "Image Convert",
|
|
"targetFormat": "Target Format"
|
|
},
|
|
"text": {
|
|
"title": "Share Options",
|
|
"viewNums": "View Count",
|
|
"expireTime": "Expire Time",
|
|
"or": "or",
|
|
"expireAfter": "expire",
|
|
"pickupCode": "Pickup Code",
|
|
"passwordProtection": "Password Protection",
|
|
"readNotify": "Read Notification",
|
|
"passwordPlaceholder": "Enter password",
|
|
"emailPlaceholder": "Enter email",
|
|
"viewOptions": {
|
|
"xview": "{0} views"
|
|
},
|
|
"expireOptions": {
|
|
"5min": "5 minutes",
|
|
"1hour": "1 hour",
|
|
"1day": "1 day",
|
|
"3days": "3 days"
|
|
}
|
|
}
|
|
},
|
|
"progress": {
|
|
"file": {
|
|
"totalUploadProgress": "Total Upload Progress",
|
|
"fileList": "File List",
|
|
"fileName": "File Name",
|
|
"fileSize": "File Size",
|
|
"uploadSpeed": "Speed",
|
|
"progress": "Progress",
|
|
"uploadDetails": "Upload Details",
|
|
"chunk": "Chunk",
|
|
"completed": "Completed",
|
|
"discarded": "Discarded",
|
|
"pending": "Pending",
|
|
"chunkProgress": "Chunk Progress",
|
|
"chunkHeatmap": "Chunk Heatmap",
|
|
"heatmap": "Heatmap",
|
|
"progressBar": "Progress Bar",
|
|
"uploadError": "Upload Error",
|
|
"chunkUploadFailed": "Chunk {1} of file {0} failed after multiple attempts, we have terminated the file upload",
|
|
"chunkUploadRetry": "Chunk {1} of file {0} failed to upload, we will try again later",
|
|
"fileUploadFailed": "File {0} upload failed, please try again",
|
|
"uploadFailed": "Upload Failed",
|
|
"hashEngineNotFound": "No file hash engine is available in the current environment",
|
|
"processing": {
|
|
"hash": "Calculating Hash...",
|
|
"create": "Initializing Upload...",
|
|
"upload": "Uploading...",
|
|
"finish": "Upload Finished"
|
|
},
|
|
"instantUploadSuccess": "File with same hash exists in cloud, instant upload successful",
|
|
"uploadFailedRetry": "Upload failed, please try again later",
|
|
"uploadSpeedInfo": {
|
|
"title": "How is the upload speed calculated?",
|
|
"desc": {
|
|
"base": "The upload speed is estimated based on {chunkNum} * {chunkSize} uploaded in the current second, which may have some deviation from the actual upload speed, for reference only",
|
|
"chunkNum": "Number of file chunks",
|
|
"chunkSize": "Size of each file chunk"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"result": {
|
|
"file": {
|
|
"title": "Upload Successful",
|
|
"fileList": "File List",
|
|
"info": "Info",
|
|
"downloadNums": "Download Count",
|
|
"expireTime": "Expire Time",
|
|
"pickupCode": "Pickup Code",
|
|
"link": "Link",
|
|
"copySuccess": "Copy Success"
|
|
},
|
|
"imageCompress": {
|
|
"title": "Image Compress",
|
|
"totalSize": "Total Size",
|
|
"task": "Task",
|
|
"retry": "Retry {0}/{1}",
|
|
"failed": "Failed"
|
|
},
|
|
"imageConvert": {
|
|
"title": "Image Convert",
|
|
"convert": "Convert",
|
|
"task": "Task",
|
|
"retry": "Retry {0}/{1}",
|
|
"failed": "Failed"
|
|
},
|
|
"text": {
|
|
"title": "Share Successful",
|
|
"info": "Info",
|
|
"viewNums": "View Count",
|
|
"expireTime": "Expire Time",
|
|
"pickupCode": "Pickup Code",
|
|
"link": "Link",
|
|
"content": "Content",
|
|
"copySuccess": "Copy Success"
|
|
},
|
|
"textTranslate": {
|
|
"title": "Text Translation",
|
|
"sourceText": "Source Text",
|
|
"translatedText": "Translated Text",
|
|
"sourceLanguage": "Source Language",
|
|
"targetLanguage": "Target Language",
|
|
"provider": "Provider",
|
|
"retranslate": "Retranslate",
|
|
"empty": "Enter text and click retranslate to preview the result",
|
|
"copy": "Copy Translation",
|
|
"copySuccess": "Translation copied",
|
|
"language": {
|
|
"auto": "Auto Detect",
|
|
"zh-CN": "Chinese",
|
|
"en": "English",
|
|
"ja": "Japanese",
|
|
"ko": "Korean"
|
|
}
|
|
},
|
|
"qrCode": {
|
|
"title": "Share QR code"
|
|
}
|
|
},
|
|
"shareView": {
|
|
"linkExpired": "This link has expired.",
|
|
"passwall": {
|
|
"title": "Enter password",
|
|
"passwordError": "Wrong password",
|
|
"passwordPlaceholder": "Enter password"
|
|
},
|
|
"fileShare": {
|
|
"title": "Download file",
|
|
"downloadBtn": "Download",
|
|
"needPassword": "Password required",
|
|
"expireTime": "Expire time",
|
|
"remainingDownloads": "Remaining downloads",
|
|
"getTokenFailed": "Failed to get token",
|
|
"durationFormat": "D [days] HH:mm:ss"
|
|
},
|
|
"textShare": {
|
|
"title": "View text",
|
|
"viewBtn": "View",
|
|
"needPassword": "Password required",
|
|
"expireTime": "Expire time",
|
|
"remainingViews": "Remaining views",
|
|
"durationFormat": "D [days] HH:mm:ss"
|
|
}
|
|
},
|
|
"about": {
|
|
"powerBy": "Power by {0} as a open source temporary file sharing platform",
|
|
"file": "File",
|
|
"share": "Share",
|
|
"download": "Download",
|
|
"task": "Task",
|
|
"admin": "Site Admin",
|
|
"author": "Author",
|
|
"title": "About",
|
|
"about": "About",
|
|
"systemInfo": "System Info",
|
|
"enabledFeatures": "Instance feature",
|
|
"enabledFeaturesEmpty": "No extra features are enabled for this instance",
|
|
"systemVersion": "System Version",
|
|
"storage": "Storage",
|
|
"analysis": "Analysis",
|
|
"fileSize": "File Size",
|
|
"fileNum": "File Num",
|
|
"processed": "Processed",
|
|
"failed": "Failed"
|
|
}
|
|
}
|
|
}
|