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 Vietnamese language #1835

Merged
merged 2 commits into from
Aug 26, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ios/QBImagePicker/QBImagePicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
790A850E1AE7D4D9008E2A80 /* QBSlomoIconView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QBSlomoIconView.m; sourceTree = "<group>"; };
7D92D893270E4FF700BFC37E /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
7D92D894270E500300BFC37E /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
82C8A8C927C370E300A3B0EB /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
AA3AD06D1ACF9A3A00BF523E /* QBVideoIconView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QBVideoIconView.h; sourceTree = "<group>"; };
AA3AD06E1ACF9A3A00BF523E /* QBVideoIconView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QBVideoIconView.m; sourceTree = "<group>"; };
AA3AD0711ACFA06700BF523E /* QBVideoIndicatorView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QBVideoIndicatorView.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -256,6 +257,7 @@
uk,
sv,
nb,
vi,
);
mainGroup = AAA8FDF91ACDA079002A9710;
productRefGroup = AAA8FE041ACDA079002A9710 /* Products */;
Expand Down Expand Up @@ -336,6 +338,7 @@
7D92D893270E4FF700BFC37E /* uk */,
7D92D894270E500300BFC37E /* sv */,
6525CF3C27CFBCA8004F9AAE /* nb */,
82C8A8C927C370E300A3B0EB /* vi */,
);
name = QBImagePicker.strings;
sourceTree = "<group>";
Expand Down
28 changes: 28 additions & 0 deletions ios/QBImagePicker/QBImagePicker/vi.lproj/QBImagePicker.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/*
QBImagePicker.strings
QBImagePicker

Created by Pham Ngoc Thach on 2022/08/26.
Copyright (c) 2022 Pham Ngoc Thach. All rights reserved.
*/

"albums.title" = "Ảnh";

"assets.footer.photo" = "%ld Ảnh";
"assets.footer.photos" = "%ld Ảnh";
"assets.footer.video" = "%ld Video";
"assets.footer.videos" = "%ld Video";
"assets.footer.photo-and-video" = "%ld Ảnh, %ld Video";
"assets.footer.photos-and-video" = "%ld Ảnh, %ld Video";
"assets.footer.photo-and-videos" = "%ld Ảnh, %ld Video";
"assets.footer.photos-and-videos" = "%ld Ảnh, %ld Video";

"assets.toolbar.item-selected" = "Đã chọn %ld mục";
"assets.toolbar.items-selected" = "Đã chọn %ld mục";

"permission.help" = "Bạn đã cấp quyền truy cập vào số lượng ảnh và video có hạn.";
"permission.manage" = "QUẢN LÝ";
"permission.title" = "Để truy cập tất cả ảnh trong ứng dụng, hãy cấp quyền truy cập vào toàn bộ thư viện của bạn trong cài đặt thiết bị.";
"permission.choose_more" = "Chọn Nhiều Ảnh";
"permission.change_settings" = "Đổi Cài đặt";
"permission.cancel" = "Hủy bỏ";
1 change: 1 addition & 0 deletions ios/imageCropPicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
pl,
"zh-Hans",
nb,
vi,
);
mainGroup = 3400A7FF1CEB54A6008A0BC7;
productRefGroup = 3400A8091CEB54A6008A0BC7 /* Products */;
Expand Down