[Desktop] Add toasts for update check (#3723)

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: filtered <176114999+webfiltered@users.noreply.github.com>
This commit is contained in:
Benjamin Lu
2025-05-02 11:06:51 -04:00
committed by GitHub
parent 869f500d4e
commit b61640c51b
8 changed files with 62 additions and 8 deletions

View File

@@ -171,6 +171,9 @@
},
"desktopUpdate": {
"description": "ComfyUI 데스크톱이 새로운 종속성을 설치하고 있습니다. 이 작업은 몇 분 정도 걸릴 수 있습니다.",
"errorCheckingUpdate": "업데이트 확인 중 오류가 발생했습니다",
"errorInstallingUpdate": "업데이트 설치 중 오류가 발생했습니다",
"noUpdateFound": "업데이트를 찾을 수 없습니다",
"terminalDefaultMessage": "업데이트 콘솔 출력은 여기에 표시됩니다.",
"title": "ComfyUI 데스크톱 업데이트 중",
"updateAvailableMessage": "업데이트가 가능합니다. 지금 재시작하고 업데이트하시겠습니까?",