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

Vietnamese Localization #150

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 4 additions & 1 deletion Corona.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@
11EB2C9E2413FFE1001769B2 /* HistoryChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoryChartView.swift; sourceTree = "<group>"; };
11EB2CA0241400EF001769B2 /* TopChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopChartView.swift; sourceTree = "<group>"; };
18CAD032242A5E1200CA1CEE /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; };
2EE234D6268557C300922CEE /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Localizable.strings; sourceTree = "<group>"; };
3447B4BC241E7790003914AF /* App.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = App.swift; sourceTree = "<group>"; };
344ED31F241AC7AA004C4EA8 /* Widget.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = Widget.appex; sourceTree = BUILT_PRODUCTS_DIR; };
344ED321241AC7AA004C4EA8 /* NotificationCenter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NotificationCenter.framework; path = System/Library/Frameworks/NotificationCenter.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -795,6 +796,7 @@
el,
hr,
ku,
vi,
);
mainGroup = 1162D11F240D05F600647002;
packageReferences = (
Expand Down Expand Up @@ -1040,6 +1042,7 @@
4E5960482471A0E400D7B8E2 /* el */,
939AFEE824B8A3C700A72769 /* hr */,
11D2481A24CB3665007A2DC4 /* ku */,
2EE234D6268557C300922CEE /* vi */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down Expand Up @@ -1291,8 +1294,8 @@
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CODE_SIGN_ENTITLEMENTS = LocalStatsWidget/LocalStatsWidgetExtension.entitlements;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
CURRENT_PROJECT_VERSION = 1.7.2;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = LocalStatsWidget/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down
42 changes: 42 additions & 0 deletions Corona/Localization/vi.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
/*
Corona Tracker
Translation by Quan Bui Van - github.com/sjc-bui
Copyright © 2020 Samabox. All rights reserved.
*/

"case.confirmed" = "Xác nhận";
"case.active" = "Nhiễm";
"case.recovered" = "Hồi phục";
"case.deaths" = "Tử vong";
"region.world" = "Thế giới";
"chart.topCountries" = "Quốc gia bị ảnh hưởng nhiều nhất";
"chart.topRegions" = "Khu vực bị ảnh hưởng nhiều nhất";
"chart.logarithmic" = "Thang đo Logarit";
"chart.delta" = "Số ca nhiễm mới hàng ngày";
"chart.delta.deaths" = "Số ca tử vong hàng ngày";
"chart.delta.increasing" = "Tăng";
"chart.delta.decreasing" = "Giảm";
"chart.trendline" = "Số ca đã xác nhận kể từ ca nhiễm thứ 100";
"chart.trendline.deaths" = "Số ca tử vong kể từ ca tử vong thứ 10";
"chart.history" = "Sự gia tăng số ca";
"chart.axis.days" = "%d ngày";
"data.updating" = "Đang cập nhật...";
"data.updateDate" = "Cập nhật lần cuối:";
"data.errorTitle" = "Không thể cập nhật dữ liệu";
"data.errorMessage" = "Vui lòng kiểm tra kết nối mạng.";
"data.source" = "Nguồn: %@";
"app.newVersionTitle" = "Phiên bản mới có sẵn";
"app.newVersionMessage" = "Vui lòng cập nhật từ %@";
"app.credits" = "Tín dụng";
"message.cancel" = "Huỷ";
"message.open" = "Mở";
"message.ok" = "Xác nhận";
"message.done" = "Xong";
"menu.copy" = "Sao chép";
"menu.update" = "Cập nhật";
"menu.share" = "Chia sẻ";
"menu.search" = "Tìm kiếm";
"menu.releaseNotes" = "Ghi chú phát hành";
"menu.reportIssue" = "Báo cáo vấn đề";
"share.current" = "Cập nhật trực tiếp số ca liên quan đến virus Corona";
"share.chartHistory" = "Biểu đồ gia tăng số ca liên quan đến virus Corona";
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Mhd Hejazi <a href="https://twitter.com/intent/follow?screen_name=Hejazi"><img s
* __Greek__ by [Kyriakos Markakis](https://github.com/marquicodes)
* __Kurdish__ by [Rawaz Mahmud](https://github.com/rawaz4)
* __Croatian__ by [Nikola Franičević](https://github.com/FranicevicNikola)
* __Vietnamese__ by [Quan Bui Van](https://github.com/sjc-bui)

### Libraries
* [CSV.swift](https://github.com/yaslab/CSV.swift): For parsing the CSV data file.
Expand Down