Skip to content

Commit

Permalink
feat(about): update info
Browse files Browse the repository at this point in the history
  • Loading branch information
Serein207 committed Oct 20, 2024
1 parent 9e2c2b0 commit 0d5c411
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 37 deletions.
34 changes: 17 additions & 17 deletions ui/locale/en.po
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,6 @@ msgctxt "MenuOverlay"
msgid "退出登录"
msgstr "Logout"

#: views/page/about.slint:103
msgctxt "AboutPage"
msgid "更新日志"
msgstr "Update Log"

#: views/page/about.slint:104
msgctxt "AboutPage"
msgid "更新"
msgstr "Update"

#: views/page/about.slint:105
msgctxt "AboutPage"
msgid "取消"
msgstr "Cancel"

#: views/page/about.slint:135
msgctxt "AboutPage"
msgid "关于"
Expand All @@ -105,8 +90,8 @@ msgstr "Bugs Report"

#: views/page/about.slint:217
msgctxt "AboutPage"
msgid "网页端"
msgstr "Web Link"
msgid "Evento 宇宙"
msgstr "Evento Universe"

#: views/page/about.slint:238
msgctxt "AboutPage"
Expand Down Expand Up @@ -359,6 +344,21 @@ msgctxt "App"
msgid "活动日程"
msgstr "Schedule"

#: app.slint:288
msgctxt "App"
msgid "更新日志"
msgstr "Update Log"

#: app.slint:289
msgctxt "App"
msgid "更新"
msgstr "Update"

#: app.slint:290
msgctxt "App"
msgid "取消"
msgstr "Cancel"

#: page/my_event.slint:46
msgctxt "MyEventPage"
msgid "未开始"
Expand Down
33 changes: 16 additions & 17 deletions ui/locale/zh.po
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,6 @@ msgctxt "MenuOverlay"
msgid "退出登录"
msgstr "退出登录"

#: views/page/about.slint:103
msgctxt "AboutPage"
msgid "更新日志"
msgstr "更新日志"

#: views/page/about.slint:104
msgctxt "AboutPage"
msgid "更新"
msgstr "更新"

#: views/page/about.slint:105
msgctxt "AboutPage"
msgid "取消"
msgstr "取消"

#: views/page/about.slint:135
msgctxt "AboutPage"
msgid "关于"
Expand All @@ -105,8 +90,8 @@ msgstr "漏洞报告"

#: views/page/about.slint:217
msgctxt "AboutPage"
msgid "网页端"
msgstr "网页端"
msgid "Evento 宇宙"
msgstr "Evento 宇宙"

#: views/page/about.slint:238
msgctxt "AboutPage"
Expand Down Expand Up @@ -359,6 +344,20 @@ msgctxt "App"
msgid "活动日程"
msgstr "活动日程"

#: app.slint:288
msgctxt "App"
msgid "更新日志"
msgstr "更新日志"

#: app.slint:289
msgctxt "App"
msgid "更新"
msgstr "更新"

#: app.slint:290
msgctxt "App"
msgid "取消"
msgstr "取消"

#: page/my_event.slint:46
msgctxt "MyEventPage"
Expand Down
6 changes: 3 additions & 3 deletions ui/views/page/about.slint
Original file line number Diff line number Diff line change
Expand Up @@ -185,18 +185,18 @@ export component AboutPage inherits Page {
HorizontalLayout {
alignment: space-between;
Text {
text: @tr("网页端");
text: @tr("Evento 宇宙");
font-size: Token.font.body.large.size;
font-weight: Token.font.body.large.weight;
color: Token.color.on-surface;
vertical-alignment: center;
}

Link {
text: "https://evento.sast.fun";
text: "https://app.sast.fun/evento";
font: Token.font.body.large;
clicked => {
AboutPageBridge.open-web("https://evento.sast.fun");
AboutPageBridge.open-web("https://app.sast.fun/evento");
}
}
}
Expand Down

0 comments on commit 0d5c411

Please sign in to comment.