diff --git a/apps/remix/app/components/dialogs/document-duplicate-dialog.tsx b/apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
index a6c2d8f03..754fa2596 100644
--- a/apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+++ b/apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
@@ -13,7 +13,7 @@ import {
DialogHeader,
DialogTitle,
} from '@documenso/ui/primitives/dialog';
-import { LazyPDFViewer } from '@documenso/ui/primitives/lazy-pdf-viewer';
+import { PDFViewer } from '@documenso/ui/primitives/pdf-viewer';
import { useToast } from '@documenso/ui/primitives/use-toast';
import { useOptionalCurrentTeam } from '~/providers/team';
@@ -97,7 +97,7 @@ export const DocumentDuplicateDialog = ({
) : (
)}
diff --git a/apps/remix/app/components/embed/embed-direct-template-client-page.tsx b/apps/remix/app/components/embed/embed-direct-template-client-page.tsx
index 6927d9b58..aece8cfac 100644
--- a/apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+++ b/apps/remix/app/components/embed/embed-direct-template-client-page.tsx
@@ -25,7 +25,7 @@ import { Card, CardContent } from '@documenso/ui/primitives/card';
import { ElementVisible } from '@documenso/ui/primitives/element-visible';
import { Input } from '@documenso/ui/primitives/input';
import { Label } from '@documenso/ui/primitives/label';
-import { LazyPDFViewer } from '@documenso/ui/primitives/lazy-pdf-viewer';
+import { PDFViewer } from '@documenso/ui/primitives/pdf-viewer';
import { SignaturePad } from '@documenso/ui/primitives/signature-pad';
import { useToast } from '@documenso/ui/primitives/use-toast';
@@ -338,7 +338,7 @@ export const EmbedDirectTemplateClientPage = ({
{/* Viewer */}
-
setHasDocumentLoaded(true)}
/>
diff --git a/apps/remix/app/components/embed/embed-document-signing-page.tsx b/apps/remix/app/components/embed/embed-document-signing-page.tsx
index f158cd4a8..54d7cff84 100644
--- a/apps/remix/app/components/embed/embed-document-signing-page.tsx
+++ b/apps/remix/app/components/embed/embed-document-signing-page.tsx
@@ -24,7 +24,7 @@ import { Card, CardContent } from '@documenso/ui/primitives/card';
import { ElementVisible } from '@documenso/ui/primitives/element-visible';
import { Input } from '@documenso/ui/primitives/input';
import { Label } from '@documenso/ui/primitives/label';
-import { LazyPDFViewer } from '@documenso/ui/primitives/lazy-pdf-viewer';
+import { PDFViewer } from '@documenso/ui/primitives/pdf-viewer';
import { RadioGroup, RadioGroupItem } from '@documenso/ui/primitives/radio-group';
import { SignaturePad } from '@documenso/ui/primitives/signature-pad';
import { useToast } from '@documenso/ui/primitives/use-toast';
@@ -278,7 +278,7 @@ export const EmbedSignDocumentClientPage = ({
{/* Viewer */}
-
setHasDocumentLoaded(true)}
/>
diff --git a/apps/remix/app/components/general/direct-template/direct-template-page.tsx b/apps/remix/app/components/general/direct-template/direct-template-page.tsx
index 4751cb780..a567f0cda 100644
--- a/apps/remix/app/components/general/direct-template/direct-template-page.tsx
+++ b/apps/remix/app/components/general/direct-template/direct-template-page.tsx
@@ -12,7 +12,7 @@ import { trpc } from '@documenso/trpc/react';
import { Card, CardContent } from '@documenso/ui/primitives/card';
import { DocumentFlowFormContainer } from '@documenso/ui/primitives/document-flow/document-flow-root';
import type { DocumentFlowStep } from '@documenso/ui/primitives/document-flow/types';
-import { LazyPDFViewer } from '@documenso/ui/primitives/lazy-pdf-viewer';
+import { PDFViewer } from '@documenso/ui/primitives/pdf-viewer';
import { Stepper } from '@documenso/ui/primitives/stepper';
import { useToast } from '@documenso/ui/primitives/use-toast';
@@ -136,7 +136,7 @@ export const DirectTemplatePageView = ({
gradient
>
- setIsDocumentPdfLoaded(true)}
diff --git a/apps/remix/app/components/general/document-signing/document-signing-page-view.tsx b/apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
index 22787592d..ddb9dc555 100644
--- a/apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
+++ b/apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
@@ -21,7 +21,7 @@ import type { FieldWithSignatureAndFieldMeta } from '@documenso/prisma/types/fie
import type { RecipientWithFields } from '@documenso/prisma/types/recipient-with-fields';
import { Card, CardContent } from '@documenso/ui/primitives/card';
import { ElementVisible } from '@documenso/ui/primitives/element-visible';
-import { LazyPDFViewer } from '@documenso/ui/primitives/lazy-pdf-viewer';
+import { PDFViewer } from '@documenso/ui/primitives/pdf-viewer';
import { DocumentSigningAutoSign } from '~/components/general/document-signing/document-signing-auto-sign';
import { DocumentSigningCheckboxField } from '~/components/general/document-signing/document-signing-checkbox-field';
@@ -140,12 +140,7 @@ export const DocumentSigningPageView = ({
gradient
>
-
+
diff --git a/apps/remix/app/components/general/document/document-edit-form.tsx b/apps/remix/app/components/general/document/document-edit-form.tsx
index df9d1bd8d..58bebdf38 100644
--- a/apps/remix/app/components/general/document/document-edit-form.tsx
+++ b/apps/remix/app/components/general/document/document-edit-form.tsx
@@ -24,7 +24,7 @@ import { AddSubjectFormPartial } from '@documenso/ui/primitives/document-flow/ad
import type { TAddSubjectFormSchema } from '@documenso/ui/primitives/document-flow/add-subject.types';
import { DocumentFlowFormContainer } from '@documenso/ui/primitives/document-flow/document-flow-root';
import type { DocumentFlowStep } from '@documenso/ui/primitives/document-flow/types';
-import { LazyPDFViewer } from '@documenso/ui/primitives/lazy-pdf-viewer';
+import { PDFViewer } from '@documenso/ui/primitives/pdf-viewer';
import { Stepper } from '@documenso/ui/primitives/stepper';
import { useToast } from '@documenso/ui/primitives/use-toast';
@@ -132,9 +132,6 @@ export const DocumentEditForm = ({
},
});
- const { mutateAsync: setPasswordForDocument } =
- trpc.document.setPasswordForDocument.useMutation();
-
const documentFlow: Record = {
settings: {
title: msg`General`,
@@ -315,13 +312,6 @@ export const DocumentEditForm = ({
}
};
- const onPasswordSubmit = async (password: string) => {
- await setPasswordForDocument({
- documentId: document.id,
- password,
- });
- };
-
const currentDocumentFlow = documentFlow[step];
/**
@@ -340,12 +330,10 @@ export const DocumentEditForm = ({
gradient
>
- setIsDocumentPdfLoaded(true)}
/>
diff --git a/apps/remix/app/components/general/template/template-edit-form.tsx b/apps/remix/app/components/general/template/template-edit-form.tsx
index 972114435..dffe19cc4 100644
--- a/apps/remix/app/components/general/template/template-edit-form.tsx
+++ b/apps/remix/app/components/general/template/template-edit-form.tsx
@@ -15,7 +15,7 @@ import { cn } from '@documenso/ui/lib/utils';
import { Card, CardContent } from '@documenso/ui/primitives/card';
import { DocumentFlowFormContainer } from '@documenso/ui/primitives/document-flow/document-flow-root';
import type { DocumentFlowStep } from '@documenso/ui/primitives/document-flow/types';
-import { LazyPDFViewer } from '@documenso/ui/primitives/lazy-pdf-viewer';
+import { PDFViewer } from '@documenso/ui/primitives/pdf-viewer';
import { Stepper } from '@documenso/ui/primitives/stepper';
import { AddTemplateFieldsFormPartial } from '@documenso/ui/primitives/template-flow/add-template-fields';
import type { TAddTemplateFieldsFormSchema } from '@documenso/ui/primitives/template-flow/add-template-fields.types';
@@ -236,7 +236,7 @@ export const TemplateEditForm = ({
gradient
>
- setIsDocumentPdfLoaded(true)}
diff --git a/apps/remix/app/routes/_authenticated+/documents.$id._index.tsx b/apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
index 2331ebb71..fd3c8c241 100644
--- a/apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+++ b/apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
@@ -16,7 +16,7 @@ import { formatDocumentsPath } from '@documenso/lib/utils/teams';
import { Badge } from '@documenso/ui/primitives/badge';
import { Button } from '@documenso/ui/primitives/button';
import { Card, CardContent } from '@documenso/ui/primitives/card';
-import { LazyPDFViewer } from '@documenso/ui/primitives/lazy-pdf-viewer';
+import { PDFViewer } from '@documenso/ui/primitives/pdf-viewer';
import { DocumentHistorySheet } from '~/components/general/document/document-history-sheet';
import { DocumentPageViewButton } from '~/components/general/document/document-page-view-button';
@@ -196,7 +196,7 @@ export default function DocumentPage() {
gradient
>
-
+
diff --git a/apps/remix/app/routes/_authenticated+/settings+/billing.tsx b/apps/remix/app/routes/_authenticated+/settings+/billing.tsx
index ba719e06d..be6d2e8e9 100644
--- a/apps/remix/app/routes/_authenticated+/settings+/billing.tsx
+++ b/apps/remix/app/routes/_authenticated+/settings+/billing.tsx
@@ -16,6 +16,7 @@ import { getSubscriptionsByUserId } from '@documenso/lib/server-only/subscriptio
import { BillingPlans } from '~/components/general/billing-plans';
import { BillingPortalButton } from '~/components/general/billing-portal-button';
import { appMetaTags } from '~/utils/meta';
+import { superLoaderJson, useSuperLoaderData } from '~/utils/super-json-loader';
import type { Route } from './+types/billing';
@@ -62,17 +63,17 @@ export async function loader({ request }: Route.LoaderArgs) {
const isMissingOrInactiveOrFreePlan =
!subscription || subscription.status === SubscriptionStatus.INACTIVE;
- return {
+ return superLoaderJson({
prices,
subscription,
subscriptionProductName: subscriptionProduct?.name,
isMissingOrInactiveOrFreePlan,
- };
+ });
}
-export default function TeamsSettingBillingPage({ loaderData }: Route.ComponentProps) {
+export default function TeamsSettingBillingPage() {
const { prices, subscription, subscriptionProductName, isMissingOrInactiveOrFreePlan } =
- loaderData;
+ useSuperLoaderData();
const { i18n } = useLingui();
diff --git a/apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx b/apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
index ef40ef8aa..f03534d25 100644
--- a/apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+++ b/apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
@@ -14,6 +14,7 @@ import { Card, CardContent } from '@documenso/ui/primitives/card';
import { SettingsHeader } from '~/components/general/settings-header';
import { TeamBillingPortalButton } from '~/components/general/teams/team-billing-portal-button';
import { TeamSettingsBillingInvoicesTable } from '~/components/tables/team-settings-billing-invoices-table';
+import { superLoaderJson, useSuperLoaderData } from '~/utils/super-json-loader';
import type { Route } from './+types/settings.billing';
@@ -31,16 +32,16 @@ export async function loader({ request, params }: Route.LoaderArgs) {
teamSubscription = await stripe.subscriptions.retrieve(team.subscription.planId);
}
- return {
+ return superLoaderJson({
team,
teamSubscription,
- };
+ });
}
-export default function TeamsSettingBillingPage({ loaderData }: Route.ComponentProps) {
+export default function TeamsSettingBillingPage() {
const { _ } = useLingui();
- const { team, teamSubscription } = loaderData;
+ const { team, teamSubscription } = useSuperLoaderData();
const canManageBilling = canExecuteTeamAction('MANAGE_BILLING', team.currentTeamMember.role);
diff --git a/apps/remix/app/routes/_authenticated+/templates.$id._index.tsx b/apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
index 84c97fc86..b8fc390b6 100644
--- a/apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
+++ b/apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
@@ -9,7 +9,7 @@ import { getTemplateById } from '@documenso/lib/server-only/template/get-templat
import { formatDocumentsPath, formatTemplatesPath } from '@documenso/lib/utils/teams';
import { Button } from '@documenso/ui/primitives/button';
import { Card, CardContent } from '@documenso/ui/primitives/card';
-import { LazyPDFViewer } from '@documenso/ui/primitives/lazy-pdf-viewer';
+import { PDFViewer } from '@documenso/ui/primitives/pdf-viewer';
import { TemplateBulkSendDialog } from '~/components/dialogs/template-bulk-send-dialog';
import { TemplateDirectLinkDialogWrapper } from '~/components/dialogs/template-direct-link-dialog-wrapper';
@@ -144,11 +144,7 @@ export default function TemplatePage() {
gradient
>
-
+
diff --git a/apps/remix/package.json b/apps/remix/package.json
index 7744fd7a4..f5971dbc2 100644
--- a/apps/remix/package.json
+++ b/apps/remix/package.json
@@ -76,7 +76,7 @@
"@babel/preset-typescript": "^7.26.0",
"@lingui/babel-plugin-lingui-macro": "^5.2.0",
"@lingui/vite-plugin": "^5.2.0",
- "@react-router/dev": "^7.1.1",
+ "@react-router/dev": "^7.1.5",
"@react-router/remix-routes-option-adapter": "^7.1.5",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.2",
diff --git a/lingui.config.ts b/lingui.config.ts
index e538488ba..d7fae242e 100644
--- a/lingui.config.ts
+++ b/lingui.config.ts
@@ -1,4 +1,6 @@
+import { defineConfig } from '@lingui/cli';
import type { LinguiConfig } from '@lingui/conf';
+import { formatter } from '@lingui/format-po';
import { APP_I18N_OPTIONS } from '@documenso/lib/constants/i18n';
@@ -14,6 +16,7 @@ const config: LinguiConfig = {
},
],
compileNamespace: 'es',
+ format: formatter({ lineNumbers: false }),
};
export default config;
diff --git a/package-lock.json b/package-lock.json
index fd07c72b7..1236eeaeb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -158,7 +158,7 @@
"@babel/preset-typescript": "^7.26.0",
"@lingui/babel-plugin-lingui-macro": "^5.2.0",
"@lingui/vite-plugin": "^5.2.0",
- "@react-router/dev": "^7.1.1",
+ "@react-router/dev": "^7.1.5",
"@react-router/remix-routes-option-adapter": "^7.1.5",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.2",
diff --git a/packages/lib/translations/de/web.po b/packages/lib/translations/de/web.po
index 8bae5b21e..830789bc3 100644
--- a/packages/lib/translations/de/web.po
+++ b/packages/lib/translations/de/web.po
@@ -18,7164 +18,7143 @@ msgstr ""
"X-Crowdin-File: web.po\n"
"X-Crowdin-File-ID: 8\n"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:252
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid " Enable direct link signing"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:171
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid " The events that will trigger a webhook to be sent to your URL."
msgstr ""
#. placeholder {0}: team.name
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:225
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "\"{0}\" has invited you to sign \"example document\"."
msgstr "\"{0}\" hat Sie eingeladen, \"Beispieldokument\" zu unterschreiben."
#. placeholder {0}: field.customText
#. placeholder {1}: timezone || ''
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:65
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
msgid "\"{0}\" will appear on the document as it has a timezone of \"{1}\"."
msgstr ""
-#: packages/email/template-components/template-document-super-delete.tsx:27
+#: packages/email/template-components/template-document-super-delete.tsx
msgid "\"{documentName}\" has been deleted by an admin."
msgstr "\"{documentName}\" wurde von einem Administrator gelöscht."
-#: packages/email/template-components/template-document-pending.tsx:37
+#: packages/email/template-components/template-document-pending.tsx
msgid "“{documentName}” has been signed"
msgstr "„{documentName}“ wurde unterschrieben"
-#: packages/email/template-components/template-document-completed.tsx:41
+#: packages/email/template-components/template-document-completed.tsx
msgid "“{documentName}” was signed by all signers"
msgstr "„{documentName}“ wurde von allen Unterzeichnern signiert"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:59
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "\"{documentTitle}\" has been successfully deleted"
msgstr "\"{documentTitle}\" wurde erfolgreich gelöscht"
#. placeholder {0}: team.name
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:220
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
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/remix/app/components/general/document-signing/document-signing-form.tsx:273
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:372
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "(You)"
msgstr ""
#. placeholder {0}: Math.abs(charactersRemaining)
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:342
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
msgid "{0, plural, one {(1 character over)} other {(# characters over)}}"
msgstr "{0, plural, one {(1 Zeichen über dem Limit)} other {(# Zeichen über dem Limit)}}"
#. placeholder {0}: Math.abs(remaningLength)
-#: apps/remix/app/components/forms/public-profile-form.tsx:236
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:392
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "{0, plural, one {# character over the limit} other {# characters over the limit}}"
msgstr "{0, plural, one {# Zeichen über dem Limit} other {# Zeichen über dem Limit}}"
#. placeholder {0}: template.recipients.length
-#: apps/remix/app/routes/_recipient+/d.$token+/_index.tsx:99
+#: apps/remix/app/routes/_recipient+/d.$token+/_index.tsx
msgid "{0, plural, one {# recipient} other {# recipients}}"
msgstr "{0, plural, one {# Empfänger} other {# Empfänger}}"
#. placeholder {0}: row.original.quantity
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:66
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "{0, plural, one {# Seat} other {# Seats}}"
msgstr "{0, plural, one {# Sitz} other {# Sitze}}"
#. placeholder {0}: data.length
-#: apps/remix/app/components/general/teams/team-invitations.tsx:36
-#: apps/remix/app/components/general/teams/team-invitations.tsx:65
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "{0, plural, one {<0>You have <1>11> pending team invitation0>} other {<2>You have <3>#3> pending team invitations2>}}"
msgstr "{0, plural, one {<0>Du hast <1>11> ausstehende Team-Einladung0>} other {<2>Du hast <3>#3> ausstehende Team-Einladungen2>}}"
#. placeholder {0}: autoSignableFields.filter((f) => f.type === fieldType).length
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:188
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "{0, plural, one {1 matching field} other {# matching fields}}"
msgstr "{0, plural, one {1 passendes Feld} other {# passende Felder}}"
#. placeholder {0}: recipients.length
-#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx:122
+#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx
msgid "{0, plural, one {1 Recipient} other {# Recipients}}"
msgstr "{0, plural, one {1 Empfänger} other {# Empfänger}}"
#. placeholder {0}: pendingRecipients.length
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:232
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "{0, plural, one {Waiting on 1 recipient} other {Waiting on # recipients}}"
msgstr "{0, plural, one {Warte auf 1 Empfänger} other {Warte auf # Empfänger}}"
#. placeholder {0}: selectedValues.length
-#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx:64
+#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx
msgid "{0, plural, zero {Select values} other {# selected...}}"
msgstr "{0, plural, zero {Werte auswählen} other {# ausgewählt...}}"
#. placeholder {0}: _(FRIENDLY_FIELD_TYPE[fieldType as FieldType])
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:185
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "{0}"
msgstr "{0}"
#. placeholder {0}: team.name
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:246
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "{0} direct signing templates"
msgstr "{0} direkte Signaturvorlagen"
#. placeholder {0}: team.name
#. placeholder {1}: document.title
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:122
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "{0} has invited you to {recipientActionVerb} the document \"{1}\"."
msgstr "{0} hat Sie eingeladen, das Dokument \"{1}\" {recipientActionVerb}."
#. placeholder {0}: team.name
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:113
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "{0} invited you to {recipientActionVerb} a document"
msgstr "{0} hat dich eingeladen, ein Dokument {recipientActionVerb}"
#. placeholder {0}: memberName || memberEmail
-#: packages/email/templates/team-join.tsx:62
+#: packages/email/templates/team-join.tsx
msgid "{0} joined the team {teamName} on Documenso"
msgstr "{0} ist dem Team {teamName} bei Documenso beigetreten"
#. placeholder {0}: memberName || memberEmail
-#: packages/email/templates/team-leave.tsx:62
+#: packages/email/templates/team-leave.tsx
msgid "{0} left the team {teamName} on Documenso"
msgstr "{0} hat das Team {teamName} bei Documenso verlassen"
#. placeholder {0}: remaining.documents
#. placeholder {1}: quota.documents
-#: apps/remix/app/components/general/document/document-upload.tsx:137
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "{0} of {1} documents remaining this month."
msgstr "{0} von {1} Dokumenten verbleibend in diesem Monat."
#. placeholder {0}: table.getFilteredSelectedRowModel().rows.length
#. placeholder {1}: table.getFilteredRowModel().rows.length
-#: packages/ui/primitives/data-table-pagination.tsx:30
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "{0} of {1} row(s) selected."
msgstr "{0} von {1} Zeile(n) ausgewählt."
#. placeholder {0}: user.name || user.email
#. placeholder {1}: document.team.name
#. placeholder {2}: document.title
-#: packages/lib/server-only/document/resend-document.tsx:137
+#: packages/lib/server-only/document/resend-document.tsx
msgid "{0} on behalf of \"{1}\" has invited you to {recipientActionVerb} the document \"{2}\"."
msgstr "{0} im Namen von \"{1}\" hat Sie eingeladen, das Dokument \"{2}\" {recipientActionVerb}."
#. placeholder {0}: recipients.length
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:167
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "{0} Recipient(s)"
msgstr "{0} Empfänger(in)"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:323
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
msgid "{charactersRemaining, plural, one {1 character remaining} other {{charactersRemaining} characters remaining}}"
msgstr "{charactersRemaining, plural, one {1 Zeichen verbleibend} other {{charactersRemaining} Zeichen verbleibend}}"
-#: packages/email/templates/document-invite.tsx:96
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} <0>({inviterEmail})0>"
msgstr "{inviterName} <0>({inviterEmail})0>"
-#: packages/email/templates/document-cancel.tsx:21
+#: packages/email/templates/document-cancel.tsx
msgid "{inviterName} has cancelled the document {documentName}, you don't need to sign it anymore."
msgstr "{inviterName} hat das Dokument {documentName} storniert, du musst es nicht mehr unterzeichnen."
-#: packages/email/template-components/template-document-cancel.tsx:24
+#: packages/email/template-components/template-document-cancel.tsx
msgid "{inviterName} has cancelled the document<0/>\"{documentName}\""
msgstr "{inviterName} hat das Dokument<0/>\"{documentName}\" storniert"
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:74
+#: packages/email/template-components/template-document-invite.tsx
msgid "{inviterName} has invited you to {0}<0/>\"{documentName}\""
msgstr "{inviterName} hat dich eingeladen, {0}<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:42
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} has invited you to {action} {documentName}"
msgstr "{inviterName} hat dich eingeladen, {action} {documentName}"
-#: packages/email/templates/document-invite.tsx:109
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} has invited you to {action} the document \"{documentName}\"."
msgstr "{inviterName} hat Sie eingeladen, das Dokument \"{documentName}\" {action}."
-#: packages/email/templates/recipient-removed-from-document.tsx:21
+#: packages/email/templates/recipient-removed-from-document.tsx
msgid "{inviterName} has removed you from the document {documentName}."
msgstr "{inviterName} hat dich aus dem Dokument {documentName} entfernt."
-#: packages/email/templates/recipient-removed-from-document.tsx:50
+#: packages/email/templates/recipient-removed-from-document.tsx
msgid "{inviterName} has removed you from the document<0/>\"{documentName}\""
msgstr "{inviterName} hat dich aus dem Dokument<0/>\"{documentName}\" entfernt"
#. placeholder {0}: team.name
#. placeholder {1}: document.title
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:121
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "{inviterName} on behalf of \"{0}\" has invited you to {recipientActionVerb} the document \"{1}\"."
msgstr ""
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:61
+#: packages/email/template-components/template-document-invite.tsx
msgid "{inviterName} on behalf of \"{teamName}\" has invited you to {0}<0/>\"{documentName}\""
msgstr "{inviterName} im Namen von \"{teamName}\" hat dich eingeladen, {0}<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:46
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} on behalf of \"{teamName}\" has invited you to {action} {documentName}"
msgstr "{inviterName} im Namen von \"{teamName}\" hat Sie eingeladen, das Dokument {documentName} {action}"
-#: packages/email/templates/team-join.tsx:68
+#: packages/email/templates/team-join.tsx
msgid "{memberEmail} joined the following team"
msgstr "{memberEmail} ist dem folgenden Team beigetreten"
-#: packages/email/templates/team-leave.tsx:68
+#: packages/email/templates/team-leave.tsx
msgid "{memberEmail} left the following team"
msgstr "{memberEmail} hat das folgende Team verlassen"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:65
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "{numberOfSeats, plural, one {# member} other {# members}}"
msgstr "{numberOfSeats, plural, one {# Mitglied} other {# Mitglieder}}"
-#: packages/lib/utils/document-audit-logs.ts:278
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} added a field"
msgstr "{prefix} hat ein Feld hinzugefügt"
-#: packages/lib/utils/document-audit-logs.ts:290
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} added a recipient"
msgstr "{prefix} hat einen Empfänger hinzugefügt"
-#: packages/lib/utils/document-audit-logs.ts:302
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} created the document"
msgstr "{prefix} hat das Dokument erstellt"
-#: packages/lib/utils/document-audit-logs.ts:306
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} deleted the document"
msgstr "{prefix} hat das Dokument gelöscht"
-#: packages/lib/utils/document-audit-logs.ts:354
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} moved the document to team"
msgstr "{prefix} hat das Dokument ins Team verschoben"
-#: packages/lib/utils/document-audit-logs.ts:338
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} opened the document"
msgstr "{prefix} hat das Dokument geöffnet"
-#: packages/lib/utils/document-audit-logs.ts:318
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} prefilled a field"
msgstr ""
-#: packages/lib/utils/document-audit-logs.ts:282
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} removed a field"
msgstr "{prefix} hat ein Feld entfernt"
-#: packages/lib/utils/document-audit-logs.ts:294
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} removed a recipient"
msgstr "{prefix} hat einen Empfänger entfernt"
#. placeholder {0}: data.recipientEmail
-#: packages/lib/utils/document-audit-logs.ts:384
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} resent an email to {0}"
msgstr "{prefix} hat eine E-Mail an {0} erneut gesendet"
#. placeholder {0}: data.recipientEmail
-#: packages/lib/utils/document-audit-logs.ts:385
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} sent an email to {0}"
msgstr "{prefix} hat eine E-Mail an {0} gesendet"
-#: packages/lib/utils/document-audit-logs.ts:350
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} sent the document"
msgstr "{prefix} hat das Dokument gesendet"
-#: packages/lib/utils/document-audit-logs.ts:310
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} signed a field"
msgstr "{prefix} hat ein Feld unterschrieben"
-#: packages/lib/utils/document-audit-logs.ts:314
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} unsigned a field"
msgstr "{prefix} hat ein Feld ungültig gemacht"
-#: packages/lib/utils/document-audit-logs.ts:286
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated a field"
msgstr "{prefix} hat ein Feld aktualisiert"
-#: packages/lib/utils/document-audit-logs.ts:298
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated a recipient"
msgstr "{prefix} hat einen Empfänger aktualisiert"
-#: packages/lib/utils/document-audit-logs.ts:334
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document"
msgstr "{prefix} hat das Dokument aktualisiert"
-#: packages/lib/utils/document-audit-logs.ts:326
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document access auth requirements"
msgstr "{prefix} hat die Anforderungen an die Dokumentenzugriffsautorisierung aktualisiert"
-#: packages/lib/utils/document-audit-logs.ts:346
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document external ID"
msgstr "{prefix} hat die externe ID des Dokuments aktualisiert"
-#: packages/lib/utils/document-audit-logs.ts:330
+#: packages/lib/utils/document-audit-logs.ts
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:342
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document title"
msgstr "{prefix} hat den Titel des Dokuments aktualisiert"
-#: packages/lib/utils/document-audit-logs.ts:322
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document visibility"
msgstr "{prefix} hat die Sichtbarkeit des Dokuments aktualisiert"
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:68
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "{recipientActionVerb} document"
msgstr "{recipientActionVerb} Dokument"
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:69
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "{recipientActionVerb} the document to complete the process."
msgstr "{recipientActionVerb} das Dokument, um den Prozess abzuschließen."
-#: packages/email/templates/document-created-from-direct-template.tsx:62
+#: packages/email/templates/document-created-from-direct-template.tsx
msgid "{recipientName} {action} a document by using one of your direct links"
msgstr "{recipientName} {action} ein Dokument, indem Sie einen Ihrer direkten Links verwenden"
-#: packages/email/templates/document-rejected.tsx:27
+#: packages/email/templates/document-rejected.tsx
msgid "{recipientName} has rejected the document '{documentName}'"
msgstr "{recipientName} hat das Dokument '{documentName}' abgelehnt"
-#: packages/email/template-components/template-document-recipient-signed.tsx:49
+#: packages/email/template-components/template-document-recipient-signed.tsx
msgid "{recipientReference} has completed signing the document."
msgstr "{recipientReference} hat das Dokument vollständig unterschrieben."
#. placeholder {0}: document.title
-#: packages/lib/jobs/definitions/emails/send-recipient-signed-email.handler.ts:112
+#: packages/lib/jobs/definitions/emails/send-recipient-signed-email.handler.ts
msgid "{recipientReference} has signed \"{0}\""
msgstr "{recipientReference} hat \"{0}\" unterschrieben"
-#: packages/email/template-components/template-document-recipient-signed.tsx:43
+#: packages/email/template-components/template-document-recipient-signed.tsx
msgid "{recipientReference} has signed \"{documentName}\""
msgstr "{recipientReference} hat \"{documentName}\" unterschrieben"
-#: packages/email/templates/document-recipient-signed.tsx:27
+#: packages/email/templates/document-recipient-signed.tsx
msgid "{recipientReference} has signed {documentName}"
msgstr "{recipientReference} hat {documentName} unterschrieben"
-#: apps/remix/app/components/forms/public-profile-form.tsx:230
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:386
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "{remaningLength, plural, one {# character remaining} other {# characters remaining}}"
msgstr "{remaningLength, plural, one {# Zeichen verbleibend} other {# Zeichen verbleibend}}"
-#: packages/email/template-components/template-document-rejected.tsx:25
+#: packages/email/template-components/template-document-rejected.tsx
msgid "{signerName} has rejected the document \"{documentName}\"."
msgstr "{signerName} hat das Dokument \"{documentName}\" abgelehnt."
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:68
+#: packages/email/template-components/template-document-invite.tsx
msgid "{teamName} has invited you to {0}<0/>\"{documentName}\""
msgstr "{teamName} hat dich eingeladen, {0}<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:47
+#: packages/email/templates/document-invite.tsx
msgid "{teamName} has invited you to {action} {documentName}"
msgstr "{teamName} hat Sie eingeladen, {action} {documentName}"
-#: packages/email/templates/team-transfer-request.tsx:56
+#: packages/email/templates/team-transfer-request.tsx
msgid "{teamName} ownership transfer request"
msgstr "Anfrage zur Übertragung des Eigentums von {teamName}"
-#: packages/lib/utils/document-audit-logs.ts:362
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} approved the document"
msgstr "{userName} hat das Dokument genehmigt"
-#: packages/lib/utils/document-audit-logs.ts:363
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} CC'd the document"
msgstr "{userName} hat das Dokument in CC gesetzt"
-#: packages/lib/utils/document-audit-logs.ts:364
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} completed their task"
msgstr "{userName} hat ihre Aufgabe abgeschlossen"
-#: packages/lib/utils/document-audit-logs.ts:374
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} rejected the document"
msgstr "{userName} hat das Dokument abgelehnt"
-#: packages/lib/utils/document-audit-logs.ts:360
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} signed the document"
msgstr "{userName} hat das Dokument unterschrieben"
-#: packages/lib/utils/document-audit-logs.ts:361
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} viewed the document"
msgstr "{userName} hat das Dokument angesehen"
-#: packages/ui/primitives/data-table-pagination.tsx:41
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "{visibleRows, plural, one {Showing # result.} other {Showing # results.}}"
msgstr "{visibleRows, plural, one {Eine # Ergebnis wird angezeigt.} other {# Ergebnisse werden angezeigt.}}"
#. placeholder {0}: document.title
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:181
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "<0>\"{0}\"0>is no longer available to sign"
msgstr "<0>\"{0}\"0> steht nicht mehr zur Unterschrift zur Verfügung"
-#: packages/email/templates/team-transfer-request.tsx:60
+#: packages/email/templates/team-transfer-request.tsx
msgid "<0>{senderName}0> has requested that you take ownership of the following team"
msgstr "<0>{senderName}0> hat angefordert, dass du das folgende Team übernimmst"
-#: packages/email/templates/confirm-team-email.tsx:76
+#: packages/email/templates/confirm-team-email.tsx
msgid "<0>{teamName}0> has requested to use your email address for their team on Documenso."
msgstr "<0>{teamName}0> hat angefragt, Ihre E-Mail-Adresse für ihr Team bei Documenso zu verwenden."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:461
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "<0>Click to upload0> or drag and drop"
msgstr "<0>Klicken Sie hier, um hochzuladen0> oder ziehen Sie die Datei per Drag & Drop"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:285
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>Email0> - The recipient will be emailed the document to sign, approve, etc."
msgstr "<0>E-Mail0> - Der Empfänger erhält das Dokument zur Unterschrift, Genehmigung usw."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:52
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "<0>Inherit authentication method0> - Use the global action signing authentication method configured in the \"General Settings\" step"
msgstr "<0>Authentifizierungsmethode erben0> - Verwenden Sie die in den \"Allgemeinen Einstellungen\" konfigurierte globale Aktionssignatur-Authentifizierungsmethode"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:94
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "<0>No restrictions0> - No authentication required"
msgstr "<0>Keine Einschränkungen0> - Keine Authentifizierung erforderlich"
-#: packages/ui/components/document/document-global-auth-access-select.tsx:76
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "<0>No restrictions0> - The document can be accessed directly by the URL sent to the recipient"
msgstr "<0>Keine Einschränkungen0> - Das Dokument kann direkt über die dem Empfänger gesendete URL abgerufen werden"
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:74
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "<0>None0> - No authentication required"
msgstr "<0>Keine0> - Keine Authentifizierung erforderlich"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:291
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>None0> - We will generate links which you can send to the recipients manually."
msgstr "<0>Keiner0> - Wir werden Links generieren, die Sie manuell an die Empfänger senden können."
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:298
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>Note0> - If you use Links in combination with direct templates, you will need to manually send the links to the remaining recipients."
msgstr "<0>Hinweis0> - Wenn Sie Links in Kombination mit direkten Vorlagen verwenden, müssen Sie die Links manuell an die restlichen Empfänger senden."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:68
-#: packages/ui/components/document/document-global-auth-action-select.tsx:88
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "<0>Require 2FA0> - The recipient must have an account and 2FA enabled via their settings"
msgstr "<0>2FA erforderlich0> - Der Empfänger muss ein Konto haben und die 2FA über seine Einstellungen aktiviert haben"
-#: packages/ui/components/document/document-global-auth-access-select.tsx:71
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "<0>Require account0> - The recipient must be signed in to view the document"
msgstr "<0>Konto erforderlich0> - Der Empfänger muss angemeldet sein, um das Dokument anzeigen zu können"
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:62
-#: packages/ui/components/document/document-global-auth-action-select.tsx:82
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "<0>Require passkey0> - The recipient must have an account and passkey configured via their settings"
msgstr "<0>Passkey erforderlich0> - Der Empfänger muss ein Konto haben und den Passkey über seine Einstellungen konfiguriert haben"
-#: apps/remix/app/components/tables/documents-table-sender-filter.tsx:52
+#: apps/remix/app/components/tables/documents-table-sender-filter.tsx
msgid "<0>Sender:0> All"
msgstr "<0>Absender:0> Alle"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:105
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "<0>You are about to complete approving <1>\"{documentTitle}\"1>.0><2/> Are you sure?"
msgstr "<0>Sie sind dabei, die Genehmigung von <1>\"{documentTitle}\"1> abzuschließen.0><2/> Sind Sie sicher?"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:91
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "<0>You are about to complete signing \"<1>{documentTitle}1>\".0><2/> Are you sure?"
msgstr "<0>Sie sind dabei, die Unterzeichnung von \"<1>{documentTitle}1>\" abzuschließen.0><2/> Sind Sie sicher?"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:77
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "<0>You are about to complete viewing \"<1>{documentTitle}1>\".0><2/> Are you sure?"
msgstr "<0>Sie sind dabei, die Ansicht von \"<1>{documentTitle}1>\" abzuschließen.0><2/> Sind Sie sicher?"
-#: apps/remix/app/components/forms/token.tsx:45
+#: apps/remix/app/components/forms/token.tsx
msgid "1 month"
msgstr "1 Monat"
-#: apps/remix/app/components/forms/token.tsx:48
+#: apps/remix/app/components/forms/token.tsx
msgid "12 months"
msgstr "12 Monate"
-#: apps/remix/app/components/forms/token.tsx:46
+#: apps/remix/app/components/forms/token.tsx
msgid "3 months"
msgstr "3 Monate"
-#: apps/remix/app/components/general/generic-error-layout.tsx:41
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "404 not found"
msgstr ""
-#: apps/remix/app/routes/_profile+/_layout.tsx:102
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "404 Profile not found"
msgstr "404 Profil nicht gefunden"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:62
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "404 Team not found"
msgstr "404 Team nicht gefunden"
-#: apps/remix/app/components/general/generic-error-layout.tsx:46
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "500 Internal Server Error"
msgstr ""
-#: apps/remix/app/components/forms/token.tsx:47
+#: apps/remix/app/components/forms/token.tsx
msgid "6 months"
msgstr "6 Monate"
-#: apps/remix/app/components/forms/token.tsx:44
+#: apps/remix/app/components/forms/token.tsx
msgid "7 days"
msgstr "7 Tage"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:52
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "A confirmation email has been sent, and it should arrive in your inbox shortly."
msgstr "Eine Bestätigungs-E-Mail wurde gesendet, und sie sollte in Kürze in deinem Posteingang ankommen."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:66
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "A device capable of accessing, opening, and reading documents"
msgstr "Ein Gerät, das in der Lage ist, Dokumente zuzugreifen, zu öffnen und zu lesen"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:105
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "A document was created by your direct template that requires you to {recipientActionVerb} it."
msgstr "Ein Dokument wurde von deiner direkten Vorlage erstellt, das erfordert, dass du {recipientActionVerb}."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:228
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "A draft document will be created"
msgstr "Ein Entwurf wird erstellt"
-#: packages/lib/utils/document-audit-logs.ts:277
+#: packages/lib/utils/document-audit-logs.ts
msgid "A field was added"
msgstr "Ein Feld wurde hinzugefügt"
-#: packages/lib/utils/document-audit-logs.ts:281
+#: packages/lib/utils/document-audit-logs.ts
msgid "A field was removed"
msgstr "Ein Feld wurde entfernt"
-#: packages/lib/utils/document-audit-logs.ts:285
+#: packages/lib/utils/document-audit-logs.ts
msgid "A field was updated"
msgstr "Ein Feld wurde aktualisiert"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:69
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "A means to print or download documents for your records"
msgstr "Ein Mittel, um Dokumente für Ihre Unterlagen zu drucken oder herunterzuladen"
-#: packages/lib/jobs/definitions/emails/send-team-member-joined-email.handler.ts:98
+#: packages/lib/jobs/definitions/emails/send-team-member-joined-email.handler.ts
msgid "A new member has joined your team"
msgstr "Ein neues Mitglied ist deinem Team beigetreten"
-#: apps/remix/app/components/forms/token.tsx:124
+#: apps/remix/app/components/forms/token.tsx
msgid "A new token was created successfully."
msgstr "Ein neuer Token wurde erfolgreich erstellt."
-#: apps/remix/app/routes/_unauthenticated+/check-email.tsx:21
-#: apps/remix/app/components/forms/forgot-password.tsx:56
+#: apps/remix/app/routes/_unauthenticated+/check-email.tsx
+#: apps/remix/app/components/forms/forgot-password.tsx
msgid "A password reset email has been sent, if you have an account you should see it in your inbox shortly."
msgstr "Eine E-Mail zum Zurücksetzen des Passworts wurde gesendet, wenn du ein Konto hast, solltest du sie in Kürze in deinem Posteingang sehen."
-#: packages/lib/utils/document-audit-logs.ts:289
+#: packages/lib/utils/document-audit-logs.ts
msgid "A recipient was added"
msgstr "Ein Empfänger wurde hinzugefügt"
-#: packages/lib/utils/document-audit-logs.ts:293
+#: packages/lib/utils/document-audit-logs.ts
msgid "A recipient was removed"
msgstr "Ein Empfänger wurde entfernt"
-#: packages/lib/utils/document-audit-logs.ts:297
+#: packages/lib/utils/document-audit-logs.ts
msgid "A recipient was updated"
msgstr "Ein Empfänger wurde aktualisiert"
#. placeholder {0}: transferVerification.name
#. placeholder {1}: transferVerification.email
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:91
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "A request to transfer the ownership of this team has been sent to <0>{0} ({1})0>"
msgstr "Eine Anfrage zur Übertragung des Eigentums dieses Teams wurde an <0>{0} ({1})0> gesendet"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/create-team-email-verification.ts:160
+#: packages/lib/server-only/team/create-team-email-verification.ts
msgid "A request to use your email has been initiated by {0} on Documenso"
msgstr "Eine Anfrage zur Verwendung Ihrer E-Mail wurde von {0} auf Documenso initiiert"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:221
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "A secret that will be sent to your URL so you can verify that the request has been sent by Documenso"
msgstr "Ein Geheimnis, das an deine URL gesendet wird, damit du überprüfen kannst, dass die Anfrage von Documenso gesendet wurde"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:191
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:192
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "A secret that will be sent to your URL so you can verify that the request has been sent by Documenso."
msgstr "Ein Geheimnis, das an deine URL gesendet wird, damit du überprüfen kannst, dass die Anfrage von Documenso gesendet wurde."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:60
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "A stable internet connection"
msgstr "Eine stabile Internetverbindung"
-#: packages/email/templates/team-join.tsx:32
+#: packages/email/templates/team-join.tsx
msgid "A team member has joined a team on Documenso"
msgstr "Ein Teammitglied ist einem Team bei Documenso beigetreten"
#. placeholder {0}: team.name
-#: packages/lib/jobs/definitions/emails/send-team-member-left-email.handler.ts:87
+#: packages/lib/jobs/definitions/emails/send-team-member-left-email.handler.ts
msgid "A team member has left {0}"
msgstr "Ein Teammitglied hat {0} verlassen"
-#: packages/email/templates/team-leave.tsx:32
+#: packages/email/templates/team-leave.tsx
msgid "A team member has left a team on Documenso"
msgstr "Ein Teammitglied hat ein Team auf Documenso verlassen"
-#: packages/email/templates/team-delete.tsx:29
-#: packages/email/templates/team-delete.tsx:33
+#: packages/email/templates/team-delete.tsx
+#: packages/email/templates/team-delete.tsx
msgid "A team you were a part of has been deleted"
msgstr "Ein Team, dem du angehörtest, wurde gelöscht"
-#: apps/remix/app/components/forms/public-profile-form.tsx:197
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "A unique URL to access your profile"
msgstr "Eine eindeutige URL, um auf dein Profil zuzugreifen"
-#: apps/remix/app/components/forms/team-update-form.tsx:136
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:205
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "A unique URL to identify your team"
msgstr "Eine eindeutige URL, um dein Team zu identifizieren"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:134
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "A verification email will be sent to the provided email."
msgstr "Eine Bestätigungs-E-Mail wird an die angegebene E-Mail-Adresse gesendet."
-#: apps/remix/app/components/general/teams/team-invitations.tsx:146
-#: packages/email/templates/team-transfer-request.tsx:82
-#: packages/email/templates/team-invite.tsx:95
-#: packages/email/templates/confirm-team-email.tsx:119
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: packages/email/templates/team-transfer-request.tsx
+#: packages/email/templates/team-invite.tsx
+#: packages/email/templates/confirm-team-email.tsx
msgid "Accept"
msgstr "Akzeptieren"
-#: packages/email/templates/team-invite.tsx:43
+#: packages/email/templates/team-invite.tsx
msgid "Accept invitation to join a team on Documenso"
msgstr "Einladung annehmen, um einem Team auf Documenso beizutreten"
-#: packages/email/templates/confirm-team-email.tsx:42
+#: packages/email/templates/confirm-team-email.tsx
msgid "Accept team email request for {teamName} on Documenso"
msgstr "Akzeptiere die Team-E-Mail-Anfrage für {teamName} bei Documenso"
-#: packages/email/templates/team-transfer-request.tsx:30
+#: packages/email/templates/team-transfer-request.tsx
msgid "Accept team transfer request on Documenso"
msgstr "Übertragungsanfrage des Teams auf Documenso annehmen"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:29
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Acceptance and Consent"
msgstr "Zustimmung und Einverständnis"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:126
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Accepted team invitation"
msgstr "Team-Einladung akzeptiert"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:134
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Account Authentication"
msgstr "Kontowauthentifizierung"
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:49
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:47
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Account deleted"
msgstr "Konto gelöscht"
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:49
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Account disabled"
msgstr "Konto deaktiviert"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:46
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Account enabled"
msgstr "Konto aktiviert"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:125
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Account Re-Authentication"
msgstr "Kontowiederauthentifizierung"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:135
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Acknowledgment"
msgstr "Bestätigung"
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:112
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:158
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:46
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:112
-#: apps/remix/app/components/tables/document-logs-table.tsx:94
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:111
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/document-logs-table.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Action"
msgstr "Aktion"
-#: apps/remix/app/components/tables/templates-table.tsx:154
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:103
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:112
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:127
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:136
-#: apps/remix/app/components/tables/documents-table.tsx:78
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:173
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Actions"
msgstr "Aktionen"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:70
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:105
-#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx:64
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx
msgid "Active"
msgstr "Aktiv"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Active Subscriptions"
msgstr "Aktive Abonnements"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:186
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "Add"
msgstr "Hinzufügen"
-#: packages/ui/primitives/document-dropzone.tsx:67
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Add a document"
msgstr "Dokument hinzufügen"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:512
-#: packages/ui/primitives/document-flow/add-settings.tsx:388
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Add a URL to redirect the user to once the document is signed"
msgstr "Fügen Sie eine URL hinzu, um den Benutzer nach der Unterzeichnung des Dokuments weiterzuleiten"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:83
-#: apps/remix/app/components/general/document/document-edit-form.tsx:151
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add all relevant fields for each recipient."
msgstr "Fügen Sie alle relevanten Felder für jeden Empfänger hinzu."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:78
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Add all relevant placeholders for each recipient."
msgstr "Fügen Sie alle relevanten Platzhalter für jeden Empfänger hinzu."
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:94
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Add an authenticator to serve as a secondary authentication method for signing documents."
msgstr "Fügen Sie einen Authenticator hinzu, um als sekundäre Authentifizierungsmethode für die Unterzeichnung von Dokumenten zu dienen."
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:89
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Add an authenticator to serve as a secondary authentication method when signing in, or when signing documents."
msgstr "Fügen Sie einen Authenticator hinzu, um als sekundäre Authentifizierungsmethode beim Einloggen oder bei der Unterzeichnung von Dokumenten zu dienen."
-#: packages/ui/primitives/document-flow/add-settings.tsx:300
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Add an external ID to the document. This can be used to identify the document in external systems."
msgstr "Fügen Sie dem Dokument eine externe ID hinzu. Diese kann verwendet werden, um das Dokument in externen Systemen zu identifizieren."
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:429
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Add an external ID to the template. This can be used to identify in external systems."
msgstr "Fügen Sie der Vorlage eine externe ID hinzu. Diese kann zur Identifizierung in externen Systemen verwendet werden."
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:186
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Add another option"
msgstr "Weitere Option hinzufügen"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:165
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:230
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Add another value"
msgstr "Weiteren Wert hinzufügen"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:122
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "Add email"
msgstr "E-Mail hinzufügen"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:82
-#: apps/remix/app/components/general/document/document-edit-form.tsx:150
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add Fields"
msgstr "Felder hinzufügen"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:362
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Add more"
msgstr "Mehr hinzufügen"
-#: packages/ui/primitives/document-flow/add-signers.tsx:693
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Add myself"
msgstr "Mich selbst hinzufügen"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:706
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "Add Myself"
msgstr "Mich hinzufügen"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:145
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:153
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Add passkey"
msgstr "Passkey hinzufügen"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:692
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "Add Placeholder Recipient"
msgstr "Platzhalterempfänger hinzufügen"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:77
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Add Placeholders"
msgstr "Platzhalter hinzufügen"
-#: packages/ui/primitives/document-flow/add-signers.tsx:682
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Add Signer"
msgstr "Unterzeichner hinzufügen"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:145
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add Signers"
msgstr "Unterzeichner hinzufügen"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:130
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "Add team email"
msgstr "Team-E-Mail hinzufügen"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:81
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Add text"
msgstr "Text hinzufügen"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:86
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Add text to the field"
msgstr "Text zum Feld hinzufügen"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:146
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add the people who will sign the document."
msgstr "Fügen Sie die Personen hinzu, die das Dokument unterschreiben werden."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:230
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Add the recipients to create the document with"
msgstr "Fügen Sie die Empfänger hinzu, um das Dokument zu erstellen"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:153
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Adding and removing seats will adjust your invoice accordingly."
msgstr "Das Hinzufügen und Entfernen von Sitzplätzen wird Ihre Rechnung entsprechend anpassen."
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:302
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Additional brand information to display at the bottom of emails"
msgstr "Zusätzliche Markeninformationen, die am Ende von E-Mails angezeigt werden sollen"
-#: packages/lib/constants/teams.ts:9
+#: packages/lib/constants/teams.ts
msgid "Admin"
msgstr "Administrator"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:95
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Admin Actions"
msgstr "Admin-Aktionen"
-#: apps/remix/app/components/general/menu-switcher.tsx:251
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Admin panel"
msgstr "Admin-Panel"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:411
-#: packages/ui/primitives/document-flow/add-settings.tsx:282
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Advanced Options"
msgstr "Erweiterte Optionen"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:496
-#: packages/ui/primitives/document-flow/add-fields.tsx:583
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Advanced settings"
msgstr "Erweiterte Einstellungen"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:125
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "After signing a document electronically, you will be provided the opportunity to view, download, and print the document for your records. It is highly recommended that you retain a copy of all electronically signed documents for your personal records. We will also retain a copy of the signed document for our records however we may not be able to provide you with a copy of the signed document after a certain period of time."
msgstr "Nach der elektronischen Unterzeichnung eines Dokuments haben Sie die Möglichkeit, das Dokument für Ihre Unterlagen anzusehen, herunterzuladen und auszudrucken. Es wird dringend empfohlen, eine Kopie aller elektronisch unterschriebenen Dokumente für Ihre persönlichen Unterlagen aufzubewahren. Wir werden ebenfalls eine Kopie des unterzeichneten Dokuments für unsere Unterlagen behalten, jedoch können wir Ihnen nach einer bestimmten Zeit möglicherweise keine Kopie des unterzeichneten Dokuments mehr zur Verfügung stellen."
-#: packages/lib/constants/template.ts:21
+#: packages/lib/constants/template.ts
msgid "After submission, a document will be automatically generated and added to your documents page. You will also receive a notification via email."
msgstr "Nach der Übermittlung wird ein Dokument automatisch generiert und zu Ihrer Dokumentenseite hinzugefügt. Sie erhalten außerdem eine Benachrichtigung per E-Mail."
-#: apps/remix/app/components/general/document/document-status.tsx:46
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "All"
msgstr "Alle"
-#: apps/remix/app/components/general/app-command-menu.tsx:38
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "All documents"
msgstr "Alle Dokumente"
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:35
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "All documents have been processed. Any new documents that are sent or received will show here."
msgstr "Alle Dokumente wurden verarbeitet. Alle neuen Dokumente, die gesendet oder empfangen werden, werden hier angezeigt."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:77
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "All documents related to the electronic signing process will be provided to you electronically through our platform or via email. It is your responsibility to ensure that your email address is current and that you can receive and open our emails."
msgstr "Alle Dokumente, die mit dem elektronischen Unterzeichnungsprozess zusammenhängen, werden Ihnen elektronisch über unsere Plattform oder per E-Mail zur Verfügung gestellt. Es liegt in Ihrer Verantwortung, sicherzustellen, dass Ihre E-Mail-Adresse aktuell ist und dass Sie unsere E-Mails empfangen und öffnen können."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:141
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "All inserted signatures will be voided"
msgstr "Alle eingefügten Unterschriften werden annulliert"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:144
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "All recipients will be notified"
msgstr "Alle Empfänger werden benachrichtigt"
-#: packages/email/template-components/template-document-cancel.tsx:31
+#: packages/email/template-components/template-document-cancel.tsx
msgid "All signatures have been voided."
msgstr "Alle Unterschriften wurden ungültig gemacht."
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:60
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "All signing links have been copied to your clipboard."
msgstr "Alle Signierlinks wurden in die Zwischenablage kopiert."
-#: apps/remix/app/components/general/app-command-menu.tsx:53
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "All templates"
msgstr "Alle Vorlagen"
-#: apps/remix/app/components/general/period-selector.tsx:56
+#: apps/remix/app/components/general/period-selector.tsx
msgid "All Time"
msgstr "Alle Zeiten"
-#: packages/email/templates/confirm-team-email.tsx:99
+#: packages/email/templates/confirm-team-email.tsx
msgid "Allow document recipients to reply directly to this email address"
msgstr "Erlauben Sie den Dokumentempfängern, direkt an diese E-Mail-Adresse zu antworten"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:141
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Allows authenticating using biometrics, password managers, hardware keys, etc."
msgstr "Erlaubt die Authentifizierung mit biometrischen Daten, Passwort-Managern, Hardware-Schlüsseln usw."
-#: apps/remix/app/components/forms/signup.tsx:420
+#: apps/remix/app/components/forms/signup.tsx
msgid "Already have an account? <0>Sign in instead0>"
msgstr "Hast du bereits ein Konto? <0>Stattdessen anmelden0>"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:86
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Amount"
msgstr "Betrag"
-#: packages/email/templates/document-super-delete.tsx:22
+#: packages/email/templates/document-super-delete.tsx
msgid "An admin has deleted your document \"{documentName}\"."
msgstr "Ein Administrator hat dein Dokument \"{documentName}\" gelöscht."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:44
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "An electronic signature provided by you on our platform, achieved through clicking through to a document and entering your name, or any other electronic signing method we provide, is legally binding. It carries the same weight and enforceability as a manual signature written with ink on paper."
msgstr "Eine elektronische Unterschrift, die Sie auf unserer Plattform bereitstellen, durch Klicken auf ein Dokument und Eingabe Ihres Namens oder einer anderen von uns bereitgestellten elektronischen Unterzeichnungsart, ist rechtlich bindend. Sie hat das gleiche Gewicht und die gleiche Durchsetzbarkeit wie eine handschriftliche Unterschrift auf Papier."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:63
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "An email account"
msgstr "Ein E-Mail-Konto"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:258
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "An email containing an invitation will be sent to each member."
msgstr "Eine E-Mail mit einer Einladung wird an jedes Mitglied gesendet."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:107
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "An email requesting the transfer of this team has been sent."
msgstr "Eine E-Mail, in der die Übertragung dieses Teams angefordert wird, wurde gesendet."
-#: apps/remix/app/components/general/claim-account.tsx:96
-#: apps/remix/app/components/forms/token.tsx:140
-#: apps/remix/app/components/forms/signup.tsx:160
-#: apps/remix/app/components/forms/reset-password.tsx:91
-#: apps/remix/app/components/forms/password.tsx:89
-#: apps/remix/app/components/forms/avatar-image.tsx:122
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/token.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "An error occurred"
msgstr "Ein Fehler ist aufgetreten"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:217
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "An error occurred while adding fields."
msgstr "Ein Fehler ist aufgetreten beim Hinzufügen von Feldern."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:177
-#: apps/remix/app/components/general/document/document-edit-form.tsx:235
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while adding signers."
msgstr "Ein Fehler ist aufgetreten, während Unterzeichner hinzugefügt wurden."
-#: apps/remix/app/components/general/document/document-edit-form.tsx:270
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while adding the fields."
msgstr "Ein Fehler ist aufgetreten, während die Felder hinzugefügt wurden."
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:150
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "An error occurred while auto-signing the document, some fields may not be signed. Please review and manually sign any remaining fields."
msgstr "Beim automatischen Signieren des Dokuments ist ein Fehler aufgetreten, einige Felder wurden möglicherweise nicht signiert. Bitte überprüfen Sie und signieren Sie alle verbleibenden Felder manuell."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:186
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "An error occurred while creating document from template."
msgstr "Ein Fehler ist aufgetreten, während das Dokument aus der Vorlage erstellt wurde."
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:95
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "An error occurred while creating the webhook. Please try again."
msgstr "Ein Fehler ist aufgetreten, während der Webhook erstellt wurde. Bitte versuchen Sie es erneut."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:59
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "An error occurred while deleting the user."
msgstr "Ein Fehler ist beim Löschen des Benutzers aufgetreten."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:125
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "An error occurred while disabling direct link signing."
msgstr "Ein Fehler ist aufgetreten, während das direkte Links-Signieren deaktiviert wurde."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:59
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "An error occurred while disabling the user."
msgstr "Ein Fehler ist aufgetreten, während der Benutzer deaktiviert wurde."
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:96
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:74
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:95
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:64
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
msgid "An error occurred while downloading your document."
msgstr "Ein Fehler ist aufgetreten, während dein Dokument heruntergeladen wurde."
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:45
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "An error occurred while duplicating template."
msgstr "Ein Fehler ist aufgetreten, während die Vorlage dupliziert wurde."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:124
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "An error occurred while enabling direct link signing."
msgstr "Ein Fehler ist aufgetreten, während das direkte Links-Signieren aktiviert wurde."
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:56
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "An error occurred while enabling the user."
msgstr "Ein Fehler ist aufgetreten, während der Benutzer aktiviert wurde."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:262
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "An error occurred while loading team members. Please try again later."
msgstr "Ein Fehler ist aufgetreten, während die Teammitglieder geladen wurden. Bitte versuchen Sie es später erneut."
-#: packages/ui/primitives/pdf-viewer.tsx:167
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "An error occurred while loading the document."
msgstr "Ein Fehler ist beim Laden des Dokuments aufgetreten."
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:55
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "An error occurred while moving the document."
msgstr "Ein Fehler ist aufgetreten, während das Dokument verschoben wurde."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:81
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "An error occurred while moving the template."
msgstr "Ein Fehler ist aufgetreten, während die Vorlage verschoben wurde."
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:209
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:204
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:155
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:112
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:115
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:136
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:124
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:157
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while removing the field."
msgstr "Ein Fehler ist beim Entfernen des Feldes aufgetreten."
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:132
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
msgid "An error occurred while removing the selection."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:188
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "An error occurred while removing the signature."
msgstr "Ein Fehler ist aufgetreten, während die Unterschrift entfernt wurde."
-#: apps/remix/app/components/general/document/document-edit-form.tsx:312
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while sending the document."
msgstr "Ein Fehler ist aufgetreten, während das Dokument gesendet wurde."
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:61
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "An error occurred while sending your confirmation email"
msgstr "Beim Senden Ihrer Bestätigungs-E-Mail ist ein Fehler aufgetreten"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:180
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:104
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:154
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:128
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:85
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:88
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:103
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:97
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:127
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while signing as assistant."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:181
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:162
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:105
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:155
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:129
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:86
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:89
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:104
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:98
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:128
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while signing the document."
msgstr "Ein Fehler ist aufgetreten, während das Dokument unterzeichnet wurde."
-#: apps/remix/app/components/general/billing-plans.tsx:63
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "An error occurred while trying to create a checkout session."
msgstr ""
-#: apps/remix/app/components/general/template/template-edit-form.tsx:149
-#: apps/remix/app/components/general/document/document-edit-form.tsx:205
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while updating the document settings."
msgstr "Ein Fehler ist aufgetreten, während die Dokumenteinstellungen aktualisiert wurden."
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:215
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while updating the signature."
msgstr "Ein Fehler ist aufgetreten, während die Unterschrift aktualisiert wurde."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:79
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "An error occurred while updating your profile."
msgstr "Ein Fehler ist aufgetreten, während dein Profil aktualisiert wurde."
-#: apps/remix/app/components/general/document/document-upload.tsx:100
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "An error occurred while uploading your document."
msgstr "Ein Fehler ist aufgetreten, während dein Dokument hochgeladen wurde."
-#: apps/remix/app/components/general/generic-error-layout.tsx:48
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "An unexpected error occurred."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:88
-#: apps/remix/app/components/general/app-command-menu.tsx:309
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:51
-#: apps/remix/app/components/forms/team-update-form.tsx:91
-#: apps/remix/app/components/forms/signup.tsx:181
-#: apps/remix/app/components/forms/signup.tsx:195
-#: apps/remix/app/components/forms/signin.tsx:52
-#: apps/remix/app/components/forms/signin.tsx:265
-#: apps/remix/app/components/forms/signin.tsx:281
-#: apps/remix/app/components/forms/public-profile-form.tsx:103
-#: apps/remix/app/components/forms/profile.tsx:74
-#: apps/remix/app/components/forms/avatar-image.tsx:94
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:81
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:88
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:114
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:99
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:154
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:57
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:57
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:86
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:97
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:82
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:104
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:139
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:175
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:56
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:55
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "An unknown error occurred"
msgstr "Es ist ein unbekannter Fehler aufgetreten"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:223
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Any payment methods attached to this team will remain attached to this team. Please contact us if you need to update this information."
msgstr "Alle Zahlungsmethoden, die mit diesem Team verbunden sind, bleiben diesem Team zugeordnet. Bitte kontaktiere uns, wenn du diese Informationen aktualisieren möchtest."
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:217
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Any Source"
msgstr "Jede Quelle"
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:197
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Any Status"
msgstr "Jeder Status"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:26
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:84
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:82
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:94
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:85
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "API Tokens"
msgstr "API-Token"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:92
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "App Version"
msgstr "App-Version"
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:135
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:118
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:143
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:89
-#: packages/lib/constants/recipient-roles.ts:7
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Approve"
msgstr "Genehmigen"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:185
-#: packages/email/template-components/template-document-invite.tsx:108
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Approve Document"
msgstr "Dokument genehmigen"
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:93
-#: packages/lib/constants/recipient-roles.ts:8
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Approved"
msgstr "Genehmigt"
-#: packages/lib/constants/recipient-roles.ts:10
+#: packages/lib/constants/recipient-roles.ts
msgid "Approver"
msgstr "Genehmiger"
-#: packages/lib/constants/recipient-roles.ts:11
+#: packages/lib/constants/recipient-roles.ts
msgid "Approvers"
msgstr "Genehmigende"
-#: packages/lib/constants/recipient-roles.ts:9
+#: packages/lib/constants/recipient-roles.ts
msgid "Approving"
msgstr "Genehmigung"
-#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx:46
+#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
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/remix/app/components/dialogs/token-delete-dialog.tsx:120
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Are you sure you want to delete this token?"
msgstr "Bist du sicher, dass du dieses Token löschen möchtest?"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:127
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
msgid "Are you sure you want to reject this document? This action cannot be undone."
msgstr "Sind Sie sicher, dass Sie dieses Dokument ablehnen möchten? Diese Aktion kann nicht rückgängig gemacht werden."
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:193
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Are you sure you want to remove the <0>{passkeyName}0> passkey."
msgstr "Bist du sicher, dass du den <0>{passkeyName}0> Passkey entfernen möchtest."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:124
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Are you sure you wish to delete this team?"
msgstr "Bist du dir sicher, dass du dieses Team löschen möchtest?"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:93
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:455
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:80
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:80
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:113
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:436
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:94
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Are you sure?"
msgstr "Bist du dir sicher?"
-#: packages/lib/constants/recipient-roles.ts:35
+#: packages/lib/constants/recipient-roles.ts
msgid "Assist"
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:186
-#: packages/email/template-components/template-document-invite.tsx:110
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Assist Document"
msgstr ""
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:299
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Assist with signing"
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:38
+#: packages/lib/constants/recipient-roles.ts
msgid "Assistant"
msgstr ""
-#: packages/ui/components/recipient/recipient-role-select.tsx:140
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Assistant role is only available when the document is in sequential signing mode."
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:39
+#: packages/lib/constants/recipient-roles.ts
msgid "Assistants"
msgstr ""
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:125
-#: packages/lib/constants/recipient-roles.ts:36
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Assisted"
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:37
+#: packages/lib/constants/recipient-roles.ts
msgid "Assisting"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:115
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
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."
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:133
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Audit Log"
msgstr "Audit-Protokoll"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:206
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Authentication Level"
msgstr "Authentifizierungsstufe"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:48
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:38
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "Authentication required"
msgstr "Authentifizierung erforderlich"
-#: apps/remix/app/components/forms/avatar-image.tsx:142
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Avatar"
msgstr "Avatar"
-#: apps/remix/app/components/forms/avatar-image.tsx:109
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Avatar Updated"
msgstr "Avatar aktualisiert"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:125
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Awaiting email confirmation"
msgstr "Warte auf E-Mail-Bestätigung"
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:367
-#: apps/remix/app/components/forms/signup.tsx:503
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Back"
msgstr "Zurück"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:160
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Back to Documents"
msgstr "Zurück zu Dokumenten"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:151
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Background Color"
msgstr "Hintergrundfarbe"
-#: apps/remix/app/components/forms/signin.tsx:463
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:162
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Backup Code"
msgstr "Backup-Code"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:170
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Backup codes"
msgstr "Backup-Codes"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:80
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Banner Updated"
msgstr "Banner aktualisiert"
-#: apps/remix/app/components/forms/signup.tsx:466
+#: apps/remix/app/components/forms/signup.tsx
msgid "Basic details"
msgstr "Basisdetails"
-#: packages/email/template-components/template-confirmation-email.tsx:25
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "Before you get started, please confirm your email address by clicking the button below:"
msgstr "Bitte bestätige vor dem Start deine E-Mail-Adresse, indem du auf den Button unten klickst:"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:77
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:84
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:111
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:109
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:121
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:112
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Billing"
msgstr "Abrechnung"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:534
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Black"
msgstr "Schwarz"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:548
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Blue"
msgstr "Blau"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:40
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Branding Preferences"
msgstr "Markenpräferenzen"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:101
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Branding preferences updated"
msgstr "Markenpräferenzen aktualisiert"
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:93
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:48
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
msgid "Browser"
msgstr "Browser"
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:143
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "Bulk Copy"
msgstr "Massenkopie"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:275
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Bulk Import"
msgstr "Bulk-Import"
#. placeholder {0}: template.title
-#: packages/lib/jobs/definitions/internal/bulk-send-template.handler.ts:203
+#: packages/lib/jobs/definitions/internal/bulk-send-template.handler.ts
msgid "Bulk Send Complete: {0}"
msgstr "Massenversand abgeschlossen: {0}"
-#: packages/email/templates/bulk-send-complete.tsx:30
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Bulk send operation complete for template \"{templateName}\""
msgstr "Massenversand abgeschlossen für Vorlage \"{templateName}\""
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:127
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Bulk Send Template via CSV"
msgstr "Bulk-Vorlage senden über CSV"
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:99
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:119
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Bulk Send via CSV"
msgstr "Massenversand per CSV"
-#: packages/email/templates/team-invite.tsx:85
+#: packages/email/templates/team-invite.tsx
msgid "by <0>{senderName}0>"
msgstr "von <0>{senderName}0>"
-#: packages/email/templates/confirm-team-email.tsx:88
+#: packages/email/templates/confirm-team-email.tsx
msgid "By accepting this request, you will be granting <0>{teamName}0> access to:"
msgstr "Durch die Annahme dieser Anfrage gewähren Sie <0>{teamName}0> Zugriff auf:"
-#: packages/email/templates/team-transfer-request.tsx:71
+#: packages/email/templates/team-transfer-request.tsx
msgid "By accepting this request, you will take responsibility for any billing items associated with this team."
msgstr "Indem du diese Anfrage annimmst, übernimmst du die Verantwortung für alle Abrechnungspunkte, die mit diesem Team verbunden sind."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:152
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "By deleting this document, the following will occur:"
msgstr "Durch das Löschen dieses Dokuments wird Folgendes passieren:"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:113
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "By enabling 2FA, you will be required to enter a code from your authenticator app every time you sign in using email password."
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:138
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "By proceeding to use the electronic signature service provided by Documenso, you affirm that you have read and understood this disclosure. You agree to all terms and conditions related to the use of electronic signatures and electronic transactions as outlined herein."
msgstr "Indem Sie den elektronischen Unterzeichnungsdienst von Documenso verwenden, bestätigen Sie, dass Sie diese Offenlegung gelesen und verstanden haben. Sie stimmen allen Bedingungen und Konditionen zu, die mit der Verwendung elektronischer Unterschriften und elektronischer Transaktionen verbunden sind, wie hierin dargelegt."
-#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx:16
+#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx
msgid "By proceeding with your electronic signature, you acknowledge and consent that it will be used to sign the given document and holds the same legal validity as a handwritten signature. By completing the electronic signing process, you affirm your understanding and acceptance of these conditions."
msgstr "Indem Sie fortfahren, Ihre elektronische Unterschrift zu leisten, erkennen Sie an und stimmen zu, dass sie verwendet wird, um das gegebene Dokument zu unterzeichnen, und die gleiche rechtliche Gültigkeit wie eine handschriftliche Unterschrift hat. Durch den Abschluss des elektronischen Unterzeichnungsprozesses bestätigen Sie Ihr Verständnis und Ihre Akzeptanz dieser Bedingungen."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:88
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
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:126
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Can prepare"
msgstr ""
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:162
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:203
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:118
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:108
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:364
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:315
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:160
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:349
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:234
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:208
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:383
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:131
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:212
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:165
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:190
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:75
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:175
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:172
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:263
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:156
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:234
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:167
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:145
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:71
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:472
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:78
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:262
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:241
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:186
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:367
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:103
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:101
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:159
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:147
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:182
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:161
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:217
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:167
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:447
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:247
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:183
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:115
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:112
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:186
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:58
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:321
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Cancel"
msgstr "Abbrechen"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:225
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Cancelled by user"
msgstr "Vom Benutzer abgebrochen"
-#: packages/ui/primitives/document-flow/add-signers.tsx:196
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Cannot remove signer"
msgstr "Unterzeichner kann nicht entfernt werden"
-#: packages/lib/constants/recipient-roles.ts:17
+#: packages/lib/constants/recipient-roles.ts
msgid "Cc"
msgstr "Cc"
-#: packages/lib/constants/recipient-roles.ts:14
-#: packages/lib/constants/recipient-roles.ts:16
+#: packages/lib/constants/recipient-roles.ts
+#: packages/lib/constants/recipient-roles.ts
msgid "CC"
msgstr "CC"
-#: packages/lib/constants/recipient-roles.ts:15
+#: packages/lib/constants/recipient-roles.ts
msgid "CC'd"
msgstr "CC'd"
-#: packages/lib/constants/recipient-roles.ts:18
+#: packages/lib/constants/recipient-roles.ts
msgid "Ccers"
msgstr "Kohlenstoffkopierer"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:94
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Character Limit"
msgstr "Zeichenbeschränkung"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:148
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Charts"
msgstr "Diagramme"
-#: packages/ui/primitives/document-flow/types.ts:58
+#: packages/ui/primitives/document-flow/types.ts
msgid "Checkbox"
msgstr "Kontrollkästchen"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:196
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Checkbox values"
msgstr "Checkbox-Werte"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:180
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Checkout"
msgstr "Abrechnung"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:272
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Choose an existing recipient from below to continue"
msgstr "Wählen Sie einen vorhandenen Empfänger unten aus, um fortzufahren"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:268
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Choose Direct Link Recipient"
msgstr "Wählen Sie den direkten Link Empfänger"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:156
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Choose how the document will reach recipients"
msgstr "Wählen Sie, wie das Dokument die Empfänger erreichen soll"
-#: apps/remix/app/components/forms/token.tsx:194
+#: apps/remix/app/components/forms/token.tsx
msgid "Choose..."
msgstr "Wählen..."
-#: apps/remix/app/components/general/claim-account.tsx:155
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Claim account"
msgstr "Konto beanspruchen"
-#: apps/remix/app/components/forms/signup.tsx:475
+#: apps/remix/app/components/forms/signup.tsx
msgid "Claim username"
msgstr "Benutzername beanspruchen"
-#: apps/remix/app/components/forms/signup.tsx:276
+#: apps/remix/app/components/forms/signup.tsx
msgid "Claim your username now"
msgstr "Benutzername jetzt beanspruchen"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:535
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Clear file"
msgstr "Datei löschen"
-#: packages/ui/primitives/data-table.tsx:154
+#: packages/ui/primitives/data-table.tsx
msgid "Clear filters"
msgstr "Filter löschen"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:568
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Clear Signature"
msgstr "Unterschrift löschen"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:124
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "Click here to get started"
msgstr "Klicken Sie hier, um zu beginnen"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:112
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:60
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:75
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:131
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Click here to retry"
msgstr "Klicken Sie hier, um es erneut zu versuchen"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:390
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Click here to upload"
msgstr "Klicken Sie hier, um hochzuladen"
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:48
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:61
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
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/remix/app/components/general/document-signing/document-signing-form.tsx:176
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:181
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:486
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:479
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Click to insert field"
msgstr "Klicken, um das Feld auszufüllen"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:118
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:139
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:122
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:138
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:111
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:186
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:554
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:118
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:316
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:420
-#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx:42
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx
msgid "Close"
msgstr "Schließen"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:61
-#: apps/remix/app/components/forms/signup.tsx:528
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:476
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:469
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Complete"
msgstr "Abschließen"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:70
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Approval"
msgstr "Genehmigung abschließen"
-#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx:43
+#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
msgid "Complete Document"
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:69
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Signing"
msgstr "Unterzeichnung abschließen"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:227
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Complete the fields for the following signers. Once reviewed, they will inform you if any modifications are needed."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:68
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Viewing"
msgstr "Betrachten abschließen"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:75
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:200
-#: apps/remix/app/components/general/document/document-status.tsx:28
-#: packages/lib/constants/document.ts:9
-#: packages/email/template-components/template-document-self-signed.tsx:37
-#: packages/email/template-components/template-document-recipient-signed.tsx:37
-#: packages/email/template-components/template-document-completed.tsx:35
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-status.tsx
+#: packages/lib/constants/document.ts
+#: packages/email/template-components/template-document-self-signed.tsx
+#: packages/email/template-components/template-document-recipient-signed.tsx
+#: packages/email/template-components/template-document-completed.tsx
msgid "Completed"
msgstr "Abgeschlossen"
-#: packages/email/templates/document-self-signed.tsx:19
-#: packages/email/templates/document-completed.tsx:23
+#: packages/email/templates/document-self-signed.tsx
+#: packages/email/templates/document-completed.tsx
msgid "Completed Document"
msgstr "Abgeschlossenes Dokument"
-#: apps/remix/app/components/general/app-command-menu.tsx:44
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Completed documents"
msgstr "Abgeschlossene Dokumente"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:110
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Completed Documents"
msgstr "Abgeschlossene Dokumente"
-#: packages/lib/constants/template.ts:12
+#: packages/lib/constants/template.ts
msgid "Configure Direct Recipient"
msgstr "Direkten Empfänger konfigurieren"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:141
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Configure general settings for the document."
msgstr "Konfigurieren Sie die allgemeinen Einstellungen für das Dokument."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:73
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Configure general settings for the template."
msgstr "Konfigurieren Sie die allgemeinen Einstellungen für die Vorlage."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:334
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Configure template"
msgstr "Vorlage konfigurieren"
#. placeholder {0}: parseMessageDescriptor( _, FRIENDLY_FIELD_TYPE[currentField.type], )
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:497
-#: packages/ui/primitives/document-flow/add-fields.tsx:584
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Configure the {0} field"
msgstr "Konfigurieren Sie das Feld {0}"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:481
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:457
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Confirm"
msgstr "Bestätigen"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:205
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Confirm by typing <0>{confirmTransferMessage}0>"
msgstr "Bestätigen Sie durch Eingabe von <0>{confirmTransferMessage}0>"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:147
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Confirm by typing <0>{deleteMessage}0>"
msgstr "Bestätigen Sie durch Eingabe von <0>{deleteMessage}0>"
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:133
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:143
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Confirm by typing: <0>{deleteMessage}0>"
msgstr "Bestätigen Sie durch Eingabe: <0>{deleteMessage}0>"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:146
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Confirm Deletion"
msgstr "Bestätigung der Löschung"
-#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx:15
-#: packages/email/template-components/template-confirmation-email.tsx:35
+#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "Confirm email"
msgstr "E-Mail bestätigen"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:50
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "Confirmation email sent"
msgstr "Bestätigungs-E-Mail gesendet"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:85
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Consent to Electronic Transactions"
msgstr "Zustimmung zu elektronischen Transaktionen"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:147
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Contact Information"
msgstr "Kontaktinformationen"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:194
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Content"
msgstr "Inhalt"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:156
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:110
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:149
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:133
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:171
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:158
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:299
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:325
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:251
-#: packages/ui/primitives/document-flow/document-flow-root.tsx:140
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
+#: packages/ui/primitives/document-flow/document-flow-root.tsx
msgid "Continue"
msgstr "Fortsetzen"
-#: packages/email/template-components/template-document-invite.tsx:85
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by approving the document."
msgstr "Fahre fort, indem du das Dokument genehmigst."
-#: packages/email/template-components/template-document-invite.tsx:88
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by assisting with the document."
msgstr ""
-#: packages/email/template-components/template-document-completed.tsx:45
+#: packages/email/template-components/template-document-completed.tsx
msgid "Continue by downloading the document."
msgstr "Fahre fort, indem du das Dokument herunterlädst."
-#: packages/email/template-components/template-document-invite.tsx:83
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by signing the document."
msgstr "Fahre fort, indem du das Dokument signierst."
-#: packages/email/template-components/template-document-invite.tsx:84
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by viewing the document."
msgstr "Fahre fort, indem du das Dokument ansiehst."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:164
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "Continue to login"
msgstr "Weiter zum Login"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:184
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls the default language of an uploaded document. This will be used as the language in email communications with the recipients."
msgstr "Steuert die Standardsprache eines hochgeladenen Dokuments. Diese wird als Sprache in der E-Mail-Kommunikation mit den Empfängern verwendet."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:152
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls the default visibility of an uploaded document."
msgstr "Steuert die Standard-sichtbarkeit eines hochgeladenen Dokuments."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:231
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls the formatting of the message that will be sent when inviting a recipient to sign a document. If a custom message has been provided while configuring the document, it will be used instead."
msgstr "Steuert das Format der Nachricht, die gesendet wird, wenn ein Empfänger eingeladen wird, ein Dokument zu unterschreiben. Wenn eine benutzerdefinierte Nachricht beim Konfigurieren des Dokuments bereitgestellt wurde, wird diese stattdessen verwendet."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:262
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls whether the recipients can sign the documents using a typed signature. Enable or disable the typed signature globally."
msgstr "Legt fest, ob die Empfänger die Dokumente mit einer getippten Unterschrift unterschreiben können. Aktivieren oder deaktivieren Sie die getippte Unterschrift global."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:292
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls whether the signing certificate will be included in the document when it is downloaded. The signing certificate can still be downloaded from the logs page separately."
msgstr "Legt fest, ob das Signaturzertifikat in das Dokument aufgenommen wird, wenn es heruntergeladen wird. Das Signaturzertifikat kann weiterhin separat von der Protokollseite heruntergeladen werden."
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:126
-#: packages/ui/primitives/document-flow/add-subject.tsx:249
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Copied"
msgstr "Kopiert"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:71
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:36
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:30
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:59
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:115
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:167
-#: apps/remix/app/components/forms/public-profile-form.tsx:116
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:165
-#: packages/ui/primitives/document-flow/add-subject.tsx:236
-#: packages/ui/components/document/document-share-button.tsx:45
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/ui/components/document/document-share-button.tsx
msgid "Copied to clipboard"
msgstr "In die Zwischenablage kopiert"
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:121
-#: packages/ui/primitives/document-flow/add-subject.tsx:244
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Copy"
msgstr "Kopieren"
-#: packages/ui/components/document/document-share-button.tsx:193
+#: packages/ui/components/document/document-share-button.tsx
msgid "Copy Link"
msgstr "Link kopieren"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:163
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "Copy sharable link"
msgstr "Kopieren Sie den teilbaren Link"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:397
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Copy Shareable Link"
msgstr "Kopiere den teilbaren Link"
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:81
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "Copy Signing Links"
msgstr "Signierlinks kopieren"
-#: apps/remix/app/components/forms/token.tsx:284
+#: apps/remix/app/components/forms/token.tsx
msgid "Copy token"
msgstr "Token kopieren"
-#: apps/remix/app/routes/_profile+/_layout.tsx:83
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:238
+#: apps/remix/app/routes/_profile+/_layout.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Create"
msgstr "Erstellen"
-#: packages/email/template-components/template-document-self-signed.tsx:47
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "Create a <0>free account0> to access your signed documents at any time."
msgstr "Erstelle ein <0>kostenfreies Konto0>, um jederzeit auf deine unterzeichneten Dokumente zuzugreifen."
-#: apps/remix/app/components/forms/signup.tsx:261
+#: apps/remix/app/components/forms/signup.tsx
msgid "Create a new account"
msgstr "Ein neues Konto erstellen"
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:149
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Create a team to collaborate with your team members."
msgstr "Ein Team erstellen, um mit Ihren Teammitgliedern zusammenzuarbeiten."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:136
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:131
-#: packages/email/template-components/template-document-self-signed.tsx:69
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "Create account"
msgstr "Konto erstellen"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:562
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create and send"
msgstr "Erstellen und senden"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:560
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create as draft"
msgstr "Als Entwurf erstellen"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:363
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create as pending"
msgstr "Als ausstehend erstellen"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx:35
+#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx
msgid "Create Direct Link"
msgstr "Direkten Link erstellen"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:203
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Create Direct Signing Link"
msgstr "Direkten Signatur-Link erstellen"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:224
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create document from template"
msgstr "Dokument aus der Vorlage erstellen"
-#: apps/remix/app/routes/_profile+/_layout.tsx:79
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "Create now"
msgstr "Jetzt erstellen"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:352
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Create one automatically"
msgstr "Einen automatisch erstellen"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:564
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create signing links"
msgstr "Unterzeichnung Links erstellen"
-#: apps/remix/app/components/general/menu-switcher.tsx:174
-#: apps/remix/app/components/general/menu-switcher.tsx:240
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:137
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:145
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Create team"
msgstr "Team erstellen"
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:225
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Create Team"
msgstr "Team erstellen"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:370
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create the document as pending and ready to sign."
msgstr "Erstellen Sie das Dokument als ausstehend und bereit zur Unterschrift."
-#: apps/remix/app/components/forms/token.tsx:244
-#: apps/remix/app/components/forms/token.tsx:253
+#: apps/remix/app/components/forms/token.tsx
+#: apps/remix/app/components/forms/token.tsx
msgid "Create token"
msgstr "Token erstellen"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:118
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Create webhook"
msgstr "Webhook erstellen"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:110
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Create Webhook"
msgstr "Webhook erstellen"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:241
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Create your account and start using state-of-the-art document signing."
msgstr "Erstellen Sie Ihr Konto und beginnen Sie mit dem modernen Dokumentensignieren."
-#: apps/remix/app/components/forms/signup.tsx:265
+#: apps/remix/app/components/forms/signup.tsx
msgid "Create your account and start using state-of-the-art document signing. Open and beautiful signing is within your grasp."
msgstr "Erstellen Sie Ihr Konto und beginnen Sie mit dem modernen Dokumentensignieren. Offenes und schönes Signieren liegt in Ihrer Reichweite."
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:57
-#: apps/remix/app/components/tables/templates-table.tsx:63
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:60
-#: apps/remix/app/components/tables/documents-table.tsx:47
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:110
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:34
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:101
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:35
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:271
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Created"
msgstr "Erstellt"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:116
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:39
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Created At"
msgstr "Erstellt am"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:90
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Created by"
msgstr "Erstellt von"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:84
-#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx:74
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx
msgid "Created on"
msgstr "Erstellt am"
#. placeholder {0}: i18n.date(webhook.createdAt, DateTime.DATETIME_FULL)
#. placeholder {0}: i18n.date(token.createdAt, DateTime.DATETIME_FULL)
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:88
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:83
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:83
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Created on {0}"
msgstr "Erstellt am {0}"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:142
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "CSV Structure"
msgstr "CSV-Struktur"
-#: apps/remix/app/components/forms/password.tsx:109
+#: apps/remix/app/components/forms/password.tsx
msgid "Current Password"
msgstr "Aktuelles Passwort"
-#: apps/remix/app/components/forms/password.tsx:78
+#: apps/remix/app/components/forms/password.tsx
msgid "Current password is incorrect."
msgstr "Aktuelles Passwort ist falsch."
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:153
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Current recipients:"
msgstr "Aktuelle Empfänger:"
-#: apps/remix/app/components/general/billing-plans.tsx:26
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Daily"
msgstr ""
-#: apps/remix/app/components/general/app-command-menu.tsx:261
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Dark Mode"
msgstr "Dunkelmodus"
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:64
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:146
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:815
-#: packages/ui/primitives/document-flow/types.ts:53
-#: packages/ui/primitives/document-flow/add-fields.tsx:940
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Date"
msgstr "Datum"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:96
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Date created"
msgstr "Erstellungsdatum"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:452
-#: packages/ui/primitives/document-flow/add-settings.tsx:323
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Date Format"
msgstr "Datumsformat"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:184
-#: packages/email/templates/team-invite.tsx:101
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: packages/email/templates/team-invite.tsx
msgid "Decline"
msgstr "Ablehnen"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:163
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Declined team invitation"
msgstr "Team-Einladung abgelehnt"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:164
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Default Document Language"
msgstr "Standardsprache des Dokuments"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:128
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Default Document Visibility"
msgstr "Standard Sichtbarkeit des Dokuments"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "delete"
msgstr "löschen"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:100
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:95
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:103
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:109
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:182
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:216
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:175
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:144
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:102
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:112
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:87
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:112
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:165
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:196
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Delete"
msgstr "Löschen"
#. placeholder {0}: webhook.webhookUrl
#. placeholder {0}: token.name
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:49
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:49
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "delete {0}"
msgstr "löschen {0}"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "delete {teamName}"
msgstr "löschen {teamName}"
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:129
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "Delete account"
msgstr "Konto löschen"
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:90
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:97
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:72
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:86
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:93
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Delete Account"
msgstr "Konto löschen"
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:123
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "Delete document"
msgstr "Dokument löschen"
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:73
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:86
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:93
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "Delete Document"
msgstr "Dokument löschen"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:189
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Delete passkey"
msgstr "Passkey löschen"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:195
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:116
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Delete team"
msgstr "Team löschen"
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:72
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "Delete team member"
msgstr "Teammitglied löschen"
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:76
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "Delete the document. This action is irreversible so proceed with caution."
msgstr "Löschen Sie das Dokument. Diese Aktion ist irreversibel, daher seien Sie vorsichtig."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:79
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "Delete the users account and all its contents. This action is irreversible and will cancel their subscription, so proceed with caution."
msgstr "Löschen Sie das Benutzerkonto und seinen gesamten Inhalt. Diese Aktion ist irreversibel und wird das Abonnement kündigen, seien Sie also vorsichtig."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:110
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "Delete Webhook"
msgstr "Webhook löschen"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:75
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Delete your account and all its contents, including completed documents. This action is irreversible and will cancel your subscription, so proceed with caution."
msgstr "Löschen Sie Ihr Konto und alle Inhalte, einschließlich abgeschlossener Dokumente. Diese Aktion ist irreversibel und führt zur Kündigung Ihres Abonnements, seien Sie also vorsichtig."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:102
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:77
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Deleted"
msgstr "Gelöscht"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:146
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Deleting account..."
msgstr "Konto wird gelöscht..."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:186
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Details"
msgstr "Einzelheiten"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:250
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:69
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
msgid "Device"
msgstr "Gerät"
-#: packages/email/templates/reset-password.tsx:72
+#: packages/email/templates/reset-password.tsx
msgid "Didn't request a password change? We are here to help you secure your account, just <0>contact us.0>"
msgstr "Hast du keinen Passwortwechsel angefordert? Wir helfen dir, dein Konto abzusichern, kontaktiere uns einfach <0>hier.0>"
-#: apps/remix/app/components/tables/templates-table.tsx:105
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:45
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
msgid "direct link"
msgstr "Direkter Link"
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:83
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:38
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Direct link"
msgstr "Direkter Link"
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:152
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:223
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Direct Link"
msgstr "Direkter Link"
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:45
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
msgid "direct link disabled"
msgstr "Direkter Link deaktiviert"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:639
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "Direct link receiver"
msgstr "Empfänger des direkten Links"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:363
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct Link Signing"
msgstr "Direkt-Link-Signatur"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:116
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct link signing has been disabled"
msgstr "Die direkte Links-Signatur wurde deaktiviert"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:115
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct link signing has been enabled"
msgstr "Die direkte Links-Signatur wurde aktiviert"
-#: apps/remix/app/components/tables/templates-table.tsx:109
+#: apps/remix/app/components/tables/templates-table.tsx
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/remix/app/components/dialogs/template-direct-link-dialog.tsx:145
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct template link deleted"
msgstr "Direkter Vorlagenlink gelöscht"
#. placeholder {0}: quota.directTemplates
#. placeholder {1}: quota.directTemplates
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:229
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct template link usage exceeded ({0}/{1})"
msgstr "Die Verwendung des direkten Vorlagenlinks wurde überschritten ({0}/{1})"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:414
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Disable"
msgstr "Deaktivieren"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:111
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:118
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:187
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Disable 2FA"
msgstr "2FA deaktivieren"
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:134
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Disable account"
msgstr "Konto deaktivieren"
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:90
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:97
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Disable Account"
msgstr "Konto Deaktivieren"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:105
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Disable Two Factor Authentication before deleting your account."
msgstr "Deaktivieren Sie die Zwei-Faktor-Authentifizierung, bevor Sie Ihr Konto löschen."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:74
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:69
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "Disabled"
msgstr "Deaktiviert"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:380
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:79
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Disabling the user results in the user not being able to use the account. It also disables all the related contents such as subscription, webhooks, teams, and API keys."
msgstr "Das Deaktivieren des Benutzers führt dazu, dass der Benutzer das Konto nicht mehr nutzen kann. Es werden auch alle zugehörigen Inhalte wie Abonnements, Webhooks, Teams und API-Schlüssel deaktiviert."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:74
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Display your name and email in documents"
msgstr "Zeigen Sie Ihren Namen und Ihre E-Mail in Dokumenten an"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:155
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Distribute Document"
msgstr "Dokument verteilen"
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:60
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Do you want to delete this template?"
msgstr "Möchten Sie diese Vorlage löschen?"
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:56
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Do you want to duplicate this template?"
msgstr "Möchten Sie diese Vorlage duplizieren?"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:111
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Documenso will delete <0>all of your documents0>, along with all of your completed documents, signatures, and all other resources belonging to your Account."
msgstr "Documenso wird <0>alle Ihre Dokumente0> löschen, zusammen mit allen abgeschlossenen Dokumenten, Unterschriften und allen anderen Ressourcen, die zu Ihrem Konto gehören."
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:129
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:36
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Document"
msgstr "Dokument"
#. placeholder {0}: document.title
#. placeholder {1}: recipient.name
-#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts:140
+#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts
msgid "Document \"{0}\" - Rejected by {1}"
msgstr "Dokument \"{0}\" - Abgelehnt von {1}"
#. placeholder {0}: document.title
-#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts:100
+#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts
msgid "Document \"{0}\" - Rejection Confirmed"
msgstr "Dokument \"{0}\" - Ablehnung Bestätigt"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:222
-#: packages/ui/primitives/document-flow/add-settings.tsx:225
-#: packages/ui/components/document/document-global-auth-access-select.tsx:61
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "Document access"
msgstr "Dokumentenzugriff"
-#: packages/lib/utils/document-audit-logs.ts:325
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document access auth updated"
msgstr "Die Authentifizierung für den Dokumentenzugriff wurde aktualisiert"
-#: apps/remix/app/components/general/document/document-status.tsx:47
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document All"
msgstr "Dokument Alle"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:152
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document Approved"
msgstr "Dokument genehmigt"
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:176
-#: packages/lib/server-only/document/super-delete-document.ts:99
-#: packages/lib/server-only/document/delete-document.ts:261
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
+#: packages/lib/server-only/document/super-delete-document.ts
+#: packages/lib/server-only/document/delete-document.ts
msgid "Document Cancelled"
msgstr "Dokument storniert"
-#: apps/remix/app/components/general/document/document-status.tsx:29
-#: packages/lib/utils/document-audit-logs.ts:388
-#: packages/lib/utils/document-audit-logs.ts:389
+#: apps/remix/app/components/general/document/document-status.tsx
+#: packages/lib/utils/document-audit-logs.ts
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document completed"
msgstr "Dokument abgeschlossen"
-#: packages/ui/components/document/document-email-checkboxes.tsx:203
-#: packages/ui/components/document/document-email-checkboxes.tsx:279
+#: packages/ui/components/document/document-email-checkboxes.tsx
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Document completed email"
msgstr "E-Mail zum Abschluss des Dokuments"
-#: apps/remix/app/components/embed/embed-document-completed.tsx:17
+#: apps/remix/app/components/embed/embed-document-completed.tsx
msgid "Document Completed!"
msgstr "Dokument abgeschlossen!"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:166
-#: packages/lib/utils/document-audit-logs.ts:301
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document created"
msgstr "Dokument erstellt"
#. placeholder {0}: document.user.name
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:121
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Document created by <0>{0}0>"
msgstr "Dokument erstellt von <0>{0}0>"
-#: packages/lib/server-only/template/create-document-from-direct-template.ts:589
-#: packages/email/templates/document-created-from-direct-template.tsx:33
+#: packages/lib/server-only/template/create-document-from-direct-template.ts
+#: packages/email/templates/document-created-from-direct-template.tsx
msgid "Document created from direct template"
msgstr "Dokument erstellt aus direkter Vorlage"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:126
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Document created using a <0>direct link0>"
msgstr "Dokument erstellt mit einem <0>direkten Link0>"
-#: packages/lib/constants/template.ts:20
+#: packages/lib/constants/template.ts
msgid "Document Creation"
msgstr "Dokumenterstellung"
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:175
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:58
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:48
-#: packages/lib/utils/document-audit-logs.ts:305
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document deleted"
msgstr "Dokument gelöscht"
-#: packages/ui/components/document/document-email-checkboxes.tsx:241
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Document deleted email"
msgstr "E-Mail zum Löschen des Dokuments"
-#: packages/lib/server-only/document/send-delete-email.ts:86
+#: packages/lib/server-only/document/send-delete-email.ts
msgid "Document Deleted!"
msgstr "Dokument gelöscht!"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:263
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:272
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Document Distribution Method"
msgstr "Verteilungsmethode für Dokumente"
-#: apps/remix/app/components/general/document/document-status.tsx:35
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document draft"
msgstr "Dokument-Entwurf"
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:61
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Document Duplicated"
msgstr "Dokument dupliziert"
-#: packages/lib/utils/document-audit-logs.ts:345
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document external ID updated"
msgstr "Externe ID des Dokuments aktualisiert"
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:186
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:102
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Document history"
msgstr "Dokumentverlauf"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:86
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:82
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Document ID"
msgstr "Dokument-ID"
-#: apps/remix/app/components/general/document/document-status.tsx:41
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document inbox"
msgstr "Dokumenten-Posteingang"
-#: apps/remix/app/components/tables/templates-table.tsx:201
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Document Limit Exceeded!"
msgstr "Dokumentenlimit überschritten!"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:98
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Document metrics"
msgstr "Dokumentmetrik"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:45
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Document moved"
msgstr "Dokument verschoben"
-#: packages/lib/utils/document-audit-logs.ts:353
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document moved to team"
msgstr "Dokument ins Team verschoben"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:176
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document no longer available to sign"
msgstr "Dokument steht nicht mehr zur Unterschrift zur Verfügung"
-#: packages/lib/utils/document-audit-logs.ts:337
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document opened"
msgstr "Dokument geöffnet"
-#: apps/remix/app/components/general/document/document-status.tsx:23
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document pending"
msgstr "Dokument ausstehend"
-#: packages/ui/components/document/document-email-checkboxes.tsx:164
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Document pending email"
msgstr "E-Mail über ausstehende Dokumente"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:102
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Document preferences updated"
msgstr "Dokumentpräferenzen aktualisiert"
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:95
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Document re-sent"
msgstr "Dokument erneut gesendet"
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:97
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:12
-#: packages/email/template-components/template-document-rejected.tsx:21
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
+#: packages/email/template-components/template-document-rejected.tsx
msgid "Document Rejected"
msgstr "Dokument Abgelehnt"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:55
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Document resealed"
msgstr "Dokument wieder versiegelt"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:292
-#: packages/lib/utils/document-audit-logs.ts:349
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document sent"
msgstr "Dokument gesendet"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:150
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document Signed"
msgstr "Dokument signiert"
-#: packages/lib/utils/document-audit-logs.ts:329
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document signing auth updated"
msgstr "Dokument unterzeichnen Authentifizierung aktualisiert"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:138
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Document signing process will be cancelled"
msgstr "Der Dokumentenunterzeichnungsprozess wird abgebrochen"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:86
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Document status"
msgstr "Dokumentenstatus"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:78
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Document title"
msgstr "Dokumenttitel"
-#: packages/lib/utils/document-audit-logs.ts:341
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document title updated"
msgstr "Dokumenttitel aktualisiert"
-#: packages/lib/utils/document-audit-logs.ts:333
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document updated"
msgstr "Dokument aktualisiert"
-#: apps/remix/app/components/general/document/document-upload.tsx:52
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Document upload disabled due to unpaid invoices"
msgstr "Dokumenten-Upload deaktiviert aufgrund unbezahlter Rechnungen"
-#: apps/remix/app/components/general/document/document-upload.tsx:77
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Document uploaded"
msgstr "Dokument hochgeladen"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:151
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document Viewed"
msgstr "Dokument angesehen"
-#: packages/lib/utils/document-audit-logs.ts:321
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document visibility updated"
msgstr "Sichtbarkeit des Dokuments aktualisiert"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:135
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Document will be permanently deleted"
msgstr "Dokument wird dauerhaft gelöscht"
-#: apps/remix/app/routes/_profile+/p.$url.tsx:163
-#: apps/remix/app/routes/_authenticated+/documents._index.tsx:111
-#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx:99
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:138
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:69
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:89
-#: apps/remix/app/components/general/user-profile-timur.tsx:56
-#: apps/remix/app/components/general/generic-error-layout.tsx:114
-#: apps/remix/app/components/general/app-nav-mobile.tsx:31
-#: apps/remix/app/components/general/app-nav-desktop.tsx:17
-#: apps/remix/app/components/general/app-command-menu.tsx:200
-#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx:12
+#: apps/remix/app/routes/_profile+/p.$url.tsx
+#: apps/remix/app/routes/_authenticated+/documents._index.tsx
+#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
+#: apps/remix/app/components/general/user-profile-timur.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
+#: apps/remix/app/components/general/app-nav-desktop.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx
msgid "Documents"
msgstr "Dokumente"
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:218
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Documents created from template"
msgstr "Dokumente erstellt aus Vorlage"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:129
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Documents Received"
msgstr "Dokumente empfangen"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:134
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Documents Viewed"
msgstr "Dokumente angesehen"
-#: apps/remix/app/routes/_unauthenticated+/signin.tsx:63
-#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx:46
+#: apps/remix/app/routes/_unauthenticated+/signin.tsx
+#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx
msgid "Don't have an account? <0>Sign up0>"
msgstr "Haben Sie kein Konto? <0>Registrieren0>"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:110
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:151
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:139
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:126
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:111
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:116
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:191
-#: packages/ui/components/document/document-download-button.tsx:66
-#: packages/email/template-components/template-document-completed.tsx:57
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: packages/ui/components/document/document-download-button.tsx
+#: packages/email/template-components/template-document-completed.tsx
msgid "Download"
msgstr "Herunterladen"
-#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx:78
+#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx
msgid "Download Audit Logs"
msgstr "Auditprotokolle herunterladen"
-#: apps/remix/app/components/general/document/document-certificate-download-button.tsx:83
+#: apps/remix/app/components/general/document/document-certificate-download-button.tsx
msgid "Download Certificate"
msgstr "Zertifikat herunterladen"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:167
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Download Template CSV"
msgstr "Vorlage CSV herunterladen"
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:206
-#: apps/remix/app/components/general/document/document-status.tsx:34
-#: packages/lib/constants/document.ts:12
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-status.tsx
+#: packages/lib/constants/document.ts
msgid "Draft"
msgstr "Entwurf"
-#: apps/remix/app/components/general/app-command-menu.tsx:42
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Draft documents"
msgstr "Entwurfdokumente"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:102
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Drafted Documents"
msgstr "Entwurfte Dokumente"
-#: packages/ui/primitives/document-dropzone.tsx:156
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Drag & drop your PDF here."
msgstr "Ziehen Sie Ihr PDF hierher."
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:946
-#: packages/ui/primitives/document-flow/add-fields.tsx:1071
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Dropdown"
msgstr "Dropdown"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:157
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Dropdown options"
msgstr "Dropdown-Optionen"
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:120
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Due to an unpaid invoice, your team has been restricted. Please settle the payment to restore full access to your team."
msgstr "Aufgrund einer unbezahlten Rechnung wurde Ihrem Team der Zugriff eingeschränkt. Bitte begleichen Sie die Zahlung, um den vollumfänglichen Zugang zu Ihrem Team wiederherzustellen."
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:78
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:156
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:139
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:83
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:89
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:122
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Duplicate"
msgstr "Duplizieren"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:95
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:90
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:69
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:116
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:145
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:100
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:76
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:118
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:104
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
msgid "Edit"
msgstr "Bearbeiten"
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:135
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Edit Template"
msgstr "Vorlage bearbeiten"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:93
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:90
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Edit webhook"
msgstr "Webhook bearbeiten"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:74
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Electronic Delivery of Documents"
msgstr "Elektronische Zustellung von Dokumenten"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:13
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Electronic Signature Disclosure"
msgstr "Offenlegung der elektronischen Unterschrift"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:128
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:135
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:114
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:158
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:68
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:131
-#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx:120
-#: apps/remix/app/components/forms/signin.tsx:318
-#: apps/remix/app/components/forms/profile.tsx:108
-#: apps/remix/app/components/forms/forgot-password.tsx:77
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:409
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:405
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:275
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:282
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:150
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:166
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:529
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:536
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:763
-#: packages/ui/primitives/document-flow/types.ts:54
-#: packages/ui/primitives/document-flow/add-signers.tsx:510
-#: packages/ui/primitives/document-flow/add-signers.tsx:517
-#: packages/ui/primitives/document-flow/add-fields.tsx:888
-#: packages/lib/constants/document.ts:27
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/forms/forgot-password.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
+#: packages/lib/constants/document.ts
msgid "Email"
msgstr "E-Mail"
-#: apps/remix/app/components/general/claim-account.tsx:129
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:80
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:296
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Email address"
msgstr "E-Mail-Adresse"
-#: apps/remix/app/components/forms/signup.tsx:325
+#: apps/remix/app/components/forms/signup.tsx
msgid "Email Address"
msgstr "E-Mail-Adresse"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:172
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Email already confirmed"
msgstr ""
-#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx:82
+#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
msgid "Email cannot already exist in the template"
msgstr "E-Mail darf nicht bereits in der Vorlage vorhanden sein"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:144
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Email Confirmed!"
msgstr "E-Mail bestätigt!"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:351
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Email Options"
msgstr "E-Mail-Optionen"
-#: packages/lib/utils/document-audit-logs.ts:382
+#: packages/lib/utils/document-audit-logs.ts
msgid "Email resent"
msgstr "E-Mail erneut gesendet"
-#: packages/lib/utils/document-audit-logs.ts:382
+#: packages/lib/utils/document-audit-logs.ts
msgid "Email sent"
msgstr "E-Mail gesendet"
-#: apps/remix/app/routes/_unauthenticated+/check-email.tsx:17
+#: apps/remix/app/routes/_unauthenticated+/check-email.tsx
msgid "Email sent!"
msgstr "E-Mail gesendet!"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:74
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Email verification has been removed"
msgstr "E-Mail-Verifizierung wurde entfernt"
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:32
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
msgid "Email verification has been resent"
msgstr "E-Mail-Verifizierung wurde erneut gesendet"
-#: packages/ui/primitives/document-flow/add-fields.tsx:1136
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Empty field"
msgstr "Leeres Feld"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:159
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:268
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Enable 2FA"
msgstr "2FA aktivieren"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:120
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Enable account"
msgstr "Konto aktivieren"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:87
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:94
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Enable Account"
msgstr "Konto Aktivieren"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:200
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Enable Authenticator App"
msgstr "Authenticator-App aktivieren"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:169
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Enable custom branding for all documents in this team."
msgstr "Aktivieren Sie individuelles Branding für alle Dokumente in diesem Team."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:374
-#: packages/lib/constants/template.ts:8
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/lib/constants/template.ts
msgid "Enable Direct Link Signing"
msgstr "Direktlink-Signierung aktivieren"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:428
-#: packages/ui/primitives/document-flow/add-signers.tsx:399
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Enable signing order"
msgstr "Aktiviere die Signaturreihenfolge"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:247
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Enable Typed Signature"
msgstr "Getippte Unterschrift aktivieren"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:684
-#: packages/ui/primitives/document-flow/add-fields.tsx:809
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Enable Typed Signatures"
msgstr "Aktivieren Sie getippte Unterschriften"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:74
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:135
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:69
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:134
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:128
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:159
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Enabled"
msgstr "Aktiviert"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:76
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Enabling the account results in the user being able to use the account again, and all the related features such as webhooks, teams, and API keys for example."
msgstr "Das Aktivieren des Kontos führt dazu, dass der Benutzer das Konto wieder nutzen kann, sowie alle damit verbundenen Funktionen wie Webhooks, Teams und API-Schlüssel beispielsweise."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:92
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
msgid "Enclosed Document"
msgstr "Beigefügte Dokument"
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:42
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Ends On"
msgstr "Endet am"
-#: packages/ui/primitives/document-password-dialog.tsx:85
-msgid "Enter password"
-msgstr "Passwort eingeben"
-
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:294
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Enter your brand details"
msgstr "Geben Sie Ihre Markendaten ein"
-#: apps/remix/app/components/general/claim-account.tsx:132
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Enter your email"
msgstr "Geben Sie Ihre E-Mail-Adresse ein"
-#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx:137
+#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
msgid "Enter your email address to receive the completed document."
msgstr "Geben Sie Ihre E-Mail-Adresse ein, um das abgeschlossene Dokument zu erhalten."
-#: apps/remix/app/components/general/claim-account.tsx:117
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Enter your name"
msgstr "Geben Sie Ihren Namen ein"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:305
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
msgid "Enter your text here"
msgstr "Geben Sie hier Ihren Text ein"
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:78
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:60
-#: apps/remix/app/components/general/verify-email-banner.tsx:56
-#: apps/remix/app/components/general/template/template-edit-form.tsx:148
-#: apps/remix/app/components/general/template/template-edit-form.tsx:176
-#: apps/remix/app/components/general/template/template-edit-form.tsx:216
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:178
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:208
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:128
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:161
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:187
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:102
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:131
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:152
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:203
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:126
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:154
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:83
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:111
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:86
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:114
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:101
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:135
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:95
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:123
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:125
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:156
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:214
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:148
-#: apps/remix/app/components/general/document/document-upload.tsx:103
-#: apps/remix/app/components/general/document/document-edit-form.tsx:204
-#: apps/remix/app/components/general/document/document-edit-form.tsx:234
-#: apps/remix/app/components/general/document/document-edit-form.tsx:269
-#: apps/remix/app/components/general/document/document-edit-form.tsx:311
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:94
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:185
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:84
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:44
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:54
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:59
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:62
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:62
-#: packages/ui/primitives/pdf-viewer.tsx:166
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:222
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/general/verify-email-banner.tsx
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
+#: apps/remix/app/components/general/document/document-upload.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Error"
msgstr "Fehler"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:139
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Everyone can access and view the document"
msgstr "Jeder kann auf das Dokument zugreifen und es anzeigen"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:160
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Everyone has signed"
msgstr "Alle haben unterschrieben"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:184
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Everyone has signed! You will receive an Email copy of the signed document."
msgstr "Alle haben unterschrieben! Sie werden eine E-Mail-Kopie des unterzeichneten Dokuments erhalten."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:231
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Exceeded timeout"
msgstr "Zeitüberschreitung überschritten"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:118
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Expired"
msgstr "Abgelaufen"
#. placeholder {0}: i18n.date(token.expires, DateTime.DATETIME_FULL)
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:89
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Expires on {0}"
msgstr "Läuft ab am {0}"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:422
-#: packages/ui/primitives/document-flow/add-settings.tsx:293
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "External ID"
msgstr "Externe ID"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:61
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Failed to reseal document"
msgstr "Dokument konnte nicht erneut versiegelt werden"
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:223
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Failed to save settings."
msgstr "Einstellungen konnten nicht gespeichert werden."
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:117
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Failed to update recipient"
msgstr "Empfänger konnte nicht aktualisiert werden"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:81
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:78
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Failed to update webhook"
msgstr "Webhook konnte nicht aktualisiert werden"
-#: packages/email/templates/bulk-send-complete.tsx:55
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Failed: {failedCount}"
msgstr "Fehlgeschlagen: {failedCount}"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:101
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Field character limit"
msgstr "Zeichenbeschränkung des Feldes"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:115
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:129
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx:52
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx:47
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx:52
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx:70
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx
msgid "Field font size"
msgstr "Feldschriftgröße"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:109
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Field format"
msgstr "Feldformat"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:61
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Field label"
msgstr "Feldbeschriftung"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:73
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Field placeholder"
msgstr "Feldplatzhalter"
-#: packages/lib/utils/document-audit-logs.ts:317
+#: packages/lib/utils/document-audit-logs.ts
msgid "Field prefilled by assistant"
msgstr ""
-#: packages/lib/utils/document-audit-logs.ts:309
+#: packages/lib/utils/document-audit-logs.ts
msgid "Field signed"
msgstr "Feld unterschrieben"
-#: packages/lib/utils/document-audit-logs.ts:313
+#: packages/lib/utils/document-audit-logs.ts
msgid "Field unsigned"
msgstr "Feld nicht unterschrieben"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:182
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Fields"
msgstr "Felder"
-#: apps/remix/app/components/general/document/document-upload.tsx:116
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "File cannot be larger than {APP_DOCUMENT_UPLOAD_SIZE_LIMIT}MB"
msgstr "Die Datei darf nicht größer als {APP_DOCUMENT_UPLOAD_SIZE_LIMIT} MB sein"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:511
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "File size exceeds the limit of {APP_DOCUMENT_UPLOAD_SIZE_LIMIT} MB"
msgstr "Dateigröße überschreitet das Limit von {APP_DOCUMENT_UPLOAD_SIZE_LIMIT} MB"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:109
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:123
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx:46
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx:41
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx:46
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx:64
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx
msgid "Font Size"
msgstr "Schriftgröße"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:150
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "For any questions regarding this disclosure, electronic signatures, or any related process, please contact us at: <0>{SUPPORT_EMAIL}0>"
msgstr "Für Fragen zu dieser Offenlegung, elektronischen Unterschriften oder einem verwandten Verfahren kontaktieren Sie uns bitte unter: <0>{SUPPORT_EMAIL}0>"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:146
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "For each recipient, provide their email (required) and name (optional) in separate columns. Download the template CSV below for the correct format."
msgstr "Für jeden Empfänger geben Sie dessen E-Mail (erforderlich) und Namen (optional) in separaten Spalten an. Laden Sie unten die CSV-Vorlage für das korrekte Format herunter."
-#: packages/lib/server-only/auth/send-forgot-password.ts:62
+#: packages/lib/server-only/auth/send-forgot-password.ts
msgid "Forgot Password?"
msgstr "Passwort vergessen?"
-#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx:16
-#: apps/remix/app/components/forms/signin.tsx:350
-#: packages/email/template-components/template-forgot-password.tsx:21
+#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: packages/email/template-components/template-forgot-password.tsx
msgid "Forgot your password?"
msgstr "Hast du dein Passwort vergessen?"
-#: packages/ui/primitives/document-flow/types.ts:50
+#: packages/ui/primitives/document-flow/types.ts
msgid "Free Signature"
msgstr "Freie Unterschrift"
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:212
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:328
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:323
-#: apps/remix/app/components/forms/signup.tsx:309
-#: apps/remix/app/components/forms/profile.tsx:96
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:394
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:390
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Full Name"
msgstr "Vollständiger Name"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:72
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:43
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:35
-#: apps/remix/app/components/general/document/document-edit-form.tsx:140
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:63
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "General"
msgstr "Allgemein"
-#: packages/ui/primitives/document-flow/add-subject.tsx:84
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Generate Links"
msgstr "Links generieren"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:63
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "Global recipient action authentication"
msgstr "Globale Empfängerauthentifizierung"
-#: apps/remix/app/routes/_recipient+/_layout.tsx:41
-#: apps/remix/app/routes/_profile+/_layout.tsx:116
-#: apps/remix/app/components/general/generic-error-layout.tsx:106
-#: packages/ui/primitives/document-flow/document-flow-root.tsx:141
+#: apps/remix/app/routes/_recipient+/_layout.tsx
+#: apps/remix/app/routes/_profile+/_layout.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
+#: packages/ui/primitives/document-flow/document-flow-root.tsx
msgid "Go Back"
msgstr "Zurück"
-#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx:35
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:100
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:128
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:183
+#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Go back home"
msgstr "Zurück nach Hause"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:252
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:193
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "Go Back Home"
msgstr "Zurück nach Hause"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:125
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Go to owner"
msgstr "Zum Eigentümer gehen"
-#: apps/remix/app/routes/_profile+/p.$url.tsx:144
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "Go to your <0>public profile settings0> to add documents."
msgstr "Gehen Sie zu Ihren <0>öffentlichen Profileinstellungen0>, um Dokumente hinzuzufügen."
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:555
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Green"
msgstr "Grün"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:118
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to approve this document"
msgstr "hat Sie eingeladen, dieses Dokument zu genehmigen"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:127
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to assist this document"
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:109
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to sign this document"
msgstr "hat Sie eingeladen, dieses Dokument zu unterzeichnen"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:100
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to view this document"
msgstr "hat Sie eingeladen, dieses Dokument anzusehen"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:226
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:323
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:359
-#: packages/ui/primitives/document-flow/add-signers.tsx:259
-#: packages/ui/primitives/document-flow/add-signers.tsx:297
-#: packages/ui/primitives/document-flow/add-signers.tsx:336
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
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/remix/app/components/embed/embed-document-signing-page.tsx:324
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Help complete the document for other signers."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx:21
+#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
msgid "Here you can edit your personal details."
msgstr "Hier können Sie Ihre persönlichen Daten bearbeiten."
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:68
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Here you can manage your password and security settings."
msgstr "Hier können Sie Ihre Passwort- und Sicherheitseinstellungen verwalten."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:41
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Here you can set preferences and defaults for branding."
msgstr "Hier können Sie Präferenzen und Voreinstellungen für das Branding festlegen."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:32
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
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/remix/app/components/dialogs/template-direct-link-dialog.tsx:207
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Here's how it works:"
msgstr "So funktioniert es:"
-#: apps/remix/app/components/general/user-profile-timur.tsx:45
+#: apps/remix/app/components/general/user-profile-timur.tsx
msgid "Hey I’m Timur"
msgstr "Hey, ich bin Timur"
-#: packages/email/templates/bulk-send-complete.tsx:36
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Hi {userName},"
msgstr "Hallo, {userName},"
-#: packages/email/templates/reset-password.tsx:57
+#: packages/email/templates/reset-password.tsx
msgid "Hi, {userName} <0>({userEmail})0>"
msgstr "Hallo, {userName} <0>({userEmail})0>"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:164
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:175
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:196
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Hide"
msgstr "Ausblenden"
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:109
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Hide additional information"
msgstr "Zusätzliche Informationen ausblenden"
-#: packages/lib/constants/recipient-roles.ts:57
+#: packages/lib/constants/recipient-roles.ts
msgid "I am a signer of this document"
msgstr "Ich bin ein Unterzeichner dieses Dokuments"
-#: packages/lib/constants/recipient-roles.ts:60
+#: packages/lib/constants/recipient-roles.ts
msgid "I am a viewer of this document"
msgstr "Ich bin ein Betrachter dieses Dokuments"
-#: packages/lib/constants/recipient-roles.ts:58
+#: packages/lib/constants/recipient-roles.ts
msgid "I am an approver of this document"
msgstr "Ich bin ein Genehmiger dieses Dokuments"
-#: packages/lib/constants/recipient-roles.ts:61
+#: packages/lib/constants/recipient-roles.ts
msgid "I am an assistant of this document"
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:59
+#: packages/lib/constants/recipient-roles.ts
msgid "I am required to receive a copy of this document"
msgstr "Ich bin verpflichtet, eine Kopie dieses Dokuments zu erhalten"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:35
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "I am the owner of this document"
msgstr "Ich bin der Besitzer dieses Dokuments"
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:166
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:177
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "I'm sure! Delete it"
msgstr "Ich bin mir sicher! Löschen"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:100
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "If they accept this request, the team will be transferred to their account."
msgstr "Wenn sie diese Anfrage akzeptieren, wird das Team auf ihr Konto übertragen."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:195
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "If you do not want to use the authenticator prompted, you can close it, which will then display the next available authenticator."
msgstr "Wenn Sie die angegebene Authentifizierung nicht verwenden möchten, können Sie sie schließen, wodurch die nächste verfügbare Authentifizierung angezeigt wird."
-#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx:26
+#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx
msgid "If you don't find the confirmation link in your inbox, you can request a new one below."
msgstr "Wenn Sie den Bestätigungslink nicht in Ihrem Posteingang finden, können Sie unten einen neuen anfordern."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:219
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "If your authenticator app does not support QR codes, you can use the following code instead:"
msgstr "Wenn Ihre Authenticator-App keine QR-Codes unterstützt, können Sie stattdessen den folgenden Code verwenden:"
-#: apps/remix/app/components/general/document/document-status.tsx:40
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Inbox"
msgstr "Posteingang"
-#: apps/remix/app/components/general/app-command-menu.tsx:48
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Inbox documents"
msgstr "Posteingang Dokumente"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:277
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Include the Signing Certificate in the Document"
msgstr "Signaturzertifikat in das Dokument einfügen"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:50
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:53
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
msgid "Information"
msgstr "Information"
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:28
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:86
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "Inherit authentication method"
msgstr "Authentifizierungsmethode erben"
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:133
-#: packages/ui/primitives/document-flow/types.ts:51
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: packages/ui/primitives/document-flow/types.ts
msgid "Initials"
msgstr "Initialen"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:70
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Inserted"
msgstr "Eingefügt"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:80
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Instance Stats"
msgstr "Instanzstatistiken"
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:160
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "Invalid code. Please try again."
msgstr "Ungültiger Code. Bitte versuchen Sie es erneut."
-#: packages/ui/primitives/document-flow/add-signers.types.ts:17
+#: packages/ui/primitives/document-flow/add-signers.types.ts
msgid "Invalid email"
msgstr "Ungültige E-Mail"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:75
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:98
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Invalid link"
msgstr "Ungültiger Link"
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:98
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:95
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Invalid token"
msgstr "Ungültiges Token"
-#: apps/remix/app/components/forms/reset-password.tsx:80
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Invalid token provided. Please try again."
msgstr "Ungültiges Token bereitgestellt. Bitte versuchen Sie es erneut."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:146
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "Invitation accepted!"
msgstr "Einladung akzeptiert!"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:141
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Invitation declined"
msgstr "Einladung abgelehnt"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:74
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Invitation has been deleted"
msgstr "Einladung wurde gelöscht"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:57
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Invitation has been resent"
msgstr "Einladung wurde erneut gesendet"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:372
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite"
msgstr "Einladen"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:246
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite member"
msgstr "Mitglied einladen"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:271
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite Members"
msgstr "Mitglieder einladen"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:254
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite team members"
msgstr "Teammitglieder einladen"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:122
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Invited At"
msgstr "Eingeladen am"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:55
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Invoice"
msgstr "Rechnung"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:243
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:47
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
msgid "IP Address"
msgstr "IP-Adresse"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:114
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "It is crucial to keep your contact information, especially your email address, up to date with us. Please notify us immediately of any changes to ensure that you continue to receive all necessary communications."
msgstr "Es ist entscheidend, dass Sie Ihre Kontaktinformationen, insbesondere Ihre E-Mail-Adresse, aktuell halten. Bitte informieren Sie uns sofort über Änderungen, damit Sie weiterhin alle notwendigen Mitteilungen erhalten."
#. placeholder {0}: publicProfile.name
-#: apps/remix/app/routes/_profile+/p.$url.tsx:131
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "It looks like {0} hasn't added any documents to their profile yet."
msgstr "Es sieht so aus, als ob {0} noch keine Dokumente zu ihrem Profil hinzugefügt hat."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:120
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "It seems that the provided token has expired. We've just sent you another token, please check your email and try again."
msgstr "Es scheint, dass das bereitgestellte Token abgelaufen ist. Wir haben Ihnen gerade ein weiteres Token gesendet, bitte überprüfen Sie Ihre E-Mails und versuchen Sie es erneut."
-#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx:27
+#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx
msgid "It seems that there is no token provided, if you are trying to verify your email please follow the link in your email."
msgstr "Es scheint, dass kein Token bereitgestellt wurde. Wenn Sie versuchen, Ihre E-Mail zu verifizieren, folgen Sie bitte dem Link in Ihrer E-Mail."
-#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx:34
+#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
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/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:79
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
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."
-#: packages/email/templates/team-invite.tsx:73
+#: packages/email/templates/team-invite.tsx
msgid "Join {teamName} on Documenso"
msgstr "Tritt {teamName} auf Documenso bei"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:56
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:66
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:71
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Label"
msgstr "Beschriftung"
-#: apps/remix/app/components/general/menu-switcher.tsx:275
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:182
-#: packages/ui/primitives/document-flow/add-settings.tsx:185
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Language"
msgstr "Sprache"
-#: apps/remix/app/components/general/period-selector.tsx:62
+#: apps/remix/app/components/general/period-selector.tsx
msgid "Last 14 days"
msgstr "Die letzten 14 Tage"
-#: apps/remix/app/components/general/period-selector.tsx:65
+#: apps/remix/app/components/general/period-selector.tsx
msgid "Last 30 days"
msgstr "Die letzten 30 Tage"
-#: apps/remix/app/components/general/period-selector.tsx:59
+#: apps/remix/app/components/general/period-selector.tsx
msgid "Last 7 days"
msgstr "Die letzten 7 Tage"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:38
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:41
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
msgid "Last modified"
msgstr "Zuletzt geändert"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:102
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Last updated"
msgstr "Zuletzt aktualisiert"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:126
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
msgid "Last Updated"
msgstr "Zuletzt aktualisiert"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Last updated at"
msgstr "Zuletzt aktualisiert am"
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:66
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
msgid "Last used"
msgstr "Zuletzt verwendet"
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:97
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Leaderboard"
msgstr "Bestenliste"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:114
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:110
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "Leave"
msgstr "Verlassen"
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:72
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "Leave team"
msgstr "Team verlassen"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:41
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Legality of Electronic Signatures"
msgstr "Rechtlichkeit elektronischer Unterschriften"
-#: apps/remix/app/components/general/app-command-menu.tsx:260
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Light Mode"
msgstr "Lichtmodus"
-#: apps/remix/app/routes/_profile+/_layout.tsx:71
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "Like to have your own public profile with agreements?"
msgstr "Möchten Sie Ihr eigenes öffentliches Profil mit Vereinbarungen haben?"
-#: packages/email/templates/team-transfer-request.tsx:88
-#: packages/email/templates/confirm-team-email.tsx:125
+#: packages/email/templates/team-transfer-request.tsx
+#: packages/email/templates/confirm-team-email.tsx
msgid "Link expires in 1 hour."
msgstr "Link läuft in 1 Stunde ab."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:225
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Link template"
msgstr "Vorlage verlinken"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:300
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Links Generated"
msgstr "Links generiert"
#. placeholder {0}: webhook.eventTriggers .map((trigger) => toFriendlyWebhookEventName(trigger)) .join(', ')
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:79
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:74
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "Listening to {0}"
msgstr "Anhören von {0}"
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:97
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "Load older activity"
msgstr "Ältere Aktivitäten laden"
-#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx:29
-#: packages/ui/primitives/pdf-viewer.tsx:44
-#: packages/ui/primitives/lazy-pdf-viewer.tsx:12
+#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Loading document..."
msgstr "Lade Dokument..."
-#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx:16
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:95
+#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Loading Document..."
msgstr "Dokument wird geladen..."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:119
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:89
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Loading teams..."
msgstr "Teams werden geladen..."
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:97
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "Loading..."
msgstr "Wird geladen..."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:63
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:79
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:51
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "Login"
msgstr "Anmelden"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:98
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
msgid "Manage"
msgstr "Verwalten"
#. placeholder {0}: user?.name
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "Manage {0}'s profile"
msgstr "Verwalten Sie das Profil von {0}"
-#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx:23
+#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx
msgid "Manage all teams you are currently associated with."
msgstr "Verwalten Sie alle Teams, mit denen Sie derzeit verbunden sind."
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:183
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Manage and view template"
msgstr "Vorlage verwalten und anzeigen"
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:146
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Manage billing"
msgstr ""
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:338
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Manage details for this public template"
msgstr "Details für diese öffentliche Vorlage verwalten"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx:33
+#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx
msgid "Manage Direct Link"
msgstr "Direktlink verwalten"
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:134
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
msgid "Manage documents"
msgstr "Dokumente verwalten"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:149
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Manage passkeys"
msgstr "Passkeys verwalten"
-#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx:40
+#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx
msgid "Manage subscription"
msgstr "Abonnement verwalten"
-#: apps/remix/app/components/general/billing-portal-button.tsx:45
+#: apps/remix/app/components/general/billing-portal-button.tsx
msgid "Manage Subscription"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:28
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Manage subscriptions"
msgstr "Abonnements verwalten"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:93
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Manage team subscription."
msgstr "Teamabonnement verwalten."
-#: apps/remix/app/components/general/menu-switcher.tsx:161
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Manage teams"
msgstr "Teams verwalten"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:367
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Manage the direct link signing for this template"
msgstr "Die direkte Linkunterzeichnung für diese Vorlage verwalten"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:53
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
msgid "Manage the members or invite new members."
msgstr "Die Mitglieder verwalten oder neue Mitglieder einladen."
-#: apps/remix/app/routes/_authenticated+/admin+/users._index.tsx:40
+#: apps/remix/app/routes/_authenticated+/admin+/users._index.tsx
msgid "Manage users"
msgstr "Benutzer verwalten"
-#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx:20
+#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx
msgid "Manage your passkeys."
msgstr "Verwalten Sie Ihre Passkeys."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:101
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Manage your site settings here"
msgstr "Verwalten Sie hier Ihre Seiteneinstellungen"
-#: packages/lib/constants/teams.ts:10
+#: packages/lib/constants/teams.ts
msgid "Manager"
msgstr "Manager"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:141
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Mark as Viewed"
msgstr "Als angesehen markieren"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:153
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "MAU (created document)"
msgstr "MAU (erstellt Dokument)"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:159
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "MAU (had document completed)"
msgstr "MAU (hat Dokument abgeschlossen)"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:208
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Max"
msgstr "Max"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:226
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Maximum file size: 4MB. Maximum 100 rows per upload. Blank values will use template defaults."
msgstr "Maximale Dateigröße: 4MB. Maximal 100 Zeilen pro Upload. Leere Werte verwenden die Vorlagenstandards."
-#: packages/lib/constants/teams.ts:11
+#: packages/lib/constants/teams.ts
msgid "Member"
msgstr "Mitglied"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:87
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:98
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
msgid "Member Since"
msgstr "Mitglied seit"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:52
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:84
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:75
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Members"
msgstr "Mitglieder"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:382
-#: packages/ui/primitives/document-flow/add-subject.tsx:155
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Message <0>(Optional)0>"
msgstr "Nachricht <0>(Optional)0>"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:196
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Min"
msgstr "Min"
-#: apps/remix/app/components/general/template/template-page-view-recipients.tsx:35
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:54
+#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Modify recipients"
msgstr "Empfänger ändern"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:60
-#: apps/remix/app/components/general/billing-plans.tsx:28
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Monthly"
msgstr "Monatlich"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:154
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Monthly Active Users: Users that created at least one Document"
msgstr "Monatlich aktive Benutzer: Benutzer, die mindestens ein Dokument erstellt haben"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:161
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Monthly Active Users: Users that had at least one of their documents completed"
msgstr "Monatlich aktive Benutzer: Benutzer, die mindestens eines ihrer Dokumente abgeschlossen haben"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:152
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:118
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Move"
msgstr "Verschieben"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:75
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Move Document to Team"
msgstr "Dokument in Team verschieben"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:105
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Move Template to Team"
msgstr "Vorlage in Team verschieben"
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:89
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:163
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
msgid "Move to Team"
msgstr "In Team verschieben"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:152
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:118
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Moving..."
msgstr "Verschieben..."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:36
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "My templates"
msgstr "Meine Vorlagen"
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:99
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:56
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:149
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:54
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:140
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:63
-#: apps/remix/app/components/general/claim-account.tsx:114
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:177
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:297
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:304
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:138
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:150
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:564
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:570
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:789
-#: packages/ui/primitives/document-flow/types.ts:55
-#: packages/ui/primitives/document-flow/add-signers.tsx:548
-#: packages/ui/primitives/document-flow/add-signers.tsx:554
-#: packages/ui/primitives/document-flow/add-fields.tsx:914
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Name"
msgstr "Name"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:237
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Need to sign documents?"
msgstr "Müssen Dokumente signieren?"
-#: packages/ui/components/recipient/recipient-role-select.tsx:53
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Needs to approve"
msgstr "Muss genehmigen"
-#: packages/ui/components/recipient/recipient-role-select.tsx:32
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Needs to sign"
msgstr "Muss unterzeichnen"
-#: packages/ui/components/recipient/recipient-role-select.tsx:74
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Needs to view"
msgstr "Muss sehen"
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:71
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
msgid "Never"
msgstr "Niemals"
-#: apps/remix/app/components/forms/token.tsx:218
+#: apps/remix/app/components/forms/token.tsx
msgid "Never expire"
msgstr "Nie ablaufen"
-#: apps/remix/app/components/forms/password.tsx:125
+#: apps/remix/app/components/forms/password.tsx
msgid "New Password"
msgstr ""
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:174
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "New team owner"
msgstr "Neuer Teamowner"
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:88
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:95
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "New Template"
msgstr "Neue Vorlage"
-#: apps/remix/app/components/forms/signup.tsx:515
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:465
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:460
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Next"
msgstr "Nächster"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:61
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Next field"
msgstr "Nächstes Feld"
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:24
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "No active drafts"
msgstr "Keine aktiven Entwürfe"
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:113
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:28
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
msgid "No further action is required from you at this time."
msgstr "Es sind derzeit keine weiteren Maßnahmen Ihrerseits erforderlich."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:49
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "No payment required"
msgstr "Keine Zahlung erforderlich"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:119
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "No public profile templates found"
msgstr "Keine Vorlagen für das öffentliche Profil gefunden"
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:105
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "No recent activity"
msgstr "Keine aktuellen Aktivitäten"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:95
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "No recent documents"
msgstr "Keine aktuellen Dokumente"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:604
-#: packages/ui/primitives/document-flow/add-fields.tsx:701
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "No recipient matching this description was found."
msgstr "Kein passender Empfänger mit dieser Beschreibung gefunden."
-#: apps/remix/app/components/general/template/template-page-view-recipients.tsx:49
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:94
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:69
-#: packages/ui/primitives/document-flow/add-subject.tsx:210
+#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "No recipients"
msgstr "Keine Empfänger"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:619
-#: packages/ui/primitives/document-flow/add-fields.tsx:716
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "No recipients with this role"
msgstr "Keine Empfänger mit dieser Rolle"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:30
-#: packages/ui/components/document/document-global-auth-action-select.tsx:45
-#: packages/ui/components/document/document-global-auth-access-select.tsx:29
-#: packages/ui/components/document/document-global-auth-access-select.tsx:42
+#: packages/ui/components/document/document-global-auth-action-select.tsx
+#: packages/ui/components/document/document-global-auth-action-select.tsx
+#: packages/ui/components/document/document-global-auth-access-select.tsx
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "No restrictions"
msgstr "Keine Einschränkungen"
-#: packages/ui/primitives/data-table.tsx:146
+#: packages/ui/primitives/data-table.tsx
msgid "No results found"
msgstr "Keine Ergebnisse gefunden"
-#: apps/remix/app/components/general/app-command-menu.tsx:195
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "No results found."
msgstr "Keine Ergebnisse gefunden."
-#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx:28
+#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx
msgid "No signature field found"
msgstr "Kein Unterschriftsfeld gefunden"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:281
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "No valid direct templates found"
msgstr "Keine gültigen direkten Vorlagen gefunden"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:294
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "No valid recipients found"
msgstr "Keine gültigen Empfänger gefunden"
-#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx:77
-#: apps/remix/app/components/general/multiselect-role-combobox.tsx:64
-#: packages/ui/primitives/multi-select-combobox.tsx:151
-#: packages/ui/primitives/combobox.tsx:61
+#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx
+#: apps/remix/app/components/general/multiselect-role-combobox.tsx
+#: packages/ui/primitives/multi-select-combobox.tsx
+#: packages/ui/primitives/combobox.tsx
msgid "No value found."
msgstr "Kein Wert gefunden."
-#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx:20
+#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx
msgid "No worries, it happens! Enter your email and we'll email you a special link to reset your password."
msgstr "Keine Sorge, das passiert! Geben Sie Ihre E-Mail ein, und wir senden Ihnen einen speziellen Link zum Zurücksetzen Ihres Passworts."
-#: packages/lib/constants/document.ts:31
+#: packages/lib/constants/document.ts
msgid "None"
msgstr "Keine"
-#: apps/remix/app/components/forms/signin.tsx:155
+#: apps/remix/app/components/forms/signin.tsx
msgid "Not supported"
msgstr "Nicht unterstützt"
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:19
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:34
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "Nothing to do"
msgstr "Nichts zu tun"
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:292
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:867
-#: packages/ui/primitives/document-flow/types.ts:56
-#: packages/ui/primitives/document-flow/add-fields.tsx:992
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Number"
msgstr "Nummer"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:102
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Number format"
msgstr "Zahlenformat"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:114
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to approve this document"
msgstr "im Auftrag von \"{0}\" hat Sie eingeladen, dieses Dokument zu genehmigen"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:123
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to assist this document"
msgstr ""
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:105
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to sign this document"
msgstr "im Auftrag von \"{0}\" hat Sie eingeladen, dieses Dokument zu unterzeichnen"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:96
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to view this document"
msgstr "im Auftrag von \"{0}\" hat Sie eingeladen, dieses Dokument anzusehen"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:121
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "On this page, you can create a new webhook."
msgstr "Auf dieser Seite können Sie einen neuen Webhook erstellen."
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:28
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "On this page, you can create and manage API tokens. See our <0>Documentation0> for more information."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:32
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:27
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "On this page, you can create new Webhooks and manage the existing ones."
msgstr "Auf dieser Seite können Sie neue Webhooks erstellen und die vorhandenen verwalten."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:94
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:91
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "On this page, you can edit the webhook and its settings."
msgstr "Auf dieser Seite können Sie den Webhook und seine Einstellungen bearbeiten."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:130
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Once confirmed, the following will occur:"
msgstr "Sobald dies bestätigt ist, wird Folgendes geschehen:"
-#: packages/lib/constants/template.ts:9
+#: packages/lib/constants/template.ts
msgid "Once enabled, you can select any active recipient to be a direct link signing recipient, or create a new one. This recipient type cannot be edited or deleted."
msgstr "Sobald aktiviert, können Sie einen aktiven Empfänger für die Direktlink-Signierung auswählen oder einen neuen erstellen. Dieser Empfängertyp kann nicht bearbeitet oder gelöscht werden."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:230
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Once you have scanned the QR code or entered the code manually, enter the code provided by your authenticator app below."
msgstr "Sobald Sie den QR-Code gescannt oder den Code manuell eingegeben haben, geben Sie den von Ihrer Authentifizierungs-App bereitgestellten Code unten ein."
-#: packages/lib/constants/template.ts:17
+#: packages/lib/constants/template.ts
msgid "Once your template is set up, share the link anywhere you want. The person who opens the link will be able to enter their information in the direct link recipient field and complete any other fields assigned to them."
msgstr "Sobald Ihre Vorlage eingerichtet ist, teilen Sie den Link überall, wo Sie möchten. Die Person, die den Link öffnet, kann ihre Informationen im Feld für direkte Empfänger eingeben und alle anderen ihr zugewiesenen Felder ausfüllen."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:145
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Only admins can access and view the document"
msgstr "Nur Administratoren können auf das Dokument zugreifen und es anzeigen"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:142
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Only managers and above can access and view the document"
msgstr "Nur Manager und darüber können auf das Dokument zugreifen und es anzeigen"
-#: apps/remix/app/components/forms/signup.tsx:75
+#: apps/remix/app/components/forms/signup.tsx
msgid "Only subscribers can have a username shorter than 6 characters"
msgstr "Nur Abonnenten können einen Benutzernamen mit weniger als 6 Zeichen haben"
-#: apps/remix/app/routes/_profile+/_layout.tsx:103
-#: apps/remix/app/components/general/generic-error-layout.tsx:42
-#: apps/remix/app/components/general/generic-error-layout.tsx:47
+#: apps/remix/app/routes/_profile+/_layout.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "Oops! Something went wrong."
msgstr "Hoppla! Etwas ist schief gelaufen."
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:138
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
msgid "Opened"
msgstr "Geöffnet"
-#: apps/remix/app/components/forms/signup.tsx:380
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:338
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Or"
msgstr "Oder"
-#: apps/remix/app/components/forms/signin.tsx:370
+#: apps/remix/app/components/forms/signin.tsx
msgid "Or continue with"
msgstr "Oder fahren Sie fort mit"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:349
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Otherwise, the document will be created as a draft."
msgstr "Andernfalls wird das Dokument als Entwurf erstellt."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:108
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:81
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:83
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:94
-#: apps/remix/app/components/general/menu-switcher.tsx:78
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Owner"
msgstr "Besitzer"
#. placeholder {0}: table.getState().pagination.pageIndex + 1
#. placeholder {1}: table.getPageCount() || 1
-#: packages/ui/primitives/data-table-pagination.tsx:77
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "Page {0} of {1}"
msgstr "Seite {0} von {1}"
#. placeholder {0}: i + 1
-#: packages/ui/primitives/pdf-viewer.tsx:259
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Page {0} of {numPages}"
msgstr "Seite {0} von {numPages}"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:79
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Paid"
msgstr "Bezahlt"
-#: apps/remix/app/components/forms/signin.tsx:414
+#: apps/remix/app/components/forms/signin.tsx
msgid "Passkey"
msgstr "Passkey"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:228
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkey already exists for the provided authenticator"
msgstr "Passkey existiert bereits für den bereitgestellten Authentifikator"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:218
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkey creation cancelled due to one of the following reasons:"
msgstr "Die Erstellung der Passkey wurde aus einem der folgenden Gründe abgebrochen:"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:91
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Passkey has been removed"
msgstr "Die Passkey wurde entfernt"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:69
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Passkey has been updated"
msgstr "Die Passkey wurde aktualisiert"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:176
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkey name"
msgstr "Passkey-Name"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:127
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Passkey Re-Authentication"
msgstr "Passwortwiederauthentifizierung"
-#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx:19
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:137
+#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Passkeys"
msgstr "Passkeys"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:157
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkeys allow you to sign in and authenticate using biometrics, password managers, etc."
msgstr "Passkeys ermöglichen das Anmelden und die Authentifizierung mit biometrischen Daten, Passwortmanagern usw."
-#: apps/remix/app/components/forms/signin.tsx:156
+#: apps/remix/app/components/forms/signin.tsx
msgid "Passkeys are not supported on this browser"
msgstr "Passkeys werden von diesem Browser nicht unterstützt"
-#: apps/remix/app/components/general/app-command-menu.tsx:66
-#: apps/remix/app/components/forms/signup.tsx:341
-#: apps/remix/app/components/forms/signin.tsx:336
-#: apps/remix/app/components/forms/reset-password.tsx:111
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Password"
msgstr "Passwort"
-#: packages/ui/primitives/document-password-dialog.tsx:63
-msgid "Password Required"
-msgstr "Passwort erforderlich"
-
-#: packages/email/templates/forgot-password.tsx:19
+#: packages/email/templates/forgot-password.tsx
msgid "Password Reset Requested"
msgstr "Passwortzurücksetzung angefordert"
-#: packages/email/templates/reset-password.tsx:21
+#: packages/email/templates/reset-password.tsx
msgid "Password Reset Successful"
msgstr "Passwort erfolgreich zurückgesetzt"
-#: apps/remix/app/components/general/claim-account.tsx:49
-#: apps/remix/app/components/forms/signup.tsx:65
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Password should not be common or based on personal information"
msgstr "Das Passwort sollte nicht allgemein sein oder auf persönlichen Informationen basieren"
-#: apps/remix/app/components/forms/reset-password.tsx:71
-#: apps/remix/app/components/forms/password.tsx:69
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Password updated"
msgstr "Passwort aktualisiert"
-#: packages/email/template-components/template-reset-password.tsx:23
+#: packages/email/template-components/template-reset-password.tsx
msgid "Password updated!"
msgstr "Passwort aktualisiert!"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:47
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
msgid "Pay"
msgstr "Bezahle"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:90
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Payment is required to finalise the creation of your team."
msgstr "Zahlung ist erforderlich, um die Erstellung Ihres Teams abzuschließen."
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:81
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:106
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Payment overdue"
msgstr "Zahlung überfällig"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:76
-#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx:70
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:203
-#: apps/remix/app/components/general/document/document-status.tsx:22
-#: apps/remix/app/components/general/document/document-read-only-fields.tsx:87
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:136
-#: packages/lib/constants/document.ts:15
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-status.tsx
+#: apps/remix/app/components/general/document/document-read-only-fields.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/document.ts
msgid "Pending"
msgstr "Ausstehend"
-#: packages/email/templates/document-pending.tsx:19
+#: packages/email/templates/document-pending.tsx
msgid "Pending Document"
msgstr "Ausstehendes Dokument"
-#: apps/remix/app/components/general/app-command-menu.tsx:47
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Pending documents"
msgstr "Ausstehende Dokumente"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:105
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Pending Documents"
msgstr "Ausstehende Dokumente"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:61
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Pending invitations"
msgstr "Ausstehende Einladungen"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:29
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
msgid "Pending team deleted."
msgstr "Ausstehendes Team gelöscht."
-#: apps/remix/app/components/general/menu-switcher.tsx:131
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Personal"
msgstr "Persönlich"
-#: apps/remix/app/components/general/menu-switcher.tsx:74
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Personal Account"
msgstr "Persönliches Konto"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:155
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Pick a number"
msgstr "Wählen Sie eine Zahl"
-#: apps/remix/app/components/general/claim-account.tsx:147
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Pick a password"
msgstr "Wählen Sie ein Passwort"
-#: apps/remix/app/components/general/user-profile-timur.tsx:49
+#: apps/remix/app/components/general/user-profile-timur.tsx
msgid "Pick any of the following agreements below and start signing to get started"
msgstr "Wählen Sie eine der folgenden Vereinbarungen aus und beginnen Sie das Signieren, um loszulegen"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:68
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:78
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:83
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Placeholder"
msgstr "Platzhalter"
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:55
+#: packages/email/template-components/template-document-invite.tsx
msgid "Please {0} your document<0/>\"{documentName}\""
msgstr "Bitte {0} dein Dokument<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:51
+#: packages/email/templates/document-invite.tsx
msgid "Please {action} your document {documentName}"
msgstr "Bitte {action} dein Dokument {documentName}"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:94
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "Please {recipientActionVerb} this document"
msgstr "Bitte {recipientActionVerb} dieses Dokument"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:108
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "Please {recipientActionVerb} this document created by your direct template"
msgstr "Bitte {recipientActionVerb} dieses Dokument, das von deiner direkten Vorlage erstellt wurde"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:100
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "Please {recipientActionVerb} your document"
msgstr "Bitte {recipientActionVerb} dein Dokument"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:208
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
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/remix/app/components/embed/embed-document-waiting-for-turn.tsx:41
+#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
msgid "Please check with the parent application for more information."
msgstr ""
-#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:86
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
msgid "Please check your email for updates."
msgstr "Bitte überprüfe deine E-Mail auf Updates."
-#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx:40
+#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx
msgid "Please choose your new password"
msgstr "Bitte wählen Sie Ihr neues Passwort"
-#: packages/lib/server-only/auth/send-confirmation-email.ts:68
+#: packages/lib/server-only/auth/send-confirmation-email.ts
msgid "Please confirm your email"
msgstr "Bitte bestätige deine E-Mail"
-#: packages/email/templates/confirm-email.tsx:17
+#: packages/email/templates/confirm-email.tsx
msgid "Please confirm your email address"
msgstr "Bitte bestätige deine E-Mail-Adresse"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:170
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please contact support if you would like to revert this action."
msgstr "Bitte kontaktieren Sie den Support, wenn Sie diese Aktion rückgängig machen möchten."
-#: apps/remix/app/components/forms/token.tsx:169
+#: apps/remix/app/components/forms/token.tsx
msgid "Please enter a meaningful name for your token. This will help you identify it later."
msgstr "Bitte geben Sie einen aussagekräftigen Namen für Ihr Token ein. Dies wird Ihnen helfen, es später zu identifizieren."
-#: apps/remix/app/components/general/claim-account.tsx:39
-#: apps/remix/app/components/forms/signup.tsx:46
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Please enter a valid name."
msgstr "Bitte geben Sie einen gültigen Namen ein."
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:192
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please mark as viewed to complete"
msgstr "Bitte als angesehen markieren, um abzuschließen"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:459
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:124
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please note that this action is <0>irreversible0>."
msgstr "Bitte beachten Sie, dass diese Aktion <0>irreversibel0> ist."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:115
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please note that this action is <0>irreversible0>. Once confirmed, this document will be permanently deleted."
msgstr "Bitte beachten Sie, dass diese Aktion <0>irreversibel0> ist. Nachdem dies bestätigt wurde, wird dieses Dokument dauerhaft gelöscht."
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:64
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Please note that this action is irreversible. Once confirmed, your template will be permanently deleted."
msgstr "Bitte beachten Sie, dass diese Aktion irreversibel ist. Sobald sie bestätigt wird, wird Ihre Vorlage dauerhaft gelöscht."
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:124
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Please note that this action is irreversible. Once confirmed, your token will be permanently deleted."
msgstr "Bitte beachten Sie, dass diese Aktion irreversibel ist. Sobald sie bestätigt wird, wird Ihr Token dauerhaft gelöscht."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:114
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "Please note that this action is irreversible. Once confirmed, your webhook will be permanently deleted."
msgstr "Bitte beachten Sie, dass Sie den Zugriff auf alle Dokumente, die mit diesem Team verbunden sind, verlieren werden und alle Mitglieder entfernt und benachrichtigt werden."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:128
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Please note that you will lose access to all documents associated with this team & all the members will be removed and notified"
msgstr "Bitte beachten Sie, dass Sie den Zugriff auf alle mit diesem Team verbundenen Dokumente verlieren werden und alle Mitglieder entfernt und benachrichtigt werden."
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:36
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
msgid "Please provide a reason"
msgstr "Bitte geben Sie einen Grund an"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:122
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Please provide a token from the authenticator, or a backup code. If you do not have a backup code available, please contact support."
msgstr "Bitte geben Sie ein Token von der Authentifizierungs-App oder einen Backup-Code an. Wenn Sie keinen Backup-Code haben, kontaktieren Sie bitte den Support."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:129
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
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/remix/app/components/general/document-signing/document-signing-form.tsx:316
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please review the document before signing."
msgstr "Bitte überprüfen Sie das Dokument vor der Unterzeichnung."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:501
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Please select a PDF file"
msgstr "Bitte wählen Sie eine PDF-Datei aus"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:62
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "Please try again and make sure you enter the correct email address."
msgstr "Bitte versuchen Sie es erneut und stellen Sie sicher, dass Sie die korrekte E-Mail-Adresse eingeben."
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:72
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "Please try again later."
msgstr "Bitte versuchen Sie es später noch einmal."
-#: packages/ui/primitives/pdf-viewer.tsx:223
-#: packages/ui/primitives/pdf-viewer.tsx:238
+#: packages/ui/primitives/pdf-viewer.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Please try again or contact our support."
msgstr "Bitte versuchen Sie es erneut oder kontaktieren Sie unseren Support."
#. placeholder {0}: `'${_(deleteMessage)}'`
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:180
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please type {0} to confirm"
msgstr "Bitte {0} eingeben, um zu bestätigen"
#. placeholder {0}: user.email
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:123
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Please type <0>{0}0> to confirm."
msgstr "Bitte geben Sie <0>{0}0> ein, um zu bestätigen."
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:171
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Pre-formatted CSV template with example data."
msgstr "Vorformatiertes CSV-Template mit Beispieldaten."
-#: apps/remix/app/components/general/app-command-menu.tsx:209
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:58
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:49
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Preferences"
msgstr "Einstellungen"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:215
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Preview"
msgstr "Vorschau"
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:64
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "Preview and configure template."
msgstr "Vorschau und Vorlagen konfigurieren."
-#: apps/remix/app/components/tables/templates-table.tsx:119
-#: apps/remix/app/components/general/template/template-type.tsx:22
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/general/template/template-type.tsx
msgid "Private"
msgstr "Privat"
-#: apps/remix/app/components/tables/templates-table.tsx:129
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Private templates can only be modified and viewed by you."
msgstr "Private Vorlagen können nur von Ihnen bearbeitet und angezeigt werden."
-#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx:20
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:32
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:30
-#: apps/remix/app/components/general/app-command-menu.tsx:65
+#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Profile"
msgstr "Profil"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:193
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Profile is currently <0>hidden0>."
msgstr "Profil ist derzeit <0>versteckt0>."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:181
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Profile is currently <0>visible0>."
msgstr "Profil ist derzeit <0>sichtbar0>."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:72
-#: apps/remix/app/components/forms/profile.tsx:68
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/forms/profile.tsx
msgid "Profile updated"
msgstr "Profil aktualisiert"
-#: apps/remix/app/components/tables/templates-table.tsx:92
-#: apps/remix/app/components/general/template/template-type.tsx:27
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/general/template/template-type.tsx
msgid "Public"
msgstr "Öffentlich"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:34
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:45
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:43
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:71
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:62
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Public Profile"
msgstr "Öffentliches Profil"
-#: apps/remix/app/components/forms/public-profile-form.tsx:145
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Public profile URL"
msgstr "Öffentlicher Profil-URL"
-#: apps/remix/app/components/forms/signup.tsx:444
+#: apps/remix/app/components/forms/signup.tsx
msgid "Public profile username"
msgstr "Öffentlicher Profil-Benutzername"
-#: apps/remix/app/components/tables/templates-table.tsx:96
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Public templates are connected to your public profile. Any modifications to public templates will also appear in your public profile."
msgstr "Öffentliche Vorlagen sind mit Ihrem öffentlichen Profil verbunden. Änderungen an öffentlichen Vorlagen erscheinen auch in Ihrem öffentlichen Profil."
-#: packages/ui/primitives/document-flow/types.ts:57
+#: packages/ui/primitives/document-flow/types.ts
msgid "Radio"
msgstr "Radio"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:131
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
msgid "Radio values"
msgstr "Radio-Werte"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:162
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:120
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:176
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:146
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:185
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Read only"
msgstr "Nur lesen"
-#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx:144
+#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx
msgid "Read only field"
msgstr "Nur-Lese-Feld"
-#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx:23
+#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx
msgid "Read the full <0>signature disclosure0>."
msgstr "Lesen Sie die vollständige <0>Offenlegung der Unterschrift0>."
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:105
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Ready"
msgstr "Bereit"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:297
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Reason"
msgstr "Grund"
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:151
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Reason for rejection: "
msgstr ""
-#: packages/email/template-components/template-document-rejected.tsx:32
+#: packages/email/template-components/template-document-rejected.tsx
msgid "Reason for rejection: {rejectionReason}"
msgstr "Grund für die Ablehnung: {rejectionReason}"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:37
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
msgid "Reason must be less than 500 characters"
msgstr "Der Grund muss weniger als 500 Zeichen lang sein"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx:62
+#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx
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:96
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Receives copy"
msgstr "Erhält Kopie"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:160
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:54
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "Recent activity"
msgstr "Aktuelle Aktivitäten"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:39
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Recent documents"
msgstr "Neueste Dokumente"
-#: apps/remix/app/components/tables/documents-table.tsx:62
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:112
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:281
-#: packages/lib/utils/document-audit-logs.ts:357
-#: packages/lib/utils/document-audit-logs.ts:372
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/lib/utils/document-audit-logs.ts
+#: packages/lib/utils/document-audit-logs.ts
msgid "Recipient"
msgstr "Empfänger"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:335
-#: packages/ui/primitives/document-flow/add-settings.tsx:267
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:38
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "Recipient action authentication"
msgstr "Empfängeraktion Authentifizierung"
-#: packages/ui/components/document/document-email-checkboxes.tsx:126
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Recipient removed email"
msgstr "E-Mail des entfernten Empfängers"
-#: packages/ui/components/document/document-email-checkboxes.tsx:50
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Recipient signed email"
msgstr "E-Mail über Empfänger-unterschrieben"
-#: packages/ui/components/document/document-email-checkboxes.tsx:88
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Recipient signing request email"
msgstr "E-Mail zur Unterzeichnungsanfrage des Empfängers"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:110
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Recipient updated"
msgstr "Empfänger aktualisiert"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:144
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:132
-#: apps/remix/app/components/general/template/template-page-view-recipients.tsx:30
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:48
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Recipients"
msgstr "Empfänger"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:118
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Recipients metrics"
msgstr "Empfängermetriken"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:160
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Recipients will still retain their copy of the document"
msgstr "Empfänger behalten weiterhin ihre Kopie des Dokuments"
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:26
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "Recovery code copied"
msgstr "Wiederherstellungscode kopiert"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:116
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Recovery codes"
msgstr "Wiederherstellungscodes"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:541
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Red"
msgstr "Rot"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:505
-#: packages/ui/primitives/document-flow/add-settings.tsx:381
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Redirect URL"
msgstr "Weiterleitungs-URL"
-#: apps/remix/app/components/general/claim-account.tsx:79
-#: apps/remix/app/components/forms/signup.tsx:136
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Registration Successful"
msgstr "Registrierung erfolgreich"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:116
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:123
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:169
-#: packages/email/template-components/template-document-invite.tsx:98
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Reject Document"
msgstr "Dokument Ablehnen"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:99
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:146
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Rejected"
msgstr "Abgelehnt"
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:22
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "Rejection Confirmed"
msgstr "Ablehnung Bestätigt"
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:34
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "Rejection reason: {reason}"
msgstr "Ablehnungsgrund: {reason}"
-#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx:29
+#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx
msgid "Remembered your password? <0>Sign In0>"
msgstr "Haben Sie Ihr Passwort vergessen? <0>Einloggen0>"
#. placeholder {0}: customEmail.subject
-#: packages/lib/server-only/document/resend-document.tsx:192
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: {0}"
msgstr "Erinnerung: {0}"
#. placeholder {0}: document.team.name
-#: packages/lib/server-only/document/resend-document.tsx:132
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: {0} invited you to {recipientActionVerb} a document"
msgstr "Erinnerung: {0} hat dich eingeladen, ein Dokument {recipientActionVerb}"
-#: packages/lib/server-only/document/resend-document.tsx:121
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: Please {recipientActionVerb} this document"
msgstr "Erinnerung: Bitte {recipientActionVerb} dieses Dokument"
-#: packages/lib/server-only/document/resend-document.tsx:127
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: Please {recipientActionVerb} your document"
msgstr "Erinnerung: Bitte {recipientActionVerb} dein Dokument"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:55
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:152
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:160
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:187
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:88
-#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx:156
-#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx:180
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:249
-#: apps/remix/app/components/forms/avatar-image.tsx:162
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:431
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:216
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:156
-#: packages/ui/primitives/document-flow/add-fields.tsx:1123
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Remove"
msgstr "Entfernen"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:105
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Remove team email"
msgstr "Team-E-Mail entfernen"
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:149
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
msgid "Remove team member"
msgstr "Teammitglied entfernen"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:69
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Renews: {formattedDate}"
msgstr "Erneuert: {formattedDate}"
-#: apps/remix/app/components/forms/reset-password.tsx:127
-#: apps/remix/app/components/forms/password.tsx:141
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Repeat Password"
msgstr "Passwort wiederholen"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:245
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Request transfer"
msgstr "Übertragung anfordern"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:152
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:110
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:166
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:136
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:175
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Required field"
msgstr "Pflichtfeld"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:110
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Reseal document"
msgstr "Dokument wieder versiegeln"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:148
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:116
-#: packages/ui/primitives/document-flow/add-subject.tsx:79
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Resend"
msgstr "Erneut senden"
-#: apps/remix/app/components/general/verify-email-banner.tsx:132
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Resend Confirmation Email"
msgstr "Bestätigungs-E-Mail erneut senden"
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:66
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
msgid "Resend verification"
msgstr "Bestätigung erneut senden"
-#: apps/remix/app/components/forms/team-update-form.tsx:161
-#: apps/remix/app/components/forms/public-profile-form.tsx:266
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Reset"
msgstr "Zurücksetzen"
-#: apps/remix/app/components/forms/forgot-password.tsx:54
+#: apps/remix/app/components/forms/forgot-password.tsx
msgid "Reset email sent"
msgstr "Zurücksetzungs-E-Mail gesendet"
-#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx:36
-#: apps/remix/app/components/forms/reset-password.tsx:139
-#: apps/remix/app/components/forms/forgot-password.tsx:89
-#: packages/email/template-components/template-forgot-password.tsx:33
+#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/forgot-password.tsx
+#: packages/email/template-components/template-forgot-password.tsx
msgid "Reset Password"
msgstr "Passwort zurücksetzen"
-#: apps/remix/app/components/forms/reset-password.tsx:139
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Resetting Password..."
msgstr "Passwort wird zurückgesetzt..."
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:98
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Resolve"
msgstr "Zahlung klären"
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:131
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Resolve payment"
msgstr "Zahlung klären"
-#: packages/ui/components/document/document-share-button.tsx:146
+#: packages/ui/components/document/document-share-button.tsx
msgid "Rest assured, your document is strictly confidential and will never be shared. Only your signing experience will be highlighted. Share your personalized signing card to showcase your signature!"
msgstr "Seien Sie versichert, Ihr Dokument ist streng vertraulich und wird niemals geteilt. Nur Ihre Unterzeichnungserfahrung wird hervorgehoben. Teilen Sie Ihre personalisierte Unterschriftkarte, um Ihre Unterschrift zu präsentieren!"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:122
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Retention of Documents"
msgstr "Aufbewahrung von Dokumenten"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:169
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Retry"
msgstr "Wiederholen"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:87
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:110
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:109
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:104
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Return"
msgstr "Zurück"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:153
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Return to Dashboard"
msgstr "Zurück zum Dashboard"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:159
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Return to Home"
msgstr "Zurück zur Startseite"
-#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx:29
-#: apps/remix/app/routes/_unauthenticated+/check-email.tsx:29
+#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx
+#: apps/remix/app/routes/_unauthenticated+/check-email.tsx
msgid "Return to sign in"
msgstr "Zurück zur Anmeldung"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:117
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Revoke"
msgstr "Zugriff widerrufen"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:86
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Revoke access"
msgstr "Zugriff widerrufen"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:79
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:90
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:117
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:284
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:162
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:314
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Role"
msgstr "Rolle"
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:131
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:73
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Roles"
msgstr "Rollen"
-#: packages/ui/primitives/data-table-pagination.tsx:55
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "Rows per page"
msgstr "Zeilen pro Seite"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:373
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:358
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:304
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:311
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:446
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:320
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Save"
msgstr "Speichern"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:979
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
msgid "Save Template"
msgstr "Vorlage speichern"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:63
-#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx:57
-#: apps/remix/app/components/tables/documents-table-sender-filter.tsx:58
-#: apps/remix/app/components/general/app-nav-desktop.tsx:84
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx
+#: apps/remix/app/components/tables/documents-table-sender-filter.tsx
+#: apps/remix/app/components/general/app-nav-desktop.tsx
msgid "Search"
msgstr "Suchen"
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:141
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
msgid "Search by document title"
msgstr "Nach Dokumenttitel suchen"
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:172
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:141
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Search by name or email"
msgstr "Nach Name oder E-Mail suchen"
-#: apps/remix/app/components/general/document/document-search.tsx:39
+#: apps/remix/app/components/general/document/document-search.tsx
msgid "Search documents..."
msgstr "Dokumente suchen..."
-#: packages/ui/components/common/language-switcher-dialog.tsx:41
+#: packages/ui/components/common/language-switcher-dialog.tsx
msgid "Search languages..."
msgstr "Sprachen suchen..."
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:185
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:210
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Secret"
msgstr "Geheim"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:67
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:71
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:69
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
msgid "Security"
msgstr "Sicherheit"
-#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx:18
+#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx
msgid "Security activity"
msgstr "Sicherheitsaktivität"
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:193
-#: packages/ui/primitives/document-flow/types.ts:59
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:114
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Select"
msgstr "Auswählen"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:114
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:84
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Select a team"
msgstr "Wählen Sie ein Team aus"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:78
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Select a team to move this document to. This action cannot be undone."
msgstr "Wählen Sie ein Team aus, um dieses Dokument dorthin zu verschieben. Diese Aktion kann nicht rückgängig gemacht werden."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:108
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Select a team to move this template to. This action cannot be undone."
msgstr "Wählen Sie ein Team aus, um diese Vorlage dorthin zu verschieben. Diese Aktion kann nicht rückgängig gemacht werden."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:258
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Select a template you'd like to display on your public profile"
msgstr "Wählen Sie eine Vorlage aus, die Sie in Ihrem öffentlichen Profil anzeigen möchten"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:254
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Select a template you'd like to display on your team's public profile"
msgstr "Wählen Sie eine Vorlage aus, die Sie im öffentlichen Profil Ihres Teams anzeigen möchten"
-#: packages/ui/primitives/combobox.tsx:39
+#: packages/ui/primitives/combobox.tsx
msgid "Select an option"
msgstr "Option auswählen"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:138
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Select at least"
msgstr "Wählen Sie mindestens"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:104
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Select default option"
msgstr "Standardoption auswählen"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:223
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Select passkey"
msgstr "Passkey auswählen"
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:34
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:64
-#: packages/ui/primitives/document-flow/add-subject.tsx:77
-#: packages/ui/primitives/document-flow/add-subject.tsx:80
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Send"
msgstr "Senden"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:92
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "Send confirmation email"
msgstr "Bestätigungs-E-Mail senden"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:334
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Send document"
msgstr "Dokument senden"
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:41
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
msgid "Send Document"
msgstr "Dokument senden"
-#: packages/ui/components/document/document-email-checkboxes.tsx:193
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document completed email"
msgstr "E-Mail über den Abschluss des Dokuments senden"
-#: packages/ui/components/document/document-email-checkboxes.tsx:269
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document completed email to the owner"
msgstr "E-Mail über den Abschluss des Dokuments an den Eigentümer senden"
-#: packages/ui/components/document/document-email-checkboxes.tsx:231
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document deleted email"
msgstr "E-Mail über das Löschen des Dokuments senden"
-#: packages/ui/components/document/document-email-checkboxes.tsx:154
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document pending email"
msgstr "E-Mail über ausstehende Dokumente senden"
-#: packages/email/templates/confirm-team-email.tsx:102
+#: packages/email/templates/confirm-team-email.tsx
msgid "Send documents on behalf of the team using the email address"
msgstr "Dokumente im Namen des Teams über die E-Mail-Adresse senden"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:252
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Send documents to recipients immediately"
msgstr "Dokumente sofort an Empfänger senden"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:199
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Send on Behalf of Team"
msgstr "Im Namen des Teams senden"
-#: packages/ui/components/document/document-email-checkboxes.tsx:116
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send recipient removed email"
msgstr "E-Mail über entfernten Empfänger senden"
-#: packages/ui/components/document/document-email-checkboxes.tsx:40
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send recipient signed email"
msgstr "E-Mail über Empfänger-unterschrieben senden"
-#: packages/ui/components/document/document-email-checkboxes.tsx:78
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send recipient signing request email"
msgstr "E-Mail über Unterzeichnungsanfrage des Empfängers senden"
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:188
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Send reminder"
msgstr "Erinnerung senden"
-#: apps/remix/app/components/tables/documents-table.tsx:58
+#: apps/remix/app/components/tables/documents-table.tsx
msgid "Sender"
msgstr "Absender"
-#: apps/remix/app/components/forms/forgot-password.tsx:89
+#: apps/remix/app/components/forms/forgot-password.tsx
msgid "Sending Reset Email..."
msgstr "Zurücksetzungs-E-Mail wird gesendet..."
-#: apps/remix/app/components/general/verify-email-banner.tsx:132
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Sending..."
msgstr "Senden..."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:264
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:100
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Sent"
msgstr "Gesendet"
-#: apps/remix/app/components/general/claim-account.tsx:144
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Set a password"
msgstr "Ein Passwort festlegen"
-#: apps/remix/app/routes/_authenticated+/settings+/_layout.tsx:16
-#: apps/remix/app/components/general/app-nav-mobile.tsx:43
-#: apps/remix/app/components/general/app-command-menu.tsx:61
-#: apps/remix/app/components/general/app-command-menu.tsx:206
+#: apps/remix/app/routes/_authenticated+/settings+/_layout.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Settings"
msgstr "Einstellungen"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:197
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Setup"
msgstr "Einrichten"
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:179
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:148
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Share"
msgstr "Teilen"
-#: packages/ui/components/document/document-share-button.tsx:134
+#: packages/ui/components/document/document-share-button.tsx
msgid "Share Signature Card"
msgstr "Unterschriftenkarte teilen"
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:205
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:175
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Share Signing Card"
msgstr "Signaturkarte teilen"
-#: packages/lib/constants/template.ts:16
+#: packages/lib/constants/template.ts
msgid "Share the Link"
msgstr "Link teilen"
-#: packages/ui/components/document/document-share-button.tsx:142
+#: packages/ui/components/document/document-share-button.tsx
msgid "Share your signing experience!"
msgstr "Teilen Sie Ihre Unterzeichnungserfahrung!"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:172
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Show"
msgstr "Anzeigen"
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:111
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Show additional information"
msgstr "Zusätzliche Informationen anzeigen"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:723
-#: packages/ui/primitives/document-flow/add-signers.tsx:710
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Show advanced settings"
msgstr "Erweiterte Einstellungen anzeigen"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:37
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Show templates in your public profile for your audience to sign and get started quickly"
msgstr "Vorlagen in Ihrem öffentlichen Profil anzeigen, damit Ihre Zielgruppe unterschreiben und schnell loslegen kann"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:44
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Show templates in your team public profile for your audience to sign and get started quickly"
msgstr "Vorlagen in Ihrem Team-Öffentliches Profil anzeigen, damit Ihre Zielgruppe unterschreiben und schnell loslegen kann"
-#: apps/remix/app/routes/_profile+/p.$url.tsx:189
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:128
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:112
-#: apps/remix/app/components/general/user-profile-timur.tsx:77
-#: apps/remix/app/components/general/user-profile-skeleton.tsx:73
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:323
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:243
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:142
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:221
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:179
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:83
-#: packages/lib/constants/recipient-roles.ts:21
+#: apps/remix/app/routes/_profile+/p.$url.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/user-profile-timur.tsx
+#: apps/remix/app/components/general/user-profile-skeleton.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Sign"
msgstr "Unterschreiben"
#. placeholder {0}: recipient.name
#. placeholder {1}: recipient.email
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:272
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "Sign as {0} <0>({1})0>"
msgstr "Unterzeichnen als {0} <0>({1})0>"
#. placeholder {0}: recipient.name
#. placeholder {1}: recipient.email
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:202
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
msgid "Sign as<0>{0} <1>({1})1>0>"
msgstr "Unterzeichnen als<0>{0} <1>({1})1>0>"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:301
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:358
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Sign document"
msgstr "Dokument unterschreiben"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:184
-#: packages/email/template-components/template-document-invite.tsx:106
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Sign Document"
msgstr "Dokument signieren"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx:59
+#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx
msgid "Sign field"
msgstr "Unterzeichnen-Feld"
-#: apps/remix/app/components/forms/signup.tsx:359
+#: apps/remix/app/components/forms/signup.tsx
msgid "Sign Here"
msgstr "Hier unterzeichnen"
-#: apps/remix/app/components/forms/signin.tsx:363
-#: apps/remix/app/components/forms/signin.tsx:488
-#: packages/email/template-components/template-reset-password.tsx:35
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: packages/email/template-components/template-reset-password.tsx
msgid "Sign In"
msgstr "Anmelden"
-#: apps/remix/app/routes/_unauthenticated+/signin.tsx:47
+#: apps/remix/app/routes/_unauthenticated+/signin.tsx
msgid "Sign in to your account"
msgstr "Melden Sie sich bei Ihrem Konto an"
-#: apps/remix/app/components/general/menu-switcher.tsx:282
-#: apps/remix/app/components/general/app-nav-mobile.tsx:76
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
msgid "Sign Out"
msgstr "Ausloggen"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:326
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:379
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Sign the document to complete the process."
msgstr "Unterschreiben Sie das Dokument, um den Vorgang abzuschließen."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:63
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
msgid "Sign up"
msgstr "Registrieren"
-#: apps/remix/app/components/forms/signup.tsx:398
+#: apps/remix/app/components/forms/signup.tsx
msgid "Sign Up with Google"
msgstr "Registrieren mit Google"
-#: apps/remix/app/components/forms/signup.tsx:414
+#: apps/remix/app/components/forms/signup.tsx
msgid "Sign Up with OIDC"
msgstr "Registrieren mit OIDC"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:185
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:80
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:245
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:280
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:342
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:335
-#: apps/remix/app/components/forms/profile.tsx:118
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:423
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:420
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:711
-#: packages/ui/primitives/document-flow/types.ts:49
-#: packages/ui/primitives/document-flow/field-icon.tsx:44
-#: packages/ui/primitives/document-flow/add-fields.tsx:836
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/field-icon.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Signature"
msgstr "Unterschrift"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:236
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signature ID"
msgstr "Signatur-ID"
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:297
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:366
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:449
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:446
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
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."
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:139
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Signatures Collected"
msgstr "Gesammelte Unterschriften"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:221
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Signatures will appear once the document has been completed"
msgstr "Unterschriften erscheinen, sobald das Dokument abgeschlossen ist"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:286
-#: apps/remix/app/components/general/document/document-read-only-fields.tsx:82
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:113
-#: packages/lib/constants/recipient-roles.ts:22
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/general/document/document-read-only-fields.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Signed"
msgstr "Unterzeichnet"
-#: packages/lib/constants/recipient-roles.ts:24
+#: packages/lib/constants/recipient-roles.ts
msgid "Signer"
msgstr "Unterzeichner"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:184
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signer Events"
msgstr "Signer-Ereignisse"
-#: packages/lib/constants/recipient-roles.ts:25
+#: packages/lib/constants/recipient-roles.ts
msgid "Signers"
msgstr "Unterzeichner"
-#: packages/ui/primitives/document-flow/add-signers.types.ts:36
+#: packages/ui/primitives/document-flow/add-signers.types.ts
msgid "Signers must have unique emails"
msgstr "Unterzeichner müssen eindeutige E-Mails haben"
-#: packages/lib/constants/recipient-roles.ts:23
+#: packages/lib/constants/recipient-roles.ts
msgid "Signing"
msgstr "Unterzeichnung"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:176
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signing Certificate"
msgstr "Unterzeichnungszertifikat"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:319
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signing certificate provided by"
msgstr "Unterzeichnungszertifikat bereitgestellt von"
-#: packages/lib/server-only/document/send-completed-email.ts:120
-#: packages/lib/server-only/document/send-completed-email.ts:200
+#: packages/lib/server-only/document/send-completed-email.ts
+#: packages/lib/server-only/document/send-completed-email.ts
msgid "Signing Complete!"
msgstr "Unterzeichnung abgeschlossen!"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:339
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Signing for"
msgstr ""
-#: apps/remix/app/components/forms/signin.tsx:363
-#: apps/remix/app/components/forms/signin.tsx:488
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
msgid "Signing in..."
msgstr "Anmeldung..."
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:189
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:160
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Signing Links"
msgstr "Signierlinks"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:301
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Signing links have been generated for this document."
msgstr "Unterzeichnungslinks wurden für dieses Dokument erstellt."
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:340
-#: packages/ui/primitives/document-flow/add-signers.tsx:278
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Signing order is enabled."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/leaderboard.tsx:52
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/leaderboard.tsx
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
msgid "Signing Volume"
msgstr "Unterzeichnungsvolumen"
-#: apps/remix/app/components/forms/signup.tsx:71
+#: apps/remix/app/components/forms/signup.tsx
msgid "Signups are disabled."
msgstr "Registrierungen sind deaktiviert."
#. placeholder {0}: DateTime.fromJSDate(publicProfile.badge.since).toFormat('LLL ‘yy')
-#: apps/remix/app/routes/_profile+/p.$url.tsx:106
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "Since {0}"
msgstr "Seit {0}"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:107
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Site Banner"
msgstr "Website Banner"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:100
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:111
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Site Settings"
msgstr "Website Einstellungen"
-#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx:32
+#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx
msgid "Some signers have not been assigned a signature field. Please assign at least 1 signature field to each signer before proceeding."
msgstr "Einige Unterzeichner haben noch kein Unterschriftsfeld zugewiesen bekommen. Bitte weisen Sie jedem Unterzeichner mindestens ein Unterschriftsfeld zu, bevor Sie fortfahren."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:56
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:88
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:133
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:34
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:62
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:79
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:76
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:98
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:95
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:73
-#: apps/remix/app/components/general/billing-portal-button.tsx:35
-#: apps/remix/app/components/general/billing-plans.tsx:62
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:52
-#: apps/remix/app/components/general/teams/team-invitations.tsx:132
-#: apps/remix/app/components/general/teams/team-invitations.tsx:169
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:43
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:38
-#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx:28
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:34
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:44
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:94
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:63
-#: apps/remix/app/components/general/document/document-certificate-download-button.tsx:65
-#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx:62
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:24
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:119
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:106
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:167
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:260
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:103
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:128
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:153
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:47
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:71
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:206
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:61
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:80
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:51
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:100
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:103
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:76
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:69
-#: packages/ui/components/document/document-share-button.tsx:50
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/billing-portal-button.tsx
+#: apps/remix/app/components/general/billing-plans.tsx
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: apps/remix/app/components/general/document/document-certificate-download-button.tsx
+#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
+#: packages/ui/components/document/document-share-button.tsx
msgid "Something went wrong"
msgstr "Etwas ist schief gelaufen"
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:125
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Something went wrong while attempting to transfer the ownership of team <0>{0}0> to your. Please try again later or contact support."
msgstr "Etwas ist schiefgelaufen beim Versuch, das Eigentum des Teams <0>{0}0> auf Ihre zu übertragen. Bitte versuchen Sie es später erneut oder kontaktieren Sie den Support."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:148
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Something went wrong while attempting to verify your email address for <0>{0}0>. Please try again later."
msgstr "Etwas ist schiefgelaufen beim Versuch, Ihre E-Mail-Adresse für <0>{0}0> zu bestätigen. Bitte versuchen Sie es später erneut."
-#: packages/ui/primitives/pdf-viewer.tsx:220
-#: packages/ui/primitives/pdf-viewer.tsx:235
+#: packages/ui/primitives/pdf-viewer.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Something went wrong while loading the document."
msgstr "Beim Laden des Dokuments ist ein Fehler aufgetreten."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:159
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Something went wrong while loading your passkeys."
msgstr "Etwas ist schiefgelaufen beim Laden Ihrer Passkeys."
-#: apps/remix/app/components/general/verify-email-banner.tsx:57
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Something went wrong while sending the confirmation email."
msgstr "Etwas ist schiefgelaufen beim Senden der Bestätigungs-E-Mail."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:94
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Something went wrong while updating the team billing subscription, please contact support."
msgstr "Etwas ist schiefgelaufen beim Aktualisieren des Abonnements für die Team-Zahlung. Bitte kontaktieren Sie den Support."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:107
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Something went wrong!"
msgstr "Etwas ist schiefgelaufen!"
-#: packages/ui/primitives/data-table.tsx:134
+#: packages/ui/primitives/data-table.tsx
msgid "Something went wrong."
msgstr "Etwas ist schief gelaufen."
-#: apps/remix/app/components/forms/token.tsx:137
+#: apps/remix/app/components/forms/token.tsx
msgid "Something went wrong. Please try again later."
msgstr "Etwas ist schiefgelaufen. Bitte versuchen Sie es später noch einmal."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:163
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:239
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Something went wrong. Please try again or contact support."
msgstr "Etwas ist schiefgelaufen. Bitte versuchen Sie es erneut oder kontaktieren Sie den Support."
-#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx:64
+#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx
msgid "Sorry, we were unable to download the audit logs. Please try again later."
msgstr "Entschuldigung, wir konnten die Prüfprotokolle nicht herunterladen. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/general/document/document-certificate-download-button.tsx:67
+#: apps/remix/app/components/general/document/document-certificate-download-button.tsx
msgid "Sorry, we were unable to download the certificate. Please try again later."
msgstr "Entschuldigung, wir konnten das Zertifikat nicht herunterladen. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:130
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Source"
msgstr "Quelle"
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:41
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Stats"
msgstr "Statistiken"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:98
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:36
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:76
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:73
-#: apps/remix/app/components/tables/documents-table.tsx:72
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:122
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Status"
msgstr "Status"
-#: packages/ui/primitives/document-flow/document-flow-root.tsx:106
+#: packages/ui/primitives/document-flow/document-flow-root.tsx
msgid "Step <0>{step} of {maxStep}0>"
msgstr "Schritt <0>{step} von {maxStep}0>"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:362
-#: packages/ui/primitives/document-flow/add-subject.tsx:138
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Subject <0>(Optional)0>"
msgstr "Betreff <0>(Optional)0>"
-#: packages/ui/primitives/document-password-dialog.tsx:98
-msgid "Submit"
-msgstr "Einreichen"
-
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:299
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Submitting..."
msgstr ""
-#: apps/remix/app/components/general/billing-plans.tsx:129
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Subscribe"
msgstr ""
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:78
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Subscription"
msgstr "Abonnement"
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:83
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Subscriptions"
msgstr "Abonnements"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:54
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:28
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:56
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:73
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:68
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:90
-#: apps/remix/app/components/general/verify-email-banner.tsx:46
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:41
-#: apps/remix/app/components/general/teams/team-invitations.tsx:125
-#: apps/remix/app/components/general/teams/team-invitations.tsx:162
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:36
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:31
-#: apps/remix/app/components/forms/team-update-form.tsx:65
-#: apps/remix/app/components/forms/public-profile-form.tsx:79
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:119
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:144
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:94
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:106
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:91
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:146
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:48
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:48
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:76
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:54
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:73
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:76
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:70
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:87
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:131
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:167
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/general/verify-email-banner.tsx
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Success"
msgstr "Erfolg"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:86
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Successfully created passkey"
msgstr "Passkey erfolgreich erstellt"
-#: packages/email/templates/bulk-send-complete.tsx:52
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Successfully created: {successCount}"
msgstr "Erfolgreich erstellt: {successCount}"
-#: packages/email/templates/bulk-send-complete.tsx:44
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Summary:"
msgstr "Zusammenfassung:"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:53
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "System Requirements"
msgstr "Systemanforderungen"
-#: apps/remix/app/components/general/app-command-menu.tsx:262
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "System Theme"
msgstr "Systemthema"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx:60
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:62
+#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
msgid "Team"
msgstr "Team"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/delete-team.ts:124
+#: packages/lib/server-only/team/delete-team.ts
msgid "Team \"{0}\" has been deleted on Documenso"
msgstr "Team \"{0}\" wurde auf Documenso gelöscht"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:86
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Team checkout"
msgstr "Teameinkaufs-Prüfung"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:65
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:144
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Team email"
msgstr "Team E-Mail"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:57
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Team Email"
msgstr "Team-E-Mail"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:122
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Team email already verified!"
msgstr "Team-E-Mail bereits verifiziert!"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:55
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Team email has been removed"
msgstr "Team-E-Mail wurde entfernt"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/delete-team-email.ts:105
+#: packages/lib/server-only/team/delete-team-email.ts
msgid "Team email has been revoked for {0}"
msgstr "Team-E-Mail wurde für {0} widerrufen"
-#: packages/email/templates/team-email-removed.tsx:60
+#: packages/email/templates/team-email-removed.tsx
msgid "Team email removed"
msgstr "Team-E-Mail entfernt"
-#: packages/email/templates/team-email-removed.tsx:30
+#: packages/email/templates/team-email-removed.tsx
msgid "Team email removed for {teamName} on Documenso"
msgstr "Team-E-Mail für {teamName} auf Documenso entfernt"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:144
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Team email verification"
msgstr "Team-E-Mail-Verifizierung"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:160
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Team email verified!"
msgstr "Team-E-Mail verifiziert!"
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:77
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "Team email was updated."
msgstr "Team-E-Mail wurde aktualisiert."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:121
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:116
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Team invitation"
msgstr "Teameinladung"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:147
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Team invitations have been sent."
msgstr "Teameinladungen wurden gesendet."
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:71
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:103
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Team Member"
msgstr "Teammitglied"
-#: apps/remix/app/components/forms/team-update-form.tsx:110
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:165
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Team Name"
msgstr "Teamname"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:61
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "Team not found"
msgstr ""
-#: apps/remix/app/components/tables/templates-table.tsx:119
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Team Only"
msgstr "Nur Team"
-#: apps/remix/app/components/tables/templates-table.tsx:124
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Team only templates are not linked anywhere and are visible only to your team."
msgstr "Nur Teamvorlagen sind nirgendwo verlinkt und nur für Ihr Team sichtbar."
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:121
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Team ownership transfer"
msgstr "Team-Eigentumsübertragung"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:99
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Team ownership transfer already completed!"
msgstr "Team-Eigentumsübertragung bereits abgeschlossen!"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:137
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Team ownership transferred!"
msgstr "Team-Eigentum übertragen!"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:31
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Team Preferences"
msgstr "Teampräferenzen"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:41
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Team Public Profile"
msgstr "Öffentliches Profil des Teams"
-#: apps/remix/app/components/general/menu-switcher.tsx:266
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Team settings"
msgstr "Teameinstellungen"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._layout.tsx:39
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._layout.tsx
msgid "Team Settings"
msgstr "Team-Einstellungen"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:43
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Team templates"
msgstr "Teamvorlagen"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:76
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "Team transfer in progress"
msgstr "Teamübertragung im Gange"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:74
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "Team transfer request expired"
msgstr "Der Antrag auf Teamübertragung ist abgelaufen"
-#: apps/remix/app/components/forms/team-update-form.tsx:126
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:195
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Team URL"
msgstr "Team-URL"
-#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx:22
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:58
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:56
-#: apps/remix/app/components/general/menu-switcher.tsx:155
-#: apps/remix/app/components/general/app-nav-mobile.tsx:39
+#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
msgid "Teams"
msgstr "Teams"
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:82
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Teams restricted"
msgstr "Teams beschränkt"
-#: apps/remix/app/routes/_authenticated+/templates.$id.edit.tsx:71
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:166
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:37
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:140
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:220
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:406
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:268
+#: apps/remix/app/routes/_authenticated+/templates.$id.edit.tsx
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Template"
msgstr "Vorlage"
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:38
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Template deleted"
msgstr "Vorlage gelöscht"
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:59
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "Template document uploaded"
msgstr "Vorlagendokument hochgeladen"
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:35
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Template duplicated"
msgstr "Vorlage dupliziert"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:132
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Template has been removed from your public profile."
msgstr "Vorlage ist von Deinem öffentlichen Profil entfernt worden."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:168
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Template has been updated."
msgstr "Vorlage wurde aktualisiert."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:65
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Template moved"
msgstr "Vorlage verschoben"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:78
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Template not found or already associated with a team."
msgstr "Vorlage nicht gefunden oder bereits mit einem Team verknüpft."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:206
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Template saved"
msgstr "Vorlage gespeichert"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:165
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Template title"
msgstr "Vorlagentitel"
-#: apps/remix/app/routes/_authenticated+/templates._index.tsx:56
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:102
-#: apps/remix/app/components/general/app-nav-mobile.tsx:35
-#: apps/remix/app/components/general/app-nav-desktop.tsx:21
-#: apps/remix/app/components/general/app-command-menu.tsx:203
+#: apps/remix/app/routes/_authenticated+/templates._index.tsx
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
+#: apps/remix/app/components/general/app-nav-desktop.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Templates"
msgstr "Vorlagen"
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:98
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
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/remix/app/components/general/document-signing/document-signing-text-field.tsx:270
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:299
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:841
-#: packages/ui/primitives/document-flow/types.ts:52
-#: packages/ui/primitives/document-flow/add-fields.tsx:966
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Text"
msgstr "Text"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:125
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:139
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx:62
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx:57
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx:62
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx:80
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx
msgid "Text Align"
msgstr "Textausrichtung"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:171
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Text Color"
msgstr "Textfarbe"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:20
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Thank you for using Documenso to perform your electronic document signing. The purpose of this disclosure is to inform you about the process, legality, and your rights regarding the use of electronic signatures on our platform. By opting to use an electronic signature, you are agreeing to the terms and conditions outlined below."
msgstr "Vielen Dank, dass Sie Documenso zur elektronischen Unterzeichnung Ihrer Dokumente verwenden. Der Zweck dieser Offenlegung besteht darin, Sie über den Prozess, die Rechtmäßigkeit und Ihre Rechte in Bezug auf die Verwendung elektronischer Unterschriften auf unserer Plattform zu informieren. Indem Sie sich entscheiden, eine elektronische Unterschrift zu verwenden, stimmen Sie den nachfolgend dargelegten Bedingungen zu."
-#: packages/email/template-components/template-forgot-password.tsx:25
+#: packages/email/template-components/template-forgot-password.tsx
msgid "That's okay, it happens! Click the button below to reset your password."
msgstr "Das ist in Ordnung, das passiert! Klicke auf den Button unten, um dein Passwort zurückzusetzen."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:50
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "The account has been deleted successfully."
msgstr "Das Konto wurde erfolgreich gelöscht."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:50
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "The account has been disabled successfully."
msgstr "Das Konto wurde erfolgreich deaktiviert."
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:47
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "The account has been enabled successfully."
msgstr "Das Konto wurde erfolgreich aktiviert."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:43
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "The authentication required for recipients to sign fields"
msgstr "Die Authentifizierung, die erforderlich ist, damit Empfänger Felder signieren"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:67
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "The authentication required for recipients to sign the signature field."
msgstr "Die Authentifizierung, die erforderlich ist, damit Empfänger das Signaturfeld signieren können."
-#: packages/ui/components/document/document-global-auth-access-select.tsx:66
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "The authentication required for recipients to view the document."
msgstr "Die Authentifizierung, die erforderlich ist, damit Empfänger das Dokument anzeigen können."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:202
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "The content to show in the banner, HTML is allowed"
msgstr "Der Inhalt, der im Banne rgezeig wird, HTML ist erlaubt"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:72
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:31
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:166
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "The direct link has been copied to your clipboard"
msgstr "Der direkte Linkt wurde in die Zwischenablage kopiert"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:46
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "The document has been successfully moved to the selected team."
msgstr "Das Dokument wurde erfolgreich in das ausgewählte Team verschoben."
-#: apps/remix/app/components/embed/embed-document-completed.tsx:30
+#: apps/remix/app/components/embed/embed-document-completed.tsx
msgid "The document is now completed, please follow any instructions provided within the parent application."
msgstr "Das Dokument ist jetzt abgeschlossen. Bitte folgen Sie allen Anweisungen, die in der übergeordneten Anwendung bereitgestellt werden."
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:39
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "The document owner has been notified of this rejection. No further action is required from you at this time. The document owner may contact you with any questions regarding this rejection."
msgstr "Der Dokumenteninhaber wurde über diese Ablehnung informiert. Es sind derzeit keine weiteren Maßnahmen von Ihnen erforderlich. Der Dokumenteninhaber kann Sie bei Fragen zu dieser Ablehnung kontaktieren."
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:106
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:21
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
msgid "The document owner has been notified of your decision. They may contact you with further instructions if necessary."
msgstr "Der Dokumenteneigentümer wurde über Ihre Entscheidung informiert. Er kann Sie bei Bedarf mit weiteren Anweisungen kontaktieren."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:192
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "The document was created but could not be sent to recipients."
msgstr "Das Dokument wurde erstellt, konnte aber nicht an die Empfänger versendet werden."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:157
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "The document will be hidden from your account"
msgstr "Das Dokument wird von Ihrem Konto verborgen werden"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:342
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "The document will be immediately sent to recipients if this is checked."
msgstr "Das Dokument wird sofort an die Empfänger gesendet, wenn dies angehakt ist."
-#: packages/ui/components/document/document-send-email-message-helper.tsx:29
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "The document's name"
msgstr "Der Name des Dokuments"
-#: apps/remix/app/components/forms/signin.tsx:242
+#: apps/remix/app/components/forms/signin.tsx
msgid "The email or password provided is incorrect"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:172
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:196
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "The events that will trigger a webhook to be sent to your URL."
msgstr "Die Ereignisse, die einen Webhook auslösen, der an Ihre URL gesendet wird."
-#: packages/email/templates/bulk-send-complete.tsx:62
+#: packages/email/templates/bulk-send-complete.tsx
msgid "The following errors occurred:"
msgstr "Die folgenden Fehler sind aufgetreten:"
-#: packages/email/templates/team-delete.tsx:37
+#: packages/email/templates/team-delete.tsx
msgid "The following team has been deleted by its owner. You will no longer be able to access this team and its documents"
msgstr "Das folgende Team wurde von seinem Besitzer gelöscht. Du kannst nicht mehr auf dieses Team und seine Dokumente zugreifen"
-#: packages/email/templates/team-delete.tsx:36
+#: packages/email/templates/team-delete.tsx
msgid "The following team has been deleted by you"
msgstr "Das folgende Team wurde von dir gelöscht"
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:141
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "The ownership of team <0>{0}0> has been successfully transferred to you."
msgstr "Die Inhaberschaft des Teams <0>{0}0> wurde erfolgreich auf Sie übertragen."
-#: apps/remix/app/components/general/generic-error-layout.tsx:43
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "The page you are looking for was moved, removed, renamed or might never have existed."
msgstr "Die Seite, die Sie suchen, wurde verschoben, entfernt, umbenannt oder hat möglicherweise nie existiert."
-#: packages/ui/primitives/document-password-dialog.tsx:53
-msgid "The password you have entered is incorrect. Please try again."
-msgstr "Das eingegebene Passwort ist falsch. Bitte versuchen Sie es erneut."
-
-#: apps/remix/app/components/forms/public-profile-form.tsx:117
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "The profile link has been copied to your clipboard"
msgstr "Der Profil-Link wurde in die Zwischenablage kopiert"
-#: apps/remix/app/routes/_profile+/_layout.tsx:104
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "The profile you are looking for could not be found."
msgstr "Das Profil, nach dem Sie suchen, konnte nicht gefunden werden."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:377
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "The public description that will be displayed with this template"
msgstr "Die öffentliche Beschreibung, die mit dieser Vorlage angezeigt wird"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:355
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "The public name for your template"
msgstr "Der öffentliche Name für Ihre Vorlage"
-#: packages/email/template-components/template-document-super-delete.tsx:38
+#: packages/email/template-components/template-document-super-delete.tsx
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:135
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "The recipient can prepare the document for later signers by pre-filling suggest values."
msgstr ""
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:111
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "The recipient has been updated successfully"
msgstr "Der Empfänger wurde erfolgreich aktualisiert"
-#: packages/ui/components/recipient/recipient-role-select.tsx:104
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:61
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:40
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:82
+#: packages/ui/components/recipient/recipient-role-select.tsx
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."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:230
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "The selected team member will receive an email which they must accept before the team is transferred"
msgstr "Das ausgewählte Teammitglied erhält eine E-Mail, die es akzeptieren muss, bevor das Team übertragen wird"
-#: packages/ui/components/document/document-share-button.tsx:51
+#: packages/ui/components/document/document-share-button.tsx
msgid "The sharing link could not be created at this time. Please try again."
msgstr "Der Freigabelink konnte in diesem Moment nicht erstellt werden. Bitte versuchen Sie es erneut."
-#: packages/ui/components/document/document-share-button.tsx:46
+#: packages/ui/components/document/document-share-button.tsx
msgid "The sharing link has been copied to your clipboard."
msgstr "Der Freigabelink wurde in Ihre Zwischenablage kopiert."
-#: packages/ui/components/document/document-send-email-message-helper.tsx:23
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "The signer's email"
msgstr "Die E-Mail des Unterzeichners"
-#: packages/ui/components/document/document-send-email-message-helper.tsx:17
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "The signer's name"
msgstr "Der Name des Unterzeichners"
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:37
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:116
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:168
-#: packages/ui/primitives/document-flow/add-subject.tsx:238
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "The signing link has been copied to your clipboard."
msgstr "Der Signierlink wurde in die Zwischenablage kopiert."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:110
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "The site banner is a message that is shown at the top of the site. It can be used to display important information to your users."
msgstr "Das Seitenbanner ist eine Nachricht, die oben auf der Seite angezeigt wird. Es kann verwendet werden, um Ihren Nutzern wichtige Informationen anzuzeigen."
-#: packages/email/templates/team-email-removed.tsx:64
+#: packages/email/templates/team-email-removed.tsx
msgid "The team email <0>{teamEmail}0> has been removed from the following team"
msgstr "Die Team-E-Mail <0>{teamEmail}0> wurde aus dem folgenden Team entfernt"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:42
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "The team transfer invitation has been successfully deleted."
msgstr "Die Einladung zur Teamübertragung wurde erfolgreich gelöscht."
#. placeholder {0}: transferVerification.name
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:83
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "The team transfer request to <0>{0}0> has expired."
msgstr "Die Teamübertragungsanfrage an <0>{0}0> ist abgelaufen."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:63
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid ""
"The team you are looking for may have been removed, renamed or may have never\n"
" existed."
msgstr ""
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:66
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "The template has been successfully moved to the selected team."
msgstr "Die Vorlage wurde erfolgreich in das ausgewählte Team verschoben."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:440
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "The template will be removed from your profile"
msgstr "Die Vorlage wird von Ihrem Profil entfernt"
-#: apps/remix/app/components/forms/token.tsx:103
+#: apps/remix/app/components/forms/token.tsx
msgid "The token was copied to your clipboard."
msgstr "Der Token wurde in die Zwischenablage kopiert."
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:81
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "The token was deleted successfully."
msgstr "Das Token wurde erfolgreich gelöscht."
-#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx:21
+#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx
msgid "The token you have used to reset your password is either expired or it never existed. If you have still forgotten your password, please request a new reset link."
msgstr "Der Token, den Sie zur Zurücksetzung Ihres Passworts verwendet haben, ist entweder abgelaufen oder hat nie existiert. Wenn Sie Ihr Passwort immer noch vergessen haben, fordern Sie bitte einen neuen Zurücksetzungslink an."
-#: apps/remix/app/components/forms/signin.tsx:246
+#: apps/remix/app/components/forms/signin.tsx
msgid "The two-factor authentication code provided is incorrect"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:121
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:120
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:145
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "The URL for Documenso to send webhook events to."
msgstr "Die URL für Documenso, um Webhook-Ereignisse zu senden."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:74
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "The webhook has been successfully deleted."
msgstr "Das Webhook wurde erfolgreich gelöscht."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:74
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:71
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "The webhook has been updated successfully."
msgstr "Der Webhook wurde erfolgreich aktualisiert."
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:88
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "The webhook was successfully created."
msgstr "Der Webhook wurde erfolgreich erstellt."
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:25
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "There are no active drafts at the current moment. You can upload a document to start drafting."
msgstr "Es gibt derzeit keine aktiven Entwürfe. Sie können ein Dokument hochladen, um mit dem Entwerfen zu beginnen."
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:20
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "There are no completed documents yet. Documents that you have created or received will appear here once completed."
msgstr "Es gibt noch keine abgeschlossenen Dokumente. Dokumente, die Sie erstellt oder erhalten haben, werden hier angezeigt, sobald sie abgeschlossen sind."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:69
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "They have permission on your behalf to:"
msgstr "Sie haben in Ihrem Namen die Erlaubnis, zu:"
-#: apps/remix/app/components/forms/signin.tsx:45
+#: apps/remix/app/components/forms/signin.tsx
msgid "This account has been disabled. Please contact support."
msgstr ""
-#: apps/remix/app/components/forms/signin.tsx:232
+#: apps/remix/app/components/forms/signin.tsx
msgid "This account has not been verified. Please verify your account before signing in."
msgstr ""
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:102
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:98
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:98
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "This action is not reversible. Please be certain."
msgstr "Diese Aktion ist nicht umkehrbar. Bitte seien Sie sicher."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:102
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "This action is reversible, but please be careful as the account may be affected permanently (e.g. their settings and contents not being restored properly)."
msgstr "Diese Aktion ist umkehrbar, jedoch bitte seien Sie vorsichtig, da das Konto dauerhaft betroffen sein könnte (z.B. könnten deren Einstellungen und Inhalte nicht richtig wiederhergestellt werden)."
-#: packages/ui/components/document/document-global-auth-action-select.tsx:71
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "This can be overriden by setting the authentication requirements directly on each recipient in the next step."
msgstr "Dies kann überschrieben werden, indem die Authentifizierungsanforderungen im nächsten Schritt direkt für jeden Empfänger festgelegt werden."
-#: packages/email/template-components/template-document-super-delete.tsx:31
+#: packages/email/template-components/template-document-super-delete.tsx
msgid "This document can not be recovered, if you would like to dispute the reason for future documents please contact support."
msgstr "Dieses Dokument kann nicht wiederhergestellt werden. Wenn du den Grund für zukünftige Dokumente anfechten möchtest, kontaktiere bitte den Support."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:70
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "This document could not be deleted at this time. Please try again."
msgstr "Dieses Dokument konnte derzeit nicht gelöscht werden. Bitte versuchen Sie es erneut."
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:77
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "This document could not be duplicated at this time. Please try again."
msgstr "Dieses Dokument konnte derzeit nicht dupliziert werden. Bitte versuche es erneut."
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:104
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
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:772
+#: packages/ui/primitives/document-flow/add-fields.tsx
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."
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:198
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "This document has been cancelled by the owner and is no longer available for others to sign."
msgstr "Dieses Dokument wurde vom Eigentümer storniert und steht anderen nicht mehr zur Unterzeichnung zur Verfügung."
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:188
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "This document has been cancelled by the owner."
msgstr "Dieses Dokument wurde vom Eigentümer storniert."
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:221
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document has been signed by all recipients"
msgstr "Dieses Dokument wurde von allen Empfängern unterschrieben"
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:224
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document is currently a draft and has not been sent"
msgstr "Dieses Dokument ist momentan ein Entwurf und wurde nicht gesendet"
-#: packages/ui/primitives/document-password-dialog.tsx:67
-msgid "This document is password protected. Please enter the password to view the document."
-msgstr "Dieses Dokument ist durch ein Passwort geschützt. Bitte geben Sie das Passwort ein, um das Dokument anzusehen."
-
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:144
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "This document was created by you or a team member using the template above."
msgstr "Dieses Dokument wurde von Ihnen oder einem Teammitglied unter Verwendung der oben genannten Vorlage erstellt."
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:156
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "This document was created using a direct link."
msgstr "Dieses Dokument wurde mit einem direkten Link erstellt."
-#: packages/email/template-components/template-footer.tsx:17
+#: packages/email/template-components/template-footer.tsx
msgid "This document was sent using <0>Documenso.0>"
msgstr "Dieses Dokument wurde mit <0>Documenso.0> gesendet"
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:26
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "This email confirms that you have rejected the document <0>\"{documentName}\"0> sent by {documentOwnerName}."
msgstr "Diese E-Mail bestätigt, dass Sie das Dokument <0>\"{documentName}\"0> abgelehnt haben, das von {documentOwnerName} gesendet wurde."
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:90
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "This email is already being used by another team."
msgstr "Diese E-Mail-Adresse wird bereits von einem anderen Team verwendet."
-#: packages/ui/components/document/document-email-checkboxes.tsx:55
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This email is sent to the document owner when a recipient has signed the document."
msgstr "Diese E-Mail wird an den Dokumenteneigentümer gesendet, wenn ein Empfänger das Dokument unterschrieben hat."
-#: packages/ui/components/document/document-email-checkboxes.tsx:131
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This email is sent to the recipient if they are removed from a pending document."
msgstr "Diese E-Mail wird an den Empfänger gesendet, wenn er von einem ausstehenden Dokument entfernt wird."
-#: packages/ui/components/document/document-email-checkboxes.tsx:93
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This email is sent to the recipient requesting them to sign the document."
msgstr "Diese E-Mail wird an den Empfänger gesendet und fordert ihn auf, das Dokument zu unterschreiben."
-#: packages/ui/components/document/document-email-checkboxes.tsx:169
+#: packages/ui/components/document/document-email-checkboxes.tsx
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:642
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
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."
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:277
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "This is how the document will reach the recipients once the document is ready for signing."
msgstr "So wird das Dokument die Empfänger erreichen, sobald es zum Unterschreiben bereit ist."
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:79
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "This link is invalid or has expired. Please contact your team to resend a transfer request."
msgstr "Dieser Link ist ungültig oder abgelaufen. Bitte kontaktieren Sie Ihr Team, um eine erneute Überweisungsanfrage zu senden."
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:102
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "This link is invalid or has expired. Please contact your team to resend a verification."
msgstr "Dieser Link ist ungültig oder abgelaufen. Bitte kontaktieren Sie Ihr Team, um eine neue Bestätigungsanfrage zu senden."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:207
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "This passkey has already been registered."
msgstr "Dieser Zugangsschlüssel wurde bereits registriert."
-#: apps/remix/app/components/forms/signin.tsx:190
+#: apps/remix/app/components/forms/signin.tsx
msgid "This passkey is not configured for this application. Please login and add one in the user settings."
msgstr "Dieser Passkey ist für diese Anwendung nicht konfiguriert. Bitte melden Sie sich an und fügen Sie einen in den Benutzereinstellungen hinzu."
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:149
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "This price includes minimum 5 seats."
msgstr "Dieser Preis beinhaltet mindestens 5 Plätze."
-#: packages/ui/primitives/document-flow/add-fields.tsx:1103
+#: packages/ui/primitives/document-flow/add-fields.tsx
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."
-#: apps/remix/app/components/forms/signin.tsx:194
+#: apps/remix/app/components/forms/signin.tsx
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:197
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "This signer has already signed the document."
msgstr "Dieser Unterzeichner hat das Dokument bereits unterschrieben."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:199
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "This team, and any associated data excluding billing invoices will be permanently deleted."
msgstr "Dieses Team und alle zugehörigen Daten, ausgenommen Rechnungen, werden permanent gelöscht."
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "This template could not be deleted at this time. Please try again."
msgstr "Diese Vorlage konnte derzeit nicht gelöscht werden. Bitte versuchen Sie es erneut."
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:99
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "This token is invalid or has expired. No action is needed."
msgstr "Dieses Token ist ungültig oder abgelaufen. Es sind keine weiteren Maßnahmen erforderlich."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:102
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "This token is invalid or has expired. Please contact your team for a new invitation."
msgstr "Dieser Token ist ungültig oder abgelaufen. Bitte kontaktieren Sie Ihr Team für eine neue Einladung."
-#: apps/remix/app/components/forms/team-update-form.tsx:84
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:97
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "This URL is already in use."
msgstr "Diese URL wird bereits verwendet."
-#: apps/remix/app/components/forms/signup.tsx:74
+#: apps/remix/app/components/forms/signup.tsx
msgid "This username has already been taken"
msgstr "Dieser Benutzername ist bereits vergeben"
-#: packages/ui/components/document/document-email-checkboxes.tsx:246
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This will be sent to all recipients if a pending document has been deleted."
msgstr "Dies wird an alle Empfänger gesendet, wenn ein ausstehendes Dokument gelöscht wurde."
-#: packages/ui/components/document/document-email-checkboxes.tsx:208
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This will be sent to all recipients once the document has been fully completed."
msgstr "Dies wird an alle Empfänger gesendet, sobald das Dokument vollständig abgeschlossen ist."
-#: packages/ui/components/document/document-email-checkboxes.tsx:284
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This will be sent to the document owner once the document has been fully completed."
msgstr "Dies wird an den Dokumenteneigentümer gesendet, sobald das Dokument vollständig abgeschlossen wurde."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:47
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "This will override any global settings."
msgstr "Dies überschreibt alle globalen Einstellungen."
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:44
-#: apps/remix/app/components/tables/document-logs-table.tsx:67
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
+#: apps/remix/app/components/tables/document-logs-table.tsx
msgid "Time"
msgstr "Zeit"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:108
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Time zone"
msgstr "Zeitzone"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:136
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:482
-#: packages/ui/primitives/document-flow/add-settings.tsx:357
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Time Zone"
msgstr "Zeitzone"
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:62
-#: apps/remix/app/components/tables/templates-table.tsx:68
-#: apps/remix/app/components/tables/documents-table.tsx:53
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:107
-#: packages/ui/primitives/document-flow/add-settings.tsx:164
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Title"
msgstr "Titel"
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:131
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "To accept this invitation you must create an account."
msgstr "Um diese Einladung anzunehmen, müssen Sie ein Konto erstellen."
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:122
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "To change the email you must remove and add a new email address."
msgstr "Um die E-Mail zu ändern, müssen Sie die aktuelle entfernen und eine neue hinzufügen."
#. placeholder {0}: userToEnable.email
#. placeholder {0}: userToDisable.email
#. placeholder {0}: user.email
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:100
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:113
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:109
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "To confirm, please enter the accounts email address <0/>({0})."
msgstr "Um zu bestätigen, geben Sie bitte die E-Mail-Adresse des Kontos <0/>({0}) ein."
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:105
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "To confirm, please enter the reason"
msgstr "Um zu bestätigen, geben Sie bitte den Grund ein"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:126
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "To decline this invitation you must create an account."
msgstr "Um diese Einladung abzulehnen, müssen Sie ein Konto erstellen."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:203
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "To enable two-factor authentication, scan the following QR code using your authenticator app."
msgstr "Um die Zwei-Faktor-Authentifizierung zu aktivieren, scannen Sie den folgenden QR-Code mit Ihrer Authentifizierungs-App."
-#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx:19
+#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx
msgid "To gain access to your account, please confirm your email address by clicking on the confirmation link from your inbox."
msgstr "Um Zugang zu Ihrem Konto zu erhalten, bestätigen Sie bitte Ihre E-Mail-Adresse, indem Sie auf den Bestätigungslink in Ihrem Posteingang klicken."
#. placeholder {0}: recipient.email
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:58
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
msgid "To mark this document as viewed, you need to be logged in as <0>{0}0>"
msgstr "Um dieses Dokument als angesehen zu markieren, müssen Sie als <0>{0}0> angemeldet sein"
#. placeholder {0}: emptyCheckboxFields.length > 0 ? 'Checkbox' : emptyRadioFields.length > 0 ? 'Radio' : 'Select'
#. placeholder {0}: emptyCheckboxFields.length > 0 ? 'Checkbox' : emptyRadioFields.length > 0 ? 'Radio' : 'Select'
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:959
-#: packages/ui/primitives/document-flow/add-fields.tsx:1086
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
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."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:56
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "To use our electronic signature service, you must have access to:"
msgstr "Um unseren elektronischen Signaturdienst nutzen zu können, müssen Sie Zugriff auf Folgendes haben:"
-#: apps/remix/app/components/embed/embed-authentication-required.tsx:30
+#: apps/remix/app/components/embed/embed-authentication-required.tsx
msgid "To view this document you need to be signed into your account, please sign in to continue."
msgstr "Um dieses Dokument anzusehen, müssen Sie in Ihr Konto eingeloggt sein. Bitte melden Sie sich an, um fortzufahren."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:187
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Toggle the switch to hide your profile from the public."
msgstr "Schalten Sie den Schalter um, um Ihr Profil vor der Öffentlichkeit zu verbergen."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:199
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Toggle the switch to show your profile to the public."
msgstr "Schalten Sie den Schalter um, um Ihr Profil der Öffentlichkeit anzuzeigen."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:242
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Token"
msgstr "Token"
-#: apps/remix/app/components/forms/token.tsx:102
+#: apps/remix/app/components/forms/token.tsx
msgid "Token copied to clipboard"
msgstr "Token wurde in die Zwischenablage kopiert"
-#: apps/remix/app/components/forms/token.tsx:123
+#: apps/remix/app/components/forms/token.tsx
msgid "Token created"
msgstr "Token erstellt"
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:80
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Token deleted"
msgstr "Token gelöscht"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:95
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Token doesn't have an expiration date"
msgstr "Token hat kein Ablaufdatum"
-#: apps/remix/app/components/forms/token.tsx:187
+#: apps/remix/app/components/forms/token.tsx
msgid "Token expiration date"
msgstr "Ablaufdatum des Tokens"
-#: apps/remix/app/components/forms/reset-password.tsx:79
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Token has expired. Please try again."
msgstr "Das Token ist abgelaufen. Bitte versuchen Sie es erneut."
-#: apps/remix/app/components/forms/token.tsx:159
+#: apps/remix/app/components/forms/token.tsx
msgid "Token name"
msgstr "Token-Name"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:85
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Documents"
msgstr "Gesamtdokumente"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:124
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Recipients"
msgstr "Gesamtempfänger"
-#: packages/email/templates/bulk-send-complete.tsx:49
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Total rows processed: {totalProcessed}"
msgstr "Insgesamt verarbeitete Zeilen: {totalProcessed}"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:169
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Signers that Signed Up"
msgstr "Gesamtanzahl der Unterzeichner, die sich angemeldet haben"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:84
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Users"
msgstr "Gesamtanzahl der Benutzer"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:74
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "transfer {teamName}"
msgstr "übertragen {teamName}"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:158
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Transfer ownership of this team to a selected team member."
msgstr "Übertragen Sie die Inhaberschaft dieses Teams auf ein ausgewähltes Teammitglied."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:173
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:145
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:154
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Transfer team"
msgstr "Team übertragen"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:177
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Transfer the ownership of the team to another team member."
msgstr "Übertragen Sie das Eigentum des Teams auf ein anderes Teammitglied."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:160
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:159
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:184
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Triggers"
msgstr "Auslöser"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:84
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Two factor authentication"
msgstr "Zwei-Faktor-Authentifizierung"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:120
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Two factor authentication recovery codes are used to access your account in the event that you lose access to your authenticator app."
msgstr "Wiederherstellungscodes für die Zwei-Faktor-Authentifizierung werden verwendet, um auf Ihr Konto zuzugreifen, falls Sie den Zugang zu Ihrer Authentifizierungs-App verlieren."
-#: apps/remix/app/components/forms/signin.tsx:426
+#: apps/remix/app/components/forms/signin.tsx
msgid "Two-Factor Authentication"
msgstr "Zwei-Faktor-Authentifizierung"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:85
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Two-factor authentication disabled"
msgstr "Zwei-Faktor-Authentifizierung deaktiviert"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:100
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Two-factor authentication enabled"
msgstr "Zwei-Faktor-Authentifizierung aktiviert"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:87
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Two-factor authentication has been disabled for your account. You will no longer be required to enter a code from your authenticator app when signing in."
msgstr "Die Zwei-Faktor-Authentifizierung wurde für Ihr Konto deaktiviert. Sie müssen beim Anmelden keinen Code aus Ihrer Authentifizierungs-App mehr eingeben."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:126
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Two-Factor Re-Authentication"
msgstr "Zwei-Faktor-Wiederauthentifizierung"
-#: apps/remix/app/components/tables/templates-table.tsx:81
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:65
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Type"
msgstr "Typ"
-#: apps/remix/app/components/general/app-command-menu.tsx:181
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Type a command or search..."
msgstr "Geben Sie einen Befehl ein oder suchen Sie..."
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:129
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "Typed signatures are not allowed. Please draw your signature."
msgstr "Getippte Unterschriften sind nicht erlaubt. Bitte zeichnen Sie Ihre Unterschrift."
-#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx:23
+#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx
msgid "Uh oh! Looks like you're missing a token"
msgstr "Oh oh! Es sieht so aus, als fehlt Ihnen ein Token"
-#: apps/remix/app/components/general/app-command-menu.tsx:311
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Unable to change the language at this time. Please try again later."
msgstr "Zurzeit kann die Sprache nicht geändert werden. Bitte versuchen Sie es später noch einmal."
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:31
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "Unable to copy recovery code"
msgstr "Kann Code zur Wiederherstellung nicht kopieren"
-#: apps/remix/app/components/forms/token.tsx:107
+#: apps/remix/app/components/forms/token.tsx
msgid "Unable to copy token"
msgstr "Token kann nicht kopiert werden"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:104
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/components/general/teams/team-invitations.tsx:170
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Unable to decline this team invitation at this time."
msgstr "Zurzeit kann diese Teameinladung nicht abgelehnt werden."
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:80
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Unable to delete invitation. Please try again."
msgstr "Einladung kann nicht gelöscht werden. Bitte versuchen Sie es erneut."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:92
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Unable to delete team"
msgstr "Team konnte nicht gelöscht werden"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:98
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Unable to disable two-factor authentication"
msgstr "Zwei-Faktor-Authentifizierung kann nicht deaktiviert werden"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:133
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Unable to join this team at this time."
msgstr "Zurzeit kann diesem Team nicht beigetreten werden."
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:69
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:125
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Unable to load document history"
msgstr "Kann den Dokumentverlauf nicht laden"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:54
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Unable to load documents"
msgstr "Dokumente können nicht geladen werden"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:105
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "Unable to load your public profile templates at this time"
msgstr "Derzeit können Ihre öffentlichen Profilvorlagen nicht geladen werden"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:81
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Unable to remove email verification at this time. Please try again."
msgstr "Derzeit ist es nicht möglich, die E-Mail-Verifizierung zu entfernen. Bitte versuchen Sie es erneut."
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:62
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Unable to remove team email at this time. Please try again."
msgstr "Das Team-E-Mail kann zurzeit nicht entfernt werden. Bitte versuchen Sie es erneut."
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:63
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Unable to resend invitation. Please try again."
msgstr "Einladung kann nicht erneut gesendet werden. Bitte versuchen Sie es erneut."
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:39
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
msgid "Unable to resend verification at this time. Please try again."
msgstr "Derzeit ist es nicht möglich, die Verifizierung erneut zu senden. Bitte versuchen Sie es erneut."
-#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx:17
+#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx
msgid "Unable to reset password"
msgstr "Passwort kann nicht zurückgesetzt werden"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:81
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:107
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Unable to setup two-factor authentication"
msgstr "Zwei-Faktor-Authentifizierung kann nicht eingerichtet werden"
-#: apps/remix/app/components/forms/signin.tsx:230
-#: apps/remix/app/components/forms/signin.tsx:251
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
msgid "Unable to sign in"
msgstr "Anmeldung nicht möglich"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:49
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:163
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "Unauthorized"
msgstr "Nicht autorisiert"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:153
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
msgid "Uncompleted"
msgstr "Unvollendet"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:245
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:270
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:281
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:292
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:61
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Unknown"
msgstr "Unbekannt"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:79
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Unpaid"
msgstr "Unbezahlt"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:167
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:175
-#: apps/remix/app/components/forms/public-profile-form.tsx:278
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:190
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:163
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:425
-#: packages/ui/primitives/document-flow/add-subject.tsx:81
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Update"
msgstr "Aktualisieren"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:216
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Update Banner"
msgstr "Banner aktualisieren"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:123
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Update passkey"
msgstr "Passkey aktualisieren"
-#: apps/remix/app/components/forms/password.tsx:154
+#: apps/remix/app/components/forms/password.tsx
msgid "Update password"
msgstr "Passwort aktualisieren"
-#: apps/remix/app/components/forms/profile.tsx:137
+#: apps/remix/app/components/forms/profile.tsx
msgid "Update profile"
msgstr "Profil aktualisieren"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:172
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Update Recipient"
msgstr "Empfänger aktualisieren"
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:131
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
msgid "Update role"
msgstr "Rolle aktualisieren"
-#: apps/remix/app/components/forms/team-update-form.tsx:173
+#: apps/remix/app/components/forms/team-update-form.tsx
msgid "Update team"
msgstr "Team aktualisieren"
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:110
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:118
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "Update team email"
msgstr "Team-E-Mail aktualisieren"
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:135
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:143
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "Update team member"
msgstr "Teammitglied aktualisieren"
-#: packages/lib/constants/template.ts:13
+#: packages/lib/constants/template.ts
msgid "Update the role and add fields as required for the direct recipient. The individual who uses the direct link will sign the document as the direct recipient."
msgstr "Aktualisieren Sie die Rolle und fügen Sie Felder nach Bedarf für den direkten Empfänger hinzu. Die Person, die den direkten Link verwendet, wird das Dokument als direkter Empfänger unterzeichnen."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:147
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "Update user"
msgstr "Benutzer aktualisieren"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:203
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:204
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Update webhook"
msgstr "Webhook aktualisieren"
-#: apps/remix/app/components/forms/password.tsx:154
+#: apps/remix/app/components/forms/password.tsx
msgid "Updating password..."
msgstr "Passwort wird aktualisiert..."
-#: apps/remix/app/components/forms/profile.tsx:137
+#: apps/remix/app/components/forms/profile.tsx
msgid "Updating profile..."
msgstr "Profil wird aktualisiert..."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:111
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Updating Your Information"
msgstr "Aktualisierung Ihrer Informationen"
-#: packages/ui/primitives/document-dropzone.tsx:162
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Upgrade"
msgstr "Upgrade"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:131
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Upload a CSV file to create multiple documents from this template. Each row represents one document with its recipient details."
msgstr "Laden Sie eine CSV-Datei hoch, um mehrere Dokumente aus dieser Vorlage zu erstellen. Jede Zeile repräsentiert ein Dokument mit den Empfängerdaten."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:424
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Upload a custom document to use instead of the template's default document"
msgstr "Laden Sie ein benutzerdefiniertes Dokument hoch, um es anstelle des Standarddokuments der Vorlage zu verwenden"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:266
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Upload and Process"
msgstr "Hochladen und verarbeiten"
-#: apps/remix/app/components/forms/avatar-image.tsx:175
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Upload Avatar"
msgstr "Avatar hochladen"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:197
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Upload CSV"
msgstr "CSV hochladen"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:417
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Upload custom document"
msgstr "Benutzerdefiniertes Dokument hochladen"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:519
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Upload Signature"
msgstr "Signatur hochladen"
-#: packages/ui/primitives/document-dropzone.tsx:68
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Upload Template Document"
msgstr "Vorlagendokument hochladen"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:255
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Upload your brand logo (max 5MB, JPG, PNG, or WebP)"
msgstr "Laden Sie Ihr Markenlogo hoch (max. 5MB, JPG, PNG oder WebP)"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:29
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:30
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
msgid "Uploaded by"
msgstr "Hochgeladen von"
-#: apps/remix/app/components/forms/avatar-image.tsx:91
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Uploaded file is too large"
msgstr "Die hochgeladene Datei ist zu groß"
-#: apps/remix/app/components/forms/avatar-image.tsx:92
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Uploaded file is too small"
msgstr "Die hochgeladene Datei ist zu klein"
-#: apps/remix/app/components/forms/avatar-image.tsx:93
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Uploaded file not an allowed file type"
msgstr "Die hochgeladene Datei ist kein zulässiger Dateityp"
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:194
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Use"
msgstr "Verwenden"
-#: apps/remix/app/components/forms/signin.tsx:483
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:182
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Use Authenticator"
msgstr "Authenticator verwenden"
-#: apps/remix/app/components/forms/signin.tsx:481
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:180
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Use Backup Code"
msgstr "Backup-Code verwenden"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:217
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Use Template"
msgstr "Vorlage verwenden"
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:45
-#: apps/remix/app/components/tables/document-logs-table.tsx:72
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
+#: apps/remix/app/components/tables/document-logs-table.tsx
msgid "User"
msgstr "Benutzer"
-#: apps/remix/app/components/forms/password.tsx:77
+#: apps/remix/app/components/forms/password.tsx
msgid "User has no password."
msgstr "Benutzer hat kein Passwort."
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:45
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "User ID"
msgstr "Benutzer-ID"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:54
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:57
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:57
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "User not found."
msgstr "Benutzer nicht gefunden."
-#: apps/remix/app/components/forms/signup.tsx:231
+#: apps/remix/app/components/forms/signup.tsx
msgid "User profiles are here!"
msgstr "Benutzerprofile sind hier!"
-#: apps/remix/app/components/general/menu-switcher.tsx:258
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "User settings"
msgstr "Benutzereinstellungen"
-#: apps/remix/app/components/forms/signup.tsx:72
+#: apps/remix/app/components/forms/signup.tsx
msgid "User with this email already exists. Please use a different email address."
msgstr "Ein Benutzer mit dieser E-Mail existiert bereits. Bitte verwenden Sie eine andere E-Mail-Adresse."
-#: apps/remix/app/components/forms/signup.tsx:56
+#: apps/remix/app/components/forms/signup.tsx
msgid "Username can only container alphanumeric characters and dashes."
msgstr "Der Benutzername darf nur alphanumerische Zeichen und Bindestriche enthalten."
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:55
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Users"
msgstr "Benutzer"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:187
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:131
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Validation"
msgstr "Validierung"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:75
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:90
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:95
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Value"
msgstr "Wert"
-#: apps/remix/app/components/general/verify-email-banner.tsx:104
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verification Email Sent"
msgstr "Bestätigungs-E-Mail gesendet"
-#: apps/remix/app/components/general/verify-email-banner.tsx:47
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verification email sent successfully."
msgstr "Bestätigungs-E-Mail erfolgreich gesendet."
-#: apps/remix/app/components/general/verify-email-banner.tsx:106
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verify Now"
msgstr "Jetzt überprüfen"
-#: apps/remix/app/components/general/verify-email-banner.tsx:116
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verify your email address"
msgstr "Überprüfen Sie Ihre E-Mail-Adresse"
-#: apps/remix/app/components/general/verify-email-banner.tsx:92
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verify your email address to unlock all features."
msgstr "Überprüfen Sie Ihre E-Mail-Adresse, um alle Funktionen freizuschalten."
-#: apps/remix/app/components/general/document/document-upload.tsx:57
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Verify your email to upload documents."
msgstr "Überprüfen Sie Ihre E-Mail, um Dokumente hochzuladen."
-#: packages/email/templates/confirm-team-email.tsx:72
+#: packages/email/templates/confirm-team-email.tsx
msgid "Verify your team email address"
msgstr "Überprüfen Sie Ihre Team-E-Mail-Adresse"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:80
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
msgid "Version History"
msgstr "Versionsverlauf"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:100
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:121
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:124
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:133
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:95
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:177
-#: packages/lib/constants/recipient-roles.ts:28
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "View"
msgstr "Betrachten"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:170
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "View activity"
msgstr "Aktivität ansehen"
-#: packages/email/templates/confirm-team-email.tsx:96
+#: packages/email/templates/confirm-team-email.tsx
msgid "View all documents sent to and from this email address"
msgstr "Sehen Sie sich alle Dokumente an, die an diese E-Mail-Adresse gesendet wurden und von dieser E-Mail-Adresse gesendet wurden"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:77
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "View all documents sent to your account"
msgstr "Alle Dokumente anzeigen, die an Ihr Konto gesendet wurden"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:164
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "View all recent security activity related to your account."
msgstr "Sehen Sie sich alle aktuellen Sicherheitsaktivitäten in Ihrem Konto an."
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:149
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "View all related documents"
msgstr "Alle verwandten Dokumente anzeigen"
-#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx:19
+#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx
msgid "View all security activity related to your account."
msgstr "Sehen Sie sich alle Sicherheitsaktivitäten in Ihrem Konto an."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:87
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "View Codes"
msgstr "Codes ansehen"
-#: packages/email/templates/document-created-from-direct-template.tsx:76
+#: packages/email/templates/document-created-from-direct-template.tsx
msgid "View document"
msgstr "Dokument anzeigen"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:183
-#: packages/ui/primitives/document-flow/add-subject.tsx:85
-#: packages/ui/primitives/document-flow/add-subject.tsx:86
-#: packages/email/template-components/template-document-rejected.tsx:44
-#: packages/email/template-components/template-document-invite.tsx:107
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/email/template-components/template-document-rejected.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "View Document"
msgstr "Dokument ansehen"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:154
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "View documents associated with this email"
msgstr "Dokumente ansehen, die mit dieser E-Mail verknüpft sind"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:54
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "View invites"
msgstr "Einladungen ansehen"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:87
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "View more"
msgstr "Mehr anzeigen"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:225
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "View Original Document"
msgstr "Originaldokument ansehen"
-#: packages/email/template-components/template-document-self-signed.tsx:80
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "View plans"
msgstr "Pläne anzeigen"
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:96
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:125
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "View Recovery Codes"
msgstr "Wiederherstellungscodes ansehen"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:70
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "View teams"
msgstr "Teams ansehen"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:275
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:119
-#: packages/lib/constants/recipient-roles.ts:29
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewed"
msgstr "Betrachtet"
-#: packages/lib/constants/recipient-roles.ts:31
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewer"
msgstr "Betrachter"
-#: packages/lib/constants/recipient-roles.ts:32
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewers"
msgstr "Betrachter"
-#: packages/lib/constants/recipient-roles.ts:30
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewing"
msgstr "Betrachten"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:123
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
msgid "Waiting"
msgstr "Warten"
-#: packages/email/template-components/template-document-pending.tsx:31
+#: packages/email/template-components/template-document-pending.tsx
msgid "Waiting for others"
msgstr "Warten auf andere"
-#: packages/lib/server-only/document/send-pending-email.ts:97
+#: packages/lib/server-only/document/send-pending-email.ts
msgid "Waiting for others to complete signing."
msgstr "Warten auf andere, um die Unterzeichnung abzuschließen."
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:168
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Waiting for others to sign"
msgstr "Warten auf andere, um zu unterschreiben"
-#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:75
-#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx:29
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
+#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
msgid "Waiting for Your Turn"
msgstr "Warten auf deine Reihe"
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:197
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "Want to send slick signing links like this one? <0>Check out Documenso.0>"
msgstr "Möchten Sie auffällige Signatur-Links wie diesen senden? <0>Überprüfen Sie Documenso.0>"
-#: apps/remix/app/routes/_profile+/_layout.tsx:68
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "Want your own public profile?"
msgstr "Möchten Sie Ihr eigenes öffentliches Profil haben?"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:224
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:321
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:357
-#: packages/ui/primitives/document-flow/add-signers.tsx:257
-#: packages/ui/primitives/document-flow/add-signers.tsx:295
-#: packages/ui/primitives/document-flow/add-signers.tsx:334
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Warning: Assistant as last signer"
msgstr ""
-#: apps/remix/app/components/general/billing-portal-button.tsx:25
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:54
-#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx:30
+#: apps/remix/app/components/general/billing-portal-button.tsx
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
+#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx
msgid "We are unable to proceed to the billing portal at this time. Please try again, or contact support."
msgstr "Wir können zurzeit nicht auf das Abrechnungsportal zugreifen. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support."
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:100
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "We are unable to remove this passkey at the moment. Please try again later."
msgstr "Wir können diesen Schlüssel im Moment nicht entfernen. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:78
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
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/remix/app/components/dialogs/template-direct-link-dialog.tsx:155
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:83
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:80
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "We encountered an error while updating the webhook. Please try again later."
msgstr "Wir sind auf einen Fehler gestoßen, während wir den Webhook aktualisieren wollten. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:99
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "We encountered an unknown error while attempting to add this email. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, diese E-Mail hinzuzufügen. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:106
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "We encountered an unknown error while attempting to create a team. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, ein Team zu erstellen. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:83
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete it. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, es zu löschen. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:36
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
msgid "We encountered an unknown error while attempting to delete the pending team. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, das ausstehende Team zu löschen. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:84
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete this team. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, dieses Team zu löschen. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:90
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete this token. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, dieses Token zu löschen. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:58
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete your account. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, Ihr Konto zu löschen. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:156
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "We encountered an unknown error while attempting to invite team members. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, Teammitglieder einzuladen. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:59
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "We encountered an unknown error while attempting to leave this team. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, dieses Team zu verlassen. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:141
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "We encountered an unknown error while attempting to remove this template from your profile. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, diese Vorlage aus Ihrem Profil zu entfernen. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:53
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "We encountered an unknown error while attempting to remove this transfer. Please try again or contact support."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, diese Übertragung zu entfernen. Bitte versuchen Sie es später oder kontaktieren Sie den Support."
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:59
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to remove this user. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, diesen Benutzer zu entfernen. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:116
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "We encountered an unknown error while attempting to request a transfer of this team. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, eine Übertragung dieses Teams anzufordern. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/forms/reset-password.tsx:87
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "We encountered an unknown error while attempting to reset your password. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, Ihr Passwort zurückzusetzen. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:45
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "We encountered an unknown error while attempting to revoke access. Please try again or contact support."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, den Zugriff zu widerrufen. Bitte versuchen Sie es später oder kontaktieren Sie den Support."
-#: apps/remix/app/components/forms/signin.tsx:267
-#: apps/remix/app/components/forms/signin.tsx:283
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
msgid "We encountered an unknown error while attempting to sign you In. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, Sie anzumelden. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/forms/signup.tsx:183
-#: apps/remix/app/components/forms/signup.tsx:197
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "We encountered an unknown error while attempting to sign you Up. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, Sie anzumelden. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:91
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "We encountered an unknown error while attempting to update the banner. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, das Banner zu aktualisieren. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:177
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "We encountered an unknown error while attempting to update the template. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, die Vorlage zu aktualisieren. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:101
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "We encountered an unknown error while attempting to update this team member. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, dieses Teammitglied zu aktualisieren. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/forms/password.tsx:85
-#: apps/remix/app/components/forms/avatar-image.tsx:118
+#: apps/remix/app/components/forms/password.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "We encountered an unknown error while attempting to update your password. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, Ihr Passwort zu aktualisieren. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/forms/public-profile-form.tsx:105
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "We encountered an unknown error while attempting to update your public profile. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, Ihr öffentliches Profil zu aktualisieren. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/forms/team-update-form.tsx:93
+#: apps/remix/app/components/forms/team-update-form.tsx
msgid "We encountered an unknown error while attempting to update your team. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, Ihr Team zu aktualisieren. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:88
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "We encountered an unknown error while attempting update the team email. Please try again later."
msgstr "Wir sind auf einen unbekannten Fehler gestoßen, während wir versucht haben, die Team-E-Mail zu aktualisieren. Bitte versuchen Sie es später erneut."
-#: apps/remix/app/components/forms/profile.tsx:76
+#: apps/remix/app/components/forms/profile.tsx
msgid "We encountered an unknown error while attempting update your profile. Please try again later."
msgstr "Wir haben einen unbekannten Fehler festgestellt, während wir versuchten, Ihr Profil zu aktualisieren. Bitte versuchen Sie es später noch einmal."
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:77
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "We have sent a confirmation email for verification."
msgstr "Wir haben eine Bestätigungs-E-Mail zur Überprüfung gesendet."
-#: apps/remix/app/components/forms/signup.tsx:54
+#: apps/remix/app/components/forms/signup.tsx
msgid "We need a username to create your profile"
msgstr "Wir benötigen einen Benutzernamen, um Ihr Profil zu erstellen"
-#: apps/remix/app/components/forms/signup.tsx:49
+#: apps/remix/app/components/forms/signup.tsx
msgid "We need your signature to sign documents"
msgstr "Wir benötigen Ihre Unterschrift, um Dokumente zu unterschreiben"
-#: apps/remix/app/components/forms/token.tsx:108
+#: apps/remix/app/components/forms/token.tsx
msgid "We were unable to copy the token to your clipboard. Please try again."
msgstr "Wir konnten das Token nicht in Ihre Zwischenablage kopieren. Bitte versuchen Sie es erneut."
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:33
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "We were unable to copy your recovery code to your clipboard. Please try again."
msgstr "Wir konnten Ihren Wiederherstellungscode nicht in Ihre Zwischenablage kopieren. Bitte versuchen Sie es erneut."
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:53
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "We were unable to create a checkout session. Please try again, or contact support"
msgstr "Wir konnten keine Checkout-Sitzung erstellen. Bitte versuchen Sie es erneut oder kontaktieren Sie den Support"
-#: apps/remix/app/components/forms/signup.tsx:73
+#: apps/remix/app/components/forms/signup.tsx
msgid "We were unable to create your account. Please review the information you provided and try again."
msgstr "Wir konnten Ihr Konto nicht erstellen. Bitte überprüfen Sie die von Ihnen angegebenen Informationen und versuchen Sie es erneut."
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:100
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "We were unable to disable two-factor authentication for your account. Please ensure that you have entered your password and backup code correctly and try again."
msgstr "Wir konnten die Zwei-Faktor-Authentifizierung für Ihr Konto nicht deaktivieren. Bitte stellen Sie sicher, dass Sie Ihr Passwort und den Backup-Code korrekt eingegeben haben und versuchen Sie es erneut."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:35
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:45
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:25
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "We were unable to log you out at this time."
msgstr "Wir konnten Sie zurzeit nicht abmelden."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:134
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "We were unable to set your public profile to public. Please try again."
msgstr "Wir konnten Ihr öffentliches Profil nicht auf öffentlich setzen. Bitte versuchen Sie es erneut."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:83
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:109
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "We were unable to setup two-factor authentication for your account. Please ensure that you have entered your code correctly and try again."
msgstr "Wir konnten die Zwei-Faktor-Authentifizierung für Ihr Konto nicht einrichten. Bitte stellen Sie sicher, dass Sie den Code korrekt eingegeben haben und versuchen Sie es erneut."
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:121
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:169
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:262
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
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."
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:108
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "We were unable to update your branding preferences at this time, please try again later"
msgstr "Wir konnten Ihre Markenpräferenzen zu diesem Zeitpunkt nicht aktualisieren, bitte versuchen Sie es später noch einmal"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:109
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "We were unable to update your document preferences at this time, please try again later"
msgstr "Wir konnten Ihre Dokumentpräferenzen zu diesem Zeitpunkt nicht aktualisieren, bitte versuchen Sie es später noch einmal"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:166
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "We were unable to verify your details. Please try again or contact support"
msgstr "Wir konnten Ihre Angaben nicht verifizieren. Bitte versuchen Sie es erneut oder kontaktieren Sie den Support"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:57
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "We were unable to verify your email at this time."
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:92
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "We were unable to verify your email. If your email is not verified already, please try again."
msgstr "Wir konnten Ihre E-Mail nicht bestätigen. Wenn Ihre E-Mail noch nicht bestätigt wurde, versuchen Sie es bitte erneut."
-#: packages/ui/primitives/document-flow/add-subject.tsx:200
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "We will generate signing links for with you, which you can send to the recipients through your method of choice."
msgstr "Wir generieren Signierlinks mit Ihnen, die Sie den Empfängern über Ihre bevorzugte Methode senden können."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:380
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "We will generate signing links for you, which you can send to the recipients through your method of choice."
msgstr "Wir werden Unterzeichnungslinks für Sie erstellen, die Sie an die Empfänger über Ihre bevorzugte Methode senden können."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:376
-#: packages/ui/primitives/document-flow/add-subject.tsx:196
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "We won't send anything to notify recipients."
msgstr "Wir werden nichts senden, um die Empfänger zu benachrichtigen."
-#: apps/remix/app/routes/_authenticated+/templates._index.tsx:72
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:29
+#: apps/remix/app/routes/_authenticated+/templates._index.tsx
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "We're all empty"
msgstr "Wir sind alle leer"
-#: packages/email/template-components/template-document-pending.tsx:41
+#: packages/email/template-components/template-document-pending.tsx
msgid "We're still waiting for other signers to sign this document.<0/>We'll notify you as soon as it's ready."
msgstr "Wir warten noch darauf, dass andere Unterzeichner dieses Dokument unterzeichnen.<0/>Wir benachrichtigen dich, sobald es bereit ist."
-#: packages/email/templates/reset-password.tsx:66
+#: packages/email/templates/reset-password.tsx
msgid "We've changed your password as you asked. You can now sign in with your new password."
msgstr "Wir haben dein Passwort wie gewünscht geändert. Du kannst dich jetzt mit deinem neuen Passwort anmelden."
-#: apps/remix/app/components/general/verify-email-banner.tsx:120
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "We've sent a confirmation email to <0>{email}0>. Please check your inbox and click the link in the email to verify your account."
msgstr "Wir haben eine Bestätigungs-E-Mail an <0>{email}0> gesendet. Bitte überprüfen Sie Ihren Posteingang und klicken Sie auf den Link in der E-Mail, um Ihr Konto zu bestätigen."
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:87
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Webhook created"
msgstr "Webhook erstellt"
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:73
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "Webhook deleted"
msgstr "Webhook gelöscht"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:73
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:70
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Webhook updated"
msgstr "Webhook aktualisiert"
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:113
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:138
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Webhook URL"
msgstr "Webhook-URL"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:31
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:26
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:97
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:95
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:107
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:98
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Webhooks"
msgstr "Webhooks"
-#: apps/remix/app/components/general/billing-plans.tsx:27
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Weekly"
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:17
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Welcome"
msgstr "Willkommen"
-#: apps/remix/app/routes/_unauthenticated+/signin.tsx:51
+#: apps/remix/app/routes/_unauthenticated+/signin.tsx
msgid "Welcome back, we are lucky to have you."
msgstr "Willkommen zurück, wir freuen uns, Sie zu haben."
-#: packages/email/template-components/template-confirmation-email.tsx:21
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "Welcome to Documenso!"
msgstr "Willkommen bei Documenso!"
-#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:93
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
msgid "Were you trying to edit this document instead?"
msgstr "Hast du stattdessen versucht, dieses Dokument zu bearbeiten?"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:188
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "When you click continue, you will be prompted to add the first available authenticator on your system."
msgstr "Wenn Sie auf Fortfahren klicken, werden Sie aufgefordert, den ersten verfügbaren Authenticator auf Ihrem System hinzuzufügen."
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:175
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "When you sign a document, we can automatically fill in and sign the following fields using information that has already been provided. You can also manually sign or remove any automatically signed fields afterwards if you desire."
msgstr "Wenn Sie ein Dokument unterschreiben, können wir die folgenden Felder automatisch ausfüllen und signieren, indem wir bereits bereitgestellte Informationen verwenden. Sie können auch nachträglich manuell unterschreiben oder automatisch signierte Felder entfernen, wenn Sie möchten."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:32
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "When you use our platform to affix your electronic signature to documents, you are consenting to do so under the Electronic Signatures in Global and National Commerce Act (E-Sign Act) and other applicable laws. This action indicates your agreement to use electronic means to sign documents and receive notifications."
msgstr "Wenn Sie unsere Plattform nutzen, um Ihre elektronische Unterschrift auf Dokumente anzubringen, stimmen Sie zu, dies unter dem Gesetz über elektronische Unterschriften im globalen und nationalen Handel (E-Sign-Gesetz) und anderen anwendbaren Gesetzen zu tun. Diese Handlung zeigt Ihre Zustimmung zur Verwendung elektronischer Mittel zum Unterzeichnen von Dokumenten und zum Empfang von Benachrichtigungen an."
-#: apps/remix/app/routes/_profile+/p.$url.tsx:136
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "While waiting for them to do so you can create your own Documenso account and get started with document signing right away."
msgstr "Während Sie darauf warten, können Sie Ihr eigenes Documenso-Konto erstellen und sofort mit der Dokumentenunterzeichnung beginnen."
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:124
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Who do you want to remind?"
msgstr "Wen möchten Sie erinnern?"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:97
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Withdrawing Consent"
msgstr "Zustimmung widerrufen"
-#: apps/remix/app/components/forms/public-profile-form.tsx:222
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Write about the team"
msgstr "Schreiben Sie über das Team"
-#: apps/remix/app/components/forms/public-profile-form.tsx:222
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Write about yourself"
msgstr "Schreiben Sie über sich selbst"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:59
-#: apps/remix/app/components/general/billing-plans.tsx:29
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Yearly"
msgstr "Jährlich"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:31
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:32
-#: packages/lib/utils/document-audit-logs.ts:273
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "You"
msgstr "Du"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:99
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "You are about to delete <0>\"{documentTitle}\"0>"
msgstr "Sie sind dabei, <0>\"{documentTitle}\"0> zu löschen"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:117
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "You are about to delete the following team email from <0>{teamName}0>."
msgstr "Sie stehen kurz davor, die folgende Team-E-Mail von <0>{teamName}0> zu löschen."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:103
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "You are about to hide <0>\"{documentTitle}\"0>"
msgstr "Sie sind dabei, <0>\"{documentTitle}\"0> zu verstecken"
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:84
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "You are about to leave the following team."
msgstr "Sie stehen kurz davor, das folgende Team zu verlassen."
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:84
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "You are about to remove the following user from <0>{teamName}0>."
msgstr "Sie stehen kurz davor, den folgenden Benutzer aus <0>{teamName}0> zu entfernen."
#. placeholder {0}: teamEmail.team.name
#. placeholder {1}: teamEmail.team.url
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:97
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "You are about to revoke access for team <0>{0}0> ({1}) to use your email."
msgstr "Sie stehen kurz davor, den Zugriff für das Team <0>{0}0> ({1}) zu widerrufen."
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:44
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
msgid "You are about to send this document to the recipients. Are you sure you want to continue?"
msgstr "Sie sind dabei, dieses Dokument an die Empfänger zu senden. Sind Sie sicher, dass Sie fortfahren möchten?"
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:90
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "You are currently on the <0>Free Plan0>."
msgstr ""
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:147
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You are currently updating <0>{teamMemberName}.0>"
msgstr "Sie aktualisieren derzeit <0>{teamMemberName}.0>"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:127
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "You are currently updating the <0>{passkeyName}0> passkey."
msgstr "Sie aktualisieren derzeit den <0>{passkeyName}0> Passkey."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:80
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "You are not a member of this team."
msgstr "Sie sind kein Mitglied dieses Teams."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:58
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "You are not authorized to delete this user."
msgstr "Sie sind nicht berechtigt, diesen Benutzer zu löschen."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:58
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "You are not authorized to disable this user."
msgstr "Sie sind nicht berechtigt, diesen Benutzer zu deaktivieren."
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:55
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "You are not authorized to enable this user."
msgstr "Sie sind nicht berechtigt, diesen Benutzer zu aktivieren."
-#: packages/email/template-components/template-confirmation-email.tsx:38
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "You can also copy and paste this link into your browser: {confirmationLink} (link expires in 1 hour)"
msgstr "Du kannst diesen Link auch kopieren und in deinen Browser einfügen: {confirmationLink} (Link läuft in 1 Stunde ab)"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:35
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "You can choose to enable or disable your profile for public view."
msgstr "Sie können wählen, ob Sie Ihr Profil für die öffentliche Ansicht aktivieren oder deaktivieren möchten."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:42
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "You can choose to enable or disable your team profile for public view."
msgstr "Sie können wählen, ob Sie Ihr Teamprofil für die öffentliche Ansicht aktivieren oder deaktivieren möchten."
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:85
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "You can copy and share these links to recipients so they can action the document."
msgstr "Sie können diese Links kopieren und mit den Empfängern teilen, damit sie das Dokument bearbeiten können."
-#: packages/email/templates/confirm-team-email.tsx:107
+#: packages/email/templates/confirm-team-email.tsx
msgid "You can revoke access at any time in your team settings on Documenso <0>here.0>"
msgstr "Sie können den Zugriff jederzeit in Ihren Teameinstellungen auf Documenso <0>hier.0> widerrufen"
-#: apps/remix/app/components/forms/public-profile-form.tsx:153
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "You can update the profile URL by updating the team URL in the general settings page."
msgstr "Sie können die Profil-URL aktualisieren, indem Sie die Team-URL auf der Seite mit den allgemeinen Einstellungen aktualisieren."
-#: packages/ui/components/document/document-send-email-message-helper.tsx:9
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "You can use the following variables in your message:"
msgstr "Sie können die folgenden Variablen in Ihrer Nachricht verwenden:"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:69
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "You can view documents associated with this email and use this identity when sending documents."
msgstr "Sie können Dokumente ansehen, die mit dieser E-Mail verknüpft sind, und diese Identität beim Senden von Dokumenten verwenden."
-#: packages/email/templates/bulk-send-complete.tsx:76
+#: packages/email/templates/bulk-send-complete.tsx
msgid "You can view the created documents in your dashboard under the \"Documents created from template\" section."
msgstr "Sie können die erstellten Dokumente in Ihrem Dashboard unter der Rubrik \"Dokumente, die aus Vorlage erstellt wurden\" einsehen."
-#: packages/email/template-components/template-document-rejected.tsx:37
+#: packages/email/template-components/template-document-rejected.tsx
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/template-flow/add-template-placeholder-recipients.tsx:341
-#: packages/ui/primitives/document-flow/add-signers.tsx:279
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "You cannot add assistants when signing order is disabled."
msgstr ""
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:212
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "You cannot have more than {MAXIMUM_PASSKEYS} passkeys."
msgstr "Sie dürfen nicht mehr als {MAXIMUM_PASSKEYS} Passkeys haben."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:119
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You cannot modify a team member who has a higher role than you."
msgstr "Sie können ein Teammitglied, das eine höhere Rolle als Sie hat, nicht ändern."
-#: packages/ui/primitives/document-dropzone.tsx:41
+#: packages/ui/primitives/document-dropzone.tsx
msgid "You cannot upload documents at this time."
msgstr "Sie können derzeit keine Dokumente hochladen."
-#: apps/remix/app/components/general/document/document-upload.tsx:95
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "You cannot upload encrypted PDFs"
msgstr "Sie können keine verschlüsselten PDFs hochladen"
-#: apps/remix/app/components/general/billing-portal-button.tsx:30
+#: apps/remix/app/components/general/billing-portal-button.tsx
msgid "You do not currently have a customer record, this should not happen. Please contact support for assistance."
msgstr ""
-#: apps/remix/app/components/forms/token.tsx:135
+#: apps/remix/app/components/forms/token.tsx
msgid "You do not have permission to create a token for this team"
msgstr "Sie haben keine Berechtigung, ein Token für dieses Team zu erstellen"
-#: packages/email/template-components/template-document-cancel.tsx:35
+#: packages/email/template-components/template-document-cancel.tsx
msgid "You don't need to sign it anymore."
msgstr "Du musst es nicht mehr unterschreiben."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:150
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "You have accepted an invitation from <0>{0}0> to join their team."
msgstr "Sie haben eine Einladung von <0>{0}0> angenommen, um ihrem Team beizutreten."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:103
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "You have already completed the ownership transfer for <0>{0}0>."
msgstr "Sie haben die Eigentumsübertragung für <0>{0}0> bereits abgeschlossen."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:126
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "You have already verified your email address for <0>{0}0>."
msgstr "Sie haben Ihre E-Mail-Adresse für <0>{0}0> bereits bestätigt."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:125
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:120
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "You have been invited by <0>{0}0> to join their team."
msgstr "Sie wurden von <0>{0}0> eingeladen, ihrem Team beizutreten."
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/create-team-member-invites.ts:186
+#: packages/lib/server-only/team/create-team-member-invites.ts
msgid "You have been invited to join {0} on Documenso"
msgstr "Du wurdest eingeladen, {0} auf Documenso beizutreten"
-#: packages/email/templates/team-invite.tsx:77
+#: packages/email/templates/team-invite.tsx
msgid "You have been invited to join the following team"
msgstr "Du wurdest eingeladen, dem folgenden Team beizutreten"
-#: packages/lib/server-only/recipient/set-document-recipients.ts:326
-#: packages/lib/server-only/recipient/delete-document-recipient.ts:156
+#: packages/lib/server-only/recipient/set-document-recipients.ts
+#: packages/lib/server-only/recipient/delete-document-recipient.ts
msgid "You have been removed from a document"
msgstr "Du wurdest von einem Dokument entfernt"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/request-team-ownership-transfer.ts:114
+#: packages/lib/server-only/team/request-team-ownership-transfer.ts
msgid "You have been requested to take ownership of team {0} on Documenso"
msgstr "Du wurdest gebeten, das Team {0} auf Documenso zu übernehmen"
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:145
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "You have declined the invitation from <0>{0}0> to join their team."
msgstr "Sie haben die Einladung von <0>{0}0> abgelehnt, ihrem Team beizutreten."
#. placeholder {0}: `"${document.title}"`
-#: packages/lib/server-only/document/resend-document.tsx:125
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:98
+#: packages/lib/server-only/document/resend-document.tsx
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "You have initiated the document {0} that requires you to {recipientActionVerb} it."
msgstr "Du hast das Dokument {0} initiiert, das erfordert, dass du {recipientActionVerb}."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:45
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:40
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "You have no webhooks yet. Your webhooks will be shown here once you create them."
msgstr "Sie haben noch keine Webhooks. Ihre Webhooks werden hier angezeigt, sobald Sie sie erstellt haben."
-#: apps/remix/app/routes/_authenticated+/templates._index.tsx:76
+#: apps/remix/app/routes/_authenticated+/templates._index.tsx
msgid "You have not yet created any templates. To create a template please upload one."
msgstr "Sie haben noch keine Vorlagen erstellt. Bitte laden Sie eine Datei hoch, um eine Vorlage zu erstellen."
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:30
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
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."
#. placeholder {0}: quota.directTemplates
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:235
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "You have reached the maximum limit of {0} direct templates. <0>Upgrade your account to continue!0>"
msgstr "Sie haben das maximale Limit von {0} direkten Vorlagen erreicht. <0>Upgrade your account to continue!0>"
-#: apps/remix/app/components/general/document/document-upload.tsx:98
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "You have reached your document limit for this month. Please upgrade your plan."
msgstr "Sie haben Ihr Dokumentenlimit für diesen Monat erreicht. Bitte aktualisieren Sie Ihren Plan."
-#: apps/remix/app/components/general/document/document-upload.tsx:53
-#: packages/ui/primitives/document-dropzone.tsx:67
+#: apps/remix/app/components/general/document/document-upload.tsx
+#: packages/ui/primitives/document-dropzone.tsx
msgid "You have reached your document limit."
msgstr "Sie haben Ihr Dokumentenlimit erreicht."
-#: apps/remix/app/components/tables/templates-table.tsx:204
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "You have reached your document limit. <0>Upgrade your account to continue!0>"
msgstr "Sie haben Ihr Dokumentenlimit erreicht. <0>Upgrade your account to continue!0>"
-#: packages/email/templates/document-rejection-confirmed.tsx:27
+#: packages/email/templates/document-rejection-confirmed.tsx
msgid "You have rejected the document '{documentName}'"
msgstr "Sie haben das Dokument '{documentName}' abgelehnt"
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:102
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:17
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
msgid "You have rejected this document"
msgstr "Sie haben dieses Dokument abgelehnt"
-#: packages/email/template-components/template-document-self-signed.tsx:43
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "You have signed “{documentName}”"
msgstr "Du hast „{documentName}“ unterzeichnet"
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:49
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "You have successfully left this team."
msgstr "Sie haben dieses Team erfolgreich verlassen."
-#: apps/remix/app/components/general/claim-account.tsx:81
-#: apps/remix/app/components/forms/signup.tsx:138
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "You have successfully registered. Please verify your account by clicking on the link you received in the email."
msgstr "Sie haben sich erfolgreich registriert. Bitte bestätigen Sie Ihr Konto, indem Sie auf den Link klicken, den Sie per E-Mail erhalten haben."
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:49
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "You have successfully removed this user from the team."
msgstr "Sie haben diesen Benutzer erfolgreich aus dem Team entfernt."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:37
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "You have successfully revoked access."
msgstr "Sie haben den Zugriff erfolgreich widerrufen."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:100
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "You have the right to withdraw your consent to use electronic signatures at any time before completing the signing process. To withdraw your consent, please contact the sender of the document. In failing to contact the sender you may reach out to <0>{SUPPORT_EMAIL}0> for assistance. Be aware that withdrawing consent may delay or halt the completion of the related transaction or service."
msgstr "Sie haben das Recht, Ihre Zustimmung zur Verwendung elektronischer Unterschriften jederzeit vor Abschluss des Unterzeichnungsprozesses zu widerrufen. Um Ihre Zustimmung zu widerrufen, kontaktieren Sie bitte den Absender des Dokuments. Sollten Sie den Absender nicht erreichen, können Sie sich für Unterstützung an <0>{SUPPORT_EMAIL}0> wenden. Seien Sie sich bewusst, dass der Widerruf der Zustimmung den Abschluss der zugehörigen Transaktion oder Dienstleistung verzögern oder stoppen kann."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:92
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You have updated {teamMemberName}."
msgstr "Sie haben {teamMemberName} aktualisiert."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:164
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "You have verified your email address for <0>{0}0>."
msgstr "Sie haben Ihre E-Mail-Adresse für <0>{0}0> bestätigt."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:94
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "You must be an admin of this team to manage billing."
msgstr "Sie müssen Administrator dieses Teams sein, um die Abrechnung zu verwalten."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:53
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:53
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:52
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "You must enter '{deleteMessage}' to proceed"
msgstr "Sie müssen '{deleteMessage}' eingeben, um fortzufahren"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:264
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "You must have at least one other team member to transfer ownership."
msgstr "Sie müssen mindestens einen anderen Teamkollegen haben, um die Eigentumsübertragung durchzuführen."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:118
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "You must set a profile URL before enabling your public profile."
msgstr "Sie müssen eine Profil-URL festlegen, bevor Sie Ihr öffentliches Profil aktivieren."
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:52
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "You need to be an admin to manage API tokens."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:52
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
msgid "You need to be logged in as <0>{email}0> to view this page."
msgstr "Sie müssen als <0>{email}0> angemeldet sein, um diese Seite anzuzeigen."
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:42
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "You need to be logged in to view this page."
msgstr "Sie müssen angemeldet sein, um diese Seite anzuzeigen."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:105
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "You need to setup 2FA to mark this document as viewed."
msgstr "Sie müssen 2FA einrichten, um dieses Dokument als angesehen zu markieren."
-#: apps/remix/app/components/forms/signup.tsx:280
+#: apps/remix/app/components/forms/signup.tsx
msgid "You will get notified & be able to set up your documenso public profile when we launch the feature."
msgstr "Sie werden benachrichtigt und können Ihr Documenso öffentliches Profil einrichten, wenn wir die Funktion starten."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:102
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "You will now be required to enter a code from your authenticator app when signing in."
msgstr "Sie müssen bei der Anmeldung jetzt einen Code von Ihrer Authenticator-App eingeben."
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:191
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "You will receive an Email copy of the signed document once everyone has signed."
msgstr "Sie erhalten eine E-Mail-Kopie des unterzeichneten Dokuments, sobald alle unterschrieben haben."
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Your account has been deleted successfully."
msgstr "Ihr Konto wurde erfolgreich gelöscht."
-#: apps/remix/app/components/forms/avatar-image.tsx:110
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Your avatar has been updated successfully."
msgstr "Ihr Avatar wurde erfolgreich aktualisiert."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:81
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Your banner has been updated successfully."
msgstr "Ihr Banner wurde erfolgreich aktualisiert."
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:279
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Your brand website URL"
msgstr "Ihre Marken-Website-URL"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:102
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Your branding preferences have been updated"
msgstr "Ihre Markenpräferenzen wurden aktualisiert"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:96
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Your bulk send has been initiated. You will receive an email notification upon completion."
msgstr "Ihr Massenversand wurde gestartet. Sie erhalten eine E-Mail-Benachrichtigung nach Abschluss."
-#: packages/email/templates/bulk-send-complete.tsx:40
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Your bulk send operation for template \"{templateName}\" has completed."
msgstr "Ihre Massenversandoperation für Vorlage \"{templateName}\" ist abgeschlossen."
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:135
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Your current plan is past due. Please update your payment information."
msgstr ""
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:248
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Your direct signing templates"
msgstr "Ihre direkten Unterzeichnungsvorlagen"
-#: apps/remix/app/components/general/document/document-upload.tsx:115
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Your document failed to upload."
msgstr "Ihr Dokument konnte nicht hochgeladen werden."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:167
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Your document has been created from the template successfully."
msgstr "Ihr Dokument wurde erfolgreich aus der Vorlage erstellt."
-#: packages/email/template-components/template-document-super-delete.tsx:23
+#: packages/email/template-components/template-document-super-delete.tsx
msgid "Your document has been deleted by an admin!"
msgstr "Dein Dokument wurde von einem Administrator gelöscht!"
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:96
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Your document has been re-sent successfully."
msgstr "Ihr Dokument wurde erfolgreich erneut gesendet."
-#: apps/remix/app/components/general/document/document-edit-form.tsx:293
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Your document has been sent successfully."
msgstr "Ihr Dokument wurde erfolgreich gesendet."
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:62
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Your document has been successfully duplicated."
msgstr "Ihr Dokument wurde erfolgreich dupliziert."
-#: apps/remix/app/components/general/document/document-upload.tsx:78
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Your document has been uploaded successfully."
msgstr "Ihr Dokument wurde erfolgreich hochgeladen."
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:61
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "Your document has been uploaded successfully. You will be redirected to the template page."
msgstr "Ihr Dokument wurde erfolgreich hochgeladen. Sie werden zur Vorlagenseite weitergeleitet."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:103
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Your document preferences have been updated"
msgstr "Ihre Dokumentpräferenzen wurden aktualisiert"
-#: apps/remix/app/components/general/app-command-menu.tsx:218
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Your documents"
msgstr "Ihre Dokumente"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:176
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your email has already been confirmed. You can now use all features of Documenso."
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:148
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your email has been successfully confirmed! You can now use all features of Documenso."
msgstr "Ihre E-Mail wurde erfolgreich bestätigt! Sie können jetzt alle Funktionen von Documenso nutzen."
#. placeholder {0}: teamEmail.team.name
#. placeholder {1}: teamEmail.team.url
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:61
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Your email is currently being used by team <0>{0}0> ({1})."
msgstr "Ihre E-Mail wird derzeit von Team <0>{0}0> ({1}) verwendet."
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:63
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Your existing tokens"
msgstr "Ihre vorhandenen Tokens"
-#: apps/remix/app/components/forms/reset-password.tsx:83
-#: apps/remix/app/components/forms/password.tsx:81
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Your new password cannot be the same as your old password."
msgstr "Ihr neues Passwort darf nicht mit Ihrem alten Passwort identisch sein."
-#: apps/remix/app/components/forms/reset-password.tsx:72
-#: apps/remix/app/components/forms/password.tsx:70
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Your password has been updated successfully."
msgstr "Ihr Passwort wurde erfolgreich aktualisiert."
-#: packages/email/template-components/template-reset-password.tsx:27
+#: packages/email/template-components/template-reset-password.tsx
msgid "Your password has been updated."
msgstr "Dein Passwort wurde aktualisiert."
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:112
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Your payment for teams is overdue. Please settle the payment to avoid any service disruptions."
msgstr "Ihre Zahlung für Teams ist überfällig. Bitte begleichen Sie die Zahlung, um Unterbrechungen des Dienstes zu vermeiden."
-#: apps/remix/app/components/forms/profile.tsx:69
+#: apps/remix/app/components/forms/profile.tsx
msgid "Your profile has been updated successfully."
msgstr "Ihr Profil wurde erfolgreich aktualisiert."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:73
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "Your profile has been updated."
msgstr "Ihr Profil wurde aktualisiert."
-#: apps/remix/app/components/forms/public-profile-form.tsx:80
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Your public profile has been updated."
msgstr "Ihr öffentliches Profil wurde aktualisiert."
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:27
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "Your recovery code has been copied to your clipboard."
msgstr "Ihr Wiederherstellungscode wurde in die Zwischenablage kopiert."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:100
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:173
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Your recovery codes are listed below. Please store them in a safe place."
msgstr "Ihre Wiederherstellungscodes sind unten aufgeführt. Bitte bewahren Sie sie an einem sicheren Ort auf."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:78
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Your subscription is currently active."
msgstr "Ihr Abonnement ist derzeit aktiv."
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:88
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Your team has been created."
msgstr "Ihr Team wurde erstellt."
-#: packages/email/templates/team-delete.tsx:28
-#: packages/email/templates/team-delete.tsx:32
+#: packages/email/templates/team-delete.tsx
+#: packages/email/templates/team-delete.tsx
msgid "Your team has been deleted"
msgstr "Dein Team wurde gelöscht"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:71
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Your team has been successfully deleted."
msgstr "Ihr Team wurde erfolgreich gelöscht."
-#: apps/remix/app/components/forms/team-update-form.tsx:66
+#: apps/remix/app/components/forms/team-update-form.tsx
msgid "Your team has been successfully updated."
msgstr "Ihr Team wurde erfolgreich aktualisiert."
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:36
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Your template has been duplicated successfully."
msgstr "Ihre Vorlage wurde erfolgreich dupliziert."
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:39
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Your template has been successfully deleted."
msgstr "Ihre Vorlage wurde erfolgreich gelöscht."
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:60
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Your template will be duplicated."
msgstr "Ihre Vorlage wird dupliziert."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:207
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Your templates has been saved successfully."
msgstr "Ihre Vorlagen wurden erfolgreich gespeichert."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:116
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your token has expired!"
msgstr "Ihr Token ist abgelaufen!"
-#: apps/remix/app/components/forms/token.tsx:273
+#: apps/remix/app/components/forms/token.tsx
msgid "Your token was created successfully! Make sure to copy it because you won't be able to see it again!"
msgstr "Ihr Token wurde erfolgreich erstellt! Stellen Sie sicher, dass Sie es kopieren, da Sie es später nicht mehr sehen können!"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:69
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
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 5029ed2c7..91a8680aa 100644
--- a/packages/lib/translations/en/web.po
+++ b/packages/lib/translations/en/web.po
@@ -13,5456 +13,5439 @@ msgstr ""
"Language-Team: \n"
"Plural-Forms: \n"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:252
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid " Enable direct link signing"
msgstr " Enable direct link signing"
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:171
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid " The events that will trigger a webhook to be sent to your URL."
msgstr " The events that will trigger a webhook to be sent to your URL."
#. placeholder {0}: team.name
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:225
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "\"{0}\" has invited you to sign \"example document\"."
msgstr "\"{0}\" has invited you to sign \"example document\"."
#. placeholder {0}: field.customText
#. placeholder {1}: timezone || ''
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:65
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
msgid "\"{0}\" will appear on the document as it has a timezone of \"{1}\"."
msgstr "\"{0}\" will appear on the document as it has a timezone of \"{1}\"."
-#: packages/email/template-components/template-document-super-delete.tsx:27
+#: packages/email/template-components/template-document-super-delete.tsx
msgid "\"{documentName}\" has been deleted by an admin."
msgstr "\"{documentName}\" has been deleted by an admin."
-#: packages/email/template-components/template-document-pending.tsx:37
+#: packages/email/template-components/template-document-pending.tsx
msgid "“{documentName}” has been signed"
msgstr "“{documentName}” has been signed"
-#: packages/email/template-components/template-document-completed.tsx:41
+#: packages/email/template-components/template-document-completed.tsx
msgid "“{documentName}” was signed by all signers"
msgstr "“{documentName}” was signed by all signers"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:59
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "\"{documentTitle}\" has been successfully deleted"
msgstr "\"{documentTitle}\" has been successfully deleted"
#. placeholder {0}: team.name
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:220
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
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/remix/app/components/general/document-signing/document-signing-form.tsx:273
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:372
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "(You)"
msgstr "(You)"
#. placeholder {0}: Math.abs(charactersRemaining)
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:342
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
msgid "{0, plural, one {(1 character over)} other {(# characters over)}}"
msgstr "{0, plural, one {(1 character over)} other {(# characters over)}}"
#. placeholder {0}: Math.abs(remaningLength)
-#: apps/remix/app/components/forms/public-profile-form.tsx:236
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:392
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "{0, plural, one {# character over the limit} other {# characters over the limit}}"
msgstr "{0, plural, one {# character over the limit} other {# characters over the limit}}"
#. placeholder {0}: template.recipients.length
-#: apps/remix/app/routes/_recipient+/d.$token+/_index.tsx:99
+#: apps/remix/app/routes/_recipient+/d.$token+/_index.tsx
msgid "{0, plural, one {# recipient} other {# recipients}}"
msgstr "{0, plural, one {# recipient} other {# recipients}}"
#. placeholder {0}: row.original.quantity
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:66
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "{0, plural, one {# Seat} other {# Seats}}"
msgstr "{0, plural, one {# Seat} other {# Seats}}"
#. placeholder {0}: data.length
-#: apps/remix/app/components/general/teams/team-invitations.tsx:36
-#: apps/remix/app/components/general/teams/team-invitations.tsx:65
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "{0, plural, one {<0>You have <1>11> pending team invitation0>} other {<2>You have <3>#3> pending team invitations2>}}"
msgstr "{0, plural, one {<0>You have <1>11> pending team invitation0>} other {<2>You have <3>#3> pending team invitations2>}}"
#. placeholder {0}: autoSignableFields.filter((f) => f.type === fieldType).length
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:188
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "{0, plural, one {1 matching field} other {# matching fields}}"
msgstr "{0, plural, one {1 matching field} other {# matching fields}}"
#. placeholder {0}: recipients.length
-#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx:122
+#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx
msgid "{0, plural, one {1 Recipient} other {# Recipients}}"
msgstr "{0, plural, one {1 Recipient} other {# Recipients}}"
#. placeholder {0}: pendingRecipients.length
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:232
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "{0, plural, one {Waiting on 1 recipient} other {Waiting on # recipients}}"
msgstr "{0, plural, one {Waiting on 1 recipient} other {Waiting on # recipients}}"
#. placeholder {0}: selectedValues.length
-#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx:64
+#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx
msgid "{0, plural, zero {Select values} other {# selected...}}"
msgstr "{0, plural, zero {Select values} other {# selected...}}"
#. placeholder {0}: _(FRIENDLY_FIELD_TYPE[fieldType as FieldType])
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:185
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "{0}"
msgstr "{0}"
#. placeholder {0}: team.name
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:246
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "{0} direct signing templates"
msgstr "{0} direct signing templates"
#. placeholder {0}: team.name
#. placeholder {1}: document.title
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:122
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "{0} has invited you to {recipientActionVerb} the document \"{1}\"."
msgstr "{0} has invited you to {recipientActionVerb} the document \"{1}\"."
#. placeholder {0}: team.name
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:113
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "{0} invited you to {recipientActionVerb} a document"
msgstr "{0} invited you to {recipientActionVerb} a document"
#. placeholder {0}: memberName || memberEmail
-#: packages/email/templates/team-join.tsx:62
+#: packages/email/templates/team-join.tsx
msgid "{0} joined the team {teamName} on Documenso"
msgstr "{0} joined the team {teamName} on Documenso"
#. placeholder {0}: memberName || memberEmail
-#: packages/email/templates/team-leave.tsx:62
+#: packages/email/templates/team-leave.tsx
msgid "{0} left the team {teamName} on Documenso"
msgstr "{0} left the team {teamName} on Documenso"
#. placeholder {0}: remaining.documents
#. placeholder {1}: quota.documents
-#: apps/remix/app/components/general/document/document-upload.tsx:137
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "{0} of {1} documents remaining this month."
msgstr "{0} of {1} documents remaining this month."
#. placeholder {0}: table.getFilteredSelectedRowModel().rows.length
#. placeholder {1}: table.getFilteredRowModel().rows.length
-#: packages/ui/primitives/data-table-pagination.tsx:30
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "{0} of {1} row(s) selected."
msgstr "{0} of {1} row(s) selected."
#. placeholder {0}: user.name || user.email
#. placeholder {1}: document.team.name
#. placeholder {2}: document.title
-#: packages/lib/server-only/document/resend-document.tsx:137
+#: packages/lib/server-only/document/resend-document.tsx
msgid "{0} on behalf of \"{1}\" has invited you to {recipientActionVerb} the document \"{2}\"."
msgstr "{0} on behalf of \"{1}\" has invited you to {recipientActionVerb} the document \"{2}\"."
#. placeholder {0}: recipients.length
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:167
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "{0} Recipient(s)"
msgstr "{0} Recipient(s)"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:323
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
msgid "{charactersRemaining, plural, one {1 character remaining} other {{charactersRemaining} characters remaining}}"
msgstr "{charactersRemaining, plural, one {1 character remaining} other {{charactersRemaining} characters remaining}}"
-#: packages/email/templates/document-invite.tsx:96
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} <0>({inviterEmail})0>"
msgstr "{inviterName} <0>({inviterEmail})0>"
-#: packages/email/templates/document-cancel.tsx:21
+#: packages/email/templates/document-cancel.tsx
msgid "{inviterName} has cancelled the document {documentName}, you don't need to sign it anymore."
msgstr "{inviterName} has cancelled the document {documentName}, you don't need to sign it anymore."
-#: packages/email/template-components/template-document-cancel.tsx:24
+#: packages/email/template-components/template-document-cancel.tsx
msgid "{inviterName} has cancelled the document<0/>\"{documentName}\""
msgstr "{inviterName} has cancelled the document<0/>\"{documentName}\""
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:74
+#: packages/email/template-components/template-document-invite.tsx
msgid "{inviterName} has invited you to {0}<0/>\"{documentName}\""
msgstr "{inviterName} has invited you to {0}<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:42
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} has invited you to {action} {documentName}"
msgstr "{inviterName} has invited you to {action} {documentName}"
-#: packages/email/templates/document-invite.tsx:109
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} has invited you to {action} the document \"{documentName}\"."
msgstr "{inviterName} has invited you to {action} the document \"{documentName}\"."
-#: packages/email/templates/recipient-removed-from-document.tsx:21
+#: packages/email/templates/recipient-removed-from-document.tsx
msgid "{inviterName} has removed you from the document {documentName}."
msgstr "{inviterName} has removed you from the document {documentName}."
-#: packages/email/templates/recipient-removed-from-document.tsx:50
+#: packages/email/templates/recipient-removed-from-document.tsx
msgid "{inviterName} has removed you from the document<0/>\"{documentName}\""
msgstr "{inviterName} has removed you from the document<0/>\"{documentName}\""
#. placeholder {0}: team.name
#. placeholder {1}: document.title
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:121
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "{inviterName} on behalf of \"{0}\" has invited you to {recipientActionVerb} the document \"{1}\"."
msgstr "{inviterName} on behalf of \"{0}\" has invited you to {recipientActionVerb} the document \"{1}\"."
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:61
+#: packages/email/template-components/template-document-invite.tsx
msgid "{inviterName} on behalf of \"{teamName}\" has invited you to {0}<0/>\"{documentName}\""
msgstr "{inviterName} on behalf of \"{teamName}\" has invited you to {0}<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:46
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} on behalf of \"{teamName}\" has invited you to {action} {documentName}"
msgstr "{inviterName} on behalf of \"{teamName}\" has invited you to {action} {documentName}"
-#: packages/email/templates/team-join.tsx:68
+#: packages/email/templates/team-join.tsx
msgid "{memberEmail} joined the following team"
msgstr "{memberEmail} joined the following team"
-#: packages/email/templates/team-leave.tsx:68
+#: packages/email/templates/team-leave.tsx
msgid "{memberEmail} left the following team"
msgstr "{memberEmail} left the following team"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:65
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "{numberOfSeats, plural, one {# member} other {# members}}"
msgstr "{numberOfSeats, plural, one {# member} other {# members}}"
-#: packages/lib/utils/document-audit-logs.ts:278
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} added a field"
msgstr "{prefix} added a field"
-#: packages/lib/utils/document-audit-logs.ts:290
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} added a recipient"
msgstr "{prefix} added a recipient"
-#: packages/lib/utils/document-audit-logs.ts:302
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} created the document"
msgstr "{prefix} created the document"
-#: packages/lib/utils/document-audit-logs.ts:306
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} deleted the document"
msgstr "{prefix} deleted the document"
-#: packages/lib/utils/document-audit-logs.ts:354
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} moved the document to team"
msgstr "{prefix} moved the document to team"
-#: packages/lib/utils/document-audit-logs.ts:338
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} opened the document"
msgstr "{prefix} opened the document"
-#: packages/lib/utils/document-audit-logs.ts:318
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} prefilled a field"
msgstr "{prefix} prefilled a field"
-#: packages/lib/utils/document-audit-logs.ts:282
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} removed a field"
msgstr "{prefix} removed a field"
-#: packages/lib/utils/document-audit-logs.ts:294
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} removed a recipient"
msgstr "{prefix} removed a recipient"
#. placeholder {0}: data.recipientEmail
-#: packages/lib/utils/document-audit-logs.ts:384
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} resent an email to {0}"
msgstr "{prefix} resent an email to {0}"
#. placeholder {0}: data.recipientEmail
-#: packages/lib/utils/document-audit-logs.ts:385
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} sent an email to {0}"
msgstr "{prefix} sent an email to {0}"
-#: packages/lib/utils/document-audit-logs.ts:350
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} sent the document"
msgstr "{prefix} sent the document"
-#: packages/lib/utils/document-audit-logs.ts:310
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} signed a field"
msgstr "{prefix} signed a field"
-#: packages/lib/utils/document-audit-logs.ts:314
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} unsigned a field"
msgstr "{prefix} unsigned a field"
-#: packages/lib/utils/document-audit-logs.ts:286
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated a field"
msgstr "{prefix} updated a field"
-#: packages/lib/utils/document-audit-logs.ts:298
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated a recipient"
msgstr "{prefix} updated a recipient"
-#: packages/lib/utils/document-audit-logs.ts:334
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document"
msgstr "{prefix} updated the document"
-#: packages/lib/utils/document-audit-logs.ts:326
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document access auth requirements"
msgstr "{prefix} updated the document access auth requirements"
-#: packages/lib/utils/document-audit-logs.ts:346
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document external ID"
msgstr "{prefix} updated the document external ID"
-#: packages/lib/utils/document-audit-logs.ts:330
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document signing auth requirements"
msgstr "{prefix} updated the document signing auth requirements"
-#: packages/lib/utils/document-audit-logs.ts:342
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document title"
msgstr "{prefix} updated the document title"
-#: packages/lib/utils/document-audit-logs.ts:322
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document visibility"
msgstr "{prefix} updated the document visibility"
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:68
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "{recipientActionVerb} document"
msgstr "{recipientActionVerb} document"
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:69
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "{recipientActionVerb} the document to complete the process."
msgstr "{recipientActionVerb} the document to complete the process."
-#: packages/email/templates/document-created-from-direct-template.tsx:62
+#: packages/email/templates/document-created-from-direct-template.tsx
msgid "{recipientName} {action} a document by using one of your direct links"
msgstr "{recipientName} {action} a document by using one of your direct links"
-#: packages/email/templates/document-rejected.tsx:27
+#: packages/email/templates/document-rejected.tsx
msgid "{recipientName} has rejected the document '{documentName}'"
msgstr "{recipientName} has rejected the document '{documentName}'"
-#: packages/email/template-components/template-document-recipient-signed.tsx:49
+#: packages/email/template-components/template-document-recipient-signed.tsx
msgid "{recipientReference} has completed signing the document."
msgstr "{recipientReference} has completed signing the document."
#. placeholder {0}: document.title
-#: packages/lib/jobs/definitions/emails/send-recipient-signed-email.handler.ts:112
+#: packages/lib/jobs/definitions/emails/send-recipient-signed-email.handler.ts
msgid "{recipientReference} has signed \"{0}\""
msgstr "{recipientReference} has signed \"{0}\""
-#: packages/email/template-components/template-document-recipient-signed.tsx:43
+#: packages/email/template-components/template-document-recipient-signed.tsx
msgid "{recipientReference} has signed \"{documentName}\""
msgstr "{recipientReference} has signed \"{documentName}\""
-#: packages/email/templates/document-recipient-signed.tsx:27
+#: packages/email/templates/document-recipient-signed.tsx
msgid "{recipientReference} has signed {documentName}"
msgstr "{recipientReference} has signed {documentName}"
-#: apps/remix/app/components/forms/public-profile-form.tsx:230
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:386
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "{remaningLength, plural, one {# character remaining} other {# characters remaining}}"
msgstr "{remaningLength, plural, one {# character remaining} other {# characters remaining}}"
-#: packages/email/template-components/template-document-rejected.tsx:25
+#: packages/email/template-components/template-document-rejected.tsx
msgid "{signerName} has rejected the document \"{documentName}\"."
msgstr "{signerName} has rejected the document \"{documentName}\"."
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:68
+#: packages/email/template-components/template-document-invite.tsx
msgid "{teamName} has invited you to {0}<0/>\"{documentName}\""
msgstr "{teamName} has invited you to {0}<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:47
+#: packages/email/templates/document-invite.tsx
msgid "{teamName} has invited you to {action} {documentName}"
msgstr "{teamName} has invited you to {action} {documentName}"
-#: packages/email/templates/team-transfer-request.tsx:56
+#: packages/email/templates/team-transfer-request.tsx
msgid "{teamName} ownership transfer request"
msgstr "{teamName} ownership transfer request"
-#: packages/lib/utils/document-audit-logs.ts:362
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} approved the document"
msgstr "{userName} approved the document"
-#: packages/lib/utils/document-audit-logs.ts:363
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} CC'd the document"
msgstr "{userName} CC'd the document"
-#: packages/lib/utils/document-audit-logs.ts:364
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} completed their task"
msgstr "{userName} completed their task"
-#: packages/lib/utils/document-audit-logs.ts:374
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} rejected the document"
msgstr "{userName} rejected the document"
-#: packages/lib/utils/document-audit-logs.ts:360
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} signed the document"
msgstr "{userName} signed the document"
-#: packages/lib/utils/document-audit-logs.ts:361
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} viewed the document"
msgstr "{userName} viewed the document"
-#: packages/ui/primitives/data-table-pagination.tsx:41
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "{visibleRows, plural, one {Showing # result.} other {Showing # results.}}"
msgstr "{visibleRows, plural, one {Showing # result.} other {Showing # results.}}"
#. placeholder {0}: document.title
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:181
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "<0>\"{0}\"0>is no longer available to sign"
msgstr "<0>\"{0}\"0>is no longer available to sign"
-#: packages/email/templates/team-transfer-request.tsx:60
+#: packages/email/templates/team-transfer-request.tsx
msgid "<0>{senderName}0> has requested that you take ownership of the following team"
msgstr "<0>{senderName}0> has requested that you take ownership of the following team"
-#: packages/email/templates/confirm-team-email.tsx:76
+#: packages/email/templates/confirm-team-email.tsx
msgid "<0>{teamName}0> has requested to use your email address for their team on Documenso."
msgstr "<0>{teamName}0> has requested to use your email address for their team on Documenso."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:461
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "<0>Click to upload0> or drag and drop"
msgstr "<0>Click to upload0> or drag and drop"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:285
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>Email0> - The recipient will be emailed the document to sign, approve, etc."
msgstr "<0>Email0> - The recipient will be emailed the document to sign, approve, etc."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:52
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "<0>Inherit authentication method0> - Use the global action signing authentication method configured in the \"General Settings\" step"
msgstr "<0>Inherit authentication method0> - Use the global action signing authentication method configured in the \"General Settings\" step"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:94
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "<0>No restrictions0> - No authentication required"
msgstr "<0>No restrictions0> - No authentication required"
-#: packages/ui/components/document/document-global-auth-access-select.tsx:76
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "<0>No restrictions0> - The document can be accessed directly by the URL sent to the recipient"
msgstr "<0>No restrictions0> - The document can be accessed directly by the URL sent to the recipient"
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:74
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "<0>None0> - No authentication required"
msgstr "<0>None0> - No authentication required"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:291
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>None0> - We will generate links which you can send to the recipients manually."
msgstr "<0>None0> - We will generate links which you can send to the recipients manually."
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:298
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>Note0> - If you use Links in combination with direct templates, you will need to manually send the links to the remaining recipients."
msgstr "<0>Note0> - If you use Links in combination with direct templates, you will need to manually send the links to the remaining recipients."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:68
-#: packages/ui/components/document/document-global-auth-action-select.tsx:88
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "<0>Require 2FA0> - The recipient must have an account and 2FA enabled via their settings"
msgstr "<0>Require 2FA0> - The recipient must have an account and 2FA enabled via their settings"
-#: packages/ui/components/document/document-global-auth-access-select.tsx:71
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "<0>Require account0> - The recipient must be signed in to view the document"
msgstr "<0>Require account0> - The recipient must be signed in to view the document"
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:62
-#: packages/ui/components/document/document-global-auth-action-select.tsx:82
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "<0>Require passkey0> - The recipient must have an account and passkey configured via their settings"
msgstr "<0>Require passkey0> - The recipient must have an account and passkey configured via their settings"
-#: apps/remix/app/components/tables/documents-table-sender-filter.tsx:52
+#: apps/remix/app/components/tables/documents-table-sender-filter.tsx
msgid "<0>Sender:0> All"
msgstr "<0>Sender:0> All"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:105
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "<0>You are about to complete approving <1>\"{documentTitle}\"1>.0><2/> Are you sure?"
msgstr "<0>You are about to complete approving <1>\"{documentTitle}\"1>.0><2/> Are you sure?"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:91
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "<0>You are about to complete signing \"<1>{documentTitle}1>\".0><2/> Are you sure?"
msgstr "<0>You are about to complete signing \"<1>{documentTitle}1>\".0><2/> Are you sure?"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:77
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "<0>You are about to complete viewing \"<1>{documentTitle}1>\".0><2/> Are you sure?"
msgstr "<0>You are about to complete viewing \"<1>{documentTitle}1>\".0><2/> Are you sure?"
-#: apps/remix/app/components/forms/token.tsx:45
+#: apps/remix/app/components/forms/token.tsx
msgid "1 month"
msgstr "1 month"
-#: apps/remix/app/components/forms/token.tsx:48
+#: apps/remix/app/components/forms/token.tsx
msgid "12 months"
msgstr "12 months"
-#: apps/remix/app/components/forms/token.tsx:46
+#: apps/remix/app/components/forms/token.tsx
msgid "3 months"
msgstr "3 months"
-#: apps/remix/app/components/general/generic-error-layout.tsx:41
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "404 not found"
msgstr "404 not found"
-#: apps/remix/app/routes/_profile+/_layout.tsx:102
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "404 Profile not found"
msgstr "404 Profile not found"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:62
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "404 Team not found"
msgstr "404 Team not found"
-#: apps/remix/app/components/general/generic-error-layout.tsx:46
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "500 Internal Server Error"
msgstr "500 Internal Server Error"
-#: apps/remix/app/components/forms/token.tsx:47
+#: apps/remix/app/components/forms/token.tsx
msgid "6 months"
msgstr "6 months"
-#: apps/remix/app/components/forms/token.tsx:44
+#: apps/remix/app/components/forms/token.tsx
msgid "7 days"
msgstr "7 days"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:52
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "A confirmation email has been sent, and it should arrive in your inbox shortly."
msgstr "A confirmation email has been sent, and it should arrive in your inbox shortly."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:66
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "A device capable of accessing, opening, and reading documents"
msgstr "A device capable of accessing, opening, and reading documents"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:105
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "A document was created by your direct template that requires you to {recipientActionVerb} it."
msgstr "A document was created by your direct template that requires you to {recipientActionVerb} it."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:228
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "A draft document will be created"
msgstr "A draft document will be created"
-#: packages/lib/utils/document-audit-logs.ts:277
+#: packages/lib/utils/document-audit-logs.ts
msgid "A field was added"
msgstr "A field was added"
-#: packages/lib/utils/document-audit-logs.ts:281
+#: packages/lib/utils/document-audit-logs.ts
msgid "A field was removed"
msgstr "A field was removed"
-#: packages/lib/utils/document-audit-logs.ts:285
+#: packages/lib/utils/document-audit-logs.ts
msgid "A field was updated"
msgstr "A field was updated"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:69
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "A means to print or download documents for your records"
msgstr "A means to print or download documents for your records"
-#: packages/lib/jobs/definitions/emails/send-team-member-joined-email.handler.ts:98
+#: packages/lib/jobs/definitions/emails/send-team-member-joined-email.handler.ts
msgid "A new member has joined your team"
msgstr "A new member has joined your team"
-#: apps/remix/app/components/forms/token.tsx:124
+#: apps/remix/app/components/forms/token.tsx
msgid "A new token was created successfully."
msgstr "A new token was created successfully."
-#: apps/remix/app/routes/_unauthenticated+/check-email.tsx:21
-#: apps/remix/app/components/forms/forgot-password.tsx:56
+#: apps/remix/app/routes/_unauthenticated+/check-email.tsx
+#: apps/remix/app/components/forms/forgot-password.tsx
msgid "A password reset email has been sent, if you have an account you should see it in your inbox shortly."
msgstr "A password reset email has been sent, if you have an account you should see it in your inbox shortly."
-#: packages/lib/utils/document-audit-logs.ts:289
+#: packages/lib/utils/document-audit-logs.ts
msgid "A recipient was added"
msgstr "A recipient was added"
-#: packages/lib/utils/document-audit-logs.ts:293
+#: packages/lib/utils/document-audit-logs.ts
msgid "A recipient was removed"
msgstr "A recipient was removed"
-#: packages/lib/utils/document-audit-logs.ts:297
+#: packages/lib/utils/document-audit-logs.ts
msgid "A recipient was updated"
msgstr "A recipient was updated"
#. placeholder {0}: transferVerification.name
#. placeholder {1}: transferVerification.email
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:91
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "A request to transfer the ownership of this team has been sent to <0>{0} ({1})0>"
msgstr "A request to transfer the ownership of this team has been sent to <0>{0} ({1})0>"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/create-team-email-verification.ts:160
+#: packages/lib/server-only/team/create-team-email-verification.ts
msgid "A request to use your email has been initiated by {0} on Documenso"
msgstr "A request to use your email has been initiated by {0} on Documenso"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:221
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "A secret that will be sent to your URL so you can verify that the request has been sent by Documenso"
msgstr "A secret that will be sent to your URL so you can verify that the request has been sent by Documenso"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:191
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:192
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "A secret that will be sent to your URL so you can verify that the request has been sent by Documenso."
msgstr "A secret that will be sent to your URL so you can verify that the request has been sent by Documenso."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:60
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "A stable internet connection"
msgstr "A stable internet connection"
-#: packages/email/templates/team-join.tsx:32
+#: packages/email/templates/team-join.tsx
msgid "A team member has joined a team on Documenso"
msgstr "A team member has joined a team on Documenso"
#. placeholder {0}: team.name
-#: packages/lib/jobs/definitions/emails/send-team-member-left-email.handler.ts:87
+#: packages/lib/jobs/definitions/emails/send-team-member-left-email.handler.ts
msgid "A team member has left {0}"
msgstr "A team member has left {0}"
-#: packages/email/templates/team-leave.tsx:32
+#: packages/email/templates/team-leave.tsx
msgid "A team member has left a team on Documenso"
msgstr "A team member has left a team on Documenso"
-#: packages/email/templates/team-delete.tsx:29
-#: packages/email/templates/team-delete.tsx:33
+#: packages/email/templates/team-delete.tsx
+#: packages/email/templates/team-delete.tsx
msgid "A team you were a part of has been deleted"
msgstr "A team you were a part of has been deleted"
-#: apps/remix/app/components/forms/public-profile-form.tsx:197
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "A unique URL to access your profile"
msgstr "A unique URL to access your profile"
-#: apps/remix/app/components/forms/team-update-form.tsx:136
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:205
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "A unique URL to identify your team"
msgstr "A unique URL to identify your team"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:134
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "A verification email will be sent to the provided email."
msgstr "A verification email will be sent to the provided email."
-#: apps/remix/app/components/general/teams/team-invitations.tsx:146
-#: packages/email/templates/team-transfer-request.tsx:82
-#: packages/email/templates/team-invite.tsx:95
-#: packages/email/templates/confirm-team-email.tsx:119
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: packages/email/templates/team-transfer-request.tsx
+#: packages/email/templates/team-invite.tsx
+#: packages/email/templates/confirm-team-email.tsx
msgid "Accept"
msgstr "Accept"
-#: packages/email/templates/team-invite.tsx:43
+#: packages/email/templates/team-invite.tsx
msgid "Accept invitation to join a team on Documenso"
msgstr "Accept invitation to join a team on Documenso"
-#: packages/email/templates/confirm-team-email.tsx:42
+#: packages/email/templates/confirm-team-email.tsx
msgid "Accept team email request for {teamName} on Documenso"
msgstr "Accept team email request for {teamName} on Documenso"
-#: packages/email/templates/team-transfer-request.tsx:30
+#: packages/email/templates/team-transfer-request.tsx
msgid "Accept team transfer request on Documenso"
msgstr "Accept team transfer request on Documenso"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:29
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Acceptance and Consent"
msgstr "Acceptance and Consent"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:126
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Accepted team invitation"
msgstr "Accepted team invitation"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:134
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Account Authentication"
msgstr "Account Authentication"
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:49
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:47
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Account deleted"
msgstr "Account deleted"
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:49
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Account disabled"
msgstr "Account disabled"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:46
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Account enabled"
msgstr "Account enabled"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:125
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Account Re-Authentication"
msgstr "Account Re-Authentication"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:135
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Acknowledgment"
msgstr "Acknowledgment"
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:112
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:158
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:46
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:112
-#: apps/remix/app/components/tables/document-logs-table.tsx:94
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:111
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/document-logs-table.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Action"
msgstr "Action"
-#: apps/remix/app/components/tables/templates-table.tsx:154
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:103
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:112
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:127
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:136
-#: apps/remix/app/components/tables/documents-table.tsx:78
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:173
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Actions"
msgstr "Actions"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:70
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:105
-#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx:64
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx
msgid "Active"
msgstr "Active"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Active Subscriptions"
msgstr "Active Subscriptions"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:186
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "Add"
msgstr "Add"
-#: packages/ui/primitives/document-dropzone.tsx:67
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Add a document"
msgstr "Add a document"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:512
-#: packages/ui/primitives/document-flow/add-settings.tsx:388
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Add a URL to redirect the user to once the document is signed"
msgstr "Add a URL to redirect the user to once the document is signed"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:83
-#: apps/remix/app/components/general/document/document-edit-form.tsx:151
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add all relevant fields for each recipient."
msgstr "Add all relevant fields for each recipient."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:78
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Add all relevant placeholders for each recipient."
msgstr "Add all relevant placeholders for each recipient."
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:94
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Add an authenticator to serve as a secondary authentication method for signing documents."
msgstr "Add an authenticator to serve as a secondary authentication method for signing documents."
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:89
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Add an authenticator to serve as a secondary authentication method when signing in, or when signing documents."
msgstr "Add an authenticator to serve as a secondary authentication method when signing in, or when signing documents."
-#: packages/ui/primitives/document-flow/add-settings.tsx:300
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Add an external ID to the document. This can be used to identify the document in external systems."
msgstr "Add an external ID to the document. This can be used to identify the document in external systems."
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:429
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Add an external ID to the template. This can be used to identify in external systems."
msgstr "Add an external ID to the template. This can be used to identify in external systems."
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:186
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Add another option"
msgstr "Add another option"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:165
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:230
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Add another value"
msgstr "Add another value"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:122
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "Add email"
msgstr "Add email"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:82
-#: apps/remix/app/components/general/document/document-edit-form.tsx:150
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add Fields"
msgstr "Add Fields"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:362
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Add more"
msgstr "Add more"
-#: packages/ui/primitives/document-flow/add-signers.tsx:693
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Add myself"
msgstr "Add myself"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:706
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "Add Myself"
msgstr "Add Myself"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:145
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:153
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Add passkey"
msgstr "Add passkey"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:692
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "Add Placeholder Recipient"
msgstr "Add Placeholder Recipient"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:77
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Add Placeholders"
msgstr "Add Placeholders"
-#: packages/ui/primitives/document-flow/add-signers.tsx:682
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Add Signer"
msgstr "Add Signer"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:145
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add Signers"
msgstr "Add Signers"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:130
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "Add team email"
msgstr "Add team email"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:81
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Add text"
msgstr "Add text"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:86
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Add text to the field"
msgstr "Add text to the field"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:146
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add the people who will sign the document."
msgstr "Add the people who will sign the document."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:230
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Add the recipients to create the document with"
msgstr "Add the recipients to create the document with"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:153
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Adding and removing seats will adjust your invoice accordingly."
msgstr "Adding and removing seats will adjust your invoice accordingly."
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:302
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Additional brand information to display at the bottom of emails"
msgstr "Additional brand information to display at the bottom of emails"
-#: packages/lib/constants/teams.ts:9
+#: packages/lib/constants/teams.ts
msgid "Admin"
msgstr "Admin"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:95
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Admin Actions"
msgstr "Admin Actions"
-#: apps/remix/app/components/general/menu-switcher.tsx:251
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Admin panel"
msgstr "Admin panel"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:411
-#: packages/ui/primitives/document-flow/add-settings.tsx:282
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Advanced Options"
msgstr "Advanced Options"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:496
-#: packages/ui/primitives/document-flow/add-fields.tsx:583
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Advanced settings"
msgstr "Advanced settings"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:125
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "After signing a document electronically, you will be provided the opportunity to view, download, and print the document for your records. It is highly recommended that you retain a copy of all electronically signed documents for your personal records. We will also retain a copy of the signed document for our records however we may not be able to provide you with a copy of the signed document after a certain period of time."
msgstr "After signing a document electronically, you will be provided the opportunity to view, download, and print the document for your records. It is highly recommended that you retain a copy of all electronically signed documents for your personal records. We will also retain a copy of the signed document for our records however we may not be able to provide you with a copy of the signed document after a certain period of time."
-#: packages/lib/constants/template.ts:21
+#: packages/lib/constants/template.ts
msgid "After submission, a document will be automatically generated and added to your documents page. You will also receive a notification via email."
msgstr "After submission, a document will be automatically generated and added to your documents page. You will also receive a notification via email."
-#: apps/remix/app/components/general/document/document-status.tsx:46
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "All"
msgstr "All"
-#: apps/remix/app/components/general/app-command-menu.tsx:38
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "All documents"
msgstr "All documents"
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:35
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "All documents have been processed. Any new documents that are sent or received will show here."
msgstr "All documents have been processed. Any new documents that are sent or received will show here."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:77
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "All documents related to the electronic signing process will be provided to you electronically through our platform or via email. It is your responsibility to ensure that your email address is current and that you can receive and open our emails."
msgstr "All documents related to the electronic signing process will be provided to you electronically through our platform or via email. It is your responsibility to ensure that your email address is current and that you can receive and open our emails."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:141
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "All inserted signatures will be voided"
msgstr "All inserted signatures will be voided"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:144
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "All recipients will be notified"
msgstr "All recipients will be notified"
-#: packages/email/template-components/template-document-cancel.tsx:31
+#: packages/email/template-components/template-document-cancel.tsx
msgid "All signatures have been voided."
msgstr "All signatures have been voided."
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:60
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "All signing links have been copied to your clipboard."
msgstr "All signing links have been copied to your clipboard."
-#: apps/remix/app/components/general/app-command-menu.tsx:53
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "All templates"
msgstr "All templates"
-#: apps/remix/app/components/general/period-selector.tsx:56
+#: apps/remix/app/components/general/period-selector.tsx
msgid "All Time"
msgstr "All Time"
-#: packages/email/templates/confirm-team-email.tsx:99
+#: packages/email/templates/confirm-team-email.tsx
msgid "Allow document recipients to reply directly to this email address"
msgstr "Allow document recipients to reply directly to this email address"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:141
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Allows authenticating using biometrics, password managers, hardware keys, etc."
msgstr "Allows authenticating using biometrics, password managers, hardware keys, etc."
-#: apps/remix/app/components/forms/signup.tsx:420
+#: apps/remix/app/components/forms/signup.tsx
msgid "Already have an account? <0>Sign in instead0>"
msgstr "Already have an account? <0>Sign in instead0>"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:86
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Amount"
msgstr "Amount"
-#: packages/email/templates/document-super-delete.tsx:22
+#: packages/email/templates/document-super-delete.tsx
msgid "An admin has deleted your document \"{documentName}\"."
msgstr "An admin has deleted your document \"{documentName}\"."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:44
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "An electronic signature provided by you on our platform, achieved through clicking through to a document and entering your name, or any other electronic signing method we provide, is legally binding. It carries the same weight and enforceability as a manual signature written with ink on paper."
msgstr "An electronic signature provided by you on our platform, achieved through clicking through to a document and entering your name, or any other electronic signing method we provide, is legally binding. It carries the same weight and enforceability as a manual signature written with ink on paper."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:63
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "An email account"
msgstr "An email account"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:258
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "An email containing an invitation will be sent to each member."
msgstr "An email containing an invitation will be sent to each member."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:107
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "An email requesting the transfer of this team has been sent."
msgstr "An email requesting the transfer of this team has been sent."
-#: apps/remix/app/components/general/claim-account.tsx:96
-#: apps/remix/app/components/forms/token.tsx:140
-#: apps/remix/app/components/forms/signup.tsx:160
-#: apps/remix/app/components/forms/reset-password.tsx:91
-#: apps/remix/app/components/forms/password.tsx:89
-#: apps/remix/app/components/forms/avatar-image.tsx:122
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/token.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "An error occurred"
msgstr "An error occurred"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:217
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "An error occurred while adding fields."
msgstr "An error occurred while adding fields."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:177
-#: apps/remix/app/components/general/document/document-edit-form.tsx:235
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while adding signers."
msgstr "An error occurred while adding signers."
-#: apps/remix/app/components/general/document/document-edit-form.tsx:270
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while adding the fields."
msgstr "An error occurred while adding the fields."
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:150
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "An error occurred while auto-signing the document, some fields may not be signed. Please review and manually sign any remaining fields."
msgstr "An error occurred while auto-signing the document, some fields may not be signed. Please review and manually sign any remaining fields."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:186
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "An error occurred while creating document from template."
msgstr "An error occurred while creating document from template."
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:95
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "An error occurred while creating the webhook. Please try again."
msgstr "An error occurred while creating the webhook. Please try again."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:59
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "An error occurred while deleting the user."
msgstr "An error occurred while deleting the user."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:125
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "An error occurred while disabling direct link signing."
msgstr "An error occurred while disabling direct link signing."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:59
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "An error occurred while disabling the user."
msgstr "An error occurred while disabling the user."
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:96
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:74
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:95
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:64
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
msgid "An error occurred while downloading your document."
msgstr "An error occurred while downloading your document."
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:45
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "An error occurred while duplicating template."
msgstr "An error occurred while duplicating template."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:124
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "An error occurred while enabling direct link signing."
msgstr "An error occurred while enabling direct link signing."
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:56
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "An error occurred while enabling the user."
msgstr "An error occurred while enabling the user."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:262
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "An error occurred while loading team members. Please try again later."
msgstr "An error occurred while loading team members. Please try again later."
-#: packages/ui/primitives/pdf-viewer.tsx:167
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "An error occurred while loading the document."
msgstr "An error occurred while loading the document."
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:55
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "An error occurred while moving the document."
msgstr "An error occurred while moving the document."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:81
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "An error occurred while moving the template."
msgstr "An error occurred while moving the template."
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:209
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:204
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:155
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:112
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:115
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:136
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:124
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:157
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while removing the field."
msgstr "An error occurred while removing the field."
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:132
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
msgid "An error occurred while removing the selection."
msgstr "An error occurred while removing the selection."
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:188
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "An error occurred while removing the signature."
msgstr "An error occurred while removing the signature."
-#: apps/remix/app/components/general/document/document-edit-form.tsx:312
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while sending the document."
msgstr "An error occurred while sending the document."
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:61
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "An error occurred while sending your confirmation email"
msgstr "An error occurred while sending your confirmation email"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:180
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:104
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:154
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:128
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:85
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:88
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:103
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:97
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:127
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while signing as assistant."
msgstr "An error occurred while signing as assistant."
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:181
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:162
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:105
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:155
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:129
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:86
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:89
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:104
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:98
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:128
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while signing the document."
msgstr "An error occurred while signing the document."
-#: apps/remix/app/components/general/billing-plans.tsx:63
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "An error occurred while trying to create a checkout session."
msgstr "An error occurred while trying to create a checkout session."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:149
-#: apps/remix/app/components/general/document/document-edit-form.tsx:205
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while updating the document settings."
msgstr "An error occurred while updating the document settings."
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:215
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while updating the signature."
msgstr "An error occurred while updating the signature."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:79
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "An error occurred while updating your profile."
msgstr "An error occurred while updating your profile."
-#: apps/remix/app/components/general/document/document-upload.tsx:100
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "An error occurred while uploading your document."
msgstr "An error occurred while uploading your document."
-#: apps/remix/app/components/general/generic-error-layout.tsx:48
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "An unexpected error occurred."
msgstr "An unexpected error occurred."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:88
-#: apps/remix/app/components/general/app-command-menu.tsx:309
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:51
-#: apps/remix/app/components/forms/team-update-form.tsx:91
-#: apps/remix/app/components/forms/signup.tsx:181
-#: apps/remix/app/components/forms/signup.tsx:195
-#: apps/remix/app/components/forms/signin.tsx:52
-#: apps/remix/app/components/forms/signin.tsx:265
-#: apps/remix/app/components/forms/signin.tsx:281
-#: apps/remix/app/components/forms/public-profile-form.tsx:103
-#: apps/remix/app/components/forms/profile.tsx:74
-#: apps/remix/app/components/forms/avatar-image.tsx:94
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:81
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:88
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:114
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:99
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:154
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:57
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:57
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:86
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:97
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:82
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:104
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:139
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:175
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:56
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:55
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "An unknown error occurred"
msgstr "An unknown error occurred"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:223
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Any payment methods attached to this team will remain attached to this team. Please contact us if you need to update this information."
msgstr "Any payment methods attached to this team will remain attached to this team. Please contact us if you need to update this information."
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:217
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Any Source"
msgstr "Any Source"
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:197
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Any Status"
msgstr "Any Status"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:26
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:84
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:82
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:94
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:85
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "API Tokens"
msgstr "API Tokens"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:92
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "App Version"
msgstr "App Version"
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:135
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:118
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:143
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:89
-#: packages/lib/constants/recipient-roles.ts:7
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Approve"
msgstr "Approve"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:185
-#: packages/email/template-components/template-document-invite.tsx:108
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Approve Document"
msgstr "Approve Document"
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:93
-#: packages/lib/constants/recipient-roles.ts:8
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Approved"
msgstr "Approved"
-#: packages/lib/constants/recipient-roles.ts:10
+#: packages/lib/constants/recipient-roles.ts
msgid "Approver"
msgstr "Approver"
-#: packages/lib/constants/recipient-roles.ts:11
+#: packages/lib/constants/recipient-roles.ts
msgid "Approvers"
msgstr "Approvers"
-#: packages/lib/constants/recipient-roles.ts:9
+#: packages/lib/constants/recipient-roles.ts
msgid "Approving"
msgstr "Approving"
-#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx:46
+#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
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/remix/app/components/dialogs/token-delete-dialog.tsx:120
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Are you sure you want to delete this token?"
msgstr "Are you sure you want to delete this token?"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:127
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
msgid "Are you sure you want to reject this document? This action cannot be undone."
msgstr "Are you sure you want to reject this document? This action cannot be undone."
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:193
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Are you sure you want to remove the <0>{passkeyName}0> passkey."
msgstr "Are you sure you want to remove the <0>{passkeyName}0> passkey."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:124
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Are you sure you wish to delete this team?"
msgstr "Are you sure you wish to delete this team?"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:93
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:455
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:80
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:80
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:113
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:436
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:94
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Are you sure?"
msgstr "Are you sure?"
-#: packages/lib/constants/recipient-roles.ts:35
+#: packages/lib/constants/recipient-roles.ts
msgid "Assist"
msgstr "Assist"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:186
-#: packages/email/template-components/template-document-invite.tsx:110
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Assist Document"
msgstr "Assist Document"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:299
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Assist with signing"
msgstr "Assist with signing"
-#: packages/lib/constants/recipient-roles.ts:38
+#: packages/lib/constants/recipient-roles.ts
msgid "Assistant"
msgstr "Assistant"
-#: packages/ui/components/recipient/recipient-role-select.tsx:140
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:39
+#: packages/lib/constants/recipient-roles.ts
msgid "Assistants"
msgstr "Assistants"
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:125
-#: packages/lib/constants/recipient-roles.ts:36
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Assisted"
msgstr "Assisted"
-#: packages/lib/constants/recipient-roles.ts:37
+#: packages/lib/constants/recipient-roles.ts
msgid "Assisting"
msgstr "Assisting"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:115
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
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."
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:133
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Audit Log"
msgstr "Audit Log"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:206
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Authentication Level"
msgstr "Authentication Level"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:48
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:38
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "Authentication required"
msgstr "Authentication required"
-#: apps/remix/app/components/forms/avatar-image.tsx:142
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Avatar"
msgstr "Avatar"
-#: apps/remix/app/components/forms/avatar-image.tsx:109
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Avatar Updated"
msgstr "Avatar Updated"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:125
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Awaiting email confirmation"
msgstr "Awaiting email confirmation"
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:367
-#: apps/remix/app/components/forms/signup.tsx:503
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Back"
msgstr "Back"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:160
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Back to Documents"
msgstr "Back to Documents"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:151
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Background Color"
msgstr "Background Color"
-#: apps/remix/app/components/forms/signin.tsx:463
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:162
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Backup Code"
msgstr "Backup Code"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:170
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Backup codes"
msgstr "Backup codes"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:80
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Banner Updated"
msgstr "Banner Updated"
-#: apps/remix/app/components/forms/signup.tsx:466
+#: apps/remix/app/components/forms/signup.tsx
msgid "Basic details"
msgstr "Basic details"
-#: packages/email/template-components/template-confirmation-email.tsx:25
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "Before you get started, please confirm your email address by clicking the button below:"
msgstr "Before you get started, please confirm your email address by clicking the button below:"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:77
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:84
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:111
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:109
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:121
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:112
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Billing"
msgstr "Billing"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:534
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Black"
msgstr "Black"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:548
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Blue"
msgstr "Blue"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:40
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Branding Preferences"
msgstr "Branding Preferences"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:101
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Branding preferences updated"
msgstr "Branding preferences updated"
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:93
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:48
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
msgid "Browser"
msgstr "Browser"
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:143
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "Bulk Copy"
msgstr "Bulk Copy"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:275
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Bulk Import"
msgstr "Bulk Import"
#. placeholder {0}: template.title
-#: packages/lib/jobs/definitions/internal/bulk-send-template.handler.ts:203
+#: packages/lib/jobs/definitions/internal/bulk-send-template.handler.ts
msgid "Bulk Send Complete: {0}"
msgstr "Bulk Send Complete: {0}"
-#: packages/email/templates/bulk-send-complete.tsx:30
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Bulk send operation complete for template \"{templateName}\""
msgstr "Bulk send operation complete for template \"{templateName}\""
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:127
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Bulk Send Template via CSV"
msgstr "Bulk Send Template via CSV"
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:99
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:119
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Bulk Send via CSV"
msgstr "Bulk Send via CSV"
-#: packages/email/templates/team-invite.tsx:85
+#: packages/email/templates/team-invite.tsx
msgid "by <0>{senderName}0>"
msgstr "by <0>{senderName}0>"
-#: packages/email/templates/confirm-team-email.tsx:88
+#: packages/email/templates/confirm-team-email.tsx
msgid "By accepting this request, you will be granting <0>{teamName}0> access to:"
msgstr "By accepting this request, you will be granting <0>{teamName}0> access to:"
-#: packages/email/templates/team-transfer-request.tsx:71
+#: packages/email/templates/team-transfer-request.tsx
msgid "By accepting this request, you will take responsibility for any billing items associated with this team."
msgstr "By accepting this request, you will take responsibility for any billing items associated with this team."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:152
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "By deleting this document, the following will occur:"
msgstr "By deleting this document, the following will occur:"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:113
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "By enabling 2FA, you will be required to enter a code from your authenticator app every time you sign in using email password."
msgstr "By enabling 2FA, you will be required to enter a code from your authenticator app every time you sign in using email password."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:138
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "By proceeding to use the electronic signature service provided by Documenso, you affirm that you have read and understood this disclosure. You agree to all terms and conditions related to the use of electronic signatures and electronic transactions as outlined herein."
msgstr "By proceeding to use the electronic signature service provided by Documenso, you affirm that you have read and understood this disclosure. You agree to all terms and conditions related to the use of electronic signatures and electronic transactions as outlined herein."
-#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx:16
+#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx
msgid "By proceeding with your electronic signature, you acknowledge and consent that it will be used to sign the given document and holds the same legal validity as a handwritten signature. By completing the electronic signing process, you affirm your understanding and acceptance of these conditions."
msgstr "By proceeding with your electronic signature, you acknowledge and consent that it will be used to sign the given document and holds the same legal validity as a handwritten signature. By completing the electronic signing process, you affirm your understanding and acceptance of these conditions."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:88
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
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:126
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Can prepare"
msgstr "Can prepare"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:162
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:203
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:118
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:108
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:364
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:315
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:160
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:349
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:234
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:208
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:383
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:131
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:212
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:165
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:190
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:75
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:175
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:172
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:263
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:156
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:234
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:167
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:145
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:71
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:472
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:78
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:262
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:241
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:186
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:367
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:103
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:101
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:159
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:147
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:182
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:161
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:217
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:167
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:447
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:247
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:183
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:115
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:112
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:186
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:58
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:321
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Cancel"
msgstr "Cancel"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:225
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Cancelled by user"
msgstr "Cancelled by user"
-#: packages/ui/primitives/document-flow/add-signers.tsx:196
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Cannot remove signer"
msgstr "Cannot remove signer"
-#: packages/lib/constants/recipient-roles.ts:17
+#: packages/lib/constants/recipient-roles.ts
msgid "Cc"
msgstr "Cc"
-#: packages/lib/constants/recipient-roles.ts:14
-#: packages/lib/constants/recipient-roles.ts:16
+#: packages/lib/constants/recipient-roles.ts
+#: packages/lib/constants/recipient-roles.ts
msgid "CC"
msgstr "CC"
-#: packages/lib/constants/recipient-roles.ts:15
+#: packages/lib/constants/recipient-roles.ts
msgid "CC'd"
msgstr "CC'd"
-#: packages/lib/constants/recipient-roles.ts:18
+#: packages/lib/constants/recipient-roles.ts
msgid "Ccers"
msgstr "Ccers"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:94
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Character Limit"
msgstr "Character Limit"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:148
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Charts"
msgstr "Charts"
-#: packages/ui/primitives/document-flow/types.ts:58
+#: packages/ui/primitives/document-flow/types.ts
msgid "Checkbox"
msgstr "Checkbox"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:196
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Checkbox values"
msgstr "Checkbox values"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:180
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Checkout"
msgstr "Checkout"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:272
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Choose an existing recipient from below to continue"
msgstr "Choose an existing recipient from below to continue"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:268
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Choose Direct Link Recipient"
msgstr "Choose Direct Link Recipient"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:156
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Choose how the document will reach recipients"
msgstr "Choose how the document will reach recipients"
-#: apps/remix/app/components/forms/token.tsx:194
+#: apps/remix/app/components/forms/token.tsx
msgid "Choose..."
msgstr "Choose..."
-#: apps/remix/app/components/general/claim-account.tsx:155
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Claim account"
msgstr "Claim account"
-#: apps/remix/app/components/forms/signup.tsx:475
+#: apps/remix/app/components/forms/signup.tsx
msgid "Claim username"
msgstr "Claim username"
-#: apps/remix/app/components/forms/signup.tsx:276
+#: apps/remix/app/components/forms/signup.tsx
msgid "Claim your username now"
msgstr "Claim your username now"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:535
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Clear file"
msgstr "Clear file"
-#: packages/ui/primitives/data-table.tsx:154
+#: packages/ui/primitives/data-table.tsx
msgid "Clear filters"
msgstr "Clear filters"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:568
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Clear Signature"
msgstr "Clear Signature"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:124
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "Click here to get started"
msgstr "Click here to get started"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:112
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:60
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:75
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:131
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Click here to retry"
msgstr "Click here to retry"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:390
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Click here to upload"
msgstr "Click here to upload"
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:48
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:61
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
msgid "Click to copy signing link for sending to recipient"
msgstr "Click to copy signing link for sending to recipient"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:176
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:181
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:486
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:479
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Click to insert field"
msgstr "Click to insert field"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:118
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:139
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:122
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:138
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:111
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:186
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:554
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:118
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:316
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:420
-#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx:42
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx
msgid "Close"
msgstr "Close"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:61
-#: apps/remix/app/components/forms/signup.tsx:528
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:476
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:469
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Complete"
msgstr "Complete"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:70
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Approval"
msgstr "Complete Approval"
-#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx:43
+#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
msgid "Complete Document"
msgstr "Complete Document"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:69
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Signing"
msgstr "Complete Signing"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:227
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
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/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:68
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Viewing"
msgstr "Complete Viewing"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:75
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:200
-#: apps/remix/app/components/general/document/document-status.tsx:28
-#: packages/lib/constants/document.ts:9
-#: packages/email/template-components/template-document-self-signed.tsx:37
-#: packages/email/template-components/template-document-recipient-signed.tsx:37
-#: packages/email/template-components/template-document-completed.tsx:35
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-status.tsx
+#: packages/lib/constants/document.ts
+#: packages/email/template-components/template-document-self-signed.tsx
+#: packages/email/template-components/template-document-recipient-signed.tsx
+#: packages/email/template-components/template-document-completed.tsx
msgid "Completed"
msgstr "Completed"
-#: packages/email/templates/document-self-signed.tsx:19
-#: packages/email/templates/document-completed.tsx:23
+#: packages/email/templates/document-self-signed.tsx
+#: packages/email/templates/document-completed.tsx
msgid "Completed Document"
msgstr "Completed Document"
-#: apps/remix/app/components/general/app-command-menu.tsx:44
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Completed documents"
msgstr "Completed documents"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:110
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Completed Documents"
msgstr "Completed Documents"
-#: packages/lib/constants/template.ts:12
+#: packages/lib/constants/template.ts
msgid "Configure Direct Recipient"
msgstr "Configure Direct Recipient"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:141
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Configure general settings for the document."
msgstr "Configure general settings for the document."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:73
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Configure general settings for the template."
msgstr "Configure general settings for the template."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:334
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Configure template"
msgstr "Configure template"
#. placeholder {0}: parseMessageDescriptor( _, FRIENDLY_FIELD_TYPE[currentField.type], )
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:497
-#: packages/ui/primitives/document-flow/add-fields.tsx:584
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Configure the {0} field"
msgstr "Configure the {0} field"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:481
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:457
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Confirm"
msgstr "Confirm"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:205
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Confirm by typing <0>{confirmTransferMessage}0>"
msgstr "Confirm by typing <0>{confirmTransferMessage}0>"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:147
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Confirm by typing <0>{deleteMessage}0>"
msgstr "Confirm by typing <0>{deleteMessage}0>"
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:133
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:143
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Confirm by typing: <0>{deleteMessage}0>"
msgstr "Confirm by typing: <0>{deleteMessage}0>"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:146
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Confirm Deletion"
msgstr "Confirm Deletion"
-#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx:15
-#: packages/email/template-components/template-confirmation-email.tsx:35
+#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "Confirm email"
msgstr "Confirm email"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:50
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "Confirmation email sent"
msgstr "Confirmation email sent"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:85
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Consent to Electronic Transactions"
msgstr "Consent to Electronic Transactions"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:147
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Contact Information"
msgstr "Contact Information"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:194
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Content"
msgstr "Content"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:156
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:110
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:149
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:133
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:171
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:158
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:299
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:325
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:251
-#: packages/ui/primitives/document-flow/document-flow-root.tsx:140
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
+#: packages/ui/primitives/document-flow/document-flow-root.tsx
msgid "Continue"
msgstr "Continue"
-#: packages/email/template-components/template-document-invite.tsx:85
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by approving the document."
msgstr "Continue by approving the document."
-#: packages/email/template-components/template-document-invite.tsx:88
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by assisting with the document."
msgstr "Continue by assisting with the document."
-#: packages/email/template-components/template-document-completed.tsx:45
+#: packages/email/template-components/template-document-completed.tsx
msgid "Continue by downloading the document."
msgstr "Continue by downloading the document."
-#: packages/email/template-components/template-document-invite.tsx:83
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by signing the document."
msgstr "Continue by signing the document."
-#: packages/email/template-components/template-document-invite.tsx:84
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by viewing the document."
msgstr "Continue by viewing the document."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:164
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "Continue to login"
msgstr "Continue to login"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:184
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls the default language of an uploaded document. This will be used as the language in email communications with the recipients."
msgstr "Controls the default language of an uploaded document. This will be used as the language in email communications with the recipients."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:152
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls the default visibility of an uploaded document."
msgstr "Controls the default visibility of an uploaded document."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:231
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls the formatting of the message that will be sent when inviting a recipient to sign a document. If a custom message has been provided while configuring the document, it will be used instead."
msgstr "Controls the formatting of the message that will be sent when inviting a recipient to sign a document. If a custom message has been provided while configuring the document, it will be used instead."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:262
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls whether the recipients can sign the documents using a typed signature. Enable or disable the typed signature globally."
msgstr "Controls whether the recipients can sign the documents using a typed signature. Enable or disable the typed signature globally."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:292
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls whether the signing certificate will be included in the document when it is downloaded. The signing certificate can still be downloaded from the logs page separately."
msgstr "Controls whether the signing certificate will be included in the document when it is downloaded. The signing certificate can still be downloaded from the logs page separately."
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:126
-#: packages/ui/primitives/document-flow/add-subject.tsx:249
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Copied"
msgstr "Copied"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:71
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:36
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:30
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:59
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:115
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:167
-#: apps/remix/app/components/forms/public-profile-form.tsx:116
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:165
-#: packages/ui/primitives/document-flow/add-subject.tsx:236
-#: packages/ui/components/document/document-share-button.tsx:45
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/ui/components/document/document-share-button.tsx
msgid "Copied to clipboard"
msgstr "Copied to clipboard"
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:121
-#: packages/ui/primitives/document-flow/add-subject.tsx:244
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Copy"
msgstr "Copy"
-#: packages/ui/components/document/document-share-button.tsx:193
+#: packages/ui/components/document/document-share-button.tsx
msgid "Copy Link"
msgstr "Copy Link"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:163
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "Copy sharable link"
msgstr "Copy sharable link"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:397
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Copy Shareable Link"
msgstr "Copy Shareable Link"
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:81
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "Copy Signing Links"
msgstr "Copy Signing Links"
-#: apps/remix/app/components/forms/token.tsx:284
+#: apps/remix/app/components/forms/token.tsx
msgid "Copy token"
msgstr "Copy token"
-#: apps/remix/app/routes/_profile+/_layout.tsx:83
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:238
+#: apps/remix/app/routes/_profile+/_layout.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Create"
msgstr "Create"
-#: packages/email/template-components/template-document-self-signed.tsx:47
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "Create a <0>free account0> to access your signed documents at any time."
msgstr "Create a <0>free account0> to access your signed documents at any time."
-#: apps/remix/app/components/forms/signup.tsx:261
+#: apps/remix/app/components/forms/signup.tsx
msgid "Create a new account"
msgstr "Create a new account"
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:149
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Create a team to collaborate with your team members."
msgstr "Create a team to collaborate with your team members."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:136
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:131
-#: packages/email/template-components/template-document-self-signed.tsx:69
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "Create account"
msgstr "Create account"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:562
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create and send"
msgstr "Create and send"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:560
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create as draft"
msgstr "Create as draft"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:363
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create as pending"
msgstr "Create as pending"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx:35
+#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx
msgid "Create Direct Link"
msgstr "Create Direct Link"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:203
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Create Direct Signing Link"
msgstr "Create Direct Signing Link"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:224
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create document from template"
msgstr "Create document from template"
-#: apps/remix/app/routes/_profile+/_layout.tsx:79
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "Create now"
msgstr "Create now"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:352
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Create one automatically"
msgstr "Create one automatically"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:564
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create signing links"
msgstr "Create signing links"
-#: apps/remix/app/components/general/menu-switcher.tsx:174
-#: apps/remix/app/components/general/menu-switcher.tsx:240
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:137
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:145
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Create team"
msgstr "Create team"
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:225
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Create Team"
msgstr "Create Team"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:370
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create the document as pending and ready to sign."
msgstr "Create the document as pending and ready to sign."
-#: apps/remix/app/components/forms/token.tsx:244
-#: apps/remix/app/components/forms/token.tsx:253
+#: apps/remix/app/components/forms/token.tsx
+#: apps/remix/app/components/forms/token.tsx
msgid "Create token"
msgstr "Create token"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:118
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Create webhook"
msgstr "Create webhook"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:110
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Create Webhook"
msgstr "Create Webhook"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:241
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Create your account and start using state-of-the-art document signing."
msgstr "Create your account and start using state-of-the-art document signing."
-#: apps/remix/app/components/forms/signup.tsx:265
+#: apps/remix/app/components/forms/signup.tsx
msgid "Create your account and start using state-of-the-art document signing. Open and beautiful signing is within your grasp."
msgstr "Create your account and start using state-of-the-art document signing. Open and beautiful signing is within your grasp."
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:57
-#: apps/remix/app/components/tables/templates-table.tsx:63
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:60
-#: apps/remix/app/components/tables/documents-table.tsx:47
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:110
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:34
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:101
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:35
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:271
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Created"
msgstr "Created"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:116
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:39
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Created At"
msgstr "Created At"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:90
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Created by"
msgstr "Created by"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:84
-#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx:74
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx
msgid "Created on"
msgstr "Created on"
#. placeholder {0}: i18n.date(webhook.createdAt, DateTime.DATETIME_FULL)
#. placeholder {0}: i18n.date(token.createdAt, DateTime.DATETIME_FULL)
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:88
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:83
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:83
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Created on {0}"
msgstr "Created on {0}"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:142
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "CSV Structure"
msgstr "CSV Structure"
-#: apps/remix/app/components/forms/password.tsx:109
+#: apps/remix/app/components/forms/password.tsx
msgid "Current Password"
msgstr "Current Password"
-#: apps/remix/app/components/forms/password.tsx:78
+#: apps/remix/app/components/forms/password.tsx
msgid "Current password is incorrect."
msgstr "Current password is incorrect."
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:153
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Current recipients:"
msgstr "Current recipients:"
-#: apps/remix/app/components/general/billing-plans.tsx:26
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Daily"
msgstr "Daily"
-#: apps/remix/app/components/general/app-command-menu.tsx:261
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Dark Mode"
msgstr "Dark Mode"
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:64
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:146
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:815
-#: packages/ui/primitives/document-flow/types.ts:53
-#: packages/ui/primitives/document-flow/add-fields.tsx:940
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Date"
msgstr "Date"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:96
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Date created"
msgstr "Date created"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:452
-#: packages/ui/primitives/document-flow/add-settings.tsx:323
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Date Format"
msgstr "Date Format"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:184
-#: packages/email/templates/team-invite.tsx:101
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: packages/email/templates/team-invite.tsx
msgid "Decline"
msgstr "Decline"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:163
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Declined team invitation"
msgstr "Declined team invitation"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:164
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Default Document Language"
msgstr "Default Document Language"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:128
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Default Document Visibility"
msgstr "Default Document Visibility"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "delete"
msgstr "delete"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:100
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:95
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:103
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:109
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:182
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:216
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:175
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:144
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:102
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:112
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:87
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:112
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:165
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:196
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Delete"
msgstr "Delete"
#. placeholder {0}: webhook.webhookUrl
#. placeholder {0}: token.name
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:49
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:49
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "delete {0}"
msgstr "delete {0}"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "delete {teamName}"
msgstr "delete {teamName}"
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:129
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "Delete account"
msgstr "Delete account"
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:90
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:97
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:72
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:86
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:93
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Delete Account"
msgstr "Delete Account"
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:123
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "Delete document"
msgstr "Delete document"
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:73
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:86
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:93
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "Delete Document"
msgstr "Delete Document"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:189
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Delete passkey"
msgstr "Delete passkey"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:195
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:116
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Delete team"
msgstr "Delete team"
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:72
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "Delete team member"
msgstr "Delete team member"
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:76
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "Delete the document. This action is irreversible so proceed with caution."
msgstr "Delete the document. This action is irreversible so proceed with caution."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:79
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "Delete the users account and all its contents. This action is irreversible and will cancel their subscription, so proceed with caution."
msgstr "Delete the users account and all its contents. This action is irreversible and will cancel their subscription, so proceed with caution."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:110
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "Delete Webhook"
msgstr "Delete Webhook"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:75
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Delete your account and all its contents, including completed documents. This action is irreversible and will cancel your subscription, so proceed with caution."
msgstr "Delete your account and all its contents, including completed documents. This action is irreversible and will cancel your subscription, so proceed with caution."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:102
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:77
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Deleted"
msgstr "Deleted"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:146
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Deleting account..."
msgstr "Deleting account..."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:186
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Details"
msgstr "Details"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:250
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:69
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
msgid "Device"
msgstr "Device"
-#: packages/email/templates/reset-password.tsx:72
+#: packages/email/templates/reset-password.tsx
msgid "Didn't request a password change? We are here to help you secure your account, just <0>contact us.0>"
msgstr "Didn't request a password change? We are here to help you secure your account, just <0>contact us.0>"
-#: apps/remix/app/components/tables/templates-table.tsx:105
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:45
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
msgid "direct link"
msgstr "direct link"
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:83
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:38
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Direct link"
msgstr "Direct link"
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:152
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:223
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Direct Link"
msgstr "Direct Link"
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:45
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
msgid "direct link disabled"
msgstr "direct link disabled"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:639
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "Direct link receiver"
msgstr "Direct link receiver"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:363
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct Link Signing"
msgstr "Direct Link Signing"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:116
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct link signing has been disabled"
msgstr "Direct link signing has been disabled"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:115
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct link signing has been enabled"
msgstr "Direct link signing has been enabled"
-#: apps/remix/app/components/tables/templates-table.tsx:109
+#: apps/remix/app/components/tables/templates-table.tsx
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/remix/app/components/dialogs/template-direct-link-dialog.tsx:145
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct template link deleted"
msgstr "Direct template link deleted"
#. placeholder {0}: quota.directTemplates
#. placeholder {1}: quota.directTemplates
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:229
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct template link usage exceeded ({0}/{1})"
msgstr "Direct template link usage exceeded ({0}/{1})"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:414
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Disable"
msgstr "Disable"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:111
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:118
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:187
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Disable 2FA"
msgstr "Disable 2FA"
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:134
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Disable account"
msgstr "Disable account"
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:90
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:97
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Disable Account"
msgstr "Disable Account"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:105
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Disable Two Factor Authentication before deleting your account."
msgstr "Disable Two Factor Authentication before deleting your account."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:74
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:69
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "Disabled"
msgstr "Disabled"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:380
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Disabling direct link signing will prevent anyone from accessing the link."
msgstr "Disabling direct link signing will prevent anyone from accessing the link."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:79
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Disabling the user results in the user not being able to use the account. It also disables all the related contents such as subscription, webhooks, teams, and API keys."
msgstr "Disabling the user results in the user not being able to use the account. It also disables all the related contents such as subscription, webhooks, teams, and API keys."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:74
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Display your name and email in documents"
msgstr "Display your name and email in documents"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:155
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Distribute Document"
msgstr "Distribute Document"
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:60
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Do you want to delete this template?"
msgstr "Do you want to delete this template?"
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:56
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Do you want to duplicate this template?"
msgstr "Do you want to duplicate this template?"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:111
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Documenso will delete <0>all of your documents0>, along with all of your completed documents, signatures, and all other resources belonging to your Account."
msgstr "Documenso will delete <0>all of your documents0>, along with all of your completed documents, signatures, and all other resources belonging to your Account."
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:129
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:36
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Document"
msgstr "Document"
#. placeholder {0}: document.title
#. placeholder {1}: recipient.name
-#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts:140
+#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts
msgid "Document \"{0}\" - Rejected by {1}"
msgstr "Document \"{0}\" - Rejected by {1}"
#. placeholder {0}: document.title
-#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts:100
+#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts
msgid "Document \"{0}\" - Rejection Confirmed"
msgstr "Document \"{0}\" - Rejection Confirmed"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:222
-#: packages/ui/primitives/document-flow/add-settings.tsx:225
-#: packages/ui/components/document/document-global-auth-access-select.tsx:61
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "Document access"
msgstr "Document access"
-#: packages/lib/utils/document-audit-logs.ts:325
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document access auth updated"
msgstr "Document access auth updated"
-#: apps/remix/app/components/general/document/document-status.tsx:47
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document All"
msgstr "Document All"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:152
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document Approved"
msgstr "Document Approved"
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:176
-#: packages/lib/server-only/document/super-delete-document.ts:99
-#: packages/lib/server-only/document/delete-document.ts:261
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
+#: packages/lib/server-only/document/super-delete-document.ts
+#: packages/lib/server-only/document/delete-document.ts
msgid "Document Cancelled"
msgstr "Document Cancelled"
-#: apps/remix/app/components/general/document/document-status.tsx:29
-#: packages/lib/utils/document-audit-logs.ts:388
-#: packages/lib/utils/document-audit-logs.ts:389
+#: apps/remix/app/components/general/document/document-status.tsx
+#: packages/lib/utils/document-audit-logs.ts
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document completed"
msgstr "Document completed"
-#: packages/ui/components/document/document-email-checkboxes.tsx:203
-#: packages/ui/components/document/document-email-checkboxes.tsx:279
+#: packages/ui/components/document/document-email-checkboxes.tsx
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Document completed email"
msgstr "Document completed email"
-#: apps/remix/app/components/embed/embed-document-completed.tsx:17
+#: apps/remix/app/components/embed/embed-document-completed.tsx
msgid "Document Completed!"
msgstr "Document Completed!"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:166
-#: packages/lib/utils/document-audit-logs.ts:301
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document created"
msgstr "Document created"
#. placeholder {0}: document.user.name
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:121
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Document created by <0>{0}0>"
msgstr "Document created by <0>{0}0>"
-#: packages/lib/server-only/template/create-document-from-direct-template.ts:589
-#: packages/email/templates/document-created-from-direct-template.tsx:33
+#: packages/lib/server-only/template/create-document-from-direct-template.ts
+#: packages/email/templates/document-created-from-direct-template.tsx
msgid "Document created from direct template"
msgstr "Document created from direct template"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:126
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Document created using a <0>direct link0>"
msgstr "Document created using a <0>direct link0>"
-#: packages/lib/constants/template.ts:20
+#: packages/lib/constants/template.ts
msgid "Document Creation"
msgstr "Document Creation"
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:175
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:58
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:48
-#: packages/lib/utils/document-audit-logs.ts:305
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document deleted"
msgstr "Document deleted"
-#: packages/ui/components/document/document-email-checkboxes.tsx:241
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Document deleted email"
msgstr "Document deleted email"
-#: packages/lib/server-only/document/send-delete-email.ts:86
+#: packages/lib/server-only/document/send-delete-email.ts
msgid "Document Deleted!"
msgstr "Document Deleted!"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:263
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:272
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Document Distribution Method"
msgstr "Document Distribution Method"
-#: apps/remix/app/components/general/document/document-status.tsx:35
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document draft"
msgstr "Document draft"
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:61
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Document Duplicated"
msgstr "Document Duplicated"
-#: packages/lib/utils/document-audit-logs.ts:345
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document external ID updated"
msgstr "Document external ID updated"
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:186
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:102
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Document history"
msgstr "Document history"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:86
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:82
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Document ID"
msgstr "Document ID"
-#: apps/remix/app/components/general/document/document-status.tsx:41
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document inbox"
msgstr "Document inbox"
-#: apps/remix/app/components/tables/templates-table.tsx:201
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Document Limit Exceeded!"
msgstr "Document Limit Exceeded!"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:98
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Document metrics"
msgstr "Document metrics"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:45
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Document moved"
msgstr "Document moved"
-#: packages/lib/utils/document-audit-logs.ts:353
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document moved to team"
msgstr "Document moved to team"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:176
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document no longer available to sign"
msgstr "Document no longer available to sign"
-#: packages/lib/utils/document-audit-logs.ts:337
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document opened"
msgstr "Document opened"
-#: apps/remix/app/components/general/document/document-status.tsx:23
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document pending"
msgstr "Document pending"
-#: packages/ui/components/document/document-email-checkboxes.tsx:164
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Document pending email"
msgstr "Document pending email"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:102
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Document preferences updated"
msgstr "Document preferences updated"
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:95
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Document re-sent"
msgstr "Document re-sent"
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:97
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:12
-#: packages/email/template-components/template-document-rejected.tsx:21
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
+#: packages/email/template-components/template-document-rejected.tsx
msgid "Document Rejected"
msgstr "Document Rejected"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:55
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Document resealed"
msgstr "Document resealed"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:292
-#: packages/lib/utils/document-audit-logs.ts:349
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document sent"
msgstr "Document sent"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:150
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document Signed"
msgstr "Document Signed"
-#: packages/lib/utils/document-audit-logs.ts:329
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document signing auth updated"
msgstr "Document signing auth updated"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:138
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Document signing process will be cancelled"
msgstr "Document signing process will be cancelled"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:86
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Document status"
msgstr "Document status"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:78
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Document title"
msgstr "Document title"
-#: packages/lib/utils/document-audit-logs.ts:341
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document title updated"
msgstr "Document title updated"
-#: packages/lib/utils/document-audit-logs.ts:333
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document updated"
msgstr "Document updated"
-#: apps/remix/app/components/general/document/document-upload.tsx:52
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Document upload disabled due to unpaid invoices"
msgstr "Document upload disabled due to unpaid invoices"
-#: apps/remix/app/components/general/document/document-upload.tsx:77
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Document uploaded"
msgstr "Document uploaded"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:151
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document Viewed"
msgstr "Document Viewed"
-#: packages/lib/utils/document-audit-logs.ts:321
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document visibility updated"
msgstr "Document visibility updated"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:135
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Document will be permanently deleted"
msgstr "Document will be permanently deleted"
-#: apps/remix/app/routes/_profile+/p.$url.tsx:163
-#: apps/remix/app/routes/_authenticated+/documents._index.tsx:111
-#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx:99
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:138
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:69
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:89
-#: apps/remix/app/components/general/user-profile-timur.tsx:56
-#: apps/remix/app/components/general/generic-error-layout.tsx:114
-#: apps/remix/app/components/general/app-nav-mobile.tsx:31
-#: apps/remix/app/components/general/app-nav-desktop.tsx:17
-#: apps/remix/app/components/general/app-command-menu.tsx:200
-#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx:12
+#: apps/remix/app/routes/_profile+/p.$url.tsx
+#: apps/remix/app/routes/_authenticated+/documents._index.tsx
+#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
+#: apps/remix/app/components/general/user-profile-timur.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
+#: apps/remix/app/components/general/app-nav-desktop.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx
msgid "Documents"
msgstr "Documents"
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:218
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Documents created from template"
msgstr "Documents created from template"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:129
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Documents Received"
msgstr "Documents Received"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:134
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Documents Viewed"
msgstr "Documents Viewed"
-#: apps/remix/app/routes/_unauthenticated+/signin.tsx:63
-#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx:46
+#: apps/remix/app/routes/_unauthenticated+/signin.tsx
+#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx
msgid "Don't have an account? <0>Sign up0>"
msgstr "Don't have an account? <0>Sign up0>"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:110
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:151
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:139
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:126
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:111
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:116
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:191
-#: packages/ui/components/document/document-download-button.tsx:66
-#: packages/email/template-components/template-document-completed.tsx:57
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: packages/ui/components/document/document-download-button.tsx
+#: packages/email/template-components/template-document-completed.tsx
msgid "Download"
msgstr "Download"
-#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx:78
+#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx
msgid "Download Audit Logs"
msgstr "Download Audit Logs"
-#: apps/remix/app/components/general/document/document-certificate-download-button.tsx:83
+#: apps/remix/app/components/general/document/document-certificate-download-button.tsx
msgid "Download Certificate"
msgstr "Download Certificate"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:167
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Download Template CSV"
msgstr "Download Template CSV"
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:206
-#: apps/remix/app/components/general/document/document-status.tsx:34
-#: packages/lib/constants/document.ts:12
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-status.tsx
+#: packages/lib/constants/document.ts
msgid "Draft"
msgstr "Draft"
-#: apps/remix/app/components/general/app-command-menu.tsx:42
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Draft documents"
msgstr "Draft documents"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:102
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Drafted Documents"
msgstr "Drafted Documents"
-#: packages/ui/primitives/document-dropzone.tsx:156
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Drag & drop your PDF here."
msgstr "Drag & drop your PDF here."
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:946
-#: packages/ui/primitives/document-flow/add-fields.tsx:1071
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Dropdown"
msgstr "Dropdown"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:157
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Dropdown options"
msgstr "Dropdown options"
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:120
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Due to an unpaid invoice, your team has been restricted. Please settle the payment to restore full access to your team."
msgstr "Due to an unpaid invoice, your team has been restricted. Please settle the payment to restore full access to your team."
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:78
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:156
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:139
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:83
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:89
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:122
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Duplicate"
msgstr "Duplicate"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:95
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:90
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:69
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:116
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:145
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:100
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:76
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:118
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:104
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
msgid "Edit"
msgstr "Edit"
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:135
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Edit Template"
msgstr "Edit Template"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:93
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:90
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Edit webhook"
msgstr "Edit webhook"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:74
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Electronic Delivery of Documents"
msgstr "Electronic Delivery of Documents"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:13
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Electronic Signature Disclosure"
msgstr "Electronic Signature Disclosure"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:128
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:135
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:114
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:158
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:68
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:131
-#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx:120
-#: apps/remix/app/components/forms/signin.tsx:318
-#: apps/remix/app/components/forms/profile.tsx:108
-#: apps/remix/app/components/forms/forgot-password.tsx:77
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:409
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:405
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:275
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:282
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:150
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:166
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:529
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:536
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:763
-#: packages/ui/primitives/document-flow/types.ts:54
-#: packages/ui/primitives/document-flow/add-signers.tsx:510
-#: packages/ui/primitives/document-flow/add-signers.tsx:517
-#: packages/ui/primitives/document-flow/add-fields.tsx:888
-#: packages/lib/constants/document.ts:27
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/forms/forgot-password.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
+#: packages/lib/constants/document.ts
msgid "Email"
msgstr "Email"
-#: apps/remix/app/components/general/claim-account.tsx:129
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:80
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:296
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Email address"
msgstr "Email address"
-#: apps/remix/app/components/forms/signup.tsx:325
+#: apps/remix/app/components/forms/signup.tsx
msgid "Email Address"
msgstr "Email Address"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:172
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Email already confirmed"
msgstr "Email already confirmed"
-#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx:82
+#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
msgid "Email cannot already exist in the template"
msgstr "Email cannot already exist in the template"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:144
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Email Confirmed!"
msgstr "Email Confirmed!"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:351
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Email Options"
msgstr "Email Options"
-#: packages/lib/utils/document-audit-logs.ts:382
+#: packages/lib/utils/document-audit-logs.ts
msgid "Email resent"
msgstr "Email resent"
-#: packages/lib/utils/document-audit-logs.ts:382
+#: packages/lib/utils/document-audit-logs.ts
msgid "Email sent"
msgstr "Email sent"
-#: apps/remix/app/routes/_unauthenticated+/check-email.tsx:17
+#: apps/remix/app/routes/_unauthenticated+/check-email.tsx
msgid "Email sent!"
msgstr "Email sent!"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:74
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Email verification has been removed"
msgstr "Email verification has been removed"
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:32
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
msgid "Email verification has been resent"
msgstr "Email verification has been resent"
-#: packages/ui/primitives/document-flow/add-fields.tsx:1136
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Empty field"
msgstr "Empty field"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:159
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:268
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Enable 2FA"
msgstr "Enable 2FA"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:120
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Enable account"
msgstr "Enable account"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:87
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:94
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Enable Account"
msgstr "Enable Account"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:200
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Enable Authenticator App"
msgstr "Enable Authenticator App"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:169
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Enable custom branding for all documents in this team."
msgstr "Enable custom branding for all documents in this team."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:374
-#: packages/lib/constants/template.ts:8
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/lib/constants/template.ts
msgid "Enable Direct Link Signing"
msgstr "Enable Direct Link Signing"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:428
-#: packages/ui/primitives/document-flow/add-signers.tsx:399
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Enable signing order"
msgstr "Enable signing order"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:247
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Enable Typed Signature"
msgstr "Enable Typed Signature"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:684
-#: packages/ui/primitives/document-flow/add-fields.tsx:809
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Enable Typed Signatures"
msgstr "Enable Typed Signatures"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:74
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:135
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:69
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:134
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:128
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:159
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Enabled"
msgstr "Enabled"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:76
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Enabling the account results in the user being able to use the account again, and all the related features such as webhooks, teams, and API keys for example."
msgstr "Enabling the account results in the user being able to use the account again, and all the related features such as webhooks, teams, and API keys for example."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:92
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
msgid "Enclosed Document"
msgstr "Enclosed Document"
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:42
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Ends On"
msgstr "Ends On"
-#: packages/ui/primitives/document-password-dialog.tsx:85
-msgid "Enter password"
-msgstr "Enter password"
-
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:294
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Enter your brand details"
msgstr "Enter your brand details"
-#: apps/remix/app/components/general/claim-account.tsx:132
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Enter your email"
msgstr "Enter your email"
-#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx:137
+#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
msgid "Enter your email address to receive the completed document."
msgstr "Enter your email address to receive the completed document."
-#: apps/remix/app/components/general/claim-account.tsx:117
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Enter your name"
msgstr "Enter your name"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:305
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
msgid "Enter your text here"
msgstr "Enter your text here"
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:78
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:60
-#: apps/remix/app/components/general/verify-email-banner.tsx:56
-#: apps/remix/app/components/general/template/template-edit-form.tsx:148
-#: apps/remix/app/components/general/template/template-edit-form.tsx:176
-#: apps/remix/app/components/general/template/template-edit-form.tsx:216
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:178
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:208
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:128
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:161
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:187
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:102
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:131
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:152
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:203
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:126
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:154
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:83
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:111
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:86
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:114
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:101
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:135
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:95
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:123
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:125
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:156
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:214
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:148
-#: apps/remix/app/components/general/document/document-upload.tsx:103
-#: apps/remix/app/components/general/document/document-edit-form.tsx:204
-#: apps/remix/app/components/general/document/document-edit-form.tsx:234
-#: apps/remix/app/components/general/document/document-edit-form.tsx:269
-#: apps/remix/app/components/general/document/document-edit-form.tsx:311
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:94
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:185
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:84
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:44
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:54
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:59
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:62
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:62
-#: packages/ui/primitives/pdf-viewer.tsx:166
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:222
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/general/verify-email-banner.tsx
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
+#: apps/remix/app/components/general/document/document-upload.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Error"
msgstr "Error"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:139
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Everyone can access and view the document"
msgstr "Everyone can access and view the document"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:160
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Everyone has signed"
msgstr "Everyone has signed"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:184
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Everyone has signed! You will receive an Email copy of the signed document."
msgstr "Everyone has signed! You will receive an Email copy of the signed document."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:231
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Exceeded timeout"
msgstr "Exceeded timeout"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:118
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Expired"
msgstr "Expired"
#. placeholder {0}: i18n.date(token.expires, DateTime.DATETIME_FULL)
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:89
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Expires on {0}"
msgstr "Expires on {0}"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:422
-#: packages/ui/primitives/document-flow/add-settings.tsx:293
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "External ID"
msgstr "External ID"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:61
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Failed to reseal document"
msgstr "Failed to reseal document"
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:223
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Failed to save settings."
msgstr "Failed to save settings."
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:117
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Failed to update recipient"
msgstr "Failed to update recipient"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:81
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:78
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Failed to update webhook"
msgstr "Failed to update webhook"
-#: packages/email/templates/bulk-send-complete.tsx:55
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Failed: {failedCount}"
msgstr "Failed: {failedCount}"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:101
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Field character limit"
msgstr "Field character limit"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:115
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:129
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx:52
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx:47
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx:52
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx:70
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx
msgid "Field font size"
msgstr "Field font size"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:109
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Field format"
msgstr "Field format"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:61
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Field label"
msgstr "Field label"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:73
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Field placeholder"
msgstr "Field placeholder"
-#: packages/lib/utils/document-audit-logs.ts:317
+#: packages/lib/utils/document-audit-logs.ts
msgid "Field prefilled by assistant"
msgstr "Field prefilled by assistant"
-#: packages/lib/utils/document-audit-logs.ts:309
+#: packages/lib/utils/document-audit-logs.ts
msgid "Field signed"
msgstr "Field signed"
-#: packages/lib/utils/document-audit-logs.ts:313
+#: packages/lib/utils/document-audit-logs.ts
msgid "Field unsigned"
msgstr "Field unsigned"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:182
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Fields"
msgstr "Fields"
-#: apps/remix/app/components/general/document/document-upload.tsx:116
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "File cannot be larger than {APP_DOCUMENT_UPLOAD_SIZE_LIMIT}MB"
msgstr "File cannot be larger than {APP_DOCUMENT_UPLOAD_SIZE_LIMIT}MB"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:511
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "File size exceeds the limit of {APP_DOCUMENT_UPLOAD_SIZE_LIMIT} MB"
msgstr "File size exceeds the limit of {APP_DOCUMENT_UPLOAD_SIZE_LIMIT} MB"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:109
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:123
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx:46
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx:41
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx:46
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx:64
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx
msgid "Font Size"
msgstr "Font Size"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:150
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "For any questions regarding this disclosure, electronic signatures, or any related process, please contact us at: <0>{SUPPORT_EMAIL}0>"
msgstr "For any questions regarding this disclosure, electronic signatures, or any related process, please contact us at: <0>{SUPPORT_EMAIL}0>"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:146
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "For each recipient, provide their email (required) and name (optional) in separate columns. Download the template CSV below for the correct format."
msgstr "For each recipient, provide their email (required) and name (optional) in separate columns. Download the template CSV below for the correct format."
-#: packages/lib/server-only/auth/send-forgot-password.ts:62
+#: packages/lib/server-only/auth/send-forgot-password.ts
msgid "Forgot Password?"
msgstr "Forgot Password?"
-#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx:16
-#: apps/remix/app/components/forms/signin.tsx:350
-#: packages/email/template-components/template-forgot-password.tsx:21
+#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: packages/email/template-components/template-forgot-password.tsx
msgid "Forgot your password?"
msgstr "Forgot your password?"
-#: packages/ui/primitives/document-flow/types.ts:50
+#: packages/ui/primitives/document-flow/types.ts
msgid "Free Signature"
msgstr "Free Signature"
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:212
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:328
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:323
-#: apps/remix/app/components/forms/signup.tsx:309
-#: apps/remix/app/components/forms/profile.tsx:96
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:394
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:390
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Full Name"
msgstr "Full Name"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:72
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:43
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:35
-#: apps/remix/app/components/general/document/document-edit-form.tsx:140
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:63
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "General"
msgstr "General"
-#: packages/ui/primitives/document-flow/add-subject.tsx:84
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Generate Links"
msgstr "Generate Links"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:63
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "Global recipient action authentication"
msgstr "Global recipient action authentication"
-#: apps/remix/app/routes/_recipient+/_layout.tsx:41
-#: apps/remix/app/routes/_profile+/_layout.tsx:116
-#: apps/remix/app/components/general/generic-error-layout.tsx:106
-#: packages/ui/primitives/document-flow/document-flow-root.tsx:141
+#: apps/remix/app/routes/_recipient+/_layout.tsx
+#: apps/remix/app/routes/_profile+/_layout.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
+#: packages/ui/primitives/document-flow/document-flow-root.tsx
msgid "Go Back"
msgstr "Go Back"
-#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx:35
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:100
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:128
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:183
+#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Go back home"
msgstr "Go back home"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:252
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:193
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "Go Back Home"
msgstr "Go Back Home"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:125
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Go to owner"
msgstr "Go to owner"
-#: apps/remix/app/routes/_profile+/p.$url.tsx:144
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "Go to your <0>public profile settings0> to add documents."
msgstr "Go to your <0>public profile settings0> to add documents."
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:555
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Green"
msgstr "Green"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:118
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to approve this document"
msgstr "has invited you to approve this document"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:127
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to assist this document"
msgstr "has invited you to assist this document"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:109
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to sign this document"
msgstr "has invited you to sign this document"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:100
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to view this document"
msgstr "has invited you to view this document"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:226
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:323
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:359
-#: packages/ui/primitives/document-flow/add-signers.tsx:259
-#: packages/ui/primitives/document-flow/add-signers.tsx:297
-#: packages/ui/primitives/document-flow/add-signers.tsx:336
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
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/remix/app/components/embed/embed-document-signing-page.tsx:324
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Help complete the document for other signers."
msgstr "Help complete the document for other signers."
-#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx:21
+#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
msgid "Here you can edit your personal details."
msgstr "Here you can edit your personal details."
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:68
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Here you can manage your password and security settings."
msgstr "Here you can manage your password and security settings."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:41
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Here you can set preferences and defaults for branding."
msgstr "Here you can set preferences and defaults for branding."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:32
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Here you can set preferences and defaults for your team."
msgstr "Here you can set preferences and defaults for your team."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:207
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Here's how it works:"
msgstr "Here's how it works:"
-#: apps/remix/app/components/general/user-profile-timur.tsx:45
+#: apps/remix/app/components/general/user-profile-timur.tsx
msgid "Hey I’m Timur"
msgstr "Hey I’m Timur"
-#: packages/email/templates/bulk-send-complete.tsx:36
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Hi {userName},"
msgstr "Hi {userName},"
-#: packages/email/templates/reset-password.tsx:57
+#: packages/email/templates/reset-password.tsx
msgid "Hi, {userName} <0>({userEmail})0>"
msgstr "Hi, {userName} <0>({userEmail})0>"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:164
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:175
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:196
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Hide"
msgstr "Hide"
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:109
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Hide additional information"
msgstr "Hide additional information"
-#: packages/lib/constants/recipient-roles.ts:57
+#: packages/lib/constants/recipient-roles.ts
msgid "I am a signer of this document"
msgstr "I am a signer of this document"
-#: packages/lib/constants/recipient-roles.ts:60
+#: packages/lib/constants/recipient-roles.ts
msgid "I am a viewer of this document"
msgstr "I am a viewer of this document"
-#: packages/lib/constants/recipient-roles.ts:58
+#: packages/lib/constants/recipient-roles.ts
msgid "I am an approver of this document"
msgstr "I am an approver of this document"
-#: packages/lib/constants/recipient-roles.ts:61
+#: packages/lib/constants/recipient-roles.ts
msgid "I am an assistant of this document"
msgstr "I am an assistant of this document"
-#: packages/lib/constants/recipient-roles.ts:59
+#: packages/lib/constants/recipient-roles.ts
msgid "I am required to receive a copy of this document"
msgstr "I am required to receive a copy of this document"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:35
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "I am the owner of this document"
msgstr "I am the owner of this document"
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:166
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:177
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "I'm sure! Delete it"
msgstr "I'm sure! Delete it"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:100
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "If they accept this request, the team will be transferred to their account."
msgstr "If they accept this request, the team will be transferred to their account."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:195
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "If you do not want to use the authenticator prompted, you can close it, which will then display the next available authenticator."
msgstr "If you do not want to use the authenticator prompted, you can close it, which will then display the next available authenticator."
-#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx:26
+#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx
msgid "If you don't find the confirmation link in your inbox, you can request a new one below."
msgstr "If you don't find the confirmation link in your inbox, you can request a new one below."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:219
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "If your authenticator app does not support QR codes, you can use the following code instead:"
msgstr "If your authenticator app does not support QR codes, you can use the following code instead:"
-#: apps/remix/app/components/general/document/document-status.tsx:40
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Inbox"
msgstr "Inbox"
-#: apps/remix/app/components/general/app-command-menu.tsx:48
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Inbox documents"
msgstr "Inbox documents"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:277
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Include the Signing Certificate in the Document"
msgstr "Include the Signing Certificate in the Document"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:50
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:53
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
msgid "Information"
msgstr "Information"
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:28
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:86
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "Inherit authentication method"
msgstr "Inherit authentication method"
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:133
-#: packages/ui/primitives/document-flow/types.ts:51
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: packages/ui/primitives/document-flow/types.ts
msgid "Initials"
msgstr "Initials"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:70
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Inserted"
msgstr "Inserted"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:80
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Instance Stats"
msgstr "Instance Stats"
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:160
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "Invalid code. Please try again."
msgstr "Invalid code. Please try again."
-#: packages/ui/primitives/document-flow/add-signers.types.ts:17
+#: packages/ui/primitives/document-flow/add-signers.types.ts
msgid "Invalid email"
msgstr "Invalid email"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:75
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:98
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Invalid link"
msgstr "Invalid link"
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:98
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:95
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Invalid token"
msgstr "Invalid token"
-#: apps/remix/app/components/forms/reset-password.tsx:80
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Invalid token provided. Please try again."
msgstr "Invalid token provided. Please try again."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:146
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "Invitation accepted!"
msgstr "Invitation accepted!"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:141
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Invitation declined"
msgstr "Invitation declined"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:74
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Invitation has been deleted"
msgstr "Invitation has been deleted"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:57
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Invitation has been resent"
msgstr "Invitation has been resent"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:372
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite"
msgstr "Invite"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:246
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite member"
msgstr "Invite member"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:271
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite Members"
msgstr "Invite Members"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:254
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite team members"
msgstr "Invite team members"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:122
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Invited At"
msgstr "Invited At"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:55
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Invoice"
msgstr "Invoice"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:243
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:47
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
msgid "IP Address"
msgstr "IP Address"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:114
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "It is crucial to keep your contact information, especially your email address, up to date with us. Please notify us immediately of any changes to ensure that you continue to receive all necessary communications."
msgstr "It is crucial to keep your contact information, especially your email address, up to date with us. Please notify us immediately of any changes to ensure that you continue to receive all necessary communications."
#. placeholder {0}: publicProfile.name
-#: apps/remix/app/routes/_profile+/p.$url.tsx:131
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "It looks like {0} hasn't added any documents to their profile yet."
msgstr "It looks like {0} hasn't added any documents to their profile yet."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:120
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "It seems that the provided token has expired. We've just sent you another token, please check your email and try again."
msgstr "It seems that the provided token has expired. We've just sent you another token, please check your email and try again."
-#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx:27
+#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx
msgid "It seems that there is no token provided, if you are trying to verify your email please follow the link in your email."
msgstr "It seems that there is no token provided, if you are trying to verify your email please follow the link in your email."
-#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx:34
+#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
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/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:79
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
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."
-#: packages/email/templates/team-invite.tsx:73
+#: packages/email/templates/team-invite.tsx
msgid "Join {teamName} on Documenso"
msgstr "Join {teamName} on Documenso"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:56
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:66
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:71
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Label"
msgstr "Label"
-#: apps/remix/app/components/general/menu-switcher.tsx:275
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:182
-#: packages/ui/primitives/document-flow/add-settings.tsx:185
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Language"
msgstr "Language"
-#: apps/remix/app/components/general/period-selector.tsx:62
+#: apps/remix/app/components/general/period-selector.tsx
msgid "Last 14 days"
msgstr "Last 14 days"
-#: apps/remix/app/components/general/period-selector.tsx:65
+#: apps/remix/app/components/general/period-selector.tsx
msgid "Last 30 days"
msgstr "Last 30 days"
-#: apps/remix/app/components/general/period-selector.tsx:59
+#: apps/remix/app/components/general/period-selector.tsx
msgid "Last 7 days"
msgstr "Last 7 days"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:38
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:41
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
msgid "Last modified"
msgstr "Last modified"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:102
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Last updated"
msgstr "Last updated"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:126
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
msgid "Last Updated"
msgstr "Last Updated"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Last updated at"
msgstr "Last updated at"
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:66
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
msgid "Last used"
msgstr "Last used"
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:97
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Leaderboard"
msgstr "Leaderboard"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:114
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:110
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "Leave"
msgstr "Leave"
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:72
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "Leave team"
msgstr "Leave team"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:41
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Legality of Electronic Signatures"
msgstr "Legality of Electronic Signatures"
-#: apps/remix/app/components/general/app-command-menu.tsx:260
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Light Mode"
msgstr "Light Mode"
-#: apps/remix/app/routes/_profile+/_layout.tsx:71
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "Like to have your own public profile with agreements?"
msgstr "Like to have your own public profile with agreements?"
-#: packages/email/templates/team-transfer-request.tsx:88
-#: packages/email/templates/confirm-team-email.tsx:125
+#: packages/email/templates/team-transfer-request.tsx
+#: packages/email/templates/confirm-team-email.tsx
msgid "Link expires in 1 hour."
msgstr "Link expires in 1 hour."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:225
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Link template"
msgstr "Link template"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:300
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Links Generated"
msgstr "Links Generated"
#. placeholder {0}: webhook.eventTriggers .map((trigger) => toFriendlyWebhookEventName(trigger)) .join(', ')
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:79
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:74
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "Listening to {0}"
msgstr "Listening to {0}"
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:97
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "Load older activity"
msgstr "Load older activity"
-#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx:29
-#: packages/ui/primitives/pdf-viewer.tsx:44
-#: packages/ui/primitives/lazy-pdf-viewer.tsx:12
+#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Loading document..."
msgstr "Loading document..."
-#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx:16
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:95
+#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Loading Document..."
msgstr "Loading Document..."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:119
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:89
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Loading teams..."
msgstr "Loading teams..."
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:97
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "Loading..."
msgstr "Loading..."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:63
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:79
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:51
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "Login"
msgstr "Login"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:98
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
msgid "Manage"
msgstr "Manage"
#. placeholder {0}: user?.name
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "Manage {0}'s profile"
msgstr "Manage {0}'s profile"
-#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx:23
+#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx
msgid "Manage all teams you are currently associated with."
msgstr "Manage all teams you are currently associated with."
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:183
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Manage and view template"
msgstr "Manage and view template"
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:146
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Manage billing"
msgstr "Manage billing"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:338
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Manage details for this public template"
msgstr "Manage details for this public template"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx:33
+#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx
msgid "Manage Direct Link"
msgstr "Manage Direct Link"
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:134
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
msgid "Manage documents"
msgstr "Manage documents"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:149
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Manage passkeys"
msgstr "Manage passkeys"
-#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx:40
+#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx
msgid "Manage subscription"
msgstr "Manage subscription"
-#: apps/remix/app/components/general/billing-portal-button.tsx:45
+#: apps/remix/app/components/general/billing-portal-button.tsx
msgid "Manage Subscription"
msgstr "Manage Subscription"
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:28
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Manage subscriptions"
msgstr "Manage subscriptions"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:93
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Manage team subscription."
msgstr "Manage team subscription."
-#: apps/remix/app/components/general/menu-switcher.tsx:161
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Manage teams"
msgstr "Manage teams"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:367
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Manage the direct link signing for this template"
msgstr "Manage the direct link signing for this template"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:53
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
msgid "Manage the members or invite new members."
msgstr "Manage the members or invite new members."
-#: apps/remix/app/routes/_authenticated+/admin+/users._index.tsx:40
+#: apps/remix/app/routes/_authenticated+/admin+/users._index.tsx
msgid "Manage users"
msgstr "Manage users"
-#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx:20
+#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx
msgid "Manage your passkeys."
msgstr "Manage your passkeys."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:101
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Manage your site settings here"
msgstr "Manage your site settings here"
-#: packages/lib/constants/teams.ts:10
+#: packages/lib/constants/teams.ts
msgid "Manager"
msgstr "Manager"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:141
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Mark as Viewed"
msgstr "Mark as Viewed"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:153
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "MAU (created document)"
msgstr "MAU (created document)"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:159
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "MAU (had document completed)"
msgstr "MAU (had document completed)"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:208
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Max"
msgstr "Max"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:226
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Maximum file size: 4MB. Maximum 100 rows per upload. Blank values will use template defaults."
msgstr "Maximum file size: 4MB. Maximum 100 rows per upload. Blank values will use template defaults."
-#: packages/lib/constants/teams.ts:11
+#: packages/lib/constants/teams.ts
msgid "Member"
msgstr "Member"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:87
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:98
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
msgid "Member Since"
msgstr "Member Since"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:52
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:84
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:75
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Members"
msgstr "Members"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:382
-#: packages/ui/primitives/document-flow/add-subject.tsx:155
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Message <0>(Optional)0>"
msgstr "Message <0>(Optional)0>"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:196
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Min"
msgstr "Min"
-#: apps/remix/app/components/general/template/template-page-view-recipients.tsx:35
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:54
+#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Modify recipients"
msgstr "Modify recipients"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:60
-#: apps/remix/app/components/general/billing-plans.tsx:28
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Monthly"
msgstr "Monthly"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:154
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Monthly Active Users: Users that created at least one Document"
msgstr "Monthly Active Users: Users that created at least one Document"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:161
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Monthly Active Users: Users that had at least one of their documents completed"
msgstr "Monthly Active Users: Users that had at least one of their documents completed"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:152
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:118
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Move"
msgstr "Move"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:75
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Move Document to Team"
msgstr "Move Document to Team"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:105
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Move Template to Team"
msgstr "Move Template to Team"
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:89
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:163
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
msgid "Move to Team"
msgstr "Move to Team"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:152
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:118
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Moving..."
msgstr "Moving..."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:36
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "My templates"
msgstr "My templates"
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:99
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:56
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:149
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:54
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:140
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:63
-#: apps/remix/app/components/general/claim-account.tsx:114
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:177
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:297
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:304
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:138
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:150
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:564
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:570
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:789
-#: packages/ui/primitives/document-flow/types.ts:55
-#: packages/ui/primitives/document-flow/add-signers.tsx:548
-#: packages/ui/primitives/document-flow/add-signers.tsx:554
-#: packages/ui/primitives/document-flow/add-fields.tsx:914
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Name"
msgstr "Name"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:237
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Need to sign documents?"
msgstr "Need to sign documents?"
-#: packages/ui/components/recipient/recipient-role-select.tsx:53
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Needs to approve"
msgstr "Needs to approve"
-#: packages/ui/components/recipient/recipient-role-select.tsx:32
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Needs to sign"
msgstr "Needs to sign"
-#: packages/ui/components/recipient/recipient-role-select.tsx:74
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Needs to view"
msgstr "Needs to view"
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:71
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
msgid "Never"
msgstr "Never"
-#: apps/remix/app/components/forms/token.tsx:218
+#: apps/remix/app/components/forms/token.tsx
msgid "Never expire"
msgstr "Never expire"
-#: apps/remix/app/components/forms/password.tsx:125
+#: apps/remix/app/components/forms/password.tsx
msgid "New Password"
msgstr "New Password"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:174
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "New team owner"
msgstr "New team owner"
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:88
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:95
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "New Template"
msgstr "New Template"
-#: apps/remix/app/components/forms/signup.tsx:515
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:465
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:460
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Next"
msgstr "Next"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:61
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Next field"
msgstr "Next field"
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:24
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "No active drafts"
msgstr "No active drafts"
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:113
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:28
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
msgid "No further action is required from you at this time."
msgstr "No further action is required from you at this time."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:49
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "No payment required"
msgstr "No payment required"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:119
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "No public profile templates found"
msgstr "No public profile templates found"
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:105
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "No recent activity"
msgstr "No recent activity"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:95
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "No recent documents"
msgstr "No recent documents"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:604
-#: packages/ui/primitives/document-flow/add-fields.tsx:701
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "No recipient matching this description was found."
msgstr "No recipient matching this description was found."
-#: apps/remix/app/components/general/template/template-page-view-recipients.tsx:49
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:94
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:69
-#: packages/ui/primitives/document-flow/add-subject.tsx:210
+#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "No recipients"
msgstr "No recipients"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:619
-#: packages/ui/primitives/document-flow/add-fields.tsx:716
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "No recipients with this role"
msgstr "No recipients with this role"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:30
-#: packages/ui/components/document/document-global-auth-action-select.tsx:45
-#: packages/ui/components/document/document-global-auth-access-select.tsx:29
-#: packages/ui/components/document/document-global-auth-access-select.tsx:42
+#: packages/ui/components/document/document-global-auth-action-select.tsx
+#: packages/ui/components/document/document-global-auth-action-select.tsx
+#: packages/ui/components/document/document-global-auth-access-select.tsx
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "No restrictions"
msgstr "No restrictions"
-#: packages/ui/primitives/data-table.tsx:146
+#: packages/ui/primitives/data-table.tsx
msgid "No results found"
msgstr "No results found"
-#: apps/remix/app/components/general/app-command-menu.tsx:195
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "No results found."
msgstr "No results found."
-#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx:28
+#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx
msgid "No signature field found"
msgstr "No signature field found"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:281
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "No valid direct templates found"
msgstr "No valid direct templates found"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:294
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "No valid recipients found"
msgstr "No valid recipients found"
-#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx:77
-#: apps/remix/app/components/general/multiselect-role-combobox.tsx:64
-#: packages/ui/primitives/multi-select-combobox.tsx:151
-#: packages/ui/primitives/combobox.tsx:61
+#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx
+#: apps/remix/app/components/general/multiselect-role-combobox.tsx
+#: packages/ui/primitives/multi-select-combobox.tsx
+#: packages/ui/primitives/combobox.tsx
msgid "No value found."
msgstr "No value found."
-#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx:20
+#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx
msgid "No worries, it happens! Enter your email and we'll email you a special link to reset your password."
msgstr "No worries, it happens! Enter your email and we'll email you a special link to reset your password."
-#: packages/lib/constants/document.ts:31
+#: packages/lib/constants/document.ts
msgid "None"
msgstr "None"
-#: apps/remix/app/components/forms/signin.tsx:155
+#: apps/remix/app/components/forms/signin.tsx
msgid "Not supported"
msgstr "Not supported"
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:19
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:34
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "Nothing to do"
msgstr "Nothing to do"
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:292
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:867
-#: packages/ui/primitives/document-flow/types.ts:56
-#: packages/ui/primitives/document-flow/add-fields.tsx:992
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Number"
msgstr "Number"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:102
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Number format"
msgstr "Number format"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:114
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to approve this document"
msgstr "on behalf of \"{0}\" has invited you to approve this document"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:123
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to assist this document"
msgstr "on behalf of \"{0}\" has invited you to assist this document"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:105
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to sign this document"
msgstr "on behalf of \"{0}\" has invited you to sign this document"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:96
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to view this document"
msgstr "on behalf of \"{0}\" has invited you to view this document"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:121
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "On this page, you can create a new webhook."
msgstr "On this page, you can create a new webhook."
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:28
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "On this page, you can create and manage API tokens. See our <0>Documentation0> for more information."
msgstr "On this page, you can create and manage API tokens. See our <0>Documentation0> for more information."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:32
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:27
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "On this page, you can create new Webhooks and manage the existing ones."
msgstr "On this page, you can create new Webhooks and manage the existing ones."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:94
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:91
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "On this page, you can edit the webhook and its settings."
msgstr "On this page, you can edit the webhook and its settings."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:130
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Once confirmed, the following will occur:"
msgstr "Once confirmed, the following will occur:"
-#: packages/lib/constants/template.ts:9
+#: packages/lib/constants/template.ts
msgid "Once enabled, you can select any active recipient to be a direct link signing recipient, or create a new one. This recipient type cannot be edited or deleted."
msgstr "Once enabled, you can select any active recipient to be a direct link signing recipient, or create a new one. This recipient type cannot be edited or deleted."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:230
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Once you have scanned the QR code or entered the code manually, enter the code provided by your authenticator app below."
msgstr "Once you have scanned the QR code or entered the code manually, enter the code provided by your authenticator app below."
-#: packages/lib/constants/template.ts:17
+#: packages/lib/constants/template.ts
msgid "Once your template is set up, share the link anywhere you want. The person who opens the link will be able to enter their information in the direct link recipient field and complete any other fields assigned to them."
msgstr "Once your template is set up, share the link anywhere you want. The person who opens the link will be able to enter their information in the direct link recipient field and complete any other fields assigned to them."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:145
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Only admins can access and view the document"
msgstr "Only admins can access and view the document"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:142
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Only managers and above can access and view the document"
msgstr "Only managers and above can access and view the document"
-#: apps/remix/app/components/forms/signup.tsx:75
+#: apps/remix/app/components/forms/signup.tsx
msgid "Only subscribers can have a username shorter than 6 characters"
msgstr "Only subscribers can have a username shorter than 6 characters"
-#: apps/remix/app/routes/_profile+/_layout.tsx:103
-#: apps/remix/app/components/general/generic-error-layout.tsx:42
-#: apps/remix/app/components/general/generic-error-layout.tsx:47
+#: apps/remix/app/routes/_profile+/_layout.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "Oops! Something went wrong."
msgstr "Oops! Something went wrong."
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:138
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
msgid "Opened"
msgstr "Opened"
-#: apps/remix/app/components/forms/signup.tsx:380
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:338
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Or"
msgstr "Or"
-#: apps/remix/app/components/forms/signin.tsx:370
+#: apps/remix/app/components/forms/signin.tsx
msgid "Or continue with"
msgstr "Or continue with"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:349
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Otherwise, the document will be created as a draft."
msgstr "Otherwise, the document will be created as a draft."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:108
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:81
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:83
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:94
-#: apps/remix/app/components/general/menu-switcher.tsx:78
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Owner"
msgstr "Owner"
#. placeholder {0}: table.getState().pagination.pageIndex + 1
#. placeholder {1}: table.getPageCount() || 1
-#: packages/ui/primitives/data-table-pagination.tsx:77
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "Page {0} of {1}"
msgstr "Page {0} of {1}"
#. placeholder {0}: i + 1
-#: packages/ui/primitives/pdf-viewer.tsx:259
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Page {0} of {numPages}"
msgstr "Page {0} of {numPages}"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:79
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Paid"
msgstr "Paid"
-#: apps/remix/app/components/forms/signin.tsx:414
+#: apps/remix/app/components/forms/signin.tsx
msgid "Passkey"
msgstr "Passkey"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:228
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkey already exists for the provided authenticator"
msgstr "Passkey already exists for the provided authenticator"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:218
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkey creation cancelled due to one of the following reasons:"
msgstr "Passkey creation cancelled due to one of the following reasons:"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:91
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Passkey has been removed"
msgstr "Passkey has been removed"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:69
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Passkey has been updated"
msgstr "Passkey has been updated"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:176
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkey name"
msgstr "Passkey name"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:127
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Passkey Re-Authentication"
msgstr "Passkey Re-Authentication"
-#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx:19
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:137
+#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Passkeys"
msgstr "Passkeys"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:157
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkeys allow you to sign in and authenticate using biometrics, password managers, etc."
msgstr "Passkeys allow you to sign in and authenticate using biometrics, password managers, etc."
-#: apps/remix/app/components/forms/signin.tsx:156
+#: apps/remix/app/components/forms/signin.tsx
msgid "Passkeys are not supported on this browser"
msgstr "Passkeys are not supported on this browser"
-#: apps/remix/app/components/general/app-command-menu.tsx:66
-#: apps/remix/app/components/forms/signup.tsx:341
-#: apps/remix/app/components/forms/signin.tsx:336
-#: apps/remix/app/components/forms/reset-password.tsx:111
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Password"
msgstr "Password"
-#: packages/ui/primitives/document-password-dialog.tsx:63
-msgid "Password Required"
-msgstr "Password Required"
-
-#: packages/email/templates/forgot-password.tsx:19
+#: packages/email/templates/forgot-password.tsx
msgid "Password Reset Requested"
msgstr "Password Reset Requested"
-#: packages/email/templates/reset-password.tsx:21
+#: packages/email/templates/reset-password.tsx
msgid "Password Reset Successful"
msgstr "Password Reset Successful"
-#: apps/remix/app/components/general/claim-account.tsx:49
-#: apps/remix/app/components/forms/signup.tsx:65
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Password should not be common or based on personal information"
msgstr "Password should not be common or based on personal information"
-#: apps/remix/app/components/forms/reset-password.tsx:71
-#: apps/remix/app/components/forms/password.tsx:69
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Password updated"
msgstr "Password updated"
-#: packages/email/template-components/template-reset-password.tsx:23
+#: packages/email/template-components/template-reset-password.tsx
msgid "Password updated!"
msgstr "Password updated!"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:47
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
msgid "Pay"
msgstr "Pay"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:90
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Payment is required to finalise the creation of your team."
msgstr "Payment is required to finalise the creation of your team."
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:81
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:106
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Payment overdue"
msgstr "Payment overdue"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:76
-#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx:70
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:203
-#: apps/remix/app/components/general/document/document-status.tsx:22
-#: apps/remix/app/components/general/document/document-read-only-fields.tsx:87
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:136
-#: packages/lib/constants/document.ts:15
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-status.tsx
+#: apps/remix/app/components/general/document/document-read-only-fields.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/document.ts
msgid "Pending"
msgstr "Pending"
-#: packages/email/templates/document-pending.tsx:19
+#: packages/email/templates/document-pending.tsx
msgid "Pending Document"
msgstr "Pending Document"
-#: apps/remix/app/components/general/app-command-menu.tsx:47
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Pending documents"
msgstr "Pending documents"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:105
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Pending Documents"
msgstr "Pending Documents"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:61
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Pending invitations"
msgstr "Pending invitations"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:29
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
msgid "Pending team deleted."
msgstr "Pending team deleted."
-#: apps/remix/app/components/general/menu-switcher.tsx:131
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Personal"
msgstr "Personal"
-#: apps/remix/app/components/general/menu-switcher.tsx:74
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Personal Account"
msgstr "Personal Account"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:155
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Pick a number"
msgstr "Pick a number"
-#: apps/remix/app/components/general/claim-account.tsx:147
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Pick a password"
msgstr "Pick a password"
-#: apps/remix/app/components/general/user-profile-timur.tsx:49
+#: apps/remix/app/components/general/user-profile-timur.tsx
msgid "Pick any of the following agreements below and start signing to get started"
msgstr "Pick any of the following agreements below and start signing to get started"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:68
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:78
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:83
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Placeholder"
msgstr "Placeholder"
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:55
+#: packages/email/template-components/template-document-invite.tsx
msgid "Please {0} your document<0/>\"{documentName}\""
msgstr "Please {0} your document<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:51
+#: packages/email/templates/document-invite.tsx
msgid "Please {action} your document {documentName}"
msgstr "Please {action} your document {documentName}"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:94
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "Please {recipientActionVerb} this document"
msgstr "Please {recipientActionVerb} this document"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:108
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "Please {recipientActionVerb} this document created by your direct template"
msgstr "Please {recipientActionVerb} this document created by your direct template"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:100
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "Please {recipientActionVerb} your document"
msgstr "Please {recipientActionVerb} your document"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:208
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
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/remix/app/components/embed/embed-document-waiting-for-turn.tsx:41
+#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
msgid "Please check with the parent application for more information."
msgstr "Please check with the parent application for more information."
-#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:86
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
msgid "Please check your email for updates."
msgstr "Please check your email for updates."
-#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx:40
+#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx
msgid "Please choose your new password"
msgstr "Please choose your new password"
-#: packages/lib/server-only/auth/send-confirmation-email.ts:68
+#: packages/lib/server-only/auth/send-confirmation-email.ts
msgid "Please confirm your email"
msgstr "Please confirm your email"
-#: packages/email/templates/confirm-email.tsx:17
+#: packages/email/templates/confirm-email.tsx
msgid "Please confirm your email address"
msgstr "Please confirm your email address"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:170
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please contact support if you would like to revert this action."
msgstr "Please contact support if you would like to revert this action."
-#: apps/remix/app/components/forms/token.tsx:169
+#: apps/remix/app/components/forms/token.tsx
msgid "Please enter a meaningful name for your token. This will help you identify it later."
msgstr "Please enter a meaningful name for your token. This will help you identify it later."
-#: apps/remix/app/components/general/claim-account.tsx:39
-#: apps/remix/app/components/forms/signup.tsx:46
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Please enter a valid name."
msgstr "Please enter a valid name."
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:192
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please mark as viewed to complete"
msgstr "Please mark as viewed to complete"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:459
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:124
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please note that this action is <0>irreversible0>."
msgstr "Please note that this action is <0>irreversible0>."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:115
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please note that this action is <0>irreversible0>. Once confirmed, this document will be permanently deleted."
msgstr "Please note that this action is <0>irreversible0>. Once confirmed, this document will be permanently deleted."
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:64
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Please note that this action is irreversible. Once confirmed, your template will be permanently deleted."
msgstr "Please note that this action is irreversible. Once confirmed, your template will be permanently deleted."
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:124
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Please note that this action is irreversible. Once confirmed, your token will be permanently deleted."
msgstr "Please note that this action is irreversible. Once confirmed, your token will be permanently deleted."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:114
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "Please note that this action is irreversible. Once confirmed, your webhook will be permanently deleted."
msgstr "Please note that this action is irreversible. Once confirmed, your webhook will be permanently deleted."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:128
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Please note that you will lose access to all documents associated with this team & all the members will be removed and notified"
msgstr "Please note that you will lose access to all documents associated with this team & all the members will be removed and notified"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:36
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
msgid "Please provide a reason"
msgstr "Please provide a reason"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:122
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Please provide a token from the authenticator, or a backup code. If you do not have a backup code available, please contact support."
msgstr "Please provide a token from the authenticator, or a backup code. If you do not have a backup code available, please contact support."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:129
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
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/remix/app/components/general/document-signing/document-signing-form.tsx:316
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please review the document before signing."
msgstr "Please review the document before signing."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:501
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Please select a PDF file"
msgstr "Please select a PDF file"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:62
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "Please try again and make sure you enter the correct email address."
msgstr "Please try again and make sure you enter the correct email address."
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:72
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "Please try again later."
msgstr "Please try again later."
-#: packages/ui/primitives/pdf-viewer.tsx:223
-#: packages/ui/primitives/pdf-viewer.tsx:238
+#: packages/ui/primitives/pdf-viewer.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Please try again or contact our support."
msgstr "Please try again or contact our support."
#. placeholder {0}: `'${_(deleteMessage)}'`
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:180
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please type {0} to confirm"
msgstr "Please type {0} to confirm"
#. placeholder {0}: user.email
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:123
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Please type <0>{0}0> to confirm."
msgstr "Please type <0>{0}0> to confirm."
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:171
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Pre-formatted CSV template with example data."
msgstr "Pre-formatted CSV template with example data."
-#: apps/remix/app/components/general/app-command-menu.tsx:209
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:58
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:49
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Preferences"
msgstr "Preferences"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:215
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Preview"
msgstr "Preview"
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:64
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "Preview and configure template."
msgstr "Preview and configure template."
-#: apps/remix/app/components/tables/templates-table.tsx:119
-#: apps/remix/app/components/general/template/template-type.tsx:22
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/general/template/template-type.tsx
msgid "Private"
msgstr "Private"
-#: apps/remix/app/components/tables/templates-table.tsx:129
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Private templates can only be modified and viewed by you."
msgstr "Private templates can only be modified and viewed by you."
-#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx:20
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:32
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:30
-#: apps/remix/app/components/general/app-command-menu.tsx:65
+#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Profile"
msgstr "Profile"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:193
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Profile is currently <0>hidden0>."
msgstr "Profile is currently <0>hidden0>."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:181
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Profile is currently <0>visible0>."
msgstr "Profile is currently <0>visible0>."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:72
-#: apps/remix/app/components/forms/profile.tsx:68
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/forms/profile.tsx
msgid "Profile updated"
msgstr "Profile updated"
-#: apps/remix/app/components/tables/templates-table.tsx:92
-#: apps/remix/app/components/general/template/template-type.tsx:27
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/general/template/template-type.tsx
msgid "Public"
msgstr "Public"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:34
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:45
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:43
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:71
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:62
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Public Profile"
msgstr "Public Profile"
-#: apps/remix/app/components/forms/public-profile-form.tsx:145
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Public profile URL"
msgstr "Public profile URL"
-#: apps/remix/app/components/forms/signup.tsx:444
+#: apps/remix/app/components/forms/signup.tsx
msgid "Public profile username"
msgstr "Public profile username"
-#: apps/remix/app/components/tables/templates-table.tsx:96
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Public templates are connected to your public profile. Any modifications to public templates will also appear in your public profile."
msgstr "Public templates are connected to your public profile. Any modifications to public templates will also appear in your public profile."
-#: packages/ui/primitives/document-flow/types.ts:57
+#: packages/ui/primitives/document-flow/types.ts
msgid "Radio"
msgstr "Radio"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:131
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
msgid "Radio values"
msgstr "Radio values"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:162
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:120
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:176
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:146
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:185
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Read only"
msgstr "Read only"
-#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx:144
+#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx
msgid "Read only field"
msgstr "Read only field"
-#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx:23
+#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx
msgid "Read the full <0>signature disclosure0>."
msgstr "Read the full <0>signature disclosure0>."
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:105
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Ready"
msgstr "Ready"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:297
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Reason"
msgstr "Reason"
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:151
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Reason for rejection: "
msgstr "Reason for rejection: "
-#: packages/email/template-components/template-document-rejected.tsx:32
+#: packages/email/template-components/template-document-rejected.tsx
msgid "Reason for rejection: {rejectionReason}"
msgstr "Reason for rejection: {rejectionReason}"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:37
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
msgid "Reason must be less than 500 characters"
msgstr "Reason must be less than 500 characters"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx:62
+#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx
msgid "Reauthentication is required to sign this field"
msgstr "Reauthentication is required to sign this field"
-#: packages/ui/components/recipient/recipient-role-select.tsx:96
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Receives copy"
msgstr "Receives copy"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:160
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:54
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "Recent activity"
msgstr "Recent activity"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:39
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Recent documents"
msgstr "Recent documents"
-#: apps/remix/app/components/tables/documents-table.tsx:62
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:112
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:281
-#: packages/lib/utils/document-audit-logs.ts:357
-#: packages/lib/utils/document-audit-logs.ts:372
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/lib/utils/document-audit-logs.ts
+#: packages/lib/utils/document-audit-logs.ts
msgid "Recipient"
msgstr "Recipient"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:335
-#: packages/ui/primitives/document-flow/add-settings.tsx:267
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:38
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "Recipient action authentication"
msgstr "Recipient action authentication"
-#: packages/ui/components/document/document-email-checkboxes.tsx:126
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Recipient removed email"
msgstr "Recipient removed email"
-#: packages/ui/components/document/document-email-checkboxes.tsx:50
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Recipient signed email"
msgstr "Recipient signed email"
-#: packages/ui/components/document/document-email-checkboxes.tsx:88
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Recipient signing request email"
msgstr "Recipient signing request email"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:110
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Recipient updated"
msgstr "Recipient updated"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:144
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:132
-#: apps/remix/app/components/general/template/template-page-view-recipients.tsx:30
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:48
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Recipients"
msgstr "Recipients"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:118
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Recipients metrics"
msgstr "Recipients metrics"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:160
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Recipients will still retain their copy of the document"
msgstr "Recipients will still retain their copy of the document"
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:26
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "Recovery code copied"
msgstr "Recovery code copied"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:116
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Recovery codes"
msgstr "Recovery codes"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:541
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Red"
msgstr "Red"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:505
-#: packages/ui/primitives/document-flow/add-settings.tsx:381
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Redirect URL"
msgstr "Redirect URL"
-#: apps/remix/app/components/general/claim-account.tsx:79
-#: apps/remix/app/components/forms/signup.tsx:136
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Registration Successful"
msgstr "Registration Successful"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:116
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:123
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:169
-#: packages/email/template-components/template-document-invite.tsx:98
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Reject Document"
msgstr "Reject Document"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:99
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:146
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Rejected"
msgstr "Rejected"
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:22
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "Rejection Confirmed"
msgstr "Rejection Confirmed"
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:34
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "Rejection reason: {reason}"
msgstr "Rejection reason: {reason}"
-#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx:29
+#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx
msgid "Remembered your password? <0>Sign In0>"
msgstr "Remembered your password? <0>Sign In0>"
#. placeholder {0}: customEmail.subject
-#: packages/lib/server-only/document/resend-document.tsx:192
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: {0}"
msgstr "Reminder: {0}"
#. placeholder {0}: document.team.name
-#: packages/lib/server-only/document/resend-document.tsx:132
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: {0} invited you to {recipientActionVerb} a document"
msgstr "Reminder: {0} invited you to {recipientActionVerb} a document"
-#: packages/lib/server-only/document/resend-document.tsx:121
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: Please {recipientActionVerb} this document"
msgstr "Reminder: Please {recipientActionVerb} this document"
-#: packages/lib/server-only/document/resend-document.tsx:127
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: Please {recipientActionVerb} your document"
msgstr "Reminder: Please {recipientActionVerb} your document"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:55
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:152
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:160
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:187
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:88
-#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx:156
-#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx:180
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:249
-#: apps/remix/app/components/forms/avatar-image.tsx:162
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:431
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:216
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:156
-#: packages/ui/primitives/document-flow/add-fields.tsx:1123
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Remove"
msgstr "Remove"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:105
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Remove team email"
msgstr "Remove team email"
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:149
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
msgid "Remove team member"
msgstr "Remove team member"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:69
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Renews: {formattedDate}"
msgstr "Renews: {formattedDate}"
-#: apps/remix/app/components/forms/reset-password.tsx:127
-#: apps/remix/app/components/forms/password.tsx:141
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Repeat Password"
msgstr "Repeat Password"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:245
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Request transfer"
msgstr "Request transfer"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:152
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:110
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:166
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:136
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:175
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Required field"
msgstr "Required field"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:110
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Reseal document"
msgstr "Reseal document"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:148
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:116
-#: packages/ui/primitives/document-flow/add-subject.tsx:79
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Resend"
msgstr "Resend"
-#: apps/remix/app/components/general/verify-email-banner.tsx:132
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Resend Confirmation Email"
msgstr "Resend Confirmation Email"
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:66
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
msgid "Resend verification"
msgstr "Resend verification"
-#: apps/remix/app/components/forms/team-update-form.tsx:161
-#: apps/remix/app/components/forms/public-profile-form.tsx:266
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Reset"
msgstr "Reset"
-#: apps/remix/app/components/forms/forgot-password.tsx:54
+#: apps/remix/app/components/forms/forgot-password.tsx
msgid "Reset email sent"
msgstr "Reset email sent"
-#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx:36
-#: apps/remix/app/components/forms/reset-password.tsx:139
-#: apps/remix/app/components/forms/forgot-password.tsx:89
-#: packages/email/template-components/template-forgot-password.tsx:33
+#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/forgot-password.tsx
+#: packages/email/template-components/template-forgot-password.tsx
msgid "Reset Password"
msgstr "Reset Password"
-#: apps/remix/app/components/forms/reset-password.tsx:139
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Resetting Password..."
msgstr "Resetting Password..."
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:98
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Resolve"
msgstr "Resolve"
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:131
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Resolve payment"
msgstr "Resolve payment"
-#: packages/ui/components/document/document-share-button.tsx:146
+#: packages/ui/components/document/document-share-button.tsx
msgid "Rest assured, your document is strictly confidential and will never be shared. Only your signing experience will be highlighted. Share your personalized signing card to showcase your signature!"
msgstr "Rest assured, your document is strictly confidential and will never be shared. Only your signing experience will be highlighted. Share your personalized signing card to showcase your signature!"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:122
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Retention of Documents"
msgstr "Retention of Documents"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:169
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Retry"
msgstr "Retry"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:87
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:110
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:109
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:104
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Return"
msgstr "Return"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:153
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Return to Dashboard"
msgstr "Return to Dashboard"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:159
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Return to Home"
msgstr "Return to Home"
-#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx:29
-#: apps/remix/app/routes/_unauthenticated+/check-email.tsx:29
+#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx
+#: apps/remix/app/routes/_unauthenticated+/check-email.tsx
msgid "Return to sign in"
msgstr "Return to sign in"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:117
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Revoke"
msgstr "Revoke"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:86
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Revoke access"
msgstr "Revoke access"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:79
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:90
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:117
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:284
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:162
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:314
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Role"
msgstr "Role"
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:131
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:73
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Roles"
msgstr "Roles"
-#: packages/ui/primitives/data-table-pagination.tsx:55
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "Rows per page"
msgstr "Rows per page"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:373
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:358
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:304
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:311
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:446
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:320
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Save"
msgstr "Save"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:979
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
msgid "Save Template"
msgstr "Save Template"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:63
-#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx:57
-#: apps/remix/app/components/tables/documents-table-sender-filter.tsx:58
-#: apps/remix/app/components/general/app-nav-desktop.tsx:84
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx
+#: apps/remix/app/components/tables/documents-table-sender-filter.tsx
+#: apps/remix/app/components/general/app-nav-desktop.tsx
msgid "Search"
msgstr "Search"
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:141
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
msgid "Search by document title"
msgstr "Search by document title"
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:172
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:141
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Search by name or email"
msgstr "Search by name or email"
-#: apps/remix/app/components/general/document/document-search.tsx:39
+#: apps/remix/app/components/general/document/document-search.tsx
msgid "Search documents..."
msgstr "Search documents..."
-#: packages/ui/components/common/language-switcher-dialog.tsx:41
+#: packages/ui/components/common/language-switcher-dialog.tsx
msgid "Search languages..."
msgstr "Search languages..."
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:185
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:210
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Secret"
msgstr "Secret"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:67
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:71
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:69
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
msgid "Security"
msgstr "Security"
-#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx:18
+#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx
msgid "Security activity"
msgstr "Security activity"
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:193
-#: packages/ui/primitives/document-flow/types.ts:59
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:114
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Select"
msgstr "Select"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:114
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:84
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Select a team"
msgstr "Select a team"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:78
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Select a team to move this document to. This action cannot be undone."
msgstr "Select a team to move this document to. This action cannot be undone."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:108
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Select a team to move this template to. This action cannot be undone."
msgstr "Select a team to move this template to. This action cannot be undone."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:258
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Select a template you'd like to display on your public profile"
msgstr "Select a template you'd like to display on your public profile"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:254
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Select a template you'd like to display on your team's public profile"
msgstr "Select a template you'd like to display on your team's public profile"
-#: packages/ui/primitives/combobox.tsx:39
+#: packages/ui/primitives/combobox.tsx
msgid "Select an option"
msgstr "Select an option"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:138
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Select at least"
msgstr "Select at least"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:104
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Select default option"
msgstr "Select default option"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:223
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Select passkey"
msgstr "Select passkey"
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:34
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:64
-#: packages/ui/primitives/document-flow/add-subject.tsx:77
-#: packages/ui/primitives/document-flow/add-subject.tsx:80
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Send"
msgstr "Send"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:92
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "Send confirmation email"
msgstr "Send confirmation email"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:334
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Send document"
msgstr "Send document"
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:41
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
msgid "Send Document"
msgstr "Send Document"
-#: packages/ui/components/document/document-email-checkboxes.tsx:193
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document completed email"
msgstr "Send document completed email"
-#: packages/ui/components/document/document-email-checkboxes.tsx:269
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document completed email to the owner"
msgstr "Send document completed email to the owner"
-#: packages/ui/components/document/document-email-checkboxes.tsx:231
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document deleted email"
msgstr "Send document deleted email"
-#: packages/ui/components/document/document-email-checkboxes.tsx:154
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document pending email"
msgstr "Send document pending email"
-#: packages/email/templates/confirm-team-email.tsx:102
+#: packages/email/templates/confirm-team-email.tsx
msgid "Send documents on behalf of the team using the email address"
msgstr "Send documents on behalf of the team using the email address"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:252
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Send documents to recipients immediately"
msgstr "Send documents to recipients immediately"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:199
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Send on Behalf of Team"
msgstr "Send on Behalf of Team"
-#: packages/ui/components/document/document-email-checkboxes.tsx:116
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send recipient removed email"
msgstr "Send recipient removed email"
-#: packages/ui/components/document/document-email-checkboxes.tsx:40
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send recipient signed email"
msgstr "Send recipient signed email"
-#: packages/ui/components/document/document-email-checkboxes.tsx:78
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send recipient signing request email"
msgstr "Send recipient signing request email"
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:188
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Send reminder"
msgstr "Send reminder"
-#: apps/remix/app/components/tables/documents-table.tsx:58
+#: apps/remix/app/components/tables/documents-table.tsx
msgid "Sender"
msgstr "Sender"
-#: apps/remix/app/components/forms/forgot-password.tsx:89
+#: apps/remix/app/components/forms/forgot-password.tsx
msgid "Sending Reset Email..."
msgstr "Sending Reset Email..."
-#: apps/remix/app/components/general/verify-email-banner.tsx:132
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Sending..."
msgstr "Sending..."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:264
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:100
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Sent"
msgstr "Sent"
-#: apps/remix/app/components/general/claim-account.tsx:144
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Set a password"
msgstr "Set a password"
-#: apps/remix/app/routes/_authenticated+/settings+/_layout.tsx:16
-#: apps/remix/app/components/general/app-nav-mobile.tsx:43
-#: apps/remix/app/components/general/app-command-menu.tsx:61
-#: apps/remix/app/components/general/app-command-menu.tsx:206
+#: apps/remix/app/routes/_authenticated+/settings+/_layout.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Settings"
msgstr "Settings"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:197
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Setup"
msgstr "Setup"
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:179
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:148
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Share"
msgstr "Share"
-#: packages/ui/components/document/document-share-button.tsx:134
+#: packages/ui/components/document/document-share-button.tsx
msgid "Share Signature Card"
msgstr "Share Signature Card"
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:205
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:175
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Share Signing Card"
msgstr "Share Signing Card"
-#: packages/lib/constants/template.ts:16
+#: packages/lib/constants/template.ts
msgid "Share the Link"
msgstr "Share the Link"
-#: packages/ui/components/document/document-share-button.tsx:142
+#: packages/ui/components/document/document-share-button.tsx
msgid "Share your signing experience!"
msgstr "Share your signing experience!"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:172
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Show"
msgstr "Show"
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:111
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Show additional information"
msgstr "Show additional information"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:723
-#: packages/ui/primitives/document-flow/add-signers.tsx:710
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Show advanced settings"
msgstr "Show advanced settings"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:37
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Show templates in your public profile for your audience to sign and get started quickly"
msgstr "Show templates in your public profile for your audience to sign and get started quickly"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:44
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Show templates in your team public profile for your audience to sign and get started quickly"
msgstr "Show templates in your team public profile for your audience to sign and get started quickly"
-#: apps/remix/app/routes/_profile+/p.$url.tsx:189
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:128
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:112
-#: apps/remix/app/components/general/user-profile-timur.tsx:77
-#: apps/remix/app/components/general/user-profile-skeleton.tsx:73
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:323
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:243
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:142
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:221
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:179
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:83
-#: packages/lib/constants/recipient-roles.ts:21
+#: apps/remix/app/routes/_profile+/p.$url.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/user-profile-timur.tsx
+#: apps/remix/app/components/general/user-profile-skeleton.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Sign"
msgstr "Sign"
#. placeholder {0}: recipient.name
#. placeholder {1}: recipient.email
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:272
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "Sign as {0} <0>({1})0>"
msgstr "Sign as {0} <0>({1})0>"
#. placeholder {0}: recipient.name
#. placeholder {1}: recipient.email
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:202
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
msgid "Sign as<0>{0} <1>({1})1>0>"
msgstr "Sign as<0>{0} <1>({1})1>0>"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:301
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:358
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Sign document"
msgstr "Sign document"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:184
-#: packages/email/template-components/template-document-invite.tsx:106
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Sign Document"
msgstr "Sign Document"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx:59
+#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx
msgid "Sign field"
msgstr "Sign field"
-#: apps/remix/app/components/forms/signup.tsx:359
+#: apps/remix/app/components/forms/signup.tsx
msgid "Sign Here"
msgstr "Sign Here"
-#: apps/remix/app/components/forms/signin.tsx:363
-#: apps/remix/app/components/forms/signin.tsx:488
-#: packages/email/template-components/template-reset-password.tsx:35
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: packages/email/template-components/template-reset-password.tsx
msgid "Sign In"
msgstr "Sign In"
-#: apps/remix/app/routes/_unauthenticated+/signin.tsx:47
+#: apps/remix/app/routes/_unauthenticated+/signin.tsx
msgid "Sign in to your account"
msgstr "Sign in to your account"
-#: apps/remix/app/components/general/menu-switcher.tsx:282
-#: apps/remix/app/components/general/app-nav-mobile.tsx:76
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
msgid "Sign Out"
msgstr "Sign Out"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:326
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:379
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Sign the document to complete the process."
msgstr "Sign the document to complete the process."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:63
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
msgid "Sign up"
msgstr "Sign up"
-#: apps/remix/app/components/forms/signup.tsx:398
+#: apps/remix/app/components/forms/signup.tsx
msgid "Sign Up with Google"
msgstr "Sign Up with Google"
-#: apps/remix/app/components/forms/signup.tsx:414
+#: apps/remix/app/components/forms/signup.tsx
msgid "Sign Up with OIDC"
msgstr "Sign Up with OIDC"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:185
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:80
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:245
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:280
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:342
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:335
-#: apps/remix/app/components/forms/profile.tsx:118
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:423
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:420
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:711
-#: packages/ui/primitives/document-flow/types.ts:49
-#: packages/ui/primitives/document-flow/field-icon.tsx:44
-#: packages/ui/primitives/document-flow/add-fields.tsx:836
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/field-icon.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Signature"
msgstr "Signature"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:236
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signature ID"
msgstr "Signature ID"
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:297
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:366
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:449
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:446
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Signature is too small. Please provide a more complete signature."
msgstr "Signature is too small. Please provide a more complete signature."
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:139
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Signatures Collected"
msgstr "Signatures Collected"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:221
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Signatures will appear once the document has been completed"
msgstr "Signatures will appear once the document has been completed"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:286
-#: apps/remix/app/components/general/document/document-read-only-fields.tsx:82
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:113
-#: packages/lib/constants/recipient-roles.ts:22
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/general/document/document-read-only-fields.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Signed"
msgstr "Signed"
-#: packages/lib/constants/recipient-roles.ts:24
+#: packages/lib/constants/recipient-roles.ts
msgid "Signer"
msgstr "Signer"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:184
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signer Events"
msgstr "Signer Events"
-#: packages/lib/constants/recipient-roles.ts:25
+#: packages/lib/constants/recipient-roles.ts
msgid "Signers"
msgstr "Signers"
-#: packages/ui/primitives/document-flow/add-signers.types.ts:36
+#: packages/ui/primitives/document-flow/add-signers.types.ts
msgid "Signers must have unique emails"
msgstr "Signers must have unique emails"
-#: packages/lib/constants/recipient-roles.ts:23
+#: packages/lib/constants/recipient-roles.ts
msgid "Signing"
msgstr "Signing"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:176
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signing Certificate"
msgstr "Signing Certificate"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:319
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signing certificate provided by"
msgstr "Signing certificate provided by"
-#: packages/lib/server-only/document/send-completed-email.ts:120
-#: packages/lib/server-only/document/send-completed-email.ts:200
+#: packages/lib/server-only/document/send-completed-email.ts
+#: packages/lib/server-only/document/send-completed-email.ts
msgid "Signing Complete!"
msgstr "Signing Complete!"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:339
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Signing for"
msgstr "Signing for"
-#: apps/remix/app/components/forms/signin.tsx:363
-#: apps/remix/app/components/forms/signin.tsx:488
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
msgid "Signing in..."
msgstr "Signing in..."
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:189
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:160
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Signing Links"
msgstr "Signing Links"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:301
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Signing links have been generated for this document."
msgstr "Signing links have been generated for this document."
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:340
-#: packages/ui/primitives/document-flow/add-signers.tsx:278
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Signing order is enabled."
msgstr "Signing order is enabled."
-#: apps/remix/app/routes/_authenticated+/admin+/leaderboard.tsx:52
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/leaderboard.tsx
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
msgid "Signing Volume"
msgstr "Signing Volume"
-#: apps/remix/app/components/forms/signup.tsx:71
+#: apps/remix/app/components/forms/signup.tsx
msgid "Signups are disabled."
msgstr "Signups are disabled."
#. placeholder {0}: DateTime.fromJSDate(publicProfile.badge.since).toFormat('LLL ‘yy')
-#: apps/remix/app/routes/_profile+/p.$url.tsx:106
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "Since {0}"
msgstr "Since {0}"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:107
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Site Banner"
msgstr "Site Banner"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:100
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:111
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Site Settings"
msgstr "Site Settings"
-#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx:32
+#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx
msgid "Some signers have not been assigned a signature field. Please assign at least 1 signature field to each signer before proceeding."
msgstr "Some signers have not been assigned a signature field. Please assign at least 1 signature field to each signer before proceeding."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:56
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:88
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:133
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:34
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:62
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:79
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:76
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:98
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:95
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:73
-#: apps/remix/app/components/general/billing-portal-button.tsx:35
-#: apps/remix/app/components/general/billing-plans.tsx:62
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:52
-#: apps/remix/app/components/general/teams/team-invitations.tsx:132
-#: apps/remix/app/components/general/teams/team-invitations.tsx:169
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:43
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:38
-#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx:28
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:34
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:44
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:94
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:63
-#: apps/remix/app/components/general/document/document-certificate-download-button.tsx:65
-#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx:62
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:24
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:119
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:106
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:167
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:260
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:103
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:128
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:153
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:47
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:71
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:206
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:61
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:80
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:51
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:100
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:103
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:76
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:69
-#: packages/ui/components/document/document-share-button.tsx:50
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/billing-portal-button.tsx
+#: apps/remix/app/components/general/billing-plans.tsx
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: apps/remix/app/components/general/document/document-certificate-download-button.tsx
+#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
+#: packages/ui/components/document/document-share-button.tsx
msgid "Something went wrong"
msgstr "Something went wrong"
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:125
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Something went wrong while attempting to transfer the ownership of team <0>{0}0> to your. Please try again later or contact support."
msgstr "Something went wrong while attempting to transfer the ownership of team <0>{0}0> to your. Please try again later or contact support."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:148
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Something went wrong while attempting to verify your email address for <0>{0}0>. Please try again later."
msgstr "Something went wrong while attempting to verify your email address for <0>{0}0>. Please try again later."
-#: packages/ui/primitives/pdf-viewer.tsx:220
-#: packages/ui/primitives/pdf-viewer.tsx:235
+#: packages/ui/primitives/pdf-viewer.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Something went wrong while loading the document."
msgstr "Something went wrong while loading the document."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:159
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Something went wrong while loading your passkeys."
msgstr "Something went wrong while loading your passkeys."
-#: apps/remix/app/components/general/verify-email-banner.tsx:57
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Something went wrong while sending the confirmation email."
msgstr "Something went wrong while sending the confirmation email."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:94
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Something went wrong while updating the team billing subscription, please contact support."
msgstr "Something went wrong while updating the team billing subscription, please contact support."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:107
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Something went wrong!"
msgstr "Something went wrong!"
-#: packages/ui/primitives/data-table.tsx:134
+#: packages/ui/primitives/data-table.tsx
msgid "Something went wrong."
msgstr "Something went wrong."
-#: apps/remix/app/components/forms/token.tsx:137
+#: apps/remix/app/components/forms/token.tsx
msgid "Something went wrong. Please try again later."
msgstr "Something went wrong. Please try again later."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:163
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:239
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Something went wrong. Please try again or contact support."
msgstr "Something went wrong. Please try again or contact support."
-#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx:64
+#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx
msgid "Sorry, we were unable to download the audit logs. Please try again later."
msgstr "Sorry, we were unable to download the audit logs. Please try again later."
-#: apps/remix/app/components/general/document/document-certificate-download-button.tsx:67
+#: apps/remix/app/components/general/document/document-certificate-download-button.tsx
msgid "Sorry, we were unable to download the certificate. Please try again later."
msgstr "Sorry, we were unable to download the certificate. Please try again later."
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:130
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Source"
msgstr "Source"
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:41
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Stats"
msgstr "Stats"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:98
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:36
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:76
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:73
-#: apps/remix/app/components/tables/documents-table.tsx:72
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:122
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Status"
msgstr "Status"
-#: packages/ui/primitives/document-flow/document-flow-root.tsx:106
+#: packages/ui/primitives/document-flow/document-flow-root.tsx
msgid "Step <0>{step} of {maxStep}0>"
msgstr "Step <0>{step} of {maxStep}0>"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:362
-#: packages/ui/primitives/document-flow/add-subject.tsx:138
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Subject <0>(Optional)0>"
msgstr "Subject <0>(Optional)0>"
-#: packages/ui/primitives/document-password-dialog.tsx:98
-msgid "Submit"
-msgstr "Submit"
-
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:299
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Submitting..."
msgstr "Submitting..."
-#: apps/remix/app/components/general/billing-plans.tsx:129
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Subscribe"
msgstr "Subscribe"
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:78
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Subscription"
msgstr "Subscription"
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:83
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Subscriptions"
msgstr "Subscriptions"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:54
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:28
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:56
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:73
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:68
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:90
-#: apps/remix/app/components/general/verify-email-banner.tsx:46
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:41
-#: apps/remix/app/components/general/teams/team-invitations.tsx:125
-#: apps/remix/app/components/general/teams/team-invitations.tsx:162
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:36
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:31
-#: apps/remix/app/components/forms/team-update-form.tsx:65
-#: apps/remix/app/components/forms/public-profile-form.tsx:79
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:119
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:144
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:94
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:106
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:91
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:146
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:48
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:48
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:76
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:54
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:73
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:76
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:70
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:87
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:131
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:167
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/general/verify-email-banner.tsx
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Success"
msgstr "Success"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:86
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Successfully created passkey"
msgstr "Successfully created passkey"
-#: packages/email/templates/bulk-send-complete.tsx:52
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Successfully created: {successCount}"
msgstr "Successfully created: {successCount}"
-#: packages/email/templates/bulk-send-complete.tsx:44
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Summary:"
msgstr "Summary:"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:53
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "System Requirements"
msgstr "System Requirements"
-#: apps/remix/app/components/general/app-command-menu.tsx:262
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "System Theme"
msgstr "System Theme"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx:60
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:62
+#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
msgid "Team"
msgstr "Team"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/delete-team.ts:124
+#: packages/lib/server-only/team/delete-team.ts
msgid "Team \"{0}\" has been deleted on Documenso"
msgstr "Team \"{0}\" has been deleted on Documenso"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:86
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Team checkout"
msgstr "Team checkout"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:65
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:144
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Team email"
msgstr "Team email"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:57
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Team Email"
msgstr "Team Email"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:122
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Team email already verified!"
msgstr "Team email already verified!"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:55
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Team email has been removed"
msgstr "Team email has been removed"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/delete-team-email.ts:105
+#: packages/lib/server-only/team/delete-team-email.ts
msgid "Team email has been revoked for {0}"
msgstr "Team email has been revoked for {0}"
-#: packages/email/templates/team-email-removed.tsx:60
+#: packages/email/templates/team-email-removed.tsx
msgid "Team email removed"
msgstr "Team email removed"
-#: packages/email/templates/team-email-removed.tsx:30
+#: packages/email/templates/team-email-removed.tsx
msgid "Team email removed for {teamName} on Documenso"
msgstr "Team email removed for {teamName} on Documenso"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:144
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Team email verification"
msgstr "Team email verification"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:160
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Team email verified!"
msgstr "Team email verified!"
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:77
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "Team email was updated."
msgstr "Team email was updated."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:121
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:116
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Team invitation"
msgstr "Team invitation"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:147
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Team invitations have been sent."
msgstr "Team invitations have been sent."
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:71
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:103
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Team Member"
msgstr "Team Member"
-#: apps/remix/app/components/forms/team-update-form.tsx:110
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:165
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Team Name"
msgstr "Team Name"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:61
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "Team not found"
msgstr "Team not found"
-#: apps/remix/app/components/tables/templates-table.tsx:119
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Team Only"
msgstr "Team Only"
-#: apps/remix/app/components/tables/templates-table.tsx:124
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Team only templates are not linked anywhere and are visible only to your team."
msgstr "Team only templates are not linked anywhere and are visible only to your team."
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:121
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Team ownership transfer"
msgstr "Team ownership transfer"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:99
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Team ownership transfer already completed!"
msgstr "Team ownership transfer already completed!"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:137
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Team ownership transferred!"
msgstr "Team ownership transferred!"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:31
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Team Preferences"
msgstr "Team Preferences"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:41
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Team Public Profile"
msgstr "Team Public Profile"
-#: apps/remix/app/components/general/menu-switcher.tsx:266
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Team settings"
msgstr "Team settings"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._layout.tsx:39
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._layout.tsx
msgid "Team Settings"
msgstr "Team Settings"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:43
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Team templates"
msgstr "Team templates"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:76
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "Team transfer in progress"
msgstr "Team transfer in progress"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:74
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "Team transfer request expired"
msgstr "Team transfer request expired"
-#: apps/remix/app/components/forms/team-update-form.tsx:126
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:195
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Team URL"
msgstr "Team URL"
-#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx:22
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:58
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:56
-#: apps/remix/app/components/general/menu-switcher.tsx:155
-#: apps/remix/app/components/general/app-nav-mobile.tsx:39
+#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
msgid "Teams"
msgstr "Teams"
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:82
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Teams restricted"
msgstr "Teams restricted"
-#: apps/remix/app/routes/_authenticated+/templates.$id.edit.tsx:71
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:166
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:37
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:140
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:220
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:406
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:268
+#: apps/remix/app/routes/_authenticated+/templates.$id.edit.tsx
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Template"
msgstr "Template"
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:38
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Template deleted"
msgstr "Template deleted"
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:59
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "Template document uploaded"
msgstr "Template document uploaded"
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:35
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Template duplicated"
msgstr "Template duplicated"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:132
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Template has been removed from your public profile."
msgstr "Template has been removed from your public profile."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:168
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Template has been updated."
msgstr "Template has been updated."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:65
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Template moved"
msgstr "Template moved"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:78
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Template not found or already associated with a team."
msgstr "Template not found or already associated with a team."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:206
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Template saved"
msgstr "Template saved"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:165
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Template title"
msgstr "Template title"
-#: apps/remix/app/routes/_authenticated+/templates._index.tsx:56
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:102
-#: apps/remix/app/components/general/app-nav-mobile.tsx:35
-#: apps/remix/app/components/general/app-nav-desktop.tsx:21
-#: apps/remix/app/components/general/app-command-menu.tsx:203
+#: apps/remix/app/routes/_authenticated+/templates._index.tsx
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
+#: apps/remix/app/components/general/app-nav-desktop.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Templates"
msgstr "Templates"
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:98
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
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/remix/app/components/general/document-signing/document-signing-text-field.tsx:270
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:299
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:841
-#: packages/ui/primitives/document-flow/types.ts:52
-#: packages/ui/primitives/document-flow/add-fields.tsx:966
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Text"
msgstr "Text"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:125
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:139
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx:62
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx:57
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx:62
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx:80
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx
msgid "Text Align"
msgstr "Text Align"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:171
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Text Color"
msgstr "Text Color"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:20
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Thank you for using Documenso to perform your electronic document signing. The purpose of this disclosure is to inform you about the process, legality, and your rights regarding the use of electronic signatures on our platform. By opting to use an electronic signature, you are agreeing to the terms and conditions outlined below."
msgstr "Thank you for using Documenso to perform your electronic document signing. The purpose of this disclosure is to inform you about the process, legality, and your rights regarding the use of electronic signatures on our platform. By opting to use an electronic signature, you are agreeing to the terms and conditions outlined below."
-#: packages/email/template-components/template-forgot-password.tsx:25
+#: packages/email/template-components/template-forgot-password.tsx
msgid "That's okay, it happens! Click the button below to reset your password."
msgstr "That's okay, it happens! Click the button below to reset your password."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:50
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "The account has been deleted successfully."
msgstr "The account has been deleted successfully."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:50
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "The account has been disabled successfully."
msgstr "The account has been disabled successfully."
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:47
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "The account has been enabled successfully."
msgstr "The account has been enabled successfully."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:43
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "The authentication required for recipients to sign fields"
msgstr "The authentication required for recipients to sign fields"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:67
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "The authentication required for recipients to sign the signature field."
msgstr "The authentication required for recipients to sign the signature field."
-#: packages/ui/components/document/document-global-auth-access-select.tsx:66
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "The authentication required for recipients to view the document."
msgstr "The authentication required for recipients to view the document."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:202
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "The content to show in the banner, HTML is allowed"
msgstr "The content to show in the banner, HTML is allowed"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:72
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:31
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:166
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "The direct link has been copied to your clipboard"
msgstr "The direct link has been copied to your clipboard"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:46
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "The document has been successfully moved to the selected team."
msgstr "The document has been successfully moved to the selected team."
-#: apps/remix/app/components/embed/embed-document-completed.tsx:30
+#: apps/remix/app/components/embed/embed-document-completed.tsx
msgid "The document is now completed, please follow any instructions provided within the parent application."
msgstr "The document is now completed, please follow any instructions provided within the parent application."
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:39
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "The document owner has been notified of this rejection. No further action is required from you at this time. The document owner may contact you with any questions regarding this rejection."
msgstr "The document owner has been notified of this rejection. No further action is required from you at this time. The document owner may contact you with any questions regarding this rejection."
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:106
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:21
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
msgid "The document owner has been notified of your decision. They may contact you with further instructions if necessary."
msgstr "The document owner has been notified of your decision. They may contact you with further instructions if necessary."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:192
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "The document was created but could not be sent to recipients."
msgstr "The document was created but could not be sent to recipients."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:157
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "The document will be hidden from your account"
msgstr "The document will be hidden from your account"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:342
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "The document will be immediately sent to recipients if this is checked."
msgstr "The document will be immediately sent to recipients if this is checked."
-#: packages/ui/components/document/document-send-email-message-helper.tsx:29
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "The document's name"
msgstr "The document's name"
-#: apps/remix/app/components/forms/signin.tsx:242
+#: apps/remix/app/components/forms/signin.tsx
msgid "The email or password provided is incorrect"
msgstr "The email or password provided is incorrect"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:172
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:196
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "The events that will trigger a webhook to be sent to your URL."
msgstr "The events that will trigger a webhook to be sent to your URL."
-#: packages/email/templates/bulk-send-complete.tsx:62
+#: packages/email/templates/bulk-send-complete.tsx
msgid "The following errors occurred:"
msgstr "The following errors occurred:"
-#: packages/email/templates/team-delete.tsx:37
+#: packages/email/templates/team-delete.tsx
msgid "The following team has been deleted by its owner. You will no longer be able to access this team and its documents"
msgstr "The following team has been deleted by its owner. You will no longer be able to access this team and its documents"
-#: packages/email/templates/team-delete.tsx:36
+#: packages/email/templates/team-delete.tsx
msgid "The following team has been deleted by you"
msgstr "The following team has been deleted by you"
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:141
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "The ownership of team <0>{0}0> has been successfully transferred to you."
msgstr "The ownership of team <0>{0}0> has been successfully transferred to you."
-#: apps/remix/app/components/general/generic-error-layout.tsx:43
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "The page you are looking for was moved, removed, renamed or might never have existed."
msgstr "The page you are looking for was moved, removed, renamed or might never have existed."
-#: packages/ui/primitives/document-password-dialog.tsx:53
-msgid "The password you have entered is incorrect. Please try again."
-msgstr "The password you have entered is incorrect. Please try again."
-
-#: apps/remix/app/components/forms/public-profile-form.tsx:117
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "The profile link has been copied to your clipboard"
msgstr "The profile link has been copied to your clipboard"
-#: apps/remix/app/routes/_profile+/_layout.tsx:104
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "The profile you are looking for could not be found."
msgstr "The profile you are looking for could not be found."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:377
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "The public description that will be displayed with this template"
msgstr "The public description that will be displayed with this template"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:355
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "The public name for your template"
msgstr "The public name for your template"
-#: packages/email/template-components/template-document-super-delete.tsx:38
+#: packages/email/template-components/template-document-super-delete.tsx
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:135
+#: packages/ui/components/recipient/recipient-role-select.tsx
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/remix/app/components/tables/admin-document-recipient-item-table.tsx:111
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "The recipient has been updated successfully"
msgstr "The recipient has been updated successfully"
-#: packages/ui/components/recipient/recipient-role-select.tsx:104
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:61
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:40
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:82
+#: packages/ui/components/recipient/recipient-role-select.tsx
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."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:230
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "The selected team member will receive an email which they must accept before the team is transferred"
msgstr "The selected team member will receive an email which they must accept before the team is transferred"
-#: packages/ui/components/document/document-share-button.tsx:51
+#: packages/ui/components/document/document-share-button.tsx
msgid "The sharing link could not be created at this time. Please try again."
msgstr "The sharing link could not be created at this time. Please try again."
-#: packages/ui/components/document/document-share-button.tsx:46
+#: packages/ui/components/document/document-share-button.tsx
msgid "The sharing link has been copied to your clipboard."
msgstr "The sharing link has been copied to your clipboard."
-#: packages/ui/components/document/document-send-email-message-helper.tsx:23
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "The signer's email"
msgstr "The signer's email"
-#: packages/ui/components/document/document-send-email-message-helper.tsx:17
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "The signer's name"
msgstr "The signer's name"
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:37
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:116
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:168
-#: packages/ui/primitives/document-flow/add-subject.tsx:238
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "The signing link has been copied to your clipboard."
msgstr "The signing link has been copied to your clipboard."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:110
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "The site banner is a message that is shown at the top of the site. It can be used to display important information to your users."
msgstr "The site banner is a message that is shown at the top of the site. It can be used to display important information to your users."
-#: packages/email/templates/team-email-removed.tsx:64
+#: packages/email/templates/team-email-removed.tsx
msgid "The team email <0>{teamEmail}0> has been removed from the following team"
msgstr "The team email <0>{teamEmail}0> has been removed from the following team"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:42
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "The team transfer invitation has been successfully deleted."
msgstr "The team transfer invitation has been successfully deleted."
#. placeholder {0}: transferVerification.name
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:83
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "The team transfer request to <0>{0}0> has expired."
msgstr "The team transfer request to <0>{0}0> has expired."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:63
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid ""
"The team you are looking for may have been removed, renamed or may have never\n"
" existed."
@@ -5470,1709 +5453,1705 @@ msgstr ""
"The team you are looking for may have been removed, renamed or may have never\n"
" existed."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:66
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "The template has been successfully moved to the selected team."
msgstr "The template has been successfully moved to the selected team."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:440
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "The template will be removed from your profile"
msgstr "The template will be removed from your profile"
-#: apps/remix/app/components/forms/token.tsx:103
+#: apps/remix/app/components/forms/token.tsx
msgid "The token was copied to your clipboard."
msgstr "The token was copied to your clipboard."
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:81
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "The token was deleted successfully."
msgstr "The token was deleted successfully."
-#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx:21
+#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx
msgid "The token you have used to reset your password is either expired or it never existed. If you have still forgotten your password, please request a new reset link."
msgstr "The token you have used to reset your password is either expired or it never existed. If you have still forgotten your password, please request a new reset link."
-#: apps/remix/app/components/forms/signin.tsx:246
+#: apps/remix/app/components/forms/signin.tsx
msgid "The two-factor authentication code provided is incorrect"
msgstr "The two-factor authentication code provided is incorrect"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:121
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:120
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:145
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "The URL for Documenso to send webhook events to."
msgstr "The URL for Documenso to send webhook events to."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:74
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "The webhook has been successfully deleted."
msgstr "The webhook has been successfully deleted."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:74
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:71
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "The webhook has been updated successfully."
msgstr "The webhook has been updated successfully."
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:88
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "The webhook was successfully created."
msgstr "The webhook was successfully created."
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:25
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "There are no active drafts at the current moment. You can upload a document to start drafting."
msgstr "There are no active drafts at the current moment. You can upload a document to start drafting."
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:20
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "There are no completed documents yet. Documents that you have created or received will appear here once completed."
msgstr "There are no completed documents yet. Documents that you have created or received will appear here once completed."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:69
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "They have permission on your behalf to:"
msgstr "They have permission on your behalf to:"
-#: apps/remix/app/components/forms/signin.tsx:45
+#: apps/remix/app/components/forms/signin.tsx
msgid "This account has been disabled. Please contact support."
msgstr "This account has been disabled. Please contact support."
-#: apps/remix/app/components/forms/signin.tsx:232
+#: apps/remix/app/components/forms/signin.tsx
msgid "This account has not been verified. Please verify your account before signing in."
msgstr "This account has not been verified. Please verify your account before signing in."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:102
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:98
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:98
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "This action is not reversible. Please be certain."
msgstr "This action is not reversible. Please be certain."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:102
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "This action is reversible, but please be careful as the account may be affected permanently (e.g. their settings and contents not being restored properly)."
msgstr "This action is reversible, but please be careful as the account may be affected permanently (e.g. their settings and contents not being restored properly)."
-#: packages/ui/components/document/document-global-auth-action-select.tsx:71
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "This can be overriden by setting the authentication requirements directly on each recipient in the next step."
msgstr "This can be overriden by setting the authentication requirements directly on each recipient in the next step."
-#: packages/email/template-components/template-document-super-delete.tsx:31
+#: packages/email/template-components/template-document-super-delete.tsx
msgid "This document can not be recovered, if you would like to dispute the reason for future documents please contact support."
msgstr "This document can not be recovered, if you would like to dispute the reason for future documents please contact support."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:70
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "This document could not be deleted at this time. Please try again."
msgstr "This document could not be deleted at this time. Please try again."
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:77
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "This document could not be duplicated at this time. Please try again."
msgstr "This document could not be duplicated at this time. Please try again."
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:104
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
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:772
+#: packages/ui/primitives/document-flow/add-fields.tsx
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."
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:198
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "This document has been cancelled by the owner and is no longer available for others to sign."
msgstr "This document has been cancelled by the owner and is no longer available for others to sign."
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:188
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "This document has been cancelled by the owner."
msgstr "This document has been cancelled by the owner."
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:221
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document has been signed by all recipients"
msgstr "This document has been signed by all recipients"
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:224
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document is currently a draft and has not been sent"
msgstr "This document is currently a draft and has not been sent"
-#: packages/ui/primitives/document-password-dialog.tsx:67
-msgid "This document is password protected. Please enter the password to view the document."
-msgstr "This document is password protected. Please enter the password to view the document."
-
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:144
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "This document was created by you or a team member using the template above."
msgstr "This document was created by you or a team member using the template above."
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:156
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "This document was created using a direct link."
msgstr "This document was created using a direct link."
-#: packages/email/template-components/template-footer.tsx:17
+#: packages/email/template-components/template-footer.tsx
msgid "This document was sent using <0>Documenso.0>"
msgstr "This document was sent using <0>Documenso.0>"
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:26
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "This email confirms that you have rejected the document <0>\"{documentName}\"0> sent by {documentOwnerName}."
msgstr "This email confirms that you have rejected the document <0>\"{documentName}\"0> sent by {documentOwnerName}."
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:90
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "This email is already being used by another team."
msgstr "This email is already being used by another team."
-#: packages/ui/components/document/document-email-checkboxes.tsx:55
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This email is sent to the document owner when a recipient has signed the document."
msgstr "This email is sent to the document owner when a recipient has signed the document."
-#: packages/ui/components/document/document-email-checkboxes.tsx:131
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This email is sent to the recipient if they are removed from a pending document."
msgstr "This email is sent to the recipient if they are removed from a pending document."
-#: packages/ui/components/document/document-email-checkboxes.tsx:93
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This email is sent to the recipient requesting them to sign the document."
msgstr "This email is sent to the recipient requesting them to sign the document."
-#: packages/ui/components/document/document-email-checkboxes.tsx:169
+#: packages/ui/components/document/document-email-checkboxes.tsx
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:642
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "This field cannot be modified or deleted. When you share this template's direct link or add it to your public profile, anyone who accesses it can input their name and email, and fill in the fields assigned to them."
msgstr "This field cannot be modified or deleted. When you share this template's direct link or add it to your public profile, anyone who accesses it can input their name and email, and fill in the fields assigned to them."
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:277
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "This is how the document will reach the recipients once the document is ready for signing."
msgstr "This is how the document will reach the recipients once the document is ready for signing."
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:79
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "This link is invalid or has expired. Please contact your team to resend a transfer request."
msgstr "This link is invalid or has expired. Please contact your team to resend a transfer request."
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:102
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "This link is invalid or has expired. Please contact your team to resend a verification."
msgstr "This link is invalid or has expired. Please contact your team to resend a verification."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:207
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "This passkey has already been registered."
msgstr "This passkey has already been registered."
-#: apps/remix/app/components/forms/signin.tsx:190
+#: apps/remix/app/components/forms/signin.tsx
msgid "This passkey is not configured for this application. Please login and add one in the user settings."
msgstr "This passkey is not configured for this application. Please login and add one in the user settings."
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:149
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "This price includes minimum 5 seats."
msgstr "This price includes minimum 5 seats."
-#: packages/ui/primitives/document-flow/add-fields.tsx:1103
+#: packages/ui/primitives/document-flow/add-fields.tsx
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."
-#: apps/remix/app/components/forms/signin.tsx:194
+#: apps/remix/app/components/forms/signin.tsx
msgid "This session has expired. Please try again."
msgstr "This session has expired. Please try again."
-#: packages/ui/primitives/document-flow/add-signers.tsx:197
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "This signer has already signed the document."
msgstr "This signer has already signed the document."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:199
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "This team, and any associated data excluding billing invoices will be permanently deleted."
msgstr "This team, and any associated data excluding billing invoices will be permanently deleted."
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "This template could not be deleted at this time. Please try again."
msgstr "This template could not be deleted at this time. Please try again."
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:99
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "This token is invalid or has expired. No action is needed."
msgstr "This token is invalid or has expired. No action is needed."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:102
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "This token is invalid or has expired. Please contact your team for a new invitation."
msgstr "This token is invalid or has expired. Please contact your team for a new invitation."
-#: apps/remix/app/components/forms/team-update-form.tsx:84
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:97
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "This URL is already in use."
msgstr "This URL is already in use."
-#: apps/remix/app/components/forms/signup.tsx:74
+#: apps/remix/app/components/forms/signup.tsx
msgid "This username has already been taken"
msgstr "This username has already been taken"
-#: packages/ui/components/document/document-email-checkboxes.tsx:246
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This will be sent to all recipients if a pending document has been deleted."
msgstr "This will be sent to all recipients if a pending document has been deleted."
-#: packages/ui/components/document/document-email-checkboxes.tsx:208
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This will be sent to all recipients once the document has been fully completed."
msgstr "This will be sent to all recipients once the document has been fully completed."
-#: packages/ui/components/document/document-email-checkboxes.tsx:284
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This will be sent to the document owner once the document has been fully completed."
msgstr "This will be sent to the document owner once the document has been fully completed."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:47
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "This will override any global settings."
msgstr "This will override any global settings."
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:44
-#: apps/remix/app/components/tables/document-logs-table.tsx:67
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
+#: apps/remix/app/components/tables/document-logs-table.tsx
msgid "Time"
msgstr "Time"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:108
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Time zone"
msgstr "Time zone"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:136
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:482
-#: packages/ui/primitives/document-flow/add-settings.tsx:357
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Time Zone"
msgstr "Time Zone"
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:62
-#: apps/remix/app/components/tables/templates-table.tsx:68
-#: apps/remix/app/components/tables/documents-table.tsx:53
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:107
-#: packages/ui/primitives/document-flow/add-settings.tsx:164
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Title"
msgstr "Title"
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:131
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "To accept this invitation you must create an account."
msgstr "To accept this invitation you must create an account."
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:122
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "To change the email you must remove and add a new email address."
msgstr "To change the email you must remove and add a new email address."
#. placeholder {0}: userToEnable.email
#. placeholder {0}: userToDisable.email
#. placeholder {0}: user.email
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:100
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:113
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:109
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "To confirm, please enter the accounts email address <0/>({0})."
msgstr "To confirm, please enter the accounts email address <0/>({0})."
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:105
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "To confirm, please enter the reason"
msgstr "To confirm, please enter the reason"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:126
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "To decline this invitation you must create an account."
msgstr "To decline this invitation you must create an account."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:203
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "To enable two-factor authentication, scan the following QR code using your authenticator app."
msgstr "To enable two-factor authentication, scan the following QR code using your authenticator app."
-#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx:19
+#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx
msgid "To gain access to your account, please confirm your email address by clicking on the confirmation link from your inbox."
msgstr "To gain access to your account, please confirm your email address by clicking on the confirmation link from your inbox."
#. placeholder {0}: recipient.email
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:58
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
msgid "To mark this document as viewed, you need to be logged in as <0>{0}0>"
msgstr "To mark this document as viewed, you need to be logged in as <0>{0}0>"
#. placeholder {0}: emptyCheckboxFields.length > 0 ? 'Checkbox' : emptyRadioFields.length > 0 ? 'Radio' : 'Select'
#. placeholder {0}: emptyCheckboxFields.length > 0 ? 'Checkbox' : emptyRadioFields.length > 0 ? 'Radio' : 'Select'
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:959
-#: packages/ui/primitives/document-flow/add-fields.tsx:1086
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
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."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:56
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "To use our electronic signature service, you must have access to:"
msgstr "To use our electronic signature service, you must have access to:"
-#: apps/remix/app/components/embed/embed-authentication-required.tsx:30
+#: apps/remix/app/components/embed/embed-authentication-required.tsx
msgid "To view this document you need to be signed into your account, please sign in to continue."
msgstr "To view this document you need to be signed into your account, please sign in to continue."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:187
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Toggle the switch to hide your profile from the public."
msgstr "Toggle the switch to hide your profile from the public."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:199
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Toggle the switch to show your profile to the public."
msgstr "Toggle the switch to show your profile to the public."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:242
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Token"
msgstr "Token"
-#: apps/remix/app/components/forms/token.tsx:102
+#: apps/remix/app/components/forms/token.tsx
msgid "Token copied to clipboard"
msgstr "Token copied to clipboard"
-#: apps/remix/app/components/forms/token.tsx:123
+#: apps/remix/app/components/forms/token.tsx
msgid "Token created"
msgstr "Token created"
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:80
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Token deleted"
msgstr "Token deleted"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:95
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Token doesn't have an expiration date"
msgstr "Token doesn't have an expiration date"
-#: apps/remix/app/components/forms/token.tsx:187
+#: apps/remix/app/components/forms/token.tsx
msgid "Token expiration date"
msgstr "Token expiration date"
-#: apps/remix/app/components/forms/reset-password.tsx:79
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Token has expired. Please try again."
msgstr "Token has expired. Please try again."
-#: apps/remix/app/components/forms/token.tsx:159
+#: apps/remix/app/components/forms/token.tsx
msgid "Token name"
msgstr "Token name"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:85
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Documents"
msgstr "Total Documents"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:124
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Recipients"
msgstr "Total Recipients"
-#: packages/email/templates/bulk-send-complete.tsx:49
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Total rows processed: {totalProcessed}"
msgstr "Total rows processed: {totalProcessed}"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:169
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Signers that Signed Up"
msgstr "Total Signers that Signed Up"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:84
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Users"
msgstr "Total Users"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:74
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "transfer {teamName}"
msgstr "transfer {teamName}"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:158
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Transfer ownership of this team to a selected team member."
msgstr "Transfer ownership of this team to a selected team member."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:173
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:145
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:154
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Transfer team"
msgstr "Transfer team"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:177
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Transfer the ownership of the team to another team member."
msgstr "Transfer the ownership of the team to another team member."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:160
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:159
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:184
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Triggers"
msgstr "Triggers"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:84
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Two factor authentication"
msgstr "Two factor authentication"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:120
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Two factor authentication recovery codes are used to access your account in the event that you lose access to your authenticator app."
msgstr "Two factor authentication recovery codes are used to access your account in the event that you lose access to your authenticator app."
-#: apps/remix/app/components/forms/signin.tsx:426
+#: apps/remix/app/components/forms/signin.tsx
msgid "Two-Factor Authentication"
msgstr "Two-Factor Authentication"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:85
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Two-factor authentication disabled"
msgstr "Two-factor authentication disabled"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:100
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Two-factor authentication enabled"
msgstr "Two-factor authentication enabled"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:87
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Two-factor authentication has been disabled for your account. You will no longer be required to enter a code from your authenticator app when signing in."
msgstr "Two-factor authentication has been disabled for your account. You will no longer be required to enter a code from your authenticator app when signing in."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:126
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Two-Factor Re-Authentication"
msgstr "Two-Factor Re-Authentication"
-#: apps/remix/app/components/tables/templates-table.tsx:81
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:65
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Type"
msgstr "Type"
-#: apps/remix/app/components/general/app-command-menu.tsx:181
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Type a command or search..."
msgstr "Type a command or search..."
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:129
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "Typed signatures are not allowed. Please draw your signature."
msgstr "Typed signatures are not allowed. Please draw your signature."
-#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx:23
+#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx
msgid "Uh oh! Looks like you're missing a token"
msgstr "Uh oh! Looks like you're missing a token"
-#: apps/remix/app/components/general/app-command-menu.tsx:311
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Unable to change the language at this time. Please try again later."
msgstr "Unable to change the language at this time. Please try again later."
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:31
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "Unable to copy recovery code"
msgstr "Unable to copy recovery code"
-#: apps/remix/app/components/forms/token.tsx:107
+#: apps/remix/app/components/forms/token.tsx
msgid "Unable to copy token"
msgstr "Unable to copy token"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:104
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Unable to create direct template access. Please try again later."
msgstr "Unable to create direct template access. Please try again later."
-#: apps/remix/app/components/general/teams/team-invitations.tsx:170
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Unable to decline this team invitation at this time."
msgstr "Unable to decline this team invitation at this time."
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:80
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Unable to delete invitation. Please try again."
msgstr "Unable to delete invitation. Please try again."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:92
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Unable to delete team"
msgstr "Unable to delete team"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:98
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Unable to disable two-factor authentication"
msgstr "Unable to disable two-factor authentication"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:133
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Unable to join this team at this time."
msgstr "Unable to join this team at this time."
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:69
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:125
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Unable to load document history"
msgstr "Unable to load document history"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:54
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Unable to load documents"
msgstr "Unable to load documents"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:105
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "Unable to load your public profile templates at this time"
msgstr "Unable to load your public profile templates at this time"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:81
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Unable to remove email verification at this time. Please try again."
msgstr "Unable to remove email verification at this time. Please try again."
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:62
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Unable to remove team email at this time. Please try again."
msgstr "Unable to remove team email at this time. Please try again."
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:63
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Unable to resend invitation. Please try again."
msgstr "Unable to resend invitation. Please try again."
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:39
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
msgid "Unable to resend verification at this time. Please try again."
msgstr "Unable to resend verification at this time. Please try again."
-#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx:17
+#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx
msgid "Unable to reset password"
msgstr "Unable to reset password"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:81
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:107
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Unable to setup two-factor authentication"
msgstr "Unable to setup two-factor authentication"
-#: apps/remix/app/components/forms/signin.tsx:230
-#: apps/remix/app/components/forms/signin.tsx:251
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
msgid "Unable to sign in"
msgstr "Unable to sign in"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:49
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:163
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "Unauthorized"
msgstr "Unauthorized"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:153
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
msgid "Uncompleted"
msgstr "Uncompleted"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:245
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:270
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:281
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:292
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:61
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Unknown"
msgstr "Unknown"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:79
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Unpaid"
msgstr "Unpaid"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:167
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:175
-#: apps/remix/app/components/forms/public-profile-form.tsx:278
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:190
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:163
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:425
-#: packages/ui/primitives/document-flow/add-subject.tsx:81
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Update"
msgstr "Update"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:216
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Update Banner"
msgstr "Update Banner"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:123
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Update passkey"
msgstr "Update passkey"
-#: apps/remix/app/components/forms/password.tsx:154
+#: apps/remix/app/components/forms/password.tsx
msgid "Update password"
msgstr "Update password"
-#: apps/remix/app/components/forms/profile.tsx:137
+#: apps/remix/app/components/forms/profile.tsx
msgid "Update profile"
msgstr "Update profile"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:172
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Update Recipient"
msgstr "Update Recipient"
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:131
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
msgid "Update role"
msgstr "Update role"
-#: apps/remix/app/components/forms/team-update-form.tsx:173
+#: apps/remix/app/components/forms/team-update-form.tsx
msgid "Update team"
msgstr "Update team"
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:110
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:118
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "Update team email"
msgstr "Update team email"
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:135
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:143
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "Update team member"
msgstr "Update team member"
-#: packages/lib/constants/template.ts:13
+#: packages/lib/constants/template.ts
msgid "Update the role and add fields as required for the direct recipient. The individual who uses the direct link will sign the document as the direct recipient."
msgstr "Update the role and add fields as required for the direct recipient. The individual who uses the direct link will sign the document as the direct recipient."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:147
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "Update user"
msgstr "Update user"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:203
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:204
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Update webhook"
msgstr "Update webhook"
-#: apps/remix/app/components/forms/password.tsx:154
+#: apps/remix/app/components/forms/password.tsx
msgid "Updating password..."
msgstr "Updating password..."
-#: apps/remix/app/components/forms/profile.tsx:137
+#: apps/remix/app/components/forms/profile.tsx
msgid "Updating profile..."
msgstr "Updating profile..."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:111
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Updating Your Information"
msgstr "Updating Your Information"
-#: packages/ui/primitives/document-dropzone.tsx:162
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Upgrade"
msgstr "Upgrade"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:131
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Upload a CSV file to create multiple documents from this template. Each row represents one document with its recipient details."
msgstr "Upload a CSV file to create multiple documents from this template. Each row represents one document with its recipient details."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:424
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Upload a custom document to use instead of the template's default document"
msgstr "Upload a custom document to use instead of the template's default document"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:266
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Upload and Process"
msgstr "Upload and Process"
-#: apps/remix/app/components/forms/avatar-image.tsx:175
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Upload Avatar"
msgstr "Upload Avatar"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:197
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Upload CSV"
msgstr "Upload CSV"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:417
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Upload custom document"
msgstr "Upload custom document"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:519
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Upload Signature"
msgstr "Upload Signature"
-#: packages/ui/primitives/document-dropzone.tsx:68
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Upload Template Document"
msgstr "Upload Template Document"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:255
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Upload your brand logo (max 5MB, JPG, PNG, or WebP)"
msgstr "Upload your brand logo (max 5MB, JPG, PNG, or WebP)"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:29
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:30
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
msgid "Uploaded by"
msgstr "Uploaded by"
-#: apps/remix/app/components/forms/avatar-image.tsx:91
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Uploaded file is too large"
msgstr "Uploaded file is too large"
-#: apps/remix/app/components/forms/avatar-image.tsx:92
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Uploaded file is too small"
msgstr "Uploaded file is too small"
-#: apps/remix/app/components/forms/avatar-image.tsx:93
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Uploaded file not an allowed file type"
msgstr "Uploaded file not an allowed file type"
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:194
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Use"
msgstr "Use"
-#: apps/remix/app/components/forms/signin.tsx:483
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:182
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Use Authenticator"
msgstr "Use Authenticator"
-#: apps/remix/app/components/forms/signin.tsx:481
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:180
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Use Backup Code"
msgstr "Use Backup Code"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:217
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Use Template"
msgstr "Use Template"
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:45
-#: apps/remix/app/components/tables/document-logs-table.tsx:72
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
+#: apps/remix/app/components/tables/document-logs-table.tsx
msgid "User"
msgstr "User"
-#: apps/remix/app/components/forms/password.tsx:77
+#: apps/remix/app/components/forms/password.tsx
msgid "User has no password."
msgstr "User has no password."
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:45
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "User ID"
msgstr "User ID"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:54
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:57
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:57
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "User not found."
msgstr "User not found."
-#: apps/remix/app/components/forms/signup.tsx:231
+#: apps/remix/app/components/forms/signup.tsx
msgid "User profiles are here!"
msgstr "User profiles are here!"
-#: apps/remix/app/components/general/menu-switcher.tsx:258
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "User settings"
msgstr "User settings"
-#: apps/remix/app/components/forms/signup.tsx:72
+#: apps/remix/app/components/forms/signup.tsx
msgid "User with this email already exists. Please use a different email address."
msgstr "User with this email already exists. Please use a different email address."
-#: apps/remix/app/components/forms/signup.tsx:56
+#: apps/remix/app/components/forms/signup.tsx
msgid "Username can only container alphanumeric characters and dashes."
msgstr "Username can only container alphanumeric characters and dashes."
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:55
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Users"
msgstr "Users"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:187
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:131
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Validation"
msgstr "Validation"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:75
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:90
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:95
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Value"
msgstr "Value"
-#: apps/remix/app/components/general/verify-email-banner.tsx:104
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verification Email Sent"
msgstr "Verification Email Sent"
-#: apps/remix/app/components/general/verify-email-banner.tsx:47
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verification email sent successfully."
msgstr "Verification email sent successfully."
-#: apps/remix/app/components/general/verify-email-banner.tsx:106
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verify Now"
msgstr "Verify Now"
-#: apps/remix/app/components/general/verify-email-banner.tsx:116
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verify your email address"
msgstr "Verify your email address"
-#: apps/remix/app/components/general/verify-email-banner.tsx:92
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verify your email address to unlock all features."
msgstr "Verify your email address to unlock all features."
-#: apps/remix/app/components/general/document/document-upload.tsx:57
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Verify your email to upload documents."
msgstr "Verify your email to upload documents."
-#: packages/email/templates/confirm-team-email.tsx:72
+#: packages/email/templates/confirm-team-email.tsx
msgid "Verify your team email address"
msgstr "Verify your team email address"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:80
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
msgid "Version History"
msgstr "Version History"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:100
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:121
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:124
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:133
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:95
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:177
-#: packages/lib/constants/recipient-roles.ts:28
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "View"
msgstr "View"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:170
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "View activity"
msgstr "View activity"
-#: packages/email/templates/confirm-team-email.tsx:96
+#: packages/email/templates/confirm-team-email.tsx
msgid "View all documents sent to and from this email address"
msgstr "View all documents sent to and from this email address"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:77
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "View all documents sent to your account"
msgstr "View all documents sent to your account"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:164
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "View all recent security activity related to your account."
msgstr "View all recent security activity related to your account."
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:149
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "View all related documents"
msgstr "View all related documents"
-#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx:19
+#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx
msgid "View all security activity related to your account."
msgstr "View all security activity related to your account."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:87
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "View Codes"
msgstr "View Codes"
-#: packages/email/templates/document-created-from-direct-template.tsx:76
+#: packages/email/templates/document-created-from-direct-template.tsx
msgid "View document"
msgstr "View document"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:183
-#: packages/ui/primitives/document-flow/add-subject.tsx:85
-#: packages/ui/primitives/document-flow/add-subject.tsx:86
-#: packages/email/template-components/template-document-rejected.tsx:44
-#: packages/email/template-components/template-document-invite.tsx:107
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/email/template-components/template-document-rejected.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "View Document"
msgstr "View Document"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:154
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "View documents associated with this email"
msgstr "View documents associated with this email"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:54
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "View invites"
msgstr "View invites"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:87
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "View more"
msgstr "View more"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:225
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "View Original Document"
msgstr "View Original Document"
-#: packages/email/template-components/template-document-self-signed.tsx:80
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "View plans"
msgstr "View plans"
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:96
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:125
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "View Recovery Codes"
msgstr "View Recovery Codes"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:70
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "View teams"
msgstr "View teams"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:275
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:119
-#: packages/lib/constants/recipient-roles.ts:29
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewed"
msgstr "Viewed"
-#: packages/lib/constants/recipient-roles.ts:31
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewer"
msgstr "Viewer"
-#: packages/lib/constants/recipient-roles.ts:32
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewers"
msgstr "Viewers"
-#: packages/lib/constants/recipient-roles.ts:30
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewing"
msgstr "Viewing"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:123
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
msgid "Waiting"
msgstr "Waiting"
-#: packages/email/template-components/template-document-pending.tsx:31
+#: packages/email/template-components/template-document-pending.tsx
msgid "Waiting for others"
msgstr "Waiting for others"
-#: packages/lib/server-only/document/send-pending-email.ts:97
+#: packages/lib/server-only/document/send-pending-email.ts
msgid "Waiting for others to complete signing."
msgstr "Waiting for others to complete signing."
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:168
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Waiting for others to sign"
msgstr "Waiting for others to sign"
-#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:75
-#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx:29
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
+#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
msgid "Waiting for Your Turn"
msgstr "Waiting for Your Turn"
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:197
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "Want to send slick signing links like this one? <0>Check out Documenso.0>"
msgstr "Want to send slick signing links like this one? <0>Check out Documenso.0>"
-#: apps/remix/app/routes/_profile+/_layout.tsx:68
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "Want your own public profile?"
msgstr "Want your own public profile?"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:224
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:321
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:357
-#: packages/ui/primitives/document-flow/add-signers.tsx:257
-#: packages/ui/primitives/document-flow/add-signers.tsx:295
-#: packages/ui/primitives/document-flow/add-signers.tsx:334
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Warning: Assistant as last signer"
msgstr "Warning: Assistant as last signer"
-#: apps/remix/app/components/general/billing-portal-button.tsx:25
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:54
-#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx:30
+#: apps/remix/app/components/general/billing-portal-button.tsx
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
+#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx
msgid "We are unable to proceed to the billing portal at this time. Please try again, or contact support."
msgstr "We are unable to proceed to the billing portal at this time. Please try again, or contact support."
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:100
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "We are unable to remove this passkey at the moment. Please try again later."
msgstr "We are unable to remove this passkey at the moment. Please try again later."
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:78
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
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/remix/app/components/dialogs/template-direct-link-dialog.tsx:155
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:83
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:80
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "We encountered an error while updating the webhook. Please try again later."
msgstr "We encountered an error while updating the webhook. Please try again later."
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:99
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "We encountered an unknown error while attempting to add this email. Please try again later."
msgstr "We encountered an unknown error while attempting to add this email. Please try again later."
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:106
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "We encountered an unknown error while attempting to create a team. Please try again later."
msgstr "We encountered an unknown error while attempting to create a team. Please try again later."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:83
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete it. Please try again later."
msgstr "We encountered an unknown error while attempting to delete it. Please try again later."
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:36
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
msgid "We encountered an unknown error while attempting to delete the pending team. Please try again later."
msgstr "We encountered an unknown error while attempting to delete the pending team. Please try again later."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:84
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete this team. Please try again later."
msgstr "We encountered an unknown error while attempting to delete this team. Please try again later."
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:90
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete this token. Please try again later."
msgstr "We encountered an unknown error while attempting to delete this token. Please try again later."
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:58
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete your account. Please try again later."
msgstr "We encountered an unknown error while attempting to delete your account. Please try again later."
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:156
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "We encountered an unknown error while attempting to invite team members. Please try again later."
msgstr "We encountered an unknown error while attempting to invite team members. Please try again later."
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:59
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "We encountered an unknown error while attempting to leave this team. Please try again later."
msgstr "We encountered an unknown error while attempting to leave this team. Please try again later."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:141
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "We encountered an unknown error while attempting to remove this template from your profile. Please try again later."
msgstr "We encountered an unknown error while attempting to remove this template from your profile. Please try again later."
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:53
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "We encountered an unknown error while attempting to remove this transfer. Please try again or contact support."
msgstr "We encountered an unknown error while attempting to remove this transfer. Please try again or contact support."
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:59
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to remove this user. Please try again later."
msgstr "We encountered an unknown error while attempting to remove this user. Please try again later."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:116
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "We encountered an unknown error while attempting to request a transfer of this team. Please try again later."
msgstr "We encountered an unknown error while attempting to request a transfer of this team. Please try again later."
-#: apps/remix/app/components/forms/reset-password.tsx:87
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "We encountered an unknown error while attempting to reset your password. Please try again later."
msgstr "We encountered an unknown error while attempting to reset your password. Please try again later."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:45
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "We encountered an unknown error while attempting to revoke access. Please try again or contact support."
msgstr "We encountered an unknown error while attempting to revoke access. Please try again or contact support."
-#: apps/remix/app/components/forms/signin.tsx:267
-#: apps/remix/app/components/forms/signin.tsx:283
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
msgid "We encountered an unknown error while attempting to sign you In. Please try again later."
msgstr "We encountered an unknown error while attempting to sign you In. Please try again later."
-#: apps/remix/app/components/forms/signup.tsx:183
-#: apps/remix/app/components/forms/signup.tsx:197
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "We encountered an unknown error while attempting to sign you Up. Please try again later."
msgstr "We encountered an unknown error while attempting to sign you Up. Please try again later."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:91
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "We encountered an unknown error while attempting to update the banner. Please try again later."
msgstr "We encountered an unknown error while attempting to update the banner. Please try again later."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:177
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "We encountered an unknown error while attempting to update the template. Please try again later."
msgstr "We encountered an unknown error while attempting to update the template. Please try again later."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:101
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "We encountered an unknown error while attempting to update this team member. Please try again later."
msgstr "We encountered an unknown error while attempting to update this team member. Please try again later."
-#: apps/remix/app/components/forms/password.tsx:85
-#: apps/remix/app/components/forms/avatar-image.tsx:118
+#: apps/remix/app/components/forms/password.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "We encountered an unknown error while attempting to update your password. Please try again later."
msgstr "We encountered an unknown error while attempting to update your password. Please try again later."
-#: apps/remix/app/components/forms/public-profile-form.tsx:105
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "We encountered an unknown error while attempting to update your public profile. Please try again later."
msgstr "We encountered an unknown error while attempting to update your public profile. Please try again later."
-#: apps/remix/app/components/forms/team-update-form.tsx:93
+#: apps/remix/app/components/forms/team-update-form.tsx
msgid "We encountered an unknown error while attempting to update your team. Please try again later."
msgstr "We encountered an unknown error while attempting to update your team. Please try again later."
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:88
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "We encountered an unknown error while attempting update the team email. Please try again later."
msgstr "We encountered an unknown error while attempting update the team email. Please try again later."
-#: apps/remix/app/components/forms/profile.tsx:76
+#: apps/remix/app/components/forms/profile.tsx
msgid "We encountered an unknown error while attempting update your profile. Please try again later."
msgstr "We encountered an unknown error while attempting update your profile. Please try again later."
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:77
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "We have sent a confirmation email for verification."
msgstr "We have sent a confirmation email for verification."
-#: apps/remix/app/components/forms/signup.tsx:54
+#: apps/remix/app/components/forms/signup.tsx
msgid "We need a username to create your profile"
msgstr "We need a username to create your profile"
-#: apps/remix/app/components/forms/signup.tsx:49
+#: apps/remix/app/components/forms/signup.tsx
msgid "We need your signature to sign documents"
msgstr "We need your signature to sign documents"
-#: apps/remix/app/components/forms/token.tsx:108
+#: apps/remix/app/components/forms/token.tsx
msgid "We were unable to copy the token to your clipboard. Please try again."
msgstr "We were unable to copy the token to your clipboard. Please try again."
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:33
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "We were unable to copy your recovery code to your clipboard. Please try again."
msgstr "We were unable to copy your recovery code to your clipboard. Please try again."
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:53
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "We were unable to create a checkout session. Please try again, or contact support"
msgstr "We were unable to create a checkout session. Please try again, or contact support"
-#: apps/remix/app/components/forms/signup.tsx:73
+#: apps/remix/app/components/forms/signup.tsx
msgid "We were unable to create your account. Please review the information you provided and try again."
msgstr "We were unable to create your account. Please review the information you provided and try again."
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:100
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "We were unable to disable two-factor authentication for your account. Please ensure that you have entered your password and backup code correctly and try again."
msgstr "We were unable to disable two-factor authentication for your account. Please ensure that you have entered your password and backup code correctly and try again."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:35
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:45
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:25
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "We were unable to log you out at this time."
msgstr "We were unable to log you out at this time."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:134
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "We were unable to set your public profile to public. Please try again."
msgstr "We were unable to set your public profile to public. Please try again."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:83
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:109
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "We were unable to setup two-factor authentication for your account. Please ensure that you have entered your code correctly and try again."
msgstr "We were unable to setup two-factor authentication for your account. Please ensure that you have entered your code correctly and try again."
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:121
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:169
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:262
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "We were unable to submit this document at this time. Please try again later."
msgstr "We were unable to submit this document at this time. Please try again later."
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:108
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "We were unable to update your branding preferences at this time, please try again later"
msgstr "We were unable to update your branding preferences at this time, please try again later"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:109
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "We were unable to update your document preferences at this time, please try again later"
msgstr "We were unable to update your document preferences at this time, please try again later"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:166
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "We were unable to verify your details. Please try again or contact support"
msgstr "We were unable to verify your details. Please try again or contact support"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:57
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "We were unable to verify your email at this time."
msgstr "We were unable to verify your email at this time."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:92
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "We were unable to verify your email. If your email is not verified already, please try again."
msgstr "We were unable to verify your email. If your email is not verified already, please try again."
-#: packages/ui/primitives/document-flow/add-subject.tsx:200
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "We will generate signing links for with you, which you can send to the recipients through your method of choice."
msgstr "We will generate signing links for with you, which you can send to the recipients through your method of choice."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:380
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "We will generate signing links for you, which you can send to the recipients through your method of choice."
msgstr "We will generate signing links for you, which you can send to the recipients through your method of choice."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:376
-#: packages/ui/primitives/document-flow/add-subject.tsx:196
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "We won't send anything to notify recipients."
msgstr "We won't send anything to notify recipients."
-#: apps/remix/app/routes/_authenticated+/templates._index.tsx:72
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:29
+#: apps/remix/app/routes/_authenticated+/templates._index.tsx
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "We're all empty"
msgstr "We're all empty"
-#: packages/email/template-components/template-document-pending.tsx:41
+#: packages/email/template-components/template-document-pending.tsx
msgid "We're still waiting for other signers to sign this document.<0/>We'll notify you as soon as it's ready."
msgstr "We're still waiting for other signers to sign this document.<0/>We'll notify you as soon as it's ready."
-#: packages/email/templates/reset-password.tsx:66
+#: packages/email/templates/reset-password.tsx
msgid "We've changed your password as you asked. You can now sign in with your new password."
msgstr "We've changed your password as you asked. You can now sign in with your new password."
-#: apps/remix/app/components/general/verify-email-banner.tsx:120
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "We've sent a confirmation email to <0>{email}0>. Please check your inbox and click the link in the email to verify your account."
msgstr "We've sent a confirmation email to <0>{email}0>. Please check your inbox and click the link in the email to verify your account."
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:87
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Webhook created"
msgstr "Webhook created"
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:73
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "Webhook deleted"
msgstr "Webhook deleted"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:73
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:70
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Webhook updated"
msgstr "Webhook updated"
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:113
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:138
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Webhook URL"
msgstr "Webhook URL"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:31
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:26
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:97
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:95
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:107
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:98
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Webhooks"
msgstr "Webhooks"
-#: apps/remix/app/components/general/billing-plans.tsx:27
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Weekly"
msgstr "Weekly"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:17
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Welcome"
msgstr "Welcome"
-#: apps/remix/app/routes/_unauthenticated+/signin.tsx:51
+#: apps/remix/app/routes/_unauthenticated+/signin.tsx
msgid "Welcome back, we are lucky to have you."
msgstr "Welcome back, we are lucky to have you."
-#: packages/email/template-components/template-confirmation-email.tsx:21
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "Welcome to Documenso!"
msgstr "Welcome to Documenso!"
-#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:93
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
msgid "Were you trying to edit this document instead?"
msgstr "Were you trying to edit this document instead?"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:188
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "When you click continue, you will be prompted to add the first available authenticator on your system."
msgstr "When you click continue, you will be prompted to add the first available authenticator on your system."
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:175
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "When you sign a document, we can automatically fill in and sign the following fields using information that has already been provided. You can also manually sign or remove any automatically signed fields afterwards if you desire."
msgstr "When you sign a document, we can automatically fill in and sign the following fields using information that has already been provided. You can also manually sign or remove any automatically signed fields afterwards if you desire."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:32
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "When you use our platform to affix your electronic signature to documents, you are consenting to do so under the Electronic Signatures in Global and National Commerce Act (E-Sign Act) and other applicable laws. This action indicates your agreement to use electronic means to sign documents and receive notifications."
msgstr "When you use our platform to affix your electronic signature to documents, you are consenting to do so under the Electronic Signatures in Global and National Commerce Act (E-Sign Act) and other applicable laws. This action indicates your agreement to use electronic means to sign documents and receive notifications."
-#: apps/remix/app/routes/_profile+/p.$url.tsx:136
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "While waiting for them to do so you can create your own Documenso account and get started with document signing right away."
msgstr "While waiting for them to do so you can create your own Documenso account and get started with document signing right away."
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:124
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Who do you want to remind?"
msgstr "Who do you want to remind?"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:97
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Withdrawing Consent"
msgstr "Withdrawing Consent"
-#: apps/remix/app/components/forms/public-profile-form.tsx:222
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Write about the team"
msgstr "Write about the team"
-#: apps/remix/app/components/forms/public-profile-form.tsx:222
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Write about yourself"
msgstr "Write about yourself"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:59
-#: apps/remix/app/components/general/billing-plans.tsx:29
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Yearly"
msgstr "Yearly"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:31
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:32
-#: packages/lib/utils/document-audit-logs.ts:273
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "You"
msgstr "You"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:99
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "You are about to delete <0>\"{documentTitle}\"0>"
msgstr "You are about to delete <0>\"{documentTitle}\"0>"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:117
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "You are about to delete the following team email from <0>{teamName}0>."
msgstr "You are about to delete the following team email from <0>{teamName}0>."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:103
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "You are about to hide <0>\"{documentTitle}\"0>"
msgstr "You are about to hide <0>\"{documentTitle}\"0>"
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:84
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "You are about to leave the following team."
msgstr "You are about to leave the following team."
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:84
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "You are about to remove the following user from <0>{teamName}0>."
msgstr "You are about to remove the following user from <0>{teamName}0>."
#. placeholder {0}: teamEmail.team.name
#. placeholder {1}: teamEmail.team.url
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:97
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "You are about to revoke access for team <0>{0}0> ({1}) to use your email."
msgstr "You are about to revoke access for team <0>{0}0> ({1}) to use your email."
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:44
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
msgid "You are about to send this document to the recipients. Are you sure you want to continue?"
msgstr "You are about to send this document to the recipients. Are you sure you want to continue?"
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:90
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "You are currently on the <0>Free Plan0>."
msgstr "You are currently on the <0>Free Plan0>."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:147
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You are currently updating <0>{teamMemberName}.0>"
msgstr "You are currently updating <0>{teamMemberName}.0>"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:127
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "You are currently updating the <0>{passkeyName}0> passkey."
msgstr "You are currently updating the <0>{passkeyName}0> passkey."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:80
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "You are not a member of this team."
msgstr "You are not a member of this team."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:58
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "You are not authorized to delete this user."
msgstr "You are not authorized to delete this user."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:58
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "You are not authorized to disable this user."
msgstr "You are not authorized to disable this user."
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:55
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "You are not authorized to enable this user."
msgstr "You are not authorized to enable this user."
-#: packages/email/template-components/template-confirmation-email.tsx:38
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "You can also copy and paste this link into your browser: {confirmationLink} (link expires in 1 hour)"
msgstr "You can also copy and paste this link into your browser: {confirmationLink} (link expires in 1 hour)"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:35
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "You can choose to enable or disable your profile for public view."
msgstr "You can choose to enable or disable your profile for public view."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:42
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "You can choose to enable or disable your team profile for public view."
msgstr "You can choose to enable or disable your team profile for public view."
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:85
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "You can copy and share these links to recipients so they can action the document."
msgstr "You can copy and share these links to recipients so they can action the document."
-#: packages/email/templates/confirm-team-email.tsx:107
+#: packages/email/templates/confirm-team-email.tsx
msgid "You can revoke access at any time in your team settings on Documenso <0>here.0>"
msgstr "You can revoke access at any time in your team settings on Documenso <0>here.0>"
-#: apps/remix/app/components/forms/public-profile-form.tsx:153
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "You can update the profile URL by updating the team URL in the general settings page."
msgstr "You can update the profile URL by updating the team URL in the general settings page."
-#: packages/ui/components/document/document-send-email-message-helper.tsx:9
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "You can use the following variables in your message:"
msgstr "You can use the following variables in your message:"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:69
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "You can view documents associated with this email and use this identity when sending documents."
msgstr "You can view documents associated with this email and use this identity when sending documents."
-#: packages/email/templates/bulk-send-complete.tsx:76
+#: packages/email/templates/bulk-send-complete.tsx
msgid "You can view the created documents in your dashboard under the \"Documents created from template\" section."
msgstr "You can view the created documents in your dashboard under the \"Documents created from template\" section."
-#: packages/email/template-components/template-document-rejected.tsx:37
+#: packages/email/template-components/template-document-rejected.tsx
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/template-flow/add-template-placeholder-recipients.tsx:341
-#: packages/ui/primitives/document-flow/add-signers.tsx:279
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "You cannot add assistants when signing order is disabled."
msgstr "You cannot add assistants when signing order is disabled."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:212
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "You cannot have more than {MAXIMUM_PASSKEYS} passkeys."
msgstr "You cannot have more than {MAXIMUM_PASSKEYS} passkeys."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:119
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You cannot modify a team member who has a higher role than you."
msgstr "You cannot modify a team member who has a higher role than you."
-#: packages/ui/primitives/document-dropzone.tsx:41
+#: packages/ui/primitives/document-dropzone.tsx
msgid "You cannot upload documents at this time."
msgstr "You cannot upload documents at this time."
-#: apps/remix/app/components/general/document/document-upload.tsx:95
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "You cannot upload encrypted PDFs"
msgstr "You cannot upload encrypted PDFs"
-#: apps/remix/app/components/general/billing-portal-button.tsx:30
+#: apps/remix/app/components/general/billing-portal-button.tsx
msgid "You do not currently have a customer record, this should not happen. Please contact support for assistance."
msgstr "You do not currently have a customer record, this should not happen. Please contact support for assistance."
-#: apps/remix/app/components/forms/token.tsx:135
+#: apps/remix/app/components/forms/token.tsx
msgid "You do not have permission to create a token for this team"
msgstr "You do not have permission to create a token for this team"
-#: packages/email/template-components/template-document-cancel.tsx:35
+#: packages/email/template-components/template-document-cancel.tsx
msgid "You don't need to sign it anymore."
msgstr "You don't need to sign it anymore."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:150
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "You have accepted an invitation from <0>{0}0> to join their team."
msgstr "You have accepted an invitation from <0>{0}0> to join their team."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:103
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "You have already completed the ownership transfer for <0>{0}0>."
msgstr "You have already completed the ownership transfer for <0>{0}0>."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:126
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "You have already verified your email address for <0>{0}0>."
msgstr "You have already verified your email address for <0>{0}0>."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:125
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:120
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "You have been invited by <0>{0}0> to join their team."
msgstr "You have been invited by <0>{0}0> to join their team."
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/create-team-member-invites.ts:186
+#: packages/lib/server-only/team/create-team-member-invites.ts
msgid "You have been invited to join {0} on Documenso"
msgstr "You have been invited to join {0} on Documenso"
-#: packages/email/templates/team-invite.tsx:77
+#: packages/email/templates/team-invite.tsx
msgid "You have been invited to join the following team"
msgstr "You have been invited to join the following team"
-#: packages/lib/server-only/recipient/set-document-recipients.ts:326
-#: packages/lib/server-only/recipient/delete-document-recipient.ts:156
+#: packages/lib/server-only/recipient/set-document-recipients.ts
+#: packages/lib/server-only/recipient/delete-document-recipient.ts
msgid "You have been removed from a document"
msgstr "You have been removed from a document"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/request-team-ownership-transfer.ts:114
+#: packages/lib/server-only/team/request-team-ownership-transfer.ts
msgid "You have been requested to take ownership of team {0} on Documenso"
msgstr "You have been requested to take ownership of team {0} on Documenso"
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:145
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "You have declined the invitation from <0>{0}0> to join their team."
msgstr "You have declined the invitation from <0>{0}0> to join their team."
#. placeholder {0}: `"${document.title}"`
-#: packages/lib/server-only/document/resend-document.tsx:125
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:98
+#: packages/lib/server-only/document/resend-document.tsx
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "You have initiated the document {0} that requires you to {recipientActionVerb} it."
msgstr "You have initiated the document {0} that requires you to {recipientActionVerb} it."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:45
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:40
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "You have no webhooks yet. Your webhooks will be shown here once you create them."
msgstr "You have no webhooks yet. Your webhooks will be shown here once you create them."
-#: apps/remix/app/routes/_authenticated+/templates._index.tsx:76
+#: apps/remix/app/routes/_authenticated+/templates._index.tsx
msgid "You have not yet created any templates. To create a template please upload one."
msgstr "You have not yet created any templates. To create a template please upload one."
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:30
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
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."
#. placeholder {0}: quota.directTemplates
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:235
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "You have reached the maximum limit of {0} direct templates. <0>Upgrade your account to continue!0>"
msgstr "You have reached the maximum limit of {0} direct templates. <0>Upgrade your account to continue!0>"
-#: apps/remix/app/components/general/document/document-upload.tsx:98
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "You have reached your document limit for this month. Please upgrade your plan."
msgstr "You have reached your document limit for this month. Please upgrade your plan."
-#: apps/remix/app/components/general/document/document-upload.tsx:53
-#: packages/ui/primitives/document-dropzone.tsx:67
+#: apps/remix/app/components/general/document/document-upload.tsx
+#: packages/ui/primitives/document-dropzone.tsx
msgid "You have reached your document limit."
msgstr "You have reached your document limit."
-#: apps/remix/app/components/tables/templates-table.tsx:204
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "You have reached your document limit. <0>Upgrade your account to continue!0>"
msgstr "You have reached your document limit. <0>Upgrade your account to continue!0>"
-#: packages/email/templates/document-rejection-confirmed.tsx:27
+#: packages/email/templates/document-rejection-confirmed.tsx
msgid "You have rejected the document '{documentName}'"
msgstr "You have rejected the document '{documentName}'"
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:102
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:17
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
msgid "You have rejected this document"
msgstr "You have rejected this document"
-#: packages/email/template-components/template-document-self-signed.tsx:43
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "You have signed “{documentName}”"
msgstr "You have signed “{documentName}”"
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:49
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "You have successfully left this team."
msgstr "You have successfully left this team."
-#: apps/remix/app/components/general/claim-account.tsx:81
-#: apps/remix/app/components/forms/signup.tsx:138
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "You have successfully registered. Please verify your account by clicking on the link you received in the email."
msgstr "You have successfully registered. Please verify your account by clicking on the link you received in the email."
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:49
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "You have successfully removed this user from the team."
msgstr "You have successfully removed this user from the team."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:37
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "You have successfully revoked access."
msgstr "You have successfully revoked access."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:100
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "You have the right to withdraw your consent to use electronic signatures at any time before completing the signing process. To withdraw your consent, please contact the sender of the document. In failing to contact the sender you may reach out to <0>{SUPPORT_EMAIL}0> for assistance. Be aware that withdrawing consent may delay or halt the completion of the related transaction or service."
msgstr "You have the right to withdraw your consent to use electronic signatures at any time before completing the signing process. To withdraw your consent, please contact the sender of the document. In failing to contact the sender you may reach out to <0>{SUPPORT_EMAIL}0> for assistance. Be aware that withdrawing consent may delay or halt the completion of the related transaction or service."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:92
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You have updated {teamMemberName}."
msgstr "You have updated {teamMemberName}."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:164
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "You have verified your email address for <0>{0}0>."
msgstr "You have verified your email address for <0>{0}0>."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:94
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "You must be an admin of this team to manage billing."
msgstr "You must be an admin of this team to manage billing."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:53
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:53
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:52
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "You must enter '{deleteMessage}' to proceed"
msgstr "You must enter '{deleteMessage}' to proceed"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:264
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "You must have at least one other team member to transfer ownership."
msgstr "You must have at least one other team member to transfer ownership."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:118
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "You must set a profile URL before enabling your public profile."
msgstr "You must set a profile URL before enabling your public profile."
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:52
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "You need to be an admin to manage API tokens."
msgstr "You need to be an admin to manage API tokens."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:52
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
msgid "You need to be logged in as <0>{email}0> to view this page."
msgstr "You need to be logged in as <0>{email}0> to view this page."
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:42
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "You need to be logged in to view this page."
msgstr "You need to be logged in to view this page."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:105
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "You need to setup 2FA to mark this document as viewed."
msgstr "You need to setup 2FA to mark this document as viewed."
-#: apps/remix/app/components/forms/signup.tsx:280
+#: apps/remix/app/components/forms/signup.tsx
msgid "You will get notified & be able to set up your documenso public profile when we launch the feature."
msgstr "You will get notified & be able to set up your documenso public profile when we launch the feature."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:102
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "You will now be required to enter a code from your authenticator app when signing in."
msgstr "You will now be required to enter a code from your authenticator app when signing in."
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:191
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "You will receive an Email copy of the signed document once everyone has signed."
msgstr "You will receive an Email copy of the signed document once everyone has signed."
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Your account has been deleted successfully."
msgstr "Your account has been deleted successfully."
-#: apps/remix/app/components/forms/avatar-image.tsx:110
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Your avatar has been updated successfully."
msgstr "Your avatar has been updated successfully."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:81
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Your banner has been updated successfully."
msgstr "Your banner has been updated successfully."
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:279
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Your brand website URL"
msgstr "Your brand website URL"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:102
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Your branding preferences have been updated"
msgstr "Your branding preferences have been updated"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:96
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Your bulk send has been initiated. You will receive an email notification upon completion."
msgstr "Your bulk send has been initiated. You will receive an email notification upon completion."
-#: packages/email/templates/bulk-send-complete.tsx:40
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Your bulk send operation for template \"{templateName}\" has completed."
msgstr "Your bulk send operation for template \"{templateName}\" has completed."
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:135
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Your current plan is past due. Please update your payment information."
msgstr "Your current plan is past due. Please update your payment information."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:248
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Your direct signing templates"
msgstr "Your direct signing templates"
-#: apps/remix/app/components/general/document/document-upload.tsx:115
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Your document failed to upload."
msgstr "Your document failed to upload."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:167
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Your document has been created from the template successfully."
msgstr "Your document has been created from the template successfully."
-#: packages/email/template-components/template-document-super-delete.tsx:23
+#: packages/email/template-components/template-document-super-delete.tsx
msgid "Your document has been deleted by an admin!"
msgstr "Your document has been deleted by an admin!"
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:96
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Your document has been re-sent successfully."
msgstr "Your document has been re-sent successfully."
-#: apps/remix/app/components/general/document/document-edit-form.tsx:293
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Your document has been sent successfully."
msgstr "Your document has been sent successfully."
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:62
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Your document has been successfully duplicated."
msgstr "Your document has been successfully duplicated."
-#: apps/remix/app/components/general/document/document-upload.tsx:78
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Your document has been uploaded successfully."
msgstr "Your document has been uploaded successfully."
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:61
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "Your document has been uploaded successfully. You will be redirected to the template page."
msgstr "Your document has been uploaded successfully. You will be redirected to the template page."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:103
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Your document preferences have been updated"
msgstr "Your document preferences have been updated"
-#: apps/remix/app/components/general/app-command-menu.tsx:218
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Your documents"
msgstr "Your documents"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:176
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your email has already been confirmed. You can now use all features of Documenso."
msgstr "Your email has already been confirmed. You can now use all features of Documenso."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:148
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your email has been successfully confirmed! You can now use all features of Documenso."
msgstr "Your email has been successfully confirmed! You can now use all features of Documenso."
#. placeholder {0}: teamEmail.team.name
#. placeholder {1}: teamEmail.team.url
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:61
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Your email is currently being used by team <0>{0}0> ({1})."
msgstr "Your email is currently being used by team <0>{0}0> ({1})."
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:63
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Your existing tokens"
msgstr "Your existing tokens"
-#: apps/remix/app/components/forms/reset-password.tsx:83
-#: apps/remix/app/components/forms/password.tsx:81
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Your new password cannot be the same as your old password."
msgstr "Your new password cannot be the same as your old password."
-#: apps/remix/app/components/forms/reset-password.tsx:72
-#: apps/remix/app/components/forms/password.tsx:70
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Your password has been updated successfully."
msgstr "Your password has been updated successfully."
-#: packages/email/template-components/template-reset-password.tsx:27
+#: packages/email/template-components/template-reset-password.tsx
msgid "Your password has been updated."
msgstr "Your password has been updated."
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:112
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Your payment for teams is overdue. Please settle the payment to avoid any service disruptions."
msgstr "Your payment for teams is overdue. Please settle the payment to avoid any service disruptions."
-#: apps/remix/app/components/forms/profile.tsx:69
+#: apps/remix/app/components/forms/profile.tsx
msgid "Your profile has been updated successfully."
msgstr "Your profile has been updated successfully."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:73
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "Your profile has been updated."
msgstr "Your profile has been updated."
-#: apps/remix/app/components/forms/public-profile-form.tsx:80
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Your public profile has been updated."
msgstr "Your public profile has been updated."
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:27
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "Your recovery code has been copied to your clipboard."
msgstr "Your recovery code has been copied to your clipboard."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:100
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:173
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Your recovery codes are listed below. Please store them in a safe place."
msgstr "Your recovery codes are listed below. Please store them in a safe place."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:78
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Your subscription is currently active."
msgstr "Your subscription is currently active."
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:88
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Your team has been created."
msgstr "Your team has been created."
-#: packages/email/templates/team-delete.tsx:28
-#: packages/email/templates/team-delete.tsx:32
+#: packages/email/templates/team-delete.tsx
+#: packages/email/templates/team-delete.tsx
msgid "Your team has been deleted"
msgstr "Your team has been deleted"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:71
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Your team has been successfully deleted."
msgstr "Your team has been successfully deleted."
-#: apps/remix/app/components/forms/team-update-form.tsx:66
+#: apps/remix/app/components/forms/team-update-form.tsx
msgid "Your team has been successfully updated."
msgstr "Your team has been successfully updated."
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:36
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Your template has been duplicated successfully."
msgstr "Your template has been duplicated successfully."
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:39
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Your template has been successfully deleted."
msgstr "Your template has been successfully deleted."
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:60
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Your template will be duplicated."
msgstr "Your template will be duplicated."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:207
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Your templates has been saved successfully."
msgstr "Your templates has been saved successfully."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:116
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your token has expired!"
msgstr "Your token has expired!"
-#: apps/remix/app/components/forms/token.tsx:273
+#: apps/remix/app/components/forms/token.tsx
msgid "Your token was created successfully! Make sure to copy it because you won't be able to see it again!"
msgstr "Your token was created successfully! Make sure to copy it because you won't be able to see it again!"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:69
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Your tokens will be shown here once you create them."
msgstr "Your tokens will be shown here once you create them."
diff --git a/packages/lib/translations/es/web.po b/packages/lib/translations/es/web.po
index 961041ede..b53a2154b 100644
--- a/packages/lib/translations/es/web.po
+++ b/packages/lib/translations/es/web.po
@@ -18,7164 +18,7143 @@ msgstr ""
"X-Crowdin-File: web.po\n"
"X-Crowdin-File-ID: 8\n"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:252
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid " Enable direct link signing"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:171
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid " The events that will trigger a webhook to be sent to your URL."
msgstr ""
#. placeholder {0}: team.name
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:225
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "\"{0}\" has invited you to sign \"example document\"."
msgstr "\"{0}\" te ha invitado a firmar \"ejemplo de documento\"."
#. placeholder {0}: field.customText
#. placeholder {1}: timezone || ''
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:65
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
msgid "\"{0}\" will appear on the document as it has a timezone of \"{1}\"."
msgstr ""
-#: packages/email/template-components/template-document-super-delete.tsx:27
+#: packages/email/template-components/template-document-super-delete.tsx
msgid "\"{documentName}\" has been deleted by an admin."
msgstr "\"{documentName}\" ha sido eliminado por un admin."
-#: packages/email/template-components/template-document-pending.tsx:37
+#: packages/email/template-components/template-document-pending.tsx
msgid "“{documentName}” has been signed"
msgstr "“{documentName}” ha sido firmado"
-#: packages/email/template-components/template-document-completed.tsx:41
+#: packages/email/template-components/template-document-completed.tsx
msgid "“{documentName}” was signed by all signers"
msgstr "\"{documentName}\" fue firmado por todos los firmantes"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:59
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "\"{documentTitle}\" has been successfully deleted"
msgstr "\"{documentTitle}\" ha sido eliminado con éxito"
#. placeholder {0}: team.name
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:220
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
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/remix/app/components/general/document-signing/document-signing-form.tsx:273
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:372
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "(You)"
msgstr ""
#. placeholder {0}: Math.abs(charactersRemaining)
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:342
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
msgid "{0, plural, one {(1 character over)} other {(# characters over)}}"
msgstr "{0, plural, one {(1 carácter excedido)} other {(# caracteres excedidos)}}"
#. placeholder {0}: Math.abs(remaningLength)
-#: apps/remix/app/components/forms/public-profile-form.tsx:236
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:392
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "{0, plural, one {# character over the limit} other {# characters over the limit}}"
msgstr "{0, plural, one {# carácter sobre el límite} other {# caracteres sobre el límite}}"
#. placeholder {0}: template.recipients.length
-#: apps/remix/app/routes/_recipient+/d.$token+/_index.tsx:99
+#: apps/remix/app/routes/_recipient+/d.$token+/_index.tsx
msgid "{0, plural, one {# recipient} other {# recipients}}"
msgstr "{0, plural, one {# destinatario} other {# destinatarios}}"
#. placeholder {0}: row.original.quantity
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:66
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "{0, plural, one {# Seat} other {# Seats}}"
msgstr "{0, plural, one {# Asiento} other {# Asientos}}"
#. placeholder {0}: data.length
-#: apps/remix/app/components/general/teams/team-invitations.tsx:36
-#: apps/remix/app/components/general/teams/team-invitations.tsx:65
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "{0, plural, one {<0>You have <1>11> pending team invitation0>} other {<2>You have <3>#3> pending team invitations2>}}"
msgstr "{0, plural, one {<0>Tienes <1>11> invitación de equipo pendiente0>} other {<2>Tienes <3>#3> invitaciones de equipo pendientes2>}}"
#. placeholder {0}: autoSignableFields.filter((f) => f.type === fieldType).length
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:188
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "{0, plural, one {1 matching field} other {# matching fields}}"
msgstr "{0, plural, one {1 campo que coincide} other {# campos que coinciden}}"
#. placeholder {0}: recipients.length
-#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx:122
+#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx
msgid "{0, plural, one {1 Recipient} other {# Recipients}}"
msgstr "{0, plural, one {1 Destinatario} other {# Destinatarios}}"
#. placeholder {0}: pendingRecipients.length
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:232
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "{0, plural, one {Waiting on 1 recipient} other {Waiting on # recipients}}"
msgstr "{0, plural, one {Esperando 1 destinatario} other {Esperando # destinatarios}}"
#. placeholder {0}: selectedValues.length
-#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx:64
+#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx
msgid "{0, plural, zero {Select values} other {# selected...}}"
msgstr "{0, plural, zero {Selecciona valores} other {# seleccionados...}}"
#. placeholder {0}: _(FRIENDLY_FIELD_TYPE[fieldType as FieldType])
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:185
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "{0}"
msgstr "{0}"
#. placeholder {0}: team.name
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:246
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "{0} direct signing templates"
msgstr "{0} plantillas de firma directa"
#. placeholder {0}: team.name
#. placeholder {1}: document.title
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:122
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "{0} has invited you to {recipientActionVerb} the document \"{1}\"."
msgstr "{0} te ha invitado a {recipientActionVerb} el documento \"{1}\"."
#. placeholder {0}: team.name
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:113
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "{0} invited you to {recipientActionVerb} a document"
msgstr "{0} te invitó a {recipientActionVerb} un documento"
#. placeholder {0}: memberName || memberEmail
-#: packages/email/templates/team-join.tsx:62
+#: packages/email/templates/team-join.tsx
msgid "{0} joined the team {teamName} on Documenso"
msgstr "{0} se unió al equipo {teamName} en Documenso"
#. placeholder {0}: memberName || memberEmail
-#: packages/email/templates/team-leave.tsx:62
+#: packages/email/templates/team-leave.tsx
msgid "{0} left the team {teamName} on Documenso"
msgstr "{0} dejó el equipo {teamName} en Documenso"
#. placeholder {0}: remaining.documents
#. placeholder {1}: quota.documents
-#: apps/remix/app/components/general/document/document-upload.tsx:137
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "{0} of {1} documents remaining this month."
msgstr "{0} de {1} documentos restantes este mes."
#. placeholder {0}: table.getFilteredSelectedRowModel().rows.length
#. placeholder {1}: table.getFilteredRowModel().rows.length
-#: packages/ui/primitives/data-table-pagination.tsx:30
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "{0} of {1} row(s) selected."
msgstr "{0} de {1} fila(s) seleccionada."
#. placeholder {0}: user.name || user.email
#. placeholder {1}: document.team.name
#. placeholder {2}: document.title
-#: packages/lib/server-only/document/resend-document.tsx:137
+#: packages/lib/server-only/document/resend-document.tsx
msgid "{0} on behalf of \"{1}\" has invited you to {recipientActionVerb} the document \"{2}\"."
msgstr "{0} en nombre de \"{1}\" te ha invitado a {recipientActionVerb} el documento \"{2}\"."
#. placeholder {0}: recipients.length
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:167
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "{0} Recipient(s)"
msgstr "{0} Destinatario(s)"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:323
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
msgid "{charactersRemaining, plural, one {1 character remaining} other {{charactersRemaining} characters remaining}}"
msgstr "{charactersRemaining, plural, one {1 carácter restante} other {{charactersRemaining} caracteres restantes}}"
-#: packages/email/templates/document-invite.tsx:96
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} <0>({inviterEmail})0>"
msgstr "{inviterName} <0>({inviterEmail})0>"
-#: packages/email/templates/document-cancel.tsx:21
+#: packages/email/templates/document-cancel.tsx
msgid "{inviterName} has cancelled the document {documentName}, you don't need to sign it anymore."
msgstr "{inviterName} ha cancelado el documento {documentName}, ya no necesitas firmarlo."
-#: packages/email/template-components/template-document-cancel.tsx:24
+#: packages/email/template-components/template-document-cancel.tsx
msgid "{inviterName} has cancelled the document<0/>\"{documentName}\""
msgstr "{inviterName} ha cancelado el documento<0/>\"{documentName}\""
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:74
+#: packages/email/template-components/template-document-invite.tsx
msgid "{inviterName} has invited you to {0}<0/>\"{documentName}\""
msgstr "{inviterName} te ha invitado a {0}<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:42
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} has invited you to {action} {documentName}"
msgstr "{inviterName} te ha invitado a {action} {documentName}"
-#: packages/email/templates/document-invite.tsx:109
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} has invited you to {action} the document \"{documentName}\"."
msgstr "{inviterName} te ha invitado a {action} el documento \"{documentName}\"."
-#: packages/email/templates/recipient-removed-from-document.tsx:21
+#: packages/email/templates/recipient-removed-from-document.tsx
msgid "{inviterName} has removed you from the document {documentName}."
msgstr "{inviterName} te ha eliminado del documento {documentName}."
-#: packages/email/templates/recipient-removed-from-document.tsx:50
+#: packages/email/templates/recipient-removed-from-document.tsx
msgid "{inviterName} has removed you from the document<0/>\"{documentName}\""
msgstr "{inviterName} te ha eliminado del documento<0/>\"{documentName}\""
#. placeholder {0}: team.name
#. placeholder {1}: document.title
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:121
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "{inviterName} on behalf of \"{0}\" has invited you to {recipientActionVerb} the document \"{1}\"."
msgstr ""
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:61
+#: packages/email/template-components/template-document-invite.tsx
msgid "{inviterName} on behalf of \"{teamName}\" has invited you to {0}<0/>\"{documentName}\""
msgstr "{inviterName} en nombre de \"{teamName}\" te ha invitado a {0}<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:46
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} on behalf of \"{teamName}\" has invited you to {action} {documentName}"
msgstr "{inviterName} en nombre de \"{teamName}\" te ha invitado a {action} {documentName}"
-#: packages/email/templates/team-join.tsx:68
+#: packages/email/templates/team-join.tsx
msgid "{memberEmail} joined the following team"
msgstr "{memberEmail} se unió al siguiente equipo"
-#: packages/email/templates/team-leave.tsx:68
+#: packages/email/templates/team-leave.tsx
msgid "{memberEmail} left the following team"
msgstr "{memberEmail} dejó el siguiente equipo"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:65
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "{numberOfSeats, plural, one {# member} other {# members}}"
msgstr "{numberOfSeats, plural, one {# miembro} other {# miembros}}"
-#: packages/lib/utils/document-audit-logs.ts:278
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} added a field"
msgstr "{prefix} agregó un campo"
-#: packages/lib/utils/document-audit-logs.ts:290
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} added a recipient"
msgstr "{prefix} agregó un destinatario"
-#: packages/lib/utils/document-audit-logs.ts:302
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} created the document"
msgstr "{prefix} creó el documento"
-#: packages/lib/utils/document-audit-logs.ts:306
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} deleted the document"
msgstr "{prefix} eliminó el documento"
-#: packages/lib/utils/document-audit-logs.ts:354
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} moved the document to team"
msgstr "{prefix} movió el documento al equipo"
-#: packages/lib/utils/document-audit-logs.ts:338
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} opened the document"
msgstr "{prefix} abrió el documento"
-#: packages/lib/utils/document-audit-logs.ts:318
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} prefilled a field"
msgstr ""
-#: packages/lib/utils/document-audit-logs.ts:282
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} removed a field"
msgstr "{prefix} eliminó un campo"
-#: packages/lib/utils/document-audit-logs.ts:294
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} removed a recipient"
msgstr "{prefix} eliminó un destinatario"
#. placeholder {0}: data.recipientEmail
-#: packages/lib/utils/document-audit-logs.ts:384
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} resent an email to {0}"
msgstr "{prefix} reenviaron un correo electrónico a {0}"
#. placeholder {0}: data.recipientEmail
-#: packages/lib/utils/document-audit-logs.ts:385
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} sent an email to {0}"
msgstr "{prefix} envió un correo electrónico a {0}"
-#: packages/lib/utils/document-audit-logs.ts:350
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} sent the document"
msgstr "{prefix} envió el documento"
-#: packages/lib/utils/document-audit-logs.ts:310
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} signed a field"
msgstr "{prefix} firmó un campo"
-#: packages/lib/utils/document-audit-logs.ts:314
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} unsigned a field"
msgstr "{prefix} no firmó un campo"
-#: packages/lib/utils/document-audit-logs.ts:286
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated a field"
msgstr "{prefix} actualizó un campo"
-#: packages/lib/utils/document-audit-logs.ts:298
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated a recipient"
msgstr "{prefix} actualizó un destinatario"
-#: packages/lib/utils/document-audit-logs.ts:334
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document"
msgstr "{prefix} actualizó el documento"
-#: packages/lib/utils/document-audit-logs.ts:326
+#: packages/lib/utils/document-audit-logs.ts
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:346
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document external ID"
msgstr "{prefix} actualizó el ID externo del documento"
-#: packages/lib/utils/document-audit-logs.ts:330
+#: packages/lib/utils/document-audit-logs.ts
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:342
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document title"
msgstr "{prefix} actualizó el título del documento"
-#: packages/lib/utils/document-audit-logs.ts:322
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document visibility"
msgstr "{prefix} actualizó la visibilidad del documento"
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:68
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "{recipientActionVerb} document"
msgstr "{recipientActionVerb} documento"
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:69
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "{recipientActionVerb} the document to complete the process."
msgstr "{recipientActionVerb} el documento para completar el proceso."
-#: packages/email/templates/document-created-from-direct-template.tsx:62
+#: packages/email/templates/document-created-from-direct-template.tsx
msgid "{recipientName} {action} a document by using one of your direct links"
msgstr "{recipientName} {action} un documento utilizando uno de tus enlaces directos"
-#: packages/email/templates/document-rejected.tsx:27
+#: packages/email/templates/document-rejected.tsx
msgid "{recipientName} has rejected the document '{documentName}'"
msgstr "{recipientName} ha rechazado el documento '{documentName}'"
-#: packages/email/template-components/template-document-recipient-signed.tsx:49
+#: packages/email/template-components/template-document-recipient-signed.tsx
msgid "{recipientReference} has completed signing the document."
msgstr "{recipientReference} ha completado la firma del documento."
#. placeholder {0}: document.title
-#: packages/lib/jobs/definitions/emails/send-recipient-signed-email.handler.ts:112
+#: packages/lib/jobs/definitions/emails/send-recipient-signed-email.handler.ts
msgid "{recipientReference} has signed \"{0}\""
msgstr "{recipientReference} ha firmado \"{0}\""
-#: packages/email/template-components/template-document-recipient-signed.tsx:43
+#: packages/email/template-components/template-document-recipient-signed.tsx
msgid "{recipientReference} has signed \"{documentName}\""
msgstr "{recipientReference} ha firmado \"{documentName}\""
-#: packages/email/templates/document-recipient-signed.tsx:27
+#: packages/email/templates/document-recipient-signed.tsx
msgid "{recipientReference} has signed {documentName}"
msgstr "{recipientReference} ha firmado {documentName}"
-#: apps/remix/app/components/forms/public-profile-form.tsx:230
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:386
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "{remaningLength, plural, one {# character remaining} other {# characters remaining}}"
msgstr "{remaningLength, plural, one {# carácter restante} other {# caracteres restantes}}"
-#: packages/email/template-components/template-document-rejected.tsx:25
+#: packages/email/template-components/template-document-rejected.tsx
msgid "{signerName} has rejected the document \"{documentName}\"."
msgstr "{signerName} ha rechazado el documento \"{documentName}\"."
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:68
+#: packages/email/template-components/template-document-invite.tsx
msgid "{teamName} has invited you to {0}<0/>\"{documentName}\""
msgstr "{teamName} te ha invitado a {0}<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:47
+#: packages/email/templates/document-invite.tsx
msgid "{teamName} has invited you to {action} {documentName}"
msgstr "{teamName} te ha invitado a {action} {documentName}"
-#: packages/email/templates/team-transfer-request.tsx:56
+#: packages/email/templates/team-transfer-request.tsx
msgid "{teamName} ownership transfer request"
msgstr "solicitud de transferencia de propiedad de {teamName}"
-#: packages/lib/utils/document-audit-logs.ts:362
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} approved the document"
msgstr "{userName} aprobó el documento"
-#: packages/lib/utils/document-audit-logs.ts:363
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} CC'd the document"
msgstr "{userName} envió una copia del documento"
-#: packages/lib/utils/document-audit-logs.ts:364
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} completed their task"
msgstr "{userName} completó su tarea"
-#: packages/lib/utils/document-audit-logs.ts:374
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} rejected the document"
msgstr "{userName} rechazó el documento"
-#: packages/lib/utils/document-audit-logs.ts:360
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} signed the document"
msgstr "{userName} firmó el documento"
-#: packages/lib/utils/document-audit-logs.ts:361
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} viewed the document"
msgstr "{userName} vio el documento"
-#: packages/ui/primitives/data-table-pagination.tsx:41
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "{visibleRows, plural, one {Showing # result.} other {Showing # results.}}"
msgstr "{visibleRows, plural, one {Mostrando # resultado.} other {Mostrando # resultados.}}"
#. placeholder {0}: document.title
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:181
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "<0>\"{0}\"0>is no longer available to sign"
msgstr "<0>\"{0}\"0> ya no está disponible para firmar"
-#: packages/email/templates/team-transfer-request.tsx:60
+#: packages/email/templates/team-transfer-request.tsx
msgid "<0>{senderName}0> has requested that you take ownership of the following team"
msgstr "<0>{senderName}0> ha solicitado que asumas la propiedad del siguiente equipo"
-#: packages/email/templates/confirm-team-email.tsx:76
+#: packages/email/templates/confirm-team-email.tsx
msgid "<0>{teamName}0> has requested to use your email address for their team on Documenso."
msgstr "<0>{teamName}0> ha solicitado usar tu dirección de correo electrónico para su equipo en Documenso."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:461
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "<0>Click to upload0> or drag and drop"
msgstr "<0>Haga clic para subir0> o arrastre y suelte"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:285
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>Email0> - The recipient will be emailed the document to sign, approve, etc."
msgstr "<0>Correo electrónico0> - Al destinatario se le enviará el documento para firmar, aprobar, etc."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:52
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "<0>Inherit authentication method0> - Use the global action signing authentication method configured in the \"General Settings\" step"
msgstr "<0>Heredar método de autenticación0> - Use el método de autenticación de firma de acción global configurado en el paso \"Configuración General\""
-#: packages/ui/components/document/document-global-auth-action-select.tsx:94
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "<0>No restrictions0> - No authentication required"
msgstr "<0>Sin restricciones0> - No se requiere autenticación"
-#: packages/ui/components/document/document-global-auth-access-select.tsx:76
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "<0>No restrictions0> - The document can be accessed directly by the URL sent to the recipient"
msgstr "<0>Sin restricciones0> - El documento se puede acceder directamente a través de la URL enviada al destinatario"
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:74
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "<0>None0> - No authentication required"
msgstr "<0>Ninguno0> - No se requiere autenticación"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:291
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>None0> - We will generate links which you can send to the recipients manually."
msgstr "<0>Ninguno0> - Generaremos enlaces que puedes enviar a los destinatarios manualmente."
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:298
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>Note0> - If you use Links in combination with direct templates, you will need to manually send the links to the remaining recipients."
msgstr "<0>Nota0> - Si usas Enlaces en combinación con plantillas directas, necesitarás enviar manualmente los enlaces a los destinatarios restantes."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:68
-#: packages/ui/components/document/document-global-auth-action-select.tsx:88
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "<0>Require 2FA0> - The recipient must have an account and 2FA enabled via their settings"
msgstr "<0>Requerir 2FA0> - El destinatario debe tener una cuenta y 2FA habilitado a través de sus configuraciones"
-#: packages/ui/components/document/document-global-auth-access-select.tsx:71
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "<0>Require account0> - The recipient must be signed in to view the document"
msgstr "<0>Requerir cuenta0> - El destinatario debe haber iniciado sesión para ver el documento"
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:62
-#: packages/ui/components/document/document-global-auth-action-select.tsx:82
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "<0>Require passkey0> - The recipient must have an account and passkey configured via their settings"
msgstr "<0>Requerir clave de acceso0> - El destinatario debe tener una cuenta y clave de acceso configurada a través de sus configuraciones"
-#: apps/remix/app/components/tables/documents-table-sender-filter.tsx:52
+#: apps/remix/app/components/tables/documents-table-sender-filter.tsx
msgid "<0>Sender:0> All"
msgstr "<0>Remitente:0> Todos"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:105
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "<0>You are about to complete approving <1>\"{documentTitle}\"1>.0><2/> Are you sure?"
msgstr "<0>Está a punto de completar la aprobación de <1>\"{documentTitle}\"1>.0><2/> ¿Está seguro?"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:91
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "<0>You are about to complete signing \"<1>{documentTitle}1>\".0><2/> Are you sure?"
msgstr "<0>Está a punto de completar la firma de \"<1>{documentTitle}1>\".0><2/> ¿Está seguro?"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:77
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "<0>You are about to complete viewing \"<1>{documentTitle}1>\".0><2/> Are you sure?"
msgstr "<0>Está a punto de completar la visualización de \"<1>{documentTitle}1>\".0><2/> ¿Está seguro?"
-#: apps/remix/app/components/forms/token.tsx:45
+#: apps/remix/app/components/forms/token.tsx
msgid "1 month"
msgstr "1 mes"
-#: apps/remix/app/components/forms/token.tsx:48
+#: apps/remix/app/components/forms/token.tsx
msgid "12 months"
msgstr "12 meses"
-#: apps/remix/app/components/forms/token.tsx:46
+#: apps/remix/app/components/forms/token.tsx
msgid "3 months"
msgstr "3 meses"
-#: apps/remix/app/components/general/generic-error-layout.tsx:41
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "404 not found"
msgstr ""
-#: apps/remix/app/routes/_profile+/_layout.tsx:102
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "404 Profile not found"
msgstr "404 Perfil no encontrado"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:62
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "404 Team not found"
msgstr "404 Equipo no encontrado"
-#: apps/remix/app/components/general/generic-error-layout.tsx:46
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "500 Internal Server Error"
msgstr ""
-#: apps/remix/app/components/forms/token.tsx:47
+#: apps/remix/app/components/forms/token.tsx
msgid "6 months"
msgstr "6 meses"
-#: apps/remix/app/components/forms/token.tsx:44
+#: apps/remix/app/components/forms/token.tsx
msgid "7 days"
msgstr "7 días"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:52
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "A confirmation email has been sent, and it should arrive in your inbox shortly."
msgstr "Se ha enviado un correo electrónico de confirmación y debería llegar a tu bandeja de entrada en breve."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:66
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "A device capable of accessing, opening, and reading documents"
msgstr "Un dispositivo capaz de acceder, abrir y leer documentos"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:105
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "A document was created by your direct template that requires you to {recipientActionVerb} it."
msgstr "Se creó un documento a partir de tu plantilla directa que requiere que {recipientActionVerb}."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:228
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "A draft document will be created"
msgstr "Se creará un documento borrador"
-#: packages/lib/utils/document-audit-logs.ts:277
+#: packages/lib/utils/document-audit-logs.ts
msgid "A field was added"
msgstr "Se añadió un campo"
-#: packages/lib/utils/document-audit-logs.ts:281
+#: packages/lib/utils/document-audit-logs.ts
msgid "A field was removed"
msgstr "Se eliminó un campo"
-#: packages/lib/utils/document-audit-logs.ts:285
+#: packages/lib/utils/document-audit-logs.ts
msgid "A field was updated"
msgstr "Se actualizó un campo"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:69
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "A means to print or download documents for your records"
msgstr "Un medio para imprimir o descargar documentos para sus registros"
-#: packages/lib/jobs/definitions/emails/send-team-member-joined-email.handler.ts:98
+#: packages/lib/jobs/definitions/emails/send-team-member-joined-email.handler.ts
msgid "A new member has joined your team"
msgstr "Un nuevo miembro se ha unido a tu equipo"
-#: apps/remix/app/components/forms/token.tsx:124
+#: apps/remix/app/components/forms/token.tsx
msgid "A new token was created successfully."
msgstr "Un nuevo token se ha creado con éxito."
-#: apps/remix/app/routes/_unauthenticated+/check-email.tsx:21
-#: apps/remix/app/components/forms/forgot-password.tsx:56
+#: apps/remix/app/routes/_unauthenticated+/check-email.tsx
+#: apps/remix/app/components/forms/forgot-password.tsx
msgid "A password reset email has been sent, if you have an account you should see it in your inbox shortly."
msgstr "Se ha enviado un correo electrónico para restablecer la contraseña, si tienes una cuenta deberías verlo en tu bandeja de entrada en breve."
-#: packages/lib/utils/document-audit-logs.ts:289
+#: packages/lib/utils/document-audit-logs.ts
msgid "A recipient was added"
msgstr "Se añadió un destinatario"
-#: packages/lib/utils/document-audit-logs.ts:293
+#: packages/lib/utils/document-audit-logs.ts
msgid "A recipient was removed"
msgstr "Se eliminó un destinatario"
-#: packages/lib/utils/document-audit-logs.ts:297
+#: packages/lib/utils/document-audit-logs.ts
msgid "A recipient was updated"
msgstr "Se actualizó un destinatario"
#. placeholder {0}: transferVerification.name
#. placeholder {1}: transferVerification.email
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:91
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "A request to transfer the ownership of this team has been sent to <0>{0} ({1})0>"
msgstr "Se ha enviado una solicitud para transferir la propiedad de este equipo a <0>{0} ({1})0>"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/create-team-email-verification.ts:160
+#: packages/lib/server-only/team/create-team-email-verification.ts
msgid "A request to use your email has been initiated by {0} on Documenso"
msgstr "Se ha iniciado una solicitud para usar tu correo electrónico por {0} en Documenso"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:221
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "A secret that will be sent to your URL so you can verify that the request has been sent by Documenso"
msgstr "Un secreto que se enviará a tu URL para que puedas verificar que la solicitud ha sido enviada por Documenso"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:191
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:192
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "A secret that will be sent to your URL so you can verify that the request has been sent by Documenso."
msgstr "Un secreto que se enviará a tu URL para que puedas verificar que la solicitud ha sido enviada por Documenso."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:60
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "A stable internet connection"
msgstr "Una conexión a Internet estable"
-#: packages/email/templates/team-join.tsx:32
+#: packages/email/templates/team-join.tsx
msgid "A team member has joined a team on Documenso"
msgstr "Un miembro del equipo se ha unido a un equipo en Documenso"
#. placeholder {0}: team.name
-#: packages/lib/jobs/definitions/emails/send-team-member-left-email.handler.ts:87
+#: packages/lib/jobs/definitions/emails/send-team-member-left-email.handler.ts
msgid "A team member has left {0}"
msgstr "Un miembro del equipo ha dejado {0}"
-#: packages/email/templates/team-leave.tsx:32
+#: packages/email/templates/team-leave.tsx
msgid "A team member has left a team on Documenso"
msgstr "Un miembro del equipo ha dejado un equipo en Documenso"
-#: packages/email/templates/team-delete.tsx:29
-#: packages/email/templates/team-delete.tsx:33
+#: packages/email/templates/team-delete.tsx
+#: packages/email/templates/team-delete.tsx
msgid "A team you were a part of has been deleted"
msgstr "Un equipo del que formabas parte ha sido eliminado"
-#: apps/remix/app/components/forms/public-profile-form.tsx:197
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "A unique URL to access your profile"
msgstr "Una URL única para acceder a tu perfil"
-#: apps/remix/app/components/forms/team-update-form.tsx:136
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:205
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "A unique URL to identify your team"
msgstr "Una URL única para identificar tu equipo"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:134
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "A verification email will be sent to the provided email."
msgstr "Se enviará un correo electrónico de verificación a la dirección proporcionada."
-#: apps/remix/app/components/general/teams/team-invitations.tsx:146
-#: packages/email/templates/team-transfer-request.tsx:82
-#: packages/email/templates/team-invite.tsx:95
-#: packages/email/templates/confirm-team-email.tsx:119
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: packages/email/templates/team-transfer-request.tsx
+#: packages/email/templates/team-invite.tsx
+#: packages/email/templates/confirm-team-email.tsx
msgid "Accept"
msgstr "Aceptar"
-#: packages/email/templates/team-invite.tsx:43
+#: packages/email/templates/team-invite.tsx
msgid "Accept invitation to join a team on Documenso"
msgstr "Aceptar invitación para unirse a un equipo en Documenso"
-#: packages/email/templates/confirm-team-email.tsx:42
+#: packages/email/templates/confirm-team-email.tsx
msgid "Accept team email request for {teamName} on Documenso"
msgstr "Aceptar la solicitud de correo electrónico del equipo para {teamName} en Documenso"
-#: packages/email/templates/team-transfer-request.tsx:30
+#: packages/email/templates/team-transfer-request.tsx
msgid "Accept team transfer request on Documenso"
msgstr "Aceptar solicitud de transferencia de equipo en Documenso"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:29
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Acceptance and Consent"
msgstr "Aceptación y Consentimiento"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:126
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Accepted team invitation"
msgstr "Invitación de equipo aceptada"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:134
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Account Authentication"
msgstr "Autenticación de Cuenta"
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:49
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:47
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Account deleted"
msgstr "Cuenta eliminada"
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:49
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Account disabled"
msgstr "Cuenta deshabilitada"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:46
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Account enabled"
msgstr "Cuenta habilitada"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:125
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Account Re-Authentication"
msgstr "Re-autenticación de Cuenta"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:135
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Acknowledgment"
msgstr "Reconocimiento"
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:112
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:158
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:46
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:112
-#: apps/remix/app/components/tables/document-logs-table.tsx:94
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:111
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/document-logs-table.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Action"
msgstr "Acción"
-#: apps/remix/app/components/tables/templates-table.tsx:154
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:103
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:112
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:127
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:136
-#: apps/remix/app/components/tables/documents-table.tsx:78
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:173
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Actions"
msgstr "Acciones"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:70
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:105
-#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx:64
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx
msgid "Active"
msgstr "Activo"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Active Subscriptions"
msgstr "Suscripciones Activas"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:186
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "Add"
msgstr "Agregar"
-#: packages/ui/primitives/document-dropzone.tsx:67
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Add a document"
msgstr "Agregar un documento"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:512
-#: packages/ui/primitives/document-flow/add-settings.tsx:388
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Add a URL to redirect the user to once the document is signed"
msgstr "Agregue una URL para redirigir al usuario una vez que se firme el documento"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:83
-#: apps/remix/app/components/general/document/document-edit-form.tsx:151
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add all relevant fields for each recipient."
msgstr "Agrega todos los campos relevantes para cada destinatario."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:78
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Add all relevant placeholders for each recipient."
msgstr "Agrega todos los marcadores de posición relevantes para cada destinatario."
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:94
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Add an authenticator to serve as a secondary authentication method for signing documents."
msgstr "Agrega un autenticador para servir como método de autenticación secundario para firmar documentos."
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:89
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Add an authenticator to serve as a secondary authentication method when signing in, or when signing documents."
msgstr "Agrega un autenticador para servir como método de autenticación secundario al iniciar sesión o al firmar documentos."
-#: packages/ui/primitives/document-flow/add-settings.tsx:300
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Add an external ID to the document. This can be used to identify the document in external systems."
msgstr "Agregue un ID externo al documento. Esto se puede usar para identificar el documento en sistemas externos."
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:429
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Add an external ID to the template. This can be used to identify in external systems."
msgstr "Agregue un ID externo a la plantilla. Esto se puede usar para identificar en sistemas externos."
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:186
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Add another option"
msgstr "Agregar otra opción"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:165
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:230
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Add another value"
msgstr "Agregar otro valor"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:122
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "Add email"
msgstr "Agregar correo electrónico"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:82
-#: apps/remix/app/components/general/document/document-edit-form.tsx:150
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add Fields"
msgstr "Agregar Campos"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:362
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Add more"
msgstr "Agregar más"
-#: packages/ui/primitives/document-flow/add-signers.tsx:693
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Add myself"
msgstr "Agregame"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:706
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "Add Myself"
msgstr "Agregame"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:145
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:153
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Add passkey"
msgstr "Agregar clave"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:692
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "Add Placeholder Recipient"
msgstr "Agregar destinatario de marcador de posición"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:77
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Add Placeholders"
msgstr "Agregar Marcadores de posición"
-#: packages/ui/primitives/document-flow/add-signers.tsx:682
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Add Signer"
msgstr "Agregar firmante"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:145
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add Signers"
msgstr "Agregar Firmantes"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:130
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "Add team email"
msgstr "Agregar correo electrónico del equipo"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:81
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Add text"
msgstr "Agregar texto"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:86
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Add text to the field"
msgstr "Agregar texto al campo"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:146
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add the people who will sign the document."
msgstr "Agrega a las personas que firmarán el documento."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:230
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Add the recipients to create the document with"
msgstr "Agrega los destinatarios con los que crear el documento"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:153
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Adding and removing seats will adjust your invoice accordingly."
msgstr "Agregar y eliminar asientos ajustará tu factura en consecuencia."
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:302
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Additional brand information to display at the bottom of emails"
msgstr "Información adicional de la marca para mostrar al final de los correos electrónicos"
-#: packages/lib/constants/teams.ts:9
+#: packages/lib/constants/teams.ts
msgid "Admin"
msgstr "Administrador"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:95
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Admin Actions"
msgstr "Acciones Administrativas"
-#: apps/remix/app/components/general/menu-switcher.tsx:251
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Admin panel"
msgstr "Panel administrativo"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:411
-#: packages/ui/primitives/document-flow/add-settings.tsx:282
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Advanced Options"
msgstr "Opciones avanzadas"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:496
-#: packages/ui/primitives/document-flow/add-fields.tsx:583
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Advanced settings"
msgstr "Configuraciones avanzadas"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:125
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "After signing a document electronically, you will be provided the opportunity to view, download, and print the document for your records. It is highly recommended that you retain a copy of all electronically signed documents for your personal records. We will also retain a copy of the signed document for our records however we may not be able to provide you with a copy of the signed document after a certain period of time."
msgstr "Después de firmar un documento electrónicamente, se le dará la oportunidad de ver, descargar e imprimir el documento para sus registros. Se recomienda encarecidamente que conserve una copia de todos los documentos firmados electrónicamente para sus registros personales. También mantendremos una copia del documento firmado para nuestros registros, sin embargo, es posible que no podamos proporcionarle una copia del documento firmado después de un cierto período de tiempo."
-#: packages/lib/constants/template.ts:21
+#: packages/lib/constants/template.ts
msgid "After submission, a document will be automatically generated and added to your documents page. You will also receive a notification via email."
msgstr "Después de la presentación, se generará automáticamente un documento y se agregará a su página de documentos. También recibirá una notificación por correo electrónico."
-#: apps/remix/app/components/general/document/document-status.tsx:46
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "All"
msgstr "Todos"
-#: apps/remix/app/components/general/app-command-menu.tsx:38
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "All documents"
msgstr "Todos los documentos"
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:35
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "All documents have been processed. Any new documents that are sent or received will show here."
msgstr "Todos los documentos han sido procesados. Cualquier nuevo documento que se envíe o reciba aparecerá aquí."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:77
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "All documents related to the electronic signing process will be provided to you electronically through our platform or via email. It is your responsibility to ensure that your email address is current and that you can receive and open our emails."
msgstr "Todos los documentos relacionados con el proceso de firma electrónica se le proporcionarán electrónicamente a través de nuestra plataforma o por correo electrónico. Es su responsabilidad asegurarse de que su dirección de correo electrónico esté actualizada y que pueda recibir y abrir nuestros correos electrónicos."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:141
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "All inserted signatures will be voided"
msgstr "Todas las firmas insertadas serán anuladas"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:144
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "All recipients will be notified"
msgstr "Todos los destinatarios serán notificados"
-#: packages/email/template-components/template-document-cancel.tsx:31
+#: packages/email/template-components/template-document-cancel.tsx
msgid "All signatures have been voided."
msgstr "Todas las firmas han sido anuladas."
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:60
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "All signing links have been copied to your clipboard."
msgstr "Todos los enlaces de firma se han copiado en su portapapeles."
-#: apps/remix/app/components/general/app-command-menu.tsx:53
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "All templates"
msgstr "Todas las plantillas"
-#: apps/remix/app/components/general/period-selector.tsx:56
+#: apps/remix/app/components/general/period-selector.tsx
msgid "All Time"
msgstr "Todo el Tiempo"
-#: packages/email/templates/confirm-team-email.tsx:99
+#: packages/email/templates/confirm-team-email.tsx
msgid "Allow document recipients to reply directly to this email address"
msgstr "Permitir que los destinatarios del documento respondan directamente a esta dirección de correo electrónico"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:141
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Allows authenticating using biometrics, password managers, hardware keys, etc."
msgstr "Permite autenticarse usando biometría, administradores de contraseñas, claves de hardware, etc."
-#: apps/remix/app/components/forms/signup.tsx:420
+#: apps/remix/app/components/forms/signup.tsx
msgid "Already have an account? <0>Sign in instead0>"
msgstr "¿Ya tienes una cuenta? <0>Iniciar sesión en su lugar0>"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:86
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Amount"
msgstr "Cantidad"
-#: packages/email/templates/document-super-delete.tsx:22
+#: packages/email/templates/document-super-delete.tsx
msgid "An admin has deleted your document \"{documentName}\"."
msgstr "Un administrador ha eliminado tu documento \"{documentName}\"."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:44
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "An electronic signature provided by you on our platform, achieved through clicking through to a document and entering your name, or any other electronic signing method we provide, is legally binding. It carries the same weight and enforceability as a manual signature written with ink on paper."
msgstr "Una firma electrónica proporcionada por usted en nuestra plataforma, lograda mediante el clic en un documento e ingresando su nombre, o cualquier otro método de firma electrónica que proporcionemos, es legalmente vinculante. Tiene el mismo peso y exigibilidad que una firma manual escrita con tinta en papel."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:63
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "An email account"
msgstr "Una cuenta de correo electrónico"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:258
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "An email containing an invitation will be sent to each member."
msgstr "Un correo electrónico que contiene una invitación se enviará a cada miembro."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:107
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "An email requesting the transfer of this team has been sent."
msgstr "Se ha enviado un correo electrónico solicitando la transferencia de este equipo."
-#: apps/remix/app/components/general/claim-account.tsx:96
-#: apps/remix/app/components/forms/token.tsx:140
-#: apps/remix/app/components/forms/signup.tsx:160
-#: apps/remix/app/components/forms/reset-password.tsx:91
-#: apps/remix/app/components/forms/password.tsx:89
-#: apps/remix/app/components/forms/avatar-image.tsx:122
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/token.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "An error occurred"
msgstr "Ocurrió un error"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:217
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "An error occurred while adding fields."
msgstr "Ocurrió un error al agregar campos."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:177
-#: apps/remix/app/components/general/document/document-edit-form.tsx:235
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while adding signers."
msgstr "Ocurrió un error al agregar firmantes."
-#: apps/remix/app/components/general/document/document-edit-form.tsx:270
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while adding the fields."
msgstr "Ocurrió un error al agregar los campos."
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:150
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "An error occurred while auto-signing the document, some fields may not be signed. Please review and manually sign any remaining fields."
msgstr "Se produjo un error al firmar automáticamente el documento, es posible que algunos campos no estén firmados. Por favor, revise y firme manualmente cualquier campo restante."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:186
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "An error occurred while creating document from template."
msgstr "Ocurrió un error al crear el documento a partir de la plantilla."
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:95
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "An error occurred while creating the webhook. Please try again."
msgstr "Ocurrió un error al crear el webhook. Por favor, intenta de nuevo."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:59
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "An error occurred while deleting the user."
msgstr "Se produjo un error al eliminar al usuario."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:125
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "An error occurred while disabling direct link signing."
msgstr "Ocurrió un error al desactivar la firma de enlace directo."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:59
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "An error occurred while disabling the user."
msgstr "Se produjo un error al deshabilitar al usuario."
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:96
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:74
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:95
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:64
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
msgid "An error occurred while downloading your document."
msgstr "Ocurrió un error al descargar tu documento."
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:45
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "An error occurred while duplicating template."
msgstr "Ocurrió un error al duplicar la plantilla."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:124
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "An error occurred while enabling direct link signing."
msgstr "Ocurrió un error al habilitar la firma de enlace directo."
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:56
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "An error occurred while enabling the user."
msgstr "Se produjo un error al habilitar al usuario."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:262
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "An error occurred while loading team members. Please try again later."
msgstr "Ocurrió un error al cargar los miembros del equipo. Por favor intenta de nuevo más tarde."
-#: packages/ui/primitives/pdf-viewer.tsx:167
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "An error occurred while loading the document."
msgstr "Se produjo un error al cargar el documento."
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:55
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "An error occurred while moving the document."
msgstr "Ocurrió un error al mover el documento."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:81
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "An error occurred while moving the template."
msgstr "Ocurrió un error al mover la plantilla."
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:209
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:204
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:155
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:112
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:115
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:136
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:124
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:157
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while removing the field."
msgstr "Ocurrió un error mientras se eliminaba el campo."
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:132
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
msgid "An error occurred while removing the selection."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:188
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "An error occurred while removing the signature."
msgstr "Ocurrió un error al eliminar la firma."
-#: apps/remix/app/components/general/document/document-edit-form.tsx:312
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while sending the document."
msgstr "Ocurrió un error al enviar el documento."
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:61
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "An error occurred while sending your confirmation email"
msgstr "Ocurrió un error al enviar tu correo electrónico de confirmación"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:180
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:104
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:154
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:128
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:85
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:88
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:103
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:97
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:127
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while signing as assistant."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:181
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:162
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:105
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:155
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:129
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:86
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:89
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:104
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:98
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:128
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while signing the document."
msgstr "Ocurrió un error al firmar el documento."
-#: apps/remix/app/components/general/billing-plans.tsx:63
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "An error occurred while trying to create a checkout session."
msgstr ""
-#: apps/remix/app/components/general/template/template-edit-form.tsx:149
-#: apps/remix/app/components/general/document/document-edit-form.tsx:205
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while updating the document settings."
msgstr "Ocurrió un error al actualizar la configuración del documento."
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:215
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while updating the signature."
msgstr "Ocurrió un error al actualizar la firma."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:79
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "An error occurred while updating your profile."
msgstr "Ocurrió un error al actualizar tu perfil."
-#: apps/remix/app/components/general/document/document-upload.tsx:100
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "An error occurred while uploading your document."
msgstr "Ocurrió un error al subir tu documento."
-#: apps/remix/app/components/general/generic-error-layout.tsx:48
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "An unexpected error occurred."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:88
-#: apps/remix/app/components/general/app-command-menu.tsx:309
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:51
-#: apps/remix/app/components/forms/team-update-form.tsx:91
-#: apps/remix/app/components/forms/signup.tsx:181
-#: apps/remix/app/components/forms/signup.tsx:195
-#: apps/remix/app/components/forms/signin.tsx:52
-#: apps/remix/app/components/forms/signin.tsx:265
-#: apps/remix/app/components/forms/signin.tsx:281
-#: apps/remix/app/components/forms/public-profile-form.tsx:103
-#: apps/remix/app/components/forms/profile.tsx:74
-#: apps/remix/app/components/forms/avatar-image.tsx:94
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:81
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:88
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:114
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:99
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:154
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:57
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:57
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:86
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:97
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:82
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:104
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:139
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:175
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:56
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:55
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "An unknown error occurred"
msgstr "Ocurrió un error desconocido"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:223
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Any payment methods attached to this team will remain attached to this team. Please contact us if you need to update this information."
msgstr "Cualquier método de pago adjunto a este equipo permanecerá adjunto a este equipo. Por favor, contáctanos si necesitas actualizar esta información."
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:217
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Any Source"
msgstr "Cualquier fuente"
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:197
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Any Status"
msgstr "Cualquier estado"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:26
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:84
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:82
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:94
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:85
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "API Tokens"
msgstr "Tokens de API"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:92
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "App Version"
msgstr "Versión de la Aplicación"
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:135
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:118
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:143
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:89
-#: packages/lib/constants/recipient-roles.ts:7
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Approve"
msgstr "Aprobar"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:185
-#: packages/email/template-components/template-document-invite.tsx:108
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Approve Document"
msgstr "Aprobar Documento"
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:93
-#: packages/lib/constants/recipient-roles.ts:8
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Approved"
msgstr "Aprobado"
-#: packages/lib/constants/recipient-roles.ts:10
+#: packages/lib/constants/recipient-roles.ts
msgid "Approver"
msgstr "Aprobador"
-#: packages/lib/constants/recipient-roles.ts:11
+#: packages/lib/constants/recipient-roles.ts
msgid "Approvers"
msgstr "Aprobadores"
-#: packages/lib/constants/recipient-roles.ts:9
+#: packages/lib/constants/recipient-roles.ts
msgid "Approving"
msgstr "Aprobando"
-#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx:46
+#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
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/remix/app/components/dialogs/token-delete-dialog.tsx:120
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Are you sure you want to delete this token?"
msgstr "¿Estás seguro de que deseas eliminar este token?"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:127
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
msgid "Are you sure you want to reject this document? This action cannot be undone."
msgstr "Are you sure you want to reject this document? This action cannot be undone."
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:193
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Are you sure you want to remove the <0>{passkeyName}0> passkey."
msgstr "¿Está seguro de que desea eliminar la clave de acceso <0>{passkeyName}0>?"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:124
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Are you sure you wish to delete this team?"
msgstr "¿Estás seguro de que deseas eliminar este equipo?"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:93
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:455
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:80
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:80
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:113
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:436
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:94
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Are you sure?"
msgstr "¿Estás seguro?"
-#: packages/lib/constants/recipient-roles.ts:35
+#: packages/lib/constants/recipient-roles.ts
msgid "Assist"
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:186
-#: packages/email/template-components/template-document-invite.tsx:110
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Assist Document"
msgstr ""
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:299
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Assist with signing"
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:38
+#: packages/lib/constants/recipient-roles.ts
msgid "Assistant"
msgstr ""
-#: packages/ui/components/recipient/recipient-role-select.tsx:140
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Assistant role is only available when the document is in sequential signing mode."
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:39
+#: packages/lib/constants/recipient-roles.ts
msgid "Assistants"
msgstr ""
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:125
-#: packages/lib/constants/recipient-roles.ts:36
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Assisted"
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:37
+#: packages/lib/constants/recipient-roles.ts
msgid "Assisting"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:115
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
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."
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:133
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Audit Log"
msgstr "Registro de Auditoría"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:206
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Authentication Level"
msgstr "Nivel de Autenticación"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:48
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:38
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "Authentication required"
msgstr "Se requiere autenticación"
-#: apps/remix/app/components/forms/avatar-image.tsx:142
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Avatar"
msgstr "Avatar"
-#: apps/remix/app/components/forms/avatar-image.tsx:109
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Avatar Updated"
msgstr "Avatar actualizado"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:125
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Awaiting email confirmation"
msgstr "Esperando confirmación de correo electrónico"
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:367
-#: apps/remix/app/components/forms/signup.tsx:503
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Back"
msgstr "Atrás"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:160
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Back to Documents"
msgstr "Volver a Documentos"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:151
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Background Color"
msgstr "Color de Fondo"
-#: apps/remix/app/components/forms/signin.tsx:463
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:162
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Backup Code"
msgstr "Código de respaldo"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:170
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Backup codes"
msgstr "Códigos de respaldo"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:80
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Banner Updated"
msgstr "Banner actualizado"
-#: apps/remix/app/components/forms/signup.tsx:466
+#: apps/remix/app/components/forms/signup.tsx
msgid "Basic details"
msgstr "Detalles básicos"
-#: packages/email/template-components/template-confirmation-email.tsx:25
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "Before you get started, please confirm your email address by clicking the button below:"
msgstr "Antes de comenzar, por favor confirma tu dirección de correo electrónico haciendo clic en el botón de abajo:"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:77
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:84
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:111
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:109
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:121
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:112
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Billing"
msgstr "Facturación"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:534
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Black"
msgstr "Negro"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:548
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Blue"
msgstr "Azul"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:40
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Branding Preferences"
msgstr "Preferencias de marca"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:101
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Branding preferences updated"
msgstr "Preferencias de marca actualizadas"
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:93
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:48
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
msgid "Browser"
msgstr "Navegador"
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:143
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "Bulk Copy"
msgstr "Copia masiva"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:275
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Bulk Import"
msgstr "Importación masiva"
#. placeholder {0}: template.title
-#: packages/lib/jobs/definitions/internal/bulk-send-template.handler.ts:203
+#: packages/lib/jobs/definitions/internal/bulk-send-template.handler.ts
msgid "Bulk Send Complete: {0}"
msgstr "Envío Masivo Completo: {0}"
-#: packages/email/templates/bulk-send-complete.tsx:30
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Bulk send operation complete for template \"{templateName}\""
msgstr "Operación de envío masivo completa para la plantilla \"{templateName}\""
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:127
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Bulk Send Template via CSV"
msgstr "Enviar plantilla masiva a través de CSV"
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:99
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:119
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Bulk Send via CSV"
msgstr "Envío Masivo vía CSV"
-#: packages/email/templates/team-invite.tsx:85
+#: packages/email/templates/team-invite.tsx
msgid "by <0>{senderName}0>"
msgstr "por <0>{senderName}0>"
-#: packages/email/templates/confirm-team-email.tsx:88
+#: packages/email/templates/confirm-team-email.tsx
msgid "By accepting this request, you will be granting <0>{teamName}0> access to:"
msgstr "Al aceptar esta solicitud, estarás concediendo a <0>{teamName}0> acceso a:"
-#: packages/email/templates/team-transfer-request.tsx:71
+#: packages/email/templates/team-transfer-request.tsx
msgid "By accepting this request, you will take responsibility for any billing items associated with this team."
msgstr "Al aceptar esta solicitud, asumirás la responsabilidad de cualquier ítem de facturación asociado con este equipo."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:152
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "By deleting this document, the following will occur:"
msgstr "Al eliminar este documento, ocurrirá lo siguiente:"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:113
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "By enabling 2FA, you will be required to enter a code from your authenticator app every time you sign in using email password."
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:138
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "By proceeding to use the electronic signature service provided by Documenso, you affirm that you have read and understood this disclosure. You agree to all terms and conditions related to the use of electronic signatures and electronic transactions as outlined herein."
msgstr "Al continuar utilizando el servicio de firma electrónica proporcionado por Documenso, usted afirma que ha leído y entendido esta divulgación. Acepta todos los términos y condiciones relacionados con el uso de firmas electrónicas y transacciones electrónicas según lo detallado aquí."
-#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx:16
+#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx
msgid "By proceeding with your electronic signature, you acknowledge and consent that it will be used to sign the given document and holds the same legal validity as a handwritten signature. By completing the electronic signing process, you affirm your understanding and acceptance of these conditions."
msgstr "Al continuar con su firma electrónica, usted reconoce y consiente que se utilizará para firmar el documento dado y tiene la misma validez legal que una firma manuscrita. Al completar el proceso de firma electrónica, usted afirma su comprensión y aceptación de estas condiciones."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:88
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
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:126
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Can prepare"
msgstr ""
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:162
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:203
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:118
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:108
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:364
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:315
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:160
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:349
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:234
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:208
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:383
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:131
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:212
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:165
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:190
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:75
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:175
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:172
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:263
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:156
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:234
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:167
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:145
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:71
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:472
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:78
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:262
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:241
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:186
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:367
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:103
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:101
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:159
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:147
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:182
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:161
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:217
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:167
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:447
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:247
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:183
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:115
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:112
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:186
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:58
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:321
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Cancel"
msgstr "Cancelar"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:225
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Cancelled by user"
msgstr "Cancelado por el usuario"
-#: packages/ui/primitives/document-flow/add-signers.tsx:196
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Cannot remove signer"
msgstr "No se puede eliminar el firmante"
-#: packages/lib/constants/recipient-roles.ts:17
+#: packages/lib/constants/recipient-roles.ts
msgid "Cc"
msgstr "Copia visible"
-#: packages/lib/constants/recipient-roles.ts:14
-#: packages/lib/constants/recipient-roles.ts:16
+#: packages/lib/constants/recipient-roles.ts
+#: packages/lib/constants/recipient-roles.ts
msgid "CC"
msgstr "COPIA VISIBLE"
-#: packages/lib/constants/recipient-roles.ts:15
+#: packages/lib/constants/recipient-roles.ts
msgid "CC'd"
msgstr "Con copia"
-#: packages/lib/constants/recipient-roles.ts:18
+#: packages/lib/constants/recipient-roles.ts
msgid "Ccers"
msgstr ""
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:94
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Character Limit"
msgstr "Límite de caracteres"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:148
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Charts"
msgstr "Gráficas"
-#: packages/ui/primitives/document-flow/types.ts:58
+#: packages/ui/primitives/document-flow/types.ts
msgid "Checkbox"
msgstr "Casilla de verificación"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:196
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Checkbox values"
msgstr "Valores de Checkbox"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:180
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Checkout"
msgstr "Checkout"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:272
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Choose an existing recipient from below to continue"
msgstr "Elija un destinatario existente de abajo para continuar"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:268
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Choose Direct Link Recipient"
msgstr "Elija el destinatario del enlace directo"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:156
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Choose how the document will reach recipients"
msgstr "Elige cómo el documento llegará a los destinatarios"
-#: apps/remix/app/components/forms/token.tsx:194
+#: apps/remix/app/components/forms/token.tsx
msgid "Choose..."
msgstr "Elija..."
-#: apps/remix/app/components/general/claim-account.tsx:155
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Claim account"
msgstr "Reclamar cuenta"
-#: apps/remix/app/components/forms/signup.tsx:475
+#: apps/remix/app/components/forms/signup.tsx
msgid "Claim username"
msgstr "Reclamar nombre de usuario"
-#: apps/remix/app/components/forms/signup.tsx:276
+#: apps/remix/app/components/forms/signup.tsx
msgid "Claim your username now"
msgstr "Reclame su nombre de usuario ahora"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:535
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Clear file"
msgstr "Limpiar archivo"
-#: packages/ui/primitives/data-table.tsx:154
+#: packages/ui/primitives/data-table.tsx
msgid "Clear filters"
msgstr "Limpiar filtros"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:568
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Clear Signature"
msgstr "Limpiar firma"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:124
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "Click here to get started"
msgstr "Haga clic aquí para comenzar"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:112
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:60
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:75
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:131
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Click here to retry"
msgstr "Haga clic aquí para reintentar"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:390
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Click here to upload"
msgstr "Haga clic aquí para subir"
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:48
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:61
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
msgid "Click to copy signing link for sending to recipient"
msgstr "Haga clic para copiar el enlace de firma para enviar al destinatario"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:176
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:181
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:486
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:479
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Click to insert field"
msgstr "Haga clic para insertar campo"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:118
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:139
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:122
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:138
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:111
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:186
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:554
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:118
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:316
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:420
-#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx:42
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx
msgid "Close"
msgstr "Cerrar"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:61
-#: apps/remix/app/components/forms/signup.tsx:528
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:476
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:469
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Complete"
msgstr "Completo"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:70
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Approval"
msgstr "Completar Aprobación"
-#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx:43
+#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
msgid "Complete Document"
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:69
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Signing"
msgstr "Completar Firmado"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:227
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Complete the fields for the following signers. Once reviewed, they will inform you if any modifications are needed."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:68
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Viewing"
msgstr "Completar Visualización"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:75
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:200
-#: apps/remix/app/components/general/document/document-status.tsx:28
-#: packages/lib/constants/document.ts:9
-#: packages/email/template-components/template-document-self-signed.tsx:37
-#: packages/email/template-components/template-document-recipient-signed.tsx:37
-#: packages/email/template-components/template-document-completed.tsx:35
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-status.tsx
+#: packages/lib/constants/document.ts
+#: packages/email/template-components/template-document-self-signed.tsx
+#: packages/email/template-components/template-document-recipient-signed.tsx
+#: packages/email/template-components/template-document-completed.tsx
msgid "Completed"
msgstr "Completado"
-#: packages/email/templates/document-self-signed.tsx:19
-#: packages/email/templates/document-completed.tsx:23
+#: packages/email/templates/document-self-signed.tsx
+#: packages/email/templates/document-completed.tsx
msgid "Completed Document"
msgstr "Documento completado"
-#: apps/remix/app/components/general/app-command-menu.tsx:44
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Completed documents"
msgstr "Documentos completados"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:110
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Completed Documents"
msgstr "Documentos Completados"
-#: packages/lib/constants/template.ts:12
+#: packages/lib/constants/template.ts
msgid "Configure Direct Recipient"
msgstr "Configurar destinatario directo"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:141
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Configure general settings for the document."
msgstr "Configurar ajustes generales para el documento."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:73
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Configure general settings for the template."
msgstr "Configurar ajustes generales para la plantilla."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:334
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Configure template"
msgstr "Configurar plantilla"
#. placeholder {0}: parseMessageDescriptor( _, FRIENDLY_FIELD_TYPE[currentField.type], )
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:497
-#: packages/ui/primitives/document-flow/add-fields.tsx:584
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Configure the {0} field"
msgstr "Configurar el campo {0}"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:481
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:457
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Confirm"
msgstr "Confirmar"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:205
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Confirm by typing <0>{confirmTransferMessage}0>"
msgstr "Confirme escribiendo <0>{confirmTransferMessage}0>"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:147
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Confirm by typing <0>{deleteMessage}0>"
msgstr "Confirme escribiendo <0>{deleteMessage}0>"
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:133
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:143
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Confirm by typing: <0>{deleteMessage}0>"
msgstr "Confirme escribiendo: <0>{deleteMessage}0>"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:146
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Confirm Deletion"
msgstr "Confirmar Eliminación"
-#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx:15
-#: packages/email/template-components/template-confirmation-email.tsx:35
+#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "Confirm email"
msgstr "Confirmar correo electrónico"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:50
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "Confirmation email sent"
msgstr "Correo electrónico de confirmación enviado"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:85
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Consent to Electronic Transactions"
msgstr "Consentimiento para Transacciones Electrónicas"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:147
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Contact Information"
msgstr "Información de Contacto"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:194
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Content"
msgstr "Contenido"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:156
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:110
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:149
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:133
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:171
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:158
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:299
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:325
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:251
-#: packages/ui/primitives/document-flow/document-flow-root.tsx:140
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
+#: packages/ui/primitives/document-flow/document-flow-root.tsx
msgid "Continue"
msgstr "Continuar"
-#: packages/email/template-components/template-document-invite.tsx:85
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by approving the document."
msgstr "Continúa aprobando el documento."
-#: packages/email/template-components/template-document-invite.tsx:88
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by assisting with the document."
msgstr ""
-#: packages/email/template-components/template-document-completed.tsx:45
+#: packages/email/template-components/template-document-completed.tsx
msgid "Continue by downloading the document."
msgstr "Continúa descargando el documento."
-#: packages/email/template-components/template-document-invite.tsx:83
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by signing the document."
msgstr "Continúa firmando el documento."
-#: packages/email/template-components/template-document-invite.tsx:84
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by viewing the document."
msgstr "Continúa viendo el documento."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:164
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "Continue to login"
msgstr "Continuar con el inicio de sesión"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:184
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls the default language of an uploaded document. This will be used as the language in email communications with the recipients."
msgstr "Controla el idioma predeterminado de un documento cargado. Este se utilizará como el idioma en las comunicaciones por correo electrónico con los destinatarios."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:152
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls the default visibility of an uploaded document."
msgstr "Controla la visibilidad predeterminada de un documento cargado."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:231
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls the formatting of the message that will be sent when inviting a recipient to sign a document. If a custom message has been provided while configuring the document, it will be used instead."
msgstr "Controla el formato del mensaje que se enviará al invitar a un destinatario a firmar un documento. Si se ha proporcionado un mensaje personalizado al configurar el documento, se usará en su lugar."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:262
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls whether the recipients can sign the documents using a typed signature. Enable or disable the typed signature globally."
msgstr "Controla si los destinatarios pueden firmar los documentos utilizando una firma mecanografiada. Habilitar o deshabilitar la firma mecanografiada globalmente."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:292
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls whether the signing certificate will be included in the document when it is downloaded. The signing certificate can still be downloaded from the logs page separately."
msgstr "Controla si el certificado de firma se incluirá en el documento cuando se descargue. El certificado de firma aún puede descargarse por separado desde la página de registros."
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:126
-#: packages/ui/primitives/document-flow/add-subject.tsx:249
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Copied"
msgstr "Copiado"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:71
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:36
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:30
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:59
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:115
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:167
-#: apps/remix/app/components/forms/public-profile-form.tsx:116
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:165
-#: packages/ui/primitives/document-flow/add-subject.tsx:236
-#: packages/ui/components/document/document-share-button.tsx:45
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/ui/components/document/document-share-button.tsx
msgid "Copied to clipboard"
msgstr "Copiado al portapapeles"
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:121
-#: packages/ui/primitives/document-flow/add-subject.tsx:244
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Copy"
msgstr "Copiar"
-#: packages/ui/components/document/document-share-button.tsx:193
+#: packages/ui/components/document/document-share-button.tsx
msgid "Copy Link"
msgstr "Copiar enlace"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:163
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "Copy sharable link"
msgstr "Copiar enlace compartible"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:397
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Copy Shareable Link"
msgstr "Copiar enlace compartible"
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:81
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "Copy Signing Links"
msgstr "Copiar enlaces de firma"
-#: apps/remix/app/components/forms/token.tsx:284
+#: apps/remix/app/components/forms/token.tsx
msgid "Copy token"
msgstr "Copiar token"
-#: apps/remix/app/routes/_profile+/_layout.tsx:83
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:238
+#: apps/remix/app/routes/_profile+/_layout.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Create"
msgstr "Crear"
-#: packages/email/template-components/template-document-self-signed.tsx:47
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "Create a <0>free account0> to access your signed documents at any time."
msgstr "Crea una <0>cuenta gratuita0> para acceder a tus documentos firmados en cualquier momento."
-#: apps/remix/app/components/forms/signup.tsx:261
+#: apps/remix/app/components/forms/signup.tsx
msgid "Create a new account"
msgstr "Crear una nueva cuenta"
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:149
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Create a team to collaborate with your team members."
msgstr "Crea un equipo para colaborar con los miembros de tu equipo."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:136
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:131
-#: packages/email/template-components/template-document-self-signed.tsx:69
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "Create account"
msgstr "Crear cuenta"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:562
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create and send"
msgstr "Crear y enviar"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:560
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create as draft"
msgstr "Crear como borrador"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:363
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create as pending"
msgstr "Crear como pendiente"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx:35
+#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx
msgid "Create Direct Link"
msgstr "Crear enlace directo"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:203
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Create Direct Signing Link"
msgstr "Crear enlace de firma directo"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:224
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create document from template"
msgstr "Crear documento a partir de la plantilla"
-#: apps/remix/app/routes/_profile+/_layout.tsx:79
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "Create now"
msgstr "Crear ahora"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:352
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Create one automatically"
msgstr "Crear uno automáticamente"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:564
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create signing links"
msgstr "Crear enlaces de firma"
-#: apps/remix/app/components/general/menu-switcher.tsx:174
-#: apps/remix/app/components/general/menu-switcher.tsx:240
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:137
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:145
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Create team"
msgstr "Crear equipo"
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:225
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Create Team"
msgstr "Crear Equipo"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:370
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create the document as pending and ready to sign."
msgstr "Crear el documento como pendiente y listo para firmar."
-#: apps/remix/app/components/forms/token.tsx:244
-#: apps/remix/app/components/forms/token.tsx:253
+#: apps/remix/app/components/forms/token.tsx
+#: apps/remix/app/components/forms/token.tsx
msgid "Create token"
msgstr "Crear token"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:118
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Create webhook"
msgstr "Crear webhook"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:110
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Create Webhook"
msgstr "Crear Webhook"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:241
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Create your account and start using state-of-the-art document signing."
msgstr "Crea tu cuenta y comienza a utilizar la firma de documentos de última generación."
-#: apps/remix/app/components/forms/signup.tsx:265
+#: apps/remix/app/components/forms/signup.tsx
msgid "Create your account and start using state-of-the-art document signing. Open and beautiful signing is within your grasp."
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/remix/app/routes/_authenticated+/admin+/documents._index.tsx:57
-#: apps/remix/app/components/tables/templates-table.tsx:63
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:60
-#: apps/remix/app/components/tables/documents-table.tsx:47
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:110
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:34
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:101
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:35
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:271
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Created"
msgstr "Creado"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:116
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:39
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Created At"
msgstr "Creado En"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:90
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Created by"
msgstr "Creado por"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:84
-#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx:74
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx
msgid "Created on"
msgstr "Creado el"
#. placeholder {0}: i18n.date(webhook.createdAt, DateTime.DATETIME_FULL)
#. placeholder {0}: i18n.date(token.createdAt, DateTime.DATETIME_FULL)
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:88
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:83
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:83
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Created on {0}"
msgstr "Creado el {0}"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:142
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "CSV Structure"
msgstr "Estructura CSV"
-#: apps/remix/app/components/forms/password.tsx:109
+#: apps/remix/app/components/forms/password.tsx
msgid "Current Password"
msgstr "Contraseña actual"
-#: apps/remix/app/components/forms/password.tsx:78
+#: apps/remix/app/components/forms/password.tsx
msgid "Current password is incorrect."
msgstr "La contraseña actual es incorrecta."
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:153
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Current recipients:"
msgstr "Destinatarios actuales:"
-#: apps/remix/app/components/general/billing-plans.tsx:26
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Daily"
msgstr ""
-#: apps/remix/app/components/general/app-command-menu.tsx:261
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Dark Mode"
msgstr "Modo Oscuro"
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:64
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:146
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:815
-#: packages/ui/primitives/document-flow/types.ts:53
-#: packages/ui/primitives/document-flow/add-fields.tsx:940
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Date"
msgstr "Fecha"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:96
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Date created"
msgstr "Fecha de creación"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:452
-#: packages/ui/primitives/document-flow/add-settings.tsx:323
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Date Format"
msgstr "Formato de fecha"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:184
-#: packages/email/templates/team-invite.tsx:101
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: packages/email/templates/team-invite.tsx
msgid "Decline"
msgstr "Rechazar"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:163
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Declined team invitation"
msgstr "Invitación de equipo rechazada"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:164
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Default Document Language"
msgstr "Idioma predeterminado del documento"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:128
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Default Document Visibility"
msgstr "Visibilidad predeterminada del documento"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "delete"
msgstr "eliminar"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:100
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:95
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:103
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:109
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:182
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:216
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:175
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:144
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:102
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:112
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:87
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:112
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:165
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:196
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Delete"
msgstr "Eliminar"
#. placeholder {0}: webhook.webhookUrl
#. placeholder {0}: token.name
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:49
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:49
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "delete {0}"
msgstr "eliminar {0}"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "delete {teamName}"
msgstr "eliminar {teamName}"
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:129
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "Delete account"
msgstr "Eliminar cuenta"
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:90
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:97
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:72
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:86
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:93
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Delete Account"
msgstr "Eliminar Cuenta"
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:123
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "Delete document"
msgstr "Eliminar documento"
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:73
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:86
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:93
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "Delete Document"
msgstr "Eliminar Documento"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:189
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Delete passkey"
msgstr "Eliminar clave de paso"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:195
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:116
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Delete team"
msgstr "Eliminar equipo"
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:72
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "Delete team member"
msgstr "Eliminar miembro del equipo"
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:76
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "Delete the document. This action is irreversible so proceed with caution."
msgstr "Eliminar el documento. Esta acción es irreversible, así que proceda con precaución."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:79
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "Delete the users account and all its contents. This action is irreversible and will cancel their subscription, so proceed with caution."
msgstr "Eliminar la cuenta de usuario y todo su contenido. Esta acción es irreversible y cancelará su suscripción, así que proceda con cautela."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:110
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "Delete Webhook"
msgstr "Eliminar Webhook"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:75
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Delete your account and all its contents, including completed documents. This action is irreversible and will cancel your subscription, so proceed with caution."
msgstr "Eliminar su cuenta y todo su contenido, incluidos documentos completados. Esta acción es irreversible y cancelará su suscripción, así que proceda con cuidado."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:102
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:77
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Deleted"
msgstr "Eliminado"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:146
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Deleting account..."
msgstr "Eliminando cuenta..."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:186
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Details"
msgstr "Detalles"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:250
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:69
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
msgid "Device"
msgstr "Dispositivo"
-#: packages/email/templates/reset-password.tsx:72
+#: packages/email/templates/reset-password.tsx
msgid "Didn't request a password change? We are here to help you secure your account, just <0>contact us.0>"
msgstr "¿No solicitaste un cambio de contraseña? Estamos aquí para ayudarte a asegurar tu cuenta, solo <0>contáctanos.0>"
-#: apps/remix/app/components/tables/templates-table.tsx:105
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:45
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
msgid "direct link"
msgstr "enlace directo"
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:83
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:38
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Direct link"
msgstr "Enlace directo"
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:152
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:223
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Direct Link"
msgstr "Enlace directo"
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:45
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
msgid "direct link disabled"
msgstr "enlace directo deshabilitado"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:639
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "Direct link receiver"
msgstr "Receptor de enlace directo"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:363
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct Link Signing"
msgstr "Firma de enlace directo"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:116
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct link signing has been disabled"
msgstr "La firma de enlace directo ha sido deshabilitada"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:115
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct link signing has been enabled"
msgstr "La firma de enlace directo ha sido habilitada"
-#: apps/remix/app/components/tables/templates-table.tsx:109
+#: apps/remix/app/components/tables/templates-table.tsx
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/remix/app/components/dialogs/template-direct-link-dialog.tsx:145
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct template link deleted"
msgstr "Enlace de plantilla directo eliminado"
#. placeholder {0}: quota.directTemplates
#. placeholder {1}: quota.directTemplates
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:229
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct template link usage exceeded ({0}/{1})"
msgstr "El uso de enlace de plantilla directo excedió ({0}/{1})"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:414
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Disable"
msgstr "Deshabilitar"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:111
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:118
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:187
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Disable 2FA"
msgstr "Deshabilitar 2FA"
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:134
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Disable account"
msgstr "Deshabilitar cuenta"
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:90
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:97
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Disable Account"
msgstr "Deshabilitar Cuenta"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:105
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Disable Two Factor Authentication before deleting your account."
msgstr "Deshabilite la Autenticación de Dos Factores antes de eliminar su cuenta."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:74
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:69
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "Disabled"
msgstr "Deshabilitado"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:380
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:79
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Disabling the user results in the user not being able to use the account. It also disables all the related contents such as subscription, webhooks, teams, and API keys."
msgstr "Deshabilitar al usuario implica que no podrá usar la cuenta. También desactiva todos los contenidos relacionados como suscripciones, webhooks, equipos y claves API."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:74
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Display your name and email in documents"
msgstr "Mostrar su nombre y correo electrónico en documentos"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:155
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Distribute Document"
msgstr "Distribuir documento"
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:60
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Do you want to delete this template?"
msgstr "¿Desea eliminar esta plantilla?"
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:56
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Do you want to duplicate this template?"
msgstr "¿Desea duplicar esta plantilla?"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:111
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Documenso will delete <0>all of your documents0>, along with all of your completed documents, signatures, and all other resources belonging to your Account."
msgstr "Documenso eliminará <0>todos sus documentos0>, junto con todos sus documentos completados, firmas y todos los demás recursos de su cuenta."
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:129
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:36
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Document"
msgstr "Documento"
#. placeholder {0}: document.title
#. placeholder {1}: recipient.name
-#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts:140
+#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts
msgid "Document \"{0}\" - Rejected by {1}"
msgstr "Documento \"{0}\" - Rechazado por {1}"
#. placeholder {0}: document.title
-#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts:100
+#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts
msgid "Document \"{0}\" - Rejection Confirmed"
msgstr "Documento \"{0}\" - Rechazo confirmado"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:222
-#: packages/ui/primitives/document-flow/add-settings.tsx:225
-#: packages/ui/components/document/document-global-auth-access-select.tsx:61
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "Document access"
msgstr "Acceso al documento"
-#: packages/lib/utils/document-audit-logs.ts:325
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document access auth updated"
msgstr "Se actualizó la autenticación de acceso al documento"
-#: apps/remix/app/components/general/document/document-status.tsx:47
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document All"
msgstr "Documentar Todo"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:152
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document Approved"
msgstr "Documento Aprobado"
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:176
-#: packages/lib/server-only/document/super-delete-document.ts:99
-#: packages/lib/server-only/document/delete-document.ts:261
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
+#: packages/lib/server-only/document/super-delete-document.ts
+#: packages/lib/server-only/document/delete-document.ts
msgid "Document Cancelled"
msgstr "Documento cancelado"
-#: apps/remix/app/components/general/document/document-status.tsx:29
-#: packages/lib/utils/document-audit-logs.ts:388
-#: packages/lib/utils/document-audit-logs.ts:389
+#: apps/remix/app/components/general/document/document-status.tsx
+#: packages/lib/utils/document-audit-logs.ts
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document completed"
msgstr "Documento completado"
-#: packages/ui/components/document/document-email-checkboxes.tsx:203
-#: packages/ui/components/document/document-email-checkboxes.tsx:279
+#: packages/ui/components/document/document-email-checkboxes.tsx
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Document completed email"
msgstr "Correo electrónico de documento completado"
-#: apps/remix/app/components/embed/embed-document-completed.tsx:17
+#: apps/remix/app/components/embed/embed-document-completed.tsx
msgid "Document Completed!"
msgstr "¡Documento completado!"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:166
-#: packages/lib/utils/document-audit-logs.ts:301
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document created"
msgstr "Documento creado"
#. placeholder {0}: document.user.name
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:121
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Document created by <0>{0}0>"
msgstr "Documento creado por <0>{0}0>"
-#: packages/lib/server-only/template/create-document-from-direct-template.ts:589
-#: packages/email/templates/document-created-from-direct-template.tsx:33
+#: packages/lib/server-only/template/create-document-from-direct-template.ts
+#: packages/email/templates/document-created-from-direct-template.tsx
msgid "Document created from direct template"
msgstr "Documento creado a partir de plantilla directa"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:126
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Document created using a <0>direct link0>"
msgstr "Documento creado usando un <0>enlace directo0>"
-#: packages/lib/constants/template.ts:20
+#: packages/lib/constants/template.ts
msgid "Document Creation"
msgstr "Creación de documento"
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:175
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:58
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:48
-#: packages/lib/utils/document-audit-logs.ts:305
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document deleted"
msgstr "Documento eliminado"
-#: packages/ui/components/document/document-email-checkboxes.tsx:241
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Document deleted email"
msgstr "Correo electrónico de documento eliminado"
-#: packages/lib/server-only/document/send-delete-email.ts:86
+#: packages/lib/server-only/document/send-delete-email.ts
msgid "Document Deleted!"
msgstr "¡Documento eliminado!"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:263
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:272
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Document Distribution Method"
msgstr "Método de distribución de documentos"
-#: apps/remix/app/components/general/document/document-status.tsx:35
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document draft"
msgstr "Borrador de documento"
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:61
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Document Duplicated"
msgstr "Documento duplicado"
-#: packages/lib/utils/document-audit-logs.ts:345
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document external ID updated"
msgstr "ID externo del documento actualizado"
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:186
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:102
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Document history"
msgstr "Historial de documentos"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:86
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:82
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Document ID"
msgstr "ID del documento"
-#: apps/remix/app/components/general/document/document-status.tsx:41
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document inbox"
msgstr "Bandeja de documentos"
-#: apps/remix/app/components/tables/templates-table.tsx:201
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Document Limit Exceeded!"
msgstr "¡Límite de documentos excedido!"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:98
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Document metrics"
msgstr "Métricas de documento"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:45
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Document moved"
msgstr "Documento movido"
-#: packages/lib/utils/document-audit-logs.ts:353
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document moved to team"
msgstr "Documento movido al equipo"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:176
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document no longer available to sign"
msgstr "El documento ya no está disponible para firmar"
-#: packages/lib/utils/document-audit-logs.ts:337
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document opened"
msgstr "Documento abierto"
-#: apps/remix/app/components/general/document/document-status.tsx:23
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document pending"
msgstr "Documento pendiente"
-#: packages/ui/components/document/document-email-checkboxes.tsx:164
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Document pending email"
msgstr "Correo electrónico de documento pendiente"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:102
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Document preferences updated"
msgstr "Preferencias del documento actualizadas"
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:95
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Document re-sent"
msgstr "Documento reenviado"
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:97
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:12
-#: packages/email/template-components/template-document-rejected.tsx:21
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
+#: packages/email/template-components/template-document-rejected.tsx
msgid "Document Rejected"
msgstr "Documento Rechazado"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:55
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Document resealed"
msgstr "Documento sellado nuevamente"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:292
-#: packages/lib/utils/document-audit-logs.ts:349
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document sent"
msgstr "Documento enviado"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:150
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document Signed"
msgstr "Documento firmado"
-#: packages/lib/utils/document-audit-logs.ts:329
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document signing auth updated"
msgstr "Se actualizó la autenticación de firma del documento"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:138
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Document signing process will be cancelled"
msgstr "El proceso de firma del documento será cancelado"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:86
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Document status"
msgstr "Estado del documento"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:78
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Document title"
msgstr "Título del documento"
-#: packages/lib/utils/document-audit-logs.ts:341
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document title updated"
msgstr "Título del documento actualizado"
-#: packages/lib/utils/document-audit-logs.ts:333
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document updated"
msgstr "Documento actualizado"
-#: apps/remix/app/components/general/document/document-upload.tsx:52
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Document upload disabled due to unpaid invoices"
msgstr "La carga de documentos está deshabilitada debido a facturas impagadas"
-#: apps/remix/app/components/general/document/document-upload.tsx:77
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Document uploaded"
msgstr "Documento subido"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:151
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document Viewed"
msgstr "Documento visto"
-#: packages/lib/utils/document-audit-logs.ts:321
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document visibility updated"
msgstr "Visibilidad del documento actualizada"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:135
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Document will be permanently deleted"
msgstr "El documento será eliminado permanentemente"
-#: apps/remix/app/routes/_profile+/p.$url.tsx:163
-#: apps/remix/app/routes/_authenticated+/documents._index.tsx:111
-#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx:99
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:138
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:69
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:89
-#: apps/remix/app/components/general/user-profile-timur.tsx:56
-#: apps/remix/app/components/general/generic-error-layout.tsx:114
-#: apps/remix/app/components/general/app-nav-mobile.tsx:31
-#: apps/remix/app/components/general/app-nav-desktop.tsx:17
-#: apps/remix/app/components/general/app-command-menu.tsx:200
-#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx:12
+#: apps/remix/app/routes/_profile+/p.$url.tsx
+#: apps/remix/app/routes/_authenticated+/documents._index.tsx
+#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
+#: apps/remix/app/components/general/user-profile-timur.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
+#: apps/remix/app/components/general/app-nav-desktop.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx
msgid "Documents"
msgstr "Documentos"
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:218
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Documents created from template"
msgstr "Documentos creados a partir de la plantilla"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:129
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Documents Received"
msgstr "Documentos recibidos"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:134
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Documents Viewed"
msgstr "Documentos vistos"
-#: apps/remix/app/routes/_unauthenticated+/signin.tsx:63
-#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx:46
+#: apps/remix/app/routes/_unauthenticated+/signin.tsx
+#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx
msgid "Don't have an account? <0>Sign up0>"
msgstr "¿No tienes una cuenta? <0>Regístrate0>"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:110
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:151
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:139
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:126
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:111
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:116
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:191
-#: packages/ui/components/document/document-download-button.tsx:66
-#: packages/email/template-components/template-document-completed.tsx:57
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: packages/ui/components/document/document-download-button.tsx
+#: packages/email/template-components/template-document-completed.tsx
msgid "Download"
msgstr "Descargar"
-#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx:78
+#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx
msgid "Download Audit Logs"
msgstr "Descargar registros de auditoría"
-#: apps/remix/app/components/general/document/document-certificate-download-button.tsx:83
+#: apps/remix/app/components/general/document/document-certificate-download-button.tsx
msgid "Download Certificate"
msgstr "Descargar certificado"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:167
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Download Template CSV"
msgstr "Descargar Plantilla CSV"
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:206
-#: apps/remix/app/components/general/document/document-status.tsx:34
-#: packages/lib/constants/document.ts:12
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-status.tsx
+#: packages/lib/constants/document.ts
msgid "Draft"
msgstr "Borrador"
-#: apps/remix/app/components/general/app-command-menu.tsx:42
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Draft documents"
msgstr "Documentos en borrador"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:102
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Drafted Documents"
msgstr "Documentos redactados"
-#: packages/ui/primitives/document-dropzone.tsx:156
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Drag & drop your PDF here."
msgstr "Arrastre y suelte su PDF aquí."
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:946
-#: packages/ui/primitives/document-flow/add-fields.tsx:1071
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Dropdown"
msgstr "Menú desplegable"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:157
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Dropdown options"
msgstr "Opciones de menú desplegable"
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:120
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Due to an unpaid invoice, your team has been restricted. Please settle the payment to restore full access to your team."
msgstr "Debido a una factura impaga, tu equipo ha sido restringido. Realiza el pago para restaurar el acceso completo a tu equipo."
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:78
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:156
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:139
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:83
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:89
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:122
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Duplicate"
msgstr "Duplicar"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:95
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:90
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:69
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:116
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:145
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:100
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:76
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:118
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:104
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
msgid "Edit"
msgstr "Editar"
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:135
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Edit Template"
msgstr "Editar plantilla"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:93
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:90
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Edit webhook"
msgstr "Editar webhook"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:74
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Electronic Delivery of Documents"
msgstr "Entrega Electrónica de Documentos"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:13
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Electronic Signature Disclosure"
msgstr "Divulgación de Firma Electrónica"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:128
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:135
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:114
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:158
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:68
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:131
-#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx:120
-#: apps/remix/app/components/forms/signin.tsx:318
-#: apps/remix/app/components/forms/profile.tsx:108
-#: apps/remix/app/components/forms/forgot-password.tsx:77
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:409
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:405
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:275
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:282
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:150
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:166
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:529
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:536
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:763
-#: packages/ui/primitives/document-flow/types.ts:54
-#: packages/ui/primitives/document-flow/add-signers.tsx:510
-#: packages/ui/primitives/document-flow/add-signers.tsx:517
-#: packages/ui/primitives/document-flow/add-fields.tsx:888
-#: packages/lib/constants/document.ts:27
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/forms/forgot-password.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
+#: packages/lib/constants/document.ts
msgid "Email"
msgstr "Correo electrónico"
-#: apps/remix/app/components/general/claim-account.tsx:129
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:80
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:296
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Email address"
msgstr "Dirección de correo electrónico"
-#: apps/remix/app/components/forms/signup.tsx:325
+#: apps/remix/app/components/forms/signup.tsx
msgid "Email Address"
msgstr "Dirección de correo electrónico"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:172
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Email already confirmed"
msgstr ""
-#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx:82
+#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
msgid "Email cannot already exist in the template"
msgstr "El correo electrónico no puede existir ya en la plantilla"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:144
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Email Confirmed!"
msgstr "¡Correo electrónico confirmado!"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:351
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Email Options"
msgstr "Opciones de correo electrónico"
-#: packages/lib/utils/document-audit-logs.ts:382
+#: packages/lib/utils/document-audit-logs.ts
msgid "Email resent"
msgstr "Correo electrónico reeenviado"
-#: packages/lib/utils/document-audit-logs.ts:382
+#: packages/lib/utils/document-audit-logs.ts
msgid "Email sent"
msgstr "Correo electrónico enviado"
-#: apps/remix/app/routes/_unauthenticated+/check-email.tsx:17
+#: apps/remix/app/routes/_unauthenticated+/check-email.tsx
msgid "Email sent!"
msgstr "¡Correo electrónico enviado!"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:74
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Email verification has been removed"
msgstr "La verificación de correo electrónico ha sido eliminada"
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:32
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
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:1136
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Empty field"
msgstr "Campo vacío"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:159
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:268
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Enable 2FA"
msgstr "Habilitar 2FA"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:120
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Enable account"
msgstr "Habilitar cuenta"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:87
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:94
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Enable Account"
msgstr "Habilitar Cuenta"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:200
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Enable Authenticator App"
msgstr "Habilitar aplicación autenticadora"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:169
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Enable custom branding for all documents in this team."
msgstr "Habilitar branding personalizado para todos los documentos en este equipo."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:374
-#: packages/lib/constants/template.ts:8
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/lib/constants/template.ts
msgid "Enable Direct Link Signing"
msgstr "Habilitar firma de enlace directo"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:428
-#: packages/ui/primitives/document-flow/add-signers.tsx:399
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Enable signing order"
msgstr "Habilitar orden de firma"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:247
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Enable Typed Signature"
msgstr "Habilitar firma mecanografiada"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:684
-#: packages/ui/primitives/document-flow/add-fields.tsx:809
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Enable Typed Signatures"
msgstr "Habilitar firmas escritas"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:74
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:135
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:69
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:134
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:128
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:159
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Enabled"
msgstr "Habilitado"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:76
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Enabling the account results in the user being able to use the account again, and all the related features such as webhooks, teams, and API keys for example."
msgstr "Habilitar la cuenta permite al usuario usar la cuenta de nuevo, junto con todas las funciones relacionadas como webhooks, equipos y claves API, por ejemplo."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:92
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
msgid "Enclosed Document"
msgstr "Documento Adjunto"
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:42
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Ends On"
msgstr "Termina en"
-#: packages/ui/primitives/document-password-dialog.tsx:85
-msgid "Enter password"
-msgstr "Ingrese la contraseña"
-
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:294
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Enter your brand details"
msgstr "Ingresa los detalles de tu marca"
-#: apps/remix/app/components/general/claim-account.tsx:132
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Enter your email"
msgstr "Ingresa tu correo electrónico"
-#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx:137
+#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
msgid "Enter your email address to receive the completed document."
msgstr "Ingresa tu dirección de correo electrónico para recibir el documento completado."
-#: apps/remix/app/components/general/claim-account.tsx:117
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Enter your name"
msgstr "Ingresa tu nombre"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:305
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
msgid "Enter your text here"
msgstr "Ingresa tu texto aquí"
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:78
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:60
-#: apps/remix/app/components/general/verify-email-banner.tsx:56
-#: apps/remix/app/components/general/template/template-edit-form.tsx:148
-#: apps/remix/app/components/general/template/template-edit-form.tsx:176
-#: apps/remix/app/components/general/template/template-edit-form.tsx:216
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:178
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:208
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:128
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:161
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:187
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:102
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:131
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:152
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:203
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:126
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:154
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:83
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:111
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:86
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:114
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:101
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:135
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:95
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:123
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:125
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:156
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:214
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:148
-#: apps/remix/app/components/general/document/document-upload.tsx:103
-#: apps/remix/app/components/general/document/document-edit-form.tsx:204
-#: apps/remix/app/components/general/document/document-edit-form.tsx:234
-#: apps/remix/app/components/general/document/document-edit-form.tsx:269
-#: apps/remix/app/components/general/document/document-edit-form.tsx:311
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:94
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:185
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:84
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:44
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:54
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:59
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:62
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:62
-#: packages/ui/primitives/pdf-viewer.tsx:166
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:222
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/general/verify-email-banner.tsx
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
+#: apps/remix/app/components/general/document/document-upload.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Error"
msgstr "Error"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:139
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Everyone can access and view the document"
msgstr "Todos pueden acceder y ver el documento"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:160
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Everyone has signed"
msgstr "Todos han firmado"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:184
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Everyone has signed! You will receive an Email copy of the signed document."
msgstr "¡Todos han firmado! Recibirás una copia por correo electrónico del documento firmado."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:231
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Exceeded timeout"
msgstr "Tiempo de espera excedido"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:118
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Expired"
msgstr "Expirado"
#. placeholder {0}: i18n.date(token.expires, DateTime.DATETIME_FULL)
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:89
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Expires on {0}"
msgstr "Expira el {0}"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:422
-#: packages/ui/primitives/document-flow/add-settings.tsx:293
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "External ID"
msgstr "ID externo"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:61
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Failed to reseal document"
msgstr "Falló al volver a sellar el documento"
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:223
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Failed to save settings."
msgstr "Fallo al guardar configuraciones."
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:117
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Failed to update recipient"
msgstr "Falló al actualizar el destinatario"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:81
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:78
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Failed to update webhook"
msgstr "Falló al actualizar el webhook"
-#: packages/email/templates/bulk-send-complete.tsx:55
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Failed: {failedCount}"
msgstr "Fallidos: {failedCount}"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:101
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Field character limit"
msgstr "Límite de caracteres del campo"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:115
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:129
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx:52
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx:47
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx:52
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx:70
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx
msgid "Field font size"
msgstr "Tamaño de fuente del campo"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:109
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Field format"
msgstr "Formato de campo"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:61
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Field label"
msgstr "Etiqueta de campo"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:73
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Field placeholder"
msgstr "Marcador de posición de campo"
-#: packages/lib/utils/document-audit-logs.ts:317
+#: packages/lib/utils/document-audit-logs.ts
msgid "Field prefilled by assistant"
msgstr ""
-#: packages/lib/utils/document-audit-logs.ts:309
+#: packages/lib/utils/document-audit-logs.ts
msgid "Field signed"
msgstr "Campo firmado"
-#: packages/lib/utils/document-audit-logs.ts:313
+#: packages/lib/utils/document-audit-logs.ts
msgid "Field unsigned"
msgstr "Campo no firmado"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:182
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Fields"
msgstr "Campos"
-#: apps/remix/app/components/general/document/document-upload.tsx:116
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "File cannot be larger than {APP_DOCUMENT_UPLOAD_SIZE_LIMIT}MB"
msgstr "El archivo no puede ser mayor a {APP_DOCUMENT_UPLOAD_SIZE_LIMIT}MB"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:511
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "File size exceeds the limit of {APP_DOCUMENT_UPLOAD_SIZE_LIMIT} MB"
msgstr "El tamaño del archivo excede el límite de {APP_DOCUMENT_UPLOAD_SIZE_LIMIT} MB"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:109
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:123
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx:46
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx:41
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx:46
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx:64
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx
msgid "Font Size"
msgstr "Tamaño de fuente"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:150
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "For any questions regarding this disclosure, electronic signatures, or any related process, please contact us at: <0>{SUPPORT_EMAIL}0>"
msgstr "Si tiene alguna pregunta sobre esta divulgación, firmas electrónicas o cualquier proceso relacionado, comuníquese con nosotros en: <0>{SUPPORT_EMAIL}0>"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:146
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "For each recipient, provide their email (required) and name (optional) in separate columns. Download the template CSV below for the correct format."
msgstr "Para cada destinatario, proporciona su correo electrónico (obligatorio) y nombre (opcional) en columnas separadas. Descarga el modelo CSV a continuación para el formato correcto."
-#: packages/lib/server-only/auth/send-forgot-password.ts:62
+#: packages/lib/server-only/auth/send-forgot-password.ts
msgid "Forgot Password?"
msgstr "¿Olvidaste tu contraseña?"
-#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx:16
-#: apps/remix/app/components/forms/signin.tsx:350
-#: packages/email/template-components/template-forgot-password.tsx:21
+#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: packages/email/template-components/template-forgot-password.tsx
msgid "Forgot your password?"
msgstr "¿Olvidaste tu contraseña?"
-#: packages/ui/primitives/document-flow/types.ts:50
+#: packages/ui/primitives/document-flow/types.ts
msgid "Free Signature"
msgstr "Firma gratuita"
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:212
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:328
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:323
-#: apps/remix/app/components/forms/signup.tsx:309
-#: apps/remix/app/components/forms/profile.tsx:96
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:394
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:390
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Full Name"
msgstr "Nombre completo"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:72
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:43
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:35
-#: apps/remix/app/components/general/document/document-edit-form.tsx:140
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:63
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "General"
msgstr "General"
-#: packages/ui/primitives/document-flow/add-subject.tsx:84
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Generate Links"
msgstr "Generar enlaces"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:63
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "Global recipient action authentication"
msgstr "Autenticación de acción de destinatario global"
-#: apps/remix/app/routes/_recipient+/_layout.tsx:41
-#: apps/remix/app/routes/_profile+/_layout.tsx:116
-#: apps/remix/app/components/general/generic-error-layout.tsx:106
-#: packages/ui/primitives/document-flow/document-flow-root.tsx:141
+#: apps/remix/app/routes/_recipient+/_layout.tsx
+#: apps/remix/app/routes/_profile+/_layout.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
+#: packages/ui/primitives/document-flow/document-flow-root.tsx
msgid "Go Back"
msgstr "Regresar"
-#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx:35
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:100
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:128
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:183
+#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Go back home"
msgstr "Regresar a casa"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:252
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:193
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "Go Back Home"
msgstr "Regresar a casa"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:125
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Go to owner"
msgstr "Ir al propietario"
-#: apps/remix/app/routes/_profile+/p.$url.tsx:144
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "Go to your <0>public profile settings0> to add documents."
msgstr "Ve a tu <0>configuración de perfil público0> para agregar documentos."
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:555
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Green"
msgstr "Verde"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:118
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to approve this document"
msgstr "te ha invitado a aprobar este documento"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:127
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to assist this document"
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:109
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to sign this document"
msgstr "te ha invitado a firmar este documento"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:100
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to view this document"
msgstr "te ha invitado a ver este documento"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:226
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:323
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:359
-#: packages/ui/primitives/document-flow/add-signers.tsx:259
-#: packages/ui/primitives/document-flow/add-signers.tsx:297
-#: packages/ui/primitives/document-flow/add-signers.tsx:336
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
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/remix/app/components/embed/embed-document-signing-page.tsx:324
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Help complete the document for other signers."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx:21
+#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
msgid "Here you can edit your personal details."
msgstr "Aquí puedes editar tus datos personales."
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:68
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Here you can manage your password and security settings."
msgstr "Aquí puedes gestionar tu contraseña y la configuración de seguridad."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:41
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Here you can set preferences and defaults for branding."
msgstr "Aquí puedes establecer preferencias y valores predeterminados para la marca."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:32
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Here you can set preferences and defaults for your team."
msgstr "Aquí puedes establecer preferencias y valores predeterminados para tu equipo."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:207
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Here's how it works:"
msgstr "Así es como funciona:"
-#: apps/remix/app/components/general/user-profile-timur.tsx:45
+#: apps/remix/app/components/general/user-profile-timur.tsx
msgid "Hey I’m Timur"
msgstr "Hola, soy Timur"
-#: packages/email/templates/bulk-send-complete.tsx:36
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Hi {userName},"
msgstr "Hola, {userName},"
-#: packages/email/templates/reset-password.tsx:57
+#: packages/email/templates/reset-password.tsx
msgid "Hi, {userName} <0>({userEmail})0>"
msgstr "Hola, {userName} <0>({userEmail})0>"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:164
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:175
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:196
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Hide"
msgstr "Ocultar"
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:109
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Hide additional information"
msgstr "Ocultar información adicional"
-#: packages/lib/constants/recipient-roles.ts:57
+#: packages/lib/constants/recipient-roles.ts
msgid "I am a signer of this document"
msgstr "Soy un firmante de este documento"
-#: packages/lib/constants/recipient-roles.ts:60
+#: packages/lib/constants/recipient-roles.ts
msgid "I am a viewer of this document"
msgstr "Soy un visualizador de este documento"
-#: packages/lib/constants/recipient-roles.ts:58
+#: packages/lib/constants/recipient-roles.ts
msgid "I am an approver of this document"
msgstr "Soy un aprobador de este documento"
-#: packages/lib/constants/recipient-roles.ts:61
+#: packages/lib/constants/recipient-roles.ts
msgid "I am an assistant of this document"
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:59
+#: packages/lib/constants/recipient-roles.ts
msgid "I am required to receive a copy of this document"
msgstr "Se me requiere recibir una copia de este documento"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:35
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "I am the owner of this document"
msgstr "Soy el propietario de este documento"
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:166
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:177
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "I'm sure! Delete it"
msgstr "¡Estoy seguro! Elimínalo"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:100
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "If they accept this request, the team will be transferred to their account."
msgstr "Si aceptan esta solicitud, el equipo será transferido a su cuenta."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:195
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "If you do not want to use the authenticator prompted, you can close it, which will then display the next available authenticator."
msgstr "Si no deseas usar el autenticador solicitado, puedes cerrarlo, lo que mostrará el próximo autenticador disponible."
-#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx:26
+#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx
msgid "If you don't find the confirmation link in your inbox, you can request a new one below."
msgstr "Si no encuentras el enlace de confirmación en tu bandeja de entrada, puedes solicitar uno nuevo a continuación."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:219
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "If your authenticator app does not support QR codes, you can use the following code instead:"
msgstr "Si tu aplicación de autenticación no admite códigos QR, puedes usar el siguiente código en su lugar:"
-#: apps/remix/app/components/general/document/document-status.tsx:40
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Inbox"
msgstr "Bandeja de entrada"
-#: apps/remix/app/components/general/app-command-menu.tsx:48
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Inbox documents"
msgstr "Documentos en bandeja de entrada"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:277
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Include the Signing Certificate in the Document"
msgstr "Incluir el certificado de firma en el documento"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:50
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:53
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
msgid "Information"
msgstr "Información"
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:28
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:86
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "Inherit authentication method"
msgstr "Heredar método de autenticación"
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:133
-#: packages/ui/primitives/document-flow/types.ts:51
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: packages/ui/primitives/document-flow/types.ts
msgid "Initials"
msgstr "Iniciales"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:70
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Inserted"
msgstr "Insertado"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:80
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Instance Stats"
msgstr "Estadísticas de instancia"
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:160
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "Invalid code. Please try again."
msgstr "Código inválido. Por favor, intenta nuevamente."
-#: packages/ui/primitives/document-flow/add-signers.types.ts:17
+#: packages/ui/primitives/document-flow/add-signers.types.ts
msgid "Invalid email"
msgstr "Email inválido"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:75
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:98
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Invalid link"
msgstr "Enlace inválido"
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:98
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:95
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Invalid token"
msgstr "Token inválido"
-#: apps/remix/app/components/forms/reset-password.tsx:80
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Invalid token provided. Please try again."
msgstr "Token inválido proporcionado. Por favor, inténtelo nuevamente."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:146
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "Invitation accepted!"
msgstr "¡Invitación aceptada!"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:141
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Invitation declined"
msgstr "Invitación rechazada"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:74
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Invitation has been deleted"
msgstr "La invitación ha sido eliminada"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:57
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Invitation has been resent"
msgstr "La invitación ha sido reenviada"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:372
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite"
msgstr "Invitar"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:246
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite member"
msgstr "Invitar miembro"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:271
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite Members"
msgstr "Invitar a miembros"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:254
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite team members"
msgstr "Invitar a miembros del equipo"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:122
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Invited At"
msgstr "Invitado el"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:55
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Invoice"
msgstr "Factura"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:243
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:47
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
msgid "IP Address"
msgstr "Dirección IP"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:114
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "It is crucial to keep your contact information, especially your email address, up to date with us. Please notify us immediately of any changes to ensure that you continue to receive all necessary communications."
msgstr "Es crucial mantener su información de contacto, especialmente su dirección de correo electrónico, actual con nosotros. Por favor, notifíquenos inmediatamente sobre cualquier cambio para asegurarse de seguir recibiendo todas las comunicaciones necesarias."
#. placeholder {0}: publicProfile.name
-#: apps/remix/app/routes/_profile+/p.$url.tsx:131
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "It looks like {0} hasn't added any documents to their profile yet."
msgstr "Parece que {0} aún no ha agregado documentos a su perfil."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:120
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "It seems that the provided token has expired. We've just sent you another token, please check your email and try again."
msgstr "Parece que el token proporcionado ha expirado. Te hemos enviado otro token, por favor revisa tu correo electrónico y vuelve a intentarlo."
-#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx:27
+#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx
msgid "It seems that there is no token provided, if you are trying to verify your email please follow the link in your email."
msgstr "Parece que no se ha proporcionado un token, si estás intentando verificar tu correo electrónico, por favor sigue el enlace en tu correo electrónico."
-#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx:34
+#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
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/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:79
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
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."
-#: packages/email/templates/team-invite.tsx:73
+#: packages/email/templates/team-invite.tsx
msgid "Join {teamName} on Documenso"
msgstr "Únete a {teamName} en Documenso"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:56
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:66
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:71
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Label"
msgstr "Etiqueta"
-#: apps/remix/app/components/general/menu-switcher.tsx:275
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:182
-#: packages/ui/primitives/document-flow/add-settings.tsx:185
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Language"
msgstr "Idioma"
-#: apps/remix/app/components/general/period-selector.tsx:62
+#: apps/remix/app/components/general/period-selector.tsx
msgid "Last 14 days"
msgstr "Últimos 14 días"
-#: apps/remix/app/components/general/period-selector.tsx:65
+#: apps/remix/app/components/general/period-selector.tsx
msgid "Last 30 days"
msgstr "Últimos 30 días"
-#: apps/remix/app/components/general/period-selector.tsx:59
+#: apps/remix/app/components/general/period-selector.tsx
msgid "Last 7 days"
msgstr "Últimos 7 días"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:38
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:41
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
msgid "Last modified"
msgstr "Última modificación"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:102
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Last updated"
msgstr "Última actualización"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:126
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
msgid "Last Updated"
msgstr "Última Actualización"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Last updated at"
msgstr "Última actualización el"
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:66
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
msgid "Last used"
msgstr "Último uso"
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:97
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Leaderboard"
msgstr "Tabla de clasificación"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:114
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:110
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "Leave"
msgstr "Salir"
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:72
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "Leave team"
msgstr "Salir del equipo"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:41
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Legality of Electronic Signatures"
msgstr "Legalidad de las Firmas Electrónicas"
-#: apps/remix/app/components/general/app-command-menu.tsx:260
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Light Mode"
msgstr "Modo claro"
-#: apps/remix/app/routes/_profile+/_layout.tsx:71
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "Like to have your own public profile with agreements?"
msgstr "¿Te gustaría tener tu propio perfil público con acuerdos?"
-#: packages/email/templates/team-transfer-request.tsx:88
-#: packages/email/templates/confirm-team-email.tsx:125
+#: packages/email/templates/team-transfer-request.tsx
+#: packages/email/templates/confirm-team-email.tsx
msgid "Link expires in 1 hour."
msgstr "El enlace expira en 1 hora."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:225
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Link template"
msgstr "Enlace de plantilla"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:300
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Links Generated"
msgstr "Enlaces generados"
#. placeholder {0}: webhook.eventTriggers .map((trigger) => toFriendlyWebhookEventName(trigger)) .join(', ')
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:79
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:74
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "Listening to {0}"
msgstr "Escuchando a {0}"
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:97
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "Load older activity"
msgstr "Cargar actividad anterior"
-#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx:29
-#: packages/ui/primitives/pdf-viewer.tsx:44
-#: packages/ui/primitives/lazy-pdf-viewer.tsx:12
+#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Loading document..."
msgstr "Cargando documento..."
-#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx:16
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:95
+#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Loading Document..."
msgstr "Cargando Documento..."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:119
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:89
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Loading teams..."
msgstr "Cargando equipos..."
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:97
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "Loading..."
msgstr "Cargando..."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:63
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:79
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:51
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "Login"
msgstr "Iniciar sesión"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:98
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
msgid "Manage"
msgstr "Gestionar"
#. placeholder {0}: user?.name
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "Manage {0}'s profile"
msgstr "Gestionar el perfil de {0}"
-#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx:23
+#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx
msgid "Manage all teams you are currently associated with."
msgstr "Gestionar todos los equipos con los que estás asociado actualmente."
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:183
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Manage and view template"
msgstr "Gestionar y ver plantilla"
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:146
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Manage billing"
msgstr ""
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:338
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Manage details for this public template"
msgstr "Gestionar detalles de esta plantilla pública"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx:33
+#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx
msgid "Manage Direct Link"
msgstr "Gestionar enlace directo"
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:134
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
msgid "Manage documents"
msgstr "Gestionar documentos"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:149
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Manage passkeys"
msgstr "Gestionar claves de acceso"
-#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx:40
+#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx
msgid "Manage subscription"
msgstr "Gestionar suscripción"
-#: apps/remix/app/components/general/billing-portal-button.tsx:45
+#: apps/remix/app/components/general/billing-portal-button.tsx
msgid "Manage Subscription"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:28
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Manage subscriptions"
msgstr "Gestionar suscripciones"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:93
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Manage team subscription."
msgstr "Gestionar suscripción de equipo."
-#: apps/remix/app/components/general/menu-switcher.tsx:161
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Manage teams"
msgstr "Gestionar equipos"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:367
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Manage the direct link signing for this template"
msgstr "Gestionar la firma de enlace directo para esta plantilla"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:53
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
msgid "Manage the members or invite new members."
msgstr "Gestionar los miembros o invitar nuevos miembros."
-#: apps/remix/app/routes/_authenticated+/admin+/users._index.tsx:40
+#: apps/remix/app/routes/_authenticated+/admin+/users._index.tsx
msgid "Manage users"
msgstr "Gestionar usuarios"
-#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx:20
+#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx
msgid "Manage your passkeys."
msgstr "Gestionar tus claves de acceso."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:101
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Manage your site settings here"
msgstr "Gestionar la configuración de tu sitio aquí"
-#: packages/lib/constants/teams.ts:10
+#: packages/lib/constants/teams.ts
msgid "Manager"
msgstr "Gerente"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:141
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Mark as Viewed"
msgstr "Marcar como visto"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:153
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "MAU (created document)"
msgstr "MAU (documento creado)"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:159
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "MAU (had document completed)"
msgstr "MAU (documento completado)"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:208
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Max"
msgstr "Máx"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:226
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Maximum file size: 4MB. Maximum 100 rows per upload. Blank values will use template defaults."
msgstr "Tamaño máximo de archivo: 4MB. Máximo 100 filas por carga. Los valores en blanco usarán los valores predeterminados de la plantilla."
-#: packages/lib/constants/teams.ts:11
+#: packages/lib/constants/teams.ts
msgid "Member"
msgstr "Miembro"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:87
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:98
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
msgid "Member Since"
msgstr "Miembro desde"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:52
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:84
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:75
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Members"
msgstr "Miembros"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:382
-#: packages/ui/primitives/document-flow/add-subject.tsx:155
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Message <0>(Optional)0>"
msgstr "Mensaje <0>(Opcional)0>"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:196
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Min"
msgstr "Mín"
-#: apps/remix/app/components/general/template/template-page-view-recipients.tsx:35
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:54
+#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Modify recipients"
msgstr "Modificar destinatarios"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:60
-#: apps/remix/app/components/general/billing-plans.tsx:28
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Monthly"
msgstr "Mensual"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:154
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Monthly Active Users: Users that created at least one Document"
msgstr "Usuarios activos mensuales: Usuarios que crearon al menos un documento"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:161
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Monthly Active Users: Users that had at least one of their documents completed"
msgstr "Usuarios activos mensuales: Usuarios que completaron al menos uno de sus documentos"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:152
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:118
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Move"
msgstr "Mover"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:75
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Move Document to Team"
msgstr "Mover documento al equipo"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:105
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Move Template to Team"
msgstr "Mover plantilla al equipo"
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:89
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:163
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
msgid "Move to Team"
msgstr "Mover al equipo"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:152
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:118
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Moving..."
msgstr "Moviendo..."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:36
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "My templates"
msgstr "Mis plantillas"
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:99
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:56
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:149
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:54
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:140
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:63
-#: apps/remix/app/components/general/claim-account.tsx:114
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:177
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:297
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:304
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:138
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:150
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:564
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:570
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:789
-#: packages/ui/primitives/document-flow/types.ts:55
-#: packages/ui/primitives/document-flow/add-signers.tsx:548
-#: packages/ui/primitives/document-flow/add-signers.tsx:554
-#: packages/ui/primitives/document-flow/add-fields.tsx:914
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Name"
msgstr "Nombre"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:237
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Need to sign documents?"
msgstr "¿Necesitas firmar documentos?"
-#: packages/ui/components/recipient/recipient-role-select.tsx:53
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Needs to approve"
msgstr "Necesita aprobar"
-#: packages/ui/components/recipient/recipient-role-select.tsx:32
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Needs to sign"
msgstr "Necesita firmar"
-#: packages/ui/components/recipient/recipient-role-select.tsx:74
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Needs to view"
msgstr "Necesita ver"
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:71
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
msgid "Never"
msgstr "Nunca"
-#: apps/remix/app/components/forms/token.tsx:218
+#: apps/remix/app/components/forms/token.tsx
msgid "Never expire"
msgstr "Nunca expira"
-#: apps/remix/app/components/forms/password.tsx:125
+#: apps/remix/app/components/forms/password.tsx
msgid "New Password"
msgstr ""
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:174
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "New team owner"
msgstr "Nuevo propietario del equipo"
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:88
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:95
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "New Template"
msgstr "Nueva plantilla"
-#: apps/remix/app/components/forms/signup.tsx:515
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:465
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:460
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Next"
msgstr "Siguiente"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:61
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Next field"
msgstr "Siguiente campo"
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:24
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "No active drafts"
msgstr "No hay borradores activos"
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:113
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:28
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
msgid "No further action is required from you at this time."
msgstr "No further action is required from you at this time."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:49
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "No payment required"
msgstr "No se requiere pago"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:119
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "No public profile templates found"
msgstr "No se encontraron plantillas de perfil público"
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:105
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "No recent activity"
msgstr "No hay actividad reciente"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:95
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "No recent documents"
msgstr "No hay documentos recientes"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:604
-#: packages/ui/primitives/document-flow/add-fields.tsx:701
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "No recipient matching this description was found."
msgstr "No se encontró ningún destinatario que coincidiera con esta descripción."
-#: apps/remix/app/components/general/template/template-page-view-recipients.tsx:49
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:94
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:69
-#: packages/ui/primitives/document-flow/add-subject.tsx:210
+#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "No recipients"
msgstr "Sin destinatarios"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:619
-#: packages/ui/primitives/document-flow/add-fields.tsx:716
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "No recipients with this role"
msgstr "No hay destinatarios con este rol"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:30
-#: packages/ui/components/document/document-global-auth-action-select.tsx:45
-#: packages/ui/components/document/document-global-auth-access-select.tsx:29
-#: packages/ui/components/document/document-global-auth-access-select.tsx:42
+#: packages/ui/components/document/document-global-auth-action-select.tsx
+#: packages/ui/components/document/document-global-auth-action-select.tsx
+#: packages/ui/components/document/document-global-auth-access-select.tsx
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "No restrictions"
msgstr "Sin restricciones"
-#: packages/ui/primitives/data-table.tsx:146
+#: packages/ui/primitives/data-table.tsx
msgid "No results found"
msgstr "No se encontraron resultados"
-#: apps/remix/app/components/general/app-command-menu.tsx:195
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "No results found."
msgstr "No se encontraron resultados."
-#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx:28
+#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx
msgid "No signature field found"
msgstr "No se encontró campo de firma"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:281
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "No valid direct templates found"
msgstr "No se encontraron plantillas directas válidas"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:294
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "No valid recipients found"
msgstr "No se encontraron destinatarios válidos"
-#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx:77
-#: apps/remix/app/components/general/multiselect-role-combobox.tsx:64
-#: packages/ui/primitives/multi-select-combobox.tsx:151
-#: packages/ui/primitives/combobox.tsx:61
+#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx
+#: apps/remix/app/components/general/multiselect-role-combobox.tsx
+#: packages/ui/primitives/multi-select-combobox.tsx
+#: packages/ui/primitives/combobox.tsx
msgid "No value found."
msgstr "No se encontró valor."
-#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx:20
+#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx
msgid "No worries, it happens! Enter your email and we'll email you a special link to reset your password."
msgstr "¡No te preocupes, sucede! Ingresa tu correo electrónico y te enviaremos un enlace especial para restablecer tu contraseña."
-#: packages/lib/constants/document.ts:31
+#: packages/lib/constants/document.ts
msgid "None"
msgstr "Ninguno"
-#: apps/remix/app/components/forms/signin.tsx:155
+#: apps/remix/app/components/forms/signin.tsx
msgid "Not supported"
msgstr "No soportado"
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:19
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:34
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "Nothing to do"
msgstr "Nada que hacer"
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:292
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:867
-#: packages/ui/primitives/document-flow/types.ts:56
-#: packages/ui/primitives/document-flow/add-fields.tsx:992
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Number"
msgstr "Número"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:102
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Number format"
msgstr "Formato de número"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:114
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to approve this document"
msgstr "en nombre de \"{0}\" te ha invitado a aprobar este documento"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:123
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to assist this document"
msgstr ""
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:105
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to sign this document"
msgstr "en nombre de \"{0}\" te ha invitado a firmar este documento"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:96
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to view this document"
msgstr "en nombre de \"{0}\" te ha invitado a ver este documento"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:121
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "On this page, you can create a new webhook."
msgstr "En esta página, puedes crear un nuevo webhook."
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:28
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "On this page, you can create and manage API tokens. See our <0>Documentation0> for more information."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:32
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:27
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "On this page, you can create new Webhooks and manage the existing ones."
msgstr "En esta página, puedes editar el webhook y sus configuraciones."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:94
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:91
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "On this page, you can edit the webhook and its settings."
msgstr "En esta página, puedes editar el webhook y su configuración."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:130
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Once confirmed, the following will occur:"
msgstr "Una vez confirmado, ocurrirá lo siguiente:"
-#: packages/lib/constants/template.ts:9
+#: packages/lib/constants/template.ts
msgid "Once enabled, you can select any active recipient to be a direct link signing recipient, or create a new one. This recipient type cannot be edited or deleted."
msgstr "Una vez habilitado, puede seleccionar cualquier destinatario activo para que sea un destinatario de firma por enlace directo, o crear uno nuevo. Este tipo de destinatario no puede ser editado ni eliminado."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:230
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Once you have scanned the QR code or entered the code manually, enter the code provided by your authenticator app below."
msgstr "Una vez que hayas escaneado el código QR o ingresado el código manualmente, ingresa el código proporcionado por tu aplicación de autenticación a continuación."
-#: packages/lib/constants/template.ts:17
+#: packages/lib/constants/template.ts
msgid "Once your template is set up, share the link anywhere you want. The person who opens the link will be able to enter their information in the direct link recipient field and complete any other fields assigned to them."
msgstr "Una vez que su plantilla esté configurada, comparta el enlace donde desee. La persona que abra el enlace podrá ingresar su información en el campo de destinatario de enlace directo y completar cualquier otro campo que se le haya asignado."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:145
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Only admins can access and view the document"
msgstr "Solo los administradores pueden acceder y ver el documento"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:142
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Only managers and above can access and view the document"
msgstr "Solo los gerentes y superiores pueden acceder y ver el documento"
-#: apps/remix/app/components/forms/signup.tsx:75
+#: apps/remix/app/components/forms/signup.tsx
msgid "Only subscribers can have a username shorter than 6 characters"
msgstr "Solo los suscriptores pueden tener un nombre de usuario de menos de 6 caracteres"
-#: apps/remix/app/routes/_profile+/_layout.tsx:103
-#: apps/remix/app/components/general/generic-error-layout.tsx:42
-#: apps/remix/app/components/general/generic-error-layout.tsx:47
+#: apps/remix/app/routes/_profile+/_layout.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "Oops! Something went wrong."
msgstr "¡Ups! Algo salió mal."
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:138
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
msgid "Opened"
msgstr "Abierto"
-#: apps/remix/app/components/forms/signup.tsx:380
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:338
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Or"
msgstr "O"
-#: apps/remix/app/components/forms/signin.tsx:370
+#: apps/remix/app/components/forms/signin.tsx
msgid "Or continue with"
msgstr "O continúa con"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:349
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Otherwise, the document will be created as a draft."
msgstr "De lo contrario, el documento se creará como un borrador."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:108
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:81
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:83
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:94
-#: apps/remix/app/components/general/menu-switcher.tsx:78
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Owner"
msgstr "Propietario"
#. placeholder {0}: table.getState().pagination.pageIndex + 1
#. placeholder {1}: table.getPageCount() || 1
-#: packages/ui/primitives/data-table-pagination.tsx:77
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "Page {0} of {1}"
msgstr "Página {0} de {1}"
#. placeholder {0}: i + 1
-#: packages/ui/primitives/pdf-viewer.tsx:259
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Page {0} of {numPages}"
msgstr "Página {0} de {numPages}"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:79
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Paid"
msgstr "Pagado"
-#: apps/remix/app/components/forms/signin.tsx:414
+#: apps/remix/app/components/forms/signin.tsx
msgid "Passkey"
msgstr "Clave de acceso"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:228
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkey already exists for the provided authenticator"
msgstr "Ya existe una clave de acceso para el autenticador proporcionado"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:218
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkey creation cancelled due to one of the following reasons:"
msgstr "La creación de la clave de acceso se canceló debido a una de las siguientes razones:"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:91
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Passkey has been removed"
msgstr "La clave de acceso ha sido eliminada"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:69
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Passkey has been updated"
msgstr "La clave de acceso ha sido actualizada"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:176
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkey name"
msgstr "Nombre de clave de acceso"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:127
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Passkey Re-Authentication"
msgstr "Re-autenticación de Passkey"
-#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx:19
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:137
+#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Passkeys"
msgstr "Claves de acceso"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:157
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkeys allow you to sign in and authenticate using biometrics, password managers, etc."
msgstr "Las claves de acceso te permiten iniciar sesión y autenticarte utilizando biometría, gestores de contraseñas, etc."
-#: apps/remix/app/components/forms/signin.tsx:156
+#: apps/remix/app/components/forms/signin.tsx
msgid "Passkeys are not supported on this browser"
msgstr "Las claves de acceso no están soportadas en este navegador"
-#: apps/remix/app/components/general/app-command-menu.tsx:66
-#: apps/remix/app/components/forms/signup.tsx:341
-#: apps/remix/app/components/forms/signin.tsx:336
-#: apps/remix/app/components/forms/reset-password.tsx:111
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Password"
msgstr "Contraseña"
-#: packages/ui/primitives/document-password-dialog.tsx:63
-msgid "Password Required"
-msgstr "Se requiere contraseña"
-
-#: packages/email/templates/forgot-password.tsx:19
+#: packages/email/templates/forgot-password.tsx
msgid "Password Reset Requested"
msgstr "Solicitud de restablecimiento de contraseña"
-#: packages/email/templates/reset-password.tsx:21
+#: packages/email/templates/reset-password.tsx
msgid "Password Reset Successful"
msgstr "Restablecimiento de contraseña exitoso"
-#: apps/remix/app/components/general/claim-account.tsx:49
-#: apps/remix/app/components/forms/signup.tsx:65
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Password should not be common or based on personal information"
msgstr "La contraseña no debe ser común ni basarse en información personal"
-#: apps/remix/app/components/forms/reset-password.tsx:71
-#: apps/remix/app/components/forms/password.tsx:69
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Password updated"
msgstr "Contraseña actualizada"
-#: packages/email/template-components/template-reset-password.tsx:23
+#: packages/email/template-components/template-reset-password.tsx
msgid "Password updated!"
msgstr "¡Contraseña actualizada!"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:47
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
msgid "Pay"
msgstr "Pagar"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:90
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Payment is required to finalise the creation of your team."
msgstr "Se requiere pago para finalizar la creación de tu equipo."
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:81
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:106
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Payment overdue"
msgstr "Pago atrasado"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:76
-#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx:70
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:203
-#: apps/remix/app/components/general/document/document-status.tsx:22
-#: apps/remix/app/components/general/document/document-read-only-fields.tsx:87
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:136
-#: packages/lib/constants/document.ts:15
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-status.tsx
+#: apps/remix/app/components/general/document/document-read-only-fields.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/document.ts
msgid "Pending"
msgstr "Pendiente"
-#: packages/email/templates/document-pending.tsx:19
+#: packages/email/templates/document-pending.tsx
msgid "Pending Document"
msgstr "Documento pendiente"
-#: apps/remix/app/components/general/app-command-menu.tsx:47
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Pending documents"
msgstr "Documentos pendientes"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:105
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Pending Documents"
msgstr "Documentos Pendientes"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:61
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Pending invitations"
msgstr "Invitaciones pendientes"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:29
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
msgid "Pending team deleted."
msgstr "Equipo pendiente eliminado."
-#: apps/remix/app/components/general/menu-switcher.tsx:131
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Personal"
msgstr "Personal"
-#: apps/remix/app/components/general/menu-switcher.tsx:74
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Personal Account"
msgstr "Cuenta personal"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:155
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Pick a number"
msgstr "Seleccione un número"
-#: apps/remix/app/components/general/claim-account.tsx:147
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Pick a password"
msgstr "Elige una contraseña"
-#: apps/remix/app/components/general/user-profile-timur.tsx:49
+#: apps/remix/app/components/general/user-profile-timur.tsx
msgid "Pick any of the following agreements below and start signing to get started"
msgstr "Elige cualquiera de los siguientes acuerdos a continuación y comience a firmar para empezar"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:68
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:78
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:83
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Placeholder"
msgstr "Marcador de posición"
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:55
+#: packages/email/template-components/template-document-invite.tsx
msgid "Please {0} your document<0/>\"{documentName}\""
msgstr "Por favor {0} tu documento<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:51
+#: packages/email/templates/document-invite.tsx
msgid "Please {action} your document {documentName}"
msgstr "Por favor {action} tu documento {documentName}"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:94
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "Please {recipientActionVerb} this document"
msgstr "Por favor {recipientActionVerb} este documento"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:108
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "Please {recipientActionVerb} this document created by your direct template"
msgstr "Por favor {recipientActionVerb} este documento creado a partir de tu plantilla directa"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:100
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "Please {recipientActionVerb} your document"
msgstr "Por favor {recipientActionVerb} tu documento"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:208
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
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/remix/app/components/embed/embed-document-waiting-for-turn.tsx:41
+#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
msgid "Please check with the parent application for more information."
msgstr ""
-#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:86
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
msgid "Please check your email for updates."
msgstr "Por favor, revisa tu correo electrónico para actualizaciones."
-#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx:40
+#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx
msgid "Please choose your new password"
msgstr "Por favor, elige tu nueva contraseña"
-#: packages/lib/server-only/auth/send-confirmation-email.ts:68
+#: packages/lib/server-only/auth/send-confirmation-email.ts
msgid "Please confirm your email"
msgstr "Por favor confirma tu correo electrónico"
-#: packages/email/templates/confirm-email.tsx:17
+#: packages/email/templates/confirm-email.tsx
msgid "Please confirm your email address"
msgstr "Por favor confirma tu dirección de correo electrónico"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:170
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please contact support if you would like to revert this action."
msgstr "Por favor, contacta al soporte si deseas revertir esta acción."
-#: apps/remix/app/components/forms/token.tsx:169
+#: apps/remix/app/components/forms/token.tsx
msgid "Please enter a meaningful name for your token. This will help you identify it later."
msgstr "Por favor, ingresa un nombre significativo para tu token. Esto te ayudará a identificarlo más tarde."
-#: apps/remix/app/components/general/claim-account.tsx:39
-#: apps/remix/app/components/forms/signup.tsx:46
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Please enter a valid name."
msgstr "Por favor, introduce un nombre válido."
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:192
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please mark as viewed to complete"
msgstr "Por favor, marca como visto para completar"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:459
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:124
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please note that this action is <0>irreversible0>."
msgstr "Por favor, ten en cuenta que esta acción es <0>irreversible0>."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:115
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please note that this action is <0>irreversible0>. Once confirmed, this document will be permanently deleted."
msgstr "Por favor, ten en cuenta que esta acción es <0>irreversible0>. Una vez confirmada, este documento será eliminado permanentemente."
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:64
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Please note that this action is irreversible. Once confirmed, your template will be permanently deleted."
msgstr "Por favor, ten en cuenta que esta acción es irreversible. Una vez confirmada, tu plantilla será eliminada permanentemente."
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:124
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Please note that this action is irreversible. Once confirmed, your token will be permanently deleted."
msgstr "Por favor, ten en cuenta que esta acción es irreversible. Una vez confirmada, tu token será eliminado permanentemente."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:114
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "Please note that this action is irreversible. Once confirmed, your webhook will be permanently deleted."
msgstr "Por favor, ten en cuenta que esta acción es irreversible. Una vez confirmada, tu webhook será eliminado permanentemente."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:128
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Please note that you will lose access to all documents associated with this team & all the members will be removed and notified"
msgstr "Por favor, ten en cuenta que perderás acceso a todos los documentos asociados con este equipo y todos los miembros serán eliminados y notificados"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:36
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
msgid "Please provide a reason"
msgstr "Please provide a reason"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:122
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Please provide a token from the authenticator, or a backup code. If you do not have a backup code available, please contact support."
msgstr "Por favor, proporciona un token del autenticador o un código de respaldo. Si no tienes un código de respaldo disponible, contacta al soporte."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:129
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
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/remix/app/components/general/document-signing/document-signing-form.tsx:316
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please review the document before signing."
msgstr "Por favor, revise el documento antes de firmar."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:501
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Please select a PDF file"
msgstr "Por favor seleccione un archivo PDF"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:62
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "Please try again and make sure you enter the correct email address."
msgstr "Por favor, intenta de nuevo y asegúrate de ingresar la dirección de correo electrónico correcta."
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:72
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "Please try again later."
msgstr "Por favor, intenta de nuevo más tarde."
-#: packages/ui/primitives/pdf-viewer.tsx:223
-#: packages/ui/primitives/pdf-viewer.tsx:238
+#: packages/ui/primitives/pdf-viewer.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Please try again or contact our support."
msgstr "Por favor, inténtalo de nuevo o contacta a nuestro soporte."
#. placeholder {0}: `'${_(deleteMessage)}'`
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:180
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please type {0} to confirm"
msgstr "Por favor, escriba {0} para confirmar"
#. placeholder {0}: user.email
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:123
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Please type <0>{0}0> to confirm."
msgstr "Por favor, escribe <0>{0}0> para confirmar."
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:171
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Pre-formatted CSV template with example data."
msgstr "Plantilla CSV preformateada con datos de ejemplo."
-#: apps/remix/app/components/general/app-command-menu.tsx:209
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:58
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:49
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Preferences"
msgstr "Preferencias"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:215
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Preview"
msgstr "Vista previa"
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:64
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "Preview and configure template."
msgstr "Vista previa y configurar plantilla."
-#: apps/remix/app/components/tables/templates-table.tsx:119
-#: apps/remix/app/components/general/template/template-type.tsx:22
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/general/template/template-type.tsx
msgid "Private"
msgstr "Privado"
-#: apps/remix/app/components/tables/templates-table.tsx:129
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Private templates can only be modified and viewed by you."
msgstr "Las plantillas privadas solo pueden ser modificadas y vistas por ti."
-#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx:20
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:32
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:30
-#: apps/remix/app/components/general/app-command-menu.tsx:65
+#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Profile"
msgstr "Perfil"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:193
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Profile is currently <0>hidden0>."
msgstr "El perfil está actualmente <0>oculto0>."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:181
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Profile is currently <0>visible0>."
msgstr "El perfil está actualmente <0>visible0>."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:72
-#: apps/remix/app/components/forms/profile.tsx:68
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/forms/profile.tsx
msgid "Profile updated"
msgstr "Perfil actualizado"
-#: apps/remix/app/components/tables/templates-table.tsx:92
-#: apps/remix/app/components/general/template/template-type.tsx:27
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/general/template/template-type.tsx
msgid "Public"
msgstr "Público"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:34
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:45
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:43
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:71
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:62
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Public Profile"
msgstr "Perfil Público"
-#: apps/remix/app/components/forms/public-profile-form.tsx:145
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Public profile URL"
msgstr "URL del perfil público"
-#: apps/remix/app/components/forms/signup.tsx:444
+#: apps/remix/app/components/forms/signup.tsx
msgid "Public profile username"
msgstr "Nombre de usuario del perfil público"
-#: apps/remix/app/components/tables/templates-table.tsx:96
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Public templates are connected to your public profile. Any modifications to public templates will also appear in your public profile."
msgstr "Las plantillas públicas están conectadas a tu perfil público. Cualquier modificación a las plantillas públicas también aparecerá en tu perfil público."
-#: packages/ui/primitives/document-flow/types.ts:57
+#: packages/ui/primitives/document-flow/types.ts
msgid "Radio"
msgstr "Radio"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:131
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
msgid "Radio values"
msgstr "Valores de radio"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:162
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:120
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:176
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:146
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:185
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Read only"
msgstr "Solo lectura"
-#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx:144
+#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx
msgid "Read only field"
msgstr "Campo de solo lectura"
-#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx:23
+#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx
msgid "Read the full <0>signature disclosure0>."
msgstr "Lea la <0>divulgación de firma0> completa."
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:105
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Ready"
msgstr "Listo"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:297
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Reason"
msgstr "Razón"
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:151
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Reason for rejection: "
msgstr ""
-#: packages/email/template-components/template-document-rejected.tsx:32
+#: packages/email/template-components/template-document-rejected.tsx
msgid "Reason for rejection: {rejectionReason}"
msgstr "Razón del rechazo: {rejectionReason}"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:37
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
msgid "Reason must be less than 500 characters"
msgstr "Reason must be less than 500 characters"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx:62
+#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx
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:96
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Receives copy"
msgstr "Recibe copia"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:160
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:54
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "Recent activity"
msgstr "Actividad reciente"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:39
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Recent documents"
msgstr "Documentos recientes"
-#: apps/remix/app/components/tables/documents-table.tsx:62
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:112
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:281
-#: packages/lib/utils/document-audit-logs.ts:357
-#: packages/lib/utils/document-audit-logs.ts:372
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/lib/utils/document-audit-logs.ts
+#: packages/lib/utils/document-audit-logs.ts
msgid "Recipient"
msgstr "Destinatario"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:335
-#: packages/ui/primitives/document-flow/add-settings.tsx:267
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:38
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "Recipient action authentication"
msgstr "Autenticación de acción de destinatario"
-#: packages/ui/components/document/document-email-checkboxes.tsx:126
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Recipient removed email"
msgstr "Correo electrónico de destinatario eliminado"
-#: packages/ui/components/document/document-email-checkboxes.tsx:50
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Recipient signed email"
msgstr "Correo electrónico de destinatario firmado"
-#: packages/ui/components/document/document-email-checkboxes.tsx:88
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Recipient signing request email"
msgstr "Correo electrónico de solicitud de firma de destinatario"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:110
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Recipient updated"
msgstr "Destinatario actualizado"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:144
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:132
-#: apps/remix/app/components/general/template/template-page-view-recipients.tsx:30
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:48
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Recipients"
msgstr "Destinatarios"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:118
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Recipients metrics"
msgstr "Métricas de destinatarios"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:160
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Recipients will still retain their copy of the document"
msgstr "Los destinatarios aún conservarán su copia del documento"
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:26
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "Recovery code copied"
msgstr "Código de recuperación copiado"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:116
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Recovery codes"
msgstr "Códigos de recuperación"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:541
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Red"
msgstr "Rojo"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:505
-#: packages/ui/primitives/document-flow/add-settings.tsx:381
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Redirect URL"
msgstr "URL de redirección"
-#: apps/remix/app/components/general/claim-account.tsx:79
-#: apps/remix/app/components/forms/signup.tsx:136
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Registration Successful"
msgstr "Registro exitoso"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:116
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:123
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:169
-#: packages/email/template-components/template-document-invite.tsx:98
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Reject Document"
msgstr "Rechazar Documento"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:99
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:146
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Rejected"
msgstr "Rejected"
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:22
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "Rejection Confirmed"
msgstr "Rechazo Confirmado"
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:34
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "Rejection reason: {reason}"
msgstr "Razón del rechazo: {reason}"
-#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx:29
+#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx
msgid "Remembered your password? <0>Sign In0>"
msgstr "¿Recordaste tu contraseña? <0>Iniciar sesión0>"
#. placeholder {0}: customEmail.subject
-#: packages/lib/server-only/document/resend-document.tsx:192
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: {0}"
msgstr "Recordatorio: {0}"
#. placeholder {0}: document.team.name
-#: packages/lib/server-only/document/resend-document.tsx:132
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: {0} invited you to {recipientActionVerb} a document"
msgstr "Recordatorio: {0} te invitó a {recipientActionVerb} un documento"
-#: packages/lib/server-only/document/resend-document.tsx:121
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: Please {recipientActionVerb} this document"
msgstr "Recordatorio: Por favor {recipientActionVerb} este documento"
-#: packages/lib/server-only/document/resend-document.tsx:127
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: Please {recipientActionVerb} your document"
msgstr "Recordatorio: Por favor {recipientActionVerb} tu documento"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:55
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:152
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:160
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:187
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:88
-#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx:156
-#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx:180
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:249
-#: apps/remix/app/components/forms/avatar-image.tsx:162
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:431
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:216
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:156
-#: packages/ui/primitives/document-flow/add-fields.tsx:1123
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Remove"
msgstr "Eliminar"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:105
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Remove team email"
msgstr "Eliminar correo electrónico del equipo"
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:149
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
msgid "Remove team member"
msgstr "Eliminar miembro del equipo"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:69
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Renews: {formattedDate}"
msgstr "Renueva: {formattedDate}"
-#: apps/remix/app/components/forms/reset-password.tsx:127
-#: apps/remix/app/components/forms/password.tsx:141
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Repeat Password"
msgstr "Repetir contraseña"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:245
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Request transfer"
msgstr "Solicitar transferencia"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:152
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:110
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:166
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:136
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:175
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Required field"
msgstr "Campo obligatorio"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:110
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Reseal document"
msgstr "Re-sellar documento"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:148
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:116
-#: packages/ui/primitives/document-flow/add-subject.tsx:79
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Resend"
msgstr "Reenviar"
-#: apps/remix/app/components/general/verify-email-banner.tsx:132
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Resend Confirmation Email"
msgstr "Reenviar correo de confirmación"
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:66
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
msgid "Resend verification"
msgstr "Reenviar verificación"
-#: apps/remix/app/components/forms/team-update-form.tsx:161
-#: apps/remix/app/components/forms/public-profile-form.tsx:266
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Reset"
msgstr "Restablecer"
-#: apps/remix/app/components/forms/forgot-password.tsx:54
+#: apps/remix/app/components/forms/forgot-password.tsx
msgid "Reset email sent"
msgstr "Correo de restablecimiento enviado"
-#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx:36
-#: apps/remix/app/components/forms/reset-password.tsx:139
-#: apps/remix/app/components/forms/forgot-password.tsx:89
-#: packages/email/template-components/template-forgot-password.tsx:33
+#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/forgot-password.tsx
+#: packages/email/template-components/template-forgot-password.tsx
msgid "Reset Password"
msgstr "Restablecer contraseña"
-#: apps/remix/app/components/forms/reset-password.tsx:139
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Resetting Password..."
msgstr "Restableciendo contraseña..."
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:98
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Resolve"
msgstr "Resolver"
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:131
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Resolve payment"
msgstr "Resolver pago"
-#: packages/ui/components/document/document-share-button.tsx:146
+#: packages/ui/components/document/document-share-button.tsx
msgid "Rest assured, your document is strictly confidential and will never be shared. Only your signing experience will be highlighted. Share your personalized signing card to showcase your signature!"
msgstr "Ten la seguridad de que tu documento es estrictamente confidencial y nunca será compartido. Solo se destacará tu experiencia de firma. ¡Comparte tu tarjeta de firma personalizada para mostrar tu firma!"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:122
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Retention of Documents"
msgstr "Retención de Documentos"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:169
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Retry"
msgstr "Reintentar"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:87
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:110
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:109
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:104
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Return"
msgstr "Regresar"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:153
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Return to Dashboard"
msgstr "Regresar al tablero"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:159
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Return to Home"
msgstr "Regresar a la página de inicio"
-#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx:29
-#: apps/remix/app/routes/_unauthenticated+/check-email.tsx:29
+#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx
+#: apps/remix/app/routes/_unauthenticated+/check-email.tsx
msgid "Return to sign in"
msgstr "Regresar para iniciar sesión"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:117
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Revoke"
msgstr "Revocar"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:86
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Revoke access"
msgstr "Revocar acceso"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:79
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:90
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:117
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:284
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:162
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:314
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Role"
msgstr "Rol"
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:131
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:73
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Roles"
msgstr "Roles"
-#: packages/ui/primitives/data-table-pagination.tsx:55
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "Rows per page"
msgstr "Filas por página"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:373
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:358
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:304
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:311
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:446
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:320
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Save"
msgstr "Guardar"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:979
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
msgid "Save Template"
msgstr "Guardar plantilla"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:63
-#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx:57
-#: apps/remix/app/components/tables/documents-table-sender-filter.tsx:58
-#: apps/remix/app/components/general/app-nav-desktop.tsx:84
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx
+#: apps/remix/app/components/tables/documents-table-sender-filter.tsx
+#: apps/remix/app/components/general/app-nav-desktop.tsx
msgid "Search"
msgstr "Buscar"
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:141
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
msgid "Search by document title"
msgstr "Buscar por título del documento"
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:172
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:141
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Search by name or email"
msgstr "Buscar por nombre o correo electrónico"
-#: apps/remix/app/components/general/document/document-search.tsx:39
+#: apps/remix/app/components/general/document/document-search.tsx
msgid "Search documents..."
msgstr "Buscar documentos..."
-#: packages/ui/components/common/language-switcher-dialog.tsx:41
+#: packages/ui/components/common/language-switcher-dialog.tsx
msgid "Search languages..."
msgstr "Buscar idiomas..."
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:185
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:210
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Secret"
msgstr "Secreto"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:67
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:71
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:69
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
msgid "Security"
msgstr "Seguridad"
-#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx:18
+#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx
msgid "Security activity"
msgstr "Actividad de seguridad"
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:193
-#: packages/ui/primitives/document-flow/types.ts:59
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:114
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Select"
msgstr "Seleccionar"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:114
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:84
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Select a team"
msgstr "Seleccionar un equipo"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:78
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Select a team to move this document to. This action cannot be undone."
msgstr "Seleccionar un equipo para mover este documento. Esta acción no se puede deshacer."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:108
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Select a team to move this template to. This action cannot be undone."
msgstr "Seleccionar un equipo para mover esta plantilla. Esta acción no se puede deshacer."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:258
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Select a template you'd like to display on your public profile"
msgstr "Seleccionar una plantilla que te gustaría mostrar en tu perfil público"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:254
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Select a template you'd like to display on your team's public profile"
msgstr "Seleccionar una plantilla que te gustaría mostrar en el perfil público de tu equipo"
-#: packages/ui/primitives/combobox.tsx:39
+#: packages/ui/primitives/combobox.tsx
msgid "Select an option"
msgstr "Seleccionar una opción"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:138
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Select at least"
msgstr "Seleccionar al menos"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:104
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Select default option"
msgstr "Seleccionar opción predeterminada"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:223
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Select passkey"
msgstr "Seleccionar clave de acceso"
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:34
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:64
-#: packages/ui/primitives/document-flow/add-subject.tsx:77
-#: packages/ui/primitives/document-flow/add-subject.tsx:80
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Send"
msgstr "Enviar"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:92
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "Send confirmation email"
msgstr "Enviar correo de confirmación"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:334
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Send document"
msgstr "Enviar documento"
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:41
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
msgid "Send Document"
msgstr "Enviar documento"
-#: packages/ui/components/document/document-email-checkboxes.tsx:193
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document completed email"
msgstr "Enviar correo electrónico de documento completado"
-#: packages/ui/components/document/document-email-checkboxes.tsx:269
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document completed email to the owner"
msgstr "Enviar correo electrónico de documento completado al propietario"
-#: packages/ui/components/document/document-email-checkboxes.tsx:231
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document deleted email"
msgstr "Enviar correo electrónico de documento eliminado"
-#: packages/ui/components/document/document-email-checkboxes.tsx:154
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document pending email"
msgstr "Enviar correo electrónico de documento pendiente"
-#: packages/email/templates/confirm-team-email.tsx:102
+#: packages/email/templates/confirm-team-email.tsx
msgid "Send documents on behalf of the team using the email address"
msgstr "Enviar documentos en nombre del equipo usando la dirección de correo electrónico"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:252
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Send documents to recipients immediately"
msgstr "Enviar documentos a los destinatarios inmediatamente"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:199
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Send on Behalf of Team"
msgstr "Enviar en nombre del equipo"
-#: packages/ui/components/document/document-email-checkboxes.tsx:116
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send recipient removed email"
msgstr "Enviar correo electrónico de destinatario eliminado"
-#: packages/ui/components/document/document-email-checkboxes.tsx:40
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send recipient signed email"
msgstr "Enviar correo electrónico de destinatario firmado"
-#: packages/ui/components/document/document-email-checkboxes.tsx:78
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send recipient signing request email"
msgstr "Enviar correo electrónico de solicitud de firma de destinatario"
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:188
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Send reminder"
msgstr "Enviar recordatorio"
-#: apps/remix/app/components/tables/documents-table.tsx:58
+#: apps/remix/app/components/tables/documents-table.tsx
msgid "Sender"
msgstr "Remitente"
-#: apps/remix/app/components/forms/forgot-password.tsx:89
+#: apps/remix/app/components/forms/forgot-password.tsx
msgid "Sending Reset Email..."
msgstr "Enviando correo de restablecimiento..."
-#: apps/remix/app/components/general/verify-email-banner.tsx:132
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Sending..."
msgstr "Enviando..."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:264
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:100
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Sent"
msgstr "Enviado"
-#: apps/remix/app/components/general/claim-account.tsx:144
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Set a password"
msgstr "Establecer una contraseña"
-#: apps/remix/app/routes/_authenticated+/settings+/_layout.tsx:16
-#: apps/remix/app/components/general/app-nav-mobile.tsx:43
-#: apps/remix/app/components/general/app-command-menu.tsx:61
-#: apps/remix/app/components/general/app-command-menu.tsx:206
+#: apps/remix/app/routes/_authenticated+/settings+/_layout.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Settings"
msgstr "Configuraciones"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:197
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Setup"
msgstr "Configuración"
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:179
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:148
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Share"
msgstr "Compartir"
-#: packages/ui/components/document/document-share-button.tsx:134
+#: packages/ui/components/document/document-share-button.tsx
msgid "Share Signature Card"
msgstr "Compartir tarjeta de firma"
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:205
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:175
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Share Signing Card"
msgstr "Compartir tarjeta de firma"
-#: packages/lib/constants/template.ts:16
+#: packages/lib/constants/template.ts
msgid "Share the Link"
msgstr "Compartir el enlace"
-#: packages/ui/components/document/document-share-button.tsx:142
+#: packages/ui/components/document/document-share-button.tsx
msgid "Share your signing experience!"
msgstr "¡Comparte tu experiencia de firma!"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:172
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Show"
msgstr "Mostrar"
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:111
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Show additional information"
msgstr "Mostrar información adicional"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:723
-#: packages/ui/primitives/document-flow/add-signers.tsx:710
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Show advanced settings"
msgstr "Mostrar configuraciones avanzadas"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:37
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Show templates in your public profile for your audience to sign and get started quickly"
msgstr "Mostrar plantillas en tu perfil público para que tu audiencia firme y comience rápidamente"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:44
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Show templates in your team public profile for your audience to sign and get started quickly"
msgstr "Mostrar plantillas en el perfil público de tu equipo para que tu audiencia firme y comience rápidamente"
-#: apps/remix/app/routes/_profile+/p.$url.tsx:189
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:128
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:112
-#: apps/remix/app/components/general/user-profile-timur.tsx:77
-#: apps/remix/app/components/general/user-profile-skeleton.tsx:73
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:323
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:243
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:142
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:221
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:179
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:83
-#: packages/lib/constants/recipient-roles.ts:21
+#: apps/remix/app/routes/_profile+/p.$url.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/user-profile-timur.tsx
+#: apps/remix/app/components/general/user-profile-skeleton.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Sign"
msgstr "Firmar"
#. placeholder {0}: recipient.name
#. placeholder {1}: recipient.email
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:272
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "Sign as {0} <0>({1})0>"
msgstr "Firmar como {0} <0>({1})0>"
#. placeholder {0}: recipient.name
#. placeholder {1}: recipient.email
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:202
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
msgid "Sign as<0>{0} <1>({1})1>0>"
msgstr "Firmar como<0>{0} <1>({1})1>0>"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:301
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:358
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Sign document"
msgstr "Firmar documento"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:184
-#: packages/email/template-components/template-document-invite.tsx:106
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Sign Document"
msgstr "Firmar Documento"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx:59
+#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx
msgid "Sign field"
msgstr "Campo de firma"
-#: apps/remix/app/components/forms/signup.tsx:359
+#: apps/remix/app/components/forms/signup.tsx
msgid "Sign Here"
msgstr "Firmar aquí"
-#: apps/remix/app/components/forms/signin.tsx:363
-#: apps/remix/app/components/forms/signin.tsx:488
-#: packages/email/template-components/template-reset-password.tsx:35
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: packages/email/template-components/template-reset-password.tsx
msgid "Sign In"
msgstr "Iniciar sesión"
-#: apps/remix/app/routes/_unauthenticated+/signin.tsx:47
+#: apps/remix/app/routes/_unauthenticated+/signin.tsx
msgid "Sign in to your account"
msgstr "Inicia sesión en tu cuenta"
-#: apps/remix/app/components/general/menu-switcher.tsx:282
-#: apps/remix/app/components/general/app-nav-mobile.tsx:76
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
msgid "Sign Out"
msgstr "Cerrar sesión"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:326
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:379
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Sign the document to complete the process."
msgstr "Firma el documento para completar el proceso."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:63
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
msgid "Sign up"
msgstr "Regístrate"
-#: apps/remix/app/components/forms/signup.tsx:398
+#: apps/remix/app/components/forms/signup.tsx
msgid "Sign Up with Google"
msgstr "Regístrate con Google"
-#: apps/remix/app/components/forms/signup.tsx:414
+#: apps/remix/app/components/forms/signup.tsx
msgid "Sign Up with OIDC"
msgstr "Regístrate con OIDC"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:185
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:80
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:245
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:280
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:342
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:335
-#: apps/remix/app/components/forms/profile.tsx:118
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:423
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:420
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:711
-#: packages/ui/primitives/document-flow/types.ts:49
-#: packages/ui/primitives/document-flow/field-icon.tsx:44
-#: packages/ui/primitives/document-flow/add-fields.tsx:836
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/field-icon.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Signature"
msgstr "Firma"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:236
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signature ID"
msgstr "ID de Firma"
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:297
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:366
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:449
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:446
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Signature is too small. Please provide a more complete signature."
msgstr "La firma es demasiado pequeña. Proporcione una firma más completa."
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:139
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Signatures Collected"
msgstr "Firmas recolectadas"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:221
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Signatures will appear once the document has been completed"
msgstr "Las firmas aparecerán una vez que el documento se haya completado"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:286
-#: apps/remix/app/components/general/document/document-read-only-fields.tsx:82
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:113
-#: packages/lib/constants/recipient-roles.ts:22
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/general/document/document-read-only-fields.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Signed"
msgstr "Firmado"
-#: packages/lib/constants/recipient-roles.ts:24
+#: packages/lib/constants/recipient-roles.ts
msgid "Signer"
msgstr "Firmante"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:184
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signer Events"
msgstr "Eventos del Firmante"
-#: packages/lib/constants/recipient-roles.ts:25
+#: packages/lib/constants/recipient-roles.ts
msgid "Signers"
msgstr "Firmantes"
-#: packages/ui/primitives/document-flow/add-signers.types.ts:36
+#: packages/ui/primitives/document-flow/add-signers.types.ts
msgid "Signers must have unique emails"
msgstr "Los firmantes deben tener correos electrónicos únicos"
-#: packages/lib/constants/recipient-roles.ts:23
+#: packages/lib/constants/recipient-roles.ts
msgid "Signing"
msgstr "Firmando"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:176
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signing Certificate"
msgstr "Certificado de Firma"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:319
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signing certificate provided by"
msgstr "Certificado de firma proporcionado por"
-#: packages/lib/server-only/document/send-completed-email.ts:120
-#: packages/lib/server-only/document/send-completed-email.ts:200
+#: packages/lib/server-only/document/send-completed-email.ts
+#: packages/lib/server-only/document/send-completed-email.ts
msgid "Signing Complete!"
msgstr "¡Firma completa!"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:339
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Signing for"
msgstr ""
-#: apps/remix/app/components/forms/signin.tsx:363
-#: apps/remix/app/components/forms/signin.tsx:488
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
msgid "Signing in..."
msgstr "Iniciando sesión..."
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:189
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:160
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Signing Links"
msgstr "Enlaces de firma"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:301
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Signing links have been generated for this document."
msgstr "Se han generado enlaces de firma para este documento."
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:340
-#: packages/ui/primitives/document-flow/add-signers.tsx:278
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Signing order is enabled."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/leaderboard.tsx:52
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/leaderboard.tsx
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
msgid "Signing Volume"
msgstr "Volumen de firmas"
-#: apps/remix/app/components/forms/signup.tsx:71
+#: apps/remix/app/components/forms/signup.tsx
msgid "Signups are disabled."
msgstr "Las inscripciones están deshabilitadas."
#. placeholder {0}: DateTime.fromJSDate(publicProfile.badge.since).toFormat('LLL ‘yy')
-#: apps/remix/app/routes/_profile+/p.$url.tsx:106
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "Since {0}"
msgstr "Desde {0}"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:107
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Site Banner"
msgstr "Banner del sitio"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:100
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:111
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Site Settings"
msgstr "Configuraciones del sitio"
-#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx:32
+#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx
msgid "Some signers have not been assigned a signature field. Please assign at least 1 signature field to each signer before proceeding."
msgstr "Algunos firmantes no han sido asignados a un campo de firma. Asigne al menos 1 campo de firma a cada firmante antes de continuar."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:56
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:88
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:133
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:34
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:62
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:79
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:76
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:98
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:95
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:73
-#: apps/remix/app/components/general/billing-portal-button.tsx:35
-#: apps/remix/app/components/general/billing-plans.tsx:62
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:52
-#: apps/remix/app/components/general/teams/team-invitations.tsx:132
-#: apps/remix/app/components/general/teams/team-invitations.tsx:169
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:43
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:38
-#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx:28
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:34
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:44
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:94
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:63
-#: apps/remix/app/components/general/document/document-certificate-download-button.tsx:65
-#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx:62
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:24
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:119
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:106
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:167
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:260
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:103
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:128
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:153
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:47
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:71
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:206
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:61
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:80
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:51
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:100
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:103
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:76
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:69
-#: packages/ui/components/document/document-share-button.tsx:50
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/billing-portal-button.tsx
+#: apps/remix/app/components/general/billing-plans.tsx
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: apps/remix/app/components/general/document/document-certificate-download-button.tsx
+#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
+#: packages/ui/components/document/document-share-button.tsx
msgid "Something went wrong"
msgstr "Algo salió mal"
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:125
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Something went wrong while attempting to transfer the ownership of team <0>{0}0> to your. Please try again later or contact support."
msgstr "Algo salió mal al intentar transferir la propiedad del equipo <0>{0}0> a tu equipo. Por favor, intenta de nuevo más tarde o contacta al soporte."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:148
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Something went wrong while attempting to verify your email address for <0>{0}0>. Please try again later."
msgstr "Algo salió mal al intentar verificar tu dirección de correo electrónico para <0>{0}0>. Por favor, intenta de nuevo más tarde."
-#: packages/ui/primitives/pdf-viewer.tsx:220
-#: packages/ui/primitives/pdf-viewer.tsx:235
+#: packages/ui/primitives/pdf-viewer.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Something went wrong while loading the document."
msgstr "Algo salió mal al cargar el documento."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:159
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Something went wrong while loading your passkeys."
msgstr "Algo salió mal al cargar tus claves de acceso."
-#: apps/remix/app/components/general/verify-email-banner.tsx:57
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Something went wrong while sending the confirmation email."
msgstr "Algo salió mal al enviar el correo de confirmación."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:94
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Something went wrong while updating the team billing subscription, please contact support."
msgstr "Algo salió mal al actualizar la suscripción de facturación del equipo, por favor contacta al soporte."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:107
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Something went wrong!"
msgstr "¡Algo salió mal!"
-#: packages/ui/primitives/data-table.tsx:134
+#: packages/ui/primitives/data-table.tsx
msgid "Something went wrong."
msgstr "Algo salió mal."
-#: apps/remix/app/components/forms/token.tsx:137
+#: apps/remix/app/components/forms/token.tsx
msgid "Something went wrong. Please try again later."
msgstr "Algo salió mal. Por favor, inténtelo de nuevo más tarde."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:163
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:239
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Something went wrong. Please try again or contact support."
msgstr "Algo salió mal. Por favor, intenta de nuevo o contacta al soporte."
-#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx:64
+#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx
msgid "Sorry, we were unable to download the audit logs. Please try again later."
msgstr "Lo sentimos, no pudimos descargar los registros de auditoría. Por favor, intenta de nuevo más tarde."
-#: apps/remix/app/components/general/document/document-certificate-download-button.tsx:67
+#: apps/remix/app/components/general/document/document-certificate-download-button.tsx
msgid "Sorry, we were unable to download the certificate. Please try again later."
msgstr "Lo sentimos, no pudimos descargar el certificado. Por favor, intenta de nuevo más tarde."
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:130
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Source"
msgstr "Fuente"
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:41
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Stats"
msgstr "Estadísticas"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:98
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:36
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:76
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:73
-#: apps/remix/app/components/tables/documents-table.tsx:72
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:122
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Status"
msgstr "Estado"
-#: packages/ui/primitives/document-flow/document-flow-root.tsx:106
+#: packages/ui/primitives/document-flow/document-flow-root.tsx
msgid "Step <0>{step} of {maxStep}0>"
msgstr "Paso <0>{step} de {maxStep}0>"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:362
-#: packages/ui/primitives/document-flow/add-subject.tsx:138
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Subject <0>(Optional)0>"
msgstr "Asunto <0>(Opcional)0>"
-#: packages/ui/primitives/document-password-dialog.tsx:98
-msgid "Submit"
-msgstr "Enviar"
-
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:299
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Submitting..."
msgstr ""
-#: apps/remix/app/components/general/billing-plans.tsx:129
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Subscribe"
msgstr ""
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:78
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Subscription"
msgstr "Suscripción"
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:83
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Subscriptions"
msgstr "Suscripciones"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:54
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:28
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:56
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:73
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:68
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:90
-#: apps/remix/app/components/general/verify-email-banner.tsx:46
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:41
-#: apps/remix/app/components/general/teams/team-invitations.tsx:125
-#: apps/remix/app/components/general/teams/team-invitations.tsx:162
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:36
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:31
-#: apps/remix/app/components/forms/team-update-form.tsx:65
-#: apps/remix/app/components/forms/public-profile-form.tsx:79
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:119
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:144
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:94
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:106
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:91
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:146
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:48
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:48
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:76
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:54
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:73
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:76
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:70
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:87
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:131
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:167
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/general/verify-email-banner.tsx
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Success"
msgstr "Éxito"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:86
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Successfully created passkey"
msgstr "Clave de acceso creada con éxito"
-#: packages/email/templates/bulk-send-complete.tsx:52
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Successfully created: {successCount}"
msgstr "Creado con éxito: {successCount}"
-#: packages/email/templates/bulk-send-complete.tsx:44
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Summary:"
msgstr "Resumen:"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:53
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "System Requirements"
msgstr "Requisitos del Sistema"
-#: apps/remix/app/components/general/app-command-menu.tsx:262
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "System Theme"
msgstr "Tema del sistema"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx:60
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:62
+#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
msgid "Team"
msgstr "Equipo"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/delete-team.ts:124
+#: packages/lib/server-only/team/delete-team.ts
msgid "Team \"{0}\" has been deleted on Documenso"
msgstr "El equipo \"{0}\" ha sido eliminado en Documenso"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:86
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Team checkout"
msgstr "Checkout del equipo"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:65
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:144
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Team email"
msgstr "Correo del equipo"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:57
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Team Email"
msgstr "Correo del equipo"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:122
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Team email already verified!"
msgstr "¡Correo electrónico del equipo ya verificado!"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:55
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Team email has been removed"
msgstr "El correo del equipo ha sido eliminado"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/delete-team-email.ts:105
+#: packages/lib/server-only/team/delete-team-email.ts
msgid "Team email has been revoked for {0}"
msgstr "El correo electrónico del equipo ha sido revocado para {0}"
-#: packages/email/templates/team-email-removed.tsx:60
+#: packages/email/templates/team-email-removed.tsx
msgid "Team email removed"
msgstr "Correo electrónico del equipo eliminado"
-#: packages/email/templates/team-email-removed.tsx:30
+#: packages/email/templates/team-email-removed.tsx
msgid "Team email removed for {teamName} on Documenso"
msgstr "Correo electrónico del equipo eliminado para {teamName} en Documenso"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:144
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Team email verification"
msgstr "Verificación del correo del equipo"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:160
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Team email verified!"
msgstr "¡Correo del equipo verificado!"
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:77
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "Team email was updated."
msgstr "El correo del equipo ha sido actualizado."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:121
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:116
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Team invitation"
msgstr "Invitación del equipo"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:147
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Team invitations have been sent."
msgstr "Las invitaciones al equipo han sido enviadas."
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:71
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:103
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Team Member"
msgstr "Miembro del equipo"
-#: apps/remix/app/components/forms/team-update-form.tsx:110
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:165
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Team Name"
msgstr "Nombre del equipo"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:61
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "Team not found"
msgstr ""
-#: apps/remix/app/components/tables/templates-table.tsx:119
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Team Only"
msgstr "Solo equipo"
-#: apps/remix/app/components/tables/templates-table.tsx:124
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Team only templates are not linked anywhere and are visible only to your team."
msgstr "Las plantillas solo para el equipo no están vinculadas en ningún lado y son visibles solo para tu equipo."
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:121
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Team ownership transfer"
msgstr "Transferencia de propiedad del equipo"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:99
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Team ownership transfer already completed!"
msgstr "¡La transferencia de propiedad del equipo ya se ha completado!"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:137
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Team ownership transferred!"
msgstr "¡Propiedad del equipo transferida!"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:31
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Team Preferences"
msgstr "Preferencias del equipo"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:41
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Team Public Profile"
msgstr "Perfil público del equipo"
-#: apps/remix/app/components/general/menu-switcher.tsx:266
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Team settings"
msgstr "Configuraciones del equipo"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._layout.tsx:39
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._layout.tsx
msgid "Team Settings"
msgstr "Configuraciones del equipo"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:43
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Team templates"
msgstr "Plantillas del equipo"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:76
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "Team transfer in progress"
msgstr "Transferencia de equipo en progreso"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:74
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "Team transfer request expired"
msgstr "Solicitud de transferencia del equipo expirada"
-#: apps/remix/app/components/forms/team-update-form.tsx:126
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:195
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Team URL"
msgstr "URL del equipo"
-#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx:22
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:58
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:56
-#: apps/remix/app/components/general/menu-switcher.tsx:155
-#: apps/remix/app/components/general/app-nav-mobile.tsx:39
+#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
msgid "Teams"
msgstr "Equipos"
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:82
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Teams restricted"
msgstr "Equipos restringidos"
-#: apps/remix/app/routes/_authenticated+/templates.$id.edit.tsx:71
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:166
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:37
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:140
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:220
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:406
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:268
+#: apps/remix/app/routes/_authenticated+/templates.$id.edit.tsx
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Template"
msgstr "Plantilla"
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:38
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Template deleted"
msgstr "Plantilla eliminada"
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:59
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "Template document uploaded"
msgstr "Documento de plantilla subido"
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:35
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Template duplicated"
msgstr "Plantilla duplicada"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:132
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Template has been removed from your public profile."
msgstr "La plantilla ha sido eliminada de tu perfil público."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:168
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Template has been updated."
msgstr "La plantilla ha sido actualizada."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:65
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Template moved"
msgstr "Plantilla movida"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:78
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Template not found or already associated with a team."
msgstr "Plantilla no encontrada o ya asociada con un equipo."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:206
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Template saved"
msgstr "Plantilla guardada"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:165
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Template title"
msgstr "Título de plantilla"
-#: apps/remix/app/routes/_authenticated+/templates._index.tsx:56
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:102
-#: apps/remix/app/components/general/app-nav-mobile.tsx:35
-#: apps/remix/app/components/general/app-nav-desktop.tsx:21
-#: apps/remix/app/components/general/app-command-menu.tsx:203
+#: apps/remix/app/routes/_authenticated+/templates._index.tsx
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
+#: apps/remix/app/components/general/app-nav-desktop.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Templates"
msgstr "Plantillas"
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:98
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
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/remix/app/components/general/document-signing/document-signing-text-field.tsx:270
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:299
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:841
-#: packages/ui/primitives/document-flow/types.ts:52
-#: packages/ui/primitives/document-flow/add-fields.tsx:966
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Text"
msgstr "Texto"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:125
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:139
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx:62
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx:57
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx:62
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx:80
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx
msgid "Text Align"
msgstr "Alineación de texto"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:171
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Text Color"
msgstr "Color de texto"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:20
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Thank you for using Documenso to perform your electronic document signing. The purpose of this disclosure is to inform you about the process, legality, and your rights regarding the use of electronic signatures on our platform. By opting to use an electronic signature, you are agreeing to the terms and conditions outlined below."
msgstr "Gracias por usar Documenso para realizar su firma electrónica de documentos. El propósito de esta divulgación es informarle sobre el proceso, la legalidad y sus derechos con respecto al uso de firmas electrónicas en nuestra plataforma. Al optar por usar una firma electrónica, usted está aceptando los términos y condiciones descritos a continuación."
-#: packages/email/template-components/template-forgot-password.tsx:25
+#: packages/email/template-components/template-forgot-password.tsx
msgid "That's okay, it happens! Click the button below to reset your password."
msgstr "Está bien, ¡sucede! Haz clic en el botón de abajo para restablecer tu contraseña."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:50
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "The account has been deleted successfully."
msgstr "La cuenta ha sido eliminada con éxito."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:50
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "The account has been disabled successfully."
msgstr "La cuenta ha sido deshabilitada exitosamente."
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:47
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "The account has been enabled successfully."
msgstr "La cuenta ha sido habilitada exitosamente."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:43
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "The authentication required for recipients to sign fields"
msgstr "La autenticación requerida para que los destinatarios firmen campos"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:67
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "The authentication required for recipients to sign the signature field."
msgstr "La autenticación requerida para que los destinatarios firmen el campo de firma."
-#: packages/ui/components/document/document-global-auth-access-select.tsx:66
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "The authentication required for recipients to view the document."
msgstr "La autenticación requerida para que los destinatarios vean el documento."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:202
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "The content to show in the banner, HTML is allowed"
msgstr "El contenido que se mostrará en el banner, se permite HTML"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:72
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:31
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:166
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "The direct link has been copied to your clipboard"
msgstr "El enlace directo ha sido copiado a tu portapapeles"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:46
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "The document has been successfully moved to the selected team."
msgstr "El documento ha sido movido con éxito al equipo seleccionado."
-#: apps/remix/app/components/embed/embed-document-completed.tsx:30
+#: apps/remix/app/components/embed/embed-document-completed.tsx
msgid "The document is now completed, please follow any instructions provided within the parent application."
msgstr "El documento ahora está completado, por favor sigue cualquier instrucción proporcionada dentro de la aplicación principal."
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:39
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "The document owner has been notified of this rejection. No further action is required from you at this time. The document owner may contact you with any questions regarding this rejection."
msgstr "El propietario del documento ha sido notificado de este rechazo. No se requiere ninguna acción adicional de su parte en este momento. El propietario del documento puede contactarlo con cualquier pregunta relacionada con este rechazo."
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:106
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:21
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
msgid "The document owner has been notified of your decision. They may contact you with further instructions if necessary."
msgstr "The document owner has been notified of your decision. They may contact you with further instructions if necessary."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:192
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "The document was created but could not be sent to recipients."
msgstr "El documento fue creado pero no se pudo enviar a los destinatarios."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:157
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "The document will be hidden from your account"
msgstr "El documento será ocultado de tu cuenta"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:342
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "The document will be immediately sent to recipients if this is checked."
msgstr "El documento se enviará inmediatamente a los destinatarios si esto está marcado."
-#: packages/ui/components/document/document-send-email-message-helper.tsx:29
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "The document's name"
msgstr "El nombre del documento"
-#: apps/remix/app/components/forms/signin.tsx:242
+#: apps/remix/app/components/forms/signin.tsx
msgid "The email or password provided is incorrect"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:172
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:196
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "The events that will trigger a webhook to be sent to your URL."
msgstr "Los eventos que activarán un webhook para ser enviado a tu URL."
-#: packages/email/templates/bulk-send-complete.tsx:62
+#: packages/email/templates/bulk-send-complete.tsx
msgid "The following errors occurred:"
msgstr "Se produjeron los siguientes errores:"
-#: packages/email/templates/team-delete.tsx:37
+#: packages/email/templates/team-delete.tsx
msgid "The following team has been deleted by its owner. You will no longer be able to access this team and its documents"
msgstr "El siguiente equipo ha sido eliminado por su propietario. Ya no podrás acceder a este equipo y sus documentos"
-#: packages/email/templates/team-delete.tsx:36
+#: packages/email/templates/team-delete.tsx
msgid "The following team has been deleted by you"
msgstr "El siguiente equipo ha sido eliminado por ti"
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:141
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "The ownership of team <0>{0}0> has been successfully transferred to you."
msgstr "La propiedad del equipo <0>{0}0> ha sido transferida con éxito a ti."
-#: apps/remix/app/components/general/generic-error-layout.tsx:43
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "The page you are looking for was moved, removed, renamed or might never have existed."
msgstr "La página que buscas fue movida, eliminada, renombrada o puede que nunca haya existido."
-#: packages/ui/primitives/document-password-dialog.tsx:53
-msgid "The password you have entered is incorrect. Please try again."
-msgstr "La contraseña que ha ingresado es incorrecta. Por favor, inténtelo de nuevo."
-
-#: apps/remix/app/components/forms/public-profile-form.tsx:117
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "The profile link has been copied to your clipboard"
msgstr "El enlace del perfil ha sido copiado a tu portapapeles"
-#: apps/remix/app/routes/_profile+/_layout.tsx:104
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "The profile you are looking for could not be found."
msgstr "El perfil que estás buscando no se pudo encontrar."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:377
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "The public description that will be displayed with this template"
msgstr "La descripción pública que se mostrará con esta plantilla"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:355
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "The public name for your template"
msgstr "El nombre público de tu plantilla"
-#: packages/email/template-components/template-document-super-delete.tsx:38
+#: packages/email/template-components/template-document-super-delete.tsx
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:135
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "The recipient can prepare the document for later signers by pre-filling suggest values."
msgstr ""
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:111
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "The recipient has been updated successfully"
msgstr "El destinatario ha sido actualizado con éxito"
-#: packages/ui/components/recipient/recipient-role-select.tsx:104
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:61
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:40
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:82
+#: packages/ui/components/recipient/recipient-role-select.tsx
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."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:230
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "The selected team member will receive an email which they must accept before the team is transferred"
msgstr "El miembro del equipo seleccionado recibirá un correo electrónico que debe aceptar antes de que se transfiera el equipo"
-#: packages/ui/components/document/document-share-button.tsx:51
+#: packages/ui/components/document/document-share-button.tsx
msgid "The sharing link could not be created at this time. Please try again."
msgstr "El enlace de compartición no se pudo crear en este momento. Por favor, inténtelo de nuevo."
-#: packages/ui/components/document/document-share-button.tsx:46
+#: packages/ui/components/document/document-share-button.tsx
msgid "The sharing link has been copied to your clipboard."
msgstr "El enlace de compartición ha sido copiado a su portapapeles."
-#: packages/ui/components/document/document-send-email-message-helper.tsx:23
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "The signer's email"
msgstr "El correo electrónico del firmante"
-#: packages/ui/components/document/document-send-email-message-helper.tsx:17
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "The signer's name"
msgstr "El nombre del firmante"
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:37
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:116
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:168
-#: packages/ui/primitives/document-flow/add-subject.tsx:238
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "The signing link has been copied to your clipboard."
msgstr "El enlace de firma ha sido copiado a tu portapapeles."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:110
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "The site banner is a message that is shown at the top of the site. It can be used to display important information to your users."
msgstr "El banner del sitio es un mensaje que se muestra en la parte superior del sitio. Se puede usar para mostrar información importante a tus usuarios."
-#: packages/email/templates/team-email-removed.tsx:64
+#: packages/email/templates/team-email-removed.tsx
msgid "The team email <0>{teamEmail}0> has been removed from the following team"
msgstr "El correo electrónico del equipo <0>{teamEmail}0> ha sido eliminado del siguiente equipo"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:42
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "The team transfer invitation has been successfully deleted."
msgstr "La invitación para la transferencia de equipo ha sido eliminada con éxito."
#. placeholder {0}: transferVerification.name
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:83
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "The team transfer request to <0>{0}0> has expired."
msgstr "La solicitud de transferencia de equipo a <0>{0}0> ha expirado."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:63
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid ""
"The team you are looking for may have been removed, renamed or may have never\n"
" existed."
msgstr ""
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:66
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "The template has been successfully moved to the selected team."
msgstr "La plantilla ha sido movida con éxito al equipo seleccionado."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:440
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "The template will be removed from your profile"
msgstr "La plantilla será eliminada de tu perfil"
-#: apps/remix/app/components/forms/token.tsx:103
+#: apps/remix/app/components/forms/token.tsx
msgid "The token was copied to your clipboard."
msgstr "El token fue copiado a tu portapapeles."
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:81
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "The token was deleted successfully."
msgstr "El token fue eliminado con éxito."
-#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx:21
+#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx
msgid "The token you have used to reset your password is either expired or it never existed. If you have still forgotten your password, please request a new reset link."
msgstr "El token que has utilizado para restablecer tu contraseña ha expirado o nunca existió. Si aún has olvidado tu contraseña, por favor solicita un nuevo enlace de restablecimiento."
-#: apps/remix/app/components/forms/signin.tsx:246
+#: apps/remix/app/components/forms/signin.tsx
msgid "The two-factor authentication code provided is incorrect"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:121
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:120
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:145
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "The URL for Documenso to send webhook events to."
msgstr "La URL para Documenso para enviar eventos de webhook."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:74
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "The webhook has been successfully deleted."
msgstr "El webhook ha sido eliminado con éxito."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:74
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:71
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "The webhook has been updated successfully."
msgstr "El webhook ha sido actualizado con éxito."
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:88
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "The webhook was successfully created."
msgstr "El webhook fue creado con éxito."
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:25
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "There are no active drafts at the current moment. You can upload a document to start drafting."
msgstr "No hay borradores activos en este momento. Puedes subir un documento para comenzar a redactar."
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:20
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "There are no completed documents yet. Documents that you have created or received will appear here once completed."
msgstr "Aún no hay documentos completados. Los documentos que hayas creado o recibido aparecerán aquí una vez completados."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:69
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "They have permission on your behalf to:"
msgstr "Tienen permiso en tu nombre para:"
-#: apps/remix/app/components/forms/signin.tsx:45
+#: apps/remix/app/components/forms/signin.tsx
msgid "This account has been disabled. Please contact support."
msgstr ""
-#: apps/remix/app/components/forms/signin.tsx:232
+#: apps/remix/app/components/forms/signin.tsx
msgid "This account has not been verified. Please verify your account before signing in."
msgstr ""
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:102
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:98
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:98
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "This action is not reversible. Please be certain."
msgstr "Esta acción no es reversible. Por favor, asegúrate."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:102
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "This action is reversible, but please be careful as the account may be affected permanently (e.g. their settings and contents not being restored properly)."
msgstr "Esta acción es reversible, pero ten cuidado ya que la cuenta podría verse afectada permanentemente (por ejemplo, su configuración y contenidos podrían no restaurarse correctamente)."
-#: packages/ui/components/document/document-global-auth-action-select.tsx:71
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "This can be overriden by setting the authentication requirements directly on each recipient in the next step."
msgstr "Esto se puede anular configurando los requisitos de autenticación directamente en cada destinatario en el siguiente paso."
-#: packages/email/template-components/template-document-super-delete.tsx:31
+#: packages/email/template-components/template-document-super-delete.tsx
msgid "This document can not be recovered, if you would like to dispute the reason for future documents please contact support."
msgstr "Este documento no se puede recuperar, si deseas impugnar la razón para documentos futuros, por favor contacta con el soporte."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:70
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "This document could not be deleted at this time. Please try again."
msgstr "Este documento no se pudo eliminar en este momento. Por favor, inténtalo de nuevo."
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:77
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "This document could not be duplicated at this time. Please try again."
msgstr "Este documento no se pudo duplicar en este momento. Por favor, inténtalo de nuevo."
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:104
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
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:772
+#: packages/ui/primitives/document-flow/add-fields.tsx
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."
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:198
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "This document has been cancelled by the owner and is no longer available for others to sign."
msgstr "Este documento ha sido cancelado por el propietario y ya no está disponible para que otros lo firmen."
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:188
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "This document has been cancelled by the owner."
msgstr "Este documento ha sido cancelado por el propietario."
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:221
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document has been signed by all recipients"
msgstr "Este documento ha sido firmado por todos los destinatarios"
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:224
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document is currently a draft and has not been sent"
msgstr "Este documento es actualmente un borrador y no ha sido enviado"
-#: packages/ui/primitives/document-password-dialog.tsx:67
-msgid "This document is password protected. Please enter the password to view the document."
-msgstr "Este documento está protegido por contraseña. Por favor ingrese la contraseña para ver el documento."
-
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:144
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "This document was created by you or a team member using the template above."
msgstr "Este documento fue creado por ti o un miembro del equipo usando la plantilla anterior."
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:156
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "This document was created using a direct link."
msgstr "Este documento fue creado usando un enlace directo."
-#: packages/email/template-components/template-footer.tsx:17
+#: packages/email/template-components/template-footer.tsx
msgid "This document was sent using <0>Documenso.0>"
msgstr "Este documento fue enviado usando <0>Documenso.0>"
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:26
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "This email confirms that you have rejected the document <0>\"{documentName}\"0> sent by {documentOwnerName}."
msgstr "Este correo electrónico confirma que ha rechazado el documento <0>\"{documentName}\"0> enviado por {documentOwnerName}."
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:90
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "This email is already being used by another team."
msgstr "Este correo electrónico ya está siendo utilizado por otro equipo."
-#: packages/ui/components/document/document-email-checkboxes.tsx:55
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This email is sent to the document owner when a recipient has signed the document."
msgstr "Este correo electrónico se envía al propietario del documento cuando un destinatario ha firmado el documento."
-#: packages/ui/components/document/document-email-checkboxes.tsx:131
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This email is sent to the recipient if they are removed from a pending document."
msgstr "Este correo electrónico se envía al destinatario si es eliminado de un documento pendiente."
-#: packages/ui/components/document/document-email-checkboxes.tsx:93
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This email is sent to the recipient requesting them to sign the document."
msgstr "Este correo electrónico se envía al destinatario solicitando que firme el documento."
-#: packages/ui/components/document/document-email-checkboxes.tsx:169
+#: packages/ui/components/document/document-email-checkboxes.tsx
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:642
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
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."
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:277
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "This is how the document will reach the recipients once the document is ready for signing."
msgstr "Así es como el documento llegará a los destinatarios una vez que esté listo para firmarse."
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:79
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "This link is invalid or has expired. Please contact your team to resend a transfer request."
msgstr "Este enlace es inválido o ha expirado. Por favor, contacta a tu equipo para reenviar una solicitud de transferencia."
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:102
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "This link is invalid or has expired. Please contact your team to resend a verification."
msgstr "Este enlace es inválido o ha expirado. Por favor, contacta a tu equipo para reenviar una verificación."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:207
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "This passkey has already been registered."
msgstr "Esta clave de acceso ya ha sido registrada."
-#: apps/remix/app/components/forms/signin.tsx:190
+#: apps/remix/app/components/forms/signin.tsx
msgid "This passkey is not configured for this application. Please login and add one in the user settings."
msgstr "Esta clave de acceso no está configurada para esta aplicación. Por favor, inicia sesión y añade una en la configuración del usuario."
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:149
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
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:1103
+#: packages/ui/primitives/document-flow/add-fields.tsx
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."
-#: apps/remix/app/components/forms/signin.tsx:194
+#: apps/remix/app/components/forms/signin.tsx
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:197
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "This signer has already signed the document."
msgstr "Este firmante ya ha firmado el documento."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:199
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "This team, and any associated data excluding billing invoices will be permanently deleted."
msgstr "Este equipo, y cualquier dato asociado, excluyendo las facturas de facturación, serán eliminados permanentemente."
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "This template could not be deleted at this time. Please try again."
msgstr "Esta plantilla no se pudo eliminar en este momento. Por favor, inténtalo de nuevo."
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:99
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "This token is invalid or has expired. No action is needed."
msgstr "Este token es inválido o ha expirado. No se necesita ninguna acción."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:102
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "This token is invalid or has expired. Please contact your team for a new invitation."
msgstr "Este token es inválido o ha expirado. Por favor, contacta a tu equipo para una nueva invitación."
-#: apps/remix/app/components/forms/team-update-form.tsx:84
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:97
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "This URL is already in use."
msgstr "Esta URL ya está en uso."
-#: apps/remix/app/components/forms/signup.tsx:74
+#: apps/remix/app/components/forms/signup.tsx
msgid "This username has already been taken"
msgstr "Este nombre de usuario ya ha sido tomado"
-#: packages/ui/components/document/document-email-checkboxes.tsx:246
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This will be sent to all recipients if a pending document has been deleted."
msgstr "Esto se enviará a todos los destinatarios si un documento pendiente ha sido eliminado."
-#: packages/ui/components/document/document-email-checkboxes.tsx:208
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This will be sent to all recipients once the document has been fully completed."
msgstr "Esto se enviará a todos los destinatarios una vez que el documento esté completamente completado."
-#: packages/ui/components/document/document-email-checkboxes.tsx:284
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This will be sent to the document owner once the document has been fully completed."
msgstr "Esto se enviará al propietario del documento una vez que el documento se haya completado por completo."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:47
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "This will override any global settings."
msgstr "Esto anulará cualquier configuración global."
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:44
-#: apps/remix/app/components/tables/document-logs-table.tsx:67
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
+#: apps/remix/app/components/tables/document-logs-table.tsx
msgid "Time"
msgstr "Hora"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:108
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Time zone"
msgstr "Zona horaria"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:136
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:482
-#: packages/ui/primitives/document-flow/add-settings.tsx:357
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Time Zone"
msgstr "Zona horaria"
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:62
-#: apps/remix/app/components/tables/templates-table.tsx:68
-#: apps/remix/app/components/tables/documents-table.tsx:53
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:107
-#: packages/ui/primitives/document-flow/add-settings.tsx:164
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Title"
msgstr "Título"
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:131
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "To accept this invitation you must create an account."
msgstr "Para aceptar esta invitación debes crear una cuenta."
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:122
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "To change the email you must remove and add a new email address."
msgstr "Para cambiar el correo electrónico debes eliminar y añadir una nueva dirección de correo electrónico."
#. placeholder {0}: userToEnable.email
#. placeholder {0}: userToDisable.email
#. placeholder {0}: user.email
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:100
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:113
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:109
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "To confirm, please enter the accounts email address <0/>({0})."
msgstr "Para confirmar, por favor ingresa la dirección de correo electrónico de la cuenta <0/>({0})."
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:105
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "To confirm, please enter the reason"
msgstr "Para confirmar, por favor ingresa la razón"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:126
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "To decline this invitation you must create an account."
msgstr "Para rechazar esta invitación debes crear una cuenta."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:203
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "To enable two-factor authentication, scan the following QR code using your authenticator app."
msgstr "Para habilitar la autenticación de dos factores, escanea el siguiente código QR usando tu aplicación de autenticador."
-#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx:19
+#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx
msgid "To gain access to your account, please confirm your email address by clicking on the confirmation link from your inbox."
msgstr "Para acceder a tu cuenta, por favor confirma tu dirección de correo electrónico haciendo clic en el enlace de confirmación de tu bandeja de entrada."
#. placeholder {0}: recipient.email
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:58
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
msgid "To mark this document as viewed, you need to be logged in as <0>{0}0>"
msgstr "Para marcar este documento como visto, debes iniciar sesión como <0>{0}0>"
#. placeholder {0}: emptyCheckboxFields.length > 0 ? 'Checkbox' : emptyRadioFields.length > 0 ? 'Radio' : 'Select'
#. placeholder {0}: emptyCheckboxFields.length > 0 ? 'Checkbox' : emptyRadioFields.length > 0 ? 'Radio' : 'Select'
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:959
-#: packages/ui/primitives/document-flow/add-fields.tsx:1086
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
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}."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:56
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "To use our electronic signature service, you must have access to:"
msgstr "Para usar nuestro servicio de firma electrónica, debe tener acceso a:"
-#: apps/remix/app/components/embed/embed-authentication-required.tsx:30
+#: apps/remix/app/components/embed/embed-authentication-required.tsx
msgid "To view this document you need to be signed into your account, please sign in to continue."
msgstr "Para ver este documento debes iniciar sesión en tu cuenta, por favor inicia sesión para continuar."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:187
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Toggle the switch to hide your profile from the public."
msgstr "Activa el interruptor para ocultar tu perfil del público."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:199
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Toggle the switch to show your profile to the public."
msgstr "Activa el interruptor para mostrar tu perfil al público."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:242
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Token"
msgstr "Token"
-#: apps/remix/app/components/forms/token.tsx:102
+#: apps/remix/app/components/forms/token.tsx
msgid "Token copied to clipboard"
msgstr "Token copiado al portapapeles"
-#: apps/remix/app/components/forms/token.tsx:123
+#: apps/remix/app/components/forms/token.tsx
msgid "Token created"
msgstr "Token creado"
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:80
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Token deleted"
msgstr "Token eliminado"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:95
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Token doesn't have an expiration date"
msgstr "El token no tiene una fecha de expiración"
-#: apps/remix/app/components/forms/token.tsx:187
+#: apps/remix/app/components/forms/token.tsx
msgid "Token expiration date"
msgstr "Fecha de expiración del token"
-#: apps/remix/app/components/forms/reset-password.tsx:79
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Token has expired. Please try again."
msgstr "El token ha expirado. Por favor, inténtelo de nuevo."
-#: apps/remix/app/components/forms/token.tsx:159
+#: apps/remix/app/components/forms/token.tsx
msgid "Token name"
msgstr "Nombre del token"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:85
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Documents"
msgstr "Total de documentos"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:124
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Recipients"
msgstr "Total de destinatarios"
-#: packages/email/templates/bulk-send-complete.tsx:49
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Total rows processed: {totalProcessed}"
msgstr "Filas totales procesadas: {totalProcessed}"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:169
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Signers that Signed Up"
msgstr "Total de firmantes que se registraron"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:84
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Users"
msgstr "Total de usuarios"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:74
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "transfer {teamName}"
msgstr "transferir {teamName}"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:158
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Transfer ownership of this team to a selected team member."
msgstr "Transferir la propiedad de este equipo a un miembro del equipo seleccionado."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:173
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:145
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:154
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Transfer team"
msgstr "Transferir equipo"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:177
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Transfer the ownership of the team to another team member."
msgstr "Transferir la propiedad del equipo a otro miembro del equipo."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:160
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:159
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:184
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Triggers"
msgstr "Desencadenadores"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:84
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Two factor authentication"
msgstr "Autenticación de dos factores"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:120
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Two factor authentication recovery codes are used to access your account in the event that you lose access to your authenticator app."
msgstr "Los códigos de recuperación de autenticación de dos factores se utilizan para acceder a tu cuenta en caso de perder el acceso a tu aplicación de autenticador."
-#: apps/remix/app/components/forms/signin.tsx:426
+#: apps/remix/app/components/forms/signin.tsx
msgid "Two-Factor Authentication"
msgstr "Autenticación de dos factores"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:85
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Two-factor authentication disabled"
msgstr "Autenticación de dos factores desactivada"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:100
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Two-factor authentication enabled"
msgstr "Autenticación de dos factores habilitada"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:87
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Two-factor authentication has been disabled for your account. You will no longer be required to enter a code from your authenticator app when signing in."
msgstr "La autenticación de dos factores ha sido desactivada para tu cuenta. Ya no se te pedirá ingresar un código de tu aplicación de autenticador al iniciar sesión."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:126
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Two-Factor Re-Authentication"
msgstr "Re-autenticación de Doble Factor"
-#: apps/remix/app/components/tables/templates-table.tsx:81
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:65
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Type"
msgstr "Tipo"
-#: apps/remix/app/components/general/app-command-menu.tsx:181
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Type a command or search..."
msgstr "Escribe un comando o busca..."
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:129
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "Typed signatures are not allowed. Please draw your signature."
msgstr "No se permiten firmas mecanografiadas. Por favor, dibuje su firma."
-#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx:23
+#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx
msgid "Uh oh! Looks like you're missing a token"
msgstr "¡Oh no! Parece que te falta un token"
-#: apps/remix/app/components/general/app-command-menu.tsx:311
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Unable to change the language at this time. Please try again later."
msgstr "No se puede cambiar el idioma en este momento. Por favor intenta nuevamente más tarde."
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:31
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "Unable to copy recovery code"
msgstr "No se pudo copiar el código de recuperación"
-#: apps/remix/app/components/forms/token.tsx:107
+#: apps/remix/app/components/forms/token.tsx
msgid "Unable to copy token"
msgstr "No se pudo copiar el token"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:104
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/components/general/teams/team-invitations.tsx:170
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Unable to decline this team invitation at this time."
msgstr "No se pudo rechazar esta invitación al equipo en este momento."
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:80
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Unable to delete invitation. Please try again."
msgstr "No se pudo eliminar la invitación. Por favor, inténtalo de nuevo."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:92
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Unable to delete team"
msgstr "No se pudo eliminar el equipo"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:98
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Unable to disable two-factor authentication"
msgstr "No se pudo desactivar la autenticación de dos factores"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:133
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Unable to join this team at this time."
msgstr "No se pudo unirte a este equipo en este momento."
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:69
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:125
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Unable to load document history"
msgstr "No se pudo cargar el historial del documento"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:54
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Unable to load documents"
msgstr "No se pueden cargar documentos"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:105
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "Unable to load your public profile templates at this time"
msgstr "No se pudo cargar tus plantillas de perfil público en este momento"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:81
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Unable to remove email verification at this time. Please try again."
msgstr "No se pudo eliminar la verificación de correo electrónico en este momento. Por favor, inténtalo de nuevo."
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:62
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Unable to remove team email at this time. Please try again."
msgstr "No se pudo eliminar el correo electrónico del equipo en este momento. Por favor, inténtalo de nuevo."
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:63
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Unable to resend invitation. Please try again."
msgstr "No se pudo reenviar la invitación. Por favor, inténtalo de nuevo."
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:39
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
msgid "Unable to resend verification at this time. Please try again."
msgstr "No se pudo reenviar la verificación en este momento. Por favor, inténtalo de nuevo."
-#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx:17
+#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx
msgid "Unable to reset password"
msgstr "No se pudo restablecer la contraseña"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:81
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:107
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Unable to setup two-factor authentication"
msgstr "No se pudo configurar la autenticación de dos factores"
-#: apps/remix/app/components/forms/signin.tsx:230
-#: apps/remix/app/components/forms/signin.tsx:251
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
msgid "Unable to sign in"
msgstr "No se pudo iniciar sesión"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:49
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:163
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "Unauthorized"
msgstr "No autorizado"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:153
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
msgid "Uncompleted"
msgstr "Incompleto"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:245
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:270
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:281
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:292
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:61
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Unknown"
msgstr "Desconocido"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:79
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Unpaid"
msgstr "No pagado"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:167
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:175
-#: apps/remix/app/components/forms/public-profile-form.tsx:278
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:190
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:163
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:425
-#: packages/ui/primitives/document-flow/add-subject.tsx:81
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Update"
msgstr "Actualizar"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:216
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Update Banner"
msgstr "Actualizar banner"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:123
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Update passkey"
msgstr "Actualizar clave de acceso"
-#: apps/remix/app/components/forms/password.tsx:154
+#: apps/remix/app/components/forms/password.tsx
msgid "Update password"
msgstr "Actualizar contraseña"
-#: apps/remix/app/components/forms/profile.tsx:137
+#: apps/remix/app/components/forms/profile.tsx
msgid "Update profile"
msgstr "Actualizar perfil"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:172
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Update Recipient"
msgstr "Actualizar destinatario"
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:131
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
msgid "Update role"
msgstr "Actualizar rol"
-#: apps/remix/app/components/forms/team-update-form.tsx:173
+#: apps/remix/app/components/forms/team-update-form.tsx
msgid "Update team"
msgstr "Actualizar equipo"
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:110
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:118
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "Update team email"
msgstr "Actualizar correo electrónico del equipo"
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:135
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:143
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "Update team member"
msgstr "Actualizar miembro del equipo"
-#: packages/lib/constants/template.ts:13
+#: packages/lib/constants/template.ts
msgid "Update the role and add fields as required for the direct recipient. The individual who uses the direct link will sign the document as the direct recipient."
msgstr "Actualizar el rol y agregar campos según sea necesario para el destinatario directo. La persona que utilice el enlace directo firmará el documento como destinatario directo."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:147
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "Update user"
msgstr "Actualizar usuario"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:203
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:204
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Update webhook"
msgstr "Actualizar webhook"
-#: apps/remix/app/components/forms/password.tsx:154
+#: apps/remix/app/components/forms/password.tsx
msgid "Updating password..."
msgstr "Actualizando contraseña..."
-#: apps/remix/app/components/forms/profile.tsx:137
+#: apps/remix/app/components/forms/profile.tsx
msgid "Updating profile..."
msgstr "Actualizando perfil..."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:111
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Updating Your Information"
msgstr "Actualizando Su Información"
-#: packages/ui/primitives/document-dropzone.tsx:162
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Upgrade"
msgstr "Actualizar"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:131
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Upload a CSV file to create multiple documents from this template. Each row represents one document with its recipient details."
msgstr "Sube un archivo CSV para crear múltiples documentos a partir de esta plantilla. Cada fila representa un documento con los detalles del destinatario."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:424
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Upload a custom document to use instead of the template's default document"
msgstr "Sube un documento personalizado para usar en lugar del documento predeterminado de la plantilla"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:266
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Upload and Process"
msgstr "Subir y procesar"
-#: apps/remix/app/components/forms/avatar-image.tsx:175
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Upload Avatar"
msgstr "Subir avatar"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:197
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Upload CSV"
msgstr "Subir CSV"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:417
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Upload custom document"
msgstr "Subir documento personalizado"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:519
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Upload Signature"
msgstr "Subir firma"
-#: packages/ui/primitives/document-dropzone.tsx:68
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Upload Template Document"
msgstr "Cargar Documento Plantilla"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:255
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Upload your brand logo (max 5MB, JPG, PNG, or WebP)"
msgstr "Carga el logo de tu marca (máx 5MB, JPG, PNG o WebP)"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:29
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:30
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
msgid "Uploaded by"
msgstr "Subido por"
-#: apps/remix/app/components/forms/avatar-image.tsx:91
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Uploaded file is too large"
msgstr "El archivo subido es demasiado grande"
-#: apps/remix/app/components/forms/avatar-image.tsx:92
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Uploaded file is too small"
msgstr "El archivo subido es demasiado pequeño"
-#: apps/remix/app/components/forms/avatar-image.tsx:93
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Uploaded file not an allowed file type"
msgstr "El archivo subido no es un tipo de archivo permitido"
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:194
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Use"
msgstr "Usar"
-#: apps/remix/app/components/forms/signin.tsx:483
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:182
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Use Authenticator"
msgstr "Usar Autenticador"
-#: apps/remix/app/components/forms/signin.tsx:481
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:180
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Use Backup Code"
msgstr "Usar Código de Respaldo"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:217
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Use Template"
msgstr "Usar Plantilla"
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:45
-#: apps/remix/app/components/tables/document-logs-table.tsx:72
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
+#: apps/remix/app/components/tables/document-logs-table.tsx
msgid "User"
msgstr "Usuario"
-#: apps/remix/app/components/forms/password.tsx:77
+#: apps/remix/app/components/forms/password.tsx
msgid "User has no password."
msgstr "El usuario no tiene contraseña."
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:45
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "User ID"
msgstr "ID de Usuario"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:54
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:57
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:57
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "User not found."
msgstr "Usuario no encontrado."
-#: apps/remix/app/components/forms/signup.tsx:231
+#: apps/remix/app/components/forms/signup.tsx
msgid "User profiles are here!"
msgstr "¡Los perfiles de usuario están aquí!"
-#: apps/remix/app/components/general/menu-switcher.tsx:258
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "User settings"
msgstr "Configuraciones del usuario"
-#: apps/remix/app/components/forms/signup.tsx:72
+#: apps/remix/app/components/forms/signup.tsx
msgid "User with this email already exists. Please use a different email address."
msgstr "Un usuario con este correo electrónico ya existe. Por favor, use una dirección de correo diferente."
-#: apps/remix/app/components/forms/signup.tsx:56
+#: apps/remix/app/components/forms/signup.tsx
msgid "Username can only container alphanumeric characters and dashes."
msgstr "El nombre de usuario solo puede contener caracteres alfanuméricos y guiones."
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:55
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Users"
msgstr "Usuarios"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:187
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:131
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Validation"
msgstr "Validación"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:75
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:90
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:95
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Value"
msgstr "Valor"
-#: apps/remix/app/components/general/verify-email-banner.tsx:104
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verification Email Sent"
msgstr "Correo Electrónico de Verificación Enviado"
-#: apps/remix/app/components/general/verify-email-banner.tsx:47
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verification email sent successfully."
msgstr "Correo electrónico de verificación enviado con éxito."
-#: apps/remix/app/components/general/verify-email-banner.tsx:106
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verify Now"
msgstr "Verifica Ahora"
-#: apps/remix/app/components/general/verify-email-banner.tsx:116
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verify your email address"
msgstr "Verifica tu dirección de correo electrónico"
-#: apps/remix/app/components/general/verify-email-banner.tsx:92
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verify your email address to unlock all features."
msgstr "Verifica tu dirección de correo electrónico para desbloquear todas las funciones."
-#: apps/remix/app/components/general/document/document-upload.tsx:57
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Verify your email to upload documents."
msgstr "Verifica tu correo electrónico para subir documentos."
-#: packages/email/templates/confirm-team-email.tsx:72
+#: packages/email/templates/confirm-team-email.tsx
msgid "Verify your team email address"
msgstr "Verifica tu dirección de correo electrónico del equipo"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:80
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
msgid "Version History"
msgstr "Historial de Versiones"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:100
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:121
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:124
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:133
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:95
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:177
-#: packages/lib/constants/recipient-roles.ts:28
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "View"
msgstr "Ver"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:170
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "View activity"
msgstr "Ver actividad"
-#: packages/email/templates/confirm-team-email.tsx:96
+#: packages/email/templates/confirm-team-email.tsx
msgid "View all documents sent to and from this email address"
msgstr "Ver todos los documentos enviados hacia y desde esta dirección de correo electrónico"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:77
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "View all documents sent to your account"
msgstr "Ver todos los documentos enviados a tu cuenta"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:164
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "View all recent security activity related to your account."
msgstr "Ver toda la actividad de seguridad reciente relacionada con tu cuenta."
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:149
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "View all related documents"
msgstr "Ver todos los documentos relacionados"
-#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx:19
+#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx
msgid "View all security activity related to your account."
msgstr "Ver toda la actividad de seguridad relacionada con tu cuenta."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:87
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "View Codes"
msgstr "Ver Códigos"
-#: packages/email/templates/document-created-from-direct-template.tsx:76
+#: packages/email/templates/document-created-from-direct-template.tsx
msgid "View document"
msgstr "Ver documento"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:183
-#: packages/ui/primitives/document-flow/add-subject.tsx:85
-#: packages/ui/primitives/document-flow/add-subject.tsx:86
-#: packages/email/template-components/template-document-rejected.tsx:44
-#: packages/email/template-components/template-document-invite.tsx:107
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/email/template-components/template-document-rejected.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "View Document"
msgstr "Ver Documento"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:154
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "View documents associated with this email"
msgstr "Ver documentos asociados con este correo electrónico"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:54
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "View invites"
msgstr "Ver invitaciones"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:87
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "View more"
msgstr "Ver más"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:225
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "View Original Document"
msgstr "Ver Documento Original"
-#: packages/email/template-components/template-document-self-signed.tsx:80
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "View plans"
msgstr "Ver planes"
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:96
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:125
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "View Recovery Codes"
msgstr "Ver Códigos de Recuperación"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:70
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "View teams"
msgstr "Ver equipos"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:275
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:119
-#: packages/lib/constants/recipient-roles.ts:29
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewed"
msgstr "Visto"
-#: packages/lib/constants/recipient-roles.ts:31
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewer"
msgstr "Visor"
-#: packages/lib/constants/recipient-roles.ts:32
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewers"
msgstr "Espectadores"
-#: packages/lib/constants/recipient-roles.ts:30
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewing"
msgstr "Viendo"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:123
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
msgid "Waiting"
msgstr "Esperando"
-#: packages/email/template-components/template-document-pending.tsx:31
+#: packages/email/template-components/template-document-pending.tsx
msgid "Waiting for others"
msgstr "Esperando a otros"
-#: packages/lib/server-only/document/send-pending-email.ts:97
+#: packages/lib/server-only/document/send-pending-email.ts
msgid "Waiting for others to complete signing."
msgstr "Esperando a que otros completen la firma."
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:168
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Waiting for others to sign"
msgstr "Esperando a que otros firmen"
-#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:75
-#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx:29
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
+#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
msgid "Waiting for Your Turn"
msgstr "Esperando tu turno"
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:197
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "Want to send slick signing links like this one? <0>Check out Documenso.0>"
msgstr "¿Quieres enviar enlaces de firma elegantes como este? <0>Consulta Documenso.0>"
-#: apps/remix/app/routes/_profile+/_layout.tsx:68
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "Want your own public profile?"
msgstr "¿Quieres tu propio perfil público?"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:224
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:321
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:357
-#: packages/ui/primitives/document-flow/add-signers.tsx:257
-#: packages/ui/primitives/document-flow/add-signers.tsx:295
-#: packages/ui/primitives/document-flow/add-signers.tsx:334
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Warning: Assistant as last signer"
msgstr ""
-#: apps/remix/app/components/general/billing-portal-button.tsx:25
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:54
-#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx:30
+#: apps/remix/app/components/general/billing-portal-button.tsx
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
+#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx
msgid "We are unable to proceed to the billing portal at this time. Please try again, or contact support."
msgstr "No podemos proceder al portal de facturación en este momento. Por favor, inténtalo de nuevo o contacta con soporte."
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:100
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "We are unable to remove this passkey at the moment. Please try again later."
msgstr "No podemos eliminar esta clave de acceso en este momento. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:78
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
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/remix/app/components/dialogs/template-direct-link-dialog.tsx:155
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:83
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:80
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "We encountered an error while updating the webhook. Please try again later."
msgstr "Encontramos un error al actualizar el webhook. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:99
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "We encountered an unknown error while attempting to add this email. Please try again later."
msgstr "Encontramos un error desconocido al intentar añadir este correo electrónico. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:106
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "We encountered an unknown error while attempting to create a team. Please try again later."
msgstr "Encontramos un error desconocido al intentar crear un equipo. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:83
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete it. Please try again later."
msgstr "Encontramos un error desconocido al intentar eliminarlo. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:36
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
msgid "We encountered an unknown error while attempting to delete the pending team. Please try again later."
msgstr "Encontramos un error desconocido al intentar eliminar el equipo pendiente. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:84
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete this team. Please try again later."
msgstr "Encontramos un error desconocido al intentar eliminar este equipo. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:90
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete this token. Please try again later."
msgstr "Encontramos un error desconocido al intentar eliminar este token. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:58
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete your account. Please try again later."
msgstr "Encontramos un error desconocido al intentar eliminar tu cuenta. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:156
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "We encountered an unknown error while attempting to invite team members. Please try again later."
msgstr "Encontramos un error desconocido al intentar invitar a miembros del equipo. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:59
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "We encountered an unknown error while attempting to leave this team. Please try again later."
msgstr "Encontramos un error desconocido al intentar salir de este equipo. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:141
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "We encountered an unknown error while attempting to remove this template from your profile. Please try again later."
msgstr "Encontramos un error desconocido al intentar eliminar esta plantilla de tu perfil. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:53
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "We encountered an unknown error while attempting to remove this transfer. Please try again or contact support."
msgstr "Encontramos un error desconocido al intentar eliminar esta transferencia. Por favor, inténtalo de nuevo o contacta con soporte."
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:59
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to remove this user. Please try again later."
msgstr "Encontramos un error desconocido al intentar eliminar a este usuario. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:116
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "We encountered an unknown error while attempting to request a transfer of this team. Please try again later."
msgstr "Encontramos un error desconocido al intentar solicitar una transferencia de este equipo. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/forms/reset-password.tsx:87
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "We encountered an unknown error while attempting to reset your password. Please try again later."
msgstr "Encontramos un error desconocido al intentar restablecer tu contraseña. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:45
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "We encountered an unknown error while attempting to revoke access. Please try again or contact support."
msgstr "Encontramos un error desconocido al intentar revocar el acceso. Por favor, inténtalo de nuevo o contacta con soporte."
-#: apps/remix/app/components/forms/signin.tsx:267
-#: apps/remix/app/components/forms/signin.tsx:283
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
msgid "We encountered an unknown error while attempting to sign you In. Please try again later."
msgstr "Encontramos un error desconocido al intentar iniciar sesión. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/forms/signup.tsx:183
-#: apps/remix/app/components/forms/signup.tsx:197
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "We encountered an unknown error while attempting to sign you Up. Please try again later."
msgstr "Encontramos un error desconocido al intentar registrarte. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:91
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "We encountered an unknown error while attempting to update the banner. Please try again later."
msgstr "Encontramos un error desconocido al intentar actualizar el banner. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:177
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "We encountered an unknown error while attempting to update the template. Please try again later."
msgstr "Encontramos un error desconocido al intentar actualizar la plantilla. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:101
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "We encountered an unknown error while attempting to update this team member. Please try again later."
msgstr "Encontramos un error desconocido al intentar actualizar a este miembro del equipo. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/forms/password.tsx:85
-#: apps/remix/app/components/forms/avatar-image.tsx:118
+#: apps/remix/app/components/forms/password.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "We encountered an unknown error while attempting to update your password. Please try again later."
msgstr "Encontramos un error desconocido al intentar actualizar tu contraseña. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/forms/public-profile-form.tsx:105
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "We encountered an unknown error while attempting to update your public profile. Please try again later."
msgstr "Encontramos un error desconocido al intentar actualizar tu perfil público. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/forms/team-update-form.tsx:93
+#: apps/remix/app/components/forms/team-update-form.tsx
msgid "We encountered an unknown error while attempting to update your team. Please try again later."
msgstr "Encontramos un error desconocido al intentar actualizar tu equipo. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:88
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "We encountered an unknown error while attempting update the team email. Please try again later."
msgstr "Encontramos un error desconocido al intentar actualizar el correo electrónico del equipo. Por favor, inténtalo de nuevo más tarde."
-#: apps/remix/app/components/forms/profile.tsx:76
+#: apps/remix/app/components/forms/profile.tsx
msgid "We encountered an unknown error while attempting update your profile. Please try again later."
msgstr "Encontramos un error desconocido al intentar actualizar su perfil. Por favor, inténtelo de nuevo más tarde."
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:77
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "We have sent a confirmation email for verification."
msgstr "Hemos enviado un correo electrónico de confirmación para la verificación."
-#: apps/remix/app/components/forms/signup.tsx:54
+#: apps/remix/app/components/forms/signup.tsx
msgid "We need a username to create your profile"
msgstr "Necesitamos un nombre de usuario para crear tu perfil"
-#: apps/remix/app/components/forms/signup.tsx:49
+#: apps/remix/app/components/forms/signup.tsx
msgid "We need your signature to sign documents"
msgstr "Necesitamos su firma para firmar documentos"
-#: apps/remix/app/components/forms/token.tsx:108
+#: apps/remix/app/components/forms/token.tsx
msgid "We were unable to copy the token to your clipboard. Please try again."
msgstr "No pudimos copiar el token en tu portapapeles. Por favor, inténtalo de nuevo."
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:33
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "We were unable to copy your recovery code to your clipboard. Please try again."
msgstr "No pudimos copiar tu código de recuperación en tu portapapeles. Por favor, inténtalo de nuevo."
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:53
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "We were unable to create a checkout session. Please try again, or contact support"
msgstr "No pudimos crear una sesión de pago. Por favor, inténtalo de nuevo o contacta con soporte"
-#: apps/remix/app/components/forms/signup.tsx:73
+#: apps/remix/app/components/forms/signup.tsx
msgid "We were unable to create your account. Please review the information you provided and try again."
msgstr "No pudimos crear su cuenta. Revise la información que proporcionó e inténtelo de nuevo."
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:100
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "We were unable to disable two-factor authentication for your account. Please ensure that you have entered your password and backup code correctly and try again."
msgstr "No pudimos desactivar la autenticación de dos factores para tu cuenta. Asegúrate de haber ingresado correctamente tu contraseña y código de respaldo e inténtalo de nuevo."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:35
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:45
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:25
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "We were unable to log you out at this time."
msgstr "No pudimos cerrar sesión en este momento."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:134
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "We were unable to set your public profile to public. Please try again."
msgstr "No pudimos configurar tu perfil público como público. Por favor, inténtalo de nuevo."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:83
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:109
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "We were unable to setup two-factor authentication for your account. Please ensure that you have entered your code correctly and try again."
msgstr "No pudimos configurar la autenticación de dos factores para tu cuenta. Asegúrate de haber ingresado correctamente tu código e inténtalo de nuevo."
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:121
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:169
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:262
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
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."
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:108
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "We were unable to update your branding preferences at this time, please try again later"
msgstr "No pudimos actualizar tus preferencias de marca en este momento, por favor intenta de nuevo más tarde"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:109
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "We were unable to update your document preferences at this time, please try again later"
msgstr "No pudimos actualizar tus preferencias de documento en este momento, por favor intenta de nuevo más tarde"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:166
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "We were unable to verify your details. Please try again or contact support"
msgstr "No pudimos verificar tus datos. Por favor, inténtalo de nuevo o contacta con soporte"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:57
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "We were unable to verify your email at this time."
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:92
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "We were unable to verify your email. If your email is not verified already, please try again."
msgstr "No pudimos verificar tu correo electrónico. Si tu correo electrónico no está verificado ya, por favor inténtalo de nuevo."
-#: packages/ui/primitives/document-flow/add-subject.tsx:200
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "We will generate signing links for with you, which you can send to the recipients through your method of choice."
msgstr "Generaremos enlaces de firma para ti, que podrás enviar a los destinatarios a través de tu método preferido."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:380
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "We will generate signing links for you, which you can send to the recipients through your method of choice."
msgstr "Generaremos enlaces de firma para ti, que podrás enviar a los destinatarios a través de tu método preferido."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:376
-#: packages/ui/primitives/document-flow/add-subject.tsx:196
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "We won't send anything to notify recipients."
msgstr "No enviaremos nada para notificar a los destinatarios."
-#: apps/remix/app/routes/_authenticated+/templates._index.tsx:72
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:29
+#: apps/remix/app/routes/_authenticated+/templates._index.tsx
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "We're all empty"
msgstr "No hay nada aquí"
-#: packages/email/template-components/template-document-pending.tsx:41
+#: packages/email/template-components/template-document-pending.tsx
msgid "We're still waiting for other signers to sign this document.<0/>We'll notify you as soon as it's ready."
msgstr "Aún estamos esperando a que otros firmantes firmen este documento.<0/>Te notificaremos tan pronto como esté listo."
-#: packages/email/templates/reset-password.tsx:66
+#: packages/email/templates/reset-password.tsx
msgid "We've changed your password as you asked. You can now sign in with your new password."
msgstr "Hemos cambiado tu contraseña como solicitaste. Ahora puedes iniciar sesión con tu nueva contraseña."
-#: apps/remix/app/components/general/verify-email-banner.tsx:120
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "We've sent a confirmation email to <0>{email}0>. Please check your inbox and click the link in the email to verify your account."
msgstr "Hemos enviado un correo electrónico de confirmación a <0>{email}0>. Por favor, revisa tu bandeja de entrada y haz clic en el enlace del correo electrónico para verificar tu cuenta."
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:87
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Webhook created"
msgstr "Webhook creado"
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:73
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "Webhook deleted"
msgstr "Webhook eliminado"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:73
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:70
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Webhook updated"
msgstr "Webhook actualizado"
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:113
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:138
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Webhook URL"
msgstr "URL del Webhook"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:31
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:26
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:97
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:95
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:107
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:98
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Webhooks"
msgstr "Webhooks"
-#: apps/remix/app/components/general/billing-plans.tsx:27
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Weekly"
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:17
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Welcome"
msgstr "Bienvenido"
-#: apps/remix/app/routes/_unauthenticated+/signin.tsx:51
+#: apps/remix/app/routes/_unauthenticated+/signin.tsx
msgid "Welcome back, we are lucky to have you."
msgstr "Bienvenido de nuevo, somos afortunados de tenerte."
-#: packages/email/template-components/template-confirmation-email.tsx:21
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "Welcome to Documenso!"
msgstr "¡Bienvenido a Documenso!"
-#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:93
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
msgid "Were you trying to edit this document instead?"
msgstr "¿Estabas intentando editar este documento en su lugar?"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:188
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "When you click continue, you will be prompted to add the first available authenticator on your system."
msgstr "Cuando haces clic en continuar, se te pedirá que añadas el primer autenticador disponible en tu sistema."
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:175
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "When you sign a document, we can automatically fill in and sign the following fields using information that has already been provided. You can also manually sign or remove any automatically signed fields afterwards if you desire."
msgstr "Cuando firme un documento, podemos completar y firmar automáticamente los siguientes campos usando información que ya se ha proporcionado. También puede firmar manualmente o eliminar cualquier campo firmado automáticamente más tarde si lo desea."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:32
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "When you use our platform to affix your electronic signature to documents, you are consenting to do so under the Electronic Signatures in Global and National Commerce Act (E-Sign Act) and other applicable laws. This action indicates your agreement to use electronic means to sign documents and receive notifications."
msgstr "Cuando utilice nuestra plataforma para colocar su firma electrónica en documentos, está consintiendo hacerlo bajo la Ley de Firmas Electrónicas en el Comercio Global y Nacional (Ley E-Sign) y otras leyes aplicables. Esta acción indica su aceptación de usar medios electrónicos para firmar documentos y recibir notificaciones."
-#: apps/remix/app/routes/_profile+/p.$url.tsx:136
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "While waiting for them to do so you can create your own Documenso account and get started with document signing right away."
msgstr "Mientras esperas a que ellos lo hagan, puedes crear tu propia cuenta de Documenso y comenzar a firmar documentos de inmediato."
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:124
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Who do you want to remind?"
msgstr "¿A quién deseas recordar?"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:97
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Withdrawing Consent"
msgstr "Retirar Consentimiento"
-#: apps/remix/app/components/forms/public-profile-form.tsx:222
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Write about the team"
msgstr "Escribe sobre el equipo"
-#: apps/remix/app/components/forms/public-profile-form.tsx:222
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Write about yourself"
msgstr "Escribe sobre ti mismo"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:59
-#: apps/remix/app/components/general/billing-plans.tsx:29
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Yearly"
msgstr "Anual"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:31
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:32
-#: packages/lib/utils/document-audit-logs.ts:273
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "You"
msgstr "Tú"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:99
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "You are about to delete <0>\"{documentTitle}\"0>"
msgstr "Estás a punto de eliminar <0>\"{documentTitle}\"0>"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:117
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "You are about to delete the following team email from <0>{teamName}0>."
msgstr "Estás a punto de eliminar el siguiente correo electrónico del equipo de <0>{teamName}0>."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:103
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "You are about to hide <0>\"{documentTitle}\"0>"
msgstr "Estás a punto de ocultar <0>\"{documentTitle}\"0>"
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:84
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "You are about to leave the following team."
msgstr "Estás a punto de salir del siguiente equipo."
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:84
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "You are about to remove the following user from <0>{teamName}0>."
msgstr "Estás a punto de eliminar al siguiente usuario de <0>{teamName}0>."
#. placeholder {0}: teamEmail.team.name
#. placeholder {1}: teamEmail.team.url
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:97
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "You are about to revoke access for team <0>{0}0> ({1}) to use your email."
msgstr "Estás a punto de revocar el acceso para el equipo <0>{0}0> ({1}) para usar tu correo electrónico."
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:44
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
msgid "You are about to send this document to the recipients. Are you sure you want to continue?"
msgstr "Está a punto de enviar este documento a los destinatarios. ¿Está seguro de que desea continuar?"
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:90
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "You are currently on the <0>Free Plan0>."
msgstr ""
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:147
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You are currently updating <0>{teamMemberName}.0>"
msgstr "Actualmente estás actualizando <0>{teamMemberName}.0>"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:127
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "You are currently updating the <0>{passkeyName}0> passkey."
msgstr "Actualmente estás actualizando la clave <0>{passkeyName}0>."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:80
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "You are not a member of this team."
msgstr "No eres miembro de este equipo."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:58
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "You are not authorized to delete this user."
msgstr "No está autorizado para eliminar a este usuario."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:58
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "You are not authorized to disable this user."
msgstr "No estás autorizado para deshabilitar a este usuario."
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:55
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "You are not authorized to enable this user."
msgstr "No estás autorizado para habilitar a este usuario."
-#: packages/email/template-components/template-confirmation-email.tsx:38
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "You can also copy and paste this link into your browser: {confirmationLink} (link expires in 1 hour)"
msgstr "También puedes copiar y pegar este enlace en tu navegador: {confirmationLink} (el enlace expira en 1 hora)"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:35
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "You can choose to enable or disable your profile for public view."
msgstr "Puedes elegir habilitar o deshabilitar tu perfil para la vista pública."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:42
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "You can choose to enable or disable your team profile for public view."
msgstr "Puedes elegir habilitar o deshabilitar el perfil de tu equipo para la vista pública."
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:85
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "You can copy and share these links to recipients so they can action the document."
msgstr "Puede copiar y compartir estos enlaces con los destinatarios para que puedan gestionar el documento."
-#: packages/email/templates/confirm-team-email.tsx:107
+#: packages/email/templates/confirm-team-email.tsx
msgid "You can revoke access at any time in your team settings on Documenso <0>here.0>"
msgstr "Puedes revocar el acceso en cualquier momento en la configuración de tu equipo en Documenso <0>aquí.0>"
-#: apps/remix/app/components/forms/public-profile-form.tsx:153
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "You can update the profile URL by updating the team URL in the general settings page."
msgstr "Puedes actualizar la URL del perfil actualizando la URL del equipo en la página de configuración general."
-#: packages/ui/components/document/document-send-email-message-helper.tsx:9
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "You can use the following variables in your message:"
msgstr "Puede usar las siguientes variables en su mensaje:"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:69
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "You can view documents associated with this email and use this identity when sending documents."
msgstr "Puedes ver documentos asociados a este correo electrónico y usar esta identidad al enviar documentos."
-#: packages/email/templates/bulk-send-complete.tsx:76
+#: packages/email/templates/bulk-send-complete.tsx
msgid "You can view the created documents in your dashboard under the \"Documents created from template\" section."
msgstr "Puedes ver los documentos creados en tu panel de control bajo la sección \"Documentos creados a partir de la plantilla\"."
-#: packages/email/template-components/template-document-rejected.tsx:37
+#: packages/email/template-components/template-document-rejected.tsx
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/template-flow/add-template-placeholder-recipients.tsx:341
-#: packages/ui/primitives/document-flow/add-signers.tsx:279
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "You cannot add assistants when signing order is disabled."
msgstr ""
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:212
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "You cannot have more than {MAXIMUM_PASSKEYS} passkeys."
msgstr "No puedes tener más de {MAXIMUM_PASSKEYS} claves de acceso."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:119
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You cannot modify a team member who has a higher role than you."
msgstr "No puedes modificar a un miembro del equipo que tenga un rol más alto que tú."
-#: packages/ui/primitives/document-dropzone.tsx:41
+#: packages/ui/primitives/document-dropzone.tsx
msgid "You cannot upload documents at this time."
msgstr "No puede cargar documentos en este momento."
-#: apps/remix/app/components/general/document/document-upload.tsx:95
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "You cannot upload encrypted PDFs"
msgstr "No puedes subir PDFs encriptados"
-#: apps/remix/app/components/general/billing-portal-button.tsx:30
+#: apps/remix/app/components/general/billing-portal-button.tsx
msgid "You do not currently have a customer record, this should not happen. Please contact support for assistance."
msgstr ""
-#: apps/remix/app/components/forms/token.tsx:135
+#: apps/remix/app/components/forms/token.tsx
msgid "You do not have permission to create a token for this team"
msgstr "No tiene permiso para crear un token para este equipo"
-#: packages/email/template-components/template-document-cancel.tsx:35
+#: packages/email/template-components/template-document-cancel.tsx
msgid "You don't need to sign it anymore."
msgstr "Ya no necesitas firmarlo."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:150
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "You have accepted an invitation from <0>{0}0> to join their team."
msgstr "Has aceptado una invitación de <0>{0}0> para unirte a su equipo."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:103
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "You have already completed the ownership transfer for <0>{0}0>."
msgstr "Ya has completado la transferencia de propiedad para <0>{0}0>."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:126
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "You have already verified your email address for <0>{0}0>."
msgstr "Ya has verificado tu dirección de correo electrónico para <0>{0}0>."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:125
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:120
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "You have been invited by <0>{0}0> to join their team."
msgstr "Has sido invitado por <0>{0}0> para unirte a su equipo."
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/create-team-member-invites.ts:186
+#: packages/lib/server-only/team/create-team-member-invites.ts
msgid "You have been invited to join {0} on Documenso"
msgstr "Te han invitado a unirte a {0} en Documenso"
-#: packages/email/templates/team-invite.tsx:77
+#: packages/email/templates/team-invite.tsx
msgid "You have been invited to join the following team"
msgstr "Te han invitado a unirte al siguiente equipo"
-#: packages/lib/server-only/recipient/set-document-recipients.ts:326
-#: packages/lib/server-only/recipient/delete-document-recipient.ts:156
+#: packages/lib/server-only/recipient/set-document-recipients.ts
+#: packages/lib/server-only/recipient/delete-document-recipient.ts
msgid "You have been removed from a document"
msgstr "Te han eliminado de un documento"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/request-team-ownership-transfer.ts:114
+#: packages/lib/server-only/team/request-team-ownership-transfer.ts
msgid "You have been requested to take ownership of team {0} on Documenso"
msgstr "Se te ha solicitado asumir la propiedad del equipo {0} en Documenso"
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:145
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "You have declined the invitation from <0>{0}0> to join their team."
msgstr "Has rechazado la invitación de <0>{0}0> para unirte a su equipo."
#. placeholder {0}: `"${document.title}"`
-#: packages/lib/server-only/document/resend-document.tsx:125
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:98
+#: packages/lib/server-only/document/resend-document.tsx
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "You have initiated the document {0} that requires you to {recipientActionVerb} it."
msgstr "Has iniciado el documento {0} que requiere que {recipientActionVerb}."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:45
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:40
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "You have no webhooks yet. Your webhooks will be shown here once you create them."
msgstr "Aún no tienes webhooks. Tus webhooks se mostrarán aquí una vez que los crees."
-#: apps/remix/app/routes/_authenticated+/templates._index.tsx:76
+#: apps/remix/app/routes/_authenticated+/templates._index.tsx
msgid "You have not yet created any templates. To create a template please upload one."
msgstr "Aún no has creado plantillas. Para crear una plantilla, por favor carga una."
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:30
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
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."
#. placeholder {0}: quota.directTemplates
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:235
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "You have reached the maximum limit of {0} direct templates. <0>Upgrade your account to continue!0>"
msgstr "Has alcanzado el límite máximo de {0} plantillas directas. <0>¡Actualiza tu cuenta para continuar!0>"
-#: apps/remix/app/components/general/document/document-upload.tsx:98
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "You have reached your document limit for this month. Please upgrade your plan."
msgstr "Ha alcanzado su límite de documentos para este mes. Por favor, actualice su plan."
-#: apps/remix/app/components/general/document/document-upload.tsx:53
-#: packages/ui/primitives/document-dropzone.tsx:67
+#: apps/remix/app/components/general/document/document-upload.tsx
+#: packages/ui/primitives/document-dropzone.tsx
msgid "You have reached your document limit."
msgstr "Ha alcanzado su límite de documentos."
-#: apps/remix/app/components/tables/templates-table.tsx:204
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "You have reached your document limit. <0>Upgrade your account to continue!0>"
msgstr "Has alcanzado tu límite de documentos. <0>¡Actualiza tu cuenta para continuar!0>"
-#: packages/email/templates/document-rejection-confirmed.tsx:27
+#: packages/email/templates/document-rejection-confirmed.tsx
msgid "You have rejected the document '{documentName}'"
msgstr "Ha rechazado el documento '{documentName}'"
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:102
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:17
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
msgid "You have rejected this document"
msgstr "You have rejected this document"
-#: packages/email/template-components/template-document-self-signed.tsx:43
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "You have signed “{documentName}”"
msgstr "Has firmado “{documentName}”"
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:49
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "You have successfully left this team."
msgstr "Has salido de este equipo con éxito."
-#: apps/remix/app/components/general/claim-account.tsx:81
-#: apps/remix/app/components/forms/signup.tsx:138
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "You have successfully registered. Please verify your account by clicking on the link you received in the email."
msgstr "Te has registrado con éxito. Por favor verifica tu cuenta haciendo clic en el enlace que recibiste en el correo electrónico."
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:49
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "You have successfully removed this user from the team."
msgstr "Has eliminado a este usuario del equipo con éxito."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:37
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "You have successfully revoked access."
msgstr "Has revocado el acceso con éxito."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:100
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "You have the right to withdraw your consent to use electronic signatures at any time before completing the signing process. To withdraw your consent, please contact the sender of the document. In failing to contact the sender you may reach out to <0>{SUPPORT_EMAIL}0> for assistance. Be aware that withdrawing consent may delay or halt the completion of the related transaction or service."
msgstr "Usted tiene el derecho de retirar su consentimiento para usar firmas electrónicas en cualquier momento antes de completar el proceso de firma. Para retirar su consentimiento, comuníquese con el remitente del documento. Si no se comunica con el remitente, puede comunicarse con <0>{SUPPORT_EMAIL}0> para obtener asistencia. Tenga en cuenta que retirar el consentimiento puede retrasar o detener la finalización de la transacción o servicio relacionado."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:92
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You have updated {teamMemberName}."
msgstr "Has actualizado a {teamMemberName}."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:164
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "You have verified your email address for <0>{0}0>."
msgstr "Has verificado tu dirección de correo electrónico para <0>{0}0>."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:94
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "You must be an admin of this team to manage billing."
msgstr "Debes ser un administrador de este equipo para gestionar la facturación."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:53
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:53
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:52
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "You must enter '{deleteMessage}' to proceed"
msgstr "Debes ingresar '{deleteMessage}' para continuar"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:264
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "You must have at least one other team member to transfer ownership."
msgstr "Debes tener al menos otro miembro del equipo para transferir la propiedad."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:118
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "You must set a profile URL before enabling your public profile."
msgstr "Debes establecer una URL de perfil antes de habilitar tu perfil público."
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:52
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "You need to be an admin to manage API tokens."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:52
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
msgid "You need to be logged in as <0>{email}0> to view this page."
msgstr "Debes iniciar sesión como <0>{email}0> para ver esta página."
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:42
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "You need to be logged in to view this page."
msgstr "Debes iniciar sesión para ver esta página."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:105
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "You need to setup 2FA to mark this document as viewed."
msgstr "Debes configurar 2FA para marcar este documento como visto."
-#: apps/remix/app/components/forms/signup.tsx:280
+#: apps/remix/app/components/forms/signup.tsx
msgid "You will get notified & be able to set up your documenso public profile when we launch the feature."
msgstr "Recibirás una notificación y podrás configurar tu perfil público de Documenso cuando lanzemos la función."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:102
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "You will now be required to enter a code from your authenticator app when signing in."
msgstr "Ahora se te pedirá que ingreses un código de tu aplicación de autenticador al iniciar sesión."
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:191
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "You will receive an Email copy of the signed document once everyone has signed."
msgstr "Recibirás una copia por correo electrónico del documento firmado una vez que todos hayan firmado."
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Your account has been deleted successfully."
msgstr "Tu cuenta ha sido eliminada con éxito."
-#: apps/remix/app/components/forms/avatar-image.tsx:110
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Your avatar has been updated successfully."
msgstr "Tu avatar ha sido actualizado con éxito."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:81
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Your banner has been updated successfully."
msgstr "Tu banner ha sido actualizado con éxito."
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:279
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Your brand website URL"
msgstr "La URL de tu sitio web de marca"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:102
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Your branding preferences have been updated"
msgstr "Tus preferencias de marca han sido actualizadas"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:96
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Your bulk send has been initiated. You will receive an email notification upon completion."
msgstr "Tu envío masivo ha sido iniciado. Recibirás una notificación por correo electrónico al completarse."
-#: packages/email/templates/bulk-send-complete.tsx:40
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Your bulk send operation for template \"{templateName}\" has completed."
msgstr "Tu operación de envío masivo para la plantilla \"{templateName}\" ha sido completada."
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:135
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Your current plan is past due. Please update your payment information."
msgstr ""
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:248
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Your direct signing templates"
msgstr "Tus {0} plantillas de firma directa"
-#: apps/remix/app/components/general/document/document-upload.tsx:115
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Your document failed to upload."
msgstr "Tu documento no se pudo cargar."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:167
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Your document has been created from the template successfully."
msgstr "Tu documento se ha creado exitosamente a partir de la plantilla."
-#: packages/email/template-components/template-document-super-delete.tsx:23
+#: packages/email/template-components/template-document-super-delete.tsx
msgid "Your document has been deleted by an admin!"
msgstr "¡Tu documento ha sido eliminado por un administrador!"
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:96
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Your document has been re-sent successfully."
msgstr "Tu documento ha sido reenviado con éxito."
-#: apps/remix/app/components/general/document/document-edit-form.tsx:293
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Your document has been sent successfully."
msgstr "Tu documento ha sido enviado con éxito."
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:62
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Your document has been successfully duplicated."
msgstr "Tu documento ha sido duplicado con éxito."
-#: apps/remix/app/components/general/document/document-upload.tsx:78
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Your document has been uploaded successfully."
msgstr "Tu documento ha sido subido con éxito."
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:61
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "Your document has been uploaded successfully. You will be redirected to the template page."
msgstr "Tu documento ha sido subido con éxito. Serás redirigido a la página de plantillas."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:103
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Your document preferences have been updated"
msgstr "Tus preferencias de documento han sido actualizadas"
-#: apps/remix/app/components/general/app-command-menu.tsx:218
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Your documents"
msgstr "Tus documentos"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:176
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your email has already been confirmed. You can now use all features of Documenso."
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:148
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your email has been successfully confirmed! You can now use all features of Documenso."
msgstr "¡Tu correo electrónico ha sido confirmado con éxito! Ahora puedes usar todas las funciones de Documenso."
#. placeholder {0}: teamEmail.team.name
#. placeholder {1}: teamEmail.team.url
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:61
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Your email is currently being used by team <0>{0}0> ({1})."
msgstr "Tu correo electrónico está siendo utilizado actualmente por el equipo <0>{0}0> ({1})."
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:63
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Your existing tokens"
msgstr "Tus tokens existentes"
-#: apps/remix/app/components/forms/reset-password.tsx:83
-#: apps/remix/app/components/forms/password.tsx:81
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Your new password cannot be the same as your old password."
msgstr "Tu nueva contraseña no puede ser la misma que tu antigua contraseña."
-#: apps/remix/app/components/forms/reset-password.tsx:72
-#: apps/remix/app/components/forms/password.tsx:70
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Your password has been updated successfully."
msgstr "Tu contraseña ha sido actualizada con éxito."
-#: packages/email/template-components/template-reset-password.tsx:27
+#: packages/email/template-components/template-reset-password.tsx
msgid "Your password has been updated."
msgstr "Tu contraseña ha sido actualizada."
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:112
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Your payment for teams is overdue. Please settle the payment to avoid any service disruptions."
msgstr "Tu pago por equipos está vencido. Por favor, salda el pago para evitar interrupciones en el servicio."
-#: apps/remix/app/components/forms/profile.tsx:69
+#: apps/remix/app/components/forms/profile.tsx
msgid "Your profile has been updated successfully."
msgstr "Tu perfil ha sido actualizado con éxito."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:73
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "Your profile has been updated."
msgstr "Tu perfil ha sido actualizado."
-#: apps/remix/app/components/forms/public-profile-form.tsx:80
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Your public profile has been updated."
msgstr "Tu perfil público ha sido actualizado."
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:27
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "Your recovery code has been copied to your clipboard."
msgstr "Tu código de recuperación ha sido copiado en tu portapapeles."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:100
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:173
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Your recovery codes are listed below. Please store them in a safe place."
msgstr "Tus códigos de recuperación se enumeran a continuación. Por favor, guárdalos en un lugar seguro."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:78
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Your subscription is currently active."
msgstr "Tu suscripción está actualmente activa."
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:88
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Your team has been created."
msgstr "Tu equipo ha sido creado."
-#: packages/email/templates/team-delete.tsx:28
-#: packages/email/templates/team-delete.tsx:32
+#: packages/email/templates/team-delete.tsx
+#: packages/email/templates/team-delete.tsx
msgid "Your team has been deleted"
msgstr "Tu equipo ha sido eliminado"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:71
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Your team has been successfully deleted."
msgstr "Tu equipo ha sido eliminado con éxito."
-#: apps/remix/app/components/forms/team-update-form.tsx:66
+#: apps/remix/app/components/forms/team-update-form.tsx
msgid "Your team has been successfully updated."
msgstr "Tu equipo ha sido actualizado con éxito."
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:36
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Your template has been duplicated successfully."
msgstr "Tu plantilla ha sido duplicada con éxito."
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:39
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Your template has been successfully deleted."
msgstr "Tu plantilla ha sido eliminada con éxito."
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:60
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Your template will be duplicated."
msgstr "Tu plantilla será duplicada."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:207
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Your templates has been saved successfully."
msgstr "Tus plantillas han sido guardadas con éxito."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:116
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your token has expired!"
msgstr "¡Tu token ha expirado!"
-#: apps/remix/app/components/forms/token.tsx:273
+#: apps/remix/app/components/forms/token.tsx
msgid "Your token was created successfully! Make sure to copy it because you won't be able to see it again!"
msgstr "¡Tu token se creó con éxito! ¡Asegúrate de copiarlo porque no podrás verlo de nuevo!"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:69
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
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 5fe1534c7..279ed22aa 100644
--- a/packages/lib/translations/fr/web.po
+++ b/packages/lib/translations/fr/web.po
@@ -18,7164 +18,7143 @@ msgstr ""
"X-Crowdin-File: web.po\n"
"X-Crowdin-File-ID: 8\n"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:252
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid " Enable direct link signing"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:171
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid " The events that will trigger a webhook to be sent to your URL."
msgstr ""
#. placeholder {0}: team.name
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:225
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "\"{0}\" has invited you to sign \"example document\"."
msgstr "\"{0}\" vous a invité à signer \"example document\"."
#. placeholder {0}: field.customText
#. placeholder {1}: timezone || ''
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:65
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
msgid "\"{0}\" will appear on the document as it has a timezone of \"{1}\"."
msgstr ""
-#: packages/email/template-components/template-document-super-delete.tsx:27
+#: packages/email/template-components/template-document-super-delete.tsx
msgid "\"{documentName}\" has been deleted by an admin."
msgstr "\"{documentName}\" a été supprimé par un administrateur."
-#: packages/email/template-components/template-document-pending.tsx:37
+#: packages/email/template-components/template-document-pending.tsx
msgid "“{documentName}” has been signed"
msgstr "« {documentName} » a été signé"
-#: packages/email/template-components/template-document-completed.tsx:41
+#: packages/email/template-components/template-document-completed.tsx
msgid "“{documentName}” was signed by all signers"
msgstr "“{documentName}” a été signé par tous les signataires"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:59
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "\"{documentTitle}\" has been successfully deleted"
msgstr "\"{documentTitle}\" a été supprimé avec succès"
#. placeholder {0}: team.name
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:220
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
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/remix/app/components/general/document-signing/document-signing-form.tsx:273
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:372
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "(You)"
msgstr ""
#. placeholder {0}: Math.abs(charactersRemaining)
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:342
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
msgid "{0, plural, one {(1 character over)} other {(# characters over)}}"
msgstr "{0, plural, one {(1 caractère de trop)} other {(# caractères de trop)}}"
#. placeholder {0}: Math.abs(remaningLength)
-#: apps/remix/app/components/forms/public-profile-form.tsx:236
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:392
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "{0, plural, one {# character over the limit} other {# characters over the limit}}"
msgstr "{0, plural, one {# caractère au-dessus de la limite} other {# caractères au-dessus de la limite}}"
#. placeholder {0}: template.recipients.length
-#: apps/remix/app/routes/_recipient+/d.$token+/_index.tsx:99
+#: apps/remix/app/routes/_recipient+/d.$token+/_index.tsx
msgid "{0, plural, one {# recipient} other {# recipients}}"
msgstr "{0, plural, one {# destinataire} other {# destinataires}}"
#. placeholder {0}: row.original.quantity
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:66
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "{0, plural, one {# Seat} other {# Seats}}"
msgstr "{0, plural, one {# siège} other {# sièges}}"
#. placeholder {0}: data.length
-#: apps/remix/app/components/general/teams/team-invitations.tsx:36
-#: apps/remix/app/components/general/teams/team-invitations.tsx:65
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "{0, plural, one {<0>You have <1>11> pending team invitation0>} other {<2>You have <3>#3> pending team invitations2>}}"
msgstr "{0, plural, one {<0>Vous avez <1>11> invitation d'équipe en attente0>} other {<2>Vous avez <3>#3> invitations d'équipe en attente2>}}"
#. placeholder {0}: autoSignableFields.filter((f) => f.type === fieldType).length
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:188
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "{0, plural, one {1 matching field} other {# matching fields}}"
msgstr "{0, plural, one {1 champ correspondant} other {# champs correspondants}}"
#. placeholder {0}: recipients.length
-#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx:122
+#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx
msgid "{0, plural, one {1 Recipient} other {# Recipients}}"
msgstr "{0, plural, one {1 Destinataire} other {# Destinataires}}"
#. placeholder {0}: pendingRecipients.length
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:232
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "{0, plural, one {Waiting on 1 recipient} other {Waiting on # recipients}}"
msgstr "{0, plural, one {En attente d'1 destinataire} other {En attente de # destinataires}}"
#. placeholder {0}: selectedValues.length
-#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx:64
+#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx
msgid "{0, plural, zero {Select values} other {# selected...}}"
msgstr "{0, plural, zero {Sélectionner des valeurs} other {# sélectionnées...}}"
#. placeholder {0}: _(FRIENDLY_FIELD_TYPE[fieldType as FieldType])
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:185
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "{0}"
msgstr "{0}"
#. placeholder {0}: team.name
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:246
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "{0} direct signing templates"
msgstr "{0} modèles de signature directe"
#. placeholder {0}: team.name
#. placeholder {1}: document.title
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:122
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "{0} has invited you to {recipientActionVerb} the document \"{1}\"."
msgstr "{0} vous a invité à {recipientActionVerb} le document \"{1}\"."
#. placeholder {0}: team.name
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:113
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "{0} invited you to {recipientActionVerb} a document"
msgstr "{0} vous a invité à {recipientActionVerb} un document"
#. placeholder {0}: memberName || memberEmail
-#: packages/email/templates/team-join.tsx:62
+#: packages/email/templates/team-join.tsx
msgid "{0} joined the team {teamName} on Documenso"
msgstr "{0} a rejoint l'équipe {teamName} sur Documenso"
#. placeholder {0}: memberName || memberEmail
-#: packages/email/templates/team-leave.tsx:62
+#: packages/email/templates/team-leave.tsx
msgid "{0} left the team {teamName} on Documenso"
msgstr "{0} a quitté l'équipe {teamName} sur Documenso"
#. placeholder {0}: remaining.documents
#. placeholder {1}: quota.documents
-#: apps/remix/app/components/general/document/document-upload.tsx:137
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "{0} of {1} documents remaining this month."
msgstr "{0} des {1} documents restants ce mois-ci."
#. placeholder {0}: table.getFilteredSelectedRowModel().rows.length
#. placeholder {1}: table.getFilteredRowModel().rows.length
-#: packages/ui/primitives/data-table-pagination.tsx:30
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "{0} of {1} row(s) selected."
msgstr "{0} sur {1} ligne(s) sélectionnée(s)."
#. placeholder {0}: user.name || user.email
#. placeholder {1}: document.team.name
#. placeholder {2}: document.title
-#: packages/lib/server-only/document/resend-document.tsx:137
+#: packages/lib/server-only/document/resend-document.tsx
msgid "{0} on behalf of \"{1}\" has invited you to {recipientActionVerb} the document \"{2}\"."
msgstr "{0} représentant \"{1}\" vous a invité à {recipientActionVerb} le document \"{2}\"."
#. placeholder {0}: recipients.length
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:167
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "{0} Recipient(s)"
msgstr "{0} Destinataire(s)"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:323
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
msgid "{charactersRemaining, plural, one {1 character remaining} other {{charactersRemaining} characters remaining}}"
msgstr "{charactersRemaining, plural, one {1 caractère restant} other {{charactersRemaining} caractères restants}}"
-#: packages/email/templates/document-invite.tsx:96
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} <0>({inviterEmail})0>"
msgstr "{inviterName} <0>({inviterEmail})0>"
-#: packages/email/templates/document-cancel.tsx:21
+#: packages/email/templates/document-cancel.tsx
msgid "{inviterName} has cancelled the document {documentName}, you don't need to sign it anymore."
msgstr "{inviterName} a annulé le document {documentName}, vous n'avez plus besoin de le signer."
-#: packages/email/template-components/template-document-cancel.tsx:24
+#: packages/email/template-components/template-document-cancel.tsx
msgid "{inviterName} has cancelled the document<0/>\"{documentName}\""
msgstr "{inviterName} a annulé le document<0/>\"{documentName}\""
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:74
+#: packages/email/template-components/template-document-invite.tsx
msgid "{inviterName} has invited you to {0}<0/>\"{documentName}\""
msgstr "{inviterName} vous a invité à {0}<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:42
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} has invited you to {action} {documentName}"
msgstr "{inviterName} vous a invité à {action} {documentName}"
-#: packages/email/templates/document-invite.tsx:109
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} has invited you to {action} the document \"{documentName}\"."
msgstr "{inviterName} vous a invité à {action} le document \"{documentName}\"."
-#: packages/email/templates/recipient-removed-from-document.tsx:21
+#: packages/email/templates/recipient-removed-from-document.tsx
msgid "{inviterName} has removed you from the document {documentName}."
msgstr "{inviterName} vous a retiré du document {documentName}."
-#: packages/email/templates/recipient-removed-from-document.tsx:50
+#: packages/email/templates/recipient-removed-from-document.tsx
msgid "{inviterName} has removed you from the document<0/>\"{documentName}\""
msgstr "{inviterName} vous a retiré du document<0/>\"{documentName}\""
#. placeholder {0}: team.name
#. placeholder {1}: document.title
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:121
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "{inviterName} on behalf of \"{0}\" has invited you to {recipientActionVerb} the document \"{1}\"."
msgstr ""
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:61
+#: packages/email/template-components/template-document-invite.tsx
msgid "{inviterName} on behalf of \"{teamName}\" has invited you to {0}<0/>\"{documentName}\""
msgstr "{inviterName} représentant \"{teamName}\" vous a invité à {0}<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:46
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} on behalf of \"{teamName}\" has invited you to {action} {documentName}"
msgstr "{inviterName} représentant \"{teamName}\" vous a invité à {action} {documentName}"
-#: packages/email/templates/team-join.tsx:68
+#: packages/email/templates/team-join.tsx
msgid "{memberEmail} joined the following team"
msgstr "{memberEmail} a rejoint l'équipe suivante"
-#: packages/email/templates/team-leave.tsx:68
+#: packages/email/templates/team-leave.tsx
msgid "{memberEmail} left the following team"
msgstr "{memberEmail} a quitté l'équipe suivante"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:65
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "{numberOfSeats, plural, one {# member} other {# members}}"
msgstr "{numberOfSeats, plural, one {# membre} other {# membres}}"
-#: packages/lib/utils/document-audit-logs.ts:278
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} added a field"
msgstr "{prefix} a ajouté un champ"
-#: packages/lib/utils/document-audit-logs.ts:290
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} added a recipient"
msgstr "{prefix} a ajouté un destinataire"
-#: packages/lib/utils/document-audit-logs.ts:302
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} created the document"
msgstr "{prefix} a créé le document"
-#: packages/lib/utils/document-audit-logs.ts:306
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} deleted the document"
msgstr "{prefix} a supprimé le document"
-#: packages/lib/utils/document-audit-logs.ts:354
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} moved the document to team"
msgstr "{prefix} a déplacé le document vers l'équipe"
-#: packages/lib/utils/document-audit-logs.ts:338
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} opened the document"
msgstr "{prefix} a ouvert le document"
-#: packages/lib/utils/document-audit-logs.ts:318
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} prefilled a field"
msgstr ""
-#: packages/lib/utils/document-audit-logs.ts:282
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} removed a field"
msgstr "{prefix} a supprimé un champ"
-#: packages/lib/utils/document-audit-logs.ts:294
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} removed a recipient"
msgstr "{prefix} a supprimé un destinataire"
#. placeholder {0}: data.recipientEmail
-#: packages/lib/utils/document-audit-logs.ts:384
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} resent an email to {0}"
msgstr "{prefix} a renvoyé un e-mail à {0}"
#. placeholder {0}: data.recipientEmail
-#: packages/lib/utils/document-audit-logs.ts:385
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} sent an email to {0}"
msgstr "{prefix} a envoyé un email à {0}"
-#: packages/lib/utils/document-audit-logs.ts:350
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} sent the document"
msgstr "{prefix} a envoyé le document"
-#: packages/lib/utils/document-audit-logs.ts:310
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} signed a field"
msgstr "{prefix} a signé un champ"
-#: packages/lib/utils/document-audit-logs.ts:314
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} unsigned a field"
msgstr "{prefix} n'a pas signé un champ"
-#: packages/lib/utils/document-audit-logs.ts:286
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated a field"
msgstr "{prefix} a mis à jour un champ"
-#: packages/lib/utils/document-audit-logs.ts:298
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated a recipient"
msgstr "{prefix} a mis à jour un destinataire"
-#: packages/lib/utils/document-audit-logs.ts:334
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document"
msgstr "{prefix} a mis à jour le document"
-#: packages/lib/utils/document-audit-logs.ts:326
+#: packages/lib/utils/document-audit-logs.ts
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:346
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document external ID"
msgstr "{prefix} a mis à jour l'ID externe du document"
-#: packages/lib/utils/document-audit-logs.ts:330
+#: packages/lib/utils/document-audit-logs.ts
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:342
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document title"
msgstr "{prefix} a mis à jour le titre du document"
-#: packages/lib/utils/document-audit-logs.ts:322
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document visibility"
msgstr "{prefix} a mis à jour la visibilité du document"
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:68
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "{recipientActionVerb} document"
msgstr "{recipientActionVerb} document"
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:69
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "{recipientActionVerb} the document to complete the process."
msgstr "{recipientActionVerb} the document to complete the process."
-#: packages/email/templates/document-created-from-direct-template.tsx:62
+#: packages/email/templates/document-created-from-direct-template.tsx
msgid "{recipientName} {action} a document by using one of your direct links"
msgstr "{recipientName} {action} un document en utilisant l'un de vos liens directs"
-#: packages/email/templates/document-rejected.tsx:27
+#: packages/email/templates/document-rejected.tsx
msgid "{recipientName} has rejected the document '{documentName}'"
msgstr "{recipientName} a rejeté le document \"{documentName}\""
-#: packages/email/template-components/template-document-recipient-signed.tsx:49
+#: packages/email/template-components/template-document-recipient-signed.tsx
msgid "{recipientReference} has completed signing the document."
msgstr "{recipientReference} a terminé de signer le document."
#. placeholder {0}: document.title
-#: packages/lib/jobs/definitions/emails/send-recipient-signed-email.handler.ts:112
+#: packages/lib/jobs/definitions/emails/send-recipient-signed-email.handler.ts
msgid "{recipientReference} has signed \"{0}\""
msgstr "{recipientReference} a signé \"{0}\""
-#: packages/email/template-components/template-document-recipient-signed.tsx:43
+#: packages/email/template-components/template-document-recipient-signed.tsx
msgid "{recipientReference} has signed \"{documentName}\""
msgstr "{recipientReference} a signé \"{documentName}\""
-#: packages/email/templates/document-recipient-signed.tsx:27
+#: packages/email/templates/document-recipient-signed.tsx
msgid "{recipientReference} has signed {documentName}"
msgstr "{recipientReference} a signé {documentName}"
-#: apps/remix/app/components/forms/public-profile-form.tsx:230
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:386
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "{remaningLength, plural, one {# character remaining} other {# characters remaining}}"
msgstr "{remaningLength, plural, one {# caractère restant} other {# caractères restants}}"
-#: packages/email/template-components/template-document-rejected.tsx:25
+#: packages/email/template-components/template-document-rejected.tsx
msgid "{signerName} has rejected the document \"{documentName}\"."
msgstr "{signerName} a rejeté le document \"{documentName}\"."
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:68
+#: packages/email/template-components/template-document-invite.tsx
msgid "{teamName} has invited you to {0}<0/>\"{documentName}\""
msgstr "{teamName} vous a invité à {0}<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:47
+#: packages/email/templates/document-invite.tsx
msgid "{teamName} has invited you to {action} {documentName}"
msgstr "{teamName} vous a invité à {action} {documentName}"
-#: packages/email/templates/team-transfer-request.tsx:56
+#: packages/email/templates/team-transfer-request.tsx
msgid "{teamName} ownership transfer request"
msgstr "Demande de transfert de propriété de {teamName}"
-#: packages/lib/utils/document-audit-logs.ts:362
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} approved the document"
msgstr "{userName} a approuvé le document"
-#: packages/lib/utils/document-audit-logs.ts:363
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} CC'd the document"
msgstr "{userName} a mis en copie le document"
-#: packages/lib/utils/document-audit-logs.ts:364
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} completed their task"
msgstr "{userName} a terminé sa tâche"
-#: packages/lib/utils/document-audit-logs.ts:374
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} rejected the document"
msgstr "{userName} a rejeté le document"
-#: packages/lib/utils/document-audit-logs.ts:360
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} signed the document"
msgstr "{userName} a signé le document"
-#: packages/lib/utils/document-audit-logs.ts:361
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} viewed the document"
msgstr "{userName} a consulté le document"
-#: packages/ui/primitives/data-table-pagination.tsx:41
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "{visibleRows, plural, one {Showing # result.} other {Showing # results.}}"
msgstr "{visibleRows, plural, one {Affichage de # résultat.} other {Affichage de # résultats.}}"
#. placeholder {0}: document.title
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:181
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "<0>\"{0}\"0>is no longer available to sign"
msgstr "<0>\"{0}\"0> n'est plus disponible pour signer"
-#: packages/email/templates/team-transfer-request.tsx:60
+#: packages/email/templates/team-transfer-request.tsx
msgid "<0>{senderName}0> has requested that you take ownership of the following team"
msgstr "<0>{senderName}0> a demandé que vous preniez en charge l'équipe suivante"
-#: packages/email/templates/confirm-team-email.tsx:76
+#: packages/email/templates/confirm-team-email.tsx
msgid "<0>{teamName}0> has requested to use your email address for their team on Documenso."
msgstr "<0>{teamName}0> a demandé à utiliser votre adresse e-mail pour leur équipe sur Documenso."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:461
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "<0>Click to upload0> or drag and drop"
msgstr "<0>Cliquez pour télécharger0> ou faites glisser et déposez"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:285
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>Email0> - The recipient will be emailed the document to sign, approve, etc."
msgstr "<0>Email0> - Le destinataire recevra le document par e-mail pour signer, approuver, etc."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:52
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "<0>Inherit authentication method0> - Use the global action signing authentication method configured in the \"General Settings\" step"
msgstr "<0>Hériter de la méthode d'authentification0> - Utilisez la méthode globale d'authentification de signature d'action configurée dans l'étape \"Paramètres généraux\""
-#: packages/ui/components/document/document-global-auth-action-select.tsx:94
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "<0>No restrictions0> - No authentication required"
msgstr "<0>Aucune restriction0> - Aucune authentification requise"
-#: packages/ui/components/document/document-global-auth-access-select.tsx:76
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "<0>No restrictions0> - The document can be accessed directly by the URL sent to the recipient"
msgstr "<0>Aucune restriction0> - Le document peut être consulté directement via l'URL envoyée au destinataire"
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:74
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "<0>None0> - No authentication required"
msgstr "<0>Aucun0> - Aucune authentification requise"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:291
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>None0> - We will generate links which you can send to the recipients manually."
msgstr "<0>Aucun0> - Nous générerons des liens que vous pourrez envoyer aux destinataires manuellement."
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:298
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>Note0> - If you use Links in combination with direct templates, you will need to manually send the links to the remaining recipients."
msgstr "<0>Remarque0> - Si vous utilisez des liens en combinaison avec des modèles directs, vous devrez envoyer manuellement les liens aux destinataires restants."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:68
-#: packages/ui/components/document/document-global-auth-action-select.tsx:88
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "<0>Require 2FA0> - The recipient must have an account and 2FA enabled via their settings"
msgstr "<0>Nécessite une authentification 2FA0> - Le destinataire doit avoir un compte avec 2FA activée via ses paramètres"
-#: packages/ui/components/document/document-global-auth-access-select.tsx:71
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "<0>Require account0> - The recipient must be signed in to view the document"
msgstr "<0>Nécessite un compte0> - Le destinataire doit être connecté pour voir le document"
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:62
-#: packages/ui/components/document/document-global-auth-action-select.tsx:82
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "<0>Require passkey0> - The recipient must have an account and passkey configured via their settings"
msgstr "<0>Clé d'accès requise0> - Le destinataire doit avoir un compte et une clé d'accès configurés via ses paramètres"
-#: apps/remix/app/components/tables/documents-table-sender-filter.tsx:52
+#: apps/remix/app/components/tables/documents-table-sender-filter.tsx
msgid "<0>Sender:0> All"
msgstr "<0>Expéditeur :0> Tous"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:105
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "<0>You are about to complete approving <1>\"{documentTitle}\"1>.0><2/> Are you sure?"
msgstr "<0>Vous êtes sur le point de terminer l'approbation de <1>\"{documentTitle}\"1>.0><2/> Êtes-vous sûr ?"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:91
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "<0>You are about to complete signing \"<1>{documentTitle}1>\".0><2/> Are you sure?"
msgstr "<0>Vous êtes sur le point de terminer la signature de \"<1>{documentTitle}1>\".0><2/> Êtes-vous sûr ?"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:77
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "<0>You are about to complete viewing \"<1>{documentTitle}1>\".0><2/> Are you sure?"
msgstr "<0>Vous êtes sur le point de terminer la visualisation de \"<1>{documentTitle}1>\".0><2/> Êtes-vous sûr ?"
-#: apps/remix/app/components/forms/token.tsx:45
+#: apps/remix/app/components/forms/token.tsx
msgid "1 month"
msgstr "1 mois"
-#: apps/remix/app/components/forms/token.tsx:48
+#: apps/remix/app/components/forms/token.tsx
msgid "12 months"
msgstr "12 mois"
-#: apps/remix/app/components/forms/token.tsx:46
+#: apps/remix/app/components/forms/token.tsx
msgid "3 months"
msgstr "3 mois"
-#: apps/remix/app/components/general/generic-error-layout.tsx:41
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "404 not found"
msgstr ""
-#: apps/remix/app/routes/_profile+/_layout.tsx:102
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "404 Profile not found"
msgstr "404 Profil non trouvé"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:62
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "404 Team not found"
msgstr "404 Équipe non trouvée"
-#: apps/remix/app/components/general/generic-error-layout.tsx:46
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "500 Internal Server Error"
msgstr ""
-#: apps/remix/app/components/forms/token.tsx:47
+#: apps/remix/app/components/forms/token.tsx
msgid "6 months"
msgstr "6 mois"
-#: apps/remix/app/components/forms/token.tsx:44
+#: apps/remix/app/components/forms/token.tsx
msgid "7 days"
msgstr "7 jours"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:52
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "A confirmation email has been sent, and it should arrive in your inbox shortly."
msgstr "Un e-mail de confirmation a été envoyé et devrait arriver dans votre boîte de réception sous peu."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:66
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "A device capable of accessing, opening, and reading documents"
msgstr "Un appareil capable d'accéder, d'ouvrir et de lire des documents"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:105
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "A document was created by your direct template that requires you to {recipientActionVerb} it."
msgstr "Un document a été créé par votre modèle direct qui vous oblige à {recipientActionVerb}."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:228
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "A draft document will be created"
msgstr "Un document brouillon sera créé"
-#: packages/lib/utils/document-audit-logs.ts:277
+#: packages/lib/utils/document-audit-logs.ts
msgid "A field was added"
msgstr "Un champ a été ajouté"
-#: packages/lib/utils/document-audit-logs.ts:281
+#: packages/lib/utils/document-audit-logs.ts
msgid "A field was removed"
msgstr "Un champ a été supprimé"
-#: packages/lib/utils/document-audit-logs.ts:285
+#: packages/lib/utils/document-audit-logs.ts
msgid "A field was updated"
msgstr "Un champ a été mis à jour"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:69
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "A means to print or download documents for your records"
msgstr "Un moyen d'imprimer ou de télécharger des documents pour vos dossiers"
-#: packages/lib/jobs/definitions/emails/send-team-member-joined-email.handler.ts:98
+#: packages/lib/jobs/definitions/emails/send-team-member-joined-email.handler.ts
msgid "A new member has joined your team"
msgstr "Un nouveau membre a rejoint votre équipe"
-#: apps/remix/app/components/forms/token.tsx:124
+#: apps/remix/app/components/forms/token.tsx
msgid "A new token was created successfully."
msgstr "Un nouveau token a été créé avec succès."
-#: apps/remix/app/routes/_unauthenticated+/check-email.tsx:21
-#: apps/remix/app/components/forms/forgot-password.tsx:56
+#: apps/remix/app/routes/_unauthenticated+/check-email.tsx
+#: apps/remix/app/components/forms/forgot-password.tsx
msgid "A password reset email has been sent, if you have an account you should see it in your inbox shortly."
msgstr "Un e-mail de réinitialisation de mot de passe a été envoyé, si vous avez un compte vous devriez le voir dans votre boîte de réception sous peu."
-#: packages/lib/utils/document-audit-logs.ts:289
+#: packages/lib/utils/document-audit-logs.ts
msgid "A recipient was added"
msgstr "Un destinataire a été ajouté"
-#: packages/lib/utils/document-audit-logs.ts:293
+#: packages/lib/utils/document-audit-logs.ts
msgid "A recipient was removed"
msgstr "Un destinataire a été supprimé"
-#: packages/lib/utils/document-audit-logs.ts:297
+#: packages/lib/utils/document-audit-logs.ts
msgid "A recipient was updated"
msgstr "Un destinataire a été mis à jour"
#. placeholder {0}: transferVerification.name
#. placeholder {1}: transferVerification.email
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:91
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "A request to transfer the ownership of this team has been sent to <0>{0} ({1})0>"
msgstr "Une demande pour transférer la propriété de cette équipe a été envoyée à <0>{0} ({1})0>"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/create-team-email-verification.ts:160
+#: packages/lib/server-only/team/create-team-email-verification.ts
msgid "A request to use your email has been initiated by {0} on Documenso"
msgstr "Une demande pour l'utiliser votre e-mail a été initiée par {0} sur Documenso"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:221
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "A secret that will be sent to your URL so you can verify that the request has been sent by Documenso"
msgstr "Un secret qui sera envoyé à votre URL afin que vous puissiez vérifier que la demande a été envoyée par Documenso"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:191
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:192
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "A secret that will be sent to your URL so you can verify that the request has been sent by Documenso."
msgstr "Un secret qui sera envoyé à votre URL afin que vous puissiez vérifier que la demande a été envoyée par Documenso."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:60
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "A stable internet connection"
msgstr "Une connexion Internet stable"
-#: packages/email/templates/team-join.tsx:32
+#: packages/email/templates/team-join.tsx
msgid "A team member has joined a team on Documenso"
msgstr "Un membre de l'équipe a rejoint une équipe sur Documenso"
#. placeholder {0}: team.name
-#: packages/lib/jobs/definitions/emails/send-team-member-left-email.handler.ts:87
+#: packages/lib/jobs/definitions/emails/send-team-member-left-email.handler.ts
msgid "A team member has left {0}"
msgstr "Un membre de l'équipe a quitté {0}"
-#: packages/email/templates/team-leave.tsx:32
+#: packages/email/templates/team-leave.tsx
msgid "A team member has left a team on Documenso"
msgstr "Un membre de l'équipe a quitté une équipe sur Documenso"
-#: packages/email/templates/team-delete.tsx:29
-#: packages/email/templates/team-delete.tsx:33
+#: packages/email/templates/team-delete.tsx
+#: packages/email/templates/team-delete.tsx
msgid "A team you were a part of has been deleted"
msgstr "Une équipe dont vous faisiez partie a été supprimée"
-#: apps/remix/app/components/forms/public-profile-form.tsx:197
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "A unique URL to access your profile"
msgstr "Une URL unique pour accéder à votre profil"
-#: apps/remix/app/components/forms/team-update-form.tsx:136
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:205
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "A unique URL to identify your team"
msgstr "Une URL unique pour identifier votre équipe"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:134
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "A verification email will be sent to the provided email."
msgstr "Un e-mail de vérification sera envoyé à l'adresse e-mail fournie."
-#: apps/remix/app/components/general/teams/team-invitations.tsx:146
-#: packages/email/templates/team-transfer-request.tsx:82
-#: packages/email/templates/team-invite.tsx:95
-#: packages/email/templates/confirm-team-email.tsx:119
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: packages/email/templates/team-transfer-request.tsx
+#: packages/email/templates/team-invite.tsx
+#: packages/email/templates/confirm-team-email.tsx
msgid "Accept"
msgstr "Accepter"
-#: packages/email/templates/team-invite.tsx:43
+#: packages/email/templates/team-invite.tsx
msgid "Accept invitation to join a team on Documenso"
msgstr "Accepter l'invitation à rejoindre une équipe sur Documenso"
-#: packages/email/templates/confirm-team-email.tsx:42
+#: packages/email/templates/confirm-team-email.tsx
msgid "Accept team email request for {teamName} on Documenso"
msgstr "Accepter la demande d'e-mail de l'équipe pour {teamName} sur Documenso"
-#: packages/email/templates/team-transfer-request.tsx:30
+#: packages/email/templates/team-transfer-request.tsx
msgid "Accept team transfer request on Documenso"
msgstr "Accepter la demande de transfert d'équipe sur Documenso"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:29
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Acceptance and Consent"
msgstr "Acceptation et consentement"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:126
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Accepted team invitation"
msgstr "Invitation d'équipe acceptée"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:134
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Account Authentication"
msgstr "Authentification de compte"
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:49
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:47
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Account deleted"
msgstr "Compte supprimé"
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:49
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Account disabled"
msgstr "Compte désactivé"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:46
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Account enabled"
msgstr "Compte activé"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:125
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Account Re-Authentication"
msgstr "Ré-authentification de compte"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:135
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Acknowledgment"
msgstr "Reconnaissance"
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:112
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:158
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:46
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:112
-#: apps/remix/app/components/tables/document-logs-table.tsx:94
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:111
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/document-logs-table.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Action"
msgstr "Action"
-#: apps/remix/app/components/tables/templates-table.tsx:154
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:103
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:112
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:127
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:136
-#: apps/remix/app/components/tables/documents-table.tsx:78
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:173
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Actions"
msgstr "Actions"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:70
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:105
-#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx:64
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx
msgid "Active"
msgstr "Actif"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Active Subscriptions"
msgstr "Abonnements actifs"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:186
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "Add"
msgstr "Ajouter"
-#: packages/ui/primitives/document-dropzone.tsx:67
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Add a document"
msgstr "Ajouter un document"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:512
-#: packages/ui/primitives/document-flow/add-settings.tsx:388
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Add a URL to redirect the user to once the document is signed"
msgstr "Ajouter une URL pour rediriger l'utilisateur une fois le document signé"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:83
-#: apps/remix/app/components/general/document/document-edit-form.tsx:151
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add all relevant fields for each recipient."
msgstr "Ajouter tous les champs pertinents pour chaque destinataire."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:78
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Add all relevant placeholders for each recipient."
msgstr "Ajouter tous les espaces réservés pertinents pour chaque destinataire."
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:94
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Add an authenticator to serve as a secondary authentication method for signing documents."
msgstr "Ajouter un authentificateur pour servir de méthode d'authentification secondaire pour signer des documents."
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:89
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Add an authenticator to serve as a secondary authentication method when signing in, or when signing documents."
msgstr "Ajouter un authentificateur pour servir de méthode d'authentification secondaire lors de la connexion ou lors de la signature de documents."
-#: packages/ui/primitives/document-flow/add-settings.tsx:300
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Add an external ID to the document. This can be used to identify the document in external systems."
msgstr "Ajouter un ID externe au document. Cela peut être utilisé pour identifier le document dans les systèmes externes."
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:429
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Add an external ID to the template. This can be used to identify in external systems."
msgstr "Ajouter un ID externe au modèle. Cela peut être utilisé pour l'identifier dans les systèmes externes."
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:186
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Add another option"
msgstr "Ajouter une autre option"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:165
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:230
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Add another value"
msgstr "Ajouter une autre valeur"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:122
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "Add email"
msgstr "Ajouter un e-mail"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:82
-#: apps/remix/app/components/general/document/document-edit-form.tsx:150
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add Fields"
msgstr "Ajouter des champs"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:362
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Add more"
msgstr "Ajouter davantage"
-#: packages/ui/primitives/document-flow/add-signers.tsx:693
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Add myself"
msgstr "M'ajouter"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:706
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "Add Myself"
msgstr "M'ajouter"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:145
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:153
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Add passkey"
msgstr "Ajouter une clé de passe"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:692
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "Add Placeholder Recipient"
msgstr "Ajouter un destinataire fictif"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:77
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Add Placeholders"
msgstr "Ajouter des espaces réservés"
-#: packages/ui/primitives/document-flow/add-signers.tsx:682
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Add Signer"
msgstr "Ajouter un signataire"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:145
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add Signers"
msgstr "Ajouter des signataires"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:130
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "Add team email"
msgstr "Ajouter un e-mail d'équipe"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:81
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Add text"
msgstr "Ajouter du texte"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:86
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Add text to the field"
msgstr "Ajouter du texte au champ"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:146
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add the people who will sign the document."
msgstr "Ajouter les personnes qui signeront le document."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:230
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Add the recipients to create the document with"
msgstr "Ajouter les destinataires pour créer le document avec"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:153
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Adding and removing seats will adjust your invoice accordingly."
msgstr "Ajouter et supprimer des sièges ajustera votre facture en conséquence."
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:302
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Additional brand information to display at the bottom of emails"
msgstr "Informations supplémentaires sur la marque à afficher en bas des e-mails"
-#: packages/lib/constants/teams.ts:9
+#: packages/lib/constants/teams.ts
msgid "Admin"
msgstr "Administrateur"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:95
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Admin Actions"
msgstr "Actions administratives"
-#: apps/remix/app/components/general/menu-switcher.tsx:251
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Admin panel"
msgstr "Panneau d'administration"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:411
-#: packages/ui/primitives/document-flow/add-settings.tsx:282
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Advanced Options"
msgstr "Options avancées"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:496
-#: packages/ui/primitives/document-flow/add-fields.tsx:583
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Advanced settings"
msgstr "Paramètres avancés"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:125
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "After signing a document electronically, you will be provided the opportunity to view, download, and print the document for your records. It is highly recommended that you retain a copy of all electronically signed documents for your personal records. We will also retain a copy of the signed document for our records however we may not be able to provide you with a copy of the signed document after a certain period of time."
msgstr "Après avoir signé un document électroniquement, vous aurez l'occasion de visualiser, télécharger et imprimer le document pour vos dossiers. Il est fortement recommandé de conserver une copie de tous les documents signés électroniquement pour vos dossiers personnels. Nous conserverons également une copie du document signé pour nos dossiers, mais nous pourrions ne pas être en mesure de vous fournir une copie du document signé après une certaine période."
-#: packages/lib/constants/template.ts:21
+#: packages/lib/constants/template.ts
msgid "After submission, a document will be automatically generated and added to your documents page. You will also receive a notification via email."
msgstr "Après soumission, un document sera automatiquement généré et ajouté à votre page de documents. Vous recevrez également une notification par e-mail."
-#: apps/remix/app/components/general/document/document-status.tsx:46
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "All"
msgstr "Tout"
-#: apps/remix/app/components/general/app-command-menu.tsx:38
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "All documents"
msgstr "Tous les documents"
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:35
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "All documents have been processed. Any new documents that are sent or received will show here."
msgstr "Tous les documents ont été traités. Tous nouveaux documents envoyés ou reçus s'afficheront ici."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:77
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "All documents related to the electronic signing process will be provided to you electronically through our platform or via email. It is your responsibility to ensure that your email address is current and that you can receive and open our emails."
msgstr "Tous les documents relatifs au processus de signature électronique vous seront fournis électroniquement via notre plateforme ou par e-mail. Il est de votre responsabilité de vous assurer que votre adresse e-mail est à jour et que vous pouvez recevoir et ouvrir nos e-mails."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:141
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "All inserted signatures will be voided"
msgstr "Toutes les signatures insérées seront annulées"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:144
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "All recipients will be notified"
msgstr "Tous les destinataires seront notifiés"
-#: packages/email/template-components/template-document-cancel.tsx:31
+#: packages/email/template-components/template-document-cancel.tsx
msgid "All signatures have been voided."
msgstr "Toutes les signatures ont été annulées."
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:60
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "All signing links have been copied to your clipboard."
msgstr "Tous les liens de signature ont été copiés dans votre presse-papiers."
-#: apps/remix/app/components/general/app-command-menu.tsx:53
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "All templates"
msgstr "Tous les modèles"
-#: apps/remix/app/components/general/period-selector.tsx:56
+#: apps/remix/app/components/general/period-selector.tsx
msgid "All Time"
msgstr "Depuis toujours"
-#: packages/email/templates/confirm-team-email.tsx:99
+#: packages/email/templates/confirm-team-email.tsx
msgid "Allow document recipients to reply directly to this email address"
msgstr "Autoriser les destinataires du document à répondre directement à cette adresse e-mail"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:141
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Allows authenticating using biometrics, password managers, hardware keys, etc."
msgstr "Permet d'authentifier en utilisant des biométries, des gestionnaires de mots de passe, des clés matérielles, etc."
-#: apps/remix/app/components/forms/signup.tsx:420
+#: apps/remix/app/components/forms/signup.tsx
msgid "Already have an account? <0>Sign in instead0>"
msgstr "Vous avez déjà un compte ? <0>Connectez-vous plutôt0>"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:86
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Amount"
msgstr "Montant"
-#: packages/email/templates/document-super-delete.tsx:22
+#: packages/email/templates/document-super-delete.tsx
msgid "An admin has deleted your document \"{documentName}\"."
msgstr "Un administrateur a supprimé votre document \"{documentName}\"."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:44
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "An electronic signature provided by you on our platform, achieved through clicking through to a document and entering your name, or any other electronic signing method we provide, is legally binding. It carries the same weight and enforceability as a manual signature written with ink on paper."
msgstr "Une signature électronique fournie par vous sur notre plateforme, obtenue en cliquant sur un document et en saisissant votre nom, ou toute autre méthode de signature électronique que nous fournis, est juridiquement contraignante. Elle a le même poids et la même force exécutoire qu'une signature manuelle écrite à l'encre sur papier."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:63
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "An email account"
msgstr "Un compte e-mail"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:258
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "An email containing an invitation will be sent to each member."
msgstr "Un e-mail contenant une invitation sera envoyé à chaque membre."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:107
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "An email requesting the transfer of this team has been sent."
msgstr "Un e-mail demandant le transfert de cette équipe a été envoyé."
-#: apps/remix/app/components/general/claim-account.tsx:96
-#: apps/remix/app/components/forms/token.tsx:140
-#: apps/remix/app/components/forms/signup.tsx:160
-#: apps/remix/app/components/forms/reset-password.tsx:91
-#: apps/remix/app/components/forms/password.tsx:89
-#: apps/remix/app/components/forms/avatar-image.tsx:122
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/token.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "An error occurred"
msgstr "Une erreur est survenue"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:217
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "An error occurred while adding fields."
msgstr "Une erreur est survenue lors de l'ajout des champs."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:177
-#: apps/remix/app/components/general/document/document-edit-form.tsx:235
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while adding signers."
msgstr "Une erreur est survenue lors de l'ajout de signataires."
-#: apps/remix/app/components/general/document/document-edit-form.tsx:270
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while adding the fields."
msgstr "Une erreur est survenue lors de l'ajout des champs."
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:150
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "An error occurred while auto-signing the document, some fields may not be signed. Please review and manually sign any remaining fields."
msgstr "Une erreur est survenue lors de la signature automatique du document, certains champs peuvent ne pas être signés. Veuillez vérifier et signer manuellement tous les champs restants."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:186
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "An error occurred while creating document from template."
msgstr "Une erreur est survenue lors de la création du document à partir d'un modèle."
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:95
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "An error occurred while creating the webhook. Please try again."
msgstr "Une erreur est survenue lors de la création du webhook. Veuillez réessayer."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:59
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "An error occurred while deleting the user."
msgstr "Une erreur s'est produite lors de la suppression de l'utilisateur."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:125
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:59
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "An error occurred while disabling the user."
msgstr "Une erreur est survenue lors de la désactivation de l'utilisateur."
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:96
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:74
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:95
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:64
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
msgid "An error occurred while downloading your document."
msgstr "Une erreur est survenue lors du téléchargement de votre document."
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:45
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "An error occurred while duplicating template."
msgstr "Une erreur est survenue lors de la duplication du modèle."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:124
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "An error occurred while enabling direct link signing."
msgstr "Une erreur est survenue lors de l'activation de la signature par lien direct."
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:56
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "An error occurred while enabling the user."
msgstr "Une erreur est survenue lors de l'activation de l'utilisateur."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:262
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "An error occurred while loading team members. Please try again later."
msgstr "Une erreur est survenue lors du chargement des membres de l'équipe. Veuillez réessayer plus tard."
-#: packages/ui/primitives/pdf-viewer.tsx:167
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "An error occurred while loading the document."
msgstr "Une erreur est survenue lors du chargement du document."
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:55
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "An error occurred while moving the document."
msgstr "Une erreur est survenue lors du déplacement du document."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:81
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "An error occurred while moving the template."
msgstr "Une erreur est survenue lors du déplacement du modèle."
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:209
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:204
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:155
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:112
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:115
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:136
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:124
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:157
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while removing the field."
msgstr "Une erreur est survenue lors de la suppression du champ."
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:132
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
msgid "An error occurred while removing the selection."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:188
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "An error occurred while removing the signature."
msgstr "Une erreur est survenue lors de la suppression de la signature."
-#: apps/remix/app/components/general/document/document-edit-form.tsx:312
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while sending the document."
msgstr "Une erreur est survenue lors de l'envoi du document."
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:61
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
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/remix/app/components/general/document-signing/document-signing-text-field.tsx:180
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:104
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:154
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:128
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:85
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:88
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:103
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:97
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:127
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while signing as assistant."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:181
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:162
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:105
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:155
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:129
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:86
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:89
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:104
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:98
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:128
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while signing the document."
msgstr "Une erreur est survenue lors de la signature du document."
-#: apps/remix/app/components/general/billing-plans.tsx:63
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "An error occurred while trying to create a checkout session."
msgstr ""
-#: apps/remix/app/components/general/template/template-edit-form.tsx:149
-#: apps/remix/app/components/general/document/document-edit-form.tsx:205
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
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/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:215
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while updating the signature."
msgstr "Une erreur est survenue lors de la mise à jour de la signature."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:79
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "An error occurred while updating your profile."
msgstr "Une erreur est survenue lors de la mise à jour de votre profil."
-#: apps/remix/app/components/general/document/document-upload.tsx:100
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "An error occurred while uploading your document."
msgstr "Une erreur est survenue lors du téléchargement de votre document."
-#: apps/remix/app/components/general/generic-error-layout.tsx:48
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "An unexpected error occurred."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:88
-#: apps/remix/app/components/general/app-command-menu.tsx:309
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:51
-#: apps/remix/app/components/forms/team-update-form.tsx:91
-#: apps/remix/app/components/forms/signup.tsx:181
-#: apps/remix/app/components/forms/signup.tsx:195
-#: apps/remix/app/components/forms/signin.tsx:52
-#: apps/remix/app/components/forms/signin.tsx:265
-#: apps/remix/app/components/forms/signin.tsx:281
-#: apps/remix/app/components/forms/public-profile-form.tsx:103
-#: apps/remix/app/components/forms/profile.tsx:74
-#: apps/remix/app/components/forms/avatar-image.tsx:94
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:81
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:88
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:114
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:99
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:154
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:57
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:57
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:86
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:97
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:82
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:104
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:139
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:175
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:56
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:55
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "An unknown error occurred"
msgstr "Une erreur inconnue est survenue"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:223
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Any payment methods attached to this team will remain attached to this team. Please contact us if you need to update this information."
msgstr "Tous les moyens de paiement associés à cette équipe resteront associés à cette équipe. Veuillez nous contacter si vous avez besoin de mettre à jour ces informations."
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:217
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Any Source"
msgstr "Toute source"
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:197
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Any Status"
msgstr "Tout statut"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:26
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:84
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:82
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:94
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:85
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "API Tokens"
msgstr "Tokens API"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:92
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "App Version"
msgstr "Version de l'application"
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:135
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:118
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:143
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:89
-#: packages/lib/constants/recipient-roles.ts:7
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Approve"
msgstr "Approuver"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:185
-#: packages/email/template-components/template-document-invite.tsx:108
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Approve Document"
msgstr "Approuver le document"
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:93
-#: packages/lib/constants/recipient-roles.ts:8
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Approved"
msgstr "Approuvé"
-#: packages/lib/constants/recipient-roles.ts:10
+#: packages/lib/constants/recipient-roles.ts
msgid "Approver"
msgstr "Approuveur"
-#: packages/lib/constants/recipient-roles.ts:11
+#: packages/lib/constants/recipient-roles.ts
msgid "Approvers"
msgstr "Approuveurs"
-#: packages/lib/constants/recipient-roles.ts:9
+#: packages/lib/constants/recipient-roles.ts
msgid "Approving"
msgstr "Approval en cours"
-#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx:46
+#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
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/remix/app/components/dialogs/token-delete-dialog.tsx:120
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Are you sure you want to delete this token?"
msgstr "Êtes-vous sûr de vouloir supprimer ce token ?"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:127
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
msgid "Are you sure you want to reject this document? This action cannot be undone."
msgstr "Êtes-vous sûr de vouloir rejeter ce document ? Cette action ne peut pas être annulée."
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:193
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Are you sure you want to remove the <0>{passkeyName}0> passkey."
msgstr "Êtes-vous sûr de vouloir supprimer la clé de passe <0>{passkeyName}0>."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:124
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Are you sure you wish to delete this team?"
msgstr "Êtes-vous sûr de vouloir supprimer cette équipe ?"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:93
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:455
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:80
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:80
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:113
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:436
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:94
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Are you sure?"
msgstr "Êtes-vous sûr ?"
-#: packages/lib/constants/recipient-roles.ts:35
+#: packages/lib/constants/recipient-roles.ts
msgid "Assist"
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:186
-#: packages/email/template-components/template-document-invite.tsx:110
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Assist Document"
msgstr ""
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:299
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Assist with signing"
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:38
+#: packages/lib/constants/recipient-roles.ts
msgid "Assistant"
msgstr ""
-#: packages/ui/components/recipient/recipient-role-select.tsx:140
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Assistant role is only available when the document is in sequential signing mode."
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:39
+#: packages/lib/constants/recipient-roles.ts
msgid "Assistants"
msgstr ""
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:125
-#: packages/lib/constants/recipient-roles.ts:36
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Assisted"
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:37
+#: packages/lib/constants/recipient-roles.ts
msgid "Assisting"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:115
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
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é."
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:133
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Audit Log"
msgstr "Journal d'audit"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:206
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Authentication Level"
msgstr "Niveau d'authentification"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:48
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:38
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "Authentication required"
msgstr "Authentification requise"
-#: apps/remix/app/components/forms/avatar-image.tsx:142
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Avatar"
msgstr "Avatar"
-#: apps/remix/app/components/forms/avatar-image.tsx:109
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Avatar Updated"
msgstr "Avatar mis à jour"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:125
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Awaiting email confirmation"
msgstr "En attente de confirmation par e-mail"
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:367
-#: apps/remix/app/components/forms/signup.tsx:503
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Back"
msgstr "Retour"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:160
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Back to Documents"
msgstr "Retour aux documents"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:151
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Background Color"
msgstr "Couleur d'arrière-plan"
-#: apps/remix/app/components/forms/signin.tsx:463
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:162
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Backup Code"
msgstr "Code de sauvegarde"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:170
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Backup codes"
msgstr "Codes de sauvegarde"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:80
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Banner Updated"
msgstr "Bannière mise à jour"
-#: apps/remix/app/components/forms/signup.tsx:466
+#: apps/remix/app/components/forms/signup.tsx
msgid "Basic details"
msgstr "Détails de base"
-#: packages/email/template-components/template-confirmation-email.tsx:25
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "Before you get started, please confirm your email address by clicking the button below:"
msgstr "Avant de commencer, veuillez confirmer votre adresse e-mail en cliquant sur le bouton ci-dessous :"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:77
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:84
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:111
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:109
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:121
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:112
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Billing"
msgstr "Facturation"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:534
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Black"
msgstr "Noir"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:548
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Blue"
msgstr "Bleu"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:40
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Branding Preferences"
msgstr "Préférences de branding"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:101
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Branding preferences updated"
msgstr "Préférences de branding mises à jour"
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:93
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:48
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
msgid "Browser"
msgstr "Navigateur"
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:143
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "Bulk Copy"
msgstr "Copie groupée"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:275
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Bulk Import"
msgstr "Importation en masse"
#. placeholder {0}: template.title
-#: packages/lib/jobs/definitions/internal/bulk-send-template.handler.ts:203
+#: packages/lib/jobs/definitions/internal/bulk-send-template.handler.ts
msgid "Bulk Send Complete: {0}"
msgstr "Envoi en masse terminé : {0}"
-#: packages/email/templates/bulk-send-complete.tsx:30
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Bulk send operation complete for template \"{templateName}\""
msgstr "Envoi groupé terminé pour le modèle \"{templateName}\""
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:127
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Bulk Send Template via CSV"
msgstr "Envoi de modèle groupé via CSV"
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:99
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:119
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Bulk Send via CSV"
msgstr "Envoi en masse via CSV"
-#: packages/email/templates/team-invite.tsx:85
+#: packages/email/templates/team-invite.tsx
msgid "by <0>{senderName}0>"
msgstr "par <0>{senderName}0>"
-#: packages/email/templates/confirm-team-email.tsx:88
+#: packages/email/templates/confirm-team-email.tsx
msgid "By accepting this request, you will be granting <0>{teamName}0> access to:"
msgstr "En acceptant cette demande, vous accorderez à <0>{teamName}0> l'accès à :"
-#: packages/email/templates/team-transfer-request.tsx:71
+#: packages/email/templates/team-transfer-request.tsx
msgid "By accepting this request, you will take responsibility for any billing items associated with this team."
msgstr "En acceptant cette demande, vous assumerez la responsabilité de tous les éléments de facturation associés à cette équipe."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:152
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "By deleting this document, the following will occur:"
msgstr "En supprimant ce document, les éléments suivants se produiront :"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:113
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "By enabling 2FA, you will be required to enter a code from your authenticator app every time you sign in using email password."
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:138
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "By proceeding to use the electronic signature service provided by Documenso, you affirm that you have read and understood this disclosure. You agree to all terms and conditions related to the use of electronic signatures and electronic transactions as outlined herein."
msgstr "En procédant à l'utilisation du service de signature électronique fourni par Documenso, vous affirmez avoir lu et compris cette divulgation. Vous acceptez tous les termes et conditions liés à l'utilisation des signatures électroniques et des transactions électroniques comme décrit ici."
-#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx:16
+#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx
msgid "By proceeding with your electronic signature, you acknowledge and consent that it will be used to sign the given document and holds the same legal validity as a handwritten signature. By completing the electronic signing process, you affirm your understanding and acceptance of these conditions."
msgstr "En procédant avec votre signature électronique, vous reconnaissez et consentez à ce qu'elle soit utilisée pour signer le document donné et a la même validité légale qu'une signature manuscrite. En complétant le processus de signature électronique, vous affirmez votre compréhension et votre acceptation de ces conditions."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:88
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
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:126
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Can prepare"
msgstr ""
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:162
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:203
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:118
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:108
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:364
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:315
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:160
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:349
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:234
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:208
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:383
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:131
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:212
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:165
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:190
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:75
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:175
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:172
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:263
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:156
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:234
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:167
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:145
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:71
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:472
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:78
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:262
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:241
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:186
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:367
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:103
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:101
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:159
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:147
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:182
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:161
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:217
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:167
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:447
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:247
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:183
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:115
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:112
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:186
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:58
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:321
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Cancel"
msgstr "Annuler"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:225
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Cancelled by user"
msgstr "Annulé par l'utilisateur"
-#: packages/ui/primitives/document-flow/add-signers.tsx:196
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Cannot remove signer"
msgstr "Impossible de supprimer le signataire"
-#: packages/lib/constants/recipient-roles.ts:17
+#: packages/lib/constants/recipient-roles.ts
msgid "Cc"
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:14
-#: packages/lib/constants/recipient-roles.ts:16
+#: packages/lib/constants/recipient-roles.ts
+#: packages/lib/constants/recipient-roles.ts
msgid "CC"
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:15
+#: packages/lib/constants/recipient-roles.ts
msgid "CC'd"
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:18
+#: packages/lib/constants/recipient-roles.ts
msgid "Ccers"
msgstr "Copie Carboneurs"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:94
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Character Limit"
msgstr "Limite de caractères"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:148
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Charts"
msgstr "Graphiques"
-#: packages/ui/primitives/document-flow/types.ts:58
+#: packages/ui/primitives/document-flow/types.ts
msgid "Checkbox"
msgstr "Case à cocher"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:196
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Checkbox values"
msgstr "Valeurs de la case à cocher"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:180
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Checkout"
msgstr "Passer à la caisse"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:272
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Choose an existing recipient from below to continue"
msgstr "Choisissez un destinataire existant ci-dessous pour continuer"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:268
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Choose Direct Link Recipient"
msgstr "Choisissez un destinataire pour le lien direct"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:156
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Choose how the document will reach recipients"
msgstr "Choisissez comment le document atteindra les destinataires"
-#: apps/remix/app/components/forms/token.tsx:194
+#: apps/remix/app/components/forms/token.tsx
msgid "Choose..."
msgstr "Choisissez..."
-#: apps/remix/app/components/general/claim-account.tsx:155
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Claim account"
msgstr "Revendiquer le compte"
-#: apps/remix/app/components/forms/signup.tsx:475
+#: apps/remix/app/components/forms/signup.tsx
msgid "Claim username"
msgstr "Revendiquer le nom d'utilisateur"
-#: apps/remix/app/components/forms/signup.tsx:276
+#: apps/remix/app/components/forms/signup.tsx
msgid "Claim your username now"
msgstr "Revendiquer votre nom d'utilisateur maintenant"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:535
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Clear file"
msgstr "Effacer le fichier"
-#: packages/ui/primitives/data-table.tsx:154
+#: packages/ui/primitives/data-table.tsx
msgid "Clear filters"
msgstr "Effacer les filtres"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:568
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Clear Signature"
msgstr "Effacer la signature"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:124
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "Click here to get started"
msgstr "Cliquez ici pour commencer"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:112
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:60
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:75
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:131
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Click here to retry"
msgstr "Cliquez ici pour réessayer"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:390
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Click here to upload"
msgstr "Cliquez ici pour télécharger"
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:48
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:61
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
msgid "Click to copy signing link for sending to recipient"
msgstr "Cliquez pour copier le lien de signature à envoyer au destinataire"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:176
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:181
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:486
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:479
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Click to insert field"
msgstr "Cliquez pour insérer un champ"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:118
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:139
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:122
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:138
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:111
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:186
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:554
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:118
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:316
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:420
-#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx:42
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx
msgid "Close"
msgstr "Fermer"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:61
-#: apps/remix/app/components/forms/signup.tsx:528
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:476
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:469
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Complete"
msgstr "Compléter"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:70
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Approval"
msgstr "Compléter l'approbation"
-#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx:43
+#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
msgid "Complete Document"
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:69
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Signing"
msgstr "Compléter la signature"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:227
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Complete the fields for the following signers. Once reviewed, they will inform you if any modifications are needed."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:68
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Viewing"
msgstr "Compléter la visualisation"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:75
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:200
-#: apps/remix/app/components/general/document/document-status.tsx:28
-#: packages/lib/constants/document.ts:9
-#: packages/email/template-components/template-document-self-signed.tsx:37
-#: packages/email/template-components/template-document-recipient-signed.tsx:37
-#: packages/email/template-components/template-document-completed.tsx:35
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-status.tsx
+#: packages/lib/constants/document.ts
+#: packages/email/template-components/template-document-self-signed.tsx
+#: packages/email/template-components/template-document-recipient-signed.tsx
+#: packages/email/template-components/template-document-completed.tsx
msgid "Completed"
msgstr "Terminé"
-#: packages/email/templates/document-self-signed.tsx:19
-#: packages/email/templates/document-completed.tsx:23
+#: packages/email/templates/document-self-signed.tsx
+#: packages/email/templates/document-completed.tsx
msgid "Completed Document"
msgstr "Document complété"
-#: apps/remix/app/components/general/app-command-menu.tsx:44
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Completed documents"
msgstr "Documents complétés"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:110
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Completed Documents"
msgstr "Documents Complétés"
-#: packages/lib/constants/template.ts:12
+#: packages/lib/constants/template.ts
msgid "Configure Direct Recipient"
msgstr "Configurer le destinataire direct"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:141
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Configure general settings for the document."
msgstr "Configurer les paramètres généraux pour le document."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:73
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Configure general settings for the template."
msgstr "Configurer les paramètres généraux pour le modèle."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:334
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Configure template"
msgstr "Configurer le modèle"
#. placeholder {0}: parseMessageDescriptor( _, FRIENDLY_FIELD_TYPE[currentField.type], )
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:497
-#: packages/ui/primitives/document-flow/add-fields.tsx:584
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Configure the {0} field"
msgstr "Configurer le champ {0}"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:481
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:457
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Confirm"
msgstr "Confirmer"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:205
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Confirm by typing <0>{confirmTransferMessage}0>"
msgstr "Confirmer en tapant <0>{confirmTransferMessage}0>"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:147
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Confirm by typing <0>{deleteMessage}0>"
msgstr "Confirmer en tapant <0>{deleteMessage}0>"
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:133
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:143
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Confirm by typing: <0>{deleteMessage}0>"
msgstr "Confirmer en tapant : <0>{deleteMessage}0>"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:146
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Confirm Deletion"
msgstr "Confirmer la suppression"
-#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx:15
-#: packages/email/template-components/template-confirmation-email.tsx:35
+#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "Confirm email"
msgstr "Confirmer l'email"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:50
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "Confirmation email sent"
msgstr "Email de confirmation envoyé"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:85
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Consent to Electronic Transactions"
msgstr "Consentement aux transactions électroniques"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:147
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Contact Information"
msgstr "Coordonnées"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:194
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Content"
msgstr "Contenu"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:156
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:110
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:149
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:133
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:171
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:158
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:299
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:325
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:251
-#: packages/ui/primitives/document-flow/document-flow-root.tsx:140
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
+#: packages/ui/primitives/document-flow/document-flow-root.tsx
msgid "Continue"
msgstr "Continuer"
-#: packages/email/template-components/template-document-invite.tsx:85
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by approving the document."
msgstr "Continuer en approuvant le document."
-#: packages/email/template-components/template-document-invite.tsx:88
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by assisting with the document."
msgstr ""
-#: packages/email/template-components/template-document-completed.tsx:45
+#: packages/email/template-components/template-document-completed.tsx
msgid "Continue by downloading the document."
msgstr "Continuer en téléchargeant le document."
-#: packages/email/template-components/template-document-invite.tsx:83
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by signing the document."
msgstr "Continuer en signant le document."
-#: packages/email/template-components/template-document-invite.tsx:84
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by viewing the document."
msgstr "Continuer en consultant le document."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:164
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "Continue to login"
msgstr "Continuer vers la connexion"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:184
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls the default language of an uploaded document. This will be used as the language in email communications with the recipients."
msgstr "Contrôle la langue par défaut d'un document téléchargé. Cela sera utilisé comme langue dans les communications par e-mail avec les destinataires."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:152
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls the default visibility of an uploaded document."
msgstr "Contrôle la visibilité par défaut d'un document téléchargé."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:231
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls the formatting of the message that will be sent when inviting a recipient to sign a document. If a custom message has been provided while configuring the document, it will be used instead."
msgstr "Contrôle le formatage du message qui sera envoyé lors de l'invitation d'un destinataire à signer un document. Si un message personnalisé a été fourni lors de la configuration du document, il sera utilisé à la place."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:262
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls whether the recipients can sign the documents using a typed signature. Enable or disable the typed signature globally."
msgstr "Contrôle si les destinataires peuvent signer les documents à l'aide d'une signature dactylographiée. Active ou désactive globalement la signature dactylographiée."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:292
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls whether the signing certificate will be included in the document when it is downloaded. The signing certificate can still be downloaded from the logs page separately."
msgstr "Contrôle si le certificat de signature sera inclus dans le document lorsqu'il sera téléchargé. Le certificat de signature peut toujours être téléchargé séparément à partir de la page d'historique'."
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:126
-#: packages/ui/primitives/document-flow/add-subject.tsx:249
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Copied"
msgstr "Copié"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:71
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:36
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:30
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:59
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:115
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:167
-#: apps/remix/app/components/forms/public-profile-form.tsx:116
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:165
-#: packages/ui/primitives/document-flow/add-subject.tsx:236
-#: packages/ui/components/document/document-share-button.tsx:45
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/ui/components/document/document-share-button.tsx
msgid "Copied to clipboard"
msgstr "Copié dans le presse-papiers"
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:121
-#: packages/ui/primitives/document-flow/add-subject.tsx:244
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Copy"
msgstr "Copier"
-#: packages/ui/components/document/document-share-button.tsx:193
+#: packages/ui/components/document/document-share-button.tsx
msgid "Copy Link"
msgstr "Copier le lien"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:163
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "Copy sharable link"
msgstr "Copier le lien partageable"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:397
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Copy Shareable Link"
msgstr "Copier le lien partageable"
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:81
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "Copy Signing Links"
msgstr "Copier les liens de signature"
-#: apps/remix/app/components/forms/token.tsx:284
+#: apps/remix/app/components/forms/token.tsx
msgid "Copy token"
msgstr "Copier le token"
-#: apps/remix/app/routes/_profile+/_layout.tsx:83
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:238
+#: apps/remix/app/routes/_profile+/_layout.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Create"
msgstr "Créer"
-#: packages/email/template-components/template-document-self-signed.tsx:47
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "Create a <0>free account0> to access your signed documents at any time."
msgstr "Créez un <0>compte gratuit0> pour accéder à vos documents signés à tout moment."
-#: apps/remix/app/components/forms/signup.tsx:261
+#: apps/remix/app/components/forms/signup.tsx
msgid "Create a new account"
msgstr "Créer un nouveau compte"
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:149
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Create a team to collaborate with your team members."
msgstr "Créer une équipe pour collaborer avec vos membres."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:136
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:131
-#: packages/email/template-components/template-document-self-signed.tsx:69
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "Create account"
msgstr "Créer un compte"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:562
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create and send"
msgstr "Créer et envoyer"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:560
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create as draft"
msgstr "Créer en tant que brouillon"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:363
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create as pending"
msgstr "Créer comme en attente"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx:35
+#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx
msgid "Create Direct Link"
msgstr "Créer un lien direct"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:203
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Create Direct Signing Link"
msgstr "Créer un lien de signature directe"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:224
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create document from template"
msgstr "Créer un document à partir du modèle"
-#: apps/remix/app/routes/_profile+/_layout.tsx:79
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "Create now"
msgstr "Créer maintenant"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:352
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Create one automatically"
msgstr "Créer un automatiquement"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:564
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create signing links"
msgstr "Créer des liens de signature"
-#: apps/remix/app/components/general/menu-switcher.tsx:174
-#: apps/remix/app/components/general/menu-switcher.tsx:240
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:137
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:145
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Create team"
msgstr "Créer une équipe"
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:225
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Create Team"
msgstr "Créer une équipe"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:370
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create the document as pending and ready to sign."
msgstr "Créer le document comme en attente et prêt à signer."
-#: apps/remix/app/components/forms/token.tsx:244
-#: apps/remix/app/components/forms/token.tsx:253
+#: apps/remix/app/components/forms/token.tsx
+#: apps/remix/app/components/forms/token.tsx
msgid "Create token"
msgstr "Créer un token"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:118
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Create webhook"
msgstr "Créer un webhook"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:110
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Create Webhook"
msgstr "Créer un Webhook"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:241
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Create your account and start using state-of-the-art document signing."
msgstr "Créez votre compte et commencez à utiliser la signature de documents à la pointe de la technologie."
-#: apps/remix/app/components/forms/signup.tsx:265
+#: apps/remix/app/components/forms/signup.tsx
msgid "Create your account and start using state-of-the-art document signing. Open and beautiful signing is within your grasp."
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/remix/app/routes/_authenticated+/admin+/documents._index.tsx:57
-#: apps/remix/app/components/tables/templates-table.tsx:63
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:60
-#: apps/remix/app/components/tables/documents-table.tsx:47
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:110
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:34
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:101
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:35
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:271
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Created"
msgstr "Créé"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:116
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:39
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Created At"
msgstr "Créé le"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:90
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Created by"
msgstr "Créé par"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:84
-#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx:74
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx
msgid "Created on"
msgstr "Créé le"
#. placeholder {0}: i18n.date(webhook.createdAt, DateTime.DATETIME_FULL)
#. placeholder {0}: i18n.date(token.createdAt, DateTime.DATETIME_FULL)
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:88
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:83
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:83
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Created on {0}"
msgstr "Créé le {0}"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:142
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "CSV Structure"
msgstr "Structure CSV"
-#: apps/remix/app/components/forms/password.tsx:109
+#: apps/remix/app/components/forms/password.tsx
msgid "Current Password"
msgstr "Mot de passe actuel"
-#: apps/remix/app/components/forms/password.tsx:78
+#: apps/remix/app/components/forms/password.tsx
msgid "Current password is incorrect."
msgstr "Le mot de passe actuel est incorrect."
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:153
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Current recipients:"
msgstr "Destinataires actuels :"
-#: apps/remix/app/components/general/billing-plans.tsx:26
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Daily"
msgstr ""
-#: apps/remix/app/components/general/app-command-menu.tsx:261
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Dark Mode"
msgstr "Mode sombre"
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:64
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:146
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:815
-#: packages/ui/primitives/document-flow/types.ts:53
-#: packages/ui/primitives/document-flow/add-fields.tsx:940
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Date"
msgstr "Date"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:96
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Date created"
msgstr "Date de création"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:452
-#: packages/ui/primitives/document-flow/add-settings.tsx:323
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Date Format"
msgstr "Format de date"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:184
-#: packages/email/templates/team-invite.tsx:101
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: packages/email/templates/team-invite.tsx
msgid "Decline"
msgstr "Décliner"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:163
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Declined team invitation"
msgstr "Invitation d'équipe refusée"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:164
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Default Document Language"
msgstr "Langue par défaut du document"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:128
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Default Document Visibility"
msgstr "Visibilité par défaut du document"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "delete"
msgstr "supprimer"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:100
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:95
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:103
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:109
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:182
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:216
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:175
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:144
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:102
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:112
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:87
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:112
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:165
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:196
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Delete"
msgstr "Supprimer"
#. placeholder {0}: webhook.webhookUrl
#. placeholder {0}: token.name
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:49
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:49
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "delete {0}"
msgstr "supprimer {0}"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "delete {teamName}"
msgstr "supprimer {teamName}"
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:129
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "Delete account"
msgstr "Supprimer le compte"
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:90
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:97
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:72
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:86
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:93
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Delete Account"
msgstr "Supprimer le compte"
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:123
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "Delete document"
msgstr "Supprimer le document"
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:73
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:86
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:93
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "Delete Document"
msgstr "Supprimer le document"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:189
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Delete passkey"
msgstr "Supprimer la clé d'accès"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:195
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:116
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Delete team"
msgstr "Supprimer l'équipe"
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:72
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "Delete team member"
msgstr "Supprimer le membre de l'équipe"
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:76
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "Delete the document. This action is irreversible so proceed with caution."
msgstr "Supprimez le document. Cette action est irréversible, soyez prudent."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:79
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "Delete the users account and all its contents. This action is irreversible and will cancel their subscription, so proceed with caution."
msgstr "Supprimez le compte de l'utilisateur et tout son contenu. Cette action est irréversible et annulera son abonnement, soyez prudent."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:110
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "Delete Webhook"
msgstr "Supprimer le Webhook"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:75
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Delete your account and all its contents, including completed documents. This action is irreversible and will cancel your subscription, so proceed with caution."
msgstr "Supprimez votre compte et tout son contenu, y compris les documents complétés. Cette action est irréversible et annulera votre abonnement, soyez prudent."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:102
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:77
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Deleted"
msgstr "Supprimé"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:146
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Deleting account..."
msgstr "Suppression du compte..."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:186
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Details"
msgstr "Détails"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:250
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:69
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
msgid "Device"
msgstr "Appareil"
-#: packages/email/templates/reset-password.tsx:72
+#: packages/email/templates/reset-password.tsx
msgid "Didn't request a password change? We are here to help you secure your account, just <0>contact us.0>"
msgstr "Vous n'avez pas demandé de changement de mot de passe ? Nous sommes ici pour vous aider à sécuriser votre compte, il suffit de <0>nous contacter.0>"
-#: apps/remix/app/components/tables/templates-table.tsx:105
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:45
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
msgid "direct link"
msgstr "lien direct"
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:83
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:38
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Direct link"
msgstr "Lien direct"
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:152
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:223
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Direct Link"
msgstr "Lien direct"
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:45
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
msgid "direct link disabled"
msgstr "lien direct désactivé"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:639
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "Direct link receiver"
msgstr "Receveur de lien direct"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:363
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct Link Signing"
msgstr "Signature de lien direct"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:116
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct link signing has been disabled"
msgstr "La signature de lien direct a été désactivée"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:115
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct link signing has been enabled"
msgstr "La signature de lien direct a été activée"
-#: apps/remix/app/components/tables/templates-table.tsx:109
+#: apps/remix/app/components/tables/templates-table.tsx
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/remix/app/components/dialogs/template-direct-link-dialog.tsx:145
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct template link deleted"
msgstr "Modèle de lien direct supprimé"
#. placeholder {0}: quota.directTemplates
#. placeholder {1}: quota.directTemplates
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:229
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct template link usage exceeded ({0}/{1})"
msgstr "L'utilisation du lien de modèle direct a été dépassée ({0}/{1})"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:414
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Disable"
msgstr "Désactiver"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:111
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:118
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:187
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Disable 2FA"
msgstr "Désactiver 2FA"
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:134
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Disable account"
msgstr "Désactiver le compte"
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:90
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:97
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Disable Account"
msgstr "Désactiver le Compte"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:105
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Disable Two Factor Authentication before deleting your account."
msgstr "Désactiver l'authentification à deux facteurs avant de supprimer votre compte."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:74
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:69
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "Disabled"
msgstr "Désactivé"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:380
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:79
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Disabling the user results in the user not being able to use the account. It also disables all the related contents such as subscription, webhooks, teams, and API keys."
msgstr "Désactiver l'utilisateur a pour résultat que l'utilisateur ne peut pas utiliser le compte. Cela désactive également tous les contenus associés tels que l'abonnement, les webhooks, les équipes et les clés API."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:74
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Display your name and email in documents"
msgstr "Afficher votre nom et votre email dans les documents"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:155
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Distribute Document"
msgstr "Distribuer le document"
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:60
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Do you want to delete this template?"
msgstr "Voulez-vous supprimer ce modèle ?"
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:56
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Do you want to duplicate this template?"
msgstr "Voulez-vous dupliquer ce modèle ?"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:111
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Documenso will delete <0>all of your documents0>, along with all of your completed documents, signatures, and all other resources belonging to your Account."
msgstr "Documenso supprimera <0>tous vos documents0>, ainsi que tous vos documents complétés, signatures, et toutes les autres ressources appartenant à votre compte."
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:129
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:36
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Document"
msgstr "Document"
#. placeholder {0}: document.title
#. placeholder {1}: recipient.name
-#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts:140
+#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts
msgid "Document \"{0}\" - Rejected by {1}"
msgstr "Document \"{0}\" - Rejeté par {1}"
#. placeholder {0}: document.title
-#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts:100
+#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts
msgid "Document \"{0}\" - Rejection Confirmed"
msgstr "Document \"{0}\" - Rejet Confirmé"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:222
-#: packages/ui/primitives/document-flow/add-settings.tsx:225
-#: packages/ui/components/document/document-global-auth-access-select.tsx:61
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "Document access"
msgstr "Accès au document"
-#: packages/lib/utils/document-audit-logs.ts:325
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document access auth updated"
msgstr "L'authentification d'accès au document a été mise à jour"
-#: apps/remix/app/components/general/document/document-status.tsx:47
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document All"
msgstr "Document Tout"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:152
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document Approved"
msgstr "Document Approuvé"
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:176
-#: packages/lib/server-only/document/super-delete-document.ts:99
-#: packages/lib/server-only/document/delete-document.ts:261
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
+#: packages/lib/server-only/document/super-delete-document.ts
+#: packages/lib/server-only/document/delete-document.ts
msgid "Document Cancelled"
msgstr "Document Annulé"
-#: apps/remix/app/components/general/document/document-status.tsx:29
-#: packages/lib/utils/document-audit-logs.ts:388
-#: packages/lib/utils/document-audit-logs.ts:389
+#: apps/remix/app/components/general/document/document-status.tsx
+#: packages/lib/utils/document-audit-logs.ts
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document completed"
msgstr "Document terminé"
-#: packages/ui/components/document/document-email-checkboxes.tsx:203
-#: packages/ui/components/document/document-email-checkboxes.tsx:279
+#: packages/ui/components/document/document-email-checkboxes.tsx
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Document completed email"
msgstr "E-mail de document complété"
-#: apps/remix/app/components/embed/embed-document-completed.tsx:17
+#: apps/remix/app/components/embed/embed-document-completed.tsx
msgid "Document Completed!"
msgstr "Document Complété !"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:166
-#: packages/lib/utils/document-audit-logs.ts:301
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document created"
msgstr "Document créé"
#. placeholder {0}: document.user.name
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:121
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Document created by <0>{0}0>"
msgstr "Document créé par <0>{0}0>"
-#: packages/lib/server-only/template/create-document-from-direct-template.ts:589
-#: packages/email/templates/document-created-from-direct-template.tsx:33
+#: packages/lib/server-only/template/create-document-from-direct-template.ts
+#: packages/email/templates/document-created-from-direct-template.tsx
msgid "Document created from direct template"
msgstr "Document créé à partir d'un modèle direct"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:126
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Document created using a <0>direct link0>"
msgstr "Document créé en utilisant un <0>lien direct0>"
-#: packages/lib/constants/template.ts:20
+#: packages/lib/constants/template.ts
msgid "Document Creation"
msgstr "Création de document"
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:175
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:58
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:48
-#: packages/lib/utils/document-audit-logs.ts:305
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document deleted"
msgstr "Document supprimé"
-#: packages/ui/components/document/document-email-checkboxes.tsx:241
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Document deleted email"
msgstr "E-mail de document supprimé"
-#: packages/lib/server-only/document/send-delete-email.ts:86
+#: packages/lib/server-only/document/send-delete-email.ts
msgid "Document Deleted!"
msgstr "Document Supprimé !"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:263
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:272
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Document Distribution Method"
msgstr "Méthode de distribution du document"
-#: apps/remix/app/components/general/document/document-status.tsx:35
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document draft"
msgstr "Brouillon de document"
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:61
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Document Duplicated"
msgstr "Document dupliqué"
-#: packages/lib/utils/document-audit-logs.ts:345
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document external ID updated"
msgstr "ID externe du document mis à jour"
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:186
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:102
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Document history"
msgstr "Historique du document"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:86
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:82
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Document ID"
msgstr "ID du document"
-#: apps/remix/app/components/general/document/document-status.tsx:41
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document inbox"
msgstr "Boîte de réception des documents"
-#: apps/remix/app/components/tables/templates-table.tsx:201
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Document Limit Exceeded!"
msgstr "Limite de documents dépassée !"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:98
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Document metrics"
msgstr "Métriques du document"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:45
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Document moved"
msgstr "Document déplacé"
-#: packages/lib/utils/document-audit-logs.ts:353
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document moved to team"
msgstr "Document déplacé vers l'équipe"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:176
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document no longer available to sign"
msgstr "Document non disponible pour signature"
-#: packages/lib/utils/document-audit-logs.ts:337
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document opened"
msgstr "Document ouvert"
-#: apps/remix/app/components/general/document/document-status.tsx:23
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document pending"
msgstr "Document en attente"
-#: packages/ui/components/document/document-email-checkboxes.tsx:164
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Document pending email"
msgstr "E-mail de document en attente"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:102
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Document preferences updated"
msgstr "Préférences de document mises à jour"
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:95
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Document re-sent"
msgstr "Document renvoyé"
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:97
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:12
-#: packages/email/template-components/template-document-rejected.tsx:21
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
+#: packages/email/template-components/template-document-rejected.tsx
msgid "Document Rejected"
msgstr "Document Rejeté"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:55
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Document resealed"
msgstr "Document resealé"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:292
-#: packages/lib/utils/document-audit-logs.ts:349
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document sent"
msgstr "Document envoyé"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:150
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document Signed"
msgstr "Document signé"
-#: packages/lib/utils/document-audit-logs.ts:329
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document signing auth updated"
msgstr "Authentification de signature de document mise à jour"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:138
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Document signing process will be cancelled"
msgstr "Le processus de signature du document sera annulé"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:86
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Document status"
msgstr "Statut du document"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:78
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Document title"
msgstr "Titre du document"
-#: packages/lib/utils/document-audit-logs.ts:341
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document title updated"
msgstr "Titre du document mis à jour"
-#: packages/lib/utils/document-audit-logs.ts:333
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document updated"
msgstr "Document mis à jour"
-#: apps/remix/app/components/general/document/document-upload.tsx:52
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Document upload disabled due to unpaid invoices"
msgstr "Téléchargement du document désactivé en raison de factures impayées"
-#: apps/remix/app/components/general/document/document-upload.tsx:77
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Document uploaded"
msgstr "Document téléchargé"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:151
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document Viewed"
msgstr "Document consulté"
-#: packages/lib/utils/document-audit-logs.ts:321
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document visibility updated"
msgstr "Visibilité du document mise à jour"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:135
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Document will be permanently deleted"
msgstr "Le document sera supprimé de manière permanente"
-#: apps/remix/app/routes/_profile+/p.$url.tsx:163
-#: apps/remix/app/routes/_authenticated+/documents._index.tsx:111
-#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx:99
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:138
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:69
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:89
-#: apps/remix/app/components/general/user-profile-timur.tsx:56
-#: apps/remix/app/components/general/generic-error-layout.tsx:114
-#: apps/remix/app/components/general/app-nav-mobile.tsx:31
-#: apps/remix/app/components/general/app-nav-desktop.tsx:17
-#: apps/remix/app/components/general/app-command-menu.tsx:200
-#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx:12
+#: apps/remix/app/routes/_profile+/p.$url.tsx
+#: apps/remix/app/routes/_authenticated+/documents._index.tsx
+#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
+#: apps/remix/app/components/general/user-profile-timur.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
+#: apps/remix/app/components/general/app-nav-desktop.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx
msgid "Documents"
msgstr "Documents"
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:218
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Documents created from template"
msgstr "Documents créés à partir du modèle"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:129
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Documents Received"
msgstr "Documents reçus"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:134
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Documents Viewed"
msgstr "Documents consultés"
-#: apps/remix/app/routes/_unauthenticated+/signin.tsx:63
-#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx:46
+#: apps/remix/app/routes/_unauthenticated+/signin.tsx
+#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx
msgid "Don't have an account? <0>Sign up0>"
msgstr "Vous n'avez pas de compte? <0>Inscrivez-vous0>"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:110
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:151
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:139
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:126
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:111
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:116
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:191
-#: packages/ui/components/document/document-download-button.tsx:66
-#: packages/email/template-components/template-document-completed.tsx:57
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: packages/ui/components/document/document-download-button.tsx
+#: packages/email/template-components/template-document-completed.tsx
msgid "Download"
msgstr "Télécharger"
-#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx:78
+#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx
msgid "Download Audit Logs"
msgstr "Télécharger les journaux d'audit"
-#: apps/remix/app/components/general/document/document-certificate-download-button.tsx:83
+#: apps/remix/app/components/general/document/document-certificate-download-button.tsx
msgid "Download Certificate"
msgstr "Télécharger le certificat"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:167
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Download Template CSV"
msgstr "Télécharger le modèle CSV"
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:206
-#: apps/remix/app/components/general/document/document-status.tsx:34
-#: packages/lib/constants/document.ts:12
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-status.tsx
+#: packages/lib/constants/document.ts
msgid "Draft"
msgstr "Brouillon"
-#: apps/remix/app/components/general/app-command-menu.tsx:42
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Draft documents"
msgstr "Documents en brouillon"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:102
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Drafted Documents"
msgstr "Documents brouillon"
-#: packages/ui/primitives/document-dropzone.tsx:156
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Drag & drop your PDF here."
msgstr "Faites glisser et déposez votre PDF ici."
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:946
-#: packages/ui/primitives/document-flow/add-fields.tsx:1071
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Dropdown"
msgstr "Liste déroulante"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:157
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Dropdown options"
msgstr "Options de liste déroulante"
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:120
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Due to an unpaid invoice, your team has been restricted. Please settle the payment to restore full access to your team."
msgstr "En raison d'une facture impayée, votre équipe a été restreinte. Veuillez régler le paiement pour rétablir l'accès complet à votre équipe."
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:78
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:156
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:139
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:83
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:89
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:122
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Duplicate"
msgstr "Dupliquer"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:95
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:90
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:69
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:116
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:145
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:100
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:76
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:118
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:104
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
msgid "Edit"
msgstr "Modifier"
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:135
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Edit Template"
msgstr "Modifier le modèle"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:93
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:90
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Edit webhook"
msgstr "Modifier le webhook"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:74
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Electronic Delivery of Documents"
msgstr "Remise électronique de documents"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:13
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Electronic Signature Disclosure"
msgstr "Divulgation de signature électronique"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:128
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:135
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:114
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:158
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:68
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:131
-#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx:120
-#: apps/remix/app/components/forms/signin.tsx:318
-#: apps/remix/app/components/forms/profile.tsx:108
-#: apps/remix/app/components/forms/forgot-password.tsx:77
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:409
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:405
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:275
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:282
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:150
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:166
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:529
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:536
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:763
-#: packages/ui/primitives/document-flow/types.ts:54
-#: packages/ui/primitives/document-flow/add-signers.tsx:510
-#: packages/ui/primitives/document-flow/add-signers.tsx:517
-#: packages/ui/primitives/document-flow/add-fields.tsx:888
-#: packages/lib/constants/document.ts:27
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/forms/forgot-password.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
+#: packages/lib/constants/document.ts
msgid "Email"
msgstr "Email"
-#: apps/remix/app/components/general/claim-account.tsx:129
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:80
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:296
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Email address"
msgstr "Adresse email"
-#: apps/remix/app/components/forms/signup.tsx:325
+#: apps/remix/app/components/forms/signup.tsx
msgid "Email Address"
msgstr "Adresse e-mail"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:172
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Email already confirmed"
msgstr ""
-#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx:82
+#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
msgid "Email cannot already exist in the template"
msgstr "L'e-mail ne peut déjà exister dans le modèle"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:144
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Email Confirmed!"
msgstr "Email confirmé !"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:351
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Email Options"
msgstr "Options d'email"
-#: packages/lib/utils/document-audit-logs.ts:382
+#: packages/lib/utils/document-audit-logs.ts
msgid "Email resent"
msgstr "Email renvoyé"
-#: packages/lib/utils/document-audit-logs.ts:382
+#: packages/lib/utils/document-audit-logs.ts
msgid "Email sent"
msgstr "Email envoyé"
-#: apps/remix/app/routes/_unauthenticated+/check-email.tsx:17
+#: apps/remix/app/routes/_unauthenticated+/check-email.tsx
msgid "Email sent!"
msgstr "Email envoyé !"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:74
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Email verification has been removed"
msgstr "La vérification par email a été supprimée"
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:32
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
msgid "Email verification has been resent"
msgstr "La vérification par email a été renvoyée"
-#: packages/ui/primitives/document-flow/add-fields.tsx:1136
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Empty field"
msgstr "Champ vide"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:159
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:268
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Enable 2FA"
msgstr "Activer 2FA"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:120
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Enable account"
msgstr "Activer le compte"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:87
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:94
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Enable Account"
msgstr "Activer le Compte"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:200
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Enable Authenticator App"
msgstr "Activer l'application Authenticator"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:169
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
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/remix/app/components/dialogs/template-direct-link-dialog.tsx:374
-#: packages/lib/constants/template.ts:8
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/lib/constants/template.ts
msgid "Enable Direct Link Signing"
msgstr "Activer la signature de lien direct"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:428
-#: packages/ui/primitives/document-flow/add-signers.tsx:399
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Enable signing order"
msgstr "Activer l'ordre de signature"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:247
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Enable Typed Signature"
msgstr "Activer la signature dactylographiée"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:684
-#: packages/ui/primitives/document-flow/add-fields.tsx:809
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Enable Typed Signatures"
msgstr "Activer les signatures tapées"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:74
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:135
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:69
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:134
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:128
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:159
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Enabled"
msgstr "Activé"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:76
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Enabling the account results in the user being able to use the account again, and all the related features such as webhooks, teams, and API keys for example."
msgstr "Activer le compte permet à l'utilisateur de pouvoir utiliser le compte à nouveau, ainsi que toutes les fonctionnalités associées telles que les webhooks, les équipes et les clés API par exemple."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:92
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
msgid "Enclosed Document"
msgstr "Document joint"
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:42
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Ends On"
msgstr "Se termine le"
-#: packages/ui/primitives/document-password-dialog.tsx:85
-msgid "Enter password"
-msgstr "Entrez le mot de passe"
-
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:294
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Enter your brand details"
msgstr "Entrez les informations de votre marque"
-#: apps/remix/app/components/general/claim-account.tsx:132
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Enter your email"
msgstr "Entrez votre email"
-#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx:137
+#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
msgid "Enter your email address to receive the completed document."
msgstr "Entrez votre adresse e-mail pour recevoir le document complété."
-#: apps/remix/app/components/general/claim-account.tsx:117
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Enter your name"
msgstr "Entrez votre nom"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:305
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
msgid "Enter your text here"
msgstr "Entrez votre texte ici"
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:78
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:60
-#: apps/remix/app/components/general/verify-email-banner.tsx:56
-#: apps/remix/app/components/general/template/template-edit-form.tsx:148
-#: apps/remix/app/components/general/template/template-edit-form.tsx:176
-#: apps/remix/app/components/general/template/template-edit-form.tsx:216
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:178
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:208
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:128
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:161
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:187
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:102
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:131
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:152
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:203
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:126
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:154
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:83
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:111
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:86
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:114
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:101
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:135
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:95
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:123
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:125
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:156
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:214
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:148
-#: apps/remix/app/components/general/document/document-upload.tsx:103
-#: apps/remix/app/components/general/document/document-edit-form.tsx:204
-#: apps/remix/app/components/general/document/document-edit-form.tsx:234
-#: apps/remix/app/components/general/document/document-edit-form.tsx:269
-#: apps/remix/app/components/general/document/document-edit-form.tsx:311
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:94
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:185
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:84
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:44
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:54
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:59
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:62
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:62
-#: packages/ui/primitives/pdf-viewer.tsx:166
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:222
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/general/verify-email-banner.tsx
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
+#: apps/remix/app/components/general/document/document-upload.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Error"
msgstr "Erreur"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:139
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Everyone can access and view the document"
msgstr "Tout le monde peut accéder et voir le document"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:160
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Everyone has signed"
msgstr "Tout le monde a signé"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:184
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Everyone has signed! You will receive an Email copy of the signed document."
msgstr "Tout le monde a signé ! Vous recevrez une copie par email du document signé."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:231
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Exceeded timeout"
msgstr "Délai dépassé"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:118
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Expired"
msgstr "Expiré"
#. placeholder {0}: i18n.date(token.expires, DateTime.DATETIME_FULL)
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:89
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Expires on {0}"
msgstr "Expire le {0}"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:422
-#: packages/ui/primitives/document-flow/add-settings.tsx:293
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "External ID"
msgstr "ID externe"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:61
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Failed to reseal document"
msgstr "Échec du reseal du document"
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:223
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Failed to save settings."
msgstr "Échec de l'enregistrement des paramètres."
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:117
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Failed to update recipient"
msgstr "Échec de la mise à jour du destinataire"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:81
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:78
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Failed to update webhook"
msgstr "Échec de la mise à jour du webhook"
-#: packages/email/templates/bulk-send-complete.tsx:55
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Failed: {failedCount}"
msgstr "Échoués : {failedCount}"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:101
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Field character limit"
msgstr "Limite de caractères du champ"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:115
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:129
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx:52
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx:47
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx:52
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx:70
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx
msgid "Field font size"
msgstr "Taille de police du champ"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:109
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Field format"
msgstr "Format du champ"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:61
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Field label"
msgstr "Étiquette du champ"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:73
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Field placeholder"
msgstr "Espace réservé du champ"
-#: packages/lib/utils/document-audit-logs.ts:317
+#: packages/lib/utils/document-audit-logs.ts
msgid "Field prefilled by assistant"
msgstr ""
-#: packages/lib/utils/document-audit-logs.ts:309
+#: packages/lib/utils/document-audit-logs.ts
msgid "Field signed"
msgstr "Champ signé"
-#: packages/lib/utils/document-audit-logs.ts:313
+#: packages/lib/utils/document-audit-logs.ts
msgid "Field unsigned"
msgstr "Champ non signé"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:182
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Fields"
msgstr "Champs"
-#: apps/remix/app/components/general/document/document-upload.tsx:116
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "File cannot be larger than {APP_DOCUMENT_UPLOAD_SIZE_LIMIT}MB"
msgstr "Le fichier ne peut pas dépasser {APP_DOCUMENT_UPLOAD_SIZE_LIMIT} Mo"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:511
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "File size exceeds the limit of {APP_DOCUMENT_UPLOAD_SIZE_LIMIT} MB"
msgstr "La taille du fichier dépasse la limite de {APP_DOCUMENT_UPLOAD_SIZE_LIMIT} MB"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:109
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:123
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx:46
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx:41
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx:46
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx:64
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx
msgid "Font Size"
msgstr "Taille de Police"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:150
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "For any questions regarding this disclosure, electronic signatures, or any related process, please contact us at: <0>{SUPPORT_EMAIL}0>"
msgstr "Pour toute question concernant cette divulgation, les signatures électroniques ou tout processus y afférent, veuillez nous contacter à : <0>{SUPPORT_EMAIL}0>"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:146
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "For each recipient, provide their email (required) and name (optional) in separate columns. Download the template CSV below for the correct format."
msgstr "Pour chaque destinataire, fournissez leur email (obligatoire) et leur nom (facultatif) dans des colonnes séparées. Téléchargez le modèle CSV ci-dessous pour le format correct."
-#: packages/lib/server-only/auth/send-forgot-password.ts:62
+#: packages/lib/server-only/auth/send-forgot-password.ts
msgid "Forgot Password?"
msgstr "Mot de passe oublié ?"
-#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx:16
-#: apps/remix/app/components/forms/signin.tsx:350
-#: packages/email/template-components/template-forgot-password.tsx:21
+#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: packages/email/template-components/template-forgot-password.tsx
msgid "Forgot your password?"
msgstr "Vous avez oublié votre mot de passe ?"
-#: packages/ui/primitives/document-flow/types.ts:50
+#: packages/ui/primitives/document-flow/types.ts
msgid "Free Signature"
msgstr "Signature gratuite"
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:212
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:328
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:323
-#: apps/remix/app/components/forms/signup.tsx:309
-#: apps/remix/app/components/forms/profile.tsx:96
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:394
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:390
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Full Name"
msgstr "Nom complet"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:72
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:43
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:35
-#: apps/remix/app/components/general/document/document-edit-form.tsx:140
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:63
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "General"
msgstr "Général"
-#: packages/ui/primitives/document-flow/add-subject.tsx:84
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Generate Links"
msgstr "Générer des liens"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:63
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "Global recipient action authentication"
msgstr "Authentification d'action de destinataire globale"
-#: apps/remix/app/routes/_recipient+/_layout.tsx:41
-#: apps/remix/app/routes/_profile+/_layout.tsx:116
-#: apps/remix/app/components/general/generic-error-layout.tsx:106
-#: packages/ui/primitives/document-flow/document-flow-root.tsx:141
+#: apps/remix/app/routes/_recipient+/_layout.tsx
+#: apps/remix/app/routes/_profile+/_layout.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
+#: packages/ui/primitives/document-flow/document-flow-root.tsx
msgid "Go Back"
msgstr "Retourner"
-#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx:35
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:100
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:128
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:183
+#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Go back home"
msgstr "Revenir au tableau de bord"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:252
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:193
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "Go Back Home"
msgstr "Revenir au tableau de bord"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:125
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Go to owner"
msgstr "Aller au propriétaire"
-#: apps/remix/app/routes/_profile+/p.$url.tsx:144
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "Go to your <0>public profile settings0> to add documents."
msgstr "Allez à vos <0>paramètres de profil public0> pour ajouter des documents."
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:555
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Green"
msgstr "Vert"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:118
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to approve this document"
msgstr "t'a invité à approuver ce document"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:127
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to assist this document"
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:109
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to sign this document"
msgstr "t'a invité à signer ce document"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:100
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to view this document"
msgstr "t'a invité à voir ce document"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:226
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:323
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:359
-#: packages/ui/primitives/document-flow/add-signers.tsx:259
-#: packages/ui/primitives/document-flow/add-signers.tsx:297
-#: packages/ui/primitives/document-flow/add-signers.tsx:336
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
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/remix/app/components/embed/embed-document-signing-page.tsx:324
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Help complete the document for other signers."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx:21
+#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
msgid "Here you can edit your personal details."
msgstr "Ici, vous pouvez modifier vos informations personnelles."
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:68
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Here you can manage your password and security settings."
msgstr "Ici, vous pouvez gérer votre mot de passe et vos paramètres de sécurité."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:41
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Here you can set preferences and defaults for branding."
msgstr "Ici, vous pouvez définir des préférences et des valeurs par défaut pour le branding."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:32
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
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/remix/app/components/dialogs/template-direct-link-dialog.tsx:207
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Here's how it works:"
msgstr "Voici comment cela fonctionne :"
-#: apps/remix/app/components/general/user-profile-timur.tsx:45
+#: apps/remix/app/components/general/user-profile-timur.tsx
msgid "Hey I’m Timur"
msgstr "Salut, je suis Timur"
-#: packages/email/templates/bulk-send-complete.tsx:36
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Hi {userName},"
msgstr "Bonjour, {userName},"
-#: packages/email/templates/reset-password.tsx:57
+#: packages/email/templates/reset-password.tsx
msgid "Hi, {userName} <0>({userEmail})0>"
msgstr "Bonjour, {userName} <0>({userEmail})0>"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:164
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:175
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:196
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Hide"
msgstr "Cacher"
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:109
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Hide additional information"
msgstr "Cacher des informations supplémentaires"
-#: packages/lib/constants/recipient-roles.ts:57
+#: packages/lib/constants/recipient-roles.ts
msgid "I am a signer of this document"
msgstr "Je suis un signataire de ce document"
-#: packages/lib/constants/recipient-roles.ts:60
+#: packages/lib/constants/recipient-roles.ts
msgid "I am a viewer of this document"
msgstr "Je suis un visualiseur de ce document"
-#: packages/lib/constants/recipient-roles.ts:58
+#: packages/lib/constants/recipient-roles.ts
msgid "I am an approver of this document"
msgstr "Je suis un approuveur de ce document"
-#: packages/lib/constants/recipient-roles.ts:61
+#: packages/lib/constants/recipient-roles.ts
msgid "I am an assistant of this document"
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:59
+#: packages/lib/constants/recipient-roles.ts
msgid "I am required to receive a copy of this document"
msgstr "Je dois recevoir une copie de ce document"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:35
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "I am the owner of this document"
msgstr "Je suis le propriétaire de ce document"
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:166
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:177
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "I'm sure! Delete it"
msgstr "Je suis sûr ! Supprimez-le"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:100
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "If they accept this request, the team will be transferred to their account."
msgstr "S'ils acceptent cette demande, l'équipe sera transférée à leur compte."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:195
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "If you do not want to use the authenticator prompted, you can close it, which will then display the next available authenticator."
msgstr "Si vous ne souhaitez pas utiliser l'authentificateur proposé, vous pouvez le fermer, ce qui affichera l'authentificateur suivant disponible."
-#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx:26
+#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx
msgid "If you don't find the confirmation link in your inbox, you can request a new one below."
msgstr "Si vous ne trouvez pas le lien de confirmation dans votre boîte de réception, vous pouvez demander un nouveau ci-dessous."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:219
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "If your authenticator app does not support QR codes, you can use the following code instead:"
msgstr "Si votre application d'authentification ne prend pas en charge les codes QR, vous pouvez utiliser le code suivant à la place :"
-#: apps/remix/app/components/general/document/document-status.tsx:40
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Inbox"
msgstr "Boîte de réception"
-#: apps/remix/app/components/general/app-command-menu.tsx:48
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Inbox documents"
msgstr "Documents de la boîte de réception"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:277
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Include the Signing Certificate in the Document"
msgstr "Includez le certificat de signature dans le document"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:50
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:53
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
msgid "Information"
msgstr "Information"
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:28
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:86
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "Inherit authentication method"
msgstr "Hériter de la méthode d'authentification"
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:133
-#: packages/ui/primitives/document-flow/types.ts:51
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: packages/ui/primitives/document-flow/types.ts
msgid "Initials"
msgstr "Initiales"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:70
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Inserted"
msgstr "Inséré"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:80
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Instance Stats"
msgstr "Statistiques de l'instance"
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:160
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "Invalid code. Please try again."
msgstr "Code invalide. Veuillez réessayer."
-#: packages/ui/primitives/document-flow/add-signers.types.ts:17
+#: packages/ui/primitives/document-flow/add-signers.types.ts
msgid "Invalid email"
msgstr "Email invalide"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:75
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:98
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Invalid link"
msgstr "Lien invalide"
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:98
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:95
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Invalid token"
msgstr "Token invalide"
-#: apps/remix/app/components/forms/reset-password.tsx:80
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Invalid token provided. Please try again."
msgstr "Le token fourni est invalide. Veuillez réessayer."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:146
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "Invitation accepted!"
msgstr "Invitation acceptée !"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:141
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Invitation declined"
msgstr "Invitation refusée"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:74
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Invitation has been deleted"
msgstr "L'invitation a été supprimée"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:57
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Invitation has been resent"
msgstr "L'invitation a été renvoyée"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:372
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite"
msgstr "Inviter"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:246
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite member"
msgstr "Inviter un membre"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:271
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite Members"
msgstr "Inviter des membres"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:254
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite team members"
msgstr "Inviter des membres d'équipe"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:122
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Invited At"
msgstr "Invité à"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:55
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Invoice"
msgstr "Facture"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:243
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:47
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
msgid "IP Address"
msgstr "Adresse IP"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:114
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "It is crucial to keep your contact information, especially your email address, up to date with us. Please notify us immediately of any changes to ensure that you continue to receive all necessary communications."
msgstr "Il est crucial de maintenir vos coordonnées, en particulier votre adresse e-mail, à jour avec nous. Veuillez nous informer immédiatement de tout changement pour vous assurer que vous continuez à recevoir toutes les communications nécessaires."
#. placeholder {0}: publicProfile.name
-#: apps/remix/app/routes/_profile+/p.$url.tsx:131
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "It looks like {0} hasn't added any documents to their profile yet."
msgstr "Il semble que {0} n'ait pas encore ajouté de documents à son profil."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:120
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "It seems that the provided token has expired. We've just sent you another token, please check your email and try again."
msgstr "Il semble que le token fourni ait expiré. Nous venons de vous envoyer un autre token, veuillez vérifier votre email et réessayer."
-#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx:27
+#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx
msgid "It seems that there is no token provided, if you are trying to verify your email please follow the link in your email."
msgstr "Il semble qu'aucun token n'ait été fourni, si vous essayez de vérifier votre email, veuillez suivre le lien dans votre email."
-#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx:34
+#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
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/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:79
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
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."
-#: packages/email/templates/team-invite.tsx:73
+#: packages/email/templates/team-invite.tsx
msgid "Join {teamName} on Documenso"
msgstr "Rejoindre {teamName} sur Documenso"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:56
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:66
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:71
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Label"
msgstr "Étiquette"
-#: apps/remix/app/components/general/menu-switcher.tsx:275
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:182
-#: packages/ui/primitives/document-flow/add-settings.tsx:185
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Language"
msgstr "Langue"
-#: apps/remix/app/components/general/period-selector.tsx:62
+#: apps/remix/app/components/general/period-selector.tsx
msgid "Last 14 days"
msgstr "14 derniers jours"
-#: apps/remix/app/components/general/period-selector.tsx:65
+#: apps/remix/app/components/general/period-selector.tsx
msgid "Last 30 days"
msgstr "30 derniers jours"
-#: apps/remix/app/components/general/period-selector.tsx:59
+#: apps/remix/app/components/general/period-selector.tsx
msgid "Last 7 days"
msgstr "7 derniers jours"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:38
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:41
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
msgid "Last modified"
msgstr "Dernière modification"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:102
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Last updated"
msgstr "Dernière mise à jour"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:126
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
msgid "Last Updated"
msgstr "Dernière mise à jour"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Last updated at"
msgstr "Dernière mise à jour à"
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:66
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
msgid "Last used"
msgstr "Dernière utilisation"
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:97
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Leaderboard"
msgstr "Classement"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:114
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:110
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "Leave"
msgstr "Quitter"
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:72
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "Leave team"
msgstr "Quitter l'équipe"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:41
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Legality of Electronic Signatures"
msgstr "Légalité des signatures électroniques"
-#: apps/remix/app/components/general/app-command-menu.tsx:260
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Light Mode"
msgstr "Mode clair"
-#: apps/remix/app/routes/_profile+/_layout.tsx:71
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "Like to have your own public profile with agreements?"
msgstr "Vous voulez avoir votre propre profil public avec des accords ?"
-#: packages/email/templates/team-transfer-request.tsx:88
-#: packages/email/templates/confirm-team-email.tsx:125
+#: packages/email/templates/team-transfer-request.tsx
+#: packages/email/templates/confirm-team-email.tsx
msgid "Link expires in 1 hour."
msgstr "Le lien expire dans 1 heure."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:225
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Link template"
msgstr "Modèle de lien"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:300
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Links Generated"
msgstr "Liens générés"
#. placeholder {0}: webhook.eventTriggers .map((trigger) => toFriendlyWebhookEventName(trigger)) .join(', ')
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:79
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:74
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "Listening to {0}"
msgstr "Écoute {0}"
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:97
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "Load older activity"
msgstr "Charger l'activité plus ancienne"
-#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx:29
-#: packages/ui/primitives/pdf-viewer.tsx:44
-#: packages/ui/primitives/lazy-pdf-viewer.tsx:12
+#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Loading document..."
msgstr "Chargement du document..."
-#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx:16
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:95
+#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Loading Document..."
msgstr "Chargement du Document..."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:119
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:89
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Loading teams..."
msgstr "Chargement des équipes..."
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:97
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "Loading..."
msgstr "Chargement..."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:63
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:79
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:51
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "Login"
msgstr "Connexion"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:98
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
msgid "Manage"
msgstr "Gérer"
#. placeholder {0}: user?.name
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "Manage {0}'s profile"
msgstr "Gérer le profil de {0}"
-#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx:23
+#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx
msgid "Manage all teams you are currently associated with."
msgstr "Gérer toutes les équipes avec lesquelles vous êtes actuellement associé."
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:183
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Manage and view template"
msgstr "Gérer et afficher le modèle"
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:146
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Manage billing"
msgstr ""
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:338
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Manage details for this public template"
msgstr "Gérer les détails de ce modèle public"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx:33
+#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx
msgid "Manage Direct Link"
msgstr "Gérer le lien direct"
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:134
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
msgid "Manage documents"
msgstr "Gérer les documents"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:149
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Manage passkeys"
msgstr "Gérer les clés d'accès"
-#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx:40
+#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx
msgid "Manage subscription"
msgstr "Gérer l'abonnement"
-#: apps/remix/app/components/general/billing-portal-button.tsx:45
+#: apps/remix/app/components/general/billing-portal-button.tsx
msgid "Manage Subscription"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:28
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Manage subscriptions"
msgstr "Gérer les abonnements"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:93
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Manage team subscription."
msgstr "Gérer l'abonnement de l'équipe."
-#: apps/remix/app/components/general/menu-switcher.tsx:161
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Manage teams"
msgstr "Gérer les équipes"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:367
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Manage the direct link signing for this template"
msgstr "Gérer la signature de lien direct pour ce modèle"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:53
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
msgid "Manage the members or invite new members."
msgstr "Gérer les membres ou inviter de nouveaux membres."
-#: apps/remix/app/routes/_authenticated+/admin+/users._index.tsx:40
+#: apps/remix/app/routes/_authenticated+/admin+/users._index.tsx
msgid "Manage users"
msgstr "Gérer les utilisateurs"
-#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx:20
+#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx
msgid "Manage your passkeys."
msgstr "Gérer vos clés d'accès."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:101
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Manage your site settings here"
msgstr "Gérer les paramètres de votre site ici"
-#: packages/lib/constants/teams.ts:10
+#: packages/lib/constants/teams.ts
msgid "Manager"
msgstr "Gestionnaire"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:141
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Mark as Viewed"
msgstr "Marquer comme vu"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:153
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "MAU (created document)"
msgstr "MAU (document créé)"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:159
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "MAU (had document completed)"
msgstr "MAU (document terminé)"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:208
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Max"
msgstr ""
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:226
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Maximum file size: 4MB. Maximum 100 rows per upload. Blank values will use template defaults."
msgstr "Taille maximale du fichier : 4 Mo. Maximum de 100 lignes par téléversement. Les valeurs vides utiliseront les valeurs par défaut du modèle."
-#: packages/lib/constants/teams.ts:11
+#: packages/lib/constants/teams.ts
msgid "Member"
msgstr "Membre"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:87
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:98
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
msgid "Member Since"
msgstr "Membre depuis"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:52
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:84
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:75
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Members"
msgstr "Membres"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:382
-#: packages/ui/primitives/document-flow/add-subject.tsx:155
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Message <0>(Optional)0>"
msgstr "Message <0>(Optionnel)0>"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:196
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Min"
msgstr ""
-#: apps/remix/app/components/general/template/template-page-view-recipients.tsx:35
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:54
+#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Modify recipients"
msgstr "Modifier les destinataires"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:60
-#: apps/remix/app/components/general/billing-plans.tsx:28
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Monthly"
msgstr "Mensuel"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:154
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Monthly Active Users: Users that created at least one Document"
msgstr "Utilisateurs actifs mensuels : utilisateurs ayant créé au moins un document"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:161
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Monthly Active Users: Users that had at least one of their documents completed"
msgstr "Utilisateurs actifs mensuels : utilisateurs ayant terminé au moins un de leurs documents"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:152
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:118
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Move"
msgstr "Déplacer"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:75
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Move Document to Team"
msgstr "Déplacer le document vers l'équipe"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:105
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Move Template to Team"
msgstr "Déplacer le modèle vers l'équipe"
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:89
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:163
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
msgid "Move to Team"
msgstr "Déplacer vers l'équipe"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:152
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:118
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Moving..."
msgstr "Déplacement..."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:36
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "My templates"
msgstr "Mes modèles"
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:99
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:56
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:149
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:54
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:140
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:63
-#: apps/remix/app/components/general/claim-account.tsx:114
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:177
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:297
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:304
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:138
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:150
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:564
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:570
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:789
-#: packages/ui/primitives/document-flow/types.ts:55
-#: packages/ui/primitives/document-flow/add-signers.tsx:548
-#: packages/ui/primitives/document-flow/add-signers.tsx:554
-#: packages/ui/primitives/document-flow/add-fields.tsx:914
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Name"
msgstr "Nom"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:237
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Need to sign documents?"
msgstr "Besoin de signer des documents ?"
-#: packages/ui/components/recipient/recipient-role-select.tsx:53
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Needs to approve"
msgstr "Nécessite une approbation"
-#: packages/ui/components/recipient/recipient-role-select.tsx:32
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Needs to sign"
msgstr "Nécessite une signature"
-#: packages/ui/components/recipient/recipient-role-select.tsx:74
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Needs to view"
msgstr "Nécessite une visualisation"
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:71
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
msgid "Never"
msgstr "Jamais"
-#: apps/remix/app/components/forms/token.tsx:218
+#: apps/remix/app/components/forms/token.tsx
msgid "Never expire"
msgstr "Ne jamais expirer"
-#: apps/remix/app/components/forms/password.tsx:125
+#: apps/remix/app/components/forms/password.tsx
msgid "New Password"
msgstr ""
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:174
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "New team owner"
msgstr "Nouveau propriétaire d'équipe"
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:88
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:95
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "New Template"
msgstr "Nouveau modèle"
-#: apps/remix/app/components/forms/signup.tsx:515
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:465
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:460
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Next"
msgstr "Suivant"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:61
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Next field"
msgstr "Champ suivant"
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:24
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "No active drafts"
msgstr "Pas de brouillons actifs"
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:113
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:28
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
msgid "No further action is required from you at this time."
msgstr "Aucune autre action n'est requise de votre part pour le moment."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:49
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "No payment required"
msgstr "Aucun paiement requis"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:119
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "No public profile templates found"
msgstr "Aucun modèle de profil public trouvé"
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:105
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "No recent activity"
msgstr "Aucune activité récente"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:95
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "No recent documents"
msgstr "Aucun document récent"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:604
-#: packages/ui/primitives/document-flow/add-fields.tsx:701
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "No recipient matching this description was found."
msgstr "Aucun destinataire correspondant à cette description n'a été trouvé."
-#: apps/remix/app/components/general/template/template-page-view-recipients.tsx:49
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:94
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:69
-#: packages/ui/primitives/document-flow/add-subject.tsx:210
+#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "No recipients"
msgstr "Aucun destinataire"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:619
-#: packages/ui/primitives/document-flow/add-fields.tsx:716
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "No recipients with this role"
msgstr "Aucun destinataire avec ce rôle"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:30
-#: packages/ui/components/document/document-global-auth-action-select.tsx:45
-#: packages/ui/components/document/document-global-auth-access-select.tsx:29
-#: packages/ui/components/document/document-global-auth-access-select.tsx:42
+#: packages/ui/components/document/document-global-auth-action-select.tsx
+#: packages/ui/components/document/document-global-auth-action-select.tsx
+#: packages/ui/components/document/document-global-auth-access-select.tsx
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "No restrictions"
msgstr "Aucune restriction"
-#: packages/ui/primitives/data-table.tsx:146
+#: packages/ui/primitives/data-table.tsx
msgid "No results found"
msgstr "Aucun résultat trouvé"
-#: apps/remix/app/components/general/app-command-menu.tsx:195
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "No results found."
msgstr "Aucun résultat trouvé."
-#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx:28
+#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx
msgid "No signature field found"
msgstr "Aucun champ de signature trouvé"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:281
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "No valid direct templates found"
msgstr "Aucun modèle direct valide trouvé"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:294
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "No valid recipients found"
msgstr "Aucun destinataire valide trouvé"
-#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx:77
-#: apps/remix/app/components/general/multiselect-role-combobox.tsx:64
-#: packages/ui/primitives/multi-select-combobox.tsx:151
-#: packages/ui/primitives/combobox.tsx:61
+#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx
+#: apps/remix/app/components/general/multiselect-role-combobox.tsx
+#: packages/ui/primitives/multi-select-combobox.tsx
+#: packages/ui/primitives/combobox.tsx
msgid "No value found."
msgstr "Aucune valeur trouvée."
-#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx:20
+#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx
msgid "No worries, it happens! Enter your email and we'll email you a special link to reset your password."
msgstr "Pas de soucis, ça arrive ! Entrez votre email et nous vous enverrons un lien spécial pour réinitialiser votre mot de passe."
-#: packages/lib/constants/document.ts:31
+#: packages/lib/constants/document.ts
msgid "None"
msgstr "Aucun"
-#: apps/remix/app/components/forms/signin.tsx:155
+#: apps/remix/app/components/forms/signin.tsx
msgid "Not supported"
msgstr "Non pris en charge"
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:19
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:34
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "Nothing to do"
msgstr "Rien à faire"
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:292
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:867
-#: packages/ui/primitives/document-flow/types.ts:56
-#: packages/ui/primitives/document-flow/add-fields.tsx:992
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Number"
msgstr "Numéro"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:102
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Number format"
msgstr "Format de numéro"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:114
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to approve this document"
msgstr "au nom de \"{0}\" vous a invité à approuver ce document"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:123
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to assist this document"
msgstr ""
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:105
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to sign this document"
msgstr "au nom de \"{0}\" vous a invité à signer ce document"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:96
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to view this document"
msgstr "au nom de \"{0}\" vous a invité à voir ce document"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:121
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "On this page, you can create a new webhook."
msgstr "Sur cette page, vous pouvez créer un nouveau webhook."
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:28
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "On this page, you can create and manage API tokens. See our <0>Documentation0> for more information."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:32
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:27
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "On this page, you can create new Webhooks and manage the existing ones."
msgstr "Sur cette page, vous pouvez créer de nouveaux webhooks et gérer ceux existants."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:94
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:91
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "On this page, you can edit the webhook and its settings."
msgstr "Sur cette page, vous pouvez modifier le webhook et ses paramètres."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:130
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Once confirmed, the following will occur:"
msgstr "Une fois confirmé, les éléments suivants se produiront :"
-#: packages/lib/constants/template.ts:9
+#: packages/lib/constants/template.ts
msgid "Once enabled, you can select any active recipient to be a direct link signing recipient, or create a new one. This recipient type cannot be edited or deleted."
msgstr "Une fois activé, vous pouvez sélectionner n'importe quel destinataire actif pour être un destinataire de signature de lien direct ou en créer un nouveau. Ce type de destinataire ne peut pas être modifié ou supprimé."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:230
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Once you have scanned the QR code or entered the code manually, enter the code provided by your authenticator app below."
msgstr "Une fois que vous avez scanné le code QR ou saisi le code manuellement, entrez le code fourni par votre application d'authentification ci-dessous."
-#: packages/lib/constants/template.ts:17
+#: packages/lib/constants/template.ts
msgid "Once your template is set up, share the link anywhere you want. The person who opens the link will be able to enter their information in the direct link recipient field and complete any other fields assigned to them."
msgstr "Une fois votre modèle configuré, partagez le lien où vous le souhaitez. La personne qui ouvre le lien pourra saisir ses informations dans le champ de destinataire de lien direct et remplir tout autre champ qui lui est attribué."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:145
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Only admins can access and view the document"
msgstr "Seules les administrateurs peuvent accéder et voir le document"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:142
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Only managers and above can access and view the document"
msgstr "Seuls les responsables et au-dessus peuvent accéder et voir le document"
-#: apps/remix/app/components/forms/signup.tsx:75
+#: apps/remix/app/components/forms/signup.tsx
msgid "Only subscribers can have a username shorter than 6 characters"
msgstr "Seuls les abonnés peuvent avoir un nom d'utilisateur de moins de 6 caractères"
-#: apps/remix/app/routes/_profile+/_layout.tsx:103
-#: apps/remix/app/components/general/generic-error-layout.tsx:42
-#: apps/remix/app/components/general/generic-error-layout.tsx:47
+#: apps/remix/app/routes/_profile+/_layout.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "Oops! Something went wrong."
msgstr "Oups ! Quelque chose a mal tourné."
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:138
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
msgid "Opened"
msgstr "Ouvert"
-#: apps/remix/app/components/forms/signup.tsx:380
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:338
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Or"
msgstr "Ou"
-#: apps/remix/app/components/forms/signin.tsx:370
+#: apps/remix/app/components/forms/signin.tsx
msgid "Or continue with"
msgstr "Ou continuez avec"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:349
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Otherwise, the document will be created as a draft."
msgstr "Sinon, le document sera créé sous forme de brouillon."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:108
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:81
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:83
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:94
-#: apps/remix/app/components/general/menu-switcher.tsx:78
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Owner"
msgstr "Propriétaire"
#. placeholder {0}: table.getState().pagination.pageIndex + 1
#. placeholder {1}: table.getPageCount() || 1
-#: packages/ui/primitives/data-table-pagination.tsx:77
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "Page {0} of {1}"
msgstr "Page {0} sur {1}"
#. placeholder {0}: i + 1
-#: packages/ui/primitives/pdf-viewer.tsx:259
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Page {0} of {numPages}"
msgstr "Page {0} sur {numPages}"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:79
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Paid"
msgstr "Payé"
-#: apps/remix/app/components/forms/signin.tsx:414
+#: apps/remix/app/components/forms/signin.tsx
msgid "Passkey"
msgstr "Clé d'accès"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:228
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkey already exists for the provided authenticator"
msgstr "La clé d'accès existe déjà pour l'authentificateur fourni"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:218
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkey creation cancelled due to one of the following reasons:"
msgstr "La création de la clé d'accès a été annulée pour l'une des raisons suivantes :"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:91
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Passkey has been removed"
msgstr "La clé d'accès a été supprimée"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:69
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Passkey has been updated"
msgstr "La clé d'accès a été mise à jour"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:176
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkey name"
msgstr "Nom de la clé d'accès"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:127
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Passkey Re-Authentication"
msgstr "Ré-authentification par clé d'accès"
-#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx:19
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:137
+#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Passkeys"
msgstr "Clés d'accès"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:157
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkeys allow you to sign in and authenticate using biometrics, password managers, etc."
msgstr "Les clés d'accès vous permettent de vous connecter et de vous authentifier en utilisant des biométries, des gestionnaires de mots de passe, etc."
-#: apps/remix/app/components/forms/signin.tsx:156
+#: apps/remix/app/components/forms/signin.tsx
msgid "Passkeys are not supported on this browser"
msgstr "Les clés d'accès ne sont pas prises en charge sur ce navigateur"
-#: apps/remix/app/components/general/app-command-menu.tsx:66
-#: apps/remix/app/components/forms/signup.tsx:341
-#: apps/remix/app/components/forms/signin.tsx:336
-#: apps/remix/app/components/forms/reset-password.tsx:111
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Password"
msgstr "Mot de passe"
-#: packages/ui/primitives/document-password-dialog.tsx:63
-msgid "Password Required"
-msgstr "Mot de passe requis"
-
-#: packages/email/templates/forgot-password.tsx:19
+#: packages/email/templates/forgot-password.tsx
msgid "Password Reset Requested"
msgstr "Réinitialisation du mot de passe demandée"
-#: packages/email/templates/reset-password.tsx:21
+#: packages/email/templates/reset-password.tsx
msgid "Password Reset Successful"
msgstr "Réinitialisation du mot de passe réussie"
-#: apps/remix/app/components/general/claim-account.tsx:49
-#: apps/remix/app/components/forms/signup.tsx:65
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Password should not be common or based on personal information"
msgstr "Le mot de passe ne doit pas être commun ou basé sur des informations personnelles"
-#: apps/remix/app/components/forms/reset-password.tsx:71
-#: apps/remix/app/components/forms/password.tsx:69
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Password updated"
msgstr "Mot de passe mis à jour"
-#: packages/email/template-components/template-reset-password.tsx:23
+#: packages/email/template-components/template-reset-password.tsx
msgid "Password updated!"
msgstr "Mot de passe mis à jour !"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:47
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
msgid "Pay"
msgstr "Payer"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:90
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Payment is required to finalise the creation of your team."
msgstr "Un paiement est requis pour finaliser la création de votre équipe."
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:81
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:106
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Payment overdue"
msgstr "Paiement en retard"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:76
-#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx:70
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:203
-#: apps/remix/app/components/general/document/document-status.tsx:22
-#: apps/remix/app/components/general/document/document-read-only-fields.tsx:87
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:136
-#: packages/lib/constants/document.ts:15
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-status.tsx
+#: apps/remix/app/components/general/document/document-read-only-fields.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/document.ts
msgid "Pending"
msgstr "En attente"
-#: packages/email/templates/document-pending.tsx:19
+#: packages/email/templates/document-pending.tsx
msgid "Pending Document"
msgstr "Document En Attente"
-#: apps/remix/app/components/general/app-command-menu.tsx:47
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Pending documents"
msgstr "Documents en attente"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:105
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Pending Documents"
msgstr "Documents en attente"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:61
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Pending invitations"
msgstr "Invitations en attente"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:29
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
msgid "Pending team deleted."
msgstr "Équipe en attente supprimée."
-#: apps/remix/app/components/general/menu-switcher.tsx:131
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Personal"
msgstr "Personnel"
-#: apps/remix/app/components/general/menu-switcher.tsx:74
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Personal Account"
msgstr "Compte personnel"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:155
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Pick a number"
msgstr "Choisissez un numéro"
-#: apps/remix/app/components/general/claim-account.tsx:147
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Pick a password"
msgstr "Choisir un mot de passe"
-#: apps/remix/app/components/general/user-profile-timur.tsx:49
+#: apps/remix/app/components/general/user-profile-timur.tsx
msgid "Pick any of the following agreements below and start signing to get started"
msgstr "Choisissez l'un des accords suivants ci-dessous et commencez à signer pour commencer"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:68
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:78
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:83
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Placeholder"
msgstr "Espace réservé"
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:55
+#: packages/email/template-components/template-document-invite.tsx
msgid "Please {0} your document<0/>\"{documentName}\""
msgstr "Veuillez {0} votre document<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:51
+#: packages/email/templates/document-invite.tsx
msgid "Please {action} your document {documentName}"
msgstr "Veuillez {action} votre document {documentName}"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:94
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "Please {recipientActionVerb} this document"
msgstr "Veuillez {recipientActionVerb} ce document"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:108
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "Please {recipientActionVerb} this document created by your direct template"
msgstr "Veuillez {recipientActionVerb} ce document créé par votre modèle direct"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:100
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "Please {recipientActionVerb} your document"
msgstr "Veuillez {recipientActionVerb} votre document"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:208
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
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/remix/app/components/embed/embed-document-waiting-for-turn.tsx:41
+#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
msgid "Please check with the parent application for more information."
msgstr ""
-#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:86
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
msgid "Please check your email for updates."
msgstr "Veuillez vérifier votre e-mail pour des mises à jour."
-#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx:40
+#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx
msgid "Please choose your new password"
msgstr "Veuillez choisir votre nouveau mot de passe"
-#: packages/lib/server-only/auth/send-confirmation-email.ts:68
+#: packages/lib/server-only/auth/send-confirmation-email.ts
msgid "Please confirm your email"
msgstr "Veuillez confirmer votre email"
-#: packages/email/templates/confirm-email.tsx:17
+#: packages/email/templates/confirm-email.tsx
msgid "Please confirm your email address"
msgstr "Veuillez confirmer votre adresse email"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:170
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please contact support if you would like to revert this action."
msgstr "Veuillez contacter le support si vous souhaitez annuler cette action."
-#: apps/remix/app/components/forms/token.tsx:169
+#: apps/remix/app/components/forms/token.tsx
msgid "Please enter a meaningful name for your token. This will help you identify it later."
msgstr "Veuillez entrer un nom significatif pour votre token. Cela vous aidera à l'identifier plus tard."
-#: apps/remix/app/components/general/claim-account.tsx:39
-#: apps/remix/app/components/forms/signup.tsx:46
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Please enter a valid name."
msgstr "Veuiillez entrer un nom valide."
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:192
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please mark as viewed to complete"
msgstr "Veuillez marquer comme vu pour terminer"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:459
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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é."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:124
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please note that this action is <0>irreversible0>."
msgstr "Veuillez noter que cette action est <0>irréversible0>."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:115
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please note that this action is <0>irreversible0>. Once confirmed, this document will be permanently deleted."
msgstr "Veuillez noter que cette action est <0>irréversible0>. Une fois confirmée, ce document sera définitivement supprimé."
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:64
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Please note that this action is irreversible. Once confirmed, your template will be permanently deleted."
msgstr "Veuillez noter que cette action est irréversible. Une fois confirmée, votre modèle sera définitivement supprimé."
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:124
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Please note that this action is irreversible. Once confirmed, your token will be permanently deleted."
msgstr "Veuillez noter que cette action est irréversible. Une fois confirmée, votre token sera définitivement supprimé."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:114
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "Please note that this action is irreversible. Once confirmed, your webhook will be permanently deleted."
msgstr "Veuillez noter que cette action est irréversible. Une fois confirmée, votre webhook sera définitivement supprimé."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:128
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Please note that you will lose access to all documents associated with this team & all the members will be removed and notified"
msgstr "Veuillez noter que vous perdrez l'accès à tous les documents associés à cette équipe et que tous les membres seront supprimés et notifiés"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:36
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
msgid "Please provide a reason"
msgstr "Veuillez fournir une raison"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:122
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Please provide a token from the authenticator, or a backup code. If you do not have a backup code available, please contact support."
msgstr "Veuillez fournir un token de l'authentificateur, ou un code de secours. Si vous n'avez pas de code de secours disponible, veuillez contacter le support."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:129
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
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/remix/app/components/general/document-signing/document-signing-form.tsx:316
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please review the document before signing."
msgstr "Veuillez examiner le document avant de signer."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:501
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Please select a PDF file"
msgstr "Veuillez sélectionner un fichier PDF"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:62
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "Please try again and make sure you enter the correct email address."
msgstr "Veuillez réessayer et assurez-vous d'entrer la bonne adresse email."
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:72
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "Please try again later."
msgstr "Veuillez réessayer plus tard."
-#: packages/ui/primitives/pdf-viewer.tsx:223
-#: packages/ui/primitives/pdf-viewer.tsx:238
+#: packages/ui/primitives/pdf-viewer.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Please try again or contact our support."
msgstr "Veuillez réessayer ou contacter notre support."
#. placeholder {0}: `'${_(deleteMessage)}'`
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:180
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please type {0} to confirm"
msgstr "Veuiillez taper {0} pour confirmer"
#. placeholder {0}: user.email
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:123
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Please type <0>{0}0> to confirm."
msgstr "Veuillez taper <0>{0}0> pour confirmer."
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:171
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Pre-formatted CSV template with example data."
msgstr "Modèle CSV pré-formaté avec des données d'exemple."
-#: apps/remix/app/components/general/app-command-menu.tsx:209
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:58
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:49
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Preferences"
msgstr "Préférences"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:215
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Preview"
msgstr "Aperçu"
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:64
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "Preview and configure template."
msgstr "Aperçu et configurer le modèle."
-#: apps/remix/app/components/tables/templates-table.tsx:119
-#: apps/remix/app/components/general/template/template-type.tsx:22
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/general/template/template-type.tsx
msgid "Private"
msgstr "Privé"
-#: apps/remix/app/components/tables/templates-table.tsx:129
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Private templates can only be modified and viewed by you."
msgstr "Les modèles privés ne peuvent être modifiés et consultés que par vous."
-#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx:20
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:32
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:30
-#: apps/remix/app/components/general/app-command-menu.tsx:65
+#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Profile"
msgstr "Profil"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:193
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Profile is currently <0>hidden0>."
msgstr "Le profil est actuellement <0>caché0>."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:181
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Profile is currently <0>visible0>."
msgstr "Le profil est actuellement <0>visible0>."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:72
-#: apps/remix/app/components/forms/profile.tsx:68
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/forms/profile.tsx
msgid "Profile updated"
msgstr "Profil mis à jour"
-#: apps/remix/app/components/tables/templates-table.tsx:92
-#: apps/remix/app/components/general/template/template-type.tsx:27
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/general/template/template-type.tsx
msgid "Public"
msgstr "Public"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:34
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:45
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:43
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:71
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:62
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Public Profile"
msgstr "Profil public"
-#: apps/remix/app/components/forms/public-profile-form.tsx:145
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Public profile URL"
msgstr "URL du profil public"
-#: apps/remix/app/components/forms/signup.tsx:444
+#: apps/remix/app/components/forms/signup.tsx
msgid "Public profile username"
msgstr "Nom d'utilisateur du profil public"
-#: apps/remix/app/components/tables/templates-table.tsx:96
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Public templates are connected to your public profile. Any modifications to public templates will also appear in your public profile."
msgstr "Les modèles publics sont connectés à votre profil public. Toute modification apportée aux modèles publics apparaîtra également dans votre profil public."
-#: packages/ui/primitives/document-flow/types.ts:57
+#: packages/ui/primitives/document-flow/types.ts
msgid "Radio"
msgstr ""
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:131
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
msgid "Radio values"
msgstr "Valeurs radio"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:162
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:120
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:176
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:146
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:185
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Read only"
msgstr "Lecture seule"
-#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx:144
+#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx
msgid "Read only field"
msgstr "Champ en lecture seule"
-#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx:23
+#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx
msgid "Read the full <0>signature disclosure0>."
msgstr "Lisez l'intégralité de la <0>divulgation de signature0>."
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:105
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Ready"
msgstr "Prêt"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:297
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Reason"
msgstr "Raison"
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:151
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Reason for rejection: "
msgstr ""
-#: packages/email/template-components/template-document-rejected.tsx:32
+#: packages/email/template-components/template-document-rejected.tsx
msgid "Reason for rejection: {rejectionReason}"
msgstr "Raison du rejet : {rejectionReason}"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:37
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
msgid "Reason must be less than 500 characters"
msgstr "La raison doit contenir moins de 500 caractères"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx:62
+#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx
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:96
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Receives copy"
msgstr "Recevoir une copie"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:160
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:54
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "Recent activity"
msgstr "Activité récente"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:39
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Recent documents"
msgstr "Documents récents"
-#: apps/remix/app/components/tables/documents-table.tsx:62
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:112
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:281
-#: packages/lib/utils/document-audit-logs.ts:357
-#: packages/lib/utils/document-audit-logs.ts:372
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/lib/utils/document-audit-logs.ts
+#: packages/lib/utils/document-audit-logs.ts
msgid "Recipient"
msgstr "Destinataire"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:335
-#: packages/ui/primitives/document-flow/add-settings.tsx:267
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:38
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "Recipient action authentication"
msgstr "Authentification d'action de destinataire"
-#: packages/ui/components/document/document-email-checkboxes.tsx:126
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Recipient removed email"
msgstr "E-mail de destinataire supprimé"
-#: packages/ui/components/document/document-email-checkboxes.tsx:50
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Recipient signed email"
msgstr "E-mail signé par le destinataire"
-#: packages/ui/components/document/document-email-checkboxes.tsx:88
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Recipient signing request email"
msgstr "E-mail de demande de signature de destinataire"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:110
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Recipient updated"
msgstr "Destinataire mis à jour"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:144
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:132
-#: apps/remix/app/components/general/template/template-page-view-recipients.tsx:30
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:48
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Recipients"
msgstr "Destinataires"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:118
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Recipients metrics"
msgstr "Métriques des destinataires"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:160
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Recipients will still retain their copy of the document"
msgstr "Les destinataires conservent toujours leur copie du document"
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:26
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "Recovery code copied"
msgstr "Code de récupération copié"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:116
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Recovery codes"
msgstr "Codes de récupération"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:541
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Red"
msgstr "Rouge"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:505
-#: packages/ui/primitives/document-flow/add-settings.tsx:381
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Redirect URL"
msgstr "URL de redirection"
-#: apps/remix/app/components/general/claim-account.tsx:79
-#: apps/remix/app/components/forms/signup.tsx:136
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Registration Successful"
msgstr "Inscription réussie"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:116
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:123
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:169
-#: packages/email/template-components/template-document-invite.tsx:98
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Reject Document"
msgstr "Rejeter le Document"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:99
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:146
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Rejected"
msgstr "Rejeté"
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:22
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "Rejection Confirmed"
msgstr "Rejet Confirmé"
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:34
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "Rejection reason: {reason}"
msgstr "Motif du rejet : {reason}"
-#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx:29
+#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx
msgid "Remembered your password? <0>Sign In0>"
msgstr "Vous vous souvenez de votre mot de passe ? <0>Connectez-vous0>"
#. placeholder {0}: customEmail.subject
-#: packages/lib/server-only/document/resend-document.tsx:192
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: {0}"
msgstr "Rappel : {0}"
#. placeholder {0}: document.team.name
-#: packages/lib/server-only/document/resend-document.tsx:132
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: {0} invited you to {recipientActionVerb} a document"
msgstr "Rappel : {0} vous a invité à {recipientActionVerb} un document"
-#: packages/lib/server-only/document/resend-document.tsx:121
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: Please {recipientActionVerb} this document"
msgstr "Rappel : Veuillez {recipientActionVerb} ce document"
-#: packages/lib/server-only/document/resend-document.tsx:127
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: Please {recipientActionVerb} your document"
msgstr "Rappel : Veuillez {recipientActionVerb} votre document"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:55
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:152
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:160
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:187
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:88
-#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx:156
-#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx:180
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:249
-#: apps/remix/app/components/forms/avatar-image.tsx:162
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:431
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:216
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:156
-#: packages/ui/primitives/document-flow/add-fields.tsx:1123
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Remove"
msgstr "Retirer"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:105
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Remove team email"
msgstr "Supprimer l'adresse e-mail de l'équipe"
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:149
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
msgid "Remove team member"
msgstr "Supprimer le membre de l'équipe"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:69
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Renews: {formattedDate}"
msgstr "Renouvelle : {formattedDate}"
-#: apps/remix/app/components/forms/reset-password.tsx:127
-#: apps/remix/app/components/forms/password.tsx:141
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Repeat Password"
msgstr "Répéter le mot de passe"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:245
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Request transfer"
msgstr "Demander le transfert"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:152
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:110
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:166
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:136
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:175
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Required field"
msgstr "Champ requis"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:110
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Reseal document"
msgstr "Rescellage du document"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:148
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:116
-#: packages/ui/primitives/document-flow/add-subject.tsx:79
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Resend"
msgstr "Renvoyer"
-#: apps/remix/app/components/general/verify-email-banner.tsx:132
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Resend Confirmation Email"
msgstr "Renvoyer l'e-mail de confirmation"
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:66
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
msgid "Resend verification"
msgstr "Renvoyer la vérification"
-#: apps/remix/app/components/forms/team-update-form.tsx:161
-#: apps/remix/app/components/forms/public-profile-form.tsx:266
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Reset"
msgstr "Réinitialiser"
-#: apps/remix/app/components/forms/forgot-password.tsx:54
+#: apps/remix/app/components/forms/forgot-password.tsx
msgid "Reset email sent"
msgstr "E-mail de réinitialisation envoyé"
-#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx:36
-#: apps/remix/app/components/forms/reset-password.tsx:139
-#: apps/remix/app/components/forms/forgot-password.tsx:89
-#: packages/email/template-components/template-forgot-password.tsx:33
+#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/forgot-password.tsx
+#: packages/email/template-components/template-forgot-password.tsx
msgid "Reset Password"
msgstr "Réinitialiser le mot de passe"
-#: apps/remix/app/components/forms/reset-password.tsx:139
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Resetting Password..."
msgstr "Réinitialisation du mot de passe..."
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:98
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Resolve"
msgstr "Résoudre"
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:131
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Resolve payment"
msgstr "Résoudre le paiement"
-#: packages/ui/components/document/document-share-button.tsx:146
+#: packages/ui/components/document/document-share-button.tsx
msgid "Rest assured, your document is strictly confidential and will never be shared. Only your signing experience will be highlighted. Share your personalized signing card to showcase your signature!"
msgstr "Soyez assuré, votre document eststrictement confidentiel et ne sera jamais partagé. Seule votre expérience de signature sera mise en avant. Partagez votre carte de signature personnalisée pour mettre en valeur votre signature !"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:122
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Retention of Documents"
msgstr "Conservation des documents"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:169
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Retry"
msgstr "Réessayer"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:87
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:110
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:109
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:104
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Return"
msgstr "Retour"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:153
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Return to Dashboard"
msgstr "Retour au tableau de bord"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:159
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Return to Home"
msgstr "Retour à l'accueil"
-#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx:29
-#: apps/remix/app/routes/_unauthenticated+/check-email.tsx:29
+#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx
+#: apps/remix/app/routes/_unauthenticated+/check-email.tsx
msgid "Return to sign in"
msgstr "Retour à la connexion"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:117
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Revoke"
msgstr "Révoquer"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:86
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Revoke access"
msgstr "Révoquer l'accès"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:79
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:90
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:117
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:284
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:162
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:314
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Role"
msgstr "Rôle"
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:131
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:73
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Roles"
msgstr "Rôles"
-#: packages/ui/primitives/data-table-pagination.tsx:55
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "Rows per page"
msgstr "Lignes par page"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:373
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:358
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:304
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:311
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:446
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:320
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Save"
msgstr "Sauvegarder"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:979
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
msgid "Save Template"
msgstr "Sauvegarder le modèle"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:63
-#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx:57
-#: apps/remix/app/components/tables/documents-table-sender-filter.tsx:58
-#: apps/remix/app/components/general/app-nav-desktop.tsx:84
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx
+#: apps/remix/app/components/tables/documents-table-sender-filter.tsx
+#: apps/remix/app/components/general/app-nav-desktop.tsx
msgid "Search"
msgstr "Recherche"
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:141
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
msgid "Search by document title"
msgstr "Recherche par titre de document"
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:172
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:141
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Search by name or email"
msgstr "Recherche par nom ou e-mail"
-#: apps/remix/app/components/general/document/document-search.tsx:39
+#: apps/remix/app/components/general/document/document-search.tsx
msgid "Search documents..."
msgstr "Rechercher des documents..."
-#: packages/ui/components/common/language-switcher-dialog.tsx:41
+#: packages/ui/components/common/language-switcher-dialog.tsx
msgid "Search languages..."
msgstr "Rechercher des langues..."
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:185
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:210
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Secret"
msgstr "Secret"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:67
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:71
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:69
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
msgid "Security"
msgstr "Sécurité"
-#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx:18
+#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx
msgid "Security activity"
msgstr "Activité de sécurité"
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:193
-#: packages/ui/primitives/document-flow/types.ts:59
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:114
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Select"
msgstr "Sélectionner"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:114
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:84
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Select a team"
msgstr "Sélectionner une équipe"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:78
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Select a team to move this document to. This action cannot be undone."
msgstr "Sélectionnez une équipe pour déplacer ce document. Cette action ne peut pas être annulée."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:108
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Select a team to move this template to. This action cannot be undone."
msgstr "Sélectionnez une équipe pour déplacer ce modèle. Cette action ne peut pas être annulée."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:258
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Select a template you'd like to display on your public profile"
msgstr "Sélectionnez un modèle que vous souhaitez afficher sur votre profil public"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:254
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Select a template you'd like to display on your team's public profile"
msgstr "Sélectionnez un modèle que vous souhaitez afficher sur le profil public de votre équipe"
-#: packages/ui/primitives/combobox.tsx:39
+#: packages/ui/primitives/combobox.tsx
msgid "Select an option"
msgstr "Sélectionner une option"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:138
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Select at least"
msgstr "Sélectionnez au moins"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:104
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Select default option"
msgstr "Sélectionner l'option par défaut"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:223
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Select passkey"
msgstr "Sélectionner la clé d'authentification"
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:34
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:64
-#: packages/ui/primitives/document-flow/add-subject.tsx:77
-#: packages/ui/primitives/document-flow/add-subject.tsx:80
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Send"
msgstr "Envoyer"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:92
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "Send confirmation email"
msgstr "Envoyer l'e-mail de confirmation"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:334
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Send document"
msgstr "Envoyer le document"
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:41
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
msgid "Send Document"
msgstr "Envoyer le document"
-#: packages/ui/components/document/document-email-checkboxes.tsx:193
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document completed email"
msgstr "Envoyer l'e-mail de document complété"
-#: packages/ui/components/document/document-email-checkboxes.tsx:269
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document completed email to the owner"
msgstr "Envoyer l'e-mail de document complété au propriétaire"
-#: packages/ui/components/document/document-email-checkboxes.tsx:231
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document deleted email"
msgstr "Envoyer l'e-mail de document supprimé"
-#: packages/ui/components/document/document-email-checkboxes.tsx:154
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document pending email"
msgstr "Envoyer l'e-mail de document en attente"
-#: packages/email/templates/confirm-team-email.tsx:102
+#: packages/email/templates/confirm-team-email.tsx
msgid "Send documents on behalf of the team using the email address"
msgstr "Envoyer des documents au nom de l'équipe en utilisant l'adresse e-mail"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:252
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Send documents to recipients immediately"
msgstr "Envoyer les documents aux destinataires immédiatement"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:199
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Send on Behalf of Team"
msgstr "Envoyer au nom de l'équipe"
-#: packages/ui/components/document/document-email-checkboxes.tsx:116
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send recipient removed email"
msgstr "Envoyer l'e-mail de destinataire supprimé"
-#: packages/ui/components/document/document-email-checkboxes.tsx:40
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send recipient signed email"
msgstr "Envoyer l'e-mail signé par le destinataire"
-#: packages/ui/components/document/document-email-checkboxes.tsx:78
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send recipient signing request email"
msgstr "Envoyer l'e-mail de demande de signature de destinataire"
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:188
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Send reminder"
msgstr "Envoyer un rappel"
-#: apps/remix/app/components/tables/documents-table.tsx:58
+#: apps/remix/app/components/tables/documents-table.tsx
msgid "Sender"
msgstr "Expéditeur"
-#: apps/remix/app/components/forms/forgot-password.tsx:89
+#: apps/remix/app/components/forms/forgot-password.tsx
msgid "Sending Reset Email..."
msgstr "Envoi de l'e-mail de réinitialisation..."
-#: apps/remix/app/components/general/verify-email-banner.tsx:132
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Sending..."
msgstr "Envoi..."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:264
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:100
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Sent"
msgstr "Envoyé"
-#: apps/remix/app/components/general/claim-account.tsx:144
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Set a password"
msgstr "Définir un mot de passe"
-#: apps/remix/app/routes/_authenticated+/settings+/_layout.tsx:16
-#: apps/remix/app/components/general/app-nav-mobile.tsx:43
-#: apps/remix/app/components/general/app-command-menu.tsx:61
-#: apps/remix/app/components/general/app-command-menu.tsx:206
+#: apps/remix/app/routes/_authenticated+/settings+/_layout.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Settings"
msgstr "Paramètres"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:197
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Setup"
msgstr "Configuration"
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:179
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:148
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Share"
msgstr "Partager"
-#: packages/ui/components/document/document-share-button.tsx:134
+#: packages/ui/components/document/document-share-button.tsx
msgid "Share Signature Card"
msgstr "Partager la carte de signature"
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:205
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:175
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Share Signing Card"
msgstr "Partager la carte de signature"
-#: packages/lib/constants/template.ts:16
+#: packages/lib/constants/template.ts
msgid "Share the Link"
msgstr "Partager le lien"
-#: packages/ui/components/document/document-share-button.tsx:142
+#: packages/ui/components/document/document-share-button.tsx
msgid "Share your signing experience!"
msgstr "Partagez votre expérience de signature !"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:172
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Show"
msgstr "Afficher"
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:111
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Show additional information"
msgstr "Afficher des informations supplémentaires"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:723
-#: packages/ui/primitives/document-flow/add-signers.tsx:710
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Show advanced settings"
msgstr "Afficher les paramètres avancés"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:37
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Show templates in your public profile for your audience to sign and get started quickly"
msgstr "Afficher des modèles dans votre profil public pour que votre audience puisse signer et commencer rapidement"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:44
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Show templates in your team public profile for your audience to sign and get started quickly"
msgstr "Afficher des modèles dans le profil public de votre équipe pour que votre audience puisse signer et commencer rapidement"
-#: apps/remix/app/routes/_profile+/p.$url.tsx:189
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:128
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:112
-#: apps/remix/app/components/general/user-profile-timur.tsx:77
-#: apps/remix/app/components/general/user-profile-skeleton.tsx:73
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:323
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:243
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:142
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:221
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:179
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:83
-#: packages/lib/constants/recipient-roles.ts:21
+#: apps/remix/app/routes/_profile+/p.$url.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/user-profile-timur.tsx
+#: apps/remix/app/components/general/user-profile-skeleton.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Sign"
msgstr "Signer"
#. placeholder {0}: recipient.name
#. placeholder {1}: recipient.email
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:272
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "Sign as {0} <0>({1})0>"
msgstr "Signer comme {0} <0>({1})0>"
#. placeholder {0}: recipient.name
#. placeholder {1}: recipient.email
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:202
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
msgid "Sign as<0>{0} <1>({1})1>0>"
msgstr "Signer comme<0>{0} <1>({1})1>0>"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:301
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:358
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Sign document"
msgstr "Signer le document"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:184
-#: packages/email/template-components/template-document-invite.tsx:106
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Sign Document"
msgstr "Signer le document"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx:59
+#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx
msgid "Sign field"
msgstr "Champ de signature"
-#: apps/remix/app/components/forms/signup.tsx:359
+#: apps/remix/app/components/forms/signup.tsx
msgid "Sign Here"
msgstr "Signer ici"
-#: apps/remix/app/components/forms/signin.tsx:363
-#: apps/remix/app/components/forms/signin.tsx:488
-#: packages/email/template-components/template-reset-password.tsx:35
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: packages/email/template-components/template-reset-password.tsx
msgid "Sign In"
msgstr "Se connecter"
-#: apps/remix/app/routes/_unauthenticated+/signin.tsx:47
+#: apps/remix/app/routes/_unauthenticated+/signin.tsx
msgid "Sign in to your account"
msgstr "Connectez-vous à votre compte"
-#: apps/remix/app/components/general/menu-switcher.tsx:282
-#: apps/remix/app/components/general/app-nav-mobile.tsx:76
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
msgid "Sign Out"
msgstr "Déconnexion"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:326
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:379
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Sign the document to complete the process."
msgstr "Signez le document pour terminer le processus."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:63
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
msgid "Sign up"
msgstr "S'inscrire"
-#: apps/remix/app/components/forms/signup.tsx:398
+#: apps/remix/app/components/forms/signup.tsx
msgid "Sign Up with Google"
msgstr "S'inscrire avec Google"
-#: apps/remix/app/components/forms/signup.tsx:414
+#: apps/remix/app/components/forms/signup.tsx
msgid "Sign Up with OIDC"
msgstr "S'inscrire avec OIDC"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:185
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:80
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:245
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:280
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:342
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:335
-#: apps/remix/app/components/forms/profile.tsx:118
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:423
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:420
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:711
-#: packages/ui/primitives/document-flow/types.ts:49
-#: packages/ui/primitives/document-flow/field-icon.tsx:44
-#: packages/ui/primitives/document-flow/add-fields.tsx:836
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/field-icon.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Signature"
msgstr "Signature"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:236
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signature ID"
msgstr "ID de signature"
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:297
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:366
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:449
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:446
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Signature is too small. Please provide a more complete signature."
msgstr "La signature est trop petite. Veuillez fournir une signature plus grande."
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:139
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Signatures Collected"
msgstr "Signatures collectées"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:221
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Signatures will appear once the document has been completed"
msgstr "Les signatures apparaîtront une fois le document complété"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:286
-#: apps/remix/app/components/general/document/document-read-only-fields.tsx:82
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:113
-#: packages/lib/constants/recipient-roles.ts:22
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/general/document/document-read-only-fields.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Signed"
msgstr "Signé"
-#: packages/lib/constants/recipient-roles.ts:24
+#: packages/lib/constants/recipient-roles.ts
msgid "Signer"
msgstr "Signataire"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:184
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signer Events"
msgstr "Événements de signataire"
-#: packages/lib/constants/recipient-roles.ts:25
+#: packages/lib/constants/recipient-roles.ts
msgid "Signers"
msgstr "Signataires"
-#: packages/ui/primitives/document-flow/add-signers.types.ts:36
+#: packages/ui/primitives/document-flow/add-signers.types.ts
msgid "Signers must have unique emails"
msgstr "Les signataires doivent avoir des e-mails uniques"
-#: packages/lib/constants/recipient-roles.ts:23
+#: packages/lib/constants/recipient-roles.ts
msgid "Signing"
msgstr "Signature en cours"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:176
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signing Certificate"
msgstr "Certificat de signature"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:319
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signing certificate provided by"
msgstr "Certificat de signature fourni par"
-#: packages/lib/server-only/document/send-completed-email.ts:120
-#: packages/lib/server-only/document/send-completed-email.ts:200
+#: packages/lib/server-only/document/send-completed-email.ts
+#: packages/lib/server-only/document/send-completed-email.ts
msgid "Signing Complete!"
msgstr "Signature Complète !"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:339
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Signing for"
msgstr ""
-#: apps/remix/app/components/forms/signin.tsx:363
-#: apps/remix/app/components/forms/signin.tsx:488
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
msgid "Signing in..."
msgstr "Connexion en cours..."
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:189
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:160
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Signing Links"
msgstr "Liens de signature"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:301
+#: apps/remix/app/components/general/document/document-edit-form.tsx
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/template-flow/add-template-placeholder-recipients.tsx:340
-#: packages/ui/primitives/document-flow/add-signers.tsx:278
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Signing order is enabled."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/leaderboard.tsx:52
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/leaderboard.tsx
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
msgid "Signing Volume"
msgstr "Volume de signatures"
-#: apps/remix/app/components/forms/signup.tsx:71
+#: apps/remix/app/components/forms/signup.tsx
msgid "Signups are disabled."
msgstr "Les inscriptions sont désactivées."
#. placeholder {0}: DateTime.fromJSDate(publicProfile.badge.since).toFormat('LLL ‘yy')
-#: apps/remix/app/routes/_profile+/p.$url.tsx:106
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "Since {0}"
msgstr "Depuis {0}"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:107
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Site Banner"
msgstr "Bannière du site"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:100
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:111
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Site Settings"
msgstr "Paramètres du site"
-#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx:32
+#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx
msgid "Some signers have not been assigned a signature field. Please assign at least 1 signature field to each signer before proceeding."
msgstr "Certains signataires n'ont pas été assignés à un champ de signature. Veuillez assigner au moins 1 champ de signature à chaque signataire avant de continuer."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:56
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:88
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:133
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:34
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:62
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:79
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:76
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:98
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:95
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:73
-#: apps/remix/app/components/general/billing-portal-button.tsx:35
-#: apps/remix/app/components/general/billing-plans.tsx:62
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:52
-#: apps/remix/app/components/general/teams/team-invitations.tsx:132
-#: apps/remix/app/components/general/teams/team-invitations.tsx:169
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:43
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:38
-#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx:28
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:34
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:44
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:94
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:63
-#: apps/remix/app/components/general/document/document-certificate-download-button.tsx:65
-#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx:62
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:24
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:119
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:106
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:167
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:260
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:103
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:128
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:153
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:47
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:71
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:206
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:61
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:80
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:51
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:100
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:103
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:76
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:69
-#: packages/ui/components/document/document-share-button.tsx:50
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/billing-portal-button.tsx
+#: apps/remix/app/components/general/billing-plans.tsx
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: apps/remix/app/components/general/document/document-certificate-download-button.tsx
+#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
+#: packages/ui/components/document/document-share-button.tsx
msgid "Something went wrong"
msgstr "Quelque chose a mal tourné"
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:125
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Something went wrong while attempting to transfer the ownership of team <0>{0}0> to your. Please try again later or contact support."
msgstr "Quelque chose a mal tourné lors de la tentative de transfert de la propriété de l'équipe <0>{0}0> à vous. Veuillez réessayer plus tard ou contacter le support."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:148
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Something went wrong while attempting to verify your email address for <0>{0}0>. Please try again later."
msgstr "Quelque chose a mal tourné lors de la tentative de vérification de votre adresse e-mail pour <0>{0}0>. Veuillez réessayer plus tard."
-#: packages/ui/primitives/pdf-viewer.tsx:220
-#: packages/ui/primitives/pdf-viewer.tsx:235
+#: packages/ui/primitives/pdf-viewer.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Something went wrong while loading the document."
msgstr "Une erreur s'est produite lors du chargement du document."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:159
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Something went wrong while loading your passkeys."
msgstr "Quelque chose a mal tourné lors du chargement de vos clés d'authentification."
-#: apps/remix/app/components/general/verify-email-banner.tsx:57
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Something went wrong while sending the confirmation email."
msgstr "Quelque chose a mal tourné lors de l'envoi de l'e-mail de confirmation."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:94
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Something went wrong while updating the team billing subscription, please contact support."
msgstr "Quelque chose a mal tourné lors de la mise à jour de l'abonnement de l'équipe, veuillez contacter le support."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:107
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Something went wrong!"
msgstr "Quelque chose a mal tourné !"
-#: packages/ui/primitives/data-table.tsx:134
+#: packages/ui/primitives/data-table.tsx
msgid "Something went wrong."
msgstr "Quelque chose a mal tourné."
-#: apps/remix/app/components/forms/token.tsx:137
+#: apps/remix/app/components/forms/token.tsx
msgid "Something went wrong. Please try again later."
msgstr "Quelque chose a mal tourné. Veuillez réessayer plus tard."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:163
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:239
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Something went wrong. Please try again or contact support."
msgstr "Quelque chose a mal tourné. Veuillez réessayer ou contacter le support."
-#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx:64
+#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx
msgid "Sorry, we were unable to download the audit logs. Please try again later."
msgstr "Désolé, nous n'avons pas pu télécharger les journaux d'audit. Veuillez réessayer plus tard."
-#: apps/remix/app/components/general/document/document-certificate-download-button.tsx:67
+#: apps/remix/app/components/general/document/document-certificate-download-button.tsx
msgid "Sorry, we were unable to download the certificate. Please try again later."
msgstr "Désolé, nous n'avons pas pu télécharger le certificat. Veuillez réessayer plus tard."
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:130
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Source"
msgstr "Source"
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:41
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Stats"
msgstr "Statistiques"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:98
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:36
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:76
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:73
-#: apps/remix/app/components/tables/documents-table.tsx:72
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:122
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Status"
msgstr "Statut"
-#: packages/ui/primitives/document-flow/document-flow-root.tsx:106
+#: packages/ui/primitives/document-flow/document-flow-root.tsx
msgid "Step <0>{step} of {maxStep}0>"
msgstr "Étape <0>{step} sur {maxStep}0>"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:362
-#: packages/ui/primitives/document-flow/add-subject.tsx:138
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Subject <0>(Optional)0>"
msgstr "Objet <0>(Optionnel)0>"
-#: packages/ui/primitives/document-password-dialog.tsx:98
-msgid "Submit"
-msgstr "Soumettre"
-
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:299
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Submitting..."
msgstr ""
-#: apps/remix/app/components/general/billing-plans.tsx:129
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Subscribe"
msgstr ""
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:78
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Subscription"
msgstr "Abonnement"
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:83
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Subscriptions"
msgstr "Abonnements"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:54
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:28
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:56
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:73
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:68
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:90
-#: apps/remix/app/components/general/verify-email-banner.tsx:46
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:41
-#: apps/remix/app/components/general/teams/team-invitations.tsx:125
-#: apps/remix/app/components/general/teams/team-invitations.tsx:162
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:36
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:31
-#: apps/remix/app/components/forms/team-update-form.tsx:65
-#: apps/remix/app/components/forms/public-profile-form.tsx:79
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:119
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:144
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:94
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:106
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:91
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:146
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:48
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:48
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:76
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:54
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:73
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:76
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:70
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:87
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:131
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:167
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/general/verify-email-banner.tsx
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Success"
msgstr "Succès"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:86
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Successfully created passkey"
msgstr "Clé d'authentification créée avec succès"
-#: packages/email/templates/bulk-send-complete.tsx:52
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Successfully created: {successCount}"
msgstr "Créés avec succès : {successCount}"
-#: packages/email/templates/bulk-send-complete.tsx:44
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Summary:"
msgstr "Résumé :"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:53
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "System Requirements"
msgstr "Exigences du système"
-#: apps/remix/app/components/general/app-command-menu.tsx:262
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "System Theme"
msgstr "Thème système"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx:60
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:62
+#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
msgid "Team"
msgstr "Équipe"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/delete-team.ts:124
+#: packages/lib/server-only/team/delete-team.ts
msgid "Team \"{0}\" has been deleted on Documenso"
msgstr "L'équipe \"{0}\" a été supprimée sur Documenso"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:86
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Team checkout"
msgstr "Vérification de l'équipe"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:65
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:144
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Team email"
msgstr "Adresse e-mail de l'équipe"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:57
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Team Email"
msgstr "E-mail d'équipe"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:122
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Team email already verified!"
msgstr "E-mail d'équipe déjà vérifié !"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:55
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Team email has been removed"
msgstr "L'adresse e-mail de l'équipe a été supprimée"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/delete-team-email.ts:105
+#: packages/lib/server-only/team/delete-team-email.ts
msgid "Team email has been revoked for {0}"
msgstr "L'email d'équipe a été révoqué pour {0}"
-#: packages/email/templates/team-email-removed.tsx:60
+#: packages/email/templates/team-email-removed.tsx
msgid "Team email removed"
msgstr "Email d'équipe supprimé"
-#: packages/email/templates/team-email-removed.tsx:30
+#: packages/email/templates/team-email-removed.tsx
msgid "Team email removed for {teamName} on Documenso"
msgstr "Email d'équipe supprimé pour {teamName} sur Documenso"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:144
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Team email verification"
msgstr "Vérification de l'e-mail de l'équipe"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:160
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Team email verified!"
msgstr "E-mail de l'équipe vérifié !"
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:77
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "Team email was updated."
msgstr "L'e-mail de l'équipe a été mis à jour."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:121
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:116
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Team invitation"
msgstr "Invitation d'équipe"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:147
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Team invitations have been sent."
msgstr "Les invitations d'équipe ont été envoyées."
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:71
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:103
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Team Member"
msgstr "Membre de l'équipe"
-#: apps/remix/app/components/forms/team-update-form.tsx:110
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:165
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Team Name"
msgstr "Nom de l'équipe"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:61
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "Team not found"
msgstr ""
-#: apps/remix/app/components/tables/templates-table.tsx:119
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Team Only"
msgstr "Équipe uniquement"
-#: apps/remix/app/components/tables/templates-table.tsx:124
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Team only templates are not linked anywhere and are visible only to your team."
msgstr "Les modèles uniquement pour l'équipe ne sont liés nulle part et ne sont visibles que pour votre équipe."
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:121
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Team ownership transfer"
msgstr "Transfert de propriété d'équipe"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:99
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Team ownership transfer already completed!"
msgstr "Le transfert de propriété de l'équipe a déjà été effectué !"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:137
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Team ownership transferred!"
msgstr "Propriété de l'équipe transférée !"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:31
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Team Preferences"
msgstr "Préférences de l'équipe"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:41
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Team Public Profile"
msgstr "Profil public de l'équipe"
-#: apps/remix/app/components/general/menu-switcher.tsx:266
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Team settings"
msgstr "Paramètres de l'équipe"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._layout.tsx:39
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._layout.tsx
msgid "Team Settings"
msgstr "Paramètres de l'équipe"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:43
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Team templates"
msgstr "Modèles d'équipe"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:76
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "Team transfer in progress"
msgstr "Transfert d'équipe en cours"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:74
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "Team transfer request expired"
msgstr "Demande de transfert d'équipe expirée"
-#: apps/remix/app/components/forms/team-update-form.tsx:126
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:195
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Team URL"
msgstr "URL de l'équipe"
-#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx:22
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:58
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:56
-#: apps/remix/app/components/general/menu-switcher.tsx:155
-#: apps/remix/app/components/general/app-nav-mobile.tsx:39
+#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
msgid "Teams"
msgstr "Équipes"
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:82
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Teams restricted"
msgstr "Équipes restreintes"
-#: apps/remix/app/routes/_authenticated+/templates.$id.edit.tsx:71
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:166
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:37
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:140
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:220
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:406
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:268
+#: apps/remix/app/routes/_authenticated+/templates.$id.edit.tsx
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Template"
msgstr "Modèle"
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:38
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Template deleted"
msgstr "Modèle supprimé"
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:59
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "Template document uploaded"
msgstr "Document modèle téléchargé"
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:35
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Template duplicated"
msgstr "Modèle dupliqué"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:132
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Template has been removed from your public profile."
msgstr "Le modèle a été retiré de votre profil public."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:168
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Template has been updated."
msgstr "Le modèle a été mis à jour."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:65
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Template moved"
msgstr "Modèle déplacé"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:78
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Template not found or already associated with a team."
msgstr "Modèle introuvable ou déjà associé à une équipe."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:206
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Template saved"
msgstr "Modèle enregistré"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:165
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Template title"
msgstr "Titre du modèle"
-#: apps/remix/app/routes/_authenticated+/templates._index.tsx:56
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:102
-#: apps/remix/app/components/general/app-nav-mobile.tsx:35
-#: apps/remix/app/components/general/app-nav-desktop.tsx:21
-#: apps/remix/app/components/general/app-command-menu.tsx:203
+#: apps/remix/app/routes/_authenticated+/templates._index.tsx
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
+#: apps/remix/app/components/general/app-nav-desktop.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Templates"
msgstr "Modèles"
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:98
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
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/remix/app/components/general/document-signing/document-signing-text-field.tsx:270
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:299
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:841
-#: packages/ui/primitives/document-flow/types.ts:52
-#: packages/ui/primitives/document-flow/add-fields.tsx:966
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Text"
msgstr "Texte"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:125
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:139
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx:62
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx:57
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx:62
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx:80
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx
msgid "Text Align"
msgstr "Alignement du texte"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:171
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Text Color"
msgstr "Couleur du texte"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:20
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Thank you for using Documenso to perform your electronic document signing. The purpose of this disclosure is to inform you about the process, legality, and your rights regarding the use of electronic signatures on our platform. By opting to use an electronic signature, you are agreeing to the terms and conditions outlined below."
msgstr "Merci d'utiliser Documenso pour signer vos documents électroniquement. L'objectif de cette divulgation est de vous informer sur le processus, la légalité et vos droits concernant l'utilisation des signatures électroniques sur notre plateforme. En choisissant d'utiliser une signature électronique, vous acceptez les termes et conditions énoncés ci-dessous."
-#: packages/email/template-components/template-forgot-password.tsx:25
+#: packages/email/template-components/template-forgot-password.tsx
msgid "That's okay, it happens! Click the button below to reset your password."
msgstr "C'est d'accord, cela arrive ! Cliquez sur le bouton ci-dessous pour réinitialiser votre mot de passe."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:50
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "The account has been deleted successfully."
msgstr "Le compte a été supprimé avec succès."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:50
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "The account has been disabled successfully."
msgstr "Le compte a été désactivé avec succès."
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:47
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "The account has been enabled successfully."
msgstr "Le compte a été activé avec succès."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:43
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "The authentication required for recipients to sign fields"
msgstr "L'authentification requise pour que les destinataires signent des champs"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:67
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "The authentication required for recipients to sign the signature field."
msgstr "L'authentification requise pour que les destinataires signent le champ de signature."
-#: packages/ui/components/document/document-global-auth-access-select.tsx:66
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "The authentication required for recipients to view the document."
msgstr "L'authentification requise pour que les destinataires visualisent le document."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:202
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "The content to show in the banner, HTML is allowed"
msgstr "Le contenu à afficher dans la bannière, le HTML est autorisé"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:72
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:31
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:166
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "The direct link has been copied to your clipboard"
msgstr "Le lien direct a été copié dans votre presse-papiers"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:46
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "The document has been successfully moved to the selected team."
msgstr "Le document a été déplacé avec succès vers l'équipe sélectionnée."
-#: apps/remix/app/components/embed/embed-document-completed.tsx:30
+#: apps/remix/app/components/embed/embed-document-completed.tsx
msgid "The document is now completed, please follow any instructions provided within the parent application."
msgstr "Le document est maintenant complet, veuillez suivre toutes les instructions fournies dans l'application parente."
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:39
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "The document owner has been notified of this rejection. No further action is required from you at this time. The document owner may contact you with any questions regarding this rejection."
msgstr "Le propriétaire du document a été informé de ce rejet. Aucune action supplémentaire n'est requise de votre part pour le moment. Le propriétaire du document peut vous contacter pour toute question concernant ce rejet."
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:106
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:21
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
msgid "The document owner has been notified of your decision. They may contact you with further instructions if necessary."
msgstr "Le propriétaire du document a été informé de votre décision. Il peut vous contacter pour des instructions supplémentaires si nécessaire."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:192
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "The document was created but could not be sent to recipients."
msgstr "Le document a été créé mais n'a pas pu être envoyé aux destinataires."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:157
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "The document will be hidden from your account"
msgstr "Le document sera caché de votre compte"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:342
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "The document will be immediately sent to recipients if this is checked."
msgstr "Le document sera immédiatement envoyé aux destinataires si cela est coché."
-#: packages/ui/components/document/document-send-email-message-helper.tsx:29
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "The document's name"
msgstr "Le nom du document"
-#: apps/remix/app/components/forms/signin.tsx:242
+#: apps/remix/app/components/forms/signin.tsx
msgid "The email or password provided is incorrect"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:172
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:196
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "The events that will trigger a webhook to be sent to your URL."
msgstr "Les événements qui déclencheront un webhook à envoyer à votre URL."
-#: packages/email/templates/bulk-send-complete.tsx:62
+#: packages/email/templates/bulk-send-complete.tsx
msgid "The following errors occurred:"
msgstr "Les erreurs suivantes se sont produites :"
-#: packages/email/templates/team-delete.tsx:37
+#: packages/email/templates/team-delete.tsx
msgid "The following team has been deleted by its owner. You will no longer be able to access this team and its documents"
msgstr "L'équipe suivante a été supprimée par son propriétaire. Vous ne pourrez plus accéder à cette équipe et à ses documents"
-#: packages/email/templates/team-delete.tsx:36
+#: packages/email/templates/team-delete.tsx
msgid "The following team has been deleted by you"
msgstr "L'équipe suivante a été supprimée par vous"
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:141
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "The ownership of team <0>{0}0> has been successfully transferred to you."
msgstr "La propriété de l'équipe <0>{0}0> a été transférée avec succès à vous."
-#: apps/remix/app/components/general/generic-error-layout.tsx:43
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "The page you are looking for was moved, removed, renamed or might never have existed."
msgstr "La page que vous recherchez a été déplacée, supprimée, renommée ou n'a peut-être jamais existé."
-#: packages/ui/primitives/document-password-dialog.tsx:53
-msgid "The password you have entered is incorrect. Please try again."
-msgstr "Le mot de passe que vous avez entré est incorrect. Veuillez réessayer."
-
-#: apps/remix/app/components/forms/public-profile-form.tsx:117
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "The profile link has been copied to your clipboard"
msgstr "Le lien de profil a été copié dans votre presse-papiers"
-#: apps/remix/app/routes/_profile+/_layout.tsx:104
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "The profile you are looking for could not be found."
msgstr "Le profil que vous recherchez n'a pas pu être trouvé."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:377
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "The public description that will be displayed with this template"
msgstr "La description publique qui sera affichée avec ce modèle"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:355
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "The public name for your template"
msgstr "Le nom public pour votre modèle"
-#: packages/email/template-components/template-document-super-delete.tsx:38
+#: packages/email/template-components/template-document-super-delete.tsx
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:135
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "The recipient can prepare the document for later signers by pre-filling suggest values."
msgstr ""
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:111
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
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:104
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:61
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:40
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:82
+#: packages/ui/components/recipient/recipient-role-select.tsx
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é."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:230
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "The selected team member will receive an email which they must accept before the team is transferred"
msgstr "Le membre d'équipe sélectionné recevra un e-mail qu'il devra accepter avant que l'équipe soit transférée"
-#: packages/ui/components/document/document-share-button.tsx:51
+#: packages/ui/components/document/document-share-button.tsx
msgid "The sharing link could not be created at this time. Please try again."
msgstr "Le lien de partage n'a pas pu être créé pour le moment. Veuillez réessayer."
-#: packages/ui/components/document/document-share-button.tsx:46
+#: packages/ui/components/document/document-share-button.tsx
msgid "The sharing link has been copied to your clipboard."
msgstr "Le lien de partage a été copié dans votre presse-papiers."
-#: packages/ui/components/document/document-send-email-message-helper.tsx:23
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "The signer's email"
msgstr "L'email du signataire"
-#: packages/ui/components/document/document-send-email-message-helper.tsx:17
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "The signer's name"
msgstr "Le nom du signataire"
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:37
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:116
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:168
-#: packages/ui/primitives/document-flow/add-subject.tsx:238
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "The signing link has been copied to your clipboard."
msgstr "Le lien de signature a été copié dans votre presse-papiers."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:110
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "The site banner is a message that is shown at the top of the site. It can be used to display important information to your users."
msgstr "La bannière du site est un message affiché en haut du site. Elle peut être utilisée pour afficher des informations importantes à vos utilisateurs."
-#: packages/email/templates/team-email-removed.tsx:64
+#: packages/email/templates/team-email-removed.tsx
msgid "The team email <0>{teamEmail}0> has been removed from the following team"
msgstr "L'email d'équipe <0>{teamEmail}0> a été supprimé de l'équipe suivante"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:42
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "The team transfer invitation has been successfully deleted."
msgstr "L'invitation au transfert d'équipe a été supprimée avec succès."
#. placeholder {0}: transferVerification.name
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:83
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "The team transfer request to <0>{0}0> has expired."
msgstr "La demande de transfert d'équipe à <0>{0}0> a expiré."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:63
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid ""
"The team you are looking for may have been removed, renamed or may have never\n"
" existed."
msgstr ""
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:66
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "The template has been successfully moved to the selected team."
msgstr "Le modèle a été déplacé avec succès vers l'équipe sélectionnée."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:440
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "The template will be removed from your profile"
msgstr "Le modèle sera retiré de votre profil"
-#: apps/remix/app/components/forms/token.tsx:103
+#: apps/remix/app/components/forms/token.tsx
msgid "The token was copied to your clipboard."
msgstr "Le token a été copié dans votre presse-papiers."
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:81
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "The token was deleted successfully."
msgstr "Le token a été supprimé avec succès."
-#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx:21
+#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx
msgid "The token you have used to reset your password is either expired or it never existed. If you have still forgotten your password, please request a new reset link."
msgstr "Le token que vous avez utilisé pour réinitialiser votre mot de passe a expiré ou n'a jamais existé. Si vous avez toujours oublié votre mot de passe, veuillez demander un nouveau lien de réinitialisation."
-#: apps/remix/app/components/forms/signin.tsx:246
+#: apps/remix/app/components/forms/signin.tsx
msgid "The two-factor authentication code provided is incorrect"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:121
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:120
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:145
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "The URL for Documenso to send webhook events to."
msgstr "L'URL pour Documenso pour envoyer des événements webhook."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:74
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "The webhook has been successfully deleted."
msgstr "Le webhook a été supprimé avec succès."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:74
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:71
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "The webhook has been updated successfully."
msgstr "Le webhook a été mis à jour avec succès."
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:88
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "The webhook was successfully created."
msgstr "Le webhook a été créé avec succès."
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:25
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "There are no active drafts at the current moment. You can upload a document to start drafting."
msgstr "Il n'y a pas de brouillons actifs pour le moment. Vous pouvez télécharger un document pour commencer à rédiger."
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:20
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "There are no completed documents yet. Documents that you have created or received will appear here once completed."
msgstr "Il n'y a pas encore de documents complétés. Les documents que vous avez créés ou reçus apparaîtront ici une fois complétés."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:69
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "They have permission on your behalf to:"
msgstr "Ils ont la permission en votre nom de:"
-#: apps/remix/app/components/forms/signin.tsx:45
+#: apps/remix/app/components/forms/signin.tsx
msgid "This account has been disabled. Please contact support."
msgstr ""
-#: apps/remix/app/components/forms/signin.tsx:232
+#: apps/remix/app/components/forms/signin.tsx
msgid "This account has not been verified. Please verify your account before signing in."
msgstr ""
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:102
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:98
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:98
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "This action is not reversible. Please be certain."
msgstr "Cette action n'est pas réversible. Veuillez être sûr."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:102
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "This action is reversible, but please be careful as the account may be affected permanently (e.g. their settings and contents not being restored properly)."
msgstr "Cette action est réversible, mais veuillez faire attention car le compte peut être affecté de façon permanente (par exemple, leurs paramètres et contenus ne pourraient pas être restaurés correctement)."
-#: packages/ui/components/document/document-global-auth-action-select.tsx:71
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "This can be overriden by setting the authentication requirements directly on each recipient in the next step."
msgstr "Cela peut être remplacé par le paramétrage direct des exigences d'authentification pour chaque destinataire à l'étape suivante."
-#: packages/email/template-components/template-document-super-delete.tsx:31
+#: packages/email/template-components/template-document-super-delete.tsx
msgid "This document can not be recovered, if you would like to dispute the reason for future documents please contact support."
msgstr "Ce document ne peut pas être récupéré, si vous souhaitez contester la raison des documents futurs, veuillez contacter le support."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:70
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "This document could not be deleted at this time. Please try again."
msgstr "Ce document n'a pas pu être supprimé pour le moment. Veuillez réessayer."
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:77
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "This document could not be duplicated at this time. Please try again."
msgstr "Ce document n'a pas pu être dupliqué pour le moment. Veuillez réessayer."
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:104
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
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:772
+#: packages/ui/primitives/document-flow/add-fields.tsx
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."
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:198
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "This document has been cancelled by the owner and is no longer available for others to sign."
msgstr "Ce document a été annulé par le propriétaire et n'est plus disponible pour d'autres à signer."
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:188
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "This document has been cancelled by the owner."
msgstr "Ce document a été annulé par le propriétaire."
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:221
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document has been signed by all recipients"
msgstr "Ce document a été signé par tous les destinataires"
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:224
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document is currently a draft and has not been sent"
msgstr "Ce document est actuellement un brouillon et n'a pas été envoyé"
-#: packages/ui/primitives/document-password-dialog.tsx:67
-msgid "This document is password protected. Please enter the password to view the document."
-msgstr "Ce document est protégé par mot de passe. Veuillez entrer le mot de passe pour visualiser le document."
-
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:144
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "This document was created by you or a team member using the template above."
msgstr "Ce document a été créé par vous ou un membre de l'équipe en utilisant le modèle ci-dessus."
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:156
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "This document was created using a direct link."
msgstr "Ce document a été créé en utilisant un lien direct."
-#: packages/email/template-components/template-footer.tsx:17
+#: packages/email/template-components/template-footer.tsx
msgid "This document was sent using <0>Documenso.0>"
msgstr "Ce document a été envoyé via <0>Documenso.0>"
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:26
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "This email confirms that you have rejected the document <0>\"{documentName}\"0> sent by {documentOwnerName}."
msgstr "Cet e-mail confirme que vous avez rejeté le document <0>\"{documentName}\"0> envoyé par {documentOwnerName}."
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:90
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "This email is already being used by another team."
msgstr "Cet e-mail est déjà utilisé par une autre équipe."
-#: packages/ui/components/document/document-email-checkboxes.tsx:55
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This email is sent to the document owner when a recipient has signed the document."
msgstr "Cet e-mail est envoyé au propriétaire du document lorsqu'un destinataire a signé le document."
-#: packages/ui/components/document/document-email-checkboxes.tsx:131
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This email is sent to the recipient if they are removed from a pending document."
msgstr "Cet e-mail est envoyé au destinataire s'il est retiré d'un document en attente."
-#: packages/ui/components/document/document-email-checkboxes.tsx:93
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This email is sent to the recipient requesting them to sign the document."
msgstr "Cet e-mail est envoyé au destinataire lui demandant de signer le document."
-#: packages/ui/components/document/document-email-checkboxes.tsx:169
+#: packages/ui/components/document/document-email-checkboxes.tsx
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:642
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
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."
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:277
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "This is how the document will reach the recipients once the document is ready for signing."
msgstr "Voici comment le document atteindra les destinataires une fois qu'il sera prêt à être signé."
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:79
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "This link is invalid or has expired. Please contact your team to resend a transfer request."
msgstr "Ce lien est invalide ou a expiré. Veuillez contacter votre équipe pour renvoyer une demande de transfert."
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:102
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "This link is invalid or has expired. Please contact your team to resend a verification."
msgstr "Ce lien est invalide ou a expiré. Veuillez contacter votre équipe pour renvoyer une vérification."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:207
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "This passkey has already been registered."
msgstr "Cette clé d'accès a déjà été enregistrée."
-#: apps/remix/app/components/forms/signin.tsx:190
+#: apps/remix/app/components/forms/signin.tsx
msgid "This passkey is not configured for this application. Please login and add one in the user settings."
msgstr "Cette clé d'accès n'est pas configurée pour cette application. Veuillez vous connecter et en ajouter une dans les paramètres de l'utilisateur."
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:149
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
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:1103
+#: packages/ui/primitives/document-flow/add-fields.tsx
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."
-#: apps/remix/app/components/forms/signin.tsx:194
+#: apps/remix/app/components/forms/signin.tsx
msgid "This session has expired. Please try again."
msgstr "Cette session a expiré. Veuillez réessayer."
-#: packages/ui/primitives/document-flow/add-signers.tsx:197
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "This signer has already signed the document."
msgstr "Ce signataire a déjà signé le document."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:199
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "This team, and any associated data excluding billing invoices will be permanently deleted."
msgstr "Cette équipe, et toutes les données associées à l'exception des factures de facturation, seront définitivement supprimées."
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "This template could not be deleted at this time. Please try again."
msgstr "Ce modèle n'a pas pu être supprimé pour le moment. Veuillez réessayer."
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:99
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "This token is invalid or has expired. No action is needed."
msgstr "Ce token est invalide ou a expiré. Aucune action n'est nécessaire."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:102
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "This token is invalid or has expired. Please contact your team for a new invitation."
msgstr "Ce token est invalide ou a expiré. Veuillez contacter votre équipe pour une nouvelle invitation."
-#: apps/remix/app/components/forms/team-update-form.tsx:84
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:97
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "This URL is already in use."
msgstr "Cette URL est déjà utilisée."
-#: apps/remix/app/components/forms/signup.tsx:74
+#: apps/remix/app/components/forms/signup.tsx
msgid "This username has already been taken"
msgstr "Ce nom d'utilisateur a déjà été pris"
-#: packages/ui/components/document/document-email-checkboxes.tsx:246
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This will be sent to all recipients if a pending document has been deleted."
msgstr "Cela sera envoyé à tous les destinataires si un document en attente a été supprimé."
-#: packages/ui/components/document/document-email-checkboxes.tsx:208
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This will be sent to all recipients once the document has been fully completed."
msgstr "Cela sera envoyé à tous les destinataires une fois que le document aura été entièrement complété."
-#: packages/ui/components/document/document-email-checkboxes.tsx:284
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This will be sent to the document owner once the document has been fully completed."
msgstr "Cela sera envoyé au propriétaire du document une fois que le document aura été entièrement complété."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:47
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "This will override any global settings."
msgstr "Cela remplacera tous les paramètres globaux."
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:44
-#: apps/remix/app/components/tables/document-logs-table.tsx:67
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
+#: apps/remix/app/components/tables/document-logs-table.tsx
msgid "Time"
msgstr "Temps"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:108
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Time zone"
msgstr "Fuseau horaire"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:136
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:482
-#: packages/ui/primitives/document-flow/add-settings.tsx:357
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Time Zone"
msgstr "Fuseau horaire"
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:62
-#: apps/remix/app/components/tables/templates-table.tsx:68
-#: apps/remix/app/components/tables/documents-table.tsx:53
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:107
-#: packages/ui/primitives/document-flow/add-settings.tsx:164
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Title"
msgstr "Titre"
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:131
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "To accept this invitation you must create an account."
msgstr "Pour accepter cette invitation, vous devez créer un compte."
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:122
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "To change the email you must remove and add a new email address."
msgstr "Pour changer l'e-mail, vous devez supprimer et ajouter une nouvelle adresse e-mail."
#. placeholder {0}: userToEnable.email
#. placeholder {0}: userToDisable.email
#. placeholder {0}: user.email
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:100
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:113
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:109
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "To confirm, please enter the accounts email address <0/>({0})."
msgstr "Pour confirmer, veuillez entrer l'adresse e-mail du compte <0/>({0})."
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:105
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "To confirm, please enter the reason"
msgstr "Pour confirmer, veuillez entrer la raison"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:126
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "To decline this invitation you must create an account."
msgstr "Pour décliner cette invitation, vous devez créer un compte."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:203
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "To enable two-factor authentication, scan the following QR code using your authenticator app."
msgstr "Pour activer l'authentification à deux facteurs, scannez le code QR suivant à l'aide de votre application d'authentification."
-#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx:19
+#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx
msgid "To gain access to your account, please confirm your email address by clicking on the confirmation link from your inbox."
msgstr "Pour accéder à votre compte, veuillez confirmer votre adresse e-mail en cliquant sur le lien de confirmation dans votre boîte de réception."
#. placeholder {0}: recipient.email
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:58
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
msgid "To mark this document as viewed, you need to be logged in as <0>{0}0>"
msgstr "Pour marquer ce document comme consulté, vous devez être connecté en tant que <0>{0}0>"
#. placeholder {0}: emptyCheckboxFields.length > 0 ? 'Checkbox' : emptyRadioFields.length > 0 ? 'Radio' : 'Select'
#. placeholder {0}: emptyCheckboxFields.length > 0 ? 'Checkbox' : emptyRadioFields.length > 0 ? 'Radio' : 'Select'
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:959
-#: packages/ui/primitives/document-flow/add-fields.tsx:1086
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
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}."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:56
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "To use our electronic signature service, you must have access to:"
msgstr "Pour utiliser notre service de signature électronique, vous devez avoir accès à :"
-#: apps/remix/app/components/embed/embed-authentication-required.tsx:30
+#: apps/remix/app/components/embed/embed-authentication-required.tsx
msgid "To view this document you need to be signed into your account, please sign in to continue."
msgstr "Pour afficher ce document, vous devez être connecté à votre compte, veuillez vous connecter pour continuer."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:187
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Toggle the switch to hide your profile from the public."
msgstr "Basculer l'interrupteur pour cacher votre profil du public."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:199
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Toggle the switch to show your profile to the public."
msgstr "Basculer l'interrupteur pour afficher votre profil au public."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:242
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Token"
msgstr "Jeton"
-#: apps/remix/app/components/forms/token.tsx:102
+#: apps/remix/app/components/forms/token.tsx
msgid "Token copied to clipboard"
msgstr "Token copié dans le presse-papiers"
-#: apps/remix/app/components/forms/token.tsx:123
+#: apps/remix/app/components/forms/token.tsx
msgid "Token created"
msgstr "Token créé"
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:80
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Token deleted"
msgstr "Token supprimé"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:95
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Token doesn't have an expiration date"
msgstr "Le token n'a pas de date d'expiration"
-#: apps/remix/app/components/forms/token.tsx:187
+#: apps/remix/app/components/forms/token.tsx
msgid "Token expiration date"
msgstr "Date d'expiration du token"
-#: apps/remix/app/components/forms/reset-password.tsx:79
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Token has expired. Please try again."
msgstr "Le token a expiré. Veuillez réessayer."
-#: apps/remix/app/components/forms/token.tsx:159
+#: apps/remix/app/components/forms/token.tsx
msgid "Token name"
msgstr "Nom du token"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:85
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Documents"
msgstr "Total des documents"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:124
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Recipients"
msgstr "Total des destinataires"
-#: packages/email/templates/bulk-send-complete.tsx:49
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Total rows processed: {totalProcessed}"
msgstr "Lignes totales traitées : {totalProcessed}"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:169
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Signers that Signed Up"
msgstr "Total des signataires qui se sont inscrits"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:84
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Users"
msgstr "Total des utilisateurs"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:74
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "transfer {teamName}"
msgstr "transférer {teamName}"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:158
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Transfer ownership of this team to a selected team member."
msgstr "Transférer la propriété de cette équipe à un membre d'équipe sélectionné."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:173
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:145
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:154
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Transfer team"
msgstr "Transférer l'équipe"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:177
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Transfer the ownership of the team to another team member."
msgstr "Transférer la propriété de l'équipe à un autre membre de l'équipe."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:160
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:159
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:184
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Triggers"
msgstr "Déclencheurs"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:84
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Two factor authentication"
msgstr "Authentification à deux facteurs"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:120
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Two factor authentication recovery codes are used to access your account in the event that you lose access to your authenticator app."
msgstr "Les codes de récupération de l'authentification à deux facteurs sont utilisés pour accéder à votre compte dans le cas où vous perdez l'accès à votre application d'authentification."
-#: apps/remix/app/components/forms/signin.tsx:426
+#: apps/remix/app/components/forms/signin.tsx
msgid "Two-Factor Authentication"
msgstr "Authentification à deux facteurs"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:85
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Two-factor authentication disabled"
msgstr "Authentification à deux facteurs désactivée"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:100
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Two-factor authentication enabled"
msgstr "Authentification à deux facteurs activée"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:87
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Two-factor authentication has been disabled for your account. You will no longer be required to enter a code from your authenticator app when signing in."
msgstr "L'authentification à deux facteurs a été désactivée pour votre compte. Vous ne serez plus tenu d'entrer un code de votre application d'authentification lors de la connexion."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:126
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Two-Factor Re-Authentication"
msgstr "Ré-authentification à deux facteurs"
-#: apps/remix/app/components/tables/templates-table.tsx:81
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:65
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Type"
msgstr "Type"
-#: apps/remix/app/components/general/app-command-menu.tsx:181
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Type a command or search..."
msgstr "Tapez une commande ou recherchez..."
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:129
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "Typed signatures are not allowed. Please draw your signature."
msgstr "Les signatures dactylographiées ne sont pas autorisées. Veuillez dessiner votre signature."
-#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx:23
+#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx
msgid "Uh oh! Looks like you're missing a token"
msgstr "Oh oh ! On dirait qu'il vous manque un token"
-#: apps/remix/app/components/general/app-command-menu.tsx:311
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Unable to change the language at this time. Please try again later."
msgstr "Impossible de changer la langue pour le moment. Veuillez réessayer plus tard."
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:31
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "Unable to copy recovery code"
msgstr "Impossible de copier le code de récupération"
-#: apps/remix/app/components/forms/token.tsx:107
+#: apps/remix/app/components/forms/token.tsx
msgid "Unable to copy token"
msgstr "Impossible de copier le token"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:104
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/components/general/teams/team-invitations.tsx:170
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Unable to decline this team invitation at this time."
msgstr "Impossible de refuser cette invitation d'équipe pour le moment."
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:80
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Unable to delete invitation. Please try again."
msgstr "Impossible de supprimer l'invitation. Veuillez réessayer."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:92
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Unable to delete team"
msgstr "Impossible de supprimer l'équipe"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:98
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Unable to disable two-factor authentication"
msgstr "Impossible de désactiver l'authentification à deux facteurs"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:133
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Unable to join this team at this time."
msgstr "Impossible de rejoindre cette équipe pour le moment."
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:69
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:125
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Unable to load document history"
msgstr "Impossible de charger l'historique des documents"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:54
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Unable to load documents"
msgstr "Impossible de charger les documents"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:105
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "Unable to load your public profile templates at this time"
msgstr "Impossible de charger vos modèles de profil public pour le moment"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:81
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Unable to remove email verification at this time. Please try again."
msgstr "Impossible de retirer la vérification par e-mail pour le moment. Veuillez réessayer."
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:62
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Unable to remove team email at this time. Please try again."
msgstr "Impossible de retirer l'e-mail de l'équipe pour le moment. Veuillez réessayer."
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:63
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Unable to resend invitation. Please try again."
msgstr "Impossible de renvoyer l'invitation. Veuillez réessayer."
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:39
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
msgid "Unable to resend verification at this time. Please try again."
msgstr "Impossible de renvoyer la vérification pour le moment. Veuillez réessayer."
-#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx:17
+#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx
msgid "Unable to reset password"
msgstr "Impossible de réinitialiser le mot de passe"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:81
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:107
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Unable to setup two-factor authentication"
msgstr "Impossible de configurer l'authentification à deux facteurs"
-#: apps/remix/app/components/forms/signin.tsx:230
-#: apps/remix/app/components/forms/signin.tsx:251
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
msgid "Unable to sign in"
msgstr "Impossible de se connecter"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:49
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:163
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "Unauthorized"
msgstr "Non autorisé"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:153
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
msgid "Uncompleted"
msgstr "Non complet"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:245
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:270
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:281
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:292
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:61
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Unknown"
msgstr "Inconnu"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:79
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Unpaid"
msgstr "Non payé"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:167
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:175
-#: apps/remix/app/components/forms/public-profile-form.tsx:278
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:190
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:163
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:425
-#: packages/ui/primitives/document-flow/add-subject.tsx:81
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Update"
msgstr "Mettre à jour"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:216
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Update Banner"
msgstr "Mettre à jour la bannière"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:123
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Update passkey"
msgstr "Mettre à jour la clé d'accès"
-#: apps/remix/app/components/forms/password.tsx:154
+#: apps/remix/app/components/forms/password.tsx
msgid "Update password"
msgstr "Mettre à jour le mot de passe"
-#: apps/remix/app/components/forms/profile.tsx:137
+#: apps/remix/app/components/forms/profile.tsx
msgid "Update profile"
msgstr "Mettre à jour le profil"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:172
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Update Recipient"
msgstr "Mettre à jour le destinataire"
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:131
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
msgid "Update role"
msgstr "Mettre à jour le rôle"
-#: apps/remix/app/components/forms/team-update-form.tsx:173
+#: apps/remix/app/components/forms/team-update-form.tsx
msgid "Update team"
msgstr "Mettre à jour l'équipe"
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:110
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:118
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "Update team email"
msgstr "Mettre à jour l'e-mail de l'équipe"
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:135
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:143
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "Update team member"
msgstr "Mettre à jour le membre de l'équipe"
-#: packages/lib/constants/template.ts:13
+#: packages/lib/constants/template.ts
msgid "Update the role and add fields as required for the direct recipient. The individual who uses the direct link will sign the document as the direct recipient."
msgstr "Mettez à jour le rôle et ajoutez des champs selon les besoins pour le destinataire direct. L'individu qui utilise le lien direct signera le document en tant que destinataire direct."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:147
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "Update user"
msgstr "Mettre à jour l'utilisateur"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:203
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:204
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Update webhook"
msgstr "Mettre à jour le webhook"
-#: apps/remix/app/components/forms/password.tsx:154
+#: apps/remix/app/components/forms/password.tsx
msgid "Updating password..."
msgstr "Mise à jour du mot de passe..."
-#: apps/remix/app/components/forms/profile.tsx:137
+#: apps/remix/app/components/forms/profile.tsx
msgid "Updating profile..."
msgstr "Mise à jour du profil..."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:111
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Updating Your Information"
msgstr "Mise à jour de vos informations"
-#: packages/ui/primitives/document-dropzone.tsx:162
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Upgrade"
msgstr "Améliorer"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:131
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Upload a CSV file to create multiple documents from this template. Each row represents one document with its recipient details."
msgstr "Téléchargez un fichier CSV pour créer plusieurs documents à partir de ce modèle. Chaque ligne représente un document avec ses détails de destinataire."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:424
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Upload a custom document to use instead of the template's default document"
msgstr "Téléchargez un document personnalisé à utiliser à la place du document par défaut du modèle"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:266
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Upload and Process"
msgstr "Télécharger et traiter"
-#: apps/remix/app/components/forms/avatar-image.tsx:175
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Upload Avatar"
msgstr "Télécharger un avatar"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:197
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Upload CSV"
msgstr "Télécharger le CSV"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:417
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Upload custom document"
msgstr "Télécharger un document personnalisé"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:519
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Upload Signature"
msgstr "Importer une signature"
-#: packages/ui/primitives/document-dropzone.tsx:68
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Upload Template Document"
msgstr "Télécharger le document modèle"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:255
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Upload your brand logo (max 5MB, JPG, PNG, or WebP)"
msgstr "Téléchargez votre logo de marque (max 5 Mo, JPG, PNG ou WebP)"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:29
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:30
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
msgid "Uploaded by"
msgstr "Téléversé par"
-#: apps/remix/app/components/forms/avatar-image.tsx:91
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Uploaded file is too large"
msgstr "Le fichier téléchargé est trop volumineux"
-#: apps/remix/app/components/forms/avatar-image.tsx:92
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Uploaded file is too small"
msgstr "Le fichier téléchargé est trop petit"
-#: apps/remix/app/components/forms/avatar-image.tsx:93
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Uploaded file not an allowed file type"
msgstr "Le fichier téléchargé n'est pas un type de fichier autorisé"
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:194
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Use"
msgstr "Utiliser"
-#: apps/remix/app/components/forms/signin.tsx:483
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:182
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Use Authenticator"
msgstr "Utiliser l'authentificateur"
-#: apps/remix/app/components/forms/signin.tsx:481
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:180
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Use Backup Code"
msgstr "Utiliser le code de secours"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:217
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Use Template"
msgstr "Utiliser le modèle"
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:45
-#: apps/remix/app/components/tables/document-logs-table.tsx:72
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
+#: apps/remix/app/components/tables/document-logs-table.tsx
msgid "User"
msgstr "Utilisateur"
-#: apps/remix/app/components/forms/password.tsx:77
+#: apps/remix/app/components/forms/password.tsx
msgid "User has no password."
msgstr "L'utilisateur n'a pas de mot de passe."
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:45
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "User ID"
msgstr "ID utilisateur"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:54
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:57
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:57
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "User not found."
msgstr "Utilisateur non trouvé."
-#: apps/remix/app/components/forms/signup.tsx:231
+#: apps/remix/app/components/forms/signup.tsx
msgid "User profiles are here!"
msgstr "Les profils des utilisateurs sont ici !"
-#: apps/remix/app/components/general/menu-switcher.tsx:258
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "User settings"
msgstr "Paramètres de l'utilisateur"
-#: apps/remix/app/components/forms/signup.tsx:72
+#: apps/remix/app/components/forms/signup.tsx
msgid "User with this email already exists. Please use a different email address."
msgstr "Un utilisateur avec cet e-mail existe déjà. Veuillez utiliser une adresse e-mail différente."
-#: apps/remix/app/components/forms/signup.tsx:56
+#: apps/remix/app/components/forms/signup.tsx
msgid "Username can only container alphanumeric characters and dashes."
msgstr "Le nom d'utilisateur ne peut contenir que des caractères alphanumériques et des tirets."
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:55
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Users"
msgstr "Utilisateurs"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:187
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:131
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Validation"
msgstr "Validation"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:75
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:90
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:95
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Value"
msgstr "Valeur"
-#: apps/remix/app/components/general/verify-email-banner.tsx:104
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verification Email Sent"
msgstr "Email de vérification envoyé"
-#: apps/remix/app/components/general/verify-email-banner.tsx:47
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verification email sent successfully."
msgstr "Email de vérification envoyé avec succès."
-#: apps/remix/app/components/general/verify-email-banner.tsx:106
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verify Now"
msgstr "Vérifier maintenant"
-#: apps/remix/app/components/general/verify-email-banner.tsx:116
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verify your email address"
msgstr "Vérifiez votre adresse e-mail"
-#: apps/remix/app/components/general/verify-email-banner.tsx:92
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verify your email address to unlock all features."
msgstr "Vérifiez votre adresse e-mail pour débloquer toutes les fonctionnalités."
-#: apps/remix/app/components/general/document/document-upload.tsx:57
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Verify your email to upload documents."
msgstr "Vérifiez votre e-mail pour télécharger des documents."
-#: packages/email/templates/confirm-team-email.tsx:72
+#: packages/email/templates/confirm-team-email.tsx
msgid "Verify your team email address"
msgstr "Vérifiez votre adresse e-mail d'équipe"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:80
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
msgid "Version History"
msgstr "Historique des versions"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:100
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:121
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:124
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:133
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:95
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:177
-#: packages/lib/constants/recipient-roles.ts:28
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "View"
msgstr "Voir"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:170
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "View activity"
msgstr "Voir l'activité"
-#: packages/email/templates/confirm-team-email.tsx:96
+#: packages/email/templates/confirm-team-email.tsx
msgid "View all documents sent to and from this email address"
msgstr "Voir tous les documents envoyés à et depuis cette adresse e-mail"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:77
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "View all documents sent to your account"
msgstr "Voir tous les documents envoyés à votre compte"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:164
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "View all recent security activity related to your account."
msgstr "Voir toute l'activité de sécurité récente liée à votre compte."
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:149
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "View all related documents"
msgstr "Voir tous les documents associés"
-#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx:19
+#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx
msgid "View all security activity related to your account."
msgstr "Voir toute l'activité de sécurité liée à votre compte."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:87
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "View Codes"
msgstr "Voir les codes"
-#: packages/email/templates/document-created-from-direct-template.tsx:76
+#: packages/email/templates/document-created-from-direct-template.tsx
msgid "View document"
msgstr "Voir le document"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:183
-#: packages/ui/primitives/document-flow/add-subject.tsx:85
-#: packages/ui/primitives/document-flow/add-subject.tsx:86
-#: packages/email/template-components/template-document-rejected.tsx:44
-#: packages/email/template-components/template-document-invite.tsx:107
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/email/template-components/template-document-rejected.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "View Document"
msgstr "Voir le document"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:154
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "View documents associated with this email"
msgstr "Voir les documents associés à cet e-mail"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:54
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "View invites"
msgstr "Voir les invitations"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:87
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "View more"
msgstr "Voir plus"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:225
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "View Original Document"
msgstr "Voir le document original"
-#: packages/email/template-components/template-document-self-signed.tsx:80
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "View plans"
msgstr "Voir les forfaits"
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:96
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:125
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "View Recovery Codes"
msgstr "Voir les codes de récupération"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:70
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "View teams"
msgstr "Voir les équipes"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:275
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:119
-#: packages/lib/constants/recipient-roles.ts:29
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewed"
msgstr "Vu"
-#: packages/lib/constants/recipient-roles.ts:31
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewer"
msgstr "Visiteur"
-#: packages/lib/constants/recipient-roles.ts:32
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewers"
msgstr "Spectateurs"
-#: packages/lib/constants/recipient-roles.ts:30
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewing"
msgstr "Consultation"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:123
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
msgid "Waiting"
msgstr "En attente"
-#: packages/email/template-components/template-document-pending.tsx:31
+#: packages/email/template-components/template-document-pending.tsx
msgid "Waiting for others"
msgstr "En attente des autres"
-#: packages/lib/server-only/document/send-pending-email.ts:97
+#: packages/lib/server-only/document/send-pending-email.ts
msgid "Waiting for others to complete signing."
msgstr "En attente que d'autres terminent la signature."
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:168
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Waiting for others to sign"
msgstr "En attente que d'autres signent"
-#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:75
-#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx:29
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
+#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
msgid "Waiting for Your Turn"
msgstr "En attente de votre tour"
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:197
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "Want to send slick signing links like this one? <0>Check out Documenso.0>"
msgstr "Vous voulez envoyer des liens de signature élégants comme celui-ci ? <0>Découvrez Documenso.0>"
-#: apps/remix/app/routes/_profile+/_layout.tsx:68
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "Want your own public profile?"
msgstr "Vous voulez votre propre profil public ?"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:224
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:321
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:357
-#: packages/ui/primitives/document-flow/add-signers.tsx:257
-#: packages/ui/primitives/document-flow/add-signers.tsx:295
-#: packages/ui/primitives/document-flow/add-signers.tsx:334
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Warning: Assistant as last signer"
msgstr ""
-#: apps/remix/app/components/general/billing-portal-button.tsx:25
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:54
-#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx:30
+#: apps/remix/app/components/general/billing-portal-button.tsx
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
+#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx
msgid "We are unable to proceed to the billing portal at this time. Please try again, or contact support."
msgstr "Nous ne pouvons pas accéder au portail de facturation pour le moment. Veuillez réessayer ou contacter le support."
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:100
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "We are unable to remove this passkey at the moment. Please try again later."
msgstr "Nous ne pouvons pas supprimer cette clé de passkey pour le moment. Veuillez réessayer plus tard."
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:78
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
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/remix/app/components/dialogs/template-direct-link-dialog.tsx:155
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:83
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:80
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "We encountered an error while updating the webhook. Please try again later."
msgstr "Une erreur s'est produite lors de la mise à jour du webhook. Veuillez réessayer plus tard."
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:99
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "We encountered an unknown error while attempting to add this email. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de l'ajout de cet e-mail. Veuillez réessayer plus tard."
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:106
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "We encountered an unknown error while attempting to create a team. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de la création d'une équipe. Veuillez réessayer plus tard."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:83
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete it. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de la suppression. Veuillez réessayer plus tard."
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:36
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
msgid "We encountered an unknown error while attempting to delete the pending team. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de la suppression de l'équipe en attente. Veuillez réessayer plus tard."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:84
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete this team. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de la suppression de cette équipe. Veuillez réessayer plus tard."
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:90
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete this token. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de la suppression de ce token. Veuillez réessayer plus tard."
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:58
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete your account. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de la suppression de votre compte. Veuillez réessayer plus tard."
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:156
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "We encountered an unknown error while attempting to invite team members. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de l'invitation de membres de l'équipe. Veuillez réessayer plus tard."
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:59
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "We encountered an unknown error while attempting to leave this team. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de votre départ de cette équipe. Veuillez réessayer plus tard."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:141
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "We encountered an unknown error while attempting to remove this template from your profile. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de la suppression de ce modèle de votre profil. Veuillez réessayer plus tard."
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:53
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "We encountered an unknown error while attempting to remove this transfer. Please try again or contact support."
msgstr "Une erreur inconnue s'est produite lors de la suppression de ce transfert. Veuillez réessayer ou contacter le support."
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:59
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to remove this user. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de la suppression de cet utilisateur. Veuillez réessayer plus tard."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:116
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "We encountered an unknown error while attempting to request a transfer of this team. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de la demande de transfert de cette équipe. Veuillez réessayer plus tard."
-#: apps/remix/app/components/forms/reset-password.tsx:87
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "We encountered an unknown error while attempting to reset your password. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de la réinitialisation de votre mot de passe. Veuillez réessayer plus tard."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:45
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "We encountered an unknown error while attempting to revoke access. Please try again or contact support."
msgstr "Une erreur inconnue s'est produite lors de la révocation de l'accès. Veuillez réessayer ou contacter le support."
-#: apps/remix/app/components/forms/signin.tsx:267
-#: apps/remix/app/components/forms/signin.tsx:283
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
msgid "We encountered an unknown error while attempting to sign you In. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de la connexion. Veuillez réessayer plus tard."
-#: apps/remix/app/components/forms/signup.tsx:183
-#: apps/remix/app/components/forms/signup.tsx:197
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "We encountered an unknown error while attempting to sign you Up. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de l'inscription. Veuillez réessayer plus tard."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:91
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "We encountered an unknown error while attempting to update the banner. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de la mise à jour de la bannière. Veuillez réessayer plus tard."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:177
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "We encountered an unknown error while attempting to update the template. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de la mise à jour du modèle. Veuillez réessayer plus tard."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:101
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "We encountered an unknown error while attempting to update this team member. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de la mise à jour de ce membre de l'équipe. Veuillez réessayer plus tard."
-#: apps/remix/app/components/forms/password.tsx:85
-#: apps/remix/app/components/forms/avatar-image.tsx:118
+#: apps/remix/app/components/forms/password.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "We encountered an unknown error while attempting to update your password. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de la mise à jour de votre mot de passe. Veuillez réessayer plus tard."
-#: apps/remix/app/components/forms/public-profile-form.tsx:105
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "We encountered an unknown error while attempting to update your public profile. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de la mise à jour de votre profil public. Veuillez réessayer plus tard."
-#: apps/remix/app/components/forms/team-update-form.tsx:93
+#: apps/remix/app/components/forms/team-update-form.tsx
msgid "We encountered an unknown error while attempting to update your team. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de la mise à jour de votre équipe. Veuillez réessayer plus tard."
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:88
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "We encountered an unknown error while attempting update the team email. Please try again later."
msgstr "Une erreur inconnue s'est produite lors de la mise à jour de l'e-mail de l'équipe. Veuillez réessayer plus tard."
-#: apps/remix/app/components/forms/profile.tsx:76
+#: apps/remix/app/components/forms/profile.tsx
msgid "We encountered an unknown error while attempting update your profile. Please try again later."
msgstr "Nous avons rencontré une erreur inconnue lors de la tentative de mise à jour de votre profil. Veuillez réessayer plus tard."
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:77
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "We have sent a confirmation email for verification."
msgstr "Nous avons envoyé un e-mail de confirmation pour vérification."
-#: apps/remix/app/components/forms/signup.tsx:54
+#: apps/remix/app/components/forms/signup.tsx
msgid "We need a username to create your profile"
msgstr "Nous avons besoin d'un nom d'utilisateur pour créer votre profil"
-#: apps/remix/app/components/forms/signup.tsx:49
+#: apps/remix/app/components/forms/signup.tsx
msgid "We need your signature to sign documents"
msgstr "Nous avons besoin de votre signature pour signer des documents"
-#: apps/remix/app/components/forms/token.tsx:108
+#: apps/remix/app/components/forms/token.tsx
msgid "We were unable to copy the token to your clipboard. Please try again."
msgstr "Nous n'avons pas pu copier le token dans votre presse-papiers. Veuillez réessayer."
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:33
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "We were unable to copy your recovery code to your clipboard. Please try again."
msgstr "Nous n'avons pas pu copier votre code de récupération dans votre presse-papiers. Veuillez réessayer."
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:53
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "We were unable to create a checkout session. Please try again, or contact support"
msgstr "Nous n'avons pas pu créer de session de paiement. Veuillez réessayer ou contacter le support"
-#: apps/remix/app/components/forms/signup.tsx:73
+#: apps/remix/app/components/forms/signup.tsx
msgid "We were unable to create your account. Please review the information you provided and try again."
msgstr "Nous n'avons pas pu créer votre compte. Veuillez vérifier les informations que vous avez fournies et réessayer."
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:100
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "We were unable to disable two-factor authentication for your account. Please ensure that you have entered your password and backup code correctly and try again."
msgstr "Nous n'avons pas pu désactiver l'authentification à deux facteurs pour votre compte. Veuillez vous assurer que vous avez correctement entré votre mot de passe et votre code de secours, puis réessayez."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:35
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:45
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:25
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "We were unable to log you out at this time."
msgstr "Nous n'avons pas pu vous déconnecter pour le moment."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:134
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "We were unable to set your public profile to public. Please try again."
msgstr "Nous n'avons pas pu définir votre profil public comme public. Veuillez réessayer."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:83
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:109
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "We were unable to setup two-factor authentication for your account. Please ensure that you have entered your code correctly and try again."
msgstr "Nous n'avons pas pu configurer l'authentification à deux facteurs pour votre compte. Veuillez vous assurer que vous avez correctement entré votre code et réessayez."
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:121
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:169
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:262
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
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."
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:108
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "We were unable to update your branding preferences at this time, please try again later"
msgstr "Nous n'avons pas pu mettre à jour vos préférences de branding pour le moment, veuillez réessayer plus tard"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:109
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "We were unable to update your document preferences at this time, please try again later"
msgstr "Nous n'avons pas pu mettre à jour vos préférences de document pour le moment, veuillez réessayer plus tard"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:166
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "We were unable to verify your details. Please try again or contact support"
msgstr "Nous n'avons pas pu vérifier vos détails. Veuillez réessayer ou contacter le support"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:57
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "We were unable to verify your email at this time."
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:92
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "We were unable to verify your email. If your email is not verified already, please try again."
msgstr "Nous n'avons pas pu vérifier votre e-mail. Si votre e-mail n'est pas déjà vérifié, veuillez réessayer."
-#: packages/ui/primitives/document-flow/add-subject.tsx:200
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "We will generate signing links for with you, which you can send to the recipients through your method of choice."
msgstr "Nous générerons des liens de signature pour vous, que vous pourrez envoyer aux destinataires par votre méthode de choix."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:380
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "We will generate signing links for you, which you can send to the recipients through your method of choice."
msgstr "Nous allons générer des liens de signature pour vous, que vous pouvez envoyer aux destinataires par votre méthode de choix."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:376
-#: packages/ui/primitives/document-flow/add-subject.tsx:196
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "We won't send anything to notify recipients."
msgstr "Nous n'enverrons rien pour notifier les destinataires."
-#: apps/remix/app/routes/_authenticated+/templates._index.tsx:72
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:29
+#: apps/remix/app/routes/_authenticated+/templates._index.tsx
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "We're all empty"
msgstr "Nous sommes tous vides"
-#: packages/email/template-components/template-document-pending.tsx:41
+#: packages/email/template-components/template-document-pending.tsx
msgid "We're still waiting for other signers to sign this document.<0/>We'll notify you as soon as it's ready."
msgstr "Nous attendons encore que d'autres signataires signent ce document.<0/>Nous vous préviendrons dès qu'il sera prêt."
-#: packages/email/templates/reset-password.tsx:66
+#: packages/email/templates/reset-password.tsx
msgid "We've changed your password as you asked. You can now sign in with your new password."
msgstr "Nous avons changé votre mot de passe comme demandé. Vous pouvez maintenant vous connecter avec votre nouveau mot de passe."
-#: apps/remix/app/components/general/verify-email-banner.tsx:120
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "We've sent a confirmation email to <0>{email}0>. Please check your inbox and click the link in the email to verify your account."
msgstr "Nous avons envoyé un e-mail de confirmation à <0>{email}0>. Veuillez vérifier votre boîte de réception et cliquer sur le lien de l'e-mail pour vérifier votre compte."
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:87
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Webhook created"
msgstr "Webhook créé"
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:73
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "Webhook deleted"
msgstr "Webhook supprimé"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:73
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:70
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Webhook updated"
msgstr "Webhook mis à jour"
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:113
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:138
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Webhook URL"
msgstr "URL du webhook"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:31
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:26
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:97
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:95
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:107
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:98
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Webhooks"
msgstr "Webhooks"
-#: apps/remix/app/components/general/billing-plans.tsx:27
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Weekly"
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:17
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Welcome"
msgstr "Bienvenue"
-#: apps/remix/app/routes/_unauthenticated+/signin.tsx:51
+#: apps/remix/app/routes/_unauthenticated+/signin.tsx
msgid "Welcome back, we are lucky to have you."
msgstr "Contentieux, nous avons de la chance de vous avoir."
-#: packages/email/template-components/template-confirmation-email.tsx:21
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "Welcome to Documenso!"
msgstr "Bienvenue sur Documenso !"
-#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:93
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
msgid "Were you trying to edit this document instead?"
msgstr "Essayiez-vous d'éditer ce document à la place ?"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:188
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "When you click continue, you will be prompted to add the first available authenticator on your system."
msgstr "Lorsque vous cliquez sur continuer, vous serez invité à ajouter le premier authentificateur disponible sur votre système."
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:175
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "When you sign a document, we can automatically fill in and sign the following fields using information that has already been provided. You can also manually sign or remove any automatically signed fields afterwards if you desire."
msgstr "Lorsque vous signez un document, nous pouvons automatiquement remplir et signer les champs suivants à l'aide des informations déjà fournies. Vous pouvez également signer manuellement ou supprimer les champs signés automatiquement par la suite si vous le souhaitez."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:32
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "When you use our platform to affix your electronic signature to documents, you are consenting to do so under the Electronic Signatures in Global and National Commerce Act (E-Sign Act) and other applicable laws. This action indicates your agreement to use electronic means to sign documents and receive notifications."
msgstr "Lorsque vous utilisez notre plateforme pour apposer votre signature électronique sur des documents, vous consentez à le faire conformément à la loi sur les signatures électroniques dans le commerce mondial et national (E-Sign Act) et aux autres lois applicables. Cette action indique votre accord à utiliser des moyens électroniques pour signer des documents et recevoir des notifications."
-#: apps/remix/app/routes/_profile+/p.$url.tsx:136
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "While waiting for them to do so you can create your own Documenso account and get started with document signing right away."
msgstr "En attendant qu'ils le fassent, vous pouvez créer votre propre compte Documenso et commencer à signer des documents dès maintenant."
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:124
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Who do you want to remind?"
msgstr "Qui voulez-vous rappeler ?"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:97
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Withdrawing Consent"
msgstr "Retrait du consentement"
-#: apps/remix/app/components/forms/public-profile-form.tsx:222
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Write about the team"
msgstr "Écrivez sur l'équipe"
-#: apps/remix/app/components/forms/public-profile-form.tsx:222
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Write about yourself"
msgstr "Écrivez sur vous-même"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:59
-#: apps/remix/app/components/general/billing-plans.tsx:29
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Yearly"
msgstr "Annuel"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:31
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:32
-#: packages/lib/utils/document-audit-logs.ts:273
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "You"
msgstr "Vous"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:99
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "You are about to delete <0>\"{documentTitle}\"0>"
msgstr "Vous êtes sur le point de supprimer <0>\"{documentTitle}\"0>"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:117
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "You are about to delete the following team email from <0>{teamName}0>."
msgstr "Vous êtes sur le point de supprimer l'e-mail d'équipe suivant de <0>{teamName}0>."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:103
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "You are about to hide <0>\"{documentTitle}\"0>"
msgstr "Vous êtes sur le point de cacher <0>\"{documentTitle}\"0>"
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:84
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "You are about to leave the following team."
msgstr "Vous êtes sur le point de quitter l'équipe suivante."
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:84
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "You are about to remove the following user from <0>{teamName}0>."
msgstr "Vous êtes sur le point de supprimer l'utilisateur suivant de <0>{teamName}0>."
#. placeholder {0}: teamEmail.team.name
#. placeholder {1}: teamEmail.team.url
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:97
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "You are about to revoke access for team <0>{0}0> ({1}) to use your email."
msgstr "Vous êtes sur le point de révoquer l'accès de l'équipe <0>{0}0> ({1}) à votre e-mail."
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:44
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
msgid "You are about to send this document to the recipients. Are you sure you want to continue?"
msgstr "Vous êtes sur le point d'envoyer ce document aux destinataires. Êtes-vous sûr de vouloir continuer ?"
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:90
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "You are currently on the <0>Free Plan0>."
msgstr ""
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:147
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You are currently updating <0>{teamMemberName}.0>"
msgstr "Vous mettez à jour actuellement <0>{teamMemberName}.0>"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:127
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "You are currently updating the <0>{passkeyName}0> passkey."
msgstr "Vous mettez à jour actuellement la clé de passkey <0>{passkeyName}0>."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:80
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "You are not a member of this team."
msgstr "Vous n'êtes pas membre de cette équipe."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:58
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "You are not authorized to delete this user."
msgstr "Vous n'êtes pas autorisé à supprimer cet utilisateur."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:58
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "You are not authorized to disable this user."
msgstr "Vous n'êtes pas autorisé à désactiver cet utilisateur."
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:55
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "You are not authorized to enable this user."
msgstr "Vous n'êtes pas autorisé à activer cet utilisateur."
-#: packages/email/template-components/template-confirmation-email.tsx:38
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "You can also copy and paste this link into your browser: {confirmationLink} (link expires in 1 hour)"
msgstr "Vous pouvez également copier et coller ce lien dans votre navigateur : {confirmationLink} (le lien expire dans 1 heure)"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:35
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "You can choose to enable or disable your profile for public view."
msgstr "Vous pouvez choisir d'activer ou de désactiver votre profil pour la vue publique."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:42
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "You can choose to enable or disable your team profile for public view."
msgstr "Vous pouvez choisir d'activer ou de désactiver le profil de votre équipe pour la vue publique."
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:85
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "You can copy and share these links to recipients so they can action the document."
msgstr "Vous pouvez copier et partager ces liens avec les destinataires afin qu'ils puissent agir sur le document."
-#: packages/email/templates/confirm-team-email.tsx:107
+#: packages/email/templates/confirm-team-email.tsx
msgid "You can revoke access at any time in your team settings on Documenso <0>here.0>"
msgstr "Vous pouvez révoquer l'accès à tout moment dans les paramètres de votre équipe sur Documenso <0>ici.0>"
-#: apps/remix/app/components/forms/public-profile-form.tsx:153
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "You can update the profile URL by updating the team URL in the general settings page."
msgstr "Vous pouvez mettre à jour l'URL de profil en mettant à jour l'URL de l'équipe dans la page des paramètres généraux."
-#: packages/ui/components/document/document-send-email-message-helper.tsx:9
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "You can use the following variables in your message:"
msgstr "Vous pouvez utiliser les variables suivantes dans votre message :"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:69
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "You can view documents associated with this email and use this identity when sending documents."
msgstr "Vous pouvez voir les documents associés à cet e-mail et utiliser cette identité lors de l'envoi de documents."
-#: packages/email/templates/bulk-send-complete.tsx:76
+#: packages/email/templates/bulk-send-complete.tsx
msgid "You can view the created documents in your dashboard under the \"Documents created from template\" section."
msgstr "Vous pouvez voir les documents créés dans votre tableau de bord sous la section \"Documents créés à partir du modèle\"."
-#: packages/email/template-components/template-document-rejected.tsx:37
+#: packages/email/template-components/template-document-rejected.tsx
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/template-flow/add-template-placeholder-recipients.tsx:341
-#: packages/ui/primitives/document-flow/add-signers.tsx:279
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "You cannot add assistants when signing order is disabled."
msgstr ""
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:212
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "You cannot have more than {MAXIMUM_PASSKEYS} passkeys."
msgstr "Vous ne pouvez pas avoir plus de {MAXIMUM_PASSKEYS} clés de passkey."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:119
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You cannot modify a team member who has a higher role than you."
msgstr "Vous ne pouvez pas modifier un membre de l'équipe qui a un rôle plus élevé que vous."
-#: packages/ui/primitives/document-dropzone.tsx:41
+#: packages/ui/primitives/document-dropzone.tsx
msgid "You cannot upload documents at this time."
msgstr "Vous ne pouvez pas télécharger de documents pour le moment."
-#: apps/remix/app/components/general/document/document-upload.tsx:95
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "You cannot upload encrypted PDFs"
msgstr "Vous ne pouvez pas télécharger de PDF cryptés"
-#: apps/remix/app/components/general/billing-portal-button.tsx:30
+#: apps/remix/app/components/general/billing-portal-button.tsx
msgid "You do not currently have a customer record, this should not happen. Please contact support for assistance."
msgstr ""
-#: apps/remix/app/components/forms/token.tsx:135
+#: apps/remix/app/components/forms/token.tsx
msgid "You do not have permission to create a token for this team"
msgstr "Vous n'avez pas la permission de créer un jeton pour cette équipe"
-#: packages/email/template-components/template-document-cancel.tsx:35
+#: packages/email/template-components/template-document-cancel.tsx
msgid "You don't need to sign it anymore."
msgstr "Vous n'avez plus besoin de le signer."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:150
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "You have accepted an invitation from <0>{0}0> to join their team."
msgstr "Vous avez accepté une invitation de <0>{0}0> pour rejoindre leur équipe."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:103
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "You have already completed the ownership transfer for <0>{0}0>."
msgstr "Vous avez déjà terminé le transfert de propriété pour <0>{0}0>."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:126
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "You have already verified your email address for <0>{0}0>."
msgstr "Vous avez déjà vérifié votre adresse e-mail pour <0>{0}0>."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:125
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:120
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "You have been invited by <0>{0}0> to join their team."
msgstr "Vous avez été invité par <0>{0}0> à rejoindre leur équipe."
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/create-team-member-invites.ts:186
+#: packages/lib/server-only/team/create-team-member-invites.ts
msgid "You have been invited to join {0} on Documenso"
msgstr "Vous avez été invité à rejoindre {0} sur Documenso"
-#: packages/email/templates/team-invite.tsx:77
+#: packages/email/templates/team-invite.tsx
msgid "You have been invited to join the following team"
msgstr "Vous avez été invité à rejoindre l'équipe suivante"
-#: packages/lib/server-only/recipient/set-document-recipients.ts:326
-#: packages/lib/server-only/recipient/delete-document-recipient.ts:156
+#: packages/lib/server-only/recipient/set-document-recipients.ts
+#: packages/lib/server-only/recipient/delete-document-recipient.ts
msgid "You have been removed from a document"
msgstr "Vous avez été supprimé d'un document"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/request-team-ownership-transfer.ts:114
+#: packages/lib/server-only/team/request-team-ownership-transfer.ts
msgid "You have been requested to take ownership of team {0} on Documenso"
msgstr "On vous a demandé de prendre possession de l'équipe {0} sur Documenso"
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:145
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "You have declined the invitation from <0>{0}0> to join their team."
msgstr "Vous avez décliné l'invitation de <0>{0}0> pour rejoindre leur équipe."
#. placeholder {0}: `"${document.title}"`
-#: packages/lib/server-only/document/resend-document.tsx:125
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:98
+#: packages/lib/server-only/document/resend-document.tsx
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "You have initiated the document {0} that requires you to {recipientActionVerb} it."
msgstr "Vous avez initié le document {0} qui nécessite que vous {recipientActionVerb} celui-ci."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:45
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:40
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "You have no webhooks yet. Your webhooks will be shown here once you create them."
msgstr "Vous n'avez pas encore de webhooks. Vos webhooks seront affichés ici une fois que vous les aurez créés."
-#: apps/remix/app/routes/_authenticated+/templates._index.tsx:76
+#: apps/remix/app/routes/_authenticated+/templates._index.tsx
msgid "You have not yet created any templates. To create a template please upload one."
msgstr "Vous n'avez pas encore créé de modèles. Pour créer un modèle, veuillez en télécharger un."
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:30
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
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."
#. placeholder {0}: quota.directTemplates
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:235
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "You have reached the maximum limit of {0} direct templates. <0>Upgrade your account to continue!0>"
msgstr "Vous avez atteint la limite maximale de {0} modèles directs. <0>Mettez à niveau votre compte pour continuer !0>"
-#: apps/remix/app/components/general/document/document-upload.tsx:98
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "You have reached your document limit for this month. Please upgrade your plan."
msgstr "Vous avez atteint votre limite de documents pour ce mois. Veuillez passer à un plan supérieur."
-#: apps/remix/app/components/general/document/document-upload.tsx:53
-#: packages/ui/primitives/document-dropzone.tsx:67
+#: apps/remix/app/components/general/document/document-upload.tsx
+#: packages/ui/primitives/document-dropzone.tsx
msgid "You have reached your document limit."
msgstr "Vous avez atteint votre limite de documents."
-#: apps/remix/app/components/tables/templates-table.tsx:204
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "You have reached your document limit. <0>Upgrade your account to continue!0>"
msgstr "Vous avez atteint votre limite de documents. <0>Mettez à niveau votre compte pour continuer !0>"
-#: packages/email/templates/document-rejection-confirmed.tsx:27
+#: packages/email/templates/document-rejection-confirmed.tsx
msgid "You have rejected the document '{documentName}'"
msgstr "Vous avez rejeté le document '{documentName}'"
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:102
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:17
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
msgid "You have rejected this document"
msgstr "Vous avez rejeté ce document"
-#: packages/email/template-components/template-document-self-signed.tsx:43
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "You have signed “{documentName}”"
msgstr "Vous avez signé “{documentName}”"
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:49
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "You have successfully left this team."
msgstr "Vous avez quitté cette équipe avec succès."
-#: apps/remix/app/components/general/claim-account.tsx:81
-#: apps/remix/app/components/forms/signup.tsx:138
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "You have successfully registered. Please verify your account by clicking on the link you received in the email."
msgstr "Vous vous êtes inscrit avec succès. Veuillez vérifier votre compte en cliquant sur le lien que vous avez reçu dans l'e-mail."
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:49
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "You have successfully removed this user from the team."
msgstr "Vous avez retiré cet utilisateur de l'équipe avec succès."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:37
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "You have successfully revoked access."
msgstr "Vous avez révoqué l'accès avec succès."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:100
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "You have the right to withdraw your consent to use electronic signatures at any time before completing the signing process. To withdraw your consent, please contact the sender of the document. In failing to contact the sender you may reach out to <0>{SUPPORT_EMAIL}0> for assistance. Be aware that withdrawing consent may delay or halt the completion of the related transaction or service."
msgstr "Vous avez le droit de retirer votre consentement à l'utilisation des signatures électroniques à tout moment avant de terminer le processus de signature. Pour retirer votre consentement, veuillez contacter l'expéditeur du document. Si vous ne contactez pas l'expéditeur, vous pouvez contacter <0>{SUPPORT_EMAIL}0> pour obtenir de l'aide. Sachez que le retrait de consentement peut retarder ou arrêter l'achèvement de la transaction ou du service associé."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:92
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You have updated {teamMemberName}."
msgstr "Vous avez mis à jour {teamMemberName}."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:164
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "You have verified your email address for <0>{0}0>."
msgstr "Vous avez vérifié votre adresse e-mail pour <0>{0}0>."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:94
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "You must be an admin of this team to manage billing."
msgstr "Vous devez être un administrateur de cette équipe pour gérer la facturation."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:53
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:53
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:52
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "You must enter '{deleteMessage}' to proceed"
msgstr "Vous devez entrer '{deleteMessage}' pour continuer"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:264
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "You must have at least one other team member to transfer ownership."
msgstr "Vous devez avoir au moins un autre membre de l'équipe pour transférer la propriété."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:118
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "You must set a profile URL before enabling your public profile."
msgstr "Vous devez définir une URL de profil avant d'activer votre profil public."
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:52
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "You need to be an admin to manage API tokens."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:52
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
msgid "You need to be logged in as <0>{email}0> to view this page."
msgstr "Vous devez être connecté en tant que <0>{email}0> pour voir cette page."
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:42
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "You need to be logged in to view this page."
msgstr "Vous devez être connecté pour voir cette page."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:105
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "You need to setup 2FA to mark this document as viewed."
msgstr "Vous devez configurer 2FA pour marquer ce document comme vu."
-#: apps/remix/app/components/forms/signup.tsx:280
+#: apps/remix/app/components/forms/signup.tsx
msgid "You will get notified & be able to set up your documenso public profile when we launch the feature."
msgstr "Vous serez notifié et pourrez configurer votre profil public Documenso lorsque nous lancerons la fonctionnalité."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:102
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "You will now be required to enter a code from your authenticator app when signing in."
msgstr "Vous devrez maintenant entrer un code de votre application d'authentification lors de la connexion."
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:191
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "You will receive an Email copy of the signed document once everyone has signed."
msgstr "Vous recevrez une copie par e-mail du document signé une fois que tout le monde aura signé."
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Your account has been deleted successfully."
msgstr "Votre compte a été supprimé avec succès."
-#: apps/remix/app/components/forms/avatar-image.tsx:110
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Your avatar has been updated successfully."
msgstr "Votre avatar a été mis à jour avec succès."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:81
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Your banner has been updated successfully."
msgstr "Votre bannière a été mise à jour avec succès."
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:279
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Your brand website URL"
msgstr "L'URL de votre site web de marque"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:102
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Your branding preferences have been updated"
msgstr "Vos préférences de branding ont été mises à jour"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:96
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Your bulk send has been initiated. You will receive an email notification upon completion."
msgstr "Votre envoi groupé a été initié. Vous recevrez une notification par email une fois terminé."
-#: packages/email/templates/bulk-send-complete.tsx:40
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Your bulk send operation for template \"{templateName}\" has completed."
msgstr "Votre opération d'envoi groupé pour le modèle \"{templateName}\" est terminée."
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:135
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Your current plan is past due. Please update your payment information."
msgstr ""
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:248
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Your direct signing templates"
msgstr "Vos modèles de signature directe"
-#: apps/remix/app/components/general/document/document-upload.tsx:115
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Your document failed to upload."
msgstr "Votre document a échoué à se télécharger."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:167
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Your document has been created from the template successfully."
msgstr "Votre document a été créé à partir du modèle avec succès."
-#: packages/email/template-components/template-document-super-delete.tsx:23
+#: packages/email/template-components/template-document-super-delete.tsx
msgid "Your document has been deleted by an admin!"
msgstr "Votre document a été supprimé par un administrateur !"
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:96
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Your document has been re-sent successfully."
msgstr "Votre document a été renvoyé avec succès."
-#: apps/remix/app/components/general/document/document-edit-form.tsx:293
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Your document has been sent successfully."
msgstr "Votre document a été envoyé avec succès."
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:62
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Your document has been successfully duplicated."
msgstr "Votre document a été dupliqué avec succès."
-#: apps/remix/app/components/general/document/document-upload.tsx:78
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Your document has been uploaded successfully."
msgstr "Votre document a été téléchargé avec succès."
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:61
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "Your document has been uploaded successfully. You will be redirected to the template page."
msgstr "Votre document a été téléchargé avec succès. Vous serez redirigé vers la page de modèle."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:103
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Your document preferences have been updated"
msgstr "Vos préférences de document ont été mises à jour"
-#: apps/remix/app/components/general/app-command-menu.tsx:218
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Your documents"
msgstr "Vos documents"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:176
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your email has already been confirmed. You can now use all features of Documenso."
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:148
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your email has been successfully confirmed! You can now use all features of Documenso."
msgstr "Votre e-mail a été confirmé avec succès ! Vous pouvez maintenant utiliser toutes les fonctionnalités de Documenso."
#. placeholder {0}: teamEmail.team.name
#. placeholder {1}: teamEmail.team.url
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:61
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Your email is currently being used by team <0>{0}0> ({1})."
msgstr "Votre e-mail est actuellement utilisé par l'équipe <0>{0}0> ({1})."
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:63
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Your existing tokens"
msgstr "Vos tokens existants"
-#: apps/remix/app/components/forms/reset-password.tsx:83
-#: apps/remix/app/components/forms/password.tsx:81
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Your new password cannot be the same as your old password."
msgstr "Ton nouveau mot de passe ne peut pas être le même que l'ancien."
-#: apps/remix/app/components/forms/reset-password.tsx:72
-#: apps/remix/app/components/forms/password.tsx:70
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Your password has been updated successfully."
msgstr "Votre mot de passe a été mis à jour avec succès."
-#: packages/email/template-components/template-reset-password.tsx:27
+#: packages/email/template-components/template-reset-password.tsx
msgid "Your password has been updated."
msgstr "Votre mot de passe a été mis à jour."
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:112
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Your payment for teams is overdue. Please settle the payment to avoid any service disruptions."
msgstr "Votre paiement pour les équipes est en retard. Veuillez régler le paiement pour éviter toute interruption de service."
-#: apps/remix/app/components/forms/profile.tsx:69
+#: apps/remix/app/components/forms/profile.tsx
msgid "Your profile has been updated successfully."
msgstr "Votre profil a été mis à jour avec succès."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:73
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "Your profile has been updated."
msgstr "Votre profil a été mis à jour."
-#: apps/remix/app/components/forms/public-profile-form.tsx:80
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Your public profile has been updated."
msgstr "Votre profil public a été mis à jour."
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:27
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "Your recovery code has been copied to your clipboard."
msgstr "Votre code de récupération a été copié dans votre presse-papiers."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:100
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:173
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Your recovery codes are listed below. Please store them in a safe place."
msgstr "Vos codes de récupération sont listés ci-dessous. Veuillez les conserver dans un endroit sûr."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:78
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Your subscription is currently active."
msgstr "Votre abonnement est actuellement actif."
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:88
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Your team has been created."
msgstr "Votre équipe a été créée."
-#: packages/email/templates/team-delete.tsx:28
-#: packages/email/templates/team-delete.tsx:32
+#: packages/email/templates/team-delete.tsx
+#: packages/email/templates/team-delete.tsx
msgid "Your team has been deleted"
msgstr "Votre équipe a été supprimée"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:71
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Your team has been successfully deleted."
msgstr "Votre équipe a été supprimée avec succès."
-#: apps/remix/app/components/forms/team-update-form.tsx:66
+#: apps/remix/app/components/forms/team-update-form.tsx
msgid "Your team has been successfully updated."
msgstr "Votre équipe a été mise à jour avec succès."
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:36
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Your template has been duplicated successfully."
msgstr "Votre modèle a été dupliqué avec succès."
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:39
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Your template has been successfully deleted."
msgstr "Votre modèle a été supprimé avec succès."
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:60
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Your template will be duplicated."
msgstr "Votre modèle sera dupliqué."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:207
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Your templates has been saved successfully."
msgstr "Vos modèles ont été enregistrés avec succès."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:116
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your token has expired!"
msgstr "Votre token a expiré !"
-#: apps/remix/app/components/forms/token.tsx:273
+#: apps/remix/app/components/forms/token.tsx
msgid "Your token was created successfully! Make sure to copy it because you won't be able to see it again!"
msgstr "Votre token a été créé avec succès ! Assurez-vous de le copier car vous ne pourrez plus le voir !"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:69
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
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 90bcd603e..8d629fc03 100644
--- a/packages/lib/translations/it/web.po
+++ b/packages/lib/translations/it/web.po
@@ -18,7164 +18,7143 @@ msgstr ""
"X-Crowdin-File: web.po\n"
"X-Crowdin-File-ID: 8\n"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:252
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid " Enable direct link signing"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:171
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid " The events that will trigger a webhook to be sent to your URL."
msgstr ""
#. placeholder {0}: team.name
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:225
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "\"{0}\" has invited you to sign \"example document\"."
msgstr "\"{0}\" ti ha invitato a firmare \"documento di esempio\"."
#. placeholder {0}: field.customText
#. placeholder {1}: timezone || ''
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:65
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
msgid "\"{0}\" will appear on the document as it has a timezone of \"{1}\"."
msgstr ""
-#: packages/email/template-components/template-document-super-delete.tsx:27
+#: packages/email/template-components/template-document-super-delete.tsx
msgid "\"{documentName}\" has been deleted by an admin."
msgstr "\"{documentName}\" è stato eliminato da un amministratore."
-#: packages/email/template-components/template-document-pending.tsx:37
+#: packages/email/template-components/template-document-pending.tsx
msgid "“{documentName}” has been signed"
msgstr "“{documentName}” è stato firmato"
-#: packages/email/template-components/template-document-completed.tsx:41
+#: packages/email/template-components/template-document-completed.tsx
msgid "“{documentName}” was signed by all signers"
msgstr "“{documentName}” è stato firmato da tutti i firmatari"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:59
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "\"{documentTitle}\" has been successfully deleted"
msgstr "\"{documentTitle}\" è stato eliminato con successo"
#. placeholder {0}: team.name
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:220
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
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/remix/app/components/general/document-signing/document-signing-form.tsx:273
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:372
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "(You)"
msgstr ""
#. placeholder {0}: Math.abs(charactersRemaining)
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:342
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
msgid "{0, plural, one {(1 character over)} other {(# characters over)}}"
msgstr "{0, plural, one {(1 carattere in eccesso)} other {(# caratteri in eccesso)}}"
#. placeholder {0}: Math.abs(remaningLength)
-#: apps/remix/app/components/forms/public-profile-form.tsx:236
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:392
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "{0, plural, one {# character over the limit} other {# characters over the limit}}"
msgstr "{0, plural, one {# carattere oltre il limite} other {# caratteri oltre il limite}}"
#. placeholder {0}: template.recipients.length
-#: apps/remix/app/routes/_recipient+/d.$token+/_index.tsx:99
+#: apps/remix/app/routes/_recipient+/d.$token+/_index.tsx
msgid "{0, plural, one {# recipient} other {# recipients}}"
msgstr "{0, plural, one {# destinatario} other {# destinatari}}"
#. placeholder {0}: row.original.quantity
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:66
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "{0, plural, one {# Seat} other {# Seats}}"
msgstr "{0, plural, one {# posto} other {# posti}}"
#. placeholder {0}: data.length
-#: apps/remix/app/components/general/teams/team-invitations.tsx:36
-#: apps/remix/app/components/general/teams/team-invitations.tsx:65
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "{0, plural, one {<0>You have <1>11> pending team invitation0>} other {<2>You have <3>#3> pending team invitations2>}}"
msgstr "{0, plural, one {<0>Hai <1>11> invito in sospeso alla squadra0>} other {<2>Hai <3>#3> inviti in sospeso alla squadra2>}}"
#. placeholder {0}: autoSignableFields.filter((f) => f.type === fieldType).length
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:188
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "{0, plural, one {1 matching field} other {# matching fields}}"
msgstr "{0, plural, one {1 campo corrispondente} other {# campi corrispondenti}}"
#. placeholder {0}: recipients.length
-#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx:122
+#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx
msgid "{0, plural, one {1 Recipient} other {# Recipients}}"
msgstr "{0, plural, one {1 destinatario} other {# destinatari}}"
#. placeholder {0}: pendingRecipients.length
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:232
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "{0, plural, one {Waiting on 1 recipient} other {Waiting on # recipients}}"
msgstr "{0, plural, one {In attesa di 1 destinatario} other {In attesa di # destinatari}}"
#. placeholder {0}: selectedValues.length
-#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx:64
+#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx
msgid "{0, plural, zero {Select values} other {# selected...}}"
msgstr "{0, plural, zero {Seleziona valori} other {# selezionati...}}"
#. placeholder {0}: _(FRIENDLY_FIELD_TYPE[fieldType as FieldType])
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:185
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "{0}"
msgstr ""
#. placeholder {0}: team.name
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:246
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "{0} direct signing templates"
msgstr "{0} modelli di firma diretta"
#. placeholder {0}: team.name
#. placeholder {1}: document.title
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:122
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "{0} has invited you to {recipientActionVerb} the document \"{1}\"."
msgstr "{0} ti ha invitato a {recipientActionVerb} il documento \"{1}\"."
#. placeholder {0}: team.name
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:113
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "{0} invited you to {recipientActionVerb} a document"
msgstr "{0} ti ha invitato a {recipientActionVerb} un documento"
#. placeholder {0}: memberName || memberEmail
-#: packages/email/templates/team-join.tsx:62
+#: packages/email/templates/team-join.tsx
msgid "{0} joined the team {teamName} on Documenso"
msgstr "{0} si è unito al team {teamName} su Documenso"
#. placeholder {0}: memberName || memberEmail
-#: packages/email/templates/team-leave.tsx:62
+#: packages/email/templates/team-leave.tsx
msgid "{0} left the team {teamName} on Documenso"
msgstr "{0} ha lasciato il team {teamName} su Documenso"
#. placeholder {0}: remaining.documents
#. placeholder {1}: quota.documents
-#: apps/remix/app/components/general/document/document-upload.tsx:137
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "{0} of {1} documents remaining this month."
msgstr "{0} di {1} documenti rimanenti questo mese."
#. placeholder {0}: table.getFilteredSelectedRowModel().rows.length
#. placeholder {1}: table.getFilteredRowModel().rows.length
-#: packages/ui/primitives/data-table-pagination.tsx:30
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "{0} of {1} row(s) selected."
msgstr "{0} di {1} riga selezionata."
#. placeholder {0}: user.name || user.email
#. placeholder {1}: document.team.name
#. placeholder {2}: document.title
-#: packages/lib/server-only/document/resend-document.tsx:137
+#: packages/lib/server-only/document/resend-document.tsx
msgid "{0} on behalf of \"{1}\" has invited you to {recipientActionVerb} the document \"{2}\"."
msgstr "{0} per conto di \"{1}\" ti ha invitato a {recipientActionVerb} il documento \"{2}\"."
#. placeholder {0}: recipients.length
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:167
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "{0} Recipient(s)"
msgstr "{0} Destinatario(i)"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:323
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
msgid "{charactersRemaining, plural, one {1 character remaining} other {{charactersRemaining} characters remaining}}"
msgstr "{charactersRemaining, plural, one {1 carattere rimanente} other {{charactersRemaining} caratteri rimanenti}}"
-#: packages/email/templates/document-invite.tsx:96
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} <0>({inviterEmail})0>"
msgstr "{inviterName} <0>({inviterEmail})0>"
-#: packages/email/templates/document-cancel.tsx:21
+#: packages/email/templates/document-cancel.tsx
msgid "{inviterName} has cancelled the document {documentName}, you don't need to sign it anymore."
msgstr "{inviterName} ha annullato il documento {documentName}, non è più necessario firmarlo."
-#: packages/email/template-components/template-document-cancel.tsx:24
+#: packages/email/template-components/template-document-cancel.tsx
msgid "{inviterName} has cancelled the document<0/>\"{documentName}\""
msgstr "{inviterName} ha annullato il documento<0/>\"{documentName}\""
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:74
+#: packages/email/template-components/template-document-invite.tsx
msgid "{inviterName} has invited you to {0}<0/>\"{documentName}\""
msgstr "{inviterName} ti ha invitato a {0}<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:42
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} has invited you to {action} {documentName}"
msgstr "{inviterName} ti ha invitato a {action} {documentName}"
-#: packages/email/templates/document-invite.tsx:109
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} has invited you to {action} the document \"{documentName}\"."
msgstr "{inviterName} ti ha invitato a {action} il documento \"{documentName}\"."
-#: packages/email/templates/recipient-removed-from-document.tsx:21
+#: packages/email/templates/recipient-removed-from-document.tsx
msgid "{inviterName} has removed you from the document {documentName}."
msgstr "{inviterName} ti ha rimosso dal documento {documentName}."
-#: packages/email/templates/recipient-removed-from-document.tsx:50
+#: packages/email/templates/recipient-removed-from-document.tsx
msgid "{inviterName} has removed you from the document<0/>\"{documentName}\""
msgstr "{inviterName} ti ha rimosso dal documento<0/>\"{documentName}\""
#. placeholder {0}: team.name
#. placeholder {1}: document.title
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:121
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "{inviterName} on behalf of \"{0}\" has invited you to {recipientActionVerb} the document \"{1}\"."
msgstr ""
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:61
+#: packages/email/template-components/template-document-invite.tsx
msgid "{inviterName} on behalf of \"{teamName}\" has invited you to {0}<0/>\"{documentName}\""
msgstr "{inviterName} per conto di \"{teamName}\" ti ha invitato a {0}<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:46
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} on behalf of \"{teamName}\" has invited you to {action} {documentName}"
msgstr "{inviterName} per conto di \"{teamName}\" ti ha invitato a {action} {documentName}"
-#: packages/email/templates/team-join.tsx:68
+#: packages/email/templates/team-join.tsx
msgid "{memberEmail} joined the following team"
msgstr "{memberEmail} si è unito al seguente team"
-#: packages/email/templates/team-leave.tsx:68
+#: packages/email/templates/team-leave.tsx
msgid "{memberEmail} left the following team"
msgstr "{memberEmail} ha lasciato il seguente team"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:65
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "{numberOfSeats, plural, one {# member} other {# members}}"
msgstr "{numberOfSeats, plural, one {# membro} other {# membri}}"
-#: packages/lib/utils/document-audit-logs.ts:278
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} added a field"
msgstr "{prefix} ha aggiunto un campo"
-#: packages/lib/utils/document-audit-logs.ts:290
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} added a recipient"
msgstr "{prefix} ha aggiunto un destinatario"
-#: packages/lib/utils/document-audit-logs.ts:302
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} created the document"
msgstr "{prefix} ha creato il documento"
-#: packages/lib/utils/document-audit-logs.ts:306
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} deleted the document"
msgstr "{prefix} ha eliminato il documento"
-#: packages/lib/utils/document-audit-logs.ts:354
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} moved the document to team"
msgstr "{prefix} ha spostato il documento al team"
-#: packages/lib/utils/document-audit-logs.ts:338
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} opened the document"
msgstr "{prefix} ha aperto il documento"
-#: packages/lib/utils/document-audit-logs.ts:318
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} prefilled a field"
msgstr ""
-#: packages/lib/utils/document-audit-logs.ts:282
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} removed a field"
msgstr "{prefix} ha rimosso un campo"
-#: packages/lib/utils/document-audit-logs.ts:294
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} removed a recipient"
msgstr "{prefix} ha rimosso un destinatario"
#. placeholder {0}: data.recipientEmail
-#: packages/lib/utils/document-audit-logs.ts:384
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} resent an email to {0}"
msgstr "{prefix} ha rinviato un'email a {0}"
#. placeholder {0}: data.recipientEmail
-#: packages/lib/utils/document-audit-logs.ts:385
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} sent an email to {0}"
msgstr "{prefix} ha inviato un'email a {0}"
-#: packages/lib/utils/document-audit-logs.ts:350
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} sent the document"
msgstr "{prefix} ha inviato il documento"
-#: packages/lib/utils/document-audit-logs.ts:310
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} signed a field"
msgstr "{prefix} ha firmato un campo"
-#: packages/lib/utils/document-audit-logs.ts:314
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} unsigned a field"
msgstr "{prefix} ha annullato la firma di un campo"
-#: packages/lib/utils/document-audit-logs.ts:286
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated a field"
msgstr "{prefix} ha aggiornato un campo"
-#: packages/lib/utils/document-audit-logs.ts:298
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated a recipient"
msgstr "{prefix} ha aggiornato un destinatario"
-#: packages/lib/utils/document-audit-logs.ts:334
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document"
msgstr "{prefix} ha aggiornato il documento"
-#: packages/lib/utils/document-audit-logs.ts:326
+#: packages/lib/utils/document-audit-logs.ts
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:346
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document external ID"
msgstr "{prefix} ha aggiornato l'ID esterno del documento"
-#: packages/lib/utils/document-audit-logs.ts:330
+#: packages/lib/utils/document-audit-logs.ts
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:342
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document title"
msgstr "{prefix} ha aggiornato il titolo del documento"
-#: packages/lib/utils/document-audit-logs.ts:322
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document visibility"
msgstr "{prefix} ha aggiornato la visibilità del documento"
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:68
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "{recipientActionVerb} document"
msgstr "{recipientActionVerb} documento"
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:69
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "{recipientActionVerb} the document to complete the process."
msgstr "{recipientActionVerb} il documento per completare il processo."
-#: packages/email/templates/document-created-from-direct-template.tsx:62
+#: packages/email/templates/document-created-from-direct-template.tsx
msgid "{recipientName} {action} a document by using one of your direct links"
msgstr "{recipientName} {action} un documento utilizzando uno dei tuoi link diretti"
-#: packages/email/templates/document-rejected.tsx:27
+#: packages/email/templates/document-rejected.tsx
msgid "{recipientName} has rejected the document '{documentName}'"
msgstr "{recipientName} ha rifiutato il documento '{documentName}'"
-#: packages/email/template-components/template-document-recipient-signed.tsx:49
+#: packages/email/template-components/template-document-recipient-signed.tsx
msgid "{recipientReference} has completed signing the document."
msgstr "{recipientReference} ha completato la firma del documento."
#. placeholder {0}: document.title
-#: packages/lib/jobs/definitions/emails/send-recipient-signed-email.handler.ts:112
+#: packages/lib/jobs/definitions/emails/send-recipient-signed-email.handler.ts
msgid "{recipientReference} has signed \"{0}\""
msgstr "{recipientReference} ha firmato \"{0}\""
-#: packages/email/template-components/template-document-recipient-signed.tsx:43
+#: packages/email/template-components/template-document-recipient-signed.tsx
msgid "{recipientReference} has signed \"{documentName}\""
msgstr "{recipientReference} ha firmato \"{documentName}\""
-#: packages/email/templates/document-recipient-signed.tsx:27
+#: packages/email/templates/document-recipient-signed.tsx
msgid "{recipientReference} has signed {documentName}"
msgstr "{recipientReference} ha firmato {documentName}"
-#: apps/remix/app/components/forms/public-profile-form.tsx:230
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:386
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "{remaningLength, plural, one {# character remaining} other {# characters remaining}}"
msgstr "{remaningLength, plural, one {# carattere rimanente} other {# caratteri rimanenti}}"
-#: packages/email/template-components/template-document-rejected.tsx:25
+#: packages/email/template-components/template-document-rejected.tsx
msgid "{signerName} has rejected the document \"{documentName}\"."
msgstr "{signerName} ha rifiutato il documento \"{documentName}\"."
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:68
+#: packages/email/template-components/template-document-invite.tsx
msgid "{teamName} has invited you to {0}<0/>\"{documentName}\""
msgstr "{teamName} ti ha invitato a {0}<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:47
+#: packages/email/templates/document-invite.tsx
msgid "{teamName} has invited you to {action} {documentName}"
msgstr "{teamName} ti ha invitato a {action} {documentName}"
-#: packages/email/templates/team-transfer-request.tsx:56
+#: packages/email/templates/team-transfer-request.tsx
msgid "{teamName} ownership transfer request"
msgstr "richiesta di trasferimento di proprietà di {teamName}"
-#: packages/lib/utils/document-audit-logs.ts:362
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} approved the document"
msgstr "{userName} ha approvato il documento"
-#: packages/lib/utils/document-audit-logs.ts:363
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} CC'd the document"
msgstr "{userName} ha inoltrato il documento"
-#: packages/lib/utils/document-audit-logs.ts:364
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} completed their task"
msgstr "{userName} ha completato il suo compito"
-#: packages/lib/utils/document-audit-logs.ts:374
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} rejected the document"
msgstr "{userName} ha rifiutato il documento"
-#: packages/lib/utils/document-audit-logs.ts:360
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} signed the document"
msgstr "{userName} ha firmato il documento"
-#: packages/lib/utils/document-audit-logs.ts:361
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} viewed the document"
msgstr "{userName} ha visualizzato il documento"
-#: packages/ui/primitives/data-table-pagination.tsx:41
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "{visibleRows, plural, one {Showing # result.} other {Showing # results.}}"
msgstr "{visibleRows, plural, one {Visualizzazione di # risultato.} other {Visualizzazione di # risultati.}}"
#. placeholder {0}: document.title
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:181
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "<0>\"{0}\"0>is no longer available to sign"
msgstr "<0>\"{0}\"0>non è più disponibile per la firma"
-#: packages/email/templates/team-transfer-request.tsx:60
+#: packages/email/templates/team-transfer-request.tsx
msgid "<0>{senderName}0> has requested that you take ownership of the following team"
msgstr "<0>{senderName}0> ha richiesto di prendere in carico il seguente team"
-#: packages/email/templates/confirm-team-email.tsx:76
+#: packages/email/templates/confirm-team-email.tsx
msgid "<0>{teamName}0> has requested to use your email address for their team on Documenso."
msgstr "<0>{teamName}0> ha richiesto di utilizzare il tuo indirizzo email per il loro team su Documenso."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:461
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "<0>Click to upload0> or drag and drop"
msgstr "<0>Fai clic per caricare0> o trascina e rilascia"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:285
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>Email0> - The recipient will be emailed the document to sign, approve, etc."
msgstr "<0>Email0> - Al destinatario verrà inviato il documento tramite email per firmare, approvare, ecc."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:52
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "<0>Inherit authentication method0> - Use the global action signing authentication method configured in the \"General Settings\" step"
msgstr "<0>Eredita metodo di autenticazione0> - Usa il metodo globale di autenticazione della firma configurato nel passaggio \"Impostazioni generali\""
-#: packages/ui/components/document/document-global-auth-action-select.tsx:94
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "<0>No restrictions0> - No authentication required"
msgstr "<0>Nessuna restrizione0> - Non è richiesta autenticazione"
-#: packages/ui/components/document/document-global-auth-access-select.tsx:76
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "<0>No restrictions0> - The document can be accessed directly by the URL sent to the recipient"
msgstr "<0>Nessuna restrizione0> - Il documento può essere accessibile direttamente tramite l'URL inviato al destinatario"
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:74
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "<0>None0> - No authentication required"
msgstr "<0>Nessuno0> - Non è richiesta autenticazione"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:291
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>None0> - We will generate links which you can send to the recipients manually."
msgstr "<0>Nessuno0> - Genereremo i link che potrai inviare manualmente ai destinatari."
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:298
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>Note0> - If you use Links in combination with direct templates, you will need to manually send the links to the remaining recipients."
msgstr "<0>Nota0> - Se usi i link in combinazione con modelli diretti, dovrai inviare manualmente i link ai destinatari rimanenti."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:68
-#: packages/ui/components/document/document-global-auth-action-select.tsx:88
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "<0>Require 2FA0> - The recipient must have an account and 2FA enabled via their settings"
msgstr "<0>Richiedi 2FA0> - Il destinatario deve avere un account e 2FA abilitato tramite le sue impostazioni"
-#: packages/ui/components/document/document-global-auth-access-select.tsx:71
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "<0>Require account0> - The recipient must be signed in to view the document"
msgstr "<0>Richiede account0> - Il destinatario deve essere connesso per visualizzare il documento"
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:62
-#: packages/ui/components/document/document-global-auth-action-select.tsx:82
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "<0>Require passkey0> - The recipient must have an account and passkey configured via their settings"
msgstr "<0>Richiede passkey0> - Il destinatario deve avere un account e una passkey configurati tramite le sue impostazioni"
-#: apps/remix/app/components/tables/documents-table-sender-filter.tsx:52
+#: apps/remix/app/components/tables/documents-table-sender-filter.tsx
msgid "<0>Sender:0> All"
msgstr "<0>Mittente:0> Tutti"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:105
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "<0>You are about to complete approving <1>\"{documentTitle}\"1>.0><2/> Are you sure?"
msgstr "<0>Stai per completare l'approvazione di <1>\"{documentTitle}\"1>.0><2/> Sei sicuro?"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:91
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "<0>You are about to complete signing \"<1>{documentTitle}1>\".0><2/> Are you sure?"
msgstr "<0>Stai per completare la firma di \"<1>{documentTitle}1>\".0><2/> Sei sicuro?"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:77
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "<0>You are about to complete viewing \"<1>{documentTitle}1>\".0><2/> Are you sure?"
msgstr "<0>Stai per completare la visualizzazione di \"<1>{documentTitle}1>\".0><2/> Sei sicuro?"
-#: apps/remix/app/components/forms/token.tsx:45
+#: apps/remix/app/components/forms/token.tsx
msgid "1 month"
msgstr "{VAR_PLURAL, select, one {1 mese} other {# mesi}}"
-#: apps/remix/app/components/forms/token.tsx:48
+#: apps/remix/app/components/forms/token.tsx
msgid "12 months"
msgstr "{VAR_PLURAL, select, one {1 mese} other {12 mesi}}"
-#: apps/remix/app/components/forms/token.tsx:46
+#: apps/remix/app/components/forms/token.tsx
msgid "3 months"
msgstr "{VAR_PLURAL, select, one {1 mese} other {3 mesi}}"
-#: apps/remix/app/components/general/generic-error-layout.tsx:41
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "404 not found"
msgstr ""
-#: apps/remix/app/routes/_profile+/_layout.tsx:102
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "404 Profile not found"
msgstr "404 Profilo non trovato"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:62
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "404 Team not found"
msgstr "404 Squadra non trovata"
-#: apps/remix/app/components/general/generic-error-layout.tsx:46
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "500 Internal Server Error"
msgstr ""
-#: apps/remix/app/components/forms/token.tsx:47
+#: apps/remix/app/components/forms/token.tsx
msgid "6 months"
msgstr "{VAR_PLURAL, select, one {1 mese} other {6 mesi}}"
-#: apps/remix/app/components/forms/token.tsx:44
+#: apps/remix/app/components/forms/token.tsx
msgid "7 days"
msgstr "{VAR_PLURAL, select, one {1 giorno} other {7 giorni}}"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:52
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "A confirmation email has been sent, and it should arrive in your inbox shortly."
msgstr "È stata inviata un'e-mail di conferma e dovrebbe arrivare nella tua casella di posta a breve."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:66
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "A device capable of accessing, opening, and reading documents"
msgstr "Un dispositivo in grado di accedere, aprire e leggere documenti"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:105
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "A document was created by your direct template that requires you to {recipientActionVerb} it."
msgstr "Un documento è stato creato dal tuo modello diretto che richiede di {recipientActionVerb}."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:228
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "A draft document will be created"
msgstr "Verrà creato un documento bozza"
-#: packages/lib/utils/document-audit-logs.ts:277
+#: packages/lib/utils/document-audit-logs.ts
msgid "A field was added"
msgstr "Un campo è stato aggiunto"
-#: packages/lib/utils/document-audit-logs.ts:281
+#: packages/lib/utils/document-audit-logs.ts
msgid "A field was removed"
msgstr "Un campo è stato rimosso"
-#: packages/lib/utils/document-audit-logs.ts:285
+#: packages/lib/utils/document-audit-logs.ts
msgid "A field was updated"
msgstr "Un campo è stato aggiornato"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:69
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "A means to print or download documents for your records"
msgstr "Un mezzo per stampare o scaricare documenti per i tuoi archivi"
-#: packages/lib/jobs/definitions/emails/send-team-member-joined-email.handler.ts:98
+#: packages/lib/jobs/definitions/emails/send-team-member-joined-email.handler.ts
msgid "A new member has joined your team"
msgstr "Un nuovo membro si è unito al tuo team"
-#: apps/remix/app/components/forms/token.tsx:124
+#: apps/remix/app/components/forms/token.tsx
msgid "A new token was created successfully."
msgstr "Un nuovo token è stato creato con successo."
-#: apps/remix/app/routes/_unauthenticated+/check-email.tsx:21
-#: apps/remix/app/components/forms/forgot-password.tsx:56
+#: apps/remix/app/routes/_unauthenticated+/check-email.tsx
+#: apps/remix/app/components/forms/forgot-password.tsx
msgid "A password reset email has been sent, if you have an account you should see it in your inbox shortly."
msgstr "È stata inviata un'e-mail per il reset della password; se hai un account dovresti vederla nella tua casella di posta a breve."
-#: packages/lib/utils/document-audit-logs.ts:289
+#: packages/lib/utils/document-audit-logs.ts
msgid "A recipient was added"
msgstr "Un destinatario è stato aggiunto"
-#: packages/lib/utils/document-audit-logs.ts:293
+#: packages/lib/utils/document-audit-logs.ts
msgid "A recipient was removed"
msgstr "Un destinatario è stato rimosso"
-#: packages/lib/utils/document-audit-logs.ts:297
+#: packages/lib/utils/document-audit-logs.ts
msgid "A recipient was updated"
msgstr "Un destinatario è stato aggiornato"
#. placeholder {0}: transferVerification.name
#. placeholder {1}: transferVerification.email
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:91
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "A request to transfer the ownership of this team has been sent to <0>{0} ({1})0>"
msgstr "Una richiesta per trasferire la proprietà di questa squadra è stata inviata a <0>{0} ({1})0>"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/create-team-email-verification.ts:160
+#: packages/lib/server-only/team/create-team-email-verification.ts
msgid "A request to use your email has been initiated by {0} on Documenso"
msgstr "Una richiesta per utilizzare la tua email è stata avviata da {0} su Documenso"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:221
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "A secret that will be sent to your URL so you can verify that the request has been sent by Documenso"
msgstr "Un codice segreto che verrà inviato al tuo URL in modo che tu possa verificare che la richiesta sia stata inviata da Documenso"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:191
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:192
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "A secret that will be sent to your URL so you can verify that the request has been sent by Documenso."
msgstr "Un codice segreto che verrà inviato al tuo URL in modo che tu possa verificare che la richiesta sia stata inviata da Documenso."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:60
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "A stable internet connection"
msgstr "Una connessione Internet stabile"
-#: packages/email/templates/team-join.tsx:32
+#: packages/email/templates/team-join.tsx
msgid "A team member has joined a team on Documenso"
msgstr "Un membro del team si è unito a un team su Documenso"
#. placeholder {0}: team.name
-#: packages/lib/jobs/definitions/emails/send-team-member-left-email.handler.ts:87
+#: packages/lib/jobs/definitions/emails/send-team-member-left-email.handler.ts
msgid "A team member has left {0}"
msgstr "Un membro del team ha lasciato {0}"
-#: packages/email/templates/team-leave.tsx:32
+#: packages/email/templates/team-leave.tsx
msgid "A team member has left a team on Documenso"
msgstr "Un membro del team ha lasciato un team su Documenso"
-#: packages/email/templates/team-delete.tsx:29
-#: packages/email/templates/team-delete.tsx:33
+#: packages/email/templates/team-delete.tsx
+#: packages/email/templates/team-delete.tsx
msgid "A team you were a part of has been deleted"
msgstr "Un team di cui facevi parte è stato eliminato"
-#: apps/remix/app/components/forms/public-profile-form.tsx:197
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "A unique URL to access your profile"
msgstr "Un URL univoco per accedere al tuo profilo"
-#: apps/remix/app/components/forms/team-update-form.tsx:136
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:205
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "A unique URL to identify your team"
msgstr "Un URL univoco per identificare la tua squadra"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:134
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "A verification email will be sent to the provided email."
msgstr "Un'email di verifica sarà inviata all'email fornita."
-#: apps/remix/app/components/general/teams/team-invitations.tsx:146
-#: packages/email/templates/team-transfer-request.tsx:82
-#: packages/email/templates/team-invite.tsx:95
-#: packages/email/templates/confirm-team-email.tsx:119
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: packages/email/templates/team-transfer-request.tsx
+#: packages/email/templates/team-invite.tsx
+#: packages/email/templates/confirm-team-email.tsx
msgid "Accept"
msgstr "Accetta"
-#: packages/email/templates/team-invite.tsx:43
+#: packages/email/templates/team-invite.tsx
msgid "Accept invitation to join a team on Documenso"
msgstr "Accetta l'invito a unirti a un team su Documenso"
-#: packages/email/templates/confirm-team-email.tsx:42
+#: packages/email/templates/confirm-team-email.tsx
msgid "Accept team email request for {teamName} on Documenso"
msgstr "Accetta la richiesta di email per il team {teamName} su Documenso"
-#: packages/email/templates/team-transfer-request.tsx:30
+#: packages/email/templates/team-transfer-request.tsx
msgid "Accept team transfer request on Documenso"
msgstr "Accetta la richiesta di trasferimento di team su Documenso"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:29
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Acceptance and Consent"
msgstr "Accettazione e Consenso"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:126
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Accepted team invitation"
msgstr "Invito alla squadra accettato"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:134
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Account Authentication"
msgstr "Autenticazione dell'account"
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:49
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:47
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Account deleted"
msgstr "Account eliminato"
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:49
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Account disabled"
msgstr "Account disabilitato"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:46
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Account enabled"
msgstr "Account abilitato"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:125
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Account Re-Authentication"
msgstr "Ri-autenticazione dell'account"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:135
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Acknowledgment"
msgstr "Riconoscimento"
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:112
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:158
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:46
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:112
-#: apps/remix/app/components/tables/document-logs-table.tsx:94
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:111
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/document-logs-table.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Action"
msgstr "Azione"
-#: apps/remix/app/components/tables/templates-table.tsx:154
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:103
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:112
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:127
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:136
-#: apps/remix/app/components/tables/documents-table.tsx:78
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:173
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Actions"
msgstr "Azioni"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:70
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:105
-#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx:64
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx
msgid "Active"
msgstr "Attivo"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Active Subscriptions"
msgstr "Abbonamenti attivi"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:186
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "Add"
msgstr "Aggiungi"
-#: packages/ui/primitives/document-dropzone.tsx:67
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Add a document"
msgstr "Aggiungi un documento"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:512
-#: packages/ui/primitives/document-flow/add-settings.tsx:388
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Add a URL to redirect the user to once the document is signed"
msgstr "Aggiungi un URL per reindirizzare l'utente una volta firmato il documento"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:83
-#: apps/remix/app/components/general/document/document-edit-form.tsx:151
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add all relevant fields for each recipient."
msgstr "Aggiungi tutti i campi rilevanti per ciascun destinatario."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:78
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Add all relevant placeholders for each recipient."
msgstr "Aggiungi tutti i segnaposto pertinenti per ciascun destinatario."
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:94
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Add an authenticator to serve as a secondary authentication method for signing documents."
msgstr "Aggiungi un autenticatore come metodo di autenticazione secondario per firmare documenti."
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:89
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Add an authenticator to serve as a secondary authentication method when signing in, or when signing documents."
msgstr "Aggiungi un autenticatore come metodo di autenticazione secondario al momento dell'accesso o durante la firma di documenti."
-#: packages/ui/primitives/document-flow/add-settings.tsx:300
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Add an external ID to the document. This can be used to identify the document in external systems."
msgstr "Aggiungi un ID esterno al documento. Questo può essere usato per identificare il documento in sistemi esterni."
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:429
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Add an external ID to the template. This can be used to identify in external systems."
msgstr "Aggiungi un ID esterno al modello. Questo può essere usato per identificare in sistemi esterni."
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:186
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Add another option"
msgstr "Aggiungi un'altra opzione"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:165
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:230
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Add another value"
msgstr "Aggiungi un altro valore"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:122
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "Add email"
msgstr "Aggiungi email"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:82
-#: apps/remix/app/components/general/document/document-edit-form.tsx:150
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add Fields"
msgstr "Aggiungi campi"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:362
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Add more"
msgstr "Aggiungi altro"
-#: packages/ui/primitives/document-flow/add-signers.tsx:693
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Add myself"
msgstr "Aggiungi me stesso"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:706
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "Add Myself"
msgstr "Aggiungi me stesso"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:145
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:153
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Add passkey"
msgstr "Aggiungi chiave d'accesso"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:692
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "Add Placeholder Recipient"
msgstr "Aggiungi un destinatario segnaposto"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:77
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Add Placeholders"
msgstr "Aggiungi segnaposto"
-#: packages/ui/primitives/document-flow/add-signers.tsx:682
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Add Signer"
msgstr "Aggiungi un firmatario"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:145
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add Signers"
msgstr "Aggiungi firmatari"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:130
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "Add team email"
msgstr "Aggiungi email del team"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:81
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Add text"
msgstr "Aggiungi testo"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:86
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Add text to the field"
msgstr "Aggiungi testo al campo"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:146
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add the people who will sign the document."
msgstr "Aggiungi le persone che firmeranno il documento."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:230
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Add the recipients to create the document with"
msgstr "Aggiungi i destinatari con cui creare il documento"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:153
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Adding and removing seats will adjust your invoice accordingly."
msgstr "Aggiungere e rimuovere posti adeguerà di conseguenza la tua fattura."
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:302
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Additional brand information to display at the bottom of emails"
msgstr "Informazioni aggiuntive sul marchio da mostrare in fondo alle email"
-#: packages/lib/constants/teams.ts:9
+#: packages/lib/constants/teams.ts
msgid "Admin"
msgstr "Amministratore"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:95
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Admin Actions"
msgstr "Azioni amministrative"
-#: apps/remix/app/components/general/menu-switcher.tsx:251
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Admin panel"
msgstr "Pannello admin"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:411
-#: packages/ui/primitives/document-flow/add-settings.tsx:282
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Advanced Options"
msgstr "Opzioni avanzate"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:496
-#: packages/ui/primitives/document-flow/add-fields.tsx:583
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Advanced settings"
msgstr "Impostazioni avanzate"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:125
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "After signing a document electronically, you will be provided the opportunity to view, download, and print the document for your records. It is highly recommended that you retain a copy of all electronically signed documents for your personal records. We will also retain a copy of the signed document for our records however we may not be able to provide you with a copy of the signed document after a certain period of time."
msgstr "Dopo aver firmato un documento elettronicamente, avrai la possibilità di visualizzare, scaricare e stampare il documento per i tuoi archivi. È altamente consigliato conservare una copia di tutti i documenti firmati elettronicamente per i tuoi archivi personali. Noi conserveremo anche una copia del documento firmato per i nostri archivi, tuttavia potremmo non essere in grado di fornirti una copia del documento firmato dopo un certo periodo di tempo."
-#: packages/lib/constants/template.ts:21
+#: packages/lib/constants/template.ts
msgid "After submission, a document will be automatically generated and added to your documents page. You will also receive a notification via email."
msgstr "Dopo l'invio, un documento verrà generato automaticamente e aggiunto alla tua pagina dei documenti. Riceverai anche una notifica via email."
-#: apps/remix/app/components/general/document/document-status.tsx:46
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "All"
msgstr "Tutto"
-#: apps/remix/app/components/general/app-command-menu.tsx:38
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "All documents"
msgstr "Tutti i documenti"
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:35
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "All documents have been processed. Any new documents that are sent or received will show here."
msgstr "Tutti i documenti sono stati elaborati. Eventuali nuovi documenti inviati o ricevuti verranno mostrati qui."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:77
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "All documents related to the electronic signing process will be provided to you electronically through our platform or via email. It is your responsibility to ensure that your email address is current and that you can receive and open our emails."
msgstr "Tutti i documenti relativi al processo di firma elettronica ti saranno forniti elettronicamente tramite la nostra piattaforma o via email. È tua responsabilità assicurarti che il tuo indirizzo email sia attuale e che tu possa ricevere e aprire le nostre email."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:141
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "All inserted signatures will be voided"
msgstr "Tutte le firme inserite saranno annullate"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:144
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "All recipients will be notified"
msgstr "Tutti i destinatari saranno notificati"
-#: packages/email/template-components/template-document-cancel.tsx:31
+#: packages/email/template-components/template-document-cancel.tsx
msgid "All signatures have been voided."
msgstr "Tutte le firme sono state annullate."
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:60
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "All signing links have been copied to your clipboard."
msgstr "Tutti i link di firma sono stati copiati negli Appunti."
-#: apps/remix/app/components/general/app-command-menu.tsx:53
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "All templates"
msgstr "Tutti i modelli"
-#: apps/remix/app/components/general/period-selector.tsx:56
+#: apps/remix/app/components/general/period-selector.tsx
msgid "All Time"
msgstr "Tutto il tempo"
-#: packages/email/templates/confirm-team-email.tsx:99
+#: packages/email/templates/confirm-team-email.tsx
msgid "Allow document recipients to reply directly to this email address"
msgstr "Consenti ai destinatari del documento di rispondere direttamente a questo indirizzo email"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:141
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Allows authenticating using biometrics, password managers, hardware keys, etc."
msgstr "Consente di autenticare utilizzando biometria, gestori di password, chiavi hardware, ecc."
-#: apps/remix/app/components/forms/signup.tsx:420
+#: apps/remix/app/components/forms/signup.tsx
msgid "Already have an account? <0>Sign in instead0>"
msgstr "Hai già un account? <0>Accedi al posto0>"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:86
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Amount"
msgstr "Importo"
-#: packages/email/templates/document-super-delete.tsx:22
+#: packages/email/templates/document-super-delete.tsx
msgid "An admin has deleted your document \"{documentName}\"."
msgstr "Un amministratore ha eliminato il tuo documento \"{documentName}\"."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:44
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "An electronic signature provided by you on our platform, achieved through clicking through to a document and entering your name, or any other electronic signing method we provide, is legally binding. It carries the same weight and enforceability as a manual signature written with ink on paper."
msgstr "Una firma elettronica fornita da te sulla nostra piattaforma, ottenuta cliccando su un documento e inserendo il tuo nome, o qualsiasi altro metodo di firma elettronica che forniamo, è legalmente vincolante. Ha lo stesso peso e validità giuridica di una firma manuale scritta con inchiostro su carta."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:63
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "An email account"
msgstr "Un account email"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:258
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "An email containing an invitation will be sent to each member."
msgstr "Verrà inviato un'email contenente un invito a ciascun membro."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:107
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "An email requesting the transfer of this team has been sent."
msgstr "È stata inviata un'email per richiedere il trasferimento di questo team."
-#: apps/remix/app/components/general/claim-account.tsx:96
-#: apps/remix/app/components/forms/token.tsx:140
-#: apps/remix/app/components/forms/signup.tsx:160
-#: apps/remix/app/components/forms/reset-password.tsx:91
-#: apps/remix/app/components/forms/password.tsx:89
-#: apps/remix/app/components/forms/avatar-image.tsx:122
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/token.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "An error occurred"
msgstr "Si è verificato un errore"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:217
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "An error occurred while adding fields."
msgstr "Si è verificato un errore durante l'aggiunta dei campi."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:177
-#: apps/remix/app/components/general/document/document-edit-form.tsx:235
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while adding signers."
msgstr "Si è verificato un errore durante l'aggiunta di firmatari."
-#: apps/remix/app/components/general/document/document-edit-form.tsx:270
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while adding the fields."
msgstr "Si è verificato un errore durante l'aggiunta dei campi."
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:150
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "An error occurred while auto-signing the document, some fields may not be signed. Please review and manually sign any remaining fields."
msgstr "Si è verificato un errore durante la firma automatica del documento, alcuni campi potrebbero non essere firmati. Si prega di controllare e firmare manualmente eventuali campi rimanenti."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:186
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "An error occurred while creating document from template."
msgstr "Si è verificato un errore durante la creazione del documento dal modello."
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:95
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "An error occurred while creating the webhook. Please try again."
msgstr "Si è verificato un errore durante la creazione del webhook. Prova di nuovo."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:59
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "An error occurred while deleting the user."
msgstr "Si è verificato un errore durante l'eliminazione dell'utente."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:125
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "An error occurred while disabling direct link signing."
msgstr "Si è verificato un errore durante la disabilitazione della firma tramite link diretto."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:59
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "An error occurred while disabling the user."
msgstr "Si è verificato un errore durante la disabilitazione dell'utente."
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:96
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:74
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:95
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:64
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
msgid "An error occurred while downloading your document."
msgstr "Si è verificato un errore durante il download del tuo documento."
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:45
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "An error occurred while duplicating template."
msgstr "Si è verificato un errore durante la duplicazione del modello."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:124
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "An error occurred while enabling direct link signing."
msgstr "Si è verificato un errore durante l'abilitazione della firma del link diretto."
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:56
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "An error occurred while enabling the user."
msgstr "Si è verificato un errore durante l'abilitazione dell'utente."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:262
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "An error occurred while loading team members. Please try again later."
msgstr "Si è verificato un errore durante il caricamento dei membri del team. Per favore riprova più tardi."
-#: packages/ui/primitives/pdf-viewer.tsx:167
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "An error occurred while loading the document."
msgstr "Si è verificato un errore durante il caricamento del documento."
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:55
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "An error occurred while moving the document."
msgstr "Si è verificato un errore durante lo spostamento del documento."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:81
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "An error occurred while moving the template."
msgstr "Si è verificato un errore durante lo spostamento del modello."
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:209
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:204
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:155
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:112
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:115
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:136
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:124
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:157
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while removing the field."
msgstr "Si è verificato un errore durante la rimozione del campo."
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:132
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
msgid "An error occurred while removing the selection."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:188
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "An error occurred while removing the signature."
msgstr "Si è verificato un errore durante la rimozione della firma."
-#: apps/remix/app/components/general/document/document-edit-form.tsx:312
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while sending the document."
msgstr "Si è verificato un errore durante l'invio del documento."
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:61
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "An error occurred while sending your confirmation email"
msgstr "Si è verificato un errore durante l'invio della tua email di conferma"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:180
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:104
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:154
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:128
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:85
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:88
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:103
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:97
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:127
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while signing as assistant."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:181
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:162
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:105
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:155
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:129
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:86
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:89
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:104
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:98
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:128
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while signing the document."
msgstr "Si è verificato un errore durante la firma del documento."
-#: apps/remix/app/components/general/billing-plans.tsx:63
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "An error occurred while trying to create a checkout session."
msgstr ""
-#: apps/remix/app/components/general/template/template-edit-form.tsx:149
-#: apps/remix/app/components/general/document/document-edit-form.tsx:205
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while updating the document settings."
msgstr "Si è verificato un errore durante l'aggiornamento delle impostazioni del documento."
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:215
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while updating the signature."
msgstr "Si è verificato un errore durante l'aggiornamento della firma."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:79
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "An error occurred while updating your profile."
msgstr "Si è verificato un errore durante l'aggiornamento del tuo profilo."
-#: apps/remix/app/components/general/document/document-upload.tsx:100
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "An error occurred while uploading your document."
msgstr "Si è verificato un errore durante il caricamento del tuo documento."
-#: apps/remix/app/components/general/generic-error-layout.tsx:48
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "An unexpected error occurred."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:88
-#: apps/remix/app/components/general/app-command-menu.tsx:309
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:51
-#: apps/remix/app/components/forms/team-update-form.tsx:91
-#: apps/remix/app/components/forms/signup.tsx:181
-#: apps/remix/app/components/forms/signup.tsx:195
-#: apps/remix/app/components/forms/signin.tsx:52
-#: apps/remix/app/components/forms/signin.tsx:265
-#: apps/remix/app/components/forms/signin.tsx:281
-#: apps/remix/app/components/forms/public-profile-form.tsx:103
-#: apps/remix/app/components/forms/profile.tsx:74
-#: apps/remix/app/components/forms/avatar-image.tsx:94
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:81
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:88
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:114
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:99
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:154
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:57
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:57
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:86
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:97
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:82
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:104
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:139
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:175
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:56
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:55
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "An unknown error occurred"
msgstr "Si è verificato un errore sconosciuto"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:223
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Any payment methods attached to this team will remain attached to this team. Please contact us if you need to update this information."
msgstr "Qualsiasi metodo di pagamento associato a questo team rimarrà associato a questo team. Si prega di contattarci se necessario per aggiornare queste informazioni."
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:217
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Any Source"
msgstr "Qualsiasi fonte"
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:197
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Any Status"
msgstr "Qualsiasi stato"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:26
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:84
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:82
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:94
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:85
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "API Tokens"
msgstr "Token API"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:92
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "App Version"
msgstr "Versione dell'app"
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:135
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:118
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:143
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:89
-#: packages/lib/constants/recipient-roles.ts:7
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Approve"
msgstr "Approvare"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:185
-#: packages/email/template-components/template-document-invite.tsx:108
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Approve Document"
msgstr "Approva Documento"
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:93
-#: packages/lib/constants/recipient-roles.ts:8
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Approved"
msgstr "Approvato"
-#: packages/lib/constants/recipient-roles.ts:10
+#: packages/lib/constants/recipient-roles.ts
msgid "Approver"
msgstr "Approvante"
-#: packages/lib/constants/recipient-roles.ts:11
+#: packages/lib/constants/recipient-roles.ts
msgid "Approvers"
msgstr "Approvanti"
-#: packages/lib/constants/recipient-roles.ts:9
+#: packages/lib/constants/recipient-roles.ts
msgid "Approving"
msgstr "Approvazione in corso"
-#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx:46
+#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
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/remix/app/components/dialogs/token-delete-dialog.tsx:120
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Are you sure you want to delete this token?"
msgstr "Sei sicuro di voler eliminare questo token?"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:127
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
msgid "Are you sure you want to reject this document? This action cannot be undone."
msgstr "Sei sicuro di voler rifiutare questo documento? Questa azione non può essere annullata."
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:193
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Are you sure you want to remove the <0>{passkeyName}0> passkey."
msgstr "Sei sicuro di voler rimuovere la chiave di accesso <0>{passkeyName}0>."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:124
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Are you sure you wish to delete this team?"
msgstr "Sei sicuro di voler eliminare questo team?"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:93
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:455
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:80
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:80
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:113
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:436
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:94
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Are you sure?"
msgstr "Sei sicuro?"
-#: packages/lib/constants/recipient-roles.ts:35
+#: packages/lib/constants/recipient-roles.ts
msgid "Assist"
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:186
-#: packages/email/template-components/template-document-invite.tsx:110
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Assist Document"
msgstr ""
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:299
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Assist with signing"
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:38
+#: packages/lib/constants/recipient-roles.ts
msgid "Assistant"
msgstr ""
-#: packages/ui/components/recipient/recipient-role-select.tsx:140
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Assistant role is only available when the document is in sequential signing mode."
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:39
+#: packages/lib/constants/recipient-roles.ts
msgid "Assistants"
msgstr ""
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:125
-#: packages/lib/constants/recipient-roles.ts:36
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Assisted"
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:37
+#: packages/lib/constants/recipient-roles.ts
msgid "Assisting"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:115
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
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."
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:133
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Audit Log"
msgstr "Registro di controllo"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:206
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Authentication Level"
msgstr "Livello di Autenticazione"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:48
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:38
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "Authentication required"
msgstr "Autenticazione richiesta"
-#: apps/remix/app/components/forms/avatar-image.tsx:142
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Avatar"
msgstr "Avatar"
-#: apps/remix/app/components/forms/avatar-image.tsx:109
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Avatar Updated"
msgstr "Avatar aggiornato"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:125
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Awaiting email confirmation"
msgstr "In attesa della conferma email"
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:367
-#: apps/remix/app/components/forms/signup.tsx:503
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Back"
msgstr "Indietro"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:160
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Back to Documents"
msgstr "Torna ai Documenti"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:151
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Background Color"
msgstr "Colore di Sfondo"
-#: apps/remix/app/components/forms/signin.tsx:463
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:162
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Backup Code"
msgstr "Codice di Backup"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:170
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Backup codes"
msgstr "Codici di Backup"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:80
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Banner Updated"
msgstr "Banner Aggiornato"
-#: apps/remix/app/components/forms/signup.tsx:466
+#: apps/remix/app/components/forms/signup.tsx
msgid "Basic details"
msgstr "Dettagli di Base"
-#: packages/email/template-components/template-confirmation-email.tsx:25
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "Before you get started, please confirm your email address by clicking the button below:"
msgstr "Prima di iniziare, conferma il tuo indirizzo email facendo clic sul pulsante qui sotto:"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:77
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:84
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:111
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:109
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:121
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:112
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Billing"
msgstr "Fatturazione"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:534
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Black"
msgstr "Nero"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:548
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Blue"
msgstr "Blu"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:40
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Branding Preferences"
msgstr "Preferenze per il branding"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:101
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Branding preferences updated"
msgstr "Preferenze di branding aggiornate"
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:93
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:48
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
msgid "Browser"
msgstr "Browser"
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:143
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "Bulk Copy"
msgstr "Copia massiva"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:275
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Bulk Import"
msgstr "Importazione Massiva"
#. placeholder {0}: template.title
-#: packages/lib/jobs/definitions/internal/bulk-send-template.handler.ts:203
+#: packages/lib/jobs/definitions/internal/bulk-send-template.handler.ts
msgid "Bulk Send Complete: {0}"
msgstr "Invio Massivo Completato: {0}"
-#: packages/email/templates/bulk-send-complete.tsx:30
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Bulk send operation complete for template \"{templateName}\""
msgstr "Operazione di invio massivo completata per il modello \"{templateName}\""
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:127
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Bulk Send Template via CSV"
msgstr "Invio modello in blocco tramite CSV"
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:99
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:119
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Bulk Send via CSV"
msgstr "Invio Massivo via CSV"
-#: packages/email/templates/team-invite.tsx:85
+#: packages/email/templates/team-invite.tsx
msgid "by <0>{senderName}0>"
msgstr "da <0>{senderName}0>"
-#: packages/email/templates/confirm-team-email.tsx:88
+#: packages/email/templates/confirm-team-email.tsx
msgid "By accepting this request, you will be granting <0>{teamName}0> access to:"
msgstr "Accettando questa richiesta, concederai l'accesso a <0>{teamName}0> a:"
-#: packages/email/templates/team-transfer-request.tsx:71
+#: packages/email/templates/team-transfer-request.tsx
msgid "By accepting this request, you will take responsibility for any billing items associated with this team."
msgstr "Accettando questa richiesta, ti assumerai la responsabilità di qualsiasi voce di fatturazione associata a questo team."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:152
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "By deleting this document, the following will occur:"
msgstr "Eliminando questo documento, si verificherà quanto segue:"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:113
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "By enabling 2FA, you will be required to enter a code from your authenticator app every time you sign in using email password."
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:138
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "By proceeding to use the electronic signature service provided by Documenso, you affirm that you have read and understood this disclosure. You agree to all terms and conditions related to the use of electronic signatures and electronic transactions as outlined herein."
msgstr "Procedendo con l'utilizzo del servizio di firma elettronica fornito da Documenso, affermi di aver letto e compreso questa divulgazione. Accetti tutti i termini e le condizioni relativi all'uso delle firme elettroniche e delle transazioni elettroniche come descritto in questo documento."
-#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx:16
+#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx
msgid "By proceeding with your electronic signature, you acknowledge and consent that it will be used to sign the given document and holds the same legal validity as a handwritten signature. By completing the electronic signing process, you affirm your understanding and acceptance of these conditions."
msgstr "Procedendo con la tua firma elettronica, riconosci e acconsenti che sarà utilizzata per firmare il documento dato e ha la stessa validità legale di una firma autografa. Completando il processo di firma elettronica, affermi la tua comprensione e accettazione di queste condizioni."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:88
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
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:126
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Can prepare"
msgstr ""
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:162
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:203
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:118
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:108
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:364
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:315
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:160
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:349
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:234
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:208
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:383
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:131
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:212
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:165
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:190
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:75
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:175
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:172
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:263
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:156
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:234
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:167
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:145
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:71
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:472
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:78
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:262
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:241
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:186
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:367
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:103
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:101
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:159
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:147
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:182
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:161
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:217
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:167
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:447
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:247
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:183
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:115
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:112
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:186
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:58
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:321
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Cancel"
msgstr "Annulla"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:225
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Cancelled by user"
msgstr "Annullato dall'utente"
-#: packages/ui/primitives/document-flow/add-signers.tsx:196
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Cannot remove signer"
msgstr "Impossibile rimuovere il firmatario"
-#: packages/lib/constants/recipient-roles.ts:17
+#: packages/lib/constants/recipient-roles.ts
msgid "Cc"
msgstr "Cc"
-#: packages/lib/constants/recipient-roles.ts:14
-#: packages/lib/constants/recipient-roles.ts:16
+#: packages/lib/constants/recipient-roles.ts
+#: packages/lib/constants/recipient-roles.ts
msgid "CC"
msgstr "CC"
-#: packages/lib/constants/recipient-roles.ts:15
+#: packages/lib/constants/recipient-roles.ts
msgid "CC'd"
msgstr "CC'd"
-#: packages/lib/constants/recipient-roles.ts:18
+#: packages/lib/constants/recipient-roles.ts
msgid "Ccers"
msgstr ""
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:94
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Character Limit"
msgstr "Limite di caratteri"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:148
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Charts"
msgstr "Grafici"
-#: packages/ui/primitives/document-flow/types.ts:58
+#: packages/ui/primitives/document-flow/types.ts
msgid "Checkbox"
msgstr "Casella di controllo"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:196
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Checkbox values"
msgstr "Valori della casella di controllo"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:180
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Checkout"
msgstr "Pagamento"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:272
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Choose an existing recipient from below to continue"
msgstr "Scegli un destinatario esistente qui sotto per continuare"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:268
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Choose Direct Link Recipient"
msgstr "Scegli Destinatario Link Diretto"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:156
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Choose how the document will reach recipients"
msgstr "Scegli come il documento verrà inviato ai destinatari"
-#: apps/remix/app/components/forms/token.tsx:194
+#: apps/remix/app/components/forms/token.tsx
msgid "Choose..."
msgstr "Scegli..."
-#: apps/remix/app/components/general/claim-account.tsx:155
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Claim account"
msgstr "Rivendica account"
-#: apps/remix/app/components/forms/signup.tsx:475
+#: apps/remix/app/components/forms/signup.tsx
msgid "Claim username"
msgstr "Rivendica nome utente"
-#: apps/remix/app/components/forms/signup.tsx:276
+#: apps/remix/app/components/forms/signup.tsx
msgid "Claim your username now"
msgstr "Rivendica il tuo nome utente ora"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:535
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Clear file"
msgstr "Rimuovi file"
-#: packages/ui/primitives/data-table.tsx:154
+#: packages/ui/primitives/data-table.tsx
msgid "Clear filters"
msgstr "Cancella filtri"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:568
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Clear Signature"
msgstr "Cancella firma"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:124
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "Click here to get started"
msgstr "Clicca qui per iniziare"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:112
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:60
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:75
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:131
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Click here to retry"
msgstr "Clicca qui per riprovare"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:390
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Click here to upload"
msgstr "Clicca qui per caricare"
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:48
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:61
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
msgid "Click to copy signing link for sending to recipient"
msgstr "Clicca per copiare il link di firma da inviare al destinatario"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:176
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:181
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:486
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:479
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Click to insert field"
msgstr "Clicca per inserire il campo"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:118
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:139
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:122
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:138
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:111
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:186
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:554
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:118
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:316
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:420
-#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx:42
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx
msgid "Close"
msgstr "Chiudi"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:61
-#: apps/remix/app/components/forms/signup.tsx:528
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:476
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:469
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Complete"
msgstr "Completa"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:70
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Approval"
msgstr "Completa l'Approvazione"
-#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx:43
+#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
msgid "Complete Document"
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:69
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Signing"
msgstr "Completa la Firma"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:227
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Complete the fields for the following signers. Once reviewed, they will inform you if any modifications are needed."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:68
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Viewing"
msgstr "Completa la Visualizzazione"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:75
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:200
-#: apps/remix/app/components/general/document/document-status.tsx:28
-#: packages/lib/constants/document.ts:9
-#: packages/email/template-components/template-document-self-signed.tsx:37
-#: packages/email/template-components/template-document-recipient-signed.tsx:37
-#: packages/email/template-components/template-document-completed.tsx:35
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-status.tsx
+#: packages/lib/constants/document.ts
+#: packages/email/template-components/template-document-self-signed.tsx
+#: packages/email/template-components/template-document-recipient-signed.tsx
+#: packages/email/template-components/template-document-completed.tsx
msgid "Completed"
msgstr "Completato"
-#: packages/email/templates/document-self-signed.tsx:19
-#: packages/email/templates/document-completed.tsx:23
+#: packages/email/templates/document-self-signed.tsx
+#: packages/email/templates/document-completed.tsx
msgid "Completed Document"
msgstr "Documento completato"
-#: apps/remix/app/components/general/app-command-menu.tsx:44
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Completed documents"
msgstr "Documenti Completati"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:110
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Completed Documents"
msgstr "Documenti Completati"
-#: packages/lib/constants/template.ts:12
+#: packages/lib/constants/template.ts
msgid "Configure Direct Recipient"
msgstr "Configura destinatario diretto"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:141
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Configure general settings for the document."
msgstr "Configura le impostazioni generali per il documento."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:73
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Configure general settings for the template."
msgstr "Configura le impostazioni generali per il modello."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:334
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Configure template"
msgstr "Configura il modello"
#. placeholder {0}: parseMessageDescriptor( _, FRIENDLY_FIELD_TYPE[currentField.type], )
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:497
-#: packages/ui/primitives/document-flow/add-fields.tsx:584
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Configure the {0} field"
msgstr "Configura il campo {0}"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:481
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:457
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Confirm"
msgstr "Conferma"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:205
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Confirm by typing <0>{confirmTransferMessage}0>"
msgstr "Conferma digitando <0>{confirmTransferMessage}0>"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:147
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Confirm by typing <0>{deleteMessage}0>"
msgstr "Conferma digitando <0>{deleteMessage}0>"
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:133
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:143
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Confirm by typing: <0>{deleteMessage}0>"
msgstr "Conferma digitando: <0>{deleteMessage}0>"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:146
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Confirm Deletion"
msgstr "Conferma eliminazione"
-#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx:15
-#: packages/email/template-components/template-confirmation-email.tsx:35
+#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "Confirm email"
msgstr "Conferma email"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:50
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "Confirmation email sent"
msgstr "Email di conferma inviato"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:85
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Consent to Electronic Transactions"
msgstr "Consenso alle transazioni elettroniche"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:147
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Contact Information"
msgstr "Informazioni di contatto"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:194
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Content"
msgstr "Contenuto"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:156
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:110
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:149
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:133
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:171
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:158
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:299
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:325
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:251
-#: packages/ui/primitives/document-flow/document-flow-root.tsx:140
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
+#: packages/ui/primitives/document-flow/document-flow-root.tsx
msgid "Continue"
msgstr "Continua"
-#: packages/email/template-components/template-document-invite.tsx:85
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by approving the document."
msgstr "Continua approvando il documento."
-#: packages/email/template-components/template-document-invite.tsx:88
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by assisting with the document."
msgstr ""
-#: packages/email/template-components/template-document-completed.tsx:45
+#: packages/email/template-components/template-document-completed.tsx
msgid "Continue by downloading the document."
msgstr "Continua scaricando il documento."
-#: packages/email/template-components/template-document-invite.tsx:83
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by signing the document."
msgstr "Continua firmando il documento."
-#: packages/email/template-components/template-document-invite.tsx:84
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by viewing the document."
msgstr "Continua visualizzando il documento."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:164
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "Continue to login"
msgstr "Continua per accedere"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:184
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls the default language of an uploaded document. This will be used as the language in email communications with the recipients."
msgstr "Controlla la lingua predefinita di un documento caricato. Questa verrà usata come lingua nelle comunicazioni email con i destinatari."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:152
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls the default visibility of an uploaded document."
msgstr "Controlla la visibilità predefinita di un documento caricato."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:231
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls the formatting of the message that will be sent when inviting a recipient to sign a document. If a custom message has been provided while configuring the document, it will be used instead."
msgstr "Controlla la formattazione del messaggio che verrà inviato quando si invita un destinatario a firmare un documento. Se è stato fornito un messaggio personalizzato durante la configurazione del documento, verrà utilizzato invece."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:262
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls whether the recipients can sign the documents using a typed signature. Enable or disable the typed signature globally."
msgstr "Controlla se i destinatari possono firmare i documenti utilizzando una firma digitata. Abilita o disabilita la firma digitata a livello globale."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:292
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls whether the signing certificate will be included in the document when it is downloaded. The signing certificate can still be downloaded from the logs page separately."
msgstr "Controlla se il certificato di firma sarà incluso nel documento quando viene scaricato. Il certificato di firma può comunque essere scaricato separatamente dalla pagina dei log."
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:126
-#: packages/ui/primitives/document-flow/add-subject.tsx:249
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Copied"
msgstr "Copiato"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:71
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:36
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:30
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:59
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:115
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:167
-#: apps/remix/app/components/forms/public-profile-form.tsx:116
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:165
-#: packages/ui/primitives/document-flow/add-subject.tsx:236
-#: packages/ui/components/document/document-share-button.tsx:45
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/ui/components/document/document-share-button.tsx
msgid "Copied to clipboard"
msgstr "Copiato negli appunti"
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:121
-#: packages/ui/primitives/document-flow/add-subject.tsx:244
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Copy"
msgstr "Copia"
-#: packages/ui/components/document/document-share-button.tsx:193
+#: packages/ui/components/document/document-share-button.tsx
msgid "Copy Link"
msgstr "Copia il link"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:163
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "Copy sharable link"
msgstr "Copia il link condivisibile"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:397
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Copy Shareable Link"
msgstr "Copia il Link Condivisibile"
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:81
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "Copy Signing Links"
msgstr "Copia link di firma"
-#: apps/remix/app/components/forms/token.tsx:284
+#: apps/remix/app/components/forms/token.tsx
msgid "Copy token"
msgstr "Copia il token"
-#: apps/remix/app/routes/_profile+/_layout.tsx:83
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:238
+#: apps/remix/app/routes/_profile+/_layout.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Create"
msgstr "Crea"
-#: packages/email/template-components/template-document-self-signed.tsx:47
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "Create a <0>free account0> to access your signed documents at any time."
msgstr "Crea un <0>account gratuito0> per accedere ai tuoi documenti firmati in qualsiasi momento."
-#: apps/remix/app/components/forms/signup.tsx:261
+#: apps/remix/app/components/forms/signup.tsx
msgid "Create a new account"
msgstr "Crea un nuovo account"
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:149
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Create a team to collaborate with your team members."
msgstr "Crea un team per collaborare con i membri del tuo team."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:136
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:131
-#: packages/email/template-components/template-document-self-signed.tsx:69
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "Create account"
msgstr "Crea un account"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:562
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create and send"
msgstr "Crea e invia"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:560
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create as draft"
msgstr "Crea come bozza"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:363
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create as pending"
msgstr "Crea come in attesa"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx:35
+#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx
msgid "Create Direct Link"
msgstr "Crea Link Diretto"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:203
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Create Direct Signing Link"
msgstr "Crea Link di Firma Diretto"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:224
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create document from template"
msgstr "Crea documento da modello"
-#: apps/remix/app/routes/_profile+/_layout.tsx:79
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "Create now"
msgstr "Crea ora"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:352
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Create one automatically"
msgstr "Crea uno automaticamente"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:564
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create signing links"
msgstr "Crea link di firma"
-#: apps/remix/app/components/general/menu-switcher.tsx:174
-#: apps/remix/app/components/general/menu-switcher.tsx:240
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:137
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:145
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Create team"
msgstr "Crea team"
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:225
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Create Team"
msgstr "Crea Team"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:370
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create the document as pending and ready to sign."
msgstr "Crea il documento come in attesa e pronto per la firma."
-#: apps/remix/app/components/forms/token.tsx:244
-#: apps/remix/app/components/forms/token.tsx:253
+#: apps/remix/app/components/forms/token.tsx
+#: apps/remix/app/components/forms/token.tsx
msgid "Create token"
msgstr "Crea token"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:118
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Create webhook"
msgstr "Crea webhook"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:110
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Create Webhook"
msgstr "Crea Webhook"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:241
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Create your account and start using state-of-the-art document signing."
msgstr "Crea il tuo account e inizia a utilizzare firme digitali all'avanguardia."
-#: apps/remix/app/components/forms/signup.tsx:265
+#: apps/remix/app/components/forms/signup.tsx
msgid "Create your account and start using state-of-the-art document signing. Open and beautiful signing is within your grasp."
msgstr "Crea il tuo account e inizia a utilizzare firme digitali all'avanguardia. Una firma aperta e bella è a tua portata."
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:57
-#: apps/remix/app/components/tables/templates-table.tsx:63
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:60
-#: apps/remix/app/components/tables/documents-table.tsx:47
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:110
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:34
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:101
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:35
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:271
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Created"
msgstr "Creato"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:116
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:39
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Created At"
msgstr "Creato il"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:90
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Created by"
msgstr "Creato da"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:84
-#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx:74
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx
msgid "Created on"
msgstr "Creato il"
#. placeholder {0}: i18n.date(webhook.createdAt, DateTime.DATETIME_FULL)
#. placeholder {0}: i18n.date(token.createdAt, DateTime.DATETIME_FULL)
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:88
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:83
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:83
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Created on {0}"
msgstr "Creato il {0}"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:142
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "CSV Structure"
msgstr "Struttura CSV"
-#: apps/remix/app/components/forms/password.tsx:109
+#: apps/remix/app/components/forms/password.tsx
msgid "Current Password"
msgstr "Password attuale"
-#: apps/remix/app/components/forms/password.tsx:78
+#: apps/remix/app/components/forms/password.tsx
msgid "Current password is incorrect."
msgstr "La password corrente è errata."
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:153
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Current recipients:"
msgstr "Destinatari attuali:"
-#: apps/remix/app/components/general/billing-plans.tsx:26
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Daily"
msgstr ""
-#: apps/remix/app/components/general/app-command-menu.tsx:261
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Dark Mode"
msgstr "Modalità Scura"
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:64
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:146
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:815
-#: packages/ui/primitives/document-flow/types.ts:53
-#: packages/ui/primitives/document-flow/add-fields.tsx:940
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Date"
msgstr "Data"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:96
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Date created"
msgstr "Data di creazione"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:452
-#: packages/ui/primitives/document-flow/add-settings.tsx:323
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Date Format"
msgstr "Formato data"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:184
-#: packages/email/templates/team-invite.tsx:101
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: packages/email/templates/team-invite.tsx
msgid "Decline"
msgstr "Declina"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:163
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Declined team invitation"
msgstr "Invito al team rifiutato"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:164
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Default Document Language"
msgstr "Lingua predefinita del documento"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:128
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Default Document Visibility"
msgstr "Visibilità predefinita del documento"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "delete"
msgstr "elimina"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:100
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:95
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:103
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:109
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:182
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:216
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:175
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:144
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:102
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:112
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:87
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:112
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:165
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:196
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Delete"
msgstr "Elimina"
#. placeholder {0}: webhook.webhookUrl
#. placeholder {0}: token.name
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:49
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:49
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "delete {0}"
msgstr "elimina {0}"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "delete {teamName}"
msgstr "elimina {teamName}"
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:129
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "Delete account"
msgstr "Elimina account"
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:90
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:97
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:72
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:86
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:93
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Delete Account"
msgstr "Elimina Account"
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:123
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "Delete document"
msgstr "Elimina documento"
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:73
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:86
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:93
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "Delete Document"
msgstr "Elimina Documento"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:189
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Delete passkey"
msgstr "Elimina chiave d'accesso"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:195
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:116
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Delete team"
msgstr "Elimina squadra"
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:72
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "Delete team member"
msgstr "Elimina membro del team"
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:76
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "Delete the document. This action is irreversible so proceed with caution."
msgstr "Elimina il documento. Questa azione è irreversibile quindi procedi con cautela."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:79
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "Delete the users account and all its contents. This action is irreversible and will cancel their subscription, so proceed with caution."
msgstr "Elimina l'account utente e tutti i suoi contenuti. Questa azione è irreversibile e annullerà l'abbonamento, quindi procedi con cautela."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:110
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "Delete Webhook"
msgstr "Elimina Webhook"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:75
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Delete your account and all its contents, including completed documents. This action is irreversible and will cancel your subscription, so proceed with caution."
msgstr "Elimina il tuo account e tutti i suoi contenuti, inclusi i documenti completati. Questa azione è irreversibile e annullerà l'abbonamento, quindi procedi con cautela."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:102
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:77
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Deleted"
msgstr "Eliminato"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:146
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Deleting account..."
msgstr "Eliminazione account..."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:186
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Details"
msgstr "Dettagli"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:250
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:69
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
msgid "Device"
msgstr "Dispositivo"
-#: packages/email/templates/reset-password.tsx:72
+#: packages/email/templates/reset-password.tsx
msgid "Didn't request a password change? We are here to help you secure your account, just <0>contact us.0>"
msgstr "Non hai richiesto un cambio di password? Siamo qui per aiutarti a proteggere il tuo account, basta <0>contattarci.0>"
-#: apps/remix/app/components/tables/templates-table.tsx:105
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:45
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
msgid "direct link"
msgstr "collegamento diretto"
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:83
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:38
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Direct link"
msgstr "Collegamento diretto"
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:152
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:223
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Direct Link"
msgstr "Collegamento diretto"
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:45
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
msgid "direct link disabled"
msgstr "collegamento diretto disabilitato"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:639
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "Direct link receiver"
msgstr "Ricevitore del link diretto"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:363
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct Link Signing"
msgstr "Firma del collegamento diretto"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:116
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct link signing has been disabled"
msgstr "La firma del collegamento diretto è stata disabilitata"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:115
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct link signing has been enabled"
msgstr "La firma del collegamento diretto è stata abilitata"
-#: apps/remix/app/components/tables/templates-table.tsx:109
+#: apps/remix/app/components/tables/templates-table.tsx
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/remix/app/components/dialogs/template-direct-link-dialog.tsx:145
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct template link deleted"
msgstr "Collegamento diretto al modello eliminato"
#. placeholder {0}: quota.directTemplates
#. placeholder {1}: quota.directTemplates
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:229
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct template link usage exceeded ({0}/{1})"
msgstr "Utilizzo del collegamento diretto al modello superato ({0}/{1})"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:414
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Disable"
msgstr "Disabilita"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:111
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:118
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:187
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Disable 2FA"
msgstr "Disabilita 2FA"
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:134
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Disable account"
msgstr "Disabilita account"
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:90
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:97
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Disable Account"
msgstr "Disabilita Account"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:105
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Disable Two Factor Authentication before deleting your account."
msgstr "Disabilita l'Autenticazione a Due Fattori prima di eliminare il tuo account."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:74
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:69
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "Disabled"
msgstr "Disabilitato"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:380
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:79
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Disabling the user results in the user not being able to use the account. It also disables all the related contents such as subscription, webhooks, teams, and API keys."
msgstr "Disabilitare l'utente porta all'impossibilità per l'utente di usare l'account. Disabilita anche tutti i contenuti correlati come abbonamento, webhook, team e chiavi API."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:74
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Display your name and email in documents"
msgstr "Mostra il tuo nome e email nei documenti"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:155
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Distribute Document"
msgstr "Distribuire il documento"
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:60
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Do you want to delete this template?"
msgstr "Vuoi eliminare questo modello?"
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:56
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Do you want to duplicate this template?"
msgstr "Vuoi duplicare questo modello?"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:111
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Documenso will delete <0>all of your documents0>, along with all of your completed documents, signatures, and all other resources belonging to your Account."
msgstr "Documenso eliminerà <0>tutti i tuoi documenti0>, insieme a tutti i tuoi documenti completati, firme e tutte le altre risorse appartenenti al tuo account."
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:129
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:36
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Document"
msgstr "Documento"
#. placeholder {0}: document.title
#. placeholder {1}: recipient.name
-#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts:140
+#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts
msgid "Document \"{0}\" - Rejected by {1}"
msgstr "Documento \"{0}\" - Rifiutato da {1}"
#. placeholder {0}: document.title
-#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts:100
+#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts
msgid "Document \"{0}\" - Rejection Confirmed"
msgstr "Documento \"{0}\" - Rifiuto Confermato"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:222
-#: packages/ui/primitives/document-flow/add-settings.tsx:225
-#: packages/ui/components/document/document-global-auth-access-select.tsx:61
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "Document access"
msgstr "Accesso al documento"
-#: packages/lib/utils/document-audit-logs.ts:325
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document access auth updated"
msgstr "Autenticazione di accesso al documento aggiornata"
-#: apps/remix/app/components/general/document/document-status.tsx:47
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document All"
msgstr "Documenta Tutto"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:152
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document Approved"
msgstr "Documento Approvato"
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:176
-#: packages/lib/server-only/document/super-delete-document.ts:99
-#: packages/lib/server-only/document/delete-document.ts:261
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
+#: packages/lib/server-only/document/super-delete-document.ts
+#: packages/lib/server-only/document/delete-document.ts
msgid "Document Cancelled"
msgstr "Documento Annullato"
-#: apps/remix/app/components/general/document/document-status.tsx:29
-#: packages/lib/utils/document-audit-logs.ts:388
-#: packages/lib/utils/document-audit-logs.ts:389
+#: apps/remix/app/components/general/document/document-status.tsx
+#: packages/lib/utils/document-audit-logs.ts
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document completed"
msgstr "Documento completato"
-#: packages/ui/components/document/document-email-checkboxes.tsx:203
-#: packages/ui/components/document/document-email-checkboxes.tsx:279
+#: packages/ui/components/document/document-email-checkboxes.tsx
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Document completed email"
msgstr "Email documento completato"
-#: apps/remix/app/components/embed/embed-document-completed.tsx:17
+#: apps/remix/app/components/embed/embed-document-completed.tsx
msgid "Document Completed!"
msgstr "Documento completato!"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:166
-#: packages/lib/utils/document-audit-logs.ts:301
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document created"
msgstr "Documento creato"
#. placeholder {0}: document.user.name
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:121
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Document created by <0>{0}0>"
msgstr "Documento creato da <0>{0}0>"
-#: packages/lib/server-only/template/create-document-from-direct-template.ts:589
-#: packages/email/templates/document-created-from-direct-template.tsx:33
+#: packages/lib/server-only/template/create-document-from-direct-template.ts
+#: packages/email/templates/document-created-from-direct-template.tsx
msgid "Document created from direct template"
msgstr "Documento creato da modello diretto"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:126
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Document created using a <0>direct link0>"
msgstr "Documento creato usando un <0>link diretto0>"
-#: packages/lib/constants/template.ts:20
+#: packages/lib/constants/template.ts
msgid "Document Creation"
msgstr "Creazione del documento"
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:175
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:58
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:48
-#: packages/lib/utils/document-audit-logs.ts:305
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document deleted"
msgstr "Documento eliminato"
-#: packages/ui/components/document/document-email-checkboxes.tsx:241
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Document deleted email"
msgstr "Email documento eliminato"
-#: packages/lib/server-only/document/send-delete-email.ts:86
+#: packages/lib/server-only/document/send-delete-email.ts
msgid "Document Deleted!"
msgstr "Documento Eliminato!"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:263
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:272
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Document Distribution Method"
msgstr "Metodo di distribuzione del documento"
-#: apps/remix/app/components/general/document/document-status.tsx:35
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document draft"
msgstr "Bozza del documento"
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:61
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Document Duplicated"
msgstr "Documento Duplicato"
-#: packages/lib/utils/document-audit-logs.ts:345
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document external ID updated"
msgstr "ID esterno del documento aggiornato"
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:186
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:102
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Document history"
msgstr "Cronologia del documento"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:86
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:82
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Document ID"
msgstr "ID del documento"
-#: apps/remix/app/components/general/document/document-status.tsx:41
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document inbox"
msgstr "Posta in arrivo del documento"
-#: apps/remix/app/components/tables/templates-table.tsx:201
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Document Limit Exceeded!"
msgstr "Limite di documenti superato!"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:98
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Document metrics"
msgstr "Metriche del documento"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:45
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Document moved"
msgstr "Documento spostato"
-#: packages/lib/utils/document-audit-logs.ts:353
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document moved to team"
msgstr "Documento spostato al team"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:176
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document no longer available to sign"
msgstr "Documento non più disponibile per la firma"
-#: packages/lib/utils/document-audit-logs.ts:337
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document opened"
msgstr "Documento aperto"
-#: apps/remix/app/components/general/document/document-status.tsx:23
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document pending"
msgstr "Documento in sospeso"
-#: packages/ui/components/document/document-email-checkboxes.tsx:164
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Document pending email"
msgstr "Email documento in attesa"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:102
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Document preferences updated"
msgstr "Preferenze del documento aggiornate"
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:95
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Document re-sent"
msgstr "Documento rinviato"
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:97
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:12
-#: packages/email/template-components/template-document-rejected.tsx:21
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
+#: packages/email/template-components/template-document-rejected.tsx
msgid "Document Rejected"
msgstr "Documento Rifiutato"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:55
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Document resealed"
msgstr "Documento risigillato"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:292
-#: packages/lib/utils/document-audit-logs.ts:349
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document sent"
msgstr "Documento inviato"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:150
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document Signed"
msgstr "Documento firmato"
-#: packages/lib/utils/document-audit-logs.ts:329
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document signing auth updated"
msgstr "Autenticazione firma documento aggiornata"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:138
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Document signing process will be cancelled"
msgstr "Il processo di firma del documento sarà annullato"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:86
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Document status"
msgstr "Stato del documento"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:78
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Document title"
msgstr "Titolo del documento"
-#: packages/lib/utils/document-audit-logs.ts:341
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document title updated"
msgstr "Titolo documento aggiornato"
-#: packages/lib/utils/document-audit-logs.ts:333
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document updated"
msgstr "Documento aggiornato"
-#: apps/remix/app/components/general/document/document-upload.tsx:52
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Document upload disabled due to unpaid invoices"
msgstr "Caricamento del documento disabilitato a causa di fatture non pagate"
-#: apps/remix/app/components/general/document/document-upload.tsx:77
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Document uploaded"
msgstr "Documento caricato"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:151
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document Viewed"
msgstr "Documento visualizzato"
-#: packages/lib/utils/document-audit-logs.ts:321
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document visibility updated"
msgstr "Visibilità del documento aggiornata"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:135
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Document will be permanently deleted"
msgstr "Il documento sarà eliminato definitivamente"
-#: apps/remix/app/routes/_profile+/p.$url.tsx:163
-#: apps/remix/app/routes/_authenticated+/documents._index.tsx:111
-#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx:99
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:138
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:69
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:89
-#: apps/remix/app/components/general/user-profile-timur.tsx:56
-#: apps/remix/app/components/general/generic-error-layout.tsx:114
-#: apps/remix/app/components/general/app-nav-mobile.tsx:31
-#: apps/remix/app/components/general/app-nav-desktop.tsx:17
-#: apps/remix/app/components/general/app-command-menu.tsx:200
-#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx:12
+#: apps/remix/app/routes/_profile+/p.$url.tsx
+#: apps/remix/app/routes/_authenticated+/documents._index.tsx
+#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
+#: apps/remix/app/components/general/user-profile-timur.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
+#: apps/remix/app/components/general/app-nav-desktop.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx
msgid "Documents"
msgstr "Documenti"
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:218
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Documents created from template"
msgstr "Documenti creati da modello"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:129
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Documents Received"
msgstr "Documenti ricevuti"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:134
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Documents Viewed"
msgstr "Documenti visualizzati"
-#: apps/remix/app/routes/_unauthenticated+/signin.tsx:63
-#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx:46
+#: apps/remix/app/routes/_unauthenticated+/signin.tsx
+#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx
msgid "Don't have an account? <0>Sign up0>"
msgstr "Non hai un account? <0>Registrati0>"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:110
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:151
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:139
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:126
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:111
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:116
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:191
-#: packages/ui/components/document/document-download-button.tsx:66
-#: packages/email/template-components/template-document-completed.tsx:57
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: packages/ui/components/document/document-download-button.tsx
+#: packages/email/template-components/template-document-completed.tsx
msgid "Download"
msgstr "Scarica"
-#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx:78
+#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx
msgid "Download Audit Logs"
msgstr "Scarica i log di audit"
-#: apps/remix/app/components/general/document/document-certificate-download-button.tsx:83
+#: apps/remix/app/components/general/document/document-certificate-download-button.tsx
msgid "Download Certificate"
msgstr "Scarica il certificato"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:167
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Download Template CSV"
msgstr "Scarica Modello CSV"
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:206
-#: apps/remix/app/components/general/document/document-status.tsx:34
-#: packages/lib/constants/document.ts:12
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-status.tsx
+#: packages/lib/constants/document.ts
msgid "Draft"
msgstr "Bozza"
-#: apps/remix/app/components/general/app-command-menu.tsx:42
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Draft documents"
msgstr "Documenti in bozza"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:102
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Drafted Documents"
msgstr "Documenti redatti"
-#: packages/ui/primitives/document-dropzone.tsx:156
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Drag & drop your PDF here."
msgstr "Trascina e rilascia il tuo PDF qui."
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:946
-#: packages/ui/primitives/document-flow/add-fields.tsx:1071
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Dropdown"
msgstr "Menu a tendina"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:157
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Dropdown options"
msgstr "Opzioni del menu a tendina"
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:120
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Due to an unpaid invoice, your team has been restricted. Please settle the payment to restore full access to your team."
msgstr "A causa di una fattura non pagata, il vostro team è stato limitato. Si prega di effettuare il pagamento per ripristinare l'accesso completo al team."
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:78
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:156
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:139
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:83
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:89
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:122
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Duplicate"
msgstr "Duplica"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:95
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:90
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:69
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:116
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:145
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:100
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:76
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:118
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:104
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
msgid "Edit"
msgstr "Modifica"
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:135
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Edit Template"
msgstr "Modifica Modello"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:93
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:90
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Edit webhook"
msgstr "Modifica webhook"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:74
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Electronic Delivery of Documents"
msgstr "Consegna elettronica dei documenti"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:13
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Electronic Signature Disclosure"
msgstr "Divulgazione della firma elettronica"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:128
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:135
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:114
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:158
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:68
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:131
-#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx:120
-#: apps/remix/app/components/forms/signin.tsx:318
-#: apps/remix/app/components/forms/profile.tsx:108
-#: apps/remix/app/components/forms/forgot-password.tsx:77
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:409
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:405
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:275
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:282
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:150
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:166
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:529
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:536
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:763
-#: packages/ui/primitives/document-flow/types.ts:54
-#: packages/ui/primitives/document-flow/add-signers.tsx:510
-#: packages/ui/primitives/document-flow/add-signers.tsx:517
-#: packages/ui/primitives/document-flow/add-fields.tsx:888
-#: packages/lib/constants/document.ts:27
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/forms/forgot-password.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
+#: packages/lib/constants/document.ts
msgid "Email"
msgstr "Email"
-#: apps/remix/app/components/general/claim-account.tsx:129
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:80
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:296
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Email address"
msgstr "Indirizzo email"
-#: apps/remix/app/components/forms/signup.tsx:325
+#: apps/remix/app/components/forms/signup.tsx
msgid "Email Address"
msgstr "Indirizzo Email"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:172
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Email already confirmed"
msgstr ""
-#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx:82
+#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
msgid "Email cannot already exist in the template"
msgstr "L'email non può già esistere nel modello"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:144
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Email Confirmed!"
msgstr "Email confermato!"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:351
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Email Options"
msgstr "Opzioni email"
-#: packages/lib/utils/document-audit-logs.ts:382
+#: packages/lib/utils/document-audit-logs.ts
msgid "Email resent"
msgstr "Email rinviato"
-#: packages/lib/utils/document-audit-logs.ts:382
+#: packages/lib/utils/document-audit-logs.ts
msgid "Email sent"
msgstr "Email inviato"
-#: apps/remix/app/routes/_unauthenticated+/check-email.tsx:17
+#: apps/remix/app/routes/_unauthenticated+/check-email.tsx
msgid "Email sent!"
msgstr "Email inviato!"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:74
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Email verification has been removed"
msgstr "Verifica email rimossa"
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:32
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
msgid "Email verification has been resent"
msgstr "Verifica email rinviata"
-#: packages/ui/primitives/document-flow/add-fields.tsx:1136
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Empty field"
msgstr "Campo vuoto"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:159
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:268
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Enable 2FA"
msgstr "Abilita 2FA"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:120
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Enable account"
msgstr "Abilita account"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:87
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:94
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Enable Account"
msgstr "Abilita Account"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:200
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Enable Authenticator App"
msgstr "Abilita l'app Authenticator"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:169
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Enable custom branding for all documents in this team."
msgstr "Abilita il branding personalizzato per tutti i documenti in questo team."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:374
-#: packages/lib/constants/template.ts:8
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/lib/constants/template.ts
msgid "Enable Direct Link Signing"
msgstr "Abilita la firma di link diretto"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:428
-#: packages/ui/primitives/document-flow/add-signers.tsx:399
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Enable signing order"
msgstr "Abilita ordine di firma"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:247
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Enable Typed Signature"
msgstr "Abilita firma digitata"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:684
-#: packages/ui/primitives/document-flow/add-fields.tsx:809
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Enable Typed Signatures"
msgstr "Abilita firme digitate"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:74
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:135
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:69
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:134
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:128
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:159
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Enabled"
msgstr "Abilitato"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:76
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Enabling the account results in the user being able to use the account again, and all the related features such as webhooks, teams, and API keys for example."
msgstr "Abilitare l'account consente all'utente di utilizzare nuovamente l'account, così come tutte le funzionalità correlate come webhook, team e chiavi API, per esempio."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:92
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
msgid "Enclosed Document"
msgstr "Documento Allegato"
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:42
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Ends On"
msgstr "Termina il"
-#: packages/ui/primitives/document-password-dialog.tsx:85
-msgid "Enter password"
-msgstr "Inserisci la password"
-
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:294
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Enter your brand details"
msgstr "Inserisci i dettagli del tuo marchio"
-#: apps/remix/app/components/general/claim-account.tsx:132
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Enter your email"
msgstr "Inserisci la tua email"
-#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx:137
+#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
msgid "Enter your email address to receive the completed document."
msgstr "Inserisci il tuo indirizzo email per ricevere il documento completato."
-#: apps/remix/app/components/general/claim-account.tsx:117
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Enter your name"
msgstr "Inserisci il tuo nome"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:305
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
msgid "Enter your text here"
msgstr "Inserisci il tuo testo qui"
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:78
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:60
-#: apps/remix/app/components/general/verify-email-banner.tsx:56
-#: apps/remix/app/components/general/template/template-edit-form.tsx:148
-#: apps/remix/app/components/general/template/template-edit-form.tsx:176
-#: apps/remix/app/components/general/template/template-edit-form.tsx:216
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:178
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:208
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:128
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:161
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:187
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:102
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:131
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:152
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:203
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:126
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:154
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:83
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:111
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:86
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:114
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:101
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:135
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:95
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:123
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:125
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:156
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:214
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:148
-#: apps/remix/app/components/general/document/document-upload.tsx:103
-#: apps/remix/app/components/general/document/document-edit-form.tsx:204
-#: apps/remix/app/components/general/document/document-edit-form.tsx:234
-#: apps/remix/app/components/general/document/document-edit-form.tsx:269
-#: apps/remix/app/components/general/document/document-edit-form.tsx:311
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:94
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:185
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:84
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:44
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:54
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:59
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:62
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:62
-#: packages/ui/primitives/pdf-viewer.tsx:166
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:222
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/general/verify-email-banner.tsx
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
+#: apps/remix/app/components/general/document/document-upload.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Error"
msgstr "Errore"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:139
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Everyone can access and view the document"
msgstr "Tutti possono accedere e visualizzare il documento"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:160
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Everyone has signed"
msgstr "Hanno firmato tutti"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:184
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Everyone has signed! You will receive an Email copy of the signed document."
msgstr "Hanno firmato tutti! Riceverai una copia via email del documento firmato."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:231
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Exceeded timeout"
msgstr "Tempo scaduto"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:118
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Expired"
msgstr "Scaduto"
#. placeholder {0}: i18n.date(token.expires, DateTime.DATETIME_FULL)
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:89
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Expires on {0}"
msgstr "Scade il {0}"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:422
-#: packages/ui/primitives/document-flow/add-settings.tsx:293
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "External ID"
msgstr "ID esterno"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:61
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Failed to reseal document"
msgstr "Fallito il risigillo del documento"
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:223
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Failed to save settings."
msgstr "Impossibile salvare le impostazioni."
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:117
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Failed to update recipient"
msgstr "Aggiornamento destinario fallito"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:81
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:78
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Failed to update webhook"
msgstr "Aggiornamento webhook fallito"
-#: packages/email/templates/bulk-send-complete.tsx:55
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Failed: {failedCount}"
msgstr "Falliti: {failedCount}"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:101
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Field character limit"
msgstr "Limite di caratteri del campo"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:115
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:129
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx:52
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx:47
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx:52
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx:70
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx
msgid "Field font size"
msgstr "Dimensione del carattere del campo"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:109
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Field format"
msgstr "Formato del campo"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:61
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Field label"
msgstr "Etichetta del campo"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:73
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Field placeholder"
msgstr "Segnaposto del campo"
-#: packages/lib/utils/document-audit-logs.ts:317
+#: packages/lib/utils/document-audit-logs.ts
msgid "Field prefilled by assistant"
msgstr ""
-#: packages/lib/utils/document-audit-logs.ts:309
+#: packages/lib/utils/document-audit-logs.ts
msgid "Field signed"
msgstr "Campo firmato"
-#: packages/lib/utils/document-audit-logs.ts:313
+#: packages/lib/utils/document-audit-logs.ts
msgid "Field unsigned"
msgstr "Campo non firmato"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:182
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Fields"
msgstr "Campi"
-#: apps/remix/app/components/general/document/document-upload.tsx:116
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "File cannot be larger than {APP_DOCUMENT_UPLOAD_SIZE_LIMIT}MB"
msgstr "Il file non può essere più grande di {APP_DOCUMENT_UPLOAD_SIZE_LIMIT} MB"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:511
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "File size exceeds the limit of {APP_DOCUMENT_UPLOAD_SIZE_LIMIT} MB"
msgstr "La dimensione del file supera il limite di {APP_DOCUMENT_UPLOAD_SIZE_LIMIT} MB"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:109
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:123
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx:46
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx:41
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx:46
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx:64
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx
msgid "Font Size"
msgstr "Dimensione carattere"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:150
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "For any questions regarding this disclosure, electronic signatures, or any related process, please contact us at: <0>{SUPPORT_EMAIL}0>"
msgstr "Per qualsiasi domanda riguardante questa divulgazione, le firme elettroniche o qualsiasi processo correlato, contattaci all'indirizzo: <0>{SUPPORT_EMAIL}0>"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:146
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "For each recipient, provide their email (required) and name (optional) in separate columns. Download the template CSV below for the correct format."
msgstr "Per ogni destinatario, fornisci la loro email (obbligatoria) e il nome (opzionale) in colonne separate. Scarica il modello CSV qui sotto per il formato corretto."
-#: packages/lib/server-only/auth/send-forgot-password.ts:62
+#: packages/lib/server-only/auth/send-forgot-password.ts
msgid "Forgot Password?"
msgstr "Password dimenticata?"
-#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx:16
-#: apps/remix/app/components/forms/signin.tsx:350
-#: packages/email/template-components/template-forgot-password.tsx:21
+#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: packages/email/template-components/template-forgot-password.tsx
msgid "Forgot your password?"
msgstr "Hai dimenticato la tua password?"
-#: packages/ui/primitives/document-flow/types.ts:50
+#: packages/ui/primitives/document-flow/types.ts
msgid "Free Signature"
msgstr "Firma gratuita"
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:212
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:328
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:323
-#: apps/remix/app/components/forms/signup.tsx:309
-#: apps/remix/app/components/forms/profile.tsx:96
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:394
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:390
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Full Name"
msgstr "Nome completo"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:72
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:43
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:35
-#: apps/remix/app/components/general/document/document-edit-form.tsx:140
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:63
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "General"
msgstr "Generale"
-#: packages/ui/primitives/document-flow/add-subject.tsx:84
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Generate Links"
msgstr "Genera link"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:63
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "Global recipient action authentication"
msgstr "Autenticazione globale del destinatario"
-#: apps/remix/app/routes/_recipient+/_layout.tsx:41
-#: apps/remix/app/routes/_profile+/_layout.tsx:116
-#: apps/remix/app/components/general/generic-error-layout.tsx:106
-#: packages/ui/primitives/document-flow/document-flow-root.tsx:141
+#: apps/remix/app/routes/_recipient+/_layout.tsx
+#: apps/remix/app/routes/_profile+/_layout.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
+#: packages/ui/primitives/document-flow/document-flow-root.tsx
msgid "Go Back"
msgstr "Torna indietro"
-#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx:35
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:100
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:128
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:183
+#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Go back home"
msgstr "Torna alla home"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:252
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:193
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "Go Back Home"
msgstr "Torna alla home"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:125
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Go to owner"
msgstr "Vai al proprietario"
-#: apps/remix/app/routes/_profile+/p.$url.tsx:144
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "Go to your <0>public profile settings0> to add documents."
msgstr "Vai alle tue <0>impostazioni del profilo pubblico0> per aggiungere documenti."
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:555
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Green"
msgstr "Verde"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:118
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to approve this document"
msgstr "ti ha invitato ad approvare questo documento"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:127
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to assist this document"
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:109
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to sign this document"
msgstr "ti ha invitato a firmare questo documento"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:100
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to view this document"
msgstr "ti ha invitato a visualizzare questo documento"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:226
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:323
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:359
-#: packages/ui/primitives/document-flow/add-signers.tsx:259
-#: packages/ui/primitives/document-flow/add-signers.tsx:297
-#: packages/ui/primitives/document-flow/add-signers.tsx:336
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
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/remix/app/components/embed/embed-document-signing-page.tsx:324
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Help complete the document for other signers."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx:21
+#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
msgid "Here you can edit your personal details."
msgstr "Qui puoi modificare i tuoi dati personali."
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:68
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Here you can manage your password and security settings."
msgstr "Qui puoi gestire la tua password e le impostazioni di sicurezza."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:41
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Here you can set preferences and defaults for branding."
msgstr "Qui puoi impostare preferenze e valori predefiniti per il branding."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:32
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Here you can set preferences and defaults for your team."
msgstr "Qui puoi impostare preferenze e valori predefiniti per il tuo team."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:207
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Here's how it works:"
msgstr "Ecco come funziona:"
-#: apps/remix/app/components/general/user-profile-timur.tsx:45
+#: apps/remix/app/components/general/user-profile-timur.tsx
msgid "Hey I’m Timur"
msgstr "Ciao, sono Timur"
-#: packages/email/templates/bulk-send-complete.tsx:36
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Hi {userName},"
msgstr "Ciao {userName},"
-#: packages/email/templates/reset-password.tsx:57
+#: packages/email/templates/reset-password.tsx
msgid "Hi, {userName} <0>({userEmail})0>"
msgstr "Ciao, {userName} <0>({userEmail})0>"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:164
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:175
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:196
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Hide"
msgstr "Nascondi"
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:109
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Hide additional information"
msgstr "Nascondi informazioni aggiuntive"
-#: packages/lib/constants/recipient-roles.ts:57
+#: packages/lib/constants/recipient-roles.ts
msgid "I am a signer of this document"
msgstr "Sono un firmatario di questo documento"
-#: packages/lib/constants/recipient-roles.ts:60
+#: packages/lib/constants/recipient-roles.ts
msgid "I am a viewer of this document"
msgstr "Sono un visualizzatore di questo documento"
-#: packages/lib/constants/recipient-roles.ts:58
+#: packages/lib/constants/recipient-roles.ts
msgid "I am an approver of this document"
msgstr "Sono un approvatore di questo documento"
-#: packages/lib/constants/recipient-roles.ts:61
+#: packages/lib/constants/recipient-roles.ts
msgid "I am an assistant of this document"
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:59
+#: packages/lib/constants/recipient-roles.ts
msgid "I am required to receive a copy of this document"
msgstr "Sono tenuto a ricevere una copia di questo documento"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:35
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "I am the owner of this document"
msgstr "Sono il proprietario di questo documento"
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:166
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:177
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "I'm sure! Delete it"
msgstr "Sono sicuro! Eliminalo"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:100
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "If they accept this request, the team will be transferred to their account."
msgstr "Se accettano questa richiesta, il team sarà trasferito sul loro account."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:195
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "If you do not want to use the authenticator prompted, you can close it, which will then display the next available authenticator."
msgstr "Se non vuoi utilizzare l'autenticatore richiesto, puoi chiuderlo, dopodiché verrà mostrato il successivo disponibile."
-#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx:26
+#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx
msgid "If you don't find the confirmation link in your inbox, you can request a new one below."
msgstr "Se non trovi il link di conferma nella tua casella di posta, puoi richiederne uno nuovo qui sotto."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:219
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "If your authenticator app does not support QR codes, you can use the following code instead:"
msgstr "Se la tua app autenticatrice non supporta i codici QR, puoi usare il seguente codice:"
-#: apps/remix/app/components/general/document/document-status.tsx:40
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Inbox"
msgstr "Posta in arrivo"
-#: apps/remix/app/components/general/app-command-menu.tsx:48
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Inbox documents"
msgstr "Documenti in arrivo"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:277
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Include the Signing Certificate in the Document"
msgstr "Includi il certificato di firma nel documento"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:50
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:53
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
msgid "Information"
msgstr "Informazioni"
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:28
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:86
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "Inherit authentication method"
msgstr "Ereditare metodo di autenticazione"
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:133
-#: packages/ui/primitives/document-flow/types.ts:51
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: packages/ui/primitives/document-flow/types.ts
msgid "Initials"
msgstr "Iniziali"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:70
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Inserted"
msgstr "Inserito"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:80
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Instance Stats"
msgstr "Statistiche istanze"
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:160
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "Invalid code. Please try again."
msgstr "Codice non valido. Riprova."
-#: packages/ui/primitives/document-flow/add-signers.types.ts:17
+#: packages/ui/primitives/document-flow/add-signers.types.ts
msgid "Invalid email"
msgstr "Email non valida"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:75
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:98
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Invalid link"
msgstr "Link non valido"
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:98
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:95
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Invalid token"
msgstr "Token non valido"
-#: apps/remix/app/components/forms/reset-password.tsx:80
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Invalid token provided. Please try again."
msgstr "Token non valido fornito. Per favore riprova."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:146
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "Invitation accepted!"
msgstr "Invito accettato!"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:141
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Invitation declined"
msgstr "Invito rifiutato"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:74
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Invitation has been deleted"
msgstr "L'invito è stato eliminato"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:57
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Invitation has been resent"
msgstr "L'invito è stato inviato nuovamente"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:372
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite"
msgstr "Invita"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:246
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite member"
msgstr "Invita un membro"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:271
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite Members"
msgstr "Invita membri"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:254
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite team members"
msgstr "Invita membri del team"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:122
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Invited At"
msgstr "Invitato il"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:55
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Invoice"
msgstr "Fattura"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:243
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:47
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
msgid "IP Address"
msgstr "Indirizzo IP"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:114
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "It is crucial to keep your contact information, especially your email address, up to date with us. Please notify us immediately of any changes to ensure that you continue to receive all necessary communications."
msgstr "È fondamentale mantenere aggiornate le tue informazioni di contatto, in particolare il tuo indirizzo email. Ti preghiamo di notificarci immediatamente qualsiasi modifica per assicurarti di continuare a ricevere tutte le comunicazioni necessarie."
#. placeholder {0}: publicProfile.name
-#: apps/remix/app/routes/_profile+/p.$url.tsx:131
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "It looks like {0} hasn't added any documents to their profile yet."
msgstr "Sembra che {0} non abbia ancora aggiunto documenti al proprio profilo."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:120
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "It seems that the provided token has expired. We've just sent you another token, please check your email and try again."
msgstr "Sembra che il token fornito sia scaduto. Ti abbiamo appena inviato un altro token, controlla la tua email e riprova."
-#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx:27
+#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx
msgid "It seems that there is no token provided, if you are trying to verify your email please follow the link in your email."
msgstr "Sembra che non sia stato fornito alcun token, se stai cercando di verificare la tua email, segui il link nella tua email."
-#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx:34
+#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
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/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:79
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
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."
-#: packages/email/templates/team-invite.tsx:73
+#: packages/email/templates/team-invite.tsx
msgid "Join {teamName} on Documenso"
msgstr "Unisci a {teamName} su Documenso"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:56
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:66
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:71
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Label"
msgstr "Etichetta"
-#: apps/remix/app/components/general/menu-switcher.tsx:275
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:182
-#: packages/ui/primitives/document-flow/add-settings.tsx:185
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Language"
msgstr "Lingua"
-#: apps/remix/app/components/general/period-selector.tsx:62
+#: apps/remix/app/components/general/period-selector.tsx
msgid "Last 14 days"
msgstr "Ultimi 14 giorni"
-#: apps/remix/app/components/general/period-selector.tsx:65
+#: apps/remix/app/components/general/period-selector.tsx
msgid "Last 30 days"
msgstr "Ultimi 30 giorni"
-#: apps/remix/app/components/general/period-selector.tsx:59
+#: apps/remix/app/components/general/period-selector.tsx
msgid "Last 7 days"
msgstr "Ultimi 7 giorni"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:38
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:41
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
msgid "Last modified"
msgstr "Ultima modifica"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:102
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Last updated"
msgstr "Ultimo aggiornamento"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:126
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
msgid "Last Updated"
msgstr "Ultimo aggiornamento"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Last updated at"
msgstr "Ultimo aggiornamento il"
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:66
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
msgid "Last used"
msgstr "Ultimo utilizzo"
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:97
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Leaderboard"
msgstr "Classifica"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:114
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:110
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "Leave"
msgstr "Lascia"
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:72
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "Leave team"
msgstr "Lascia il team"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:41
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Legality of Electronic Signatures"
msgstr "Legalità delle firme elettroniche"
-#: apps/remix/app/components/general/app-command-menu.tsx:260
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Light Mode"
msgstr "Modalità chiara"
-#: apps/remix/app/routes/_profile+/_layout.tsx:71
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "Like to have your own public profile with agreements?"
msgstr "Ti piacerebbe avere il tuo profilo pubblico con accordi?"
-#: packages/email/templates/team-transfer-request.tsx:88
-#: packages/email/templates/confirm-team-email.tsx:125
+#: packages/email/templates/team-transfer-request.tsx
+#: packages/email/templates/confirm-team-email.tsx
msgid "Link expires in 1 hour."
msgstr "Il link scade tra 1 ora."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:225
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Link template"
msgstr "Collega modello"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:300
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Links Generated"
msgstr "Link Generati"
#. placeholder {0}: webhook.eventTriggers .map((trigger) => toFriendlyWebhookEventName(trigger)) .join(', ')
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:79
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:74
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "Listening to {0}"
msgstr "Ascoltando {0}"
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:97
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "Load older activity"
msgstr "Carica attività precedente"
-#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx:29
-#: packages/ui/primitives/pdf-viewer.tsx:44
-#: packages/ui/primitives/lazy-pdf-viewer.tsx:12
+#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Loading document..."
msgstr "Caricamento del documento..."
-#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx:16
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:95
+#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Loading Document..."
msgstr "Caricamento Documento..."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:119
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:89
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Loading teams..."
msgstr "Caricamento dei team..."
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:97
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "Loading..."
msgstr "Caricamento in corso..."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:63
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:79
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:51
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "Login"
msgstr "Accedi"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:98
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
msgid "Manage"
msgstr "Gestisci"
#. placeholder {0}: user?.name
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "Manage {0}'s profile"
msgstr "Gestisci il profilo di {0}"
-#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx:23
+#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx
msgid "Manage all teams you are currently associated with."
msgstr "Gestisci tutti i team a cui sei attualmente associato."
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:183
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Manage and view template"
msgstr "Gestisci e visualizza il modello"
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:146
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Manage billing"
msgstr ""
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:338
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Manage details for this public template"
msgstr "Gestisci i dettagli per questo modello pubblico"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx:33
+#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx
msgid "Manage Direct Link"
msgstr "Gestisci Link Diretto"
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:134
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
msgid "Manage documents"
msgstr "Gestisci documenti"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:149
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Manage passkeys"
msgstr "Gestisci chiavi di accesso"
-#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx:40
+#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx
msgid "Manage subscription"
msgstr "Gestisci abbonamento"
-#: apps/remix/app/components/general/billing-portal-button.tsx:45
+#: apps/remix/app/components/general/billing-portal-button.tsx
msgid "Manage Subscription"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:28
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Manage subscriptions"
msgstr "Gestisci abbonamenti"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:93
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Manage team subscription."
msgstr "Gestisci abbonamento del team."
-#: apps/remix/app/components/general/menu-switcher.tsx:161
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Manage teams"
msgstr "Gestisci gruppi"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:367
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Manage the direct link signing for this template"
msgstr "Gestisci la firma del link diretto per questo modello"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:53
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
msgid "Manage the members or invite new members."
msgstr "Gestisci i membri o invita nuovi membri."
-#: apps/remix/app/routes/_authenticated+/admin+/users._index.tsx:40
+#: apps/remix/app/routes/_authenticated+/admin+/users._index.tsx
msgid "Manage users"
msgstr "Gestisci utenti"
-#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx:20
+#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx
msgid "Manage your passkeys."
msgstr "Gestisci le tue chiavi di accesso."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:101
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Manage your site settings here"
msgstr "Gestisci le impostazioni del tuo sito qui"
-#: packages/lib/constants/teams.ts:10
+#: packages/lib/constants/teams.ts
msgid "Manager"
msgstr "Responsabile"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:141
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Mark as Viewed"
msgstr "Segna come visto"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:153
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "MAU (created document)"
msgstr "MAU (documento creato)"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:159
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "MAU (had document completed)"
msgstr "MAU (ha completato il documento)"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:208
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Max"
msgstr ""
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:226
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Maximum file size: 4MB. Maximum 100 rows per upload. Blank values will use template defaults."
msgstr "Dimensione massima del file: 4MB. Massimo 100 righe per caricamento. I valori vuoti utilizzeranno i valori predefiniti del modello."
-#: packages/lib/constants/teams.ts:11
+#: packages/lib/constants/teams.ts
msgid "Member"
msgstr "Membro"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:87
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:98
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
msgid "Member Since"
msgstr "Membro dal"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:52
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:84
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:75
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Members"
msgstr "Membri"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:382
-#: packages/ui/primitives/document-flow/add-subject.tsx:155
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Message <0>(Optional)0>"
msgstr "Messaggio <0>(Opzionale)0>"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:196
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Min"
msgstr ""
-#: apps/remix/app/components/general/template/template-page-view-recipients.tsx:35
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:54
+#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Modify recipients"
msgstr "Modifica destinatari"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:60
-#: apps/remix/app/components/general/billing-plans.tsx:28
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Monthly"
msgstr "Mensile"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:154
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Monthly Active Users: Users that created at least one Document"
msgstr "Utenti attivi mensili: Utenti che hanno creato almeno un documento"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:161
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Monthly Active Users: Users that had at least one of their documents completed"
msgstr "Utenti attivi mensili: Utenti con almeno uno dei loro documenti completati"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:152
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:118
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Move"
msgstr "Sposta"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:75
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Move Document to Team"
msgstr "Sposta documento al team"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:105
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Move Template to Team"
msgstr "Sposta modello al team"
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:89
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:163
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
msgid "Move to Team"
msgstr "Sposta nel team"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:152
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:118
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Moving..."
msgstr "Spostamento..."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:36
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "My templates"
msgstr "I miei modelli"
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:99
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:56
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:149
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:54
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:140
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:63
-#: apps/remix/app/components/general/claim-account.tsx:114
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:177
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:297
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:304
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:138
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:150
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:564
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:570
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:789
-#: packages/ui/primitives/document-flow/types.ts:55
-#: packages/ui/primitives/document-flow/add-signers.tsx:548
-#: packages/ui/primitives/document-flow/add-signers.tsx:554
-#: packages/ui/primitives/document-flow/add-fields.tsx:914
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Name"
msgstr "Nome"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:237
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Need to sign documents?"
msgstr "Hai bisogno di firmare documenti?"
-#: packages/ui/components/recipient/recipient-role-select.tsx:53
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Needs to approve"
msgstr "Necessita di approvazione"
-#: packages/ui/components/recipient/recipient-role-select.tsx:32
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Needs to sign"
msgstr "Necessita di firma"
-#: packages/ui/components/recipient/recipient-role-select.tsx:74
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Needs to view"
msgstr "Necessita di visualizzazione"
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:71
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
msgid "Never"
msgstr "Mai"
-#: apps/remix/app/components/forms/token.tsx:218
+#: apps/remix/app/components/forms/token.tsx
msgid "Never expire"
msgstr "Mai scadere"
-#: apps/remix/app/components/forms/password.tsx:125
+#: apps/remix/app/components/forms/password.tsx
msgid "New Password"
msgstr ""
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:174
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "New team owner"
msgstr "Nuovo proprietario del team"
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:88
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:95
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "New Template"
msgstr "Nuovo modello"
-#: apps/remix/app/components/forms/signup.tsx:515
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:465
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:460
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Next"
msgstr "Successivo"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:61
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Next field"
msgstr "Campo successivo"
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:24
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "No active drafts"
msgstr "Nessuna bozza attiva"
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:113
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:28
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
msgid "No further action is required from you at this time."
msgstr "Non sono richieste ulteriori azioni da parte tua in questo momento."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:49
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "No payment required"
msgstr "Nessun pagamento richiesto"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:119
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "No public profile templates found"
msgstr "Nessun modello di profilo pubblico trovato"
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:105
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "No recent activity"
msgstr "Nessuna attività recente"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:95
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "No recent documents"
msgstr "Nessun documento recente"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:604
-#: packages/ui/primitives/document-flow/add-fields.tsx:701
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "No recipient matching this description was found."
msgstr "Nessun destinatario corrispondente a questa descrizione è stato trovato."
-#: apps/remix/app/components/general/template/template-page-view-recipients.tsx:49
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:94
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:69
-#: packages/ui/primitives/document-flow/add-subject.tsx:210
+#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "No recipients"
msgstr "Nessun destinatario"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:619
-#: packages/ui/primitives/document-flow/add-fields.tsx:716
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "No recipients with this role"
msgstr "Nessun destinatario con questo ruolo"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:30
-#: packages/ui/components/document/document-global-auth-action-select.tsx:45
-#: packages/ui/components/document/document-global-auth-access-select.tsx:29
-#: packages/ui/components/document/document-global-auth-access-select.tsx:42
+#: packages/ui/components/document/document-global-auth-action-select.tsx
+#: packages/ui/components/document/document-global-auth-action-select.tsx
+#: packages/ui/components/document/document-global-auth-access-select.tsx
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "No restrictions"
msgstr "Nessuna restrizione"
-#: packages/ui/primitives/data-table.tsx:146
+#: packages/ui/primitives/data-table.tsx
msgid "No results found"
msgstr "Nessun risultato trovato"
-#: apps/remix/app/components/general/app-command-menu.tsx:195
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "No results found."
msgstr "Nessun risultato trovato."
-#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx:28
+#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx
msgid "No signature field found"
msgstr "Nessun campo di firma trovato"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:281
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "No valid direct templates found"
msgstr "Nessun modello diretto valido trovato"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:294
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "No valid recipients found"
msgstr "Nessun destinatario valido trovato"
-#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx:77
-#: apps/remix/app/components/general/multiselect-role-combobox.tsx:64
-#: packages/ui/primitives/multi-select-combobox.tsx:151
-#: packages/ui/primitives/combobox.tsx:61
+#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx
+#: apps/remix/app/components/general/multiselect-role-combobox.tsx
+#: packages/ui/primitives/multi-select-combobox.tsx
+#: packages/ui/primitives/combobox.tsx
msgid "No value found."
msgstr "Nessun valore trovato."
-#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx:20
+#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx
msgid "No worries, it happens! Enter your email and we'll email you a special link to reset your password."
msgstr "Non ti preoccupare, succede! Inserisci la tua email e ti invieremo un link speciale per reimpostare la tua password."
-#: packages/lib/constants/document.ts:31
+#: packages/lib/constants/document.ts
msgid "None"
msgstr "Nessuno"
-#: apps/remix/app/components/forms/signin.tsx:155
+#: apps/remix/app/components/forms/signin.tsx
msgid "Not supported"
msgstr "Non supportato"
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:19
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:34
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "Nothing to do"
msgstr "Niente da fare"
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:292
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:867
-#: packages/ui/primitives/document-flow/types.ts:56
-#: packages/ui/primitives/document-flow/add-fields.tsx:992
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Number"
msgstr "Numero"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:102
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Number format"
msgstr "Formato numero"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:114
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to approve this document"
msgstr "per conto di \"{0}\" ti ha invitato ad approvare questo documento"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:123
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to assist this document"
msgstr ""
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:105
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to sign this document"
msgstr "per conto di \"{0}\" ti ha invitato a firmare questo documento"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:96
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to view this document"
msgstr "per conto di \"{0}\" ti ha invitato a visualizzare questo documento"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:121
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "On this page, you can create a new webhook."
msgstr "In questa pagina, puoi creare un nuovo webhook."
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:28
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "On this page, you can create and manage API tokens. See our <0>Documentation0> for more information."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:32
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:27
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "On this page, you can create new Webhooks and manage the existing ones."
msgstr "In questa pagina, puoi creare nuovi Webhook e gestire quelli esistenti."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:94
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:91
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "On this page, you can edit the webhook and its settings."
msgstr "In questa pagina, puoi modificare il webhook e le sue impostazioni."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:130
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Once confirmed, the following will occur:"
msgstr "Una volta confermato, si verificherà quanto segue:"
-#: packages/lib/constants/template.ts:9
+#: packages/lib/constants/template.ts
msgid "Once enabled, you can select any active recipient to be a direct link signing recipient, or create a new one. This recipient type cannot be edited or deleted."
msgstr "Una volta abilitato, puoi selezionare qualsiasi destinatario attivo per essere un destinatario di firma a link diretto, o crearne uno nuovo. Questo tipo di destinatario non può essere modificato o eliminato."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:230
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Once you have scanned the QR code or entered the code manually, enter the code provided by your authenticator app below."
msgstr "Una volta scansionato il codice QR o inserito manualmente il codice, inserisci il codice fornito dalla tua app di autenticazione qui sotto."
-#: packages/lib/constants/template.ts:17
+#: packages/lib/constants/template.ts
msgid "Once your template is set up, share the link anywhere you want. The person who opens the link will be able to enter their information in the direct link recipient field and complete any other fields assigned to them."
msgstr "Una volta configurato il tuo modello, condividi il link ovunque tu voglia. La persona che apre il link potrà inserire le proprie informazioni nel campo destinatario del link diretto e completare qualsiasi altro campo assegnato a loro."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:145
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Only admins can access and view the document"
msgstr "Solo gli amministratori possono accedere e visualizzare il documento"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:142
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Only managers and above can access and view the document"
msgstr "Solo i manager e superiori possono accedere e visualizzare il documento"
-#: apps/remix/app/components/forms/signup.tsx:75
+#: apps/remix/app/components/forms/signup.tsx
msgid "Only subscribers can have a username shorter than 6 characters"
msgstr "Solo gli abbonati possono avere un nome utente più corto di 6 caratteri"
-#: apps/remix/app/routes/_profile+/_layout.tsx:103
-#: apps/remix/app/components/general/generic-error-layout.tsx:42
-#: apps/remix/app/components/general/generic-error-layout.tsx:47
+#: apps/remix/app/routes/_profile+/_layout.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "Oops! Something went wrong."
msgstr "Ops! Qualcosa è andato storto."
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:138
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
msgid "Opened"
msgstr "Aperto"
-#: apps/remix/app/components/forms/signup.tsx:380
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:338
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Or"
msgstr "Oppure"
-#: apps/remix/app/components/forms/signin.tsx:370
+#: apps/remix/app/components/forms/signin.tsx
msgid "Or continue with"
msgstr "Oppure continua con"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:349
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Otherwise, the document will be created as a draft."
msgstr "Altrimenti, il documento sarà creato come bozza."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:108
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:81
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:83
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:94
-#: apps/remix/app/components/general/menu-switcher.tsx:78
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Owner"
msgstr "Proprietario"
#. placeholder {0}: table.getState().pagination.pageIndex + 1
#. placeholder {1}: table.getPageCount() || 1
-#: packages/ui/primitives/data-table-pagination.tsx:77
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "Page {0} of {1}"
msgstr "Pagina {0} di {1}"
#. placeholder {0}: i + 1
-#: packages/ui/primitives/pdf-viewer.tsx:259
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Page {0} of {numPages}"
msgstr "Pagina {0} di {numPages}"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:79
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Paid"
msgstr "Pagato"
-#: apps/remix/app/components/forms/signin.tsx:414
+#: apps/remix/app/components/forms/signin.tsx
msgid "Passkey"
msgstr "Password"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:228
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkey already exists for the provided authenticator"
msgstr "Una passkey esiste già per l'autenticatore fornito"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:218
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkey creation cancelled due to one of the following reasons:"
msgstr "Creazione della passkey annullata per uno dei seguenti motivi:"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:91
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Passkey has been removed"
msgstr "La passkey è stata rimossa"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:69
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Passkey has been updated"
msgstr "La passkey è stata aggiornata"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:176
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkey name"
msgstr "Nome della passkey"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:127
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Passkey Re-Authentication"
msgstr "Ri-autenticazione con chiave di accesso"
-#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx:19
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:137
+#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Passkeys"
msgstr "Passkey"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:157
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkeys allow you to sign in and authenticate using biometrics, password managers, etc."
msgstr "Le passkey permettono di autenticarsi usando dati biometrici, gestori di password, ecc."
-#: apps/remix/app/components/forms/signin.tsx:156
+#: apps/remix/app/components/forms/signin.tsx
msgid "Passkeys are not supported on this browser"
msgstr "Le passkey non sono supportate su questo browser"
-#: apps/remix/app/components/general/app-command-menu.tsx:66
-#: apps/remix/app/components/forms/signup.tsx:341
-#: apps/remix/app/components/forms/signin.tsx:336
-#: apps/remix/app/components/forms/reset-password.tsx:111
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Password"
msgstr "\"Password\""
-#: packages/ui/primitives/document-password-dialog.tsx:63
-msgid "Password Required"
-msgstr "Password richiesta"
-
-#: packages/email/templates/forgot-password.tsx:19
+#: packages/email/templates/forgot-password.tsx
msgid "Password Reset Requested"
msgstr "Richiesta di reimpostazione password"
-#: packages/email/templates/reset-password.tsx:21
+#: packages/email/templates/reset-password.tsx
msgid "Password Reset Successful"
msgstr "Reimpostazione password riuscita"
-#: apps/remix/app/components/general/claim-account.tsx:49
-#: apps/remix/app/components/forms/signup.tsx:65
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Password should not be common or based on personal information"
msgstr "La password non deve essere comune o basata su informazioni personali"
-#: apps/remix/app/components/forms/reset-password.tsx:71
-#: apps/remix/app/components/forms/password.tsx:69
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Password updated"
msgstr "Password aggiornato"
-#: packages/email/template-components/template-reset-password.tsx:23
+#: packages/email/template-components/template-reset-password.tsx
msgid "Password updated!"
msgstr "Password aggiornata!"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:47
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
msgid "Pay"
msgstr "Paga"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:90
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Payment is required to finalise the creation of your team."
msgstr "È necessario il pagamento per completare la creazione del tuo team."
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:81
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:106
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Payment overdue"
msgstr "Pagamento scaduto"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:76
-#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx:70
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:203
-#: apps/remix/app/components/general/document/document-status.tsx:22
-#: apps/remix/app/components/general/document/document-read-only-fields.tsx:87
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:136
-#: packages/lib/constants/document.ts:15
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-status.tsx
+#: apps/remix/app/components/general/document/document-read-only-fields.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/document.ts
msgid "Pending"
msgstr "In sospeso"
-#: packages/email/templates/document-pending.tsx:19
+#: packages/email/templates/document-pending.tsx
msgid "Pending Document"
msgstr "Documento in sospeso"
-#: apps/remix/app/components/general/app-command-menu.tsx:47
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Pending documents"
msgstr "Documenti in sospeso"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:105
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Pending Documents"
msgstr "Documenti in sospeso"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:61
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Pending invitations"
msgstr "Inviti in sospeso"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:29
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
msgid "Pending team deleted."
msgstr "Team in sospeso eliminato."
-#: apps/remix/app/components/general/menu-switcher.tsx:131
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Personal"
msgstr "Personale"
-#: apps/remix/app/components/general/menu-switcher.tsx:74
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Personal Account"
msgstr "Account personale"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:155
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Pick a number"
msgstr "Scegli un numero"
-#: apps/remix/app/components/general/claim-account.tsx:147
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Pick a password"
msgstr "Inserisci una password"
-#: apps/remix/app/components/general/user-profile-timur.tsx:49
+#: apps/remix/app/components/general/user-profile-timur.tsx
msgid "Pick any of the following agreements below and start signing to get started"
msgstr "Scegli uno dei seguenti accordi e inizia a firmare per iniziare"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:68
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:78
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:83
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Placeholder"
msgstr "Segnaposto"
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:55
+#: packages/email/template-components/template-document-invite.tsx
msgid "Please {0} your document<0/>\"{documentName}\""
msgstr "Per favore {0} il tuo documento<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:51
+#: packages/email/templates/document-invite.tsx
msgid "Please {action} your document {documentName}"
msgstr "Per favore {action} il tuo documento {documentName}"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:94
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "Please {recipientActionVerb} this document"
msgstr "Per favore {recipientActionVerb} questo documento"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:108
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "Please {recipientActionVerb} this document created by your direct template"
msgstr "Per favore {recipientActionVerb} questo documento creato dal tuo modello diretto"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:100
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "Please {recipientActionVerb} your document"
msgstr "Per favore {recipientActionVerb} il tuo documento"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:208
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
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/remix/app/components/embed/embed-document-waiting-for-turn.tsx:41
+#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
msgid "Please check with the parent application for more information."
msgstr ""
-#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:86
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
msgid "Please check your email for updates."
msgstr "Per favore controlla la tua email per aggiornamenti."
-#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx:40
+#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx
msgid "Please choose your new password"
msgstr "Per favore scegli la tua nuova password"
-#: packages/lib/server-only/auth/send-confirmation-email.ts:68
+#: packages/lib/server-only/auth/send-confirmation-email.ts
msgid "Please confirm your email"
msgstr "Per favore conferma la tua email"
-#: packages/email/templates/confirm-email.tsx:17
+#: packages/email/templates/confirm-email.tsx
msgid "Please confirm your email address"
msgstr "Per favore conferma il tuo indirizzo email"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:170
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please contact support if you would like to revert this action."
msgstr "Si prega di contattare il supporto se si desidera annullare questa azione."
-#: apps/remix/app/components/forms/token.tsx:169
+#: apps/remix/app/components/forms/token.tsx
msgid "Please enter a meaningful name for your token. This will help you identify it later."
msgstr "Si prega di inserire un nome significativo per il proprio token. Questo ti aiuterà a identificarlo più tardi."
-#: apps/remix/app/components/general/claim-account.tsx:39
-#: apps/remix/app/components/forms/signup.tsx:46
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Please enter a valid name."
msgstr "Per favore inserisci un nome valido."
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:192
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please mark as viewed to complete"
msgstr "Si prega di segnare come visualizzato per completare"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:459
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:124
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please note that this action is <0>irreversible0>."
msgstr "Si prega di notare che questa azione è <0>irreversibile0>."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:115
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please note that this action is <0>irreversible0>. Once confirmed, this document will be permanently deleted."
msgstr "Si prega di notare che questa azione è <0>irreversibile0>. Una volta confermato, questo documento sarà eliminato permanentemente."
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:64
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Please note that this action is irreversible. Once confirmed, your template will be permanently deleted."
msgstr "Si prega di notare che questa azione è irreversibile. Una volta confermato, il tuo modello sarà eliminato permanentemente."
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:124
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Please note that this action is irreversible. Once confirmed, your token will be permanently deleted."
msgstr "Si prega di notare che questa azione è irreversibile. Una volta confermato, il tuo token sarà eliminato permanentemente."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:114
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "Please note that this action is irreversible. Once confirmed, your webhook will be permanently deleted."
msgstr "Si prega di notare che questa azione è irreversibile. Una volta confermato, il tuo webhook sarà eliminato permanentemente."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:128
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Please note that you will lose access to all documents associated with this team & all the members will be removed and notified"
msgstr "Si prega di notare che perderai l'accesso a tutti i documenti associati a questo team e tutti i membri saranno rimossi e notificati"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:36
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
msgid "Please provide a reason"
msgstr "Per favore, fornire una ragione"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:122
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Please provide a token from the authenticator, or a backup code. If you do not have a backup code available, please contact support."
msgstr "Si prega di fornire un token dal tuo autenticatore, o un codice di backup. Se non hai un codice di backup disponibile, contatta il supporto."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:129
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
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/remix/app/components/general/document-signing/document-signing-form.tsx:316
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please review the document before signing."
msgstr "Rivedi il documento prima di firmare."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:501
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Please select a PDF file"
msgstr "Seleziona un file PDF"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:62
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "Please try again and make sure you enter the correct email address."
msgstr "Si prega di riprovare assicurandosi di inserire l'indirizzo email corretto."
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:72
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "Please try again later."
msgstr "Si prega di riprovare più tardi."
-#: packages/ui/primitives/pdf-viewer.tsx:223
-#: packages/ui/primitives/pdf-viewer.tsx:238
+#: packages/ui/primitives/pdf-viewer.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Please try again or contact our support."
msgstr "Per favore, riprova o contatta il nostro supporto."
#. placeholder {0}: `'${_(deleteMessage)}'`
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:180
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please type {0} to confirm"
msgstr "Per favore, digita {0} per confermare"
#. placeholder {0}: user.email
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:123
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Please type <0>{0}0> to confirm."
msgstr "Si prega di digitare <0>{0}0> per confermare."
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:171
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Pre-formatted CSV template with example data."
msgstr "Modello CSV preformattato con dati di esempio."
-#: apps/remix/app/components/general/app-command-menu.tsx:209
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:58
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:49
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Preferences"
msgstr "Preferenze"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:215
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Preview"
msgstr "Anteprima"
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:64
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "Preview and configure template."
msgstr "Anteprima e configurazione del modello."
-#: apps/remix/app/components/tables/templates-table.tsx:119
-#: apps/remix/app/components/general/template/template-type.tsx:22
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/general/template/template-type.tsx
msgid "Private"
msgstr "Privato"
-#: apps/remix/app/components/tables/templates-table.tsx:129
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Private templates can only be modified and viewed by you."
msgstr "I modelli privati possono essere modificati e visualizzati solo da te."
-#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx:20
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:32
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:30
-#: apps/remix/app/components/general/app-command-menu.tsx:65
+#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Profile"
msgstr "Profilo"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:193
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Profile is currently <0>hidden0>."
msgstr "Il profilo è attualmente <0>nascosto0>."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:181
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Profile is currently <0>visible0>."
msgstr "Il profilo è attualmente <0>visibile0>."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:72
-#: apps/remix/app/components/forms/profile.tsx:68
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/forms/profile.tsx
msgid "Profile updated"
msgstr "Profilo aggiornato"
-#: apps/remix/app/components/tables/templates-table.tsx:92
-#: apps/remix/app/components/general/template/template-type.tsx:27
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/general/template/template-type.tsx
msgid "Public"
msgstr "Pubblico"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:34
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:45
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:43
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:71
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:62
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Public Profile"
msgstr "Profilo pubblico"
-#: apps/remix/app/components/forms/public-profile-form.tsx:145
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Public profile URL"
msgstr "URL del profilo pubblico"
-#: apps/remix/app/components/forms/signup.tsx:444
+#: apps/remix/app/components/forms/signup.tsx
msgid "Public profile username"
msgstr "Nome utente del profilo pubblico"
-#: apps/remix/app/components/tables/templates-table.tsx:96
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Public templates are connected to your public profile. Any modifications to public templates will also appear in your public profile."
msgstr "I modelli pubblici sono collegati al tuo profilo pubblico. Ogni modifica ai modelli pubblici apparirà anche nel tuo profilo pubblico."
-#: packages/ui/primitives/document-flow/types.ts:57
+#: packages/ui/primitives/document-flow/types.ts
msgid "Radio"
msgstr "Radio"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:131
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
msgid "Radio values"
msgstr "Valori radio"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:162
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:120
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:176
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:146
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:185
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Read only"
msgstr "Sola lettura"
-#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx:144
+#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx
msgid "Read only field"
msgstr "Campo di sola lettura"
-#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx:23
+#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx
msgid "Read the full <0>signature disclosure0>."
msgstr "Leggi l'intera <0>divulgazione della firma0>."
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:105
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Ready"
msgstr "Pronto"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:297
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Reason"
msgstr "Motivo"
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:151
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Reason for rejection: "
msgstr ""
-#: packages/email/template-components/template-document-rejected.tsx:32
+#: packages/email/template-components/template-document-rejected.tsx
msgid "Reason for rejection: {rejectionReason}"
msgstr "Motivo del rifiuto: {rejectionReason}"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:37
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
msgid "Reason must be less than 500 characters"
msgstr "Il motivo deve essere inferiore a 500 caratteri"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx:62
+#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx
msgid "Reauthentication is required to sign this field"
msgstr "È richiesta una riautenticazione per firmare questo campo"
-#: packages/ui/components/recipient/recipient-role-select.tsx:96
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Receives copy"
msgstr "Riceve copia"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:160
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:54
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "Recent activity"
msgstr "Attività recenti"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:39
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Recent documents"
msgstr "Documenti recenti"
-#: apps/remix/app/components/tables/documents-table.tsx:62
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:112
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:281
-#: packages/lib/utils/document-audit-logs.ts:357
-#: packages/lib/utils/document-audit-logs.ts:372
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/lib/utils/document-audit-logs.ts
+#: packages/lib/utils/document-audit-logs.ts
msgid "Recipient"
msgstr "Destinatario"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:335
-#: packages/ui/primitives/document-flow/add-settings.tsx:267
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:38
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "Recipient action authentication"
msgstr "Autenticazione azione destinatario"
-#: packages/ui/components/document/document-email-checkboxes.tsx:126
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Recipient removed email"
msgstr "Email destinatario rimosso"
-#: packages/ui/components/document/document-email-checkboxes.tsx:50
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Recipient signed email"
msgstr "Email firmato dal destinatario"
-#: packages/ui/components/document/document-email-checkboxes.tsx:88
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Recipient signing request email"
msgstr "Email richiesta firma destinatario"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:110
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Recipient updated"
msgstr "Destinatario aggiornato"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:144
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:132
-#: apps/remix/app/components/general/template/template-page-view-recipients.tsx:30
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:48
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Recipients"
msgstr "Destinatari"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:118
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Recipients metrics"
msgstr "Metriche dei destinatari"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:160
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Recipients will still retain their copy of the document"
msgstr "I destinatari conserveranno comunque la loro copia del documento"
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:26
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "Recovery code copied"
msgstr "Codice di recupero copiato"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:116
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Recovery codes"
msgstr "Codici di recupero"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:541
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Red"
msgstr "Rosso"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:505
-#: packages/ui/primitives/document-flow/add-settings.tsx:381
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Redirect URL"
msgstr "URL di reindirizzamento"
-#: apps/remix/app/components/general/claim-account.tsx:79
-#: apps/remix/app/components/forms/signup.tsx:136
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Registration Successful"
msgstr "Registrazione avvenuta con successo"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:116
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:123
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:169
-#: packages/email/template-components/template-document-invite.tsx:98
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Reject Document"
msgstr "Rifiuta Documento"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:99
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:146
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Rejected"
msgstr "Rifiutato"
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:22
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "Rejection Confirmed"
msgstr "Rifiuto confermato"
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:34
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "Rejection reason: {reason}"
msgstr "Motivo del rifiuto: {reason}"
-#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx:29
+#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx
msgid "Remembered your password? <0>Sign In0>"
msgstr "Ricordi la tua password? <0>Accedi0>"
#. placeholder {0}: customEmail.subject
-#: packages/lib/server-only/document/resend-document.tsx:192
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: {0}"
msgstr "Promemoria: {0}"
#. placeholder {0}: document.team.name
-#: packages/lib/server-only/document/resend-document.tsx:132
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: {0} invited you to {recipientActionVerb} a document"
msgstr "Promemoria: {0} ti ha invitato a {recipientActionVerb} un documento"
-#: packages/lib/server-only/document/resend-document.tsx:121
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: Please {recipientActionVerb} this document"
msgstr "Promemoria: per favore {recipientActionVerb} questo documento"
-#: packages/lib/server-only/document/resend-document.tsx:127
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: Please {recipientActionVerb} your document"
msgstr "Promemoria: per favore {recipientActionVerb} il tuo documento"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:55
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:152
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:160
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:187
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:88
-#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx:156
-#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx:180
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:249
-#: apps/remix/app/components/forms/avatar-image.tsx:162
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:431
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:216
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:156
-#: packages/ui/primitives/document-flow/add-fields.tsx:1123
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Remove"
msgstr "Rimuovi"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:105
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Remove team email"
msgstr "Rimuovere l'email del team"
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:149
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
msgid "Remove team member"
msgstr "Rimuovere il membro del team"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:69
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Renews: {formattedDate}"
msgstr "Rinnova: {formattedDate}"
-#: apps/remix/app/components/forms/reset-password.tsx:127
-#: apps/remix/app/components/forms/password.tsx:141
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Repeat Password"
msgstr "Ripeti Password"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:245
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Request transfer"
msgstr "Richiedi trasferimento"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:152
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:110
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:166
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:136
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:175
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Required field"
msgstr "Campo richiesto"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:110
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Reseal document"
msgstr "Risigilla documento"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:148
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:116
-#: packages/ui/primitives/document-flow/add-subject.tsx:79
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Resend"
msgstr "Reinvia"
-#: apps/remix/app/components/general/verify-email-banner.tsx:132
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Resend Confirmation Email"
msgstr "Reinvia email di conferma"
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:66
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
msgid "Resend verification"
msgstr "Reinvia verifica"
-#: apps/remix/app/components/forms/team-update-form.tsx:161
-#: apps/remix/app/components/forms/public-profile-form.tsx:266
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Reset"
msgstr "Ripristina"
-#: apps/remix/app/components/forms/forgot-password.tsx:54
+#: apps/remix/app/components/forms/forgot-password.tsx
msgid "Reset email sent"
msgstr "Email di reset inviato"
-#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx:36
-#: apps/remix/app/components/forms/reset-password.tsx:139
-#: apps/remix/app/components/forms/forgot-password.tsx:89
-#: packages/email/template-components/template-forgot-password.tsx:33
+#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/forgot-password.tsx
+#: packages/email/template-components/template-forgot-password.tsx
msgid "Reset Password"
msgstr "Reimposta password"
-#: apps/remix/app/components/forms/reset-password.tsx:139
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Resetting Password..."
msgstr "Reimpostazione della password..."
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:98
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Resolve"
msgstr "Risolvi"
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:131
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Resolve payment"
msgstr "Risolvere il pagamento"
-#: packages/ui/components/document/document-share-button.tsx:146
+#: packages/ui/components/document/document-share-button.tsx
msgid "Rest assured, your document is strictly confidential and will never be shared. Only your signing experience will be highlighted. Share your personalized signing card to showcase your signature!"
msgstr "Stai tranquillo, il tuo documento è strettamente confidenziale e non sarà mai condiviso. Solo la tua esperienza di firma sarà evidenziata. Condividi la tua carta di firma personalizzata per mostrare la tua firma!"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:122
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Retention of Documents"
msgstr "Conservazione dei documenti"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:169
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Retry"
msgstr "Riprova"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:87
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:110
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:109
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:104
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Return"
msgstr "Ritorna"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:153
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Return to Dashboard"
msgstr "Torna al cruscotto"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:159
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Return to Home"
msgstr "Torna alla home"
-#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx:29
-#: apps/remix/app/routes/_unauthenticated+/check-email.tsx:29
+#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx
+#: apps/remix/app/routes/_unauthenticated+/check-email.tsx
msgid "Return to sign in"
msgstr "Torna a accedere"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:117
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Revoke"
msgstr "Revoca"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:86
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Revoke access"
msgstr "Revoca l'accesso"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:79
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:90
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:117
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:284
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:162
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:314
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Role"
msgstr "Ruolo"
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:131
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:73
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Roles"
msgstr "Ruoli"
-#: packages/ui/primitives/data-table-pagination.tsx:55
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "Rows per page"
msgstr "Righe per pagina"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:373
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:358
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:304
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:311
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:446
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:320
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Save"
msgstr "Salva"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:979
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
msgid "Save Template"
msgstr "Salva modello"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:63
-#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx:57
-#: apps/remix/app/components/tables/documents-table-sender-filter.tsx:58
-#: apps/remix/app/components/general/app-nav-desktop.tsx:84
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx
+#: apps/remix/app/components/tables/documents-table-sender-filter.tsx
+#: apps/remix/app/components/general/app-nav-desktop.tsx
msgid "Search"
msgstr "Cerca"
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:141
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
msgid "Search by document title"
msgstr "Cerca per titolo del documento"
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:172
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:141
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Search by name or email"
msgstr "Cerca per nome o email"
-#: apps/remix/app/components/general/document/document-search.tsx:39
+#: apps/remix/app/components/general/document/document-search.tsx
msgid "Search documents..."
msgstr "Cerca documenti..."
-#: packages/ui/components/common/language-switcher-dialog.tsx:41
+#: packages/ui/components/common/language-switcher-dialog.tsx
msgid "Search languages..."
msgstr "Cerca lingue..."
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:185
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:210
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Secret"
msgstr "Segreto"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:67
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:71
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:69
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
msgid "Security"
msgstr "Sicurezza"
-#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx:18
+#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx
msgid "Security activity"
msgstr "Attività di sicurezza"
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:193
-#: packages/ui/primitives/document-flow/types.ts:59
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:114
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Select"
msgstr "Seleziona"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:114
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:84
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Select a team"
msgstr "Seleziona un team"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:78
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Select a team to move this document to. This action cannot be undone."
msgstr "Seleziona un team a cui spostare questo documento. Questa azione non può essere annullata."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:108
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Select a team to move this template to. This action cannot be undone."
msgstr "Seleziona un team a cui spostare questo modello. Questa azione non può essere annullata."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:258
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Select a template you'd like to display on your public profile"
msgstr "Seleziona un modello che desideri mostrare nel tuo profilo pubblico"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:254
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Select a template you'd like to display on your team's public profile"
msgstr "Seleziona un modello che desideri mostrare nel profilo pubblico del tuo team"
-#: packages/ui/primitives/combobox.tsx:39
+#: packages/ui/primitives/combobox.tsx
msgid "Select an option"
msgstr "Seleziona un'opzione"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:138
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Select at least"
msgstr "Seleziona almeno"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:104
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Select default option"
msgstr "Seleziona opzione predefinita"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:223
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Select passkey"
msgstr "Seleziona una chiave di accesso"
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:34
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:64
-#: packages/ui/primitives/document-flow/add-subject.tsx:77
-#: packages/ui/primitives/document-flow/add-subject.tsx:80
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Send"
msgstr "Invia"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:92
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "Send confirmation email"
msgstr "Invia email di conferma"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:334
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Send document"
msgstr "Invia documento"
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:41
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
msgid "Send Document"
msgstr "Invia documento"
-#: packages/ui/components/document/document-email-checkboxes.tsx:193
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document completed email"
msgstr "Invia email documento completato"
-#: packages/ui/components/document/document-email-checkboxes.tsx:269
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document completed email to the owner"
msgstr "Invia email documento completato al proprietario"
-#: packages/ui/components/document/document-email-checkboxes.tsx:231
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document deleted email"
msgstr "Invia email documento eliminato"
-#: packages/ui/components/document/document-email-checkboxes.tsx:154
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document pending email"
msgstr "Invia email documento in sospeso"
-#: packages/email/templates/confirm-team-email.tsx:102
+#: packages/email/templates/confirm-team-email.tsx
msgid "Send documents on behalf of the team using the email address"
msgstr "Invia documenti a nome del team utilizzando l'indirizzo email"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:252
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Send documents to recipients immediately"
msgstr "Invia documenti ai destinatari immediatamente"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:199
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Send on Behalf of Team"
msgstr "Invia per conto del team"
-#: packages/ui/components/document/document-email-checkboxes.tsx:116
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send recipient removed email"
msgstr "Invia email destinatario rimosso"
-#: packages/ui/components/document/document-email-checkboxes.tsx:40
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send recipient signed email"
msgstr "Invia email firmato dal destinatario"
-#: packages/ui/components/document/document-email-checkboxes.tsx:78
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send recipient signing request email"
msgstr "Invia email richiesta firma destinatario"
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:188
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Send reminder"
msgstr "Invia promemoria"
-#: apps/remix/app/components/tables/documents-table.tsx:58
+#: apps/remix/app/components/tables/documents-table.tsx
msgid "Sender"
msgstr "Mittente"
-#: apps/remix/app/components/forms/forgot-password.tsx:89
+#: apps/remix/app/components/forms/forgot-password.tsx
msgid "Sending Reset Email..."
msgstr "Invio dell'email di ripristino..."
-#: apps/remix/app/components/general/verify-email-banner.tsx:132
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Sending..."
msgstr "Invio..."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:264
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:100
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Sent"
msgstr "Inviato"
-#: apps/remix/app/components/general/claim-account.tsx:144
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Set a password"
msgstr "Imposta una password"
-#: apps/remix/app/routes/_authenticated+/settings+/_layout.tsx:16
-#: apps/remix/app/components/general/app-nav-mobile.tsx:43
-#: apps/remix/app/components/general/app-command-menu.tsx:61
-#: apps/remix/app/components/general/app-command-menu.tsx:206
+#: apps/remix/app/routes/_authenticated+/settings+/_layout.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Settings"
msgstr "Impostazioni"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:197
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Setup"
msgstr "Configurazione"
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:179
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:148
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Share"
msgstr "Condividi"
-#: packages/ui/components/document/document-share-button.tsx:134
+#: packages/ui/components/document/document-share-button.tsx
msgid "Share Signature Card"
msgstr "Condividi carta firma"
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:205
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:175
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Share Signing Card"
msgstr "Condividi scheda di firma"
-#: packages/lib/constants/template.ts:16
+#: packages/lib/constants/template.ts
msgid "Share the Link"
msgstr "Condividi il link"
-#: packages/ui/components/document/document-share-button.tsx:142
+#: packages/ui/components/document/document-share-button.tsx
msgid "Share your signing experience!"
msgstr "Condividi la tua esperienza di firma!"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:172
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Show"
msgstr "Mostra"
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:111
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Show additional information"
msgstr "Mostra informazioni aggiuntive"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:723
-#: packages/ui/primitives/document-flow/add-signers.tsx:710
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Show advanced settings"
msgstr "Mostra impostazioni avanzate"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:37
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Show templates in your public profile for your audience to sign and get started quickly"
msgstr "Mostra modelli nel tuo profilo pubblico per il tuo pubblico da firmare e iniziare rapidamente"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:44
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Show templates in your team public profile for your audience to sign and get started quickly"
msgstr "Mostra modelli nel profilo pubblico della tua squadra per il tuo pubblico da firmare e iniziare rapidamente"
-#: apps/remix/app/routes/_profile+/p.$url.tsx:189
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:128
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:112
-#: apps/remix/app/components/general/user-profile-timur.tsx:77
-#: apps/remix/app/components/general/user-profile-skeleton.tsx:73
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:323
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:243
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:142
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:221
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:179
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:83
-#: packages/lib/constants/recipient-roles.ts:21
+#: apps/remix/app/routes/_profile+/p.$url.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/user-profile-timur.tsx
+#: apps/remix/app/components/general/user-profile-skeleton.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Sign"
msgstr "Firma"
#. placeholder {0}: recipient.name
#. placeholder {1}: recipient.email
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:272
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "Sign as {0} <0>({1})0>"
msgstr "Firma come {0} <0>({1})0>"
#. placeholder {0}: recipient.name
#. placeholder {1}: recipient.email
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:202
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
msgid "Sign as<0>{0} <1>({1})1>0>"
msgstr "Firma come<0>{0} <1>({1})1>0>"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:301
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:358
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Sign document"
msgstr "Firma il documento"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:184
-#: packages/email/template-components/template-document-invite.tsx:106
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Sign Document"
msgstr "Firma documento"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx:59
+#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx
msgid "Sign field"
msgstr "Campo di firma"
-#: apps/remix/app/components/forms/signup.tsx:359
+#: apps/remix/app/components/forms/signup.tsx
msgid "Sign Here"
msgstr "Firma qui"
-#: apps/remix/app/components/forms/signin.tsx:363
-#: apps/remix/app/components/forms/signin.tsx:488
-#: packages/email/template-components/template-reset-password.tsx:35
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: packages/email/template-components/template-reset-password.tsx
msgid "Sign In"
msgstr "Accedi"
-#: apps/remix/app/routes/_unauthenticated+/signin.tsx:47
+#: apps/remix/app/routes/_unauthenticated+/signin.tsx
msgid "Sign in to your account"
msgstr "Accedi al tuo account"
-#: apps/remix/app/components/general/menu-switcher.tsx:282
-#: apps/remix/app/components/general/app-nav-mobile.tsx:76
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
msgid "Sign Out"
msgstr "Disconnetti"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:326
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:379
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Sign the document to complete the process."
msgstr "Firma il documento per completare il processo."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:63
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
msgid "Sign up"
msgstr "Registrati"
-#: apps/remix/app/components/forms/signup.tsx:398
+#: apps/remix/app/components/forms/signup.tsx
msgid "Sign Up with Google"
msgstr "Iscriviti con Google"
-#: apps/remix/app/components/forms/signup.tsx:414
+#: apps/remix/app/components/forms/signup.tsx
msgid "Sign Up with OIDC"
msgstr "Iscriviti con OIDC"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:185
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:80
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:245
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:280
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:342
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:335
-#: apps/remix/app/components/forms/profile.tsx:118
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:423
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:420
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:711
-#: packages/ui/primitives/document-flow/types.ts:49
-#: packages/ui/primitives/document-flow/field-icon.tsx:44
-#: packages/ui/primitives/document-flow/add-fields.tsx:836
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/field-icon.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Signature"
msgstr "Firma"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:236
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signature ID"
msgstr "ID Firma"
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:297
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:366
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:449
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:446
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Signature is too small. Please provide a more complete signature."
msgstr "La firma è troppo piccola. Si prega di fornire una firma più completa."
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:139
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Signatures Collected"
msgstr "Firme raccolte"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:221
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Signatures will appear once the document has been completed"
msgstr "Le firme appariranno una volta completato il documento"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:286
-#: apps/remix/app/components/general/document/document-read-only-fields.tsx:82
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:113
-#: packages/lib/constants/recipient-roles.ts:22
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/general/document/document-read-only-fields.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Signed"
msgstr "Firmato"
-#: packages/lib/constants/recipient-roles.ts:24
+#: packages/lib/constants/recipient-roles.ts
msgid "Signer"
msgstr "Firmatario"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:184
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signer Events"
msgstr "Eventi del Firmatario"
-#: packages/lib/constants/recipient-roles.ts:25
+#: packages/lib/constants/recipient-roles.ts
msgid "Signers"
msgstr "Firmatari"
-#: packages/ui/primitives/document-flow/add-signers.types.ts:36
+#: packages/ui/primitives/document-flow/add-signers.types.ts
msgid "Signers must have unique emails"
msgstr "I firmatari devono avere email uniche"
-#: packages/lib/constants/recipient-roles.ts:23
+#: packages/lib/constants/recipient-roles.ts
msgid "Signing"
msgstr "Firma"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:176
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signing Certificate"
msgstr "Certificato di Firma"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:319
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signing certificate provided by"
msgstr "Certificato di firma fornito da"
-#: packages/lib/server-only/document/send-completed-email.ts:120
-#: packages/lib/server-only/document/send-completed-email.ts:200
+#: packages/lib/server-only/document/send-completed-email.ts
+#: packages/lib/server-only/document/send-completed-email.ts
msgid "Signing Complete!"
msgstr "Firma completata!"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:339
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Signing for"
msgstr ""
-#: apps/remix/app/components/forms/signin.tsx:363
-#: apps/remix/app/components/forms/signin.tsx:488
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
msgid "Signing in..."
msgstr "Accesso in corso..."
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:189
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:160
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Signing Links"
msgstr "Link di firma"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:301
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Signing links have been generated for this document."
msgstr "I link di firma sono stati generati per questo documento."
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:340
-#: packages/ui/primitives/document-flow/add-signers.tsx:278
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Signing order is enabled."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/leaderboard.tsx:52
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/leaderboard.tsx
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
msgid "Signing Volume"
msgstr "Volume di firma"
-#: apps/remix/app/components/forms/signup.tsx:71
+#: apps/remix/app/components/forms/signup.tsx
msgid "Signups are disabled."
msgstr "Le iscrizioni sono disabilitate."
#. placeholder {0}: DateTime.fromJSDate(publicProfile.badge.since).toFormat('LLL ‘yy')
-#: apps/remix/app/routes/_profile+/p.$url.tsx:106
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "Since {0}"
msgstr "Dal {0}"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:107
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Site Banner"
msgstr "Banner del sito"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:100
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:111
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Site Settings"
msgstr "Impostazioni del sito"
-#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx:32
+#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx
msgid "Some signers have not been assigned a signature field. Please assign at least 1 signature field to each signer before proceeding."
msgstr "Alcuni firmatari non hanno un campo firma assegnato. Assegna almeno 1 campo di firma a ciascun firmatario prima di procedere."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:56
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:88
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:133
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:34
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:62
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:79
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:76
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:98
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:95
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:73
-#: apps/remix/app/components/general/billing-portal-button.tsx:35
-#: apps/remix/app/components/general/billing-plans.tsx:62
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:52
-#: apps/remix/app/components/general/teams/team-invitations.tsx:132
-#: apps/remix/app/components/general/teams/team-invitations.tsx:169
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:43
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:38
-#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx:28
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:34
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:44
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:94
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:63
-#: apps/remix/app/components/general/document/document-certificate-download-button.tsx:65
-#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx:62
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:24
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:119
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:106
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:167
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:260
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:103
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:128
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:153
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:47
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:71
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:206
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:61
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:80
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:51
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:100
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:103
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:76
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:69
-#: packages/ui/components/document/document-share-button.tsx:50
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/billing-portal-button.tsx
+#: apps/remix/app/components/general/billing-plans.tsx
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: apps/remix/app/components/general/document/document-certificate-download-button.tsx
+#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
+#: packages/ui/components/document/document-share-button.tsx
msgid "Something went wrong"
msgstr "Qualcosa è andato storto"
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:125
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Something went wrong while attempting to transfer the ownership of team <0>{0}0> to your. Please try again later or contact support."
msgstr "Qualcosa è andato storto durante il tentativo di trasferimento della proprietà del team <0>{0}0> a te. Riprova più tardi o contatta il supporto."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:148
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Something went wrong while attempting to verify your email address for <0>{0}0>. Please try again later."
msgstr "Qualcosa è andato storto durante il tentativo di verifica del tuo indirizzo e-mail per <0>{0}0>. Riprova più tardi."
-#: packages/ui/primitives/pdf-viewer.tsx:220
-#: packages/ui/primitives/pdf-viewer.tsx:235
+#: packages/ui/primitives/pdf-viewer.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Something went wrong while loading the document."
msgstr "Qualcosa è andato storto durante il caricamento del documento."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:159
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Something went wrong while loading your passkeys."
msgstr "Qualcosa è andato storto durante il caricamento delle tue chiavi di accesso."
-#: apps/remix/app/components/general/verify-email-banner.tsx:57
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Something went wrong while sending the confirmation email."
msgstr "Qualcosa è andato storto durante l'invio dell'e-mail di conferma."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:94
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Something went wrong while updating the team billing subscription, please contact support."
msgstr "Qualcosa è andato storto durante l'aggiornamento dell'abbonamento di fatturazione del team, contatta il supporto."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:107
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Something went wrong!"
msgstr "Qualcosa è andato storto!"
-#: packages/ui/primitives/data-table.tsx:134
+#: packages/ui/primitives/data-table.tsx
msgid "Something went wrong."
msgstr "Qualcosa è andato storto."
-#: apps/remix/app/components/forms/token.tsx:137
+#: apps/remix/app/components/forms/token.tsx
msgid "Something went wrong. Please try again later."
msgstr "Qualcosa è andato storto. Si prega di riprovare più tardi."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:163
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:239
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Something went wrong. Please try again or contact support."
msgstr "Qualcosa è andato storto. Riprova o contatta il supporto."
-#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx:64
+#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx
msgid "Sorry, we were unable to download the audit logs. Please try again later."
msgstr "Siamo spiacenti, non siamo riusciti a scaricare i log di verifica. Riprova più tardi."
-#: apps/remix/app/components/general/document/document-certificate-download-button.tsx:67
+#: apps/remix/app/components/general/document/document-certificate-download-button.tsx
msgid "Sorry, we were unable to download the certificate. Please try again later."
msgstr "Siamo spiacenti, non siamo riusciti a scaricare il certificato. Riprova più tardi."
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:130
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Source"
msgstr "Fonte"
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:41
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Stats"
msgstr "Statistiche"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:98
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:36
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:76
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:73
-#: apps/remix/app/components/tables/documents-table.tsx:72
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:122
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Status"
msgstr "Stato"
-#: packages/ui/primitives/document-flow/document-flow-root.tsx:106
+#: packages/ui/primitives/document-flow/document-flow-root.tsx
msgid "Step <0>{step} of {maxStep}0>"
msgstr "Passo <0>{step} di {maxStep}0>"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:362
-#: packages/ui/primitives/document-flow/add-subject.tsx:138
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Subject <0>(Optional)0>"
msgstr "Oggetto <0>(Opzionale)0>"
-#: packages/ui/primitives/document-password-dialog.tsx:98
-msgid "Submit"
-msgstr "Invia"
-
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:299
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Submitting..."
msgstr ""
-#: apps/remix/app/components/general/billing-plans.tsx:129
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Subscribe"
msgstr ""
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:78
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Subscription"
msgstr "Abbonamento"
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:83
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Subscriptions"
msgstr "Abbonamenti"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:54
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:28
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:56
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:73
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:68
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:90
-#: apps/remix/app/components/general/verify-email-banner.tsx:46
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:41
-#: apps/remix/app/components/general/teams/team-invitations.tsx:125
-#: apps/remix/app/components/general/teams/team-invitations.tsx:162
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:36
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:31
-#: apps/remix/app/components/forms/team-update-form.tsx:65
-#: apps/remix/app/components/forms/public-profile-form.tsx:79
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:119
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:144
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:94
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:106
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:91
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:146
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:48
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:48
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:76
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:54
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:73
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:76
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:70
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:87
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:131
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:167
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/general/verify-email-banner.tsx
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Success"
msgstr "Successo"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:86
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Successfully created passkey"
msgstr "Chiave di accesso creata con successo"
-#: packages/email/templates/bulk-send-complete.tsx:52
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Successfully created: {successCount}"
msgstr "Creati con successo: {successCount}"
-#: packages/email/templates/bulk-send-complete.tsx:44
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Summary:"
msgstr "Sommario:"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:53
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "System Requirements"
msgstr "Requisiti di sistema"
-#: apps/remix/app/components/general/app-command-menu.tsx:262
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "System Theme"
msgstr "Tema del sistema"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx:60
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:62
+#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
msgid "Team"
msgstr "Squadra"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/delete-team.ts:124
+#: packages/lib/server-only/team/delete-team.ts
msgid "Team \"{0}\" has been deleted on Documenso"
msgstr "Il team \"{0}\" è stato eliminato su Documenso"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:86
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Team checkout"
msgstr "Acquisto squadra"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:65
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:144
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Team email"
msgstr "Email della squadra"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:57
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Team Email"
msgstr "Email del team"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:122
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Team email already verified!"
msgstr "Email del team già verificato!"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:55
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Team email has been removed"
msgstr "L'email del team è stato rimosso"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/delete-team-email.ts:105
+#: packages/lib/server-only/team/delete-team-email.ts
msgid "Team email has been revoked for {0}"
msgstr "L'email del team è stata revocata per {0}"
-#: packages/email/templates/team-email-removed.tsx:60
+#: packages/email/templates/team-email-removed.tsx
msgid "Team email removed"
msgstr "Email del team rimosso"
-#: packages/email/templates/team-email-removed.tsx:30
+#: packages/email/templates/team-email-removed.tsx
msgid "Team email removed for {teamName} on Documenso"
msgstr "Email del team rimosso per {teamName} su Documenso"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:144
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Team email verification"
msgstr "Verifica email del team"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:160
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Team email verified!"
msgstr "Email del team verificato!"
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:77
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "Team email was updated."
msgstr "L'email del team è stato aggiornato."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:121
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:116
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Team invitation"
msgstr "Invito del team"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:147
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Team invitations have been sent."
msgstr "Gli inviti del team sono stati inviati."
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:71
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:103
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Team Member"
msgstr "Membro del team"
-#: apps/remix/app/components/forms/team-update-form.tsx:110
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:165
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Team Name"
msgstr "Nome del team"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:61
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "Team not found"
msgstr ""
-#: apps/remix/app/components/tables/templates-table.tsx:119
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Team Only"
msgstr "Solo team"
-#: apps/remix/app/components/tables/templates-table.tsx:124
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Team only templates are not linked anywhere and are visible only to your team."
msgstr "I modelli solo per il team non sono collegati da nessuna parte e sono visibili solo al tuo team."
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:121
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Team ownership transfer"
msgstr "Trasferimento di proprietà del team"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:99
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Team ownership transfer already completed!"
msgstr "Trasferimento della proprietà del team già completato!"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:137
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Team ownership transferred!"
msgstr "Proprietà del team trasferita!"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:31
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Team Preferences"
msgstr "Preferenze del team"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:41
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Team Public Profile"
msgstr "Profilo pubblico del team"
-#: apps/remix/app/components/general/menu-switcher.tsx:266
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Team settings"
msgstr "Impostazioni del team"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._layout.tsx:39
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._layout.tsx
msgid "Team Settings"
msgstr "Impostazioni del team"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:43
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Team templates"
msgstr "Modelli del team"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:76
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "Team transfer in progress"
msgstr "Trasferimento del team in corso"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:74
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "Team transfer request expired"
msgstr "Richiesta di trasferimento del team scaduta"
-#: apps/remix/app/components/forms/team-update-form.tsx:126
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:195
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Team URL"
msgstr "URL del team"
-#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx:22
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:58
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:56
-#: apps/remix/app/components/general/menu-switcher.tsx:155
-#: apps/remix/app/components/general/app-nav-mobile.tsx:39
+#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
msgid "Teams"
msgstr "Team"
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:82
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Teams restricted"
msgstr "Team limitati"
-#: apps/remix/app/routes/_authenticated+/templates.$id.edit.tsx:71
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:166
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:37
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:140
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:220
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:406
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:268
+#: apps/remix/app/routes/_authenticated+/templates.$id.edit.tsx
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Template"
msgstr "Modello"
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:38
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Template deleted"
msgstr "Modello eliminato"
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:59
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "Template document uploaded"
msgstr "Documento modello caricato"
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:35
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Template duplicated"
msgstr "Modello duplicato"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:132
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Template has been removed from your public profile."
msgstr "Il modello è stato rimosso dal tuo profilo pubblico."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:168
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Template has been updated."
msgstr "Il modello è stato aggiornato."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:65
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Template moved"
msgstr "Modello spostato"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:78
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Template not found or already associated with a team."
msgstr "Modello non trovato o già associato a un team."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:206
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Template saved"
msgstr "Modello salvato"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:165
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Template title"
msgstr "Titolo del modello"
-#: apps/remix/app/routes/_authenticated+/templates._index.tsx:56
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:102
-#: apps/remix/app/components/general/app-nav-mobile.tsx:35
-#: apps/remix/app/components/general/app-nav-desktop.tsx:21
-#: apps/remix/app/components/general/app-command-menu.tsx:203
+#: apps/remix/app/routes/_authenticated+/templates._index.tsx
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
+#: apps/remix/app/components/general/app-nav-desktop.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Templates"
msgstr "Modelli"
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:98
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
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/remix/app/components/general/document-signing/document-signing-text-field.tsx:270
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:299
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:841
-#: packages/ui/primitives/document-flow/types.ts:52
-#: packages/ui/primitives/document-flow/add-fields.tsx:966
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Text"
msgstr "Testo"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:125
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:139
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx:62
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx:57
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx:62
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx:80
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx
msgid "Text Align"
msgstr "Allineamento del testo"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:171
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Text Color"
msgstr "Colore del testo"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:20
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Thank you for using Documenso to perform your electronic document signing. The purpose of this disclosure is to inform you about the process, legality, and your rights regarding the use of electronic signatures on our platform. By opting to use an electronic signature, you are agreeing to the terms and conditions outlined below."
msgstr "Grazie per aver utilizzato Documenso per eseguire la firma elettronica dei tuoi documenti. Lo scopo di questa divulgazione è informarti sul processo, la legalità e i tuoi diritti riguardanti l'uso delle firme elettroniche sulla nostra piattaforma. Optando per l'utilizzo di una firma elettronica, accetti i termini e le condizioni delineati di seguito."
-#: packages/email/template-components/template-forgot-password.tsx:25
+#: packages/email/template-components/template-forgot-password.tsx
msgid "That's okay, it happens! Click the button below to reset your password."
msgstr "Va bene, succede! Fai clic sul pulsante qui sotto per reimpostare la tua password."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:50
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "The account has been deleted successfully."
msgstr "L'account è stato eliminato con successo."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:50
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "The account has been disabled successfully."
msgstr "L'account è stato disabilitato con successo."
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:47
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "The account has been enabled successfully."
msgstr "L'account è stato abilitato con successo."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:43
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "The authentication required for recipients to sign fields"
msgstr "Autenticazione richiesta per i destinatari per firmare i campi"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:67
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "The authentication required for recipients to sign the signature field."
msgstr "Autenticazione richiesta per i destinatari per firmare il campo della firma."
-#: packages/ui/components/document/document-global-auth-access-select.tsx:66
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "The authentication required for recipients to view the document."
msgstr "Autenticazione richiesta per i destinatari per visualizzare il documento."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:202
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "The content to show in the banner, HTML is allowed"
msgstr "Il contenuto da mostrare nel banner, HTML è consentito"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:72
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:31
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:166
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "The direct link has been copied to your clipboard"
msgstr "Il link diretto è stato copiato negli appunti"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:46
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "The document has been successfully moved to the selected team."
msgstr "Il documento è stato spostato con successo al team selezionato."
-#: apps/remix/app/components/embed/embed-document-completed.tsx:30
+#: apps/remix/app/components/embed/embed-document-completed.tsx
msgid "The document is now completed, please follow any instructions provided within the parent application."
msgstr "Il documento è ora completato, si prega di seguire eventuali istruzioni fornite nell'applicazione principale."
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:39
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "The document owner has been notified of this rejection. No further action is required from you at this time. The document owner may contact you with any questions regarding this rejection."
msgstr "Il proprietario del documento è stato informato di questo rifiuto. Non sono necessarie ulteriori azioni da parte tua in questo momento. Il proprietario del documento potrebbe contattarti per qualsiasi domanda riguardante questo rifiuto."
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:106
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:21
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
msgid "The document owner has been notified of your decision. They may contact you with further instructions if necessary."
msgstr "Il proprietario del documento è stato informato della tua decisione. Potrebbe contattarti per ulteriori istruzioni, se necessario."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:192
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "The document was created but could not be sent to recipients."
msgstr "Il documento è stato creato ma non è stato possibile inviarlo ai destinatari."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:157
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "The document will be hidden from your account"
msgstr "Il documento verrà nascosto dal tuo account"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:342
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "The document will be immediately sent to recipients if this is checked."
msgstr "Il documento sarà immediatamente inviato ai destinatari se selezionato."
-#: packages/ui/components/document/document-send-email-message-helper.tsx:29
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "The document's name"
msgstr "Il nome del documento"
-#: apps/remix/app/components/forms/signin.tsx:242
+#: apps/remix/app/components/forms/signin.tsx
msgid "The email or password provided is incorrect"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:172
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:196
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "The events that will trigger a webhook to be sent to your URL."
msgstr "Gli eventi che scateneranno un webhook da inviare al tuo URL."
-#: packages/email/templates/bulk-send-complete.tsx:62
+#: packages/email/templates/bulk-send-complete.tsx
msgid "The following errors occurred:"
msgstr "Si sono verificati i seguenti errori:"
-#: packages/email/templates/team-delete.tsx:37
+#: packages/email/templates/team-delete.tsx
msgid "The following team has been deleted by its owner. You will no longer be able to access this team and its documents"
msgstr "Il seguente team è stato eliminato dal suo proprietario. Non potrai più accedere a questo team e ai suoi documenti"
-#: packages/email/templates/team-delete.tsx:36
+#: packages/email/templates/team-delete.tsx
msgid "The following team has been deleted by you"
msgstr "Il seguente team è stato eliminato da te"
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:141
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "The ownership of team <0>{0}0> has been successfully transferred to you."
msgstr "La proprietà del team <0>{0}0> è stata trasferita con successo a te."
-#: apps/remix/app/components/general/generic-error-layout.tsx:43
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "The page you are looking for was moved, removed, renamed or might never have existed."
msgstr "La pagina che stai cercando è stata spostata, rimossa, rinominata o potrebbe non essere mai esistita."
-#: packages/ui/primitives/document-password-dialog.tsx:53
-msgid "The password you have entered is incorrect. Please try again."
-msgstr "La password che hai inserito non è corretta. Per favore riprova."
-
-#: apps/remix/app/components/forms/public-profile-form.tsx:117
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "The profile link has been copied to your clipboard"
msgstr "Il link del profilo è stato copiato negli appunti"
-#: apps/remix/app/routes/_profile+/_layout.tsx:104
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "The profile you are looking for could not be found."
msgstr "Il profilo che stai cercando non è stato trovato."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:377
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "The public description that will be displayed with this template"
msgstr "La descrizione pubblica che verrà visualizzata con questo modello"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:355
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "The public name for your template"
msgstr "Il nome pubblico per il tuo modello"
-#: packages/email/template-components/template-document-super-delete.tsx:38
+#: packages/email/template-components/template-document-super-delete.tsx
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:135
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "The recipient can prepare the document for later signers by pre-filling suggest values."
msgstr ""
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:111
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "The recipient has been updated successfully"
msgstr "Il destinatario è stato aggiornato con successo"
-#: packages/ui/components/recipient/recipient-role-select.tsx:104
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:61
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:40
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:82
+#: packages/ui/components/recipient/recipient-role-select.tsx
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."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:230
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "The selected team member will receive an email which they must accept before the team is transferred"
msgstr "Il membro del team selezionato riceverà un'email che dovrà accettare prima che il team venga trasferito"
-#: packages/ui/components/document/document-share-button.tsx:51
+#: packages/ui/components/document/document-share-button.tsx
msgid "The sharing link could not be created at this time. Please try again."
msgstr "Il link di condivisione non può essere creato in questo momento. Per favore riprova."
-#: packages/ui/components/document/document-share-button.tsx:46
+#: packages/ui/components/document/document-share-button.tsx
msgid "The sharing link has been copied to your clipboard."
msgstr "Il link di condivisione è stato copiato negli appunti."
-#: packages/ui/components/document/document-send-email-message-helper.tsx:23
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "The signer's email"
msgstr "L'email del firmatario"
-#: packages/ui/components/document/document-send-email-message-helper.tsx:17
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "The signer's name"
msgstr "Il nome del firmatario"
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:37
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:116
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:168
-#: packages/ui/primitives/document-flow/add-subject.tsx:238
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "The signing link has been copied to your clipboard."
msgstr "Il link di firma è stato copiato negli appunti."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:110
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "The site banner is a message that is shown at the top of the site. It can be used to display important information to your users."
msgstr "Il banner del sito è un messaggio che viene mostrato in cima al sito. Può essere utilizzato per visualizzare informazioni importanti ai tuoi utenti."
-#: packages/email/templates/team-email-removed.tsx:64
+#: packages/email/templates/team-email-removed.tsx
msgid "The team email <0>{teamEmail}0> has been removed from the following team"
msgstr "L'email del team <0>{teamEmail}0> è stata rimossa dal seguente team"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:42
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "The team transfer invitation has been successfully deleted."
msgstr "L'invito al trasferimento del team è stato eliminato con successo."
#. placeholder {0}: transferVerification.name
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:83
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "The team transfer request to <0>{0}0> has expired."
msgstr "La richiesta di trasferimento del team a <0>{0}0> è scaduta."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:63
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid ""
"The team you are looking for may have been removed, renamed or may have never\n"
" existed."
msgstr ""
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:66
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "The template has been successfully moved to the selected team."
msgstr "Il modello è stato spostato con successo al team selezionato."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:440
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "The template will be removed from your profile"
msgstr "Il modello sarà rimosso dal tuo profilo"
-#: apps/remix/app/components/forms/token.tsx:103
+#: apps/remix/app/components/forms/token.tsx
msgid "The token was copied to your clipboard."
msgstr "Il token è stato copiato negli appunti."
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:81
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "The token was deleted successfully."
msgstr "Il token è stato eliminato con successo."
-#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx:21
+#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx
msgid "The token you have used to reset your password is either expired or it never existed. If you have still forgotten your password, please request a new reset link."
msgstr "Il token che hai usato per reimpostare la tua password è scaduto o non è mai esistito. Se hai ancora dimenticato la tua password, richiedi un nuovo link per la reimpostazione."
-#: apps/remix/app/components/forms/signin.tsx:246
+#: apps/remix/app/components/forms/signin.tsx
msgid "The two-factor authentication code provided is incorrect"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:121
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:120
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:145
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "The URL for Documenso to send webhook events to."
msgstr "L'URL per Documenso per inviare eventi webhook."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:74
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "The webhook has been successfully deleted."
msgstr "Il webhook è stato eliminato con successo."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:74
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:71
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "The webhook has been updated successfully."
msgstr "Il webhook è stato aggiornato con successo."
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:88
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "The webhook was successfully created."
msgstr "Il webhook è stato creato con successo."
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:25
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "There are no active drafts at the current moment. You can upload a document to start drafting."
msgstr "Non ci sono bozze attive al momento attuale. Puoi caricare un documento per iniziare a redigere."
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:20
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "There are no completed documents yet. Documents that you have created or received will appear here once completed."
msgstr "Non ci sono ancora documenti completati. I documenti che hai creato o ricevuto appariranno qui una volta completati."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:69
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "They have permission on your behalf to:"
msgstr "Hanno il permesso per tuo conto di:"
-#: apps/remix/app/components/forms/signin.tsx:45
+#: apps/remix/app/components/forms/signin.tsx
msgid "This account has been disabled. Please contact support."
msgstr ""
-#: apps/remix/app/components/forms/signin.tsx:232
+#: apps/remix/app/components/forms/signin.tsx
msgid "This account has not been verified. Please verify your account before signing in."
msgstr ""
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:102
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:98
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:98
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "This action is not reversible. Please be certain."
msgstr "Questa azione non è reversibile. Si prega di essere certi."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:102
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "This action is reversible, but please be careful as the account may be affected permanently (e.g. their settings and contents not being restored properly)."
msgstr "Questa azione è reversibile, ma fai attenzione poiché l'account potrebbe essere influenzato permanentemente (ad es. le impostazioni e i contenuti potrebbero non essere ripristinati correttamente)."
-#: packages/ui/components/document/document-global-auth-action-select.tsx:71
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "This can be overriden by setting the authentication requirements directly on each recipient in the next step."
msgstr "Questo può essere sovrascritto impostando i requisiti di autenticazione direttamente su ciascun destinatario nel passaggio successivo."
-#: packages/email/template-components/template-document-super-delete.tsx:31
+#: packages/email/template-components/template-document-super-delete.tsx
msgid "This document can not be recovered, if you would like to dispute the reason for future documents please contact support."
msgstr "Questo documento non può essere recuperato, se vuoi contestare la ragione per i documenti futuri, contatta il supporto."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:70
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "This document could not be deleted at this time. Please try again."
msgstr "Questo documento non può essere eliminato in questo momento. Riprova."
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:77
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "This document could not be duplicated at this time. Please try again."
msgstr "Questo documento non può essere duplicato in questo momento. Riprova."
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:104
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
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:772
+#: packages/ui/primitives/document-flow/add-fields.tsx
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."
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:198
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "This document has been cancelled by the owner and is no longer available for others to sign."
msgstr "Questo documento è stato annullato dal proprietario e non è più disponibile per la firma di altri."
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:188
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "This document has been cancelled by the owner."
msgstr "Questo documento è stato annullato dal proprietario."
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:221
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document has been signed by all recipients"
msgstr "Questo documento è stato firmato da tutti i destinatari"
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:224
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document is currently a draft and has not been sent"
msgstr "Questo documento è attualmente una bozza e non è stato inviato"
-#: packages/ui/primitives/document-password-dialog.tsx:67
-msgid "This document is password protected. Please enter the password to view the document."
-msgstr "Questo documento è protetto da password. Inserisci la password per visualizzare il documento."
-
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:144
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "This document was created by you or a team member using the template above."
msgstr "Questo documento è stato creato da te o un membro del team utilizzando il modello sopra."
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:156
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "This document was created using a direct link."
msgstr "Questo documento è stato creato utilizzando un link diretto."
-#: packages/email/template-components/template-footer.tsx:17
+#: packages/email/template-components/template-footer.tsx
msgid "This document was sent using <0>Documenso.0>"
msgstr "Questo documento è stato inviato utilizzando <0>Documenso.0>"
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:26
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "This email confirms that you have rejected the document <0>\"{documentName}\"0> sent by {documentOwnerName}."
msgstr "Questa email conferma che hai rifiutato il documento <0>\"{documentName}\"0> inviato da {documentOwnerName}."
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:90
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "This email is already being used by another team."
msgstr "Questa email è già in uso da un altro team."
-#: packages/ui/components/document/document-email-checkboxes.tsx:55
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This email is sent to the document owner when a recipient has signed the document."
msgstr "Questa email viene inviata al proprietario del documento quando un destinatario ha firmato il documento."
-#: packages/ui/components/document/document-email-checkboxes.tsx:131
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This email is sent to the recipient if they are removed from a pending document."
msgstr "Questa email viene inviata al destinatario se viene rimosso da un documento in attesa."
-#: packages/ui/components/document/document-email-checkboxes.tsx:93
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This email is sent to the recipient requesting them to sign the document."
msgstr "Questa email viene inviata al destinatario chiedendo loro di firmare il documento."
-#: packages/ui/components/document/document-email-checkboxes.tsx:169
+#: packages/ui/components/document/document-email-checkboxes.tsx
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:642
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
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."
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:277
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "This is how the document will reach the recipients once the document is ready for signing."
msgstr "È così che il documento raggiungerà i destinatari una volta pronto per essere firmato."
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:79
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "This link is invalid or has expired. Please contact your team to resend a transfer request."
msgstr "Questo link è invalido o è scaduto. Si prega di contattare il tuo team per inviare nuovamente una richiesta di trasferimento."
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:102
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "This link is invalid or has expired. Please contact your team to resend a verification."
msgstr "Questo link è invalido o è scaduto. Si prega di contattare il tuo team per inviare nuovamente una verifica."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:207
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "This passkey has already been registered."
msgstr "Questa chiave d'accesso è già stata registrata."
-#: apps/remix/app/components/forms/signin.tsx:190
+#: apps/remix/app/components/forms/signin.tsx
msgid "This passkey is not configured for this application. Please login and add one in the user settings."
msgstr "Questa chiave di accesso non è configurata per questa applicazione. Effettua il login e aggiungine una nelle impostazioni utente."
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:149
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "This price includes minimum 5 seats."
msgstr "Questo prezzo include almeno 5 posti."
-#: packages/ui/primitives/document-flow/add-fields.tsx:1103
+#: packages/ui/primitives/document-flow/add-fields.tsx
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."
-#: apps/remix/app/components/forms/signin.tsx:194
+#: apps/remix/app/components/forms/signin.tsx
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:197
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "This signer has already signed the document."
msgstr "Questo firmatario ha già firmato il documento."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:199
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "This team, and any associated data excluding billing invoices will be permanently deleted."
msgstr "Questo team e tutti i dati associati, escluse le fatture di fatturazione, verranno eliminati definitivamente."
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "This template could not be deleted at this time. Please try again."
msgstr "Questo modello non può essere eliminato in questo momento. Per favore prova di nuovo."
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:99
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "This token is invalid or has expired. No action is needed."
msgstr "Questo token è invalido o è scaduto. Non è necessaria alcuna azione."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:102
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "This token is invalid or has expired. Please contact your team for a new invitation."
msgstr "Questo token è invalido o è scaduto. Si prega di contattare il vostro team per un nuovo invito."
-#: apps/remix/app/components/forms/team-update-form.tsx:84
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:97
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "This URL is already in use."
msgstr "Questo URL è già in uso."
-#: apps/remix/app/components/forms/signup.tsx:74
+#: apps/remix/app/components/forms/signup.tsx
msgid "This username has already been taken"
msgstr "Questo nome utente è già stato preso"
-#: packages/ui/components/document/document-email-checkboxes.tsx:246
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This will be sent to all recipients if a pending document has been deleted."
msgstr "Questo sarà inviato a tutti i destinatari se un documento in attesa è stato eliminato."
-#: packages/ui/components/document/document-email-checkboxes.tsx:208
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This will be sent to all recipients once the document has been fully completed."
msgstr "Questo sarà inviato a tutti i destinatari una volta che il documento è stato completamente completato."
-#: packages/ui/components/document/document-email-checkboxes.tsx:284
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This will be sent to the document owner once the document has been fully completed."
msgstr "Questo sarà inviato al proprietario del documento una volta che il documento è stato completamente completato."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:47
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "This will override any global settings."
msgstr "Questo sovrascriverà qualsiasi impostazione globale."
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:44
-#: apps/remix/app/components/tables/document-logs-table.tsx:67
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
+#: apps/remix/app/components/tables/document-logs-table.tsx
msgid "Time"
msgstr "Ora"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:108
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Time zone"
msgstr "Fuso orario"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:136
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:482
-#: packages/ui/primitives/document-flow/add-settings.tsx:357
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Time Zone"
msgstr "Fuso orario"
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:62
-#: apps/remix/app/components/tables/templates-table.tsx:68
-#: apps/remix/app/components/tables/documents-table.tsx:53
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:107
-#: packages/ui/primitives/document-flow/add-settings.tsx:164
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Title"
msgstr "Titolo"
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:131
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "To accept this invitation you must create an account."
msgstr "Per accettare questo invito devi creare un account."
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:122
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "To change the email you must remove and add a new email address."
msgstr "Per cambiare la email devi rimuovere e aggiungere un nuovo indirizzo email."
#. placeholder {0}: userToEnable.email
#. placeholder {0}: userToDisable.email
#. placeholder {0}: user.email
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:100
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:113
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:109
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "To confirm, please enter the accounts email address <0/>({0})."
msgstr "Per confermare, inserisci l'indirizzo email dell'account <0/>({0})."
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:105
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "To confirm, please enter the reason"
msgstr "Per confermare, per favore inserisci il motivo"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:126
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "To decline this invitation you must create an account."
msgstr "Per rifiutare questo invito devi creare un account."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:203
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "To enable two-factor authentication, scan the following QR code using your authenticator app."
msgstr "Per abilitare l'autenticazione a due fattori, scansiona il seguente codice QR utilizzando la tua app di autenticazione."
-#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx:19
+#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx
msgid "To gain access to your account, please confirm your email address by clicking on the confirmation link from your inbox."
msgstr "Per accedere al tuo account, conferma il tuo indirizzo email facendo clic sul link di conferma dalla tua casella di posta."
#. placeholder {0}: recipient.email
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:58
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
msgid "To mark this document as viewed, you need to be logged in as <0>{0}0>"
msgstr "Per contrassegnare questo documento come visualizzato, è necessario essere connessi come <0>{0}0>"
#. placeholder {0}: emptyCheckboxFields.length > 0 ? 'Checkbox' : emptyRadioFields.length > 0 ? 'Radio' : 'Select'
#. placeholder {0}: emptyCheckboxFields.length > 0 ? 'Checkbox' : emptyRadioFields.length > 0 ? 'Radio' : 'Select'
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:959
-#: packages/ui/primitives/document-flow/add-fields.tsx:1086
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
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}."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:56
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "To use our electronic signature service, you must have access to:"
msgstr "Per utilizzare il nostro servizio di firma elettronica, devi avere accesso a:"
-#: apps/remix/app/components/embed/embed-authentication-required.tsx:30
+#: apps/remix/app/components/embed/embed-authentication-required.tsx
msgid "To view this document you need to be signed into your account, please sign in to continue."
msgstr "Per visualizzare questo documento devi essere connesso al tuo account, per favore accedi per continuare."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:187
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Toggle the switch to hide your profile from the public."
msgstr "Attiva l'interruttore per nascondere il tuo profilo al pubblico."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:199
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Toggle the switch to show your profile to the public."
msgstr "Attiva l'interruttore per mostrare il tuo profilo al pubblico."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:242
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Token"
msgstr "Token"
-#: apps/remix/app/components/forms/token.tsx:102
+#: apps/remix/app/components/forms/token.tsx
msgid "Token copied to clipboard"
msgstr "Token copiato negli appunti"
-#: apps/remix/app/components/forms/token.tsx:123
+#: apps/remix/app/components/forms/token.tsx
msgid "Token created"
msgstr "Token creato"
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:80
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Token deleted"
msgstr "Token eliminato"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:95
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Token doesn't have an expiration date"
msgstr "Il token non ha una data di scadenza"
-#: apps/remix/app/components/forms/token.tsx:187
+#: apps/remix/app/components/forms/token.tsx
msgid "Token expiration date"
msgstr "Data di scadenza del token"
-#: apps/remix/app/components/forms/reset-password.tsx:79
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Token has expired. Please try again."
msgstr "Il token è scaduto. Per favore riprova."
-#: apps/remix/app/components/forms/token.tsx:159
+#: apps/remix/app/components/forms/token.tsx
msgid "Token name"
msgstr "Nome del token"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:85
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Documents"
msgstr "Totale documenti"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:124
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Recipients"
msgstr "Totale destinatari"
-#: packages/email/templates/bulk-send-complete.tsx:49
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Total rows processed: {totalProcessed}"
msgstr "Righe totali elaborate: {totalProcessed}"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:169
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Signers that Signed Up"
msgstr "Totale firmatari che si sono iscritti"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:84
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Users"
msgstr "Totale utenti"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:74
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "transfer {teamName}"
msgstr "trasferisci {teamName}"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:158
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Transfer ownership of this team to a selected team member."
msgstr "Trasferisci la proprietà di questo team a un membro del team selezionato."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:173
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:145
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:154
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Transfer team"
msgstr "Trasferisci il team"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:177
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Transfer the ownership of the team to another team member."
msgstr "Trasferisci la proprietà del team a un altro membro del team."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:160
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:159
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:184
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Triggers"
msgstr "Trigger"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:84
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Two factor authentication"
msgstr "Autenticazione a due fattori"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:120
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Two factor authentication recovery codes are used to access your account in the event that you lose access to your authenticator app."
msgstr "I codici di recupero dell'autenticazione a due fattori sono utilizzati per accedere al tuo account nel caso in cui perdi l'accesso alla tua app di autenticazione."
-#: apps/remix/app/components/forms/signin.tsx:426
+#: apps/remix/app/components/forms/signin.tsx
msgid "Two-Factor Authentication"
msgstr "Autenticazione a due fattori"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:85
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Two-factor authentication disabled"
msgstr "Autenticazione a due fattori disattivata"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:100
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Two-factor authentication enabled"
msgstr "Autenticazione a due fattori attivata"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:87
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Two-factor authentication has been disabled for your account. You will no longer be required to enter a code from your authenticator app when signing in."
msgstr "L'autenticazione a due fattori è stata disattivata per il tuo account. Non sarà più necessario inserire un codice dalla tua app di autenticazione quando accedi."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:126
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Two-Factor Re-Authentication"
msgstr "Ri-autenticazione a due fattori"
-#: apps/remix/app/components/tables/templates-table.tsx:81
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:65
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Type"
msgstr "Tipo"
-#: apps/remix/app/components/general/app-command-menu.tsx:181
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Type a command or search..."
msgstr "Digita un comando o cerca..."
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:129
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "Typed signatures are not allowed. Please draw your signature."
msgstr "Le firme digitate non sono consentite. Si prega di disegnare la propria firma."
-#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx:23
+#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx
msgid "Uh oh! Looks like you're missing a token"
msgstr "Oh no! Sembra che ti manchi un token"
-#: apps/remix/app/components/general/app-command-menu.tsx:311
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Unable to change the language at this time. Please try again later."
msgstr "Impossibile cambiare la lingua in questo momento. Per favore riprova più tardi."
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:31
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "Unable to copy recovery code"
msgstr "Impossibile copiare il codice di recupero"
-#: apps/remix/app/components/forms/token.tsx:107
+#: apps/remix/app/components/forms/token.tsx
msgid "Unable to copy token"
msgstr "Impossibile copiare il token"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:104
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/components/general/teams/team-invitations.tsx:170
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Unable to decline this team invitation at this time."
msgstr "Impossibile rifiutare questo invito al team in questo momento."
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:80
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Unable to delete invitation. Please try again."
msgstr "Impossibile eliminare l'invito. Si prega di riprovare."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:92
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Unable to delete team"
msgstr "Impossibile eliminare il team"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:98
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Unable to disable two-factor authentication"
msgstr "Impossibile disabilitare l'autenticazione a due fattori"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:133
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Unable to join this team at this time."
msgstr "Impossibile unirsi a questo team in questo momento."
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:69
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:125
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Unable to load document history"
msgstr "Impossibile caricare la cronologia del documento"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:54
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Unable to load documents"
msgstr "Impossibile caricare i documenti"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:105
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "Unable to load your public profile templates at this time"
msgstr "Impossibile caricare i modelli del profilo pubblico in questo momento"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:81
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Unable to remove email verification at this time. Please try again."
msgstr "Impossibile rimuovere la verifica e-mail in questo momento. Si prega di riprovare."
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:62
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Unable to remove team email at this time. Please try again."
msgstr "Impossibile rimuovere l'e-mail del team in questo momento. Si prega di riprovare."
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:63
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Unable to resend invitation. Please try again."
msgstr "Impossibile reinviare l'invito. Si prega di riprovare."
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:39
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
msgid "Unable to resend verification at this time. Please try again."
msgstr "Impossibile reinviare la verifica in questo momento. Si prega di riprovare."
-#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx:17
+#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx
msgid "Unable to reset password"
msgstr "Impossibile reimpostare la password"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:81
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:107
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Unable to setup two-factor authentication"
msgstr "Impossibile configurare l'autenticazione a due fattori"
-#: apps/remix/app/components/forms/signin.tsx:230
-#: apps/remix/app/components/forms/signin.tsx:251
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
msgid "Unable to sign in"
msgstr "Impossibile accedere"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:49
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:163
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "Unauthorized"
msgstr "Non autorizzato"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:153
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
msgid "Uncompleted"
msgstr "Incompleto"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:245
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:270
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:281
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:292
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:61
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Unknown"
msgstr "Sconosciuto"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:79
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Unpaid"
msgstr "Non pagato"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:167
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:175
-#: apps/remix/app/components/forms/public-profile-form.tsx:278
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:190
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:163
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:425
-#: packages/ui/primitives/document-flow/add-subject.tsx:81
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Update"
msgstr "Aggiorna"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:216
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Update Banner"
msgstr "Aggiorna banner"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:123
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Update passkey"
msgstr "Aggiorna chiave d'accesso"
-#: apps/remix/app/components/forms/password.tsx:154
+#: apps/remix/app/components/forms/password.tsx
msgid "Update password"
msgstr "Aggiorna password"
-#: apps/remix/app/components/forms/profile.tsx:137
+#: apps/remix/app/components/forms/profile.tsx
msgid "Update profile"
msgstr "Aggiorna profilo"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:172
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Update Recipient"
msgstr "Aggiorna destinatario"
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:131
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
msgid "Update role"
msgstr "Aggiorna ruolo"
-#: apps/remix/app/components/forms/team-update-form.tsx:173
+#: apps/remix/app/components/forms/team-update-form.tsx
msgid "Update team"
msgstr "Aggiorna team"
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:110
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:118
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "Update team email"
msgstr "Aggiorna email del team"
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:135
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:143
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "Update team member"
msgstr "Aggiorna membro del team"
-#: packages/lib/constants/template.ts:13
+#: packages/lib/constants/template.ts
msgid "Update the role and add fields as required for the direct recipient. The individual who uses the direct link will sign the document as the direct recipient."
msgstr "Aggiorna il ruolo e aggiungi campi come richiesto per il destinatario diretto. L'individuo che utilizza il link diretto firmerà il documento come destinatario diretto."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:147
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "Update user"
msgstr "Aggiorna utente"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:203
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:204
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Update webhook"
msgstr "Aggiorna webhook"
-#: apps/remix/app/components/forms/password.tsx:154
+#: apps/remix/app/components/forms/password.tsx
msgid "Updating password..."
msgstr "Aggiornamento della password..."
-#: apps/remix/app/components/forms/profile.tsx:137
+#: apps/remix/app/components/forms/profile.tsx
msgid "Updating profile..."
msgstr "Aggiornamento del profilo..."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:111
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Updating Your Information"
msgstr "Aggiornamento delle tue informazioni"
-#: packages/ui/primitives/document-dropzone.tsx:162
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Upgrade"
msgstr "Aggiorna"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:131
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Upload a CSV file to create multiple documents from this template. Each row represents one document with its recipient details."
msgstr "Carica un file CSV per creare più documenti da questo modello. Ogni riga rappresenta un documento con i dettagli del destinatario."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:424
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Upload a custom document to use instead of the template's default document"
msgstr "Carica un documento personalizzato da utilizzare al posto del documento predefinito del modello"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:266
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Upload and Process"
msgstr "Carica e elabora"
-#: apps/remix/app/components/forms/avatar-image.tsx:175
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Upload Avatar"
msgstr "Carica Avatar"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:197
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Upload CSV"
msgstr "Carica CSV"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:417
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Upload custom document"
msgstr "Carica documento personalizzato"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:519
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Upload Signature"
msgstr "Carica Firma"
-#: packages/ui/primitives/document-dropzone.tsx:68
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Upload Template Document"
msgstr "Carica Documento Modello"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:255
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Upload your brand logo (max 5MB, JPG, PNG, or WebP)"
msgstr "Carica il tuo logo aziendale (max 5MB, JPG, PNG o WebP)"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:29
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:30
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
msgid "Uploaded by"
msgstr "Caricato da"
-#: apps/remix/app/components/forms/avatar-image.tsx:91
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Uploaded file is too large"
msgstr "Il file caricato è troppo grande"
-#: apps/remix/app/components/forms/avatar-image.tsx:92
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Uploaded file is too small"
msgstr "Il file caricato è troppo piccolo"
-#: apps/remix/app/components/forms/avatar-image.tsx:93
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Uploaded file not an allowed file type"
msgstr "Il file caricato non è di un tipo di file consentito"
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:194
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Use"
msgstr "Utilizza"
-#: apps/remix/app/components/forms/signin.tsx:483
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:182
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Use Authenticator"
msgstr "Usa Authenticator"
-#: apps/remix/app/components/forms/signin.tsx:481
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:180
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Use Backup Code"
msgstr "Usa il Codice di Backup"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:217
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Use Template"
msgstr "Usa Modello"
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:45
-#: apps/remix/app/components/tables/document-logs-table.tsx:72
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
+#: apps/remix/app/components/tables/document-logs-table.tsx
msgid "User"
msgstr "Utente"
-#: apps/remix/app/components/forms/password.tsx:77
+#: apps/remix/app/components/forms/password.tsx
msgid "User has no password."
msgstr "L'utente non ha password."
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:45
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "User ID"
msgstr "ID Utente"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:54
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:57
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:57
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "User not found."
msgstr "Utente non trovato."
-#: apps/remix/app/components/forms/signup.tsx:231
+#: apps/remix/app/components/forms/signup.tsx
msgid "User profiles are here!"
msgstr "I profili utente sono qui!"
-#: apps/remix/app/components/general/menu-switcher.tsx:258
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "User settings"
msgstr "Impostazioni utente"
-#: apps/remix/app/components/forms/signup.tsx:72
+#: apps/remix/app/components/forms/signup.tsx
msgid "User with this email already exists. Please use a different email address."
msgstr "Un utente con questo email esiste già. Si prega di utilizzare un indirizzo email diverso."
-#: apps/remix/app/components/forms/signup.tsx:56
+#: apps/remix/app/components/forms/signup.tsx
msgid "Username can only container alphanumeric characters and dashes."
msgstr "Il nome utente può contenere solo caratteri alfanumerici e trattini."
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:55
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Users"
msgstr "Utenti"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:187
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:131
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Validation"
msgstr "Validazione"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:75
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:90
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:95
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Value"
msgstr "Valore"
-#: apps/remix/app/components/general/verify-email-banner.tsx:104
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verification Email Sent"
msgstr "Email di Verifica Inviata"
-#: apps/remix/app/components/general/verify-email-banner.tsx:47
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verification email sent successfully."
msgstr "Email di verifica inviata con successo."
-#: apps/remix/app/components/general/verify-email-banner.tsx:106
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verify Now"
msgstr "Verifica Ora"
-#: apps/remix/app/components/general/verify-email-banner.tsx:116
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verify your email address"
msgstr "Verifica il tuo indirizzo email"
-#: apps/remix/app/components/general/verify-email-banner.tsx:92
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verify your email address to unlock all features."
msgstr "Verifica il tuo indirizzo email per sbloccare tutte le funzionalità."
-#: apps/remix/app/components/general/document/document-upload.tsx:57
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Verify your email to upload documents."
msgstr "Verifica il tuo email per caricare documenti."
-#: packages/email/templates/confirm-team-email.tsx:72
+#: packages/email/templates/confirm-team-email.tsx
msgid "Verify your team email address"
msgstr "Verifica il tuo indirizzo email del team"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:80
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
msgid "Version History"
msgstr "Cronologia delle versioni"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:100
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:121
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:124
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:133
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:95
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:177
-#: packages/lib/constants/recipient-roles.ts:28
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "View"
msgstr "Visualizza"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:170
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "View activity"
msgstr "Visualizza attività"
-#: packages/email/templates/confirm-team-email.tsx:96
+#: packages/email/templates/confirm-team-email.tsx
msgid "View all documents sent to and from this email address"
msgstr "Visualizza tutti i documenti inviati a o da questo indirizzo email"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:77
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "View all documents sent to your account"
msgstr "Visualizza tutti i documenti inviati al tuo account"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:164
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "View all recent security activity related to your account."
msgstr "Visualizza tutte le attività di sicurezza recenti relative al tuo account."
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:149
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "View all related documents"
msgstr "Visualizza tutti i documenti correlati"
-#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx:19
+#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx
msgid "View all security activity related to your account."
msgstr "Visualizza tutte le attività di sicurezza relative al tuo account."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:87
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "View Codes"
msgstr "Visualizza Codici"
-#: packages/email/templates/document-created-from-direct-template.tsx:76
+#: packages/email/templates/document-created-from-direct-template.tsx
msgid "View document"
msgstr "Visualizza documento"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:183
-#: packages/ui/primitives/document-flow/add-subject.tsx:85
-#: packages/ui/primitives/document-flow/add-subject.tsx:86
-#: packages/email/template-components/template-document-rejected.tsx:44
-#: packages/email/template-components/template-document-invite.tsx:107
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/email/template-components/template-document-rejected.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "View Document"
msgstr "Visualizza documento"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:154
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "View documents associated with this email"
msgstr "Visualizza documenti associati a questa email"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:54
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "View invites"
msgstr "Visualizza inviti"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:87
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "View more"
msgstr "Vedi di più"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:225
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "View Original Document"
msgstr "Visualizza Documento Originale"
-#: packages/email/template-components/template-document-self-signed.tsx:80
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "View plans"
msgstr "Visualizza piani"
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:96
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:125
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "View Recovery Codes"
msgstr "Visualizza Codici di Recupero"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:70
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "View teams"
msgstr "Visualizza squadre"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:275
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:119
-#: packages/lib/constants/recipient-roles.ts:29
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewed"
msgstr "Visualizzato"
-#: packages/lib/constants/recipient-roles.ts:31
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewer"
msgstr "Visualizzatore"
-#: packages/lib/constants/recipient-roles.ts:32
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewers"
msgstr "Visualizzatori"
-#: packages/lib/constants/recipient-roles.ts:30
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewing"
msgstr "Visualizzazione"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:123
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
msgid "Waiting"
msgstr "In attesa"
-#: packages/email/template-components/template-document-pending.tsx:31
+#: packages/email/template-components/template-document-pending.tsx
msgid "Waiting for others"
msgstr "In attesa di altri"
-#: packages/lib/server-only/document/send-pending-email.ts:97
+#: packages/lib/server-only/document/send-pending-email.ts
msgid "Waiting for others to complete signing."
msgstr "In attesa che altri completino la firma."
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:168
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Waiting for others to sign"
msgstr "In attesa degli altri per firmare"
-#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:75
-#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx:29
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
+#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
msgid "Waiting for Your Turn"
msgstr "In attesa del tuo turno"
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:197
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "Want to send slick signing links like this one? <0>Check out Documenso.0>"
msgstr "Vuoi inviare link di firma eleganti come questo? <0>Scopri Documenso.0>"
-#: apps/remix/app/routes/_profile+/_layout.tsx:68
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "Want your own public profile?"
msgstr "Vuoi il tuo profilo pubblico?"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:224
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:321
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:357
-#: packages/ui/primitives/document-flow/add-signers.tsx:257
-#: packages/ui/primitives/document-flow/add-signers.tsx:295
-#: packages/ui/primitives/document-flow/add-signers.tsx:334
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Warning: Assistant as last signer"
msgstr ""
-#: apps/remix/app/components/general/billing-portal-button.tsx:25
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:54
-#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx:30
+#: apps/remix/app/components/general/billing-portal-button.tsx
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
+#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx
msgid "We are unable to proceed to the billing portal at this time. Please try again, or contact support."
msgstr "Non siamo in grado di procedere al portale di fatturazione in questo momento. Per favore riprova, o contatta l'assistenza."
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:100
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "We are unable to remove this passkey at the moment. Please try again later."
msgstr "Non siamo in grado di rimuovere questa chiave d'accesso al momento. Per favore riprova più tardi."
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:78
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "We are unable to update this passkey at the moment. Please try again later."
msgstr "Non siamo in grado di aggiornare questa chiave d'accesso al momento. Per favore riprova più tardi."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:155
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "We encountered an error while removing the direct template link. Please try again later."
msgstr "Abbiamo riscontrato un errore durante la rimozione del link diretto al modello. Per favore riprova più tardi."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:83
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:80
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "We encountered an error while updating the webhook. Please try again later."
msgstr "Abbiamo riscontrato un errore durante l'aggiornamento del webhook. Per favore riprova più tardi."
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:99
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "We encountered an unknown error while attempting to add this email. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto mentre tentavamo di aggiungere questa email. Per favore riprova più tardi."
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:106
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "We encountered an unknown error while attempting to create a team. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto mentre tentavamo di creare un team. Per favore riprova più tardi."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:83
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete it. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di eliminarlo. Per favore riprova più tardi."
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:36
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
msgid "We encountered an unknown error while attempting to delete the pending team. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto mentre tentavamo di eliminare il team in sospeso. Per favore riprova più tardi."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:84
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete this team. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto mentre tentavamo di eliminare questo team. Per favore riprova più tardi."
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:90
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete this token. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di eliminare questo token. Si prega di riprovare più tardi."
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:58
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete your account. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di eliminare il tuo account. Si prega di riprovare più tardi."
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:156
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "We encountered an unknown error while attempting to invite team members. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di invitare membri del team. Si prega di riprovare più tardi."
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:59
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "We encountered an unknown error while attempting to leave this team. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di abbandonare questo team. Si prega di riprovare più tardi."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:141
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "We encountered an unknown error while attempting to remove this template from your profile. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di rimuovere questo modello dal tuo profilo. Si prega di riprovare più tardi."
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:53
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "We encountered an unknown error while attempting to remove this transfer. Please try again or contact support."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di rimuovere questo trasferimento. Si prega di riprovare o contattare il supporto."
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:59
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to remove this user. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di rimuovere questo utente. Si prega di riprovare più tardi."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:116
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "We encountered an unknown error while attempting to request a transfer of this team. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di richiedere un trasferimento di questo team. Si prega di riprovare più tardi."
-#: apps/remix/app/components/forms/reset-password.tsx:87
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "We encountered an unknown error while attempting to reset your password. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di reimpostare la tua password. Si prega di riprovare più tardi."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:45
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "We encountered an unknown error while attempting to revoke access. Please try again or contact support."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di revocare l'accesso. Si prega di riprovare o contattare il supporto."
-#: apps/remix/app/components/forms/signin.tsx:267
-#: apps/remix/app/components/forms/signin.tsx:283
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
msgid "We encountered an unknown error while attempting to sign you In. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di accedere. Si prega di riprovare più tardi."
-#: apps/remix/app/components/forms/signup.tsx:183
-#: apps/remix/app/components/forms/signup.tsx:197
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "We encountered an unknown error while attempting to sign you Up. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di registrarti. Si prega di riprovare più tardi."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:91
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "We encountered an unknown error while attempting to update the banner. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di aggiornare il banner. Si prega di riprovare più tardi."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:177
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "We encountered an unknown error while attempting to update the template. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di aggiornare il modello. Si prega di riprovare più tardi."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:101
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "We encountered an unknown error while attempting to update this team member. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di aggiornare questo membro del team. Si prega di riprovare più tardi."
-#: apps/remix/app/components/forms/password.tsx:85
-#: apps/remix/app/components/forms/avatar-image.tsx:118
+#: apps/remix/app/components/forms/password.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "We encountered an unknown error while attempting to update your password. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di aggiornare la tua password. Si prega di riprovare più tardi."
-#: apps/remix/app/components/forms/public-profile-form.tsx:105
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "We encountered an unknown error while attempting to update your public profile. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di aggiornare il tuo profilo pubblico. Si prega di riprovare più tardi."
-#: apps/remix/app/components/forms/team-update-form.tsx:93
+#: apps/remix/app/components/forms/team-update-form.tsx
msgid "We encountered an unknown error while attempting to update your team. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di aggiornare il tuo team. Si prega di riprovare più tardi."
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:88
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "We encountered an unknown error while attempting update the team email. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di aggiornare l'email del team. Si prega di riprovare più tardi."
-#: apps/remix/app/components/forms/profile.tsx:76
+#: apps/remix/app/components/forms/profile.tsx
msgid "We encountered an unknown error while attempting update your profile. Please try again later."
msgstr "Abbiamo riscontrato un errore sconosciuto durante il tentativo di aggiornare il tuo profilo. Si prega di riprovare più tardi."
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:77
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "We have sent a confirmation email for verification."
msgstr "Abbiamo inviato un'email di conferma per la verifica."
-#: apps/remix/app/components/forms/signup.tsx:54
+#: apps/remix/app/components/forms/signup.tsx
msgid "We need a username to create your profile"
msgstr "Abbiamo bisogno di un nome utente per creare il tuo profilo"
-#: apps/remix/app/components/forms/signup.tsx:49
+#: apps/remix/app/components/forms/signup.tsx
msgid "We need your signature to sign documents"
msgstr "Abbiamo bisogno della tua firma per firmare i documenti"
-#: apps/remix/app/components/forms/token.tsx:108
+#: apps/remix/app/components/forms/token.tsx
msgid "We were unable to copy the token to your clipboard. Please try again."
msgstr "Non siamo riusciti a copiare il token negli appunti. Si prega di riprovare."
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:33
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "We were unable to copy your recovery code to your clipboard. Please try again."
msgstr "Non siamo riusciti a copiare il tuo codice di recupero negli appunti. Si prega di riprovare."
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:53
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "We were unable to create a checkout session. Please try again, or contact support"
msgstr "Non siamo riusciti a creare una sessione di pagamento. Si prega di riprovare o contattare il supporto"
-#: apps/remix/app/components/forms/signup.tsx:73
+#: apps/remix/app/components/forms/signup.tsx
msgid "We were unable to create your account. Please review the information you provided and try again."
msgstr "Non siamo riusciti a creare il tuo account. Si prega di rivedere le informazioni fornite e riprovare."
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:100
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "We were unable to disable two-factor authentication for your account. Please ensure that you have entered your password and backup code correctly and try again."
msgstr "Non siamo riusciti a disabilitare l'autenticazione a due fattori per il tuo account. Assicurati di aver inserito correttamente la password e il codice di backup e riprova."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:35
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:45
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:25
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "We were unable to log you out at this time."
msgstr "Non siamo riusciti a disconnetterti in questo momento."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:134
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "We were unable to set your public profile to public. Please try again."
msgstr "Non siamo riusciti a impostare il tuo profilo pubblico come pubblico. Per favore riprova."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:83
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:109
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "We were unable to setup two-factor authentication for your account. Please ensure that you have entered your code correctly and try again."
msgstr "Non siamo riusciti a impostare l'autenticazione a due fattori per il tuo account. Assicurati di aver inserito correttamente il tuo codice e riprova."
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:121
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:169
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:262
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "We were unable to submit this document at this time. Please try again later."
msgstr "Non siamo riusciti a inviare questo documento in questo momento. Per favore riprova più tardi."
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:108
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "We were unable to update your branding preferences at this time, please try again later"
msgstr "Non siamo riusciti ad aggiornare le tue preferenze di branding al momento, riprova più tardi"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:109
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "We were unable to update your document preferences at this time, please try again later"
msgstr "Non siamo riusciti ad aggiornare le tue preferenze sui documenti al momento, riprova più tardi"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:166
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "We were unable to verify your details. Please try again or contact support"
msgstr "Non siamo riusciti a verificare i tuoi dati. Per favore riprova o contatta il supporto"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:57
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "We were unable to verify your email at this time."
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:92
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "We were unable to verify your email. If your email is not verified already, please try again."
msgstr "Non siamo riusciti a verificare la tua email. Se la tua email non è già verificata, riprova."
-#: packages/ui/primitives/document-flow/add-subject.tsx:200
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "We will generate signing links for with you, which you can send to the recipients through your method of choice."
msgstr "Genereremo link di firma con te, che potrai inviare ai destinatari tramite il tuo metodo preferito."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:380
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "We will generate signing links for you, which you can send to the recipients through your method of choice."
msgstr "Genereremo link di firma per te, che potrai inviare ai destinatari tramite il metodo di tua scelta."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:376
-#: packages/ui/primitives/document-flow/add-subject.tsx:196
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "We won't send anything to notify recipients."
msgstr "Non invieremo nulla per notificare i destinatari."
-#: apps/remix/app/routes/_authenticated+/templates._index.tsx:72
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:29
+#: apps/remix/app/routes/_authenticated+/templates._index.tsx
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "We're all empty"
msgstr "Siamo tutti vuoti"
-#: packages/email/template-components/template-document-pending.tsx:41
+#: packages/email/template-components/template-document-pending.tsx
msgid "We're still waiting for other signers to sign this document.<0/>We'll notify you as soon as it's ready."
msgstr "Stiamo ancora aspettando che altri firmatari firmino questo documento.<0/>Ti avviseremo non appena sarà pronto."
-#: packages/email/templates/reset-password.tsx:66
+#: packages/email/templates/reset-password.tsx
msgid "We've changed your password as you asked. You can now sign in with your new password."
msgstr "Abbiamo cambiato la tua password come richiesto. Ora puoi accedere con la tua nuova password."
-#: apps/remix/app/components/general/verify-email-banner.tsx:120
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "We've sent a confirmation email to <0>{email}0>. Please check your inbox and click the link in the email to verify your account."
msgstr "Abbiamo inviato un'email di conferma a <0>{email}0>. Controlla la tua casella di posta e clicca sul link nell'email per verificare il tuo account."
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:87
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Webhook created"
msgstr "Webhook creato"
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:73
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "Webhook deleted"
msgstr "Webhook eliminato"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:73
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:70
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Webhook updated"
msgstr "Webhook aggiornato"
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:113
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:138
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Webhook URL"
msgstr "URL del webhook"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:31
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:26
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:97
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:95
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:107
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:98
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Webhooks"
msgstr "Webhook"
-#: apps/remix/app/components/general/billing-plans.tsx:27
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Weekly"
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:17
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Welcome"
msgstr "Benvenuto"
-#: apps/remix/app/routes/_unauthenticated+/signin.tsx:51
+#: apps/remix/app/routes/_unauthenticated+/signin.tsx
msgid "Welcome back, we are lucky to have you."
msgstr "Bentornato, siamo fortunati ad averti."
-#: packages/email/template-components/template-confirmation-email.tsx:21
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "Welcome to Documenso!"
msgstr "Benvenuto su Documenso!"
-#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:93
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
msgid "Were you trying to edit this document instead?"
msgstr "Stavi provando a modificare questo documento invece?"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:188
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "When you click continue, you will be prompted to add the first available authenticator on your system."
msgstr "Quando fai clic su continua, ti verrà chiesto di aggiungere il primo autenticatore disponibile sul tuo sistema."
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:175
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "When you sign a document, we can automatically fill in and sign the following fields using information that has already been provided. You can also manually sign or remove any automatically signed fields afterwards if you desire."
msgstr "Quando firmi un documento, possiamo automaticamente compilare e firmare i seguenti campi utilizzando le informazioni già fornite. Puoi anche firmare manualmente o rimuovere eventuali campi firmati automaticamente in seguito, se lo desideri."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:32
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "When you use our platform to affix your electronic signature to documents, you are consenting to do so under the Electronic Signatures in Global and National Commerce Act (E-Sign Act) and other applicable laws. This action indicates your agreement to use electronic means to sign documents and receive notifications."
msgstr "Quando utilizzi la nostra piattaforma per apporre la tua firma elettronica sui documenti, acconsenti a farlo ai sensi della Legge sulle firme elettroniche nel commercio globale e nazionale (E-Sign Act) e altre leggi applicabili. Questa azione indica il tuo consenso a utilizzare mezzi elettronici per firmare documenti e ricevere notifiche."
-#: apps/remix/app/routes/_profile+/p.$url.tsx:136
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "While waiting for them to do so you can create your own Documenso account and get started with document signing right away."
msgstr "Mentre aspetti che lo facciano, puoi creare il tuo account Documenso e iniziare a firmare documenti subito."
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:124
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Who do you want to remind?"
msgstr "Chi vuoi ricordare?"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:97
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Withdrawing Consent"
msgstr "Ritiro del consenso"
-#: apps/remix/app/components/forms/public-profile-form.tsx:222
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Write about the team"
msgstr "Scrivi della squadra"
-#: apps/remix/app/components/forms/public-profile-form.tsx:222
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Write about yourself"
msgstr "Scrivi di te stesso"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:59
-#: apps/remix/app/components/general/billing-plans.tsx:29
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Yearly"
msgstr "Annuale"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:31
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:32
-#: packages/lib/utils/document-audit-logs.ts:273
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "You"
msgstr "Tu"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:99
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "You are about to delete <0>\"{documentTitle}\"0>"
msgstr "Stai per eliminare <0>\"{documentTitle}\"0>"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:117
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "You are about to delete the following team email from <0>{teamName}0>."
msgstr "Stai per eliminare la seguente email del team da <0>{teamName}0>."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:103
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "You are about to hide <0>\"{documentTitle}\"0>"
msgstr "Stai per nascondere <0>\"{documentTitle}\"0>"
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:84
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "You are about to leave the following team."
msgstr "Stai per abbandonare il seguente team."
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:84
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "You are about to remove the following user from <0>{teamName}0>."
msgstr "Stai per rimuovere il seguente utente da <0>{teamName}0>."
#. placeholder {0}: teamEmail.team.name
#. placeholder {1}: teamEmail.team.url
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:97
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "You are about to revoke access for team <0>{0}0> ({1}) to use your email."
msgstr "Stai per revocare l'accesso per il team <0>{0}0> ({1}) per utilizzare la tua email."
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:44
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
msgid "You are about to send this document to the recipients. Are you sure you want to continue?"
msgstr "Stai per inviare questo documento ai destinatari. Sei sicuro di voler continuare?"
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:90
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "You are currently on the <0>Free Plan0>."
msgstr ""
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:147
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You are currently updating <0>{teamMemberName}.0>"
msgstr "Stai attualmente aggiornando <0>{teamMemberName}.0>"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:127
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "You are currently updating the <0>{passkeyName}0> passkey."
msgstr "Stai attualmente aggiornando la chiave d'accesso <0>{passkeyName}0>."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:80
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "You are not a member of this team."
msgstr "Non sei un membro di questo team."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:58
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "You are not authorized to delete this user."
msgstr "Non sei autorizzato a eliminare questo utente."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:58
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "You are not authorized to disable this user."
msgstr "Non sei autorizzato a disabilitare questo utente."
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:55
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "You are not authorized to enable this user."
msgstr "Non sei autorizzato ad abilitare questo utente."
-#: packages/email/template-components/template-confirmation-email.tsx:38
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "You can also copy and paste this link into your browser: {confirmationLink} (link expires in 1 hour)"
msgstr "Puoi anche copiare e incollare questo link nel tuo browser: {confirmationLink} (il link scade tra 1 ora)"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:35
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "You can choose to enable or disable your profile for public view."
msgstr "Puoi scegliere di abilitare o disabilitare il tuo profilo per la visualizzazione pubblica."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:42
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "You can choose to enable or disable your team profile for public view."
msgstr "Puoi scegliere di abilitare o disabilitare il profilo del tuo team per la visualizzazione pubblica."
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:85
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "You can copy and share these links to recipients so they can action the document."
msgstr "Puoi copiare e condividere questi link con i destinatari affinché possano agire sul documento."
-#: packages/email/templates/confirm-team-email.tsx:107
+#: packages/email/templates/confirm-team-email.tsx
msgid "You can revoke access at any time in your team settings on Documenso <0>here.0>"
msgstr "Puoi revocare l'accesso in qualsiasi momento nelle impostazioni del tuo team su Documenso <0>qui.0>"
-#: apps/remix/app/components/forms/public-profile-form.tsx:153
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "You can update the profile URL by updating the team URL in the general settings page."
msgstr "Puoi aggiornare l'URL del profilo aggiornando l'URL del team nella pagina delle impostazioni generali."
-#: packages/ui/components/document/document-send-email-message-helper.tsx:9
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "You can use the following variables in your message:"
msgstr "Puoi utilizzare le seguenti variabili nel tuo messaggio:"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:69
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "You can view documents associated with this email and use this identity when sending documents."
msgstr "Puoi visualizzare i documenti associati a questa email e utilizzare questa identità quando invii documenti."
-#: packages/email/templates/bulk-send-complete.tsx:76
+#: packages/email/templates/bulk-send-complete.tsx
msgid "You can view the created documents in your dashboard under the \"Documents created from template\" section."
msgstr "Puoi visualizzare i documenti creati nel tuo dashboard nella sezione \"Documenti creati dal modello\"."
-#: packages/email/template-components/template-document-rejected.tsx:37
+#: packages/email/template-components/template-document-rejected.tsx
msgid "You can view the document and its status by clicking the button below."
msgstr "Puoi visualizzare il documento e il suo stato cliccando sul pulsante qui sotto."
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:341
-#: packages/ui/primitives/document-flow/add-signers.tsx:279
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "You cannot add assistants when signing order is disabled."
msgstr ""
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:212
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "You cannot have more than {MAXIMUM_PASSKEYS} passkeys."
msgstr "Non puoi avere più di {MAXIMUM_PASSKEYS} passkey."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:119
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You cannot modify a team member who has a higher role than you."
msgstr "Non puoi modificare un membro del team che ha un ruolo superiore al tuo."
-#: packages/ui/primitives/document-dropzone.tsx:41
+#: packages/ui/primitives/document-dropzone.tsx
msgid "You cannot upload documents at this time."
msgstr "Non puoi caricare documenti in questo momento."
-#: apps/remix/app/components/general/document/document-upload.tsx:95
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "You cannot upload encrypted PDFs"
msgstr "Non puoi caricare PDF crittografati"
-#: apps/remix/app/components/general/billing-portal-button.tsx:30
+#: apps/remix/app/components/general/billing-portal-button.tsx
msgid "You do not currently have a customer record, this should not happen. Please contact support for assistance."
msgstr ""
-#: apps/remix/app/components/forms/token.tsx:135
+#: apps/remix/app/components/forms/token.tsx
msgid "You do not have permission to create a token for this team"
msgstr "Non hai il permesso di creare un token per questo team"
-#: packages/email/template-components/template-document-cancel.tsx:35
+#: packages/email/template-components/template-document-cancel.tsx
msgid "You don't need to sign it anymore."
msgstr "Non hai più bisogno di firmarlo."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:150
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "You have accepted an invitation from <0>{0}0> to join their team."
msgstr "Hai accettato un invito da <0>{0}0> per unirti al loro team."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:103
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "You have already completed the ownership transfer for <0>{0}0>."
msgstr "Hai già completato il trasferimento di proprietà per <0>{0}0>."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:126
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "You have already verified your email address for <0>{0}0>."
msgstr "Hai già verificato il tuo indirizzo email per <0>{0}0>."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:125
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:120
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "You have been invited by <0>{0}0> to join their team."
msgstr "Sei stato invitato da <0>{0}0> a unirti al loro team."
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/create-team-member-invites.ts:186
+#: packages/lib/server-only/team/create-team-member-invites.ts
msgid "You have been invited to join {0} on Documenso"
msgstr "Sei stato invitato a unirti a {0} su Documenso"
-#: packages/email/templates/team-invite.tsx:77
+#: packages/email/templates/team-invite.tsx
msgid "You have been invited to join the following team"
msgstr "Sei stato invitato a unirti al seguente team"
-#: packages/lib/server-only/recipient/set-document-recipients.ts:326
-#: packages/lib/server-only/recipient/delete-document-recipient.ts:156
+#: packages/lib/server-only/recipient/set-document-recipients.ts
+#: packages/lib/server-only/recipient/delete-document-recipient.ts
msgid "You have been removed from a document"
msgstr "Sei stato rimosso da un documento"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/request-team-ownership-transfer.ts:114
+#: packages/lib/server-only/team/request-team-ownership-transfer.ts
msgid "You have been requested to take ownership of team {0} on Documenso"
msgstr "Ti è stato richiesto di prendere possesso del team {0} su Documenso"
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:145
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "You have declined the invitation from <0>{0}0> to join their team."
msgstr "Hai rifiutato l'invito da <0>{0}0> per unirti al loro team."
#. placeholder {0}: `"${document.title}"`
-#: packages/lib/server-only/document/resend-document.tsx:125
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:98
+#: packages/lib/server-only/document/resend-document.tsx
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "You have initiated the document {0} that requires you to {recipientActionVerb} it."
msgstr "Hai avviato il documento {0} che richiede che tu lo {recipientActionVerb}."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:45
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:40
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "You have no webhooks yet. Your webhooks will be shown here once you create them."
msgstr "Non hai ancora webhook. I tuoi webhook verranno visualizzati qui una volta creati."
-#: apps/remix/app/routes/_authenticated+/templates._index.tsx:76
+#: apps/remix/app/routes/_authenticated+/templates._index.tsx
msgid "You have not yet created any templates. To create a template please upload one."
msgstr "Non hai ancora creato alcun modello. Per creare un modello, caricane uno."
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:30
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "You have not yet created or received any documents. To create a document please upload one."
msgstr "Non hai ancora creato o ricevuto documenti. Per creare un documento caricane uno."
#. placeholder {0}: quota.directTemplates
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:235
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "You have reached the maximum limit of {0} direct templates. <0>Upgrade your account to continue!0>"
msgstr "Hai raggiunto il limite massimo di {0} modelli diretti. <0>Aggiorna il tuo account per continuare!0>"
-#: apps/remix/app/components/general/document/document-upload.tsx:98
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "You have reached your document limit for this month. Please upgrade your plan."
msgstr "Hai raggiunto il limite dei documenti per questo mese. Si prega di aggiornare il proprio piano."
-#: apps/remix/app/components/general/document/document-upload.tsx:53
-#: packages/ui/primitives/document-dropzone.tsx:67
+#: apps/remix/app/components/general/document/document-upload.tsx
+#: packages/ui/primitives/document-dropzone.tsx
msgid "You have reached your document limit."
msgstr "Hai raggiunto il tuo limite di documenti."
-#: apps/remix/app/components/tables/templates-table.tsx:204
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "You have reached your document limit. <0>Upgrade your account to continue!0>"
msgstr "Hai raggiunto il tuo limite di documenti. <0>Aggiorna il tuo account per continuare!0>"
-#: packages/email/templates/document-rejection-confirmed.tsx:27
+#: packages/email/templates/document-rejection-confirmed.tsx
msgid "You have rejected the document '{documentName}'"
msgstr "Hai rifiutato il documento '{documentName}'"
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:102
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:17
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
msgid "You have rejected this document"
msgstr "Hai rifiutato questo documento"
-#: packages/email/template-components/template-document-self-signed.tsx:43
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "You have signed “{documentName}”"
msgstr "Hai firmato “{documentName}”"
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:49
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "You have successfully left this team."
msgstr "Hai lasciato con successo questo team."
-#: apps/remix/app/components/general/claim-account.tsx:81
-#: apps/remix/app/components/forms/signup.tsx:138
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "You have successfully registered. Please verify your account by clicking on the link you received in the email."
msgstr "Ti sei registrato con successo. Verifica il tuo account cliccando sul link ricevuto via email."
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:49
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "You have successfully removed this user from the team."
msgstr "Hai rimosso con successo questo utente dal team."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:37
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "You have successfully revoked access."
msgstr "Hai revocato con successo l'accesso."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:100
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "You have the right to withdraw your consent to use electronic signatures at any time before completing the signing process. To withdraw your consent, please contact the sender of the document. In failing to contact the sender you may reach out to <0>{SUPPORT_EMAIL}0> for assistance. Be aware that withdrawing consent may delay or halt the completion of the related transaction or service."
msgstr "Hai il diritto di ritirare il tuo consenso all'uso delle firme elettroniche in qualsiasi momento prima di completare il processo di firma. Per ritirare il tuo consenso, contatta il mittente del documento. Nel caso in cui non riesci a contattare il mittente, puoi contattare <0>{SUPPORT_EMAIL}0> per assistenza. Sii consapevole che il ritiro del consenso potrebbe ritardare o fermare il completamento della transazione o del servizio correlato."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:92
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You have updated {teamMemberName}."
msgstr "Hai aggiornato {teamMemberName}."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:164
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "You have verified your email address for <0>{0}0>."
msgstr "Hai verificato il tuo indirizzo email per <0>{0}0>."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:94
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "You must be an admin of this team to manage billing."
msgstr "Devi essere un amministratore di questo team per gestire la fatturazione."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:53
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:53
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:52
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "You must enter '{deleteMessage}' to proceed"
msgstr "Devi inserire '{deleteMessage}' per procedere"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:264
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "You must have at least one other team member to transfer ownership."
msgstr "Devi avere almeno un altro membro del team per trasferire la proprietà."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:118
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "You must set a profile URL before enabling your public profile."
msgstr "Devi impostare un'URL del profilo prima di abilitare il tuo profilo pubblico."
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:52
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "You need to be an admin to manage API tokens."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:52
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
msgid "You need to be logged in as <0>{email}0> to view this page."
msgstr "Devi essere loggato come <0>{email}0> per visualizzare questa pagina."
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:42
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "You need to be logged in to view this page."
msgstr "Devi essere loggato per visualizzare questa pagina."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:105
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "You need to setup 2FA to mark this document as viewed."
msgstr "Devi configurare l'autenticazione a due fattori per contrassegnare questo documento come visualizzato."
-#: apps/remix/app/components/forms/signup.tsx:280
+#: apps/remix/app/components/forms/signup.tsx
msgid "You will get notified & be able to set up your documenso public profile when we launch the feature."
msgstr "Riceverai una notifica e potrai configurare il tuo profilo pubblico su Documenso quando lanceremo la funzionalità."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:102
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "You will now be required to enter a code from your authenticator app when signing in."
msgstr "Ora ti verrà richiesto di inserire un codice dalla tua app di autenticazione durante l'accesso."
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:191
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "You will receive an Email copy of the signed document once everyone has signed."
msgstr "Riceverai una copia del documento firmato via email una volta che tutti hanno firmato."
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Your account has been deleted successfully."
msgstr "Il tuo account è stato eliminato con successo."
-#: apps/remix/app/components/forms/avatar-image.tsx:110
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Your avatar has been updated successfully."
msgstr "Il tuo avatar è stato aggiornato correttamente."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:81
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Your banner has been updated successfully."
msgstr "Il tuo banner è stato aggiornato correttamente."
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:279
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Your brand website URL"
msgstr "URL del sito web del tuo marchio"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:102
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Your branding preferences have been updated"
msgstr "Le tue preferenze di branding sono state aggiornate"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:96
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Your bulk send has been initiated. You will receive an email notification upon completion."
msgstr "Il tuo invio massivo è stato avviato. Riceverai una notifica via email al completamento."
-#: packages/email/templates/bulk-send-complete.tsx:40
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Your bulk send operation for template \"{templateName}\" has completed."
msgstr "La tua operazione di invio massivo per il modello \"{templateName}\" è stata completata."
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:135
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Your current plan is past due. Please update your payment information."
msgstr ""
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:248
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Your direct signing templates"
msgstr "I tuoi modelli di firma diretta"
-#: apps/remix/app/components/general/document/document-upload.tsx:115
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Your document failed to upload."
msgstr "Il tuo documento non è stato caricato."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:167
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Your document has been created from the template successfully."
msgstr "Il tuo documento è stato creato con successo dal modello."
-#: packages/email/template-components/template-document-super-delete.tsx:23
+#: packages/email/template-components/template-document-super-delete.tsx
msgid "Your document has been deleted by an admin!"
msgstr "Il tuo documento è stato eliminato da un amministratore!"
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:96
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Your document has been re-sent successfully."
msgstr "Il tuo documento è stato reinviato correttamente."
-#: apps/remix/app/components/general/document/document-edit-form.tsx:293
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Your document has been sent successfully."
msgstr "Il tuo documento è stato inviato correttamente."
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:62
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Your document has been successfully duplicated."
msgstr "Il tuo documento è stato duplicato correttamente."
-#: apps/remix/app/components/general/document/document-upload.tsx:78
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Your document has been uploaded successfully."
msgstr "Il tuo documento è stato caricato correttamente."
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:61
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "Your document has been uploaded successfully. You will be redirected to the template page."
msgstr "Il tuo documento è stato caricato correttamente. Sarai reindirizzato alla pagina del modello."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:103
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Your document preferences have been updated"
msgstr "Le tue preferenze sui documenti sono state aggiornate"
-#: apps/remix/app/components/general/app-command-menu.tsx:218
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Your documents"
msgstr "I tuoi documenti"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:176
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your email has already been confirmed. You can now use all features of Documenso."
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:148
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your email has been successfully confirmed! You can now use all features of Documenso."
msgstr "La tua email è stata confermata con successo! Ora puoi utilizzare tutte le funzionalità di Documenso."
#. placeholder {0}: teamEmail.team.name
#. placeholder {1}: teamEmail.team.url
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:61
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Your email is currently being used by team <0>{0}0> ({1})."
msgstr "La tua email è attualmente utilizzata dal team <0>{0}0> ({1})."
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:63
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Your existing tokens"
msgstr "I tuoi token esistenti"
-#: apps/remix/app/components/forms/reset-password.tsx:83
-#: apps/remix/app/components/forms/password.tsx:81
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Your new password cannot be the same as your old password."
msgstr "La tua nuova password non può essere la stessa della vecchia password."
-#: apps/remix/app/components/forms/reset-password.tsx:72
-#: apps/remix/app/components/forms/password.tsx:70
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Your password has been updated successfully."
msgstr "La tua password è stata aggiornata con successo."
-#: packages/email/template-components/template-reset-password.tsx:27
+#: packages/email/template-components/template-reset-password.tsx
msgid "Your password has been updated."
msgstr "La tua password è stata aggiornata."
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:112
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Your payment for teams is overdue. Please settle the payment to avoid any service disruptions."
msgstr "Il pagamento per i team è in ritardo. Si prega di effettuare il pagamento per evitare interruzioni del servizio."
-#: apps/remix/app/components/forms/profile.tsx:69
+#: apps/remix/app/components/forms/profile.tsx
msgid "Your profile has been updated successfully."
msgstr "Il tuo profilo è stato aggiornato correttamente."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:73
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "Your profile has been updated."
msgstr "Il tuo profilo è stato aggiornato."
-#: apps/remix/app/components/forms/public-profile-form.tsx:80
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Your public profile has been updated."
msgstr "Il tuo profilo pubblico è stato aggiornato."
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:27
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "Your recovery code has been copied to your clipboard."
msgstr "Il tuo codice di recupero è stato copiato negli appunti."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:100
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:173
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Your recovery codes are listed below. Please store them in a safe place."
msgstr "I tuoi codici di recupero sono elencati di seguito. Si prega di conservarli in un luogo sicuro."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:78
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Your subscription is currently active."
msgstr "Il tuo abbonamento è attualmente attivo."
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:88
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Your team has been created."
msgstr "Il tuo team è stato creato."
-#: packages/email/templates/team-delete.tsx:28
-#: packages/email/templates/team-delete.tsx:32
+#: packages/email/templates/team-delete.tsx
+#: packages/email/templates/team-delete.tsx
msgid "Your team has been deleted"
msgstr "Il tuo team è stato eliminato"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:71
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Your team has been successfully deleted."
msgstr "Il tuo team è stato eliminato correttamente."
-#: apps/remix/app/components/forms/team-update-form.tsx:66
+#: apps/remix/app/components/forms/team-update-form.tsx
msgid "Your team has been successfully updated."
msgstr "Il tuo team è stato aggiornato correttamente."
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:36
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Your template has been duplicated successfully."
msgstr "Il tuo modello è stato duplicato correttamente."
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:39
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Your template has been successfully deleted."
msgstr "Il tuo modello è stato eliminato correttamente."
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:60
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Your template will be duplicated."
msgstr "Il tuo modello sarà duplicato."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:207
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Your templates has been saved successfully."
msgstr "I tuoi modelli sono stati salvati con successo."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:116
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your token has expired!"
msgstr "Il tuo token è scaduto!"
-#: apps/remix/app/components/forms/token.tsx:273
+#: apps/remix/app/components/forms/token.tsx
msgid "Your token was created successfully! Make sure to copy it because you won't be able to see it again!"
msgstr "Il tuo token è stato creato con successo! Assicurati di copiarlo perché non potrai più vederlo!"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:69
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
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 5c90fd7f9..6536e758a 100644
--- a/packages/lib/translations/pl/web.po
+++ b/packages/lib/translations/pl/web.po
@@ -18,7164 +18,7143 @@ msgstr ""
"X-Crowdin-File: web.po\n"
"X-Crowdin-File-ID: 8\n"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:252
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid " Enable direct link signing"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:171
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid " The events that will trigger a webhook to be sent to your URL."
msgstr ""
#. placeholder {0}: team.name
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:225
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "\"{0}\" has invited you to sign \"example document\"."
msgstr "Użytkownik \"{0}\" zaprosił Cię do podpisania \"przykładowego dokumentu\"."
#. placeholder {0}: field.customText
#. placeholder {1}: timezone || ''
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:65
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
msgid "\"{0}\" will appear on the document as it has a timezone of \"{1}\"."
msgstr ""
-#: packages/email/template-components/template-document-super-delete.tsx:27
+#: packages/email/template-components/template-document-super-delete.tsx
msgid "\"{documentName}\" has been deleted by an admin."
msgstr "\"{documentName}\" został usunięty przez administratora."
-#: packages/email/template-components/template-document-pending.tsx:37
+#: packages/email/template-components/template-document-pending.tsx
msgid "“{documentName}” has been signed"
msgstr "„{documentName}” został podpisany"
-#: packages/email/template-components/template-document-completed.tsx:41
+#: packages/email/template-components/template-document-completed.tsx
msgid "“{documentName}” was signed by all signers"
msgstr "„{documentName}” został podpisany przez wszystkich sygnatariuszy"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:59
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "\"{documentTitle}\" has been successfully deleted"
msgstr "\"{documentTitle}\" został pomyślnie usunięty"
#. placeholder {0}: team.name
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:220
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
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/remix/app/components/general/document-signing/document-signing-form.tsx:273
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:372
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "(You)"
msgstr ""
#. placeholder {0}: Math.abs(charactersRemaining)
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:342
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
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)}}"
#. placeholder {0}: Math.abs(remaningLength)
-#: apps/remix/app/components/forms/public-profile-form.tsx:236
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:392
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "{0, plural, one {# character over the limit} other {# characters over the limit}}"
msgstr "{0, plural, one {# znak przekroczony} few {# znaki przekroczone} many {# znaków przekroczonych} other {# znaków przekroczonych}}"
#. placeholder {0}: template.recipients.length
-#: apps/remix/app/routes/_recipient+/d.$token+/_index.tsx:99
+#: apps/remix/app/routes/_recipient+/d.$token+/_index.tsx
msgid "{0, plural, one {# recipient} other {# recipients}}"
msgstr "{0, plural, one {# odbiorca} few {# odbiorców} many {# odbiorców} other {# odbiorców}}"
#. placeholder {0}: row.original.quantity
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:66
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "{0, plural, one {# Seat} other {# Seats}}"
msgstr "{0, plural, one {# miejsce} few {# miejsca} many {# miejsc} other {# miejsc}}"
#. placeholder {0}: data.length
-#: apps/remix/app/components/general/teams/team-invitations.tsx:36
-#: apps/remix/app/components/general/teams/team-invitations.tsx:65
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "{0, plural, one {<0>You have <1>11> pending team invitation0>} other {<2>You have <3>#3> pending team invitations2>}}"
msgstr "{0, plural, one {<0>Masz <1>11> oczekujące zaproszenie do zespołu0>} few {<2>Masz <3>#3> oczekujące zaproszenia do zespołu2>} many {<2>Masz <3>#3> oczekujących zaproszeń do zespołu2>} other {<2>Masz <3>#3> oczekujących zaproszeń do zespołu2>}}"
#. placeholder {0}: autoSignableFields.filter((f) => f.type === fieldType).length
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:188
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "{0, plural, one {1 matching field} other {# matching fields}}"
msgstr "{0, plural, one {1 pasujące pole} few {# pasujące pola} many {# pasujących pól} other {# pasujących pól}}"
#. placeholder {0}: recipients.length
-#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx:122
+#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx
msgid "{0, plural, one {1 Recipient} other {# Recipients}}"
msgstr "{0, plural, one {1 odbiorca} few {# odbiorców} many {# odbiorców} other {# odbiorców}}"
#. placeholder {0}: pendingRecipients.length
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:232
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "{0, plural, one {Waiting on 1 recipient} other {Waiting on # recipients}}"
msgstr "{0, plural, one {Czekam na 1 odbiorcę} few {Czekam na # odbiorców} many {Czekam na # odbiorców} other {Czekam na # odbiorców}}"
#. placeholder {0}: selectedValues.length
-#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx:64
+#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx
msgid "{0, plural, zero {Select values} other {# selected...}}"
msgstr "{0, plural, zero {Wybierz wartości} one {# wybrana...} few {# wybrane...} many {# wybranych...} other {# wybranych...}}"
#. placeholder {0}: _(FRIENDLY_FIELD_TYPE[fieldType as FieldType])
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:185
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "{0}"
msgstr "{0}"
#. placeholder {0}: team.name
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:246
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "{0} direct signing templates"
msgstr "{0} bezpośrednich szablonów podpisu"
#. placeholder {0}: team.name
#. placeholder {1}: document.title
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:122
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "{0} has invited you to {recipientActionVerb} the document \"{1}\"."
msgstr "{0} zaprosił cię do {recipientActionVerb} dokument „{1}”."
#. placeholder {0}: team.name
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:113
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "{0} invited you to {recipientActionVerb} a document"
msgstr "{0} zaprosił Cię do {recipientActionVerb} dokument"
#. placeholder {0}: memberName || memberEmail
-#: packages/email/templates/team-join.tsx:62
+#: packages/email/templates/team-join.tsx
msgid "{0} joined the team {teamName} on Documenso"
msgstr "{0} dołączył do zespołu {teamName} na Documenso"
#. placeholder {0}: memberName || memberEmail
-#: packages/email/templates/team-leave.tsx:62
+#: packages/email/templates/team-leave.tsx
msgid "{0} left the team {teamName} on Documenso"
msgstr "{0} opuścił zespół {teamName} na Documenso"
#. placeholder {0}: remaining.documents
#. placeholder {1}: quota.documents
-#: apps/remix/app/components/general/document/document-upload.tsx:137
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "{0} of {1} documents remaining this month."
msgstr "{0} z {1} dokumentów pozostałych w tym miesiącu."
#. placeholder {0}: table.getFilteredSelectedRowModel().rows.length
#. placeholder {1}: table.getFilteredRowModel().rows.length
-#: packages/ui/primitives/data-table-pagination.tsx:30
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "{0} of {1} row(s) selected."
msgstr "{0} z {1} wybranych wierszy."
#. placeholder {0}: user.name || user.email
#. placeholder {1}: document.team.name
#. placeholder {2}: document.title
-#: packages/lib/server-only/document/resend-document.tsx:137
+#: packages/lib/server-only/document/resend-document.tsx
msgid "{0} on behalf of \"{1}\" has invited you to {recipientActionVerb} the document \"{2}\"."
msgstr "{0} w imieniu \"{1}\" zaprosił Cię do {recipientActionVerb} dokument „{2}”."
#. placeholder {0}: recipients.length
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:167
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "{0} Recipient(s)"
msgstr "{0} Odbiorca(ów)"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:323
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
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}}"
-#: packages/email/templates/document-invite.tsx:96
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} <0>({inviterEmail})0>"
msgstr "{inviterName} <0>({inviterEmail})0>"
-#: packages/email/templates/document-cancel.tsx:21
+#: packages/email/templates/document-cancel.tsx
msgid "{inviterName} has cancelled the document {documentName}, you don't need to sign it anymore."
msgstr "{inviterName} anulował dokument {documentName}, nie musisz go już podpisywać."
-#: packages/email/template-components/template-document-cancel.tsx:24
+#: packages/email/template-components/template-document-cancel.tsx
msgid "{inviterName} has cancelled the document<0/>\"{documentName}\""
msgstr "{inviterName} anulował dokument<0/>\"{documentName}\""
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:74
+#: packages/email/template-components/template-document-invite.tsx
msgid "{inviterName} has invited you to {0}<0/>\"{documentName}\""
msgstr "{inviterName} zaprosił Cię do {0}<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:42
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} has invited you to {action} {documentName}"
msgstr "{inviterName} zaprosił Cię do {action} {documentName}"
-#: packages/email/templates/document-invite.tsx:109
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} has invited you to {action} the document \"{documentName}\"."
msgstr "{inviterName} zaprosił cię do {action} dokument „{documentName}”."
-#: packages/email/templates/recipient-removed-from-document.tsx:21
+#: packages/email/templates/recipient-removed-from-document.tsx
msgid "{inviterName} has removed you from the document {documentName}."
msgstr "{inviterName} usunął Cię z dokumentu {documentName}."
-#: packages/email/templates/recipient-removed-from-document.tsx:50
+#: packages/email/templates/recipient-removed-from-document.tsx
msgid "{inviterName} has removed you from the document<0/>\"{documentName}\""
msgstr "{inviterName} usunął cię z dokumentu<0/>„{documentName}”"
#. placeholder {0}: team.name
#. placeholder {1}: document.title
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:121
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "{inviterName} on behalf of \"{0}\" has invited you to {recipientActionVerb} the document \"{1}\"."
msgstr ""
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:61
+#: packages/email/template-components/template-document-invite.tsx
msgid "{inviterName} on behalf of \"{teamName}\" has invited you to {0}<0/>\"{documentName}\""
msgstr "{inviterName} w imieniu \"{teamName}\" zaprosił Cię do {0}<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:46
+#: packages/email/templates/document-invite.tsx
msgid "{inviterName} on behalf of \"{teamName}\" has invited you to {action} {documentName}"
msgstr "{inviterName} w imieniu \"{teamName}\" zaprosił Cię do {action} {documentName}"
-#: packages/email/templates/team-join.tsx:68
+#: packages/email/templates/team-join.tsx
msgid "{memberEmail} joined the following team"
msgstr "{memberEmail} dołączył do następującego zespołu"
-#: packages/email/templates/team-leave.tsx:68
+#: packages/email/templates/team-leave.tsx
msgid "{memberEmail} left the following team"
msgstr "{memberEmail} opuścił następujący zespół"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:65
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "{numberOfSeats, plural, one {# member} other {# members}}"
msgstr "{numberOfSeats, plural, one {# członek} few {# członkowie} many {# członków} other {# członków}}"
-#: packages/lib/utils/document-audit-logs.ts:278
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} added a field"
msgstr "{prefix} dodał pole"
-#: packages/lib/utils/document-audit-logs.ts:290
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} added a recipient"
msgstr "{prefix} dodał odbiorcę"
-#: packages/lib/utils/document-audit-logs.ts:302
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} created the document"
msgstr "{prefix} utworzył dokument"
-#: packages/lib/utils/document-audit-logs.ts:306
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} deleted the document"
msgstr "{prefix} usunął dokument"
-#: packages/lib/utils/document-audit-logs.ts:354
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} moved the document to team"
msgstr "{prefix} przeniósł dokument do zespołu"
-#: packages/lib/utils/document-audit-logs.ts:338
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} opened the document"
msgstr "{prefix} otworzył dokument"
-#: packages/lib/utils/document-audit-logs.ts:318
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} prefilled a field"
msgstr ""
-#: packages/lib/utils/document-audit-logs.ts:282
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} removed a field"
msgstr "{prefix} usunął pole"
-#: packages/lib/utils/document-audit-logs.ts:294
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} removed a recipient"
msgstr "{prefix} usunął odbiorcę"
#. placeholder {0}: data.recipientEmail
-#: packages/lib/utils/document-audit-logs.ts:384
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} resent an email to {0}"
msgstr "{prefix} ponownie wysłał e-mail do {0}"
#. placeholder {0}: data.recipientEmail
-#: packages/lib/utils/document-audit-logs.ts:385
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} sent an email to {0}"
msgstr "{prefix} wysłał e-mail do {0}"
-#: packages/lib/utils/document-audit-logs.ts:350
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} sent the document"
msgstr "{prefix} wysłał dokument"
-#: packages/lib/utils/document-audit-logs.ts:310
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} signed a field"
msgstr "{prefix} podpisał pole"
-#: packages/lib/utils/document-audit-logs.ts:314
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} unsigned a field"
msgstr "{prefix} niepodpisane pole"
-#: packages/lib/utils/document-audit-logs.ts:286
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated a field"
msgstr "{prefix} zaktualizowane pole"
-#: packages/lib/utils/document-audit-logs.ts:298
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated a recipient"
msgstr "{prefix} zaktualizowany odbiorca"
-#: packages/lib/utils/document-audit-logs.ts:334
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document"
msgstr "{prefix} zaktualizowany dokument"
-#: packages/lib/utils/document-audit-logs.ts:326
+#: packages/lib/utils/document-audit-logs.ts
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:346
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document external ID"
msgstr "{prefix} zaktualizowane ID zewnętrzne dokumentu"
-#: packages/lib/utils/document-audit-logs.ts:330
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document signing auth requirements"
msgstr "{prefix} zaktualizowane wymagania dotyczące autoryzacji podpisu dokumentu"
-#: packages/lib/utils/document-audit-logs.ts:342
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document title"
msgstr "{prefix} zaktualizowany tytuł dokumentu"
-#: packages/lib/utils/document-audit-logs.ts:322
+#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document visibility"
msgstr "{prefix} zaktualizowana widoczność dokumentu"
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:68
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "{recipientActionVerb} document"
msgstr "{recipientActionVerb} dokument"
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:69
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "{recipientActionVerb} the document to complete the process."
msgstr "{recipientActionVerb} dokument, aby zakończyć proces."
-#: packages/email/templates/document-created-from-direct-template.tsx:62
+#: packages/email/templates/document-created-from-direct-template.tsx
msgid "{recipientName} {action} a document by using one of your direct links"
msgstr "{recipientName} {action} dokument, korzystając z jednego z Twoich bezpośrednich linków"
-#: packages/email/templates/document-rejected.tsx:27
+#: packages/email/templates/document-rejected.tsx
msgid "{recipientName} has rejected the document '{documentName}'"
msgstr "{recipientName} odrzucił dokument '{documentName}'"
-#: packages/email/template-components/template-document-recipient-signed.tsx:49
+#: packages/email/template-components/template-document-recipient-signed.tsx
msgid "{recipientReference} has completed signing the document."
msgstr "{recipientReference} zakończył podpisywanie dokumentu."
#. placeholder {0}: document.title
-#: packages/lib/jobs/definitions/emails/send-recipient-signed-email.handler.ts:112
+#: packages/lib/jobs/definitions/emails/send-recipient-signed-email.handler.ts
msgid "{recipientReference} has signed \"{0}\""
msgstr "{recipientReference} podpisał „{0}”"
-#: packages/email/template-components/template-document-recipient-signed.tsx:43
+#: packages/email/template-components/template-document-recipient-signed.tsx
msgid "{recipientReference} has signed \"{documentName}\""
msgstr "{recipientReference} podpisał „{documentName}”"
-#: packages/email/templates/document-recipient-signed.tsx:27
+#: packages/email/templates/document-recipient-signed.tsx
msgid "{recipientReference} has signed {documentName}"
msgstr "{recipientReference} podpisał {documentName}"
-#: apps/remix/app/components/forms/public-profile-form.tsx:230
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:386
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "{remaningLength, plural, one {# character remaining} other {# characters remaining}}"
msgstr "{remaningLength, plural, one {Pozostał # znak} few {Pozostały # znaki} many {Pozostało # znaków} other {Pozostało # znaków}}"
-#: packages/email/template-components/template-document-rejected.tsx:25
+#: packages/email/template-components/template-document-rejected.tsx
msgid "{signerName} has rejected the document \"{documentName}\"."
msgstr "{signerName} odrzucił dokument \"{documentName}\"."
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:68
+#: packages/email/template-components/template-document-invite.tsx
msgid "{teamName} has invited you to {0}<0/>\"{documentName}\""
msgstr "{teamName} zaprosił Cię do {0}<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:47
+#: packages/email/templates/document-invite.tsx
msgid "{teamName} has invited you to {action} {documentName}"
msgstr "{teamName} zaprosił cię do {action} {documentName}"
-#: packages/email/templates/team-transfer-request.tsx:56
+#: packages/email/templates/team-transfer-request.tsx
msgid "{teamName} ownership transfer request"
msgstr "Prośba o przeniesienie własności zespołu {teamName}"
-#: packages/lib/utils/document-audit-logs.ts:362
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} approved the document"
msgstr "{userName} zatwierdził dokument"
-#: packages/lib/utils/document-audit-logs.ts:363
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} CC'd the document"
msgstr "{userName} dodał CC do dokumentu"
-#: packages/lib/utils/document-audit-logs.ts:364
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} completed their task"
msgstr "{userName} zakończył swoje zadanie"
-#: packages/lib/utils/document-audit-logs.ts:374
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} rejected the document"
msgstr "{userName} odrzucił dokument"
-#: packages/lib/utils/document-audit-logs.ts:360
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} signed the document"
msgstr "{userName} podpisał dokument"
-#: packages/lib/utils/document-audit-logs.ts:361
+#: packages/lib/utils/document-audit-logs.ts
msgid "{userName} viewed the document"
msgstr "{userName} wyświetlił dokument"
-#: packages/ui/primitives/data-table-pagination.tsx:41
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "{visibleRows, plural, one {Showing # result.} other {Showing # results.}}"
msgstr "{visibleRows, plural, one {Wyświetlanie # wyniku.} other {Wyświetlanie # wyników.}}"
#. placeholder {0}: document.title
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:181
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "<0>\"{0}\"0>is no longer available to sign"
msgstr "<0>\"{0}\"0>nie jest już dostępny do podpisu"
-#: packages/email/templates/team-transfer-request.tsx:60
+#: packages/email/templates/team-transfer-request.tsx
msgid "<0>{senderName}0> has requested that you take ownership of the following team"
msgstr "<0>{senderName}0> poprosił, abyś przejął własność następującego zespołu"
-#: packages/email/templates/confirm-team-email.tsx:76
+#: packages/email/templates/confirm-team-email.tsx
msgid "<0>{teamName}0> has requested to use your email address for their team on Documenso."
msgstr "<0>{teamName}0> poprosił o używanie twojego adresu e-mail dla swojego zespołu w Documenso."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:461
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "<0>Click to upload0> or drag and drop"
msgstr "<0>Kliknij, aby przesłać0> lub przeciągnij i upuść"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:285
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>Email0> - The recipient will be emailed the document to sign, approve, etc."
msgstr "<0>E-mail0> - Odbiorca otrzyma e-mail z dokumentem do podpisania, zatwierdzenia itp."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:52
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "<0>Inherit authentication method0> - Use the global action signing authentication method configured in the \"General Settings\" step"
msgstr "<0>Przechwyć metodę uwierzytelniania0> - Użyj globalnej metody uwierzytelniania podpisywania akcji skonfigurowanej w kroku \"Ustawienia ogólne\""
-#: packages/ui/components/document/document-global-auth-action-select.tsx:94
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "<0>No restrictions0> - No authentication required"
msgstr "<0>Brak ograniczeń0> - Uwierzytelnianie nie jest wymagane"
-#: packages/ui/components/document/document-global-auth-access-select.tsx:76
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "<0>No restrictions0> - The document can be accessed directly by the URL sent to the recipient"
msgstr "<0>Brak ograniczeń0> - Dokument można bezpośrednio otworzyć za pomocą URL przesłanego do odbiorcy"
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:74
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "<0>None0> - No authentication required"
msgstr "<0>Brak0> - Uwierzytelnianie nie jest wymagane"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:291
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>None0> - We will generate links which you can send to the recipients manually."
msgstr "<0>Brak0> - Wygenerujemy linki, które możesz wysłać do odbiorców ręcznie."
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:298
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>Note0> - If you use Links in combination with direct templates, you will need to manually send the links to the remaining recipients."
msgstr "<0>Uwaga0> - Jeśli używasz linków w połączeniu z bezpośrednimi szablonami, musisz ręcznie wysłać linki do pozostałych odbiorców."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:68
-#: packages/ui/components/document/document-global-auth-action-select.tsx:88
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "<0>Require 2FA0> - The recipient must have an account and 2FA enabled via their settings"
msgstr "<0>Wymagana 2FA0> - Odbiorca musi mieć konto i włączoną 2FA w swoich ustawieniach"
-#: packages/ui/components/document/document-global-auth-access-select.tsx:71
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "<0>Require account0> - The recipient must be signed in to view the document"
msgstr "<0>Wymagana konto0> - Odbiorca musi być zalogowany, aby wyświetlić dokument"
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:62
-#: packages/ui/components/document/document-global-auth-action-select.tsx:82
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "<0>Require passkey0> - The recipient must have an account and passkey configured via their settings"
msgstr "<0>Wymagana passkey0> - Odbiorca musi mieć konto i skonfigurowaną passkey w swoich ustawieniach"
-#: apps/remix/app/components/tables/documents-table-sender-filter.tsx:52
+#: apps/remix/app/components/tables/documents-table-sender-filter.tsx
msgid "<0>Sender:0> All"
msgstr "<0>Rządzący:0> Wszyscy"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:105
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "<0>You are about to complete approving <1>\"{documentTitle}\"1>.0><2/> Are you sure?"
msgstr "<0>Jesteś na drodze do zatwierdzenia <1>\"{documentTitle}\"1>.0><2/> Czy jesteś pewien?"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:91
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "<0>You are about to complete signing \"<1>{documentTitle}1>\".0><2/> Are you sure?"
msgstr "<0>Jesteś na drodze do ukończenia podpisywania \"<1>{documentTitle}1>\".0><2/> Czy jesteś pewien?"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:77
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "<0>You are about to complete viewing \"<1>{documentTitle}1>\".0><2/> Are you sure?"
msgstr "<0>Jesteś na drodze do zakończenia przeglądania \"<1>{documentTitle}1>\".0><2/> Czy jesteś pewien?"
-#: apps/remix/app/components/forms/token.tsx:45
+#: apps/remix/app/components/forms/token.tsx
msgid "1 month"
msgstr "1 miesiąc"
-#: apps/remix/app/components/forms/token.tsx:48
+#: apps/remix/app/components/forms/token.tsx
msgid "12 months"
msgstr "12 miesięcy"
-#: apps/remix/app/components/forms/token.tsx:46
+#: apps/remix/app/components/forms/token.tsx
msgid "3 months"
msgstr "3 miesiące"
-#: apps/remix/app/components/general/generic-error-layout.tsx:41
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "404 not found"
msgstr ""
-#: apps/remix/app/routes/_profile+/_layout.tsx:102
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "404 Profile not found"
msgstr "404 Profil nie znaleziony"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:62
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "404 Team not found"
msgstr "404 Zespół nie znaleziony"
-#: apps/remix/app/components/general/generic-error-layout.tsx:46
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "500 Internal Server Error"
msgstr ""
-#: apps/remix/app/components/forms/token.tsx:47
+#: apps/remix/app/components/forms/token.tsx
msgid "6 months"
msgstr "6 miesięcy"
-#: apps/remix/app/components/forms/token.tsx:44
+#: apps/remix/app/components/forms/token.tsx
msgid "7 days"
msgstr "7 dni"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:52
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "A confirmation email has been sent, and it should arrive in your inbox shortly."
msgstr "E-mail potwierdzający został wysłany i powinien niedługo dotrzeć do Twojej skrzynki odbiorczej."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:66
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "A device capable of accessing, opening, and reading documents"
msgstr "Urządzenie zdolne do uzyskiwania dostępu, otwierania i czytania dokumentów"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:105
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "A document was created by your direct template that requires you to {recipientActionVerb} it."
msgstr "Dokument został utworzony przez Twój bezpośredni szablon, który wymaga, abyś go {recipientActionVerb}."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:228
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "A draft document will be created"
msgstr "Zostanie utworzony szkic dokumentu"
-#: packages/lib/utils/document-audit-logs.ts:277
+#: packages/lib/utils/document-audit-logs.ts
msgid "A field was added"
msgstr "Dodano pole"
-#: packages/lib/utils/document-audit-logs.ts:281
+#: packages/lib/utils/document-audit-logs.ts
msgid "A field was removed"
msgstr "Usunięto pole"
-#: packages/lib/utils/document-audit-logs.ts:285
+#: packages/lib/utils/document-audit-logs.ts
msgid "A field was updated"
msgstr "Zaktualizowano pole"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:69
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "A means to print or download documents for your records"
msgstr "Środek do drukowania lub pobierania dokumentów do swoich zapisów"
-#: packages/lib/jobs/definitions/emails/send-team-member-joined-email.handler.ts:98
+#: packages/lib/jobs/definitions/emails/send-team-member-joined-email.handler.ts
msgid "A new member has joined your team"
msgstr "Nowy członek dołączył do Twojego zespołu"
-#: apps/remix/app/components/forms/token.tsx:124
+#: apps/remix/app/components/forms/token.tsx
msgid "A new token was created successfully."
msgstr "Nowy token został utworzony."
-#: apps/remix/app/routes/_unauthenticated+/check-email.tsx:21
-#: apps/remix/app/components/forms/forgot-password.tsx:56
+#: apps/remix/app/routes/_unauthenticated+/check-email.tsx
+#: apps/remix/app/components/forms/forgot-password.tsx
msgid "A password reset email has been sent, if you have an account you should see it in your inbox shortly."
msgstr "E-mail z linkiem do resetowania hasła został wysłany. Jeśli masz konto, powinieneś go niedługo zobaczyć w skrzynce odbiorczej."
-#: packages/lib/utils/document-audit-logs.ts:289
+#: packages/lib/utils/document-audit-logs.ts
msgid "A recipient was added"
msgstr "Dodano odbiorcę"
-#: packages/lib/utils/document-audit-logs.ts:293
+#: packages/lib/utils/document-audit-logs.ts
msgid "A recipient was removed"
msgstr "Usunięto odbiorcę"
-#: packages/lib/utils/document-audit-logs.ts:297
+#: packages/lib/utils/document-audit-logs.ts
msgid "A recipient was updated"
msgstr "Zaktualizowano odbiorcę"
#. placeholder {0}: transferVerification.name
#. placeholder {1}: transferVerification.email
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:91
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "A request to transfer the ownership of this team has been sent to <0>{0} ({1})0>"
msgstr "Wniosek o przeniesienie własności tego zespołu został wysłany do <0>{0} ({1})0>"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/create-team-email-verification.ts:160
+#: packages/lib/server-only/team/create-team-email-verification.ts
msgid "A request to use your email has been initiated by {0} on Documenso"
msgstr "Zgłoszenie potrzeby użycia twojego e-maila zostało inicjowane przez {0} na Documenso"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:221
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "A secret that will be sent to your URL so you can verify that the request has been sent by Documenso"
msgstr "Sekret, który zostanie wysłany na Twój adres URL, abyś mógł zweryfikować, że prośba została wysłana przez Documenso"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:191
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:192
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "A secret that will be sent to your URL so you can verify that the request has been sent by Documenso."
msgstr "Sekret, który zostanie wysłany na Twój adres URL, abyś mógł zweryfikować, że prośba została wysłana przez Documenso."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:60
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "A stable internet connection"
msgstr "Stabilne połączenie internetowe"
-#: packages/email/templates/team-join.tsx:32
+#: packages/email/templates/team-join.tsx
msgid "A team member has joined a team on Documenso"
msgstr "Członek zespołu dołączył do zespołu na Documenso"
#. placeholder {0}: team.name
-#: packages/lib/jobs/definitions/emails/send-team-member-left-email.handler.ts:87
+#: packages/lib/jobs/definitions/emails/send-team-member-left-email.handler.ts
msgid "A team member has left {0}"
msgstr "Członek zespołu opuścił {0}"
-#: packages/email/templates/team-leave.tsx:32
+#: packages/email/templates/team-leave.tsx
msgid "A team member has left a team on Documenso"
msgstr "Członek zespołu opuścił zespół na Documenso"
-#: packages/email/templates/team-delete.tsx:29
-#: packages/email/templates/team-delete.tsx:33
+#: packages/email/templates/team-delete.tsx
+#: packages/email/templates/team-delete.tsx
msgid "A team you were a part of has been deleted"
msgstr "Zespół, którego częścią byłeś, został usunięty"
-#: apps/remix/app/components/forms/public-profile-form.tsx:197
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "A unique URL to access your profile"
msgstr "Unikalny URL do dostępu do Twojego profilu"
-#: apps/remix/app/components/forms/team-update-form.tsx:136
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:205
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "A unique URL to identify your team"
msgstr "Unikalny URL do identyfikacji Twojego zespołu"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:134
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "A verification email will be sent to the provided email."
msgstr "E-mail weryfikacyjny zostanie wysłany na podany adres e-mail."
-#: apps/remix/app/components/general/teams/team-invitations.tsx:146
-#: packages/email/templates/team-transfer-request.tsx:82
-#: packages/email/templates/team-invite.tsx:95
-#: packages/email/templates/confirm-team-email.tsx:119
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: packages/email/templates/team-transfer-request.tsx
+#: packages/email/templates/team-invite.tsx
+#: packages/email/templates/confirm-team-email.tsx
msgid "Accept"
msgstr "Akceptuj"
-#: packages/email/templates/team-invite.tsx:43
+#: packages/email/templates/team-invite.tsx
msgid "Accept invitation to join a team on Documenso"
msgstr "Akceptuj zaproszenie do dołączenia do zespołu na Documenso"
-#: packages/email/templates/confirm-team-email.tsx:42
+#: packages/email/templates/confirm-team-email.tsx
msgid "Accept team email request for {teamName} on Documenso"
msgstr "Akceptuj prośbę o email zespołowy dla {teamName} na Documenso"
-#: packages/email/templates/team-transfer-request.tsx:30
+#: packages/email/templates/team-transfer-request.tsx
msgid "Accept team transfer request on Documenso"
msgstr "Akceptuj prośbę o przeniesienie zespołu na Documenso"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:29
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Acceptance and Consent"
msgstr "Akceptacja i Zgoda"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:126
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Accepted team invitation"
msgstr "Akceptowane zaproszenie do zespołu"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:134
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Account Authentication"
msgstr "Uwierzytelnianie konta"
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:49
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:47
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Account deleted"
msgstr "Konto zostało usunięte"
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:49
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Account disabled"
msgstr "Konto wyłączone"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:46
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Account enabled"
msgstr "Konto włączone"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:125
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Account Re-Authentication"
msgstr "Ponowna Autoryzacja Konta"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:135
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Acknowledgment"
msgstr "Potwierdzenie"
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:112
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:158
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:46
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:112
-#: apps/remix/app/components/tables/document-logs-table.tsx:94
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:111
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/document-logs-table.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Action"
msgstr "Akcja"
-#: apps/remix/app/components/tables/templates-table.tsx:154
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:103
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:112
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:127
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:136
-#: apps/remix/app/components/tables/documents-table.tsx:78
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:173
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Actions"
msgstr "Akcje"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:70
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:105
-#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx:64
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx
msgid "Active"
msgstr "Aktywne"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Active Subscriptions"
msgstr "Aktywne subskrypcje"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:186
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "Add"
msgstr "Dodaj"
-#: packages/ui/primitives/document-dropzone.tsx:67
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Add a document"
msgstr "Dodaj dokument"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:512
-#: packages/ui/primitives/document-flow/add-settings.tsx:388
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Add a URL to redirect the user to once the document is signed"
msgstr "Dodaj URL, aby przekierować użytkownika po podpisaniu dokumentu"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:83
-#: apps/remix/app/components/general/document/document-edit-form.tsx:151
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add all relevant fields for each recipient."
msgstr "Dodaj wszystkie istotne pola dla każdego odbiorcy."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:78
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Add all relevant placeholders for each recipient."
msgstr "Dodaj wszystkie odpowiednie symbole zastępcze dla każdego odbiorcy."
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:94
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Add an authenticator to serve as a secondary authentication method for signing documents."
msgstr "Dodaj autoryzator, aby służył jako dodatkowa metoda uwierzytelniania do podpisywania dokumentów."
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:89
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Add an authenticator to serve as a secondary authentication method when signing in, or when signing documents."
msgstr "Dodaj autoryzator, aby służył jako dodatkowa metoda uwierzytelniania podczas logowania lub podpisywania dokumentów."
-#: packages/ui/primitives/document-flow/add-settings.tsx:300
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Add an external ID to the document. This can be used to identify the document in external systems."
msgstr "Dodaj zewnętrzny ID do dokumentu. Może być używany do identyfikacji dokumentu w zewnętrznych systemach."
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:429
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Add an external ID to the template. This can be used to identify in external systems."
msgstr "Dodaj zewnętrzny ID do szablonu. Może być używany do identyfikacji w systemach zewnętrznych."
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:186
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Add another option"
msgstr "Dodaj kolejną opcję"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:165
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:230
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Add another value"
msgstr "Dodaj kolejną wartość"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:122
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "Add email"
msgstr "Dodaj adres e-mail"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:82
-#: apps/remix/app/components/general/document/document-edit-form.tsx:150
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add Fields"
msgstr "Dodaj pola"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:362
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Add more"
msgstr "Dodaj więcej"
-#: packages/ui/primitives/document-flow/add-signers.tsx:693
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Add myself"
msgstr "Dodaj siebie"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:706
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "Add Myself"
msgstr "Dodaj siebie"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:145
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:153
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Add passkey"
msgstr "Dodaj klucz dostępu"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:692
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "Add Placeholder Recipient"
msgstr "Dodaj odbiorcę zastępczego"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:77
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Add Placeholders"
msgstr "Dodaj znaczniki"
-#: packages/ui/primitives/document-flow/add-signers.tsx:682
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Add Signer"
msgstr "Dodaj sygnatariusza"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:145
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add Signers"
msgstr "Dodaj podpisujących"
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:130
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "Add team email"
msgstr "Dodaj e-mail zespołowy"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:81
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Add text"
msgstr "Dodaj tekst"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:86
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Add text to the field"
msgstr "Dodaj tekst do pola"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:146
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add the people who will sign the document."
msgstr "Dodaj osoby, które podpiszą dokument."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:230
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Add the recipients to create the document with"
msgstr "Dodaj odbiorców, aby utworzyć dokument"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:153
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Adding and removing seats will adjust your invoice accordingly."
msgstr "Dodawanie i usuwanie miejsc dostosuje fakturę odpowiednio."
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:302
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Additional brand information to display at the bottom of emails"
msgstr "Dodatkowe informacje o marce do wyświetlenia na dole wiadomości e-mail"
-#: packages/lib/constants/teams.ts:9
+#: packages/lib/constants/teams.ts
msgid "Admin"
msgstr "Administrator"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:95
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Admin Actions"
msgstr "Akcje administratora"
-#: apps/remix/app/components/general/menu-switcher.tsx:251
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Admin panel"
msgstr "Panel administratora"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:411
-#: packages/ui/primitives/document-flow/add-settings.tsx:282
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Advanced Options"
msgstr "Opcje zaawansowane"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:496
-#: packages/ui/primitives/document-flow/add-fields.tsx:583
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Advanced settings"
msgstr "Ustawienia zaawansowane"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:125
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "After signing a document electronically, you will be provided the opportunity to view, download, and print the document for your records. It is highly recommended that you retain a copy of all electronically signed documents for your personal records. We will also retain a copy of the signed document for our records however we may not be able to provide you with a copy of the signed document after a certain period of time."
msgstr "Po podpisaniu dokumentu elektronicznie, otrzymasz możliwość obejrzenia, pobrania i wydrukowania dokumentu dla swoich zapisów. Zaleca się, abyś zachował kopię wszystkich podpisanych elektronicznie dokumentów dla swoich osobistych zapisów. My również zachowamy kopię podpisanego dokumentu w naszych zapisach, jednak możemy nie być w stanie dostarczyć ci kopii podpisanego dokumentu po pewnym czasie."
-#: packages/lib/constants/template.ts:21
+#: packages/lib/constants/template.ts
msgid "After submission, a document will be automatically generated and added to your documents page. You will also receive a notification via email."
msgstr "Po przesłaniu dokumentu zostanie automatycznie wygenerowany i dodany do Twojej strony dokumentów. Otrzymasz również powiadomienie pocztą elektroniczną."
-#: apps/remix/app/components/general/document/document-status.tsx:46
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "All"
msgstr "Wszystko"
-#: apps/remix/app/components/general/app-command-menu.tsx:38
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "All documents"
msgstr "Wszystkie dokumenty"
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:35
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "All documents have been processed. Any new documents that are sent or received will show here."
msgstr "Wszystkie dokumenty zostały przetworzone. Nowe dokumenty, które zostaną wysłane lub odebrane, pojawią się tutaj."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:77
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "All documents related to the electronic signing process will be provided to you electronically through our platform or via email. It is your responsibility to ensure that your email address is current and that you can receive and open our emails."
msgstr "Wszystkie dokumenty związane z procesem podpisywania elektronicznego będą dostarczane do Ciebie elektronicznie za pośrednictwem naszej platformy lub za pośrednictwem e-maila. To Twoja odpowiedzialność, aby upewnić się, że twój adres e-mail jest aktualny i że możesz odbierać i otwierać nasze e-maile."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:141
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "All inserted signatures will be voided"
msgstr "Wszystkie wstawione podpisy zostaną unieważnione"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:144
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "All recipients will be notified"
msgstr "Wszyscy odbiorcy zostaną powiadomieni"
-#: packages/email/template-components/template-document-cancel.tsx:31
+#: packages/email/template-components/template-document-cancel.tsx
msgid "All signatures have been voided."
msgstr "Wszystkie podpisy zostały unieważnione."
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:60
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "All signing links have been copied to your clipboard."
msgstr "Wszystkie linki do podpisania zostały skopiowane do schowka."
-#: apps/remix/app/components/general/app-command-menu.tsx:53
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "All templates"
msgstr "Wszystkie szablony"
-#: apps/remix/app/components/general/period-selector.tsx:56
+#: apps/remix/app/components/general/period-selector.tsx
msgid "All Time"
msgstr "Cały czas"
-#: packages/email/templates/confirm-team-email.tsx:99
+#: packages/email/templates/confirm-team-email.tsx
msgid "Allow document recipients to reply directly to this email address"
msgstr "Zezwól odbiorcom dokumentów na bezpośrednią odpowiedź na ten adres e-mail"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:141
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Allows authenticating using biometrics, password managers, hardware keys, etc."
msgstr "Pozwala na uwierzytelnianie za pomocą biometrii, menedżerów haseł, kluczy sprzętowych itp."
-#: apps/remix/app/components/forms/signup.tsx:420
+#: apps/remix/app/components/forms/signup.tsx
msgid "Already have an account? <0>Sign in instead0>"
msgstr "Masz już konto? <0>Zaloguj się zamiast tego0>"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:86
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Amount"
msgstr "Kwota"
-#: packages/email/templates/document-super-delete.tsx:22
+#: packages/email/templates/document-super-delete.tsx
msgid "An admin has deleted your document \"{documentName}\"."
msgstr "Administrator usunął Twój dokument \"{documentName}\"."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:44
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "An electronic signature provided by you on our platform, achieved through clicking through to a document and entering your name, or any other electronic signing method we provide, is legally binding. It carries the same weight and enforceability as a manual signature written with ink on paper."
msgstr "Podpis elektroniczny dostarczony przez Ciebie na naszej platformie, zrealizowany poprzez kliknięcie na dokument i wpisanie swojego imienia, lub dowolną inną metodą podpisu elektronicznego, którą udostępniamy, jest prawnie wiążący. Nosi tę samą wagę i wykonalność jak ręczny podpis wykonany tuszem na papierze."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:63
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "An email account"
msgstr "Konto e-mail"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:258
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "An email containing an invitation will be sent to each member."
msgstr "E-mail zawierający zaproszenie zostanie wysłany do każdego członka."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:107
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "An email requesting the transfer of this team has been sent."
msgstr "E-mail z prośbą o przeniesienie tego zespołu został wysłany."
-#: apps/remix/app/components/general/claim-account.tsx:96
-#: apps/remix/app/components/forms/token.tsx:140
-#: apps/remix/app/components/forms/signup.tsx:160
-#: apps/remix/app/components/forms/reset-password.tsx:91
-#: apps/remix/app/components/forms/password.tsx:89
-#: apps/remix/app/components/forms/avatar-image.tsx:122
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/token.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "An error occurred"
msgstr "Wystąpił błąd"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:217
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "An error occurred while adding fields."
msgstr "Wystąpił błąd podczas dodawania pól."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:177
-#: apps/remix/app/components/general/document/document-edit-form.tsx:235
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while adding signers."
msgstr "Wystąpił błąd podczas dodawania podpisujących."
-#: apps/remix/app/components/general/document/document-edit-form.tsx:270
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while adding the fields."
msgstr "Wystąpił błąd podczas dodawania pól."
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:150
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "An error occurred while auto-signing the document, some fields may not be signed. Please review and manually sign any remaining fields."
msgstr "Wystąpił błąd podczas automatycznego podpisywania dokumentu, niektóre pola mogą nie być podpisane. Proszę sprawdzić i ręcznie podpisać wszystkie pozostałe pola."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:186
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "An error occurred while creating document from template."
msgstr "Wystąpił błąd podczas tworzenia dokumentu z szablonu."
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:95
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "An error occurred while creating the webhook. Please try again."
msgstr "Wystąpił błąd podczas tworzenia webhooka. Proszę spróbować ponownie."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:59
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "An error occurred while deleting the user."
msgstr "Wystąpił błąd podczas usuwania użytkownika."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:125
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "An error occurred while disabling direct link signing."
msgstr "Wystąpił błąd podczas dezaktywacji podpisywania za pomocą linku bezpośredniego."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:59
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "An error occurred while disabling the user."
msgstr "Wystąpił błąd podczas wyłączania użytkownika."
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:96
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:74
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:95
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:64
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
msgid "An error occurred while downloading your document."
msgstr "Wystąpił błąd podczas pobierania dokumentu."
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:45
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "An error occurred while duplicating template."
msgstr "Wystąpił błąd podczas duplikowania szablonu."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:124
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "An error occurred while enabling direct link signing."
msgstr "Wystąpił błąd podczas aktywacji podpisywania za pomocą linku bezpośredniego."
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:56
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "An error occurred while enabling the user."
msgstr "Wystąpił błąd podczas włączania użytkownika."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:262
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "An error occurred while loading team members. Please try again later."
msgstr "Wystąpił błąd podczas ładowania członków zespołu. Proszę spróbować ponownie później."
-#: packages/ui/primitives/pdf-viewer.tsx:167
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "An error occurred while loading the document."
msgstr "Wystąpił błąd podczas ładowania dokumentu."
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:55
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "An error occurred while moving the document."
msgstr "Wystąpił błąd podczas przenoszenia dokumentu."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:81
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "An error occurred while moving the template."
msgstr "Wystąpił błąd podczas przenoszenia szablonu."
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:209
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:204
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:155
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:112
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:115
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:136
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:124
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:157
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while removing the field."
msgstr "Wystąpił błąd podczas usuwania pola."
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:132
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
msgid "An error occurred while removing the selection."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:188
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "An error occurred while removing the signature."
msgstr "Wystąpił błąd podczas usuwania podpisu."
-#: apps/remix/app/components/general/document/document-edit-form.tsx:312
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while sending the document."
msgstr "Wystąpił błąd podczas wysyłania dokumentu."
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:61
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "An error occurred while sending your confirmation email"
msgstr "Wystąpił błąd podczas wysyłania e-maila potwierdzającego"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:180
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:104
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:154
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:128
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:85
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:88
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:103
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:97
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:127
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while signing as assistant."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:181
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:162
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:105
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:155
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:129
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:86
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:89
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:104
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:98
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:128
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while signing the document."
msgstr "Wystąpił błąd podczas podpisywania dokumentu."
-#: apps/remix/app/components/general/billing-plans.tsx:63
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "An error occurred while trying to create a checkout session."
msgstr ""
-#: apps/remix/app/components/general/template/template-edit-form.tsx:149
-#: apps/remix/app/components/general/document/document-edit-form.tsx:205
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "An error occurred while updating the document settings."
msgstr "Wystąpił błąd podczas aktualizowania ustawień dokumentu."
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:215
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
msgid "An error occurred while updating the signature."
msgstr "Wystąpił błąd podczas aktualizowania podpisu."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:79
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "An error occurred while updating your profile."
msgstr "Wystąpił błąd podczas aktualizowania profilu."
-#: apps/remix/app/components/general/document/document-upload.tsx:100
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "An error occurred while uploading your document."
msgstr "Wystąpił błąd podczas przesyłania dokumentu."
-#: apps/remix/app/components/general/generic-error-layout.tsx:48
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "An unexpected error occurred."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:88
-#: apps/remix/app/components/general/app-command-menu.tsx:309
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:51
-#: apps/remix/app/components/forms/team-update-form.tsx:91
-#: apps/remix/app/components/forms/signup.tsx:181
-#: apps/remix/app/components/forms/signup.tsx:195
-#: apps/remix/app/components/forms/signin.tsx:52
-#: apps/remix/app/components/forms/signin.tsx:265
-#: apps/remix/app/components/forms/signin.tsx:281
-#: apps/remix/app/components/forms/public-profile-form.tsx:103
-#: apps/remix/app/components/forms/profile.tsx:74
-#: apps/remix/app/components/forms/avatar-image.tsx:94
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:81
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:88
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:114
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:99
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:154
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:57
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:57
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:86
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:97
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:82
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:104
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:139
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:175
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:56
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:55
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "An unknown error occurred"
msgstr "Wystąpił nieznany błąd"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:223
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Any payment methods attached to this team will remain attached to this team. Please contact us if you need to update this information."
msgstr "Jakiekolwiek metody płatności przypisane do tego zespołu pozostaną przypisane do tego zespołu. Proszę skontaktować się z nami, jeśli potrzebujesz zaktualizować te informacje."
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:217
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Any Source"
msgstr "Jakiekolwiek źródło"
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:197
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Any Status"
msgstr "Jakikolwiek status"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:26
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:84
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:82
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:94
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:85
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "API Tokens"
msgstr "Tokeny API"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:92
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "App Version"
msgstr "Wersja aplikacji"
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:135
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:118
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:143
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:89
-#: packages/lib/constants/recipient-roles.ts:7
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Approve"
msgstr "Zatwierdź"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:185
-#: packages/email/template-components/template-document-invite.tsx:108
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Approve Document"
msgstr "Zatwierdź dokument"
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:93
-#: packages/lib/constants/recipient-roles.ts:8
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Approved"
msgstr "Zatwierdzono"
-#: packages/lib/constants/recipient-roles.ts:10
+#: packages/lib/constants/recipient-roles.ts
msgid "Approver"
msgstr "Zatwierdzający"
-#: packages/lib/constants/recipient-roles.ts:11
+#: packages/lib/constants/recipient-roles.ts
msgid "Approvers"
msgstr "Zatwierdzający"
-#: packages/lib/constants/recipient-roles.ts:9
+#: packages/lib/constants/recipient-roles.ts
msgid "Approving"
msgstr "Zatwierdzanie"
-#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx:46
+#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
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/remix/app/components/dialogs/token-delete-dialog.tsx:120
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Are you sure you want to delete this token?"
msgstr "Czy na pewno chcesz usunąć ten token?"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:127
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
msgid "Are you sure you want to reject this document? This action cannot be undone."
msgstr "Czy na pewno chcesz odrzucić ten dokument? Ta akcja nie może być cofnięta."
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:193
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Are you sure you want to remove the <0>{passkeyName}0> passkey."
msgstr "Czy na pewno chcesz usunąć klucz hasła <0>{passkeyName}0>."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:124
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Are you sure you wish to delete this team?"
msgstr "Czy na pewno chcesz usunąć ten zespół?"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:93
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:455
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:80
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:80
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:113
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:436
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:94
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Are you sure?"
msgstr "Czy na pewno?"
-#: packages/lib/constants/recipient-roles.ts:35
+#: packages/lib/constants/recipient-roles.ts
msgid "Assist"
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:186
-#: packages/email/template-components/template-document-invite.tsx:110
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Assist Document"
msgstr ""
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:299
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Assist with signing"
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:38
+#: packages/lib/constants/recipient-roles.ts
msgid "Assistant"
msgstr ""
-#: packages/ui/components/recipient/recipient-role-select.tsx:140
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Assistant role is only available when the document is in sequential signing mode."
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:39
+#: packages/lib/constants/recipient-roles.ts
msgid "Assistants"
msgstr ""
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:125
-#: packages/lib/constants/recipient-roles.ts:36
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Assisted"
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:37
+#: packages/lib/constants/recipient-roles.ts
msgid "Assisting"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:115
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
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."
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:133
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Audit Log"
msgstr "Dziennik logów"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:206
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Authentication Level"
msgstr "Poziom autoryzacji"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:48
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:38
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "Authentication required"
msgstr "Wymagana autoryzacja"
-#: apps/remix/app/components/forms/avatar-image.tsx:142
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Avatar"
msgstr "Awatar"
-#: apps/remix/app/components/forms/avatar-image.tsx:109
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Avatar Updated"
msgstr "Awatar został zaktualizowany"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:125
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Awaiting email confirmation"
msgstr "Czekam na potwierdzenie e-maila"
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:367
-#: apps/remix/app/components/forms/signup.tsx:503
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Back"
msgstr "Powrót"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:160
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Back to Documents"
msgstr "Powrót do dokumentów"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:151
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Background Color"
msgstr "Kolor tła"
-#: apps/remix/app/components/forms/signin.tsx:463
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:162
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Backup Code"
msgstr "Kod zapasowy"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:170
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Backup codes"
msgstr "Kody zapasowe"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:80
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Banner Updated"
msgstr "Baner został zaktualizowany"
-#: apps/remix/app/components/forms/signup.tsx:466
+#: apps/remix/app/components/forms/signup.tsx
msgid "Basic details"
msgstr "Podstawowe szczegóły"
-#: packages/email/template-components/template-confirmation-email.tsx:25
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "Before you get started, please confirm your email address by clicking the button below:"
msgstr "Zanim zaczniesz, proszę potwierdź swój adres e-mail, klikając przycisk poniżej:"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:77
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:84
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:111
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:109
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:121
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:112
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Billing"
msgstr "Fakturowanie"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:534
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Black"
msgstr "Czarny"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:548
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Blue"
msgstr "Niebieski"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:40
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Branding Preferences"
msgstr "Preferencje dotyczące marki"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:101
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Branding preferences updated"
msgstr "Preferencje dotyczące marki zaktualizowane"
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:93
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:48
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
msgid "Browser"
msgstr "Przeglądarka"
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:143
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "Bulk Copy"
msgstr "Masowa kopia"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:275
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Bulk Import"
msgstr "Import zbiorczy"
#. placeholder {0}: template.title
-#: packages/lib/jobs/definitions/internal/bulk-send-template.handler.ts:203
+#: packages/lib/jobs/definitions/internal/bulk-send-template.handler.ts
msgid "Bulk Send Complete: {0}"
msgstr "Zakończono wysyłkę zbiorczą: {0}"
-#: packages/email/templates/bulk-send-complete.tsx:30
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Bulk send operation complete for template \"{templateName}\""
msgstr "Zakończono operację masowej wysyłki dla szablonu \"{templateName}\""
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:127
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Bulk Send Template via CSV"
msgstr "Szablon masowej wysyłki przez CSV"
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:99
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:119
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Bulk Send via CSV"
msgstr "Zbiorcza wysyłka przez CSV"
-#: packages/email/templates/team-invite.tsx:85
+#: packages/email/templates/team-invite.tsx
msgid "by <0>{senderName}0>"
msgstr "przez <0>{senderName}0>"
-#: packages/email/templates/confirm-team-email.tsx:88
+#: packages/email/templates/confirm-team-email.tsx
msgid "By accepting this request, you will be granting <0>{teamName}0> access to:"
msgstr "Akceptując tę prośbę, przyznasz <0>{teamName}0> dostęp do:"
-#: packages/email/templates/team-transfer-request.tsx:71
+#: packages/email/templates/team-transfer-request.tsx
msgid "By accepting this request, you will take responsibility for any billing items associated with this team."
msgstr "Akceptując tę prośbę, przejmiesz odpowiedzialność za wszelkie pozycje dotyczące rozliczeń związane z tym zespołem."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:152
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "By deleting this document, the following will occur:"
msgstr "Usunięcie tego dokumentu spowoduje następujące:"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:113
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "By enabling 2FA, you will be required to enter a code from your authenticator app every time you sign in using email password."
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:138
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "By proceeding to use the electronic signature service provided by Documenso, you affirm that you have read and understood this disclosure. You agree to all terms and conditions related to the use of electronic signatures and electronic transactions as outlined herein."
msgstr "Kontynuując korzystanie z usługi podpisu elektronicznego oferowanej przez Documenso, potwierdzasz, że przeczytałeś i zrozumiałeś to ujawnienie. Zgadzasz się na wszystkie warunki i zasady związane z korzystaniem z podpisów elektronicznych i transakcji elektronicznych, jak opisano w tym dokumencie."
-#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx:16
+#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx
msgid "By proceeding with your electronic signature, you acknowledge and consent that it will be used to sign the given document and holds the same legal validity as a handwritten signature. By completing the electronic signing process, you affirm your understanding and acceptance of these conditions."
msgstr "Kontynuując z Twoim podpisem elektronicznym, przyjmujesz i zgadzasz się, że będzie on użyty do podpisania danego dokumentu i ma tę samą ważność prawną jak odręczny podpis. Dokonując procesu podpisu elektronicznego, potwierdzasz swoje zrozumienie i akceptację tych warunków."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:88
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
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:126
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Can prepare"
msgstr ""
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:162
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:203
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:118
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:108
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:364
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:315
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:160
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:349
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:234
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:208
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:383
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:131
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:212
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:165
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:190
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:75
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:175
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:172
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:263
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:156
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:234
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:167
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:145
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:71
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:472
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:78
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:262
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:241
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:186
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:367
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:103
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:101
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:159
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:147
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:182
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:161
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:217
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:167
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:447
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:247
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:183
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:115
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:112
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:186
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:58
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:321
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Cancel"
msgstr "Anuluj"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:225
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Cancelled by user"
msgstr "Anulowano przez użytkownika"
-#: packages/ui/primitives/document-flow/add-signers.tsx:196
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Cannot remove signer"
msgstr "Nie można usunąć sygnatariusza"
-#: packages/lib/constants/recipient-roles.ts:17
+#: packages/lib/constants/recipient-roles.ts
msgid "Cc"
msgstr "Cc"
-#: packages/lib/constants/recipient-roles.ts:14
-#: packages/lib/constants/recipient-roles.ts:16
+#: packages/lib/constants/recipient-roles.ts
+#: packages/lib/constants/recipient-roles.ts
msgid "CC"
msgstr "CC"
-#: packages/lib/constants/recipient-roles.ts:15
+#: packages/lib/constants/recipient-roles.ts
msgid "CC'd"
msgstr "CC'd"
-#: packages/lib/constants/recipient-roles.ts:18
+#: packages/lib/constants/recipient-roles.ts
msgid "Ccers"
msgstr "Kserokopie"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:94
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Character Limit"
msgstr "Limit znaków"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:148
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Charts"
msgstr "Wykresy"
-#: packages/ui/primitives/document-flow/types.ts:58
+#: packages/ui/primitives/document-flow/types.ts
msgid "Checkbox"
msgstr "Pole wyboru"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:196
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Checkbox values"
msgstr "Wartości checkboxa"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:180
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Checkout"
msgstr "Kasa"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:272
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Choose an existing recipient from below to continue"
msgstr "Wybierz istniejącego odbiorcę, aby kontynuować"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:268
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Choose Direct Link Recipient"
msgstr "Wybierz odbiorcę bezpośredniego linku"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:156
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Choose how the document will reach recipients"
msgstr "Wybierz, jak dokument dotrze do odbiorców"
-#: apps/remix/app/components/forms/token.tsx:194
+#: apps/remix/app/components/forms/token.tsx
msgid "Choose..."
msgstr "Wybierz..."
-#: apps/remix/app/components/general/claim-account.tsx:155
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Claim account"
msgstr "Zgłoś konto"
-#: apps/remix/app/components/forms/signup.tsx:475
+#: apps/remix/app/components/forms/signup.tsx
msgid "Claim username"
msgstr "Zgłoś nazwę użytkownika"
-#: apps/remix/app/components/forms/signup.tsx:276
+#: apps/remix/app/components/forms/signup.tsx
msgid "Claim your username now"
msgstr "Zgłoś swoją nazwę użytkownika teraz"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:535
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Clear file"
msgstr "Wyczyść plik"
-#: packages/ui/primitives/data-table.tsx:154
+#: packages/ui/primitives/data-table.tsx
msgid "Clear filters"
msgstr "Wyczyść filtry"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:568
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Clear Signature"
msgstr "Wyczyść podpis"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:124
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "Click here to get started"
msgstr "Kliknij, aby rozpocząć"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:112
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:60
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:75
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:131
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Click here to retry"
msgstr "Kliknij tutaj, aby spróbować ponownie"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:390
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Click here to upload"
msgstr "Kliknij tutaj, aby przesłać"
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:48
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:61
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
msgid "Click to copy signing link for sending to recipient"
msgstr "Kliknij, aby skopiować link podpisu do wysłania do odbiorcy"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:176
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:181
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:486
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:479
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Click to insert field"
msgstr "Kliknij, aby wstawić pole"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:118
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:139
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:122
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:138
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:111
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:186
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:554
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:118
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:316
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:420
-#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx:42
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx
msgid "Close"
msgstr "Zamknij"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:61
-#: apps/remix/app/components/forms/signup.tsx:528
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:476
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:469
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Complete"
msgstr "Zakończono"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:70
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Approval"
msgstr "Zakończ zatwierdzanie"
-#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx:43
+#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
msgid "Complete Document"
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:69
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Signing"
msgstr "Zakończ podpisywanie"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:227
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Complete the fields for the following signers. Once reviewed, they will inform you if any modifications are needed."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:68
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Viewing"
msgstr "Zakończ wyświetlanie"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:75
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:200
-#: apps/remix/app/components/general/document/document-status.tsx:28
-#: packages/lib/constants/document.ts:9
-#: packages/email/template-components/template-document-self-signed.tsx:37
-#: packages/email/template-components/template-document-recipient-signed.tsx:37
-#: packages/email/template-components/template-document-completed.tsx:35
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-status.tsx
+#: packages/lib/constants/document.ts
+#: packages/email/template-components/template-document-self-signed.tsx
+#: packages/email/template-components/template-document-recipient-signed.tsx
+#: packages/email/template-components/template-document-completed.tsx
msgid "Completed"
msgstr "Zakończone"
-#: packages/email/templates/document-self-signed.tsx:19
-#: packages/email/templates/document-completed.tsx:23
+#: packages/email/templates/document-self-signed.tsx
+#: packages/email/templates/document-completed.tsx
msgid "Completed Document"
msgstr "Dokument zakończony"
-#: apps/remix/app/components/general/app-command-menu.tsx:44
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Completed documents"
msgstr "Dokumenty zakończone"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:110
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Completed Documents"
msgstr "Zakończone dokumenty"
-#: packages/lib/constants/template.ts:12
+#: packages/lib/constants/template.ts
msgid "Configure Direct Recipient"
msgstr "Skonfiguruj bezpośredniego odbiorcę"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:141
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Configure general settings for the document."
msgstr "Skonfiguruj ogólne ustawienia dokumentu."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:73
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Configure general settings for the template."
msgstr "Skonfiguruj ogólne ustawienia szablonu."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:334
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Configure template"
msgstr "Skonfiguruj szablon"
#. placeholder {0}: parseMessageDescriptor( _, FRIENDLY_FIELD_TYPE[currentField.type], )
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:497
-#: packages/ui/primitives/document-flow/add-fields.tsx:584
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Configure the {0} field"
msgstr "Skonfiguruj pole {0}"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:481
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:457
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Confirm"
msgstr "Potwierdź"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:205
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Confirm by typing <0>{confirmTransferMessage}0>"
msgstr "Potwierdź, wpisując <0>{confirmTransferMessage}0>"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:147
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Confirm by typing <0>{deleteMessage}0>"
msgstr "Potwierdź, wpisując <0>{deleteMessage}0>"
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:133
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:143
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Confirm by typing: <0>{deleteMessage}0>"
msgstr "Potwierdź, wpisując: <0>{deleteMessage}0>"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:146
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Confirm Deletion"
msgstr "Potwierdź usunięcie"
-#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx:15
-#: packages/email/template-components/template-confirmation-email.tsx:35
+#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "Confirm email"
msgstr "Potwierdź adres e-mail"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:50
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "Confirmation email sent"
msgstr "E-mail potwierdzający został wysłany"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:85
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Consent to Electronic Transactions"
msgstr "Zgoda na transakcje elektroniczne"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:147
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Contact Information"
msgstr "Informacje kontaktowe"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:194
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Content"
msgstr "Treść"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:156
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:110
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:149
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:133
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:171
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:158
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:299
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:325
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:251
-#: packages/ui/primitives/document-flow/document-flow-root.tsx:140
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
+#: packages/ui/primitives/document-flow/document-flow-root.tsx
msgid "Continue"
msgstr "Kontynuuj"
-#: packages/email/template-components/template-document-invite.tsx:85
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by approving the document."
msgstr "Kontynuuj, zatwierdzając dokument."
-#: packages/email/template-components/template-document-invite.tsx:88
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by assisting with the document."
msgstr ""
-#: packages/email/template-components/template-document-completed.tsx:45
+#: packages/email/template-components/template-document-completed.tsx
msgid "Continue by downloading the document."
msgstr "Kontynuuj, pobierając dokument."
-#: packages/email/template-components/template-document-invite.tsx:83
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by signing the document."
msgstr "Kontynuuj, podpisując dokument."
-#: packages/email/template-components/template-document-invite.tsx:84
+#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by viewing the document."
msgstr "Kontynuuj, wyświetlając dokument."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:164
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "Continue to login"
msgstr "Kontynuuj do logowania"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:184
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls the default language of an uploaded document. This will be used as the language in email communications with the recipients."
msgstr "Kontroluje domyślny język przesłanego dokumentu. Będzie używany jako język w komunikacji e-mailowej z odbiorcami."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:152
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls the default visibility of an uploaded document."
msgstr "Kontroluje domyślną widoczność przesłanego dokumentu."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:231
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls the formatting of the message that will be sent when inviting a recipient to sign a document. If a custom message has been provided while configuring the document, it will be used instead."
msgstr "Kontroluje formatowanie wiadomości, która zostanie wysłana podczas zapraszania odbiorcy do podpisania dokumentu. Jeśli w konfiguracji dokumentu podano niestandardową wiadomość, zostanie użyta zamiast tego."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:262
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls whether the recipients can sign the documents using a typed signature. Enable or disable the typed signature globally."
msgstr "Kontroluje, czy odbiorcy mogą podpisywać dokumenty za pomocą pisanych podpisów. Włącz lub wyłącz podpis pisany globalnie."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:292
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls whether the signing certificate will be included in the document when it is downloaded. The signing certificate can still be downloaded from the logs page separately."
msgstr "Kontroluje, czy certyfikat podpisu zostanie dołączony do dokumentu podczas jego pobierania. Certyfikat podpisu można również pobrać osobno ze strony logów."
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:126
-#: packages/ui/primitives/document-flow/add-subject.tsx:249
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Copied"
msgstr "Skopiowano"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:71
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:36
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:30
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:59
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:115
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:167
-#: apps/remix/app/components/forms/public-profile-form.tsx:116
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:165
-#: packages/ui/primitives/document-flow/add-subject.tsx:236
-#: packages/ui/components/document/document-share-button.tsx:45
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/ui/components/document/document-share-button.tsx
msgid "Copied to clipboard"
msgstr "Skopiowano do schowka"
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:121
-#: packages/ui/primitives/document-flow/add-subject.tsx:244
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Copy"
msgstr "Kopiuj"
-#: packages/ui/components/document/document-share-button.tsx:193
+#: packages/ui/components/document/document-share-button.tsx
msgid "Copy Link"
msgstr "Skopiuj link"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:163
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "Copy sharable link"
msgstr "Kopiuj udostępnianą link"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:397
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Copy Shareable Link"
msgstr "Kopiuj udostępniany link"
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:81
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "Copy Signing Links"
msgstr "Kopiuj linki do podpisania"
-#: apps/remix/app/components/forms/token.tsx:284
+#: apps/remix/app/components/forms/token.tsx
msgid "Copy token"
msgstr "Kopiuj token"
-#: apps/remix/app/routes/_profile+/_layout.tsx:83
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:238
+#: apps/remix/app/routes/_profile+/_layout.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Create"
msgstr "Utwórz"
-#: packages/email/template-components/template-document-self-signed.tsx:47
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "Create a <0>free account0> to access your signed documents at any time."
msgstr "Utwórz <0>darmowe konto0>, aby uzyskać dostęp do podpisanych dokumentów w dowolnym momencie."
-#: apps/remix/app/components/forms/signup.tsx:261
+#: apps/remix/app/components/forms/signup.tsx
msgid "Create a new account"
msgstr "Utwórz nowe konto"
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:149
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Create a team to collaborate with your team members."
msgstr "Utwórz zespół, aby współpracować z członkami zespołu."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:136
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:131
-#: packages/email/template-components/template-document-self-signed.tsx:69
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "Create account"
msgstr "Utwórz konto"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:562
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create and send"
msgstr "Utwórz i wyślij"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:560
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create as draft"
msgstr "Utwórz jako szkic"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:363
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create as pending"
msgstr "Utwórz jako oczekujące"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx:35
+#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx
msgid "Create Direct Link"
msgstr "Utwórz bezpośredni link"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:203
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Create Direct Signing Link"
msgstr "Utwórz bezpośredni link do podpisu"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:224
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create document from template"
msgstr "Utwórz dokument z szablonu"
-#: apps/remix/app/routes/_profile+/_layout.tsx:79
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "Create now"
msgstr "Utwórz teraz"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:352
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Create one automatically"
msgstr "Utwórz jeden automatycznie"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:564
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create signing links"
msgstr "Utwórz linki do podpisania"
-#: apps/remix/app/components/general/menu-switcher.tsx:174
-#: apps/remix/app/components/general/menu-switcher.tsx:240
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:137
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:145
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Create team"
msgstr "Utwórz zespół"
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:225
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Create Team"
msgstr "Utwórz zespół"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:370
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Create the document as pending and ready to sign."
msgstr "Utwórz dokument jako oczekujący i gotowy do podpisania."
-#: apps/remix/app/components/forms/token.tsx:244
-#: apps/remix/app/components/forms/token.tsx:253
+#: apps/remix/app/components/forms/token.tsx
+#: apps/remix/app/components/forms/token.tsx
msgid "Create token"
msgstr "Utwórz token"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:118
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Create webhook"
msgstr "Utwórz webhook"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:110
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Create Webhook"
msgstr "Utwórz webhook"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:241
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Create your account and start using state-of-the-art document signing."
msgstr "Utwórz swoje konto i zacznij korzystać z nowoczesnego podpisywania dokumentów."
-#: apps/remix/app/components/forms/signup.tsx:265
+#: apps/remix/app/components/forms/signup.tsx
msgid "Create your account and start using state-of-the-art document signing. Open and beautiful signing is within your grasp."
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/remix/app/routes/_authenticated+/admin+/documents._index.tsx:57
-#: apps/remix/app/components/tables/templates-table.tsx:63
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:60
-#: apps/remix/app/components/tables/documents-table.tsx:47
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:110
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:34
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:101
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:35
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:271
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Created"
msgstr "Utworzono"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:116
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:39
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Created At"
msgstr "Utworzono w"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:90
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Created by"
msgstr "Utworzono przez"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:84
-#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx:74
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx
msgid "Created on"
msgstr "Utworzone w"
#. placeholder {0}: i18n.date(webhook.createdAt, DateTime.DATETIME_FULL)
#. placeholder {0}: i18n.date(token.createdAt, DateTime.DATETIME_FULL)
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:88
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:83
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:83
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Created on {0}"
msgstr "Utworzono {0}"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:142
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "CSV Structure"
msgstr "Struktura CSV"
-#: apps/remix/app/components/forms/password.tsx:109
+#: apps/remix/app/components/forms/password.tsx
msgid "Current Password"
msgstr "Obecne hasło"
-#: apps/remix/app/components/forms/password.tsx:78
+#: apps/remix/app/components/forms/password.tsx
msgid "Current password is incorrect."
msgstr "Aktualne hasło jest niepoprawne."
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:153
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Current recipients:"
msgstr "Aktualni odbiorcy:"
-#: apps/remix/app/components/general/billing-plans.tsx:26
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Daily"
msgstr ""
-#: apps/remix/app/components/general/app-command-menu.tsx:261
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Dark Mode"
msgstr "Tryb ciemny"
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:64
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:146
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:815
-#: packages/ui/primitives/document-flow/types.ts:53
-#: packages/ui/primitives/document-flow/add-fields.tsx:940
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Date"
msgstr "Data"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:96
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Date created"
msgstr "Data utworzenia"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:452
-#: packages/ui/primitives/document-flow/add-settings.tsx:323
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Date Format"
msgstr "Format daty"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:184
-#: packages/email/templates/team-invite.tsx:101
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: packages/email/templates/team-invite.tsx
msgid "Decline"
msgstr "Odmów"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:163
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Declined team invitation"
msgstr "Odrzucono zaproszenie do zespołu"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:164
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Default Document Language"
msgstr "Domyślny język dokumentu"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:128
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Default Document Visibility"
msgstr "Domyślna widoczność dokumentu"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "delete"
msgstr "usuń"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:100
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:95
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:103
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:109
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:182
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:216
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:175
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:144
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:102
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:112
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:87
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:112
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:165
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:196
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Delete"
msgstr "Usuń"
#. placeholder {0}: webhook.webhookUrl
#. placeholder {0}: token.name
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:49
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:49
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "delete {0}"
msgstr "usuń {0}"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "delete {teamName}"
msgstr "usuń {teamName}"
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:129
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "Delete account"
msgstr "Usuń konto"
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:90
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:97
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:72
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:86
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:93
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Delete Account"
msgstr "Usuń konto"
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:123
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "Delete document"
msgstr "Usuń dokument"
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:73
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:86
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:93
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "Delete Document"
msgstr "Usuń dokument"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:189
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Delete passkey"
msgstr "Usuń klucz dostępu"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:195
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:116
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Delete team"
msgstr "Usuń zespół"
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:72
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "Delete team member"
msgstr "Usuń członka zespołu"
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:76
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "Delete the document. This action is irreversible so proceed with caution."
msgstr "Usuń dokument. Działanie to jest nieodwracalne, więc działaj ostrożnie."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:79
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "Delete the users account and all its contents. This action is irreversible and will cancel their subscription, so proceed with caution."
msgstr "Usuń konto użytkownika i wszystkie jego treści. Działanie to jest nieodwracalne i anuluję subskrypcję, więc działaj ostrożnie."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:110
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "Delete Webhook"
msgstr "Usuń webhook"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:75
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Delete your account and all its contents, including completed documents. This action is irreversible and will cancel your subscription, so proceed with caution."
msgstr "Usuń swoje konto i wszystkie jego treści, w tym zakończone dokumenty. Działanie to jest nieodwracalne i anuluję twoją subskrypcję, więc działaj ostrożnie."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:102
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:77
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Deleted"
msgstr "Usunięto"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:146
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Deleting account..."
msgstr "Usuwanie konta..."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:186
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Details"
msgstr "Szczegóły"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:250
-#: apps/remix/app/components/tables/settings-security-activity-table.tsx:69
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/tables/settings-security-activity-table.tsx
msgid "Device"
msgstr "Urządzenie"
-#: packages/email/templates/reset-password.tsx:72
+#: packages/email/templates/reset-password.tsx
msgid "Didn't request a password change? We are here to help you secure your account, just <0>contact us.0>"
msgstr "Nie prosiłeś o zmianę hasła? Jesteśmy tutaj, aby pomóc Ci zabezpieczyć swoje konto, po prostu <0>skontaktuj się z nami.0>"
-#: apps/remix/app/components/tables/templates-table.tsx:105
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:45
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
msgid "direct link"
msgstr "link bezpośredni"
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:83
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:38
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Direct link"
msgstr "Link bezpośredni"
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:152
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:223
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Direct Link"
msgstr "Bezpośredni link"
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:45
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
msgid "direct link disabled"
msgstr "link bezpośredni wyłączony"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:639
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
msgid "Direct link receiver"
msgstr "Odbiorca linku bezpośredniego"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:363
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct Link Signing"
msgstr "Podpisywanie bezpośrednim linkiem"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:116
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct link signing has been disabled"
msgstr "Podpisywanie bezpośrednim linkiem zostało wyłączone"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:115
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct link signing has been enabled"
msgstr "Podpisywanie za pomocą linku bezpośredniego zostało włączone"
-#: apps/remix/app/components/tables/templates-table.tsx:109
+#: apps/remix/app/components/tables/templates-table.tsx
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/remix/app/components/dialogs/template-direct-link-dialog.tsx:145
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct template link deleted"
msgstr "Link szablonu bezpośredniego usunięty"
#. placeholder {0}: quota.directTemplates
#. placeholder {1}: quota.directTemplates
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:229
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Direct template link usage exceeded ({0}/{1})"
msgstr "Przekroczono użycie linku szablonu bezpośredniego ({0}/{1})"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:414
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Disable"
msgstr "Wyłącz"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:111
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:118
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:187
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Disable 2FA"
msgstr "Wyłącz 2FA"
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:134
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Disable account"
msgstr "Wyłącz konto"
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:90
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:97
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Disable Account"
msgstr "Wyłącz konto"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:105
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Disable Two Factor Authentication before deleting your account."
msgstr "Wyłącz dwuskładnikowe uwierzytelnianie przed usunięciem konta."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:74
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:69
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "Disabled"
msgstr "Wyłączone"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:380
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:79
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "Disabling the user results in the user not being able to use the account. It also disables all the related contents such as subscription, webhooks, teams, and API keys."
msgstr "Wyłączenie użytkownika uniemożliwia korzystanie z konta oraz dezaktywuje powiązane elementy takie jak subskrypcje, webhooki, zespoły i klucze API."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:74
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Display your name and email in documents"
msgstr "Wyświetl swoją nazwę i adres e-mail w dokumentach"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:155
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Distribute Document"
msgstr "Rozprowadź dokument"
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:60
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Do you want to delete this template?"
msgstr "Czy chcesz usunąć ten szablon?"
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:56
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Do you want to duplicate this template?"
msgstr "Czy chcesz zduplikować ten szablon?"
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:111
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Documenso will delete <0>all of your documents0>, along with all of your completed documents, signatures, and all other resources belonging to your Account."
msgstr "Documenso usunie <0>wszystkie twoje dokumenty0>, wraz ze wszystkimi zakończonymi dokumentami, podpisami i wszystkimi innymi zasobami należącymi do twojego konta."
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:129
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:36
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Document"
msgstr "Dokument"
#. placeholder {0}: document.title
#. placeholder {1}: recipient.name
-#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts:140
+#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts
msgid "Document \"{0}\" - Rejected by {1}"
msgstr "Dokument \"{0}\" - Odrzucony przez {1}"
#. placeholder {0}: document.title
-#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts:100
+#: packages/lib/jobs/definitions/emails/send-rejection-emails.handler.ts
msgid "Document \"{0}\" - Rejection Confirmed"
msgstr "Dokument \"{0}\" - Odrzucenie potwierdzone"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:222
-#: packages/ui/primitives/document-flow/add-settings.tsx:225
-#: packages/ui/components/document/document-global-auth-access-select.tsx:61
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "Document access"
msgstr "Dostęp do dokumentu"
-#: packages/lib/utils/document-audit-logs.ts:325
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document access auth updated"
msgstr "Zaktualizowano autoryzację dostępu do dokumentu"
-#: apps/remix/app/components/general/document/document-status.tsx:47
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document All"
msgstr "Wszystkie dokumenty"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:152
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document Approved"
msgstr "Dokument zatwierdzony"
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:176
-#: packages/lib/server-only/document/super-delete-document.ts:99
-#: packages/lib/server-only/document/delete-document.ts:261
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
+#: packages/lib/server-only/document/super-delete-document.ts
+#: packages/lib/server-only/document/delete-document.ts
msgid "Document Cancelled"
msgstr "Dokument anulowany"
-#: apps/remix/app/components/general/document/document-status.tsx:29
-#: packages/lib/utils/document-audit-logs.ts:388
-#: packages/lib/utils/document-audit-logs.ts:389
+#: apps/remix/app/components/general/document/document-status.tsx
+#: packages/lib/utils/document-audit-logs.ts
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document completed"
msgstr "Dokument ukończony"
-#: packages/ui/components/document/document-email-checkboxes.tsx:203
-#: packages/ui/components/document/document-email-checkboxes.tsx:279
+#: packages/ui/components/document/document-email-checkboxes.tsx
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Document completed email"
msgstr "E-mail ukończonego dokumentu"
-#: apps/remix/app/components/embed/embed-document-completed.tsx:17
+#: apps/remix/app/components/embed/embed-document-completed.tsx
msgid "Document Completed!"
msgstr "Dokument Zakończony!"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:166
-#: packages/lib/utils/document-audit-logs.ts:301
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document created"
msgstr "Dokument utworzony"
#. placeholder {0}: document.user.name
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:121
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Document created by <0>{0}0>"
msgstr "Dokument utworzony przez <0>{0}0>"
-#: packages/lib/server-only/template/create-document-from-direct-template.ts:589
-#: packages/email/templates/document-created-from-direct-template.tsx:33
+#: packages/lib/server-only/template/create-document-from-direct-template.ts
+#: packages/email/templates/document-created-from-direct-template.tsx
msgid "Document created from direct template"
msgstr "Dokument utworzony z bezpośredniego szablonu"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:126
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Document created using a <0>direct link0>"
msgstr "Dokument utworzony za pomocą <0>bezpośredniego linku0>"
-#: packages/lib/constants/template.ts:20
+#: packages/lib/constants/template.ts
msgid "Document Creation"
msgstr "Tworzenie dokumentu"
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:175
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:58
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:48
-#: packages/lib/utils/document-audit-logs.ts:305
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document deleted"
msgstr "Dokument usunięty"
-#: packages/ui/components/document/document-email-checkboxes.tsx:241
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Document deleted email"
msgstr "E-mail usuniętego dokumentu"
-#: packages/lib/server-only/document/send-delete-email.ts:86
+#: packages/lib/server-only/document/send-delete-email.ts
msgid "Document Deleted!"
msgstr "Dokument usunięty!"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:263
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:272
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Document Distribution Method"
msgstr "Metoda dystrybucji dokumentu"
-#: apps/remix/app/components/general/document/document-status.tsx:35
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document draft"
msgstr "Szkic dokumentu"
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:61
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Document Duplicated"
msgstr "Dokument zduplikowany"
-#: packages/lib/utils/document-audit-logs.ts:345
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document external ID updated"
msgstr "Zaktualizowane ID zewnętrzne dokumentu"
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:186
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:102
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Document history"
msgstr "Historia dokumentu"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:86
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:82
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Document ID"
msgstr "Identyfikator dokumentu"
-#: apps/remix/app/components/general/document/document-status.tsx:41
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document inbox"
msgstr "Skrzynka odbiorcza dokumentu"
-#: apps/remix/app/components/tables/templates-table.tsx:201
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Document Limit Exceeded!"
msgstr "Przekroczono limit dokumentów!"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:98
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Document metrics"
msgstr "Metryki dokumentów"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:45
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Document moved"
msgstr "Dokument przeniesiony"
-#: packages/lib/utils/document-audit-logs.ts:353
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document moved to team"
msgstr "Dokument przeniesiony do zespołu"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:176
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document no longer available to sign"
msgstr "Dokument nie jest już dostępny do podpisania"
-#: packages/lib/utils/document-audit-logs.ts:337
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document opened"
msgstr "Dokument otwarty"
-#: apps/remix/app/components/general/document/document-status.tsx:23
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document pending"
msgstr "Dokument w toku"
-#: packages/ui/components/document/document-email-checkboxes.tsx:164
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Document pending email"
msgstr "E-mail oczekującego dokumentu"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:102
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Document preferences updated"
msgstr "Preferencje dokumentu zaktualizowane"
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:95
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Document re-sent"
msgstr "Dokument ponownie wysłany"
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:97
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:12
-#: packages/email/template-components/template-document-rejected.tsx:21
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
+#: packages/email/template-components/template-document-rejected.tsx
msgid "Document Rejected"
msgstr "Dokument odrzucone"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:55
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Document resealed"
msgstr "Dokument ponownie zaplombowany"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:292
-#: packages/lib/utils/document-audit-logs.ts:349
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document sent"
msgstr "Dokument wysłany"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:150
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document Signed"
msgstr "Dokument podpisany"
-#: packages/lib/utils/document-audit-logs.ts:329
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document signing auth updated"
msgstr "Zaktualizowano autoryzację podpisu dokumentu"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:138
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Document signing process will be cancelled"
msgstr "Proces podpisywania dokumentu zostanie anulowany"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:86
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Document status"
msgstr "Status dokumentu"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:78
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Document title"
msgstr "Tytuł dokumentu"
-#: packages/lib/utils/document-audit-logs.ts:341
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document title updated"
msgstr "Zaktualizowano tytuł dokumentu"
-#: packages/lib/utils/document-audit-logs.ts:333
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document updated"
msgstr "Zaktualizowano dokument"
-#: apps/remix/app/components/general/document/document-upload.tsx:52
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Document upload disabled due to unpaid invoices"
msgstr "Przesyłanie dokumentu wyłączone z powodu nieopłaconych faktur"
-#: apps/remix/app/components/general/document/document-upload.tsx:77
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Document uploaded"
msgstr "Przesłano dokument"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:151
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Document Viewed"
msgstr "Dokument został wyświetlony"
-#: packages/lib/utils/document-audit-logs.ts:321
+#: packages/lib/utils/document-audit-logs.ts
msgid "Document visibility updated"
msgstr "Zaktualizowano widoczność dokumentu"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:135
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Document will be permanently deleted"
msgstr "Dokument zostanie trwale usunięty"
-#: apps/remix/app/routes/_profile+/p.$url.tsx:163
-#: apps/remix/app/routes/_authenticated+/documents._index.tsx:111
-#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx:99
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:138
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:69
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:89
-#: apps/remix/app/components/general/user-profile-timur.tsx:56
-#: apps/remix/app/components/general/generic-error-layout.tsx:114
-#: apps/remix/app/components/general/app-nav-mobile.tsx:31
-#: apps/remix/app/components/general/app-nav-desktop.tsx:17
-#: apps/remix/app/components/general/app-command-menu.tsx:200
-#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx:12
+#: apps/remix/app/routes/_profile+/p.$url.tsx
+#: apps/remix/app/routes/_authenticated+/documents._index.tsx
+#: apps/remix/app/routes/_authenticated+/documents.$id.edit.tsx
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
+#: apps/remix/app/components/general/user-profile-timur.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
+#: apps/remix/app/components/general/app-nav-desktop.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx
msgid "Documents"
msgstr "Dokumenty"
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:218
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Documents created from template"
msgstr "Dokumenty utworzone z szablonu"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:129
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Documents Received"
msgstr "Odebrane dokumenty"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:134
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Documents Viewed"
msgstr "Wyświetlone dokumenty"
-#: apps/remix/app/routes/_unauthenticated+/signin.tsx:63
-#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx:46
+#: apps/remix/app/routes/_unauthenticated+/signin.tsx
+#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx
msgid "Don't have an account? <0>Sign up0>"
msgstr "Nie masz konta? <0>Zarejestruj się0>"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:110
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:151
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:139
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:126
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:111
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:116
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:191
-#: packages/ui/components/document/document-download-button.tsx:66
-#: packages/email/template-components/template-document-completed.tsx:57
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: packages/ui/components/document/document-download-button.tsx
+#: packages/email/template-components/template-document-completed.tsx
msgid "Download"
msgstr "Pobierz"
-#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx:78
+#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx
msgid "Download Audit Logs"
msgstr "Pobierz dziennik logów"
-#: apps/remix/app/components/general/document/document-certificate-download-button.tsx:83
+#: apps/remix/app/components/general/document/document-certificate-download-button.tsx
msgid "Download Certificate"
msgstr "Pobierz certyfikat"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:167
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Download Template CSV"
msgstr "Pobierz szablon CSV"
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:206
-#: apps/remix/app/components/general/document/document-status.tsx:34
-#: packages/lib/constants/document.ts:12
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-status.tsx
+#: packages/lib/constants/document.ts
msgid "Draft"
msgstr "Szkic"
-#: apps/remix/app/components/general/app-command-menu.tsx:42
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Draft documents"
msgstr "Dokumenty szkiców"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:102
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Drafted Documents"
msgstr "Szkice dokumentów"
-#: packages/ui/primitives/document-dropzone.tsx:156
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Drag & drop your PDF here."
msgstr "Przeciągnij i upuść swój PDF tutaj."
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:946
-#: packages/ui/primitives/document-flow/add-fields.tsx:1071
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Dropdown"
msgstr "Lista rozwijana"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:157
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Dropdown options"
msgstr "Opcje rozwijane"
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:120
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Due to an unpaid invoice, your team has been restricted. Please settle the payment to restore full access to your team."
msgstr "Z powodu nieopłaconej faktury Twój zespół został ograniczony. Proszę uregulować płatność, aby przywrócić pełny dostęp do zespołu."
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:78
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:156
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:139
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:83
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:89
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:122
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Duplicate"
msgstr "Zduplikuj"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:95
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:90
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:69
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:116
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:145
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:100
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:76
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:118
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:104
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
msgid "Edit"
msgstr "Edytuj"
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:135
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Edit Template"
msgstr "Edytuj szablon"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:93
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:90
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Edit webhook"
msgstr "Edytuj webhook"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:74
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Electronic Delivery of Documents"
msgstr "Elektroniczna dostawa dokumentów"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:13
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Electronic Signature Disclosure"
msgstr "Ujawnienie podpisu elektronicznego"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:128
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:135
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:114
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:158
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:68
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:131
-#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx:120
-#: apps/remix/app/components/forms/signin.tsx:318
-#: apps/remix/app/components/forms/profile.tsx:108
-#: apps/remix/app/components/forms/forgot-password.tsx:77
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:409
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:405
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:275
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:282
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:150
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:166
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:529
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:536
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:763
-#: packages/ui/primitives/document-flow/types.ts:54
-#: packages/ui/primitives/document-flow/add-signers.tsx:510
-#: packages/ui/primitives/document-flow/add-signers.tsx:517
-#: packages/ui/primitives/document-flow/add-fields.tsx:888
-#: packages/lib/constants/document.ts:27
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/forms/forgot-password.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
+#: packages/lib/constants/document.ts
msgid "Email"
msgstr "Adres e-mail"
-#: apps/remix/app/components/general/claim-account.tsx:129
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:80
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:296
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Email address"
msgstr "Adres e-mail"
-#: apps/remix/app/components/forms/signup.tsx:325
+#: apps/remix/app/components/forms/signup.tsx
msgid "Email Address"
msgstr "Adres e-mail"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:172
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Email already confirmed"
msgstr ""
-#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx:82
+#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
msgid "Email cannot already exist in the template"
msgstr "E-mail nie może już istnieć w szablonie"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:144
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Email Confirmed!"
msgstr "E-mail potwierdzony!"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:351
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Email Options"
msgstr "Opcje e-mail"
-#: packages/lib/utils/document-audit-logs.ts:382
+#: packages/lib/utils/document-audit-logs.ts
msgid "Email resent"
msgstr "E-mail wysłany ponownie"
-#: packages/lib/utils/document-audit-logs.ts:382
+#: packages/lib/utils/document-audit-logs.ts
msgid "Email sent"
msgstr "E-mail wysłany"
-#: apps/remix/app/routes/_unauthenticated+/check-email.tsx:17
+#: apps/remix/app/routes/_unauthenticated+/check-email.tsx
msgid "Email sent!"
msgstr "E-mail wysłany!"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:74
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Email verification has been removed"
msgstr "Weryfikacja e-mailu została usunięta"
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:32
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
msgid "Email verification has been resent"
msgstr "Weryfikacja e-mailu została ponownie wysłana"
-#: packages/ui/primitives/document-flow/add-fields.tsx:1136
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Empty field"
msgstr "Puste pole"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:159
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:268
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Enable 2FA"
msgstr "Włącz 2FA"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:120
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Enable account"
msgstr "Włącz konto"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:87
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:94
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Enable Account"
msgstr "Włącz konto"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:200
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Enable Authenticator App"
msgstr "Włącz aplikację uwierzytelniającą"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:169
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Enable custom branding for all documents in this team."
msgstr "Włącz niestandardowe brandowanie dla wszystkich dokumentów w tym zespole."
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:374
-#: packages/lib/constants/template.ts:8
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/lib/constants/template.ts
msgid "Enable Direct Link Signing"
msgstr "Włącz podpisywanie linku bezpośredniego"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:428
-#: packages/ui/primitives/document-flow/add-signers.tsx:399
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Enable signing order"
msgstr "Włącz kolejność podpisów"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:247
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Enable Typed Signature"
msgstr "Włącz podpis pisany"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:684
-#: packages/ui/primitives/document-flow/add-fields.tsx:809
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Enable Typed Signatures"
msgstr "Włącz podpisy typu pisanego"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:74
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:135
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:69
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:134
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:128
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:159
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Enabled"
msgstr "Włączone"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:76
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "Enabling the account results in the user being able to use the account again, and all the related features such as webhooks, teams, and API keys for example."
msgstr "Włączenie konta pozwala użytkownikowi na ponowne korzystanie z niego oraz przywraca wszystkie powiązane funkcje, takie jak webhooki, zespoły i klucze API."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:92
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
msgid "Enclosed Document"
msgstr "Załączony dokument"
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:42
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Ends On"
msgstr "Kończy się"
-#: packages/ui/primitives/document-password-dialog.tsx:85
-msgid "Enter password"
-msgstr "Wprowadź hasło"
-
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:294
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Enter your brand details"
msgstr "Wprowadź szczegóły swojej marki"
-#: apps/remix/app/components/general/claim-account.tsx:132
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Enter your email"
msgstr "Wprowadź swój adres e-mail"
-#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx:137
+#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
msgid "Enter your email address to receive the completed document."
msgstr "Wprowadź swój adres e-mail, aby otrzymać ukończony dokument."
-#: apps/remix/app/components/general/claim-account.tsx:117
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Enter your name"
msgstr "Wprowadź swoje imię"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:305
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
msgid "Enter your text here"
msgstr "Wprowadź swój tekst tutaj"
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:78
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:60
-#: apps/remix/app/components/general/verify-email-banner.tsx:56
-#: apps/remix/app/components/general/template/template-edit-form.tsx:148
-#: apps/remix/app/components/general/template/template-edit-form.tsx:176
-#: apps/remix/app/components/general/template/template-edit-form.tsx:216
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:178
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:208
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:128
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:161
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:187
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:102
-#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx:131
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:152
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:203
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:126
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:154
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:83
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:111
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:86
-#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx:114
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:101
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:135
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:95
-#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx:123
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:125
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:156
-#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx:214
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:148
-#: apps/remix/app/components/general/document/document-upload.tsx:103
-#: apps/remix/app/components/general/document/document-edit-form.tsx:204
-#: apps/remix/app/components/general/document/document-edit-form.tsx:234
-#: apps/remix/app/components/general/document/document-edit-form.tsx:269
-#: apps/remix/app/components/general/document/document-edit-form.tsx:311
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:94
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:185
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:84
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:44
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:54
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:59
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:62
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:62
-#: packages/ui/primitives/pdf-viewer.tsx:166
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:222
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/general/verify-email-banner.tsx
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-email-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-date-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-checkbox-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
+#: apps/remix/app/components/general/document/document-upload.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Error"
msgstr "Błąd"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:139
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Everyone can access and view the document"
msgstr "Każdy może uzyskać dostęp do dokumentu i go wyświetlić"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:160
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Everyone has signed"
msgstr "Wszyscy podpisali"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:184
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Everyone has signed! You will receive an Email copy of the signed document."
msgstr "Wszyscy podpisali! Otrzymasz wiadomość e-mail z podpisanym dokumentem."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:231
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Exceeded timeout"
msgstr "Przekroczono limit czasu"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:118
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Expired"
msgstr "Wygasło"
#. placeholder {0}: i18n.date(token.expires, DateTime.DATETIME_FULL)
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:89
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Expires on {0}"
msgstr "Wygasa {0}"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:422
-#: packages/ui/primitives/document-flow/add-settings.tsx:293
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "External ID"
msgstr "Zewnętrzny ID"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:61
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Failed to reseal document"
msgstr "Nie udało się ponownie zaplombować dokumentu"
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:223
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Failed to save settings."
msgstr "Nie udało się zapisać ustawień."
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:117
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Failed to update recipient"
msgstr "Nie udało się zaktualizować odbiorcy"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:81
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:78
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Failed to update webhook"
msgstr "Nie udało się zaktualizować webhooku"
-#: packages/email/templates/bulk-send-complete.tsx:55
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Failed: {failedCount}"
msgstr "Niepowodzenia: {failedCount}"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:101
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Field character limit"
msgstr "Limit znaków pola"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:115
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:129
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx:52
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx:47
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx:52
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx:70
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx
msgid "Field font size"
msgstr "Rozmiar czcionki pola"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:109
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Field format"
msgstr "Format pola"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:61
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Field label"
msgstr "Etykieta pola"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:73
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
msgid "Field placeholder"
msgstr "Zastępczy tekst pola"
-#: packages/lib/utils/document-audit-logs.ts:317
+#: packages/lib/utils/document-audit-logs.ts
msgid "Field prefilled by assistant"
msgstr ""
-#: packages/lib/utils/document-audit-logs.ts:309
+#: packages/lib/utils/document-audit-logs.ts
msgid "Field signed"
msgstr "Pole podpisane"
-#: packages/lib/utils/document-audit-logs.ts:313
+#: packages/lib/utils/document-audit-logs.ts
msgid "Field unsigned"
msgstr "Pole niepodpisane"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:182
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Fields"
msgstr "Pola"
-#: apps/remix/app/components/general/document/document-upload.tsx:116
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "File cannot be larger than {APP_DOCUMENT_UPLOAD_SIZE_LIMIT}MB"
msgstr "Plik nie może mieć większej wielkości niż {APP_DOCUMENT_UPLOAD_SIZE_LIMIT}MB"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:511
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "File size exceeds the limit of {APP_DOCUMENT_UPLOAD_SIZE_LIMIT} MB"
msgstr "Rozmiar pliku przekracza limit {APP_DOCUMENT_UPLOAD_SIZE_LIMIT} MB"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:109
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:123
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx:46
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx:41
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx:46
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx:64
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx
msgid "Font Size"
msgstr "Rozmiar czcionki"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:150
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "For any questions regarding this disclosure, electronic signatures, or any related process, please contact us at: <0>{SUPPORT_EMAIL}0>"
msgstr "W przypadku jakichkolwiek pytań dotyczących tego ujawnienia, podpisów elektronicznych lub jakiegokolwiek powiązanego procesu, prosimy o kontakt z nami pod adresem: <0>{SUPPORT_EMAIL}0>"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:146
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "For each recipient, provide their email (required) and name (optional) in separate columns. Download the template CSV below for the correct format."
msgstr "Dla każdego odbiorcy podaj jego email (wymagany) i nazwę (opcjonalnie) w oddzielnych kolumnach. Pobierz poniżej szablon CSV dla właściwego formatu."
-#: packages/lib/server-only/auth/send-forgot-password.ts:62
+#: packages/lib/server-only/auth/send-forgot-password.ts
msgid "Forgot Password?"
msgstr "Zapomniałeś hasła?"
-#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx:16
-#: apps/remix/app/components/forms/signin.tsx:350
-#: packages/email/template-components/template-forgot-password.tsx:21
+#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: packages/email/template-components/template-forgot-password.tsx
msgid "Forgot your password?"
msgstr "Zapomniałeś swoje hasło?"
-#: packages/ui/primitives/document-flow/types.ts:50
+#: packages/ui/primitives/document-flow/types.ts
msgid "Free Signature"
msgstr "Podpis wolny"
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:212
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:328
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:323
-#: apps/remix/app/components/forms/signup.tsx:309
-#: apps/remix/app/components/forms/profile.tsx:96
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:394
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:390
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Full Name"
msgstr "Imię i nazwisko"
-#: apps/remix/app/components/general/template/template-edit-form.tsx:72
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:43
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:35
-#: apps/remix/app/components/general/document/document-edit-form.tsx:140
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:63
+#: apps/remix/app/components/general/template/template-edit-form.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
+#: apps/remix/app/components/general/document/document-edit-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "General"
msgstr "Ogólne"
-#: packages/ui/primitives/document-flow/add-subject.tsx:84
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Generate Links"
msgstr "Generuj linki"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:63
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "Global recipient action authentication"
msgstr "Globalne uwierzytelnianie akcji odbiorcy"
-#: apps/remix/app/routes/_recipient+/_layout.tsx:41
-#: apps/remix/app/routes/_profile+/_layout.tsx:116
-#: apps/remix/app/components/general/generic-error-layout.tsx:106
-#: packages/ui/primitives/document-flow/document-flow-root.tsx:141
+#: apps/remix/app/routes/_recipient+/_layout.tsx
+#: apps/remix/app/routes/_profile+/_layout.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
+#: packages/ui/primitives/document-flow/document-flow-root.tsx
msgid "Go Back"
msgstr "Wróć"
-#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx:35
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:100
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:128
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:183
+#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Go back home"
msgstr "Wróć do domu"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:252
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:193
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "Go Back Home"
msgstr "Wróć do domu"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:125
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Go to owner"
msgstr "Przejdź do właściciela"
-#: apps/remix/app/routes/_profile+/p.$url.tsx:144
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "Go to your <0>public profile settings0> to add documents."
msgstr "Przejdź do swojego <0>ustawienia profilu publicznego0>, aby dodać dokumenty."
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:555
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Green"
msgstr "Zielony"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:118
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to approve this document"
msgstr "Zaproszono Cię do zatwierdzenia tego dokumentu"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:127
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to assist this document"
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:109
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to sign this document"
msgstr "Zaproszono Cię do podpisania tego dokumentu"
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:100
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to view this document"
msgstr "Zaproszono Cię do wyświetlenia tego dokumentu"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:226
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:323
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:359
-#: packages/ui/primitives/document-flow/add-signers.tsx:259
-#: packages/ui/primitives/document-flow/add-signers.tsx:297
-#: packages/ui/primitives/document-flow/add-signers.tsx:336
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
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/remix/app/components/embed/embed-document-signing-page.tsx:324
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Help complete the document for other signers."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx:21
+#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
msgid "Here you can edit your personal details."
msgstr "Tutaj możesz edytować szczegóły konta."
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:68
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Here you can manage your password and security settings."
msgstr "Tutaj możesz zarządzać swoim hasłem i ustawieniami zabezpieczeń."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:41
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Here you can set preferences and defaults for branding."
msgstr "Tutaj możesz ustawić preferencje i domyślne ustawienia dla brandowania."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:32
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
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/remix/app/components/dialogs/template-direct-link-dialog.tsx:207
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Here's how it works:"
msgstr "Oto jak to działa:"
-#: apps/remix/app/components/general/user-profile-timur.tsx:45
+#: apps/remix/app/components/general/user-profile-timur.tsx
msgid "Hey I’m Timur"
msgstr "Cześć, jestem Timur"
-#: packages/email/templates/bulk-send-complete.tsx:36
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Hi {userName},"
msgstr "Cześć, {userName},"
-#: packages/email/templates/reset-password.tsx:57
+#: packages/email/templates/reset-password.tsx
msgid "Hi, {userName} <0>({userEmail})0>"
msgstr "Cześć, {userName} <0>({userEmail})0>"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:164
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:175
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:196
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Hide"
msgstr "Ukryj"
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:109
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Hide additional information"
msgstr "Ukryj dodatkowe informacje"
-#: packages/lib/constants/recipient-roles.ts:57
+#: packages/lib/constants/recipient-roles.ts
msgid "I am a signer of this document"
msgstr "Jestem sygnatariuszem tego dokumentu"
-#: packages/lib/constants/recipient-roles.ts:60
+#: packages/lib/constants/recipient-roles.ts
msgid "I am a viewer of this document"
msgstr "Jestem widzem tego dokumentu"
-#: packages/lib/constants/recipient-roles.ts:58
+#: packages/lib/constants/recipient-roles.ts
msgid "I am an approver of this document"
msgstr "Jestem zatwierdzającym tego dokumentu"
-#: packages/lib/constants/recipient-roles.ts:61
+#: packages/lib/constants/recipient-roles.ts
msgid "I am an assistant of this document"
msgstr ""
-#: packages/lib/constants/recipient-roles.ts:59
+#: packages/lib/constants/recipient-roles.ts
msgid "I am required to receive a copy of this document"
msgstr "Muszę otrzymać kopię tego dokumentu"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:35
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "I am the owner of this document"
msgstr "Jestem właścicielem tego dokumentu"
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:166
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:177
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "I'm sure! Delete it"
msgstr "Jestem pewny! Usuń to"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:100
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "If they accept this request, the team will be transferred to their account."
msgstr "Jeśli zaakceptują tę prośbę, zespół zostanie przeniesiony na ich konto."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:195
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "If you do not want to use the authenticator prompted, you can close it, which will then display the next available authenticator."
msgstr "Jeśli nie chcesz korzystać z proponowanego uwierzytelnienia, możesz je zamknąć, a następnie wyświetlić następne dostępne uwierzytelnienie."
-#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx:26
+#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx
msgid "If you don't find the confirmation link in your inbox, you can request a new one below."
msgstr "Jeśli nie znajdziesz linku potwierdzającego w swojej skrzynce odbiorczej, możesz poprosić o nowy poniżej."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:219
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "If your authenticator app does not support QR codes, you can use the following code instead:"
msgstr "Jeśli Twoja aplikacja uwierzytelniająca nie obsługuje kodów QR, możesz użyć poniższego kodu:"
-#: apps/remix/app/components/general/document/document-status.tsx:40
+#: apps/remix/app/components/general/document/document-status.tsx
msgid "Inbox"
msgstr "Skrzynka odbiorcza"
-#: apps/remix/app/components/general/app-command-menu.tsx:48
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Inbox documents"
msgstr "Skrzynka odbiorcza dokumentów"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:277
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Include the Signing Certificate in the Document"
msgstr "Dołącz certyfikat podpisu do dokumentu"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:50
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:53
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
msgid "Information"
msgstr "Informacje"
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:28
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:86
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "Inherit authentication method"
msgstr "Przechwyć metodę uwierzytelniania"
-#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx:133
-#: packages/ui/primitives/document-flow/types.ts:51
+#: apps/remix/app/components/general/document-signing/document-signing-initials-field.tsx
+#: packages/ui/primitives/document-flow/types.ts
msgid "Initials"
msgstr "Inicjały"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:70
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Inserted"
msgstr "Wstawione"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:80
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Instance Stats"
msgstr "Statystyki instancji"
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:160
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "Invalid code. Please try again."
msgstr "Nieprawidłowy kod. Proszę spróbuj ponownie."
-#: packages/ui/primitives/document-flow/add-signers.types.ts:17
+#: packages/ui/primitives/document-flow/add-signers.types.ts
msgid "Invalid email"
msgstr "Nieprawidłowy email"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:75
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:98
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Invalid link"
msgstr "Nieprawidłowy link"
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:98
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:95
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Invalid token"
msgstr "Nieprawidłowy token"
-#: apps/remix/app/components/forms/reset-password.tsx:80
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Invalid token provided. Please try again."
msgstr "Podano nieprawidłowy token. Spróbuj ponownie."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:146
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "Invitation accepted!"
msgstr "Zaproszenie zaakceptowane!"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:141
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Invitation declined"
msgstr "Zaproszenie odrzucone"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:74
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Invitation has been deleted"
msgstr "Zaproszenie zostało usunięte"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:57
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Invitation has been resent"
msgstr "Zaproszenie zostało ponownie wysłane"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:372
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite"
msgstr "Zaproszenie"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:246
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite member"
msgstr "Zaproś członka"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:271
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite Members"
msgstr "Zaproś członków"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:254
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Invite team members"
msgstr "Zaproś członków zespołu"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:122
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Invited At"
msgstr "Zaproś o"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:55
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Invoice"
msgstr "Faktura"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:243
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:47
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
msgid "IP Address"
msgstr "Adres IP"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:114
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "It is crucial to keep your contact information, especially your email address, up to date with us. Please notify us immediately of any changes to ensure that you continue to receive all necessary communications."
msgstr "Konieczne jest, aby mieć aktualne informacje kontaktowe, szczególnie swój adres e-mail. Proszę niezwłocznie powiadomić nas o wszelkich zmianach, aby zapewnić ciągłość wszystkich niezbędnych komunikacji."
#. placeholder {0}: publicProfile.name
-#: apps/remix/app/routes/_profile+/p.$url.tsx:131
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "It looks like {0} hasn't added any documents to their profile yet."
msgstr "Wygląda na to, że {0} jeszcze nie dodał żadnych dokumentów do swojego profilu."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:120
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "It seems that the provided token has expired. We've just sent you another token, please check your email and try again."
msgstr "Wydaje się, że podany token wygasł. Właśnie wysłaliśmy Ci nowy token, proszę sprawdź swoją pocztę i spróbuj ponownie."
-#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx:27
+#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx
msgid "It seems that there is no token provided, if you are trying to verify your email please follow the link in your email."
msgstr "Wydaje się, że nie podano tokena, jeśli próbujesz zweryfikować swój e-mail, proszę postępuj zgodnie z linkiem w swoim e-mailu."
-#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx:34
+#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
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/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:79
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
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."
-#: packages/email/templates/team-invite.tsx:73
+#: packages/email/templates/team-invite.tsx
msgid "Join {teamName} on Documenso"
msgstr "Dołącz do {teamName} na Documenso"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:56
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:66
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:71
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Label"
msgstr "Etykieta"
-#: apps/remix/app/components/general/menu-switcher.tsx:275
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:182
-#: packages/ui/primitives/document-flow/add-settings.tsx:185
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Language"
msgstr "Język"
-#: apps/remix/app/components/general/period-selector.tsx:62
+#: apps/remix/app/components/general/period-selector.tsx
msgid "Last 14 days"
msgstr "Ostatnie 14 dni"
-#: apps/remix/app/components/general/period-selector.tsx:65
+#: apps/remix/app/components/general/period-selector.tsx
msgid "Last 30 days"
msgstr "Ostatnie 30 dni"
-#: apps/remix/app/components/general/period-selector.tsx:59
+#: apps/remix/app/components/general/period-selector.tsx
msgid "Last 7 days"
msgstr "Ostatnie 7 dni"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:38
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:41
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
msgid "Last modified"
msgstr "Ostatnia modyfikacja"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:102
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Last updated"
msgstr "Zaktualizowano"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:126
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
msgid "Last Updated"
msgstr "Zaktualizowano"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Last updated at"
msgstr "Ostatnia aktualizacja o"
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:66
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
msgid "Last used"
msgstr "Ostatnie użycie"
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:97
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Leaderboard"
msgstr "Ranking"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:114
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:110
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "Leave"
msgstr "Wyjdź"
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:72
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "Leave team"
msgstr "Opuszczaj zespół"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:41
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Legality of Electronic Signatures"
msgstr "Legalność podpisów elektronicznych"
-#: apps/remix/app/components/general/app-command-menu.tsx:260
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Light Mode"
msgstr "Jasny tryb"
-#: apps/remix/app/routes/_profile+/_layout.tsx:71
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "Like to have your own public profile with agreements?"
msgstr "Czy chcesz mieć własny publiczny profil z umowami?"
-#: packages/email/templates/team-transfer-request.tsx:88
-#: packages/email/templates/confirm-team-email.tsx:125
+#: packages/email/templates/team-transfer-request.tsx
+#: packages/email/templates/confirm-team-email.tsx
msgid "Link expires in 1 hour."
msgstr "Link wygasa za 1 godzinę."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:225
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Link template"
msgstr "Szablon linku"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:300
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Links Generated"
msgstr "Wygenerowane linki"
#. placeholder {0}: webhook.eventTriggers .map((trigger) => toFriendlyWebhookEventName(trigger)) .join(', ')
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:79
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:74
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "Listening to {0}"
msgstr "Słuchając {0}"
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:97
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "Load older activity"
msgstr "Załaduj starszą aktywność"
-#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx:29
-#: packages/ui/primitives/pdf-viewer.tsx:44
-#: packages/ui/primitives/lazy-pdf-viewer.tsx:12
+#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Loading document..."
msgstr "Ładowanie dokumentu..."
-#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx:16
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:95
+#: apps/remix/app/components/general/skeletons/document-edit-skeleton.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Loading Document..."
msgstr "Ładowanie dokumentu..."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:119
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:89
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Loading teams..."
msgstr "Ładowanie zespołów..."
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:97
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "Loading..."
msgstr "Ładowanie..."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:63
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:79
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:51
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "Login"
msgstr "Zaloguj się"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:98
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
msgid "Manage"
msgstr "Zarządzaj"
#. placeholder {0}: user?.name
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "Manage {0}'s profile"
msgstr "Zarządzaj profilem {0}"
-#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx:23
+#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx
msgid "Manage all teams you are currently associated with."
msgstr "Zarządzaj wszystkimi zespołami, z którymi jesteś obecnie związany."
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:183
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Manage and view template"
msgstr "Zarządzaj i przeglądaj szablon"
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:146
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Manage billing"
msgstr ""
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:338
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Manage details for this public template"
msgstr "Zarządzaj szczegółami tego publicznego szablonu"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx:33
+#: apps/remix/app/components/dialogs/template-direct-link-dialog-wrapper.tsx
msgid "Manage Direct Link"
msgstr "Zarządzaj Bezpośrednim Linkiem"
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:134
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
msgid "Manage documents"
msgstr "Zarządzaj dokumentami"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:149
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Manage passkeys"
msgstr "Zarządzaj kluczami dostępu"
-#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx:40
+#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx
msgid "Manage subscription"
msgstr "Zarządzaj subskrypcją"
-#: apps/remix/app/components/general/billing-portal-button.tsx:45
+#: apps/remix/app/components/general/billing-portal-button.tsx
msgid "Manage Subscription"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:28
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Manage subscriptions"
msgstr "Zarządzaj subskrypcjami"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:93
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Manage team subscription."
msgstr "Zarządzaj subskrypcją zespołu."
-#: apps/remix/app/components/general/menu-switcher.tsx:161
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Manage teams"
msgstr "Zarządzaj zespołami"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:367
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Manage the direct link signing for this template"
msgstr "Zarządzaj podpisywaniem bezpośredniego linku dla tego szablonu"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:53
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
msgid "Manage the members or invite new members."
msgstr "Zarządzaj członkami lub zaproś nowych członków."
-#: apps/remix/app/routes/_authenticated+/admin+/users._index.tsx:40
+#: apps/remix/app/routes/_authenticated+/admin+/users._index.tsx
msgid "Manage users"
msgstr "Zarządzaj użytkownikami"
-#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx:20
+#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx
msgid "Manage your passkeys."
msgstr "Zarządzaj kluczami dostępu."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:101
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Manage your site settings here"
msgstr "Zarządzaj ustawieniami swojej witryny tutaj"
-#: packages/lib/constants/teams.ts:10
+#: packages/lib/constants/teams.ts
msgid "Manager"
msgstr "Menedżer"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:141
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Mark as Viewed"
msgstr "Oznacz jako wyświetlone"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:153
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "MAU (created document)"
msgstr "MAU (utworzony dokument)"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:159
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "MAU (had document completed)"
msgstr "MAU (zakończony dokument)"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:208
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Max"
msgstr "Max"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:226
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Maximum file size: 4MB. Maximum 100 rows per upload. Blank values will use template defaults."
msgstr "Maksymalny rozmiar pliku: 4MB. Maksymalnie 100 wierszy na przesyłkę. Puste wartości zostaną zastąpione domyślnymi z szablonu."
-#: packages/lib/constants/teams.ts:11
+#: packages/lib/constants/teams.ts
msgid "Member"
msgstr "Członek"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:87
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:98
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
msgid "Member Since"
msgstr "Data dołączenia"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:52
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:84
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:75
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Members"
msgstr "Członkowie"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:382
-#: packages/ui/primitives/document-flow/add-subject.tsx:155
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Message <0>(Optional)0>"
msgstr "Wiadomość <0>(Opcjonalnie)0>"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:196
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Min"
msgstr "Min"
-#: apps/remix/app/components/general/template/template-page-view-recipients.tsx:35
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:54
+#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Modify recipients"
msgstr "Modyfikuj odbiorców"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:60
-#: apps/remix/app/components/general/billing-plans.tsx:28
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Monthly"
msgstr "Miesięczny"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:154
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Monthly Active Users: Users that created at least one Document"
msgstr "Miesięczni aktywni użytkownicy: Użytkownicy, którzy utworzyli przynajmniej jeden dokument"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:161
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Monthly Active Users: Users that had at least one of their documents completed"
msgstr "Miesięczni aktywni użytkownicy: Użytkownicy, którzy mieli przynajmniej jeden z ukończonych dokumentów"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:152
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:118
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Move"
msgstr "Przenieś"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:75
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Move Document to Team"
msgstr "Przenieś dokument do zespołu"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:105
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Move Template to Team"
msgstr "Przenieś szablon do zespołu"
-#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx:89
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:163
+#: apps/remix/app/components/tables/templates-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
msgid "Move to Team"
msgstr "Przenieś do zespołu"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:152
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:118
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Moving..."
msgstr "Przenoszenie..."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:36
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "My templates"
msgstr "Moje szablony"
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:99
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:56
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:149
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:54
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:140
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:63
-#: apps/remix/app/components/general/claim-account.tsx:114
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:177
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:297
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:304
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:138
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:150
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:564
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:570
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:789
-#: packages/ui/primitives/document-flow/types.ts:55
-#: packages/ui/primitives/document-flow/add-signers.tsx:548
-#: packages/ui/primitives/document-flow/add-signers.tsx:554
-#: packages/ui/primitives/document-flow/add-fields.tsx:914
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Name"
msgstr "Nazwa"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:237
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Need to sign documents?"
msgstr "Potrzebujesz podpisać dokumenty?"
-#: packages/ui/components/recipient/recipient-role-select.tsx:53
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Needs to approve"
msgstr "Wymaga zatwierdzenia"
-#: packages/ui/components/recipient/recipient-role-select.tsx:32
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Needs to sign"
msgstr "Wymaga podpisania"
-#: packages/ui/components/recipient/recipient-role-select.tsx:74
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Needs to view"
msgstr "Wymaga obejrzenia"
-#: apps/remix/app/components/tables/settings-security-passkey-table.tsx:71
+#: apps/remix/app/components/tables/settings-security-passkey-table.tsx
msgid "Never"
msgstr "Nigdy"
-#: apps/remix/app/components/forms/token.tsx:218
+#: apps/remix/app/components/forms/token.tsx
msgid "Never expire"
msgstr "Nigdy nie wygasa"
-#: apps/remix/app/components/forms/password.tsx:125
+#: apps/remix/app/components/forms/password.tsx
msgid "New Password"
msgstr ""
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:174
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "New team owner"
msgstr "Nowy właściciel zespołu"
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:88
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:95
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "New Template"
msgstr "Nowy szablon"
-#: apps/remix/app/components/forms/signup.tsx:515
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:465
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:460
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Next"
msgstr "Dalej"
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:61
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Next field"
msgstr "Następne pole"
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:24
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "No active drafts"
msgstr "Brak aktywnych szkiców"
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:113
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:28
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
msgid "No further action is required from you at this time."
msgstr "Nie są wymagane żadne dalsze działania z Twojej strony w tym momencie."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:49
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "No payment required"
msgstr "Brak wymaganej płatności"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:119
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "No public profile templates found"
msgstr "Nie znaleziono szablonów profilu publicznego"
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:105
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "No recent activity"
msgstr "Brak ostatnich aktywności"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:95
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "No recent documents"
msgstr "Brak ostatnich dokumentów"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:604
-#: packages/ui/primitives/document-flow/add-fields.tsx:701
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "No recipient matching this description was found."
msgstr "Nie znaleziono odbiorcy pasującego do tego opisu."
-#: apps/remix/app/components/general/template/template-page-view-recipients.tsx:49
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:94
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:69
-#: packages/ui/primitives/document-flow/add-subject.tsx:210
+#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "No recipients"
msgstr "Brak odbiorców"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:619
-#: packages/ui/primitives/document-flow/add-fields.tsx:716
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "No recipients with this role"
msgstr "Brak odbiorców z tą rolą"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:30
-#: packages/ui/components/document/document-global-auth-action-select.tsx:45
-#: packages/ui/components/document/document-global-auth-access-select.tsx:29
-#: packages/ui/components/document/document-global-auth-access-select.tsx:42
+#: packages/ui/components/document/document-global-auth-action-select.tsx
+#: packages/ui/components/document/document-global-auth-action-select.tsx
+#: packages/ui/components/document/document-global-auth-access-select.tsx
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "No restrictions"
msgstr "Brak ograniczeń"
-#: packages/ui/primitives/data-table.tsx:146
+#: packages/ui/primitives/data-table.tsx
msgid "No results found"
msgstr "Nie znaleziono wyników"
-#: apps/remix/app/components/general/app-command-menu.tsx:195
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "No results found."
msgstr "Brak wyników."
-#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx:28
+#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx
msgid "No signature field found"
msgstr "Nie znaleziono pola podpisu"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:281
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "No valid direct templates found"
msgstr "Nie znaleziono ważnych szablonów bezpośrednich"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:294
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "No valid recipients found"
msgstr "Nie znaleziono ważnych odbiorców"
-#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx:77
-#: apps/remix/app/components/general/multiselect-role-combobox.tsx:64
-#: packages/ui/primitives/multi-select-combobox.tsx:151
-#: packages/ui/primitives/combobox.tsx:61
+#: apps/remix/app/components/general/webhook-multiselect-combobox.tsx
+#: apps/remix/app/components/general/multiselect-role-combobox.tsx
+#: packages/ui/primitives/multi-select-combobox.tsx
+#: packages/ui/primitives/combobox.tsx
msgid "No value found."
msgstr "Nie znaleziono wartości."
-#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx:20
+#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx
msgid "No worries, it happens! Enter your email and we'll email you a special link to reset your password."
msgstr "Nie martw się, to się zdarza! Wprowadź swój e-mail, a my wyślemy Ci specjalny link do zresetowania hasła."
-#: packages/lib/constants/document.ts:31
+#: packages/lib/constants/document.ts
msgid "None"
msgstr "Brak"
-#: apps/remix/app/components/forms/signin.tsx:155
+#: apps/remix/app/components/forms/signin.tsx
msgid "Not supported"
msgstr "Nieobsługiwane"
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:19
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:34
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "Nothing to do"
msgstr "Nic do zrobienia"
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:292
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:867
-#: packages/ui/primitives/document-flow/types.ts:56
-#: packages/ui/primitives/document-flow/add-fields.tsx:992
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Number"
msgstr "Numer"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:102
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Number format"
msgstr "Format liczby"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:114
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to approve this document"
msgstr "W imieniu \"{0}\" zaproszono Cię do zatwierdzenia tego dokumentu"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:123
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to assist this document"
msgstr ""
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:105
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to sign this document"
msgstr "W imieniu \"{0}\" zaproszono Cię do podpisania tego dokumentu"
#. placeholder {0}: document.team?.name
-#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx:96
+#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "on behalf of \"{0}\" has invited you to view this document"
msgstr "W imieniu \"{0}\" zaproszono Cię do wyświetlenia tego dokumentu"
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:121
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "On this page, you can create a new webhook."
msgstr "Na tej stronie możesz utworzyć nowy webhook."
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:28
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "On this page, you can create and manage API tokens. See our <0>Documentation0> for more information."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:32
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:27
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "On this page, you can create new Webhooks and manage the existing ones."
msgstr "Na tej stronie możesz utworzyć nowe webhooki i zarządzać istniejącymi."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:94
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:91
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "On this page, you can edit the webhook and its settings."
msgstr "Na tej stronie możesz edytować webhook i jego ustawienia."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:130
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Once confirmed, the following will occur:"
msgstr "Po potwierdzeniu, nastąpi:"
-#: packages/lib/constants/template.ts:9
+#: packages/lib/constants/template.ts
msgid "Once enabled, you can select any active recipient to be a direct link signing recipient, or create a new one. This recipient type cannot be edited or deleted."
msgstr "Po włączeniu możesz wybrać dowolnego aktywnego odbiorcę na sygnatariusza bezpośredniego lub utworzyć nowego. Tego typu odbiorca nie może być edytowany ani usunięty."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:230
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Once you have scanned the QR code or entered the code manually, enter the code provided by your authenticator app below."
msgstr "Po zeskanowaniu kodu QR lub ręcznym wpisaniu kodu, wprowadź poniżej kod dostarczony przez swoją aplikację uwierzytelniającą."
-#: packages/lib/constants/template.ts:17
+#: packages/lib/constants/template.ts
msgid "Once your template is set up, share the link anywhere you want. The person who opens the link will be able to enter their information in the direct link recipient field and complete any other fields assigned to them."
msgstr "Po skonfigurowaniu szablonu udostępnij link wszędzie, gdzie chcesz. Osoba, która otworzy link, będzie mogła wprowadzić swoje dane w polu odbiorcy linku bezpośredniego i wypełnić wszelkie inne przypisane jej pola."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:145
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Only admins can access and view the document"
msgstr "Tylko administratorzy mogą uzyskać dostęp do dokumentu i go wyświetlić"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:142
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Only managers and above can access and view the document"
msgstr "Tylko menedżerowie i wyżej mogą uzyskać dostęp do dokumentu i go wyświetlić"
-#: apps/remix/app/components/forms/signup.tsx:75
+#: apps/remix/app/components/forms/signup.tsx
msgid "Only subscribers can have a username shorter than 6 characters"
msgstr "Tylko subskrybenci mogą mieć nazwę użytkownika krótszą niż 6 znaków"
-#: apps/remix/app/routes/_profile+/_layout.tsx:103
-#: apps/remix/app/components/general/generic-error-layout.tsx:42
-#: apps/remix/app/components/general/generic-error-layout.tsx:47
+#: apps/remix/app/routes/_profile+/_layout.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "Oops! Something went wrong."
msgstr "Ups! Coś poszło nie tak."
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:138
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
msgid "Opened"
msgstr "Otwarto"
-#: apps/remix/app/components/forms/signup.tsx:380
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:338
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "Or"
msgstr "Lub"
-#: apps/remix/app/components/forms/signin.tsx:370
+#: apps/remix/app/components/forms/signin.tsx
msgid "Or continue with"
msgstr "Lub kontynuuj z"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:349
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Otherwise, the document will be created as a draft."
msgstr "W przeciwnym razie dokument zostanie utworzony jako wersja robocza."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:108
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:81
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:83
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:94
-#: apps/remix/app/components/general/menu-switcher.tsx:78
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Owner"
msgstr "Właściciel"
#. placeholder {0}: table.getState().pagination.pageIndex + 1
#. placeholder {1}: table.getPageCount() || 1
-#: packages/ui/primitives/data-table-pagination.tsx:77
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "Page {0} of {1}"
msgstr "Strona {0} z {1}"
#. placeholder {0}: i + 1
-#: packages/ui/primitives/pdf-viewer.tsx:259
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Page {0} of {numPages}"
msgstr "Strona {0} z {numPages}"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:79
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Paid"
msgstr "Opłacono"
-#: apps/remix/app/components/forms/signin.tsx:414
+#: apps/remix/app/components/forms/signin.tsx
msgid "Passkey"
msgstr "Klucz dostępu"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:228
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkey already exists for the provided authenticator"
msgstr "Klucz dostępu już istnieje dla podanego uwierzytelniającego"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:218
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkey creation cancelled due to one of the following reasons:"
msgstr "Tworzenie klucza dostępu anulowane z jednego z następujących powodów:"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:91
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Passkey has been removed"
msgstr "Klucz dostępu został usunięty"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:69
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Passkey has been updated"
msgstr "Klucz dostępu został zaktualizowany"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:176
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkey name"
msgstr "Nazwa klucza dostępu"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:127
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Passkey Re-Authentication"
msgstr "Ponowna Autoryzacja Klucza Dostępu"
-#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx:19
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:137
+#: apps/remix/app/routes/_authenticated+/settings+/security.passkeys.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Passkeys"
msgstr "Klucze dostępu"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:157
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Passkeys allow you to sign in and authenticate using biometrics, password managers, etc."
msgstr "Klucze dostępu pozwalają na logowanie i uwierzytelnianie przy użyciu danych biometrycznych, menedżerów haseł itp."
-#: apps/remix/app/components/forms/signin.tsx:156
+#: apps/remix/app/components/forms/signin.tsx
msgid "Passkeys are not supported on this browser"
msgstr "Klucze dostępu nie są obsługiwane w tej przeglądarce"
-#: apps/remix/app/components/general/app-command-menu.tsx:66
-#: apps/remix/app/components/forms/signup.tsx:341
-#: apps/remix/app/components/forms/signin.tsx:336
-#: apps/remix/app/components/forms/reset-password.tsx:111
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Password"
msgstr "Hasło"
-#: packages/ui/primitives/document-password-dialog.tsx:63
-msgid "Password Required"
-msgstr "Wymagane hasło"
-
-#: packages/email/templates/forgot-password.tsx:19
+#: packages/email/templates/forgot-password.tsx
msgid "Password Reset Requested"
msgstr "Żądanie resetowania hasła"
-#: packages/email/templates/reset-password.tsx:21
+#: packages/email/templates/reset-password.tsx
msgid "Password Reset Successful"
msgstr "Resetowanie hasła zakończone sukcesem"
-#: apps/remix/app/components/general/claim-account.tsx:49
-#: apps/remix/app/components/forms/signup.tsx:65
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Password should not be common or based on personal information"
msgstr "Hasło nie powinno być powszechne ani oparte na informacjach osobistych"
-#: apps/remix/app/components/forms/reset-password.tsx:71
-#: apps/remix/app/components/forms/password.tsx:69
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Password updated"
msgstr "Hasło zostało zaktualizowane"
-#: packages/email/template-components/template-reset-password.tsx:23
+#: packages/email/template-components/template-reset-password.tsx
msgid "Password updated!"
msgstr "Hasło zaktualizowane!"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:47
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
msgid "Pay"
msgstr "Zapłać"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:90
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Payment is required to finalise the creation of your team."
msgstr "Płatność jest wymagana do zakończenia tworzenia zespołu."
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:81
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:106
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Payment overdue"
msgstr "Płatność zaległa"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:76
-#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx:70
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:203
-#: apps/remix/app/components/general/document/document-status.tsx:22
-#: apps/remix/app/components/general/document/document-read-only-fields.tsx:87
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:136
-#: packages/lib/constants/document.ts:15
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/document/document-status.tsx
+#: apps/remix/app/components/general/document/document-read-only-fields.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/document.ts
msgid "Pending"
msgstr "Oczekujące"
-#: packages/email/templates/document-pending.tsx:19
+#: packages/email/templates/document-pending.tsx
msgid "Pending Document"
msgstr "Dokument oczekujący"
-#: apps/remix/app/components/general/app-command-menu.tsx:47
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Pending documents"
msgstr "Oczekujące Dokumenty"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:105
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Pending Documents"
msgstr "Oczekujące dokumenty"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:61
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Pending invitations"
msgstr "Oczekujące zaproszenia"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:29
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
msgid "Pending team deleted."
msgstr "Oczekujący zespół usunięty."
-#: apps/remix/app/components/general/menu-switcher.tsx:131
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Personal"
msgstr "Osobiste"
-#: apps/remix/app/components/general/menu-switcher.tsx:74
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Personal Account"
msgstr "Konto osobiste"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:155
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Pick a number"
msgstr "Wybierz numer"
-#: apps/remix/app/components/general/claim-account.tsx:147
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Pick a password"
msgstr "Wybierz hasło"
-#: apps/remix/app/components/general/user-profile-timur.tsx:49
+#: apps/remix/app/components/general/user-profile-timur.tsx
msgid "Pick any of the following agreements below and start signing to get started"
msgstr "Wybierz dowolną z poniższych umów i zacznij podpisywanie, aby rozpocząć"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:68
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:78
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:83
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Placeholder"
msgstr "Zastępczy tekst"
#. placeholder {0}: _(actionVerb).toLowerCase()
-#: packages/email/template-components/template-document-invite.tsx:55
+#: packages/email/template-components/template-document-invite.tsx
msgid "Please {0} your document<0/>\"{documentName}\""
msgstr "Proszę {0} Twój dokument<0/>\"{documentName}\""
-#: packages/email/templates/document-invite.tsx:51
+#: packages/email/templates/document-invite.tsx
msgid "Please {action} your document {documentName}"
msgstr "Proszę {action} Twój dokument {documentName}"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:94
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "Please {recipientActionVerb} this document"
msgstr "Proszę {recipientActionVerb} ten dokument"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:108
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "Please {recipientActionVerb} this document created by your direct template"
msgstr "Proszę {recipientActionVerb} ten dokument utworzony przez Twój bezpośredni szablon"
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:100
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "Please {recipientActionVerb} your document"
msgstr "Proszę {recipientActionVerb} Twój dokument"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:208
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
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/remix/app/components/embed/embed-document-waiting-for-turn.tsx:41
+#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
msgid "Please check with the parent application for more information."
msgstr ""
-#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:86
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
msgid "Please check your email for updates."
msgstr "Proszę sprawdzić swój email w celu aktualizacji."
-#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx:40
+#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx
msgid "Please choose your new password"
msgstr "Proszę wybrać nowe hasło"
-#: packages/lib/server-only/auth/send-confirmation-email.ts:68
+#: packages/lib/server-only/auth/send-confirmation-email.ts
msgid "Please confirm your email"
msgstr "Proszę potwierdzić swój email"
-#: packages/email/templates/confirm-email.tsx:17
+#: packages/email/templates/confirm-email.tsx
msgid "Please confirm your email address"
msgstr "Proszę potwierdzić swój adres email"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:170
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please contact support if you would like to revert this action."
msgstr "Proszę skontaktować się z pomocą techniczną, jeśli chcesz cofnąć tę akcję."
-#: apps/remix/app/components/forms/token.tsx:169
+#: apps/remix/app/components/forms/token.tsx
msgid "Please enter a meaningful name for your token. This will help you identify it later."
msgstr "Wpisz nazwę tokena. Pomoże to później w jego identyfikacji."
-#: apps/remix/app/components/general/claim-account.tsx:39
-#: apps/remix/app/components/forms/signup.tsx:46
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Please enter a valid name."
msgstr "Proszę wpisać poprawną nazwę."
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:192
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please mark as viewed to complete"
msgstr "Proszę zaznaczyć jako obejrzane, aby zakończyć"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:459
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:124
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please note that this action is <0>irreversible0>."
msgstr "Proszę zauważyć, że ta czynność jest <0>nieodwracalna0>."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:115
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please note that this action is <0>irreversible0>. Once confirmed, this document will be permanently deleted."
msgstr "Proszę pamiętać, że ta czynność jest <0>nieodwracalna0>. Po potwierdzeniu, ten dokument zostanie trwale usunięty."
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:64
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Please note that this action is irreversible. Once confirmed, your template will be permanently deleted."
msgstr "Proszę pamiętać, że ta czynność jest nieodwracalna. Po potwierdzeniu, Twój szablon zostanie trwale usunięty."
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:124
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Please note that this action is irreversible. Once confirmed, your token will be permanently deleted."
msgstr "Proszę zauważyć, że ta czynność jest nieodwracalna. Po potwierdzeniu, twój token zostanie trwale usunięty."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:114
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "Please note that this action is irreversible. Once confirmed, your webhook will be permanently deleted."
msgstr "Proszę pamiętać, że ta czynność jest nieodwracalna. Po potwierdzeniu, Twój webhook zostanie trwale usunięty."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:128
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Please note that you will lose access to all documents associated with this team & all the members will be removed and notified"
msgstr "Proszę pamiętać, że stracisz dostęp do wszystkich dokumentów powiązanych z tym zespołem i wszyscy członkowie zostaną usunięci oraz powiadomieni"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:36
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
msgid "Please provide a reason"
msgstr "Proszę podać powód"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:122
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Please provide a token from the authenticator, or a backup code. If you do not have a backup code available, please contact support."
msgstr "Proszę podać token z aplikacji uwierzytelniającej lub kod zapasowy. Jeśli nie masz dostępnego kodu zapasowego, skontaktuj się z pomocą techniczną."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:129
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "Please provide a token from your authenticator, or a backup code."
msgstr "Proszę podać token z Twojego uwierzytelniacza lub kod zapasowy."
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:316
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please review the document before signing."
msgstr "Proszę przejrzeć dokument przed podpisaniem."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:501
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Please select a PDF file"
msgstr "Proszę wybrać plik PDF"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:62
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "Please try again and make sure you enter the correct email address."
msgstr "Spróbuj ponownie i upewnij się, że wprowadzasz poprawny adres email."
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:72
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "Please try again later."
msgstr "Proszę spróbować ponownie później."
-#: packages/ui/primitives/pdf-viewer.tsx:223
-#: packages/ui/primitives/pdf-viewer.tsx:238
+#: packages/ui/primitives/pdf-viewer.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Please try again or contact our support."
msgstr "Spróbuj ponownie lub skontaktuj się z naszym wsparciem."
#. placeholder {0}: `'${_(deleteMessage)}'`
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:180
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Please type {0} to confirm"
msgstr "Wpisz {0}, aby potwierdzić"
#. placeholder {0}: user.email
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:123
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Please type <0>{0}0> to confirm."
msgstr "Wpisz <0>{0}0>, aby potwierdzić."
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:171
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Pre-formatted CSV template with example data."
msgstr "Wstępnie sformatowany szablon CSV z przykładowymi danymi."
-#: apps/remix/app/components/general/app-command-menu.tsx:209
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:58
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:49
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Preferences"
msgstr "Preferencje"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:215
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Preview"
msgstr "Podgląd"
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:64
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "Preview and configure template."
msgstr "Podgląd i konfiguracja szablonu."
-#: apps/remix/app/components/tables/templates-table.tsx:119
-#: apps/remix/app/components/general/template/template-type.tsx:22
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/general/template/template-type.tsx
msgid "Private"
msgstr "Prywatne"
-#: apps/remix/app/components/tables/templates-table.tsx:129
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Private templates can only be modified and viewed by you."
msgstr "Prywatne szablony mogą być modyfikowane i przeglądane tylko przez Ciebie."
-#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx:20
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:32
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:30
-#: apps/remix/app/components/general/app-command-menu.tsx:65
+#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Profile"
msgstr "Profil"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:193
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Profile is currently <0>hidden0>."
msgstr "Profil jest obecnie <0>ukryty0>."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:181
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Profile is currently <0>visible0>."
msgstr "Profil jest obecnie <0>widoczny0>."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:72
-#: apps/remix/app/components/forms/profile.tsx:68
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/forms/profile.tsx
msgid "Profile updated"
msgstr "Profil zaktualizowano"
-#: apps/remix/app/components/tables/templates-table.tsx:92
-#: apps/remix/app/components/general/template/template-type.tsx:27
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/general/template/template-type.tsx
msgid "Public"
msgstr "Publiczny"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:34
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:45
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:43
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:71
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:62
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Public Profile"
msgstr "Profil publiczny"
-#: apps/remix/app/components/forms/public-profile-form.tsx:145
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Public profile URL"
msgstr "Adres URL profilu publicznego"
-#: apps/remix/app/components/forms/signup.tsx:444
+#: apps/remix/app/components/forms/signup.tsx
msgid "Public profile username"
msgstr "Nazwa użytkownika profilu publicznego"
-#: apps/remix/app/components/tables/templates-table.tsx:96
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Public templates are connected to your public profile. Any modifications to public templates will also appear in your public profile."
msgstr "Szablony publiczne są powiązane z Twoim publicznym profilem. Wszelkie modyfikacje szablonów publicznych również pojawią się w Twoim publicznym profilu."
-#: packages/ui/primitives/document-flow/types.ts:57
+#: packages/ui/primitives/document-flow/types.ts
msgid "Radio"
msgstr "Radio"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:131
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
msgid "Radio values"
msgstr "Wartości radiowe"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:162
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:120
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:176
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:146
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:185
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Read only"
msgstr "Tylko do odczytu"
-#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx:144
+#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx
msgid "Read only field"
msgstr "Pole tylko do odczytu"
-#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx:23
+#: apps/remix/app/components/general/document-signing/document-signing-disclosure.tsx
msgid "Read the full <0>signature disclosure0>."
msgstr "Przeczytaj pełne <0>ujawnienie podpisu0>."
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:105
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Ready"
msgstr "Gotowy"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:297
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Reason"
msgstr "Powód"
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:151
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Reason for rejection: "
msgstr ""
-#: packages/email/template-components/template-document-rejected.tsx:32
+#: packages/email/template-components/template-document-rejected.tsx
msgid "Reason for rejection: {rejectionReason}"
msgstr "Powód odrzucenia: {rejectionReason}"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:37
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
msgid "Reason must be less than 500 characters"
msgstr "Powód musi mieć mniej niż 500 znaków"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx:62
+#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx
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:96
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Receives copy"
msgstr "Otrzymuje kopię"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:160
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:54
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
msgid "Recent activity"
msgstr "Ostatnia aktywność"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:39
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Recent documents"
msgstr "Ostatnie dokumenty"
-#: apps/remix/app/components/tables/documents-table.tsx:62
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:112
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:281
-#: packages/lib/utils/document-audit-logs.ts:357
-#: packages/lib/utils/document-audit-logs.ts:372
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/lib/utils/document-audit-logs.ts
+#: packages/lib/utils/document-audit-logs.ts
msgid "Recipient"
msgstr "Odbiorca"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:335
-#: packages/ui/primitives/document-flow/add-settings.tsx:267
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:38
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "Recipient action authentication"
msgstr "Uwierzytelnianie akcji odbiorcy"
-#: packages/ui/components/document/document-email-checkboxes.tsx:126
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Recipient removed email"
msgstr "E-mail usuniętego odbiorcy"
-#: packages/ui/components/document/document-email-checkboxes.tsx:50
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Recipient signed email"
msgstr "Podpisany e-mail odbiorcy"
-#: packages/ui/components/document/document-email-checkboxes.tsx:88
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Recipient signing request email"
msgstr "E-mail z prośbą o podpisanie przez odbiorcę"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:110
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Recipient updated"
msgstr "Odbiorca zaktualizowany"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:144
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:132
-#: apps/remix/app/components/general/template/template-page-view-recipients.tsx:30
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:48
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Recipients"
msgstr "Odbiorcy"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:118
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Recipients metrics"
msgstr "Metryki odbiorców"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:160
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "Recipients will still retain their copy of the document"
msgstr "Odbiorcy nadal zachowają swoją kopię dokumentu"
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:26
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "Recovery code copied"
msgstr "Kod odzyskiwania skopiowany"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:116
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Recovery codes"
msgstr "Kody odzyskiwania"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:541
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Red"
msgstr "Czerwony"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:505
-#: packages/ui/primitives/document-flow/add-settings.tsx:381
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Redirect URL"
msgstr "Adres URL przekierowania"
-#: apps/remix/app/components/general/claim-account.tsx:79
-#: apps/remix/app/components/forms/signup.tsx:136
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "Registration Successful"
msgstr "Rejestracja zakończona sukcesem"
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:116
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:123
-#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx:169
-#: packages/email/template-components/template-document-invite.tsx:98
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-reject-dialog.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Reject Document"
msgstr "Odrzuć dokument"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:99
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:146
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Rejected"
msgstr "Odrzucony"
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:22
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "Rejection Confirmed"
msgstr "Odmowa potwierdzona"
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:34
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "Rejection reason: {reason}"
msgstr "Powód odrzucenia: {reason}"
-#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx:29
+#: apps/remix/app/routes/_unauthenticated+/forgot-password.tsx
msgid "Remembered your password? <0>Sign In0>"
msgstr "Zapamiętałeś hasło? <0>Zaloguj się0>"
#. placeholder {0}: customEmail.subject
-#: packages/lib/server-only/document/resend-document.tsx:192
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: {0}"
msgstr "Przypomnienie: {0}"
#. placeholder {0}: document.team.name
-#: packages/lib/server-only/document/resend-document.tsx:132
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: {0} invited you to {recipientActionVerb} a document"
msgstr "Przypomnienie: {0} zaprosił Cię do {recipientActionVerb} dokument"
-#: packages/lib/server-only/document/resend-document.tsx:121
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: Please {recipientActionVerb} this document"
msgstr "Przypomnienie: Proszę {recipientActionVerb} ten dokument"
-#: packages/lib/server-only/document/resend-document.tsx:127
+#: packages/lib/server-only/document/resend-document.tsx
msgid "Reminder: Please {recipientActionVerb} your document"
msgstr "Przypomnienie: Proszę {recipientActionVerb} Twój dokument"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:55
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:152
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:160
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:187
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:88
-#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx:156
-#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx:180
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:249
-#: apps/remix/app/components/forms/avatar-image.tsx:162
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:431
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:216
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:156
-#: packages/ui/primitives/document-flow/add-fields.tsx:1123
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-field-container.tsx
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Remove"
msgstr "Usuń"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:105
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Remove team email"
msgstr "Usuń e-mail zespołu"
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:149
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
msgid "Remove team member"
msgstr "Usuń użytkownika"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:69
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Renews: {formattedDate}"
msgstr "Odnawia się: {formattedDate}"
-#: apps/remix/app/components/forms/reset-password.tsx:127
-#: apps/remix/app/components/forms/password.tsx:141
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Repeat Password"
msgstr "Potwierdź hasło"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:245
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Request transfer"
msgstr "Zleć przeniesienie"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:152
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx:110
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:166
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:136
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:175
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Required field"
msgstr "Wymagane pole"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:110
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
msgid "Reseal document"
msgstr "Zapieczętuj ponownie dokument"
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:148
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:116
-#: packages/ui/primitives/document-flow/add-subject.tsx:79
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Resend"
msgstr "Wyślij ponownie"
-#: apps/remix/app/components/general/verify-email-banner.tsx:132
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Resend Confirmation Email"
msgstr "Wyślij ponownie e-mail potwierdzający"
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:66
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
msgid "Resend verification"
msgstr "Wyślij ponownie weryfikację"
-#: apps/remix/app/components/forms/team-update-form.tsx:161
-#: apps/remix/app/components/forms/public-profile-form.tsx:266
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Reset"
msgstr "Resetuj"
-#: apps/remix/app/components/forms/forgot-password.tsx:54
+#: apps/remix/app/components/forms/forgot-password.tsx
msgid "Reset email sent"
msgstr "Wysłano e-mail z resetowaniem"
-#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx:36
-#: apps/remix/app/components/forms/reset-password.tsx:139
-#: apps/remix/app/components/forms/forgot-password.tsx:89
-#: packages/email/template-components/template-forgot-password.tsx:33
+#: apps/remix/app/routes/_unauthenticated+/reset-password.$token.tsx
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/forgot-password.tsx
+#: packages/email/template-components/template-forgot-password.tsx
msgid "Reset Password"
msgstr "Zresetuj hasło"
-#: apps/remix/app/components/forms/reset-password.tsx:139
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Resetting Password..."
msgstr "Resetowanie hasła..."
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:98
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Resolve"
msgstr "Rozwiąż"
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:131
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Resolve payment"
msgstr "Rozwiąż płatność"
-#: packages/ui/components/document/document-share-button.tsx:146
+#: packages/ui/components/document/document-share-button.tsx
msgid "Rest assured, your document is strictly confidential and will never be shared. Only your signing experience will be highlighted. Share your personalized signing card to showcase your signature!"
msgstr "Możesz być spokojny, Twój dokument jest ściśle poufny i nigdy nie zostanie udostępniony. Tylko Twoje doświadczenie podpisywania będzie wyróżnione. Podziel się swoją spersonalizowaną kartą podpisu, aby zaprezentować swój podpis!"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:122
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Retention of Documents"
msgstr "Przechowywanie dokumentów"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:169
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Retry"
msgstr "Spróbuj ponownie"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:87
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:110
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:109
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:104
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Return"
msgstr "Zwróć"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:153
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Return to Dashboard"
msgstr "Powrót do pulpitu"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:159
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Return to Home"
msgstr "Powrót do strony głównej"
-#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx:29
-#: apps/remix/app/routes/_unauthenticated+/check-email.tsx:29
+#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx
+#: apps/remix/app/routes/_unauthenticated+/check-email.tsx
msgid "Return to sign in"
msgstr "Powrót do logowania"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:117
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Revoke"
msgstr "Cofnij"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:86
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Revoke access"
msgstr "Cofnij dostęp"
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:79
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:90
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:117
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:284
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:162
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:314
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Role"
msgstr "Rola"
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:131
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:73
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Roles"
msgstr "Role"
-#: packages/ui/primitives/data-table-pagination.tsx:55
+#: packages/ui/primitives/data-table-pagination.tsx
msgid "Rows per page"
msgstr "Wiersze na stronę"
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:373
-#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx:358
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:304
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:311
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:446
-#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx:320
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-number-field.tsx
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: packages/ui/primitives/document-flow/field-item-advanced-settings.tsx
msgid "Save"
msgstr "Zapisz"
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:979
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
msgid "Save Template"
msgstr "Zapisz szablon"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx:63
-#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx:57
-#: apps/remix/app/components/tables/documents-table-sender-filter.tsx:58
-#: apps/remix/app/components/general/app-nav-desktop.tsx:84
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.members.tsx
+#: apps/remix/app/components/tables/user-settings-teams-page-table.tsx
+#: apps/remix/app/components/tables/documents-table-sender-filter.tsx
+#: apps/remix/app/components/general/app-nav-desktop.tsx
msgid "Search"
msgstr "Szukaj"
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:141
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
msgid "Search by document title"
msgstr "Szukaj tytułu dokumentu"
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:172
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:141
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Search by name or email"
msgstr "Szukaj nazwy lub adresu e-mail"
-#: apps/remix/app/components/general/document/document-search.tsx:39
+#: apps/remix/app/components/general/document/document-search.tsx
msgid "Search documents..."
msgstr "Szukaj dokumentów..."
-#: packages/ui/components/common/language-switcher-dialog.tsx:41
+#: packages/ui/components/common/language-switcher-dialog.tsx
msgid "Search languages..."
msgstr "Szukaj języków..."
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:185
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:210
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Secret"
msgstr "Sekret"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:67
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:71
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:69
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
msgid "Security"
msgstr "Bezpieczeństwo"
-#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx:18
+#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx
msgid "Security activity"
msgstr "Aktywność bezpieczeństwa"
-#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx:193
-#: packages/ui/primitives/document-flow/types.ts:59
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:114
+#: apps/remix/app/components/general/document-signing/document-signing-dropdown-field.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Select"
msgstr "Wybierz"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:114
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:84
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Select a team"
msgstr "Wybierz drużynę"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:78
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "Select a team to move this document to. This action cannot be undone."
msgstr "Wybierz drużynę, do której chcesz przenieść ten dokument. Ta akcja nie może być cofnięta."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:108
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Select a team to move this template to. This action cannot be undone."
msgstr "Wybierz drużynę, do której chcesz przenieść ten szablon. Ta akcja nie może być cofnięta."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:258
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Select a template you'd like to display on your public profile"
msgstr "Wybierz szablon, który chcesz wyświetlić w profilu publicznym"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:254
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Select a template you'd like to display on your team's public profile"
msgstr "Wybierz szablon, który chcesz wyświetlić w profilu publicznym zespołu"
-#: packages/ui/primitives/combobox.tsx:39
+#: packages/ui/primitives/combobox.tsx
msgid "Select an option"
msgstr "Wybierz opcję"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:138
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Select at least"
msgstr "Wybierz co najmniej"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx:104
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/dropdown-field.tsx
msgid "Select default option"
msgstr "Wybierz domyślną opcję"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:223
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Select passkey"
msgstr "Wybierz klucz uwierzytelniający"
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:34
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:64
-#: packages/ui/primitives/document-flow/add-subject.tsx:77
-#: packages/ui/primitives/document-flow/add-subject.tsx:80
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Send"
msgstr "Wyślij"
-#: apps/remix/app/components/forms/send-confirmation-email.tsx:92
+#: apps/remix/app/components/forms/send-confirmation-email.tsx
msgid "Send confirmation email"
msgstr "Wyślij e-mail potwierdzający"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:334
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Send document"
msgstr "Wyślij dokument"
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:41
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
msgid "Send Document"
msgstr "Wyślij dokument"
-#: packages/ui/components/document/document-email-checkboxes.tsx:193
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document completed email"
msgstr "Wyślij e-mail ukończonego dokumentu"
-#: packages/ui/components/document/document-email-checkboxes.tsx:269
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document completed email to the owner"
msgstr "Wyślij e-mail ukończonego dokumentu do właściciela"
-#: packages/ui/components/document/document-email-checkboxes.tsx:231
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document deleted email"
msgstr "Wyślij e-mail usuniętego dokumentu"
-#: packages/ui/components/document/document-email-checkboxes.tsx:154
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send document pending email"
msgstr "Wyślij e-mail oczekującego dokumentu"
-#: packages/email/templates/confirm-team-email.tsx:102
+#: packages/email/templates/confirm-team-email.tsx
msgid "Send documents on behalf of the team using the email address"
msgstr "Wyślij dokumenty w imieniu zespołu, używając adresu e-mail"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:252
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Send documents to recipients immediately"
msgstr "Wyślij dokumenty do odbiorców natychmiast"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:199
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Send on Behalf of Team"
msgstr "Wyślij w imieniu zespołu"
-#: packages/ui/components/document/document-email-checkboxes.tsx:116
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send recipient removed email"
msgstr "Wyślij e-mail usuniętego odbiorcy"
-#: packages/ui/components/document/document-email-checkboxes.tsx:40
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send recipient signed email"
msgstr "Wyślij podpisany e-mail odbiorcy"
-#: packages/ui/components/document/document-email-checkboxes.tsx:78
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "Send recipient signing request email"
msgstr "Wyślij e-mail z prośbą o podpisanie przez odbiorcę"
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:188
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Send reminder"
msgstr "Wyślij przypomnienie"
-#: apps/remix/app/components/tables/documents-table.tsx:58
+#: apps/remix/app/components/tables/documents-table.tsx
msgid "Sender"
msgstr "Nadawca"
-#: apps/remix/app/components/forms/forgot-password.tsx:89
+#: apps/remix/app/components/forms/forgot-password.tsx
msgid "Sending Reset Email..."
msgstr "Wysyłanie e-maila resetującego..."
-#: apps/remix/app/components/general/verify-email-banner.tsx:132
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Sending..."
msgstr "Wysyłanie..."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:264
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:100
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Sent"
msgstr "Wysłano"
-#: apps/remix/app/components/general/claim-account.tsx:144
+#: apps/remix/app/components/general/claim-account.tsx
msgid "Set a password"
msgstr "Ustaw hasło"
-#: apps/remix/app/routes/_authenticated+/settings+/_layout.tsx:16
-#: apps/remix/app/components/general/app-nav-mobile.tsx:43
-#: apps/remix/app/components/general/app-command-menu.tsx:61
-#: apps/remix/app/components/general/app-command-menu.tsx:206
+#: apps/remix/app/routes/_authenticated+/settings+/_layout.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Settings"
msgstr "Ustawienia"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:197
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Setup"
msgstr "Konfiguracja"
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:179
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:148
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Share"
msgstr "Udostępnij"
-#: packages/ui/components/document/document-share-button.tsx:134
+#: packages/ui/components/document/document-share-button.tsx
msgid "Share Signature Card"
msgstr "Udostępnij kartę podpisu"
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:205
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:175
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Share Signing Card"
msgstr "Udostępnij kartę podpisu"
-#: packages/lib/constants/template.ts:16
+#: packages/lib/constants/template.ts
msgid "Share the Link"
msgstr "Udostępnij link"
-#: packages/ui/components/document/document-share-button.tsx:142
+#: packages/ui/components/document/document-share-button.tsx
msgid "Share your signing experience!"
msgstr "Podziel się swoim doświadczeniem podpisywania!"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:172
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Show"
msgstr "Pokaż"
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:111
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Show additional information"
msgstr "Pokaż dodatkowe informacje"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:723
-#: packages/ui/primitives/document-flow/add-signers.tsx:710
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Show advanced settings"
msgstr "Pokaż ustawienia zaawansowane"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:37
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Show templates in your public profile for your audience to sign and get started quickly"
msgstr "Pokaż szablony w profilu publicznym, aby szybko podpisać dokument"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:44
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Show templates in your team public profile for your audience to sign and get started quickly"
msgstr "Pokaż szablony w profilu publicznym zespołu, aby szybko podpisać dokument"
-#: apps/remix/app/routes/_profile+/p.$url.tsx:189
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:128
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:112
-#: apps/remix/app/components/general/user-profile-timur.tsx:77
-#: apps/remix/app/components/general/user-profile-skeleton.tsx:73
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:323
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:243
-#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx:142
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:221
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:179
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:83
-#: packages/lib/constants/recipient-roles.ts:21
+#: apps/remix/app/routes/_profile+/p.$url.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/user-profile-timur.tsx
+#: apps/remix/app/components/general/user-profile-skeleton.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Sign"
msgstr "Podpisz"
#. placeholder {0}: recipient.name
#. placeholder {1}: recipient.email
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:272
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "Sign as {0} <0>({1})0>"
msgstr "Podpisz jako {0} <0>({1})0>"
#. placeholder {0}: recipient.name
#. placeholder {1}: recipient.email
-#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx:202
+#: apps/remix/app/components/general/document-signing/document-signing-name-field.tsx
msgid "Sign as<0>{0} <1>({1})1>0>"
msgstr "Podpisz jako<0>{0} <1>({1})1>0>"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:301
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:358
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Sign document"
msgstr "Podpisz dokument"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:184
-#: packages/email/template-components/template-document-invite.tsx:106
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "Sign Document"
msgstr "Podpisz dokument"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx:59
+#: apps/remix/app/components/general/document-signing/document-signing-auth-dialog.tsx
msgid "Sign field"
msgstr "Pole podpisu"
-#: apps/remix/app/components/forms/signup.tsx:359
+#: apps/remix/app/components/forms/signup.tsx
msgid "Sign Here"
msgstr "Podpisz tutaj"
-#: apps/remix/app/components/forms/signin.tsx:363
-#: apps/remix/app/components/forms/signin.tsx:488
-#: packages/email/template-components/template-reset-password.tsx:35
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
+#: packages/email/template-components/template-reset-password.tsx
msgid "Sign In"
msgstr "Zaloguj się"
-#: apps/remix/app/routes/_unauthenticated+/signin.tsx:47
+#: apps/remix/app/routes/_unauthenticated+/signin.tsx
msgid "Sign in to your account"
msgstr "Zaloguj się na swoje konto"
-#: apps/remix/app/components/general/menu-switcher.tsx:282
-#: apps/remix/app/components/general/app-nav-mobile.tsx:76
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
msgid "Sign Out"
msgstr "Wyloguj"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:326
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:379
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Sign the document to complete the process."
msgstr "Podpisz dokument, aby zakończyć proces."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:63
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
msgid "Sign up"
msgstr "Zarejestruj się"
-#: apps/remix/app/components/forms/signup.tsx:398
+#: apps/remix/app/components/forms/signup.tsx
msgid "Sign Up with Google"
msgstr "Zarejestruj się za pomocą Google"
-#: apps/remix/app/components/forms/signup.tsx:414
+#: apps/remix/app/components/forms/signup.tsx
msgid "Sign Up with OIDC"
msgstr "Zarejestruj się za pomocą OIDC"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:185
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:80
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:245
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:280
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:342
-#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx:335
-#: apps/remix/app/components/forms/profile.tsx:118
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:423
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:420
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:711
-#: packages/ui/primitives/document-flow/types.ts:49
-#: packages/ui/primitives/document-flow/field-icon.tsx:44
-#: packages/ui/primitives/document-flow/add-fields.tsx:836
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-form.tsx
+#: apps/remix/app/components/forms/profile.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/field-icon.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Signature"
msgstr "Podpis"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:236
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signature ID"
msgstr "Identyfikator podpisu"
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:297
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:366
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:449
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:446
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
msgid "Signature is too small. Please provide a more complete signature."
msgstr "Podpis jest zbyt mały. Proszę podać bardziej kompletny podpis."
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:139
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Signatures Collected"
msgstr "Zebrane podpisy"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:221
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Signatures will appear once the document has been completed"
msgstr "Podpisy pojawią się po ukończeniu dokumentu"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:286
-#: apps/remix/app/components/general/document/document-read-only-fields.tsx:82
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:113
-#: packages/lib/constants/recipient-roles.ts:22
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/general/document/document-read-only-fields.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Signed"
msgstr "Podpisano"
-#: packages/lib/constants/recipient-roles.ts:24
+#: packages/lib/constants/recipient-roles.ts
msgid "Signer"
msgstr "Sygnatariusz"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:184
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signer Events"
msgstr "Wydarzenia sygnatariusza"
-#: packages/lib/constants/recipient-roles.ts:25
+#: packages/lib/constants/recipient-roles.ts
msgid "Signers"
msgstr "Podpisujący"
-#: packages/ui/primitives/document-flow/add-signers.types.ts:36
+#: packages/ui/primitives/document-flow/add-signers.types.ts
msgid "Signers must have unique emails"
msgstr "Podpisujący muszą mieć unikalne emaile"
-#: packages/lib/constants/recipient-roles.ts:23
+#: packages/lib/constants/recipient-roles.ts
msgid "Signing"
msgstr "Podpisywanie"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:176
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signing Certificate"
msgstr "Certyfikat podpisu"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:319
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Signing certificate provided by"
msgstr "Certyfikat podpisu dostarczony przez"
-#: packages/lib/server-only/document/send-completed-email.ts:120
-#: packages/lib/server-only/document/send-completed-email.ts:200
+#: packages/lib/server-only/document/send-completed-email.ts
+#: packages/lib/server-only/document/send-completed-email.ts
msgid "Signing Complete!"
msgstr "Podpisywanie zakończone!"
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:339
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Signing for"
msgstr ""
-#: apps/remix/app/components/forms/signin.tsx:363
-#: apps/remix/app/components/forms/signin.tsx:488
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
msgid "Signing in..."
msgstr "Logowanie..."
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:189
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:160
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
msgid "Signing Links"
msgstr "Linki do podpisania"
-#: apps/remix/app/components/general/document/document-edit-form.tsx:301
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Signing links have been generated for this document."
msgstr "Linki do podpisania zostały wygenerowane dla tego dokumentu."
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:340
-#: packages/ui/primitives/document-flow/add-signers.tsx:278
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Signing order is enabled."
msgstr ""
-#: apps/remix/app/routes/_authenticated+/admin+/leaderboard.tsx:52
-#: apps/remix/app/components/tables/admin-leaderboard-table.tsx:88
+#: apps/remix/app/routes/_authenticated+/admin+/leaderboard.tsx
+#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
msgid "Signing Volume"
msgstr "Liczba podpisów"
-#: apps/remix/app/components/forms/signup.tsx:71
+#: apps/remix/app/components/forms/signup.tsx
msgid "Signups are disabled."
msgstr "Rejestracje są wyłączone."
#. placeholder {0}: DateTime.fromJSDate(publicProfile.badge.since).toFormat('LLL ‘yy')
-#: apps/remix/app/routes/_profile+/p.$url.tsx:106
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "Since {0}"
msgstr "Od {0}"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:107
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Site Banner"
msgstr "Baner strony"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:100
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:111
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Site Settings"
msgstr "Ustawienia strony"
-#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx:32
+#: packages/ui/primitives/document-flow/missing-signature-field-dialog.tsx
msgid "Some signers have not been assigned a signature field. Please assign at least 1 signature field to each signer before proceeding."
msgstr "Niektórzy sygnatariusze nie zostali przypisani do pola podpisu. Przypisz co najmniej 1 pole podpisu do każdego sygnatariusza przed kontynuowaniem."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:56
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:88
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:133
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:34
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:62
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:79
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:76
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:98
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:95
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:73
-#: apps/remix/app/components/general/billing-portal-button.tsx:35
-#: apps/remix/app/components/general/billing-plans.tsx:62
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:52
-#: apps/remix/app/components/general/teams/team-invitations.tsx:132
-#: apps/remix/app/components/general/teams/team-invitations.tsx:169
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:43
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:38
-#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx:28
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:34
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:44
-#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx:94
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:63
-#: apps/remix/app/components/general/document/document-certificate-download-button.tsx:65
-#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx:62
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:24
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:119
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:106
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:167
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:260
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:103
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:128
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:153
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:47
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:71
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:206
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:61
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:80
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:51
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:100
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:103
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:76
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:69
-#: packages/ui/components/document/document-share-button.tsx:50
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/billing-portal-button.tsx
+#: apps/remix/app/components/general/billing-plans.tsx
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/document/document-page-view-dropdown.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: apps/remix/app/components/general/document/document-certificate-download-button.tsx
+#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
+#: packages/ui/components/document/document-share-button.tsx
msgid "Something went wrong"
msgstr "Coś poszło nie tak"
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:125
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Something went wrong while attempting to transfer the ownership of team <0>{0}0> to your. Please try again later or contact support."
msgstr "Coś poszło nie tak podczas próby przeniesienia własności zespołu <0>{0}0> do Ciebie. Proszę spróbować ponownie później lub skontaktować się z pomocą techniczną."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:148
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Something went wrong while attempting to verify your email address for <0>{0}0>. Please try again later."
msgstr "Coś poszło nie tak podczas próby weryfikacji adresu e-mail dla <0>{0}0>. Proszę spróbować ponownie później."
-#: packages/ui/primitives/pdf-viewer.tsx:220
-#: packages/ui/primitives/pdf-viewer.tsx:235
+#: packages/ui/primitives/pdf-viewer.tsx
+#: packages/ui/primitives/pdf-viewer.tsx
msgid "Something went wrong while loading the document."
msgstr "Coś poszło nie tak podczas ładowania dokumentu."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx:159
+#: apps/remix/app/components/general/document-signing/document-signing-auth-passkey.tsx
msgid "Something went wrong while loading your passkeys."
msgstr "Coś poszło nie tak podczas ładowania Twoich kluczy uwierzytelniających."
-#: apps/remix/app/components/general/verify-email-banner.tsx:57
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Something went wrong while sending the confirmation email."
msgstr "Coś poszło nie tak podczas wysyłania e-maila potwierdzającego."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:94
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Something went wrong while updating the team billing subscription, please contact support."
msgstr "Coś poszło nie tak podczas aktualizacji subskrypcji płatniczej zespołu, prosimy o kontakt z pomocą techniczną."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:107
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Something went wrong!"
msgstr "Coś poszło nie tak!"
-#: packages/ui/primitives/data-table.tsx:134
+#: packages/ui/primitives/data-table.tsx
msgid "Something went wrong."
msgstr "Coś poszło nie tak."
-#: apps/remix/app/components/forms/token.tsx:137
+#: apps/remix/app/components/forms/token.tsx
msgid "Something went wrong. Please try again later."
msgstr "Coś poszło nie tak. Proszę spróbować ponownie później."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:163
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:239
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Something went wrong. Please try again or contact support."
msgstr "Coś poszło nie tak. Proszę spróbować ponownie lub skontaktować się z pomocą techniczną."
-#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx:64
+#: apps/remix/app/components/general/document/document-audit-log-download-button.tsx
msgid "Sorry, we were unable to download the audit logs. Please try again later."
msgstr "Nie mogliśmy pobrać dzienniku logów. Spróbuj ponownie później."
-#: apps/remix/app/components/general/document/document-certificate-download-button.tsx:67
+#: apps/remix/app/components/general/document/document-certificate-download-button.tsx
msgid "Sorry, we were unable to download the certificate. Please try again later."
msgstr "Przepraszamy, nie mogliśmy pobrać certyfikatu. Proszę spróbować ponownie później."
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:130
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Source"
msgstr "Źródło"
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:41
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Stats"
msgstr "Statystyki"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:98
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:36
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:76
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:73
-#: apps/remix/app/components/tables/documents-table.tsx:72
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:122
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "Status"
msgstr "Stan"
-#: packages/ui/primitives/document-flow/document-flow-root.tsx:106
+#: packages/ui/primitives/document-flow/document-flow-root.tsx
msgid "Step <0>{step} of {maxStep}0>"
msgstr "Krok <0>{step} z {maxStep}0>"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:362
-#: packages/ui/primitives/document-flow/add-subject.tsx:138
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Subject <0>(Optional)0>"
msgstr "Temat <0>(Opcjonalnie)0>"
-#: packages/ui/primitives/document-password-dialog.tsx:98
-msgid "Submit"
-msgstr "Prześlij"
-
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:299
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Submitting..."
msgstr ""
-#: apps/remix/app/components/general/billing-plans.tsx:129
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Subscribe"
msgstr ""
-#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx:78
+#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Subscription"
msgstr "Subskrypcja"
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:83
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Subscriptions"
msgstr "Subskrypcje"
-#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx:54
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:28
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:56
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:73
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:68
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:90
-#: apps/remix/app/components/general/verify-email-banner.tsx:46
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:41
-#: apps/remix/app/components/general/teams/team-invitations.tsx:125
-#: apps/remix/app/components/general/teams/team-invitations.tsx:162
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:36
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:31
-#: apps/remix/app/components/forms/team-update-form.tsx:65
-#: apps/remix/app/components/forms/public-profile-form.tsx:79
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:119
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:144
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:94
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:106
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:91
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:146
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:48
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:48
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:76
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:54
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:73
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:76
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:70
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:87
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:131
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:167
+#: apps/remix/app/routes/_authenticated+/admin+/documents.$id.tsx
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/general/verify-email-banner.tsx
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-invitations.tsx
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Success"
msgstr "Sukces"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:86
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "Successfully created passkey"
msgstr "Pomyślnie utworzono klucz uwierzytelniający"
-#: packages/email/templates/bulk-send-complete.tsx:52
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Successfully created: {successCount}"
msgstr "Pomyślnie utworzono: {successCount}"
-#: packages/email/templates/bulk-send-complete.tsx:44
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Summary:"
msgstr "Podsumowanie:"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:53
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "System Requirements"
msgstr "Wymagania systemowe"
-#: apps/remix/app/components/general/app-command-menu.tsx:262
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "System Theme"
msgstr "Motyw systemowy"
-#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx:60
-#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx:62
+#: apps/remix/app/components/tables/user-settings-pending-teams-table.tsx
+#: apps/remix/app/components/tables/user-settings-current-teams-table.tsx
msgid "Team"
msgstr "Zespół"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/delete-team.ts:124
+#: packages/lib/server-only/team/delete-team.ts
msgid "Team \"{0}\" has been deleted on Documenso"
msgstr "Zespół \"{0}\" został usunięty z Documenso"
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:86
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "Team checkout"
msgstr "Zakupy zespołowe"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:65
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:144
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Team email"
msgstr "E-mail zespołu"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:57
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Team Email"
msgstr "E-mail zespołu"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:122
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Team email already verified!"
msgstr "E-mail zespołu został już zweryfikowany!"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:55
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Team email has been removed"
msgstr "E-mail zespołu został usunięty"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/delete-team-email.ts:105
+#: packages/lib/server-only/team/delete-team-email.ts
msgid "Team email has been revoked for {0}"
msgstr "Email zespołowy został anulowany dla {0}"
-#: packages/email/templates/team-email-removed.tsx:60
+#: packages/email/templates/team-email-removed.tsx
msgid "Team email removed"
msgstr "Email zespołowy usunięty"
-#: packages/email/templates/team-email-removed.tsx:30
+#: packages/email/templates/team-email-removed.tsx
msgid "Team email removed for {teamName} on Documenso"
msgstr "Email zespołowy usunięty dla {teamName} na Documenso"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:144
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Team email verification"
msgstr "Weryfikacja e-maila zespołu"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:160
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "Team email verified!"
msgstr "E-mail zespołu zweryfikowany!"
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:77
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "Team email was updated."
msgstr "E-mail zespołu został zaktualizowany."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:121
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:116
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "Team invitation"
msgstr "Zaproszenie do zespołu"
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:147
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "Team invitations have been sent."
msgstr "Zaproszenia do zespołu zostały wysłane."
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:71
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:103
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Team Member"
msgstr "Użytkownik zespołu"
-#: apps/remix/app/components/forms/team-update-form.tsx:110
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:165
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Team Name"
msgstr "Nazwa zespołu"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:61
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "Team not found"
msgstr ""
-#: apps/remix/app/components/tables/templates-table.tsx:119
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Team Only"
msgstr "Tylko dla zespołu"
-#: apps/remix/app/components/tables/templates-table.tsx:124
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "Team only templates are not linked anywhere and are visible only to your team."
msgstr "Szablony tylko dla zespołu nie są nigdzie linkowane i są widoczne tylko dla Twojego zespołu."
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:121
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Team ownership transfer"
msgstr "Przeniesienie własności zespołu"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:99
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Team ownership transfer already completed!"
msgstr "Transfer własności zespołu został już zakończony!"
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:137
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "Team ownership transferred!"
msgstr "Własność zespołu przeniesiona!"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx:31
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.preferences.tsx
msgid "Team Preferences"
msgstr "Preferencje zespołu"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:41
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Team Public Profile"
msgstr "Profil publiczny zespołu"
-#: apps/remix/app/components/general/menu-switcher.tsx:266
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "Team settings"
msgstr "Ustawienia zespołu"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._layout.tsx:39
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._layout.tsx
msgid "Team Settings"
msgstr "Ustawienia zespołu"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:43
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Team templates"
msgstr "Szablony zespołu"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:76
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "Team transfer in progress"
msgstr "Przeniesienie zespołu w toku"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:74
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "Team transfer request expired"
msgstr "Żądanie przeniesienia zespołu wygasło"
-#: apps/remix/app/components/forms/team-update-form.tsx:126
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:195
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Team URL"
msgstr "Adres URL zespołu"
-#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx:22
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:58
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:56
-#: apps/remix/app/components/general/menu-switcher.tsx:155
-#: apps/remix/app/components/general/app-nav-mobile.tsx:39
+#: apps/remix/app/routes/_authenticated+/settings+/teams.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/menu-switcher.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
msgid "Teams"
msgstr "Zespoły"
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:82
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Teams restricted"
msgstr "Zespoły ograniczone"
-#: apps/remix/app/routes/_authenticated+/templates.$id.edit.tsx:71
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:166
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:37
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:140
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:220
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:406
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:268
+#: apps/remix/app/routes/_authenticated+/templates.$id.edit.tsx
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Template"
msgstr "Szablon"
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:38
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Template deleted"
msgstr "Szablon usunięty"
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:59
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "Template document uploaded"
msgstr "Dokument szablonu przesłany"
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:35
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Template duplicated"
msgstr "Szablon skopiowany"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:132
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Template has been removed from your public profile."
msgstr "Szablon został usunięty z profilu publicznego."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:168
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Template has been updated."
msgstr "Szablon został zaktualizowany."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:65
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Template moved"
msgstr "Szablon przeniesiony"
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:78
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "Template not found or already associated with a team."
msgstr "Szablon nie znaleziony lub już powiązany z zespołem."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:206
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Template saved"
msgstr "Szablon zapisany"
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:165
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "Template title"
msgstr "Tytuł szablonu"
-#: apps/remix/app/routes/_authenticated+/templates._index.tsx:56
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:102
-#: apps/remix/app/components/general/app-nav-mobile.tsx:35
-#: apps/remix/app/components/general/app-nav-desktop.tsx:21
-#: apps/remix/app/components/general/app-command-menu.tsx:203
+#: apps/remix/app/routes/_authenticated+/templates._index.tsx
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
+#: apps/remix/app/components/general/app-nav-mobile.tsx
+#: apps/remix/app/components/general/app-nav-desktop.tsx
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Templates"
msgstr "Szablony"
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:98
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
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/remix/app/components/general/document-signing/document-signing-text-field.tsx:270
-#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx:299
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:841
-#: packages/ui/primitives/document-flow/types.ts:52
-#: packages/ui/primitives/document-flow/add-fields.tsx:966
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/types.ts
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "Text"
msgstr "Tekst"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx:125
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:139
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx:62
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx:57
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx:62
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx:80
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/text-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/name-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/initials-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/email-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/date-field.tsx
msgid "Text Align"
msgstr "Wyrównanie tekstu"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:171
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Text Color"
msgstr "Kolor tekstu"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:20
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Thank you for using Documenso to perform your electronic document signing. The purpose of this disclosure is to inform you about the process, legality, and your rights regarding the use of electronic signatures on our platform. By opting to use an electronic signature, you are agreeing to the terms and conditions outlined below."
msgstr "Dziękujemy za korzystanie z Documenso do wykonywania podpisu elektronicznego dokumentu. Celem tego ujawnienia jest poinformowanie Cię o procesie, legalności oraz Twoich prawach dotyczących korzystania z podpisów elektronicznych na naszej platformie. Decydując się na korzystanie z podpisu elektronicznego, zgadzasz się na warunki opisane poniżej."
-#: packages/email/template-components/template-forgot-password.tsx:25
+#: packages/email/template-components/template-forgot-password.tsx
msgid "That's okay, it happens! Click the button below to reset your password."
msgstr "To w porządku, zdarza się! Kliknij przycisk poniżej, aby zresetować hasło."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:50
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "The account has been deleted successfully."
msgstr "Konto zostało pomyślnie usunięte."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:50
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "The account has been disabled successfully."
msgstr "Konto zostało pomyślnie wyłączone."
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:47
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "The account has been enabled successfully."
msgstr "Konto zostało pomyślnie włączone."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:43
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "The authentication required for recipients to sign fields"
msgstr "Uwierzytelnianie wymagane dla odbiorców do podpisania pól"
-#: packages/ui/components/document/document-global-auth-action-select.tsx:67
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "The authentication required for recipients to sign the signature field."
msgstr "Uwierzytelnianie wymagane dla odbiorców do podpisania pola podpisu."
-#: packages/ui/components/document/document-global-auth-access-select.tsx:66
+#: packages/ui/components/document/document-global-auth-access-select.tsx
msgid "The authentication required for recipients to view the document."
msgstr "Uwierzytelnianie wymagane dla odbiorców do wyświetlenia dokumentu."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:202
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "The content to show in the banner, HTML is allowed"
msgstr "Treść do wyświetlenia w banerze, dozwolone HTML"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:72
-#: apps/remix/app/components/general/template/template-direct-link-badge.tsx:31
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:166
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/general/template/template-direct-link-badge.tsx
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "The direct link has been copied to your clipboard"
msgstr "Bezpośredni link został skopiowany do schowka"
-#: apps/remix/app/components/dialogs/document-move-dialog.tsx:46
+#: apps/remix/app/components/dialogs/document-move-dialog.tsx
msgid "The document has been successfully moved to the selected team."
msgstr "Dokument został pomyślnie przeniesiony do wybranego zespołu."
-#: apps/remix/app/components/embed/embed-document-completed.tsx:30
+#: apps/remix/app/components/embed/embed-document-completed.tsx
msgid "The document is now completed, please follow any instructions provided within the parent application."
msgstr "Dokument jest teraz zakończony, proszę postępować zgodnie z wszelkimi instrukcjami podanymi w aplikacji nadrzędnej."
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:39
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "The document owner has been notified of this rejection. No further action is required from you at this time. The document owner may contact you with any questions regarding this rejection."
msgstr "Właściciel dokumentu został poinformowany o tym odrzuceniu. W tej chwili nie są wymagane żadne dalsze działania z Twojej strony. Właściciel dokumentu może się z Tobą skontaktować z pytaniami dotyczącymi tego odrzucenia."
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:106
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:21
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
msgid "The document owner has been notified of your decision. They may contact you with further instructions if necessary."
msgstr "Właściciel dokumentu został poinformowany o Twojej decyzji. Mogą się z Tobą skontaktować w celu podania dalszych instrukcji, jeśli to konieczne."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:192
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "The document was created but could not be sent to recipients."
msgstr "Dokument został utworzony, ale nie mógł zostać wysłany do odbiorców."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:157
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "The document will be hidden from your account"
msgstr "Dokument zostanie ukryty w Twoim koncie"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:342
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "The document will be immediately sent to recipients if this is checked."
msgstr "Dokument zostanie natychmiast wysłany do odbiorców, jeśli to zostanie zaznaczone."
-#: packages/ui/components/document/document-send-email-message-helper.tsx:29
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "The document's name"
msgstr "Nazwa dokumentu"
-#: apps/remix/app/components/forms/signin.tsx:242
+#: apps/remix/app/components/forms/signin.tsx
msgid "The email or password provided is incorrect"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:172
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:196
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "The events that will trigger a webhook to be sent to your URL."
msgstr "Wydarzenia, które wyzwolą webhook do wysłania do Twojego URL."
-#: packages/email/templates/bulk-send-complete.tsx:62
+#: packages/email/templates/bulk-send-complete.tsx
msgid "The following errors occurred:"
msgstr "Wystąpiły następujące błędy:"
-#: packages/email/templates/team-delete.tsx:37
+#: packages/email/templates/team-delete.tsx
msgid "The following team has been deleted by its owner. You will no longer be able to access this team and its documents"
msgstr "Następujący zespół został usunięty przez jego właściciela. Nie będziesz mógł już uzyskać dostępu do tego zespołu i jego dokumentów"
-#: packages/email/templates/team-delete.tsx:36
+#: packages/email/templates/team-delete.tsx
msgid "The following team has been deleted by you"
msgstr "Następujący zespół został usunięty przez Ciebie"
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:141
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "The ownership of team <0>{0}0> has been successfully transferred to you."
msgstr "Własność zespołu <0>{0}0> została pomyślnie przeniesiona na Ciebie."
-#: apps/remix/app/components/general/generic-error-layout.tsx:43
+#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "The page you are looking for was moved, removed, renamed or might never have existed."
msgstr "Strona, której szukasz, została przeniesiona, usunięta, zmieniona lub mogła nigdy nie istnieć."
-#: packages/ui/primitives/document-password-dialog.tsx:53
-msgid "The password you have entered is incorrect. Please try again."
-msgstr "Wprowadzone hasło jest niepoprawne. Proszę spróbować ponownie."
-
-#: apps/remix/app/components/forms/public-profile-form.tsx:117
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "The profile link has been copied to your clipboard"
msgstr "Link do profilu został skopiowany do schowka"
-#: apps/remix/app/routes/_profile+/_layout.tsx:104
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "The profile you are looking for could not be found."
msgstr "Profil, którego szukasz, nie mógł zostać znaleziony."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:377
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "The public description that will be displayed with this template"
msgstr "Publiczny opis, który zostanie wyświetlony z tym szablonem"
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:355
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "The public name for your template"
msgstr "Publiczna nazwa Twojego szablonu"
-#: packages/email/template-components/template-document-super-delete.tsx:38
+#: packages/email/template-components/template-document-super-delete.tsx
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:135
+#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "The recipient can prepare the document for later signers by pre-filling suggest values."
msgstr ""
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:111
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "The recipient has been updated successfully"
msgstr "Odbiorca został pomyślnie zaktualizowany"
-#: packages/ui/components/recipient/recipient-role-select.tsx:104
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:61
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:40
+#: packages/ui/components/recipient/recipient-role-select.tsx
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:82
+#: packages/ui/components/recipient/recipient-role-select.tsx
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."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:230
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "The selected team member will receive an email which they must accept before the team is transferred"
msgstr "Wybrany członek zespołu otrzyma e-mail, który musi zaakceptować przed przeniesieniem zespołu"
-#: packages/ui/components/document/document-share-button.tsx:51
+#: packages/ui/components/document/document-share-button.tsx
msgid "The sharing link could not be created at this time. Please try again."
msgstr "Nie udało się utworzyć linku udostępnienia w tym czasie. Proszę spróbować ponownie."
-#: packages/ui/components/document/document-share-button.tsx:46
+#: packages/ui/components/document/document-share-button.tsx
msgid "The sharing link has been copied to your clipboard."
msgstr "Link do udostępniania został skopiowany do schowka."
-#: packages/ui/components/document/document-send-email-message-helper.tsx:23
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "The signer's email"
msgstr "Adres e-mail podpisującego"
-#: packages/ui/components/document/document-send-email-message-helper.tsx:17
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "The signer's name"
msgstr "Nazwa podpisującego"
-#: apps/remix/app/components/general/avatar-with-recipient.tsx:37
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:116
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:168
-#: packages/ui/primitives/document-flow/add-subject.tsx:238
+#: apps/remix/app/components/general/avatar-with-recipient.tsx
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "The signing link has been copied to your clipboard."
msgstr "Link do podpisu został skopiowany do schowka."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:110
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "The site banner is a message that is shown at the top of the site. It can be used to display important information to your users."
msgstr "Baner strony to wiadomość, która jest wyświetlana u góry strony. Może być używany do wyświetlania ważnych informacji użytkownikom."
-#: packages/email/templates/team-email-removed.tsx:64
+#: packages/email/templates/team-email-removed.tsx
msgid "The team email <0>{teamEmail}0> has been removed from the following team"
msgstr "Email zespołowy <0>{teamEmail}0> został usunięty z następującego zespołu"
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:42
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "The team transfer invitation has been successfully deleted."
msgstr "Zaproszenie do przeniesienia zespołu zostało pomyślnie usunięte."
#. placeholder {0}: transferVerification.name
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:83
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "The team transfer request to <0>{0}0> has expired."
msgstr "Prośba o przeniesienie zespołu do <0>{0}0> wygasła."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:63
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid ""
"The team you are looking for may have been removed, renamed or may have never\n"
" existed."
msgstr ""
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:66
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "The template has been successfully moved to the selected team."
msgstr "Szablon został pomyślnie przeniesiony do wybranego zespołu."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:440
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "The template will be removed from your profile"
msgstr "Szablon zostanie usunięty z Twojego profilu"
-#: apps/remix/app/components/forms/token.tsx:103
+#: apps/remix/app/components/forms/token.tsx
msgid "The token was copied to your clipboard."
msgstr "Token został skopiowany do schowka."
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:81
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "The token was deleted successfully."
msgstr "Token został pomyślnie usunięty."
-#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx:21
+#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx
msgid "The token you have used to reset your password is either expired or it never existed. If you have still forgotten your password, please request a new reset link."
msgstr "Token, którego użyłeś do zresetowania hasła, jest albo wygasły, albo nigdy nie istniał. Jeśli nadal zapomniałeś hasła, poproś o nowy link resetujący."
-#: apps/remix/app/components/forms/signin.tsx:246
+#: apps/remix/app/components/forms/signin.tsx
msgid "The two-factor authentication code provided is incorrect"
msgstr ""
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:121
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:120
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:145
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "The URL for Documenso to send webhook events to."
msgstr "URL dla Documenso do wysyłania zdarzeń webhook."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:74
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "The webhook has been successfully deleted."
msgstr "Webhook został pomyślnie usunięty."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:74
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:71
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "The webhook has been updated successfully."
msgstr "Webhook został pomyślnie zaktualizowany."
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:88
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "The webhook was successfully created."
msgstr "Webhook został pomyślnie utworzony."
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:25
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "There are no active drafts at the current moment. You can upload a document to start drafting."
msgstr "Brak aktywnych szkiców. Prześlij, aby utworzyć."
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:20
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "There are no completed documents yet. Documents that you have created or received will appear here once completed."
msgstr "Brak zakończonych dokumentów. Utworzone lub odebrane dokumentu pojawią się tutaj, gdy zostaną zakończone."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:69
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "They have permission on your behalf to:"
msgstr "Mają pozwolenie w Twoim imieniu na:"
-#: apps/remix/app/components/forms/signin.tsx:45
+#: apps/remix/app/components/forms/signin.tsx
msgid "This account has been disabled. Please contact support."
msgstr ""
-#: apps/remix/app/components/forms/signin.tsx:232
+#: apps/remix/app/components/forms/signin.tsx
msgid "This account has not been verified. Please verify your account before signing in."
msgstr ""
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:102
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:98
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:98
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "This action is not reversible. Please be certain."
msgstr "Ta akcja nie jest odwracalna. Proszę być pewnym."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:102
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "This action is reversible, but please be careful as the account may be affected permanently (e.g. their settings and contents not being restored properly)."
msgstr "Ta akcja jest odwracalna, ale proszę być ostrożnym, ponieważ konto może zostać trwałe uszkodzone (np. ich ustawienia i zawartość mogą nie zostać prawidłowo przywrócone)."
-#: packages/ui/components/document/document-global-auth-action-select.tsx:71
+#: packages/ui/components/document/document-global-auth-action-select.tsx
msgid "This can be overriden by setting the authentication requirements directly on each recipient in the next step."
msgstr "To można nadpisać, ustawiając wymagania dotyczące uwierzytelniania bezpośrednio na każdym odbiorcy w następnym kroku."
-#: packages/email/template-components/template-document-super-delete.tsx:31
+#: packages/email/template-components/template-document-super-delete.tsx
msgid "This document can not be recovered, if you would like to dispute the reason for future documents please contact support."
msgstr "Dokument ten nie może być odzyskany. Jeśli chcesz zakwestionować przyczynę przyszłych dokumentów, skontaktuj się z administracją."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:70
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "This document could not be deleted at this time. Please try again."
msgstr "Nie można usunąć tego dokumentu w tej chwili. Proszę spróbować ponownie."
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:77
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "This document could not be duplicated at this time. Please try again."
msgstr "Nie można skopiować tego dokumentu w tej chwili. Proszę spróbować ponownie."
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:104
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
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:772
+#: packages/ui/primitives/document-flow/add-fields.tsx
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."
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:198
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "This document has been cancelled by the owner and is no longer available for others to sign."
msgstr "Ten dokument został anulowany przez właściciela i nie jest już dostępny do podpisania przez innych."
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:188
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "This document has been cancelled by the owner."
msgstr "Ten dokument został anulowany przez właściciela."
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:221
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document has been signed by all recipients"
msgstr "Ten dokument został podpisany przez wszystkich odbiorców"
-#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx:224
+#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document is currently a draft and has not been sent"
msgstr "Ten dokument jest obecnie szkicowany i nie został wysłany"
-#: packages/ui/primitives/document-password-dialog.tsx:67
-msgid "This document is password protected. Please enter the password to view the document."
-msgstr "Ten dokument jest zabezpieczony hasłem. Proszę wprowadzić hasło, aby wyświetlić dokument."
-
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:144
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "This document was created by you or a team member using the template above."
msgstr "Ten dokument został stworzony przez Ciebie lub członka zespołu przy użyciu powyższego szablonu."
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:156
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
msgid "This document was created using a direct link."
msgstr "Ten dokument został stworzony przy użyciu bezpośredniego linku."
-#: packages/email/template-components/template-footer.tsx:17
+#: packages/email/template-components/template-footer.tsx
msgid "This document was sent using <0>Documenso.0>"
msgstr "Ten dokument został wysłany za pomocą <0>Documenso.0>"
-#: packages/email/template-components/template-document-rejection-confirmed.tsx:26
+#: packages/email/template-components/template-document-rejection-confirmed.tsx
msgid "This email confirms that you have rejected the document <0>\"{documentName}\"0> sent by {documentOwnerName}."
msgstr "Ten email potwierdza, że odrzuciłeś dokument <0>\"{documentName}\"0> wysłany przez {documentOwnerName}."
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:90
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "This email is already being used by another team."
msgstr "Ten e-mail jest już używany przez inny zespół."
-#: packages/ui/components/document/document-email-checkboxes.tsx:55
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This email is sent to the document owner when a recipient has signed the document."
msgstr "Ten e-mail jest wysyłany do właściciela dokumentu, gdy odbiorca podpisze dokument."
-#: packages/ui/components/document/document-email-checkboxes.tsx:131
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This email is sent to the recipient if they are removed from a pending document."
msgstr "Ten e-mail jest wysyłany do odbiorcy, jeśli zostanie usunięty z oczekującego dokumentu."
-#: packages/ui/components/document/document-email-checkboxes.tsx:93
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This email is sent to the recipient requesting them to sign the document."
msgstr "Ten e-mail jest wysyłany do odbiorcy, prosząc go o podpisanie dokumentu."
-#: packages/ui/components/document/document-email-checkboxes.tsx:169
+#: packages/ui/components/document/document-email-checkboxes.tsx
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:642
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
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."
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:277
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "This is how the document will reach the recipients once the document is ready for signing."
msgstr "W ten sposób dokument dotrze do odbiorców, gdy tylko dokument będzie gotowy do podpisania."
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:79
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "This link is invalid or has expired. Please contact your team to resend a transfer request."
msgstr "Ten link jest nieprawidłowy lub wygasł. Proszę skontaktować się ze swoim zespołem, aby ponownie wysłać prośbę o transfer."
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:102
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "This link is invalid or has expired. Please contact your team to resend a verification."
msgstr "Ten link jest nieprawidłowy lub wygasł. Proszę skontaktować się ze swoim zespołem, aby ponownie wysłać weryfikację."
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:207
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "This passkey has already been registered."
msgstr "Ten klucz dostępu został już zarejestrowany."
-#: apps/remix/app/components/forms/signin.tsx:190
+#: apps/remix/app/components/forms/signin.tsx
msgid "This passkey is not configured for this application. Please login and add one in the user settings."
msgstr "Ten klucz dostępu nie jest skonfigurowany dla tej aplikacji. Proszę zalogować się i dodać jeden w ustawieniach użytkownika."
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:149
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "This price includes minimum 5 seats."
msgstr "Ta cena obejmuje co najmniej 5 miejsc."
-#: packages/ui/primitives/document-flow/add-fields.tsx:1103
+#: packages/ui/primitives/document-flow/add-fields.tsx
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."
-#: apps/remix/app/components/forms/signin.tsx:194
+#: apps/remix/app/components/forms/signin.tsx
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:197
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "This signer has already signed the document."
msgstr "Ten sygnatariusz już podpisał dokument."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:199
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "This team, and any associated data excluding billing invoices will be permanently deleted."
msgstr "Ten zespół oraz wszelkie powiązane dane, z wyjątkiem faktur, zostaną trwale usunięte."
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "This template could not be deleted at this time. Please try again."
msgstr "Ten szablon nie mógł zostać usunięty w tej chwili. Proszę spróbować ponownie."
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:99
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "This token is invalid or has expired. No action is needed."
msgstr "Ten token jest nieprawidłowy lub wygasł. Nie wymaga żadnej akcji."
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:102
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "This token is invalid or has expired. Please contact your team for a new invitation."
msgstr "Ten token jest nieprawidłowy lub wygasł. Proszę skontaktować się ze swoim zespołem o nowe zaproszenie."
-#: apps/remix/app/components/forms/team-update-form.tsx:84
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:97
+#: apps/remix/app/components/forms/team-update-form.tsx
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "This URL is already in use."
msgstr "Ten URL jest już używany."
-#: apps/remix/app/components/forms/signup.tsx:74
+#: apps/remix/app/components/forms/signup.tsx
msgid "This username has already been taken"
msgstr "Ta nazwa użytkownika została już zajęta"
-#: packages/ui/components/document/document-email-checkboxes.tsx:246
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This will be sent to all recipients if a pending document has been deleted."
msgstr "To zostanie wysłane do wszystkich odbiorców, jeśli oczekujący dokument został usunięty."
-#: packages/ui/components/document/document-email-checkboxes.tsx:208
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This will be sent to all recipients once the document has been fully completed."
msgstr "To zostanie wysłane do wszystkich odbiorców, gdy dokument będzie całkowicie ukończony."
-#: packages/ui/components/document/document-email-checkboxes.tsx:284
+#: packages/ui/components/document/document-email-checkboxes.tsx
msgid "This will be sent to the document owner once the document has been fully completed."
msgstr "To zostanie wysłane do właściciela dokumentu, gdy dokument zostanie w pełni ukończony."
-#: packages/ui/components/recipient/recipient-action-auth-select.tsx:47
+#: packages/ui/components/recipient/recipient-action-auth-select.tsx
msgid "This will override any global settings."
msgstr "To zastąpi wszystkie globalne ustawienia."
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:44
-#: apps/remix/app/components/tables/document-logs-table.tsx:67
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
+#: apps/remix/app/components/tables/document-logs-table.tsx
msgid "Time"
msgstr "Czas"
-#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx:108
+#: apps/remix/app/routes/_authenticated+/documents.$id.logs.tsx
msgid "Time zone"
msgstr "Strefa czasowa"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:136
-#: packages/ui/primitives/template-flow/add-template-settings.tsx:482
-#: packages/ui/primitives/document-flow/add-settings.tsx:357
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
+#: packages/ui/primitives/template-flow/add-template-settings.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Time Zone"
msgstr "Strefa czasowa"
-#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx:62
-#: apps/remix/app/components/tables/templates-table.tsx:68
-#: apps/remix/app/components/tables/documents-table.tsx:53
-#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx:107
-#: packages/ui/primitives/document-flow/add-settings.tsx:164
+#: apps/remix/app/routes/_authenticated+/admin+/documents._index.tsx
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/documents-table.tsx
+#: apps/remix/app/components/general/template/template-page-view-documents-table.tsx
+#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Title"
msgstr "Tytuł"
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:131
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "To accept this invitation you must create an account."
msgstr "Aby zaakceptować to zaproszenie, musisz założyć konto."
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:122
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "To change the email you must remove and add a new email address."
msgstr "Aby zmienić e-mail, musisz usunąć i dodać nowy adres e-mail."
#. placeholder {0}: userToEnable.email
#. placeholder {0}: userToDisable.email
#. placeholder {0}: user.email
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:100
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:113
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:109
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "To confirm, please enter the accounts email address <0/>({0})."
msgstr "Aby potwierdzić, proszę wpisać adres e-mail konta <0/>({0})."
-#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx:105
+#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
msgid "To confirm, please enter the reason"
msgstr "Aby potwierdzić, proszę wpisać powód"
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:126
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "To decline this invitation you must create an account."
msgstr "Aby odrzucić to zaproszenie, musisz założyć konto."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:203
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "To enable two-factor authentication, scan the following QR code using your authenticator app."
msgstr "Aby włączyć uwierzytelnianie dwuetapowe, zeskanuj poniższy kod QR za pomocą swojej aplikacji uwierzytelniającej."
-#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx:19
+#: apps/remix/app/routes/_unauthenticated+/unverified-account.tsx
msgid "To gain access to your account, please confirm your email address by clicking on the confirmation link from your inbox."
msgstr "Aby uzyskać dostęp do swojego konta, proszę potwierdzić swój adres e-mail, klikając na link potwierdzający w swojej skrzynce odbiorczej."
#. placeholder {0}: recipient.email
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:58
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
msgid "To mark this document as viewed, you need to be logged in as <0>{0}0>"
msgstr "Aby oznaczyć ten dokument jako wyświetlony, musisz być zalogowany jako <0>{0}0>"
#. placeholder {0}: emptyCheckboxFields.length > 0 ? 'Checkbox' : emptyRadioFields.length > 0 ? 'Radio' : 'Select'
#. placeholder {0}: emptyCheckboxFields.length > 0 ? 'Checkbox' : emptyRadioFields.length > 0 ? 'Radio' : 'Select'
-#: packages/ui/primitives/template-flow/add-template-fields.tsx:959
-#: packages/ui/primitives/document-flow/add-fields.tsx:1086
+#: packages/ui/primitives/template-flow/add-template-fields.tsx
+#: packages/ui/primitives/document-flow/add-fields.tsx
msgid "To proceed further, please set at least one value for the {0} field."
msgstr "Aby kontynuować, ustaw przynajmniej jedną wartość dla pola {0}."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:56
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "To use our electronic signature service, you must have access to:"
msgstr "Aby skorzystać z naszej usługi podpisu elektronicznego, musisz mieć dostęp do:"
-#: apps/remix/app/components/embed/embed-authentication-required.tsx:30
+#: apps/remix/app/components/embed/embed-authentication-required.tsx
msgid "To view this document you need to be signed into your account, please sign in to continue."
msgstr "Aby zobaczyć ten dokument, musisz być zalogowany na swoje konto, proszę zaloguj się, aby kontynuować."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:187
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Toggle the switch to hide your profile from the public."
msgstr "Przełącz przełącznik, aby ukryć swój profil przed publicznością."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:199
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "Toggle the switch to show your profile to the public."
msgstr "Przełącz przełącznik, aby pokazać swój profil publicznie."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:242
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Token"
msgstr "Token"
-#: apps/remix/app/components/forms/token.tsx:102
+#: apps/remix/app/components/forms/token.tsx
msgid "Token copied to clipboard"
msgstr "Token został skopiowany do schowka"
-#: apps/remix/app/components/forms/token.tsx:123
+#: apps/remix/app/components/forms/token.tsx
msgid "Token created"
msgstr "Token został utworzony"
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:80
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Token deleted"
msgstr "Token usunięty"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:95
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Token doesn't have an expiration date"
msgstr "Token nie ma daty wygaśnięcia"
-#: apps/remix/app/components/forms/token.tsx:187
+#: apps/remix/app/components/forms/token.tsx
msgid "Token expiration date"
msgstr "Data wygaśnięcia tokena"
-#: apps/remix/app/components/forms/reset-password.tsx:79
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "Token has expired. Please try again."
msgstr "Token wygasł. Proszę spróbować ponownie."
-#: apps/remix/app/components/forms/token.tsx:159
+#: apps/remix/app/components/forms/token.tsx
msgid "Token name"
msgstr "Nazwa tokena"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:85
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Documents"
msgstr "Łączna liczba dokumentów"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:124
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Recipients"
msgstr "Łączna liczba odbiorców"
-#: packages/email/templates/bulk-send-complete.tsx:49
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Total rows processed: {totalProcessed}"
msgstr "Łączna liczba przetworzonych wierszy: {totalProcessed}"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:169
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Signers that Signed Up"
msgstr "Łączna liczba podpisujących, którzy się zarejestrowali"
-#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx:84
+#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Total Users"
msgstr "Łączna liczba użytkowników"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:74
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "transfer {teamName}"
msgstr "przenieś {teamName}"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:158
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Transfer ownership of this team to a selected team member."
msgstr "Przenieś własność tego zespołu na wybranego członka zespołu."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:173
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:145
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:154
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "Transfer team"
msgstr "Przenieś zespół"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:177
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "Transfer the ownership of the team to another team member."
msgstr "Przenieś własność zespołu na innego członka zespołu."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:160
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:159
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:184
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Triggers"
msgstr "Wyzwalacze"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:84
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Two factor authentication"
msgstr "Uwierzytelnianie dwuetapowe"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:120
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Two factor authentication recovery codes are used to access your account in the event that you lose access to your authenticator app."
msgstr "Kody odzyskiwania uwierzytelniania dwuetapowego są używane do uzyskania dostępu do Twojego konta w przypadku, gdy stracisz dostęp do aplikacji uwierzytelniającej."
-#: apps/remix/app/components/forms/signin.tsx:426
+#: apps/remix/app/components/forms/signin.tsx
msgid "Two-Factor Authentication"
msgstr "Uwierzytelnianie dwuetapowe"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:85
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Two-factor authentication disabled"
msgstr "Uwierzytelnianie dwuetapowe wyłączone"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:100
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Two-factor authentication enabled"
msgstr "Uwierzytelnianie dwuetapowe włączone"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:87
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Two-factor authentication has been disabled for your account. You will no longer be required to enter a code from your authenticator app when signing in."
msgstr "Uwierzytelnianie dwuetapowe zostało wyłączone dla Twojego konta. Nie będziesz już musiał wprowadzać kodu z aplikacji uwierzytelniającej podczas logowania."
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:126
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
msgid "Two-Factor Re-Authentication"
msgstr "Ponowna autoryzacja za pomocą dwuetapowej weryfikacji"
-#: apps/remix/app/components/tables/templates-table.tsx:81
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:65
+#: apps/remix/app/components/tables/templates-table.tsx
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Type"
msgstr "Typ"
-#: apps/remix/app/components/general/app-command-menu.tsx:181
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Type a command or search..."
msgstr "Wpisz polecenie lub wyszukaj..."
-#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx:129
+#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "Typed signatures are not allowed. Please draw your signature."
msgstr "Podpisy pisane nie są dozwolone. Proszę narysować swój podpis."
-#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx:23
+#: apps/remix/app/routes/_unauthenticated+/verify-email._index.tsx
msgid "Uh oh! Looks like you're missing a token"
msgstr "Ups! Wygląda na to, że brakuje Ci tokenu"
-#: apps/remix/app/components/general/app-command-menu.tsx:311
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Unable to change the language at this time. Please try again later."
msgstr "Nie można zmienić języka w tej chwili. Spróbuj ponownie później."
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:31
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "Unable to copy recovery code"
msgstr "Nie można skopiować kodu odzyskiwania"
-#: apps/remix/app/components/forms/token.tsx:107
+#: apps/remix/app/components/forms/token.tsx
msgid "Unable to copy token"
msgstr "Nie można skopiować tokena"
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:104
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/components/general/teams/team-invitations.tsx:170
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Unable to decline this team invitation at this time."
msgstr "Nie można w tej chwili odrzucić zaproszenia do zespołu."
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:80
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Unable to delete invitation. Please try again."
msgstr "Nie można usunąć zaproszenia. Proszę spróbować ponownie."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:92
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Unable to delete team"
msgstr "Nie można usunąć zespołu"
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:98
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Unable to disable two-factor authentication"
msgstr "Nie można wyłączyć uwierzytelniania dwuetapowego"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:133
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "Unable to join this team at this time."
msgstr "Nie można dołączyć do tego zespołu w tej chwili."
-#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx:69
-#: apps/remix/app/components/general/document/document-history-sheet.tsx:125
+#: apps/remix/app/components/general/document/document-page-view-recent-activity.tsx
+#: apps/remix/app/components/general/document/document-history-sheet.tsx
msgid "Unable to load document history"
msgstr "Nie można załadować historii dokumentu"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:54
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "Unable to load documents"
msgstr "Nie można załadować dokumentów"
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:105
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
msgid "Unable to load your public profile templates at this time"
msgstr "Nie można załadować szablonów publicznego profilu w tej chwili"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:81
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Unable to remove email verification at this time. Please try again."
msgstr "Nie można usunąć weryfikacji e-maila w tej chwili. Proszę spróbować ponownie."
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:62
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "Unable to remove team email at this time. Please try again."
msgstr "Nie można usunąć e-maila zespołu w tej chwili. Proszę spróbować ponownie."
-#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx:63
+#: apps/remix/app/components/tables/team-settings-member-invites-table.tsx
msgid "Unable to resend invitation. Please try again."
msgstr "Nie można ponownie wysłać zaproszenia. Proszę spróbować ponownie."
-#: apps/remix/app/components/general/teams/team-email-dropdown.tsx:39
+#: apps/remix/app/components/general/teams/team-email-dropdown.tsx
msgid "Unable to resend verification at this time. Please try again."
msgstr "Nie można ponownie wysłać weryfikacji w tej chwili. Proszę spróbować ponownie."
-#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx:17
+#: apps/remix/app/routes/_unauthenticated+/reset-password._index.tsx
msgid "Unable to reset password"
msgstr "Nie można zresetować hasła"
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:81
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:107
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Unable to setup two-factor authentication"
msgstr "Nie można skonfigurować uwierzytelniania dwuetapowego"
-#: apps/remix/app/components/forms/signin.tsx:230
-#: apps/remix/app/components/forms/signin.tsx:251
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
msgid "Unable to sign in"
msgstr "Nie można się zalogować"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:49
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:163
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "Unauthorized"
msgstr "Nieautoryzowany"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:153
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
msgid "Uncompleted"
msgstr "Niezakończony"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:245
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:270
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:281
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:292
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:61
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Unknown"
msgstr "Nieznany"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:79
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
msgid "Unpaid"
msgstr "Nieopłacone"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:167
-#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx:175
-#: apps/remix/app/components/forms/public-profile-form.tsx:278
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:190
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:163
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:425
-#: packages/ui/primitives/document-flow/add-subject.tsx:81
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
+#: apps/remix/app/components/tables/settings-public-profile-templates-table.tsx
+#: apps/remix/app/components/forms/public-profile-form.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "Update"
msgstr "Zaktualizuj"
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:216
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Update Banner"
msgstr "Zaktualizuj baner"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:123
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "Update passkey"
msgstr "Zaktualizuj klucz dostępu"
-#: apps/remix/app/components/forms/password.tsx:154
+#: apps/remix/app/components/forms/password.tsx
msgid "Update password"
msgstr "Zaktualizuj hasło"
-#: apps/remix/app/components/forms/profile.tsx:137
+#: apps/remix/app/components/forms/profile.tsx
msgid "Update profile"
msgstr "Zaktualizuj profil"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:172
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "Update Recipient"
msgstr "Zaktualizuj odbiorcę"
-#: apps/remix/app/components/tables/team-settings-members-table.tsx:131
+#: apps/remix/app/components/tables/team-settings-members-table.tsx
msgid "Update role"
msgstr "Zaktualizuj rolę"
-#: apps/remix/app/components/forms/team-update-form.tsx:173
+#: apps/remix/app/components/forms/team-update-form.tsx
msgid "Update team"
msgstr "Zaktualizuj zespół"
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:110
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:118
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "Update team email"
msgstr "Zaktualizuj e-mail zespołu"
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:135
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:143
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "Update team member"
msgstr "Zaktualizuj członka zespołu"
-#: packages/lib/constants/template.ts:13
+#: packages/lib/constants/template.ts
msgid "Update the role and add fields as required for the direct recipient. The individual who uses the direct link will sign the document as the direct recipient."
msgstr "Zaktualizuj rolę i dodaj pola, jeśli to konieczne dla bezpośredniego odbiorcy. Osoba, która korzysta z bezpośredniego linku, podpisze dokument jako bezpośredni odbiorca."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:147
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "Update user"
msgstr "Zaktualizuj użytkownika"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:203
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:204
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Update webhook"
msgstr "Zaktualizuj webhook"
-#: apps/remix/app/components/forms/password.tsx:154
+#: apps/remix/app/components/forms/password.tsx
msgid "Updating password..."
msgstr "Aktualizowanie hasła..."
-#: apps/remix/app/components/forms/profile.tsx:137
+#: apps/remix/app/components/forms/profile.tsx
msgid "Updating profile..."
msgstr "Aktualizacja profilu..."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:111
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Updating Your Information"
msgstr "Aktualizacja Twoich informacji"
-#: packages/ui/primitives/document-dropzone.tsx:162
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Upgrade"
msgstr "Ulepsz"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:131
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Upload a CSV file to create multiple documents from this template. Each row represents one document with its recipient details."
msgstr "Prześlij plik CSV, aby utworzyć wiele dokumentów z tego szablonu. Każda linia reprezentuje jeden dokument z jego szczegółami odbiorcy."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:424
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Upload a custom document to use instead of the template's default document"
msgstr "Prześlij niestandardowy dokument do użycia zamiast domyślnego dokumentu szablonu"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:266
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Upload and Process"
msgstr "Prześlij i przetwórz"
-#: apps/remix/app/components/forms/avatar-image.tsx:175
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Upload Avatar"
msgstr "Prześlij awatar"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:197
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Upload CSV"
msgstr "Prześlij CSV"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:417
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Upload custom document"
msgstr "Prześlij niestandardowy dokument"
-#: packages/ui/primitives/signature-pad/signature-pad.tsx:519
+#: packages/ui/primitives/signature-pad/signature-pad.tsx
msgid "Upload Signature"
msgstr "Prześlij podpis"
-#: packages/ui/primitives/document-dropzone.tsx:68
+#: packages/ui/primitives/document-dropzone.tsx
msgid "Upload Template Document"
msgstr "Prześlij dokument szablonu"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:255
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Upload your brand logo (max 5MB, JPG, PNG, or WebP)"
msgstr "Prześlij logo swojej marki (maks. 5MB, JPG, PNG lub WebP)"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:29
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:30
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
msgid "Uploaded by"
msgstr "Przesłane przez"
-#: apps/remix/app/components/forms/avatar-image.tsx:91
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Uploaded file is too large"
msgstr "Przesłany plik jest zbyt duży"
-#: apps/remix/app/components/forms/avatar-image.tsx:92
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Uploaded file is too small"
msgstr "Przesłany plik jest zbyt mały"
-#: apps/remix/app/components/forms/avatar-image.tsx:93
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Uploaded file not an allowed file type"
msgstr "Przesłany plik nie jest dozwolonym typem pliku"
-#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx:194
+#: apps/remix/app/routes/_authenticated+/templates.$id._index.tsx
msgid "Use"
msgstr "Użyj"
-#: apps/remix/app/components/forms/signin.tsx:483
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:182
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Use Authenticator"
msgstr "Użyj Authenticatora"
-#: apps/remix/app/components/forms/signin.tsx:481
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:180
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "Use Backup Code"
msgstr "Użyj kodu zapasowego"
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:217
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Use Template"
msgstr "Użyj szablonu"
-#: apps/remix/app/components/tables/internal-audit-log-table.tsx:45
-#: apps/remix/app/components/tables/document-logs-table.tsx:72
+#: apps/remix/app/components/tables/internal-audit-log-table.tsx
+#: apps/remix/app/components/tables/document-logs-table.tsx
msgid "User"
msgstr "Użytkownik"
-#: apps/remix/app/components/forms/password.tsx:77
+#: apps/remix/app/components/forms/password.tsx
msgid "User has no password."
msgstr "Użytkownik nie ma hasła."
-#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx:45
+#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "User ID"
msgstr "ID użytkownika"
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:54
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:57
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:57
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "User not found."
msgstr "Nie znaleziono użytkownika."
-#: apps/remix/app/components/forms/signup.tsx:231
+#: apps/remix/app/components/forms/signup.tsx
msgid "User profiles are here!"
msgstr "Profile użytkowników są tutaj!"
-#: apps/remix/app/components/general/menu-switcher.tsx:258
+#: apps/remix/app/components/general/menu-switcher.tsx
msgid "User settings"
msgstr "Ustawienia użytkownika"
-#: apps/remix/app/components/forms/signup.tsx:72
+#: apps/remix/app/components/forms/signup.tsx
msgid "User with this email already exists. Please use a different email address."
msgstr "Użytkownik z tym adresem e-mail już istnieje. Proszę użyć innego adresu e-mail."
-#: apps/remix/app/components/forms/signup.tsx:56
+#: apps/remix/app/components/forms/signup.tsx
msgid "Username can only container alphanumeric characters and dashes."
msgstr "Nazwa użytkownika może zawierać tylko znaki alfanumeryczne i myślniki."
-#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx:55
+#: apps/remix/app/routes/_authenticated+/admin+/_layout.tsx
msgid "Users"
msgstr "Użytkownicy"
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:187
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx:131
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/checkbox-field.tsx
msgid "Validation"
msgstr "Walidacja"
-#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx:75
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:90
-#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx:95
+#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
+#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Value"
msgstr "Wartość"
-#: apps/remix/app/components/general/verify-email-banner.tsx:104
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verification Email Sent"
msgstr "Wysłano wiadomość e-mail z weryfikacją"
-#: apps/remix/app/components/general/verify-email-banner.tsx:47
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verification email sent successfully."
msgstr "Wiadomość e-mail z weryfikacją została wysłana pomyślnie."
-#: apps/remix/app/components/general/verify-email-banner.tsx:106
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verify Now"
msgstr "Zweryfikuj teraz"
-#: apps/remix/app/components/general/verify-email-banner.tsx:116
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verify your email address"
msgstr "Zweryfikuj swój adres e-mail"
-#: apps/remix/app/components/general/verify-email-banner.tsx:92
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "Verify your email address to unlock all features."
msgstr "Zweryfikuj swój adres e-mail, aby odblokować wszystkie funkcje."
-#: apps/remix/app/components/general/document/document-upload.tsx:57
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Verify your email to upload documents."
msgstr "Zweryfikuj adres e-mail, aby przesłać dokumenty."
-#: packages/email/templates/confirm-team-email.tsx:72
+#: packages/email/templates/confirm-team-email.tsx
msgid "Verify your team email address"
msgstr "Zweryfikuj swój adres e-mail zespołu"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx:80
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/audit-log.tsx
msgid "Version History"
msgstr "Historia wersji"
-#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx:100
-#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx:121
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:124
-#: apps/remix/app/components/tables/documents-table-action-button.tsx:133
-#: apps/remix/app/components/general/document/document-page-view-button.tsx:95
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:177
-#: packages/lib/constants/recipient-roles.ts:28
+#: apps/remix/app/components/tables/team-settings-billing-invoices-table.tsx
+#: apps/remix/app/components/tables/documents-table-action-dropdown.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/tables/documents-table-action-button.tsx
+#: apps/remix/app/components/general/document/document-page-view-button.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "View"
msgstr "Widok"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:170
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "View activity"
msgstr "Wyświetl aktywność"
-#: packages/email/templates/confirm-team-email.tsx:96
+#: packages/email/templates/confirm-team-email.tsx
msgid "View all documents sent to and from this email address"
msgstr "Wyświetl wszystkie dokumenty wysłane do i z tego adresu e-mail"
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:77
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "View all documents sent to your account"
msgstr "Wyświetl wszystkie dokumenty wysłane na twoje konto"
-#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx:164
+#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "View all recent security activity related to your account."
msgstr "Wyświetl wszystkie ostatnie aktywności związane z bezpieczeństwem twojego konta."
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:149
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "View all related documents"
msgstr "Zobacz wszystkie powiązane dokumenty"
-#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx:19
+#: apps/remix/app/routes/_authenticated+/settings+/security.activity.tsx
msgid "View all security activity related to your account."
msgstr "Wyświetl wszystkie aktywności związane z bezpieczeństwem twojego konta."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:87
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "View Codes"
msgstr "Wyświetl kody"
-#: packages/email/templates/document-created-from-direct-template.tsx:76
+#: packages/email/templates/document-created-from-direct-template.tsx
msgid "View document"
msgstr "Zobacz dokument"
-#: apps/remix/app/components/general/document-signing/document-signing-form.tsx:183
-#: packages/ui/primitives/document-flow/add-subject.tsx:85
-#: packages/ui/primitives/document-flow/add-subject.tsx:86
-#: packages/email/template-components/template-document-rejected.tsx:44
-#: packages/email/template-components/template-document-invite.tsx:107
+#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
+#: packages/email/template-components/template-document-rejected.tsx
+#: packages/email/template-components/template-document-invite.tsx
msgid "View Document"
msgstr "Wyświetl dokument"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:154
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "View documents associated with this email"
msgstr "Wyświetl dokumenty powiązane z tym e-mailem"
-#: apps/remix/app/components/general/teams/team-invitations.tsx:54
+#: apps/remix/app/components/general/teams/team-invitations.tsx
msgid "View invites"
msgstr "Wyświetl zaproszenia"
-#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx:87
+#: apps/remix/app/components/general/template/template-page-view-recent-activity.tsx
msgid "View more"
msgstr "Zobacz więcej"
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:225
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "View Original Document"
msgstr "Wyświetl oryginalny dokument"
-#: packages/email/template-components/template-document-self-signed.tsx:80
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "View plans"
msgstr "Zobacz plany"
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:96
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:125
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
msgid "View Recovery Codes"
msgstr "Wyświetl kody odzyskiwania"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx:70
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "View teams"
msgstr "Wyświetl zespoły"
-#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx:275
-#: apps/remix/app/components/general/document/document-page-view-recipients.tsx:119
-#: packages/lib/constants/recipient-roles.ts:29
+#: apps/remix/app/routes/_internal+/[__htmltopdf]+/certificate.tsx
+#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewed"
msgstr "Wyświetlono"
-#: packages/lib/constants/recipient-roles.ts:31
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewer"
msgstr "Użytkownik widoku"
-#: packages/lib/constants/recipient-roles.ts:32
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewers"
msgstr "Widokowcy"
-#: packages/lib/constants/recipient-roles.ts:30
+#: packages/lib/constants/recipient-roles.ts
msgid "Viewing"
msgstr "Wyświetlanie"
-#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx:123
+#: apps/remix/app/components/general/stack-avatars-with-tooltip.tsx
msgid "Waiting"
msgstr "Czekam"
-#: packages/email/template-components/template-document-pending.tsx:31
+#: packages/email/template-components/template-document-pending.tsx
msgid "Waiting for others"
msgstr "Czekam na innych"
-#: packages/lib/server-only/document/send-pending-email.ts:97
+#: packages/lib/server-only/document/send-pending-email.ts
msgid "Waiting for others to complete signing."
msgstr "Czekam na innych, aby zakończyć podpisywanie."
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:168
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "Waiting for others to sign"
msgstr "Czekam na podpisy innych"
-#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:75
-#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx:29
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
+#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
msgid "Waiting for Your Turn"
msgstr "Czekając na Twój Ruch"
-#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx:197
+#: apps/remix/app/routes/_recipient+/sign.$token+/_index.tsx
msgid "Want to send slick signing links like this one? <0>Check out Documenso.0>"
msgstr "Chcesz wysłać eleganckie linki do podpisywania, takie jak ten? <0>Sprawdź Documenso.0>"
-#: apps/remix/app/routes/_profile+/_layout.tsx:68
+#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "Want your own public profile?"
msgstr "Chcesz mieć profil publiczny?"
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:224
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:321
-#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx:357
-#: packages/ui/primitives/document-flow/add-signers.tsx:257
-#: packages/ui/primitives/document-flow/add-signers.tsx:295
-#: packages/ui/primitives/document-flow/add-signers.tsx:334
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Warning: Assistant as last signer"
msgstr ""
-#: apps/remix/app/components/general/billing-portal-button.tsx:25
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:54
-#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx:30
+#: apps/remix/app/components/general/billing-portal-button.tsx
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
+#: apps/remix/app/components/general/teams/team-billing-portal-button.tsx
msgid "We are unable to proceed to the billing portal at this time. Please try again, or contact support."
msgstr "Nie możemy przejść do portalu rozliczeń w tej chwili. Proszę spróbuj ponownie lub skontaktuj się z pomocą techniczną."
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:100
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "We are unable to remove this passkey at the moment. Please try again later."
msgstr "Nie możemy usunąć tego klucza zabezpieczeń w tej chwili. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:78
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
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/remix/app/components/dialogs/template-direct-link-dialog.tsx:155
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
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."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:83
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:80
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "We encountered an error while updating the webhook. Please try again later."
msgstr "Natknęliśmy się na błąd podczas aktualizacji webhooka. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:99
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "We encountered an unknown error while attempting to add this email. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby dodania tego e-maila. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:106
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "We encountered an unknown error while attempting to create a team. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby utworzenia zespołu. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:83
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete it. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby usunięcia tego. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx:36
+#: apps/remix/app/components/tables/user-settings-pending-teams-table-actions.tsx
msgid "We encountered an unknown error while attempting to delete the pending team. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby usunięcia oczekującego zespołu. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:84
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete this team. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby usunięcia tego zespołu. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:90
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete this token. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby usunięcia tego tokena. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:58
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to delete your account. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby usunięcia twojego konta. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx:156
+#: apps/remix/app/components/dialogs/team-member-invite-dialog.tsx
msgid "We encountered an unknown error while attempting to invite team members. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby zaproszenia członków zespołu. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:59
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "We encountered an unknown error while attempting to leave this team. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby opuszczenia tego zespołu. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:141
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "We encountered an unknown error while attempting to remove this template from your profile. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby usunięcia tego szablonu z twojego profilu. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/general/teams/team-transfer-status.tsx:53
+#: apps/remix/app/components/general/teams/team-transfer-status.tsx
msgid "We encountered an unknown error while attempting to remove this transfer. Please try again or contact support."
msgstr "Natknęliśmy się na nieznany błąd podczas próby usunięcia tego transferu. Proszę spróbuj ponownie lub skontaktuj się z pomocą techniczną."
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:59
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "We encountered an unknown error while attempting to remove this user. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby usunięcia tego użytkownika. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:116
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "We encountered an unknown error while attempting to request a transfer of this team. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby zażądania transferu tego zespołu. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/forms/reset-password.tsx:87
+#: apps/remix/app/components/forms/reset-password.tsx
msgid "We encountered an unknown error while attempting to reset your password. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby zresetowania hasła. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:45
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "We encountered an unknown error while attempting to revoke access. Please try again or contact support."
msgstr "Natknęliśmy się na nieznany błąd podczas próby odwołania dostępu. Proszę spróbuj ponownie lub skontaktuj się z pomocą techniczną."
-#: apps/remix/app/components/forms/signin.tsx:267
-#: apps/remix/app/components/forms/signin.tsx:283
+#: apps/remix/app/components/forms/signin.tsx
+#: apps/remix/app/components/forms/signin.tsx
msgid "We encountered an unknown error while attempting to sign you In. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby zalogowania się. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/forms/signup.tsx:183
-#: apps/remix/app/components/forms/signup.tsx:197
+#: apps/remix/app/components/forms/signup.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "We encountered an unknown error while attempting to sign you Up. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby rejestracji. Proszę spróbuj ponownie później."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:91
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "We encountered an unknown error while attempting to update the banner. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby zaktualizowania banera. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:177
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "We encountered an unknown error while attempting to update the template. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby zaktualizowania szablonu. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:101
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "We encountered an unknown error while attempting to update this team member. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby zaktualizowania tego członka zespołu. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/forms/password.tsx:85
-#: apps/remix/app/components/forms/avatar-image.tsx:118
+#: apps/remix/app/components/forms/password.tsx
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "We encountered an unknown error while attempting to update your password. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby zaktualizowania twojego hasła. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/forms/public-profile-form.tsx:105
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "We encountered an unknown error while attempting to update your public profile. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby zaktualizowania twojego profilu publicznego. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/forms/team-update-form.tsx:93
+#: apps/remix/app/components/forms/team-update-form.tsx
msgid "We encountered an unknown error while attempting to update your team. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby zaktualizowania twojego zespołu. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx:88
+#: apps/remix/app/components/dialogs/team-email-update-dialog.tsx
msgid "We encountered an unknown error while attempting update the team email. Please try again later."
msgstr "Natknęliśmy się na nieznany błąd podczas próby zaktualizowania e-maila zespołu. Proszę spróbuj ponownie później."
-#: apps/remix/app/components/forms/profile.tsx:76
+#: apps/remix/app/components/forms/profile.tsx
msgid "We encountered an unknown error while attempting update your profile. Please try again later."
msgstr "Napotkaliśmy nieznany błąd podczas próby aktualizacji Twojego profilu. Proszę spróbować ponownie później."
-#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx:77
+#: apps/remix/app/components/dialogs/team-email-add-dialog.tsx
msgid "We have sent a confirmation email for verification."
msgstr "Wysłaliśmy wiadomość e-mail z potwierdzeniem dla weryfikacji."
-#: apps/remix/app/components/forms/signup.tsx:54
+#: apps/remix/app/components/forms/signup.tsx
msgid "We need a username to create your profile"
msgstr "Potrzebujemy nazwy użytkownika, aby utworzyć Twój profil"
-#: apps/remix/app/components/forms/signup.tsx:49
+#: apps/remix/app/components/forms/signup.tsx
msgid "We need your signature to sign documents"
msgstr "Potrzebujemy Twojego podpisu, aby podpisać dokumenty"
-#: apps/remix/app/components/forms/token.tsx:108
+#: apps/remix/app/components/forms/token.tsx
msgid "We were unable to copy the token to your clipboard. Please try again."
msgstr "Nie udało nam się skopiować tokena do schowka. Spróbuj ponownie."
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:33
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "We were unable to copy your recovery code to your clipboard. Please try again."
msgstr "Nie udało nam się skopiować twojego kodu odzyskiwania do schowka. Spróbuj ponownie."
-#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx:53
+#: apps/remix/app/components/dialogs/team-checkout-create-dialog.tsx
msgid "We were unable to create a checkout session. Please try again, or contact support"
msgstr "Nie udało się utworzyć sesji zakupu. Proszę spróbuj ponownie lub skontaktuj się z pomocą techniczną"
-#: apps/remix/app/components/forms/signup.tsx:73
+#: apps/remix/app/components/forms/signup.tsx
msgid "We were unable to create your account. Please review the information you provided and try again."
msgstr "Nie udało się utworzyć Twojego konta. Proszę sprawdzić podane informacje i spróbować ponownie."
-#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx:100
+#: apps/remix/app/components/forms/2fa/disable-authenticator-app-dialog.tsx
msgid "We were unable to disable two-factor authentication for your account. Please ensure that you have entered your password and backup code correctly and try again."
msgstr "Nie udało nam się wyłączyć uwierzytelniania dwuskładnikowego dla twojego konta. Upewnij się, że wpisałeś poprawnie swoje hasło i kod zapasowy, a następnie spróbuj ponownie."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:35
-#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx:45
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:25
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
+#: apps/remix/app/components/general/document-signing/document-signing-auth-account.tsx
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "We were unable to log you out at this time."
msgstr "Nie udało nam się wylogować w tej chwili."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:134
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "We were unable to set your public profile to public. Please try again."
msgstr "Nie udało nam się ustawić twojego profilu publicznego na publiczny. Proszę spróbuj ponownie."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:83
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:109
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "We were unable to setup two-factor authentication for your account. Please ensure that you have entered your code correctly and try again."
msgstr "Nie udało nam się skonfigurować uwierzytelniania dwuskładnikowego dla twojego konta. Upewnij się, że wpisałeś poprawnie swój kod, a następnie spróbuj ponownie."
-#: apps/remix/app/components/general/direct-template/direct-template-page.tsx:121
-#: apps/remix/app/components/embed/embed-document-signing-page.tsx:169
-#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx:262
+#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
+#: apps/remix/app/components/embed/embed-document-signing-page.tsx
+#: apps/remix/app/components/embed/embed-direct-template-client-page.tsx
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."
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:108
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "We were unable to update your branding preferences at this time, please try again later"
msgstr "Nie udało nam się zaktualizować ustawień dotyczących marki w tym czasie, spróbuj ponownie później"
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:109
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "We were unable to update your document preferences at this time, please try again later"
msgstr "Nie udało nam się zaktualizować preferencji dokumentu w tym czasie, spróbuj ponownie później"
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:166
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "We were unable to verify your details. Please try again or contact support"
msgstr "Nie udało się zweryfikować twoich danych. Proszę spróbuj ponownie lub skontaktuj się z pomocą techniczną"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:57
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "We were unable to verify your email at this time."
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:92
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "We were unable to verify your email. If your email is not verified already, please try again."
msgstr "Nie udało się zweryfikować twojego e-maila. Jeśli twój e-mail nie jest jeszcze zweryfikowany, spróbuj ponownie."
-#: packages/ui/primitives/document-flow/add-subject.tsx:200
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "We will generate signing links for with you, which you can send to the recipients through your method of choice."
msgstr "Wygenerujemy linki do podpisu dla Ciebie, które możesz wysłać do odbiorców w wybrany przez siebie sposób."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:380
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "We will generate signing links for you, which you can send to the recipients through your method of choice."
msgstr "Wygenerujemy dla Ciebie linki do podpisania, które możesz wysłać do odbiorców za pomocą wybranej metody."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:376
-#: packages/ui/primitives/document-flow/add-subject.tsx:196
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
+#: packages/ui/primitives/document-flow/add-subject.tsx
msgid "We won't send anything to notify recipients."
msgstr "Nie wyślemy nic, aby powiadomić odbiorców."
-#: apps/remix/app/routes/_authenticated+/templates._index.tsx:72
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:29
+#: apps/remix/app/routes/_authenticated+/templates._index.tsx
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
msgid "We're all empty"
msgstr "Pusto"
-#: packages/email/template-components/template-document-pending.tsx:41
+#: packages/email/template-components/template-document-pending.tsx
msgid "We're still waiting for other signers to sign this document.<0/>We'll notify you as soon as it's ready."
msgstr "Wciąż czekamy na innych sygnatariuszy, aby podpisać ten dokument.<0/>Powiadomimy Cię, gdy będzie gotowy."
-#: packages/email/templates/reset-password.tsx:66
+#: packages/email/templates/reset-password.tsx
msgid "We've changed your password as you asked. You can now sign in with your new password."
msgstr "Zmieniłem hasło, jak prosiłeś. Teraz możesz zalogować się za pomocą nowego hasła."
-#: apps/remix/app/components/general/verify-email-banner.tsx:120
+#: apps/remix/app/components/general/verify-email-banner.tsx
msgid "We've sent a confirmation email to <0>{email}0>. Please check your inbox and click the link in the email to verify your account."
msgstr "Wysłaliśmy wiadomość e-mail z potwierdzeniem na <0>{email}0>. Proszę sprawdź swoją skrzynkę odbiorczą i kliknij link w e-maile, aby zweryfikować swoje konto."
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:87
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Webhook created"
msgstr "Webhook utworzony"
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:73
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
msgid "Webhook deleted"
msgstr "Webhook usunięty"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx:73
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:70
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid "Webhook updated"
msgstr "Webhook zaktualizowany"
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx:113
-#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx:138
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
+#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
msgid "Webhook URL"
msgstr "URL webhooka"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:31
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:26
-#: apps/remix/app/components/general/settings-nav-mobile.tsx:97
-#: apps/remix/app/components/general/settings-nav-desktop.tsx:95
-#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx:107
-#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx:98
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
+#: apps/remix/app/components/general/settings-nav-mobile.tsx
+#: apps/remix/app/components/general/settings-nav-desktop.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-mobile.tsx
+#: apps/remix/app/components/general/teams/team-settings-nav-desktop.tsx
msgid "Webhooks"
msgstr "Webhooki"
-#: apps/remix/app/components/general/billing-plans.tsx:27
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Weekly"
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:17
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Welcome"
msgstr "Witaj"
-#: apps/remix/app/routes/_unauthenticated+/signin.tsx:51
+#: apps/remix/app/routes/_unauthenticated+/signin.tsx
msgid "Welcome back, we are lucky to have you."
msgstr "Witamy z powrotem, mamy szczęście, że mamy cię."
-#: packages/email/template-components/template-confirmation-email.tsx:21
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "Welcome to Documenso!"
msgstr "Witamy w Documenso!"
-#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx:93
+#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
msgid "Were you trying to edit this document instead?"
msgstr "Czy próbowałeś raczej edytować ten dokument?"
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:188
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "When you click continue, you will be prompted to add the first available authenticator on your system."
msgstr "Kiedy klikniesz kontynuuj, zostaniesz poproszony o dodanie pierwszego dostępnego autoryzatora w swoim systemie."
-#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx:175
+#: apps/remix/app/components/general/document-signing/document-signing-auto-sign.tsx
msgid "When you sign a document, we can automatically fill in and sign the following fields using information that has already been provided. You can also manually sign or remove any automatically signed fields afterwards if you desire."
msgstr "Gdy podpisujesz dokument, możemy automatycznie wypełnić i podpisać następujące pola, używając już podanych informacji. Możesz też ręcznie podpisać lub usunąć wszystkie automatycznie podpisane pola, jeśli chcesz."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:32
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "When you use our platform to affix your electronic signature to documents, you are consenting to do so under the Electronic Signatures in Global and National Commerce Act (E-Sign Act) and other applicable laws. This action indicates your agreement to use electronic means to sign documents and receive notifications."
msgstr "Kiedy korzystasz z naszej platformy, aby przyczepić swój podpis elektroniczny do dokumentów, wyrażasz zgodę na dokonanie tego zgodnie z Ustawą o podpisach elektronicznych w handlu globalnym i krajowym (Ustawa E-Sign) oraz innymi obowiązującymi przepisami. Ta czynność wskazuje na twoją zgodę na korzystanie z elektronicznych środków do podpisywania dokumentów i otrzymywania powiadomień."
-#: apps/remix/app/routes/_profile+/p.$url.tsx:136
+#: apps/remix/app/routes/_profile+/p.$url.tsx
msgid "While waiting for them to do so you can create your own Documenso account and get started with document signing right away."
msgstr "Czekając na ich działania możesz utworzyć własne konto Documenso i od razu rozpocząć podpisywanie dokumentów."
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:124
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Who do you want to remind?"
msgstr "Kogo chcesz przypomnieć?"
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:97
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Withdrawing Consent"
msgstr "Wycofanie zgody"
-#: apps/remix/app/components/forms/public-profile-form.tsx:222
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Write about the team"
msgstr "Napisz o zespole"
-#: apps/remix/app/components/forms/public-profile-form.tsx:222
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Write about yourself"
msgstr "Napisz o sobie"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:59
-#: apps/remix/app/components/general/billing-plans.tsx:29
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
+#: apps/remix/app/components/general/billing-plans.tsx
msgid "Yearly"
msgstr "Rocznie"
-#: apps/remix/app/components/general/template/template-page-view-information.tsx:31
-#: apps/remix/app/components/general/document/document-page-view-information.tsx:32
-#: packages/lib/utils/document-audit-logs.ts:273
+#: apps/remix/app/components/general/template/template-page-view-information.tsx
+#: apps/remix/app/components/general/document/document-page-view-information.tsx
+#: packages/lib/utils/document-audit-logs.ts
msgid "You"
msgstr "Ty"
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:99
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "You are about to delete <0>\"{documentTitle}\"0>"
msgstr "Zaraz usuniesz <0>\"{documentTitle}\"0>"
-#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx:117
+#: apps/remix/app/components/dialogs/team-email-delete-dialog.tsx
msgid "You are about to delete the following team email from <0>{teamName}0>."
msgstr "Zaraz usuniesz następujący e-mail zespołowy z <0>{teamName}0>."
-#: apps/remix/app/components/dialogs/document-delete-dialog.tsx:103
+#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "You are about to hide <0>\"{documentTitle}\"0>"
msgstr "Zaraz ukryjesz <0>\"{documentTitle}\"0>"
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:84
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "You are about to leave the following team."
msgstr "Zaraz opuścisz następujący zespół."
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:84
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "You are about to remove the following user from <0>{teamName}0>."
msgstr "Zaraz usuniesz następującego użytkownika z <0>{teamName}0>."
#. placeholder {0}: teamEmail.team.name
#. placeholder {1}: teamEmail.team.url
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:97
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "You are about to revoke access for team <0>{0}0> ({1}) to use your email."
msgstr "Zaraz cofniesz dostęp dla zespołu <0>{0}0> ({1}) do korzystania z twojego e-maila."
-#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx:44
+#: packages/ui/primitives/document-flow/send-document-action-dialog.tsx
msgid "You are about to send this document to the recipients. Are you sure you want to continue?"
msgstr "Zaraz wyślesz ten dokument do odbiorców. Czy na pewno chcesz kontynuować?"
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:90
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "You are currently on the <0>Free Plan0>."
msgstr ""
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:147
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You are currently updating <0>{teamMemberName}.0>"
msgstr "Obecnie aktualizujesz <0>{teamMemberName}.0>"
-#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx:127
+#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
msgid "You are currently updating the <0>{passkeyName}0> passkey."
msgstr "Obecnie aktualizujesz klucz zabezpieczeń <0>{passkeyName}0>."
-#: apps/remix/app/components/dialogs/template-move-dialog.tsx:80
+#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "You are not a member of this team."
msgstr "Nie jesteś członkiem tego zespołu."
-#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx:58
+#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
msgid "You are not authorized to delete this user."
msgstr "Nie masz uprawnień do usunięcia tego użytkownika."
-#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx:58
+#: apps/remix/app/components/dialogs/admin-user-disable-dialog.tsx
msgid "You are not authorized to disable this user."
msgstr "Nie masz uprawnień, aby wyłączyć tego użytkownika."
-#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx:55
+#: apps/remix/app/components/dialogs/admin-user-enable-dialog.tsx
msgid "You are not authorized to enable this user."
msgstr "Nie masz uprawnień, aby włączyć tego użytkownika."
-#: packages/email/template-components/template-confirmation-email.tsx:38
+#: packages/email/template-components/template-confirmation-email.tsx
msgid "You can also copy and paste this link into your browser: {confirmationLink} (link expires in 1 hour)"
msgstr "Możesz także skopiować i wkleić ten link do przeglądarki: {confirmationLink} (link wygasa za 1 godzinę)"
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:35
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "You can choose to enable or disable your profile for public view."
msgstr "Możesz wybrać, aby włączyć lub wyłączyć swój profil do publicznego widoku."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:42
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "You can choose to enable or disable your team profile for public view."
msgstr "Możesz wybrać, aby włączyć lub wyłączyć profil swojego zespołu do publicznego widoku."
-#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx:85
+#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
msgid "You can copy and share these links to recipients so they can action the document."
msgstr "Możesz skopiować i udostępnić te linki odbiorcom, aby mogli wykonać dokument."
-#: packages/email/templates/confirm-team-email.tsx:107
+#: packages/email/templates/confirm-team-email.tsx
msgid "You can revoke access at any time in your team settings on Documenso <0>here.0>"
msgstr "Możesz w każdej chwili cofnąć dostęp w ustawieniach zespołu na Documenso <0>tutaj.0>"
-#: apps/remix/app/components/forms/public-profile-form.tsx:153
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "You can update the profile URL by updating the team URL in the general settings page."
msgstr "Możesz zaktualizować adres URL profilu, aktualizując adres URL zespołu na stronie ogólnych ustawień."
-#: packages/ui/components/document/document-send-email-message-helper.tsx:9
+#: packages/ui/components/document/document-send-email-message-helper.tsx
msgid "You can use the following variables in your message:"
msgstr "Możesz użyć następujących zmiennych w swojej wiadomości:"
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx:69
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings._index.tsx
msgid "You can view documents associated with this email and use this identity when sending documents."
msgstr "Możesz wyświetlać dokumenty powiązane z tym e-mailem i używać tej tożsamości podczas wysyłania dokumentów."
-#: packages/email/templates/bulk-send-complete.tsx:76
+#: packages/email/templates/bulk-send-complete.tsx
msgid "You can view the created documents in your dashboard under the \"Documents created from template\" section."
msgstr "Możesz zobaczyć utworzone dokumenty na swoim pulpicie w sekcji \"Dokumenty utworzone z szablonu\"."
-#: packages/email/template-components/template-document-rejected.tsx:37
+#: packages/email/template-components/template-document-rejected.tsx
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/template-flow/add-template-placeholder-recipients.tsx:341
-#: packages/ui/primitives/document-flow/add-signers.tsx:279
+#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
+#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "You cannot add assistants when signing order is disabled."
msgstr ""
-#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx:212
+#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "You cannot have more than {MAXIMUM_PASSKEYS} passkeys."
msgstr "Nie możesz mieć więcej niż {MAXIMUM_PASSKEYS} kluczy zabezpieczeń."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:119
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You cannot modify a team member who has a higher role than you."
msgstr "Nie możesz modyfikować członka zespołu, który ma wyższą rolę niż ty."
-#: packages/ui/primitives/document-dropzone.tsx:41
+#: packages/ui/primitives/document-dropzone.tsx
msgid "You cannot upload documents at this time."
msgstr "Nie możesz przesyłać dokumentów w tej chwili."
-#: apps/remix/app/components/general/document/document-upload.tsx:95
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "You cannot upload encrypted PDFs"
msgstr "Nie możesz przesyłać zaszyfrowanych plików PDF"
-#: apps/remix/app/components/general/billing-portal-button.tsx:30
+#: apps/remix/app/components/general/billing-portal-button.tsx
msgid "You do not currently have a customer record, this should not happen. Please contact support for assistance."
msgstr ""
-#: apps/remix/app/components/forms/token.tsx:135
+#: apps/remix/app/components/forms/token.tsx
msgid "You do not have permission to create a token for this team"
msgstr "Nie masz uprawnień do utworzenia tokenu dla tego zespołu"
-#: packages/email/template-components/template-document-cancel.tsx:35
+#: packages/email/template-components/template-document-cancel.tsx
msgid "You don't need to sign it anymore."
msgstr "Nie musisz go już podpisywać."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:150
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "You have accepted an invitation from <0>{0}0> to join their team."
msgstr "Zaakceptowałeś zaproszenie od <0>{0}0>, aby dołączyć do ich zespołu."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx:103
+#: apps/remix/app/routes/_unauthenticated+/team.verify.transfer.token.tsx
msgid "You have already completed the ownership transfer for <0>{0}0>."
msgstr "Już zakończyłeś transfer własności dla <0>{0}0>."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:126
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "You have already verified your email address for <0>{0}0>."
msgstr "Już zweryfikowałeś swój adres e-mail dla <0>{0}0>."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx:125
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:120
+#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "You have been invited by <0>{0}0> to join their team."
msgstr "Zostałeś zaproszony przez <0>{0}0>, aby dołączyć do ich zespołu."
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/create-team-member-invites.ts:186
+#: packages/lib/server-only/team/create-team-member-invites.ts
msgid "You have been invited to join {0} on Documenso"
msgstr "Zostałeś zaproszony do dołączenia do {0} na Documenso"
-#: packages/email/templates/team-invite.tsx:77
+#: packages/email/templates/team-invite.tsx
msgid "You have been invited to join the following team"
msgstr "Zostałeś zaproszony do dołączenia do następującego zespołu"
-#: packages/lib/server-only/recipient/set-document-recipients.ts:326
-#: packages/lib/server-only/recipient/delete-document-recipient.ts:156
+#: packages/lib/server-only/recipient/set-document-recipients.ts
+#: packages/lib/server-only/recipient/delete-document-recipient.ts
msgid "You have been removed from a document"
msgstr "Zostałeś usunięty z dokumentu"
#. placeholder {0}: team.name
-#: packages/lib/server-only/team/request-team-ownership-transfer.ts:114
+#: packages/lib/server-only/team/request-team-ownership-transfer.ts
msgid "You have been requested to take ownership of team {0} on Documenso"
msgstr "Poproszono Cię o przejęcie własności zespołu {0} na Documenso"
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx:145
+#: apps/remix/app/routes/_unauthenticated+/team.decline.$token.tsx
msgid "You have declined the invitation from <0>{0}0> to join their team."
msgstr "Odrzuciłeś zaproszenie od <0>{0}0>, aby dołączyć do ich zespołu."
#. placeholder {0}: `"${document.title}"`
-#: packages/lib/server-only/document/resend-document.tsx:125
-#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts:98
+#: packages/lib/server-only/document/resend-document.tsx
+#: packages/lib/jobs/definitions/emails/send-signing-email.handler.ts
msgid "You have initiated the document {0} that requires you to {recipientActionVerb} it."
msgstr "Rozpocząłeś dokument {0}, który wymaga, abyś go {recipientActionVerb}."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx:45
-#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx:40
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
+#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
msgid "You have no webhooks yet. Your webhooks will be shown here once you create them."
msgstr "Nie masz jeszcze żadnych webhooków. Twoje webhooki będą tutaj widoczne, gdy je utworzysz."
-#: apps/remix/app/routes/_authenticated+/templates._index.tsx:76
+#: apps/remix/app/routes/_authenticated+/templates._index.tsx
msgid "You have not yet created any templates. To create a template please upload one."
msgstr "Brak utworzonych szablonów. Prześlij, aby utworzyć."
-#: apps/remix/app/components/tables/documents-table-empty-state.tsx:30
+#: apps/remix/app/components/tables/documents-table-empty-state.tsx
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ć."
#. placeholder {0}: quota.directTemplates
-#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx:235
+#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid "You have reached the maximum limit of {0} direct templates. <0>Upgrade your account to continue!0>"
msgstr "Osiągnąłeś maksymalny limit {0} bezpośrednich szablonów. <0>Ulepsz swoje konto, aby kontynuować!0>"
-#: apps/remix/app/components/general/document/document-upload.tsx:98
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "You have reached your document limit for this month. Please upgrade your plan."
msgstr "Osiągnąłeś limit dokumentów na ten miesiąc. Proszę zaktualizować swój plan."
-#: apps/remix/app/components/general/document/document-upload.tsx:53
-#: packages/ui/primitives/document-dropzone.tsx:67
+#: apps/remix/app/components/general/document/document-upload.tsx
+#: packages/ui/primitives/document-dropzone.tsx
msgid "You have reached your document limit."
msgstr "Osiągnięto limit dokumentów."
-#: apps/remix/app/components/tables/templates-table.tsx:204
+#: apps/remix/app/components/tables/templates-table.tsx
msgid "You have reached your document limit. <0>Upgrade your account to continue!0>"
msgstr "Osiągnąłeś limit dokumentów. <0>Ulepsz swoje konto, aby kontynuować!0>"
-#: packages/email/templates/document-rejection-confirmed.tsx:27
+#: packages/email/templates/document-rejection-confirmed.tsx
msgid "You have rejected the document '{documentName}'"
msgstr "Odrzuciłeś dokument '{documentName}'"
-#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx:102
-#: apps/remix/app/components/embed/embed-document-rejected.tsx:17
+#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
+#: apps/remix/app/components/embed/embed-document-rejected.tsx
msgid "You have rejected this document"
msgstr "Odrzuciłeś ten dokument"
-#: packages/email/template-components/template-document-self-signed.tsx:43
+#: packages/email/template-components/template-document-self-signed.tsx
msgid "You have signed “{documentName}”"
msgstr "Podpisałeś „{documentName}”"
-#: apps/remix/app/components/dialogs/team-leave-dialog.tsx:49
+#: apps/remix/app/components/dialogs/team-leave-dialog.tsx
msgid "You have successfully left this team."
msgstr "Sukces! Opuszczono ten zespół."
-#: apps/remix/app/components/general/claim-account.tsx:81
-#: apps/remix/app/components/forms/signup.tsx:138
+#: apps/remix/app/components/general/claim-account.tsx
+#: apps/remix/app/components/forms/signup.tsx
msgid "You have successfully registered. Please verify your account by clicking on the link you received in the email."
msgstr "Rejestracja zakończona sukcesem. Zweryfikuj swoje konto, klikając w link, który otrzymałeś w e-mailu."
-#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx:49
+#: apps/remix/app/components/dialogs/team-member-delete-dialog.tsx
msgid "You have successfully removed this user from the team."
msgstr "Sukces! Usunięto tego użytkownika z zespołu."
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:37
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "You have successfully revoked access."
msgstr "Sukces! Odebrano dostęp."
-#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx:100
+#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "You have the right to withdraw your consent to use electronic signatures at any time before completing the signing process. To withdraw your consent, please contact the sender of the document. In failing to contact the sender you may reach out to <0>{SUPPORT_EMAIL}0> for assistance. Be aware that withdrawing consent may delay or halt the completion of the related transaction or service."
msgstr "Masz prawo do wycofania zgody na korzystanie z podpisów elektronicznych w dowolnym czasie przed zakończeniem procesu podpisywania. Aby wycofać zgodę, prosimy o kontakt z nadawcą dokumentu. Jeśli nie uda Ci się skontaktować z nadawcą, możesz skontaktować się z <0>{SUPPORT_EMAIL}0> w celu uzyskania pomocy. Należy pamiętać, że wycofanie zgody może opóźnić lub zatrzymać zakończenie związanej z tym transakcji lub usługi."
-#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx:92
+#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You have updated {teamMemberName}."
msgstr "Zaktualizowałeś {teamMemberName}."
#. placeholder {0}: data.teamName
-#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx:164
+#: apps/remix/app/routes/_unauthenticated+/team.verify.email.$token.tsx
msgid "You have verified your email address for <0>{0}0>."
msgstr "Zweryfikowałeś swój adres e-mail dla <0>{0}0>."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:94
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "You must be an admin of this team to manage billing."
msgstr "Musisz być administratorem tego zespołu, aby zarządzać płatnościami."
-#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx:53
-#: apps/remix/app/components/dialogs/token-delete-dialog.tsx:53
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:52
+#: apps/remix/app/components/dialogs/webhook-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "You must enter '{deleteMessage}' to proceed"
msgstr "Musisz wpisać '{deleteMessage}' aby kontynuować"
-#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx:264
+#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "You must have at least one other team member to transfer ownership."
msgstr "Musisz mieć przynajmniej jednego innego członka zespołu, aby przenieść własność."
-#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx:118
+#: apps/remix/app/routes/_authenticated+/settings+/public-profile.tsx
msgid "You must set a profile URL before enabling your public profile."
msgstr "Musisz ustawić URL profilu przed włączeniem swojego publicznego profilu."
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:52
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "You need to be an admin to manage API tokens."
msgstr ""
-#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx:52
+#: apps/remix/app/components/general/document-signing/document-signing-auth-page.tsx
msgid "You need to be logged in as <0>{email}0> to view this page."
msgstr "Musisz być zalogowany jako <0>{email}0>, aby zobaczyć tę stronę."
-#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx:42
+#: apps/remix/app/components/general/direct-template/direct-template-signing-auth-page.tsx
msgid "You need to be logged in to view this page."
msgstr "Musisz być zalogowany, aby zobaczyć tę stronę."
-#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx:105
+#: apps/remix/app/components/general/document-signing/document-signing-auth-2fa.tsx
msgid "You need to setup 2FA to mark this document as viewed."
msgstr "Musisz skonfigurować 2FA, aby oznaczyć ten dokument jako przeczytany."
-#: apps/remix/app/components/forms/signup.tsx:280
+#: apps/remix/app/components/forms/signup.tsx
msgid "You will get notified & be able to set up your documenso public profile when we launch the feature."
msgstr "Otrzymasz powiadomienie i będziesz mógł skonfigurować swój publiczny profil documenso, gdy uruchomimy tę funkcję."
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:102
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "You will now be required to enter a code from your authenticator app when signing in."
msgstr "Będziesz teraz zobowiązany do wpisania kodu z aplikacji uwierzytelniającej podczas logowania."
-#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx:191
+#: apps/remix/app/routes/_recipient+/sign.$token+/complete.tsx
msgid "You will receive an Email copy of the signed document once everyone has signed."
msgstr "Otrzymasz kopię e-maila podpisanego dokumentu, gdy wszyscy podpiszą."
-#: apps/remix/app/components/dialogs/account-delete-dialog.tsx:48
+#: apps/remix/app/components/dialogs/account-delete-dialog.tsx
msgid "Your account has been deleted successfully."
msgstr "Konto zostało usunięte."
-#: apps/remix/app/components/forms/avatar-image.tsx:110
+#: apps/remix/app/components/forms/avatar-image.tsx
msgid "Your avatar has been updated successfully."
msgstr "Awatar został zaktualizowany."
-#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx:81
+#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
msgid "Your banner has been updated successfully."
msgstr "Twój banner został pomyślnie zaktualizowany."
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:279
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Your brand website URL"
msgstr "Adres URL witryny Twojej marki"
-#: apps/remix/app/components/forms/team-branding-preferences-form.tsx:102
+#: apps/remix/app/components/forms/team-branding-preferences-form.tsx
msgid "Your branding preferences have been updated"
msgstr "Preferencje dotyczące marki zostały zaktualizowane"
-#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx:96
+#: apps/remix/app/components/dialogs/template-bulk-send-dialog.tsx
msgid "Your bulk send has been initiated. You will receive an email notification upon completion."
msgstr "Twoja masowa wysyłka została zainicjowana. Otrzymasz powiadomienie e-mail po jej zakończeniu."
-#: packages/email/templates/bulk-send-complete.tsx:40
+#: packages/email/templates/bulk-send-complete.tsx
msgid "Your bulk send operation for template \"{templateName}\" has completed."
msgstr "Twoja operacja masowej wysyłki dla szablonu \"{templateName}\" została zakończona."
-#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx:135
+#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Your current plan is past due. Please update your payment information."
msgstr ""
-#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx:248
+#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Your direct signing templates"
msgstr "Twoje bezpośrednie szablony podpisu"
-#: apps/remix/app/components/general/document/document-upload.tsx:115
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Your document failed to upload."
msgstr "Twój dokument nie udało się załadować."
-#: apps/remix/app/components/dialogs/template-use-dialog.tsx:167
+#: apps/remix/app/components/dialogs/template-use-dialog.tsx
msgid "Your document has been created from the template successfully."
msgstr "Twój dokument został pomyślnie utworzony na podstawie szablonu."
-#: packages/email/template-components/template-document-super-delete.tsx:23
+#: packages/email/template-components/template-document-super-delete.tsx
msgid "Your document has been deleted by an admin!"
msgstr "Dokument został usunięty przez administratora!"
-#: apps/remix/app/components/dialogs/document-resend-dialog.tsx:96
+#: apps/remix/app/components/dialogs/document-resend-dialog.tsx
msgid "Your document has been re-sent successfully."
msgstr "Twój dokument został pomyślnie ponownie wysłany."
-#: apps/remix/app/components/general/document/document-edit-form.tsx:293
+#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Your document has been sent successfully."
msgstr "Twój dokument został pomyślnie wysłany."
-#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx:62
+#: apps/remix/app/components/dialogs/document-duplicate-dialog.tsx
msgid "Your document has been successfully duplicated."
msgstr "Twój dokument został pomyślnie zduplikowany."
-#: apps/remix/app/components/general/document/document-upload.tsx:78
+#: apps/remix/app/components/general/document/document-upload.tsx
msgid "Your document has been uploaded successfully."
msgstr "Twój dokument został pomyślnie załadowany."
-#: apps/remix/app/components/dialogs/template-create-dialog.tsx:61
+#: apps/remix/app/components/dialogs/template-create-dialog.tsx
msgid "Your document has been uploaded successfully. You will be redirected to the template page."
msgstr "Twój dokument został pomyślnie załadowany. Zostaniesz przekierowany na stronę szablonu."
-#: apps/remix/app/components/forms/team-document-preferences-form.tsx:103
+#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Your document preferences have been updated"
msgstr "Preferencje dokumentu zostały zaktualizowane"
-#: apps/remix/app/components/general/app-command-menu.tsx:218
+#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Your documents"
msgstr "Twoje dokumenty"
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:176
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your email has already been confirmed. You can now use all features of Documenso."
msgstr ""
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:148
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your email has been successfully confirmed! You can now use all features of Documenso."
msgstr "Twój adres e-mail został pomyślnie potwierdzony! Możesz teraz korzystać ze wszystkich funkcji Documenso."
#. placeholder {0}: teamEmail.team.name
#. placeholder {1}: teamEmail.team.url
-#: apps/remix/app/components/general/teams/team-email-usage.tsx:61
+#: apps/remix/app/components/general/teams/team-email-usage.tsx
msgid "Your email is currently being used by team <0>{0}0> ({1})."
msgstr "Twój adres e-mail jest aktualnie używany przez zespół <0>{0}0> ({1})."
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:63
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Your existing tokens"
msgstr "Istniejące tokeny"
-#: apps/remix/app/components/forms/reset-password.tsx:83
-#: apps/remix/app/components/forms/password.tsx:81
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Your new password cannot be the same as your old password."
msgstr "Twoje nowe hasło nie może być takie samo jak stare hasło."
-#: apps/remix/app/components/forms/reset-password.tsx:72
-#: apps/remix/app/components/forms/password.tsx:70
+#: apps/remix/app/components/forms/reset-password.tsx
+#: apps/remix/app/components/forms/password.tsx
msgid "Your password has been updated successfully."
msgstr "Hasło zostało zaktualizowane."
-#: packages/email/template-components/template-reset-password.tsx:27
+#: packages/email/template-components/template-reset-password.tsx
msgid "Your password has been updated."
msgstr "Hasło zostało zaktualizowane."
-#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx:112
+#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
msgid "Your payment for teams is overdue. Please settle the payment to avoid any service disruptions."
msgstr "Twoja płatność za zespoły jest przeterminowana. Proszę uregulować płatność, aby uniknąć zakłóceń w świadczeniu usług."
-#: apps/remix/app/components/forms/profile.tsx:69
+#: apps/remix/app/components/forms/profile.tsx
msgid "Your profile has been updated successfully."
msgstr "Twój profil został pomyślnie zaktualizowany."
-#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx:73
+#: apps/remix/app/routes/_authenticated+/admin+/users.$id.tsx
msgid "Your profile has been updated."
msgstr "Twój profil został zaktualizowany."
-#: apps/remix/app/components/forms/public-profile-form.tsx:80
+#: apps/remix/app/components/forms/public-profile-form.tsx
msgid "Your public profile has been updated."
msgstr "Profil publiczny został zaktualizowany."
-#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx:27
+#: apps/remix/app/components/forms/2fa/recovery-code-list.tsx
msgid "Your recovery code has been copied to your clipboard."
msgstr "Twój kod odzyskiwania został skopiowany do schowka."
-#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx:100
-#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx:173
+#: apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx
+#: apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx
msgid "Your recovery codes are listed below. Please store them in a safe place."
msgstr "Twoje kody odzyskiwania są wymienione poniżej. Proszę przechowywać je w bezpiecznym miejscu."
-#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx:78
+#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.billing.tsx
msgid "Your subscription is currently active."
msgstr "Twoja subskrypcja jest aktualnie aktywna."
-#: apps/remix/app/components/dialogs/team-create-dialog.tsx:88
+#: apps/remix/app/components/dialogs/team-create-dialog.tsx
msgid "Your team has been created."
msgstr "Twój zespół został utworzony."
-#: packages/email/templates/team-delete.tsx:28
-#: packages/email/templates/team-delete.tsx:32
+#: packages/email/templates/team-delete.tsx
+#: packages/email/templates/team-delete.tsx
msgid "Your team has been deleted"
msgstr "Twój zespół został usunięty"
-#: apps/remix/app/components/dialogs/team-delete-dialog.tsx:71
+#: apps/remix/app/components/dialogs/team-delete-dialog.tsx
msgid "Your team has been successfully deleted."
msgstr "Twój zespół został pomyślnie usunięty."
-#: apps/remix/app/components/forms/team-update-form.tsx:66
+#: apps/remix/app/components/forms/team-update-form.tsx
msgid "Your team has been successfully updated."
msgstr "Twój zespół został pomyślnie zaktualizowany."
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:36
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Your template has been duplicated successfully."
msgstr "Twój szablon został pomyślnie zduplikowany."
-#: apps/remix/app/components/dialogs/template-delete-dialog.tsx:39
+#: apps/remix/app/components/dialogs/template-delete-dialog.tsx
msgid "Your template has been successfully deleted."
msgstr "Twój szablon został pomyślnie usunięty."
-#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx:60
+#: apps/remix/app/components/dialogs/template-duplicate-dialog.tsx
msgid "Your template will be duplicated."
msgstr "Twój szablon zostanie zduplikowany."
-#: apps/remix/app/components/general/template/template-edit-form.tsx:207
+#: apps/remix/app/components/general/template/template-edit-form.tsx
msgid "Your templates has been saved successfully."
msgstr "Twoje szablony zostały pomyślnie zapisane."
-#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx:116
+#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your token has expired!"
msgstr "Twój token wygasł!"
-#: apps/remix/app/components/forms/token.tsx:273
+#: apps/remix/app/components/forms/token.tsx
msgid "Your token was created successfully! Make sure to copy it because you won't be able to see it again!"
msgstr "Twój token został pomyślnie utworzony! Upewnij się, że go skopiujesz, ponieważ nie będziesz mógł go zobaczyć ponownie!"
-#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx:69
+#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "Your tokens will be shown here once you create them."
msgstr "Twoje tokeny będą tutaj wyświetlane po ich utworzeniu."
diff --git a/packages/trpc/server/document-router/router.ts b/packages/trpc/server/document-router/router.ts
index 2d4643f49..1b11fe3b1 100644
--- a/packages/trpc/server/document-router/router.ts
+++ b/packages/trpc/server/document-router/router.ts
@@ -4,7 +4,6 @@ import { DateTime } from 'luxon';
import { getServerLimits } from '@documenso/ee/server-only/limits/server';
import { NEXT_PUBLIC_WEBAPP_URL } from '@documenso/lib/constants/app';
-import { DOCUMENSO_ENCRYPTION_KEY } from '@documenso/lib/constants/crypto';
import { AppError, AppErrorCode } from '@documenso/lib/errors/app-error';
import { encryptSecondaryData } from '@documenso/lib/server-only/crypto/encrypt';
import { createDocumentData } from '@documenso/lib/server-only/document-data/create-document-data';
@@ -26,7 +25,6 @@ import { searchDocumentsWithKeyword } from '@documenso/lib/server-only/document/
import { sendDocument } from '@documenso/lib/server-only/document/send-document';
import { updateDocument } from '@documenso/lib/server-only/document/update-document';
import { getTeamById } from '@documenso/lib/server-only/team/get-team';
-import { symmetricEncrypt } from '@documenso/lib/universal/crypto';
import { getPresignPostUrl } from '@documenso/lib/universal/upload/server-actions';
import { authenticatedProcedure, procedure, router } from '../trpc';
@@ -55,7 +53,6 @@ import {
ZMoveDocumentToTeamSchema,
ZResendDocumentMutationSchema,
ZSearchDocumentsMutationSchema,
- ZSetPasswordForDocumentMutationSchema,
ZSetSigningOrderForDocumentMutationSchema,
ZSuccessResponseSchema,
ZUpdateDocumentRequestSchema,
@@ -444,35 +441,6 @@ export const documentRouter = router({
});
}),
- /**
- * @private
- */
- setPasswordForDocument: authenticatedProcedure
- .input(ZSetPasswordForDocumentMutationSchema)
- .mutation(async ({ input, ctx }) => {
- const { teamId } = ctx;
- const { documentId, password } = input;
-
- const key = DOCUMENSO_ENCRYPTION_KEY;
-
- if (!key) {
- throw new Error('Missing encryption key');
- }
-
- const securePassword = symmetricEncrypt({
- data: password,
- key,
- });
-
- await upsertDocumentMeta({
- userId: ctx.user.id,
- teamId,
- documentId,
- password: securePassword,
- requestMetadata: ctx.metadata,
- });
- }),
-
/**
* @private
*
diff --git a/packages/ui/components/document/document-dialog.tsx b/packages/ui/components/document/document-dialog.tsx
index c4388c190..5e039cbe4 100644
--- a/packages/ui/components/document/document-dialog.tsx
+++ b/packages/ui/components/document/document-dialog.tsx
@@ -6,7 +6,7 @@ import { X } from 'lucide-react';
import { cn } from '../../lib/utils';
import { Dialog, DialogOverlay, DialogPortal, DialogTrigger } from '../../primitives/dialog';
-import { LazyPDFViewerNoLoader } from '../../primitives/lazy-pdf-viewer';
+import PDFViewer from '../../primitives/pdf-viewer';
export type DocumentDialogProps = {
trigger?: React.ReactNode;
@@ -43,7 +43,7 @@ export default function DocumentDialog({ trigger, documentData, ...props }: Docu
)}
onClick={() => props.onOpenChange?.(false)}
>
- e.stopPropagation()}
diff --git a/packages/ui/primitives/document-password-dialog.tsx b/packages/ui/primitives/document-password-dialog.tsx
deleted file mode 100644
index 24c416baf..000000000
--- a/packages/ui/primitives/document-password-dialog.tsx
+++ /dev/null
@@ -1,107 +0,0 @@
-import { useEffect } from 'react';
-
-import { zodResolver } from '@hookform/resolvers/zod';
-import { msg } from '@lingui/core/macro';
-import { useLingui } from '@lingui/react';
-import { Trans } from '@lingui/react/macro';
-import { useForm } from 'react-hook-form';
-import { z } from 'zod';
-
-import { Button } from './button';
-import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle } from './dialog';
-import { Form, FormControl, FormField, FormItem, FormMessage } from './form/form';
-import { Input } from './input';
-
-const ZPasswordDialogFormSchema = z.object({
- password: z.string(),
-});
-
-type TPasswordDialogFormSchema = z.infer;
-
-type PasswordDialogProps = {
- open: boolean;
- onOpenChange: (_open: boolean) => void;
- defaultPassword?: string;
- onPasswordSubmit?: (password: string) => void;
- isError?: boolean;
-};
-
-export const PasswordDialog = ({
- open,
- onOpenChange,
- defaultPassword,
- onPasswordSubmit,
- isError,
-}: PasswordDialogProps) => {
- const { _ } = useLingui();
-
- const form = useForm({
- defaultValues: {
- password: defaultPassword ?? '',
- },
- resolver: zodResolver(ZPasswordDialogFormSchema),
- });
-
- const onFormSubmit = ({ password }: TPasswordDialogFormSchema) => {
- onPasswordSubmit?.(password);
- };
-
- useEffect(() => {
- if (isError) {
- form.setError('password', {
- type: 'manual',
- message: _(msg`The password you have entered is incorrect. Please try again.`),
- });
- }
- }, [form, isError]);
-
- return (
-
- );
-};
diff --git a/packages/ui/primitives/lazy-pdf-viewer.tsx b/packages/ui/primitives/lazy-pdf-viewer.tsx
deleted file mode 100644
index 74ee72110..000000000
--- a/packages/ui/primitives/lazy-pdf-viewer.tsx
+++ /dev/null
@@ -1,31 +0,0 @@
-// Todo: (RR7) Not sure if this actually makes it client-only.
-import { Suspense, lazy } from 'react';
-
-import { Trans } from '@lingui/react/macro';
-import { Loader } from 'lucide-react';
-import { Await } from 'react-router';
-
-const LoadingComponent = () => (
-
-
-
- Loading document...
-
-
-);
-
-export const LazyPDFViewerImport = lazy(async () => import('./pdf-viewer'));
-
-export const LazyPDFViewer = (props: React.ComponentProps) => (
- }>
-
-
-
-
-);
-
-export const LazyPDFViewerNoLoader = (props: React.ComponentProps) => (
-
-
-
-);
diff --git a/packages/ui/primitives/pdf-viewer.tsx b/packages/ui/primitives/pdf-viewer.tsx
index 8ebc94bff..bb19a4444 100644
--- a/packages/ui/primitives/pdf-viewer.tsx
+++ b/packages/ui/primitives/pdf-viewer.tsx
@@ -5,18 +5,15 @@ import { useLingui } from '@lingui/react';
import { Trans } from '@lingui/react/macro';
import type { DocumentData } from '@prisma/client';
import { Loader } from 'lucide-react';
-import { type PDFDocumentProxy, PasswordResponses } from 'pdfjs-dist';
-import pdfWorker from 'pdfjs-dist/build/pdf.worker.min?url';
+import { type PDFDocumentProxy } from 'pdfjs-dist';
import { Document as PDFDocument, Page as PDFPage, pdfjs } from 'react-pdf';
import 'react-pdf/dist/esm/Page/AnnotationLayer.css';
import 'react-pdf/dist/esm/Page/TextLayer.css';
-import { match } from 'ts-pattern';
import { PDF_VIEWER_PAGE_SELECTOR } from '@documenso/lib/constants/pdf-viewer';
import { getFile } from '@documenso/lib/universal/upload/get-file';
import { cn } from '../lib/utils';
-import { PasswordDialog } from './document-password-dialog';
import { useToast } from './use-toast';
export type LoadedPDFDocument = PDFDocumentProxy;
@@ -24,7 +21,10 @@ export type LoadedPDFDocument = PDFDocumentProxy;
/**
* This imports the worker from the `pdfjs-dist` package.
*/
-pdfjs.GlobalWorkerOptions.workerSrc = pdfWorker;
+pdfjs.GlobalWorkerOptions.workerSrc = new URL(
+ 'pdfjs-dist/build/pdf.worker.min.js',
+ import.meta.url,
+).toString();
export type OnPDFViewerPageClick = (_event: {
pageNumber: number;
@@ -49,8 +49,6 @@ const PDFLoader = () => (
export type PDFViewerProps = {
className?: string;
documentData: DocumentData;
- password?: string | null;
- onPasswordSubmit?: (password: string) => void | Promise;
onDocumentLoad?: (_doc: LoadedPDFDocument) => void;
onPageClick?: OnPDFViewerPageClick;
[key: string]: unknown;
@@ -59,8 +57,6 @@ export type PDFViewerProps = {
export const PDFViewer = ({
className,
documentData,
- password: defaultPassword,
- onPasswordSubmit,
onDocumentLoad,
onPageClick,
...props
@@ -70,11 +66,7 @@ export const PDFViewer = ({
const $el = useRef(null);
- const passwordCallbackRef = useRef<((password: string | null) => void) | null>(null);
-
const [isDocumentBytesLoading, setIsDocumentBytesLoading] = useState(false);
- const [isPasswordModalOpen, setIsPasswordModalOpen] = useState(false);
- const [isPasswordError, setIsPasswordError] = useState(false);
const [documentBytes, setDocumentBytes] = useState(null);
const [width, setWidth] = useState(0);
@@ -190,21 +182,6 @@ export const PDFViewer = ({
className={cn('w-full overflow-hidden rounded', {
'h-[80vh] max-h-[60rem]': numPages === 0,
})}
- onPassword={(callback, reason) => {
- // If the document already has a password, we don't need to ask for it again.
- if (defaultPassword && reason !== PasswordResponses.INCORRECT_PASSWORD) {
- callback(defaultPassword);
- return;
- }
-
- setIsPasswordModalOpen(true);
-
- passwordCallbackRef.current = callback;
-
- match(reason)
- .with(PasswordResponses.NEED_PASSWORD, () => setIsPasswordError(false))
- .with(PasswordResponses.INCORRECT_PASSWORD, () => setIsPasswordError(true));
- }}
onLoadSuccess={(d) => onDocumentLoaded(d)}
// Uploading a invalid document causes an error which doesn't appear to be handled by the `error` prop.
// Therefore we add some additional custom error handling.
@@ -263,19 +240,6 @@ export const PDFViewer = ({
))}
-
-
{
- passwordCallbackRef.current?.(password);
-
- setIsPasswordModalOpen(false);
-
- void onPasswordSubmit?.(password);
- }}
- isError={isPasswordError}
- />
>
)}