Skip to content

Commit

Permalink
feat: license desktop page (#3969)
Browse files Browse the repository at this point in the history
* feat license desktop page

Signed-off-by: jingyang <3161362058@qq.com>

* delete log

---------

Signed-off-by: jingyang <3161362058@qq.com>
  • Loading branch information
zjy365 committed Sep 25, 2023
1 parent d204707 commit c39b6a2
Show file tree
Hide file tree
Showing 61 changed files with 1,612 additions and 196 deletions.
6 changes: 5 additions & 1 deletion frontend/desktop/.env → frontend/desktop/.env.template
Expand Up @@ -20,4 +20,8 @@ SEALOS_CLOUD_DOMAIN="cloud.sealos.io"
# WECHAT_ENABLED=
# GITHUB_ENABLED=
# PASSWORD_ENABLED=
# SMS_ENABLED=
# SMS_ENABLED=

# costcenter
STRIPE_ENABLED=
STRIPE_PUB=
3 changes: 3 additions & 0 deletions frontend/desktop/public/icons/download.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions frontend/desktop/public/icons/empty.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions frontend/desktop/public/icons/license.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions frontend/desktop/public/icons/pay_wechat.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions frontend/desktop/public/icons/shell_coin.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions frontend/desktop/public/icons/stripe.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions frontend/desktop/public/icons/token.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions frontend/desktop/public/icons/wechat.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 10 additions & 1 deletion frontend/desktop/public/locales/en/common.json
Expand Up @@ -79,5 +79,14 @@
"Dissovle Tips": "Dissolving the team will clear all resources. Are you sure you want to disband",
"Enter Confirm.": "Please enter {{value}} to confirm",
"Accept Invitation": "Accept Invitation",
"Recive Tips": "{{managerName}} invite you join in {{teamName}} as {{role}}"
"Recive Tips": "{{managerName}} invite you join in {{teamName}} as {{role}}",
"pay with stripe": "Pay With Stripe",
"pay with wechat": "Pay With Wechat",
"License Buy": "License Buy",
"Purchase History": "Purchase History",
"Purchase License": "Purchase License",
"Remaining Time": "Remaining Time: ",
"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"
}
43 changes: 0 additions & 43 deletions frontend/desktop/public/locales/zh-Hans/common.json

This file was deleted.

11 changes: 10 additions & 1 deletion frontend/desktop/public/locales/zh/common.json
Expand Up @@ -73,5 +73,14 @@
"Dissovle Tips": "解散团队会清空所有资源,确定要解散吗?",
"Enter Confirm.": "请输入 {{value}} 确认",
"Accept Invitation": "接受邀请",
"Recive Tips": "{{managerName}} 邀请你到 {{teamName}} 当 {{role}}"
"Recive Tips": "{{managerName}} 邀请你到 {{teamName}} 当 {{role}}",
"pay with wechat": "微信支付",
"pay with stripe": "Stripe 支付",
"License Buy": "License 购买",
"Purchase History": "购买记录",
"Purchase License": "购买 License",
"Remaining Time": "剩余激活时间: ",
"Please read and agree to the agreement": "请阅读并同意协议",
"Purchase Link Error": "购买链接错误",
"You have not purchased the License": "您还没有购买 License"
}

0 comments on commit c39b6a2

Please sign in to comment.