add systray

This commit is contained in:
2026-02-07 17:57:48 +08:00
parent eb23ef9d5d
commit e76ada9b4b
17 changed files with 335 additions and 617 deletions

View File

@@ -61,6 +61,24 @@
"autoAccept": "Auto Accept",
"version": "Version",
"language": "Language",
"selectSavePath": "Select Save Path"
"selectSavePath": "Select Save Path",
"closeToSystray": "Close to Systray"
},
"modal": {
"fileSend": {
"title": "Send Files",
"selectTitle": "Select files to send",
"dragDrop": "Click to select files",
"addMore": "Add more files",
"sendSrc": "Send",
"failed": "Failed to send files: {error}"
},
"textSend": {
"title": "Send Text",
"contentLabel": "Content",
"placeholder": "Type something to send...",
"send": "Send",
"failed": "Failed to send text: {error}"
}
}
}