Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat:desktop notification #4371

Merged
merged 2 commits into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion frontend/desktop/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,8 @@
"Please read and agree to the agreement": "Please read and agree to the agreement",
"Purchase Link Error": "Purchase Link Error",
"You have not purchased the License": "You have not purchased the License",
"App Info": "App Info"
"App Info": "App Info",
"Click anywhere to continue": "Click on any blank space to continue",
"Jump Over": "Jump Over",
"Detail": "Detail"
}
7 changes: 5 additions & 2 deletions frontend/desktop/public/locales/zh/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,8 @@
"Please read and agree to the agreement": "请阅读并同意协议",
"Purchase Link Error": "购买链接错误",
"You have not purchased the License": "您还没有购买 License",
"App Info": "应用信息"
}
"App Info": "应用信息",
"Click anywhere to continue": "点击任意空白继续",
"Jump Over": "跳过",
"Detail": "详情"
}