Browse Source

New translations en.json (Vietnamese)

pull/5202/head
navi 2 years ago
parent
commit
1e01fbf208
  1. 21
      packages/nc-gui/lang/vi.json

21
packages/nc-gui/lang/vi.json

@ -74,7 +74,8 @@
"insertBefore": "Insert Before",
"hideField": "Hide Field",
"sortAsc": "Sort Ascending",
"sortDesc": "Sort Descending"
"sortDesc": "Sort Descending",
"geoDataField": "GeoData Field"
},
"objects": {
"project": "Dự định",
@ -98,7 +99,8 @@
"gallery": "Bộ sưu tập",
"form": "Mẫu đơn",
"kanban": "Kanban.",
"calendar": "Lịch"
"calendar": "Lịch",
"map": "Map"
},
"user": "Người dùng",
"users": "Người dùng",
@ -136,6 +138,7 @@
"Currency": "Tiền tệ",
"Percent": "Phần trăm",
"Duration": "Khoảng thời gian",
"GeoData": "GeoData",
"Rating": "Xếp hạng",
"Formula": "Công thức",
"Rollup": "ROLLUP.",
@ -253,6 +256,9 @@
"barcodeFormat": "Barcode format",
"qrCodeValueTooLong": "Too many characters for a QR code",
"barcodeValueTooLong": "Too many characters for a barcode",
"yourLocation": "Your Location",
"lng": "Lng",
"lat": "Lat",
"aggregateFunction": "Chức năng tổng hợp",
"dbCreateIfNotExists": "Cơ sở dữ liệu: Tạo nếu không tồn tại",
"clientKey": "Khóa khách",
@ -452,6 +458,10 @@
"stackedBy": "Stacked By",
"chooseGroupingField": "Choose a Grouping Field",
"addOrEditStack": "Add / Edit Stack"
},
"map": {
"mappedBy": "Mapped By",
"chooseMappingField": "Choose a Mapping Field"
}
},
"tooltip": {
@ -518,6 +528,11 @@
"orgCreator": "Creator can create new projects and access any invited project.",
"orgViewer": "Viewer is not allowed to create new projects but they can access any invited project."
},
"map": {
"overLimit": "You're over the limit.",
"closeLimit": "You're getting close to the limit.",
"limitNumber": "The limit of markers shown in a Map View is 1000 records."
},
"footerInfo": "Hàng trên mỗi trang",
"upload": "Chọn tệp để tải lên",
"upload_sub": "hoặc kéo và thả tập tin",
@ -600,6 +615,7 @@
"gallery": "Thêm Gallery View.",
"form": "Thêm hình thức xem",
"kanban": "Thêm tầm nhìn Kanban",
"map": "Add Map View",
"calendar": "Thêm chế độ xem lịch"
},
"tablesMetadataInSync": "Bảng siêu dữ liệu được đồng bộ hóa",
@ -690,6 +706,7 @@
"nameShouldStartWithAnAlphabetOr_": "Name should start with an alphabet or _",
"followingCharactersAreNotAllowed": "Following characters are not allowed",
"columnNameRequired": "Column name is required",
"columnNameExceedsCharacters": "The length of column name exceeds the max {value} characters",
"projectNameExceeds50Characters": "Project name exceeds 50 characters",
"projectNameCannotStartWithSpace": "Project name cannot start with space",
"requiredField": "Required field",

Loading…
Cancel
Save