Skip to content

Commit

Permalink
update string resource.
Browse files Browse the repository at this point in the history
  • Loading branch information
qingmei2 committed Jan 19, 2019
1 parent 107d8a0 commit 4c569c0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 23 deletions.
4 changes: 2 additions & 2 deletions config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ project.ext {
compileSdkVersion: 28,
minSdkVersion : 16,
targetSdkVersion : 28,
versionCode : 25,
versionName : "2.4.1"
versionCode : 26,
versionName : "2.4.2"
]

constants = [
Expand Down
19 changes: 13 additions & 6 deletions rximagepicker_support/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
<resources>
<string name="album_name_all">全部</string>
<string name="button_preview">预览</string>
<string name="button_apply_default">发送</string>
<string name="button_apply">使用(%1$d)</string>
<string name="empty_text">还没有图片或视频</string>
<string name="button_back">返回</string>
<string name="album_name_all">全部</string>
<string name="button_preview">预览</string>
<string name="button_apply_default">发送</string>
<string name="button_apply">使用(%1$d)</string>
<string name="empty_text">还没有图片或视频</string>
<string name="button_back">返回</string>
<string name="photo_grid_capture">相机</string>
<string name="button_ok">确认</string>

<string name="error_over_count">已达最大选择数量</string>
<string name="error_file_type">不支持的文件类型</string>
<string name="error_type_conflict">无法同时选中图片和视频</string>
<string name="error_no_video_activity">无法支持视频预览</string>
</resources>
27 changes: 12 additions & 15 deletions rximagepicker_support/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
<resources>
<string name="album_name_all">All Media</string>
<string name="button_preview">Preview</string>
<string name="button_apply_default">Apply</string>
<string name="button_apply">Apply(%1$d)</string>
<string name="empty_text">No media yet</string>
<string name="photo_grid_capture">Camera</string>
<string name="button_ok">OK</string>
<string name="button_back">back</string>
<string name="album_name_all">All Media</string>
<string name="button_preview">Preview</string>
<string name="button_apply_default">Apply</string>
<string name="button_apply">Apply(%1$d)</string>
<string name="empty_text">No media yet</string>
<string name="photo_grid_capture">Camera</string>
<string name="button_ok">OK</string>
<string name="button_back">back</string>

<string name="error_over_count_default">You have reached max selectable</string>
<string name="error_over_count">You can only select up to %1$d media files</string>
<string name="error_under_quality">Under quality</string>
<string name="error_over_quality">Over quality</string>
<string name="error_file_type">Unsupported file type</string>
<string name="error_type_conflict">Can\'t select images and videos at the same time</string>
<string name="error_no_video_activity">No App found supporting video preview</string>
<string name="error_over_count">You have reached max selectable</string>
<string name="error_file_type">Unsupported file type</string>
<string name="error_type_conflict">Can\'t select images and videos at the same time</string>
<string name="error_no_video_activity">No App found supporting video preview</string>
</resources>

0 comments on commit 4c569c0

Please sign in to comment.