From 40c9cc928976956f4d7fce006d4292aa2dd22298 Mon Sep 17 00:00:00 2001 From: sjc-bui Date: Fri, 25 Jun 2021 10:32:02 +0900 Subject: [PATCH] Vietnamese localization --- Corona.xcodeproj/project.pbxproj | 5 ++- .../Localization/vi.lproj/Localizable.strings | 42 +++++++++++++++++++ README.md | 1 + 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 Corona/Localization/vi.lproj/Localizable.strings diff --git a/Corona.xcodeproj/project.pbxproj b/Corona.xcodeproj/project.pbxproj index 51a987b..390bd3c 100644 --- a/Corona.xcodeproj/project.pbxproj +++ b/Corona.xcodeproj/project.pbxproj @@ -295,6 +295,7 @@ 11EB2C9E2413FFE1001769B2 /* HistoryChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoryChartView.swift; sourceTree = ""; }; 11EB2CA0241400EF001769B2 /* TopChartView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TopChartView.swift; sourceTree = ""; }; 18CAD032242A5E1200CA1CEE /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = ""; }; + 2EE234D6268557C300922CEE /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Localizable.strings; sourceTree = ""; }; 3447B4BC241E7790003914AF /* App.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = App.swift; sourceTree = ""; }; 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; }; @@ -795,6 +796,7 @@ el, hr, ku, + vi, ); mainGroup = 1162D11F240D05F600647002; packageReferences = ( @@ -1040,6 +1042,7 @@ 4E5960482471A0E400D7B8E2 /* el */, 939AFEE824B8A3C700A72769 /* hr */, 11D2481A24CB3665007A2DC4 /* ku */, + 2EE234D6268557C300922CEE /* vi */, ); name = Localizable.strings; sourceTree = ""; @@ -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 = ( diff --git a/Corona/Localization/vi.lproj/Localizable.strings b/Corona/Localization/vi.lproj/Localizable.strings new file mode 100644 index 0000000..185941d --- /dev/null +++ b/Corona/Localization/vi.lproj/Localizable.strings @@ -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"; diff --git a/README.md b/README.md index 2879fab..9f3a5e1 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Mhd Hejazi