Skip to content

Commit

Permalink
Add localization for UI strings in Vietnamese (#11722)
Browse files Browse the repository at this point in the history
h/t @1ec5
  • Loading branch information
stepankuzmin committed May 24, 2022
1 parent e206b67 commit 8ff22f1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/ui/locales/vi.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// @flow

const locale = {
"AttributionControl.ToggleAttribution": "Hiện/ẩn lời ghi công",
"AttributionControl.MapFeedback": "Phản hồi về bản đồ",
"FullscreenControl.Enter": "Vào chế độ toàn màn hình",
"FullscreenControl.Exit": "Thoát chế độ toàn màn hình",
"GeolocateControl.FindMyLocation": "Tìm vị trí của tôi",
"GeolocateControl.LocationNotAvailable": "Vị trí không có sẵn",
"LogoControl.Title": "Biểu trưng Mapbox",
"Map.Title": "Bản đồ",
"NavigationControl.ResetBearing": "Quay về hướng bắc",
"NavigationControl.ZoomIn": "Phóng to",
"NavigationControl.ZoomOut": "Thu nhỏ",
"ScaleControl.Feet": "bộ",
"ScaleControl.Meters": "m",
"ScaleControl.Kilometers": "km",
"ScaleControl.Miles": "dặm",
"ScaleControl.NauticalMiles": "hải lý",
"ScrollZoomBlocker.CtrlMessage": "Sử dụng ctrl + cuộn để thu phóng bản đồ",
"ScrollZoomBlocker.CmdMessage": "Sử dụng ⌘ + cuộn để thu phóng bản đồ",
"TouchPanBlocker.Message": "Vuốt bằng hai ngón tay để cuộn bản đồ"
};

export default locale;

0 comments on commit 8ff22f1

Please sign in to comment.