Birthday celebration screen

This commit is contained in:
2024-10-17 23:49:20 +08:00
parent 3fb1d7a6d4
commit eac1be365e
9 changed files with 293 additions and 91 deletions

View File

@@ -366,6 +366,7 @@
"bsPreparingData": "Preparing User Data",
"bsRegisteringPushNotify": "Enabling Push Notifications",
"bsDismissibleErrorHint": "Click anywhere to ignore this error",
"bsContinuable": "Click anywhere to continue",
"postShareContent": "@content\n\n@username on the Solar Network\nCheck it out: @link",
"postShareSubject": "@title by @username on Solar Network",
"themeColor": "Global Theme Color",
@@ -490,5 +491,7 @@
"shotOn": "Shot on @device",
"unread": "Unread",
"searchTook": "Took @time",
"searchResult": "@count Matches"
"searchResult": "@count Matches",
"happyBirthday": "Happy birthday @name!",
"happyBirthdayDesc": "Today is your @count birthday"
}

View File

@@ -362,6 +362,7 @@
"bsPreparingData": "正在准备用户资料",
"bsRegisteringPushNotify": "正在启用推送通知",
"bsDismissibleErrorHint": "点击任意地方忽略此错误",
"bsContinuable": "点击任意处继续",
"postShareContent": "@content\n\n@username 在 Solar Network\n原帖地址@link",
"postShareSubject": "@username 在 Solar Network 发表的 @title",
"themeColor": "全局主题色",
@@ -486,5 +487,7 @@
"shotOn": "由 @device 拍摄",
"unread": "未读",
"searchTook": "耗时 @time",
"searchResult": "匹配到 @count 条结果"
"searchResult": "匹配到 @count 条结果",
"happyBirthday": "生日快乐,@name",
"happyBirthdayDesc": "今天是你的第 @count 个生日"
}