Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f96027f

Browse files
committed
feat: new classtable homepage card
1 parent 3e0393a commit f96027f

8 files changed

Lines changed: 274 additions & 338 deletions

File tree

assets/flutter_i18n/en_US.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -502,10 +502,12 @@ homepage:
502502
open_url: "Open link"
503503
notice_page_title: "Notification List"
504504
class_table_card:
505-
current: "Current"
506-
tomorrow: "Tomorrow"
507-
later: "Later"
508-
more: "More"
505+
today: "{remain} arrangment(s) today"
506+
today_finished: "Arrangements all done today"
507+
tomorrow: "{remain} arrangment(s) tomorrow"
508+
tomorrow_none: "No arrangement tomorrow"
509+
week_info: "Week {weekinfo}"
510+
holiday: "On vacation"
509511
error_message: "An error occurred: {error}"
510512
fetching_message: "Fetching class schedule"
511513
error_infoText: "An error occurred"

assets/flutter_i18n/zh_CN.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -449,10 +449,12 @@ homepage:
449449
open_url: "访问该链接"
450450
notice_page_title: "通知列表"
451451
class_table_card:
452-
current: "当前"
453-
tomorrow: "明天"
454-
later: "稍后"
455-
more: "更多"
452+
today: "今日还有 {remain} 个日程"
453+
today_finished: "今日安排完成"
454+
tomorrow: "明日有 {remain} 个安排"
455+
tomorrow_none: "明日没有安排"
456+
week_info: "第 {weekinfo} 周"
457+
on_holiday: "假期中"
456458
error_message: "遇到错误:{error}"
457459
fetching_message: "正在获取课表"
458460
error_infoText: "遇到错误"

0 commit comments

Comments
 (0)