iOS check in widget

This commit is contained in:
2026-01-03 18:50:54 +08:00
parent 35a9c9ff4b
commit 978b7b32fd
18 changed files with 1142 additions and 54 deletions

View File

@@ -0,0 +1,16 @@
/* Check In Level Names */
"checkInResultT0" = "Worst";
"checkInResultT1" = "Poor";
"checkInResultT2" = "Mid";
"checkInResultT3" = "Good";
"checkInResultT4" = "Best";
"checkInResultT5" = "Special";
/* Widget UI Strings */
"checkIn" = "Check In";
"tapToCheckIn" = "Tap to check in today";
"error" = "Error";
"openAppToRefresh" = "Open app to refresh";
"loading" = "Loading...";
"rewardPoints" = "%d";
"rewardExperience" = "%d XP";