This commit is contained in:
Baobhan Sith
2025-04-30 00:06:04 +08:00
parent af2cea0be7
commit a3d7a0409b
2 changed files with 10 additions and 4 deletions
+5 -2
View File
@@ -269,7 +269,9 @@
"modified": "Modified" "modified": "Modified"
}, },
"uploadStatus": { "uploadStatus": {
"cancelled": "Cancelled" "cancelled": "Cancelled",
"pending": "Pending",
"uploading": "Uploading"
}, },
"errors": { "errors": {
"generic": "Error", "generic": "Error",
@@ -322,7 +324,8 @@
"editPathTooltip": "Click path to edit", "editPathTooltip": "Click path to edit",
"noOpenFile": "No file open", "noOpenFile": "No file open",
"selectFileToEdit": "Select a file from the file manager to start editing.", "selectFileToEdit": "Select a file from the file manager to start editing.",
"searchPlaceholder": "Search files..." "searchPlaceholder": "Search files...",
"dropFilesHere": "Drop files here to upload"
}, },
"statusMonitor": { "statusMonitor": {
"title": "Server Status", "title": "Server Status",
+5 -2
View File
@@ -269,7 +269,9 @@
"modified": "修改时间" "modified": "修改时间"
}, },
"uploadStatus": { "uploadStatus": {
"cancelled": "已取消" "cancelled": "已取消",
"pending": "等待中",
"uploading": "上传中"
}, },
"errors": { "errors": {
"generic": "错误", "generic": "错误",
@@ -322,7 +324,8 @@
"editPathTooltip": "点击路径进行编辑", "editPathTooltip": "点击路径进行编辑",
"noOpenFile": "未打开文件", "noOpenFile": "未打开文件",
"selectFileToEdit": "请从文件管理器中选择文件以开始编辑。", "selectFileToEdit": "请从文件管理器中选择文件以开始编辑。",
"searchPlaceholder": "搜索文件..." "searchPlaceholder": "搜索文件...",
"dropFilesHere": "将文件拖拽到此处上传"
}, },
"statusMonitor": { "statusMonitor": {
"title": "服务器状态", "title": "服务器状态",