-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4419 from hoanglam10499/main
🌐 Add vietnam locale
- Loading branch information
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"name": "vi", | ||
"options": { | ||
"months": [ | ||
"Tháng 01", | ||
"Tháng 02", | ||
"Tháng 03", | ||
"Tháng 04", | ||
"Tháng 05", | ||
"Tháng 06", | ||
"Tháng 07", | ||
"Tháng 08", | ||
"Tháng 09", | ||
"Tháng 10", | ||
"Tháng 11", | ||
"Tháng 12" | ||
], | ||
"shortMonths": [ | ||
"Th01", | ||
"Th02", | ||
"Th03", | ||
"Th04", | ||
"Th05", | ||
"Th06", | ||
"Th07", | ||
"Th08", | ||
"Th09", | ||
"Th10", | ||
"Th11", | ||
"Th12" | ||
], | ||
"days": [ | ||
"Chủ nhật", | ||
"Thứ hai", | ||
"Thứ ba", | ||
"Thứ Tư", | ||
"Thứ năm", | ||
"Thứ sáu", | ||
"Thứ bảy" | ||
], | ||
"shortDays": [ | ||
"CN", | ||
"T2", | ||
"T3", | ||
"T4", | ||
"T5", | ||
"T6", | ||
"T7" | ||
], | ||
"toolbar": { | ||
"exportToSVG": "Tải xuống SVG", | ||
"exportToPNG": "Tải xuống PNG", | ||
"exportToCSV": "Tải xuống CSV", | ||
"menu": "Tuỳ chọn", | ||
"selection": "Vùng chọn", | ||
"selectionZoom": "Vùng chọn phóng to", | ||
"zoomIn": "Phóng to", | ||
"zoomOut": "Thu nhỏ", | ||
"pan": "Di chuyển", | ||
"reset": "Đặt lại thu phóng" | ||
} | ||
} | ||
} |