feat: 增加手动设置编辑器编码的功能

Related to #5
This commit is contained in:
Baobhan Sith
2025-05-03 18:18:00 +08:00
parent 2e34f4e1df
commit 53249947cb
14 changed files with 665 additions and 213 deletions
+3 -1
View File
@@ -333,7 +333,9 @@
"noOpenFile": "No file open",
"selectFileToEdit": "Select a file from the file manager to start editing.",
"searchPlaceholder": "Search files...",
"dropFilesHere": "Drop files here to upload"
"dropFilesHere": "Drop files here to upload",
"changeEncodingTooltip": "Change file encoding",
"loadingEncoding": "Loading..."
},
"statusMonitor": {
"title": "Server Status",
+3 -1
View File
@@ -327,7 +327,9 @@
"uploadTasks": "アップロードタスク",
"warnings": {
"moveSameDirectory": "同じディレクトリ内で切り取りと貼り付けはできません。"
}
},
"changeEncodingTooltip": "ファイルエンコーディングを変更",
"loadingEncoding": "読み込み中..."
},
"focusSwitcher": {
"allInputsConfigured": "すべての利用可能な入力ソースが設定されました",
+3 -1
View File
@@ -333,7 +333,9 @@
"noOpenFile": "未打开文件",
"selectFileToEdit": "请从文件管理器中选择文件以开始编辑。",
"searchPlaceholder": "搜索文件...",
"dropFilesHere": "将文件拖拽到此处上传"
"dropFilesHere": "将文件拖拽到此处上传",
"changeEncodingTooltip": "更改文件编码",
"loadingEncoding": "加载中..."
},
"statusMonitor": {
"title": "服务器状态",