From 442ba9d0528a749f8531478914066e9cfa030bb0 Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Wed, 19 Feb 2025 08:41:26 +0000 Subject: [PATCH] chore: wip --- .../leaderboard/data-table-leaderboard.tsx | 1 + .../server-only/admin/get-signing-volume.ts | 4 +- packages/lib/translations/de/web.po | 660 +++++++++++------- packages/lib/translations/en/web.po | 659 ++++++++++------- packages/lib/translations/es/web.po | 660 +++++++++++------- packages/lib/translations/fr/web.po | 660 +++++++++++------- packages/lib/translations/it/web.po | 660 +++++++++++------- packages/lib/translations/pl/web.po | 660 +++++++++++------- 8 files changed, 2416 insertions(+), 1548 deletions(-) diff --git a/apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx b/apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx index 84855b15f..3fff9e870 100644 --- a/apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx +++ b/apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx @@ -19,6 +19,7 @@ export type SigningVolume = { signingVolume: number; createdAt: Date; planId: string; + customerId: string; }; type LeaderboardTableProps = { diff --git a/packages/lib/server-only/admin/get-signing-volume.ts b/packages/lib/server-only/admin/get-signing-volume.ts index 20c734d28..a71fb07f5 100644 --- a/packages/lib/server-only/admin/get-signing-volume.ts +++ b/packages/lib/server-only/admin/get-signing-volume.ts @@ -2,7 +2,7 @@ import { kyselyPrisma, sql } from '@documenso/prisma'; import { DocumentStatus, SubscriptionStatus } from '@documenso/prisma/client'; export type SigningVolume = { - id: string; + id: number; name: string; signingVolume: number; createdAt: Date; @@ -52,6 +52,7 @@ export async function getSigningVolume({ ]), ) .select([ + 's.id as id', 's.planId as planId', 's.createdAt as createdAt', sql`COALESCE(u."customerId", t."customerId")`.as('customerId'), @@ -59,6 +60,7 @@ export async function getSigningVolume({ sql`COUNT(DISTINCT d.id)`.as('signingVolume'), ]) .groupBy([ + 's.id', 's.planId', 's.createdAt', 'u.customerId', diff --git a/packages/lib/translations/de/web.po b/packages/lib/translations/de/web.po index 8b20a2424..ed1e1085c 100644 --- a/packages/lib/translations/de/web.po +++ b/packages/lib/translations/de/web.po @@ -22,7 +22,7 @@ msgstr "" msgid "\"{0}\" has invited you to sign \"example document\"." msgstr "\"{0}\" hat Sie eingeladen, \"Beispieldokument\" zu unterschreiben." -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:74 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:71 msgid "\"{0}\" will appear on the document as it has a timezone of \"{timezone}\"." msgstr "\"{0}\" wird im Dokument erscheinen, da es eine Zeitzone von \"{timezone}\" hat." @@ -46,7 +46,12 @@ msgstr "\"{documentTitle}\" wurde erfolgreich gelöscht" msgid "\"{placeholderEmail}\" on behalf of \"{0}\" has invited you to sign \"example document\"." msgstr "\"{placeholderEmail}\" im Namen von \"{0}\" hat Sie eingeladen, \"Beispieldokument\" zu unterzeichnen." -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:330 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:271 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:326 +msgid "(You)" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:336 msgid "{0, plural, one {(1 character over)} other {(# characters over)}}" msgstr "{0, plural, one {(1 Zeichen über dem Limit)} other {(# Zeichen über dem Limit)}}" @@ -125,7 +130,7 @@ msgstr "{0} im Namen von \"{1}\" hat Sie eingeladen, das Dokument \"{2}\" {recip msgid "{0} Recipient(s)" msgstr "{0} Empfänger(in)" -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:311 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:317 msgid "{charactersRemaining, plural, one {1 character remaining} other {{charactersRemaining} characters remaining}}" msgstr "{charactersRemaining, plural, one {1 Zeichen verbleibend} other {{charactersRemaining} Zeichen verbleibend}}" @@ -197,14 +202,18 @@ msgstr "{prefix} hat das Dokument erstellt" msgid "{prefix} deleted the document" msgstr "{prefix} hat das Dokument gelöscht" -#: packages/lib/utils/document-audit-logs.ts:351 +#: packages/lib/utils/document-audit-logs.ts:355 msgid "{prefix} moved the document to team" msgstr "{prefix} hat das Dokument ins Team verschoben" -#: packages/lib/utils/document-audit-logs.ts:335 +#: packages/lib/utils/document-audit-logs.ts:339 msgid "{prefix} opened the document" msgstr "{prefix} hat das Dokument geöffnet" +#: packages/lib/utils/document-audit-logs.ts:319 +msgid "{prefix} prefilled a field" +msgstr "" + #: packages/lib/utils/document-audit-logs.ts:283 msgid "{prefix} removed a field" msgstr "{prefix} hat ein Feld entfernt" @@ -213,15 +222,15 @@ msgstr "{prefix} hat ein Feld entfernt" msgid "{prefix} removed a recipient" msgstr "{prefix} hat einen Empfänger entfernt" -#: packages/lib/utils/document-audit-logs.ts:381 +#: packages/lib/utils/document-audit-logs.ts:385 msgid "{prefix} resent an email to {0}" msgstr "{prefix} hat eine E-Mail an {0} erneut gesendet" -#: packages/lib/utils/document-audit-logs.ts:382 +#: packages/lib/utils/document-audit-logs.ts:386 msgid "{prefix} sent an email to {0}" msgstr "{prefix} hat eine E-Mail an {0} gesendet" -#: packages/lib/utils/document-audit-logs.ts:347 +#: packages/lib/utils/document-audit-logs.ts:351 msgid "{prefix} sent the document" msgstr "{prefix} hat das Dokument gesendet" @@ -241,27 +250,27 @@ msgstr "{prefix} hat ein Feld aktualisiert" msgid "{prefix} updated a recipient" msgstr "{prefix} hat einen Empfänger aktualisiert" -#: packages/lib/utils/document-audit-logs.ts:331 +#: packages/lib/utils/document-audit-logs.ts:335 msgid "{prefix} updated the document" msgstr "{prefix} hat das Dokument aktualisiert" -#: packages/lib/utils/document-audit-logs.ts:323 +#: packages/lib/utils/document-audit-logs.ts:327 msgid "{prefix} updated the document access auth requirements" msgstr "{prefix} hat die Anforderungen an die Dokumentenzugriffsautorisierung aktualisiert" -#: packages/lib/utils/document-audit-logs.ts:343 +#: packages/lib/utils/document-audit-logs.ts:347 msgid "{prefix} updated the document external ID" msgstr "{prefix} hat die externe ID des Dokuments aktualisiert" -#: packages/lib/utils/document-audit-logs.ts:327 +#: packages/lib/utils/document-audit-logs.ts:331 msgid "{prefix} updated the document signing auth requirements" msgstr "{prefix} hat die Authentifizierungsanforderungen für die Dokumentenunterzeichnung aktualisiert" -#: packages/lib/utils/document-audit-logs.ts:339 +#: packages/lib/utils/document-audit-logs.ts:343 msgid "{prefix} updated the document title" msgstr "{prefix} hat den Titel des Dokuments aktualisiert" -#: packages/lib/utils/document-audit-logs.ts:319 +#: packages/lib/utils/document-audit-logs.ts:323 msgid "{prefix} updated the document visibility" msgstr "{prefix} hat die Sichtbarkeit des Dokuments aktualisiert" @@ -318,27 +327,27 @@ msgstr "{teamName} hat Sie eingeladen, {action} {documentName}" msgid "{teamName} ownership transfer request" msgstr "Anfrage zur Übertragung des Eigentums von {teamName}" -#: packages/lib/utils/document-audit-logs.ts:359 +#: packages/lib/utils/document-audit-logs.ts:363 msgid "{userName} approved the document" msgstr "{userName} hat das Dokument genehmigt" -#: packages/lib/utils/document-audit-logs.ts:360 +#: packages/lib/utils/document-audit-logs.ts:364 msgid "{userName} CC'd the document" msgstr "{userName} hat das Dokument in CC gesetzt" -#: packages/lib/utils/document-audit-logs.ts:361 +#: packages/lib/utils/document-audit-logs.ts:365 msgid "{userName} completed their task" msgstr "{userName} hat ihre Aufgabe abgeschlossen" -#: packages/lib/utils/document-audit-logs.ts:371 +#: packages/lib/utils/document-audit-logs.ts:375 msgid "{userName} rejected the document" msgstr "{userName} hat das Dokument abgelehnt" -#: packages/lib/utils/document-audit-logs.ts:357 +#: packages/lib/utils/document-audit-logs.ts:361 msgid "{userName} signed the document" msgstr "{userName} hat das Dokument unterschrieben" -#: packages/lib/utils/document-audit-logs.ts:358 +#: packages/lib/utils/document-audit-logs.ts:362 msgid "{userName} viewed the document" msgstr "{userName} hat das Dokument angesehen" @@ -705,11 +714,11 @@ msgstr "Felder hinzufügen" msgid "Add more" msgstr "Mehr hinzufügen" -#: packages/ui/primitives/document-flow/add-signers.tsx:690 +#: packages/ui/primitives/document-flow/add-signers.tsx:696 msgid "Add myself" msgstr "Mich selbst hinzufügen" -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:644 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:714 msgid "Add Myself" msgstr "Mich hinzufügen" @@ -718,7 +727,7 @@ msgstr "Mich hinzufügen" msgid "Add passkey" msgstr "Passkey hinzufügen" -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:630 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:700 msgid "Add Placeholder Recipient" msgstr "Platzhalterempfänger hinzufügen" @@ -726,7 +735,7 @@ msgstr "Platzhalterempfänger hinzufügen" msgid "Add Placeholders" msgstr "Platzhalter hinzufügen" -#: packages/ui/primitives/document-flow/add-signers.tsx:679 +#: packages/ui/primitives/document-flow/add-signers.tsx:685 msgid "Add Signer" msgstr "Unterzeichner hinzufügen" @@ -779,8 +788,8 @@ msgstr "Admin-Panel" msgid "Advanced Options" msgstr "Erweiterte Optionen" -#: packages/ui/primitives/document-flow/add-fields.tsx:585 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:490 +#: packages/ui/primitives/document-flow/add-fields.tsx:593 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:506 msgid "Advanced settings" msgstr "Erweiterte Einstellungen" @@ -907,7 +916,7 @@ msgstr "Ein Fehler ist aufgetreten, während der Webhook erstellt wurde. Bitte v msgid "An error occurred while deleting the user." msgstr "Ein Fehler ist beim Löschen des Benutzers aufgetreten." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:120 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:124 msgid "An error occurred while disabling direct link signing." msgstr "Ein Fehler ist aufgetreten, während das direkte Links-Signieren deaktiviert wurde." @@ -926,7 +935,7 @@ msgstr "Ein Fehler ist aufgetreten, während dein Dokument heruntergeladen wurde msgid "An error occurred while duplicating template." msgstr "Ein Fehler ist aufgetreten, während die Vorlage dupliziert wurde." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:119 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:123 msgid "An error occurred while enabling direct link signing." msgstr "Ein Fehler ist aufgetreten, während das direkte Links-Signieren aktiviert wurde." @@ -950,25 +959,25 @@ msgstr "Ein Fehler ist aufgetreten, während das Dokument verschoben wurde." msgid "An error occurred while moving the template." msgstr "Ein Fehler ist aufgetreten, während die Vorlage verschoben wurde." -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:116 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:151 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:130 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:134 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:117 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:113 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:155 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:202 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:203 msgid "An error occurred while removing the field." msgstr "Ein Fehler ist beim Entfernen des Feldes aufgetreten." -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:154 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:131 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:137 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:115 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:153 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:196 -#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:129 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:194 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:131 +msgid "An error occurred while removing the selection." +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:192 msgid "An error occurred while removing the signature." msgstr "Ein Fehler ist aufgetreten, während die Unterschrift entfernt wurde." -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:197 -msgid "An error occurred while removing the text." -msgstr "Ein Fehler ist aufgetreten, während der Text entfernt wurde." - #: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:326 msgid "An error occurred while sending the document." msgstr "Ein Fehler ist aufgetreten, während das Dokument gesendet wurde." @@ -977,16 +986,28 @@ msgstr "Ein Fehler ist aufgetreten, während das Dokument gesendet wurde." msgid "An error occurred while sending your confirmation email" msgstr "Beim Senden Ihrer Bestätigungs-E-Mail ist ein Fehler aufgetreten" -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:125 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:105 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:106 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:89 -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:90 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:127 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:151 -#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:102 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:168 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:169 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:121 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:102 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:90 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:86 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:128 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:152 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:174 +msgid "An error occurred while signing as assistant." +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:122 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:104 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:91 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:87 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:129 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:153 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:104 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:166 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:175 msgid "An error occurred while signing the document." msgstr "Ein Fehler ist aufgetreten, während das Dokument unterzeichnet wurde." @@ -999,7 +1020,7 @@ msgstr "Ein Fehler ist aufgetreten, während versucht wurde, eine Checkout-Sitzu msgid "An error occurred while updating the document settings." msgstr "Ein Fehler ist aufgetreten, während die Dokumenteinstellungen aktualisiert wurden." -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:215 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:209 msgid "An error occurred while updating the signature." msgstr "Ein Fehler ist aufgetreten, während die Unterschrift aktualisiert wurde." @@ -1080,12 +1101,12 @@ msgstr "App-Version" msgid "Approve" msgstr "Genehmigen" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:142 -#: packages/email/template-components/template-document-invite.tsx:105 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:183 +#: packages/email/template-components/template-document-invite.tsx:108 msgid "Approve Document" msgstr "Dokument genehmigen" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:94 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:95 #: packages/lib/constants/recipient-roles.ts:9 msgid "Approved" msgstr "Genehmigt" @@ -1102,6 +1123,10 @@ msgstr "Genehmigende" msgid "Approving" msgstr "Genehmigung" +#: apps/web/src/app/(signing)/sign/[token]/assistant/assistant-confirmation-dialog.tsx:46 +msgid "Are you sure you want to complete the document? This action cannot be undone. Please ensure that you have completed prefilling all relevant fields before proceeding." +msgstr "" + #: apps/web/src/components/(dashboard)/settings/token/delete-token-dialog.tsx:129 msgid "Are you sure you want to delete this token?" msgstr "Bist du sicher, dass du dieses Token löschen möchtest?" @@ -1120,7 +1145,7 @@ msgstr "Bist du dir sicher, dass du dieses Team löschen möchtest?" #: apps/web/src/app/(dashboard)/documents/delete-document-dialog.tsx:99 #: apps/web/src/app/(dashboard)/settings/teams/team-email-usage.tsx:94 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:449 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:453 #: 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 @@ -1128,6 +1153,40 @@ msgstr "Bist du dir sicher, dass du dieses Team löschen möchtest?" msgid "Are you sure?" msgstr "Bist du dir sicher?" +#: packages/lib/constants/recipient-roles.ts:36 +msgid "Assist" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:184 +#: packages/email/template-components/template-document-invite.tsx:110 +msgid "Assist Document" +msgstr "" + +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:253 +msgid "Assist with signing" +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:39 +msgid "Assistant" +msgstr "" + +#: packages/ui/components/recipient/recipient-role-select.tsx:142 +msgid "Assistant role is only available when the document is in sequential signing mode." +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:40 +msgid "Assistants" +msgstr "" + +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:127 +#: packages/lib/constants/recipient-roles.ts:37 +msgid "Assisted" +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:38 +msgid "Assisting" +msgstr "" + #: apps/web/src/app/(dashboard)/admin/documents/[id]/admin-actions.tsx:66 msgid "Attempts sealing the document again, useful for after a code change has occurred to resolve an erroneous document." msgstr "Versuche, das Dokument erneut zu versiegeln, nützlich nach einer Codeänderung, um ein fehlerhaftes Dokument zu beheben." @@ -1157,7 +1216,7 @@ msgstr "Avatar aktualisiert" msgid "Awaiting email confirmation" msgstr "Warte auf E-Mail-Bestätigung" -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:373 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:366 #: apps/web/src/components/(dashboard)/settings/layout/activity-back.tsx:20 #: apps/web/src/components/forms/v2/signup.tsx:513 msgid "Back" @@ -1279,6 +1338,10 @@ msgstr "Indem Sie fortfahren, Ihre elektronische Unterschrift zu leisten, erkenn msgid "By using the electronic signature feature, you are consenting to conduct transactions and receive disclosures electronically. You acknowledge that your electronic signature on documents is binding and that you accept the terms outlined in the documents you are signing." msgstr "Durch die Verwendung der elektronischen Unterschriftsfunktion stimmen Sie zu, Transaktionen durchzuführen und Offenlegungen elektronisch zu erhalten. Sie erkennen an, dass Ihre elektronische Unterschrift auf Dokumenten bindend ist und dass Sie die Bedingungen akzeptieren, die in den Dokumenten dargelegt sind, die Sie unterzeichnen." +#: packages/ui/components/recipient/recipient-role-select.tsx:128 +msgid "Can prepare" +msgstr "" + #: apps/web/src/app/(dashboard)/documents/_action-items/resend-document.tsx:185 #: apps/web/src/app/(dashboard)/documents/delete-document-dialog.tsx:191 #: apps/web/src/app/(dashboard)/documents/duplicate-document-dialog.tsx:107 @@ -1290,20 +1353,20 @@ msgstr "Durch die Verwendung der elektronischen Unterschriftsfunktion stimmen Si #: apps/web/src/app/(dashboard)/templates/delete-template-dialog.tsx:76 #: apps/web/src/app/(dashboard)/templates/duplicate-template-dialog.tsx:77 #: apps/web/src/app/(dashboard)/templates/move-template-dialog.tsx:131 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:466 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:470 #: apps/web/src/app/(signing)/sign/[token]/auto-sign.tsx:220 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-2fa.tsx:178 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-account.tsx:71 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-passkey.tsx:164 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-passkey.tsx:189 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:164 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:246 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:232 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:341 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:206 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:381 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:234 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:347 #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:153 #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:131 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:320 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:352 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:318 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:358 #: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-transfer-status.tsx:121 #: apps/web/src/components/(dashboard)/settings/token/delete-token-dialog.tsx:176 #: apps/web/src/components/(dashboard)/settings/webhooks/create-webhook-dialog.tsx:242 @@ -1332,7 +1395,7 @@ msgstr "Abbrechen" msgid "Cancelled by user" msgstr "Vom Benutzer abgebrochen" -#: packages/ui/primitives/document-flow/add-signers.tsx:193 +#: packages/ui/primitives/document-flow/add-signers.tsx:199 msgid "Cannot remove signer" msgstr "Unterzeichner kann nicht entfernt werden" @@ -1373,11 +1436,11 @@ msgstr "Checkbox-Werte" msgid "Checkout" msgstr "Abrechnung" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:266 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:270 msgid "Choose an existing recipient from below to continue" msgstr "Wählen Sie einen vorhandenen Empfänger unten aus, um fortzufahren" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:262 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:266 msgid "Choose Direct Link Recipient" msgstr "Wählen Sie den direkten Link Empfänger" @@ -1437,10 +1500,10 @@ msgstr "Klicken Sie hier, um hochzuladen" msgid "Click to copy signing link for sending to recipient" msgstr "Klicken Sie, um den Signatur-Link zu kopieren, um ihn an den Empfänger zu senden" -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:179 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:128 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:180 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:174 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:481 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:360 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:440 msgid "Click to insert field" msgstr "Klicken, um das Feld auszufüllen" @@ -1460,7 +1523,7 @@ msgstr "Schließen" #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:61 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:471 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:350 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:430 #: apps/web/src/components/forms/v2/signup.tsx:538 msgid "Complete" msgstr "Abschließen" @@ -1469,10 +1532,18 @@ msgstr "Abschließen" msgid "Complete Approval" msgstr "Genehmigung abschließen" +#: apps/web/src/app/(signing)/sign/[token]/assistant/assistant-confirmation-dialog.tsx:43 +msgid "Complete Document" +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:69 msgid "Complete Signing" msgstr "Unterzeichnung abschließen" +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:225 +msgid "Complete the fields for the following signers. Once reviewed, they will inform you if any modifications are needed." +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:68 msgid "Complete Viewing" msgstr "Betrachten abschließen" @@ -1516,12 +1587,12 @@ msgstr "Konfigurieren Sie die allgemeinen Einstellungen für die Vorlage." msgid "Configure template" msgstr "Vorlage konfigurieren" -#: packages/ui/primitives/document-flow/add-fields.tsx:586 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:491 +#: packages/ui/primitives/document-flow/add-fields.tsx:594 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:507 msgid "Configure the {0} field" msgstr "Konfigurieren Sie das Feld {0}" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:475 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:479 #: apps/web/src/components/templates/manage-public-template-dialog.tsx:458 msgid "Confirm" msgstr "Bestätigen" @@ -1565,6 +1636,7 @@ msgid "Content" msgstr "Inhalt" #: apps/web/src/app/(dashboard)/settings/security/passkeys/create-passkey-dialog.tsx:252 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:297 #: apps/web/src/app/(unauthenticated)/team/invite/[token]/page.tsx:135 #: apps/web/src/app/(unauthenticated)/team/verify/email/[token]/page.tsx:69 #: apps/web/src/app/(unauthenticated)/team/verify/email/[token]/page.tsx:143 @@ -1579,6 +1651,10 @@ msgstr "Fortsetzen" msgid "Continue by approving the document." msgstr "Fahre fort, indem du das Dokument genehmigst." +#: packages/email/template-components/template-document-invite.tsx:88 +msgid "Continue by assisting with the document." +msgstr "" + #: packages/email/template-components/template-document-completed.tsx:45 msgid "Continue by downloading the document." msgstr "Fahre fort, indem du das Dokument herunterlädst." @@ -1620,10 +1696,10 @@ msgstr "Legt fest, ob das Signaturzertifikat in das Dokument aufgenommen wird, w msgid "Copied" msgstr "Kopiert" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:162 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:169 #: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:72 #: apps/web/src/app/(dashboard)/templates/template-direct-link-badge.tsx:31 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:159 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:163 #: apps/web/src/components/(dashboard)/avatar/avatar-with-recipient.tsx:40 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:61 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:117 @@ -1646,7 +1722,7 @@ msgstr "Link kopieren" msgid "Copy sharable link" msgstr "Kopieren Sie den teilbaren Link" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:391 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:395 msgid "Copy Shareable Link" msgstr "Kopiere den teilbaren Link" @@ -1697,7 +1773,7 @@ msgstr "Als ausstehend erstellen" msgid "Create Direct Link" msgstr "Direkten Link erstellen" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:197 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:201 msgid "Create Direct Signing Link" msgstr "Direkten Signatur-Link erstellen" @@ -1709,7 +1785,7 @@ msgstr "Dokument aus der Vorlage erstellen" msgid "Create now" msgstr "Jetzt erstellen" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:346 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:350 msgid "Create one automatically" msgstr "Einen automatisch erstellen" @@ -1754,7 +1830,7 @@ msgid "Create your account and start using state-of-the-art document signing. Op msgstr "Erstellen Sie Ihr Konto und beginnen Sie mit dem modernen Dokumentensignieren. Offenes und schönes Signieren liegt in Ihrer Reichweite." #: apps/web/src/app/(dashboard)/admin/documents/document-results.tsx:62 -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:112 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:113 #: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx:36 #: apps/web/src/app/(dashboard)/documents/data-table.tsx:48 #: apps/web/src/app/(dashboard)/settings/security/passkeys/user-passkeys-data-table.tsx:63 @@ -1811,10 +1887,10 @@ msgid "Dark Mode" msgstr "Dunkelmodus" #: apps/web/src/app/(dashboard)/settings/security/activity/user-security-activity-data-table.tsx:67 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:153 -#: packages/ui/primitives/document-flow/add-fields.tsx:945 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:152 +#: packages/ui/primitives/document-flow/add-fields.tsx:951 #: packages/ui/primitives/document-flow/types.ts:53 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:810 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:826 msgid "Date" msgstr "Datum" @@ -1967,19 +2043,19 @@ msgstr "Direkter Link" msgid "direct link disabled" msgstr "Direkter Link deaktiviert" -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:577 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:647 msgid "Direct link receiver" msgstr "Empfänger des direkten Links" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:357 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:361 msgid "Direct Link Signing" msgstr "Direkt-Link-Signatur" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:111 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:115 msgid "Direct link signing has been disabled" msgstr "Die direkte Links-Signatur wurde deaktiviert" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:110 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:114 msgid "Direct link signing has been enabled" msgstr "Die direkte Links-Signatur wurde aktiviert" @@ -1987,11 +2063,11 @@ msgstr "Die direkte Links-Signatur wurde aktiviert" 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 "Direkte Linkvorlagen enthalten einen dynamischen Empfänger-Platzhalter. Jeder, der Zugriff auf diesen Link hat, kann das Dokument unterzeichnen, und es wird dann auf Ihrer Dokumenten-Seite angezeigt." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:138 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:142 msgid "Direct template link deleted" msgstr "Direkter Vorlagenlink gelöscht" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:223 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:227 msgid "Direct template link usage exceeded ({0}/{1})" msgstr "Die Verwendung des direkten Vorlagenlinks wurde überschritten ({0}/{1})" @@ -2023,7 +2099,7 @@ msgstr "Deaktivieren Sie die Zwei-Faktor-Authentifizierung, bevor Sie Ihr Konto msgid "Disabled" msgstr "Deaktiviert" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:374 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:378 msgid "Disabling direct link signing will prevent anyone from accessing the link." msgstr "Das Deaktivieren der direkten Link-Signatur verhindert, dass jemand auf den Link zugreifen kann." @@ -2070,7 +2146,7 @@ msgstr "Dokument \"{0}\" - Ablehnung Bestätigt" msgid "Document access" msgstr "Dokumentenzugriff" -#: packages/lib/utils/document-audit-logs.ts:322 +#: packages/lib/utils/document-audit-logs.ts:326 msgid "Document access auth updated" msgstr "Die Authentifizierung für den Dokumentenzugriff wurde aktualisiert" @@ -2089,8 +2165,8 @@ msgid "Document Cancelled" msgstr "Dokument storniert" #: apps/web/src/components/formatter/document-status.tsx:29 -#: packages/lib/utils/document-audit-logs.ts:385 -#: packages/lib/utils/document-audit-logs.ts:386 +#: packages/lib/utils/document-audit-logs.ts:389 +#: packages/lib/utils/document-audit-logs.ts:390 msgid "Document completed" msgstr "Dokument abgeschlossen" @@ -2153,7 +2229,7 @@ msgstr "Dokument-Entwurf" msgid "Document Duplicated" msgstr "Dokument dupliziert" -#: packages/lib/utils/document-audit-logs.ts:342 +#: packages/lib/utils/document-audit-logs.ts:346 msgid "Document external ID updated" msgstr "Externe ID des Dokuments aktualisiert" @@ -2183,7 +2259,7 @@ msgstr "Dokumentmetrik" msgid "Document moved" msgstr "Dokument verschoben" -#: packages/lib/utils/document-audit-logs.ts:350 +#: packages/lib/utils/document-audit-logs.ts:354 msgid "Document moved to team" msgstr "Dokument ins Team verschoben" @@ -2191,7 +2267,7 @@ msgstr "Dokument ins Team verschoben" msgid "Document no longer available to sign" msgstr "Dokument steht nicht mehr zur Unterschrift zur Verfügung" -#: packages/lib/utils/document-audit-logs.ts:334 +#: packages/lib/utils/document-audit-logs.ts:338 msgid "Document opened" msgstr "Dokument geöffnet" @@ -2221,7 +2297,7 @@ msgid "Document resealed" msgstr "Dokument wieder versiegelt" #: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:303 -#: packages/lib/utils/document-audit-logs.ts:346 +#: packages/lib/utils/document-audit-logs.ts:350 msgid "Document sent" msgstr "Dokument gesendet" @@ -2229,7 +2305,7 @@ msgstr "Dokument gesendet" msgid "Document Signed" msgstr "Dokument signiert" -#: packages/lib/utils/document-audit-logs.ts:326 +#: packages/lib/utils/document-audit-logs.ts:330 msgid "Document signing auth updated" msgstr "Dokument unterzeichnen Authentifizierung aktualisiert" @@ -2245,11 +2321,11 @@ msgstr "Dokumentenstatus" msgid "Document title" msgstr "Dokumenttitel" -#: packages/lib/utils/document-audit-logs.ts:338 +#: packages/lib/utils/document-audit-logs.ts:342 msgid "Document title updated" msgstr "Dokumenttitel aktualisiert" -#: packages/lib/utils/document-audit-logs.ts:330 +#: packages/lib/utils/document-audit-logs.ts:334 msgid "Document updated" msgstr "Dokument aktualisiert" @@ -2265,7 +2341,7 @@ msgstr "Dokument hochgeladen" msgid "Document Viewed" msgstr "Dokument angesehen" -#: packages/lib/utils/document-audit-logs.ts:318 +#: packages/lib/utils/document-audit-logs.ts:322 msgid "Document visibility updated" msgstr "Sichtbarkeit des Dokuments aktualisiert" @@ -2348,8 +2424,8 @@ msgstr "Entwurfte Dokumente" msgid "Drag & drop your PDF here." msgstr "Ziehen Sie Ihr PDF hierher." -#: packages/ui/primitives/document-flow/add-fields.tsx:1076 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:941 +#: packages/ui/primitives/document-flow/add-fields.tsx:1082 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:957 msgid "Dropdown" msgstr "Dropdown" @@ -2407,9 +2483,9 @@ msgstr "Offenlegung der elektronischen Unterschrift" #: 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:119 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:131 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:133 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:407 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:287 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:363 #: apps/web/src/components/(teams)/dialogs/add-team-email-dialog.tsx:169 #: apps/web/src/components/(teams)/dialogs/update-team-email-dialog.tsx:153 #: apps/web/src/components/forms/forgot-password.tsx:81 @@ -2417,13 +2493,13 @@ msgstr "Offenlegung der elektronischen Unterschrift" #: apps/web/src/components/forms/signin.tsx:339 #: apps/web/src/components/forms/signup.tsx:176 #: packages/lib/constants/document.ts:28 -#: packages/ui/primitives/document-flow/add-fields.tsx:893 -#: packages/ui/primitives/document-flow/add-signers.tsx:511 -#: packages/ui/primitives/document-flow/add-signers.tsx:518 +#: packages/ui/primitives/document-flow/add-fields.tsx:899 +#: packages/ui/primitives/document-flow/add-signers.tsx:513 +#: packages/ui/primitives/document-flow/add-signers.tsx:520 #: packages/ui/primitives/document-flow/types.ts:54 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:758 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:470 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:477 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:774 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:537 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:544 msgid "Email" msgstr "E-Mail" @@ -2449,11 +2525,11 @@ msgstr "E-Mail bestätigt!" msgid "Email Options" msgstr "E-Mail-Optionen" -#: packages/lib/utils/document-audit-logs.ts:379 +#: packages/lib/utils/document-audit-logs.ts:383 msgid "Email resent" msgstr "E-Mail erneut gesendet" -#: packages/lib/utils/document-audit-logs.ts:379 +#: packages/lib/utils/document-audit-logs.ts:383 msgid "Email sent" msgstr "E-Mail gesendet" @@ -2469,7 +2545,7 @@ msgstr "E-Mail-Verifizierung wurde entfernt" msgid "Email verification has been resent" msgstr "E-Mail-Verifizierung wurde erneut gesendet" -#: packages/ui/primitives/document-flow/add-fields.tsx:1141 +#: packages/ui/primitives/document-flow/add-fields.tsx:1147 msgid "Empty field" msgstr "Leeres Feld" @@ -2495,17 +2571,17 @@ msgstr "Authenticator-App aktivieren" msgid "Enable custom branding for all documents in this team." msgstr "Aktivieren Sie individuelles Branding für alle Dokumente in diesem Team." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:246 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:250 msgid "Enable direct link signing" msgstr "Direktlinksignierung aktivieren" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:368 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:372 #: packages/lib/constants/template.ts:8 msgid "Enable Direct Link Signing" msgstr "Direktlink-Signierung aktivieren" -#: packages/ui/primitives/document-flow/add-signers.tsx:400 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:369 +#: packages/ui/primitives/document-flow/add-signers.tsx:402 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:436 msgid "Enable signing order" msgstr "Aktiviere die Signaturreihenfolge" @@ -2513,8 +2589,8 @@ msgstr "Aktiviere die Signaturreihenfolge" msgid "Enable Typed Signature" msgstr "Getippte Unterschrift aktivieren" -#: packages/ui/primitives/document-flow/add-fields.tsx:813 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:678 +#: packages/ui/primitives/document-flow/add-fields.tsx:819 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:694 msgid "Enable Typed Signatures" msgstr "Aktivieren Sie getippte Unterschriften" @@ -2559,7 +2635,7 @@ msgstr "Geben Sie Ihre E-Mail-Adresse ein, um das abgeschlossene Dokument zu erh msgid "Enter your name" msgstr "Geben Sie Ihren Namen ein" -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:293 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:299 msgid "Enter your text here" msgstr "Geben Sie hier Ihren Text ein" @@ -2581,28 +2657,28 @@ msgstr "Geben Sie hier Ihren Text ein" #: apps/web/src/app/(dashboard)/templates/move-template-dialog.tsx:68 #: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:187 #: apps/web/src/app/(signing)/sign/[token]/auto-sign.tsx:152 -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:124 -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:153 -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:214 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:104 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:130 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:105 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:136 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:119 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:150 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:208 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:101 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:129 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:100 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:133 #: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:88 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:114 -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:89 -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:115 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:116 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:84 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:112 #: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:126 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:152 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:154 #: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:150 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:195 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:201 #: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:101 -#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:128 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:133 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:167 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:193 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:168 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:196 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:130 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:131 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:165 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:191 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:172 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:202 #: apps/web/src/components/(dashboard)/layout/verify-email-banner.tsx:54 #: apps/web/src/components/(dashboard)/settings/webhooks/create-webhook-dialog.tsx:101 #: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:224 @@ -2686,6 +2762,10 @@ msgstr "Feldbeschriftung" msgid "Field placeholder" msgstr "Feldplatzhalter" +#: packages/lib/utils/document-audit-logs.ts:318 +msgid "Field prefilled by assistant" +msgstr "" + #: packages/lib/utils/document-audit-logs.ts:310 msgid "Field signed" msgstr "Feld unterschrieben" @@ -2737,11 +2817,11 @@ msgstr "Hast du dein Passwort vergessen?" msgid "Free Signature" msgstr "Freie Unterschrift" -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:330 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:191 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:210 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:322 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:326 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:212 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:392 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:272 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:348 #: apps/web/src/components/forms/profile.tsx:101 #: apps/web/src/components/forms/v2/signup.tsx:316 msgid "Full Name" @@ -2796,18 +2876,35 @@ msgstr "Gehen Sie zu Ihren <0>öffentlichen Profileinstellungen, um Dokument msgid "Green" msgstr "Grün" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:107 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:120 msgid "has invited you to approve this document" msgstr "hat Sie eingeladen, dieses Dokument zu genehmigen" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:98 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:129 +msgid "has invited you to assist this document" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:111 msgid "has invited you to sign this document" msgstr "hat Sie eingeladen, dieses Dokument zu unterzeichnen" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:89 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:102 msgid "has invited you to view this document" msgstr "hat Sie eingeladen, dieses Dokument anzusehen" +#: packages/ui/primitives/document-flow/add-signers.tsx:262 +#: packages/ui/primitives/document-flow/add-signers.tsx:300 +#: packages/ui/primitives/document-flow/add-signers.tsx:339 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:234 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:331 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:367 +msgid "Having an assistant as the last signer means they will be unable to take any action as there are no subsequent signers to assist." +msgstr "" + +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:278 +msgid "Help complete the document for other signers." +msgstr "" + #: apps/web/src/app/(dashboard)/settings/profile/page.tsx:29 msgid "Here you can edit your personal details." msgstr "Hier können Sie Ihre persönlichen Daten bearbeiten." @@ -2824,7 +2921,7 @@ msgstr "Hier können Sie Präferenzen und Voreinstellungen für das Branding fes msgid "Here you can set preferences and defaults for your team." msgstr "Hier können Sie Präferenzen und Voreinstellungen für Ihr Team festlegen." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:201 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:205 msgid "Here's how it works:" msgstr "So funktioniert es:" @@ -2850,19 +2947,23 @@ msgstr "Ausblenden" msgid "Hide additional information" msgstr "Zusätzliche Informationen ausblenden" -#: packages/lib/constants/recipient-roles.ts:44 +#: packages/lib/constants/recipient-roles.ts:58 msgid "I am a signer of this document" msgstr "Ich bin ein Unterzeichner dieses Dokuments" -#: packages/lib/constants/recipient-roles.ts:47 +#: packages/lib/constants/recipient-roles.ts:61 msgid "I am a viewer of this document" msgstr "Ich bin ein Betrachter dieses Dokuments" -#: packages/lib/constants/recipient-roles.ts:45 +#: packages/lib/constants/recipient-roles.ts:59 msgid "I am an approver of this document" msgstr "Ich bin ein Genehmiger dieses Dokuments" -#: packages/lib/constants/recipient-roles.ts:46 +#: packages/lib/constants/recipient-roles.ts:62 +msgid "I am an assistant of this document" +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:60 msgid "I am required to receive a copy of this document" msgstr "Ich bin verpflichtet, eine Kopie dieses Dokuments zu erhalten" @@ -2913,7 +3014,7 @@ msgstr "Information" msgid "Inherit authentication method" msgstr "Authentifizierungsmethode erben" -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:132 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:129 #: packages/ui/primitives/document-flow/types.ts:51 msgid "Initials" msgstr "Initialen" @@ -3013,6 +3114,10 @@ msgstr "Es scheint, dass kein Token bereitgestellt wurde. Wenn Sie versuchen, Ih msgid "It seems that there is no token provided. Please check your email and try again." msgstr "Es scheint, dass kein Token bereitgestellt wurde. Bitte überprüfen Sie Ihre E-Mail und versuchen Sie es erneut." +#: apps/web/src/app/embed/waiting-for-turn.tsx:36 +msgid "It's currently not your turn to sign. Please check back soon as this document should be available for you to sign shortly." +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/waiting/page.tsx:74 msgid "It's currently not your turn to sign. You will receive an email with instructions once it's your turn to sign the document." msgstr "Es ist derzeit nicht deine Reihe zu unterschreiben. Du erhältst eine E-Mail mit Anweisungen, sobald es deine Reihe ist, das Dokument zu unterschreiben." @@ -3196,7 +3301,7 @@ msgstr "Teamabonnement verwalten." msgid "Manage teams" msgstr "Teams verwalten" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:361 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:365 msgid "Manage the direct link signing for this template" msgstr "Die direkte Linkunterzeichnung für diese Vorlage verwalten" @@ -3264,7 +3369,7 @@ msgstr "Nachricht <0>(Optional)" msgid "Min" msgstr "Min" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:55 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:56 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-recipients.tsx:35 msgid "Modify recipients" msgstr "Empfänger ändern" @@ -3310,7 +3415,7 @@ msgid "My templates" msgstr "Meine Vorlagen" #: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:148 -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:56 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:57 #: apps/web/src/app/(dashboard)/admin/users/[id]/page.tsx:101 #: 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 @@ -3318,17 +3423,17 @@ msgstr "Meine Vorlagen" #: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:299 #: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:306 #: apps/web/src/app/(signing)/sign/[token]/complete/claim-account.tsx:118 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:175 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:177 #: apps/web/src/components/(teams)/dialogs/add-team-email-dialog.tsx:153 #: apps/web/src/components/(teams)/dialogs/update-team-email-dialog.tsx:141 #: apps/web/src/components/forms/signup.tsx:160 -#: packages/ui/primitives/document-flow/add-fields.tsx:919 -#: packages/ui/primitives/document-flow/add-signers.tsx:549 -#: packages/ui/primitives/document-flow/add-signers.tsx:555 +#: packages/ui/primitives/document-flow/add-fields.tsx:925 +#: packages/ui/primitives/document-flow/add-signers.tsx:551 +#: packages/ui/primitives/document-flow/add-signers.tsx:557 #: packages/ui/primitives/document-flow/types.ts:55 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:784 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:505 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:511 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:800 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:572 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:578 msgid "Name" msgstr "Name" @@ -3336,15 +3441,15 @@ msgstr "Name" msgid "Need to sign documents?" msgstr "Müssen Dokumente signieren?" -#: packages/ui/components/recipient/recipient-role-select.tsx:52 +#: packages/ui/components/recipient/recipient-role-select.tsx:55 msgid "Needs to approve" msgstr "Muss genehmigen" -#: packages/ui/components/recipient/recipient-role-select.tsx:31 +#: packages/ui/components/recipient/recipient-role-select.tsx:34 msgid "Needs to sign" msgstr "Muss unterzeichnen" -#: packages/ui/components/recipient/recipient-role-select.tsx:73 +#: packages/ui/components/recipient/recipient-role-select.tsx:76 msgid "Needs to view" msgstr "Muss sehen" @@ -3366,7 +3471,7 @@ msgid "New Template" msgstr "Neue Vorlage" #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:462 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:341 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:419 #: apps/web/src/components/forms/v2/signup.tsx:525 msgid "Next" msgstr "Nächster" @@ -3399,20 +3504,20 @@ msgstr "Keine aktuellen Aktivitäten" msgid "No recent documents" msgstr "Keine aktuellen Dokumente" -#: packages/ui/primitives/document-flow/add-fields.tsx:705 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:598 +#: packages/ui/primitives/document-flow/add-fields.tsx:711 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:614 msgid "No recipient matching this description was found." msgstr "Kein passender Empfänger mit dieser Beschreibung gefunden." -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:70 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:71 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-recipients.tsx:49 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:96 #: packages/ui/primitives/document-flow/add-subject.tsx:215 msgid "No recipients" msgstr "Keine Empfänger" -#: packages/ui/primitives/document-flow/add-fields.tsx:720 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:613 +#: packages/ui/primitives/document-flow/add-fields.tsx:726 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:629 msgid "No recipients with this role" msgstr "Keine Empfänger mit dieser Rolle" @@ -3443,7 +3548,7 @@ msgstr "Kein Token bereitgestellt" msgid "No valid direct templates found" msgstr "Keine gültigen direkten Vorlagen gefunden" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:288 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:292 msgid "No valid recipients found" msgstr "Keine gültigen Empfänger gefunden" @@ -3471,10 +3576,10 @@ msgstr "Nicht unterstützt" msgid "Nothing to do" msgstr "Nichts zu tun" -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:284 -#: packages/ui/primitives/document-flow/add-fields.tsx:997 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:290 +#: packages/ui/primitives/document-flow/add-fields.tsx:1003 #: packages/ui/primitives/document-flow/types.ts:56 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:862 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:878 msgid "Number" msgstr "Nummer" @@ -3482,15 +3587,19 @@ msgstr "Nummer" msgid "Number format" msgstr "Zahlenformat" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:116 msgid "on behalf of \"{0}\" has invited you to approve this document" msgstr "im Auftrag von \"{0}\" hat Sie eingeladen, dieses Dokument zu genehmigen" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:94 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:125 +msgid "on behalf of \"{0}\" has invited you to assist this document" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:107 msgid "on behalf of \"{0}\" has invited you to sign this document" msgstr "im Auftrag von \"{0}\" hat Sie eingeladen, dieses Dokument zu unterzeichnen" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:85 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:98 msgid "on behalf of \"{0}\" has invited you to view this document" msgstr "im Auftrag von \"{0}\" hat Sie eingeladen, dieses Dokument anzusehen" @@ -3556,7 +3665,7 @@ msgstr "Hoppla! Etwas ist schief gelaufen." msgid "Opened" msgstr "Geöffnet" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:332 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:336 #: apps/web/src/components/forms/signup.tsx:239 #: apps/web/src/components/forms/signup.tsx:263 #: apps/web/src/components/forms/v2/signup.tsx:387 @@ -3680,7 +3789,7 @@ msgstr "Zahlung ist erforderlich, um die Erstellung Ihres Teams abzuschließen." msgid "Payment overdue" msgstr "Zahlung überfällig" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:131 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:138 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-documents-table.tsx:205 #: apps/web/src/components/(teams)/tables/teams-member-page-data-table.tsx:82 #: apps/web/src/components/(teams)/tables/user-settings-teams-page-data-table.tsx:77 @@ -3760,6 +3869,10 @@ msgstr "Bitte {recipientActionVerb} dein Dokument" msgid "Please check the CSV file and make sure it is according to our format" msgstr "Bitte prüfen Sie die CSV-Datei und stellen Sie sicher, dass sie unserem Format entspricht" +#: apps/web/src/app/embed/waiting-for-turn.tsx:43 +msgid "Please check with the parent application for more information." +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/waiting/page.tsx:81 msgid "Please check your email for updates." msgstr "Bitte überprüfe deine E-Mail auf Updates." @@ -3789,11 +3902,11 @@ msgstr "Bitte geben Sie einen aussagekräftigen Namen für Ihr Token ein. Dies w msgid "Please enter a valid name." msgstr "Bitte geben Sie einen gültigen Namen ein." -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:148 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:190 msgid "Please mark as viewed to complete" msgstr "Bitte als angesehen markieren, um abzuschließen" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:453 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:457 msgid "Please note that proceeding will remove direct linking recipient and turn it into a placeholder." msgstr "Bitte beachten Sie, dass das Fortfahren den direkten Linkempfänger entfernt und ihn in einen Platzhalter umwandelt." @@ -3833,7 +3946,7 @@ msgstr "Bitte geben Sie ein Token von der Authentifizierungs-App oder einen Back msgid "Please provide a token from your authenticator, or a backup code." msgstr "Bitte geben Sie ein Token von Ihrem Authentifizierer oder einen Backup-Code an." -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:182 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:314 msgid "Please review the document before signing." msgstr "Bitte überprüfen Sie das Dokument vor der Unterzeichnung." @@ -3954,7 +4067,7 @@ msgstr "Radio-Werte" msgid "Read only" msgstr "Nur lesen" -#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:144 +#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:145 msgid "Read only field" msgstr "Nur-Lese-Feld" @@ -3962,7 +4075,7 @@ msgstr "Nur-Lese-Feld" msgid "Read the full <0>signature disclosure." msgstr "Lesen Sie die vollständige <0>Offenlegung der Unterschrift." -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:106 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:107 msgid "Ready" msgstr "Bereit" @@ -3970,7 +4083,7 @@ msgstr "Bereit" msgid "Reason" msgstr "Grund" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:146 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:153 msgid "Reason for rejection:" msgstr "Grund für die Ablehnung:" @@ -3986,7 +4099,7 @@ msgstr "Der Grund muss weniger als 500 Zeichen lang sein" msgid "Reauthentication is required to sign this field" msgstr "Eine erneute Authentifizierung ist erforderlich, um dieses Feld zu unterschreiben" -#: packages/ui/components/recipient/recipient-role-select.tsx:95 +#: packages/ui/components/recipient/recipient-role-select.tsx:98 msgid "Receives copy" msgstr "Erhält Kopie" @@ -4001,9 +4114,9 @@ msgstr "Neueste Dokumente" #: apps/web/src/app/(dashboard)/documents/data-table.tsx:63 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-documents-table.tsx:114 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:275 -#: packages/lib/utils/document-audit-logs.ts:354 -#: packages/lib/utils/document-audit-logs.ts:369 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:279 +#: packages/lib/utils/document-audit-logs.ts:358 +#: packages/lib/utils/document-audit-logs.ts:373 msgid "Recipient" msgstr "Empfänger" @@ -4030,7 +4143,7 @@ msgid "Recipient updated" msgstr "Empfänger aktualisiert" #: apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx:66 -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:49 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:50 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-recipients.tsx:30 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/audit-log/page.tsx:140 msgid "Recipients" @@ -4070,11 +4183,11 @@ msgstr "Registrierung erfolgreich" #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:109 #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:116 #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:162 -#: packages/email/template-components/template-document-invite.tsx:95 +#: packages/email/template-components/template-document-invite.tsx:98 msgid "Reject Document" msgstr "Dokument Ablehnen" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:141 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:148 #: apps/web/src/components/(dashboard)/avatar/stack-avatars-with-tooltip.tsx:101 msgid "Rejected" msgstr "Abgelehnt" @@ -4108,9 +4221,9 @@ msgid "Reminder: Please {recipientActionVerb} your document" msgstr "Erinnerung: Bitte {recipientActionVerb} dein Dokument" #: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:188 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:425 -#: 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/(dashboard)/templates/template-direct-link-dialog.tsx:429 +#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:157 +#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:181 #: 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 @@ -4119,7 +4232,7 @@ msgstr "Erinnerung: Bitte {recipientActionVerb} dein Dokument" #: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:165 #: apps/web/src/components/forms/avatar-image.tsx:166 #: apps/web/src/components/templates/template-bulk-send-dialog.tsx:217 -#: packages/ui/primitives/document-flow/add-fields.tsx:1128 +#: packages/ui/primitives/document-flow/add-fields.tsx:1134 msgid "Remove" msgstr "Entfernen" @@ -4238,7 +4351,7 @@ msgstr "Zugriff widerrufen" msgid "Revoke access" msgstr "Zugriff widerrufen" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:278 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:282 #: 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:80 @@ -4256,16 +4369,16 @@ msgstr "Rollen" msgid "Rows per page" msgstr "Zeilen pro Seite" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:440 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:350 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:361 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:444 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:356 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:367 #: 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:305 #: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:322 msgid "Save" msgstr "Speichern" -#: packages/ui/primitives/template-flow/add-template-fields.tsx:974 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:990 msgid "Save Template" msgstr "Vorlage speichern" @@ -4280,7 +4393,7 @@ msgstr "Suchen" msgid "Search by document title" msgstr "Nach Dokumenttitel suchen" -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:174 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:175 #: apps/web/src/app/(dashboard)/admin/users/data-table-users.tsx:144 msgid "Search by name or email" msgstr "Nach Name oder E-Mail suchen" @@ -4308,7 +4421,7 @@ msgstr "Sicherheit" msgid "Security activity" msgstr "Sicherheitsaktivität" -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:194 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:191 #: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:115 #: packages/ui/primitives/document-flow/types.ts:59 msgid "Select" @@ -4426,7 +4539,7 @@ msgstr "Zurücksetzungs-E-Mail wird gesendet..." msgid "Sending..." msgstr "Senden..." -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:101 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:102 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:258 msgid "Sent" msgstr "Gesendet" @@ -4476,8 +4589,8 @@ msgstr "Anzeigen" msgid "Show additional information" msgstr "Zusätzliche Informationen anzeigen" -#: packages/ui/primitives/document-flow/add-signers.tsx:707 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:661 +#: packages/ui/primitives/document-flow/add-signers.tsx:713 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:731 msgid "Show advanced settings" msgstr "Erweiterte Einstellungen anzeigen" @@ -4495,30 +4608,30 @@ msgstr "Vorlagen in Ihrem Team-Öffentliches Profil anzeigen, damit Ihre Zielgru #: apps/web/src/app/(profile)/p/[url]/page.tsx:192 #: apps/web/src/app/(signing)/sign/[token]/auto-sign.tsx:229 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-2fa.tsx:182 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:241 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:243 #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:142 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:328 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:326 #: apps/web/src/components/ui/user-profile-skeleton.tsx:75 #: apps/web/src/components/ui/user-profile-timur.tsx:81 #: packages/lib/constants/recipient-roles.ts:22 msgid "Sign" msgstr "Unterschreiben" -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:278 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:276 msgid "Sign as {0} <0>({1})" msgstr "Unterzeichnen als {0} <0>({1})" -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:200 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:202 msgid "Sign as<0>{0} <1>({1})" msgstr "Unterzeichnen als<0>{0} <1>({1})" #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:360 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:240 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:255 msgid "Sign document" msgstr "Dokument unterschreiben" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:141 -#: packages/email/template-components/template-document-invite.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:182 +#: packages/email/template-components/template-document-invite.tsx:106 msgid "Sign Document" msgstr "Dokument signieren" @@ -4548,7 +4661,7 @@ msgid "Sign Out" msgstr "Ausloggen" #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:381 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:261 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:280 msgid "Sign the document to complete the process." msgstr "Unterschreiben Sie das Dokument, um den Vorgang abzuschließen." @@ -4572,17 +4685,17 @@ msgstr "Registrieren mit OIDC" #: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:88 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:179 -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:342 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:205 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:251 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:286 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:334 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:340 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:249 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:284 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:422 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:301 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:377 #: apps/web/src/components/forms/profile.tsx:123 -#: packages/ui/primitives/document-flow/add-fields.tsx:841 +#: packages/ui/primitives/document-flow/add-fields.tsx:847 #: packages/ui/primitives/document-flow/field-icon.tsx:52 #: packages/ui/primitives/document-flow/types.ts:49 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:706 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:722 msgid "Signature" msgstr "Unterschrift" @@ -4590,10 +4703,10 @@ msgstr "Unterschrift" msgid "Signature ID" msgstr "Signatur-ID" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:229 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:303 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:364 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:301 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:448 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:327 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:403 msgid "Signature is too small. Please provide a more complete signature." msgstr "Die Unterschrift ist zu klein. Bitte geben Sie eine vollständigere Unterschrift an." @@ -4605,7 +4718,7 @@ msgstr "Gesammelte Unterschriften" msgid "Signatures will appear once the document has been completed" msgstr "Unterschriften erscheinen, sobald das Dokument abgeschlossen ist" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:114 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:115 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:280 #: apps/web/src/components/document/document-read-only-fields.tsx:84 #: packages/lib/constants/recipient-roles.ts:23 @@ -4645,6 +4758,10 @@ msgstr "Unterzeichnungszertifikat bereitgestellt von" msgid "Signing Complete!" msgstr "Unterzeichnung abgeschlossen!" +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:293 +msgid "Signing for" +msgstr "" + #: apps/web/src/components/forms/signin.tsx:384 #: apps/web/src/components/forms/signin.tsx:511 msgid "Signing in..." @@ -4659,11 +4776,16 @@ msgstr "Signierlinks" msgid "Signing links have been generated for this document." msgstr "Unterzeichnungslinks wurden für dieses Dokument erstellt." +#: packages/ui/primitives/document-flow/add-signers.tsx:281 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:348 +msgid "Signing order is enabled." +msgstr "" + #: apps/web/src/components/forms/signup.tsx:231 msgid "Signing up..." msgstr "Registrierung..." -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:90 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:91 #: apps/web/src/app/(dashboard)/admin/leaderboard/page.tsx:46 msgid "Signing Volume" msgstr "Unterzeichnungsvolumen" @@ -4708,9 +4830,9 @@ msgstr "Einige Unterzeichner haben noch kein Unterschriftsfeld zugewiesen bekomm #: apps/web/src/app/(dashboard)/settings/teams/team-email-usage.tsx:44 #: apps/web/src/app/(dashboard)/templates/delete-template-dialog.tsx:45 #: apps/web/src/app/(dashboard)/templates/new-template-dialog.tsx:78 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:100 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:123 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:147 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:104 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:127 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:151 #: apps/web/src/app/(recipient)/d/[token]/direct-template.tsx:118 #: apps/web/src/app/(recipient)/d/[token]/signing-auth-page.tsx:27 #: apps/web/src/app/(signing)/sign/[token]/signing-auth-page.tsx:38 @@ -4719,7 +4841,7 @@ msgstr "Einige Unterzeichner haben noch kein Unterschriftsfeld zugewiesen bekomm #: 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:262 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:144 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:155 #: apps/web/src/components/(teams)/dialogs/create-team-checkout-dialog.tsx:50 #: apps/web/src/components/(teams)/dialogs/create-team-checkout-dialog.tsx:99 #: apps/web/src/components/(teams)/dialogs/invite-team-member-dialog.tsx:210 @@ -4813,6 +4935,10 @@ msgstr "Betreff <0>(Optional)" msgid "Submit" msgstr "Einreichen" +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:297 +msgid "Submitting..." +msgstr "" + #: apps/web/src/app/(dashboard)/settings/billing/billing-plans.tsx:129 msgid "Subscribe" msgstr "Abonnieren" @@ -4831,8 +4957,8 @@ msgstr "Abonnements" #: apps/web/src/app/(dashboard)/settings/teams/accept-team-invitation-button.tsx:25 #: apps/web/src/app/(dashboard)/settings/teams/decline-team-invitation-button.tsx:25 #: apps/web/src/app/(dashboard)/settings/teams/team-email-usage.tsx:37 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:114 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:137 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:118 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:141 #: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-email-dropdown.tsx:32 #: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-transfer-status.tsx:44 #: apps/web/src/components/(dashboard)/layout/verify-email-banner.tsx:44 @@ -5074,11 +5200,11 @@ msgstr "Vorlagen" msgid "Templates allow you to quickly generate documents with pre-filled recipients and fields." msgstr "Vorlagen erlauben dir das schnelle Erstlelen von Dokumenten mit vorausgefüllten Empfängern und Feldern." -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:258 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:287 -#: packages/ui/primitives/document-flow/add-fields.tsx:971 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:264 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:293 +#: packages/ui/primitives/document-flow/add-fields.tsx:977 #: packages/ui/primitives/document-flow/types.ts:52 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:836 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:852 msgid "Text" msgstr "Text" @@ -5133,7 +5259,7 @@ msgstr "Der Inhalt, der im Banne rgezeig wird, HTML ist erlaubt" #: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:73 #: apps/web/src/app/(dashboard)/templates/template-direct-link-badge.tsx:32 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:160 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:164 msgid "The direct link has been copied to your clipboard" msgstr "Der direkte Linkt wurde in die Zwischenablage kopiert" @@ -5219,23 +5345,27 @@ msgstr "Der öffentliche Name für Ihre Vorlage" msgid "The reason provided for deletion is the following:" msgstr "Der angegebene Grund für die Löschung ist folgender:" +#: packages/ui/components/recipient/recipient-role-select.tsx:137 +msgid "The recipient can prepare the document for later signers by pre-filling suggest values." +msgstr "" + #: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:119 msgid "The recipient has been updated successfully" msgstr "Der Empfänger wurde erfolgreich aktualisiert" -#: packages/ui/components/recipient/recipient-role-select.tsx:103 +#: packages/ui/components/recipient/recipient-role-select.tsx:106 msgid "The recipient is not required to take any action and receives a copy of the document after it is completed." msgstr "Der Empfänger muss keine Aktion ausführen und erhält nach Abschluss eine Kopie des Dokuments." -#: packages/ui/components/recipient/recipient-role-select.tsx:60 +#: packages/ui/components/recipient/recipient-role-select.tsx:63 msgid "The recipient is required to approve the document for it to be completed." msgstr "Der Empfänger muss das Dokument genehmigen, damit es abgeschlossen werden kann." -#: packages/ui/components/recipient/recipient-role-select.tsx:39 +#: packages/ui/components/recipient/recipient-role-select.tsx:42 msgid "The recipient is required to sign the document for it to be completed." msgstr "Der Empfänger muss das Dokument unterschreiben, damit es abgeschlossen werden kann." -#: packages/ui/components/recipient/recipient-role-select.tsx:81 +#: packages/ui/components/recipient/recipient-role-select.tsx:84 msgid "The recipient is required to view the document for it to be completed." msgstr "Der Empfänger muss das Dokument anzeigen, damit es abgeschlossen werden kann." @@ -5259,7 +5389,7 @@ msgstr "Die E-Mail des Unterzeichners" msgid "The signer's name" msgstr "Der Name des Unterzeichners" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:163 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:170 #: apps/web/src/components/(dashboard)/avatar/avatar-with-recipient.tsx:41 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:118 #: packages/ui/primitives/document-flow/add-subject.tsx:243 @@ -5371,7 +5501,7 @@ msgstr "Dieses Dokument konnte derzeit nicht dupliziert werden. Bitte versuche e msgid "This document could not be re-sent at this time. Please try again." msgstr "Dieses Dokument konnte zu diesem Zeitpunkt nicht erneut gesendet werden. Bitte versuchen Sie es erneut." -#: packages/ui/primitives/document-flow/add-fields.tsx:776 +#: packages/ui/primitives/document-flow/add-fields.tsx:782 msgid "This document has already been sent to this recipient. You can no longer edit this recipient." msgstr "Dieses Dokument wurde bereits an diesen Empfänger gesendet. Sie können diesen Empfänger nicht mehr bearbeiten." @@ -5431,7 +5561,7 @@ msgstr "Diese E-Mail wird an den Empfänger gesendet und fordert ihn auf, das Do msgid "This email will be sent to the recipient who has just signed the document, if there are still other recipients who have not signed yet." msgstr "Diese E-Mail wird an den Empfänger gesendet, der das Dokument gerade unterschrieben hat, wenn es noch andere Empfänger gibt, die noch nicht unterschrieben haben." -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:580 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:650 msgid "This field cannot be modified or deleted. When you share this template's direct link or add it to your public profile, anyone who accesses it can input their name and email, and fill in the fields assigned to them." msgstr "Dieses Feld kann nicht geändert oder gelöscht werden. Wenn Sie den direkten Link dieser Vorlage teilen oder zu Ihrem öffentlichen Profil hinzufügen, kann jeder, der darauf zugreift, seinen Namen und seine E-Mail-Adresse eingeben und die ihm zugewiesenen Felder ausfüllen." @@ -5459,7 +5589,7 @@ msgstr "Dieser Passkey ist für diese Anwendung nicht konfiguriert. Bitte melden msgid "This price includes minimum 5 seats." msgstr "Dieser Preis beinhaltet mindestens 5 Plätze." -#: packages/ui/primitives/document-flow/add-fields.tsx:1108 +#: packages/ui/primitives/document-flow/add-fields.tsx:1114 msgid "This recipient can no longer be modified as they have signed a field, or completed the document." msgstr "Dieser Empfänger kann nicht mehr bearbeitet werden, da er ein Feld unterschrieben oder das Dokument abgeschlossen hat." @@ -5467,7 +5597,7 @@ msgstr "Dieser Empfänger kann nicht mehr bearbeitet werden, da er ein Feld unte msgid "This session has expired. Please try again." msgstr "Diese Sitzung ist abgelaufen. Bitte versuchen Sie es erneut." -#: packages/ui/primitives/document-flow/add-signers.tsx:194 +#: packages/ui/primitives/document-flow/add-signers.tsx:200 msgid "This signer has already signed the document." msgstr "Dieser Unterzeichner hat das Dokument bereits unterschrieben." @@ -5573,8 +5703,8 @@ msgstr "Um Zugang zu Ihrem Konto zu erhalten, bestätigen Sie bitte Ihre E-Mail- msgid "To mark this document as viewed, you need to be logged in as <0>{0}" msgstr "Um dieses Dokument als angesehen zu markieren, müssen Sie als <0>{0} angemeldet sein" -#: packages/ui/primitives/document-flow/add-fields.tsx:1091 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:954 +#: packages/ui/primitives/document-flow/add-fields.tsx:1097 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:970 msgid "To proceed further, please set at least one value for the {0} field." msgstr "Um fortzufahren, legen Sie bitte mindestens einen Wert für das Feld {0} fest." @@ -5708,7 +5838,7 @@ msgstr "Typ" msgid "Type a command or search..." msgstr "Geben Sie einen Befehl ein oder suchen Sie..." -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:134 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:132 msgid "Typed signatures are not allowed. Please draw your signature." msgstr "Getippte Unterschriften sind nicht erlaubt. Bitte zeichnen Sie Ihre Unterschrift." @@ -5728,7 +5858,7 @@ msgstr "Kann Code zur Wiederherstellung nicht kopieren" msgid "Unable to copy token" msgstr "Token kann nicht kopiert werden" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:101 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:105 msgid "Unable to create direct template access. Please try again later." msgstr "Direkter Zugriff auf die Vorlage kann nicht erstellt werden. Bitte versuche es später noch einmal." @@ -6092,8 +6222,8 @@ msgstr "Codes ansehen" msgid "View document" msgstr "Dokument anzeigen" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:140 -#: packages/email/template-components/template-document-invite.tsx:104 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:181 +#: packages/email/template-components/template-document-invite.tsx:107 #: packages/email/template-components/template-document-rejected.tsx:44 #: packages/ui/primitives/document-flow/add-subject.tsx:90 #: packages/ui/primitives/document-flow/add-subject.tsx:91 @@ -6129,7 +6259,7 @@ msgstr "Wiederherstellungscodes ansehen" msgid "View teams" msgstr "Teams ansehen" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:120 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:121 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:269 #: packages/lib/constants/recipient-roles.ts:30 msgid "Viewed" @@ -6164,6 +6294,7 @@ msgid "Waiting for others to sign" msgstr "Warten auf andere, um zu unterschreiben" #: apps/web/src/app/(signing)/sign/[token]/waiting/page.tsx:70 +#: apps/web/src/app/embed/waiting-for-turn.tsx:31 msgid "Waiting for Your Turn" msgstr "Warten auf deine Reihe" @@ -6175,6 +6306,15 @@ msgstr "Möchten Sie auffällige Signatur-Links wie diesen senden? <0>Überprüf msgid "Want your own public profile?" msgstr "Möchten Sie Ihr eigenes öffentliches Profil haben?" +#: packages/ui/primitives/document-flow/add-signers.tsx:260 +#: packages/ui/primitives/document-flow/add-signers.tsx:298 +#: packages/ui/primitives/document-flow/add-signers.tsx:337 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:232 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:329 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:365 +msgid "Warning: Assistant as last signer" +msgstr "" + #: apps/web/src/app/(dashboard)/settings/billing/billing-portal-button.tsx:41 #: apps/web/src/app/(teams)/t/[teamUrl]/layout-billing-banner.tsx:55 #: apps/web/src/components/(teams)/team-billing-portal-button.tsx:31 @@ -6189,7 +6329,7 @@ msgstr "Wir können diesen Schlüssel im Moment nicht entfernen. Bitte versuchen msgid "We are unable to update this passkey at the moment. Please try again later." msgstr "Wir können diesen Schlüssel im Moment nicht aktualisieren. Bitte versuchen Sie es später erneut." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:149 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:153 msgid "We encountered an error while removing the direct template link. Please try again later." msgstr "Wir sind auf einen Fehler gestoßen, während wir den direkten Vorlagenlink entfernt haben. Bitte versuchen Sie es später erneut." @@ -6356,7 +6496,7 @@ msgstr "Wir konnten die Zwei-Faktor-Authentifizierung für Ihr Konto nicht einri #: apps/web/src/app/(recipient)/d/[token]/direct-template.tsx:120 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:264 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:146 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:157 msgid "We were unable to submit this document at this time. Please try again later." msgstr "Wir konnten dieses Dokument zurzeit nicht einreichen. Bitte versuchen Sie es später erneut." @@ -6600,6 +6740,11 @@ msgstr "Sie können die erstellten Dokumente in Ihrem Dashboard unter der Rubrik msgid "You can view the document and its status by clicking the button below." msgstr "Sie können das Dokument und seinen Status einsehen, indem Sie auf die Schaltfläche unten klicken." +#: packages/ui/primitives/document-flow/add-signers.tsx:282 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:349 +msgid "You cannot add assistants when signing order is disabled." +msgstr "" + #: apps/web/src/app/(dashboard)/settings/security/passkeys/create-passkey-dialog.tsx:213 msgid "You cannot have more than {MAXIMUM_PASSKEYS} passkeys." msgstr "Sie dürfen nicht mehr als {MAXIMUM_PASSKEYS} Passkeys haben." @@ -6684,7 +6829,7 @@ msgstr "Sie haben noch keine Vorlagen erstellt. Bitte laden Sie eine Datei hoch, msgid "You have not yet created or received any documents. To create a document please upload one." msgstr "Sie haben noch keine Dokumente erstellt oder erhalten. Bitte laden Sie ein Dokument hoch, um eines zu erstellen." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:229 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:233 msgid "You have reached the maximum limit of {0} direct templates. <0>Upgrade your account to continue!" msgstr "Sie haben das maximale Limit von {0} direkten Vorlagen erreicht. <0>Upgrade your account to continue!" @@ -6962,4 +7107,3 @@ msgstr "Ihr Token wurde erfolgreich erstellt! Stellen Sie sicher, dass Sie es ko #: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:86 msgid "Your tokens will be shown here once you create them." msgstr "Ihre Tokens werden hier angezeigt, sobald Sie sie erstellt haben." - diff --git a/packages/lib/translations/en/web.po b/packages/lib/translations/en/web.po index 79af773f9..5ada76efd 100644 --- a/packages/lib/translations/en/web.po +++ b/packages/lib/translations/en/web.po @@ -17,7 +17,7 @@ msgstr "" 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:74 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:71 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}\"." @@ -41,7 +41,12 @@ msgstr "\"{documentTitle}\" has been successfully deleted" msgid "\"{placeholderEmail}\" on behalf of \"{0}\" has invited you to sign \"example document\"." msgstr "\"{placeholderEmail}\" on behalf of \"{0}\" has invited you to sign \"example document\"." -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:330 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:271 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:326 +msgid "(You)" +msgstr "(You)" + +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:336 msgid "{0, plural, one {(1 character over)} other {(# characters over)}}" msgstr "{0, plural, one {(1 character over)} other {(# characters over)}}" @@ -120,7 +125,7 @@ msgstr "{0} on behalf of \"{1}\" has invited you to {recipientActionVerb} the do msgid "{0} Recipient(s)" msgstr "{0} Recipient(s)" -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:311 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:317 msgid "{charactersRemaining, plural, one {1 character remaining} other {{charactersRemaining} characters remaining}}" msgstr "{charactersRemaining, plural, one {1 character remaining} other {{charactersRemaining} characters remaining}}" @@ -192,14 +197,18 @@ msgstr "{prefix} created the document" msgid "{prefix} deleted the document" msgstr "{prefix} deleted the document" -#: packages/lib/utils/document-audit-logs.ts:351 +#: packages/lib/utils/document-audit-logs.ts:355 msgid "{prefix} moved the document to team" msgstr "{prefix} moved the document to team" -#: packages/lib/utils/document-audit-logs.ts:335 +#: packages/lib/utils/document-audit-logs.ts:339 msgid "{prefix} opened the document" msgstr "{prefix} opened the document" +#: packages/lib/utils/document-audit-logs.ts:319 +msgid "{prefix} prefilled a field" +msgstr "{prefix} prefilled a field" + #: packages/lib/utils/document-audit-logs.ts:283 msgid "{prefix} removed a field" msgstr "{prefix} removed a field" @@ -208,15 +217,15 @@ msgstr "{prefix} removed a field" msgid "{prefix} removed a recipient" msgstr "{prefix} removed a recipient" -#: packages/lib/utils/document-audit-logs.ts:381 +#: packages/lib/utils/document-audit-logs.ts:385 msgid "{prefix} resent an email to {0}" msgstr "{prefix} resent an email to {0}" -#: packages/lib/utils/document-audit-logs.ts:382 +#: packages/lib/utils/document-audit-logs.ts:386 msgid "{prefix} sent an email to {0}" msgstr "{prefix} sent an email to {0}" -#: packages/lib/utils/document-audit-logs.ts:347 +#: packages/lib/utils/document-audit-logs.ts:351 msgid "{prefix} sent the document" msgstr "{prefix} sent the document" @@ -236,27 +245,27 @@ msgstr "{prefix} updated a field" msgid "{prefix} updated a recipient" msgstr "{prefix} updated a recipient" -#: packages/lib/utils/document-audit-logs.ts:331 +#: packages/lib/utils/document-audit-logs.ts:335 msgid "{prefix} updated the document" msgstr "{prefix} updated the document" -#: packages/lib/utils/document-audit-logs.ts:323 +#: packages/lib/utils/document-audit-logs.ts:327 msgid "{prefix} updated the document access auth requirements" msgstr "{prefix} updated the document access auth requirements" -#: packages/lib/utils/document-audit-logs.ts:343 +#: packages/lib/utils/document-audit-logs.ts:347 msgid "{prefix} updated the document external ID" msgstr "{prefix} updated the document external ID" -#: packages/lib/utils/document-audit-logs.ts:327 +#: packages/lib/utils/document-audit-logs.ts:331 msgid "{prefix} updated the document signing auth requirements" msgstr "{prefix} updated the document signing auth requirements" -#: packages/lib/utils/document-audit-logs.ts:339 +#: packages/lib/utils/document-audit-logs.ts:343 msgid "{prefix} updated the document title" msgstr "{prefix} updated the document title" -#: packages/lib/utils/document-audit-logs.ts:319 +#: packages/lib/utils/document-audit-logs.ts:323 msgid "{prefix} updated the document visibility" msgstr "{prefix} updated the document visibility" @@ -313,27 +322,27 @@ msgstr "{teamName} has invited you to {action} {documentName}" msgid "{teamName} ownership transfer request" msgstr "{teamName} ownership transfer request" -#: packages/lib/utils/document-audit-logs.ts:359 +#: packages/lib/utils/document-audit-logs.ts:363 msgid "{userName} approved the document" msgstr "{userName} approved the document" -#: packages/lib/utils/document-audit-logs.ts:360 +#: packages/lib/utils/document-audit-logs.ts:364 msgid "{userName} CC'd the document" msgstr "{userName} CC'd the document" -#: packages/lib/utils/document-audit-logs.ts:361 +#: packages/lib/utils/document-audit-logs.ts:365 msgid "{userName} completed their task" msgstr "{userName} completed their task" -#: packages/lib/utils/document-audit-logs.ts:371 +#: packages/lib/utils/document-audit-logs.ts:375 msgid "{userName} rejected the document" msgstr "{userName} rejected the document" -#: packages/lib/utils/document-audit-logs.ts:357 +#: packages/lib/utils/document-audit-logs.ts:361 msgid "{userName} signed the document" msgstr "{userName} signed the document" -#: packages/lib/utils/document-audit-logs.ts:358 +#: packages/lib/utils/document-audit-logs.ts:362 msgid "{userName} viewed the document" msgstr "{userName} viewed the document" @@ -700,11 +709,11 @@ msgstr "Add Fields" msgid "Add more" msgstr "Add more" -#: packages/ui/primitives/document-flow/add-signers.tsx:690 +#: packages/ui/primitives/document-flow/add-signers.tsx:696 msgid "Add myself" msgstr "Add myself" -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:644 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:714 msgid "Add Myself" msgstr "Add Myself" @@ -713,7 +722,7 @@ msgstr "Add Myself" msgid "Add passkey" msgstr "Add passkey" -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:630 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:700 msgid "Add Placeholder Recipient" msgstr "Add Placeholder Recipient" @@ -721,7 +730,7 @@ msgstr "Add Placeholder Recipient" msgid "Add Placeholders" msgstr "Add Placeholders" -#: packages/ui/primitives/document-flow/add-signers.tsx:679 +#: packages/ui/primitives/document-flow/add-signers.tsx:685 msgid "Add Signer" msgstr "Add Signer" @@ -774,8 +783,8 @@ msgstr "Admin panel" msgid "Advanced Options" msgstr "Advanced Options" -#: packages/ui/primitives/document-flow/add-fields.tsx:585 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:490 +#: packages/ui/primitives/document-flow/add-fields.tsx:593 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:506 msgid "Advanced settings" msgstr "Advanced settings" @@ -902,7 +911,7 @@ msgstr "An error occurred while creating the webhook. Please try again." msgid "An error occurred while deleting the user." msgstr "An error occurred while deleting the user." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:120 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:124 msgid "An error occurred while disabling direct link signing." msgstr "An error occurred while disabling direct link signing." @@ -921,7 +930,7 @@ msgstr "An error occurred while downloading your document." msgid "An error occurred while duplicating template." msgstr "An error occurred while duplicating template." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:119 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:123 msgid "An error occurred while enabling direct link signing." msgstr "An error occurred while enabling direct link signing." @@ -945,25 +954,25 @@ msgstr "An error occurred while moving the document." msgid "An error occurred while moving the template." msgstr "An error occurred while moving the template." -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:116 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:151 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:130 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:134 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:117 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:113 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:155 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:202 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:203 msgid "An error occurred while removing the field." msgstr "An error occurred while removing the field." -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:154 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:131 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:137 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:115 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:153 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:196 -#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:129 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:194 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:131 +msgid "An error occurred while removing the selection." +msgstr "An error occurred while removing the selection." + +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:192 msgid "An error occurred while removing the signature." msgstr "An error occurred while removing the signature." -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:197 -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:326 msgid "An error occurred while sending the document." msgstr "An error occurred while sending the document." @@ -972,16 +981,28 @@ msgstr "An error occurred while sending the document." msgid "An error occurred while sending your confirmation email" msgstr "An error occurred while sending your confirmation email" -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:125 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:105 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:106 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:89 -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:90 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:127 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:151 -#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:102 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:168 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:169 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:121 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:102 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:90 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:86 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:128 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:152 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:174 +msgid "An error occurred while signing as assistant." +msgstr "An error occurred while signing as assistant." + +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:122 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:104 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:91 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:87 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:129 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:153 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:104 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:166 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:175 msgid "An error occurred while signing the document." msgstr "An error occurred while signing the document." @@ -994,7 +1015,7 @@ msgstr "An error occurred while trying to create a checkout session." msgid "An error occurred while updating the document settings." msgstr "An error occurred while updating the document settings." -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:215 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:209 msgid "An error occurred while updating the signature." msgstr "An error occurred while updating the signature." @@ -1075,12 +1096,12 @@ msgstr "App Version" msgid "Approve" msgstr "Approve" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:142 -#: packages/email/template-components/template-document-invite.tsx:105 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:183 +#: packages/email/template-components/template-document-invite.tsx:108 msgid "Approve Document" msgstr "Approve Document" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:94 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:95 #: packages/lib/constants/recipient-roles.ts:9 msgid "Approved" msgstr "Approved" @@ -1097,6 +1118,10 @@ msgstr "Approvers" msgid "Approving" msgstr "Approving" +#: apps/web/src/app/(signing)/sign/[token]/assistant/assistant-confirmation-dialog.tsx:46 +msgid "Are you sure you want to complete the document? This action cannot be undone. Please ensure that you have completed prefilling all relevant fields before proceeding." +msgstr "Are you sure you want to complete the document? This action cannot be undone. Please ensure that you have completed prefilling all relevant fields before proceeding." + #: apps/web/src/components/(dashboard)/settings/token/delete-token-dialog.tsx:129 msgid "Are you sure you want to delete this token?" msgstr "Are you sure you want to delete this token?" @@ -1115,7 +1140,7 @@ msgstr "Are you sure you wish to delete this team?" #: apps/web/src/app/(dashboard)/documents/delete-document-dialog.tsx:99 #: apps/web/src/app/(dashboard)/settings/teams/team-email-usage.tsx:94 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:449 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:453 #: 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 @@ -1123,6 +1148,40 @@ msgstr "Are you sure you wish to delete this team?" msgid "Are you sure?" msgstr "Are you sure?" +#: packages/lib/constants/recipient-roles.ts:36 +msgid "Assist" +msgstr "Assist" + +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:184 +#: packages/email/template-components/template-document-invite.tsx:110 +msgid "Assist Document" +msgstr "Assist Document" + +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:253 +msgid "Assist with signing" +msgstr "Assist with signing" + +#: packages/lib/constants/recipient-roles.ts:39 +msgid "Assistant" +msgstr "Assistant" + +#: packages/ui/components/recipient/recipient-role-select.tsx:142 +msgid "Assistant role is only available when the document is in sequential signing mode." +msgstr "Assistant role is only available when the document is in sequential signing mode." + +#: packages/lib/constants/recipient-roles.ts:40 +msgid "Assistants" +msgstr "Assistants" + +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:127 +#: packages/lib/constants/recipient-roles.ts:37 +msgid "Assisted" +msgstr "Assisted" + +#: packages/lib/constants/recipient-roles.ts:38 +msgid "Assisting" +msgstr "Assisting" + #: apps/web/src/app/(dashboard)/admin/documents/[id]/admin-actions.tsx:66 msgid "Attempts sealing the document again, useful for after a code change has occurred to resolve an erroneous document." msgstr "Attempts sealing the document again, useful for after a code change has occurred to resolve an erroneous document." @@ -1152,7 +1211,7 @@ msgstr "Avatar Updated" msgid "Awaiting email confirmation" msgstr "Awaiting email confirmation" -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:373 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:366 #: apps/web/src/components/(dashboard)/settings/layout/activity-back.tsx:20 #: apps/web/src/components/forms/v2/signup.tsx:513 msgid "Back" @@ -1274,6 +1333,10 @@ msgstr "By proceeding with your electronic signature, you acknowledge and consen msgid "By using the electronic signature feature, you are consenting to conduct transactions and receive disclosures electronically. You acknowledge that your electronic signature on documents is binding and that you accept the terms outlined in the documents you are signing." msgstr "By using the electronic signature feature, you are consenting to conduct transactions and receive disclosures electronically. You acknowledge that your electronic signature on documents is binding and that you accept the terms outlined in the documents you are signing." +#: packages/ui/components/recipient/recipient-role-select.tsx:128 +msgid "Can prepare" +msgstr "Can prepare" + #: apps/web/src/app/(dashboard)/documents/_action-items/resend-document.tsx:185 #: apps/web/src/app/(dashboard)/documents/delete-document-dialog.tsx:191 #: apps/web/src/app/(dashboard)/documents/duplicate-document-dialog.tsx:107 @@ -1285,20 +1348,20 @@ msgstr "By using the electronic signature feature, you are consenting to conduct #: apps/web/src/app/(dashboard)/templates/delete-template-dialog.tsx:76 #: apps/web/src/app/(dashboard)/templates/duplicate-template-dialog.tsx:77 #: apps/web/src/app/(dashboard)/templates/move-template-dialog.tsx:131 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:466 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:470 #: apps/web/src/app/(signing)/sign/[token]/auto-sign.tsx:220 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-2fa.tsx:178 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-account.tsx:71 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-passkey.tsx:164 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-passkey.tsx:189 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:164 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:246 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:232 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:341 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:206 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:381 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:234 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:347 #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:153 #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:131 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:320 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:352 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:318 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:358 #: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-transfer-status.tsx:121 #: apps/web/src/components/(dashboard)/settings/token/delete-token-dialog.tsx:176 #: apps/web/src/components/(dashboard)/settings/webhooks/create-webhook-dialog.tsx:242 @@ -1327,7 +1390,7 @@ msgstr "Cancel" msgid "Cancelled by user" msgstr "Cancelled by user" -#: packages/ui/primitives/document-flow/add-signers.tsx:193 +#: packages/ui/primitives/document-flow/add-signers.tsx:199 msgid "Cannot remove signer" msgstr "Cannot remove signer" @@ -1368,11 +1431,11 @@ msgstr "Checkbox values" msgid "Checkout" msgstr "Checkout" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:266 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:270 msgid "Choose an existing recipient from below to continue" msgstr "Choose an existing recipient from below to continue" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:262 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:266 msgid "Choose Direct Link Recipient" msgstr "Choose Direct Link Recipient" @@ -1432,10 +1495,10 @@ msgstr "Click here to upload" msgid "Click to copy signing link for sending to recipient" msgstr "Click to copy signing link for sending to recipient" -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:179 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:128 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:180 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:174 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:481 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:360 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:440 msgid "Click to insert field" msgstr "Click to insert field" @@ -1455,7 +1518,7 @@ msgstr "Close" #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:61 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:471 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:350 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:430 #: apps/web/src/components/forms/v2/signup.tsx:538 msgid "Complete" msgstr "Complete" @@ -1464,10 +1527,18 @@ msgstr "Complete" msgid "Complete Approval" msgstr "Complete Approval" +#: apps/web/src/app/(signing)/sign/[token]/assistant/assistant-confirmation-dialog.tsx:43 +msgid "Complete Document" +msgstr "Complete Document" + #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:69 msgid "Complete Signing" msgstr "Complete Signing" +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:225 +msgid "Complete the fields for the following signers. Once reviewed, they will inform you if any modifications are needed." +msgstr "Complete the fields for the following signers. Once reviewed, they will inform you if any modifications are needed." + #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:68 msgid "Complete Viewing" msgstr "Complete Viewing" @@ -1511,12 +1582,12 @@ msgstr "Configure general settings for the template." msgid "Configure template" msgstr "Configure template" -#: packages/ui/primitives/document-flow/add-fields.tsx:586 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:491 +#: packages/ui/primitives/document-flow/add-fields.tsx:594 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:507 msgid "Configure the {0} field" msgstr "Configure the {0} field" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:475 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:479 #: apps/web/src/components/templates/manage-public-template-dialog.tsx:458 msgid "Confirm" msgstr "Confirm" @@ -1560,6 +1631,7 @@ msgid "Content" msgstr "Content" #: apps/web/src/app/(dashboard)/settings/security/passkeys/create-passkey-dialog.tsx:252 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:297 #: apps/web/src/app/(unauthenticated)/team/invite/[token]/page.tsx:135 #: apps/web/src/app/(unauthenticated)/team/verify/email/[token]/page.tsx:69 #: apps/web/src/app/(unauthenticated)/team/verify/email/[token]/page.tsx:143 @@ -1574,6 +1646,10 @@ msgstr "Continue" msgid "Continue by approving the document." msgstr "Continue by approving the document." +#: packages/email/template-components/template-document-invite.tsx:88 +msgid "Continue by assisting with the document." +msgstr "Continue by assisting with the document." + #: packages/email/template-components/template-document-completed.tsx:45 msgid "Continue by downloading the document." msgstr "Continue by downloading the document." @@ -1615,10 +1691,10 @@ msgstr "Controls whether the signing certificate will be included in the documen msgid "Copied" msgstr "Copied" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:162 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:169 #: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:72 #: apps/web/src/app/(dashboard)/templates/template-direct-link-badge.tsx:31 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:159 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:163 #: apps/web/src/components/(dashboard)/avatar/avatar-with-recipient.tsx:40 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:61 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:117 @@ -1641,7 +1717,7 @@ msgstr "Copy Link" msgid "Copy sharable link" msgstr "Copy sharable link" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:391 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:395 msgid "Copy Shareable Link" msgstr "Copy Shareable Link" @@ -1692,7 +1768,7 @@ msgstr "Create as pending" msgid "Create Direct Link" msgstr "Create Direct Link" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:197 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:201 msgid "Create Direct Signing Link" msgstr "Create Direct Signing Link" @@ -1704,7 +1780,7 @@ msgstr "Create document from template" msgid "Create now" msgstr "Create now" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:346 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:350 msgid "Create one automatically" msgstr "Create one automatically" @@ -1749,7 +1825,7 @@ msgid "Create your account and start using state-of-the-art document signing. Op 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:62 -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:112 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:113 #: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx:36 #: apps/web/src/app/(dashboard)/documents/data-table.tsx:48 #: apps/web/src/app/(dashboard)/settings/security/passkeys/user-passkeys-data-table.tsx:63 @@ -1806,10 +1882,10 @@ msgid "Dark Mode" msgstr "Dark Mode" #: apps/web/src/app/(dashboard)/settings/security/activity/user-security-activity-data-table.tsx:67 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:153 -#: packages/ui/primitives/document-flow/add-fields.tsx:945 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:152 +#: packages/ui/primitives/document-flow/add-fields.tsx:951 #: packages/ui/primitives/document-flow/types.ts:53 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:810 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:826 msgid "Date" msgstr "Date" @@ -1962,19 +2038,19 @@ msgstr "Direct Link" msgid "direct link disabled" msgstr "direct link disabled" -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:577 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:647 msgid "Direct link receiver" msgstr "Direct link receiver" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:357 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:361 msgid "Direct Link Signing" msgstr "Direct Link Signing" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:111 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:115 msgid "Direct link signing has been disabled" msgstr "Direct link signing has been disabled" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:110 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:114 msgid "Direct link signing has been enabled" msgstr "Direct link signing has been enabled" @@ -1982,11 +2058,11 @@ msgstr "Direct link signing has been enabled" 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." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:138 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:142 msgid "Direct template link deleted" msgstr "Direct template link deleted" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:223 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:227 msgid "Direct template link usage exceeded ({0}/{1})" msgstr "Direct template link usage exceeded ({0}/{1})" @@ -2018,7 +2094,7 @@ msgstr "Disable Two Factor Authentication before deleting your account." msgid "Disabled" msgstr "Disabled" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:374 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:378 msgid "Disabling direct link signing will prevent anyone from accessing the link." msgstr "Disabling direct link signing will prevent anyone from accessing the link." @@ -2065,7 +2141,7 @@ msgstr "Document \"{0}\" - Rejection Confirmed" msgid "Document access" msgstr "Document access" -#: packages/lib/utils/document-audit-logs.ts:322 +#: packages/lib/utils/document-audit-logs.ts:326 msgid "Document access auth updated" msgstr "Document access auth updated" @@ -2084,8 +2160,8 @@ msgid "Document Cancelled" msgstr "Document Cancelled" #: apps/web/src/components/formatter/document-status.tsx:29 -#: packages/lib/utils/document-audit-logs.ts:385 -#: packages/lib/utils/document-audit-logs.ts:386 +#: packages/lib/utils/document-audit-logs.ts:389 +#: packages/lib/utils/document-audit-logs.ts:390 msgid "Document completed" msgstr "Document completed" @@ -2148,7 +2224,7 @@ msgstr "Document draft" msgid "Document Duplicated" msgstr "Document Duplicated" -#: packages/lib/utils/document-audit-logs.ts:342 +#: packages/lib/utils/document-audit-logs.ts:346 msgid "Document external ID updated" msgstr "Document external ID updated" @@ -2178,7 +2254,7 @@ msgstr "Document metrics" msgid "Document moved" msgstr "Document moved" -#: packages/lib/utils/document-audit-logs.ts:350 +#: packages/lib/utils/document-audit-logs.ts:354 msgid "Document moved to team" msgstr "Document moved to team" @@ -2186,7 +2262,7 @@ msgstr "Document moved to team" msgid "Document no longer available to sign" msgstr "Document no longer available to sign" -#: packages/lib/utils/document-audit-logs.ts:334 +#: packages/lib/utils/document-audit-logs.ts:338 msgid "Document opened" msgstr "Document opened" @@ -2216,7 +2292,7 @@ msgid "Document resealed" msgstr "Document resealed" #: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:303 -#: packages/lib/utils/document-audit-logs.ts:346 +#: packages/lib/utils/document-audit-logs.ts:350 msgid "Document sent" msgstr "Document sent" @@ -2224,7 +2300,7 @@ msgstr "Document sent" msgid "Document Signed" msgstr "Document Signed" -#: packages/lib/utils/document-audit-logs.ts:326 +#: packages/lib/utils/document-audit-logs.ts:330 msgid "Document signing auth updated" msgstr "Document signing auth updated" @@ -2240,11 +2316,11 @@ msgstr "Document status" msgid "Document title" msgstr "Document title" -#: packages/lib/utils/document-audit-logs.ts:338 +#: packages/lib/utils/document-audit-logs.ts:342 msgid "Document title updated" msgstr "Document title updated" -#: packages/lib/utils/document-audit-logs.ts:330 +#: packages/lib/utils/document-audit-logs.ts:334 msgid "Document updated" msgstr "Document updated" @@ -2260,7 +2336,7 @@ msgstr "Document uploaded" msgid "Document Viewed" msgstr "Document Viewed" -#: packages/lib/utils/document-audit-logs.ts:318 +#: packages/lib/utils/document-audit-logs.ts:322 msgid "Document visibility updated" msgstr "Document visibility updated" @@ -2343,8 +2419,8 @@ msgstr "Drafted Documents" msgid "Drag & drop your PDF here." msgstr "Drag & drop your PDF here." -#: packages/ui/primitives/document-flow/add-fields.tsx:1076 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:941 +#: packages/ui/primitives/document-flow/add-fields.tsx:1082 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:957 msgid "Dropdown" msgstr "Dropdown" @@ -2402,9 +2478,9 @@ msgstr "Electronic Signature Disclosure" #: 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:119 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:131 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:133 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:407 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:287 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:363 #: apps/web/src/components/(teams)/dialogs/add-team-email-dialog.tsx:169 #: apps/web/src/components/(teams)/dialogs/update-team-email-dialog.tsx:153 #: apps/web/src/components/forms/forgot-password.tsx:81 @@ -2412,13 +2488,13 @@ msgstr "Electronic Signature Disclosure" #: apps/web/src/components/forms/signin.tsx:339 #: apps/web/src/components/forms/signup.tsx:176 #: packages/lib/constants/document.ts:28 -#: packages/ui/primitives/document-flow/add-fields.tsx:893 -#: packages/ui/primitives/document-flow/add-signers.tsx:511 -#: packages/ui/primitives/document-flow/add-signers.tsx:518 +#: packages/ui/primitives/document-flow/add-fields.tsx:899 +#: packages/ui/primitives/document-flow/add-signers.tsx:513 +#: packages/ui/primitives/document-flow/add-signers.tsx:520 #: packages/ui/primitives/document-flow/types.ts:54 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:758 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:470 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:477 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:774 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:537 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:544 msgid "Email" msgstr "Email" @@ -2444,11 +2520,11 @@ msgstr "Email Confirmed!" msgid "Email Options" msgstr "Email Options" -#: packages/lib/utils/document-audit-logs.ts:379 +#: packages/lib/utils/document-audit-logs.ts:383 msgid "Email resent" msgstr "Email resent" -#: packages/lib/utils/document-audit-logs.ts:379 +#: packages/lib/utils/document-audit-logs.ts:383 msgid "Email sent" msgstr "Email sent" @@ -2464,7 +2540,7 @@ msgstr "Email verification has been removed" msgid "Email verification has been resent" msgstr "Email verification has been resent" -#: packages/ui/primitives/document-flow/add-fields.tsx:1141 +#: packages/ui/primitives/document-flow/add-fields.tsx:1147 msgid "Empty field" msgstr "Empty field" @@ -2490,17 +2566,17 @@ msgstr "Enable Authenticator App" 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:246 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:250 msgid "Enable direct link signing" msgstr "Enable direct link signing" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:368 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:372 #: packages/lib/constants/template.ts:8 msgid "Enable Direct Link Signing" msgstr "Enable Direct Link Signing" -#: packages/ui/primitives/document-flow/add-signers.tsx:400 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:369 +#: packages/ui/primitives/document-flow/add-signers.tsx:402 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:436 msgid "Enable signing order" msgstr "Enable signing order" @@ -2508,8 +2584,8 @@ msgstr "Enable signing order" msgid "Enable Typed Signature" msgstr "Enable Typed Signature" -#: packages/ui/primitives/document-flow/add-fields.tsx:813 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:678 +#: packages/ui/primitives/document-flow/add-fields.tsx:819 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:694 msgid "Enable Typed Signatures" msgstr "Enable Typed Signatures" @@ -2554,7 +2630,7 @@ msgstr "Enter your email address to receive the completed document." msgid "Enter your name" msgstr "Enter your name" -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:293 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:299 msgid "Enter your text here" msgstr "Enter your text here" @@ -2576,28 +2652,28 @@ msgstr "Enter your text here" #: apps/web/src/app/(dashboard)/templates/move-template-dialog.tsx:68 #: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:187 #: apps/web/src/app/(signing)/sign/[token]/auto-sign.tsx:152 -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:124 -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:153 -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:214 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:104 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:130 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:105 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:136 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:119 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:150 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:208 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:101 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:129 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:100 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:133 #: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:88 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:114 -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:89 -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:115 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:116 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:84 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:112 #: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:126 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:152 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:154 #: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:150 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:195 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:201 #: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:101 -#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:128 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:133 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:167 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:193 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:168 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:196 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:130 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:131 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:165 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:191 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:172 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:202 #: apps/web/src/components/(dashboard)/layout/verify-email-banner.tsx:54 #: apps/web/src/components/(dashboard)/settings/webhooks/create-webhook-dialog.tsx:101 #: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:224 @@ -2681,6 +2757,10 @@ msgstr "Field label" msgid "Field placeholder" msgstr "Field placeholder" +#: packages/lib/utils/document-audit-logs.ts:318 +msgid "Field prefilled by assistant" +msgstr "Field prefilled by assistant" + #: packages/lib/utils/document-audit-logs.ts:310 msgid "Field signed" msgstr "Field signed" @@ -2732,11 +2812,11 @@ msgstr "Forgot your password?" msgid "Free Signature" msgstr "Free Signature" -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:330 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:191 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:210 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:322 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:326 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:212 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:392 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:272 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:348 #: apps/web/src/components/forms/profile.tsx:101 #: apps/web/src/components/forms/v2/signup.tsx:316 msgid "Full Name" @@ -2791,18 +2871,35 @@ msgstr "Go to your <0>public profile settings to add documents." msgid "Green" msgstr "Green" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:107 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:120 msgid "has invited you to approve this document" msgstr "has invited you to approve this document" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:98 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:129 +msgid "has invited you to assist this document" +msgstr "has invited you to assist this document" + +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:111 msgid "has invited you to sign this document" msgstr "has invited you to sign this document" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:89 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:102 msgid "has invited you to view this document" msgstr "has invited you to view this document" +#: packages/ui/primitives/document-flow/add-signers.tsx:262 +#: packages/ui/primitives/document-flow/add-signers.tsx:300 +#: packages/ui/primitives/document-flow/add-signers.tsx:339 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:234 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:331 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:367 +msgid "Having an assistant as the last signer means they will be unable to take any action as there are no subsequent signers to assist." +msgstr "Having an assistant as the last signer means they will be unable to take any action as there are no subsequent signers to assist." + +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:278 +msgid "Help complete the document for other signers." +msgstr "Help complete the document for other signers." + #: apps/web/src/app/(dashboard)/settings/profile/page.tsx:29 msgid "Here you can edit your personal details." msgstr "Here you can edit your personal details." @@ -2819,7 +2916,7 @@ msgstr "Here you can set preferences and defaults for branding." 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:201 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:205 msgid "Here's how it works:" msgstr "Here's how it works:" @@ -2845,19 +2942,23 @@ msgstr "Hide" msgid "Hide additional information" msgstr "Hide additional information" -#: packages/lib/constants/recipient-roles.ts:44 +#: packages/lib/constants/recipient-roles.ts:58 msgid "I am a signer of this document" msgstr "I am a signer of this document" -#: packages/lib/constants/recipient-roles.ts:47 +#: packages/lib/constants/recipient-roles.ts:61 msgid "I am a viewer of this document" msgstr "I am a viewer of this document" -#: packages/lib/constants/recipient-roles.ts:45 +#: packages/lib/constants/recipient-roles.ts:59 msgid "I am an approver of this document" msgstr "I am an approver of this document" -#: packages/lib/constants/recipient-roles.ts:46 +#: packages/lib/constants/recipient-roles.ts:62 +msgid "I am an assistant of this document" +msgstr "I am an assistant of this document" + +#: packages/lib/constants/recipient-roles.ts:60 msgid "I am required to receive a copy of this document" msgstr "I am required to receive a copy of this document" @@ -2908,7 +3009,7 @@ msgstr "Information" msgid "Inherit authentication method" msgstr "Inherit authentication method" -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:132 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:129 #: packages/ui/primitives/document-flow/types.ts:51 msgid "Initials" msgstr "Initials" @@ -3008,6 +3109,10 @@ msgstr "It seems that there is no token provided, if you are trying to verify yo msgid "It seems that there is no token provided. Please check your email and try again." msgstr "It seems that there is no token provided. Please check your email and try again." +#: apps/web/src/app/embed/waiting-for-turn.tsx:36 +msgid "It's currently not your turn to sign. Please check back soon as this document should be available for you to sign shortly." +msgstr "It's currently not your turn to sign. Please check back soon as this document should be available for you to sign shortly." + #: apps/web/src/app/(signing)/sign/[token]/waiting/page.tsx:74 msgid "It's currently not your turn to sign. You will receive an email with instructions once it's your turn to sign the document." msgstr "It's currently not your turn to sign. You will receive an email with instructions once it's your turn to sign the document." @@ -3191,7 +3296,7 @@ msgstr "Manage team subscription." msgid "Manage teams" msgstr "Manage teams" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:361 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:365 msgid "Manage the direct link signing for this template" msgstr "Manage the direct link signing for this template" @@ -3259,7 +3364,7 @@ msgstr "Message <0>(Optional)" msgid "Min" msgstr "Min" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:55 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:56 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-recipients.tsx:35 msgid "Modify recipients" msgstr "Modify recipients" @@ -3305,7 +3410,7 @@ msgid "My templates" msgstr "My templates" #: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:148 -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:56 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:57 #: apps/web/src/app/(dashboard)/admin/users/[id]/page.tsx:101 #: 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 @@ -3313,17 +3418,17 @@ msgstr "My templates" #: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:299 #: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:306 #: apps/web/src/app/(signing)/sign/[token]/complete/claim-account.tsx:118 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:175 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:177 #: apps/web/src/components/(teams)/dialogs/add-team-email-dialog.tsx:153 #: apps/web/src/components/(teams)/dialogs/update-team-email-dialog.tsx:141 #: apps/web/src/components/forms/signup.tsx:160 -#: packages/ui/primitives/document-flow/add-fields.tsx:919 -#: packages/ui/primitives/document-flow/add-signers.tsx:549 -#: packages/ui/primitives/document-flow/add-signers.tsx:555 +#: packages/ui/primitives/document-flow/add-fields.tsx:925 +#: packages/ui/primitives/document-flow/add-signers.tsx:551 +#: packages/ui/primitives/document-flow/add-signers.tsx:557 #: packages/ui/primitives/document-flow/types.ts:55 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:784 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:505 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:511 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:800 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:572 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:578 msgid "Name" msgstr "Name" @@ -3331,15 +3436,15 @@ msgstr "Name" msgid "Need to sign documents?" msgstr "Need to sign documents?" -#: packages/ui/components/recipient/recipient-role-select.tsx:52 +#: packages/ui/components/recipient/recipient-role-select.tsx:55 msgid "Needs to approve" msgstr "Needs to approve" -#: packages/ui/components/recipient/recipient-role-select.tsx:31 +#: packages/ui/components/recipient/recipient-role-select.tsx:34 msgid "Needs to sign" msgstr "Needs to sign" -#: packages/ui/components/recipient/recipient-role-select.tsx:73 +#: packages/ui/components/recipient/recipient-role-select.tsx:76 msgid "Needs to view" msgstr "Needs to view" @@ -3361,7 +3466,7 @@ msgid "New Template" msgstr "New Template" #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:462 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:341 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:419 #: apps/web/src/components/forms/v2/signup.tsx:525 msgid "Next" msgstr "Next" @@ -3394,20 +3499,20 @@ msgstr "No recent activity" msgid "No recent documents" msgstr "No recent documents" -#: packages/ui/primitives/document-flow/add-fields.tsx:705 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:598 +#: packages/ui/primitives/document-flow/add-fields.tsx:711 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:614 msgid "No recipient matching this description was found." msgstr "No recipient matching this description was found." -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:70 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:71 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-recipients.tsx:49 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:96 #: packages/ui/primitives/document-flow/add-subject.tsx:215 msgid "No recipients" msgstr "No recipients" -#: packages/ui/primitives/document-flow/add-fields.tsx:720 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:613 +#: packages/ui/primitives/document-flow/add-fields.tsx:726 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:629 msgid "No recipients with this role" msgstr "No recipients with this role" @@ -3438,7 +3543,7 @@ msgstr "No token provided" msgid "No valid direct templates found" msgstr "No valid direct templates found" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:288 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:292 msgid "No valid recipients found" msgstr "No valid recipients found" @@ -3466,10 +3571,10 @@ msgstr "Not supported" msgid "Nothing to do" msgstr "Nothing to do" -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:284 -#: packages/ui/primitives/document-flow/add-fields.tsx:997 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:290 +#: packages/ui/primitives/document-flow/add-fields.tsx:1003 #: packages/ui/primitives/document-flow/types.ts:56 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:862 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:878 msgid "Number" msgstr "Number" @@ -3477,15 +3582,19 @@ msgstr "Number" msgid "Number format" msgstr "Number format" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:116 msgid "on behalf of \"{0}\" has invited you to approve this document" msgstr "on behalf of \"{0}\" has invited you to approve this document" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:94 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:125 +msgid "on behalf of \"{0}\" has invited you to assist this document" +msgstr "on behalf of \"{0}\" has invited you to assist this document" + +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:107 msgid "on behalf of \"{0}\" has invited you to sign this document" msgstr "on behalf of \"{0}\" has invited you to sign this document" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:85 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:98 msgid "on behalf of \"{0}\" has invited you to view this document" msgstr "on behalf of \"{0}\" has invited you to view this document" @@ -3551,7 +3660,7 @@ msgstr "Oops! Something went wrong." msgid "Opened" msgstr "Opened" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:332 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:336 #: apps/web/src/components/forms/signup.tsx:239 #: apps/web/src/components/forms/signup.tsx:263 #: apps/web/src/components/forms/v2/signup.tsx:387 @@ -3675,7 +3784,7 @@ msgstr "Payment is required to finalise the creation of your team." msgid "Payment overdue" msgstr "Payment overdue" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:131 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:138 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-documents-table.tsx:205 #: apps/web/src/components/(teams)/tables/teams-member-page-data-table.tsx:82 #: apps/web/src/components/(teams)/tables/user-settings-teams-page-data-table.tsx:77 @@ -3755,6 +3864,10 @@ msgstr "Please {recipientActionVerb} your document" msgid "Please check the CSV file and make sure it is according to our format" msgstr "Please check the CSV file and make sure it is according to our format" +#: apps/web/src/app/embed/waiting-for-turn.tsx:43 +msgid "Please check with the parent application for more information." +msgstr "Please check with the parent application for more information." + #: apps/web/src/app/(signing)/sign/[token]/waiting/page.tsx:81 msgid "Please check your email for updates." msgstr "Please check your email for updates." @@ -3784,11 +3897,11 @@ msgstr "Please enter a meaningful name for your token. This will help you identi msgid "Please enter a valid name." msgstr "Please enter a valid name." -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:148 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:190 msgid "Please mark as viewed to complete" msgstr "Please mark as viewed to complete" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:453 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:457 msgid "Please note that proceeding will remove direct linking recipient and turn it into a placeholder." msgstr "Please note that proceeding will remove direct linking recipient and turn it into a placeholder." @@ -3828,7 +3941,7 @@ msgstr "Please provide a token from the authenticator, or a backup code. If you msgid "Please provide a token from your authenticator, or a backup code." msgstr "Please provide a token from your authenticator, or a backup code." -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:182 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:314 msgid "Please review the document before signing." msgstr "Please review the document before signing." @@ -3949,7 +4062,7 @@ msgstr "Radio values" msgid "Read only" msgstr "Read only" -#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:144 +#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:145 msgid "Read only field" msgstr "Read only field" @@ -3957,7 +4070,7 @@ msgstr "Read only field" msgid "Read the full <0>signature disclosure." msgstr "Read the full <0>signature disclosure." -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:106 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:107 msgid "Ready" msgstr "Ready" @@ -3965,7 +4078,7 @@ msgstr "Ready" msgid "Reason" msgstr "Reason" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:146 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:153 msgid "Reason for rejection:" msgstr "Reason for rejection:" @@ -3981,7 +4094,7 @@ msgstr "Reason must be less than 500 characters" msgid "Reauthentication is required to sign this field" msgstr "Reauthentication is required to sign this field" -#: packages/ui/components/recipient/recipient-role-select.tsx:95 +#: packages/ui/components/recipient/recipient-role-select.tsx:98 msgid "Receives copy" msgstr "Receives copy" @@ -3996,9 +4109,9 @@ msgstr "Recent documents" #: apps/web/src/app/(dashboard)/documents/data-table.tsx:63 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-documents-table.tsx:114 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:275 -#: packages/lib/utils/document-audit-logs.ts:354 -#: packages/lib/utils/document-audit-logs.ts:369 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:279 +#: packages/lib/utils/document-audit-logs.ts:358 +#: packages/lib/utils/document-audit-logs.ts:373 msgid "Recipient" msgstr "Recipient" @@ -4025,7 +4138,7 @@ msgid "Recipient updated" msgstr "Recipient updated" #: apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx:66 -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:49 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:50 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-recipients.tsx:30 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/audit-log/page.tsx:140 msgid "Recipients" @@ -4065,11 +4178,11 @@ msgstr "Registration Successful" #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:109 #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:116 #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:162 -#: packages/email/template-components/template-document-invite.tsx:95 +#: packages/email/template-components/template-document-invite.tsx:98 msgid "Reject Document" msgstr "Reject Document" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:141 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:148 #: apps/web/src/components/(dashboard)/avatar/stack-avatars-with-tooltip.tsx:101 msgid "Rejected" msgstr "Rejected" @@ -4103,9 +4216,9 @@ msgid "Reminder: Please {recipientActionVerb} your document" msgstr "Reminder: Please {recipientActionVerb} your document" #: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:188 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:425 -#: 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/(dashboard)/templates/template-direct-link-dialog.tsx:429 +#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:157 +#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:181 #: 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 @@ -4114,7 +4227,7 @@ msgstr "Reminder: Please {recipientActionVerb} your document" #: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:165 #: apps/web/src/components/forms/avatar-image.tsx:166 #: apps/web/src/components/templates/template-bulk-send-dialog.tsx:217 -#: packages/ui/primitives/document-flow/add-fields.tsx:1128 +#: packages/ui/primitives/document-flow/add-fields.tsx:1134 msgid "Remove" msgstr "Remove" @@ -4233,7 +4346,7 @@ msgstr "Revoke" msgid "Revoke access" msgstr "Revoke access" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:278 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:282 #: 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:80 @@ -4251,16 +4364,16 @@ msgstr "Roles" msgid "Rows per page" msgstr "Rows per page" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:440 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:350 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:361 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:444 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:356 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:367 #: 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:305 #: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:322 msgid "Save" msgstr "Save" -#: packages/ui/primitives/template-flow/add-template-fields.tsx:974 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:990 msgid "Save Template" msgstr "Save Template" @@ -4275,7 +4388,7 @@ msgstr "Search" msgid "Search by document title" msgstr "Search by document title" -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:174 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:175 #: apps/web/src/app/(dashboard)/admin/users/data-table-users.tsx:144 msgid "Search by name or email" msgstr "Search by name or email" @@ -4303,7 +4416,7 @@ msgstr "Security" msgid "Security activity" msgstr "Security activity" -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:194 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:191 #: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:115 #: packages/ui/primitives/document-flow/types.ts:59 msgid "Select" @@ -4421,7 +4534,7 @@ msgstr "Sending Reset Email..." msgid "Sending..." msgstr "Sending..." -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:101 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:102 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:258 msgid "Sent" msgstr "Sent" @@ -4471,8 +4584,8 @@ msgstr "Show" msgid "Show additional information" msgstr "Show additional information" -#: packages/ui/primitives/document-flow/add-signers.tsx:707 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:661 +#: packages/ui/primitives/document-flow/add-signers.tsx:713 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:731 msgid "Show advanced settings" msgstr "Show advanced settings" @@ -4490,30 +4603,30 @@ msgstr "Show templates in your team public profile for your audience to sign and #: apps/web/src/app/(profile)/p/[url]/page.tsx:192 #: apps/web/src/app/(signing)/sign/[token]/auto-sign.tsx:229 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-2fa.tsx:182 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:241 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:243 #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:142 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:328 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:326 #: apps/web/src/components/ui/user-profile-skeleton.tsx:75 #: apps/web/src/components/ui/user-profile-timur.tsx:81 #: packages/lib/constants/recipient-roles.ts:22 msgid "Sign" msgstr "Sign" -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:278 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:276 msgid "Sign as {0} <0>({1})" msgstr "Sign as {0} <0>({1})" -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:200 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:202 msgid "Sign as<0>{0} <1>({1})" msgstr "Sign as<0>{0} <1>({1})" #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:360 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:240 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:255 msgid "Sign document" msgstr "Sign document" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:141 -#: packages/email/template-components/template-document-invite.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:182 +#: packages/email/template-components/template-document-invite.tsx:106 msgid "Sign Document" msgstr "Sign Document" @@ -4543,7 +4656,7 @@ msgid "Sign Out" msgstr "Sign Out" #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:381 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:261 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:280 msgid "Sign the document to complete the process." msgstr "Sign the document to complete the process." @@ -4567,17 +4680,17 @@ msgstr "Sign Up with OIDC" #: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:88 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:179 -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:342 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:205 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:251 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:286 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:334 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:340 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:249 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:284 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:422 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:301 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:377 #: apps/web/src/components/forms/profile.tsx:123 -#: packages/ui/primitives/document-flow/add-fields.tsx:841 +#: packages/ui/primitives/document-flow/add-fields.tsx:847 #: packages/ui/primitives/document-flow/field-icon.tsx:52 #: packages/ui/primitives/document-flow/types.ts:49 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:706 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:722 msgid "Signature" msgstr "Signature" @@ -4585,10 +4698,10 @@ msgstr "Signature" msgid "Signature ID" msgstr "Signature ID" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:229 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:303 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:364 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:301 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:448 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:327 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:403 msgid "Signature is too small. Please provide a more complete signature." msgstr "Signature is too small. Please provide a more complete signature." @@ -4600,7 +4713,7 @@ msgstr "Signatures Collected" msgid "Signatures will appear once the document has been completed" msgstr "Signatures will appear once the document has been completed" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:114 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:115 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:280 #: apps/web/src/components/document/document-read-only-fields.tsx:84 #: packages/lib/constants/recipient-roles.ts:23 @@ -4640,6 +4753,10 @@ msgstr "Signing certificate provided by" msgid "Signing Complete!" msgstr "Signing Complete!" +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:293 +msgid "Signing for" +msgstr "Signing for" + #: apps/web/src/components/forms/signin.tsx:384 #: apps/web/src/components/forms/signin.tsx:511 msgid "Signing in..." @@ -4654,11 +4771,16 @@ msgstr "Signing Links" msgid "Signing links have been generated for this document." msgstr "Signing links have been generated for this document." +#: packages/ui/primitives/document-flow/add-signers.tsx:281 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:348 +msgid "Signing order is enabled." +msgstr "Signing order is enabled." + #: apps/web/src/components/forms/signup.tsx:231 msgid "Signing up..." msgstr "Signing up..." -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:90 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:91 #: apps/web/src/app/(dashboard)/admin/leaderboard/page.tsx:46 msgid "Signing Volume" msgstr "Signing Volume" @@ -4703,9 +4825,9 @@ msgstr "Some signers have not been assigned a signature field. Please assign at #: apps/web/src/app/(dashboard)/settings/teams/team-email-usage.tsx:44 #: apps/web/src/app/(dashboard)/templates/delete-template-dialog.tsx:45 #: apps/web/src/app/(dashboard)/templates/new-template-dialog.tsx:78 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:100 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:123 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:147 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:104 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:127 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:151 #: apps/web/src/app/(recipient)/d/[token]/direct-template.tsx:118 #: apps/web/src/app/(recipient)/d/[token]/signing-auth-page.tsx:27 #: apps/web/src/app/(signing)/sign/[token]/signing-auth-page.tsx:38 @@ -4714,7 +4836,7 @@ msgstr "Some signers have not been assigned a signature field. Please assign at #: 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:262 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:144 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:155 #: apps/web/src/components/(teams)/dialogs/create-team-checkout-dialog.tsx:50 #: apps/web/src/components/(teams)/dialogs/create-team-checkout-dialog.tsx:99 #: apps/web/src/components/(teams)/dialogs/invite-team-member-dialog.tsx:210 @@ -4808,6 +4930,10 @@ msgstr "Subject <0>(Optional)" msgid "Submit" msgstr "Submit" +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:297 +msgid "Submitting..." +msgstr "Submitting..." + #: apps/web/src/app/(dashboard)/settings/billing/billing-plans.tsx:129 msgid "Subscribe" msgstr "Subscribe" @@ -4826,8 +4952,8 @@ msgstr "Subscriptions" #: apps/web/src/app/(dashboard)/settings/teams/accept-team-invitation-button.tsx:25 #: apps/web/src/app/(dashboard)/settings/teams/decline-team-invitation-button.tsx:25 #: apps/web/src/app/(dashboard)/settings/teams/team-email-usage.tsx:37 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:114 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:137 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:118 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:141 #: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-email-dropdown.tsx:32 #: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-transfer-status.tsx:44 #: apps/web/src/components/(dashboard)/layout/verify-email-banner.tsx:44 @@ -5069,11 +5195,11 @@ msgstr "Templates" msgid "Templates allow you to quickly generate documents with pre-filled recipients and fields." msgstr "Templates allow you to quickly generate documents with pre-filled recipients and fields." -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:258 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:287 -#: packages/ui/primitives/document-flow/add-fields.tsx:971 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:264 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:293 +#: packages/ui/primitives/document-flow/add-fields.tsx:977 #: packages/ui/primitives/document-flow/types.ts:52 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:836 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:852 msgid "Text" msgstr "Text" @@ -5128,7 +5254,7 @@ msgstr "The content to show in the banner, HTML is allowed" #: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:73 #: apps/web/src/app/(dashboard)/templates/template-direct-link-badge.tsx:32 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:160 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:164 msgid "The direct link has been copied to your clipboard" msgstr "The direct link has been copied to your clipboard" @@ -5214,23 +5340,27 @@ msgstr "The public name for your template" msgid "The reason provided for deletion is the following:" msgstr "The reason provided for deletion is the following:" +#: packages/ui/components/recipient/recipient-role-select.tsx:137 +msgid "The recipient can prepare the document for later signers by pre-filling suggest values." +msgstr "The recipient can prepare the document for later signers by pre-filling suggest values." + #: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:119 msgid "The recipient has been updated successfully" msgstr "The recipient has been updated successfully" -#: packages/ui/components/recipient/recipient-role-select.tsx:103 +#: packages/ui/components/recipient/recipient-role-select.tsx:106 msgid "The recipient is not required to take any action and receives a copy of the document after it is completed." msgstr "The recipient is not required to take any action and receives a copy of the document after it is completed." -#: packages/ui/components/recipient/recipient-role-select.tsx:60 +#: packages/ui/components/recipient/recipient-role-select.tsx:63 msgid "The recipient is required to approve the document for it to be completed." msgstr "The recipient is required to approve the document for it to be completed." -#: packages/ui/components/recipient/recipient-role-select.tsx:39 +#: packages/ui/components/recipient/recipient-role-select.tsx:42 msgid "The recipient is required to sign the document for it to be completed." msgstr "The recipient is required to sign the document for it to be completed." -#: packages/ui/components/recipient/recipient-role-select.tsx:81 +#: packages/ui/components/recipient/recipient-role-select.tsx:84 msgid "The recipient is required to view the document for it to be completed." msgstr "The recipient is required to view the document for it to be completed." @@ -5254,7 +5384,7 @@ msgstr "The signer's email" msgid "The signer's name" msgstr "The signer's name" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:163 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:170 #: apps/web/src/components/(dashboard)/avatar/avatar-with-recipient.tsx:41 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:118 #: packages/ui/primitives/document-flow/add-subject.tsx:243 @@ -5366,7 +5496,7 @@ msgstr "This document could not be duplicated at this time. Please try again." msgid "This document could not be re-sent at this time. Please try again." msgstr "This document could not be re-sent at this time. Please try again." -#: packages/ui/primitives/document-flow/add-fields.tsx:776 +#: packages/ui/primitives/document-flow/add-fields.tsx:782 msgid "This document has already been sent to this recipient. You can no longer edit this recipient." msgstr "This document has already been sent to this recipient. You can no longer edit this recipient." @@ -5426,7 +5556,7 @@ msgstr "This email is sent to the recipient requesting them to sign the document msgid "This email will be sent to the recipient who has just signed the document, if there are still other recipients who have not signed yet." msgstr "This email will be sent to the recipient who has just signed the document, if there are still other recipients who have not signed yet." -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:580 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:650 msgid "This field cannot be modified or deleted. When you share this template's direct link or add it to your public profile, anyone who accesses it can input their name and email, and fill in the fields assigned to them." msgstr "This field cannot be modified or deleted. When you share this template's direct link or add it to your public profile, anyone who accesses it can input their name and email, and fill in the fields assigned to them." @@ -5454,7 +5584,7 @@ msgstr "This passkey is not configured for this application. Please login and ad msgid "This price includes minimum 5 seats." msgstr "This price includes minimum 5 seats." -#: packages/ui/primitives/document-flow/add-fields.tsx:1108 +#: packages/ui/primitives/document-flow/add-fields.tsx:1114 msgid "This recipient can no longer be modified as they have signed a field, or completed the document." msgstr "This recipient can no longer be modified as they have signed a field, or completed the document." @@ -5462,7 +5592,7 @@ msgstr "This recipient can no longer be modified as they have signed a field, or msgid "This session has expired. Please try again." msgstr "This session has expired. Please try again." -#: packages/ui/primitives/document-flow/add-signers.tsx:194 +#: packages/ui/primitives/document-flow/add-signers.tsx:200 msgid "This signer has already signed the document." msgstr "This signer has already signed the document." @@ -5568,8 +5698,8 @@ msgstr "To gain access to your account, please confirm your email address by cli msgid "To mark this document as viewed, you need to be logged in as <0>{0}" msgstr "To mark this document as viewed, you need to be logged in as <0>{0}" -#: packages/ui/primitives/document-flow/add-fields.tsx:1091 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:954 +#: packages/ui/primitives/document-flow/add-fields.tsx:1097 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:970 msgid "To proceed further, please set at least one value for the {0} field." msgstr "To proceed further, please set at least one value for the {0} field." @@ -5703,7 +5833,7 @@ msgstr "Type" msgid "Type a command or search..." msgstr "Type a command or search..." -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:134 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:132 msgid "Typed signatures are not allowed. Please draw your signature." msgstr "Typed signatures are not allowed. Please draw your signature." @@ -5723,7 +5853,7 @@ msgstr "Unable to copy recovery code" msgid "Unable to copy token" msgstr "Unable to copy token" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:101 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:105 msgid "Unable to create direct template access. Please try again later." msgstr "Unable to create direct template access. Please try again later." @@ -6087,8 +6217,8 @@ msgstr "View Codes" msgid "View document" msgstr "View document" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:140 -#: packages/email/template-components/template-document-invite.tsx:104 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:181 +#: packages/email/template-components/template-document-invite.tsx:107 #: packages/email/template-components/template-document-rejected.tsx:44 #: packages/ui/primitives/document-flow/add-subject.tsx:90 #: packages/ui/primitives/document-flow/add-subject.tsx:91 @@ -6124,7 +6254,7 @@ msgstr "View Recovery Codes" msgid "View teams" msgstr "View teams" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:120 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:121 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:269 #: packages/lib/constants/recipient-roles.ts:30 msgid "Viewed" @@ -6159,6 +6289,7 @@ msgid "Waiting for others to sign" msgstr "Waiting for others to sign" #: apps/web/src/app/(signing)/sign/[token]/waiting/page.tsx:70 +#: apps/web/src/app/embed/waiting-for-turn.tsx:31 msgid "Waiting for Your Turn" msgstr "Waiting for Your Turn" @@ -6170,6 +6301,15 @@ msgstr "Want to send slick signing links like this one? <0>Check out Documenso.< msgid "Want your own public profile?" msgstr "Want your own public profile?" +#: packages/ui/primitives/document-flow/add-signers.tsx:260 +#: packages/ui/primitives/document-flow/add-signers.tsx:298 +#: packages/ui/primitives/document-flow/add-signers.tsx:337 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:232 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:329 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:365 +msgid "Warning: Assistant as last signer" +msgstr "Warning: Assistant as last signer" + #: apps/web/src/app/(dashboard)/settings/billing/billing-portal-button.tsx:41 #: apps/web/src/app/(teams)/t/[teamUrl]/layout-billing-banner.tsx:55 #: apps/web/src/components/(teams)/team-billing-portal-button.tsx:31 @@ -6184,7 +6324,7 @@ msgstr "We are unable to remove this passkey at the moment. Please try again lat msgid "We are unable to update this passkey at the moment. Please try again later." msgstr "We are unable to update this passkey at the moment. Please try again later." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:149 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:153 msgid "We encountered an error while removing the direct template link. Please try again later." msgstr "We encountered an error while removing the direct template link. Please try again later." @@ -6351,7 +6491,7 @@ msgstr "We were unable to setup two-factor authentication for your account. Plea #: apps/web/src/app/(recipient)/d/[token]/direct-template.tsx:120 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:264 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:146 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:157 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." @@ -6595,6 +6735,11 @@ msgstr "You can view the created documents in your dashboard under the \"Documen msgid "You can view the document and its status by clicking the button below." msgstr "You can view the document and its status by clicking the button below." +#: packages/ui/primitives/document-flow/add-signers.tsx:282 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:349 +msgid "You cannot add assistants when signing order is disabled." +msgstr "You cannot add assistants when signing order is disabled." + #: apps/web/src/app/(dashboard)/settings/security/passkeys/create-passkey-dialog.tsx:213 msgid "You cannot have more than {MAXIMUM_PASSKEYS} passkeys." msgstr "You cannot have more than {MAXIMUM_PASSKEYS} passkeys." @@ -6679,7 +6824,7 @@ msgstr "You have not yet created any templates. To create a template please uplo msgid "You have not yet created or received any documents. To create a document please upload one." msgstr "You have not yet created or received any documents. To create a document please upload one." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:229 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:233 msgid "You have reached the maximum limit of {0} direct templates. <0>Upgrade your account to continue!" msgstr "You have reached the maximum limit of {0} direct templates. <0>Upgrade your account to continue!" diff --git a/packages/lib/translations/es/web.po b/packages/lib/translations/es/web.po index 41a125982..d593ea411 100644 --- a/packages/lib/translations/es/web.po +++ b/packages/lib/translations/es/web.po @@ -22,7 +22,7 @@ msgstr "" msgid "\"{0}\" has invited you to sign \"example document\"." msgstr "\"{0}\" te ha invitado a firmar \"ejemplo de documento\"." -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:74 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:71 msgid "\"{0}\" will appear on the document as it has a timezone of \"{timezone}\"." msgstr "\"{0}\" aparecerá en el documento ya que tiene un huso horario de \"{timezone}\"." @@ -46,7 +46,12 @@ msgstr "\"{documentTitle}\" ha sido eliminado con éxito" msgid "\"{placeholderEmail}\" on behalf of \"{0}\" has invited you to sign \"example document\"." msgstr "\"{placeholderEmail}\" en nombre de \"{0}\" te ha invitado a firmar \"documento de ejemplo\"." -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:330 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:271 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:326 +msgid "(You)" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:336 msgid "{0, plural, one {(1 character over)} other {(# characters over)}}" msgstr "{0, plural, one {(1 carácter excedido)} other {(# caracteres excedidos)}}" @@ -125,7 +130,7 @@ msgstr "{0} en nombre de \"{1}\" te ha invitado a {recipientActionVerb} el docum msgid "{0} Recipient(s)" msgstr "{0} Destinatario(s)" -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:311 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:317 msgid "{charactersRemaining, plural, one {1 character remaining} other {{charactersRemaining} characters remaining}}" msgstr "{charactersRemaining, plural, one {1 carácter restante} other {{charactersRemaining} caracteres restantes}}" @@ -197,14 +202,18 @@ msgstr "{prefix} creó el documento" msgid "{prefix} deleted the document" msgstr "{prefix} eliminó el documento" -#: packages/lib/utils/document-audit-logs.ts:351 +#: packages/lib/utils/document-audit-logs.ts:355 msgid "{prefix} moved the document to team" msgstr "{prefix} movió el documento al equipo" -#: packages/lib/utils/document-audit-logs.ts:335 +#: packages/lib/utils/document-audit-logs.ts:339 msgid "{prefix} opened the document" msgstr "{prefix} abrió el documento" +#: packages/lib/utils/document-audit-logs.ts:319 +msgid "{prefix} prefilled a field" +msgstr "" + #: packages/lib/utils/document-audit-logs.ts:283 msgid "{prefix} removed a field" msgstr "{prefix} eliminó un campo" @@ -213,15 +222,15 @@ msgstr "{prefix} eliminó un campo" msgid "{prefix} removed a recipient" msgstr "{prefix} eliminó un destinatario" -#: packages/lib/utils/document-audit-logs.ts:381 +#: packages/lib/utils/document-audit-logs.ts:385 msgid "{prefix} resent an email to {0}" msgstr "{prefix} reenviaron un correo electrónico a {0}" -#: packages/lib/utils/document-audit-logs.ts:382 +#: packages/lib/utils/document-audit-logs.ts:386 msgid "{prefix} sent an email to {0}" msgstr "{prefix} envió un correo electrónico a {0}" -#: packages/lib/utils/document-audit-logs.ts:347 +#: packages/lib/utils/document-audit-logs.ts:351 msgid "{prefix} sent the document" msgstr "{prefix} envió el documento" @@ -241,27 +250,27 @@ msgstr "{prefix} actualizó un campo" msgid "{prefix} updated a recipient" msgstr "{prefix} actualizó un destinatario" -#: packages/lib/utils/document-audit-logs.ts:331 +#: packages/lib/utils/document-audit-logs.ts:335 msgid "{prefix} updated the document" msgstr "{prefix} actualizó el documento" -#: packages/lib/utils/document-audit-logs.ts:323 +#: packages/lib/utils/document-audit-logs.ts:327 msgid "{prefix} updated the document access auth requirements" msgstr "{prefix} actualizó los requisitos de autorización de acceso al documento" -#: packages/lib/utils/document-audit-logs.ts:343 +#: packages/lib/utils/document-audit-logs.ts:347 msgid "{prefix} updated the document external ID" msgstr "{prefix} actualizó el ID externo del documento" -#: packages/lib/utils/document-audit-logs.ts:327 +#: packages/lib/utils/document-audit-logs.ts:331 msgid "{prefix} updated the document signing auth requirements" msgstr "{prefix} actualizó los requisitos de autenticación para la firma del documento" -#: packages/lib/utils/document-audit-logs.ts:339 +#: packages/lib/utils/document-audit-logs.ts:343 msgid "{prefix} updated the document title" msgstr "{prefix} actualizó el título del documento" -#: packages/lib/utils/document-audit-logs.ts:319 +#: packages/lib/utils/document-audit-logs.ts:323 msgid "{prefix} updated the document visibility" msgstr "{prefix} actualizó la visibilidad del documento" @@ -318,27 +327,27 @@ msgstr "{teamName} te ha invitado a {action} {documentName}" msgid "{teamName} ownership transfer request" msgstr "solicitud de transferencia de propiedad de {teamName}" -#: packages/lib/utils/document-audit-logs.ts:359 +#: packages/lib/utils/document-audit-logs.ts:363 msgid "{userName} approved the document" msgstr "{userName} aprobó el documento" -#: packages/lib/utils/document-audit-logs.ts:360 +#: packages/lib/utils/document-audit-logs.ts:364 msgid "{userName} CC'd the document" msgstr "{userName} envió una copia del documento" -#: packages/lib/utils/document-audit-logs.ts:361 +#: packages/lib/utils/document-audit-logs.ts:365 msgid "{userName} completed their task" msgstr "{userName} completó su tarea" -#: packages/lib/utils/document-audit-logs.ts:371 +#: packages/lib/utils/document-audit-logs.ts:375 msgid "{userName} rejected the document" msgstr "{userName} rechazó el documento" -#: packages/lib/utils/document-audit-logs.ts:357 +#: packages/lib/utils/document-audit-logs.ts:361 msgid "{userName} signed the document" msgstr "{userName} firmó el documento" -#: packages/lib/utils/document-audit-logs.ts:358 +#: packages/lib/utils/document-audit-logs.ts:362 msgid "{userName} viewed the document" msgstr "{userName} vio el documento" @@ -705,11 +714,11 @@ msgstr "Agregar Campos" msgid "Add more" msgstr "Agregar más" -#: packages/ui/primitives/document-flow/add-signers.tsx:690 +#: packages/ui/primitives/document-flow/add-signers.tsx:696 msgid "Add myself" msgstr "Agregame" -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:644 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:714 msgid "Add Myself" msgstr "Agregame" @@ -718,7 +727,7 @@ msgstr "Agregame" msgid "Add passkey" msgstr "Agregar clave" -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:630 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:700 msgid "Add Placeholder Recipient" msgstr "Agregar destinatario de marcador de posición" @@ -726,7 +735,7 @@ msgstr "Agregar destinatario de marcador de posición" msgid "Add Placeholders" msgstr "Agregar Marcadores de posición" -#: packages/ui/primitives/document-flow/add-signers.tsx:679 +#: packages/ui/primitives/document-flow/add-signers.tsx:685 msgid "Add Signer" msgstr "Agregar firmante" @@ -779,8 +788,8 @@ msgstr "Panel administrativo" msgid "Advanced Options" msgstr "Opciones avanzadas" -#: packages/ui/primitives/document-flow/add-fields.tsx:585 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:490 +#: packages/ui/primitives/document-flow/add-fields.tsx:593 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:506 msgid "Advanced settings" msgstr "Configuraciones avanzadas" @@ -907,7 +916,7 @@ msgstr "Ocurrió un error al crear el webhook. Por favor, intenta de nuevo." msgid "An error occurred while deleting the user." msgstr "Se produjo un error al eliminar al usuario." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:120 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:124 msgid "An error occurred while disabling direct link signing." msgstr "Ocurrió un error al desactivar la firma de enlace directo." @@ -926,7 +935,7 @@ msgstr "Ocurrió un error al descargar tu documento." msgid "An error occurred while duplicating template." msgstr "Ocurrió un error al duplicar la plantilla." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:119 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:123 msgid "An error occurred while enabling direct link signing." msgstr "Ocurrió un error al habilitar la firma de enlace directo." @@ -950,25 +959,25 @@ msgstr "Ocurrió un error al mover el documento." msgid "An error occurred while moving the template." msgstr "Ocurrió un error al mover la plantilla." -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:116 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:151 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:130 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:134 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:117 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:113 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:155 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:202 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:203 msgid "An error occurred while removing the field." msgstr "Ocurrió un error mientras se eliminaba el campo." -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:154 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:131 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:137 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:115 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:153 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:196 -#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:129 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:194 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:131 +msgid "An error occurred while removing the selection." +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:192 msgid "An error occurred while removing the signature." msgstr "Ocurrió un error al eliminar la firma." -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:197 -msgid "An error occurred while removing the text." -msgstr "Ocurrió un error al eliminar el texto." - #: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:326 msgid "An error occurred while sending the document." msgstr "Ocurrió un error al enviar el documento." @@ -977,16 +986,28 @@ msgstr "Ocurrió un error al enviar el documento." msgid "An error occurred while sending your confirmation email" msgstr "Ocurrió un error al enviar tu correo electrónico de confirmación" -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:125 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:105 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:106 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:89 -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:90 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:127 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:151 -#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:102 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:168 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:169 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:121 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:102 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:90 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:86 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:128 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:152 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:174 +msgid "An error occurred while signing as assistant." +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:122 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:104 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:91 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:87 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:129 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:153 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:104 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:166 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:175 msgid "An error occurred while signing the document." msgstr "Ocurrió un error al firmar el documento." @@ -999,7 +1020,7 @@ msgstr "Ocurrió un error al intentar crear una sesión de pago." msgid "An error occurred while updating the document settings." msgstr "Ocurrió un error al actualizar la configuración del documento." -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:215 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:209 msgid "An error occurred while updating the signature." msgstr "Ocurrió un error al actualizar la firma." @@ -1080,12 +1101,12 @@ msgstr "Versión de la Aplicación" msgid "Approve" msgstr "Aprobar" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:142 -#: packages/email/template-components/template-document-invite.tsx:105 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:183 +#: packages/email/template-components/template-document-invite.tsx:108 msgid "Approve Document" msgstr "Aprobar Documento" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:94 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:95 #: packages/lib/constants/recipient-roles.ts:9 msgid "Approved" msgstr "Aprobado" @@ -1102,6 +1123,10 @@ msgstr "Aprobadores" msgid "Approving" msgstr "Aprobando" +#: apps/web/src/app/(signing)/sign/[token]/assistant/assistant-confirmation-dialog.tsx:46 +msgid "Are you sure you want to complete the document? This action cannot be undone. Please ensure that you have completed prefilling all relevant fields before proceeding." +msgstr "" + #: apps/web/src/components/(dashboard)/settings/token/delete-token-dialog.tsx:129 msgid "Are you sure you want to delete this token?" msgstr "¿Estás seguro de que deseas eliminar este token?" @@ -1120,7 +1145,7 @@ msgstr "¿Estás seguro de que deseas eliminar este equipo?" #: apps/web/src/app/(dashboard)/documents/delete-document-dialog.tsx:99 #: apps/web/src/app/(dashboard)/settings/teams/team-email-usage.tsx:94 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:449 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:453 #: 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 @@ -1128,6 +1153,40 @@ msgstr "¿Estás seguro de que deseas eliminar este equipo?" msgid "Are you sure?" msgstr "¿Estás seguro?" +#: packages/lib/constants/recipient-roles.ts:36 +msgid "Assist" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:184 +#: packages/email/template-components/template-document-invite.tsx:110 +msgid "Assist Document" +msgstr "" + +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:253 +msgid "Assist with signing" +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:39 +msgid "Assistant" +msgstr "" + +#: packages/ui/components/recipient/recipient-role-select.tsx:142 +msgid "Assistant role is only available when the document is in sequential signing mode." +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:40 +msgid "Assistants" +msgstr "" + +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:127 +#: packages/lib/constants/recipient-roles.ts:37 +msgid "Assisted" +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:38 +msgid "Assisting" +msgstr "" + #: apps/web/src/app/(dashboard)/admin/documents/[id]/admin-actions.tsx:66 msgid "Attempts sealing the document again, useful for after a code change has occurred to resolve an erroneous document." msgstr "Intenta sellar el documento de nuevo, útil después de que se haya producido un cambio de código para resolver un documento erróneo." @@ -1157,7 +1216,7 @@ msgstr "Avatar actualizado" msgid "Awaiting email confirmation" msgstr "Esperando confirmación de correo electrónico" -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:373 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:366 #: apps/web/src/components/(dashboard)/settings/layout/activity-back.tsx:20 #: apps/web/src/components/forms/v2/signup.tsx:513 msgid "Back" @@ -1279,6 +1338,10 @@ msgstr "Al continuar con su firma electrónica, usted reconoce y consiente que s msgid "By using the electronic signature feature, you are consenting to conduct transactions and receive disclosures electronically. You acknowledge that your electronic signature on documents is binding and that you accept the terms outlined in the documents you are signing." msgstr "Al utilizar la función de firma electrónica, usted está consintiendo realizar transacciones y recibir divulgaciones electrónicamente. Reconoce que su firma electrónica en los documentos es vinculante y que acepta los términos esbozados en los documentos que está firmando." +#: packages/ui/components/recipient/recipient-role-select.tsx:128 +msgid "Can prepare" +msgstr "" + #: apps/web/src/app/(dashboard)/documents/_action-items/resend-document.tsx:185 #: apps/web/src/app/(dashboard)/documents/delete-document-dialog.tsx:191 #: apps/web/src/app/(dashboard)/documents/duplicate-document-dialog.tsx:107 @@ -1290,20 +1353,20 @@ msgstr "Al utilizar la función de firma electrónica, usted está consintiendo #: apps/web/src/app/(dashboard)/templates/delete-template-dialog.tsx:76 #: apps/web/src/app/(dashboard)/templates/duplicate-template-dialog.tsx:77 #: apps/web/src/app/(dashboard)/templates/move-template-dialog.tsx:131 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:466 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:470 #: apps/web/src/app/(signing)/sign/[token]/auto-sign.tsx:220 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-2fa.tsx:178 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-account.tsx:71 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-passkey.tsx:164 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-passkey.tsx:189 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:164 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:246 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:232 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:341 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:206 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:381 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:234 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:347 #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:153 #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:131 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:320 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:352 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:318 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:358 #: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-transfer-status.tsx:121 #: apps/web/src/components/(dashboard)/settings/token/delete-token-dialog.tsx:176 #: apps/web/src/components/(dashboard)/settings/webhooks/create-webhook-dialog.tsx:242 @@ -1332,7 +1395,7 @@ msgstr "Cancelar" msgid "Cancelled by user" msgstr "Cancelado por el usuario" -#: packages/ui/primitives/document-flow/add-signers.tsx:193 +#: packages/ui/primitives/document-flow/add-signers.tsx:199 msgid "Cannot remove signer" msgstr "No se puede eliminar el firmante" @@ -1373,11 +1436,11 @@ msgstr "Valores de Checkbox" msgid "Checkout" msgstr "Checkout" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:266 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:270 msgid "Choose an existing recipient from below to continue" msgstr "Elija un destinatario existente de abajo para continuar" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:262 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:266 msgid "Choose Direct Link Recipient" msgstr "Elija el destinatario del enlace directo" @@ -1437,10 +1500,10 @@ msgstr "Haga clic aquí para subir" msgid "Click to copy signing link for sending to recipient" msgstr "Haga clic para copiar el enlace de firma para enviar al destinatario" -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:179 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:128 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:180 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:174 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:481 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:360 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:440 msgid "Click to insert field" msgstr "Haga clic para insertar campo" @@ -1460,7 +1523,7 @@ msgstr "Cerrar" #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:61 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:471 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:350 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:430 #: apps/web/src/components/forms/v2/signup.tsx:538 msgid "Complete" msgstr "Completo" @@ -1469,10 +1532,18 @@ msgstr "Completo" msgid "Complete Approval" msgstr "Completar Aprobación" +#: apps/web/src/app/(signing)/sign/[token]/assistant/assistant-confirmation-dialog.tsx:43 +msgid "Complete Document" +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:69 msgid "Complete Signing" msgstr "Completar Firmado" +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:225 +msgid "Complete the fields for the following signers. Once reviewed, they will inform you if any modifications are needed." +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:68 msgid "Complete Viewing" msgstr "Completar Visualización" @@ -1516,12 +1587,12 @@ msgstr "Configurar ajustes generales para la plantilla." msgid "Configure template" msgstr "Configurar plantilla" -#: packages/ui/primitives/document-flow/add-fields.tsx:586 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:491 +#: packages/ui/primitives/document-flow/add-fields.tsx:594 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:507 msgid "Configure the {0} field" msgstr "Configurar el campo {0}" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:475 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:479 #: apps/web/src/components/templates/manage-public-template-dialog.tsx:458 msgid "Confirm" msgstr "Confirmar" @@ -1565,6 +1636,7 @@ msgid "Content" msgstr "Contenido" #: apps/web/src/app/(dashboard)/settings/security/passkeys/create-passkey-dialog.tsx:252 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:297 #: apps/web/src/app/(unauthenticated)/team/invite/[token]/page.tsx:135 #: apps/web/src/app/(unauthenticated)/team/verify/email/[token]/page.tsx:69 #: apps/web/src/app/(unauthenticated)/team/verify/email/[token]/page.tsx:143 @@ -1579,6 +1651,10 @@ msgstr "Continuar" msgid "Continue by approving the document." msgstr "Continúa aprobando el documento." +#: packages/email/template-components/template-document-invite.tsx:88 +msgid "Continue by assisting with the document." +msgstr "" + #: packages/email/template-components/template-document-completed.tsx:45 msgid "Continue by downloading the document." msgstr "Continúa descargando el documento." @@ -1620,10 +1696,10 @@ msgstr "Controla si el certificado de firma se incluirá en el documento cuando msgid "Copied" msgstr "Copiado" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:162 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:169 #: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:72 #: apps/web/src/app/(dashboard)/templates/template-direct-link-badge.tsx:31 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:159 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:163 #: apps/web/src/components/(dashboard)/avatar/avatar-with-recipient.tsx:40 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:61 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:117 @@ -1646,7 +1722,7 @@ msgstr "Copiar enlace" msgid "Copy sharable link" msgstr "Copiar enlace compartible" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:391 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:395 msgid "Copy Shareable Link" msgstr "Copiar enlace compartible" @@ -1697,7 +1773,7 @@ msgstr "Crear como pendiente" msgid "Create Direct Link" msgstr "Crear enlace directo" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:197 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:201 msgid "Create Direct Signing Link" msgstr "Crear enlace de firma directo" @@ -1709,7 +1785,7 @@ msgstr "Crear documento a partir de la plantilla" msgid "Create now" msgstr "Crear ahora" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:346 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:350 msgid "Create one automatically" msgstr "Crear uno automáticamente" @@ -1754,7 +1830,7 @@ msgid "Create your account and start using state-of-the-art document signing. Op msgstr "Crea tu cuenta y comienza a utilizar la firma de documentos de última generación. La firma abierta y hermosa está al alcance de tu mano." #: apps/web/src/app/(dashboard)/admin/documents/document-results.tsx:62 -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:112 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:113 #: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx:36 #: apps/web/src/app/(dashboard)/documents/data-table.tsx:48 #: apps/web/src/app/(dashboard)/settings/security/passkeys/user-passkeys-data-table.tsx:63 @@ -1811,10 +1887,10 @@ msgid "Dark Mode" msgstr "Modo Oscuro" #: apps/web/src/app/(dashboard)/settings/security/activity/user-security-activity-data-table.tsx:67 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:153 -#: packages/ui/primitives/document-flow/add-fields.tsx:945 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:152 +#: packages/ui/primitives/document-flow/add-fields.tsx:951 #: packages/ui/primitives/document-flow/types.ts:53 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:810 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:826 msgid "Date" msgstr "Fecha" @@ -1967,19 +2043,19 @@ msgstr "Enlace directo" msgid "direct link disabled" msgstr "enlace directo deshabilitado" -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:577 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:647 msgid "Direct link receiver" msgstr "Receptor de enlace directo" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:357 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:361 msgid "Direct Link Signing" msgstr "Firma de enlace directo" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:111 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:115 msgid "Direct link signing has been disabled" msgstr "La firma de enlace directo ha sido deshabilitada" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:110 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:114 msgid "Direct link signing has been enabled" msgstr "La firma de enlace directo ha sido habilitada" @@ -1987,11 +2063,11 @@ msgstr "La firma de enlace directo ha sido habilitada" 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 "Las plantillas de enlace directo contienen un marcador de posición de destinatario dinámico. Cualquiera que tenga acceso a este enlace puede firmar el documento, y luego aparecerá en su página de documentos." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:138 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:142 msgid "Direct template link deleted" msgstr "Enlace de plantilla directo eliminado" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:223 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:227 msgid "Direct template link usage exceeded ({0}/{1})" msgstr "El uso de enlace de plantilla directo excedió ({0}/{1})" @@ -2023,7 +2099,7 @@ msgstr "Deshabilite la Autenticación de Dos Factores antes de eliminar su cuent msgid "Disabled" msgstr "Deshabilitado" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:374 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:378 msgid "Disabling direct link signing will prevent anyone from accessing the link." msgstr "Deshabilitar la firma de enlace directo evitará que cualquiera acceda al enlace." @@ -2070,7 +2146,7 @@ msgstr "Documento \"{0}\" - Rechazo confirmado" msgid "Document access" msgstr "Acceso al documento" -#: packages/lib/utils/document-audit-logs.ts:322 +#: packages/lib/utils/document-audit-logs.ts:326 msgid "Document access auth updated" msgstr "Se actualizó la autenticación de acceso al documento" @@ -2089,8 +2165,8 @@ msgid "Document Cancelled" msgstr "Documento cancelado" #: apps/web/src/components/formatter/document-status.tsx:29 -#: packages/lib/utils/document-audit-logs.ts:385 -#: packages/lib/utils/document-audit-logs.ts:386 +#: packages/lib/utils/document-audit-logs.ts:389 +#: packages/lib/utils/document-audit-logs.ts:390 msgid "Document completed" msgstr "Documento completado" @@ -2153,7 +2229,7 @@ msgstr "Borrador de documento" msgid "Document Duplicated" msgstr "Documento duplicado" -#: packages/lib/utils/document-audit-logs.ts:342 +#: packages/lib/utils/document-audit-logs.ts:346 msgid "Document external ID updated" msgstr "ID externo del documento actualizado" @@ -2183,7 +2259,7 @@ msgstr "Métricas de documento" msgid "Document moved" msgstr "Documento movido" -#: packages/lib/utils/document-audit-logs.ts:350 +#: packages/lib/utils/document-audit-logs.ts:354 msgid "Document moved to team" msgstr "Documento movido al equipo" @@ -2191,7 +2267,7 @@ msgstr "Documento movido al equipo" msgid "Document no longer available to sign" msgstr "El documento ya no está disponible para firmar" -#: packages/lib/utils/document-audit-logs.ts:334 +#: packages/lib/utils/document-audit-logs.ts:338 msgid "Document opened" msgstr "Documento abierto" @@ -2221,7 +2297,7 @@ msgid "Document resealed" msgstr "Documento sellado nuevamente" #: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:303 -#: packages/lib/utils/document-audit-logs.ts:346 +#: packages/lib/utils/document-audit-logs.ts:350 msgid "Document sent" msgstr "Documento enviado" @@ -2229,7 +2305,7 @@ msgstr "Documento enviado" msgid "Document Signed" msgstr "Documento firmado" -#: packages/lib/utils/document-audit-logs.ts:326 +#: packages/lib/utils/document-audit-logs.ts:330 msgid "Document signing auth updated" msgstr "Se actualizó la autenticación de firma del documento" @@ -2245,11 +2321,11 @@ msgstr "Estado del documento" msgid "Document title" msgstr "Título del documento" -#: packages/lib/utils/document-audit-logs.ts:338 +#: packages/lib/utils/document-audit-logs.ts:342 msgid "Document title updated" msgstr "Título del documento actualizado" -#: packages/lib/utils/document-audit-logs.ts:330 +#: packages/lib/utils/document-audit-logs.ts:334 msgid "Document updated" msgstr "Documento actualizado" @@ -2265,7 +2341,7 @@ msgstr "Documento subido" msgid "Document Viewed" msgstr "Documento visto" -#: packages/lib/utils/document-audit-logs.ts:318 +#: packages/lib/utils/document-audit-logs.ts:322 msgid "Document visibility updated" msgstr "Visibilidad del documento actualizada" @@ -2348,8 +2424,8 @@ msgstr "Documentos redactados" msgid "Drag & drop your PDF here." msgstr "Arrastre y suelte su PDF aquí." -#: packages/ui/primitives/document-flow/add-fields.tsx:1076 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:941 +#: packages/ui/primitives/document-flow/add-fields.tsx:1082 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:957 msgid "Dropdown" msgstr "Menú desplegable" @@ -2407,9 +2483,9 @@ msgstr "Divulgación de Firma Electrónica" #: 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:119 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:131 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:133 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:407 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:287 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:363 #: apps/web/src/components/(teams)/dialogs/add-team-email-dialog.tsx:169 #: apps/web/src/components/(teams)/dialogs/update-team-email-dialog.tsx:153 #: apps/web/src/components/forms/forgot-password.tsx:81 @@ -2417,13 +2493,13 @@ msgstr "Divulgación de Firma Electrónica" #: apps/web/src/components/forms/signin.tsx:339 #: apps/web/src/components/forms/signup.tsx:176 #: packages/lib/constants/document.ts:28 -#: packages/ui/primitives/document-flow/add-fields.tsx:893 -#: packages/ui/primitives/document-flow/add-signers.tsx:511 -#: packages/ui/primitives/document-flow/add-signers.tsx:518 +#: packages/ui/primitives/document-flow/add-fields.tsx:899 +#: packages/ui/primitives/document-flow/add-signers.tsx:513 +#: packages/ui/primitives/document-flow/add-signers.tsx:520 #: packages/ui/primitives/document-flow/types.ts:54 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:758 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:470 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:477 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:774 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:537 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:544 msgid "Email" msgstr "Correo electrónico" @@ -2449,11 +2525,11 @@ msgstr "¡Correo electrónico confirmado!" msgid "Email Options" msgstr "Opciones de correo electrónico" -#: packages/lib/utils/document-audit-logs.ts:379 +#: packages/lib/utils/document-audit-logs.ts:383 msgid "Email resent" msgstr "Correo electrónico reeenviado" -#: packages/lib/utils/document-audit-logs.ts:379 +#: packages/lib/utils/document-audit-logs.ts:383 msgid "Email sent" msgstr "Correo electrónico enviado" @@ -2469,7 +2545,7 @@ msgstr "La verificación de correo electrónico ha sido eliminada" msgid "Email verification has been resent" msgstr "La verificación de correo electrónico ha sido reenviada" -#: packages/ui/primitives/document-flow/add-fields.tsx:1141 +#: packages/ui/primitives/document-flow/add-fields.tsx:1147 msgid "Empty field" msgstr "Campo vacío" @@ -2495,17 +2571,17 @@ msgstr "Habilitar aplicación autenticadora" msgid "Enable custom branding for all documents in this team." msgstr "Habilitar branding personalizado para todos los documentos en este equipo." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:246 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:250 msgid "Enable direct link signing" msgstr "Habilitar firma de enlace directo" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:368 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:372 #: packages/lib/constants/template.ts:8 msgid "Enable Direct Link Signing" msgstr "Habilitar firma de enlace directo" -#: packages/ui/primitives/document-flow/add-signers.tsx:400 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:369 +#: packages/ui/primitives/document-flow/add-signers.tsx:402 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:436 msgid "Enable signing order" msgstr "Habilitar orden de firma" @@ -2513,8 +2589,8 @@ msgstr "Habilitar orden de firma" msgid "Enable Typed Signature" msgstr "Habilitar firma mecanografiada" -#: packages/ui/primitives/document-flow/add-fields.tsx:813 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:678 +#: packages/ui/primitives/document-flow/add-fields.tsx:819 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:694 msgid "Enable Typed Signatures" msgstr "Habilitar firmas escritas" @@ -2559,7 +2635,7 @@ msgstr "Ingresa tu dirección de correo electrónico para recibir el documento c msgid "Enter your name" msgstr "Ingresa tu nombre" -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:293 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:299 msgid "Enter your text here" msgstr "Ingresa tu texto aquí" @@ -2581,28 +2657,28 @@ msgstr "Ingresa tu texto aquí" #: apps/web/src/app/(dashboard)/templates/move-template-dialog.tsx:68 #: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:187 #: apps/web/src/app/(signing)/sign/[token]/auto-sign.tsx:152 -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:124 -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:153 -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:214 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:104 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:130 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:105 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:136 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:119 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:150 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:208 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:101 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:129 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:100 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:133 #: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:88 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:114 -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:89 -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:115 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:116 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:84 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:112 #: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:126 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:152 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:154 #: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:150 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:195 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:201 #: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:101 -#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:128 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:133 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:167 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:193 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:168 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:196 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:130 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:131 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:165 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:191 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:172 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:202 #: apps/web/src/components/(dashboard)/layout/verify-email-banner.tsx:54 #: apps/web/src/components/(dashboard)/settings/webhooks/create-webhook-dialog.tsx:101 #: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:224 @@ -2686,6 +2762,10 @@ msgstr "Etiqueta de campo" msgid "Field placeholder" msgstr "Marcador de posición de campo" +#: packages/lib/utils/document-audit-logs.ts:318 +msgid "Field prefilled by assistant" +msgstr "" + #: packages/lib/utils/document-audit-logs.ts:310 msgid "Field signed" msgstr "Campo firmado" @@ -2737,11 +2817,11 @@ msgstr "¿Olvidaste tu contraseña?" msgid "Free Signature" msgstr "Firma gratuita" -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:330 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:191 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:210 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:322 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:326 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:212 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:392 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:272 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:348 #: apps/web/src/components/forms/profile.tsx:101 #: apps/web/src/components/forms/v2/signup.tsx:316 msgid "Full Name" @@ -2796,18 +2876,35 @@ msgstr "Ve a tu <0>configuración de perfil público para agregar documentos msgid "Green" msgstr "Verde" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:107 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:120 msgid "has invited you to approve this document" msgstr "te ha invitado a aprobar este documento" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:98 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:129 +msgid "has invited you to assist this document" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:111 msgid "has invited you to sign this document" msgstr "te ha invitado a firmar este documento" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:89 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:102 msgid "has invited you to view this document" msgstr "te ha invitado a ver este documento" +#: packages/ui/primitives/document-flow/add-signers.tsx:262 +#: packages/ui/primitives/document-flow/add-signers.tsx:300 +#: packages/ui/primitives/document-flow/add-signers.tsx:339 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:234 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:331 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:367 +msgid "Having an assistant as the last signer means they will be unable to take any action as there are no subsequent signers to assist." +msgstr "" + +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:278 +msgid "Help complete the document for other signers." +msgstr "" + #: apps/web/src/app/(dashboard)/settings/profile/page.tsx:29 msgid "Here you can edit your personal details." msgstr "Aquí puedes editar tus datos personales." @@ -2824,7 +2921,7 @@ msgstr "Aquí puedes establecer preferencias y valores predeterminados para la m msgid "Here you can set preferences and defaults for your team." msgstr "Aquí puedes establecer preferencias y valores predeterminados para tu equipo." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:201 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:205 msgid "Here's how it works:" msgstr "Así es como funciona:" @@ -2850,19 +2947,23 @@ msgstr "Ocultar" msgid "Hide additional information" msgstr "Ocultar información adicional" -#: packages/lib/constants/recipient-roles.ts:44 +#: packages/lib/constants/recipient-roles.ts:58 msgid "I am a signer of this document" msgstr "Soy un firmante de este documento" -#: packages/lib/constants/recipient-roles.ts:47 +#: packages/lib/constants/recipient-roles.ts:61 msgid "I am a viewer of this document" msgstr "Soy un visualizador de este documento" -#: packages/lib/constants/recipient-roles.ts:45 +#: packages/lib/constants/recipient-roles.ts:59 msgid "I am an approver of this document" msgstr "Soy un aprobador de este documento" -#: packages/lib/constants/recipient-roles.ts:46 +#: packages/lib/constants/recipient-roles.ts:62 +msgid "I am an assistant of this document" +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:60 msgid "I am required to receive a copy of this document" msgstr "Se me requiere recibir una copia de este documento" @@ -2913,7 +3014,7 @@ msgstr "Información" msgid "Inherit authentication method" msgstr "Heredar método de autenticación" -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:132 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:129 #: packages/ui/primitives/document-flow/types.ts:51 msgid "Initials" msgstr "Iniciales" @@ -3013,6 +3114,10 @@ msgstr "Parece que no se ha proporcionado un token, si estás intentando verific msgid "It seems that there is no token provided. Please check your email and try again." msgstr "Parece que no se ha proporcionado un token. Por favor revisa tu correo electrónico y vuelve a intentarlo." +#: apps/web/src/app/embed/waiting-for-turn.tsx:36 +msgid "It's currently not your turn to sign. Please check back soon as this document should be available for you to sign shortly." +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/waiting/page.tsx:74 msgid "It's currently not your turn to sign. You will receive an email with instructions once it's your turn to sign the document." msgstr "Actualmente no es tu turno para firmar. Recibirás un correo electrónico con instrucciones una vez sea tu turno para firmar el documento." @@ -3196,7 +3301,7 @@ msgstr "Gestionar suscripción de equipo." msgid "Manage teams" msgstr "Gestionar equipos" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:361 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:365 msgid "Manage the direct link signing for this template" msgstr "Gestionar la firma de enlace directo para esta plantilla" @@ -3264,7 +3369,7 @@ msgstr "Mensaje <0>(Opcional)" msgid "Min" msgstr "Mín" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:55 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:56 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-recipients.tsx:35 msgid "Modify recipients" msgstr "Modificar destinatarios" @@ -3310,7 +3415,7 @@ msgid "My templates" msgstr "Mis plantillas" #: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:148 -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:56 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:57 #: apps/web/src/app/(dashboard)/admin/users/[id]/page.tsx:101 #: 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 @@ -3318,17 +3423,17 @@ msgstr "Mis plantillas" #: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:299 #: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:306 #: apps/web/src/app/(signing)/sign/[token]/complete/claim-account.tsx:118 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:175 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:177 #: apps/web/src/components/(teams)/dialogs/add-team-email-dialog.tsx:153 #: apps/web/src/components/(teams)/dialogs/update-team-email-dialog.tsx:141 #: apps/web/src/components/forms/signup.tsx:160 -#: packages/ui/primitives/document-flow/add-fields.tsx:919 -#: packages/ui/primitives/document-flow/add-signers.tsx:549 -#: packages/ui/primitives/document-flow/add-signers.tsx:555 +#: packages/ui/primitives/document-flow/add-fields.tsx:925 +#: packages/ui/primitives/document-flow/add-signers.tsx:551 +#: packages/ui/primitives/document-flow/add-signers.tsx:557 #: packages/ui/primitives/document-flow/types.ts:55 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:784 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:505 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:511 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:800 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:572 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:578 msgid "Name" msgstr "Nombre" @@ -3336,15 +3441,15 @@ msgstr "Nombre" msgid "Need to sign documents?" msgstr "¿Necesitas firmar documentos?" -#: packages/ui/components/recipient/recipient-role-select.tsx:52 +#: packages/ui/components/recipient/recipient-role-select.tsx:55 msgid "Needs to approve" msgstr "Necesita aprobar" -#: packages/ui/components/recipient/recipient-role-select.tsx:31 +#: packages/ui/components/recipient/recipient-role-select.tsx:34 msgid "Needs to sign" msgstr "Necesita firmar" -#: packages/ui/components/recipient/recipient-role-select.tsx:73 +#: packages/ui/components/recipient/recipient-role-select.tsx:76 msgid "Needs to view" msgstr "Necesita ver" @@ -3366,7 +3471,7 @@ msgid "New Template" msgstr "Nueva plantilla" #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:462 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:341 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:419 #: apps/web/src/components/forms/v2/signup.tsx:525 msgid "Next" msgstr "Siguiente" @@ -3399,20 +3504,20 @@ msgstr "No hay actividad reciente" msgid "No recent documents" msgstr "No hay documentos recientes" -#: packages/ui/primitives/document-flow/add-fields.tsx:705 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:598 +#: packages/ui/primitives/document-flow/add-fields.tsx:711 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:614 msgid "No recipient matching this description was found." msgstr "No se encontró ningún destinatario que coincidiera con esta descripción." -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:70 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:71 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-recipients.tsx:49 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:96 #: packages/ui/primitives/document-flow/add-subject.tsx:215 msgid "No recipients" msgstr "Sin destinatarios" -#: packages/ui/primitives/document-flow/add-fields.tsx:720 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:613 +#: packages/ui/primitives/document-flow/add-fields.tsx:726 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:629 msgid "No recipients with this role" msgstr "No hay destinatarios con este rol" @@ -3443,7 +3548,7 @@ msgstr "No se proporcionó token" msgid "No valid direct templates found" msgstr "No se encontraron plantillas directas válidas" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:288 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:292 msgid "No valid recipients found" msgstr "No se encontraron destinatarios válidos" @@ -3471,10 +3576,10 @@ msgstr "No soportado" msgid "Nothing to do" msgstr "Nada que hacer" -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:284 -#: packages/ui/primitives/document-flow/add-fields.tsx:997 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:290 +#: packages/ui/primitives/document-flow/add-fields.tsx:1003 #: packages/ui/primitives/document-flow/types.ts:56 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:862 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:878 msgid "Number" msgstr "Número" @@ -3482,15 +3587,19 @@ msgstr "Número" msgid "Number format" msgstr "Formato de número" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:116 msgid "on behalf of \"{0}\" has invited you to approve this document" msgstr "en nombre de \"{0}\" te ha invitado a aprobar este documento" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:94 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:125 +msgid "on behalf of \"{0}\" has invited you to assist this document" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:107 msgid "on behalf of \"{0}\" has invited you to sign this document" msgstr "en nombre de \"{0}\" te ha invitado a firmar este documento" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:85 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:98 msgid "on behalf of \"{0}\" has invited you to view this document" msgstr "en nombre de \"{0}\" te ha invitado a ver este documento" @@ -3556,7 +3665,7 @@ msgstr "¡Ups! Algo salió mal." msgid "Opened" msgstr "Abierto" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:332 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:336 #: apps/web/src/components/forms/signup.tsx:239 #: apps/web/src/components/forms/signup.tsx:263 #: apps/web/src/components/forms/v2/signup.tsx:387 @@ -3680,7 +3789,7 @@ msgstr "Se requiere pago para finalizar la creación de tu equipo." msgid "Payment overdue" msgstr "Pago atrasado" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:131 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:138 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-documents-table.tsx:205 #: apps/web/src/components/(teams)/tables/teams-member-page-data-table.tsx:82 #: apps/web/src/components/(teams)/tables/user-settings-teams-page-data-table.tsx:77 @@ -3760,6 +3869,10 @@ msgstr "Por favor {recipientActionVerb} tu documento" msgid "Please check the CSV file and make sure it is according to our format" msgstr "Por favor, revisa el archivo CSV y asegúrate de que esté de acuerdo con nuestro formato" +#: apps/web/src/app/embed/waiting-for-turn.tsx:43 +msgid "Please check with the parent application for more information." +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/waiting/page.tsx:81 msgid "Please check your email for updates." msgstr "Por favor, revisa tu correo electrónico para actualizaciones." @@ -3789,11 +3902,11 @@ msgstr "Por favor, ingresa un nombre significativo para tu token. Esto te ayudar msgid "Please enter a valid name." msgstr "Por favor, introduce un nombre válido." -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:148 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:190 msgid "Please mark as viewed to complete" msgstr "Por favor, marca como visto para completar" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:453 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:457 msgid "Please note that proceeding will remove direct linking recipient and turn it into a placeholder." msgstr "Por favor, ten en cuenta que proceder eliminará el destinatario de enlace directo y lo convertirá en un marcador de posición." @@ -3833,7 +3946,7 @@ msgstr "Por favor, proporciona un token del autenticador o un código de respald msgid "Please provide a token from your authenticator, or a backup code." msgstr "Por favor, proporciona un token de tu autenticador, o un código de respaldo." -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:182 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:314 msgid "Please review the document before signing." msgstr "Por favor, revise el documento antes de firmar." @@ -3954,7 +4067,7 @@ msgstr "Valores de radio" msgid "Read only" msgstr "Solo lectura" -#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:144 +#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:145 msgid "Read only field" msgstr "Campo de solo lectura" @@ -3962,7 +4075,7 @@ msgstr "Campo de solo lectura" msgid "Read the full <0>signature disclosure." msgstr "Lea la <0>divulgación de firma completa." -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:106 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:107 msgid "Ready" msgstr "Listo" @@ -3970,7 +4083,7 @@ msgstr "Listo" msgid "Reason" msgstr "Razón" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:146 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:153 msgid "Reason for rejection:" msgstr "Reason for rejection:" @@ -3986,7 +4099,7 @@ msgstr "Reason must be less than 500 characters" msgid "Reauthentication is required to sign this field" msgstr "Se requiere reautenticación para firmar este campo" -#: packages/ui/components/recipient/recipient-role-select.tsx:95 +#: packages/ui/components/recipient/recipient-role-select.tsx:98 msgid "Receives copy" msgstr "Recibe copia" @@ -4001,9 +4114,9 @@ msgstr "Documentos recientes" #: apps/web/src/app/(dashboard)/documents/data-table.tsx:63 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-documents-table.tsx:114 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:275 -#: packages/lib/utils/document-audit-logs.ts:354 -#: packages/lib/utils/document-audit-logs.ts:369 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:279 +#: packages/lib/utils/document-audit-logs.ts:358 +#: packages/lib/utils/document-audit-logs.ts:373 msgid "Recipient" msgstr "Destinatario" @@ -4030,7 +4143,7 @@ msgid "Recipient updated" msgstr "Destinatario actualizado" #: apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx:66 -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:49 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:50 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-recipients.tsx:30 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/audit-log/page.tsx:140 msgid "Recipients" @@ -4070,11 +4183,11 @@ msgstr "Registro exitoso" #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:109 #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:116 #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:162 -#: packages/email/template-components/template-document-invite.tsx:95 +#: packages/email/template-components/template-document-invite.tsx:98 msgid "Reject Document" msgstr "Rechazar Documento" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:141 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:148 #: apps/web/src/components/(dashboard)/avatar/stack-avatars-with-tooltip.tsx:101 msgid "Rejected" msgstr "Rejected" @@ -4108,9 +4221,9 @@ msgid "Reminder: Please {recipientActionVerb} your document" msgstr "Recordatorio: Por favor {recipientActionVerb} tu documento" #: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:188 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:425 -#: 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/(dashboard)/templates/template-direct-link-dialog.tsx:429 +#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:157 +#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:181 #: 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 @@ -4119,7 +4232,7 @@ msgstr "Recordatorio: Por favor {recipientActionVerb} tu documento" #: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:165 #: apps/web/src/components/forms/avatar-image.tsx:166 #: apps/web/src/components/templates/template-bulk-send-dialog.tsx:217 -#: packages/ui/primitives/document-flow/add-fields.tsx:1128 +#: packages/ui/primitives/document-flow/add-fields.tsx:1134 msgid "Remove" msgstr "Eliminar" @@ -4238,7 +4351,7 @@ msgstr "Revocar" msgid "Revoke access" msgstr "Revocar acceso" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:278 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:282 #: 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:80 @@ -4256,16 +4369,16 @@ msgstr "Roles" msgid "Rows per page" msgstr "Filas por página" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:440 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:350 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:361 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:444 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:356 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:367 #: 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:305 #: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:322 msgid "Save" msgstr "Guardar" -#: packages/ui/primitives/template-flow/add-template-fields.tsx:974 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:990 msgid "Save Template" msgstr "Guardar plantilla" @@ -4280,7 +4393,7 @@ msgstr "Buscar" msgid "Search by document title" msgstr "Buscar por título del documento" -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:174 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:175 #: apps/web/src/app/(dashboard)/admin/users/data-table-users.tsx:144 msgid "Search by name or email" msgstr "Buscar por nombre o correo electrónico" @@ -4308,7 +4421,7 @@ msgstr "Seguridad" msgid "Security activity" msgstr "Actividad de seguridad" -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:194 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:191 #: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:115 #: packages/ui/primitives/document-flow/types.ts:59 msgid "Select" @@ -4426,7 +4539,7 @@ msgstr "Enviando correo de restablecimiento..." msgid "Sending..." msgstr "Enviando..." -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:101 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:102 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:258 msgid "Sent" msgstr "Enviado" @@ -4476,8 +4589,8 @@ msgstr "Mostrar" msgid "Show additional information" msgstr "Mostrar información adicional" -#: packages/ui/primitives/document-flow/add-signers.tsx:707 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:661 +#: packages/ui/primitives/document-flow/add-signers.tsx:713 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:731 msgid "Show advanced settings" msgstr "Mostrar configuraciones avanzadas" @@ -4495,30 +4608,30 @@ msgstr "Mostrar plantillas en el perfil público de tu equipo para que tu audien #: apps/web/src/app/(profile)/p/[url]/page.tsx:192 #: apps/web/src/app/(signing)/sign/[token]/auto-sign.tsx:229 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-2fa.tsx:182 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:241 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:243 #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:142 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:328 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:326 #: apps/web/src/components/ui/user-profile-skeleton.tsx:75 #: apps/web/src/components/ui/user-profile-timur.tsx:81 #: packages/lib/constants/recipient-roles.ts:22 msgid "Sign" msgstr "Firmar" -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:278 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:276 msgid "Sign as {0} <0>({1})" msgstr "Firmar como {0} <0>({1})" -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:200 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:202 msgid "Sign as<0>{0} <1>({1})" msgstr "Firmar como<0>{0} <1>({1})" #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:360 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:240 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:255 msgid "Sign document" msgstr "Firmar documento" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:141 -#: packages/email/template-components/template-document-invite.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:182 +#: packages/email/template-components/template-document-invite.tsx:106 msgid "Sign Document" msgstr "Firmar Documento" @@ -4548,7 +4661,7 @@ msgid "Sign Out" msgstr "Cerrar sesión" #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:381 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:261 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:280 msgid "Sign the document to complete the process." msgstr "Firma el documento para completar el proceso." @@ -4572,17 +4685,17 @@ msgstr "Regístrate con OIDC" #: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:88 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:179 -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:342 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:205 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:251 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:286 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:334 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:340 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:249 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:284 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:422 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:301 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:377 #: apps/web/src/components/forms/profile.tsx:123 -#: packages/ui/primitives/document-flow/add-fields.tsx:841 +#: packages/ui/primitives/document-flow/add-fields.tsx:847 #: packages/ui/primitives/document-flow/field-icon.tsx:52 #: packages/ui/primitives/document-flow/types.ts:49 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:706 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:722 msgid "Signature" msgstr "Firma" @@ -4590,10 +4703,10 @@ msgstr "Firma" msgid "Signature ID" msgstr "ID de Firma" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:229 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:303 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:364 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:301 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:448 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:327 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:403 msgid "Signature is too small. Please provide a more complete signature." msgstr "La firma es demasiado pequeña. Proporcione una firma más completa." @@ -4605,7 +4718,7 @@ msgstr "Firmas recolectadas" msgid "Signatures will appear once the document has been completed" msgstr "Las firmas aparecerán una vez que el documento se haya completado" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:114 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:115 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:280 #: apps/web/src/components/document/document-read-only-fields.tsx:84 #: packages/lib/constants/recipient-roles.ts:23 @@ -4645,6 +4758,10 @@ msgstr "Certificado de firma proporcionado por" msgid "Signing Complete!" msgstr "¡Firma completa!" +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:293 +msgid "Signing for" +msgstr "" + #: apps/web/src/components/forms/signin.tsx:384 #: apps/web/src/components/forms/signin.tsx:511 msgid "Signing in..." @@ -4659,11 +4776,16 @@ msgstr "Enlaces de firma" msgid "Signing links have been generated for this document." msgstr "Se han generado enlaces de firma para este documento." +#: packages/ui/primitives/document-flow/add-signers.tsx:281 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:348 +msgid "Signing order is enabled." +msgstr "" + #: apps/web/src/components/forms/signup.tsx:231 msgid "Signing up..." msgstr "Registrándose..." -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:90 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:91 #: apps/web/src/app/(dashboard)/admin/leaderboard/page.tsx:46 msgid "Signing Volume" msgstr "Volumen de firmas" @@ -4708,9 +4830,9 @@ msgstr "Algunos firmantes no han sido asignados a un campo de firma. Asigne al m #: apps/web/src/app/(dashboard)/settings/teams/team-email-usage.tsx:44 #: apps/web/src/app/(dashboard)/templates/delete-template-dialog.tsx:45 #: apps/web/src/app/(dashboard)/templates/new-template-dialog.tsx:78 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:100 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:123 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:147 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:104 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:127 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:151 #: apps/web/src/app/(recipient)/d/[token]/direct-template.tsx:118 #: apps/web/src/app/(recipient)/d/[token]/signing-auth-page.tsx:27 #: apps/web/src/app/(signing)/sign/[token]/signing-auth-page.tsx:38 @@ -4719,7 +4841,7 @@ msgstr "Algunos firmantes no han sido asignados a un campo de firma. Asigne al m #: 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:262 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:144 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:155 #: apps/web/src/components/(teams)/dialogs/create-team-checkout-dialog.tsx:50 #: apps/web/src/components/(teams)/dialogs/create-team-checkout-dialog.tsx:99 #: apps/web/src/components/(teams)/dialogs/invite-team-member-dialog.tsx:210 @@ -4813,6 +4935,10 @@ msgstr "Asunto <0>(Opcional)" msgid "Submit" msgstr "Enviar" +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:297 +msgid "Submitting..." +msgstr "" + #: apps/web/src/app/(dashboard)/settings/billing/billing-plans.tsx:129 msgid "Subscribe" msgstr "Suscribirse" @@ -4831,8 +4957,8 @@ msgstr "Suscripciones" #: apps/web/src/app/(dashboard)/settings/teams/accept-team-invitation-button.tsx:25 #: apps/web/src/app/(dashboard)/settings/teams/decline-team-invitation-button.tsx:25 #: apps/web/src/app/(dashboard)/settings/teams/team-email-usage.tsx:37 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:114 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:137 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:118 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:141 #: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-email-dropdown.tsx:32 #: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-transfer-status.tsx:44 #: apps/web/src/components/(dashboard)/layout/verify-email-banner.tsx:44 @@ -5074,11 +5200,11 @@ msgstr "Plantillas" msgid "Templates allow you to quickly generate documents with pre-filled recipients and fields." msgstr "Las plantillas te permiten generar documentos rápidamente con destinatarios y campos prellenados." -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:258 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:287 -#: packages/ui/primitives/document-flow/add-fields.tsx:971 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:264 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:293 +#: packages/ui/primitives/document-flow/add-fields.tsx:977 #: packages/ui/primitives/document-flow/types.ts:52 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:836 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:852 msgid "Text" msgstr "Texto" @@ -5133,7 +5259,7 @@ msgstr "El contenido que se mostrará en el banner, se permite HTML" #: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:73 #: apps/web/src/app/(dashboard)/templates/template-direct-link-badge.tsx:32 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:160 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:164 msgid "The direct link has been copied to your clipboard" msgstr "El enlace directo ha sido copiado a tu portapapeles" @@ -5219,23 +5345,27 @@ msgstr "El nombre público de tu plantilla" msgid "The reason provided for deletion is the following:" msgstr "La razón proporcionada para la eliminación es la siguiente:" +#: packages/ui/components/recipient/recipient-role-select.tsx:137 +msgid "The recipient can prepare the document for later signers by pre-filling suggest values." +msgstr "" + #: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:119 msgid "The recipient has been updated successfully" msgstr "El destinatario ha sido actualizado con éxito" -#: packages/ui/components/recipient/recipient-role-select.tsx:103 +#: packages/ui/components/recipient/recipient-role-select.tsx:106 msgid "The recipient is not required to take any action and receives a copy of the document after it is completed." msgstr "El destinatario no está obligado a tomar ninguna acción y recibe una copia del documento una vez completado." -#: packages/ui/components/recipient/recipient-role-select.tsx:60 +#: packages/ui/components/recipient/recipient-role-select.tsx:63 msgid "The recipient is required to approve the document for it to be completed." msgstr "El destinatario debe aprobar el documento para que se complete." -#: packages/ui/components/recipient/recipient-role-select.tsx:39 +#: packages/ui/components/recipient/recipient-role-select.tsx:42 msgid "The recipient is required to sign the document for it to be completed." msgstr "El destinatario debe firmar el documento para que se complete." -#: packages/ui/components/recipient/recipient-role-select.tsx:81 +#: packages/ui/components/recipient/recipient-role-select.tsx:84 msgid "The recipient is required to view the document for it to be completed." msgstr "El destinatario debe ver el documento para que se complete." @@ -5259,7 +5389,7 @@ msgstr "El correo electrónico del firmante" msgid "The signer's name" msgstr "El nombre del firmante" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:163 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:170 #: apps/web/src/components/(dashboard)/avatar/avatar-with-recipient.tsx:41 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:118 #: packages/ui/primitives/document-flow/add-subject.tsx:243 @@ -5371,7 +5501,7 @@ msgstr "Este documento no se pudo duplicar en este momento. Por favor, inténtal msgid "This document could not be re-sent at this time. Please try again." msgstr "Este documento no se pudo reenviar en este momento. Por favor, inténtalo de nuevo." -#: packages/ui/primitives/document-flow/add-fields.tsx:776 +#: packages/ui/primitives/document-flow/add-fields.tsx:782 msgid "This document has already been sent to this recipient. You can no longer edit this recipient." msgstr "Este documento ya ha sido enviado a este destinatario. Ya no puede editar a este destinatario." @@ -5431,7 +5561,7 @@ msgstr "Este correo electrónico se envía al destinatario solicitando que firme msgid "This email will be sent to the recipient who has just signed the document, if there are still other recipients who have not signed yet." msgstr "Este correo electrónico se enviará al destinatario que acaba de firmar el documento, si todavía hay otros destinatarios que no han firmado." -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:580 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:650 msgid "This field cannot be modified or deleted. When you share this template's direct link or add it to your public profile, anyone who accesses it can input their name and email, and fill in the fields assigned to them." msgstr "Este campo no se puede modificar ni eliminar. Cuando comparta el enlace directo de esta plantilla o lo agregue a su perfil público, cualquiera que acceda podrá ingresar su nombre y correo electrónico, y completar los campos que se le hayan asignado." @@ -5459,7 +5589,7 @@ msgstr "Esta clave de acceso no está configurada para esta aplicación. Por fav msgid "This price includes minimum 5 seats." msgstr "Este precio incluye un mínimo de 5 asientos." -#: packages/ui/primitives/document-flow/add-fields.tsx:1108 +#: packages/ui/primitives/document-flow/add-fields.tsx:1114 msgid "This recipient can no longer be modified as they have signed a field, or completed the document." msgstr "Este destinatario ya no puede ser modificado ya que ha firmado un campo o completado el documento." @@ -5467,7 +5597,7 @@ msgstr "Este destinatario ya no puede ser modificado ya que ha firmado un campo msgid "This session has expired. Please try again." msgstr "Esta sesión ha expirado. Por favor, inténtalo de nuevo." -#: packages/ui/primitives/document-flow/add-signers.tsx:194 +#: packages/ui/primitives/document-flow/add-signers.tsx:200 msgid "This signer has already signed the document." msgstr "Este firmante ya ha firmado el documento." @@ -5573,8 +5703,8 @@ msgstr "Para acceder a tu cuenta, por favor confirma tu dirección de correo ele msgid "To mark this document as viewed, you need to be logged in as <0>{0}" msgstr "Para marcar este documento como visto, debes iniciar sesión como <0>{0}" -#: packages/ui/primitives/document-flow/add-fields.tsx:1091 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:954 +#: packages/ui/primitives/document-flow/add-fields.tsx:1097 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:970 msgid "To proceed further, please set at least one value for the {0} field." msgstr "Para continuar, por favor establezca al menos un valor para el campo {0}." @@ -5708,7 +5838,7 @@ msgstr "Tipo" msgid "Type a command or search..." msgstr "Escribe un comando o busca..." -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:134 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:132 msgid "Typed signatures are not allowed. Please draw your signature." msgstr "No se permiten firmas mecanografiadas. Por favor, dibuje su firma." @@ -5728,7 +5858,7 @@ msgstr "No se pudo copiar el código de recuperación" msgid "Unable to copy token" msgstr "No se pudo copiar el token" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:101 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:105 msgid "Unable to create direct template access. Please try again later." msgstr "No se pudo crear acceso directo a la plantilla. Por favor, inténtalo de nuevo más tarde." @@ -6092,8 +6222,8 @@ msgstr "Ver Códigos" msgid "View document" msgstr "Ver documento" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:140 -#: packages/email/template-components/template-document-invite.tsx:104 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:181 +#: packages/email/template-components/template-document-invite.tsx:107 #: packages/email/template-components/template-document-rejected.tsx:44 #: packages/ui/primitives/document-flow/add-subject.tsx:90 #: packages/ui/primitives/document-flow/add-subject.tsx:91 @@ -6129,7 +6259,7 @@ msgstr "Ver Códigos de Recuperación" msgid "View teams" msgstr "Ver equipos" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:120 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:121 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:269 #: packages/lib/constants/recipient-roles.ts:30 msgid "Viewed" @@ -6164,6 +6294,7 @@ msgid "Waiting for others to sign" msgstr "Esperando a que otros firmen" #: apps/web/src/app/(signing)/sign/[token]/waiting/page.tsx:70 +#: apps/web/src/app/embed/waiting-for-turn.tsx:31 msgid "Waiting for Your Turn" msgstr "Esperando tu turno" @@ -6175,6 +6306,15 @@ msgstr "¿Quieres enviar enlaces de firma elegantes como este? <0>Consulta Docum msgid "Want your own public profile?" msgstr "¿Quieres tu propio perfil público?" +#: packages/ui/primitives/document-flow/add-signers.tsx:260 +#: packages/ui/primitives/document-flow/add-signers.tsx:298 +#: packages/ui/primitives/document-flow/add-signers.tsx:337 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:232 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:329 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:365 +msgid "Warning: Assistant as last signer" +msgstr "" + #: apps/web/src/app/(dashboard)/settings/billing/billing-portal-button.tsx:41 #: apps/web/src/app/(teams)/t/[teamUrl]/layout-billing-banner.tsx:55 #: apps/web/src/components/(teams)/team-billing-portal-button.tsx:31 @@ -6189,7 +6329,7 @@ msgstr "No podemos eliminar esta clave de acceso en este momento. Por favor, int msgid "We are unable to update this passkey at the moment. Please try again later." msgstr "No podemos actualizar esta clave de acceso en este momento. Por favor, inténtalo de nuevo más tarde." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:149 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:153 msgid "We encountered an error while removing the direct template link. Please try again later." msgstr "Encontramos un error al eliminar el enlace directo de la plantilla. Por favor, inténtalo de nuevo más tarde." @@ -6356,7 +6496,7 @@ msgstr "No pudimos configurar la autenticación de dos factores para tu cuenta. #: apps/web/src/app/(recipient)/d/[token]/direct-template.tsx:120 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:264 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:146 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:157 msgid "We were unable to submit this document at this time. Please try again later." msgstr "No pudimos enviar este documento en este momento. Por favor, inténtalo de nuevo más tarde." @@ -6600,6 +6740,11 @@ msgstr "Puedes ver los documentos creados en tu panel de control bajo la secció msgid "You can view the document and its status by clicking the button below." msgstr "Puede ver el documento y su estado haciendo clic en el botón de abajo." +#: packages/ui/primitives/document-flow/add-signers.tsx:282 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:349 +msgid "You cannot add assistants when signing order is disabled." +msgstr "" + #: apps/web/src/app/(dashboard)/settings/security/passkeys/create-passkey-dialog.tsx:213 msgid "You cannot have more than {MAXIMUM_PASSKEYS} passkeys." msgstr "No puedes tener más de {MAXIMUM_PASSKEYS} claves de acceso." @@ -6684,7 +6829,7 @@ msgstr "Aún no has creado plantillas. Para crear una plantilla, por favor carga msgid "You have not yet created or received any documents. To create a document please upload one." msgstr "Aún no has creado ni recibido documentos. Para crear un documento, por favor carga uno." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:229 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:233 msgid "You have reached the maximum limit of {0} direct templates. <0>Upgrade your account to continue!" msgstr "Has alcanzado el límite máximo de {0} plantillas directas. <0>¡Actualiza tu cuenta para continuar!" @@ -6962,4 +7107,3 @@ msgstr "¡Tu token se creó con éxito! ¡Asegúrate de copiarlo porque no podr #: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:86 msgid "Your tokens will be shown here once you create them." msgstr "Tus tokens se mostrarán aquí una vez que los crees." - diff --git a/packages/lib/translations/fr/web.po b/packages/lib/translations/fr/web.po index 47f1d6167..6f7c98c57 100644 --- a/packages/lib/translations/fr/web.po +++ b/packages/lib/translations/fr/web.po @@ -22,7 +22,7 @@ msgstr "" msgid "\"{0}\" has invited you to sign \"example document\"." msgstr "\"{0}\" vous a invité à signer \"example document\"." -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:74 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:71 msgid "\"{0}\" will appear on the document as it has a timezone of \"{timezone}\"." msgstr "\"{0}\" apparaîtra sur le document car il a un fuseau horaire de \"{timezone}\"." @@ -46,7 +46,12 @@ msgstr "\"{documentTitle}\" a été supprimé avec succès" msgid "\"{placeholderEmail}\" on behalf of \"{0}\" has invited you to sign \"example document\"." msgstr "\"{placeholderEmail}\" au nom de \"{0}\" vous a invité à signer \"exemple de document\"." -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:330 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:271 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:326 +msgid "(You)" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:336 msgid "{0, plural, one {(1 character over)} other {(# characters over)}}" msgstr "{0, plural, one {(1 caractère de trop)} other {(# caractères de trop)}}" @@ -125,7 +130,7 @@ msgstr "{0} représentant \"{1}\" vous a invité à {recipientActionVerb} le doc msgid "{0} Recipient(s)" msgstr "{0} Destinataire(s)" -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:311 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:317 msgid "{charactersRemaining, plural, one {1 character remaining} other {{charactersRemaining} characters remaining}}" msgstr "{charactersRemaining, plural, one {1 caractère restant} other {{charactersRemaining} caractères restants}}" @@ -197,14 +202,18 @@ msgstr "{prefix} a créé le document" msgid "{prefix} deleted the document" msgstr "{prefix} a supprimé le document" -#: packages/lib/utils/document-audit-logs.ts:351 +#: packages/lib/utils/document-audit-logs.ts:355 msgid "{prefix} moved the document to team" msgstr "{prefix} a déplacé le document vers l'équipe" -#: packages/lib/utils/document-audit-logs.ts:335 +#: packages/lib/utils/document-audit-logs.ts:339 msgid "{prefix} opened the document" msgstr "{prefix} a ouvert le document" +#: packages/lib/utils/document-audit-logs.ts:319 +msgid "{prefix} prefilled a field" +msgstr "" + #: packages/lib/utils/document-audit-logs.ts:283 msgid "{prefix} removed a field" msgstr "{prefix} a supprimé un champ" @@ -213,15 +222,15 @@ msgstr "{prefix} a supprimé un champ" msgid "{prefix} removed a recipient" msgstr "{prefix} a supprimé un destinataire" -#: packages/lib/utils/document-audit-logs.ts:381 +#: packages/lib/utils/document-audit-logs.ts:385 msgid "{prefix} resent an email to {0}" msgstr "{prefix} a renvoyé un e-mail à {0}" -#: packages/lib/utils/document-audit-logs.ts:382 +#: packages/lib/utils/document-audit-logs.ts:386 msgid "{prefix} sent an email to {0}" msgstr "{prefix} a envoyé un email à {0}" -#: packages/lib/utils/document-audit-logs.ts:347 +#: packages/lib/utils/document-audit-logs.ts:351 msgid "{prefix} sent the document" msgstr "{prefix} a envoyé le document" @@ -241,27 +250,27 @@ msgstr "{prefix} a mis à jour un champ" msgid "{prefix} updated a recipient" msgstr "{prefix} a mis à jour un destinataire" -#: packages/lib/utils/document-audit-logs.ts:331 +#: packages/lib/utils/document-audit-logs.ts:335 msgid "{prefix} updated the document" msgstr "{prefix} a mis à jour le document" -#: packages/lib/utils/document-audit-logs.ts:323 +#: packages/lib/utils/document-audit-logs.ts:327 msgid "{prefix} updated the document access auth requirements" msgstr "{prefix} a mis à jour les exigences d'authentification d'accès au document" -#: packages/lib/utils/document-audit-logs.ts:343 +#: packages/lib/utils/document-audit-logs.ts:347 msgid "{prefix} updated the document external ID" msgstr "{prefix} a mis à jour l'ID externe du document" -#: packages/lib/utils/document-audit-logs.ts:327 +#: packages/lib/utils/document-audit-logs.ts:331 msgid "{prefix} updated the document signing auth requirements" msgstr "{prefix} a mis à jour les exigences d'authentification pour la signature des documents" -#: packages/lib/utils/document-audit-logs.ts:339 +#: packages/lib/utils/document-audit-logs.ts:343 msgid "{prefix} updated the document title" msgstr "{prefix} a mis à jour le titre du document" -#: packages/lib/utils/document-audit-logs.ts:319 +#: packages/lib/utils/document-audit-logs.ts:323 msgid "{prefix} updated the document visibility" msgstr "{prefix} a mis à jour la visibilité du document" @@ -318,27 +327,27 @@ msgstr "{teamName} vous a invité à {action} {documentName}" msgid "{teamName} ownership transfer request" msgstr "Demande de transfert de propriété de {teamName}" -#: packages/lib/utils/document-audit-logs.ts:359 +#: packages/lib/utils/document-audit-logs.ts:363 msgid "{userName} approved the document" msgstr "{userName} a approuvé le document" -#: packages/lib/utils/document-audit-logs.ts:360 +#: packages/lib/utils/document-audit-logs.ts:364 msgid "{userName} CC'd the document" msgstr "{userName} a mis en copie le document" -#: packages/lib/utils/document-audit-logs.ts:361 +#: packages/lib/utils/document-audit-logs.ts:365 msgid "{userName} completed their task" msgstr "{userName} a terminé sa tâche" -#: packages/lib/utils/document-audit-logs.ts:371 +#: packages/lib/utils/document-audit-logs.ts:375 msgid "{userName} rejected the document" msgstr "{userName} a rejeté le document" -#: packages/lib/utils/document-audit-logs.ts:357 +#: packages/lib/utils/document-audit-logs.ts:361 msgid "{userName} signed the document" msgstr "{userName} a signé le document" -#: packages/lib/utils/document-audit-logs.ts:358 +#: packages/lib/utils/document-audit-logs.ts:362 msgid "{userName} viewed the document" msgstr "{userName} a consulté le document" @@ -705,11 +714,11 @@ msgstr "Ajouter des champs" msgid "Add more" msgstr "Ajouter davantage" -#: packages/ui/primitives/document-flow/add-signers.tsx:690 +#: packages/ui/primitives/document-flow/add-signers.tsx:696 msgid "Add myself" msgstr "M'ajouter" -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:644 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:714 msgid "Add Myself" msgstr "M'ajouter" @@ -718,7 +727,7 @@ msgstr "M'ajouter" msgid "Add passkey" msgstr "Ajouter une clé de passe" -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:630 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:700 msgid "Add Placeholder Recipient" msgstr "Ajouter un destinataire fictif" @@ -726,7 +735,7 @@ msgstr "Ajouter un destinataire fictif" msgid "Add Placeholders" msgstr "Ajouter des espaces réservés" -#: packages/ui/primitives/document-flow/add-signers.tsx:679 +#: packages/ui/primitives/document-flow/add-signers.tsx:685 msgid "Add Signer" msgstr "Ajouter un signataire" @@ -779,8 +788,8 @@ msgstr "Panneau d'administration" msgid "Advanced Options" msgstr "Options avancées" -#: packages/ui/primitives/document-flow/add-fields.tsx:585 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:490 +#: packages/ui/primitives/document-flow/add-fields.tsx:593 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:506 msgid "Advanced settings" msgstr "Paramètres avancés" @@ -907,7 +916,7 @@ msgstr "Une erreur est survenue lors de la création du webhook. Veuillez réess msgid "An error occurred while deleting the user." msgstr "Une erreur s'est produite lors de la suppression de l'utilisateur." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:120 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:124 msgid "An error occurred while disabling direct link signing." msgstr "Une erreur est survenue lors de la désactivation de la signature par lien direct." @@ -926,7 +935,7 @@ msgstr "Une erreur est survenue lors du téléchargement de votre document." msgid "An error occurred while duplicating template." msgstr "Une erreur est survenue lors de la duplication du modèle." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:119 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:123 msgid "An error occurred while enabling direct link signing." msgstr "Une erreur est survenue lors de l'activation de la signature par lien direct." @@ -950,25 +959,25 @@ msgstr "Une erreur est survenue lors du déplacement du document." msgid "An error occurred while moving the template." msgstr "Une erreur est survenue lors du déplacement du modèle." -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:116 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:151 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:130 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:134 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:117 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:113 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:155 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:202 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:203 msgid "An error occurred while removing the field." msgstr "Une erreur est survenue lors de la suppression du champ." -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:154 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:131 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:137 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:115 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:153 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:196 -#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:129 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:194 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:131 +msgid "An error occurred while removing the selection." +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:192 msgid "An error occurred while removing the signature." msgstr "Une erreur est survenue lors de la suppression de la signature." -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:197 -msgid "An error occurred while removing the text." -msgstr "Une erreur est survenue lors de la suppression du texte." - #: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:326 msgid "An error occurred while sending the document." msgstr "Une erreur est survenue lors de l'envoi du document." @@ -977,16 +986,28 @@ msgstr "Une erreur est survenue lors de l'envoi du document." msgid "An error occurred while sending your confirmation email" msgstr "Une erreur est survenue lors de l'envoi de votre e-mail de confirmation" -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:125 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:105 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:106 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:89 -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:90 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:127 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:151 -#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:102 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:168 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:169 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:121 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:102 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:90 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:86 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:128 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:152 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:174 +msgid "An error occurred while signing as assistant." +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:122 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:104 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:91 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:87 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:129 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:153 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:104 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:166 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:175 msgid "An error occurred while signing the document." msgstr "Une erreur est survenue lors de la signature du document." @@ -999,7 +1020,7 @@ msgstr "Une erreur est survenue lors de la création d'une session de paiement." msgid "An error occurred while updating the document settings." msgstr "Une erreur est survenue lors de la mise à jour des paramètres du document." -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:215 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:209 msgid "An error occurred while updating the signature." msgstr "Une erreur est survenue lors de la mise à jour de la signature." @@ -1080,12 +1101,12 @@ msgstr "Version de l'application" msgid "Approve" msgstr "Approuver" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:142 -#: packages/email/template-components/template-document-invite.tsx:105 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:183 +#: packages/email/template-components/template-document-invite.tsx:108 msgid "Approve Document" msgstr "Approuver le document" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:94 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:95 #: packages/lib/constants/recipient-roles.ts:9 msgid "Approved" msgstr "Approuvé" @@ -1102,6 +1123,10 @@ msgstr "Approuveurs" msgid "Approving" msgstr "Approval en cours" +#: apps/web/src/app/(signing)/sign/[token]/assistant/assistant-confirmation-dialog.tsx:46 +msgid "Are you sure you want to complete the document? This action cannot be undone. Please ensure that you have completed prefilling all relevant fields before proceeding." +msgstr "" + #: apps/web/src/components/(dashboard)/settings/token/delete-token-dialog.tsx:129 msgid "Are you sure you want to delete this token?" msgstr "Êtes-vous sûr de vouloir supprimer ce token ?" @@ -1120,7 +1145,7 @@ msgstr "Êtes-vous sûr de vouloir supprimer cette équipe ?" #: apps/web/src/app/(dashboard)/documents/delete-document-dialog.tsx:99 #: apps/web/src/app/(dashboard)/settings/teams/team-email-usage.tsx:94 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:449 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:453 #: 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 @@ -1128,6 +1153,40 @@ msgstr "Êtes-vous sûr de vouloir supprimer cette équipe ?" msgid "Are you sure?" msgstr "Êtes-vous sûr ?" +#: packages/lib/constants/recipient-roles.ts:36 +msgid "Assist" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:184 +#: packages/email/template-components/template-document-invite.tsx:110 +msgid "Assist Document" +msgstr "" + +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:253 +msgid "Assist with signing" +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:39 +msgid "Assistant" +msgstr "" + +#: packages/ui/components/recipient/recipient-role-select.tsx:142 +msgid "Assistant role is only available when the document is in sequential signing mode." +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:40 +msgid "Assistants" +msgstr "" + +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:127 +#: packages/lib/constants/recipient-roles.ts:37 +msgid "Assisted" +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:38 +msgid "Assisting" +msgstr "" + #: apps/web/src/app/(dashboard)/admin/documents/[id]/admin-actions.tsx:66 msgid "Attempts sealing the document again, useful for after a code change has occurred to resolve an erroneous document." msgstr "Essaye de sceller le document à nouveau, utile après qu'un changement de code ait eu lieu pour résoudre un document erroné." @@ -1157,7 +1216,7 @@ msgstr "Avatar mis à jour" msgid "Awaiting email confirmation" msgstr "En attente de confirmation par e-mail" -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:373 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:366 #: apps/web/src/components/(dashboard)/settings/layout/activity-back.tsx:20 #: apps/web/src/components/forms/v2/signup.tsx:513 msgid "Back" @@ -1279,6 +1338,10 @@ msgstr "En procédant avec votre signature électronique, vous reconnaissez et c msgid "By using the electronic signature feature, you are consenting to conduct transactions and receive disclosures electronically. You acknowledge that your electronic signature on documents is binding and that you accept the terms outlined in the documents you are signing." msgstr "En utilisant la fonctionnalité de signature électronique, vous consentez à effectuer des transactions et à recevoir des divulgations électroniquement. Vous reconnaissez que votre signature électronique sur les documents est contraignante et que vous acceptez les termes énoncés dans les documents que vous signez." +#: packages/ui/components/recipient/recipient-role-select.tsx:128 +msgid "Can prepare" +msgstr "" + #: apps/web/src/app/(dashboard)/documents/_action-items/resend-document.tsx:185 #: apps/web/src/app/(dashboard)/documents/delete-document-dialog.tsx:191 #: apps/web/src/app/(dashboard)/documents/duplicate-document-dialog.tsx:107 @@ -1290,20 +1353,20 @@ msgstr "En utilisant la fonctionnalité de signature électronique, vous consent #: apps/web/src/app/(dashboard)/templates/delete-template-dialog.tsx:76 #: apps/web/src/app/(dashboard)/templates/duplicate-template-dialog.tsx:77 #: apps/web/src/app/(dashboard)/templates/move-template-dialog.tsx:131 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:466 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:470 #: apps/web/src/app/(signing)/sign/[token]/auto-sign.tsx:220 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-2fa.tsx:178 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-account.tsx:71 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-passkey.tsx:164 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-passkey.tsx:189 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:164 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:246 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:232 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:341 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:206 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:381 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:234 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:347 #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:153 #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:131 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:320 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:352 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:318 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:358 #: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-transfer-status.tsx:121 #: apps/web/src/components/(dashboard)/settings/token/delete-token-dialog.tsx:176 #: apps/web/src/components/(dashboard)/settings/webhooks/create-webhook-dialog.tsx:242 @@ -1332,7 +1395,7 @@ msgstr "Annuler" msgid "Cancelled by user" msgstr "Annulé par l'utilisateur" -#: packages/ui/primitives/document-flow/add-signers.tsx:193 +#: packages/ui/primitives/document-flow/add-signers.tsx:199 msgid "Cannot remove signer" msgstr "Impossible de supprimer le signataire" @@ -1373,11 +1436,11 @@ msgstr "Valeurs de la case à cocher" msgid "Checkout" msgstr "Passer à la caisse" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:266 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:270 msgid "Choose an existing recipient from below to continue" msgstr "Choisissez un destinataire existant ci-dessous pour continuer" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:262 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:266 msgid "Choose Direct Link Recipient" msgstr "Choisissez un destinataire pour le lien direct" @@ -1437,10 +1500,10 @@ msgstr "Cliquez ici pour télécharger" msgid "Click to copy signing link for sending to recipient" msgstr "Cliquez pour copier le lien de signature à envoyer au destinataire" -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:179 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:128 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:180 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:174 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:481 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:360 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:440 msgid "Click to insert field" msgstr "Cliquez pour insérer un champ" @@ -1460,7 +1523,7 @@ msgstr "Fermer" #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:61 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:471 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:350 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:430 #: apps/web/src/components/forms/v2/signup.tsx:538 msgid "Complete" msgstr "Compléter" @@ -1469,10 +1532,18 @@ msgstr "Compléter" msgid "Complete Approval" msgstr "Compléter l'approbation" +#: apps/web/src/app/(signing)/sign/[token]/assistant/assistant-confirmation-dialog.tsx:43 +msgid "Complete Document" +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:69 msgid "Complete Signing" msgstr "Compléter la signature" +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:225 +msgid "Complete the fields for the following signers. Once reviewed, they will inform you if any modifications are needed." +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:68 msgid "Complete Viewing" msgstr "Compléter la visualisation" @@ -1516,12 +1587,12 @@ msgstr "Configurer les paramètres généraux pour le modèle." msgid "Configure template" msgstr "Configurer le modèle" -#: packages/ui/primitives/document-flow/add-fields.tsx:586 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:491 +#: packages/ui/primitives/document-flow/add-fields.tsx:594 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:507 msgid "Configure the {0} field" msgstr "Configurer le champ {0}" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:475 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:479 #: apps/web/src/components/templates/manage-public-template-dialog.tsx:458 msgid "Confirm" msgstr "Confirmer" @@ -1565,6 +1636,7 @@ msgid "Content" msgstr "Contenu" #: apps/web/src/app/(dashboard)/settings/security/passkeys/create-passkey-dialog.tsx:252 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:297 #: apps/web/src/app/(unauthenticated)/team/invite/[token]/page.tsx:135 #: apps/web/src/app/(unauthenticated)/team/verify/email/[token]/page.tsx:69 #: apps/web/src/app/(unauthenticated)/team/verify/email/[token]/page.tsx:143 @@ -1579,6 +1651,10 @@ msgstr "Continuer" msgid "Continue by approving the document." msgstr "Continuer en approuvant le document." +#: packages/email/template-components/template-document-invite.tsx:88 +msgid "Continue by assisting with the document." +msgstr "" + #: packages/email/template-components/template-document-completed.tsx:45 msgid "Continue by downloading the document." msgstr "Continuer en téléchargeant le document." @@ -1620,10 +1696,10 @@ msgstr "Contrôle si le certificat de signature sera inclus dans le document lor msgid "Copied" msgstr "Copié" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:162 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:169 #: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:72 #: apps/web/src/app/(dashboard)/templates/template-direct-link-badge.tsx:31 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:159 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:163 #: apps/web/src/components/(dashboard)/avatar/avatar-with-recipient.tsx:40 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:61 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:117 @@ -1646,7 +1722,7 @@ msgstr "Copier le lien" msgid "Copy sharable link" msgstr "Copier le lien partageable" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:391 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:395 msgid "Copy Shareable Link" msgstr "Copier le lien partageable" @@ -1697,7 +1773,7 @@ msgstr "Créer comme en attente" msgid "Create Direct Link" msgstr "Créer un lien direct" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:197 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:201 msgid "Create Direct Signing Link" msgstr "Créer un lien de signature directe" @@ -1709,7 +1785,7 @@ msgstr "Créer un document à partir du modèle" msgid "Create now" msgstr "Créer maintenant" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:346 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:350 msgid "Create one automatically" msgstr "Créer un automatiquement" @@ -1754,7 +1830,7 @@ msgid "Create your account and start using state-of-the-art document signing. Op msgstr "Créez votre compte et commencez à utiliser la signature de documents à la pointe de la technologie. Une signature ouverte et magnifique est à votre portée." #: apps/web/src/app/(dashboard)/admin/documents/document-results.tsx:62 -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:112 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:113 #: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx:36 #: apps/web/src/app/(dashboard)/documents/data-table.tsx:48 #: apps/web/src/app/(dashboard)/settings/security/passkeys/user-passkeys-data-table.tsx:63 @@ -1811,10 +1887,10 @@ msgid "Dark Mode" msgstr "Mode sombre" #: apps/web/src/app/(dashboard)/settings/security/activity/user-security-activity-data-table.tsx:67 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:153 -#: packages/ui/primitives/document-flow/add-fields.tsx:945 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:152 +#: packages/ui/primitives/document-flow/add-fields.tsx:951 #: packages/ui/primitives/document-flow/types.ts:53 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:810 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:826 msgid "Date" msgstr "Date" @@ -1967,19 +2043,19 @@ msgstr "Lien direct" msgid "direct link disabled" msgstr "lien direct désactivé" -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:577 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:647 msgid "Direct link receiver" msgstr "Receveur de lien direct" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:357 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:361 msgid "Direct Link Signing" msgstr "Signature de lien direct" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:111 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:115 msgid "Direct link signing has been disabled" msgstr "La signature de lien direct a été désactivée" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:110 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:114 msgid "Direct link signing has been enabled" msgstr "La signature de lien direct a été activée" @@ -1987,11 +2063,11 @@ msgstr "La signature de lien direct a été activée" 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 "Les modèles de lien direct contiennent un espace réservé de destinataire dynamique. Quiconque ayant accès à ce lien peut signer le document, et il apparaîtra ensuite sur votre page de documents." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:138 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:142 msgid "Direct template link deleted" msgstr "Modèle de lien direct supprimé" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:223 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:227 msgid "Direct template link usage exceeded ({0}/{1})" msgstr "L'utilisation du lien de modèle direct a été dépassée ({0}/{1})" @@ -2023,7 +2099,7 @@ msgstr "Désactiver l'authentification à deux facteurs avant de supprimer votre msgid "Disabled" msgstr "Désactivé" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:374 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:378 msgid "Disabling direct link signing will prevent anyone from accessing the link." msgstr "Désactiver la signature de lien direct empêchera quiconque d'accéder au lien." @@ -2070,7 +2146,7 @@ msgstr "Document \"{0}\" - Rejet Confirmé" msgid "Document access" msgstr "Accès au document" -#: packages/lib/utils/document-audit-logs.ts:322 +#: packages/lib/utils/document-audit-logs.ts:326 msgid "Document access auth updated" msgstr "L'authentification d'accès au document a été mise à jour" @@ -2089,8 +2165,8 @@ msgid "Document Cancelled" msgstr "Document Annulé" #: apps/web/src/components/formatter/document-status.tsx:29 -#: packages/lib/utils/document-audit-logs.ts:385 -#: packages/lib/utils/document-audit-logs.ts:386 +#: packages/lib/utils/document-audit-logs.ts:389 +#: packages/lib/utils/document-audit-logs.ts:390 msgid "Document completed" msgstr "Document terminé" @@ -2153,7 +2229,7 @@ msgstr "Brouillon de document" msgid "Document Duplicated" msgstr "Document dupliqué" -#: packages/lib/utils/document-audit-logs.ts:342 +#: packages/lib/utils/document-audit-logs.ts:346 msgid "Document external ID updated" msgstr "ID externe du document mis à jour" @@ -2183,7 +2259,7 @@ msgstr "Métriques du document" msgid "Document moved" msgstr "Document déplacé" -#: packages/lib/utils/document-audit-logs.ts:350 +#: packages/lib/utils/document-audit-logs.ts:354 msgid "Document moved to team" msgstr "Document déplacé vers l'équipe" @@ -2191,7 +2267,7 @@ msgstr "Document déplacé vers l'équipe" msgid "Document no longer available to sign" msgstr "Document non disponible pour signature" -#: packages/lib/utils/document-audit-logs.ts:334 +#: packages/lib/utils/document-audit-logs.ts:338 msgid "Document opened" msgstr "Document ouvert" @@ -2221,7 +2297,7 @@ msgid "Document resealed" msgstr "Document resealé" #: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:303 -#: packages/lib/utils/document-audit-logs.ts:346 +#: packages/lib/utils/document-audit-logs.ts:350 msgid "Document sent" msgstr "Document envoyé" @@ -2229,7 +2305,7 @@ msgstr "Document envoyé" msgid "Document Signed" msgstr "Document signé" -#: packages/lib/utils/document-audit-logs.ts:326 +#: packages/lib/utils/document-audit-logs.ts:330 msgid "Document signing auth updated" msgstr "Authentification de signature de document mise à jour" @@ -2245,11 +2321,11 @@ msgstr "Statut du document" msgid "Document title" msgstr "Titre du document" -#: packages/lib/utils/document-audit-logs.ts:338 +#: packages/lib/utils/document-audit-logs.ts:342 msgid "Document title updated" msgstr "Titre du document mis à jour" -#: packages/lib/utils/document-audit-logs.ts:330 +#: packages/lib/utils/document-audit-logs.ts:334 msgid "Document updated" msgstr "Document mis à jour" @@ -2265,7 +2341,7 @@ msgstr "Document téléchargé" msgid "Document Viewed" msgstr "Document consulté" -#: packages/lib/utils/document-audit-logs.ts:318 +#: packages/lib/utils/document-audit-logs.ts:322 msgid "Document visibility updated" msgstr "Visibilité du document mise à jour" @@ -2348,8 +2424,8 @@ msgstr "Documents brouillon" msgid "Drag & drop your PDF here." msgstr "Faites glisser et déposez votre PDF ici." -#: packages/ui/primitives/document-flow/add-fields.tsx:1076 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:941 +#: packages/ui/primitives/document-flow/add-fields.tsx:1082 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:957 msgid "Dropdown" msgstr "Liste déroulante" @@ -2407,9 +2483,9 @@ msgstr "Divulgation de signature électronique" #: 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:119 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:131 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:133 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:407 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:287 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:363 #: apps/web/src/components/(teams)/dialogs/add-team-email-dialog.tsx:169 #: apps/web/src/components/(teams)/dialogs/update-team-email-dialog.tsx:153 #: apps/web/src/components/forms/forgot-password.tsx:81 @@ -2417,13 +2493,13 @@ msgstr "Divulgation de signature électronique" #: apps/web/src/components/forms/signin.tsx:339 #: apps/web/src/components/forms/signup.tsx:176 #: packages/lib/constants/document.ts:28 -#: packages/ui/primitives/document-flow/add-fields.tsx:893 -#: packages/ui/primitives/document-flow/add-signers.tsx:511 -#: packages/ui/primitives/document-flow/add-signers.tsx:518 +#: packages/ui/primitives/document-flow/add-fields.tsx:899 +#: packages/ui/primitives/document-flow/add-signers.tsx:513 +#: packages/ui/primitives/document-flow/add-signers.tsx:520 #: packages/ui/primitives/document-flow/types.ts:54 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:758 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:470 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:477 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:774 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:537 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:544 msgid "Email" msgstr "Email" @@ -2449,11 +2525,11 @@ msgstr "Email confirmé !" msgid "Email Options" msgstr "Options d'email" -#: packages/lib/utils/document-audit-logs.ts:379 +#: packages/lib/utils/document-audit-logs.ts:383 msgid "Email resent" msgstr "Email renvoyé" -#: packages/lib/utils/document-audit-logs.ts:379 +#: packages/lib/utils/document-audit-logs.ts:383 msgid "Email sent" msgstr "Email envoyé" @@ -2469,7 +2545,7 @@ msgstr "La vérification par email a été supprimée" msgid "Email verification has been resent" msgstr "La vérification par email a été renvoyée" -#: packages/ui/primitives/document-flow/add-fields.tsx:1141 +#: packages/ui/primitives/document-flow/add-fields.tsx:1147 msgid "Empty field" msgstr "Champ vide" @@ -2495,17 +2571,17 @@ msgstr "Activer l'application Authenticator" msgid "Enable custom branding for all documents in this team." msgstr "Activer la personnalisation de la marque pour tous les documents de cette équipe." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:246 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:250 msgid "Enable direct link signing" msgstr "Activer la signature par lien direct" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:368 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:372 #: packages/lib/constants/template.ts:8 msgid "Enable Direct Link Signing" msgstr "Activer la signature de lien direct" -#: packages/ui/primitives/document-flow/add-signers.tsx:400 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:369 +#: packages/ui/primitives/document-flow/add-signers.tsx:402 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:436 msgid "Enable signing order" msgstr "Activer l'ordre de signature" @@ -2513,8 +2589,8 @@ msgstr "Activer l'ordre de signature" msgid "Enable Typed Signature" msgstr "Activer la signature dactylographiée" -#: packages/ui/primitives/document-flow/add-fields.tsx:813 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:678 +#: packages/ui/primitives/document-flow/add-fields.tsx:819 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:694 msgid "Enable Typed Signatures" msgstr "Activer les signatures tapées" @@ -2559,7 +2635,7 @@ msgstr "Entrez votre adresse e-mail pour recevoir le document complété." msgid "Enter your name" msgstr "Entrez votre nom" -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:293 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:299 msgid "Enter your text here" msgstr "Entrez votre texte ici" @@ -2581,28 +2657,28 @@ msgstr "Entrez votre texte ici" #: apps/web/src/app/(dashboard)/templates/move-template-dialog.tsx:68 #: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:187 #: apps/web/src/app/(signing)/sign/[token]/auto-sign.tsx:152 -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:124 -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:153 -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:214 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:104 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:130 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:105 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:136 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:119 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:150 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:208 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:101 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:129 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:100 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:133 #: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:88 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:114 -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:89 -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:115 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:116 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:84 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:112 #: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:126 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:152 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:154 #: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:150 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:195 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:201 #: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:101 -#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:128 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:133 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:167 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:193 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:168 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:196 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:130 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:131 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:165 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:191 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:172 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:202 #: apps/web/src/components/(dashboard)/layout/verify-email-banner.tsx:54 #: apps/web/src/components/(dashboard)/settings/webhooks/create-webhook-dialog.tsx:101 #: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:224 @@ -2686,6 +2762,10 @@ msgstr "Étiquette du champ" msgid "Field placeholder" msgstr "Espace réservé du champ" +#: packages/lib/utils/document-audit-logs.ts:318 +msgid "Field prefilled by assistant" +msgstr "" + #: packages/lib/utils/document-audit-logs.ts:310 msgid "Field signed" msgstr "Champ signé" @@ -2737,11 +2817,11 @@ msgstr "Vous avez oublié votre mot de passe ?" msgid "Free Signature" msgstr "Signature gratuite" -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:330 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:191 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:210 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:322 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:326 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:212 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:392 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:272 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:348 #: apps/web/src/components/forms/profile.tsx:101 #: apps/web/src/components/forms/v2/signup.tsx:316 msgid "Full Name" @@ -2796,18 +2876,35 @@ msgstr "Allez à vos <0>paramètres de profil public pour ajouter des docume msgid "Green" msgstr "Vert" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:107 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:120 msgid "has invited you to approve this document" msgstr "t'a invité à approuver ce document" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:98 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:129 +msgid "has invited you to assist this document" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:111 msgid "has invited you to sign this document" msgstr "t'a invité à signer ce document" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:89 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:102 msgid "has invited you to view this document" msgstr "t'a invité à voir ce document" +#: packages/ui/primitives/document-flow/add-signers.tsx:262 +#: packages/ui/primitives/document-flow/add-signers.tsx:300 +#: packages/ui/primitives/document-flow/add-signers.tsx:339 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:234 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:331 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:367 +msgid "Having an assistant as the last signer means they will be unable to take any action as there are no subsequent signers to assist." +msgstr "" + +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:278 +msgid "Help complete the document for other signers." +msgstr "" + #: apps/web/src/app/(dashboard)/settings/profile/page.tsx:29 msgid "Here you can edit your personal details." msgstr "Ici, vous pouvez modifier vos informations personnelles." @@ -2824,7 +2921,7 @@ msgstr "Ici, vous pouvez définir des préférences et des valeurs par défaut p msgid "Here you can set preferences and defaults for your team." msgstr "Ici, vous pouvez définir des préférences et des valeurs par défaut pour votre équipe." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:201 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:205 msgid "Here's how it works:" msgstr "Voici comment cela fonctionne :" @@ -2850,19 +2947,23 @@ msgstr "Cacher" msgid "Hide additional information" msgstr "Cacher des informations supplémentaires" -#: packages/lib/constants/recipient-roles.ts:44 +#: packages/lib/constants/recipient-roles.ts:58 msgid "I am a signer of this document" msgstr "Je suis un signataire de ce document" -#: packages/lib/constants/recipient-roles.ts:47 +#: packages/lib/constants/recipient-roles.ts:61 msgid "I am a viewer of this document" msgstr "Je suis un visualiseur de ce document" -#: packages/lib/constants/recipient-roles.ts:45 +#: packages/lib/constants/recipient-roles.ts:59 msgid "I am an approver of this document" msgstr "Je suis un approuveur de ce document" -#: packages/lib/constants/recipient-roles.ts:46 +#: packages/lib/constants/recipient-roles.ts:62 +msgid "I am an assistant of this document" +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:60 msgid "I am required to receive a copy of this document" msgstr "Je dois recevoir une copie de ce document" @@ -2913,7 +3014,7 @@ msgstr "Information" msgid "Inherit authentication method" msgstr "Hériter de la méthode d'authentification" -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:132 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:129 #: packages/ui/primitives/document-flow/types.ts:51 msgid "Initials" msgstr "Initiales" @@ -3013,6 +3114,10 @@ msgstr "Il semble qu'aucun token n'ait été fourni, si vous essayez de vérifie msgid "It seems that there is no token provided. Please check your email and try again." msgstr "Il semble qu'aucun token n'ait été fourni. Veuillez vérifier votre email et réessayer." +#: apps/web/src/app/embed/waiting-for-turn.tsx:36 +msgid "It's currently not your turn to sign. Please check back soon as this document should be available for you to sign shortly." +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/waiting/page.tsx:74 msgid "It's currently not your turn to sign. You will receive an email with instructions once it's your turn to sign the document." msgstr "Ce n'est actuellement pas votre tour de signer. Vous recevrez un e-mail avec des instructions une fois que ce sera votre tour de signer le document." @@ -3196,7 +3301,7 @@ msgstr "Gérer l'abonnement de l'équipe." msgid "Manage teams" msgstr "Gérer les équipes" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:361 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:365 msgid "Manage the direct link signing for this template" msgstr "Gérer la signature de lien direct pour ce modèle" @@ -3264,7 +3369,7 @@ msgstr "Message <0>(Optionnel)" msgid "Min" msgstr "" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:55 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:56 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-recipients.tsx:35 msgid "Modify recipients" msgstr "Modifier les destinataires" @@ -3310,7 +3415,7 @@ msgid "My templates" msgstr "Mes modèles" #: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:148 -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:56 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:57 #: apps/web/src/app/(dashboard)/admin/users/[id]/page.tsx:101 #: 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 @@ -3318,17 +3423,17 @@ msgstr "Mes modèles" #: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:299 #: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:306 #: apps/web/src/app/(signing)/sign/[token]/complete/claim-account.tsx:118 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:175 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:177 #: apps/web/src/components/(teams)/dialogs/add-team-email-dialog.tsx:153 #: apps/web/src/components/(teams)/dialogs/update-team-email-dialog.tsx:141 #: apps/web/src/components/forms/signup.tsx:160 -#: packages/ui/primitives/document-flow/add-fields.tsx:919 -#: packages/ui/primitives/document-flow/add-signers.tsx:549 -#: packages/ui/primitives/document-flow/add-signers.tsx:555 +#: packages/ui/primitives/document-flow/add-fields.tsx:925 +#: packages/ui/primitives/document-flow/add-signers.tsx:551 +#: packages/ui/primitives/document-flow/add-signers.tsx:557 #: packages/ui/primitives/document-flow/types.ts:55 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:784 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:505 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:511 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:800 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:572 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:578 msgid "Name" msgstr "Nom" @@ -3336,15 +3441,15 @@ msgstr "Nom" msgid "Need to sign documents?" msgstr "Besoin de signer des documents ?" -#: packages/ui/components/recipient/recipient-role-select.tsx:52 +#: packages/ui/components/recipient/recipient-role-select.tsx:55 msgid "Needs to approve" msgstr "Nécessite une approbation" -#: packages/ui/components/recipient/recipient-role-select.tsx:31 +#: packages/ui/components/recipient/recipient-role-select.tsx:34 msgid "Needs to sign" msgstr "Nécessite une signature" -#: packages/ui/components/recipient/recipient-role-select.tsx:73 +#: packages/ui/components/recipient/recipient-role-select.tsx:76 msgid "Needs to view" msgstr "Nécessite une visualisation" @@ -3366,7 +3471,7 @@ msgid "New Template" msgstr "Nouveau modèle" #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:462 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:341 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:419 #: apps/web/src/components/forms/v2/signup.tsx:525 msgid "Next" msgstr "Suivant" @@ -3399,20 +3504,20 @@ msgstr "Aucune activité récente" msgid "No recent documents" msgstr "Aucun document récent" -#: packages/ui/primitives/document-flow/add-fields.tsx:705 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:598 +#: packages/ui/primitives/document-flow/add-fields.tsx:711 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:614 msgid "No recipient matching this description was found." msgstr "Aucun destinataire correspondant à cette description n'a été trouvé." -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:70 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:71 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-recipients.tsx:49 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:96 #: packages/ui/primitives/document-flow/add-subject.tsx:215 msgid "No recipients" msgstr "Aucun destinataire" -#: packages/ui/primitives/document-flow/add-fields.tsx:720 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:613 +#: packages/ui/primitives/document-flow/add-fields.tsx:726 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:629 msgid "No recipients with this role" msgstr "Aucun destinataire avec ce rôle" @@ -3443,7 +3548,7 @@ msgstr "Aucun token fourni" msgid "No valid direct templates found" msgstr "Aucun modèle direct valide trouvé" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:288 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:292 msgid "No valid recipients found" msgstr "Aucun destinataire valide trouvé" @@ -3471,10 +3576,10 @@ msgstr "Non pris en charge" msgid "Nothing to do" msgstr "Rien à faire" -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:284 -#: packages/ui/primitives/document-flow/add-fields.tsx:997 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:290 +#: packages/ui/primitives/document-flow/add-fields.tsx:1003 #: packages/ui/primitives/document-flow/types.ts:56 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:862 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:878 msgid "Number" msgstr "Numéro" @@ -3482,15 +3587,19 @@ msgstr "Numéro" msgid "Number format" msgstr "Format de numéro" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:116 msgid "on behalf of \"{0}\" has invited you to approve this document" msgstr "au nom de \"{0}\" vous a invité à approuver ce document" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:94 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:125 +msgid "on behalf of \"{0}\" has invited you to assist this document" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:107 msgid "on behalf of \"{0}\" has invited you to sign this document" msgstr "au nom de \"{0}\" vous a invité à signer ce document" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:85 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:98 msgid "on behalf of \"{0}\" has invited you to view this document" msgstr "au nom de \"{0}\" vous a invité à voir ce document" @@ -3556,7 +3665,7 @@ msgstr "Oups ! Quelque chose a mal tourné." msgid "Opened" msgstr "Ouvert" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:332 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:336 #: apps/web/src/components/forms/signup.tsx:239 #: apps/web/src/components/forms/signup.tsx:263 #: apps/web/src/components/forms/v2/signup.tsx:387 @@ -3680,7 +3789,7 @@ msgstr "Un paiement est requis pour finaliser la création de votre équipe." msgid "Payment overdue" msgstr "Paiement en retard" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:131 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:138 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-documents-table.tsx:205 #: apps/web/src/components/(teams)/tables/teams-member-page-data-table.tsx:82 #: apps/web/src/components/(teams)/tables/user-settings-teams-page-data-table.tsx:77 @@ -3760,6 +3869,10 @@ msgstr "Veuillez {recipientActionVerb} votre document" msgid "Please check the CSV file and make sure it is according to our format" msgstr "Veuillez vérifier le fichier CSV et vous assurer qu'il est conforme à notre format" +#: apps/web/src/app/embed/waiting-for-turn.tsx:43 +msgid "Please check with the parent application for more information." +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/waiting/page.tsx:81 msgid "Please check your email for updates." msgstr "Veuillez vérifier votre e-mail pour des mises à jour." @@ -3789,11 +3902,11 @@ msgstr "Veuillez entrer un nom significatif pour votre token. Cela vous aidera msgid "Please enter a valid name." msgstr "Veuiillez entrer un nom valide." -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:148 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:190 msgid "Please mark as viewed to complete" msgstr "Veuillez marquer comme vu pour terminer" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:453 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:457 msgid "Please note that proceeding will remove direct linking recipient and turn it into a placeholder." msgstr "Veuillez noter que la poursuite supprimera le destinataire de lien direct et le transformera en espace réservé." @@ -3833,7 +3946,7 @@ msgstr "Veuillez fournir un token de l'authentificateur, ou un code de secours. msgid "Please provide a token from your authenticator, or a backup code." msgstr "Veuillez fournir un token de votre authentificateur, ou un code de secours." -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:182 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:314 msgid "Please review the document before signing." msgstr "Veuillez examiner le document avant de signer." @@ -3954,7 +4067,7 @@ msgstr "Valeurs radio" msgid "Read only" msgstr "Lecture seule" -#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:144 +#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:145 msgid "Read only field" msgstr "Champ en lecture seule" @@ -3962,7 +4075,7 @@ msgstr "Champ en lecture seule" msgid "Read the full <0>signature disclosure." msgstr "Lisez l'intégralité de la <0>divulgation de signature." -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:106 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:107 msgid "Ready" msgstr "Prêt" @@ -3970,7 +4083,7 @@ msgstr "Prêt" msgid "Reason" msgstr "Raison" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:146 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:153 msgid "Reason for rejection:" msgstr "Raison du rejet :" @@ -3986,7 +4099,7 @@ msgstr "La raison doit contenir moins de 500 caractères" msgid "Reauthentication is required to sign this field" msgstr "Une nouvelle authentification est requise pour signer ce champ" -#: packages/ui/components/recipient/recipient-role-select.tsx:95 +#: packages/ui/components/recipient/recipient-role-select.tsx:98 msgid "Receives copy" msgstr "Recevoir une copie" @@ -4001,9 +4114,9 @@ msgstr "Documents récents" #: apps/web/src/app/(dashboard)/documents/data-table.tsx:63 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-documents-table.tsx:114 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:275 -#: packages/lib/utils/document-audit-logs.ts:354 -#: packages/lib/utils/document-audit-logs.ts:369 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:279 +#: packages/lib/utils/document-audit-logs.ts:358 +#: packages/lib/utils/document-audit-logs.ts:373 msgid "Recipient" msgstr "Destinataire" @@ -4030,7 +4143,7 @@ msgid "Recipient updated" msgstr "Destinataire mis à jour" #: apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx:66 -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:49 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:50 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-recipients.tsx:30 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/audit-log/page.tsx:140 msgid "Recipients" @@ -4070,11 +4183,11 @@ msgstr "Inscription réussie" #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:109 #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:116 #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:162 -#: packages/email/template-components/template-document-invite.tsx:95 +#: packages/email/template-components/template-document-invite.tsx:98 msgid "Reject Document" msgstr "Rejeter le Document" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:141 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:148 #: apps/web/src/components/(dashboard)/avatar/stack-avatars-with-tooltip.tsx:101 msgid "Rejected" msgstr "Rejeté" @@ -4108,9 +4221,9 @@ msgid "Reminder: Please {recipientActionVerb} your document" msgstr "Rappel : Veuillez {recipientActionVerb} votre document" #: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:188 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:425 -#: 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/(dashboard)/templates/template-direct-link-dialog.tsx:429 +#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:157 +#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:181 #: 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 @@ -4119,7 +4232,7 @@ msgstr "Rappel : Veuillez {recipientActionVerb} votre document" #: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:165 #: apps/web/src/components/forms/avatar-image.tsx:166 #: apps/web/src/components/templates/template-bulk-send-dialog.tsx:217 -#: packages/ui/primitives/document-flow/add-fields.tsx:1128 +#: packages/ui/primitives/document-flow/add-fields.tsx:1134 msgid "Remove" msgstr "Retirer" @@ -4238,7 +4351,7 @@ msgstr "Révoquer" msgid "Revoke access" msgstr "Révoquer l'accès" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:278 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:282 #: 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:80 @@ -4256,16 +4369,16 @@ msgstr "Rôles" msgid "Rows per page" msgstr "Lignes par page" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:440 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:350 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:361 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:444 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:356 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:367 #: 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:305 #: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:322 msgid "Save" msgstr "Sauvegarder" -#: packages/ui/primitives/template-flow/add-template-fields.tsx:974 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:990 msgid "Save Template" msgstr "Sauvegarder le modèle" @@ -4280,7 +4393,7 @@ msgstr "Recherche" msgid "Search by document title" msgstr "Recherche par titre de document" -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:174 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:175 #: apps/web/src/app/(dashboard)/admin/users/data-table-users.tsx:144 msgid "Search by name or email" msgstr "Recherche par nom ou e-mail" @@ -4308,7 +4421,7 @@ msgstr "Sécurité" msgid "Security activity" msgstr "Activité de sécurité" -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:194 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:191 #: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:115 #: packages/ui/primitives/document-flow/types.ts:59 msgid "Select" @@ -4426,7 +4539,7 @@ msgstr "Envoi de l'e-mail de réinitialisation..." msgid "Sending..." msgstr "Envoi..." -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:101 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:102 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:258 msgid "Sent" msgstr "Envoyé" @@ -4476,8 +4589,8 @@ msgstr "Afficher" msgid "Show additional information" msgstr "Afficher des informations supplémentaires" -#: packages/ui/primitives/document-flow/add-signers.tsx:707 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:661 +#: packages/ui/primitives/document-flow/add-signers.tsx:713 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:731 msgid "Show advanced settings" msgstr "Afficher les paramètres avancés" @@ -4495,30 +4608,30 @@ msgstr "Afficher des modèles dans le profil public de votre équipe pour que vo #: apps/web/src/app/(profile)/p/[url]/page.tsx:192 #: apps/web/src/app/(signing)/sign/[token]/auto-sign.tsx:229 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-2fa.tsx:182 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:241 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:243 #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:142 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:328 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:326 #: apps/web/src/components/ui/user-profile-skeleton.tsx:75 #: apps/web/src/components/ui/user-profile-timur.tsx:81 #: packages/lib/constants/recipient-roles.ts:22 msgid "Sign" msgstr "Signer" -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:278 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:276 msgid "Sign as {0} <0>({1})" msgstr "Signer comme {0} <0>({1})" -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:200 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:202 msgid "Sign as<0>{0} <1>({1})" msgstr "Signer comme<0>{0} <1>({1})" #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:360 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:240 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:255 msgid "Sign document" msgstr "Signer le document" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:141 -#: packages/email/template-components/template-document-invite.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:182 +#: packages/email/template-components/template-document-invite.tsx:106 msgid "Sign Document" msgstr "Signer le document" @@ -4548,7 +4661,7 @@ msgid "Sign Out" msgstr "Déconnexion" #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:381 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:261 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:280 msgid "Sign the document to complete the process." msgstr "Signez le document pour terminer le processus." @@ -4572,17 +4685,17 @@ msgstr "S'inscrire avec OIDC" #: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:88 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:179 -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:342 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:205 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:251 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:286 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:334 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:340 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:249 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:284 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:422 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:301 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:377 #: apps/web/src/components/forms/profile.tsx:123 -#: packages/ui/primitives/document-flow/add-fields.tsx:841 +#: packages/ui/primitives/document-flow/add-fields.tsx:847 #: packages/ui/primitives/document-flow/field-icon.tsx:52 #: packages/ui/primitives/document-flow/types.ts:49 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:706 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:722 msgid "Signature" msgstr "Signature" @@ -4590,10 +4703,10 @@ msgstr "Signature" msgid "Signature ID" msgstr "ID de signature" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:229 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:303 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:364 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:301 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:448 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:327 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:403 msgid "Signature is too small. Please provide a more complete signature." msgstr "La signature est trop petite. Veuillez fournir une signature plus grande." @@ -4605,7 +4718,7 @@ msgstr "Signatures collectées" msgid "Signatures will appear once the document has been completed" msgstr "Les signatures apparaîtront une fois le document complété" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:114 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:115 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:280 #: apps/web/src/components/document/document-read-only-fields.tsx:84 #: packages/lib/constants/recipient-roles.ts:23 @@ -4645,6 +4758,10 @@ msgstr "Certificat de signature fourni par" msgid "Signing Complete!" msgstr "Signature Complète !" +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:293 +msgid "Signing for" +msgstr "" + #: apps/web/src/components/forms/signin.tsx:384 #: apps/web/src/components/forms/signin.tsx:511 msgid "Signing in..." @@ -4659,11 +4776,16 @@ msgstr "Liens de signature" msgid "Signing links have been generated for this document." msgstr "Des liens de signature ont été générés pour ce document." +#: packages/ui/primitives/document-flow/add-signers.tsx:281 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:348 +msgid "Signing order is enabled." +msgstr "" + #: apps/web/src/components/forms/signup.tsx:231 msgid "Signing up..." msgstr "Inscription en cours..." -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:90 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:91 #: apps/web/src/app/(dashboard)/admin/leaderboard/page.tsx:46 msgid "Signing Volume" msgstr "Volume de signatures" @@ -4708,9 +4830,9 @@ msgstr "Certains signataires n'ont pas été assignés à un champ de signature. #: apps/web/src/app/(dashboard)/settings/teams/team-email-usage.tsx:44 #: apps/web/src/app/(dashboard)/templates/delete-template-dialog.tsx:45 #: apps/web/src/app/(dashboard)/templates/new-template-dialog.tsx:78 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:100 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:123 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:147 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:104 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:127 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:151 #: apps/web/src/app/(recipient)/d/[token]/direct-template.tsx:118 #: apps/web/src/app/(recipient)/d/[token]/signing-auth-page.tsx:27 #: apps/web/src/app/(signing)/sign/[token]/signing-auth-page.tsx:38 @@ -4719,7 +4841,7 @@ msgstr "Certains signataires n'ont pas été assignés à un champ de signature. #: 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:262 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:144 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:155 #: apps/web/src/components/(teams)/dialogs/create-team-checkout-dialog.tsx:50 #: apps/web/src/components/(teams)/dialogs/create-team-checkout-dialog.tsx:99 #: apps/web/src/components/(teams)/dialogs/invite-team-member-dialog.tsx:210 @@ -4813,6 +4935,10 @@ msgstr "Objet <0>(Optionnel)" msgid "Submit" msgstr "Soumettre" +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:297 +msgid "Submitting..." +msgstr "" + #: apps/web/src/app/(dashboard)/settings/billing/billing-plans.tsx:129 msgid "Subscribe" msgstr "S'abonner" @@ -4831,8 +4957,8 @@ msgstr "Abonnements" #: apps/web/src/app/(dashboard)/settings/teams/accept-team-invitation-button.tsx:25 #: apps/web/src/app/(dashboard)/settings/teams/decline-team-invitation-button.tsx:25 #: apps/web/src/app/(dashboard)/settings/teams/team-email-usage.tsx:37 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:114 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:137 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:118 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:141 #: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-email-dropdown.tsx:32 #: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-transfer-status.tsx:44 #: apps/web/src/components/(dashboard)/layout/verify-email-banner.tsx:44 @@ -5074,11 +5200,11 @@ msgstr "Modèles" msgid "Templates allow you to quickly generate documents with pre-filled recipients and fields." msgstr "Les modèles vous permettent de générer rapidement des documents avec des destinataires et des champs pré-remplis." -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:258 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:287 -#: packages/ui/primitives/document-flow/add-fields.tsx:971 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:264 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:293 +#: packages/ui/primitives/document-flow/add-fields.tsx:977 #: packages/ui/primitives/document-flow/types.ts:52 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:836 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:852 msgid "Text" msgstr "Texte" @@ -5133,7 +5259,7 @@ msgstr "Le contenu à afficher dans la bannière, le HTML est autorisé" #: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:73 #: apps/web/src/app/(dashboard)/templates/template-direct-link-badge.tsx:32 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:160 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:164 msgid "The direct link has been copied to your clipboard" msgstr "Le lien direct a été copié dans votre presse-papiers" @@ -5219,23 +5345,27 @@ msgstr "Le nom public pour votre modèle" msgid "The reason provided for deletion is the following:" msgstr "La raison fournie pour la suppression est la suivante :" +#: packages/ui/components/recipient/recipient-role-select.tsx:137 +msgid "The recipient can prepare the document for later signers by pre-filling suggest values." +msgstr "" + #: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:119 msgid "The recipient has been updated successfully" msgstr "Le destinataire a été mis à jour avec succès" -#: packages/ui/components/recipient/recipient-role-select.tsx:103 +#: packages/ui/components/recipient/recipient-role-select.tsx:106 msgid "The recipient is not required to take any action and receives a copy of the document after it is completed." msgstr "Le destinataire n'est pas tenu de prendre des mesures et reçoit une copie du document après son achèvement." -#: packages/ui/components/recipient/recipient-role-select.tsx:60 +#: packages/ui/components/recipient/recipient-role-select.tsx:63 msgid "The recipient is required to approve the document for it to be completed." msgstr "Le destinataire doit approuver le document pour qu'il soit complété." -#: packages/ui/components/recipient/recipient-role-select.tsx:39 +#: packages/ui/components/recipient/recipient-role-select.tsx:42 msgid "The recipient is required to sign the document for it to be completed." msgstr "Le destinataire doit signer le document pour qu'il soit complété." -#: packages/ui/components/recipient/recipient-role-select.tsx:81 +#: packages/ui/components/recipient/recipient-role-select.tsx:84 msgid "The recipient is required to view the document for it to be completed." msgstr "Le destinataire doit visualiser le document pour qu'il soit complété." @@ -5259,7 +5389,7 @@ msgstr "L'email du signataire" msgid "The signer's name" msgstr "Le nom du signataire" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:163 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:170 #: apps/web/src/components/(dashboard)/avatar/avatar-with-recipient.tsx:41 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:118 #: packages/ui/primitives/document-flow/add-subject.tsx:243 @@ -5371,7 +5501,7 @@ msgstr "Ce document n'a pas pu être dupliqué pour le moment. Veuillez réessay msgid "This document could not be re-sent at this time. Please try again." msgstr "Ce document n'a pas pu être renvoyé pour le moment. Veuillez réessayer." -#: packages/ui/primitives/document-flow/add-fields.tsx:776 +#: packages/ui/primitives/document-flow/add-fields.tsx:782 msgid "This document has already been sent to this recipient. You can no longer edit this recipient." msgstr "Ce document a déjà été envoyé à ce destinataire. Vous ne pouvez plus modifier ce destinataire." @@ -5431,7 +5561,7 @@ msgstr "Cet e-mail est envoyé au destinataire lui demandant de signer le docume msgid "This email will be sent to the recipient who has just signed the document, if there are still other recipients who have not signed yet." msgstr "Cet e-mail sera envoyé au destinataire qui vient de signer le document, s'il y a encore d'autres destinataires qui n'ont pas signé." -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:580 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:650 msgid "This field cannot be modified or deleted. When you share this template's direct link or add it to your public profile, anyone who accesses it can input their name and email, and fill in the fields assigned to them." msgstr "Ce champ ne peut pas être modifié ou supprimé. Lorsque vous partagez le lien direct de ce modèle ou l'ajoutez à votre profil public, toute personne qui y accède peut saisir son nom et son email, et remplir les champs qui lui sont attribués." @@ -5459,7 +5589,7 @@ msgstr "Cette clé d'accès n'est pas configurée pour cette application. Veuill msgid "This price includes minimum 5 seats." msgstr "Ce prix inclut un minimum de 5 sièges." -#: packages/ui/primitives/document-flow/add-fields.tsx:1108 +#: packages/ui/primitives/document-flow/add-fields.tsx:1114 msgid "This recipient can no longer be modified as they have signed a field, or completed the document." msgstr "Ce destinataire ne peut plus être modifié car il a signé un champ ou complété le document." @@ -5467,7 +5597,7 @@ msgstr "Ce destinataire ne peut plus être modifié car il a signé un champ ou msgid "This session has expired. Please try again." msgstr "Cette session a expiré. Veuillez réessayer." -#: packages/ui/primitives/document-flow/add-signers.tsx:194 +#: packages/ui/primitives/document-flow/add-signers.tsx:200 msgid "This signer has already signed the document." msgstr "Ce signataire a déjà signé le document." @@ -5573,8 +5703,8 @@ msgstr "Pour accéder à votre compte, veuillez confirmer votre adresse e-mail e msgid "To mark this document as viewed, you need to be logged in as <0>{0}" msgstr "Pour marquer ce document comme consulté, vous devez être connecté en tant que <0>{0}" -#: packages/ui/primitives/document-flow/add-fields.tsx:1091 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:954 +#: packages/ui/primitives/document-flow/add-fields.tsx:1097 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:970 msgid "To proceed further, please set at least one value for the {0} field." msgstr "Pour continuer, veuillez définir au moins une valeur pour le champ {0}." @@ -5708,7 +5838,7 @@ msgstr "Type" msgid "Type a command or search..." msgstr "Tapez une commande ou recherchez..." -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:134 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:132 msgid "Typed signatures are not allowed. Please draw your signature." msgstr "Les signatures dactylographiées ne sont pas autorisées. Veuillez dessiner votre signature." @@ -5728,7 +5858,7 @@ msgstr "Impossible de copier le code de récupération" msgid "Unable to copy token" msgstr "Impossible de copier le token" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:101 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:105 msgid "Unable to create direct template access. Please try again later." msgstr "Impossible de créer un accès direct au modèle. Veuillez réessayer plus tard." @@ -6092,8 +6222,8 @@ msgstr "Voir les codes" msgid "View document" msgstr "Voir le document" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:140 -#: packages/email/template-components/template-document-invite.tsx:104 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:181 +#: packages/email/template-components/template-document-invite.tsx:107 #: packages/email/template-components/template-document-rejected.tsx:44 #: packages/ui/primitives/document-flow/add-subject.tsx:90 #: packages/ui/primitives/document-flow/add-subject.tsx:91 @@ -6129,7 +6259,7 @@ msgstr "Voir les codes de récupération" msgid "View teams" msgstr "Voir les équipes" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:120 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:121 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:269 #: packages/lib/constants/recipient-roles.ts:30 msgid "Viewed" @@ -6164,6 +6294,7 @@ msgid "Waiting for others to sign" msgstr "En attente que d'autres signent" #: apps/web/src/app/(signing)/sign/[token]/waiting/page.tsx:70 +#: apps/web/src/app/embed/waiting-for-turn.tsx:31 msgid "Waiting for Your Turn" msgstr "En attente de votre tour" @@ -6175,6 +6306,15 @@ msgstr "Vous voulez envoyer des liens de signature élégants comme celui-ci ? < msgid "Want your own public profile?" msgstr "Vous voulez votre propre profil public ?" +#: packages/ui/primitives/document-flow/add-signers.tsx:260 +#: packages/ui/primitives/document-flow/add-signers.tsx:298 +#: packages/ui/primitives/document-flow/add-signers.tsx:337 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:232 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:329 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:365 +msgid "Warning: Assistant as last signer" +msgstr "" + #: apps/web/src/app/(dashboard)/settings/billing/billing-portal-button.tsx:41 #: apps/web/src/app/(teams)/t/[teamUrl]/layout-billing-banner.tsx:55 #: apps/web/src/components/(teams)/team-billing-portal-button.tsx:31 @@ -6189,7 +6329,7 @@ msgstr "Nous ne pouvons pas supprimer cette clé de passkey pour le moment. Veui msgid "We are unable to update this passkey at the moment. Please try again later." msgstr "Nous ne pouvons pas mettre à jour cette clé de passkey pour le moment. Veuillez réessayer plus tard." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:149 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:153 msgid "We encountered an error while removing the direct template link. Please try again later." msgstr "Une erreur s'est produite lors de la suppression du lien direct vers le modèle. Veuillez réessayer plus tard." @@ -6356,7 +6496,7 @@ msgstr "Nous n'avons pas pu configurer l'authentification à deux facteurs pour #: apps/web/src/app/(recipient)/d/[token]/direct-template.tsx:120 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:264 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:146 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:157 msgid "We were unable to submit this document at this time. Please try again later." msgstr "Nous n'avons pas pu soumettre ce document pour le moment. Veuillez réessayer plus tard." @@ -6600,6 +6740,11 @@ msgstr "Vous pouvez voir les documents créés dans votre tableau de bord sous l msgid "You can view the document and its status by clicking the button below." msgstr "Vous pouvez voir le document et son statut en cliquant sur le bouton ci-dessous." +#: packages/ui/primitives/document-flow/add-signers.tsx:282 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:349 +msgid "You cannot add assistants when signing order is disabled." +msgstr "" + #: apps/web/src/app/(dashboard)/settings/security/passkeys/create-passkey-dialog.tsx:213 msgid "You cannot have more than {MAXIMUM_PASSKEYS} passkeys." msgstr "Vous ne pouvez pas avoir plus de {MAXIMUM_PASSKEYS} clés de passkey." @@ -6684,7 +6829,7 @@ msgstr "Vous n'avez pas encore créé de modèles. Pour créer un modèle, veuil msgid "You have not yet created or received any documents. To create a document please upload one." msgstr "Vous n'avez pas encore créé ou reçu de documents. Pour créer un document, veuillez en télécharger un." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:229 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:233 msgid "You have reached the maximum limit of {0} direct templates. <0>Upgrade your account to continue!" msgstr "Vous avez atteint la limite maximale de {0} modèles directs. <0>Mettez à niveau votre compte pour continuer !" @@ -6962,4 +7107,3 @@ msgstr "Votre token a été créé avec succès ! Assurez-vous de le copier car #: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:86 msgid "Your tokens will be shown here once you create them." msgstr "Vos tokens seront affichés ici une fois que vous les aurez créés." - diff --git a/packages/lib/translations/it/web.po b/packages/lib/translations/it/web.po index 2041162c6..351a418f3 100644 --- a/packages/lib/translations/it/web.po +++ b/packages/lib/translations/it/web.po @@ -22,7 +22,7 @@ msgstr "" msgid "\"{0}\" has invited you to sign \"example document\"." msgstr "\"{0}\" ti ha invitato a firmare \"documento di esempio\"." -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:74 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:71 msgid "\"{0}\" will appear on the document as it has a timezone of \"{timezone}\"." msgstr "\"{0}\" apparirà sul documento poiché ha un fuso orario di \"{timezone}\"." @@ -46,7 +46,12 @@ msgstr "\"{documentTitle}\" è stato eliminato con successo" msgid "\"{placeholderEmail}\" on behalf of \"{0}\" has invited you to sign \"example document\"." msgstr "\"{placeholderEmail}\" per conto di \"{0}\" ti ha invitato a firmare \"documento di esempio\"." -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:330 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:271 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:326 +msgid "(You)" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:336 msgid "{0, plural, one {(1 character over)} other {(# characters over)}}" msgstr "{0, plural, one {(1 carattere in eccesso)} other {(# caratteri in eccesso)}}" @@ -125,7 +130,7 @@ msgstr "{0} per conto di \"{1}\" ti ha invitato a {recipientActionVerb} il docum msgid "{0} Recipient(s)" msgstr "{0} Destinatario(i)" -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:311 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:317 msgid "{charactersRemaining, plural, one {1 character remaining} other {{charactersRemaining} characters remaining}}" msgstr "{charactersRemaining, plural, one {1 carattere rimanente} other {{charactersRemaining} caratteri rimanenti}}" @@ -197,14 +202,18 @@ msgstr "{prefix} ha creato il documento" msgid "{prefix} deleted the document" msgstr "{prefix} ha eliminato il documento" -#: packages/lib/utils/document-audit-logs.ts:351 +#: packages/lib/utils/document-audit-logs.ts:355 msgid "{prefix} moved the document to team" msgstr "{prefix} ha spostato il documento al team" -#: packages/lib/utils/document-audit-logs.ts:335 +#: packages/lib/utils/document-audit-logs.ts:339 msgid "{prefix} opened the document" msgstr "{prefix} ha aperto il documento" +#: packages/lib/utils/document-audit-logs.ts:319 +msgid "{prefix} prefilled a field" +msgstr "" + #: packages/lib/utils/document-audit-logs.ts:283 msgid "{prefix} removed a field" msgstr "{prefix} ha rimosso un campo" @@ -213,15 +222,15 @@ msgstr "{prefix} ha rimosso un campo" msgid "{prefix} removed a recipient" msgstr "{prefix} ha rimosso un destinatario" -#: packages/lib/utils/document-audit-logs.ts:381 +#: packages/lib/utils/document-audit-logs.ts:385 msgid "{prefix} resent an email to {0}" msgstr "{prefix} ha rinviato un'email a {0}" -#: packages/lib/utils/document-audit-logs.ts:382 +#: packages/lib/utils/document-audit-logs.ts:386 msgid "{prefix} sent an email to {0}" msgstr "{prefix} ha inviato un'email a {0}" -#: packages/lib/utils/document-audit-logs.ts:347 +#: packages/lib/utils/document-audit-logs.ts:351 msgid "{prefix} sent the document" msgstr "{prefix} ha inviato il documento" @@ -241,27 +250,27 @@ msgstr "{prefix} ha aggiornato un campo" msgid "{prefix} updated a recipient" msgstr "{prefix} ha aggiornato un destinatario" -#: packages/lib/utils/document-audit-logs.ts:331 +#: packages/lib/utils/document-audit-logs.ts:335 msgid "{prefix} updated the document" msgstr "{prefix} ha aggiornato il documento" -#: packages/lib/utils/document-audit-logs.ts:323 +#: packages/lib/utils/document-audit-logs.ts:327 msgid "{prefix} updated the document access auth requirements" msgstr "{prefix} ha aggiornato i requisiti di autenticazione per l'accesso al documento" -#: packages/lib/utils/document-audit-logs.ts:343 +#: packages/lib/utils/document-audit-logs.ts:347 msgid "{prefix} updated the document external ID" msgstr "{prefix} ha aggiornato l'ID esterno del documento" -#: packages/lib/utils/document-audit-logs.ts:327 +#: packages/lib/utils/document-audit-logs.ts:331 msgid "{prefix} updated the document signing auth requirements" msgstr "{prefix} ha aggiornato i requisiti di autenticazione per la firma del documento" -#: packages/lib/utils/document-audit-logs.ts:339 +#: packages/lib/utils/document-audit-logs.ts:343 msgid "{prefix} updated the document title" msgstr "{prefix} ha aggiornato il titolo del documento" -#: packages/lib/utils/document-audit-logs.ts:319 +#: packages/lib/utils/document-audit-logs.ts:323 msgid "{prefix} updated the document visibility" msgstr "{prefix} ha aggiornato la visibilità del documento" @@ -318,27 +327,27 @@ msgstr "{teamName} ti ha invitato a {action} {documentName}" msgid "{teamName} ownership transfer request" msgstr "richiesta di trasferimento di proprietà di {teamName}" -#: packages/lib/utils/document-audit-logs.ts:359 +#: packages/lib/utils/document-audit-logs.ts:363 msgid "{userName} approved the document" msgstr "{userName} ha approvato il documento" -#: packages/lib/utils/document-audit-logs.ts:360 +#: packages/lib/utils/document-audit-logs.ts:364 msgid "{userName} CC'd the document" msgstr "{userName} ha inoltrato il documento" -#: packages/lib/utils/document-audit-logs.ts:361 +#: packages/lib/utils/document-audit-logs.ts:365 msgid "{userName} completed their task" msgstr "{userName} ha completato il suo compito" -#: packages/lib/utils/document-audit-logs.ts:371 +#: packages/lib/utils/document-audit-logs.ts:375 msgid "{userName} rejected the document" msgstr "{userName} ha rifiutato il documento" -#: packages/lib/utils/document-audit-logs.ts:357 +#: packages/lib/utils/document-audit-logs.ts:361 msgid "{userName} signed the document" msgstr "{userName} ha firmato il documento" -#: packages/lib/utils/document-audit-logs.ts:358 +#: packages/lib/utils/document-audit-logs.ts:362 msgid "{userName} viewed the document" msgstr "{userName} ha visualizzato il documento" @@ -705,11 +714,11 @@ msgstr "Aggiungi campi" msgid "Add more" msgstr "Aggiungi altro" -#: packages/ui/primitives/document-flow/add-signers.tsx:690 +#: packages/ui/primitives/document-flow/add-signers.tsx:696 msgid "Add myself" msgstr "Aggiungi me stesso" -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:644 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:714 msgid "Add Myself" msgstr "Aggiungi me stesso" @@ -718,7 +727,7 @@ msgstr "Aggiungi me stesso" msgid "Add passkey" msgstr "Aggiungi chiave d'accesso" -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:630 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:700 msgid "Add Placeholder Recipient" msgstr "Aggiungi un destinatario segnaposto" @@ -726,7 +735,7 @@ msgstr "Aggiungi un destinatario segnaposto" msgid "Add Placeholders" msgstr "Aggiungi segnaposto" -#: packages/ui/primitives/document-flow/add-signers.tsx:679 +#: packages/ui/primitives/document-flow/add-signers.tsx:685 msgid "Add Signer" msgstr "Aggiungi un firmatario" @@ -779,8 +788,8 @@ msgstr "Pannello admin" msgid "Advanced Options" msgstr "Opzioni avanzate" -#: packages/ui/primitives/document-flow/add-fields.tsx:585 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:490 +#: packages/ui/primitives/document-flow/add-fields.tsx:593 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:506 msgid "Advanced settings" msgstr "Impostazioni avanzate" @@ -907,7 +916,7 @@ msgstr "Si è verificato un errore durante la creazione del webhook. Prova di nu msgid "An error occurred while deleting the user." msgstr "Si è verificato un errore durante l'eliminazione dell'utente." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:120 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:124 msgid "An error occurred while disabling direct link signing." msgstr "Si è verificato un errore durante la disabilitazione della firma tramite link diretto." @@ -926,7 +935,7 @@ msgstr "Si è verificato un errore durante il download del tuo documento." msgid "An error occurred while duplicating template." msgstr "Si è verificato un errore durante la duplicazione del modello." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:119 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:123 msgid "An error occurred while enabling direct link signing." msgstr "Si è verificato un errore durante l'abilitazione della firma del link diretto." @@ -950,25 +959,25 @@ msgstr "Si è verificato un errore durante lo spostamento del documento." msgid "An error occurred while moving the template." msgstr "Si è verificato un errore durante lo spostamento del modello." -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:116 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:151 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:130 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:134 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:117 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:113 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:155 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:202 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:203 msgid "An error occurred while removing the field." msgstr "Si è verificato un errore durante la rimozione del campo." -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:154 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:131 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:137 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:115 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:153 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:196 -#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:129 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:194 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:131 +msgid "An error occurred while removing the selection." +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:192 msgid "An error occurred while removing the signature." msgstr "Si è verificato un errore durante la rimozione della firma." -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:197 -msgid "An error occurred while removing the text." -msgstr "Si è verificato un errore durante la rimozione del testo." - #: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:326 msgid "An error occurred while sending the document." msgstr "Si è verificato un errore durante l'invio del documento." @@ -977,16 +986,28 @@ msgstr "Si è verificato un errore durante l'invio del documento." msgid "An error occurred while sending your confirmation email" msgstr "Si è verificato un errore durante l'invio della tua email di conferma" -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:125 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:105 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:106 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:89 -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:90 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:127 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:151 -#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:102 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:168 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:169 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:121 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:102 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:90 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:86 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:128 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:152 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:174 +msgid "An error occurred while signing as assistant." +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:122 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:104 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:91 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:87 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:129 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:153 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:104 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:166 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:175 msgid "An error occurred while signing the document." msgstr "Si è verificato un errore durante la firma del documento." @@ -999,7 +1020,7 @@ msgstr "Si è verificato un errore durante il tentativo di creare una sessione d msgid "An error occurred while updating the document settings." msgstr "Si è verificato un errore durante l'aggiornamento delle impostazioni del documento." -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:215 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:209 msgid "An error occurred while updating the signature." msgstr "Si è verificato un errore durante l'aggiornamento della firma." @@ -1080,12 +1101,12 @@ msgstr "Versione dell'app" msgid "Approve" msgstr "Approvare" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:142 -#: packages/email/template-components/template-document-invite.tsx:105 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:183 +#: packages/email/template-components/template-document-invite.tsx:108 msgid "Approve Document" msgstr "Approva Documento" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:94 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:95 #: packages/lib/constants/recipient-roles.ts:9 msgid "Approved" msgstr "Approvato" @@ -1102,6 +1123,10 @@ msgstr "Approvanti" msgid "Approving" msgstr "Approvazione in corso" +#: apps/web/src/app/(signing)/sign/[token]/assistant/assistant-confirmation-dialog.tsx:46 +msgid "Are you sure you want to complete the document? This action cannot be undone. Please ensure that you have completed prefilling all relevant fields before proceeding." +msgstr "" + #: apps/web/src/components/(dashboard)/settings/token/delete-token-dialog.tsx:129 msgid "Are you sure you want to delete this token?" msgstr "Sei sicuro di voler eliminare questo token?" @@ -1120,7 +1145,7 @@ msgstr "Sei sicuro di voler eliminare questo team?" #: apps/web/src/app/(dashboard)/documents/delete-document-dialog.tsx:99 #: apps/web/src/app/(dashboard)/settings/teams/team-email-usage.tsx:94 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:449 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:453 #: 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 @@ -1128,6 +1153,40 @@ msgstr "Sei sicuro di voler eliminare questo team?" msgid "Are you sure?" msgstr "Sei sicuro?" +#: packages/lib/constants/recipient-roles.ts:36 +msgid "Assist" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:184 +#: packages/email/template-components/template-document-invite.tsx:110 +msgid "Assist Document" +msgstr "" + +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:253 +msgid "Assist with signing" +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:39 +msgid "Assistant" +msgstr "" + +#: packages/ui/components/recipient/recipient-role-select.tsx:142 +msgid "Assistant role is only available when the document is in sequential signing mode." +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:40 +msgid "Assistants" +msgstr "" + +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:127 +#: packages/lib/constants/recipient-roles.ts:37 +msgid "Assisted" +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:38 +msgid "Assisting" +msgstr "" + #: apps/web/src/app/(dashboard)/admin/documents/[id]/admin-actions.tsx:66 msgid "Attempts sealing the document again, useful for after a code change has occurred to resolve an erroneous document." msgstr "Tenta nuovamente di sigillare il documento, utile dopo una modifica al codice per risolvere un documento errato." @@ -1157,7 +1216,7 @@ msgstr "Avatar aggiornato" msgid "Awaiting email confirmation" msgstr "In attesa della conferma email" -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:373 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:366 #: apps/web/src/components/(dashboard)/settings/layout/activity-back.tsx:20 #: apps/web/src/components/forms/v2/signup.tsx:513 msgid "Back" @@ -1279,6 +1338,10 @@ msgstr "Procedendo con la tua firma elettronica, riconosci e acconsenti che sar msgid "By using the electronic signature feature, you are consenting to conduct transactions and receive disclosures electronically. You acknowledge that your electronic signature on documents is binding and that you accept the terms outlined in the documents you are signing." msgstr "Utilizzando la funzione di firma elettronica, acconsenti a effettuare transazioni e ricevere divulgazioni elettronicamente. Riconosci che la tua firma elettronica sui documenti è vincolante e accetti i termini delineati nei documenti che stai firmando." +#: packages/ui/components/recipient/recipient-role-select.tsx:128 +msgid "Can prepare" +msgstr "" + #: apps/web/src/app/(dashboard)/documents/_action-items/resend-document.tsx:185 #: apps/web/src/app/(dashboard)/documents/delete-document-dialog.tsx:191 #: apps/web/src/app/(dashboard)/documents/duplicate-document-dialog.tsx:107 @@ -1290,20 +1353,20 @@ msgstr "Utilizzando la funzione di firma elettronica, acconsenti a effettuare tr #: apps/web/src/app/(dashboard)/templates/delete-template-dialog.tsx:76 #: apps/web/src/app/(dashboard)/templates/duplicate-template-dialog.tsx:77 #: apps/web/src/app/(dashboard)/templates/move-template-dialog.tsx:131 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:466 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:470 #: apps/web/src/app/(signing)/sign/[token]/auto-sign.tsx:220 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-2fa.tsx:178 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-account.tsx:71 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-passkey.tsx:164 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-passkey.tsx:189 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:164 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:246 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:232 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:341 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:206 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:381 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:234 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:347 #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:153 #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:131 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:320 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:352 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:318 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:358 #: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-transfer-status.tsx:121 #: apps/web/src/components/(dashboard)/settings/token/delete-token-dialog.tsx:176 #: apps/web/src/components/(dashboard)/settings/webhooks/create-webhook-dialog.tsx:242 @@ -1332,7 +1395,7 @@ msgstr "Annulla" msgid "Cancelled by user" msgstr "Annullato dall'utente" -#: packages/ui/primitives/document-flow/add-signers.tsx:193 +#: packages/ui/primitives/document-flow/add-signers.tsx:199 msgid "Cannot remove signer" msgstr "Impossibile rimuovere il firmatario" @@ -1373,11 +1436,11 @@ msgstr "Valori della casella di controllo" msgid "Checkout" msgstr "Pagamento" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:266 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:270 msgid "Choose an existing recipient from below to continue" msgstr "Scegli un destinatario esistente qui sotto per continuare" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:262 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:266 msgid "Choose Direct Link Recipient" msgstr "Scegli Destinatario Link Diretto" @@ -1437,10 +1500,10 @@ msgstr "Clicca qui per caricare" msgid "Click to copy signing link for sending to recipient" msgstr "Clicca per copiare il link di firma da inviare al destinatario" -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:179 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:128 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:180 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:174 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:481 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:360 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:440 msgid "Click to insert field" msgstr "Clicca per inserire il campo" @@ -1460,7 +1523,7 @@ msgstr "Chiudi" #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:61 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:471 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:350 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:430 #: apps/web/src/components/forms/v2/signup.tsx:538 msgid "Complete" msgstr "Completa" @@ -1469,10 +1532,18 @@ msgstr "Completa" msgid "Complete Approval" msgstr "Completa l'Approvazione" +#: apps/web/src/app/(signing)/sign/[token]/assistant/assistant-confirmation-dialog.tsx:43 +msgid "Complete Document" +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:69 msgid "Complete Signing" msgstr "Completa la Firma" +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:225 +msgid "Complete the fields for the following signers. Once reviewed, they will inform you if any modifications are needed." +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:68 msgid "Complete Viewing" msgstr "Completa la Visualizzazione" @@ -1516,12 +1587,12 @@ msgstr "Configura le impostazioni generali per il modello." msgid "Configure template" msgstr "Configura il modello" -#: packages/ui/primitives/document-flow/add-fields.tsx:586 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:491 +#: packages/ui/primitives/document-flow/add-fields.tsx:594 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:507 msgid "Configure the {0} field" msgstr "Configura il campo {0}" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:475 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:479 #: apps/web/src/components/templates/manage-public-template-dialog.tsx:458 msgid "Confirm" msgstr "Conferma" @@ -1565,6 +1636,7 @@ msgid "Content" msgstr "Contenuto" #: apps/web/src/app/(dashboard)/settings/security/passkeys/create-passkey-dialog.tsx:252 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:297 #: apps/web/src/app/(unauthenticated)/team/invite/[token]/page.tsx:135 #: apps/web/src/app/(unauthenticated)/team/verify/email/[token]/page.tsx:69 #: apps/web/src/app/(unauthenticated)/team/verify/email/[token]/page.tsx:143 @@ -1579,6 +1651,10 @@ msgstr "Continua" msgid "Continue by approving the document." msgstr "Continua approvando il documento." +#: packages/email/template-components/template-document-invite.tsx:88 +msgid "Continue by assisting with the document." +msgstr "" + #: packages/email/template-components/template-document-completed.tsx:45 msgid "Continue by downloading the document." msgstr "Continua scaricando il documento." @@ -1620,10 +1696,10 @@ msgstr "Controlla se il certificato di firma sarà incluso nel documento quando msgid "Copied" msgstr "Copiato" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:162 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:169 #: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:72 #: apps/web/src/app/(dashboard)/templates/template-direct-link-badge.tsx:31 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:159 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:163 #: apps/web/src/components/(dashboard)/avatar/avatar-with-recipient.tsx:40 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:61 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:117 @@ -1646,7 +1722,7 @@ msgstr "Copia il link" msgid "Copy sharable link" msgstr "Copia il link condivisibile" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:391 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:395 msgid "Copy Shareable Link" msgstr "Copia il Link Condivisibile" @@ -1697,7 +1773,7 @@ msgstr "Crea come in attesa" msgid "Create Direct Link" msgstr "Crea Link Diretto" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:197 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:201 msgid "Create Direct Signing Link" msgstr "Crea Link di Firma Diretto" @@ -1709,7 +1785,7 @@ msgstr "Crea documento da modello" msgid "Create now" msgstr "Crea ora" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:346 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:350 msgid "Create one automatically" msgstr "Crea uno automaticamente" @@ -1754,7 +1830,7 @@ msgid "Create your account and start using state-of-the-art document signing. Op msgstr "Crea il tuo account e inizia a utilizzare firme digitali all'avanguardia. Una firma aperta e bella è a tua portata." #: apps/web/src/app/(dashboard)/admin/documents/document-results.tsx:62 -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:112 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:113 #: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx:36 #: apps/web/src/app/(dashboard)/documents/data-table.tsx:48 #: apps/web/src/app/(dashboard)/settings/security/passkeys/user-passkeys-data-table.tsx:63 @@ -1811,10 +1887,10 @@ msgid "Dark Mode" msgstr "Modalità Scura" #: apps/web/src/app/(dashboard)/settings/security/activity/user-security-activity-data-table.tsx:67 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:153 -#: packages/ui/primitives/document-flow/add-fields.tsx:945 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:152 +#: packages/ui/primitives/document-flow/add-fields.tsx:951 #: packages/ui/primitives/document-flow/types.ts:53 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:810 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:826 msgid "Date" msgstr "Data" @@ -1967,19 +2043,19 @@ msgstr "Collegamento diretto" msgid "direct link disabled" msgstr "collegamento diretto disabilitato" -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:577 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:647 msgid "Direct link receiver" msgstr "Ricevitore del link diretto" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:357 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:361 msgid "Direct Link Signing" msgstr "Firma del collegamento diretto" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:111 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:115 msgid "Direct link signing has been disabled" msgstr "La firma del collegamento diretto è stata disabilitata" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:110 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:114 msgid "Direct link signing has been enabled" msgstr "La firma del collegamento diretto è stata abilitata" @@ -1987,11 +2063,11 @@ msgstr "La firma del collegamento diretto è stata abilitata" 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 "I modelli di collegamento diretto contengono un segnaposto per un destinatario dinamico. Chiunque abbia accesso a questo link può firmare il documento e apparirà successivamente nella tua pagina dei documenti." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:138 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:142 msgid "Direct template link deleted" msgstr "Collegamento diretto al modello eliminato" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:223 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:227 msgid "Direct template link usage exceeded ({0}/{1})" msgstr "Utilizzo del collegamento diretto al modello superato ({0}/{1})" @@ -2023,7 +2099,7 @@ msgstr "Disabilita l'Autenticazione a Due Fattori prima di eliminare il tuo acco msgid "Disabled" msgstr "Disabilitato" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:374 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:378 msgid "Disabling direct link signing will prevent anyone from accessing the link." msgstr "Disabilitare la firma del collegamento diretto impedirà a chiunque di accedere al collegamento." @@ -2070,7 +2146,7 @@ msgstr "Documento \"{0}\" - Rifiuto Confermato" msgid "Document access" msgstr "Accesso al documento" -#: packages/lib/utils/document-audit-logs.ts:322 +#: packages/lib/utils/document-audit-logs.ts:326 msgid "Document access auth updated" msgstr "Autenticazione di accesso al documento aggiornata" @@ -2089,8 +2165,8 @@ msgid "Document Cancelled" msgstr "Documento Annullato" #: apps/web/src/components/formatter/document-status.tsx:29 -#: packages/lib/utils/document-audit-logs.ts:385 -#: packages/lib/utils/document-audit-logs.ts:386 +#: packages/lib/utils/document-audit-logs.ts:389 +#: packages/lib/utils/document-audit-logs.ts:390 msgid "Document completed" msgstr "Documento completato" @@ -2153,7 +2229,7 @@ msgstr "Bozza del documento" msgid "Document Duplicated" msgstr "Documento Duplicato" -#: packages/lib/utils/document-audit-logs.ts:342 +#: packages/lib/utils/document-audit-logs.ts:346 msgid "Document external ID updated" msgstr "ID esterno del documento aggiornato" @@ -2183,7 +2259,7 @@ msgstr "Metriche del documento" msgid "Document moved" msgstr "Documento spostato" -#: packages/lib/utils/document-audit-logs.ts:350 +#: packages/lib/utils/document-audit-logs.ts:354 msgid "Document moved to team" msgstr "Documento spostato al team" @@ -2191,7 +2267,7 @@ msgstr "Documento spostato al team" msgid "Document no longer available to sign" msgstr "Documento non più disponibile per la firma" -#: packages/lib/utils/document-audit-logs.ts:334 +#: packages/lib/utils/document-audit-logs.ts:338 msgid "Document opened" msgstr "Documento aperto" @@ -2221,7 +2297,7 @@ msgid "Document resealed" msgstr "Documento risigillato" #: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:303 -#: packages/lib/utils/document-audit-logs.ts:346 +#: packages/lib/utils/document-audit-logs.ts:350 msgid "Document sent" msgstr "Documento inviato" @@ -2229,7 +2305,7 @@ msgstr "Documento inviato" msgid "Document Signed" msgstr "Documento firmato" -#: packages/lib/utils/document-audit-logs.ts:326 +#: packages/lib/utils/document-audit-logs.ts:330 msgid "Document signing auth updated" msgstr "Autenticazione firma documento aggiornata" @@ -2245,11 +2321,11 @@ msgstr "Stato del documento" msgid "Document title" msgstr "Titolo del documento" -#: packages/lib/utils/document-audit-logs.ts:338 +#: packages/lib/utils/document-audit-logs.ts:342 msgid "Document title updated" msgstr "Titolo documento aggiornato" -#: packages/lib/utils/document-audit-logs.ts:330 +#: packages/lib/utils/document-audit-logs.ts:334 msgid "Document updated" msgstr "Documento aggiornato" @@ -2265,7 +2341,7 @@ msgstr "Documento caricato" msgid "Document Viewed" msgstr "Documento visualizzato" -#: packages/lib/utils/document-audit-logs.ts:318 +#: packages/lib/utils/document-audit-logs.ts:322 msgid "Document visibility updated" msgstr "Visibilità del documento aggiornata" @@ -2348,8 +2424,8 @@ msgstr "Documenti redatti" msgid "Drag & drop your PDF here." msgstr "Trascina e rilascia il tuo PDF qui." -#: packages/ui/primitives/document-flow/add-fields.tsx:1076 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:941 +#: packages/ui/primitives/document-flow/add-fields.tsx:1082 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:957 msgid "Dropdown" msgstr "Menu a tendina" @@ -2407,9 +2483,9 @@ msgstr "Divulgazione della firma elettronica" #: 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:119 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:131 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:133 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:407 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:287 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:363 #: apps/web/src/components/(teams)/dialogs/add-team-email-dialog.tsx:169 #: apps/web/src/components/(teams)/dialogs/update-team-email-dialog.tsx:153 #: apps/web/src/components/forms/forgot-password.tsx:81 @@ -2417,13 +2493,13 @@ msgstr "Divulgazione della firma elettronica" #: apps/web/src/components/forms/signin.tsx:339 #: apps/web/src/components/forms/signup.tsx:176 #: packages/lib/constants/document.ts:28 -#: packages/ui/primitives/document-flow/add-fields.tsx:893 -#: packages/ui/primitives/document-flow/add-signers.tsx:511 -#: packages/ui/primitives/document-flow/add-signers.tsx:518 +#: packages/ui/primitives/document-flow/add-fields.tsx:899 +#: packages/ui/primitives/document-flow/add-signers.tsx:513 +#: packages/ui/primitives/document-flow/add-signers.tsx:520 #: packages/ui/primitives/document-flow/types.ts:54 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:758 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:470 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:477 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:774 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:537 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:544 msgid "Email" msgstr "Email" @@ -2449,11 +2525,11 @@ msgstr "Email confermato!" msgid "Email Options" msgstr "Opzioni email" -#: packages/lib/utils/document-audit-logs.ts:379 +#: packages/lib/utils/document-audit-logs.ts:383 msgid "Email resent" msgstr "Email rinviato" -#: packages/lib/utils/document-audit-logs.ts:379 +#: packages/lib/utils/document-audit-logs.ts:383 msgid "Email sent" msgstr "Email inviato" @@ -2469,7 +2545,7 @@ msgstr "Verifica email rimossa" msgid "Email verification has been resent" msgstr "Verifica email rinviata" -#: packages/ui/primitives/document-flow/add-fields.tsx:1141 +#: packages/ui/primitives/document-flow/add-fields.tsx:1147 msgid "Empty field" msgstr "Campo vuoto" @@ -2495,17 +2571,17 @@ msgstr "Abilita l'app Authenticator" msgid "Enable custom branding for all documents in this team." msgstr "Abilita il branding personalizzato per tutti i documenti in questo team." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:246 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:250 msgid "Enable direct link signing" msgstr "Abilita la firma tramite link diretto" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:368 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:372 #: packages/lib/constants/template.ts:8 msgid "Enable Direct Link Signing" msgstr "Abilita la firma di link diretto" -#: packages/ui/primitives/document-flow/add-signers.tsx:400 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:369 +#: packages/ui/primitives/document-flow/add-signers.tsx:402 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:436 msgid "Enable signing order" msgstr "Abilita ordine di firma" @@ -2513,8 +2589,8 @@ msgstr "Abilita ordine di firma" msgid "Enable Typed Signature" msgstr "Abilita firma digitata" -#: packages/ui/primitives/document-flow/add-fields.tsx:813 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:678 +#: packages/ui/primitives/document-flow/add-fields.tsx:819 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:694 msgid "Enable Typed Signatures" msgstr "Abilita firme digitate" @@ -2559,7 +2635,7 @@ msgstr "Inserisci il tuo indirizzo email per ricevere il documento completato." msgid "Enter your name" msgstr "Inserisci il tuo nome" -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:293 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:299 msgid "Enter your text here" msgstr "Inserisci il tuo testo qui" @@ -2581,28 +2657,28 @@ msgstr "Inserisci il tuo testo qui" #: apps/web/src/app/(dashboard)/templates/move-template-dialog.tsx:68 #: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:187 #: apps/web/src/app/(signing)/sign/[token]/auto-sign.tsx:152 -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:124 -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:153 -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:214 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:104 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:130 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:105 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:136 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:119 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:150 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:208 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:101 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:129 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:100 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:133 #: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:88 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:114 -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:89 -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:115 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:116 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:84 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:112 #: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:126 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:152 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:154 #: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:150 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:195 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:201 #: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:101 -#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:128 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:133 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:167 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:193 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:168 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:196 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:130 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:131 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:165 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:191 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:172 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:202 #: apps/web/src/components/(dashboard)/layout/verify-email-banner.tsx:54 #: apps/web/src/components/(dashboard)/settings/webhooks/create-webhook-dialog.tsx:101 #: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:224 @@ -2686,6 +2762,10 @@ msgstr "Etichetta del campo" msgid "Field placeholder" msgstr "Segnaposto del campo" +#: packages/lib/utils/document-audit-logs.ts:318 +msgid "Field prefilled by assistant" +msgstr "" + #: packages/lib/utils/document-audit-logs.ts:310 msgid "Field signed" msgstr "Campo firmato" @@ -2737,11 +2817,11 @@ msgstr "Hai dimenticato la tua password?" msgid "Free Signature" msgstr "Firma gratuita" -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:330 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:191 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:210 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:322 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:326 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:212 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:392 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:272 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:348 #: apps/web/src/components/forms/profile.tsx:101 #: apps/web/src/components/forms/v2/signup.tsx:316 msgid "Full Name" @@ -2796,18 +2876,35 @@ msgstr "Vai alle tue <0>impostazioni del profilo pubblico per aggiungere doc msgid "Green" msgstr "Verde" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:107 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:120 msgid "has invited you to approve this document" msgstr "ti ha invitato ad approvare questo documento" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:98 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:129 +msgid "has invited you to assist this document" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:111 msgid "has invited you to sign this document" msgstr "ti ha invitato a firmare questo documento" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:89 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:102 msgid "has invited you to view this document" msgstr "ti ha invitato a visualizzare questo documento" +#: packages/ui/primitives/document-flow/add-signers.tsx:262 +#: packages/ui/primitives/document-flow/add-signers.tsx:300 +#: packages/ui/primitives/document-flow/add-signers.tsx:339 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:234 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:331 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:367 +msgid "Having an assistant as the last signer means they will be unable to take any action as there are no subsequent signers to assist." +msgstr "" + +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:278 +msgid "Help complete the document for other signers." +msgstr "" + #: apps/web/src/app/(dashboard)/settings/profile/page.tsx:29 msgid "Here you can edit your personal details." msgstr "Qui puoi modificare i tuoi dati personali." @@ -2824,7 +2921,7 @@ msgstr "Qui puoi impostare preferenze e valori predefiniti per il branding." msgid "Here you can set preferences and defaults for your team." msgstr "Qui puoi impostare preferenze e valori predefiniti per il tuo team." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:201 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:205 msgid "Here's how it works:" msgstr "Ecco come funziona:" @@ -2850,19 +2947,23 @@ msgstr "Nascondi" msgid "Hide additional information" msgstr "Nascondi informazioni aggiuntive" -#: packages/lib/constants/recipient-roles.ts:44 +#: packages/lib/constants/recipient-roles.ts:58 msgid "I am a signer of this document" msgstr "Sono un firmatario di questo documento" -#: packages/lib/constants/recipient-roles.ts:47 +#: packages/lib/constants/recipient-roles.ts:61 msgid "I am a viewer of this document" msgstr "Sono un visualizzatore di questo documento" -#: packages/lib/constants/recipient-roles.ts:45 +#: packages/lib/constants/recipient-roles.ts:59 msgid "I am an approver of this document" msgstr "Sono un approvatore di questo documento" -#: packages/lib/constants/recipient-roles.ts:46 +#: packages/lib/constants/recipient-roles.ts:62 +msgid "I am an assistant of this document" +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:60 msgid "I am required to receive a copy of this document" msgstr "Sono tenuto a ricevere una copia di questo documento" @@ -2913,7 +3014,7 @@ msgstr "Informazioni" msgid "Inherit authentication method" msgstr "Ereditare metodo di autenticazione" -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:132 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:129 #: packages/ui/primitives/document-flow/types.ts:51 msgid "Initials" msgstr "Iniziali" @@ -3013,6 +3114,10 @@ msgstr "Sembra che non sia stato fornito alcun token, se stai cercando di verifi msgid "It seems that there is no token provided. Please check your email and try again." msgstr "Sembra che non sia stato fornito alcun token. Controlla la tua email e riprova." +#: apps/web/src/app/embed/waiting-for-turn.tsx:36 +msgid "It's currently not your turn to sign. Please check back soon as this document should be available for you to sign shortly." +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/waiting/page.tsx:74 msgid "It's currently not your turn to sign. You will receive an email with instructions once it's your turn to sign the document." msgstr "Al momento, non è il tuo turno di firmare. Riceverai un'email con le istruzioni quando sarà il tuo turno di firmare il documento." @@ -3196,7 +3301,7 @@ msgstr "Gestisci abbonamento del team." msgid "Manage teams" msgstr "Gestisci gruppi" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:361 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:365 msgid "Manage the direct link signing for this template" msgstr "Gestisci la firma del link diretto per questo modello" @@ -3264,7 +3369,7 @@ msgstr "Messaggio <0>(Opzionale)" msgid "Min" msgstr "" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:55 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:56 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-recipients.tsx:35 msgid "Modify recipients" msgstr "Modifica destinatari" @@ -3310,7 +3415,7 @@ msgid "My templates" msgstr "I miei modelli" #: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:148 -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:56 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:57 #: apps/web/src/app/(dashboard)/admin/users/[id]/page.tsx:101 #: 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 @@ -3318,17 +3423,17 @@ msgstr "I miei modelli" #: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:299 #: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:306 #: apps/web/src/app/(signing)/sign/[token]/complete/claim-account.tsx:118 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:175 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:177 #: apps/web/src/components/(teams)/dialogs/add-team-email-dialog.tsx:153 #: apps/web/src/components/(teams)/dialogs/update-team-email-dialog.tsx:141 #: apps/web/src/components/forms/signup.tsx:160 -#: packages/ui/primitives/document-flow/add-fields.tsx:919 -#: packages/ui/primitives/document-flow/add-signers.tsx:549 -#: packages/ui/primitives/document-flow/add-signers.tsx:555 +#: packages/ui/primitives/document-flow/add-fields.tsx:925 +#: packages/ui/primitives/document-flow/add-signers.tsx:551 +#: packages/ui/primitives/document-flow/add-signers.tsx:557 #: packages/ui/primitives/document-flow/types.ts:55 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:784 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:505 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:511 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:800 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:572 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:578 msgid "Name" msgstr "Nome" @@ -3336,15 +3441,15 @@ msgstr "Nome" msgid "Need to sign documents?" msgstr "Hai bisogno di firmare documenti?" -#: packages/ui/components/recipient/recipient-role-select.tsx:52 +#: packages/ui/components/recipient/recipient-role-select.tsx:55 msgid "Needs to approve" msgstr "Necessita di approvazione" -#: packages/ui/components/recipient/recipient-role-select.tsx:31 +#: packages/ui/components/recipient/recipient-role-select.tsx:34 msgid "Needs to sign" msgstr "Necessita di firma" -#: packages/ui/components/recipient/recipient-role-select.tsx:73 +#: packages/ui/components/recipient/recipient-role-select.tsx:76 msgid "Needs to view" msgstr "Necessita di visualizzazione" @@ -3366,7 +3471,7 @@ msgid "New Template" msgstr "Nuovo modello" #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:462 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:341 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:419 #: apps/web/src/components/forms/v2/signup.tsx:525 msgid "Next" msgstr "Successivo" @@ -3399,20 +3504,20 @@ msgstr "Nessuna attività recente" msgid "No recent documents" msgstr "Nessun documento recente" -#: packages/ui/primitives/document-flow/add-fields.tsx:705 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:598 +#: packages/ui/primitives/document-flow/add-fields.tsx:711 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:614 msgid "No recipient matching this description was found." msgstr "Nessun destinatario corrispondente a questa descrizione è stato trovato." -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:70 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:71 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-recipients.tsx:49 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:96 #: packages/ui/primitives/document-flow/add-subject.tsx:215 msgid "No recipients" msgstr "Nessun destinatario" -#: packages/ui/primitives/document-flow/add-fields.tsx:720 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:613 +#: packages/ui/primitives/document-flow/add-fields.tsx:726 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:629 msgid "No recipients with this role" msgstr "Nessun destinatario con questo ruolo" @@ -3443,7 +3548,7 @@ msgstr "Nessun token fornito" msgid "No valid direct templates found" msgstr "Nessun modello diretto valido trovato" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:288 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:292 msgid "No valid recipients found" msgstr "Nessun destinatario valido trovato" @@ -3471,10 +3576,10 @@ msgstr "Non supportato" msgid "Nothing to do" msgstr "Niente da fare" -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:284 -#: packages/ui/primitives/document-flow/add-fields.tsx:997 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:290 +#: packages/ui/primitives/document-flow/add-fields.tsx:1003 #: packages/ui/primitives/document-flow/types.ts:56 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:862 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:878 msgid "Number" msgstr "Numero" @@ -3482,15 +3587,19 @@ msgstr "Numero" msgid "Number format" msgstr "Formato numero" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:116 msgid "on behalf of \"{0}\" has invited you to approve this document" msgstr "per conto di \"{0}\" ti ha invitato ad approvare questo documento" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:94 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:125 +msgid "on behalf of \"{0}\" has invited you to assist this document" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:107 msgid "on behalf of \"{0}\" has invited you to sign this document" msgstr "per conto di \"{0}\" ti ha invitato a firmare questo documento" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:85 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:98 msgid "on behalf of \"{0}\" has invited you to view this document" msgstr "per conto di \"{0}\" ti ha invitato a visualizzare questo documento" @@ -3556,7 +3665,7 @@ msgstr "Ops! Qualcosa è andato storto." msgid "Opened" msgstr "Aperto" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:332 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:336 #: apps/web/src/components/forms/signup.tsx:239 #: apps/web/src/components/forms/signup.tsx:263 #: apps/web/src/components/forms/v2/signup.tsx:387 @@ -3680,7 +3789,7 @@ msgstr "È necessario il pagamento per completare la creazione del tuo team." msgid "Payment overdue" msgstr "Pagamento scaduto" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:131 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:138 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-documents-table.tsx:205 #: apps/web/src/components/(teams)/tables/teams-member-page-data-table.tsx:82 #: apps/web/src/components/(teams)/tables/user-settings-teams-page-data-table.tsx:77 @@ -3760,6 +3869,10 @@ msgstr "Per favore {recipientActionVerb} il tuo documento" msgid "Please check the CSV file and make sure it is according to our format" msgstr "Si prega di controllare il file CSV e assicurarsi che sia conforme al nostro formato" +#: apps/web/src/app/embed/waiting-for-turn.tsx:43 +msgid "Please check with the parent application for more information." +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/waiting/page.tsx:81 msgid "Please check your email for updates." msgstr "Per favore controlla la tua email per aggiornamenti." @@ -3789,11 +3902,11 @@ msgstr "Si prega di inserire un nome significativo per il proprio token. Questo msgid "Please enter a valid name." msgstr "Per favore inserisci un nome valido." -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:148 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:190 msgid "Please mark as viewed to complete" msgstr "Si prega di segnare come visualizzato per completare" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:453 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:457 msgid "Please note that proceeding will remove direct linking recipient and turn it into a placeholder." msgstr "Si prega di notare che procedendo si rimuoverà il destinatario del link diretto e si trasformerà in un segnaposto." @@ -3833,7 +3946,7 @@ msgstr "Si prega di fornire un token dal tuo autenticatore, o un codice di backu msgid "Please provide a token from your authenticator, or a backup code." msgstr "Si prega di fornire un token dal tuo autenticatore, o un codice di backup." -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:182 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:314 msgid "Please review the document before signing." msgstr "Rivedi il documento prima di firmare." @@ -3954,7 +4067,7 @@ msgstr "Valori radio" msgid "Read only" msgstr "Sola lettura" -#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:144 +#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:145 msgid "Read only field" msgstr "Campo di sola lettura" @@ -3962,7 +4075,7 @@ msgstr "Campo di sola lettura" msgid "Read the full <0>signature disclosure." msgstr "Leggi l'intera <0>divulgazione della firma." -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:106 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:107 msgid "Ready" msgstr "Pronto" @@ -3970,7 +4083,7 @@ msgstr "Pronto" msgid "Reason" msgstr "Motivo" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:146 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:153 msgid "Reason for rejection:" msgstr "Motivo del rifiuto:" @@ -3986,7 +4099,7 @@ msgstr "Il motivo deve essere inferiore a 500 caratteri" msgid "Reauthentication is required to sign this field" msgstr "È richiesta una riautenticazione per firmare questo campo" -#: packages/ui/components/recipient/recipient-role-select.tsx:95 +#: packages/ui/components/recipient/recipient-role-select.tsx:98 msgid "Receives copy" msgstr "Riceve copia" @@ -4001,9 +4114,9 @@ msgstr "Documenti recenti" #: apps/web/src/app/(dashboard)/documents/data-table.tsx:63 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-documents-table.tsx:114 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:275 -#: packages/lib/utils/document-audit-logs.ts:354 -#: packages/lib/utils/document-audit-logs.ts:369 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:279 +#: packages/lib/utils/document-audit-logs.ts:358 +#: packages/lib/utils/document-audit-logs.ts:373 msgid "Recipient" msgstr "Destinatario" @@ -4030,7 +4143,7 @@ msgid "Recipient updated" msgstr "Destinatario aggiornato" #: apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx:66 -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:49 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:50 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-recipients.tsx:30 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/audit-log/page.tsx:140 msgid "Recipients" @@ -4070,11 +4183,11 @@ msgstr "Registrazione avvenuta con successo" #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:109 #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:116 #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:162 -#: packages/email/template-components/template-document-invite.tsx:95 +#: packages/email/template-components/template-document-invite.tsx:98 msgid "Reject Document" msgstr "Rifiuta Documento" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:141 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:148 #: apps/web/src/components/(dashboard)/avatar/stack-avatars-with-tooltip.tsx:101 msgid "Rejected" msgstr "Rifiutato" @@ -4108,9 +4221,9 @@ msgid "Reminder: Please {recipientActionVerb} your document" msgstr "Promemoria: per favore {recipientActionVerb} il tuo documento" #: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:188 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:425 -#: 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/(dashboard)/templates/template-direct-link-dialog.tsx:429 +#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:157 +#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:181 #: 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 @@ -4119,7 +4232,7 @@ msgstr "Promemoria: per favore {recipientActionVerb} il tuo documento" #: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:165 #: apps/web/src/components/forms/avatar-image.tsx:166 #: apps/web/src/components/templates/template-bulk-send-dialog.tsx:217 -#: packages/ui/primitives/document-flow/add-fields.tsx:1128 +#: packages/ui/primitives/document-flow/add-fields.tsx:1134 msgid "Remove" msgstr "Rimuovi" @@ -4238,7 +4351,7 @@ msgstr "Revoca" msgid "Revoke access" msgstr "Revoca l'accesso" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:278 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:282 #: 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:80 @@ -4256,16 +4369,16 @@ msgstr "Ruoli" msgid "Rows per page" msgstr "Righe per pagina" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:440 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:350 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:361 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:444 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:356 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:367 #: 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:305 #: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:322 msgid "Save" msgstr "Salva" -#: packages/ui/primitives/template-flow/add-template-fields.tsx:974 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:990 msgid "Save Template" msgstr "Salva modello" @@ -4280,7 +4393,7 @@ msgstr "Cerca" msgid "Search by document title" msgstr "Cerca per titolo del documento" -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:174 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:175 #: apps/web/src/app/(dashboard)/admin/users/data-table-users.tsx:144 msgid "Search by name or email" msgstr "Cerca per nome o email" @@ -4308,7 +4421,7 @@ msgstr "Sicurezza" msgid "Security activity" msgstr "Attività di sicurezza" -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:194 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:191 #: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:115 #: packages/ui/primitives/document-flow/types.ts:59 msgid "Select" @@ -4426,7 +4539,7 @@ msgstr "Invio dell'email di ripristino..." msgid "Sending..." msgstr "Invio..." -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:101 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:102 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:258 msgid "Sent" msgstr "Inviato" @@ -4476,8 +4589,8 @@ msgstr "Mostra" msgid "Show additional information" msgstr "Mostra informazioni aggiuntive" -#: packages/ui/primitives/document-flow/add-signers.tsx:707 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:661 +#: packages/ui/primitives/document-flow/add-signers.tsx:713 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:731 msgid "Show advanced settings" msgstr "Mostra impostazioni avanzate" @@ -4495,30 +4608,30 @@ msgstr "Mostra modelli nel profilo pubblico della tua squadra per il tuo pubblic #: apps/web/src/app/(profile)/p/[url]/page.tsx:192 #: apps/web/src/app/(signing)/sign/[token]/auto-sign.tsx:229 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-2fa.tsx:182 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:241 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:243 #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:142 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:328 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:326 #: apps/web/src/components/ui/user-profile-skeleton.tsx:75 #: apps/web/src/components/ui/user-profile-timur.tsx:81 #: packages/lib/constants/recipient-roles.ts:22 msgid "Sign" msgstr "Firma" -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:278 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:276 msgid "Sign as {0} <0>({1})" msgstr "Firma come {0} <0>({1})" -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:200 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:202 msgid "Sign as<0>{0} <1>({1})" msgstr "Firma come<0>{0} <1>({1})" #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:360 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:240 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:255 msgid "Sign document" msgstr "Firma il documento" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:141 -#: packages/email/template-components/template-document-invite.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:182 +#: packages/email/template-components/template-document-invite.tsx:106 msgid "Sign Document" msgstr "Firma documento" @@ -4548,7 +4661,7 @@ msgid "Sign Out" msgstr "Disconnetti" #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:381 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:261 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:280 msgid "Sign the document to complete the process." msgstr "Firma il documento per completare il processo." @@ -4572,17 +4685,17 @@ msgstr "Iscriviti con OIDC" #: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:88 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:179 -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:342 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:205 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:251 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:286 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:334 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:340 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:249 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:284 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:422 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:301 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:377 #: apps/web/src/components/forms/profile.tsx:123 -#: packages/ui/primitives/document-flow/add-fields.tsx:841 +#: packages/ui/primitives/document-flow/add-fields.tsx:847 #: packages/ui/primitives/document-flow/field-icon.tsx:52 #: packages/ui/primitives/document-flow/types.ts:49 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:706 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:722 msgid "Signature" msgstr "Firma" @@ -4590,10 +4703,10 @@ msgstr "Firma" msgid "Signature ID" msgstr "ID Firma" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:229 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:303 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:364 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:301 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:448 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:327 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:403 msgid "Signature is too small. Please provide a more complete signature." msgstr "La firma è troppo piccola. Si prega di fornire una firma più completa." @@ -4605,7 +4718,7 @@ msgstr "Firme raccolte" msgid "Signatures will appear once the document has been completed" msgstr "Le firme appariranno una volta completato il documento" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:114 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:115 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:280 #: apps/web/src/components/document/document-read-only-fields.tsx:84 #: packages/lib/constants/recipient-roles.ts:23 @@ -4645,6 +4758,10 @@ msgstr "Certificato di firma fornito da" msgid "Signing Complete!" msgstr "Firma completata!" +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:293 +msgid "Signing for" +msgstr "" + #: apps/web/src/components/forms/signin.tsx:384 #: apps/web/src/components/forms/signin.tsx:511 msgid "Signing in..." @@ -4659,11 +4776,16 @@ msgstr "Link di firma" msgid "Signing links have been generated for this document." msgstr "I link di firma sono stati generati per questo documento." +#: packages/ui/primitives/document-flow/add-signers.tsx:281 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:348 +msgid "Signing order is enabled." +msgstr "" + #: apps/web/src/components/forms/signup.tsx:231 msgid "Signing up..." msgstr "Registrazione in corso..." -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:90 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:91 #: apps/web/src/app/(dashboard)/admin/leaderboard/page.tsx:46 msgid "Signing Volume" msgstr "Volume di firma" @@ -4708,9 +4830,9 @@ msgstr "Alcuni firmatari non hanno un campo firma assegnato. Assegna almeno 1 ca #: apps/web/src/app/(dashboard)/settings/teams/team-email-usage.tsx:44 #: apps/web/src/app/(dashboard)/templates/delete-template-dialog.tsx:45 #: apps/web/src/app/(dashboard)/templates/new-template-dialog.tsx:78 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:100 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:123 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:147 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:104 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:127 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:151 #: apps/web/src/app/(recipient)/d/[token]/direct-template.tsx:118 #: apps/web/src/app/(recipient)/d/[token]/signing-auth-page.tsx:27 #: apps/web/src/app/(signing)/sign/[token]/signing-auth-page.tsx:38 @@ -4719,7 +4841,7 @@ msgstr "Alcuni firmatari non hanno un campo firma assegnato. Assegna almeno 1 ca #: 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:262 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:144 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:155 #: apps/web/src/components/(teams)/dialogs/create-team-checkout-dialog.tsx:50 #: apps/web/src/components/(teams)/dialogs/create-team-checkout-dialog.tsx:99 #: apps/web/src/components/(teams)/dialogs/invite-team-member-dialog.tsx:210 @@ -4813,6 +4935,10 @@ msgstr "Oggetto <0>(Opzionale)" msgid "Submit" msgstr "Invia" +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:297 +msgid "Submitting..." +msgstr "" + #: apps/web/src/app/(dashboard)/settings/billing/billing-plans.tsx:129 msgid "Subscribe" msgstr "Iscriviti" @@ -4831,8 +4957,8 @@ msgstr "Abbonamenti" #: apps/web/src/app/(dashboard)/settings/teams/accept-team-invitation-button.tsx:25 #: apps/web/src/app/(dashboard)/settings/teams/decline-team-invitation-button.tsx:25 #: apps/web/src/app/(dashboard)/settings/teams/team-email-usage.tsx:37 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:114 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:137 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:118 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:141 #: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-email-dropdown.tsx:32 #: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-transfer-status.tsx:44 #: apps/web/src/components/(dashboard)/layout/verify-email-banner.tsx:44 @@ -5074,11 +5200,11 @@ msgstr "Modelli" msgid "Templates allow you to quickly generate documents with pre-filled recipients and fields." msgstr "I modelli ti consentono di generare rapidamente documenti con destinatari e campi precompilati." -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:258 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:287 -#: packages/ui/primitives/document-flow/add-fields.tsx:971 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:264 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:293 +#: packages/ui/primitives/document-flow/add-fields.tsx:977 #: packages/ui/primitives/document-flow/types.ts:52 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:836 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:852 msgid "Text" msgstr "Testo" @@ -5133,7 +5259,7 @@ msgstr "Il contenuto da mostrare nel banner, HTML è consentito" #: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:73 #: apps/web/src/app/(dashboard)/templates/template-direct-link-badge.tsx:32 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:160 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:164 msgid "The direct link has been copied to your clipboard" msgstr "Il link diretto è stato copiato negli appunti" @@ -5219,23 +5345,27 @@ msgstr "Il nome pubblico per il tuo modello" msgid "The reason provided for deletion is the following:" msgstr "Il motivo fornito per l'eliminazione è il seguente:" +#: packages/ui/components/recipient/recipient-role-select.tsx:137 +msgid "The recipient can prepare the document for later signers by pre-filling suggest values." +msgstr "" + #: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:119 msgid "The recipient has been updated successfully" msgstr "Il destinatario è stato aggiornato con successo" -#: packages/ui/components/recipient/recipient-role-select.tsx:103 +#: packages/ui/components/recipient/recipient-role-select.tsx:106 msgid "The recipient is not required to take any action and receives a copy of the document after it is completed." msgstr "Il destinatario non è tenuto a prendere alcuna azione e riceverà una copia del documento una volta completato." -#: packages/ui/components/recipient/recipient-role-select.tsx:60 +#: packages/ui/components/recipient/recipient-role-select.tsx:63 msgid "The recipient is required to approve the document for it to be completed." msgstr "Il destinatario è tenuto ad approvare il documento affinché sia completato." -#: packages/ui/components/recipient/recipient-role-select.tsx:39 +#: packages/ui/components/recipient/recipient-role-select.tsx:42 msgid "The recipient is required to sign the document for it to be completed." msgstr "Il destinatario è tenuto a firmare il documento affinché sia completato." -#: packages/ui/components/recipient/recipient-role-select.tsx:81 +#: packages/ui/components/recipient/recipient-role-select.tsx:84 msgid "The recipient is required to view the document for it to be completed." msgstr "Il destinatario è tenuto a visualizzare il documento affinché sia completato." @@ -5259,7 +5389,7 @@ msgstr "L'email del firmatario" msgid "The signer's name" msgstr "Il nome del firmatario" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:163 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:170 #: apps/web/src/components/(dashboard)/avatar/avatar-with-recipient.tsx:41 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:118 #: packages/ui/primitives/document-flow/add-subject.tsx:243 @@ -5371,7 +5501,7 @@ msgstr "Questo documento non può essere duplicato in questo momento. Riprova." msgid "This document could not be re-sent at this time. Please try again." msgstr "Questo documento non può essere rinviato in questo momento. Riprova." -#: packages/ui/primitives/document-flow/add-fields.tsx:776 +#: packages/ui/primitives/document-flow/add-fields.tsx:782 msgid "This document has already been sent to this recipient. You can no longer edit this recipient." msgstr "Questo documento è già stato inviato a questo destinatario. Non puoi più modificare questo destinatario." @@ -5431,7 +5561,7 @@ msgstr "Questa email viene inviata al destinatario chiedendo loro di firmare il msgid "This email will be sent to the recipient who has just signed the document, if there are still other recipients who have not signed yet." msgstr "Questa email sarà inviata al destinatario che ha appena firmato il documento, se ci sono ancora altri destinatari che non hanno ancora firmato." -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:580 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:650 msgid "This field cannot be modified or deleted. When you share this template's direct link or add it to your public profile, anyone who accesses it can input their name and email, and fill in the fields assigned to them." msgstr "Questo campo non può essere modificato o eliminato. Quando condividi il link diretto di questo modello o lo aggiungi al tuo profilo pubblico, chiunque vi acceda può inserire il proprio nome e email, e compilare i campi assegnati." @@ -5459,7 +5589,7 @@ msgstr "Questa chiave di accesso non è configurata per questa applicazione. Eff msgid "This price includes minimum 5 seats." msgstr "Questo prezzo include almeno 5 posti." -#: packages/ui/primitives/document-flow/add-fields.tsx:1108 +#: packages/ui/primitives/document-flow/add-fields.tsx:1114 msgid "This recipient can no longer be modified as they have signed a field, or completed the document." msgstr "Questo destinatario non può più essere modificato poiché ha firmato un campo o completato il documento." @@ -5467,7 +5597,7 @@ msgstr "Questo destinatario non può più essere modificato poiché ha firmato u msgid "This session has expired. Please try again." msgstr "Questa sessione è scaduta. Per favore prova di nuovo." -#: packages/ui/primitives/document-flow/add-signers.tsx:194 +#: packages/ui/primitives/document-flow/add-signers.tsx:200 msgid "This signer has already signed the document." msgstr "Questo firmatario ha già firmato il documento." @@ -5573,8 +5703,8 @@ msgstr "Per accedere al tuo account, conferma il tuo indirizzo email facendo cli msgid "To mark this document as viewed, you need to be logged in as <0>{0}" msgstr "Per contrassegnare questo documento come visualizzato, è necessario essere connessi come <0>{0}" -#: packages/ui/primitives/document-flow/add-fields.tsx:1091 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:954 +#: packages/ui/primitives/document-flow/add-fields.tsx:1097 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:970 msgid "To proceed further, please set at least one value for the {0} field." msgstr "Per procedere ulteriormente, si prega di impostare almeno un valore per il campo {0}." @@ -5708,7 +5838,7 @@ msgstr "Tipo" msgid "Type a command or search..." msgstr "Digita un comando o cerca..." -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:134 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:132 msgid "Typed signatures are not allowed. Please draw your signature." msgstr "Le firme digitate non sono consentite. Si prega di disegnare la propria firma." @@ -5728,7 +5858,7 @@ msgstr "Impossibile copiare il codice di recupero" msgid "Unable to copy token" msgstr "Impossibile copiare il token" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:101 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:105 msgid "Unable to create direct template access. Please try again later." msgstr "Impossibile creare l'accesso diretto al modello. Si prega di riprovare più tardi." @@ -6092,8 +6222,8 @@ msgstr "Visualizza Codici" msgid "View document" msgstr "Visualizza documento" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:140 -#: packages/email/template-components/template-document-invite.tsx:104 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:181 +#: packages/email/template-components/template-document-invite.tsx:107 #: packages/email/template-components/template-document-rejected.tsx:44 #: packages/ui/primitives/document-flow/add-subject.tsx:90 #: packages/ui/primitives/document-flow/add-subject.tsx:91 @@ -6129,7 +6259,7 @@ msgstr "Visualizza Codici di Recupero" msgid "View teams" msgstr "Visualizza squadre" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:120 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:121 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:269 #: packages/lib/constants/recipient-roles.ts:30 msgid "Viewed" @@ -6164,6 +6294,7 @@ msgid "Waiting for others to sign" msgstr "In attesa degli altri per firmare" #: apps/web/src/app/(signing)/sign/[token]/waiting/page.tsx:70 +#: apps/web/src/app/embed/waiting-for-turn.tsx:31 msgid "Waiting for Your Turn" msgstr "In attesa del tuo turno" @@ -6175,6 +6306,15 @@ msgstr "Vuoi inviare link di firma eleganti come questo? <0>Scopri Documenso.Upgrade your account to continue!" msgstr "Hai raggiunto il limite massimo di {0} modelli diretti. <0>Aggiorna il tuo account per continuare!" @@ -6962,4 +7107,3 @@ msgstr "Il tuo token è stato creato con successo! Assicurati di copiarlo perch #: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:86 msgid "Your tokens will be shown here once you create them." msgstr "I tuoi token verranno mostrati qui una volta creati." - diff --git a/packages/lib/translations/pl/web.po b/packages/lib/translations/pl/web.po index cc97b7752..a90766662 100644 --- a/packages/lib/translations/pl/web.po +++ b/packages/lib/translations/pl/web.po @@ -22,7 +22,7 @@ msgstr "" msgid "\"{0}\" has invited you to sign \"example document\"." msgstr "Użytkownik \"{0}\" zaprosił Cię do podpisania \"przykładowego dokumentu\"." -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:74 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:71 msgid "\"{0}\" will appear on the document as it has a timezone of \"{timezone}\"." msgstr "\"{0}\" pojawi się w dokumencie, ponieważ ma strefę czasową \"{timezone}\"." @@ -46,7 +46,12 @@ msgstr "\"{documentTitle}\" został pomyślnie usunięty" msgid "\"{placeholderEmail}\" on behalf of \"{0}\" has invited you to sign \"example document\"." msgstr "\"{placeholderEmail}\" w imieniu \"{0}\" zaprosił Cię do podpisania \"przykładowego dokumentu\"." -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:330 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:271 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:326 +msgid "(You)" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:336 msgid "{0, plural, one {(1 character over)} other {(# characters over)}}" msgstr "{0, plural, one {(1 znak przekroczony)} few {(# znaki przekroczone)} many {(# znaków przekroczonych)} other {(# znaków przekroczonych)}}" @@ -125,7 +130,7 @@ msgstr "{0} w imieniu \"{1}\" zaprosił Cię do {recipientActionVerb} dokument msgid "{0} Recipient(s)" msgstr "{0} Odbiorca(ów)" -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:311 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:317 msgid "{charactersRemaining, plural, one {1 character remaining} other {{charactersRemaining} characters remaining}}" msgstr "{charactersRemaining, plural, one {Pozostał # znak} few {Pozostały {charactersRemaining} znaki} many {Pozostało {charactersRemaining} znaków} other {Pozostało {charactersRemaining} znaków}}" @@ -197,14 +202,18 @@ msgstr "{prefix} utworzył dokument" msgid "{prefix} deleted the document" msgstr "{prefix} usunął dokument" -#: packages/lib/utils/document-audit-logs.ts:351 +#: packages/lib/utils/document-audit-logs.ts:355 msgid "{prefix} moved the document to team" msgstr "{prefix} przeniósł dokument do zespołu" -#: packages/lib/utils/document-audit-logs.ts:335 +#: packages/lib/utils/document-audit-logs.ts:339 msgid "{prefix} opened the document" msgstr "{prefix} otworzył dokument" +#: packages/lib/utils/document-audit-logs.ts:319 +msgid "{prefix} prefilled a field" +msgstr "" + #: packages/lib/utils/document-audit-logs.ts:283 msgid "{prefix} removed a field" msgstr "{prefix} usunął pole" @@ -213,15 +222,15 @@ msgstr "{prefix} usunął pole" msgid "{prefix} removed a recipient" msgstr "{prefix} usunął odbiorcę" -#: packages/lib/utils/document-audit-logs.ts:381 +#: packages/lib/utils/document-audit-logs.ts:385 msgid "{prefix} resent an email to {0}" msgstr "{prefix} ponownie wysłał e-mail do {0}" -#: packages/lib/utils/document-audit-logs.ts:382 +#: packages/lib/utils/document-audit-logs.ts:386 msgid "{prefix} sent an email to {0}" msgstr "{prefix} wysłał e-mail do {0}" -#: packages/lib/utils/document-audit-logs.ts:347 +#: packages/lib/utils/document-audit-logs.ts:351 msgid "{prefix} sent the document" msgstr "{prefix} wysłał dokument" @@ -241,27 +250,27 @@ msgstr "{prefix} zaktualizowane pole" msgid "{prefix} updated a recipient" msgstr "{prefix} zaktualizowany odbiorca" -#: packages/lib/utils/document-audit-logs.ts:331 +#: packages/lib/utils/document-audit-logs.ts:335 msgid "{prefix} updated the document" msgstr "{prefix} zaktualizowany dokument" -#: packages/lib/utils/document-audit-logs.ts:323 +#: packages/lib/utils/document-audit-logs.ts:327 msgid "{prefix} updated the document access auth requirements" msgstr "{prefix} zaktualizowane wymagania dotyczące autoryzacji dostępu do dokumentu" -#: packages/lib/utils/document-audit-logs.ts:343 +#: packages/lib/utils/document-audit-logs.ts:347 msgid "{prefix} updated the document external ID" msgstr "{prefix} zaktualizowane ID zewnętrzne dokumentu" -#: packages/lib/utils/document-audit-logs.ts:327 +#: packages/lib/utils/document-audit-logs.ts:331 msgid "{prefix} updated the document signing auth requirements" msgstr "{prefix} zaktualizowane wymagania dotyczące autoryzacji podpisu dokumentu" -#: packages/lib/utils/document-audit-logs.ts:339 +#: packages/lib/utils/document-audit-logs.ts:343 msgid "{prefix} updated the document title" msgstr "{prefix} zaktualizowany tytuł dokumentu" -#: packages/lib/utils/document-audit-logs.ts:319 +#: packages/lib/utils/document-audit-logs.ts:323 msgid "{prefix} updated the document visibility" msgstr "{prefix} zaktualizowana widoczność dokumentu" @@ -318,27 +327,27 @@ msgstr "{teamName} zaprosił cię do {action} {documentName}" msgid "{teamName} ownership transfer request" msgstr "Prośba o przeniesienie własności zespołu {teamName}" -#: packages/lib/utils/document-audit-logs.ts:359 +#: packages/lib/utils/document-audit-logs.ts:363 msgid "{userName} approved the document" msgstr "{userName} zatwierdził dokument" -#: packages/lib/utils/document-audit-logs.ts:360 +#: packages/lib/utils/document-audit-logs.ts:364 msgid "{userName} CC'd the document" msgstr "{userName} dodał CC do dokumentu" -#: packages/lib/utils/document-audit-logs.ts:361 +#: packages/lib/utils/document-audit-logs.ts:365 msgid "{userName} completed their task" msgstr "{userName} zakończył swoje zadanie" -#: packages/lib/utils/document-audit-logs.ts:371 +#: packages/lib/utils/document-audit-logs.ts:375 msgid "{userName} rejected the document" msgstr "{userName} odrzucił dokument" -#: packages/lib/utils/document-audit-logs.ts:357 +#: packages/lib/utils/document-audit-logs.ts:361 msgid "{userName} signed the document" msgstr "{userName} podpisał dokument" -#: packages/lib/utils/document-audit-logs.ts:358 +#: packages/lib/utils/document-audit-logs.ts:362 msgid "{userName} viewed the document" msgstr "{userName} wyświetlił dokument" @@ -705,11 +714,11 @@ msgstr "Dodaj pola" msgid "Add more" msgstr "Dodaj więcej" -#: packages/ui/primitives/document-flow/add-signers.tsx:690 +#: packages/ui/primitives/document-flow/add-signers.tsx:696 msgid "Add myself" msgstr "Dodaj siebie" -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:644 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:714 msgid "Add Myself" msgstr "Dodaj siebie" @@ -718,7 +727,7 @@ msgstr "Dodaj siebie" msgid "Add passkey" msgstr "Dodaj klucz dostępu" -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:630 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:700 msgid "Add Placeholder Recipient" msgstr "Dodaj odbiorcę zastępczego" @@ -726,7 +735,7 @@ msgstr "Dodaj odbiorcę zastępczego" msgid "Add Placeholders" msgstr "Dodaj znaczniki" -#: packages/ui/primitives/document-flow/add-signers.tsx:679 +#: packages/ui/primitives/document-flow/add-signers.tsx:685 msgid "Add Signer" msgstr "Dodaj sygnatariusza" @@ -779,8 +788,8 @@ msgstr "Panel administratora" msgid "Advanced Options" msgstr "Opcje zaawansowane" -#: packages/ui/primitives/document-flow/add-fields.tsx:585 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:490 +#: packages/ui/primitives/document-flow/add-fields.tsx:593 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:506 msgid "Advanced settings" msgstr "Ustawienia zaawansowane" @@ -907,7 +916,7 @@ msgstr "Wystąpił błąd podczas tworzenia webhooka. Proszę spróbować ponown msgid "An error occurred while deleting the user." msgstr "Wystąpił błąd podczas usuwania użytkownika." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:120 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:124 msgid "An error occurred while disabling direct link signing." msgstr "Wystąpił błąd podczas dezaktywacji podpisywania za pomocą linku bezpośredniego." @@ -926,7 +935,7 @@ msgstr "Wystąpił błąd podczas pobierania dokumentu." msgid "An error occurred while duplicating template." msgstr "Wystąpił błąd podczas duplikowania szablonu." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:119 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:123 msgid "An error occurred while enabling direct link signing." msgstr "Wystąpił błąd podczas aktywacji podpisywania za pomocą linku bezpośredniego." @@ -950,25 +959,25 @@ msgstr "Wystąpił błąd podczas przenoszenia dokumentu." msgid "An error occurred while moving the template." msgstr "Wystąpił błąd podczas przenoszenia szablonu." -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:116 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:151 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:130 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:134 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:117 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:113 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:155 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:202 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:203 msgid "An error occurred while removing the field." msgstr "Wystąpił błąd podczas usuwania pola." -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:154 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:131 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:137 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:115 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:153 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:196 -#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:129 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:194 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:131 +msgid "An error occurred while removing the selection." +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:192 msgid "An error occurred while removing the signature." msgstr "Wystąpił błąd podczas usuwania podpisu." -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:197 -msgid "An error occurred while removing the text." -msgstr "Wystąpił błąd podczas usuwania tekstu." - #: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:326 msgid "An error occurred while sending the document." msgstr "Wystąpił błąd podczas wysyłania dokumentu." @@ -977,16 +986,28 @@ msgstr "Wystąpił błąd podczas wysyłania dokumentu." msgid "An error occurred while sending your confirmation email" msgstr "Wystąpił błąd podczas wysyłania e-maila potwierdzającego" -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:125 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:105 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:106 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:89 -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:90 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:127 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:151 -#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:102 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:168 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:169 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:121 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:102 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:90 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:86 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:128 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:152 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:174 +msgid "An error occurred while signing as assistant." +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:122 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:104 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:91 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:87 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:129 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:153 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:104 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:166 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:175 msgid "An error occurred while signing the document." msgstr "Wystąpił błąd podczas podpisywania dokumentu." @@ -999,7 +1020,7 @@ msgstr "Wystąpił błąd podczas próby utworzenia sesji zamówienia." msgid "An error occurred while updating the document settings." msgstr "Wystąpił błąd podczas aktualizowania ustawień dokumentu." -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:215 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:209 msgid "An error occurred while updating the signature." msgstr "Wystąpił błąd podczas aktualizowania podpisu." @@ -1080,12 +1101,12 @@ msgstr "Wersja aplikacji" msgid "Approve" msgstr "Zatwierdź" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:142 -#: packages/email/template-components/template-document-invite.tsx:105 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:183 +#: packages/email/template-components/template-document-invite.tsx:108 msgid "Approve Document" msgstr "Zatwierdź dokument" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:94 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:95 #: packages/lib/constants/recipient-roles.ts:9 msgid "Approved" msgstr "Zatwierdzono" @@ -1102,6 +1123,10 @@ msgstr "Zatwierdzający" msgid "Approving" msgstr "Zatwierdzanie" +#: apps/web/src/app/(signing)/sign/[token]/assistant/assistant-confirmation-dialog.tsx:46 +msgid "Are you sure you want to complete the document? This action cannot be undone. Please ensure that you have completed prefilling all relevant fields before proceeding." +msgstr "" + #: apps/web/src/components/(dashboard)/settings/token/delete-token-dialog.tsx:129 msgid "Are you sure you want to delete this token?" msgstr "Czy na pewno chcesz usunąć ten token?" @@ -1120,7 +1145,7 @@ msgstr "Czy na pewno chcesz usunąć ten zespół?" #: apps/web/src/app/(dashboard)/documents/delete-document-dialog.tsx:99 #: apps/web/src/app/(dashboard)/settings/teams/team-email-usage.tsx:94 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:449 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:453 #: 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 @@ -1128,6 +1153,40 @@ msgstr "Czy na pewno chcesz usunąć ten zespół?" msgid "Are you sure?" msgstr "Czy na pewno?" +#: packages/lib/constants/recipient-roles.ts:36 +msgid "Assist" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:184 +#: packages/email/template-components/template-document-invite.tsx:110 +msgid "Assist Document" +msgstr "" + +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:253 +msgid "Assist with signing" +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:39 +msgid "Assistant" +msgstr "" + +#: packages/ui/components/recipient/recipient-role-select.tsx:142 +msgid "Assistant role is only available when the document is in sequential signing mode." +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:40 +msgid "Assistants" +msgstr "" + +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:127 +#: packages/lib/constants/recipient-roles.ts:37 +msgid "Assisted" +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:38 +msgid "Assisting" +msgstr "" + #: apps/web/src/app/(dashboard)/admin/documents/[id]/admin-actions.tsx:66 msgid "Attempts sealing the document again, useful for after a code change has occurred to resolve an erroneous document." msgstr "Ponowne próby zapieczętowania dokumentu, przydatne po zmianie kodu w celu rozwiązania błędnego dokumentu." @@ -1157,7 +1216,7 @@ msgstr "Awatar został zaktualizowany" msgid "Awaiting email confirmation" msgstr "Czekam na potwierdzenie e-maila" -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:373 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:366 #: apps/web/src/components/(dashboard)/settings/layout/activity-back.tsx:20 #: apps/web/src/components/forms/v2/signup.tsx:513 msgid "Back" @@ -1279,6 +1338,10 @@ msgstr "Kontynuując z Twoim podpisem elektronicznym, przyjmujesz i zgadzasz si msgid "By using the electronic signature feature, you are consenting to conduct transactions and receive disclosures electronically. You acknowledge that your electronic signature on documents is binding and that you accept the terms outlined in the documents you are signing." msgstr "Korzystając z funkcji podpisu elektronicznego, wyrażasz zgodę na przeprowadzanie transakcji i otrzymywanie ujawnień elektronicznie. Przyjmujesz do wiadomości, że Twój podpis elektroniczny na dokumentach jest wiążący i akceptujesz warunki przedstawione w dokumentach, które podpisujesz." +#: packages/ui/components/recipient/recipient-role-select.tsx:128 +msgid "Can prepare" +msgstr "" + #: apps/web/src/app/(dashboard)/documents/_action-items/resend-document.tsx:185 #: apps/web/src/app/(dashboard)/documents/delete-document-dialog.tsx:191 #: apps/web/src/app/(dashboard)/documents/duplicate-document-dialog.tsx:107 @@ -1290,20 +1353,20 @@ msgstr "Korzystając z funkcji podpisu elektronicznego, wyrażasz zgodę na prze #: apps/web/src/app/(dashboard)/templates/delete-template-dialog.tsx:76 #: apps/web/src/app/(dashboard)/templates/duplicate-template-dialog.tsx:77 #: apps/web/src/app/(dashboard)/templates/move-template-dialog.tsx:131 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:466 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:470 #: apps/web/src/app/(signing)/sign/[token]/auto-sign.tsx:220 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-2fa.tsx:178 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-account.tsx:71 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-passkey.tsx:164 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-passkey.tsx:189 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:164 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:246 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:232 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:341 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:206 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:381 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:234 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:347 #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:153 #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:131 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:320 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:352 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:318 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:358 #: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-transfer-status.tsx:121 #: apps/web/src/components/(dashboard)/settings/token/delete-token-dialog.tsx:176 #: apps/web/src/components/(dashboard)/settings/webhooks/create-webhook-dialog.tsx:242 @@ -1332,7 +1395,7 @@ msgstr "Anuluj" msgid "Cancelled by user" msgstr "Anulowano przez użytkownika" -#: packages/ui/primitives/document-flow/add-signers.tsx:193 +#: packages/ui/primitives/document-flow/add-signers.tsx:199 msgid "Cannot remove signer" msgstr "Nie można usunąć sygnatariusza" @@ -1373,11 +1436,11 @@ msgstr "Wartości checkboxa" msgid "Checkout" msgstr "Kasa" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:266 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:270 msgid "Choose an existing recipient from below to continue" msgstr "Wybierz istniejącego odbiorcę, aby kontynuować" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:262 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:266 msgid "Choose Direct Link Recipient" msgstr "Wybierz odbiorcę bezpośredniego linku" @@ -1437,10 +1500,10 @@ msgstr "Kliknij tutaj, aby przesłać" msgid "Click to copy signing link for sending to recipient" msgstr "Kliknij, aby skopiować link podpisu do wysłania do odbiorcy" -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:179 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:128 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:180 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:174 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:481 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:360 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:440 msgid "Click to insert field" msgstr "Kliknij, aby wstawić pole" @@ -1460,7 +1523,7 @@ msgstr "Zamknij" #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:61 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:471 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:350 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:430 #: apps/web/src/components/forms/v2/signup.tsx:538 msgid "Complete" msgstr "Zakończono" @@ -1469,10 +1532,18 @@ msgstr "Zakończono" msgid "Complete Approval" msgstr "Zakończ zatwierdzanie" +#: apps/web/src/app/(signing)/sign/[token]/assistant/assistant-confirmation-dialog.tsx:43 +msgid "Complete Document" +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:69 msgid "Complete Signing" msgstr "Zakończ podpisywanie" +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:225 +msgid "Complete the fields for the following signers. Once reviewed, they will inform you if any modifications are needed." +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:68 msgid "Complete Viewing" msgstr "Zakończ wyświetlanie" @@ -1516,12 +1587,12 @@ msgstr "Skonfiguruj ogólne ustawienia szablonu." msgid "Configure template" msgstr "Skonfiguruj szablon" -#: packages/ui/primitives/document-flow/add-fields.tsx:586 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:491 +#: packages/ui/primitives/document-flow/add-fields.tsx:594 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:507 msgid "Configure the {0} field" msgstr "Skonfiguruj pole {0}" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:475 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:479 #: apps/web/src/components/templates/manage-public-template-dialog.tsx:458 msgid "Confirm" msgstr "Potwierdź" @@ -1565,6 +1636,7 @@ msgid "Content" msgstr "Treść" #: apps/web/src/app/(dashboard)/settings/security/passkeys/create-passkey-dialog.tsx:252 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:297 #: apps/web/src/app/(unauthenticated)/team/invite/[token]/page.tsx:135 #: apps/web/src/app/(unauthenticated)/team/verify/email/[token]/page.tsx:69 #: apps/web/src/app/(unauthenticated)/team/verify/email/[token]/page.tsx:143 @@ -1579,6 +1651,10 @@ msgstr "Kontynuuj" msgid "Continue by approving the document." msgstr "Kontynuuj, zatwierdzając dokument." +#: packages/email/template-components/template-document-invite.tsx:88 +msgid "Continue by assisting with the document." +msgstr "" + #: packages/email/template-components/template-document-completed.tsx:45 msgid "Continue by downloading the document." msgstr "Kontynuuj, pobierając dokument." @@ -1620,10 +1696,10 @@ msgstr "Kontroluje, czy certyfikat podpisu zostanie dołączony do dokumentu pod msgid "Copied" msgstr "Skopiowano" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:162 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:169 #: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:72 #: apps/web/src/app/(dashboard)/templates/template-direct-link-badge.tsx:31 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:159 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:163 #: apps/web/src/components/(dashboard)/avatar/avatar-with-recipient.tsx:40 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:61 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:117 @@ -1646,7 +1722,7 @@ msgstr "Skopiuj link" msgid "Copy sharable link" msgstr "Kopiuj udostępnianą link" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:391 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:395 msgid "Copy Shareable Link" msgstr "Kopiuj udostępniany link" @@ -1697,7 +1773,7 @@ msgstr "Utwórz jako oczekujące" msgid "Create Direct Link" msgstr "Utwórz bezpośredni link" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:197 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:201 msgid "Create Direct Signing Link" msgstr "Utwórz bezpośredni link do podpisu" @@ -1709,7 +1785,7 @@ msgstr "Utwórz dokument z szablonu" msgid "Create now" msgstr "Utwórz teraz" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:346 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:350 msgid "Create one automatically" msgstr "Utwórz jeden automatycznie" @@ -1754,7 +1830,7 @@ msgid "Create your account and start using state-of-the-art document signing. Op msgstr "Utwórz swoje konto i zacznij korzystać z nowoczesnego podpisywania dokumentów. Otwarty i piękny podpis jest w zasięgu ręki." #: apps/web/src/app/(dashboard)/admin/documents/document-results.tsx:62 -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:112 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:113 #: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-information.tsx:36 #: apps/web/src/app/(dashboard)/documents/data-table.tsx:48 #: apps/web/src/app/(dashboard)/settings/security/passkeys/user-passkeys-data-table.tsx:63 @@ -1811,10 +1887,10 @@ msgid "Dark Mode" msgstr "Tryb ciemny" #: apps/web/src/app/(dashboard)/settings/security/activity/user-security-activity-data-table.tsx:67 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:153 -#: packages/ui/primitives/document-flow/add-fields.tsx:945 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:152 +#: packages/ui/primitives/document-flow/add-fields.tsx:951 #: packages/ui/primitives/document-flow/types.ts:53 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:810 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:826 msgid "Date" msgstr "Data" @@ -1967,19 +2043,19 @@ msgstr "Bezpośredni link" msgid "direct link disabled" msgstr "link bezpośredni wyłączony" -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:577 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:647 msgid "Direct link receiver" msgstr "Odbiorca linku bezpośredniego" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:357 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:361 msgid "Direct Link Signing" msgstr "Podpisywanie bezpośrednim linkiem" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:111 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:115 msgid "Direct link signing has been disabled" msgstr "Podpisywanie bezpośrednim linkiem zostało wyłączone" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:110 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:114 msgid "Direct link signing has been enabled" msgstr "Podpisywanie za pomocą linku bezpośredniego zostało włączone" @@ -1987,11 +2063,11 @@ msgstr "Podpisywanie za pomocą linku bezpośredniego zostało włączone" 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 "Szablony linków bezpośrednich zawierają jedno dynamiczne miejsce odbiorcy. Każdy, kto ma dostęp do tego linku, może podpisać dokument, a następnie pojawi się on na stronie twoich dokumentów." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:138 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:142 msgid "Direct template link deleted" msgstr "Link szablonu bezpośredniego usunięty" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:223 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:227 msgid "Direct template link usage exceeded ({0}/{1})" msgstr "Przekroczono użycie linku szablonu bezpośredniego ({0}/{1})" @@ -2023,7 +2099,7 @@ msgstr "Wyłącz dwuskładnikowe uwierzytelnianie przed usunięciem konta." msgid "Disabled" msgstr "Wyłączone" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:374 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:378 msgid "Disabling direct link signing will prevent anyone from accessing the link." msgstr "Wyłączenie podpisywania za pomocą linku bezpośredniego uniemożliwi dostęp do linku." @@ -2070,7 +2146,7 @@ msgstr "Dokument \"{0}\" - Odrzucenie potwierdzone" msgid "Document access" msgstr "Dostęp do dokumentu" -#: packages/lib/utils/document-audit-logs.ts:322 +#: packages/lib/utils/document-audit-logs.ts:326 msgid "Document access auth updated" msgstr "Zaktualizowano autoryzację dostępu do dokumentu" @@ -2089,8 +2165,8 @@ msgid "Document Cancelled" msgstr "Dokument anulowany" #: apps/web/src/components/formatter/document-status.tsx:29 -#: packages/lib/utils/document-audit-logs.ts:385 -#: packages/lib/utils/document-audit-logs.ts:386 +#: packages/lib/utils/document-audit-logs.ts:389 +#: packages/lib/utils/document-audit-logs.ts:390 msgid "Document completed" msgstr "Dokument ukończony" @@ -2153,7 +2229,7 @@ msgstr "Szkic dokumentu" msgid "Document Duplicated" msgstr "Dokument zduplikowany" -#: packages/lib/utils/document-audit-logs.ts:342 +#: packages/lib/utils/document-audit-logs.ts:346 msgid "Document external ID updated" msgstr "Zaktualizowane ID zewnętrzne dokumentu" @@ -2183,7 +2259,7 @@ msgstr "Metryki dokumentów" msgid "Document moved" msgstr "Dokument przeniesiony" -#: packages/lib/utils/document-audit-logs.ts:350 +#: packages/lib/utils/document-audit-logs.ts:354 msgid "Document moved to team" msgstr "Dokument przeniesiony do zespołu" @@ -2191,7 +2267,7 @@ msgstr "Dokument przeniesiony do zespołu" msgid "Document no longer available to sign" msgstr "Dokument nie jest już dostępny do podpisania" -#: packages/lib/utils/document-audit-logs.ts:334 +#: packages/lib/utils/document-audit-logs.ts:338 msgid "Document opened" msgstr "Dokument otwarty" @@ -2221,7 +2297,7 @@ msgid "Document resealed" msgstr "Dokument ponownie zaplombowany" #: apps/web/src/app/(dashboard)/documents/[id]/edit-document.tsx:303 -#: packages/lib/utils/document-audit-logs.ts:346 +#: packages/lib/utils/document-audit-logs.ts:350 msgid "Document sent" msgstr "Dokument wysłany" @@ -2229,7 +2305,7 @@ msgstr "Dokument wysłany" msgid "Document Signed" msgstr "Dokument podpisany" -#: packages/lib/utils/document-audit-logs.ts:326 +#: packages/lib/utils/document-audit-logs.ts:330 msgid "Document signing auth updated" msgstr "Zaktualizowano autoryzację podpisu dokumentu" @@ -2245,11 +2321,11 @@ msgstr "Status dokumentu" msgid "Document title" msgstr "Tytuł dokumentu" -#: packages/lib/utils/document-audit-logs.ts:338 +#: packages/lib/utils/document-audit-logs.ts:342 msgid "Document title updated" msgstr "Zaktualizowano tytuł dokumentu" -#: packages/lib/utils/document-audit-logs.ts:330 +#: packages/lib/utils/document-audit-logs.ts:334 msgid "Document updated" msgstr "Zaktualizowano dokument" @@ -2265,7 +2341,7 @@ msgstr "Przesłano dokument" msgid "Document Viewed" msgstr "Dokument został wyświetlony" -#: packages/lib/utils/document-audit-logs.ts:318 +#: packages/lib/utils/document-audit-logs.ts:322 msgid "Document visibility updated" msgstr "Zaktualizowano widoczność dokumentu" @@ -2348,8 +2424,8 @@ msgstr "Szkice dokumentów" msgid "Drag & drop your PDF here." msgstr "Przeciągnij i upuść swój PDF tutaj." -#: packages/ui/primitives/document-flow/add-fields.tsx:1076 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:941 +#: packages/ui/primitives/document-flow/add-fields.tsx:1082 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:957 msgid "Dropdown" msgstr "Lista rozwijana" @@ -2407,9 +2483,9 @@ msgstr "Ujawnienie podpisu elektronicznego" #: 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:119 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:131 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:133 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:407 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:287 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:363 #: apps/web/src/components/(teams)/dialogs/add-team-email-dialog.tsx:169 #: apps/web/src/components/(teams)/dialogs/update-team-email-dialog.tsx:153 #: apps/web/src/components/forms/forgot-password.tsx:81 @@ -2417,13 +2493,13 @@ msgstr "Ujawnienie podpisu elektronicznego" #: apps/web/src/components/forms/signin.tsx:339 #: apps/web/src/components/forms/signup.tsx:176 #: packages/lib/constants/document.ts:28 -#: packages/ui/primitives/document-flow/add-fields.tsx:893 -#: packages/ui/primitives/document-flow/add-signers.tsx:511 -#: packages/ui/primitives/document-flow/add-signers.tsx:518 +#: packages/ui/primitives/document-flow/add-fields.tsx:899 +#: packages/ui/primitives/document-flow/add-signers.tsx:513 +#: packages/ui/primitives/document-flow/add-signers.tsx:520 #: packages/ui/primitives/document-flow/types.ts:54 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:758 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:470 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:477 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:774 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:537 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:544 msgid "Email" msgstr "Adres e-mail" @@ -2449,11 +2525,11 @@ msgstr "E-mail potwierdzony!" msgid "Email Options" msgstr "Opcje e-mail" -#: packages/lib/utils/document-audit-logs.ts:379 +#: packages/lib/utils/document-audit-logs.ts:383 msgid "Email resent" msgstr "E-mail wysłany ponownie" -#: packages/lib/utils/document-audit-logs.ts:379 +#: packages/lib/utils/document-audit-logs.ts:383 msgid "Email sent" msgstr "E-mail wysłany" @@ -2469,7 +2545,7 @@ msgstr "Weryfikacja e-mailu została usunięta" msgid "Email verification has been resent" msgstr "Weryfikacja e-mailu została ponownie wysłana" -#: packages/ui/primitives/document-flow/add-fields.tsx:1141 +#: packages/ui/primitives/document-flow/add-fields.tsx:1147 msgid "Empty field" msgstr "Puste pole" @@ -2495,17 +2571,17 @@ msgstr "Włącz aplikację uwierzytelniającą" msgid "Enable custom branding for all documents in this team." msgstr "Włącz niestandardowe brandowanie dla wszystkich dokumentów w tym zespole." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:246 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:250 msgid "Enable direct link signing" msgstr "Włącz podpisywanie za pomocą bezpośredniego linku" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:368 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:372 #: packages/lib/constants/template.ts:8 msgid "Enable Direct Link Signing" msgstr "Włącz podpisywanie linku bezpośredniego" -#: packages/ui/primitives/document-flow/add-signers.tsx:400 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:369 +#: packages/ui/primitives/document-flow/add-signers.tsx:402 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:436 msgid "Enable signing order" msgstr "Włącz kolejność podpisów" @@ -2513,8 +2589,8 @@ msgstr "Włącz kolejność podpisów" msgid "Enable Typed Signature" msgstr "Włącz podpis pisany" -#: packages/ui/primitives/document-flow/add-fields.tsx:813 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:678 +#: packages/ui/primitives/document-flow/add-fields.tsx:819 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:694 msgid "Enable Typed Signatures" msgstr "Włącz podpisy typu pisanego" @@ -2559,7 +2635,7 @@ msgstr "Wprowadź swój adres e-mail, aby otrzymać ukończony dokument." msgid "Enter your name" msgstr "Wprowadź swoje imię" -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:293 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:299 msgid "Enter your text here" msgstr "Wprowadź swój tekst tutaj" @@ -2581,28 +2657,28 @@ msgstr "Wprowadź swój tekst tutaj" #: apps/web/src/app/(dashboard)/templates/move-template-dialog.tsx:68 #: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:187 #: apps/web/src/app/(signing)/sign/[token]/auto-sign.tsx:152 -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:124 -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:153 -#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:214 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:104 -#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:130 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:105 -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:136 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:119 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:150 +#: apps/web/src/app/(signing)/sign/[token]/checkbox-field.tsx:208 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:101 +#: apps/web/src/app/(signing)/sign/[token]/date-field.tsx:129 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:100 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:133 #: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:88 -#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:114 -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:89 -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:115 +#: apps/web/src/app/(signing)/sign/[token]/email-field.tsx:116 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:84 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:112 #: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:126 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:152 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:154 #: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:150 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:195 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:201 #: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:101 -#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:128 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:133 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:167 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:193 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:168 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:196 +#: apps/web/src/app/(signing)/sign/[token]/radio-field.tsx:130 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:131 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:165 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:191 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:172 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:202 #: apps/web/src/components/(dashboard)/layout/verify-email-banner.tsx:54 #: apps/web/src/components/(dashboard)/settings/webhooks/create-webhook-dialog.tsx:101 #: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:224 @@ -2686,6 +2762,10 @@ msgstr "Etykieta pola" msgid "Field placeholder" msgstr "Zastępczy tekst pola" +#: packages/lib/utils/document-audit-logs.ts:318 +msgid "Field prefilled by assistant" +msgstr "" + #: packages/lib/utils/document-audit-logs.ts:310 msgid "Field signed" msgstr "Pole podpisane" @@ -2737,11 +2817,11 @@ msgstr "Zapomniałeś swoje hasło?" msgid "Free Signature" msgstr "Podpis wolny" -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:330 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:191 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:210 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:322 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:326 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:212 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:392 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:272 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:348 #: apps/web/src/components/forms/profile.tsx:101 #: apps/web/src/components/forms/v2/signup.tsx:316 msgid "Full Name" @@ -2796,18 +2876,35 @@ msgstr "Przejdź do swojego <0>ustawienia profilu publicznego, aby dodać do msgid "Green" msgstr "Zielony" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:107 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:120 msgid "has invited you to approve this document" msgstr "Zaproszono Cię do zatwierdzenia tego dokumentu" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:98 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:129 +msgid "has invited you to assist this document" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:111 msgid "has invited you to sign this document" msgstr "Zaproszono Cię do podpisania tego dokumentu" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:89 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:102 msgid "has invited you to view this document" msgstr "Zaproszono Cię do wyświetlenia tego dokumentu" +#: packages/ui/primitives/document-flow/add-signers.tsx:262 +#: packages/ui/primitives/document-flow/add-signers.tsx:300 +#: packages/ui/primitives/document-flow/add-signers.tsx:339 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:234 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:331 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:367 +msgid "Having an assistant as the last signer means they will be unable to take any action as there are no subsequent signers to assist." +msgstr "" + +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:278 +msgid "Help complete the document for other signers." +msgstr "" + #: apps/web/src/app/(dashboard)/settings/profile/page.tsx:29 msgid "Here you can edit your personal details." msgstr "Tutaj możesz edytować szczegóły konta." @@ -2824,7 +2921,7 @@ msgstr "Tutaj możesz ustawić preferencje i domyślne ustawienia dla brandowani msgid "Here you can set preferences and defaults for your team." msgstr "Tutaj możesz ustawić preferencje i domyślne ustawienia dla swojego zespołu." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:201 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:205 msgid "Here's how it works:" msgstr "Oto jak to działa:" @@ -2850,19 +2947,23 @@ msgstr "Ukryj" msgid "Hide additional information" msgstr "Ukryj dodatkowe informacje" -#: packages/lib/constants/recipient-roles.ts:44 +#: packages/lib/constants/recipient-roles.ts:58 msgid "I am a signer of this document" msgstr "Jestem sygnatariuszem tego dokumentu" -#: packages/lib/constants/recipient-roles.ts:47 +#: packages/lib/constants/recipient-roles.ts:61 msgid "I am a viewer of this document" msgstr "Jestem widzem tego dokumentu" -#: packages/lib/constants/recipient-roles.ts:45 +#: packages/lib/constants/recipient-roles.ts:59 msgid "I am an approver of this document" msgstr "Jestem zatwierdzającym tego dokumentu" -#: packages/lib/constants/recipient-roles.ts:46 +#: packages/lib/constants/recipient-roles.ts:62 +msgid "I am an assistant of this document" +msgstr "" + +#: packages/lib/constants/recipient-roles.ts:60 msgid "I am required to receive a copy of this document" msgstr "Muszę otrzymać kopię tego dokumentu" @@ -2913,7 +3014,7 @@ msgstr "Informacje" msgid "Inherit authentication method" msgstr "Przechwyć metodę uwierzytelniania" -#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:132 +#: apps/web/src/app/(signing)/sign/[token]/initials-field.tsx:129 #: packages/ui/primitives/document-flow/types.ts:51 msgid "Initials" msgstr "Inicjały" @@ -3013,6 +3114,10 @@ msgstr "Wydaje się, że nie podano tokena, jeśli próbujesz zweryfikować swó msgid "It seems that there is no token provided. Please check your email and try again." msgstr "Wydaje się, że nie podano tokena. Proszę sprawdź swoją pocztę i spróbuj ponownie." +#: apps/web/src/app/embed/waiting-for-turn.tsx:36 +msgid "It's currently not your turn to sign. Please check back soon as this document should be available for you to sign shortly." +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/waiting/page.tsx:74 msgid "It's currently not your turn to sign. You will receive an email with instructions once it's your turn to sign the document." msgstr "Obecnie nie jest Twój czas na podpisanie dokumentu. Otrzymasz e-mail z instrukcjami, gdy przyjdzie Twój czas na podpisanie dokumentu." @@ -3196,7 +3301,7 @@ msgstr "Zarządzaj subskrypcją zespołu." msgid "Manage teams" msgstr "Zarządzaj zespołami" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:361 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:365 msgid "Manage the direct link signing for this template" msgstr "Zarządzaj podpisywaniem bezpośredniego linku dla tego szablonu" @@ -3264,7 +3369,7 @@ msgstr "Wiadomość <0>(Opcjonalnie)" msgid "Min" msgstr "Min" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:55 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:56 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-recipients.tsx:35 msgid "Modify recipients" msgstr "Modyfikuj odbiorców" @@ -3310,7 +3415,7 @@ msgid "My templates" msgstr "Moje szablony" #: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:148 -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:56 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:57 #: apps/web/src/app/(dashboard)/admin/users/[id]/page.tsx:101 #: 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 @@ -3318,17 +3423,17 @@ msgstr "Moje szablony" #: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:299 #: apps/web/src/app/(dashboard)/templates/use-template-dialog.tsx:306 #: apps/web/src/app/(signing)/sign/[token]/complete/claim-account.tsx:118 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:175 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:177 #: apps/web/src/components/(teams)/dialogs/add-team-email-dialog.tsx:153 #: apps/web/src/components/(teams)/dialogs/update-team-email-dialog.tsx:141 #: apps/web/src/components/forms/signup.tsx:160 -#: packages/ui/primitives/document-flow/add-fields.tsx:919 -#: packages/ui/primitives/document-flow/add-signers.tsx:549 -#: packages/ui/primitives/document-flow/add-signers.tsx:555 +#: packages/ui/primitives/document-flow/add-fields.tsx:925 +#: packages/ui/primitives/document-flow/add-signers.tsx:551 +#: packages/ui/primitives/document-flow/add-signers.tsx:557 #: packages/ui/primitives/document-flow/types.ts:55 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:784 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:505 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:511 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:800 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:572 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:578 msgid "Name" msgstr "Nazwa" @@ -3336,15 +3441,15 @@ msgstr "Nazwa" msgid "Need to sign documents?" msgstr "Potrzebujesz podpisać dokumenty?" -#: packages/ui/components/recipient/recipient-role-select.tsx:52 +#: packages/ui/components/recipient/recipient-role-select.tsx:55 msgid "Needs to approve" msgstr "Wymaga zatwierdzenia" -#: packages/ui/components/recipient/recipient-role-select.tsx:31 +#: packages/ui/components/recipient/recipient-role-select.tsx:34 msgid "Needs to sign" msgstr "Wymaga podpisania" -#: packages/ui/components/recipient/recipient-role-select.tsx:73 +#: packages/ui/components/recipient/recipient-role-select.tsx:76 msgid "Needs to view" msgstr "Wymaga obejrzenia" @@ -3366,7 +3471,7 @@ msgid "New Template" msgstr "Nowy szablon" #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:462 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:341 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:419 #: apps/web/src/components/forms/v2/signup.tsx:525 msgid "Next" msgstr "Dalej" @@ -3399,20 +3504,20 @@ msgstr "Brak ostatnich aktywności" msgid "No recent documents" msgstr "Brak ostatnich dokumentów" -#: packages/ui/primitives/document-flow/add-fields.tsx:705 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:598 +#: packages/ui/primitives/document-flow/add-fields.tsx:711 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:614 msgid "No recipient matching this description was found." msgstr "Nie znaleziono odbiorcy pasującego do tego opisu." -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:70 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:71 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-recipients.tsx:49 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:96 #: packages/ui/primitives/document-flow/add-subject.tsx:215 msgid "No recipients" msgstr "Brak odbiorców" -#: packages/ui/primitives/document-flow/add-fields.tsx:720 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:613 +#: packages/ui/primitives/document-flow/add-fields.tsx:726 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:629 msgid "No recipients with this role" msgstr "Brak odbiorców z tą rolą" @@ -3443,7 +3548,7 @@ msgstr "Nie podano tokena" msgid "No valid direct templates found" msgstr "Nie znaleziono ważnych szablonów bezpośrednich" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:288 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:292 msgid "No valid recipients found" msgstr "Nie znaleziono ważnych odbiorców" @@ -3471,10 +3576,10 @@ msgstr "Nieobsługiwane" msgid "Nothing to do" msgstr "Nic do zrobienia" -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:284 -#: packages/ui/primitives/document-flow/add-fields.tsx:997 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:290 +#: packages/ui/primitives/document-flow/add-fields.tsx:1003 #: packages/ui/primitives/document-flow/types.ts:56 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:862 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:878 msgid "Number" msgstr "Numer" @@ -3482,15 +3587,19 @@ msgstr "Numer" msgid "Number format" msgstr "Format liczby" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:116 msgid "on behalf of \"{0}\" has invited you to approve this document" msgstr "W imieniu \"{0}\" zaproszono Cię do zatwierdzenia tego dokumentu" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:94 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:125 +msgid "on behalf of \"{0}\" has invited you to assist this document" +msgstr "" + +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:107 msgid "on behalf of \"{0}\" has invited you to sign this document" msgstr "W imieniu \"{0}\" zaproszono Cię do podpisania tego dokumentu" -#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:85 +#: apps/web/src/app/(signing)/sign/[token]/signing-page-view.tsx:98 msgid "on behalf of \"{0}\" has invited you to view this document" msgstr "W imieniu \"{0}\" zaproszono Cię do wyświetlenia tego dokumentu" @@ -3556,7 +3665,7 @@ msgstr "Ups! Coś poszło nie tak." msgid "Opened" msgstr "Otwarto" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:332 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:336 #: apps/web/src/components/forms/signup.tsx:239 #: apps/web/src/components/forms/signup.tsx:263 #: apps/web/src/components/forms/v2/signup.tsx:387 @@ -3680,7 +3789,7 @@ msgstr "Płatność jest wymagana do zakończenia tworzenia zespołu." msgid "Payment overdue" msgstr "Płatność zaległa" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:131 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:138 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-documents-table.tsx:205 #: apps/web/src/components/(teams)/tables/teams-member-page-data-table.tsx:82 #: apps/web/src/components/(teams)/tables/user-settings-teams-page-data-table.tsx:77 @@ -3760,6 +3869,10 @@ msgstr "Proszę {recipientActionVerb} Twój dokument" msgid "Please check the CSV file and make sure it is according to our format" msgstr "Proszę sprawdzić plik CSV i upewnić się, że jest zgodny z naszym formatem" +#: apps/web/src/app/embed/waiting-for-turn.tsx:43 +msgid "Please check with the parent application for more information." +msgstr "" + #: apps/web/src/app/(signing)/sign/[token]/waiting/page.tsx:81 msgid "Please check your email for updates." msgstr "Proszę sprawdzić swój email w celu aktualizacji." @@ -3789,11 +3902,11 @@ msgstr "Wpisz nazwę tokena. Pomoże to później w jego identyfikacji." msgid "Please enter a valid name." msgstr "Proszę wpisać poprawną nazwę." -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:148 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:190 msgid "Please mark as viewed to complete" msgstr "Proszę zaznaczyć jako obejrzane, aby zakończyć" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:453 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:457 msgid "Please note that proceeding will remove direct linking recipient and turn it into a placeholder." msgstr "Proszę zauważyć, że kontynuowanie usunie bezpośrednio łączącego odbiorcę i zamieni go w symbol zastępczy." @@ -3833,7 +3946,7 @@ msgstr "Proszę podać token z aplikacji uwierzytelniającej lub kod zapasowy. J msgid "Please provide a token from your authenticator, or a backup code." msgstr "Proszę podać token z Twojego uwierzytelniacza lub kod zapasowy." -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:182 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:314 msgid "Please review the document before signing." msgstr "Proszę przejrzeć dokument przed podpisaniem." @@ -3954,7 +4067,7 @@ msgstr "Wartości radiowe" msgid "Read only" msgstr "Tylko do odczytu" -#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:144 +#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:145 msgid "Read only field" msgstr "Pole tylko do odczytu" @@ -3962,7 +4075,7 @@ msgstr "Pole tylko do odczytu" msgid "Read the full <0>signature disclosure." msgstr "Przeczytaj pełne <0>ujawnienie podpisu." -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:106 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:107 msgid "Ready" msgstr "Gotowy" @@ -3970,7 +4083,7 @@ msgstr "Gotowy" msgid "Reason" msgstr "Powód" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:146 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:153 msgid "Reason for rejection:" msgstr "Powód odrzucenia:" @@ -3986,7 +4099,7 @@ msgstr "Powód musi mieć mniej niż 500 znaków" msgid "Reauthentication is required to sign this field" msgstr "Wymagana jest ponowna autoryzacja, aby podpisać to pole" -#: packages/ui/components/recipient/recipient-role-select.tsx:95 +#: packages/ui/components/recipient/recipient-role-select.tsx:98 msgid "Receives copy" msgstr "Otrzymuje kopię" @@ -4001,9 +4114,9 @@ msgstr "Ostatnie dokumenty" #: apps/web/src/app/(dashboard)/documents/data-table.tsx:63 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-documents-table.tsx:114 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:275 -#: packages/lib/utils/document-audit-logs.ts:354 -#: packages/lib/utils/document-audit-logs.ts:369 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:279 +#: packages/lib/utils/document-audit-logs.ts:358 +#: packages/lib/utils/document-audit-logs.ts:373 msgid "Recipient" msgstr "Odbiorca" @@ -4030,7 +4143,7 @@ msgid "Recipient updated" msgstr "Odbiorca zaktualizowany" #: apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx:66 -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:49 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:50 #: apps/web/src/app/(dashboard)/templates/[id]/template-page-view-recipients.tsx:30 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/audit-log/page.tsx:140 msgid "Recipients" @@ -4070,11 +4183,11 @@ msgstr "Rejestracja zakończona sukcesem" #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:109 #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:116 #: apps/web/src/app/(signing)/sign/[token]/reject-document-dialog.tsx:162 -#: packages/email/template-components/template-document-invite.tsx:95 +#: packages/email/template-components/template-document-invite.tsx:98 msgid "Reject Document" msgstr "Odrzuć dokument" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:141 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:148 #: apps/web/src/components/(dashboard)/avatar/stack-avatars-with-tooltip.tsx:101 msgid "Rejected" msgstr "Odrzucony" @@ -4108,9 +4221,9 @@ msgid "Reminder: Please {recipientActionVerb} your document" msgstr "Przypomnienie: Proszę {recipientActionVerb} Twój dokument" #: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:188 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:425 -#: 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/(dashboard)/templates/template-direct-link-dialog.tsx:429 +#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:157 +#: apps/web/src/app/(signing)/sign/[token]/signing-field-container.tsx:181 #: 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 @@ -4119,7 +4232,7 @@ msgstr "Przypomnienie: Proszę {recipientActionVerb} Twój dokument" #: apps/web/src/components/(teams)/tables/team-members-data-table.tsx:165 #: apps/web/src/components/forms/avatar-image.tsx:166 #: apps/web/src/components/templates/template-bulk-send-dialog.tsx:217 -#: packages/ui/primitives/document-flow/add-fields.tsx:1128 +#: packages/ui/primitives/document-flow/add-fields.tsx:1134 msgid "Remove" msgstr "Usuń" @@ -4238,7 +4351,7 @@ msgstr "Cofnij" msgid "Revoke access" msgstr "Cofnij dostęp" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:278 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:282 #: 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:80 @@ -4256,16 +4369,16 @@ msgstr "Role" msgid "Rows per page" msgstr "Wiersze na stronę" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:440 -#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:350 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:361 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:444 +#: apps/web/src/app/(signing)/sign/[token]/number-field.tsx:356 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:367 #: 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:305 #: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:322 msgid "Save" msgstr "Zapisz" -#: packages/ui/primitives/template-flow/add-template-fields.tsx:974 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:990 msgid "Save Template" msgstr "Zapisz szablon" @@ -4280,7 +4393,7 @@ msgstr "Szukaj" msgid "Search by document title" msgstr "Szukaj tytułu dokumentu" -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:174 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:175 #: apps/web/src/app/(dashboard)/admin/users/data-table-users.tsx:144 msgid "Search by name or email" msgstr "Szukaj nazwy lub adresu e-mail" @@ -4308,7 +4421,7 @@ msgstr "Bezpieczeństwo" msgid "Security activity" msgstr "Aktywność bezpieczeństwa" -#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:194 +#: apps/web/src/app/(signing)/sign/[token]/dropdown-field.tsx:191 #: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:115 #: packages/ui/primitives/document-flow/types.ts:59 msgid "Select" @@ -4426,7 +4539,7 @@ msgstr "Wysyłanie e-maila resetującego..." msgid "Sending..." msgstr "Wysyłanie..." -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:101 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:102 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:258 msgid "Sent" msgstr "Wysłano" @@ -4476,8 +4589,8 @@ msgstr "Pokaż" msgid "Show additional information" msgstr "Pokaż dodatkowe informacje" -#: packages/ui/primitives/document-flow/add-signers.tsx:707 -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:661 +#: packages/ui/primitives/document-flow/add-signers.tsx:713 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:731 msgid "Show advanced settings" msgstr "Pokaż ustawienia zaawansowane" @@ -4495,30 +4608,30 @@ msgstr "Pokaż szablony w profilu publicznym zespołu, aby szybko podpisać doku #: apps/web/src/app/(profile)/p/[url]/page.tsx:192 #: apps/web/src/app/(signing)/sign/[token]/auto-sign.tsx:229 #: apps/web/src/app/(signing)/sign/[token]/document-action-auth-2fa.tsx:182 -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:241 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:243 #: apps/web/src/app/(signing)/sign/[token]/sign-dialog.tsx:142 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:328 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:326 #: apps/web/src/components/ui/user-profile-skeleton.tsx:75 #: apps/web/src/components/ui/user-profile-timur.tsx:81 #: packages/lib/constants/recipient-roles.ts:22 msgid "Sign" msgstr "Podpisz" -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:278 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:276 msgid "Sign as {0} <0>({1})" msgstr "Podpisz jako {0} <0>({1})" -#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:200 +#: apps/web/src/app/(signing)/sign/[token]/name-field.tsx:202 msgid "Sign as<0>{0} <1>({1})" msgstr "Podpisz jako<0>{0} <1>({1})" #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:360 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:240 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:255 msgid "Sign document" msgstr "Podpisz dokument" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:141 -#: packages/email/template-components/template-document-invite.tsx:103 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:182 +#: packages/email/template-components/template-document-invite.tsx:106 msgid "Sign Document" msgstr "Podpisz dokument" @@ -4548,7 +4661,7 @@ msgid "Sign Out" msgstr "Wyloguj" #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:381 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:261 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:280 msgid "Sign the document to complete the process." msgstr "Podpisz dokument, aby zakończyć proces." @@ -4572,17 +4685,17 @@ msgstr "Zarejestruj się za pomocą OIDC" #: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:88 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:179 -#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:342 -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:205 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:251 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:286 +#: apps/web/src/app/(recipient)/d/[token]/sign-direct-template.tsx:334 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:340 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:249 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:284 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:422 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:301 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:377 #: apps/web/src/components/forms/profile.tsx:123 -#: packages/ui/primitives/document-flow/add-fields.tsx:841 +#: packages/ui/primitives/document-flow/add-fields.tsx:847 #: packages/ui/primitives/document-flow/field-icon.tsx:52 #: packages/ui/primitives/document-flow/types.ts:49 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:706 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:722 msgid "Signature" msgstr "Podpis" @@ -4590,10 +4703,10 @@ msgstr "Podpis" msgid "Signature ID" msgstr "Identyfikator podpisu" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:229 -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:303 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:364 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:301 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:448 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:327 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:403 msgid "Signature is too small. Please provide a more complete signature." msgstr "Podpis jest zbyt mały. Proszę podać bardziej kompletny podpis." @@ -4605,7 +4718,7 @@ msgstr "Zebrane podpisy" msgid "Signatures will appear once the document has been completed" msgstr "Podpisy pojawią się po ukończeniu dokumentu" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:114 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:115 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:280 #: apps/web/src/components/document/document-read-only-fields.tsx:84 #: packages/lib/constants/recipient-roles.ts:23 @@ -4645,6 +4758,10 @@ msgstr "Certyfikat podpisu dostarczony przez" msgid "Signing Complete!" msgstr "Podpisywanie zakończone!" +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:293 +msgid "Signing for" +msgstr "" + #: apps/web/src/components/forms/signin.tsx:384 #: apps/web/src/components/forms/signin.tsx:511 msgid "Signing in..." @@ -4659,11 +4776,16 @@ msgstr "Linki do podpisania" msgid "Signing links have been generated for this document." msgstr "Linki do podpisania zostały wygenerowane dla tego dokumentu." +#: packages/ui/primitives/document-flow/add-signers.tsx:281 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:348 +msgid "Signing order is enabled." +msgstr "" + #: apps/web/src/components/forms/signup.tsx:231 msgid "Signing up..." msgstr "Rejestracja..." -#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:90 +#: apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx:91 #: apps/web/src/app/(dashboard)/admin/leaderboard/page.tsx:46 msgid "Signing Volume" msgstr "Liczba podpisów" @@ -4708,9 +4830,9 @@ msgstr "Niektórzy sygnatariusze nie zostali przypisani do pola podpisu. Przypis #: apps/web/src/app/(dashboard)/settings/teams/team-email-usage.tsx:44 #: apps/web/src/app/(dashboard)/templates/delete-template-dialog.tsx:45 #: apps/web/src/app/(dashboard)/templates/new-template-dialog.tsx:78 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:100 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:123 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:147 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:104 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:127 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:151 #: apps/web/src/app/(recipient)/d/[token]/direct-template.tsx:118 #: apps/web/src/app/(recipient)/d/[token]/signing-auth-page.tsx:27 #: apps/web/src/app/(signing)/sign/[token]/signing-auth-page.tsx:38 @@ -4719,7 +4841,7 @@ msgstr "Niektórzy sygnatariusze nie zostali przypisani do pola podpisu. Przypis #: 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:262 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:144 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:155 #: apps/web/src/components/(teams)/dialogs/create-team-checkout-dialog.tsx:50 #: apps/web/src/components/(teams)/dialogs/create-team-checkout-dialog.tsx:99 #: apps/web/src/components/(teams)/dialogs/invite-team-member-dialog.tsx:210 @@ -4813,6 +4935,10 @@ msgstr "Temat <0>(Opcjonalnie)" msgid "Submit" msgstr "Prześlij" +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:297 +msgid "Submitting..." +msgstr "" + #: apps/web/src/app/(dashboard)/settings/billing/billing-plans.tsx:129 msgid "Subscribe" msgstr "Subskrybuj" @@ -4831,8 +4957,8 @@ msgstr "Subskrypcje" #: apps/web/src/app/(dashboard)/settings/teams/accept-team-invitation-button.tsx:25 #: apps/web/src/app/(dashboard)/settings/teams/decline-team-invitation-button.tsx:25 #: apps/web/src/app/(dashboard)/settings/teams/team-email-usage.tsx:37 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:114 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:137 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:118 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:141 #: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-email-dropdown.tsx:32 #: apps/web/src/app/(teams)/t/[teamUrl]/settings/team-transfer-status.tsx:44 #: apps/web/src/components/(dashboard)/layout/verify-email-banner.tsx:44 @@ -5074,11 +5200,11 @@ msgstr "Szablony" msgid "Templates allow you to quickly generate documents with pre-filled recipients and fields." msgstr "Szablony pozwalają na szybkie generowanie dokumentów z wypełnionymi odbiorcami i polami." -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:258 -#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:287 -#: packages/ui/primitives/document-flow/add-fields.tsx:971 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:264 +#: apps/web/src/app/(signing)/sign/[token]/text-field.tsx:293 +#: packages/ui/primitives/document-flow/add-fields.tsx:977 #: packages/ui/primitives/document-flow/types.ts:52 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:836 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:852 msgid "Text" msgstr "Tekst" @@ -5133,7 +5259,7 @@ msgstr "Treść do wyświetlenia w banerze, dozwolone HTML" #: apps/web/src/app/(dashboard)/settings/public-profile/public-templates-data-table.tsx:73 #: apps/web/src/app/(dashboard)/templates/template-direct-link-badge.tsx:32 -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:160 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:164 msgid "The direct link has been copied to your clipboard" msgstr "Bezpośredni link został skopiowany do schowka" @@ -5219,23 +5345,27 @@ msgstr "Publiczna nazwa Twojego szablonu" msgid "The reason provided for deletion is the following:" msgstr "Podana przyczyna usunięcia jest następująca:" +#: packages/ui/components/recipient/recipient-role-select.tsx:137 +msgid "The recipient can prepare the document for later signers by pre-filling suggest values." +msgstr "" + #: apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx:119 msgid "The recipient has been updated successfully" msgstr "Odbiorca został pomyślnie zaktualizowany" -#: packages/ui/components/recipient/recipient-role-select.tsx:103 +#: packages/ui/components/recipient/recipient-role-select.tsx:106 msgid "The recipient is not required to take any action and receives a copy of the document after it is completed." msgstr "Odbiorca nie jest zobowiązany do podjęcia żadnych działań i otrzymuje kopię dokumentu po jego zakończeniu." -#: packages/ui/components/recipient/recipient-role-select.tsx:60 +#: packages/ui/components/recipient/recipient-role-select.tsx:63 msgid "The recipient is required to approve the document for it to be completed." msgstr "Odbiorca musi zatwierdzić dokument, aby mógł być zakończony." -#: packages/ui/components/recipient/recipient-role-select.tsx:39 +#: packages/ui/components/recipient/recipient-role-select.tsx:42 msgid "The recipient is required to sign the document for it to be completed." msgstr "Odbiorca musi podpisać dokument, aby mógł być zakończony." -#: packages/ui/components/recipient/recipient-role-select.tsx:81 +#: packages/ui/components/recipient/recipient-role-select.tsx:84 msgid "The recipient is required to view the document for it to be completed." msgstr "Odbiorca musi wyświetlić dokument, aby mógł być zakończony." @@ -5259,7 +5389,7 @@ msgstr "Adres e-mail podpisującego" msgid "The signer's name" msgstr "Nazwa podpisującego" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:163 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:170 #: apps/web/src/components/(dashboard)/avatar/avatar-with-recipient.tsx:41 #: apps/web/src/components/document/document-recipient-link-copy-dialog.tsx:118 #: packages/ui/primitives/document-flow/add-subject.tsx:243 @@ -5371,7 +5501,7 @@ msgstr "Nie można skopiować tego dokumentu w tej chwili. Proszę spróbować p msgid "This document could not be re-sent at this time. Please try again." msgstr "Nie można ponownie wysłać tego dokumentu w tej chwili. Proszę spróbować ponownie." -#: packages/ui/primitives/document-flow/add-fields.tsx:776 +#: packages/ui/primitives/document-flow/add-fields.tsx:782 msgid "This document has already been sent to this recipient. You can no longer edit this recipient." msgstr "Ten dokument został już wysłany do tego odbiorcy. Nie można już edytować tego odbiorcy." @@ -5431,7 +5561,7 @@ msgstr "Ten e-mail jest wysyłany do odbiorcy, prosząc go o podpisanie dokument msgid "This email will be sent to the recipient who has just signed the document, if there are still other recipients who have not signed yet." msgstr "Ten e-mail zostanie wysłany do odbiorcy, który właśnie podpisał dokument, jeśli są jeszcze inni odbiorcy, którzy nie podpisali." -#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:580 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:650 msgid "This field cannot be modified or deleted. When you share this template's direct link or add it to your public profile, anyone who accesses it can input their name and email, and fill in the fields assigned to them." msgstr "To pole nie może być modyfikowane ani usuwane. Po udostępnieniu bezpośredniego linku do tego szablonu lub dodaniu go do swojego publicznego profilu, każdy, kto się w nim dostanie, może wpisać swoje imię i email oraz wypełnić przypisane mu pola." @@ -5459,7 +5589,7 @@ msgstr "Ten klucz dostępu nie jest skonfigurowany dla tej aplikacji. Proszę za msgid "This price includes minimum 5 seats." msgstr "Ta cena obejmuje co najmniej 5 miejsc." -#: packages/ui/primitives/document-flow/add-fields.tsx:1108 +#: packages/ui/primitives/document-flow/add-fields.tsx:1114 msgid "This recipient can no longer be modified as they have signed a field, or completed the document." msgstr "Ten odbiorca nie może być już modyfikowany, ponieważ podpisał pole lub ukończył dokument." @@ -5467,7 +5597,7 @@ msgstr "Ten odbiorca nie może być już modyfikowany, ponieważ podpisał pole msgid "This session has expired. Please try again." msgstr "Ta sesja wygasła. Proszę spróbować ponownie." -#: packages/ui/primitives/document-flow/add-signers.tsx:194 +#: packages/ui/primitives/document-flow/add-signers.tsx:200 msgid "This signer has already signed the document." msgstr "Ten sygnatariusz już podpisał dokument." @@ -5573,8 +5703,8 @@ msgstr "Aby uzyskać dostęp do swojego konta, proszę potwierdzić swój adres msgid "To mark this document as viewed, you need to be logged in as <0>{0}" msgstr "Aby oznaczyć ten dokument jako wyświetlony, musisz być zalogowany jako <0>{0}" -#: packages/ui/primitives/document-flow/add-fields.tsx:1091 -#: packages/ui/primitives/template-flow/add-template-fields.tsx:954 +#: packages/ui/primitives/document-flow/add-fields.tsx:1097 +#: packages/ui/primitives/template-flow/add-template-fields.tsx:970 msgid "To proceed further, please set at least one value for the {0} field." msgstr "Aby kontynuować, ustaw przynajmniej jedną wartość dla pola {0}." @@ -5708,7 +5838,7 @@ msgstr "Typ" msgid "Type a command or search..." msgstr "Wpisz polecenie lub wyszukaj..." -#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:134 +#: apps/web/src/app/(signing)/sign/[token]/signature-field.tsx:132 msgid "Typed signatures are not allowed. Please draw your signature." msgstr "Podpisy pisane nie są dozwolone. Proszę narysować swój podpis." @@ -5728,7 +5858,7 @@ msgstr "Nie można skopiować kodu odzyskiwania" msgid "Unable to copy token" msgstr "Nie można skopiować tokena" -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:101 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:105 msgid "Unable to create direct template access. Please try again later." msgstr "Nie można utworzyć bezpośredniego dostępu do szablonu. Proszę spróbować ponownie później." @@ -6092,8 +6222,8 @@ msgstr "Wyświetl kody" msgid "View document" msgstr "Zobacz dokument" -#: apps/web/src/app/(signing)/sign/[token]/form.tsx:140 -#: packages/email/template-components/template-document-invite.tsx:104 +#: apps/web/src/app/(signing)/sign/[token]/form.tsx:181 +#: packages/email/template-components/template-document-invite.tsx:107 #: packages/email/template-components/template-document-rejected.tsx:44 #: packages/ui/primitives/document-flow/add-subject.tsx:90 #: packages/ui/primitives/document-flow/add-subject.tsx:91 @@ -6129,7 +6259,7 @@ msgstr "Wyświetl kody odzyskiwania" msgid "View teams" msgstr "Wyświetl zespoły" -#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:120 +#: apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recipients.tsx:121 #: apps/web/src/app/(internal)/%5F%5Fhtmltopdf/certificate/page.tsx:269 #: packages/lib/constants/recipient-roles.ts:30 msgid "Viewed" @@ -6164,6 +6294,7 @@ msgid "Waiting for others to sign" msgstr "Czekam na podpisy innych" #: apps/web/src/app/(signing)/sign/[token]/waiting/page.tsx:70 +#: apps/web/src/app/embed/waiting-for-turn.tsx:31 msgid "Waiting for Your Turn" msgstr "Czekając na Twój Ruch" @@ -6175,6 +6306,15 @@ msgstr "Chcesz wysłać eleganckie linki do podpisywania, takie jak ten? <0>Spra msgid "Want your own public profile?" msgstr "Chcesz mieć profil publiczny?" +#: packages/ui/primitives/document-flow/add-signers.tsx:260 +#: packages/ui/primitives/document-flow/add-signers.tsx:298 +#: packages/ui/primitives/document-flow/add-signers.tsx:337 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:232 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:329 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:365 +msgid "Warning: Assistant as last signer" +msgstr "" + #: apps/web/src/app/(dashboard)/settings/billing/billing-portal-button.tsx:41 #: apps/web/src/app/(teams)/t/[teamUrl]/layout-billing-banner.tsx:55 #: apps/web/src/components/(teams)/team-billing-portal-button.tsx:31 @@ -6189,7 +6329,7 @@ msgstr "Nie możemy usunąć tego klucza zabezpieczeń w tej chwili. Proszę spr msgid "We are unable to update this passkey at the moment. Please try again later." msgstr "Nie możemy zaktualizować tego klucza zabezpieczeń w tej chwili. Proszę spróbuj ponownie później." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:149 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:153 msgid "We encountered an error while removing the direct template link. Please try again later." msgstr "Wystąpił błąd podczas usuwania bezpośredniego linku do szablonu. Proszę spróbować ponownie później." @@ -6356,7 +6496,7 @@ msgstr "Nie udało nam się skonfigurować uwierzytelniania dwuskładnikowego dl #: apps/web/src/app/(recipient)/d/[token]/direct-template.tsx:120 #: apps/web/src/app/embed/direct/[[...url]]/client.tsx:264 -#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:146 +#: apps/web/src/app/embed/sign/[[...url]]/client.tsx:157 msgid "We were unable to submit this document at this time. Please try again later." msgstr "Nie udało nam się złożyć tego dokumentu w tej chwili. Proszę spróbuj ponownie później." @@ -6600,6 +6740,11 @@ msgstr "Możesz zobaczyć utworzone dokumenty na swoim pulpicie w sekcji \"Dokum msgid "You can view the document and its status by clicking the button below." msgstr "Możesz zobaczyć dokument i jego status, klikając przycisk poniżej." +#: packages/ui/primitives/document-flow/add-signers.tsx:282 +#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:349 +msgid "You cannot add assistants when signing order is disabled." +msgstr "" + #: apps/web/src/app/(dashboard)/settings/security/passkeys/create-passkey-dialog.tsx:213 msgid "You cannot have more than {MAXIMUM_PASSKEYS} passkeys." msgstr "Nie możesz mieć więcej niż {MAXIMUM_PASSKEYS} kluczy zabezpieczeń." @@ -6684,7 +6829,7 @@ msgstr "Brak utworzonych szablonów. Prześlij, aby utworzyć." msgid "You have not yet created or received any documents. To create a document please upload one." msgstr "Brak utworzonych lub odebranych dokumentów. Prześlij, aby utworzyć." -#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:229 +#: apps/web/src/app/(dashboard)/templates/template-direct-link-dialog.tsx:233 msgid "You have reached the maximum limit of {0} direct templates. <0>Upgrade your account to continue!" msgstr "Osiągnąłeś maksymalny limit {0} bezpośrednich szablonów. <0>Ulepsz swoje konto, aby kontynuować!" @@ -6962,4 +7107,3 @@ msgstr "Twój token został pomyślnie utworzony! Upewnij się, że go skopiujes #: apps/web/src/app/(teams)/t/[teamUrl]/settings/tokens/page.tsx:86 msgid "Your tokens will be shown here once you create them." msgstr "Twoje tokeny będą tutaj wyświetlane po ich utworzeniu." -