From 57e73e74beec289ec8e7c2d9fc79efc209bf77bb Mon Sep 17 00:00:00 2001 From: navi Date: Fri, 18 Nov 2022 00:34:01 +0000 Subject: [PATCH] New translations en.json (Hindi) --- packages/nc-gui/lang/hi.json | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/packages/nc-gui/lang/hi.json b/packages/nc-gui/lang/hi.json index a3b56194f5..f236883023 100644 --- a/packages/nc-gui/lang/hi.json +++ b/packages/nc-gui/lang/hi.json @@ -104,7 +104,9 @@ "creator": "बनाने वाला", "editor": "संपादक", "commenter": "टिप्पणीकार", - "viewer": "दर्शक" + "viewer": "दर्शक", + "orgLevelCreator": "Organization Level Creator", + "orgLevelViewer": "Organization Level Viewer" }, "sqlVIew": "SQL View" }, @@ -200,6 +202,7 @@ "codeSnippet": "Code Snippet" }, "labels": { + "createdBy": "Created By", "notifyVia": "Notify Via", "projName": "परियोजना का नाम", "tableName": "Table name", @@ -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": "प्रोजेक्ट बनाएं", @@ -341,12 +345,14 @@ "invite": "आमंत्रित करना", "inviteMore": "अधिक आमंत्रित करें", "inviteTeam": "टीम को आमंत्रित करें", + "inviteUser": "Invite User", "inviteToken": "टोकन को आमंत्रित करें", "newUser": "नया उपयोगकर्ता", "editUser": "यूजर को संपादित करो", "deleteUser": "परियोजना से उपयोगकर्ता निकालें", "resendInvite": "आमंत्रण ईमेल दोबारा भेजे", "copyInviteURL": "कॉपी आमंत्रित URL", + "copyPasswordResetURL": "Copy password reset URL", "newRole": "नयी भूमिका", "reloadRoles": "पुनः लोड भूमिकाएँ", "nextPage": "अगला पृष्ठ", @@ -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": "प्रति पृष्ठ पंक्तियाँ", "upload": "अपलोड करने के लिए फ़ाइल का चयन करें", "upload_sub": "या ड्रैग एंड ड्रॉप फाइल", @@ -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": "परियोजना मेटाडेटा सफलतापूर्वक निर्यात की गई", @@ -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" } } }