mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
feat: add global settings for teams (#1391)
## Description This PR introduces global settings for teams. At the moment, it allows team admins to configure the following: * The default visibility of the documents uploaded to the team account * Whether to include the document owner (sender) details when sending emails to the recipients. ### Include Sender Details If the Sender Details setting is enabled, the emails sent by the team will include the sender's name: > "Example User" on behalf of "Example Team" has invited you to sign "document.pdf" Otherwise, the email will say: > "Example Team" has invited you to sign "document.pdf" ### Default Document Visibility This new option allows users to set the default visibility for the documents uploaded to the team account. It can have the following values: * Everyone * Manager and above * Admins only If the default document visibility isn't set, the document will be set to the role of the user who created the document: * If a user with the "User" role creates a document, the document's visibility is set to "Everyone". * Manager role -> "Manager and above" * Admin role -> "Admins only" Otherwise, if there is a default document visibility value, it uses that value. #### Gotcha To avoid issues, the `document owner` and the `recipient` can access the document irrespective of their role. For example: * If a team member with the role "Member" uploads a document and the default document visibility is "Admins", only the document owner and admins can access the document. * Similar to the other scenarios. * If an admin uploads a document and the default document visibility is "Admins", the recipient can access the document. * The admins have access to all the documents. * Managers have access to documents with the visibility set to "Everyone" and "Manager and above" * Members have access only to the documents with the visibility set to "Everyone". ## Testing Performed Tested it locally.
This commit is contained in:
@ -25,24 +25,27 @@ msgstr "“{documentName}” has been signed"
|
||||
msgid "“{documentName}” was signed by all signers"
|
||||
msgstr "“{documentName}” was signed by all signers"
|
||||
|
||||
#: packages/email/template-components/template-document-completed.tsx:41
|
||||
#: packages/lib/server-only/document/resend-document.tsx:109
|
||||
#~ msgid "{0}"
|
||||
#~ msgstr "{0}"
|
||||
|
||||
#: packages/email/template-components/template-document-invite.tsx:74
|
||||
#: packages/email/template-components/template-document-invite.tsx:80
|
||||
#~ msgid "{0} Document"
|
||||
#~ msgstr "{0} Document"
|
||||
|
||||
#: packages/lib/jobs/definitions/emails/send-signing-email.ts:119
|
||||
#: packages/lib/jobs/definitions/emails/send-signing-email.ts:137
|
||||
msgid "{0} has invited you to {recipientActionVerb} the document \"{1}\"."
|
||||
msgstr "{0} has invited you to {recipientActionVerb} the document \"{1}\"."
|
||||
|
||||
#: packages/lib/jobs/definitions/emails/send-signing-email.ts:130
|
||||
msgid "{0} invited you to {recipientActionVerb} a document"
|
||||
msgstr "{0} invited you to {recipientActionVerb} a document"
|
||||
|
||||
#: packages/email/templates/team-join.tsx:55
|
||||
#: packages/email/templates/team-join.tsx:61
|
||||
msgid "{0} joined the team {teamName} on Documenso"
|
||||
msgstr "{0} joined the team {teamName} on Documenso"
|
||||
|
||||
#: packages/email/templates/team-leave.tsx:55
|
||||
#: packages/email/templates/team-leave.tsx:61
|
||||
msgid "{0} left the team {teamName} on Documenso"
|
||||
msgstr "{0} left the team {teamName} on Documenso"
|
||||
|
||||
@ -50,16 +53,20 @@ msgstr "{0} left the team {teamName} on Documenso"
|
||||
msgid "{0} of {1} row(s) selected."
|
||||
msgstr "{0} of {1} row(s) selected."
|
||||
|
||||
#: packages/lib/jobs/definitions/emails/send-signing-email.ts:123
|
||||
#: packages/lib/server-only/document/resend-document.tsx:126
|
||||
#: packages/lib/jobs/definitions/emails/send-signing-email.ts:136
|
||||
#: packages/lib/server-only/document/resend-document.tsx:137
|
||||
msgid "{0} on behalf of {1} has invited you to {recipientActionVerb} the document \"{2}\"."
|
||||
msgstr "{0} on behalf of {1} has invited you to {recipientActionVerb} the document \"{2}\"."
|
||||
|
||||
#: packages/email/templates/document-invite.tsx:79
|
||||
#: packages/email/template-components/template-document-invite.tsx:51
|
||||
#~ msgid "{0}<0/>\"{documentName}\""
|
||||
#~ msgstr "{0}<0/>\"{documentName}\""
|
||||
|
||||
#: packages/email/templates/document-invite.tsx:94
|
||||
msgid "{inviterName} <0>({inviterEmail})</0>"
|
||||
msgstr "{inviterName} <0>({inviterEmail})</0>"
|
||||
|
||||
#: packages/email/templates/document-cancel.tsx:19
|
||||
#: packages/email/templates/document-cancel.tsx:21
|
||||
msgid "{inviterName} has cancelled the document {documentName}, you don't need to sign it anymore."
|
||||
msgstr "{inviterName} has cancelled the document {documentName}, you don't need to sign it anymore."
|
||||
|
||||
@ -67,7 +74,7 @@ msgstr "{inviterName} has cancelled the document {documentName}, you don't need
|
||||
msgid "{inviterName} has cancelled the document<0/>\"{documentName}\""
|
||||
msgstr "{inviterName} has cancelled the document<0/>\"{documentName}\""
|
||||
|
||||
#: packages/email/template-components/template-document-invite.tsx:54
|
||||
#: packages/email/template-components/template-document-invite.tsx:65
|
||||
msgid "{inviterName} has invited you to {0}<0/>\"{documentName}\""
|
||||
msgstr "{inviterName} has invited you to {0}<0/>\"{documentName}\""
|
||||
|
||||
@ -75,31 +82,35 @@ msgstr "{inviterName} has invited you to {0}<0/>\"{documentName}\""
|
||||
msgid "{inviterName} has invited you to {action} {documentName}"
|
||||
msgstr "{inviterName} has invited you to {action} {documentName}"
|
||||
|
||||
#: packages/email/templates/document-invite.tsx:91
|
||||
msgid "{inviterName} has invited you to {action} the document {documentName}."
|
||||
msgstr "{inviterName} has invited you to {action} the document {documentName}."
|
||||
#: packages/email/templates/document-invite.tsx:106
|
||||
msgid "{inviterName} has invited you to {action} the document \"{documentName}\"."
|
||||
msgstr "{inviterName} has invited you to {action} the document \"{documentName}\"."
|
||||
|
||||
#: packages/email/templates/recipient-removed-from-document.tsx:18
|
||||
#: packages/email/templates/recipient-removed-from-document.tsx:20
|
||||
msgid "{inviterName} has removed you from the document {documentName}."
|
||||
msgstr "{inviterName} has removed you from the document {documentName}."
|
||||
|
||||
#: packages/email/templates/recipient-removed-from-document.tsx:43
|
||||
#: packages/email/templates/recipient-removed-from-document.tsx:49
|
||||
msgid "{inviterName} has removed you from the document<0/>\"{documentName}\""
|
||||
msgstr "{inviterName} has removed you from the document<0/>\"{documentName}\""
|
||||
|
||||
#: packages/email/template-components/template-document-invite.tsx:49
|
||||
msgid "{inviterName} on behalf of {teamName} has invited you to {0}<0/>\"{documentName}\""
|
||||
msgstr "{inviterName} on behalf of {teamName} has invited you to {0}<0/>\"{documentName}\""
|
||||
#: packages/email/template-components/template-document-invite.tsx:53
|
||||
msgid "{inviterName} on behalf of {teamName} has invited you to {0}"
|
||||
msgstr "{inviterName} on behalf of {teamName} has invited you to {0}"
|
||||
|
||||
#: packages/email/templates/document-invite.tsx:40
|
||||
#: packages/email/template-components/template-document-invite.tsx:49
|
||||
#~ msgid "{inviterName} on behalf of {teamName} has invited you to {0}<0/>\"{documentName}\""
|
||||
#~ msgstr "{inviterName} on behalf of {teamName} has invited you to {0}<0/>\"{documentName}\""
|
||||
|
||||
#: packages/email/templates/document-invite.tsx:45
|
||||
msgid "{inviterName} on behalf of {teamName} has invited you to {action} {documentName}"
|
||||
msgstr "{inviterName} on behalf of {teamName} has invited you to {action} {documentName}"
|
||||
|
||||
#: packages/email/templates/team-join.tsx:61
|
||||
#: packages/email/templates/team-join.tsx:67
|
||||
msgid "{memberEmail} joined the following team"
|
||||
msgstr "{memberEmail} joined the following team"
|
||||
|
||||
#: packages/email/templates/team-leave.tsx:61
|
||||
#: packages/email/templates/team-leave.tsx:67
|
||||
msgid "{memberEmail} left the following team"
|
||||
msgstr "{memberEmail} left the following team"
|
||||
|
||||
@ -187,10 +198,18 @@ msgstr "{prefix} updated the document title"
|
||||
msgid "{prefix} updated the document visibility"
|
||||
msgstr "{prefix} updated the document visibility"
|
||||
|
||||
#: packages/email/templates/document-created-from-direct-template.tsx:55
|
||||
#: packages/email/templates/document-created-from-direct-template.tsx:61
|
||||
msgid "{recipientName} {action} a document by using one of your direct links"
|
||||
msgstr "{recipientName} {action} a document by using one of your direct links"
|
||||
|
||||
#: packages/email/template-components/template-document-invite.tsx:58
|
||||
msgid "{teamName} has invited you to {0}"
|
||||
msgstr "{teamName} has invited you to {0}"
|
||||
|
||||
#: packages/email/templates/document-invite.tsx:46
|
||||
msgid "{teamName} has invited you to {action} {documentName}"
|
||||
msgstr "{teamName} has invited you to {action} {documentName}"
|
||||
|
||||
#: packages/email/templates/team-transfer-request.tsx:55
|
||||
msgid "{teamName} ownership transfer request"
|
||||
msgstr "{teamName} ownership transfer request"
|
||||
@ -219,7 +238,7 @@ msgstr "{userName} viewed the document"
|
||||
msgid "{visibleRows, plural, one {Showing # result.} other {Showing # results.}}"
|
||||
msgstr "{visibleRows, plural, one {Showing # result.} other {Showing # results.}}"
|
||||
|
||||
#: packages/email/templates/document-invite.tsx:91
|
||||
#: packages/email/templates/document-invite.tsx:100
|
||||
#~ msgid "`${inviterName} has invited you to ${action} the document \"${documentName}\".`"
|
||||
#~ msgstr "`${inviterName} has invited you to ${action} the document \"${documentName}\".`"
|
||||
|
||||
@ -227,10 +246,22 @@ msgstr "{visibleRows, plural, one {Showing # result.} other {Showing # results.}
|
||||
msgid "<0>{senderName}</0> has requested that you take ownership of the following team"
|
||||
msgstr "<0>{senderName}</0> has requested that you take ownership of the following team"
|
||||
|
||||
#: packages/email/templates/confirm-team-email.tsx:75
|
||||
msgid "<0>{teamName}</0> has requested to use your email address for their team on Documenso."
|
||||
msgstr "<0>{teamName}</0> has requested to use your email address for their team on Documenso."
|
||||
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:241
|
||||
msgid "<0>Email</0> - The recipient will be emailed the document to sign, approve, etc."
|
||||
msgstr "<0>Email</0> - The recipient will be emailed the document to sign, approve, etc."
|
||||
|
||||
#: packages/ui/components/recipient/recipient-action-auth-select.tsx:53
|
||||
msgid "<0>Inherit authentication method</0> - Use the global action signing authentication method configured in the \"General Settings\" step"
|
||||
msgstr "<0>Inherit authentication method</0> - Use the global action signing authentication method configured in the \"General Settings\" step"
|
||||
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:247
|
||||
msgid "<0>Links</0> - We will generate links which you can send to the recipients manually."
|
||||
msgstr "<0>Links</0> - We will generate links which you can send to the recipients manually."
|
||||
|
||||
#: packages/ui/components/document/document-global-auth-action-select.tsx:95
|
||||
msgid "<0>No restrictions</0> - No authentication required"
|
||||
msgstr "<0>No restrictions</0> - No authentication required"
|
||||
@ -243,6 +274,10 @@ msgstr "<0>No restrictions</0> - The document can be accessed directly by the UR
|
||||
msgid "<0>None</0> - No authentication required"
|
||||
msgstr "<0>None</0> - No authentication required"
|
||||
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:254
|
||||
msgid "<0>Note</0> - If you use Links in combination with direct templates, you will need to manually send the links to the remaining recipients."
|
||||
msgstr "<0>Note</0> - If you use Links in combination with direct templates, you will need to manually send the links to the remaining recipients."
|
||||
|
||||
#: packages/ui/components/document/document-global-auth-action-select.tsx:89
|
||||
#: packages/ui/components/recipient/recipient-action-auth-select.tsx:69
|
||||
msgid "<0>Require 2FA</0> - The recipient must have an account and 2FA enabled via their settings"
|
||||
@ -257,7 +292,7 @@ msgstr "<0>Require account</0> - The recipient must be signed in to view the doc
|
||||
msgid "<0>Require passkey</0> - The recipient must have an account and passkey configured via their settings"
|
||||
msgstr "<0>Require passkey</0> - The recipient must have an account and passkey configured via their settings"
|
||||
|
||||
#: packages/lib/jobs/definitions/emails/send-signing-email.ts:111
|
||||
#: packages/lib/jobs/definitions/emails/send-signing-email.ts:122
|
||||
msgid "A document was created by your direct template that requires you to {recipientActionVerb} it."
|
||||
msgstr "A document was created by your direct template that requires you to {recipientActionVerb} it."
|
||||
|
||||
@ -273,7 +308,7 @@ msgstr "A field was removed"
|
||||
msgid "A field was updated"
|
||||
msgstr "A field was updated"
|
||||
|
||||
#: packages/lib/jobs/definitions/emails/send-team-member-joined-email.ts:90
|
||||
#: packages/lib/jobs/definitions/emails/send-team-member-joined-email.ts:107
|
||||
msgid "A new member has joined your team"
|
||||
msgstr "A new member has joined your team"
|
||||
|
||||
@ -289,37 +324,42 @@ msgstr "A recipient was removed"
|
||||
msgid "A recipient was updated"
|
||||
msgstr "A recipient was updated"
|
||||
|
||||
#: packages/lib/server-only/team/create-team-email-verification.ts:142
|
||||
msgid "A request to use your email has been initiated by {teamName} on Documenso"
|
||||
msgstr "A request to use your email has been initiated by {teamName} on Documenso"
|
||||
#: packages/lib/server-only/team/create-team-email-verification.ts:156
|
||||
msgid "A request to use your email has been initiated by {0} on Documenso"
|
||||
msgstr "A request to use your email has been initiated by {0} on Documenso"
|
||||
|
||||
#: packages/email/templates/team-join.tsx:29
|
||||
#: packages/lib/server-only/team/create-team-email-verification.ts:142
|
||||
#~ msgid "A request to use your email has been initiated by {teamName} on Documenso"
|
||||
#~ msgstr "A request to use your email has been initiated by {teamName} on Documenso"
|
||||
|
||||
#: packages/email/templates/team-join.tsx:31
|
||||
msgid "A team member has joined a team on Documenso"
|
||||
msgstr "A team member has joined a team on Documenso"
|
||||
|
||||
#: packages/lib/jobs/definitions/emails/send-team-member-left-email.ts:79
|
||||
#: packages/lib/jobs/definitions/emails/send-team-member-left-email.ts:96
|
||||
msgid "A team member has left {0}"
|
||||
msgstr "A team member has left {0}"
|
||||
|
||||
#: packages/email/templates/team-leave.tsx:29
|
||||
#: packages/email/templates/team-leave.tsx:31
|
||||
msgid "A team member has left a team on Documenso"
|
||||
msgstr "A team member has left a team on Documenso"
|
||||
|
||||
#: packages/email/templates/team-delete.tsx:27
|
||||
#: packages/email/templates/team-delete.tsx:31
|
||||
#: packages/email/templates/team-delete.tsx:29
|
||||
#: packages/email/templates/team-delete.tsx:33
|
||||
msgid "A team you were a part of has been deleted"
|
||||
msgstr "A team you were a part of has been deleted"
|
||||
|
||||
#: packages/email/templates/team-invite.tsx:77
|
||||
#: packages/email/templates/confirm-team-email.tsx:118
|
||||
#: packages/email/templates/team-invite.tsx:94
|
||||
#: packages/email/templates/team-transfer-request.tsx:81
|
||||
msgid "Accept"
|
||||
msgstr "Accept"
|
||||
|
||||
#: packages/email/templates/team-invite.tsx:29
|
||||
#: packages/email/templates/team-invite.tsx:42
|
||||
msgid "Accept invitation to join a team on Documenso"
|
||||
msgstr "Accept invitation to join a team on Documenso"
|
||||
|
||||
#: packages/email/templates/confirm-team-email.tsx:38
|
||||
#: packages/email/templates/confirm-team-email.tsx:41
|
||||
msgid "Accept team email request for {teamName} on Documenso"
|
||||
msgstr "Accept team email request for {teamName} on Documenso"
|
||||
|
||||
@ -332,7 +372,7 @@ msgid "Add a document"
|
||||
msgstr "Add a document"
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-settings.tsx:378
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:378
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:468
|
||||
msgid "Add a URL to redirect the user to once the document is signed"
|
||||
msgstr "Add a URL to redirect the user to once the document is signed"
|
||||
|
||||
@ -340,7 +380,7 @@ msgstr "Add a URL to redirect the user to once the document is signed"
|
||||
msgid "Add an external ID to the document. This can be used to identify the document in external systems."
|
||||
msgstr "Add an external ID to the document. This can be used to identify the document in external systems."
|
||||
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:295
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:385
|
||||
msgid "Add an external ID to the template. This can be used to identify in external systems."
|
||||
msgstr "Add an external ID to the template. This can be used to identify in external systems."
|
||||
|
||||
@ -382,7 +422,7 @@ msgid "Admin"
|
||||
msgstr "Admin"
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-settings.tsx:272
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:277
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:367
|
||||
msgid "Advanced Options"
|
||||
msgstr "Advanced Options"
|
||||
|
||||
@ -399,7 +439,11 @@ msgstr "After submission, a document will be automatically generated and added t
|
||||
msgid "All signatures have been voided."
|
||||
msgstr "All signatures have been voided."
|
||||
|
||||
#: packages/email/templates/document-super-delete.tsx:20
|
||||
#: packages/email/templates/confirm-team-email.tsx:98
|
||||
msgid "Allow document recipients to reply directly to this email address"
|
||||
msgstr "Allow document recipients to reply directly to this email address"
|
||||
|
||||
#: packages/email/templates/document-super-delete.tsx:22
|
||||
msgid "An admin has deleted your document \"{documentName}\"."
|
||||
msgstr "An admin has deleted your document \"{documentName}\"."
|
||||
|
||||
@ -411,7 +455,7 @@ msgstr "An error occurred while loading the document."
|
||||
msgid "Approve"
|
||||
msgstr "Approve"
|
||||
|
||||
#: packages/email/template-components/template-document-invite.tsx:78
|
||||
#: packages/email/template-components/template-document-invite.tsx:89
|
||||
msgid "Approve Document"
|
||||
msgstr "Approve Document"
|
||||
|
||||
@ -447,10 +491,14 @@ msgstr "Black"
|
||||
msgid "Blue"
|
||||
msgstr "Blue"
|
||||
|
||||
#: packages/email/templates/team-invite.tsx:67
|
||||
#: packages/email/templates/team-invite.tsx:84
|
||||
msgid "by <0>{senderName}</0>"
|
||||
msgstr "by <0>{senderName}</0>"
|
||||
|
||||
#: packages/email/templates/confirm-team-email.tsx:87
|
||||
msgid "By accepting this request, you will be granting <0>{teamName}</0> access to:"
|
||||
msgstr "By accepting this request, you will be granting <0>{teamName}</0> access to:"
|
||||
|
||||
#: packages/email/templates/team-transfer-request.tsx:70
|
||||
msgid "By accepting this request, you will take responsibility for any billing items associated with this team."
|
||||
msgstr "By accepting this request, you will take responsibility for any billing items associated with this team."
|
||||
@ -511,8 +559,8 @@ msgstr "Close"
|
||||
msgid "Completed"
|
||||
msgstr "Completed"
|
||||
|
||||
#: packages/email/templates/document-completed.tsx:21
|
||||
#: packages/email/templates/document-self-signed.tsx:17
|
||||
#: packages/email/templates/document-completed.tsx:23
|
||||
#: packages/email/templates/document-self-signed.tsx:19
|
||||
msgid "Completed Document"
|
||||
msgstr "Completed Document"
|
||||
|
||||
@ -533,11 +581,11 @@ msgstr "Confirm email"
|
||||
msgid "Continue"
|
||||
msgstr "Continue"
|
||||
|
||||
#: packages/email/template-components/template-document-invite.tsx:66
|
||||
#: packages/email/template-components/template-document-invite.tsx:72
|
||||
#~ msgid "Continue by {0} the document."
|
||||
#~ msgstr "Continue by {0} the document."
|
||||
|
||||
#: packages/email/template-components/template-document-invite.tsx:65
|
||||
#: packages/email/template-components/template-document-invite.tsx:76
|
||||
msgid "Continue by approving the document."
|
||||
msgstr "Continue by approving the document."
|
||||
|
||||
@ -545,18 +593,27 @@ msgstr "Continue by approving the document."
|
||||
msgid "Continue by downloading the document."
|
||||
msgstr "Continue by downloading the document."
|
||||
|
||||
#: packages/email/template-components/template-document-invite.tsx:63
|
||||
#: packages/email/template-components/template-document-invite.tsx:74
|
||||
msgid "Continue by signing the document."
|
||||
msgstr "Continue by signing the document."
|
||||
|
||||
#: packages/email/template-components/template-document-invite.tsx:64
|
||||
#: packages/email/template-components/template-document-invite.tsx:75
|
||||
msgid "Continue by viewing the document."
|
||||
msgstr "Continue by viewing the document."
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:254
|
||||
msgid "Copied"
|
||||
msgstr "Copied"
|
||||
|
||||
#: packages/ui/components/document/document-share-button.tsx:46
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:241
|
||||
msgid "Copied to clipboard"
|
||||
msgstr "Copied to clipboard"
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:249
|
||||
msgid "Copy"
|
||||
msgstr "Copy"
|
||||
|
||||
#: packages/ui/components/document/document-share-button.tsx:194
|
||||
msgid "Copy Link"
|
||||
msgstr "Copy Link"
|
||||
@ -580,15 +637,15 @@ msgid "Date"
|
||||
msgstr "Date"
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-settings.tsx:313
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:318
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:408
|
||||
msgid "Date Format"
|
||||
msgstr "Date Format"
|
||||
|
||||
#: packages/email/templates/team-invite.tsx:83
|
||||
#: packages/email/templates/team-invite.tsx:100
|
||||
msgid "Decline"
|
||||
msgstr "Decline"
|
||||
|
||||
#: packages/email/templates/reset-password.tsx:65
|
||||
#: packages/email/templates/reset-password.tsx:71
|
||||
msgid "Didn't request a password change? We are here to help you secure your account, just <0>contact us.</0>"
|
||||
msgstr "Didn't request a password change? We are here to help you secure your account, just <0>contact us.</0>"
|
||||
|
||||
@ -598,7 +655,7 @@ msgstr "Direct link receiver"
|
||||
|
||||
#: packages/ui/components/document/document-global-auth-access-select.tsx:62
|
||||
#: packages/ui/primitives/document-flow/add-settings.tsx:216
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:190
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:202
|
||||
msgid "Document access"
|
||||
msgstr "Document access"
|
||||
|
||||
@ -606,8 +663,8 @@ msgstr "Document access"
|
||||
msgid "Document access auth updated"
|
||||
msgstr "Document access auth updated"
|
||||
|
||||
#: packages/lib/server-only/document/delete-document.ts:213
|
||||
#: packages/lib/server-only/document/super-delete-document.ts:75
|
||||
#: packages/lib/server-only/document/delete-document.ts:246
|
||||
#: packages/lib/server-only/document/super-delete-document.ts:98
|
||||
msgid "Document Cancelled"
|
||||
msgstr "Document Cancelled"
|
||||
|
||||
@ -616,12 +673,16 @@ msgstr "Document Cancelled"
|
||||
msgid "Document completed"
|
||||
msgstr "Document completed"
|
||||
|
||||
#: packages/ui/components/document/document-email-checkboxes.tsx:168
|
||||
msgid "Document completed email"
|
||||
msgstr "Document completed email"
|
||||
|
||||
#: packages/lib/utils/document-audit-logs.ts:286
|
||||
msgid "Document created"
|
||||
msgstr "Document created"
|
||||
|
||||
#: packages/email/templates/document-created-from-direct-template.tsx:30
|
||||
#: packages/lib/server-only/template/create-document-from-direct-template.ts:554
|
||||
#: packages/email/templates/document-created-from-direct-template.tsx:32
|
||||
#: packages/lib/server-only/template/create-document-from-direct-template.ts:567
|
||||
msgid "Document created from direct template"
|
||||
msgstr "Document created from direct template"
|
||||
|
||||
@ -633,10 +694,19 @@ msgstr "Document Creation"
|
||||
msgid "Document deleted"
|
||||
msgstr "Document deleted"
|
||||
|
||||
#: packages/lib/server-only/document/send-delete-email.ts:58
|
||||
#: packages/ui/components/document/document-email-checkboxes.tsx:207
|
||||
msgid "Document deleted email"
|
||||
msgstr "Document deleted email"
|
||||
|
||||
#: packages/lib/server-only/document/send-delete-email.ts:82
|
||||
msgid "Document Deleted!"
|
||||
msgstr "Document Deleted!"
|
||||
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:219
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:228
|
||||
msgid "Document Distribution Method"
|
||||
msgstr "Document Distribution Method"
|
||||
|
||||
#: packages/lib/utils/document-audit-logs.ts:326
|
||||
msgid "Document external ID updated"
|
||||
msgstr "Document external ID updated"
|
||||
@ -649,6 +719,10 @@ msgstr "Document moved to team"
|
||||
msgid "Document opened"
|
||||
msgstr "Document opened"
|
||||
|
||||
#: packages/ui/components/document/document-email-checkboxes.tsx:128
|
||||
msgid "Document pending email"
|
||||
msgstr "Document pending email"
|
||||
|
||||
#: packages/lib/utils/document-audit-logs.ts:330
|
||||
msgid "Document sent"
|
||||
msgstr "Document sent"
|
||||
@ -669,7 +743,7 @@ msgstr "Document updated"
|
||||
msgid "Document visibility updated"
|
||||
msgstr "Document visibility updated"
|
||||
|
||||
#: packages/email/template-components/template-document-completed.tsx:64
|
||||
#: packages/email/template-components/template-document-completed.tsx:57
|
||||
#: packages/ui/components/document/document-download-button.tsx:68
|
||||
msgid "Download"
|
||||
msgstr "Download"
|
||||
@ -691,6 +765,7 @@ msgstr "Dropdown"
|
||||
msgid "Dropdown options"
|
||||
msgstr "Dropdown options"
|
||||
|
||||
#: packages/lib/constants/document.ts:28
|
||||
#: packages/ui/primitives/document-flow/add-fields.tsx:875
|
||||
#: packages/ui/primitives/document-flow/add-signature.tsx:272
|
||||
#: packages/ui/primitives/document-flow/add-signers.tsx:500
|
||||
@ -706,7 +781,7 @@ msgstr "Email"
|
||||
msgid "Email is required"
|
||||
msgstr "Email is required"
|
||||
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:223
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:307
|
||||
msgid "Email Options"
|
||||
msgstr "Email Options"
|
||||
|
||||
@ -745,7 +820,7 @@ msgid "Error"
|
||||
msgstr "Error"
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-settings.tsx:283
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:288
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:378
|
||||
msgid "External ID"
|
||||
msgstr "External ID"
|
||||
|
||||
@ -807,6 +882,10 @@ msgstr "Forgot your password?"
|
||||
msgid "Free Signature"
|
||||
msgstr "Free Signature"
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:89
|
||||
msgid "Generate Links"
|
||||
msgstr "Generate Links"
|
||||
|
||||
#: packages/ui/components/document/document-global-auth-action-select.tsx:64
|
||||
msgid "Global recipient action authentication"
|
||||
msgstr "Global recipient action authentication"
|
||||
@ -819,7 +898,7 @@ msgstr "Go Back"
|
||||
msgid "Green"
|
||||
msgstr "Green"
|
||||
|
||||
#: packages/email/templates/reset-password.tsx:50
|
||||
#: packages/email/templates/reset-password.tsx:56
|
||||
msgid "Hi, {userName} <0>({userEmail})</0>"
|
||||
msgstr "Hi, {userName} <0>({userEmail})</0>"
|
||||
|
||||
@ -856,7 +935,7 @@ msgstr "Invalid email"
|
||||
msgid "Invalid email address"
|
||||
msgstr "Invalid email address"
|
||||
|
||||
#: packages/email/templates/team-invite.tsx:55
|
||||
#: packages/email/templates/team-invite.tsx:72
|
||||
msgid "Join {teamName} on Documenso"
|
||||
msgstr "Join {teamName} on Documenso"
|
||||
|
||||
@ -867,10 +946,11 @@ msgid "Label"
|
||||
msgstr "Label"
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-settings.tsx:176
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:150
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:162
|
||||
msgid "Language"
|
||||
msgstr "Language"
|
||||
|
||||
#: packages/email/templates/confirm-team-email.tsx:124
|
||||
#: packages/email/templates/team-transfer-request.tsx:87
|
||||
msgid "Link expires in 1 hour."
|
||||
msgstr "Link expires in 1 hour."
|
||||
@ -892,8 +972,8 @@ msgstr "Max"
|
||||
msgid "Member"
|
||||
msgstr "Member"
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:95
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:254
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:160
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:338
|
||||
msgid "Message <0>(Optional)</0>"
|
||||
msgstr "Message <0>(Optional)</0>"
|
||||
|
||||
@ -929,6 +1009,10 @@ msgstr "Needs to view"
|
||||
msgid "No recipient matching this description was found."
|
||||
msgstr "No recipient matching this description was found."
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:215
|
||||
msgid "No recipients"
|
||||
msgstr "No recipients"
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-fields.tsx:701
|
||||
#: packages/ui/primitives/template-flow/add-template-fields.tsx:519
|
||||
msgid "No recipients with this role"
|
||||
@ -954,6 +1038,10 @@ msgstr "No signature field found"
|
||||
msgid "No value found."
|
||||
msgstr "No value found."
|
||||
|
||||
#: packages/lib/constants/document.ts:32
|
||||
msgid "None"
|
||||
msgstr "None"
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-fields.tsx:979
|
||||
#: packages/ui/primitives/document-flow/types.ts:56
|
||||
#: packages/ui/primitives/template-flow/add-template-fields.tsx:742
|
||||
@ -984,11 +1072,11 @@ msgstr "Page {0} of {numPages}"
|
||||
msgid "Password Required"
|
||||
msgstr "Password Required"
|
||||
|
||||
#: packages/email/templates/forgot-password.tsx:17
|
||||
#: packages/email/templates/forgot-password.tsx:19
|
||||
msgid "Password Reset Requested"
|
||||
msgstr "Password Reset Requested"
|
||||
|
||||
#: packages/email/templates/reset-password.tsx:18
|
||||
#: packages/email/templates/reset-password.tsx:20
|
||||
msgid "Password Reset Successful"
|
||||
msgstr "Password Reset Successful"
|
||||
|
||||
@ -1000,7 +1088,7 @@ msgstr "Password updated!"
|
||||
msgid "Pending"
|
||||
msgstr "Pending"
|
||||
|
||||
#: packages/email/templates/document-pending.tsx:17
|
||||
#: packages/email/templates/document-pending.tsx:19
|
||||
msgid "Pending Document"
|
||||
msgstr "Pending Document"
|
||||
|
||||
@ -1014,23 +1102,23 @@ msgstr "Pick a number"
|
||||
msgid "Placeholder"
|
||||
msgstr "Placeholder"
|
||||
|
||||
#: packages/email/template-components/template-document-invite.tsx:44
|
||||
#: packages/email/template-components/template-document-invite.tsx:46
|
||||
msgid "Please {0} your document<0/>\"{documentName}\""
|
||||
msgstr "Please {0} your document<0/>\"{documentName}\""
|
||||
|
||||
#: packages/email/templates/document-invite.tsx:38
|
||||
#: packages/email/templates/document-invite.tsx:50
|
||||
msgid "Please {action} your document {documentName}"
|
||||
msgstr "Please {action} your document {documentName}"
|
||||
|
||||
#: packages/lib/jobs/definitions/emails/send-signing-email.ts:100
|
||||
#: packages/lib/jobs/definitions/emails/send-signing-email.ts:111
|
||||
msgid "Please {recipientActionVerb} this document"
|
||||
msgstr "Please {recipientActionVerb} this document"
|
||||
|
||||
#: packages/lib/jobs/definitions/emails/send-signing-email.ts:114
|
||||
#: packages/lib/jobs/definitions/emails/send-signing-email.ts:125
|
||||
msgid "Please {recipientActionVerb} this document created by your direct template"
|
||||
msgstr "Please {recipientActionVerb} this document created by your direct template"
|
||||
|
||||
#: packages/lib/jobs/definitions/emails/send-signing-email.ts:106
|
||||
#: packages/lib/jobs/definitions/emails/send-signing-email.ts:117
|
||||
msgid "Please {recipientActionVerb} your document"
|
||||
msgstr "Please {recipientActionVerb} your document"
|
||||
|
||||
@ -1038,7 +1126,7 @@ msgstr "Please {recipientActionVerb} your document"
|
||||
msgid "Please confirm your email"
|
||||
msgstr "Please confirm your email"
|
||||
|
||||
#: packages/email/templates/confirm-email.tsx:15
|
||||
#: packages/email/templates/confirm-email.tsx:17
|
||||
msgid "Please confirm your email address"
|
||||
msgstr "Please confirm your email address"
|
||||
|
||||
@ -1073,32 +1161,40 @@ msgstr "Recipient"
|
||||
|
||||
#: packages/ui/components/recipient/recipient-action-auth-select.tsx:39
|
||||
#: packages/ui/primitives/document-flow/add-settings.tsx:257
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:208
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:291
|
||||
msgid "Recipient action authentication"
|
||||
msgstr "Recipient action authentication"
|
||||
|
||||
#: packages/ui/components/document/document-email-checkboxes.tsx:89
|
||||
msgid "Recipient removed email"
|
||||
msgstr "Recipient removed email"
|
||||
|
||||
#: packages/ui/components/document/document-email-checkboxes.tsx:50
|
||||
msgid "Recipient signing request email"
|
||||
msgstr "Recipient signing request email"
|
||||
|
||||
#: packages/ui/primitives/signature-pad/signature-pad.tsx:384
|
||||
msgid "Red"
|
||||
msgstr "Red"
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-settings.tsx:371
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:371
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:461
|
||||
msgid "Redirect URL"
|
||||
msgstr "Redirect URL"
|
||||
|
||||
#: packages/lib/server-only/document/resend-document.tsx:173
|
||||
#: packages/lib/server-only/document/resend-document.tsx:192
|
||||
msgid "Reminder: {0}"
|
||||
msgstr "Reminder: {0}"
|
||||
|
||||
#: packages/lib/server-only/document/resend-document.tsx:121
|
||||
#: packages/lib/server-only/document/resend-document.tsx:132
|
||||
msgid "Reminder: {0} invited you to {recipientActionVerb} a document"
|
||||
msgstr "Reminder: {0} invited you to {recipientActionVerb} a document"
|
||||
|
||||
#: packages/lib/server-only/document/resend-document.tsx:110
|
||||
#: packages/lib/server-only/document/resend-document.tsx:121
|
||||
msgid "Reminder: Please {recipientActionVerb} this document"
|
||||
msgstr "Reminder: Please {recipientActionVerb} this document"
|
||||
|
||||
#: packages/lib/server-only/document/resend-document.tsx:116
|
||||
#: packages/lib/server-only/document/resend-document.tsx:127
|
||||
msgid "Reminder: Please {recipientActionVerb} your document"
|
||||
msgstr "Reminder: Please {recipientActionVerb} your document"
|
||||
|
||||
@ -1114,6 +1210,10 @@ msgstr "Remove"
|
||||
msgid "Required field"
|
||||
msgstr "Required field"
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:84
|
||||
msgid "Resend"
|
||||
msgstr "Resend"
|
||||
|
||||
#: packages/email/template-components/template-forgot-password.tsx:33
|
||||
msgid "Reset Password"
|
||||
msgstr "Reset Password"
|
||||
@ -1154,7 +1254,8 @@ msgstr "Select at least"
|
||||
msgid "Select default option"
|
||||
msgstr "Select default option"
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:124
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:82
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:85
|
||||
#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:34
|
||||
#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:64
|
||||
msgid "Send"
|
||||
@ -1164,6 +1265,30 @@ msgstr "Send"
|
||||
msgid "Send Document"
|
||||
msgstr "Send Document"
|
||||
|
||||
#: packages/ui/components/document/document-email-checkboxes.tsx:158
|
||||
msgid "Send document completed email"
|
||||
msgstr "Send document completed email"
|
||||
|
||||
#: packages/ui/components/document/document-email-checkboxes.tsx:197
|
||||
msgid "Send document deleted email"
|
||||
msgstr "Send document deleted email"
|
||||
|
||||
#: packages/ui/components/document/document-email-checkboxes.tsx:118
|
||||
msgid "Send document pending email"
|
||||
msgstr "Send document pending email"
|
||||
|
||||
#: packages/email/templates/confirm-team-email.tsx:101
|
||||
msgid "Send documents on behalf of the team using the email address"
|
||||
msgstr "Send documents on behalf of the team using the email address"
|
||||
|
||||
#: packages/ui/components/document/document-email-checkboxes.tsx:79
|
||||
msgid "Send recipient removed email"
|
||||
msgstr "Send recipient removed email"
|
||||
|
||||
#: packages/ui/components/document/document-email-checkboxes.tsx:40
|
||||
msgid "Send recipient signing request email"
|
||||
msgstr "Send recipient signing request email"
|
||||
|
||||
#: packages/ui/components/document/document-share-button.tsx:135
|
||||
msgid "Share Signature Card"
|
||||
msgstr "Share Signature Card"
|
||||
@ -1185,7 +1310,7 @@ msgstr "Show advanced settings"
|
||||
msgid "Sign"
|
||||
msgstr "Sign"
|
||||
|
||||
#: packages/email/template-components/template-document-invite.tsx:76
|
||||
#: packages/email/template-components/template-document-invite.tsx:87
|
||||
msgid "Sign Document"
|
||||
msgstr "Sign Document"
|
||||
|
||||
@ -1221,8 +1346,8 @@ msgstr "Signers must have unique emails"
|
||||
msgid "Signing"
|
||||
msgstr "Signing"
|
||||
|
||||
#: packages/lib/server-only/document/send-completed-email.ts:93
|
||||
#: packages/lib/server-only/document/send-completed-email.ts:161
|
||||
#: packages/lib/server-only/document/send-completed-email.ts:111
|
||||
#: packages/lib/server-only/document/send-completed-email.ts:191
|
||||
msgid "Signing Complete!"
|
||||
msgstr "Signing Complete!"
|
||||
|
||||
@ -1251,8 +1376,8 @@ msgstr "Something went wrong."
|
||||
msgid "Step <0>{step} of {maxStep}</0>"
|
||||
msgstr "Step <0>{step} of {maxStep}</0>"
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:78
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:234
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:143
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:318
|
||||
msgid "Subject <0>(Optional)</0>"
|
||||
msgstr "Subject <0>(Optional)</0>"
|
||||
|
||||
@ -1260,19 +1385,23 @@ msgstr "Subject <0>(Optional)</0>"
|
||||
msgid "Submit"
|
||||
msgstr "Submit"
|
||||
|
||||
#: packages/lib/server-only/team/delete-team-email.ts:96
|
||||
#: packages/lib/server-only/team/delete-team.ts:124
|
||||
msgid "Team \"{0}\" has been deleted on Documenso"
|
||||
msgstr "Team \"{0}\" has been deleted on Documenso"
|
||||
|
||||
#: packages/lib/server-only/team/delete-team-email.ts:104
|
||||
msgid "Team email has been revoked for {0}"
|
||||
msgstr "Team email has been revoked for {0}"
|
||||
|
||||
#: packages/email/templates/team-email-removed.tsx:53
|
||||
#: packages/email/templates/team-email-removed.tsx:59
|
||||
msgid "Team email removed"
|
||||
msgstr "Team email removed"
|
||||
|
||||
#: packages/email/templates/team-email-removed.tsx:27
|
||||
#: packages/email/templates/team-email-removed.tsx:29
|
||||
msgid "Team email removed for {teamName} on Documenso"
|
||||
msgstr "Team email removed for {teamName} on Documenso"
|
||||
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:133
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:145
|
||||
msgid "Template title"
|
||||
msgstr "Template title"
|
||||
|
||||
@ -1302,11 +1431,11 @@ msgstr "The authentication required for recipients to view the document."
|
||||
msgid "The document's name"
|
||||
msgstr "The document's name"
|
||||
|
||||
#: packages/email/templates/team-delete.tsx:35
|
||||
#: packages/email/templates/team-delete.tsx:37
|
||||
msgid "The following team has been deleted by its owner. You will no longer be able to access this team and its documents"
|
||||
msgstr "The following team has been deleted by its owner. You will no longer be able to access this team and its documents"
|
||||
|
||||
#: packages/email/templates/team-delete.tsx:34
|
||||
#: packages/email/templates/team-delete.tsx:36
|
||||
msgid "The following team has been deleted by you"
|
||||
msgstr "The following team has been deleted by you"
|
||||
|
||||
@ -1350,7 +1479,11 @@ msgstr "The signer's email"
|
||||
msgid "The signer's name"
|
||||
msgstr "The signer's name"
|
||||
|
||||
#: packages/email/templates/team-email-removed.tsx:57
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:243
|
||||
msgid "The signing link has been copied to your clipboard."
|
||||
msgstr "The signing link has been copied to your clipboard."
|
||||
|
||||
#: packages/email/templates/team-email-removed.tsx:63
|
||||
msgid "The team email <0>{teamEmail}</0> has been removed from the following team"
|
||||
msgstr "The team email <0>{teamEmail}</0> has been removed from the following team"
|
||||
|
||||
@ -1370,14 +1503,30 @@ msgstr "This document has already been sent to this recipient. You can no longer
|
||||
msgid "This document is password protected. Please enter the password to view the document."
|
||||
msgstr "This document is password protected. Please enter the password to view the document."
|
||||
|
||||
#: packages/email/template-components/template-footer.tsx:14
|
||||
#: packages/email/template-components/template-footer.tsx:17
|
||||
msgid "This document was sent using <0>Documenso.</0>"
|
||||
msgstr "This document was sent using <0>Documenso.</0>"
|
||||
|
||||
#: packages/ui/components/document/document-email-checkboxes.tsx:94
|
||||
msgid "This email is sent to the recipient if they are removed from a pending document."
|
||||
msgstr "This email is sent to the recipient if they are removed from a pending document."
|
||||
|
||||
#: packages/ui/components/document/document-email-checkboxes.tsx:55
|
||||
msgid "This email is sent to the recipient requesting them to sign the document."
|
||||
msgstr "This email is sent to the recipient requesting them to sign the document."
|
||||
|
||||
#: packages/ui/components/document/document-email-checkboxes.tsx:133
|
||||
msgid "This email will be sent to the recipient who has just signed the document, if there are still other recipients who have not signed yet."
|
||||
msgstr "This email will be sent to the recipient who has just signed the document, if there are still other recipients who have not signed yet."
|
||||
|
||||
#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:573
|
||||
msgid "This field cannot be modified or deleted. When you share this template's direct link or add it to your public profile, anyone who accesses it can input their name and email, and fill in the fields assigned to them."
|
||||
msgstr "This field cannot be modified or deleted. When you share this template's direct link or add it to your public profile, anyone who accesses it can input their name and email, and fill in the fields assigned to them."
|
||||
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:233
|
||||
msgid "This is how the document will reach the recipients once the document is ready for signing."
|
||||
msgstr "This is how the document will reach the recipients once the document is ready for signing."
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-fields.tsx:1090
|
||||
msgid "This recipient can no longer be modified as they have signed a field, or completed the document."
|
||||
msgstr "This recipient can no longer be modified as they have signed a field, or completed the document."
|
||||
@ -1386,12 +1535,20 @@ msgstr "This recipient can no longer be modified as they have signed a field, or
|
||||
msgid "This signer has already signed the document."
|
||||
msgstr "This signer has already signed the document."
|
||||
|
||||
#: packages/ui/components/document/document-email-checkboxes.tsx:212
|
||||
msgid "This will be sent to all recipients if a pending document has been deleted."
|
||||
msgstr "This will be sent to all recipients if a pending document has been deleted."
|
||||
|
||||
#: packages/ui/components/document/document-email-checkboxes.tsx:173
|
||||
msgid "This will be sent to all recipients once the document has been fully completed."
|
||||
msgstr "This will be sent to all recipients once the document has been fully completed."
|
||||
|
||||
#: packages/ui/components/recipient/recipient-action-auth-select.tsx:48
|
||||
msgid "This will override any global settings."
|
||||
msgstr "This will override any global settings."
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-settings.tsx:347
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:348
|
||||
#: packages/ui/primitives/template-flow/add-template-settings.tsx:438
|
||||
msgid "Time Zone"
|
||||
msgstr "Time Zone"
|
||||
|
||||
@ -1404,7 +1561,7 @@ msgstr "Title"
|
||||
msgid "To proceed further, please set at least one value for the {0} field."
|
||||
msgstr "To proceed further, please set at least one value for the {0} field."
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:124
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:86
|
||||
msgid "Update"
|
||||
msgstr "Update"
|
||||
|
||||
@ -1430,15 +1587,25 @@ msgstr "Validation"
|
||||
msgid "Value"
|
||||
msgstr "Value"
|
||||
|
||||
#: packages/email/templates/confirm-team-email.tsx:71
|
||||
msgid "Verify your team email address"
|
||||
msgstr "Verify your team email address"
|
||||
|
||||
#: packages/lib/constants/recipient-roles.ts:29
|
||||
msgid "View"
|
||||
msgstr "View"
|
||||
|
||||
#: packages/email/templates/document-created-from-direct-template.tsx:69
|
||||
#: packages/email/templates/confirm-team-email.tsx:95
|
||||
msgid "View all documents sent to and from this email address"
|
||||
msgstr "View all documents sent to and from this email address"
|
||||
|
||||
#: packages/email/templates/document-created-from-direct-template.tsx:75
|
||||
msgid "View document"
|
||||
msgstr "View document"
|
||||
|
||||
#: packages/email/template-components/template-document-invite.tsx:77
|
||||
#: packages/email/template-components/template-document-invite.tsx:88
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:90
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:91
|
||||
msgid "View Document"
|
||||
msgstr "View Document"
|
||||
|
||||
@ -1470,15 +1637,23 @@ msgstr "Viewing"
|
||||
msgid "Waiting for others"
|
||||
msgstr "Waiting for others"
|
||||
|
||||
#: packages/lib/server-only/document/send-pending-email.ts:73
|
||||
#: packages/lib/server-only/document/send-pending-email.ts:96
|
||||
msgid "Waiting for others to complete signing."
|
||||
msgstr "Waiting for others to complete signing."
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:205
|
||||
msgid "We will generate signing links for with you, which you can send to the recipients through your method of choice."
|
||||
msgstr "We will generate signing links for with you, which you can send to the recipients through your method of choice."
|
||||
|
||||
#: packages/ui/primitives/document-flow/add-subject.tsx:201
|
||||
msgid "We won't send anything to notify recipients."
|
||||
msgstr "We won't send anything to notify recipients."
|
||||
|
||||
#: packages/email/template-components/template-document-pending.tsx:41
|
||||
msgid "We're still waiting for other signers to sign this document.<0/>We'll notify you as soon as it's ready."
|
||||
msgstr "We're still waiting for other signers to sign this document.<0/>We'll notify you as soon as it's ready."
|
||||
|
||||
#: packages/email/templates/reset-password.tsx:59
|
||||
#: packages/email/templates/reset-password.tsx:65
|
||||
msgid "We've changed your password as you asked. You can now sign in with your new password."
|
||||
msgstr "We've changed your password as you asked. You can now sign in with your new password."
|
||||
|
||||
@ -1498,6 +1673,10 @@ msgstr "You are about to send this document to the recipients. Are you sure you
|
||||
msgid "You can also copy and paste this link into your browser: {confirmationLink} (link expires in 1 hour)"
|
||||
msgstr "You can also copy and paste this link into your browser: {confirmationLink} (link expires in 1 hour)"
|
||||
|
||||
#: packages/email/templates/confirm-team-email.tsx:106
|
||||
msgid "You can revoke access at any time in your team settings on Documenso <0>here.</0>"
|
||||
msgstr "You can revoke access at any time in your team settings on Documenso <0>here.</0>"
|
||||
|
||||
#: packages/ui/components/document/document-send-email-message-helper.tsx:11
|
||||
msgid "You can use the following variables in your message:"
|
||||
msgstr "You can use the following variables in your message:"
|
||||
@ -1510,15 +1689,15 @@ msgstr "You cannot upload documents at this time."
|
||||
msgid "You don't need to sign it anymore."
|
||||
msgstr "You don't need to sign it anymore."
|
||||
|
||||
#: packages/lib/server-only/team/create-team-member-invites.ts:168
|
||||
#: packages/lib/server-only/team/create-team-member-invites.ts:186
|
||||
msgid "You have been invited to join {0} on Documenso"
|
||||
msgstr "You have been invited to join {0} on Documenso"
|
||||
|
||||
#: packages/email/templates/team-invite.tsx:59
|
||||
#: packages/email/templates/team-invite.tsx:76
|
||||
msgid "You have been invited to join the following team"
|
||||
msgstr "You have been invited to join the following team"
|
||||
|
||||
#: packages/lib/server-only/recipient/set-recipients-for-document.ts:314
|
||||
#: packages/lib/server-only/recipient/set-recipients-for-document.ts:329
|
||||
msgid "You have been removed from a document"
|
||||
msgstr "You have been removed from a document"
|
||||
|
||||
@ -1526,8 +1705,8 @@ msgstr "You have been removed from a document"
|
||||
msgid "You have been requested to take ownership of team {0} on Documenso"
|
||||
msgstr "You have been requested to take ownership of team {0} on Documenso"
|
||||
|
||||
#: packages/lib/jobs/definitions/emails/send-signing-email.ts:104
|
||||
#: packages/lib/server-only/document/resend-document.tsx:114
|
||||
#: packages/lib/jobs/definitions/emails/send-signing-email.ts:115
|
||||
#: packages/lib/server-only/document/resend-document.tsx:125
|
||||
msgid "You have initiated the document {0} that requires you to {recipientActionVerb} it."
|
||||
msgstr "You have initiated the document {0} that requires you to {recipientActionVerb} it."
|
||||
|
||||
@ -1547,7 +1726,7 @@ msgstr "Your document has been deleted by an admin!"
|
||||
msgid "Your password has been updated."
|
||||
msgstr "Your password has been updated."
|
||||
|
||||
#: packages/email/templates/team-delete.tsx:26
|
||||
#: packages/email/templates/team-delete.tsx:30
|
||||
#: packages/email/templates/team-delete.tsx:28
|
||||
#: packages/email/templates/team-delete.tsx:32
|
||||
msgid "Your team has been deleted"
|
||||
msgstr "Your team has been deleted"
|
||||
|
||||
1
packages/lib/translations/en/web.js
Normal file
1
packages/lib/translations/en/web.js
Normal file
File diff suppressed because one or more lines are too long
@ -13,6 +13,10 @@ msgstr ""
|
||||
"Language-Team: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/document-preferences.tsx:211
|
||||
msgid "\"{0}\" has invited you to sign \"example document\"."
|
||||
msgstr "\"{0}\" has invited you to sign \"example document\"."
|
||||
|
||||
#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:69
|
||||
msgid "\"{0}\" will appear on the document as it has a timezone of \"{timezone}\"."
|
||||
msgstr "\"{0}\" will appear on the document as it has a timezone of \"{timezone}\"."
|
||||
@ -21,6 +25,22 @@ msgstr "\"{0}\" will appear on the document as it has a timezone of \"{timezone}
|
||||
msgid "\"{documentTitle}\" has been successfully deleted"
|
||||
msgstr "\"{documentTitle}\" has been successfully deleted"
|
||||
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:234
|
||||
msgid "\"{email}\" on behalf of \"{teamName}\" has invited you to sign \"example document\"."
|
||||
msgstr "\"{email}\" on behalf of \"{teamName}\" has invited you to sign \"example document\"."
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/document-preferences.tsx:209
|
||||
msgid ""
|
||||
"\"{placeholderEmail}\" on behalf of \"{0}\" has invited you to sign \"example\n"
|
||||
"document\"."
|
||||
msgstr ""
|
||||
"\"{placeholderEmail}\" on behalf of \"{0}\" has invited you to sign \"example\n"
|
||||
"document\"."
|
||||
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:241
|
||||
msgid "\"{teamUrl}\" has invited you to sign \"example document\"."
|
||||
msgstr "\"{teamUrl}\" has invited you to sign \"example document\"."
|
||||
|
||||
#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:78
|
||||
msgid "({0}) has invited you to approve this document"
|
||||
msgstr "({0}) has invited you to approve this document"
|
||||
@ -164,7 +184,7 @@ msgstr "A confirmation email has been sent, and it should arrive in your inbox s
|
||||
msgid "A device capable of accessing, opening, and reading documents"
|
||||
msgstr "A device capable of accessing, opening, and reading documents"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:207
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:218
|
||||
msgid "A draft document will be created"
|
||||
msgstr "A draft document will be created"
|
||||
|
||||
@ -203,7 +223,7 @@ msgid "A unique URL to access your profile"
|
||||
msgstr "A unique URL to access your profile"
|
||||
|
||||
#: apps/web/src/components/(teams)/dialogs/create-team-dialog.tsx:206
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:139
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:179
|
||||
msgid "A unique URL to identify your team"
|
||||
msgstr "A unique URL to identify your team"
|
||||
|
||||
@ -259,7 +279,7 @@ msgstr "Action"
|
||||
msgid "Actions"
|
||||
msgstr "Actions"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:101
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:107
|
||||
#: apps/web/src/components/(teams)/tables/teams-member-page-data-table.tsx:76
|
||||
#: apps/web/src/components/(teams)/tables/user-settings-teams-page-data-table.tsx:71
|
||||
msgid "Active"
|
||||
@ -273,7 +293,7 @@ msgstr "Active Subscriptions"
|
||||
msgid "Add"
|
||||
msgstr "Add"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:176
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:177
|
||||
#: apps/web/src/app/(dashboard)/templates/[id]/edit/edit-template.tsx:88
|
||||
msgid "Add all relevant fields for each recipient."
|
||||
msgstr "Add all relevant fields for each recipient."
|
||||
@ -294,7 +314,7 @@ msgstr "Add an authenticator to serve as a secondary authentication method when
|
||||
msgid "Add email"
|
||||
msgstr "Add email"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:175
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:176
|
||||
#: apps/web/src/app/(dashboard)/templates/[id]/edit/edit-template.tsx:87
|
||||
msgid "Add Fields"
|
||||
msgstr "Add Fields"
|
||||
@ -312,34 +332,38 @@ msgstr "Add passkey"
|
||||
msgid "Add Placeholders"
|
||||
msgstr "Add Placeholders"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:170
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:171
|
||||
msgid "Add Signers"
|
||||
msgstr "Add Signers"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:180
|
||||
msgid "Add Subject"
|
||||
msgstr "Add Subject"
|
||||
#~ msgid "Add Subject"
|
||||
#~ msgstr "Add Subject"
|
||||
|
||||
#: apps/web/src/components/(teams)/dialogs/add-team-email-dialog.tsx:133
|
||||
msgid "Add team email"
|
||||
msgstr "Add team email"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:171
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:172
|
||||
msgid "Add the people who will sign the document."
|
||||
msgstr "Add the people who will sign the document."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:209
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:220
|
||||
msgid "Add the recipients to create the document with"
|
||||
msgstr "Add the recipients to create the document with"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:181
|
||||
msgid "Add the subject and message you wish to send to signers."
|
||||
msgstr "Add the subject and message you wish to send to signers."
|
||||
#~ msgid "Add the subject and message you wish to send to signers."
|
||||
#~ msgstr "Add the subject and message you wish to send to signers."
|
||||
|
||||
#: apps/web/src/components/(teams)/dialogs/create-team-checkout-dialog.tsx:152
|
||||
msgid "Adding and removing seats will adjust your invoice accordingly."
|
||||
msgstr "Adding and removing seats will adjust your invoice accordingly."
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/branding-preferences.tsx:303
|
||||
msgid "Additional brand information to display at the bottom of emails"
|
||||
msgstr "Additional brand information to display at the bottom of emails"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx:59
|
||||
msgid "Admin Actions"
|
||||
msgstr "Admin Actions"
|
||||
@ -431,17 +455,17 @@ msgstr "An email requesting the transfer of this team has been sent."
|
||||
msgid "An error occurred"
|
||||
msgstr "An error occurred"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:268
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:269
|
||||
#: apps/web/src/app/(dashboard)/templates/[id]/edit/edit-template.tsx:201
|
||||
#: apps/web/src/app/(dashboard)/templates/[id]/edit/edit-template.tsx:235
|
||||
msgid "An error occurred while adding signers."
|
||||
msgstr "An error occurred while adding signers."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:303
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:304
|
||||
msgid "An error occurred while adding the fields."
|
||||
msgstr "An error occurred while adding the fields."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:165
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:176
|
||||
msgid "An error occurred while creating document from template."
|
||||
msgstr "An error occurred while creating document from template."
|
||||
|
||||
@ -499,7 +523,7 @@ msgstr "An error occurred while removing the signature."
|
||||
msgid "An error occurred while removing the text."
|
||||
msgstr "An error occurred while removing the text."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:334
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:350
|
||||
msgid "An error occurred while sending the document."
|
||||
msgstr "An error occurred while sending the document."
|
||||
|
||||
@ -524,11 +548,15 @@ msgstr "An error occurred while signing the document."
|
||||
msgid "An error occurred while trying to create a checkout session."
|
||||
msgstr "An error occurred while trying to create a checkout session."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:234
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:235
|
||||
#: apps/web/src/app/(dashboard)/templates/[id]/edit/edit-template.tsx:170
|
||||
msgid "An error occurred while updating the document settings."
|
||||
msgstr "An error occurred while updating the document settings."
|
||||
|
||||
#: apps/web/src/components/forms/team-document-settings.tsx:78
|
||||
#~ msgid "An error occurred while updating the global team settings."
|
||||
#~ msgstr "An error occurred while updating the global team settings."
|
||||
|
||||
#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:213
|
||||
msgid "An error occurred while updating the signature."
|
||||
msgstr "An error occurred while updating the signature."
|
||||
@ -559,7 +587,7 @@ msgstr "An error occurred while uploading your document."
|
||||
#: apps/web/src/components/(teams)/dialogs/transfer-team-dialog.tsx:116
|
||||
#: apps/web/src/components/(teams)/dialogs/update-team-email-dialog.tsx:89
|
||||
#: apps/web/src/components/(teams)/dialogs/update-team-member-dialog.tsx:100
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:94
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:134
|
||||
#: apps/web/src/components/forms/avatar-image.tsx:94
|
||||
#: apps/web/src/components/forms/avatar-image.tsx:122
|
||||
#: apps/web/src/components/forms/password.tsx:84
|
||||
@ -601,8 +629,8 @@ msgstr "Any Status"
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:56
|
||||
#: apps/web/src/components/(dashboard)/settings/layout/desktop-nav.tsx:90
|
||||
#: apps/web/src/components/(dashboard)/settings/layout/mobile-nav.tsx:93
|
||||
#: apps/web/src/components/(teams)/settings/layout/desktop-nav.tsx:81
|
||||
#: apps/web/src/components/(teams)/settings/layout/mobile-nav.tsx:89
|
||||
#: apps/web/src/components/(teams)/settings/layout/desktop-nav.tsx:96
|
||||
#: apps/web/src/components/(teams)/settings/layout/mobile-nav.tsx:105
|
||||
msgid "API Tokens"
|
||||
msgstr "API Tokens"
|
||||
|
||||
@ -672,7 +700,7 @@ msgstr "Avatar"
|
||||
msgid "Avatar Updated"
|
||||
msgstr "Avatar Updated"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:121
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:127
|
||||
msgid "Awaiting email confirmation"
|
||||
msgstr "Awaiting email confirmation"
|
||||
|
||||
@ -711,11 +739,19 @@ msgstr "Basic details"
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/billing/page.tsx:61
|
||||
#: apps/web/src/components/(dashboard)/settings/layout/desktop-nav.tsx:117
|
||||
#: apps/web/src/components/(dashboard)/settings/layout/mobile-nav.tsx:120
|
||||
#: apps/web/src/components/(teams)/settings/layout/desktop-nav.tsx:108
|
||||
#: apps/web/src/components/(teams)/settings/layout/mobile-nav.tsx:116
|
||||
#: apps/web/src/components/(teams)/settings/layout/desktop-nav.tsx:123
|
||||
#: apps/web/src/components/(teams)/settings/layout/mobile-nav.tsx:132
|
||||
msgid "Billing"
|
||||
msgstr "Billing"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/page.tsx:42
|
||||
msgid "Branding Preferences"
|
||||
msgstr "Branding Preferences"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/branding-preferences.tsx:102
|
||||
msgid "Branding preferences updated"
|
||||
msgstr "Branding preferences updated"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/security/activity/user-security-activity-data-table.tsx:99
|
||||
#: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/audit-log/data-table.tsx:48
|
||||
msgid "Browser"
|
||||
@ -801,6 +837,10 @@ msgstr "Cancelled by user"
|
||||
msgid "Charts"
|
||||
msgstr "Charts"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/documents/page.tsx:32
|
||||
#~ msgid "Check out the documentaton for the <0>global team settings</0>."
|
||||
#~ msgstr "Check out the documentaton for the <0>global team settings</0>."
|
||||
|
||||
#: apps/web/src/components/(teams)/dialogs/create-team-checkout-dialog.tsx:179
|
||||
msgid "Checkout"
|
||||
msgstr "Checkout"
|
||||
@ -813,6 +853,10 @@ msgstr "Choose an existing recipient from below to continue"
|
||||
msgid "Choose Direct Link Recipient"
|
||||
msgstr "Choose Direct Link Recipient"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:182
|
||||
msgid "Choose how the document will reach recipients"
|
||||
msgstr "Choose how the document will reach recipients"
|
||||
|
||||
#: apps/web/src/components/forms/token.tsx:200
|
||||
msgid "Choose..."
|
||||
msgstr "Choose..."
|
||||
@ -861,7 +905,7 @@ msgid "Click to insert field"
|
||||
msgstr "Click to insert field"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/new-template-dialog.tsx:126
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:345
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:389
|
||||
#: apps/web/src/app/(signing)/sign/[token]/document-action-auth-2fa.tsx:125
|
||||
#: apps/web/src/app/(signing)/sign/[token]/document-action-auth-passkey.tsx:138
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-transfer-status.tsx:121
|
||||
@ -906,7 +950,7 @@ msgstr "Completed documents"
|
||||
msgid "Completed Documents"
|
||||
msgstr "Completed Documents"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:166
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:167
|
||||
msgid "Configure general settings for the document."
|
||||
msgstr "Configure general settings for the document."
|
||||
|
||||
@ -974,6 +1018,18 @@ msgstr "Continue"
|
||||
msgid "Continue to login"
|
||||
msgstr "Continue to login"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/document-preferences.tsx:173
|
||||
msgid "Controls the default language of an uploaded document. This will be used as the language in email communications with the recipients."
|
||||
msgstr "Controls the default language of an uploaded document. This will be used as the language in email communications with the recipients."
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/document-preferences.tsx:141
|
||||
msgid "Controls the default visibility of an uploaded document."
|
||||
msgstr "Controls the default visibility of an uploaded document."
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/document-preferences.tsx:216
|
||||
msgid "Controls the formatting of the message that will be sent when inviting a recipient to sign a document. If a custom message has been provided while configuring the document, it will be used instead."
|
||||
msgstr "Controls the formatting of the message that will be sent when inviting a recipient to sign a document. If a custom message has been provided while configuring the document, it will be used instead."
|
||||
|
||||
#: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:128
|
||||
msgid "Copied"
|
||||
msgstr "Copied"
|
||||
@ -1027,14 +1083,18 @@ msgstr "Create a team to collaborate with your team members."
|
||||
msgid "Create account"
|
||||
msgstr "Create account"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:351
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:397
|
||||
msgid "Create and send"
|
||||
msgstr "Create and send"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:353
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:395
|
||||
msgid "Create as draft"
|
||||
msgstr "Create as draft"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:355
|
||||
msgid "Create as pending"
|
||||
msgstr "Create as pending"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/[id]/template-direct-link-dialog-wrapper.tsx:37
|
||||
msgid "Create Direct Link"
|
||||
msgstr "Create Direct Link"
|
||||
@ -1043,7 +1103,7 @@ msgstr "Create Direct Link"
|
||||
msgid "Create Direct Signing Link"
|
||||
msgstr "Create Direct Signing Link"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:203
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:214
|
||||
msgid "Create document from template"
|
||||
msgstr "Create document from template"
|
||||
|
||||
@ -1055,6 +1115,10 @@ msgstr "Create now"
|
||||
msgid "Create one automatically"
|
||||
msgstr "Create one automatically"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:399
|
||||
msgid "Create signing links"
|
||||
msgstr "Create signing links"
|
||||
|
||||
#: apps/web/src/components/(dashboard)/layout/menu-switcher.tsx:181
|
||||
#: apps/web/src/components/(dashboard)/layout/menu-switcher.tsx:251
|
||||
#: apps/web/src/components/(teams)/dialogs/create-team-dialog.tsx:138
|
||||
@ -1066,6 +1130,10 @@ msgstr "Create team"
|
||||
msgid "Create Team"
|
||||
msgstr "Create Team"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:362
|
||||
msgid "Create the document as pending and ready to sign."
|
||||
msgstr "Create the document as pending and ready to sign."
|
||||
|
||||
#: apps/web/src/components/forms/token.tsx:250
|
||||
#: apps/web/src/components/forms/token.tsx:259
|
||||
msgid "Create token"
|
||||
@ -1152,6 +1220,15 @@ msgstr "Decline"
|
||||
msgid "Declined team invitation"
|
||||
msgstr "Declined team invitation"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/document-preferences.tsx:153
|
||||
msgid "Default Document Language"
|
||||
msgstr "Default Document Language"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/document-preferences.tsx:117
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:195
|
||||
msgid "Default Document Visibility"
|
||||
msgstr "Default Document Visibility"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/delete-document-dialog.tsx:90
|
||||
msgid "delete"
|
||||
msgstr "delete"
|
||||
@ -1209,7 +1286,7 @@ msgstr "Delete Document"
|
||||
msgid "Delete passkey"
|
||||
msgstr "Delete passkey"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:191
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:197
|
||||
#: apps/web/src/components/(teams)/dialogs/delete-team-dialog.tsx:118
|
||||
msgid "Delete team"
|
||||
msgstr "Delete team"
|
||||
@ -1322,6 +1399,10 @@ msgstr "Disabling direct link signing will prevent anyone from accessing the lin
|
||||
msgid "Display your name and email in documents"
|
||||
msgstr "Display your name and email in documents"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:181
|
||||
msgid "Distribute Document"
|
||||
msgstr "Distribute Document"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/delete-template-dialog.tsx:63
|
||||
msgid "Do you want to delete this template?"
|
||||
msgstr "Do you want to delete this template?"
|
||||
@ -1359,7 +1440,7 @@ msgstr "Document completed"
|
||||
msgid "Document Completed!"
|
||||
msgstr "Document Completed!"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:154
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:156
|
||||
msgid "Document created"
|
||||
msgstr "Document created"
|
||||
|
||||
@ -1399,7 +1480,7 @@ msgstr "Document ID"
|
||||
msgid "Document inbox"
|
||||
msgstr "Document inbox"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:179
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:180
|
||||
msgid "Document Limit Exceeded!"
|
||||
msgstr "Document Limit Exceeded!"
|
||||
|
||||
@ -1419,6 +1500,10 @@ msgstr "Document no longer available to sign"
|
||||
msgid "Document pending"
|
||||
msgstr "Document pending"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/document-preferences.tsx:91
|
||||
msgid "Document preferences updated"
|
||||
msgstr "Document preferences updated"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/_action-items/resend-document.tsx:97
|
||||
msgid "Document re-sent"
|
||||
msgstr "Document re-sent"
|
||||
@ -1427,10 +1512,14 @@ msgstr "Document re-sent"
|
||||
msgid "Document resealed"
|
||||
msgstr "Document resealed"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:323
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:327
|
||||
msgid "Document sent"
|
||||
msgstr "Document sent"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/documents/page.tsx:26
|
||||
#~ msgid "Document Settings"
|
||||
#~ msgstr "Document Settings"
|
||||
|
||||
#: apps/web/src/app/(signing)/sign/[token]/complete/page.tsx:132
|
||||
msgid "Document Signed"
|
||||
msgstr "Document Signed"
|
||||
@ -1572,8 +1661,8 @@ msgstr "Electronic Signature Disclosure"
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:166
|
||||
#: apps/web/src/app/(dashboard)/admin/users/[id]/page.tsx:114
|
||||
#: apps/web/src/app/(dashboard)/admin/users/data-table-users.tsx:71
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:254
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:261
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:265
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:272
|
||||
#: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:122
|
||||
#: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:129
|
||||
#: apps/web/src/app/(recipient)/d/[token]/configure-direct-template.tsx:118
|
||||
@ -1628,6 +1717,10 @@ msgstr "Enable 2FA"
|
||||
msgid "Enable Authenticator App"
|
||||
msgstr "Enable Authenticator App"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/branding-preferences.tsx:170
|
||||
msgid "Enable custom branding for all documents in this team."
|
||||
msgstr "Enable custom branding for all documents in this team."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:251
|
||||
msgid "Enable direct link signing"
|
||||
msgstr "Enable direct link signing"
|
||||
@ -1653,6 +1746,10 @@ msgstr "Enclosed Document"
|
||||
msgid "Ends On"
|
||||
msgstr "Ends On"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/branding-preferences.tsx:295
|
||||
msgid "Enter your brand details"
|
||||
msgstr "Enter your brand details"
|
||||
|
||||
#: apps/web/src/app/(signing)/sign/[token]/complete/claim-account.tsx:137
|
||||
msgid "Enter your email"
|
||||
msgstr "Enter your email"
|
||||
@ -1671,10 +1768,10 @@ msgstr "Enter your text here"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/[id]/admin-actions.tsx:41
|
||||
#: apps/web/src/app/(dashboard)/admin/users/[id]/page.tsx:78
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:233
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:267
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:302
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:333
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:234
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:268
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:303
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:349
|
||||
#: apps/web/src/app/(dashboard)/documents/move-document-dialog.tsx:57
|
||||
#: apps/web/src/app/(dashboard)/documents/upload-document.tsx:106
|
||||
#: apps/web/src/app/(dashboard)/documents/upload-document.tsx:112
|
||||
@ -1683,7 +1780,7 @@ msgstr "Enter your text here"
|
||||
#: apps/web/src/app/(dashboard)/templates/[id]/edit/edit-template.tsx:234
|
||||
#: apps/web/src/app/(dashboard)/templates/duplicate-template-dialog.tsx:51
|
||||
#: apps/web/src/app/(dashboard)/templates/move-template-dialog.tsx:56
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:164
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:175
|
||||
#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:122
|
||||
#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:151
|
||||
#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:212
|
||||
@ -1710,6 +1807,14 @@ msgstr "Enter your text here"
|
||||
msgid "Error"
|
||||
msgstr "Error"
|
||||
|
||||
#: apps/web/src/components/forms/team-document-settings.tsx:77
|
||||
#~ msgid "Error updating global team settings"
|
||||
#~ msgstr "Error updating global team settings"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/document-preferences.tsx:128
|
||||
msgid "Everyone can access and view the document"
|
||||
msgstr "Everyone can access and view the document"
|
||||
|
||||
#: apps/web/src/app/(signing)/sign/[token]/complete/page.tsx:142
|
||||
msgid "Everyone has signed"
|
||||
msgstr "Everyone has signed"
|
||||
@ -1722,7 +1827,7 @@ msgstr "Everyone has signed! You will receive an Email copy of the signed docume
|
||||
msgid "Exceeded timeout"
|
||||
msgstr "Exceeded timeout"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:114
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:120
|
||||
msgid "Expired"
|
||||
msgstr "Expired"
|
||||
|
||||
@ -1771,14 +1876,23 @@ msgstr "Forgot your password?"
|
||||
msgid "Full Name"
|
||||
msgstr "Full Name"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:165
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:166
|
||||
#: apps/web/src/app/(dashboard)/templates/[id]/edit/edit-template.tsx:77
|
||||
#: apps/web/src/app/(recipient)/d/[token]/direct-template.tsx:62
|
||||
#: apps/web/src/components/(teams)/settings/layout/desktop-nav.tsx:43
|
||||
#: apps/web/src/components/(teams)/settings/layout/mobile-nav.tsx:51
|
||||
#: apps/web/src/components/(teams)/settings/layout/desktop-nav.tsx:44
|
||||
#: apps/web/src/components/(teams)/settings/layout/mobile-nav.tsx:52
|
||||
msgid "General"
|
||||
msgstr "General"
|
||||
|
||||
#: apps/web/src/components/(teams)/settings/layout/desktop-nav.tsx:57
|
||||
#: apps/web/src/components/(teams)/settings/layout/mobile-nav.tsx:65
|
||||
#~ msgid "Global Settings"
|
||||
#~ msgstr "Global Settings"
|
||||
|
||||
#: apps/web/src/components/forms/team-document-settings.tsx:69
|
||||
#~ msgid "Global Team Settings Updated"
|
||||
#~ msgstr "Global Team Settings Updated"
|
||||
|
||||
#: apps/web/src/app/(profile)/p/[url]/not-found.tsx:30
|
||||
#: apps/web/src/app/(recipient)/d/[token]/not-found.tsx:33
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/error.tsx:51
|
||||
@ -1815,6 +1929,14 @@ msgstr "Here you can edit your personal details."
|
||||
msgid "Here you can manage your password and security settings."
|
||||
msgstr "Here you can manage your password and security settings."
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/page.tsx:43
|
||||
msgid "Here you can set preferences and defaults for branding."
|
||||
msgstr "Here you can set preferences and defaults for branding."
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/page.tsx:34
|
||||
msgid "Here you can set preferences and defaults for your team."
|
||||
msgstr "Here you can set preferences and defaults for your team."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:206
|
||||
msgid "Here's how it works:"
|
||||
msgstr "Here's how it works:"
|
||||
@ -1866,6 +1988,10 @@ msgstr "Inbox"
|
||||
msgid "Inbox documents"
|
||||
msgstr "Inbox documents"
|
||||
|
||||
#: apps/web/src/components/forms/team-document-settings.tsx:132
|
||||
#~ msgid "Include Sender Details"
|
||||
#~ msgstr "Include Sender Details"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx:53
|
||||
#: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-information.tsx:50
|
||||
msgid "Information"
|
||||
@ -2032,6 +2158,10 @@ msgstr "Like to have your own public profile with agreements?"
|
||||
msgid "Link template"
|
||||
msgstr "Link template"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:338
|
||||
msgid "Links Generated"
|
||||
msgstr "Links Generated"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/page.tsx:79
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/page.tsx:84
|
||||
msgid "Listening to {0}"
|
||||
@ -2156,8 +2286,8 @@ msgid "Member Since"
|
||||
msgstr "Member Since"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/members/page.tsx:31
|
||||
#: apps/web/src/components/(teams)/settings/layout/desktop-nav.tsx:71
|
||||
#: apps/web/src/components/(teams)/settings/layout/mobile-nav.tsx:79
|
||||
#: apps/web/src/components/(teams)/settings/layout/desktop-nav.tsx:86
|
||||
#: apps/web/src/components/(teams)/settings/layout/mobile-nav.tsx:95
|
||||
msgid "Members"
|
||||
msgstr "Members"
|
||||
|
||||
@ -2210,8 +2340,8 @@ msgstr "My templates"
|
||||
#: apps/web/src/app/(dashboard)/admin/users/data-table-users.tsx:66
|
||||
#: apps/web/src/app/(dashboard)/settings/security/passkeys/user-passkeys-data-table-actions.tsx:144
|
||||
#: apps/web/src/app/(dashboard)/settings/security/passkeys/user-passkeys-data-table.tsx:61
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:276
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:283
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:287
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:294
|
||||
#: apps/web/src/app/(signing)/sign/[token]/complete/claim-account.tsx:119
|
||||
#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:170
|
||||
#: apps/web/src/components/(teams)/dialogs/add-team-email-dialog.tsx:153
|
||||
@ -2345,6 +2475,14 @@ msgstr "Once confirmed, the following will occur:"
|
||||
msgid "Once you have scanned the QR code or entered the code manually, enter the code provided by your authenticator app below."
|
||||
msgstr "Once you have scanned the QR code or entered the code manually, enter the code provided by your authenticator app below."
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/document-preferences.tsx:134
|
||||
msgid "Only admins can access and view the document"
|
||||
msgstr "Only admins can access and view the document"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/document-preferences.tsx:131
|
||||
msgid "Only managers and above can access and view the document"
|
||||
msgstr "Only managers and above can access and view the document"
|
||||
|
||||
#: apps/web/src/app/(profile)/p/[url]/not-found.tsx:19
|
||||
#: apps/web/src/app/(recipient)/d/[token]/not-found.tsx:19
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/error.tsx:37
|
||||
@ -2368,7 +2506,7 @@ msgstr "Or"
|
||||
msgid "Or continue with"
|
||||
msgstr "Or continue with"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:330
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:341
|
||||
msgid "Otherwise, the document will be created as a draft."
|
||||
msgstr "Otherwise, the document will be created as a draft."
|
||||
|
||||
@ -2574,13 +2712,23 @@ msgid "Please type <0>{0}</0> to confirm."
|
||||
msgstr "Please type <0>{0}</0> to confirm."
|
||||
|
||||
#: apps/web/src/components/(dashboard)/common/command-menu.tsx:214
|
||||
#: apps/web/src/components/(teams)/settings/layout/desktop-nav.tsx:58
|
||||
#: apps/web/src/components/(teams)/settings/layout/mobile-nav.tsx:67
|
||||
msgid "Preferences"
|
||||
msgstr "Preferences"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/document-preferences.tsx:204
|
||||
msgid "Preview"
|
||||
msgstr "Preview"
|
||||
|
||||
#: apps/web/src/app/(recipient)/d/[token]/direct-template.tsx:63
|
||||
msgid "Preview and configure template."
|
||||
msgstr "Preview and configure template."
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/document-preferences.tsx:130
|
||||
#~ msgid "Preview: {0}"
|
||||
#~ msgstr "Preview: {0}"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:105
|
||||
#: apps/web/src/components/formatter/template-type.tsx:22
|
||||
msgid "Private"
|
||||
@ -2618,8 +2766,8 @@ msgstr "Public"
|
||||
#: apps/web/src/app/(dashboard)/settings/public-profile/public-profile-page-view.tsx:42
|
||||
#: apps/web/src/components/(dashboard)/settings/layout/desktop-nav.tsx:50
|
||||
#: apps/web/src/components/(dashboard)/settings/layout/mobile-nav.tsx:53
|
||||
#: apps/web/src/components/(teams)/settings/layout/desktop-nav.tsx:57
|
||||
#: apps/web/src/components/(teams)/settings/layout/mobile-nav.tsx:65
|
||||
#: apps/web/src/components/(teams)/settings/layout/desktop-nav.tsx:72
|
||||
#: apps/web/src/components/(teams)/settings/layout/mobile-nav.tsx:81
|
||||
msgid "Public Profile"
|
||||
msgstr "Public Profile"
|
||||
|
||||
@ -2711,6 +2859,7 @@ msgstr "Remembered your password? <0>Sign In</0>"
|
||||
#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:431
|
||||
#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:156
|
||||
#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:180
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/branding-preferences.tsx:250
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-email-dropdown.tsx:89
|
||||
#: apps/web/src/components/(teams)/dialogs/remove-team-email-dialog.tsx:159
|
||||
#: apps/web/src/components/(teams)/tables/pending-user-teams-data-table-actions.tsx:54
|
||||
@ -2754,7 +2903,7 @@ msgstr "Resend Confirmation Email"
|
||||
msgid "Resend verification"
|
||||
msgstr "Resend verification"
|
||||
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:164
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:266
|
||||
#: apps/web/src/components/forms/public-profile-form.tsx:267
|
||||
msgid "Reset"
|
||||
msgstr "Reset"
|
||||
@ -2834,6 +2983,8 @@ msgstr "Roles"
|
||||
#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:446
|
||||
#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:336
|
||||
#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:342
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/branding-preferences.tsx:312
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/document-preferences.tsx:228
|
||||
msgid "Save"
|
||||
msgstr "Save"
|
||||
|
||||
@ -2904,10 +3055,15 @@ msgstr "Select passkey"
|
||||
msgid "Send confirmation email"
|
||||
msgstr "Send confirmation email"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:314
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:326
|
||||
msgid "Send document"
|
||||
msgstr "Send document"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/document-preferences.tsx:188
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:220
|
||||
msgid "Send on Behalf of Team"
|
||||
msgstr "Send on Behalf of Team"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/_action-items/resend-document.tsx:191
|
||||
msgid "Send reminder"
|
||||
msgstr "Send reminder"
|
||||
@ -3099,6 +3255,10 @@ msgstr "Signing in..."
|
||||
msgid "Signing Links"
|
||||
msgstr "Signing Links"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:339
|
||||
msgid "Signing links have been generated for this document."
|
||||
msgstr "Signing links have been generated for this document."
|
||||
|
||||
#: apps/web/src/components/forms/signup.tsx:235
|
||||
msgid "Signing up..."
|
||||
msgstr "Signing up..."
|
||||
@ -3142,6 +3302,7 @@ msgstr "Site Settings"
|
||||
#: apps/web/src/app/(recipient)/d/[token]/signing-auth-page.tsx:27
|
||||
#: apps/web/src/app/(signing)/sign/[token]/signing-auth-page.tsx:38
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/layout-billing-banner.tsx:53
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/branding-preferences.tsx:107
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-email-dropdown.tsx:39
|
||||
#: apps/web/src/app/(unauthenticated)/verify-email/[token]/page.tsx:61
|
||||
#: apps/web/src/app/embed/direct/[[...url]]/client.tsx:243
|
||||
@ -3178,6 +3339,10 @@ msgstr "Something went wrong while sending the confirmation email."
|
||||
msgid "Something went wrong while updating the team billing subscription, please contact support."
|
||||
msgstr "Something went wrong while updating the team billing subscription, please contact support."
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/document-preferences.tsx:96
|
||||
msgid "Something went wrong!"
|
||||
msgstr "Something went wrong!"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/security/passkeys/create-passkey-dialog.tsx:240
|
||||
#: apps/web/src/components/forms/2fa/view-recovery-codes-dialog.tsx:154
|
||||
msgid "Something went wrong. Please try again or contact support."
|
||||
@ -3242,7 +3407,7 @@ msgstr "Subscriptions"
|
||||
#: apps/web/src/components/(teams)/dialogs/transfer-team-dialog.tsx:108
|
||||
#: apps/web/src/components/(teams)/dialogs/update-team-email-dialog.tsx:79
|
||||
#: apps/web/src/components/(teams)/dialogs/update-team-member-dialog.tsx:92
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:68
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:106
|
||||
#: apps/web/src/components/(teams)/tables/pending-user-teams-data-table-actions.tsx:27
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:62
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:79
|
||||
@ -3273,8 +3438,8 @@ msgstr "Team"
|
||||
msgid "Team checkout"
|
||||
msgstr "Team checkout"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:61
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:140
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:67
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:146
|
||||
msgid "Team email"
|
||||
msgstr "Team email"
|
||||
|
||||
@ -3317,7 +3482,7 @@ msgid "Team Member"
|
||||
msgstr "Team Member"
|
||||
|
||||
#: apps/web/src/components/(teams)/dialogs/create-team-dialog.tsx:166
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:113
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:153
|
||||
msgid "Team Name"
|
||||
msgstr "Team Name"
|
||||
|
||||
@ -3341,6 +3506,10 @@ msgstr "Team ownership transfer already completed!"
|
||||
msgid "Team ownership transferred!"
|
||||
msgstr "Team ownership transferred!"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/page.tsx:33
|
||||
msgid "Team Preferences"
|
||||
msgstr "Team Preferences"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/public-profile/public-profile-page-view.tsx:49
|
||||
msgid "Team Public Profile"
|
||||
msgstr "Team Public Profile"
|
||||
@ -3366,7 +3535,7 @@ msgid "Team transfer request expired"
|
||||
msgstr "Team transfer request expired"
|
||||
|
||||
#: apps/web/src/components/(teams)/dialogs/create-team-dialog.tsx:196
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:129
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:169
|
||||
msgid "Team URL"
|
||||
msgstr "Team URL"
|
||||
|
||||
@ -3467,7 +3636,7 @@ msgstr "The document has been successfully moved to the selected team."
|
||||
msgid "The document is now completed, please follow any instructions provided within the parent application."
|
||||
msgstr "The document is now completed, please follow any instructions provided within the parent application."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:171
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:182
|
||||
msgid "The document was created but could not be sent to recipients."
|
||||
msgstr "The document was created but could not be sent to recipients."
|
||||
|
||||
@ -3475,7 +3644,7 @@ msgstr "The document was created but could not be sent to recipients."
|
||||
msgid "The document will be hidden from your account"
|
||||
msgstr "The document will be hidden from your account"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:322
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:334
|
||||
msgid "The document will be immediately sent to recipients if this is checked."
|
||||
msgstr "The document will be immediately sent to recipients if this is checked."
|
||||
|
||||
@ -3485,6 +3654,10 @@ msgstr "The document will be immediately sent to recipients if this is checked."
|
||||
msgid "The events that will trigger a webhook to be sent to your URL."
|
||||
msgstr "The events that will trigger a webhook to be sent to your URL."
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/documents/page.tsx:27
|
||||
#~ msgid "The global settings for the documents in your team account."
|
||||
#~ msgstr "The global settings for the documents in your team account."
|
||||
|
||||
#: apps/web/src/app/(unauthenticated)/team/verify/transfer/[token]/page.tsx:114
|
||||
msgid "The ownership of team <0>{0}</0> has been successfully transferred to you."
|
||||
msgstr "The ownership of team <0>{0}</0> has been successfully transferred to you."
|
||||
@ -3664,7 +3837,7 @@ msgstr "This price includes minimum 5 seats."
|
||||
msgid "This session has expired. Please try again."
|
||||
msgstr "This session has expired. Please try again."
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:195
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:201
|
||||
msgid "This team, and any associated data excluding billing invoices will be permanently deleted."
|
||||
msgstr "This team, and any associated data excluding billing invoices will be permanently deleted."
|
||||
|
||||
@ -3681,7 +3854,7 @@ msgid "This token is invalid or has expired. Please contact your team for a new
|
||||
msgstr "This token is invalid or has expired. Please contact your team for a new invitation."
|
||||
|
||||
#: apps/web/src/components/(teams)/dialogs/create-team-dialog.tsx:98
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:87
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:127
|
||||
msgid "This URL is already in use."
|
||||
msgstr "This URL is already in use."
|
||||
|
||||
@ -3814,13 +3987,13 @@ msgstr "transfer {teamName}"
|
||||
msgid "Transfer ownership of this team to a selected team member."
|
||||
msgstr "Transfer ownership of this team to a selected team member."
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:169
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:175
|
||||
#: apps/web/src/components/(teams)/dialogs/transfer-team-dialog.tsx:147
|
||||
#: apps/web/src/components/(teams)/dialogs/transfer-team-dialog.tsx:156
|
||||
msgid "Transfer team"
|
||||
msgstr "Transfer team"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:173
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:179
|
||||
msgid "Transfer the ownership of the team to another team member."
|
||||
msgstr "Transfer the ownership of the team to another team member."
|
||||
|
||||
@ -4011,7 +4184,7 @@ msgstr "Update Recipient"
|
||||
msgid "Update role"
|
||||
msgstr "Update role"
|
||||
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:176
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:278
|
||||
msgid "Update team"
|
||||
msgstr "Update team"
|
||||
|
||||
@ -4050,6 +4223,10 @@ msgstr "Updating Your Information"
|
||||
msgid "Upload Avatar"
|
||||
msgstr "Upload Avatar"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/branding-preferences.tsx:256
|
||||
msgid "Upload your brand logo (max 5MB, JPG, PNG, or WebP)"
|
||||
msgstr "Upload your brand logo (max 5MB, JPG, PNG, or WebP)"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx:31
|
||||
#: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-information.tsx:30
|
||||
msgid "Uploaded by"
|
||||
@ -4081,7 +4258,7 @@ msgstr "Use Authenticator"
|
||||
msgid "Use Backup Code"
|
||||
msgstr "Use Backup Code"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:196
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:207
|
||||
msgid "Use Template"
|
||||
msgstr "Use Template"
|
||||
|
||||
@ -4175,7 +4352,7 @@ msgstr "View Codes"
|
||||
msgid "View Document"
|
||||
msgstr "View Document"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:150
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:156
|
||||
msgid "View documents associated with this email"
|
||||
msgstr "View documents associated with this email"
|
||||
|
||||
@ -4361,7 +4538,7 @@ msgstr "We encountered an unknown error while attempting to update your password
|
||||
msgid "We encountered an unknown error while attempting to update your public profile. Please try again later."
|
||||
msgstr "We encountered an unknown error while attempting to update your public profile. Please try again later."
|
||||
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:96
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:136
|
||||
msgid "We encountered an unknown error while attempting to update your team. Please try again later."
|
||||
msgstr "We encountered an unknown error while attempting to update your team. Please try again later."
|
||||
|
||||
@ -4409,6 +4586,14 @@ msgstr "We were unable to setup two-factor authentication for your account. Plea
|
||||
msgid "We were unable to submit this document at this time. Please try again later."
|
||||
msgstr "We were unable to submit this document at this time. Please try again later."
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/branding-preferences.tsx:109
|
||||
msgid "We were unable to update your branding preferences at this time, please try again later"
|
||||
msgstr "We were unable to update your branding preferences at this time, please try again later"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/document-preferences.tsx:98
|
||||
msgid "We were unable to update your document preferences at this time, please try again later"
|
||||
msgstr "We were unable to update your document preferences at this time, please try again later"
|
||||
|
||||
#: apps/web/src/app/(signing)/sign/[token]/document-action-auth-2fa.tsx:169
|
||||
msgid "We were unable to verify your details. Please try again or contact support"
|
||||
msgstr "We were unable to verify your details. Please try again or contact support"
|
||||
@ -4417,6 +4602,14 @@ msgstr "We were unable to verify your details. Please try again or contact suppo
|
||||
msgid "We were unable to verify your email. If your email is not verified already, please try again."
|
||||
msgstr "We were unable to verify your email. If your email is not verified already, please try again."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:370
|
||||
msgid "We will generate signing links for you, which you can send to the recipients through your method of choice."
|
||||
msgstr "We will generate signing links for you, which you can send to the recipients through your method of choice."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:366
|
||||
msgid "We won't send anything to notify recipients."
|
||||
msgstr "We won't send anything to notify recipients."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/empty-state.tsx:29
|
||||
#: apps/web/src/app/(dashboard)/templates/empty-state.tsx:11
|
||||
msgid "We're all empty"
|
||||
@ -4448,8 +4641,8 @@ msgstr "Webhook URL"
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/page.tsx:33
|
||||
#: apps/web/src/components/(dashboard)/settings/layout/desktop-nav.tsx:103
|
||||
#: apps/web/src/components/(dashboard)/settings/layout/mobile-nav.tsx:106
|
||||
#: apps/web/src/components/(teams)/settings/layout/desktop-nav.tsx:94
|
||||
#: apps/web/src/components/(teams)/settings/layout/mobile-nav.tsx:102
|
||||
#: apps/web/src/components/(teams)/settings/layout/desktop-nav.tsx:109
|
||||
#: apps/web/src/components/(teams)/settings/layout/mobile-nav.tsx:118
|
||||
msgid "Webhooks"
|
||||
msgstr "Webhooks"
|
||||
|
||||
@ -4578,7 +4771,7 @@ msgstr "You can copy and share these links to recipients so they can action the
|
||||
msgid "You can update the profile URL by updating the team URL in the general settings page."
|
||||
msgstr "You can update the profile URL by updating the team URL in the general settings page."
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:65
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/page.tsx:71
|
||||
msgid "You can view documents associated with this email and use this identity when sending documents."
|
||||
msgstr "You can view documents associated with this email and use this identity when sending documents."
|
||||
|
||||
@ -4640,7 +4833,7 @@ msgstr "You have reached the maximum limit of {0} direct templates. <0>Upgrade y
|
||||
msgid "You have reached your document limit."
|
||||
msgstr "You have reached your document limit."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:182
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:183
|
||||
msgid "You have reached your document limit. <0>Upgrade your account to continue!</0>"
|
||||
msgstr "You have reached your document limit. <0>Upgrade your account to continue!</0>"
|
||||
|
||||
@ -4728,6 +4921,14 @@ msgstr "Your avatar has been updated successfully."
|
||||
msgid "Your banner has been updated successfully."
|
||||
msgstr "Your banner has been updated successfully."
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/branding-preferences.tsx:280
|
||||
msgid "Your brand website URL"
|
||||
msgstr "Your brand website URL"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/branding-preferences.tsx:103
|
||||
msgid "Your branding preferences have been updated"
|
||||
msgstr "Your branding preferences have been updated"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/billing/page.tsx:119
|
||||
msgid "Your current plan is past due. Please update your payment information."
|
||||
msgstr "Your current plan is past due. Please update your payment information."
|
||||
@ -4740,7 +4941,7 @@ msgstr "Your direct signing templates"
|
||||
msgid "Your document failed to upload."
|
||||
msgstr "Your document failed to upload."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:155
|
||||
#: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:157
|
||||
msgid "Your document has been created from the template successfully."
|
||||
msgstr "Your document has been created from the template successfully."
|
||||
|
||||
@ -4748,7 +4949,7 @@ msgstr "Your document has been created from the template successfully."
|
||||
msgid "Your document has been re-sent successfully."
|
||||
msgstr "Your document has been re-sent successfully."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:324
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:328
|
||||
msgid "Your document has been sent successfully."
|
||||
msgstr "Your document has been sent successfully."
|
||||
|
||||
@ -4764,6 +4965,10 @@ msgstr "Your document has been uploaded successfully."
|
||||
msgid "Your document has been uploaded successfully. You will be redirected to the template page."
|
||||
msgstr "Your document has been uploaded successfully. You will be redirected to the template page."
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/preferences/document-preferences.tsx:92
|
||||
msgid "Your document preferences have been updated"
|
||||
msgstr "Your document preferences have been updated"
|
||||
|
||||
#: apps/web/src/components/(dashboard)/common/command-menu.tsx:223
|
||||
msgid "Your documents"
|
||||
msgstr "Your documents"
|
||||
@ -4781,6 +4986,10 @@ msgstr "Your email is currently being used by team <0>{0}</0> ({1})."
|
||||
msgid "Your existing tokens"
|
||||
msgstr "Your existing tokens"
|
||||
|
||||
#: apps/web/src/components/forms/team-document-settings.tsx:70
|
||||
#~ msgid "Your global team document settings has been updated successfully."
|
||||
#~ msgstr "Your global team document settings has been updated successfully."
|
||||
|
||||
#: apps/web/src/components/forms/password.tsx:72
|
||||
#: apps/web/src/components/forms/reset-password.tsx:73
|
||||
msgid "Your password has been updated successfully."
|
||||
@ -4823,7 +5032,7 @@ msgstr "Your team has been created."
|
||||
msgid "Your team has been successfully deleted."
|
||||
msgstr "Your team has been successfully deleted."
|
||||
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:69
|
||||
#: apps/web/src/components/(teams)/forms/update-team-form.tsx:107
|
||||
msgid "Your team has been successfully updated."
|
||||
msgstr "Your team has been successfully updated."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user