mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
fix: refactor dates (#1321)
## Description Refactor the current date formatting system to utilize Lingui. ## Changes Made - Remove redundant `LocaleData` component with Lingui dates ## Important notes For the internal pages for certificates, default to en-US to format any dates. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced internationalization support across various components by utilizing the `i18n` object for date formatting. - Streamlined locale management by removing cookie-based language handling and adopting a more centralized approach. - **Bug Fixes** - Improved date formatting consistency by replacing the `LocaleDate` component with direct calls to `i18n.date()` in multiple components. - **Documentation** - Updated localization strings in the `web.po` files to reflect recent changes in the source code structure. - **Chores** - Minor formatting adjustments and code organization improvements across various files to enhance readability and maintainability. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: github-actions <github-actions@documenso.com>
This commit is contained in:
@ -38,7 +38,7 @@ msgid "{0, plural, one {(1 character over)} other {(# characters over)}}"
|
||||
msgstr "{0, plural, one {(1 character over)} other {(# characters over)}}"
|
||||
|
||||
#: apps/web/src/components/forms/public-profile-form.tsx:237
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:397
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:395
|
||||
msgid "{0, plural, one {# character over the limit} other {# characters over the limit}}"
|
||||
msgstr "{0, plural, one {# character over the limit} other {# characters over the limit}}"
|
||||
|
||||
@ -67,7 +67,7 @@ msgstr "{0, plural, one {Waiting on 1 recipient} other {Waiting on # recipients}
|
||||
msgid "{0, plural, zero {Select values} other {# selected...}}"
|
||||
msgstr "{0, plural, zero {Select values} other {# selected...}}"
|
||||
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:251
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:249
|
||||
msgid "{0} direct signing templates"
|
||||
msgstr "{0} direct signing templates"
|
||||
|
||||
@ -100,7 +100,7 @@ msgid "{numberOfSeats, plural, one {# member} other {# members}}"
|
||||
msgstr "{numberOfSeats, plural, one {# member} other {# members}}"
|
||||
|
||||
#: apps/web/src/components/forms/public-profile-form.tsx:231
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:391
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:389
|
||||
msgid "{remaningLength, plural, one {# character remaining} other {# characters remaining}}"
|
||||
msgstr "{remaningLength, plural, one {# character remaining} other {# characters remaining}}"
|
||||
|
||||
@ -185,19 +185,19 @@ msgid "Account deleted"
|
||||
msgstr "Account deleted"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-dropdown.tsx:105
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-data-table.tsx:106
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-data-table.tsx:104
|
||||
#: apps/web/src/app/(dashboard)/documents/data-table-action-dropdown.tsx:121
|
||||
#: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:164
|
||||
#: apps/web/src/app/(dashboard)/settings/security/activity/user-security-activity-data-table.tsx:120
|
||||
#: apps/web/src/app/(dashboard)/settings/security/activity/user-security-activity-data-table.tsx:118
|
||||
msgid "Action"
|
||||
msgstr "Action"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/data-table.tsx:89
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:141
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:135
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:144
|
||||
#: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:120
|
||||
#: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:129
|
||||
#: apps/web/src/app/(dashboard)/documents/data-table.tsx:85
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:140
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:133
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:142
|
||||
#: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:118
|
||||
#: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:127
|
||||
msgid "Actions"
|
||||
msgstr "Actions"
|
||||
|
||||
@ -294,7 +294,7 @@ msgstr "Add the subject and message you wish to send to signers."
|
||||
msgid "Adding and removing seats will adjust your invoice accordingly."
|
||||
msgstr "Adding and removing seats will adjust your invoice accordingly."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx:61
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx:59
|
||||
msgid "Admin Actions"
|
||||
msgstr "Admin Actions"
|
||||
|
||||
@ -507,8 +507,8 @@ msgstr "An error occurred while uploading your document."
|
||||
#: apps/web/src/components/forms/v2/signup.tsx:160
|
||||
#: apps/web/src/components/forms/v2/signup.tsx:183
|
||||
#: apps/web/src/components/forms/v2/signup.tsx:197
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:143
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:180
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:141
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:178
|
||||
msgid "An unknown error occurred"
|
||||
msgstr "An unknown error occurred"
|
||||
|
||||
@ -516,9 +516,9 @@ msgstr "An unknown error occurred"
|
||||
msgid "Any payment methods attached to this team will remain attached to this team. Please contact us if you need to update this information."
|
||||
msgstr "Any payment methods attached to this team will remain attached to this team. Please contact us if you need to update this information."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/tokens/page.tsx:23
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:43
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:57
|
||||
#: apps/web/src/app/(dashboard)/settings/tokens/page.tsx:22
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:42
|
||||
#: 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
|
||||
@ -559,7 +559,7 @@ msgstr "Are you sure you wish to delete this team?"
|
||||
#: apps/web/src/components/(teams)/dialogs/delete-team-member-dialog.tsx:81
|
||||
#: apps/web/src/components/(teams)/dialogs/leave-team-dialog.tsx:81
|
||||
#: apps/web/src/components/(teams)/dialogs/remove-team-email-dialog.tsx:116
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:441
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:439
|
||||
msgid "Are you sure?"
|
||||
msgstr "Are you sure?"
|
||||
|
||||
@ -619,7 +619,7 @@ msgstr "Banner Updated"
|
||||
msgid "Basic details"
|
||||
msgstr "Basic details"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/billing/page.tsx:74
|
||||
#: apps/web/src/app/(dashboard)/settings/billing/page.tsx:72
|
||||
#: 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
|
||||
@ -628,7 +628,7 @@ msgstr "Basic details"
|
||||
msgid "Billing"
|
||||
msgstr "Billing"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/security/activity/user-security-activity-data-table.tsx:101
|
||||
#: apps/web/src/app/(dashboard)/settings/security/activity/user-security-activity-data-table.tsx:99
|
||||
msgid "Browser"
|
||||
msgstr "Browser"
|
||||
|
||||
@ -682,7 +682,7 @@ msgstr "By enabling 2FA, you will be required to enter a code from your authenti
|
||||
#: apps/web/src/components/(teams)/dialogs/update-team-member-dialog.tsx:187
|
||||
#: apps/web/src/components/forms/2fa/enable-authenticator-app-dialog.tsx:257
|
||||
#: apps/web/src/components/forms/2fa/view-recovery-codes-dialog.tsx:163
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:452
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:450
|
||||
msgid "Cancel"
|
||||
msgstr "Cancel"
|
||||
|
||||
@ -732,7 +732,7 @@ msgstr "Click here to get started"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recent-activity.tsx:78
|
||||
#: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:118
|
||||
#: apps/web/src/components/document/document-history-sheet.tsx:131
|
||||
#: apps/web/src/components/document/document-history-sheet.tsx:133
|
||||
msgid "Click here to retry"
|
||||
msgstr "Click here to retry"
|
||||
|
||||
@ -759,8 +759,8 @@ msgstr "Click to insert field"
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-transfer-status.tsx:121
|
||||
#: apps/web/src/components/forms/2fa/enable-authenticator-app-dialog.tsx:180
|
||||
#: apps/web/src/components/forms/2fa/view-recovery-codes-dialog.tsx:102
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:321
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:425
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:319
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:423
|
||||
msgid "Close"
|
||||
msgstr "Close"
|
||||
|
||||
@ -804,12 +804,12 @@ msgstr "Configure general settings for the document."
|
||||
msgid "Configure general settings for the template."
|
||||
msgstr "Configure general settings for the template."
|
||||
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:339
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:337
|
||||
msgid "Configure template"
|
||||
msgstr "Configure template"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:479
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:462
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:460
|
||||
msgid "Confirm"
|
||||
msgstr "Confirm"
|
||||
|
||||
@ -848,7 +848,7 @@ msgstr "Content"
|
||||
#: apps/web/src/app/(unauthenticated)/team/verify/email/[token]/page.tsx:143
|
||||
#: apps/web/src/app/(unauthenticated)/team/verify/transfer/[token]/page.tsx:72
|
||||
#: apps/web/src/app/(unauthenticated)/team/verify/transfer/[token]/page.tsx:122
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:330
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:328
|
||||
msgid "Continue"
|
||||
msgstr "Continue"
|
||||
|
||||
@ -954,12 +954,12 @@ msgstr "Create your account and start using state-of-the-art document signing."
|
||||
msgid "Create your account and start using state-of-the-art document signing. Open and beautiful signing is within your grasp."
|
||||
msgstr "Create your account and start using state-of-the-art document signing. Open and beautiful signing is within your grasp."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/document-results.tsx:63
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx:48
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/document-results.tsx:62
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx:35
|
||||
#: apps/web/src/app/(dashboard)/documents/data-table.tsx:54
|
||||
#: apps/web/src/app/(dashboard)/settings/security/passkeys/user-passkeys-data-table.tsx:65
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:57
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:276
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:56
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:274
|
||||
msgid "Created"
|
||||
msgstr "Created"
|
||||
|
||||
@ -967,21 +967,29 @@ msgstr "Created"
|
||||
msgid "Created At"
|
||||
msgstr "Created At"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx:82
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx:79
|
||||
msgid "Created by"
|
||||
msgstr "Created by"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx:49
|
||||
#: apps/web/src/app/(dashboard)/settings/tokens/page.tsx:68
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:101
|
||||
#: apps/web/src/components/(teams)/tables/pending-user-teams-data-table.tsx:80
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx:48
|
||||
#: apps/web/src/components/(teams)/tables/pending-user-teams-data-table.tsx:78
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/tokens/page.tsx:67
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/page.tsx:88
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/page.tsx:93
|
||||
msgid "Created on {0}"
|
||||
msgstr "Created on {0}"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/page.tsx:89
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/page.tsx:94
|
||||
msgid "Created on <0/>"
|
||||
msgstr "Created on <0/>"
|
||||
#~ msgid "Created on <0/>"
|
||||
#~ msgstr "Created on <0/>"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:100
|
||||
msgid "Created on{0}"
|
||||
msgstr "Created on{0}"
|
||||
|
||||
#: apps/web/src/components/forms/password.tsx:107
|
||||
msgid "Current Password"
|
||||
@ -999,12 +1007,12 @@ msgstr "Daily"
|
||||
msgid "Dark Mode"
|
||||
msgstr "Dark Mode"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/security/activity/user-security-activity-data-table.tsx:72
|
||||
#: apps/web/src/app/(dashboard)/settings/security/activity/user-security-activity-data-table.tsx:70
|
||||
#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:148
|
||||
msgid "Date"
|
||||
msgstr "Date"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx:88
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx:85
|
||||
msgid "Date created"
|
||||
msgstr "Date created"
|
||||
|
||||
@ -1021,12 +1029,12 @@ msgstr "Declined team invitation"
|
||||
#: apps/web/src/app/(dashboard)/documents/delete-document-dialog.tsx:200
|
||||
#: apps/web/src/app/(dashboard)/settings/security/passkeys/user-passkeys-data-table-actions.tsx:177
|
||||
#: apps/web/src/app/(dashboard)/settings/security/passkeys/user-passkeys-data-table-actions.tsx:211
|
||||
#: apps/web/src/app/(dashboard)/settings/tokens/page.tsx:86
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/page.tsx:104
|
||||
#: apps/web/src/app/(dashboard)/settings/tokens/page.tsx:83
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/page.tsx:100
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-action-dropdown.tsx:91
|
||||
#: apps/web/src/app/(dashboard)/templates/delete-template-dialog.tsx:90
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:119
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/page.tsx:109
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:122
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/page.tsx:105
|
||||
#: apps/web/src/components/(dashboard)/settings/token/delete-token-dialog.tsx:121
|
||||
#: apps/web/src/components/(dashboard)/settings/webhooks/delete-webhook-dialog.tsx:109
|
||||
#: apps/web/src/components/(teams)/dialogs/delete-team-dialog.tsx:167
|
||||
@ -1085,7 +1093,7 @@ msgstr "Delete Webhook"
|
||||
msgid "Delete your account and all its contents, including completed documents. This action is irreversible and will cancel your subscription, so proceed with caution."
|
||||
msgstr "Delete your account and all its contents, including completed documents. This action is irreversible and will cancel your subscription, so proceed with caution."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx:42
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx:41
|
||||
msgid "Deleted"
|
||||
msgstr "Deleted"
|
||||
|
||||
@ -1097,11 +1105,11 @@ msgstr "Deleting account..."
|
||||
#~ msgid "Deleting document"
|
||||
#~ msgstr "Deleting document"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/security/activity/user-security-activity-data-table.tsx:77
|
||||
#: apps/web/src/app/(dashboard)/settings/security/activity/user-security-activity-data-table.tsx:75
|
||||
msgid "Device"
|
||||
msgstr "Device"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:92
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:91
|
||||
#: apps/web/src/app/(dashboard)/templates/template-direct-link-badge.tsx:46
|
||||
msgid "direct link"
|
||||
msgstr "direct link"
|
||||
@ -1126,7 +1134,7 @@ msgstr "Direct link signing has been disabled"
|
||||
msgid "Direct link signing has been enabled"
|
||||
msgstr "Direct link signing has been enabled"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:96
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:95
|
||||
msgid "Direct link templates contain one dynamic recipient placeholder. Anyone with access to this link can sign the document, and it will then appear on your documents page."
|
||||
msgstr "Direct link templates contain one dynamic recipient placeholder. Anyone with access to this link can sign the document, and it will then appear on your documents page."
|
||||
|
||||
@ -1138,7 +1146,7 @@ msgstr "Direct template link deleted"
|
||||
msgid "Direct template link usage exceeded ({0}/{1})"
|
||||
msgstr "Direct template link usage exceeded ({0}/{1})"
|
||||
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:419
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:417
|
||||
msgid "Disable"
|
||||
msgstr "Disable"
|
||||
|
||||
@ -1152,8 +1160,8 @@ msgstr "Disable 2FA"
|
||||
msgid "Disable Two Factor Authentication before deleting your account."
|
||||
msgstr "Disable Two Factor Authentication before deleting your account."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/page.tsx:75
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/page.tsx:80
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/page.tsx:74
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/page.tsx:79
|
||||
msgid "Disabled"
|
||||
msgstr "Disabled"
|
||||
|
||||
@ -1177,7 +1185,7 @@ msgstr "Do you want to duplicate this template?"
|
||||
msgid "Documenso will delete <0>all of your documents</0>, along with all of your completed documents, signatures, and all other resources belonging to your Account."
|
||||
msgstr "Documenso will delete <0>all of your documents</0>, along with all of your completed documents, signatures, and all other resources belonging to your Account."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx:122
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx:119
|
||||
msgid "Document"
|
||||
msgstr "Document"
|
||||
|
||||
@ -1220,11 +1228,11 @@ msgid "Document Duplicated"
|
||||
msgstr "Document Duplicated"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view.tsx:158
|
||||
#: apps/web/src/components/document/document-history-sheet.tsx:102
|
||||
#: apps/web/src/components/document/document-history-sheet.tsx:104
|
||||
msgid "Document history"
|
||||
msgstr "Document history"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx:74
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx:71
|
||||
msgid "Document ID"
|
||||
msgstr "Document ID"
|
||||
|
||||
@ -1232,7 +1240,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:178
|
||||
msgid "Document Limit Exceeded!"
|
||||
msgstr "Document Limit Exceeded!"
|
||||
|
||||
@ -1272,11 +1280,11 @@ msgstr "Document Signed"
|
||||
msgid "Document signing process will be cancelled"
|
||||
msgstr "Document signing process will be cancelled"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx:78
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx:75
|
||||
msgid "Document status"
|
||||
msgstr "Document status"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx:70
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx:67
|
||||
msgid "Document title"
|
||||
msgstr "Document title"
|
||||
|
||||
@ -1373,10 +1381,10 @@ msgstr "Duplicate"
|
||||
#: apps/web/src/app/(dashboard)/documents/data-table-action-button.tsx:102
|
||||
#: apps/web/src/app/(dashboard)/documents/data-table-action-dropdown.tsx:154
|
||||
#: apps/web/src/app/(dashboard)/settings/security/passkeys/user-passkeys-data-table-actions.tsx:111
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/page.tsx:99
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/page.tsx:95
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-action-dropdown.tsx:62
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-email-dropdown.tsx:77
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/page.tsx:104
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/page.tsx:100
|
||||
msgid "Edit"
|
||||
msgstr "Edit"
|
||||
|
||||
@ -1448,9 +1456,9 @@ msgstr "Enable Direct Link Signing"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/admin/site-settings/banner-form.tsx:123
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/[id]/page.tsx:138
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/page.tsx:75
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/page.tsx:74
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/[id]/page.tsx:142
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/page.tsx:80
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/page.tsx:79
|
||||
#: apps/web/src/components/(dashboard)/settings/webhooks/create-webhook-dialog.tsx:166
|
||||
msgid "Enabled"
|
||||
msgstr "Enabled"
|
||||
@ -1532,14 +1540,22 @@ msgstr "Expired"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/tokens/page.tsx:73
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:106
|
||||
msgid "Expires on"
|
||||
msgstr "Expires on"
|
||||
#~ msgid "Expires on"
|
||||
#~ msgstr "Expires on"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/tokens/page.tsx:71
|
||||
msgid "Expires on {0}"
|
||||
msgstr "Expires on {0}"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/tokens/page.tsx:75
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:108
|
||||
#~ msgid "Expires on <0/>"
|
||||
#~ msgstr "Expires on <0/>"
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:107
|
||||
msgid "Expires on{0}"
|
||||
msgstr "Expires on{0}"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/[id]/admin-actions.tsx:42
|
||||
msgid "Failed to reseal document"
|
||||
msgstr "Failed to reseal document"
|
||||
@ -1633,7 +1649,7 @@ msgstr "Hey I’m Timur"
|
||||
msgid "Hide"
|
||||
msgstr "Hide"
|
||||
|
||||
#: apps/web/src/components/document/document-history-sheet.tsx:109
|
||||
#: apps/web/src/components/document/document-history-sheet.tsx:111
|
||||
msgid "Hide additional information"
|
||||
msgstr "Hide additional information"
|
||||
|
||||
@ -1670,7 +1686,7 @@ msgstr "Inbox"
|
||||
msgid "Inbox documents"
|
||||
msgstr "Inbox documents"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx:62
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx:53
|
||||
msgid "Information"
|
||||
msgstr "Information"
|
||||
|
||||
@ -1708,11 +1724,11 @@ msgstr "Invitation accepted!"
|
||||
msgid "Invitation declined"
|
||||
msgstr "Invitation declined"
|
||||
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:82
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:80
|
||||
msgid "Invitation has been deleted"
|
||||
msgstr "Invitation has been deleted"
|
||||
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:65
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:63
|
||||
msgid "Invitation has been resent"
|
||||
msgstr "Invitation has been resent"
|
||||
|
||||
@ -1732,7 +1748,7 @@ msgstr "Invite Members"
|
||||
msgid "Invite team members"
|
||||
msgstr "Invite team members"
|
||||
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:130
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:128
|
||||
msgid "Invited At"
|
||||
msgstr "Invited At"
|
||||
|
||||
@ -1768,15 +1784,15 @@ msgstr "Last 30 days"
|
||||
msgid "Last 7 days"
|
||||
msgstr "Last 7 days"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx:52
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx:41
|
||||
msgid "Last modified"
|
||||
msgstr "Last modified"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx:94
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx:91
|
||||
msgid "Last updated"
|
||||
msgstr "Last updated"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx:53
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx:52
|
||||
msgid "Last updated at"
|
||||
msgstr "Last updated at"
|
||||
|
||||
@ -1785,7 +1801,7 @@ msgid "Last used"
|
||||
msgstr "Last used"
|
||||
|
||||
#: apps/web/src/components/(teams)/dialogs/leave-team-dialog.tsx:111
|
||||
#: apps/web/src/components/(teams)/tables/current-user-teams-data-table.tsx:119
|
||||
#: apps/web/src/components/(teams)/tables/current-user-teams-data-table.tsx:117
|
||||
msgid "Leave"
|
||||
msgstr "Leave"
|
||||
|
||||
@ -1805,8 +1821,8 @@ msgstr "Like to have your own public profile with agreements?"
|
||||
msgid "Link template"
|
||||
msgstr "Link template"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/page.tsx:80
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/page.tsx:85
|
||||
#: 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}"
|
||||
msgstr "Listening to {0}"
|
||||
|
||||
@ -1839,7 +1855,7 @@ msgstr "Loading..."
|
||||
msgid "Login"
|
||||
msgstr "Login"
|
||||
|
||||
#: apps/web/src/components/(teams)/tables/current-user-teams-data-table.tsx:103
|
||||
#: apps/web/src/components/(teams)/tables/current-user-teams-data-table.tsx:101
|
||||
msgid "Manage"
|
||||
msgstr "Manage"
|
||||
|
||||
@ -1851,7 +1867,7 @@ msgstr "Manage {0}'s profile"
|
||||
msgid "Manage all teams you are currently associated with."
|
||||
msgstr "Manage all teams you are currently associated with."
|
||||
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:343
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:341
|
||||
msgid "Manage details for this public template"
|
||||
msgstr "Manage details for this public template"
|
||||
|
||||
@ -1919,8 +1935,8 @@ msgstr "MAU (created document)"
|
||||
msgid "MAU (had document completed)"
|
||||
msgstr "MAU (had document completed)"
|
||||
|
||||
#: apps/web/src/components/(teams)/tables/current-user-teams-data-table.tsx:92
|
||||
#: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:115
|
||||
#: apps/web/src/components/(teams)/tables/current-user-teams-data-table.tsx:90
|
||||
#: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:113
|
||||
msgid "Member Since"
|
||||
msgstr "Member Since"
|
||||
|
||||
@ -2045,7 +2061,7 @@ msgstr "No results found."
|
||||
msgid "No token provided"
|
||||
msgstr "No token provided"
|
||||
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:286
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:284
|
||||
msgid "No valid direct templates found"
|
||||
msgstr "No valid direct templates found"
|
||||
|
||||
@ -2075,16 +2091,16 @@ msgstr "Nothing to do"
|
||||
msgid "On this page, you can create a new webhook."
|
||||
msgstr "On this page, you can create a new webhook."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/tokens/page.tsx:27
|
||||
#: apps/web/src/app/(dashboard)/settings/tokens/page.tsx:26
|
||||
msgid "On this page, you can create new API tokens and manage the existing ones. <0/>Also see our <1>Documentation</1>."
|
||||
msgstr "On this page, you can create new API tokens and manage the existing ones. <0/>Also see our <1>Documentation</1>."
|
||||
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:61
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:60
|
||||
msgid "On this page, you can create new API tokens and manage the existing ones. <0/>You can view our swagger docs <1>here</1>"
|
||||
msgstr "On this page, you can create new API tokens and manage the existing ones. <0/>You can view our swagger docs <1>here</1>"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/page.tsx:30
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/page.tsx:35
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/page.tsx:29
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/page.tsx:34
|
||||
msgid "On this page, you can create new Webhooks and manage the existing ones."
|
||||
msgstr "On this page, you can create new Webhooks and manage the existing ones."
|
||||
|
||||
@ -2128,7 +2144,7 @@ msgstr "Or continue with"
|
||||
msgid "Otherwise, the document will be created as a draft."
|
||||
msgstr "Otherwise, the document will be created as a draft."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/document-results.tsx:87
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/document-results.tsx:86
|
||||
#: apps/web/src/components/(dashboard)/layout/menu-switcher.tsx:76
|
||||
msgid "Owner"
|
||||
msgstr "Owner"
|
||||
@ -2320,12 +2336,12 @@ msgstr "Preferences"
|
||||
msgid "Preview and configure template."
|
||||
msgstr "Preview and configure template."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:106
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:105
|
||||
#: apps/web/src/components/formatter/template-type.tsx:22
|
||||
msgid "Private"
|
||||
msgstr "Private"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:116
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:115
|
||||
msgid "Private templates can only be modified and viewed by you."
|
||||
msgstr "Private templates can only be modified and viewed by you."
|
||||
|
||||
@ -2349,7 +2365,7 @@ msgstr "Profile is currently <0>visible</0>."
|
||||
msgid "Profile updated"
|
||||
msgstr "Profile updated"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:79
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:78
|
||||
#: apps/web/src/components/formatter/template-type.tsx:27
|
||||
msgid "Public"
|
||||
msgstr "Public"
|
||||
@ -2370,7 +2386,7 @@ msgstr "Public profile URL"
|
||||
msgid "Public profile username"
|
||||
msgstr "Public profile username"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:83
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:82
|
||||
msgid "Public templates are connected to your public profile. Any modifications to public templates will also appear in your public profile."
|
||||
msgstr "Public templates are connected to your public profile. Any modifications to public templates will also appear in your public profile."
|
||||
|
||||
@ -2391,7 +2407,7 @@ msgstr "Reauthentication is required to sign this field"
|
||||
msgid "Recent activity"
|
||||
msgstr "Recent activity"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/data-table.tsx:73
|
||||
#: apps/web/src/app/(dashboard)/documents/data-table.tsx:69
|
||||
#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:280
|
||||
msgid "Recipient"
|
||||
msgstr "Recipient"
|
||||
@ -2400,7 +2416,7 @@ msgstr "Recipient"
|
||||
msgid "Recipient updated"
|
||||
msgstr "Recipient updated"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx:68
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx:66
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:34
|
||||
msgid "Recipients"
|
||||
msgstr "Recipients"
|
||||
@ -2438,8 +2454,8 @@ msgstr "Remembered your password? <0>Sign In</0>"
|
||||
#: 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
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:168
|
||||
#: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:169
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:166
|
||||
#: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:167
|
||||
#: apps/web/src/components/forms/avatar-image.tsx:169
|
||||
msgid "Remove"
|
||||
msgstr "Remove"
|
||||
@ -2448,7 +2464,7 @@ msgstr "Remove"
|
||||
msgid "Remove team email"
|
||||
msgstr "Remove team email"
|
||||
|
||||
#: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:166
|
||||
#: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:164
|
||||
msgid "Remove team member"
|
||||
msgstr "Remove team member"
|
||||
|
||||
@ -2466,7 +2482,7 @@ msgid "Reseal document"
|
||||
msgstr "Reseal document"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/_action-items/resend-document.tsx:118
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:156
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:154
|
||||
msgid "Resend"
|
||||
msgstr "Resend"
|
||||
|
||||
@ -2540,9 +2556,9 @@ msgstr "Revoke access"
|
||||
#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:283
|
||||
#: apps/web/src/components/(teams)/dialogs/invite-team-member-dialog.tsx:318
|
||||
#: apps/web/src/components/(teams)/dialogs/update-team-member-dialog.tsx:163
|
||||
#: apps/web/src/components/(teams)/tables/current-user-teams-data-table.tsx:84
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:125
|
||||
#: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:107
|
||||
#: apps/web/src/components/(teams)/tables/current-user-teams-data-table.tsx:82
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:123
|
||||
#: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:105
|
||||
msgid "Role"
|
||||
msgstr "Role"
|
||||
|
||||
@ -2564,7 +2580,7 @@ msgstr "Save"
|
||||
msgid "Search"
|
||||
msgstr "Search"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/document-results.tsx:141
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/document-results.tsx:140
|
||||
msgid "Search by document title"
|
||||
msgstr "Search by document title"
|
||||
|
||||
@ -2604,11 +2620,11 @@ msgstr "Select a team to move this document to. This action cannot be undone."
|
||||
msgid "Select a team to move this template to. This action cannot be undone."
|
||||
msgstr "Select a team to move this template to. This action cannot be undone."
|
||||
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:263
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:261
|
||||
msgid "Select a template you'd like to display on your public profile"
|
||||
msgstr "Select a template you'd like to display on your public profile"
|
||||
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:259
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:257
|
||||
msgid "Select a template you'd like to display on your team's public profile"
|
||||
msgstr "Select a template you'd like to display on your team's public profile"
|
||||
|
||||
@ -2628,7 +2644,7 @@ msgstr "Send document"
|
||||
msgid "Send reminder"
|
||||
msgstr "Send reminder"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/data-table.tsx:69
|
||||
#: apps/web/src/app/(dashboard)/documents/data-table.tsx:65
|
||||
msgid "Sender"
|
||||
msgstr "Sender"
|
||||
|
||||
@ -2673,7 +2689,7 @@ msgstr "Share Signing Card"
|
||||
msgid "Show"
|
||||
msgstr "Show"
|
||||
|
||||
#: apps/web/src/components/document/document-history-sheet.tsx:111
|
||||
#: apps/web/src/components/document/document-history-sheet.tsx:113
|
||||
msgid "Show additional information"
|
||||
msgstr "Show additional information"
|
||||
|
||||
@ -2842,8 +2858,8 @@ msgstr "Site Settings"
|
||||
#: apps/web/src/components/(teams)/dialogs/remove-team-email-dialog.tsx:64
|
||||
#: apps/web/src/components/(teams)/dialogs/remove-team-email-dialog.tsx:83
|
||||
#: apps/web/src/components/(teams)/tables/pending-user-teams-data-table-actions.tsx:33
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:70
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:87
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:68
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:85
|
||||
#: apps/web/src/components/(teams)/team-billing-portal-button.tsx:29
|
||||
msgid "Something went wrong"
|
||||
msgstr "Something went wrong"
|
||||
@ -2885,9 +2901,9 @@ msgstr "Sorry, we were unable to download the certificate. Please try again late
|
||||
msgid "Stats"
|
||||
msgstr "Stats"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/document-results.tsx:82
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/document-results.tsx:81
|
||||
#: apps/web/src/app/(dashboard)/admin/subscriptions/page.tsx:32
|
||||
#: apps/web/src/app/(dashboard)/documents/data-table.tsx:83
|
||||
#: apps/web/src/app/(dashboard)/documents/data-table.tsx:79
|
||||
#: apps/web/src/components/(teams)/tables/team-billing-invoices-data-table.tsx:73
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
@ -2928,11 +2944,11 @@ msgstr "Subscriptions"
|
||||
#: 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)/tables/pending-user-teams-data-table-actions.tsx:27
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:64
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:81
|
||||
#: 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
|
||||
#: apps/web/src/components/forms/public-profile-form.tsx:80
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:135
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:172
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:133
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:170
|
||||
msgid "Success"
|
||||
msgstr "Success"
|
||||
|
||||
@ -2944,8 +2960,8 @@ msgstr "Successfully created passkey"
|
||||
msgid "System Theme"
|
||||
msgstr "System Theme"
|
||||
|
||||
#: apps/web/src/components/(teams)/tables/current-user-teams-data-table.tsx:67
|
||||
#: apps/web/src/components/(teams)/tables/pending-user-teams-data-table.tsx:66
|
||||
#: apps/web/src/components/(teams)/tables/current-user-teams-data-table.tsx:65
|
||||
#: apps/web/src/components/(teams)/tables/pending-user-teams-data-table.tsx:64
|
||||
msgid "Team"
|
||||
msgstr "Team"
|
||||
|
||||
@ -2991,8 +3007,8 @@ msgstr "Team invitation"
|
||||
msgid "Team invitations have been sent."
|
||||
msgstr "Team invitations have been sent."
|
||||
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:111
|
||||
#: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:88
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:109
|
||||
#: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:86
|
||||
msgid "Team Member"
|
||||
msgstr "Team Member"
|
||||
|
||||
@ -3001,11 +3017,11 @@ msgstr "Team Member"
|
||||
msgid "Team Name"
|
||||
msgstr "Team Name"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:106
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:105
|
||||
msgid "Team Only"
|
||||
msgstr "Team Only"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:111
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:110
|
||||
msgid "Team only templates are not linked anywhere and are visible only to your team."
|
||||
msgstr "Team only templates are not linked anywhere and are visible only to your team."
|
||||
|
||||
@ -3063,7 +3079,7 @@ msgid "Teams restricted"
|
||||
msgstr "Teams restricted"
|
||||
|
||||
#: apps/web/src/components/(teams)/dialogs/invite-team-member-dialog.tsx:408
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:273
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:271
|
||||
msgid "Template"
|
||||
msgstr "Template"
|
||||
|
||||
@ -3079,11 +3095,11 @@ msgstr "Template document uploaded"
|
||||
msgid "Template duplicated"
|
||||
msgstr "Template duplicated"
|
||||
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:136
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:134
|
||||
msgid "Template has been removed from your public profile."
|
||||
msgstr "Template has been removed from your public profile."
|
||||
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:173
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:171
|
||||
msgid "Template has been updated."
|
||||
msgstr "Template has been updated."
|
||||
|
||||
@ -3167,11 +3183,11 @@ msgstr "The profile link has been copied to your clipboard"
|
||||
msgid "The profile you are looking for could not be found."
|
||||
msgstr "The profile you are looking for could not be found."
|
||||
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:382
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:380
|
||||
msgid "The public description that will be displayed with this template"
|
||||
msgstr "The public description that will be displayed with this template"
|
||||
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:360
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:358
|
||||
msgid "The public name for your template"
|
||||
msgstr "The public name for your template"
|
||||
|
||||
@ -3207,7 +3223,7 @@ msgstr "The team you are looking for may have been removed, renamed or may have
|
||||
msgid "The template has been successfully moved to the selected team."
|
||||
msgstr "The template has been successfully moved to the selected team."
|
||||
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:445
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:443
|
||||
msgid "The template will be removed from your profile"
|
||||
msgstr "The template will be removed from your profile"
|
||||
|
||||
@ -3349,17 +3365,17 @@ msgstr "This username has already been taken"
|
||||
msgid "This username is already taken"
|
||||
msgstr "This username is already taken"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-data-table.tsx:79
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-data-table.tsx:77
|
||||
msgid "Time"
|
||||
msgstr "Time"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx:100
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx:97
|
||||
msgid "Time zone"
|
||||
msgstr "Time zone"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/document-results.tsx:68
|
||||
#: apps/web/src/app/(dashboard)/documents/data-table.tsx:64
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:62
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/document-results.tsx:67
|
||||
#: apps/web/src/app/(dashboard)/documents/data-table.tsx:60
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:61
|
||||
msgid "Title"
|
||||
msgstr "Title"
|
||||
|
||||
@ -3423,8 +3439,8 @@ msgstr "Token created"
|
||||
msgid "Token deleted"
|
||||
msgstr "Token deleted"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/tokens/page.tsx:78
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:111
|
||||
#: apps/web/src/app/(dashboard)/settings/tokens/page.tsx:75
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:114
|
||||
msgid "Token doesn't have an expiration date"
|
||||
msgstr "Token doesn't have an expiration date"
|
||||
|
||||
@ -3497,7 +3513,7 @@ msgid "Two-factor authentication has been disabled for your account. You will no
|
||||
msgstr "Two-factor authentication has been disabled for your account. You will no longer be required to enter a code from your authenticator app when signing in."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:73
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:68
|
||||
#: apps/web/src/app/(dashboard)/templates/data-table-templates.tsx:67
|
||||
msgid "Type"
|
||||
msgstr "Type"
|
||||
|
||||
@ -3529,7 +3545,7 @@ msgstr "Unable to create direct template access. Please try again later."
|
||||
msgid "Unable to decline this team invitation at this time."
|
||||
msgstr "Unable to decline this team invitation at this time."
|
||||
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:88
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:86
|
||||
msgid "Unable to delete invitation. Please try again."
|
||||
msgstr "Unable to delete invitation. Please try again."
|
||||
|
||||
@ -3546,7 +3562,7 @@ msgid "Unable to join this team at this time."
|
||||
msgstr "Unable to join this team at this time."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recent-activity.tsx:72
|
||||
#: apps/web/src/components/document/document-history-sheet.tsx:125
|
||||
#: apps/web/src/components/document/document-history-sheet.tsx:127
|
||||
msgid "Unable to load document history"
|
||||
msgstr "Unable to load document history"
|
||||
|
||||
@ -3562,7 +3578,7 @@ msgstr "Unable to remove email verification at this time. Please try again."
|
||||
msgid "Unable to remove team email at this time. Please try again."
|
||||
msgstr "Unable to remove team email at this time. Please try again."
|
||||
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:71
|
||||
#: apps/web/src/components/(teams)/tables/team-member-invites-data-table.tsx:69
|
||||
msgid "Unable to resend invitation. Please try again."
|
||||
msgstr "Unable to resend invitation. Please try again."
|
||||
|
||||
@ -3606,7 +3622,7 @@ msgstr "Unpaid"
|
||||
#: apps/web/src/components/(teams)/dialogs/update-team-email-dialog.tsx:166
|
||||
#: apps/web/src/components/(teams)/dialogs/update-team-member-dialog.tsx:191
|
||||
#: apps/web/src/components/forms/public-profile-form.tsx:279
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:430
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:428
|
||||
msgid "Update"
|
||||
msgstr "Update"
|
||||
|
||||
@ -3630,7 +3646,7 @@ msgstr "Update profile"
|
||||
msgid "Update Recipient"
|
||||
msgstr "Update Recipient"
|
||||
|
||||
#: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:148
|
||||
#: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:146
|
||||
msgid "Update role"
|
||||
msgstr "Update role"
|
||||
|
||||
@ -3669,7 +3685,7 @@ msgstr "Updating profile..."
|
||||
msgid "Upload Avatar"
|
||||
msgstr "Upload Avatar"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx:44
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx:31
|
||||
msgid "Uploaded by"
|
||||
msgstr "Uploaded by"
|
||||
|
||||
@ -3699,7 +3715,7 @@ msgstr "Use Backup Code"
|
||||
msgid "Use Template"
|
||||
msgstr "Use Template"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-data-table.tsx:84
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-data-table.tsx:82
|
||||
msgid "User"
|
||||
msgstr "User"
|
||||
|
||||
@ -3881,7 +3897,7 @@ msgstr "We encountered an unknown error while attempting to invite team members.
|
||||
msgid "We encountered an unknown error while attempting to leave this team. Please try again later."
|
||||
msgstr "We encountered an unknown error while attempting to leave this team. Please try again later."
|
||||
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:145
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:143
|
||||
msgid "We encountered an unknown error while attempting to remove this template from your profile. Please try again later."
|
||||
msgstr "We encountered an unknown error while attempting to remove this template from your profile. Please try again later."
|
||||
|
||||
@ -3937,7 +3953,7 @@ msgstr "We encountered an unknown error while attempting to update the avatar. P
|
||||
msgid "We encountered an unknown error while attempting to update the banner. Please try again later."
|
||||
msgstr "We encountered an unknown error while attempting to update the banner. Please try again later."
|
||||
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:182
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:180
|
||||
msgid "We encountered an unknown error while attempting to update the template. Please try again later."
|
||||
msgstr "We encountered an unknown error while attempting to update the template. Please try again later."
|
||||
|
||||
@ -4036,8 +4052,8 @@ msgstr "Webhook updated"
|
||||
msgid "Webhook URL"
|
||||
msgstr "Webhook URL"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/page.tsx:29
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/page.tsx:34
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/page.tsx:28
|
||||
#: 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
|
||||
@ -4077,7 +4093,7 @@ msgstr "Write about yourself"
|
||||
msgid "Yearly"
|
||||
msgstr "Yearly"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx:45
|
||||
#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx:32
|
||||
msgid "You"
|
||||
msgstr "You"
|
||||
|
||||
@ -4117,7 +4133,7 @@ msgstr "You are about to remove the following user from <0>{teamName}</0>."
|
||||
msgid "You are about to revoke access for team <0>{0}</0> ({1}) to use your email."
|
||||
msgstr "You are about to revoke access for team <0>{0}</0> ({1}) to use your email."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/billing/page.tsx:80
|
||||
#: apps/web/src/app/(dashboard)/settings/billing/page.tsx:78
|
||||
msgid "You are currently on the <0>Free Plan</0>."
|
||||
msgstr "You are currently on the <0>Free Plan</0>."
|
||||
|
||||
@ -4198,8 +4214,8 @@ msgstr "You have been invited by <0>{0}</0> to join their team."
|
||||
msgid "You have declined the invitation from <0>{0}</0> to join their team."
|
||||
msgstr "You have declined the invitation from <0>{0}</0> to join their team."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/page.tsx:45
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/page.tsx:50
|
||||
#: apps/web/src/app/(dashboard)/settings/webhooks/page.tsx:44
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/webhooks/page.tsx:49
|
||||
msgid "You have no webhooks yet. Your webhooks will be shown here once you create them."
|
||||
msgstr "You have no webhooks yet. Your webhooks will be shown here once you create them."
|
||||
|
||||
@ -4219,7 +4235,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:181
|
||||
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>"
|
||||
|
||||
@ -4307,11 +4323,11 @@ 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/(dashboard)/settings/billing/page.tsx:121
|
||||
#: 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."
|
||||
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:253
|
||||
#: apps/web/src/components/templates/manage-public-template-dialog.tsx:251
|
||||
msgid "Your direct signing templates"
|
||||
msgstr "Your direct signing templates"
|
||||
|
||||
@ -4355,8 +4371,8 @@ msgstr "Your email has been successfully confirmed! You can now use all features
|
||||
msgid "Your email is currently being used by team <0>{0}</0> ({1})."
|
||||
msgstr "Your email is currently being used by team <0>{0}</0> ({1})."
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/tokens/page.tsx:48
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:81
|
||||
#: apps/web/src/app/(dashboard)/settings/tokens/page.tsx:47
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:80
|
||||
msgid "Your existing tokens"
|
||||
msgstr "Your existing tokens"
|
||||
|
||||
@ -4430,7 +4446,7 @@ msgstr "Your token has expired!"
|
||||
msgid "Your token was created successfully! Make sure to copy it because you won't be able to see it again!"
|
||||
msgstr "Your token was created successfully! Make sure to copy it because you won't be able to see it again!"
|
||||
|
||||
#: apps/web/src/app/(dashboard)/settings/tokens/page.tsx:54
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:87
|
||||
#: apps/web/src/app/(dashboard)/settings/tokens/page.tsx:53
|
||||
#: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:86
|
||||
msgid "Your tokens will be shown here once you create them."
|
||||
msgstr "Your tokens will be shown here once you create them."
|
||||
|
||||
Reference in New Issue
Block a user