first commit

This commit is contained in:
liu
2026-07-13 15:23:29 +08:00
commit 50885a98c8
473 changed files with 33772 additions and 0 deletions
+102
View File
@@ -0,0 +1,102 @@
export default {
// Page title
"system.file.page.title": "File Management",
"system.file.page.description": "Manage system files, support upload, download, delete, rename, etc.",
"system.file.fileFolder": "Folders",
"system.file.fileName": "File Name",
"system.file.fileType": "Type",
"system.file.fileSize": "Size",
"system.file.preview": "Preview",
"system.file.createdAt": "Created At",
"system.file.updatedAt": "Updated At",
"system.file.deletedAt": "Deleted At",
"system.file.action": "Action",
"system.file.download": "Download",
"system.file.delete": "Delete",
"system.file.forceDelete": "Force Delete",
"system.file.restore": "Restore",
"system.file.rename": "Rename",
"system.file.move": "Move",
"system.file.copy": "Copy",
"system.file.confirmDelete": "Are you sure to delete this file?",
"system.file.confirmForceDelete": "Are you sure to permanently delete this file? This action cannot be undone!",
"system.file.confirmDeleteFolder": "Are you sure to delete this folder?",
"system.file.confirmRestore": "Are you sure to restore this file?",
"system.file.confirmBatchDelete": "Are you sure to delete {{count}} selected files?",
"system.file.confirmBatchForceDelete": "Are you sure to permanently delete {{count}} selected files? This action cannot be undone!",
"system.file.confirmBatchRestore": "Are you sure to restore {{count}} selected files?",
"system.file.ok": "OK",
"system.file.cancel": "Cancel",
"system.file.upload": "Upload File",
"system.file.uploadTitle": "Upload File",
"system.file.uploadFileType": "File Type",
"system.file.selectFile": "Select File",
"system.file.uploadProgress": "Upload Progress",
"system.file.uploadDragText": "Click or drag files to this area to upload",
"system.file.uploadHint": "Support for single or batch upload",
"system.file.selectFileWarning": "Please select files to upload",
"system.file.uploadSuccess": "Upload successful",
"system.file.deleteSuccess": "File deleted successfully",
"system.file.forceDeleteSuccess": "File permanently deleted",
"system.file.restoreSuccess": "File restored successfully",
"system.file.renameSuccess": "File renamed successfully",
"system.file.moveSuccess": "File moved successfully",
"system.file.copySuccess": "File copied successfully",
"system.file.batchDeleteSuccess": "Files deleted successfully",
"system.file.batchForceDeleteSuccess": "Files permanently deleted",
"system.file.batchRestoreSuccess": "Files restored successfully",
"system.file.deleteFolderSuccess": "Folder deleted successfully",
"system.file.deleteFolderHint": "Please delete all files in the folder before deleting the folder",
"system.file.addFolder": "Add Subfolder",
"system.file.editFolder": "Edit Folder",
"system.file.deleteFolder": "Delete Folder",
"system.file.addFolderTitle": "Add Folder",
"system.file.editFolderTitle": "Edit Folder",
"system.file.saveFolderSuccess": "{{action}} folder successfully",
"system.file.actionAdd": "Add",
"system.file.actionEdit": "Edit",
"system.file.folderName": "Folder Name",
"system.file.folderNameRequired": "Please enter folder name",
"system.file.folderSearchPlaceholder": "Search folder by name",
"system.file.parentFolder": "Parent Folder",
"system.file.sort": "Sort",
"system.file.sortRequired": "Sort is required",
"system.file.describe": "Description",
"system.file.root": "Root",
"system.file.type.image": "Image",
"system.file.type.audio": "Audio",
"system.file.type.video": "Video",
"system.file.type.archive": "Archive",
"system.file.type.other": "Other",
"system.file.type.document": "Document",
"system.file.trash": "Trash",
"system.file.emptyTrash": "Empty Trash",
"system.file.confirmEmptyTrash": "Are you sure to empty the trash? This action cannot be undone!",
"system.file.emptyTrashSuccess": "Trash emptied, {{count}} files deleted",
"system.file.batchDelete": "Batch Delete",
"system.file.batchForceDelete": "Batch Force Delete",
"system.file.batchRestore": "Batch Restore",
"system.file.batchMove": "Batch Move",
"system.file.batchCopy": "Batch Copy",
"system.file.noSelected": "Please select files first",
"system.file.renameTitle": "Rename File",
"system.file.renameDescription": "You are renaming the file, please enter a new file name!",
"system.file.moveTitle": "Move File",
"system.file.moveDescription": "You are moving the file, please select the target folder",
"system.file.copyTitle": "Copy File",
"system.file.copyDescription": "You are copying the file, please select the target folder!",
"system.file.newFileNameRequired": "Please enter new file name",
"system.file.disk": "Storage Disk",
"system.file.loading": "Loading...",
"system.file.refresh": "Refresh",
"system.file.totalFiles": "Total {{total}} files",
"system.file.fileDetail": "File Details",
"system.file.basicInfo": "Basic Information",
"system.file.fileExt": "Extension",
"system.file.filePath": "File Path",
"system.file.fileGroup": "File Group",
"system.file.ungrouped": "Ungrouped",
"system.file.accessUrl": "Access URL",
"system.file.storageMethod": "Storage Method"
}