Skip to content

Commit

Permalink
Merge pull request #154 from himphen/master
Browse files Browse the repository at this point in the history
Added Traditional Chinese translations for Taiwan and Hong Kong region
  • Loading branch information
javiersantos authored Feb 10, 2019
2 parents bfa94de + 1e303c8 commit 75e69cb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions library/src/main/res/values-zh-rHK/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<resources>
<string name="appupdater_update_available">有可用更新</string>
<string name="appupdater_update_available_description_dialog">可下載%1$s版本。\n透過下載最新版本,您可獲得%2$s的新功能、改進以及bug的修復。 </string>
<string name="appupdater_update_available_description_dialog_before_release_notes">可下載%1$s版本。\n\n安裝後,您可獲得以下新功能:\n%2$s</string>
<string name="appupdater_update_available_description_snackbar">可更新至%1$s版本! </string>
<string name="appupdater_update_available_description_notification">可下載%1$s的%2$s版本</string>
<string name="appupdater_update_not_available">無可用更新</string>
<string name="appupdater_update_not_available_description">您目前已經更新到%s最新版本! </string>
<string name="appupdater_btn_update">更新</string>
<string name="appupdater_btn_disable">不再提示</string>
<string name="appupdater_btn_dismiss">取消</string>
</resources>
12 changes: 12 additions & 0 deletions library/src/main/res/values-zh-rTW/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<resources>
    <string name="appupdater_update_available">有可用更新</string>
<string name="appupdater_update_available_description_dialog">可下載%1$s版本。\n透過下載最新版本,您可獲得%2$s的新功能、改進以及bug的修復。 </string>
    <string name="appupdater_update_available_description_dialog_before_release_notes">可下載%1$s版本。\n\n安裝後,您可獲得以下新功能:\n%2$s</string>
    <string name="appupdater_update_available_description_snackbar">可更新至%1$s版本! </string>
    <string name="appupdater_update_available_description_notification">可下載%1$s的%2$s版本</string>
    <string name="appupdater_update_not_available">無可用更新</string>
<string name="appupdater_update_not_available_description">您目前已經更新到%s最新版本! </string>
    <string name="appupdater_btn_update">更新</string>
    <string name="appupdater_btn_disable">不再提示</string>
    <string name="appupdater_btn_dismiss">取消</string>
</resources>

1 comment on commit 75e69cb

@unrealperson666
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#217 #215 #214 #213 #210

Please sign in to comment.