Skip to content

Commit

Permalink
add vi language (#407)
Browse files Browse the repository at this point in the history
Co-authored-by: Hung <>
Co-authored-by: Esa Firman <esafirm21@gmail.com>
  • Loading branch information
chihung93 and esafirm committed Oct 23, 2022
1 parent 283b4ca commit 19e306f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions imagepicker/src/main/res/values-vi/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="ef_permission_write_external_rationale">Cho phép truy cập bộ nhớ ngoài để chọn hình ảnh</string>

<string name="ef_ok">Đồng Ý</string>
<string name="ef_done">XONG</string>
<string name="ef_camera">CAMERA</string>

<string name="ef_title_folder">Thư mục</string>
<string name="ef_title_select_image">Nhấn để chọn hình ảnh</string>
<string name="ef_ltitle_permission_denied">Quyền bị từ chối</string>

<string name="ef_selected">%d đã chọn</string>
<string name="ef_selected_with_limit">%1$d/%2$d đã chọn</string>

<string name="ef_error_create_image_file">Không tạo được tệp hình ảnh</string>
<string name="ef_error_no_camera">Không tìm thấy máy ảnh</string>
<string name="ef_error_null_cursor">Rất tiếc, đã xảy ra lỗi!</string>

<string name="ef_msg_empty_images">Không tìm thấy hình ảnh</string>
<string name="ef_msg_no_write_external_permission">Vui lòng cấp quyền lưu trữ để chọn hình ảnh</string>
<string name="ef_msg_limit_images">Giới hạn chọn hình ảnh</string>

<string name = "ef_msg_no_camera_permission">Vui lòng cấp quyền cho máy ảnh để chụp ảnh </string>
</resources>
2 changes: 1 addition & 1 deletion imagepicker/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<string name="ef_msg_empty_images">No images found</string>
<string name="ef_msg_no_write_external_permission">Please grant storage permission to select images</string>
<string name="ef_msg_limit_images">Image selection limit</string>
<string name="ef_msg_no_camera_permission">You have to give the app permission to use the camera to be able to take pictures</string>

<!--Don't Translate-->
<string name="ef_gif" translatable="false">GIF</string>
<string name="ef_content_desc_folder" translatable="false">Folder</string>
<string name="ef_content_desc_image" translatable="false">Image</string>
<string name="ef_msg_no_camera_permission">You have to give the app permission to use the camera to be able to take pictures</string>

</resources>

0 comments on commit 19e306f

Please sign in to comment.