Skip to content

Commit

Permalink
Added missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Siqi committed Sep 2, 2024
1 parent 61cf2a6 commit 3f999a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<string name="just_reminded">刚刚提醒的任务</string>
<string name="task_reminded_time">任务已提醒于: %1$s</string>
<string name="cancel_highlight">取消此突出显示</string>
<string name="search">搜索</string>

<!-- Notification -->
<string name="task_reminder">任务提醒</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<string name="just_reminded">任務剛剛提醒</string>
<string name="task_reminded_time">任務已提醒於: %1$s</string>
<string name="cancel_highlight">取消突出顯示</string>
<string name="search">搜索</string>

<!-- Notification -->
<string name="task_reminder">提醒</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<string name="just_reminded">The task just reminded</string>
<string name="task_reminded_time">Task has reminded \nat: %1$s</string>
<string name="cancel_highlight">Cancel highlight at here</string>
<string name="search">Search</string>

<!-- Notification -->
<string name="task_reminder">Task Reminder</string>
Expand All @@ -55,6 +56,5 @@
<string name="nothing_need_do">Nothing need to do! \nClick \'Add\' to create a task</string>
<string name="setting_remind_warning">Setting reminders that are too long is not recommended, and you shouldn\'t put off your plans for that long. Additionally this may cause unintended problems. \n\nClick Confirm to continue set.</string>
<string name="cannot_set_past">Cannot set reminder for the past! lol</string>
<string name="search">Search</string>

</resources>

0 comments on commit 3f999a8

Please sign in to comment.