From 14cd06d57517b90d7c2b8cb904e079b75673c67a Mon Sep 17 00:00:00 2001 From: navi Date: Fri, 18 Nov 2022 00:34:10 +0000 Subject: [PATCH] New translations en.json (Vietnamese) --- packages/nc-gui/lang/vi.json | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/packages/nc-gui/lang/vi.json b/packages/nc-gui/lang/vi.json index 1183bb9fe8..a022865601 100644 --- a/packages/nc-gui/lang/vi.json +++ b/packages/nc-gui/lang/vi.json @@ -104,7 +104,9 @@ "creator": "Người sáng tạo", "editor": "Biên tập viên", "commenter": "Bình luận", - "viewer": "Người xem" + "viewer": "Người xem", + "orgLevelCreator": "Organization Level Creator", + "orgLevelViewer": "Organization Level Viewer" }, "sqlVIew": "SQL View" }, @@ -200,6 +202,7 @@ "codeSnippet": "Code Snippet" }, "labels": { + "createdBy": "Created By", "notifyVia": "Thông báo qua", "projName": "Tên dự án", "tableName": "Tên bảng.", @@ -296,7 +299,8 @@ "signUpWithGoogle": "Sign up with Google", "signInWithGoogle": "Sign in with Google", "agreeToTos": "By signing up, you agree to the Terms of Service", - "welcomeToNc": "Welcome to NocoDB!" + "welcomeToNc": "Welcome to NocoDB!", + "inviteOnlySignup": "Allow signup only using invite url" }, "activity": { "createProject": "Tạo dự án", @@ -341,12 +345,14 @@ "invite": "Mời", "inviteMore": "Mời thêm", "inviteTeam": "Mời đội", + "inviteUser": "Invite User", "inviteToken": "Mời Token.", "newUser": "Người dùng mới", "editUser": "Người dùng biên tập", "deleteUser": "Xóa người dùng khỏi dự án", "resendInvite": "Gửi lại lời mời e-mail", "copyInviteURL": "Sao chép Mời URL.", + "copyPasswordResetURL": "Copy password reset URL", "newRole": "Vai trò mới", "reloadRoles": "Đóng vai trò", "nextPage": "Trang tiếp theo", @@ -480,6 +486,10 @@ }, "msg": { "info": { + "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." + }, "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", @@ -653,7 +663,8 @@ "theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots", "parameterKeyCannotBeEmpty": "Parameter key cannot be empty", "duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed", - "fieldRequired": "{value} cannot be empty." + "fieldRequired": "{value} cannot be empty.", + "projectNotAccessible": "Project not accessible" }, "toast": { "exportMetadata": "Metadata dự án xuất khẩu thành công", @@ -683,13 +694,16 @@ "tableDataExported": "Successfully exported all table data", "updated": "Successfully updated", "sharedViewDeleted": "Deleted shared view successfully", + "userDeleted": "User deleted successfully", "viewRenamed": "View renamed successfully", "tokenGenerated": "Token generated successfully", "tokenDeleted": "Token deleted successfully", "userAddedToProject": "Successfully added user to project", + "userAdded": "Successfully added user", "userDeletedFromProject": "Successfully deleted user from project", "inviteEmailSent": "Invite Email sent successfully", "inviteURLCopied": "Invite URL copied to clipboard", + "passwordResetURLCopied": "Password reset URL copied to clipboard", "shareableURLCopied": "Copied shareable base URL to clipboard!", "embeddableHTMLCodeCopied": "Copied embeddable HTML code!", "userDetailsUpdated": "Successfully updated the user details", @@ -699,7 +713,9 @@ "webhookTested": "Webhook tested successfully", "columnUpdated": "Column updated", "columnCreated": "Column created", - "passwordChanged": "Password changed successfully. Please login again." + "passwordChanged": "Password changed successfully. Please login again.", + "settingsSaved": "Settings saved successfully", + "roleUpdated": "Role updated successfully" } } }