Browse Source

New translations en.json (Vietnamese)

pull/4562/head
navi 2 years ago
parent
commit
ddff4252c5
  1. 15
      packages/nc-gui/lang/vi.json

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

@ -69,7 +69,12 @@
"betaNote": "Tính năng này hiện không được hỗ trợ.",
"moreInfo": "More information can be found here",
"logs": "Nhật ký",
"groupingField": "Nhóm theo trường"
"groupingField": "Nhóm theo trường",
"insertAfter": "Insert After",
"insertBefore": "Insert Before",
"hideField": "Hide Field",
"sortAsc": "Sort Ascending",
"sortDesc": "Sort Descending"
},
"objects": {
"project": "Dự định",
@ -199,7 +204,8 @@
"quickImportFrom": "Kết nhập nhanh dữ liệu từ",
"quickImport": "Quick Import",
"advancedSettings": "Cài đặt Nâng cao",
"codeSnippet": "Thư viện mã"
"codeSnippet": "Thư viện mã",
"keyboardShortcut": "Keyboard Shortcuts"
},
"labels": {
"createdBy": "Đã tạo bởi",
@ -496,6 +502,7 @@
}
},
"info": {
"pasteNotSupported": "Paste operation is not supported on the active cell",
"roles": {
"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."
@ -613,7 +620,9 @@
"deleteViewConfirmation": "Are you sure you want to delete this view?",
"deleteTableConfirmation": "Do you want to delete the table",
"showM2mTables": "Show M2M Tables",
"deleteKanbanStackConfirmation": "Deleting this stack will also remove the select option `{stackToBeDeleted}` from the `{groupingField}`. The records will move to the uncategorized stack."
"deleteKanbanStackConfirmation": "Deleting this stack will also remove the select option `{stackToBeDeleted}` from the `{groupingField}`. The records will move to the uncategorized stack.",
"computedFieldEditWarning": "Computed field: contents are read-only. Use column edit menu to reconfigure",
"computedFieldDeleteWarning": "Computed field: contents are read-only. Unable to clear content."
},
"error": {
"searchProject": "Tìm kiếm của bạn cho {search} tìm thấy không có kết quả",

Loading…
Cancel
Save