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

add vi language #407

Merged
merged 2 commits into from
Oct 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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>