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:
@ -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