Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Chinese language #51

Merged
merged 1 commit into from
Sep 5, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions library/src/main/res/values-zh/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>