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

Support Chinese format #230

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
13 changes: 13 additions & 0 deletions src/android/Library/res/values-zh/multiimagechooser_strings_zh.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="multi_app_name">图像多选</string>
<string name="free_version_label">免费版本 - 图像 剩余: %d</string>
<string name="error_database">打开图像数据库错误.</string>
<string name="requesting_thumbnails">获取缩略图中,请耐心等待</string>
<string name="multi_image_picker_processing_images_title">正在处理图像</string>
<string name="multi_image_picker_processing_images_message">将花费一些时间</string>
<string name="discard" translatable="false">取消</string>
<string name="done" translatable="false">确定</string>
<string name="max_count_photos_title">最多 %d 张照片</string>
<string name="max_count_photos_message">您一次只能选 %d 张照片</string>
</resources>