Skip to content

Commit

Permalink
Merge pull request #86 from bluehomewu/dev
Browse files Browse the repository at this point in the history
translations: Improved Traditional Chinese translation
  • Loading branch information
fdff87554 authored Feb 24, 2024
2 parents e6877bc + 6333090 commit 4c41db2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<string name="select_event">選擇活動</string>

<string name="drawer_open">Open navigation drawer</string>
<string name="drawer_close">Close navigation drawer</string>
<string name="drawer_open">開啟導覽匣</string>
<string name="drawer_close">關閉導覽匣</string>

<string name="fast_pass">快速通關</string>
<string name="schedule">議程</string>
Expand Down Expand Up @@ -124,9 +124,9 @@
<string name="is_about_to_start">%s 即將要開始囉!</string>
<string name="my_favorite_session_this_year_is">今年我最感興趣的議程是</string>
<string name="use_opass_to_make_your_own_agenda_together">一起使用 OPass 製作屬於你自己的議程表吧!</string>
<string name="perm_denied">沒有提供所需要的權限!請提供通知權限來獲取活動提醒</string>
<string name="perm_denied">沒有提供所需要的權限!請提供通知權限來取得活動提醒</string>
<string name="get_notified_title">收到通知</string>
<string name="get_notified_desc">OPass 可以在此活動開始之前向您發送通知。 您想要允許 Opass 所需的權限嗎?</string>
<string name="get_notified_desc">OPass 可以在此活動開始之前向您發送通知。 您想要允許 OPass 所需的權限嗎?</string>
<string name="dont_ask_again">不再詢問</string>
<string name="later">稍後</string>
</resources>
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 @@ -128,7 +128,7 @@

<!-- DialogFragment -->
<string name="get_notified_title">Get notified</string>
<string name="get_notified_desc">OPass can send you notification just before this event starts. Would you like to allow Opass required permissions?</string>
<string name="get_notified_desc">OPass can send you notification just before this event starts. Would you like to allow OPass required permissions?</string>
<string name="dont_ask_again">Don\'t ask again</string>
<string name="later">Later</string>
</resources>

0 comments on commit 4c41db2

Please sign in to comment.