Add save log support to process log dialog.

This commit is contained in:
wei
2026-08-25 15:41:44 +08:00
parent 3e5a23842a
commit 9a5a052cd1
3 changed files with 177 additions and 9 deletions
+9 -1
View File
@@ -271,5 +271,13 @@
"Failed to fetch version manifest: {error}": "Failed to fetch version manifest: {error}",
"An unexpected error occurred while fetching version manifest: {error}": "An unexpected error occurred while fetching version manifest: {error}",
"Unable to launch profile {profile}: {error}": "Unable to launch profile {profile}: {error}",
"To make all page apply new language. Is recommend to restart the launcher after change it.": "To make all page apply new language. Is recommend to restart the launcher after change it."
"To make all page apply new language. Is recommend to restart the launcher after change it.": "To make all page apply new language. Is recommend to restart the launcher after change it.",
"Save Log": "Save Log",
"Select where to save the log file": "Select where to save the log file",
"Text Files (*.txt);;All Files (*)": "Text Files (*.txt);;All Files (*)",
"Log output is empty. No need to save it.": "Log output is empty. No need to save it.",
"Log Viewer": "Log Viewer",
"Log output saved to {file_name}": "Log output saved to {file_name}",
"Unable to save log file: {error}": "Unable to save log file: {error}",
"Log truncated at {time}; {count} older lines removed.": "Log truncated at {time}; {count} older lines removed."
}
+9 -1
View File
@@ -271,5 +271,13 @@
"Failed to fetch version manifest: {error}": "無法取得版本資訊:{error}",
"An unexpected error occurred while fetching version manifest: {error}": "取得版本資訊時發生非預期錯誤:{error}",
"Unable to launch profile {profile}: {error}": "無法啟動設定檔 {profile}{error}",
"To make all page apply new language. Is recommend to restart the launcher after change it.": "為了讓所有頁面套用語言更新,建議在修改後重新啟動啟動器。"
"To make all page apply new language. Is recommend to restart the launcher after change it.": "為了讓所有頁面套用語言更新,建議在修改後重新啟動啟動器。",
"Save Log": "儲存紀錄",
"Select where to save the log file": "選擇紀錄檔的儲存位置",
"Text Files (*.txt);;All Files (*)": "文字檔案 (*.txt);;所有檔案 (*)",
"Log output is empty. No need to save it.": "紀錄內容為空,無需儲存。",
"Log Viewer": "紀錄檢視器",
"Log output saved to {file_name}": "紀錄已儲存至 {file_name}",
"Unable to save log file: {error}": "無法儲存紀錄檔:{error}",
"Log truncated at {time}; {count} older lines removed.": "紀錄已於 {time} 裁切;已移除較舊的 {count} 行。"
}