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

Create gallery_strings.xml #264

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
24 changes: 24 additions & 0 deletions library/src/main/res/values-zh/gallery-strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<resources>
<string name="gallery_loading_view_click_loading_more">加载更多</string>
<string name="gallery_loading_view_no_more">没有更多了</string>
<string name="gallery_loading_view_loading">加载中…</string>

<string name="gallery_over_button_text">完成</string>
<string name="gallery_over_button_text_checked">完成(%1$d/%2$d)</string>
<string name="gallery_image_max_size_tip">你最多只能选择%1$d张照片</string>
<string name="gallery_page_title">%1$d/%2$d</string>
<string name="gallery_media_grid_image_title">图片</string>
<string name="gallery_media_grid_video_title">视频</string>
<string name="gallery_default_request_storage_access_permission_tips">App请求读取你的相册</string>
<string name="gallery_default_camera_access_permission_tips">App请求拍照权限,否则无法拍照</string>
<string name="gallery_default_request_storage_write_permission_tips">App请求写入你的相册</string>
<string name="gallery_default_media_empty_tips">空空如也</string>
<string name="gallery_device_no_camera_tips">该设备无摄像头</string>
<string name="gallery_device_camera_unable">相机不可用</string>
<string name="gallery_preview_title">预览</string>
<string name="gallery_edit_phote">裁剪</string>
<string name="gallery_all_image">所有图片</string>
<string name="gallery_all_video">所有视频</string>
<string name="gallery_take_image">拍摄照片</string>
<string name="gallery_video">录制视频</string>
</resources>