Browse Source

New translations en.json (Vietnamese)

pull/4707/head
navi 2 years ago
parent
commit
4b4149a17a
  1. 6
      packages/nc-gui/lang/vi.json

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

@ -248,7 +248,10 @@
"sqlOutput": "Đầu ra SQL.",
"addOption": "Thêm tùy chọn",
"qrCodeValueColumn": "Column with QR code value",
"barcodeValueColumn": "Column with Barcode value",
"barcodeFormat": "Barcode format",
"qrCodeValueTooLong": "Too many characters for a QR code",
"barcodeValueTooLong": "Too many characters for a barcode",
"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",
@ -496,6 +499,9 @@
},
"msg": {
"warning": {
"barcode": {
"renderError": "Barcode error - please check compatibility between input and barcode type"
},
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."

Loading…
Cancel
Save