Browse Source

feat(nc-gui): add copyComment, editComment and commentCopied in en.json

pull/5341/head
Wing-Kam Wong 2 years ago
parent
commit
6725d8ee21
  1. 3
      packages/nc-gui/lang/en.json

3
packages/nc-gui/lang/en.json

@ -378,6 +378,8 @@
"resendInvite": "Resend invite E-mail",
"copyInviteURL": "Copy invite URL",
"copyPasswordResetURL": "Copy password reset URL",
"copyComment": "Copy Comment",
"editComment": "Edit Comment",
"newRole": "New role",
"reloadRoles": "Reload roles",
"nextPage": "Next page",
@ -778,6 +780,7 @@
"userDeletedFromProject": "Successfully deleted user from project",
"inviteEmailSent": "Invite Email sent successfully",
"inviteURLCopied": "Invite URL copied to clipboard",
"commentCopied": "Comment copied to clipboard",
"passwordResetURLCopied": "Password reset URL copied to clipboard",
"shareableURLCopied": "Copied shareable base URL to clipboard!",
"embeddableHTMLCodeCopied": "Copied embeddable HTML code!",

Loading…
Cancel
Save