Compare commits

..

26 Commits

Author SHA1 Message Date
69ab5eedd5 Feature: Dokumenten sharing deaktiviert 2025-04-25 15:12:49 +02:00
9007acd265 Design: Icons geändert 2025-04-25 15:12:25 +02:00
fcf906db36 Fix: Suchmenü überarbeitet 2025-04-25 15:12:00 +02:00
0e196a68cf Fix: Standartsprache - deutsch & andere Sprachen deaktiviert 2025-04-25 15:11:15 +02:00
643e37a0aa Fix: Links angepasst 2025-04-25 10:03:42 +02:00
f6a1b0bd2d Design: Fonts geändert 2025-04-25 10:03:25 +02:00
28b28f7363 Design: Farben geändert 2025-04-25 10:03:06 +02:00
f1b989bb78 Übersetzungen & Anpassungen 2025-04-24 14:22:00 +02:00
63182f9587 packages/lib/translations/de/web.po aktualisiert 2025-04-19 08:25:59 +00:00
a9d7c3315d packages/lib/translations/de/web.po aktualisiert 2025-04-19 08:19:01 +00:00
de4197fba1 packages/lib/translations/de/web.po aktualisiert 2025-04-19 07:26:31 +00:00
1b304b4f44 packages/lib/translations/de/web.po aktualisiert 2025-04-18 12:01:13 +00:00
5c1a0c683f packages/lib/translations/de/web.po aktualisiert 2025-04-18 11:41:15 +00:00
3af68e9e49 Standartsprache (für Dokumente) - DE 2025-03-24 18:29:28 +01:00
ff712de07c Standartsprache für Dokumente - DE 2025-03-24 18:26:16 +01:00
ce9bd6bb80 Übersetzung: Anpassungen 2025-03-24 18:25:56 +01:00
1447f03456 Standartsprache für Dokumente - DE 2025-03-24 18:10:32 +01:00
335e833170 Übersetzungen und Wording anpassung 2025-03-24 18:10:14 +01:00
e20153c9c5 Anpassen der Standart Support E-Mail 2025-03-24 18:09:58 +01:00
23c6c7935e Übersetzungen 2025-03-24 18:09:40 +01:00
01232624cc Share Button auskommentiert 2025-03-24 18:09:17 +01:00
3045bcefc2 Dokumentenablehnung - Übersetzung 2025-03-24 18:09:00 +01:00
cde5a43410 Übersetung: Anpassung Branding und Ansprechweise 2025-03-24 15:58:02 +01:00
bdf4db2c30 Öffentliches Profil: Button auf Webseite anstatt auf /signup 2025-03-24 15:55:52 +01:00
5747a0d52d Änderung an security.txt 2025-03-24 15:55:23 +01:00
d2b83af9ea Änderungen an Branding - App Name 2025-03-24 15:55:08 +01:00
109 changed files with 1150 additions and 15680 deletions

View File

@@ -1,7 +1,4 @@
# General Issues
Contact: https://github.com/documenso/documenso/issues/new?assignees=&labels=bug&projects=&template=bug-report.yml
# Report critical issues privately to let us take appropriate action before publishing.
Contact: mailto:security@documenso.com
Preferred-Languages: en
Canonical: https://documenso.com/.well-known/security.txt
Contact: mailto:hello@bls-media.de
Preferred-Languages: de
Canonical: https://bls.media/.well-known/security.txt

View File

@@ -150,7 +150,7 @@ Example payload for the `document.created` event:
"id": 52,
"documentId": 10,
"templateId": null,
"email": "signer@documenso.com",
"email": "signer@sign.bls.media",
"name": "John Doe",
"token": "vbT8hi3jKQmrFP_LN1WcS",
"documentDeletedAt": null,
@@ -212,7 +212,7 @@ Example payload for the `document.sent` event:
"id": 52,
"documentId": 10,
"templateId": null,
"email": "signer2@documenso.com",
"email": "signer2@sign.bls.media",
"name": "Signer 2",
"token": "vbT8hi3jKQmrFP_LN1WcS",
"documentDeletedAt": null,
@@ -230,7 +230,7 @@ Example payload for the `document.sent` event:
"id": 53,
"documentId": 10,
"templateId": null,
"email": "signer1@documenso.com",
"email": "signer1@sign.bls.media",
"name": "Signer 1",
"token": "HkrptwS42ZBXdRKj1TyUo",
"documentDeletedAt": null,
@@ -292,7 +292,7 @@ Example payload for the `document.opened` event:
"id": 52,
"documentId": 10,
"templateId": null,
"email": "signer2@documenso.com",
"email": "signer2@sign.bls.media",
"name": "Signer 2",
"token": "vbT8hi3jKQmrFP_LN1WcS",
"documentDeletedAt": null,
@@ -354,7 +354,7 @@ Example payload for the `document.signed` event:
"id": 51,
"documentId": 10,
"templateId": null,
"email": "signer1@documenso.com",
"email": "signer1@sign.bls.media",
"name": "Signer 1",
"token": "HkrptwS42ZBXdRKj1TyUo",
"documentDeletedAt": null,
@@ -419,7 +419,7 @@ Example payload for the `document.completed` event:
"id": 50,
"documentId": 10,
"templateId": null,
"email": "signer2@documenso.com",
"email": "signer2@sign.bls.media",
"name": "Signer 2",
"token": "vbT8hi3jKQmrFP_LN1WcS",
"documentDeletedAt": null,
@@ -440,7 +440,7 @@ Example payload for the `document.completed` event:
"id": 51,
"documentId": 10,
"templateId": null,
"email": "signer1@documenso.com",
"email": "signer1@sign.bls.media",
"name": "Signer 1",
"token": "HkrptwS42ZBXdRKj1TyUo",
"documentDeletedAt": null,
@@ -505,7 +505,7 @@ Example payload for the `document.rejected` event:
"id": 52,
"documentId": 10,
"templateId": null,
"email": "signer@documenso.com",
"email": "signer@sign.bls.media",
"name": "Signer",
"token": "vbT8hi3jKQmrFP_LN1WcS",
"documentDeletedAt": null,
@@ -598,7 +598,7 @@ Example payload for the `document.rejected` event:
"id": 7,
"documentId": 7,
"templateId": null,
"email": "signer@documenso.com",
"email": "signer@sign.bls.media",
"name": "Signer",
"token": "XkKx1HCs6Znm2UBJA2j6o",
"documentDeletedAt": null,

View File

@@ -2,7 +2,7 @@ import type { DocsThemeConfig } from 'nextra-theme-docs';
import { useConfig } from 'nextra-theme-docs';
const themeConfig: DocsThemeConfig = {
logo: <span>Documenso</span>,
logo: <span>BLS sign</span>,
head: function useHead() {
const config = useConfig<{ title?: string; description?: string }>();

View File

@@ -216,9 +216,9 @@ export const TeamMemberInviteDialog = ({ trigger, ...props }: TeamMemberInviteDi
const downloadTemplate = () => {
const data = [
{ email: 'admin@documenso.com', role: 'Admin' },
{ email: 'manager@documenso.com', role: 'Manager' },
{ email: 'member@documenso.com', role: 'Member' },
{ email: 'admin@sign.bls.media', role: 'Admin' },
{ email: 'manager@sign.bls.media', role: 'Manager' },
{ email: 'member@sign.bls.media', role: 'Member' },
];
const csvContent =

View File

@@ -20,7 +20,7 @@ export const EmbedDocumentCompleted = ({ name, signature }: EmbedDocumentComplet
<div className="mt-8 w-full max-w-md">
<SigningCard3D
className="mx-auto w-full"
name={name || 'Documenso'}
name={name || 'BLS sign'}
signature={signature}
signingCelebrationImage={signingCelebration}
/>

View File

@@ -534,7 +534,7 @@ export const SignUpForm = ({
<Trans>
By proceeding, you agree to our{' '}
<Link
to="https://documen.so/terms"
to="https://bls.media/agb/"
target="_blank"
className="text-documenso-700 duration-200 hover:opacity-70"
>
@@ -542,7 +542,7 @@ export const SignUpForm = ({
</Link>{' '}
and{' '}
<Link
to="https://documen.so/privacy"
to="https://bls.media/datenschutz/"
target="_blank"
className="text-documenso-700 duration-200 hover:opacity-70"
>

View File

@@ -74,7 +74,7 @@ export const TeamDocumentPreferencesForm = ({
documentVisibility: settings?.documentVisibility ?? 'EVERYONE',
documentLanguage: isValidLanguageCode(settings?.documentLanguage)
? settings?.documentLanguage
: 'en',
: 'de',
includeSenderDetails: settings?.includeSenderDetails ?? false,
includeSigningCertificate: settings?.includeSigningCertificate ?? true,
signatureTypes: extractTeamSignatureSettings(settings),

View File

@@ -205,14 +205,12 @@ export function AppCommandMenu({ open, onOpenChange }: AppCommandMenuProps) {
</CommandGroup>
<CommandGroup className="mx-2 p-0 pb-2" heading={_(msg`Settings`)}>
<Commands push={push} pages={SETTINGS_PAGES} />
</CommandGroup>
<CommandGroup className="mx-2 p-0 pb-2" heading={_(msg`Preferences`)}>
<CommandItem className="-mx-2 -my-1 rounded-lg" onSelect={() => addPage('language')}>
Change language
</CommandItem>
<CommandItem className="-mx-2 -my-1 rounded-lg" onSelect={() => addPage('theme')}>
Change theme
</CommandItem>
<CommandItem className="-mx-2 -my-1 rounded-lg" onSelect={() => addPage('language')}>
Sprache
</CommandItem>
<CommandItem className="-mx-2 -my-1 rounded-lg" onSelect={() => addPage('theme')}>
Aussehen
</CommandItem>
</CommandGroup>
{searchResults.length > 0 && (
<CommandGroup className="mx-2 p-0 pb-2" heading={_(msg`Your documents`)}>

View File

@@ -50,7 +50,7 @@ export const AppNavMobile = ({ isMenuOpen, onMenuOpenChange }: AppNavMobileProps
<Link to="/" onClick={handleMenuItemClick}>
<img
src={LogoImage}
alt="Documenso Logo"
alt="BLS sign Logo"
className="dark:invert"
width={170}
height={25}
@@ -83,7 +83,7 @@ export const AppNavMobile = ({ isMenuOpen, onMenuOpenChange }: AppNavMobileProps
</div>
<p className="text-muted-foreground text-sm">
© {new Date().getFullYear()} Documenso, Inc. <br /> All rights reserved.
© {new Date().getFullYear()} Made by BLS media
</p>
</div>
</SheetContent>

View File

@@ -128,7 +128,7 @@ export const DirectTemplateConfigureForm = ({
derivedRecipientAccessAuth !== null ||
user?.email !== undefined
}
placeholder="recipient@documenso.com"
placeholder="recipient@sign.bls.media"
/>
</FormControl>

View File

@@ -138,7 +138,7 @@ export function DocumentSigningRejectDialog({
<Textarea
{...field}
rows={4}
placeholder="Please provide a reason for rejecting this document"
placeholder="Bitte gib' einen Grund für die Ablehnung an."
disabled={form.formState.isSubmitting}
/>
</FormControl>

View File

@@ -166,6 +166,7 @@ export const DocumentPageViewDropdown = ({ document }: DocumentPageViewDropdownP
<DocumentResendDialog document={document} recipients={nonSignedRecipients} />
{/* DOKUMENT SHARING KARTE DEAKTIVIERT
<DocumentShareButton
documentId={document.id}
token={isOwner ? undefined : recipient?.token}
@@ -177,7 +178,8 @@ export const DocumentPageViewDropdown = ({ document }: DocumentPageViewDropdownP
</div>
</DropdownMenuItem>
)}
/>
/>
*/}
</DropdownMenuContent>
<DocumentDeleteDialog

View File

@@ -1,7 +1,7 @@
import type { HTMLAttributes } from 'react';
import { Trans } from '@lingui/react/macro';
import { Braces, CreditCard, Globe2Icon, Lock, User, Users, Webhook } from 'lucide-react';
import { Braces, CreditCard, Globe2Icon, Lock, User, Users, Webhook, Bot } from 'lucide-react';
import { useLocation } from 'react-router';
import { Link } from 'react-router';
@@ -96,6 +96,13 @@ export const SettingsDesktopNav = ({ className, ...props }: SettingsDesktopNavPr
</Button>
</Link>
<Link to="https://bot.bls.media/medi">
<Button variant="ghost">
<Bot className="mr-2 h-5 w-5" />
Hilfe
</Button>
</Link>
{isBillingEnabled && (
<Link to="/settings/billing">
<Button

View File

@@ -7,7 +7,7 @@ import { Skeleton } from '@documenso/ui/primitives/skeleton';
export default function DocumentEditSkeleton() {
return (
<div className="mx-auto -mt-4 flex w-full max-w-screen-xl flex-col px-4 md:px-8">
<Link to="/documents" className="flex grow-0 items-center text-[#7AC455] hover:opacity-80">
<Link to="/documents" className="flex grow-0 items-center text-[#FF6B3D] hover:opacity-80">
<ChevronLeft className="mr-2 inline-block h-5 w-5" />
<Trans>Documents</Trans>
</Link>

View File

@@ -196,6 +196,7 @@ export const DocumentsTableActionDropdown = ({ row }: DocumentsTableActionDropdo
<DocumentResendDialog document={row} recipients={nonSignedRecipients} />
{/* DOKUMENT SHARING KARTE DEAKTIVIERT
<DocumentShareButton
documentId={row.id}
token={isOwner ? undefined : recipient?.token}
@@ -208,6 +209,8 @@ export const DocumentsTableActionDropdown = ({ row }: DocumentsTableActionDropdo
</DropdownMenuItem>
)}
/>
*/}
</DropdownMenuContent>
<DocumentDeleteDialog

View File

@@ -1,6 +1,6 @@
import { msg } from '@lingui/core/macro';
import { useLingui } from '@lingui/react';
import { Bird, CheckCircle2 } from 'lucide-react';
import { FileSearch2, FileCheck } from 'lucide-react';
import { match } from 'ts-pattern';
import { ExtendedDocumentStatus } from '@documenso/prisma/types/extended-document-status';
@@ -18,22 +18,22 @@ export const DocumentsTableEmptyState = ({ status }: DocumentsTableEmptyStatePro
.with(ExtendedDocumentStatus.COMPLETED, () => ({
title: msg`Nothing to do`,
message: msg`There are no completed documents yet. Documents that you have created or received will appear here once completed.`,
icon: CheckCircle2,
icon: FileCheck,
}))
.with(ExtendedDocumentStatus.DRAFT, () => ({
title: msg`No active drafts`,
message: msg`There are no active drafts at the current moment. You can upload a document to start drafting.`,
icon: CheckCircle2,
icon: FileCheck,
}))
.with(ExtendedDocumentStatus.ALL, () => ({
title: msg`We're all empty`,
message: msg`You have not yet created or received any documents. To create a document please upload one.`,
icon: Bird,
icon: FileSearch2,
}))
.otherwise(() => ({
title: msg`Nothing to do`,
message: msg`All documents have been processed. Any new documents that are sent or received will show here.`,
icon: CheckCircle2,
icon: FileCheck,
}));
return (

View File

@@ -26,7 +26,7 @@ function PosthogInit() {
}
async function main() {
const locale = detect(fromHtmlTag('lang')) || 'en';
const locale = detect(fromHtmlTag('lang')) || 'de';
await dynamicActivate(locale);

View File

@@ -133,7 +133,7 @@ export default function DocumentPage() {
<DocumentRecipientLinkCopyDialog recipients={recipients} />
)}
<Link to={documentRootPath} className="flex items-center text-[#7AC455] hover:opacity-80">
<Link to={documentRootPath} className="flex items-center text-[#FF6B3D] hover:opacity-80">
<ChevronLeft className="mr-2 inline-block h-5 w-5" />
<Trans>Documents</Trans>
</Link>

View File

@@ -95,7 +95,7 @@ export default function DocumentEditPage() {
return (
<div className="mx-auto -mt-4 w-full max-w-screen-xl px-4 md:px-8">
<Link to={documentRootPath} className="flex items-center text-[#7AC455] hover:opacity-80">
<Link to={documentRootPath} className="flex items-center text-[#FF6B3D] hover:opacity-80">
<ChevronLeft className="mr-2 inline-block h-5 w-5" />
<Trans>Documents</Trans>
</Link>

View File

@@ -123,7 +123,7 @@ export default function DocumentsLogsPage({ loaderData }: Route.ComponentProps)
<div className="mx-auto -mt-4 w-full max-w-screen-xl px-4 md:px-8">
<Link
to={`${documentRootPath}/${document.id}`}
className="flex items-center text-[#7AC455] hover:opacity-80"
className="flex items-center text-[#FF6B3D] hover:opacity-80"
>
<ChevronLeft className="mr-2 inline-block h-5 w-5" />
<Trans>Document</Trans>

View File

@@ -97,7 +97,7 @@ export default function TemplatePage() {
return (
<div className="mx-auto -mt-4 w-full max-w-screen-xl px-4 md:px-8">
<Link to={templateRootPath} className="flex items-center text-[#7AC455] hover:opacity-80">
<Link to={templateRootPath} className="flex items-center text-[#FF6B3D] hover:opacity-80">
<ChevronLeft className="mr-2 inline-block h-5 w-5" />
<Trans>Templates</Trans>
</Link>

View File

@@ -65,7 +65,7 @@ export default function TemplateEditPage() {
<div>
<Link
to={`${templateRootPath}/${template.id}`}
className="flex items-center text-[#7AC455] hover:opacity-80"
className="flex items-center text-[#FF6B3D] hover:opacity-80"
>
<ChevronLeft className="mr-2 inline-block h-5 w-5" />
<Trans>Template</Trans>

View File

@@ -1,7 +1,7 @@
import { useEffect } from 'react';
import { Trans } from '@lingui/react/macro';
import { Bird } from 'lucide-react';
import { FileSearch2 } from 'lucide-react';
import { useSearchParams } from 'react-router';
import { formatAvatarUrl } from '@documenso/lib/utils/avatars';
@@ -65,7 +65,7 @@ export default function TemplatesPage() {
<div className="relative mt-5">
{data && data.count === 0 ? (
<div className="text-muted-foreground/60 flex h-96 flex-col items-center justify-center gap-y-4">
<Bird className="h-12 w-12" strokeWidth={1.5} />
<FileSearch2 className="h-12 w-12" strokeWidth={1.5} />
<div className="text-center">
<h3 className="text-lg font-semibold">

View File

@@ -75,7 +75,7 @@ export default function PublicProfileLayout() {
</p>
<Button asChild variant="secondary">
<Link to="/signup">
<Link to="https://bls.media/sign/">
<div className="hidden flex-row items-center sm:flex">
<PlusIcon className="mr-1 h-5 w-5" />
<Trans>Create now</Trans>

View File

@@ -204,7 +204,7 @@ export default function CompletedSigningPage({ loaderData }: Route.ComponentProp
))}
<div className="mt-8 flex w-full max-w-sm items-center justify-center gap-4">
<DocumentShareButton documentId={document.id} token={recipient.token} />
{/* <DocumentShareButton documentId={document.id} token={recipient.token} /> Share Button ausgeblendet */}
{isDocumentCompleted(document.status) ? (
<DocumentDownloadButton

View File

@@ -115,7 +115,7 @@ export default function RejectedSigningPage({ loaderData }: Route.ComponentProps
{user && (
<Button className="mt-6" asChild>
<Link to={`/`}>Return Home</Link>
<Link to={`/`}>Zurück</Link>
</Button>
)}
</div>

View File

@@ -95,7 +95,7 @@ export default function WaitingForTurnToSignPage({ loaderData }: Route.Component
</Button>
) : (
<Button variant="link" asChild>
<Link to="/documents">Return Home</Link>
<Link to="/documents">Zurück</Link>
</Button>
)}
</div>

View File

@@ -3,7 +3,7 @@ import { Link } from 'react-router';
import { Button } from '@documenso/ui/primitives/button';
const SUPPORT_EMAIL = 'support@documenso.com';
const SUPPORT_EMAIL = 'hello@bls-media.de';
export default function SignatureDisclosure() {
return (

View File

@@ -6,15 +6,15 @@ import type { Route } from './+types/share.$slug';
export function meta({ params: { slug } }: Route.MetaArgs) {
return [
{ title: 'Documenso - Share' },
{ description: 'I just signed a document in style with Documenso!' },
{ title: 'BLS sign - Share' },
{ description: 'I just signed a document in style with BLS sign!' },
{
property: 'og:title',
content: 'Documenso - Join the open source signing revolution',
content: 'BLS sign - Join the open source signing revolution',
},
{
property: 'og:description',
content: 'I just signed with Documenso!',
content: 'I just signed with BLS sign!',
},
{
property: 'og:type',
@@ -38,7 +38,7 @@ export function meta({ params: { slug } }: Route.MetaArgs) {
},
{
name: 'twitter:description',
content: 'I just signed with Documenso!',
content: 'I just signed with BLS sign!',
},
];
}
@@ -50,8 +50,8 @@ export const loader = ({ request }: Route.LoaderArgs) => {
return null;
}
// Is hardcoded because this whole meta is hardcoded anyway for Documenso.
throw redirect('https://documenso.com');
// Is hardcoded because this whole meta is hardcoded anyway for BLS sign.
throw redirect('https://bls.media/');
};
export default function SharePage() {

View File

@@ -2,11 +2,11 @@ import { NEXT_PUBLIC_WEBAPP_URL } from '@documenso/lib/constants/app';
export const appMetaTags = (title?: string) => {
const description =
'Join Documenso, the open signing infrastructure, and get a 10x better signing experience. Pricing starts at $30/mo. forever! Sign in now and enjoy a faster, smarter, and more beautiful document signing process. Integrates with your favorite tools, customizable, and expandable. Support our mission and become a part of our open-source community.';
'Join BLS sign, the open signing infrastructure, and get a 10x better signing experience. Pricing starts at $30/mo. forever! Sign in now and enjoy a faster, smarter, and more beautiful document signing process. Integrates with your favorite tools, customizable, and expandable. Support our mission and become a part of our open-source community.';
return [
{
title: title ? `${title} - Documenso` : 'Documenso',
title: title ? `${title} - BLS sign` : 'BLS sign',
},
{
name: 'description',
@@ -15,7 +15,7 @@ export const appMetaTags = (title?: string) => {
{
name: 'keywords',
content:
'Documenso, open source, DocuSign alternative, document signing, open signing infrastructure, open-source community, fast signing, beautiful signing, smart templates',
'BLS sign, open source, DocuSign alternative, document signing, open signing infrastructure, open-source community, fast signing, beautiful signing, smart templates',
},
{
name: 'author',
@@ -27,7 +27,7 @@ export const appMetaTags = (title?: string) => {
},
{
property: 'og:title',
content: 'Documenso - The Open Source DocuSign Alternative',
content: 'BLS sign',
},
{
property: 'og:description',

View File

@@ -2,6 +2,6 @@
Contact: https://github.com/documenso/documenso/issues/new?assignees=&labels=bug&projects=&template=bug-report.yml
# Report critical issues privately to let us take appropriate action before publishing.
Contact: mailto:security@documenso.com
Contact: mailto:security@sign.bls.media
Preferred-Languages: en
Canonical: https://documenso.com/.well-known/security.txt

View File

@@ -1,6 +1,6 @@
{
"name": "Documenso",
"short_name": "Documenso",
"name": "BLS sign",
"short_name": "BLS sign",
"icons": [
{
"src": "/android-chrome-192x192.png",
@@ -13,7 +13,7 @@
"type": "image/png"
}
],
"theme_color": "#A2E771",
"background_color": "#FFFFFF",
//"theme_color": "#A2E771",
"background_color": "#F8F8F8",
"display": "standalone"
}

View File

@@ -9,9 +9,9 @@ export const OpenAPIV1 = Object.assign(
ApiContractV1,
{
info: {
title: 'Documenso API',
title: 'BLS sign API',
version: '1.0.0',
description: 'The Documenso API for retrieving, creating, updating and deleting documents.',
description: 'The BLS sign API for retrieving, creating, updating and deleting documents.',
},
servers: [
{

View File

@@ -16,7 +16,7 @@ test('[DOCUMENT_AUTH]: should grant access when not required', async ({ page })
const document = await seedPendingDocument(user, [
recipientWithAccount,
'recipientwithoutaccount@documenso.com',
'recipientwithoutaccount@sign.bls.media',
]);
const recipients = await prisma.recipient.findMany({
@@ -40,7 +40,7 @@ test('[DOCUMENT_AUTH]: should allow or deny access when required', async ({ page
const document = await seedPendingDocument(
user,
[recipientWithAccount, 'recipientwithoutaccount@documenso.com'],
[recipientWithAccount, 'recipientwithoutaccount@sign.bls.media'],
{
createDocumentOptions: {
authOptions: createDocumentAuthOptions({

View File

@@ -39,11 +39,11 @@ test.describe('[EE_ONLY]', () => {
await expect(page.getByRole('heading', { name: 'Add Signers' })).toBeVisible();
// Add 2 signers.
await page.getByPlaceholder('Email').fill('recipient1@documenso.com');
await page.getByPlaceholder('Email').fill('recipient1@sign.bls.media');
await page.getByPlaceholder('Name').fill('Recipient 1');
await page.getByRole('button', { name: 'Add Signer' }).click();
await page.getByLabel('Email').nth(1).fill('recipient2@documenso.com');
await page.getByLabel('Email').nth(1).fill('recipient2@sign.bls.media');
await page.getByLabel('Name').nth(1).fill('Recipient 2');
// Display advanced settings.
@@ -74,12 +74,12 @@ test('[DOCUMENT_FLOW]: add signers', async ({ page }) => {
await expect(page.getByRole('heading', { name: 'Add Signers' })).toBeVisible();
// Add 2 signers.
await page.getByPlaceholder('Email').fill('recipient1@documenso.com');
await page.getByPlaceholder('Email').fill('recipient1@sign.bls.media');
await page.getByPlaceholder('Name').fill('Recipient 1');
await page.getByRole('button', { name: 'Add Signer' }).click();
await page.getByLabel('Email').nth(1).fill('recipient2@documenso.com');
await page.getByLabel('Email').nth(1).fill('recipient2@sign.bls.media');
await page.getByLabel('Name').nth(1).fill('Recipient 2');
// Advanced settings should not be visible for non EE users.

View File

@@ -343,14 +343,14 @@ test('[DOCUMENT_FLOW]: should be able to approve a document', async ({ page }) =
const { recipients } = await seedPendingDocumentWithFullFields({
owner: user,
recipients: ['user@documenso.com', 'approver@documenso.com'],
recipients: ['user@sign.bls.media', 'approver@sign.bls.media'],
recipientsCreateOptions: [
{
email: 'user@documenso.com',
email: 'user@sign.bls.media',
role: RecipientRole.SIGNER,
},
{
email: 'approver@documenso.com',
email: 'approver@sign.bls.media',
role: RecipientRole.APPROVER,
},
],

View File

@@ -15,7 +15,7 @@ type LoginOptions = {
export const apiSignin = async ({
page,
email = 'example@documenso.com',
email = 'example@sign.bls.media',
password = 'password',
redirectPath = '/documents',
}: LoginOptions) => {

View File

@@ -39,10 +39,10 @@ test.describe('[EE_ONLY]', () => {
await expect(page.getByRole('heading', { name: 'Add Placeholder' })).toBeVisible();
// Add 2 signers.
await page.getByPlaceholder('Email').fill('recipient1@documenso.com');
await page.getByPlaceholder('Email').fill('recipient1@sign.bls.media');
await page.getByPlaceholder('Name').fill('Recipient 1');
await page.getByRole('button', { name: 'Add Placeholder Recipient' }).click();
await page.getByPlaceholder('Email').nth(1).fill('recipient2@documenso.com');
await page.getByPlaceholder('Email').nth(1).fill('recipient2@sign.bls.media');
await page.getByPlaceholder('Name').nth(1).fill('Recipient 2');
// Display advanced settings.
@@ -89,10 +89,10 @@ test('[TEMPLATE_FLOW]: add placeholder', async ({ page }) => {
await expect(page.getByRole('heading', { name: 'Add Placeholder' })).toBeVisible();
// Add 2 signers.
await page.getByPlaceholder('Email').fill('recipient1@documenso.com');
await page.getByPlaceholder('Email').fill('recipient1@sign.bls.media');
await page.getByPlaceholder('Name').fill('Recipient 1');
await page.getByRole('button', { name: 'Add Placeholder Recipient' }).click();
await page.getByPlaceholder('Email').nth(1).fill('recipient2@documenso.com');
await page.getByPlaceholder('Email').nth(1).fill('recipient2@sign.bls.media');
await page.getByPlaceholder('Name').nth(1).fill('Recipient 2');
// Advanced settings should not be visible for non EE users.

View File

@@ -91,10 +91,10 @@ test('[TEMPLATE]: should create a document from a template', async ({ page }) =>
await expect(page.getByRole('heading', { name: 'Add Placeholder' })).toBeVisible();
// Add 2 signers.
await page.getByPlaceholder('Email').fill('recipient1@documenso.com');
await page.getByPlaceholder('Email').fill('recipient1@sign.bls.media');
await page.getByPlaceholder('Name').fill('Recipient 1');
await page.getByRole('button', { name: 'Add Placeholder Recipient' }).click();
await page.getByPlaceholder('Email').nth(1).fill('recipient2@documenso.com');
await page.getByPlaceholder('Email').nth(1).fill('recipient2@sign.bls.media');
await page.getByPlaceholder('Name').nth(1).fill('Recipient 2');
// Apply require passkey for Recipient 1.
@@ -226,10 +226,10 @@ test('[TEMPLATE]: should create a team document from a team template', async ({
await expect(page.getByRole('heading', { name: 'Add Placeholder' })).toBeVisible();
// Add 2 signers.
await page.getByPlaceholder('Email').fill('recipient1@documenso.com');
await page.getByPlaceholder('Email').fill('recipient1@sign.bls.media');
await page.getByPlaceholder('Name').fill('Recipient 1');
await page.getByRole('button', { name: 'Add Placeholder Recipient' }).click();
await page.getByPlaceholder('Email').nth(1).fill('recipient2@documenso.com');
await page.getByPlaceholder('Email').nth(1).fill('recipient2@sign.bls.media');
await page.getByPlaceholder('Name').nth(1).fill('Recipient 2');
// Apply require passkey for Recipient 1.
@@ -330,7 +330,7 @@ test('[TEMPLATE]: should create a document from a template with custom document'
await expect(page.getByRole('heading', { name: 'Add Placeholder' })).toBeVisible();
// Add a signer
await page.getByPlaceholder('Email').fill('recipient@documenso.com');
await page.getByPlaceholder('Email').fill('recipient@sign.bls.media');
await page.getByPlaceholder('Name').fill('Recipient');
await page.getByRole('button', { name: 'Continue' }).click();
@@ -411,7 +411,7 @@ test('[TEMPLATE]: should create a team document from a template with custom docu
await expect(page.getByRole('heading', { name: 'Add Placeholder' })).toBeVisible();
// Add a signer
await page.getByPlaceholder('Email').fill('recipient@documenso.com');
await page.getByPlaceholder('Email').fill('recipient@sign.bls.media');
await page.getByPlaceholder('Name').fill('Recipient');
await page.getByRole('button', { name: 'Continue' }).click();
@@ -481,7 +481,7 @@ test('[TEMPLATE]: should create a document from a template using template docume
await expect(page.getByRole('heading', { name: 'Add Placeholder' })).toBeVisible();
// Add a signer
await page.getByPlaceholder('Email').fill('recipient@documenso.com');
await page.getByPlaceholder('Email').fill('recipient@sign.bls.media');
await page.getByPlaceholder('Name').fill('Recipient');
await page.getByRole('button', { name: 'Continue' }).click();
@@ -561,7 +561,7 @@ test('[TEMPLATE]: should persist document visibility when creating from template
await expect(page.getByRole('heading', { name: 'Add Placeholder' })).toBeVisible();
// Add a signer
await page.getByPlaceholder('Email').fill('recipient@documenso.com');
await page.getByPlaceholder('Email').fill('recipient@sign.bls.media');
await page.getByPlaceholder('Name').fill('Recipient');
await page.getByRole('button', { name: 'Continue' }).click();

View File

@@ -225,7 +225,7 @@ test('[DIRECT_TEMPLATES]: use direct template link with 1 recipient', async ({ p
await page.goto(formatDirectTemplatePath(template.directLink?.token || ''));
await expect(page.getByRole('heading', { name: 'General' })).toBeVisible();
await page.getByPlaceholder('recipient@documenso.com').fill(seedTestEmail());
await page.getByPlaceholder('recipient@sign.bls.media').fill(seedTestEmail());
await page.getByRole('button', { name: 'Continue' }).click();
await page.getByRole('button', { name: 'Complete' }).click();
@@ -299,7 +299,7 @@ test('[DIRECT_TEMPLATES]: use direct template link with 2 recipients', async ({
await expect(page.getByRole('heading', { name: 'General' })).toBeVisible();
await page.waitForTimeout(1000);
await page.getByPlaceholder('recipient@documenso.com').fill(seedTestEmail());
await page.getByPlaceholder('recipient@sign.bls.media').fill(seedTestEmail());
await page.getByRole('button', { name: 'Continue' }).click();
await page.getByRole('button', { name: 'Complete' }).click();

View File

@@ -184,8 +184,8 @@ test('[TEMPLATES]: use template', async ({ page }) => {
await page.getByRole('button', { name: 'Use Template' }).click();
// Enter template values.
await page.getByPlaceholder('recipient.1@documenso.com').click();
await page.getByPlaceholder('recipient.1@documenso.com').fill(teamMemberUser.email);
await page.getByPlaceholder('recipient.1@sign.bls.media').click();
await page.getByPlaceholder('recipient.1@sign.bls.media').fill(teamMemberUser.email);
await page.getByPlaceholder('Recipient 1').click();
await page.getByPlaceholder('Recipient 1').fill('name');
@@ -202,8 +202,8 @@ test('[TEMPLATES]: use template', async ({ page }) => {
await page.getByRole('button', { name: 'Use Template' }).click();
// Enter template values.
await page.getByPlaceholder('recipient.1@documenso.com').click();
await page.getByPlaceholder('recipient.1@documenso.com').fill(teamMemberUser.email);
await page.getByPlaceholder('recipient.1@sign.bls.media').click();
await page.getByPlaceholder('recipient.1@sign.bls.media').fill(teamMemberUser.email);
await page.getByPlaceholder('Recipient 1').click();
await page.getByPlaceholder('Recipient 1').fill('name');

Binary file not shown.

Binary file not shown.

View File

@@ -1,6 +1,6 @@
{
"name": "Documenso",
"short_name": "Documenso",
"name": "BLS sign",
"short_name": "BLS sign",
"icons": [
{
"src": "/android-chrome-192x192.png",
@@ -13,7 +13,7 @@
"type": "image/png"
}
],
"theme_color": "#A2E771",
"background_color": "#FFFFFF",
//"theme_color": "#A2E771",
"background_color": "#F8F8F8",
"display": "standalone"
}

View File

@@ -27,7 +27,7 @@ export const TemplateDocumentCompleted = ({
<Section>
<Section className="mb-4">
<Column align="center">
<Text className="text-base font-semibold text-[#7AC455]">
<Text className="text-base font-semibold text-[#FF6B3D]">
<Img
src={getAssetUrl('/static/completed.png')}
className="-mt-0.5 mr-2 inline h-7 w-7 align-middle"

View File

@@ -16,7 +16,7 @@ export const TemplateDocumentImage = ({ assetBaseUrl, className }: TemplateDocum
<Column />
<Column>
<Img className="h-42 mx-auto" src={getAssetUrl('/static/document.png')} alt="Documenso" />
<Img className="h-42 mx-auto" src={getAssetUrl('/static/document.png')} alt="BLS sign" />
</Column>
<Column />

View File

@@ -29,7 +29,7 @@ export const TemplateDocumentRecipientSigned = ({
<Section>
<Section className="mb-4">
<Column align="center">
<Text className="text-base font-semibold text-[#7AC455]">
<Text className="text-base font-semibold text-[#FF6B3D]">
<Img
src={getAssetUrl('/static/completed.png')}
className="-mt-0.5 mr-2 inline h-7 w-7 align-middle"

View File

@@ -29,7 +29,7 @@ export const TemplateDocumentSelfSigned = ({
<Section className="flex-row items-center justify-center">
<Section>
<Column align="center">
<Text className="text-base font-semibold text-[#7AC455]">
<Text className="text-base font-semibold text-[#FF6B3D]">
<Img
src={getAssetUrl('/static/completed.png')}
className="-mt-0.5 mr-2 inline h-7 w-7 align-middle"

View File

@@ -16,8 +16,8 @@ export const TemplateFooter = ({ isDocument = true }: TemplateFooterProps) => {
<Text className="my-4 text-base text-slate-400">
<Trans>
This document was sent using{' '}
<Link className="text-[#7AC455]" href="https://documen.so/mail-footer">
Documenso.
<Link className="text-[#FF6B3D]" href="https://bls.media/sign/">
BLS sign.
</Link>
</Trans>
</Text>
@@ -36,9 +36,7 @@ export const TemplateFooter = ({ isDocument = true }: TemplateFooterProps) => {
</Text>
) : (
<Text className="my-8 text-sm text-slate-400">
Documenso, Inc.
<br />
2261 Market Street, #5211, San Francisco, CA 94114, USA
Made by BLS media
</Text>
)}
</Section>

View File

@@ -33,7 +33,7 @@ export const ConfirmEmailTemplate = ({
) : (
<Img
src={getAssetUrl('/static/logo.png')}
alt="Documenso Logo"
alt="BLS sign Logo"
className="mb-4 h-6"
/>
)}

View File

@@ -11,7 +11,7 @@ export type DocumentCancelEmailTemplateProps = Partial<TemplateDocumentCancelPro
export const DocumentCancelTemplate = ({
inviterName = 'Lucas Smith',
inviterEmail = 'lucas@documenso.com',
inviterEmail = 'lucas@sign.bls.media',
documentName = 'Open Source Pledge.pdf',
assetBaseUrl = 'http://localhost:3002',
cancellationReason,
@@ -39,7 +39,7 @@ export const DocumentCancelTemplate = ({
) : (
<Img
src={getAssetUrl('/static/logo.png')}
alt="Documenso Logo"
alt="BLS sign Logo"
className="mb-4 h-6"
/>
)}

View File

@@ -40,7 +40,7 @@ export const DocumentCompletedEmailTemplate = ({
) : (
<Img
src={getAssetUrl('/static/logo.png')}
alt="Documenso Logo"
alt="BLS sign Logo"
className="mb-4 h-6"
/>
)}

View File

@@ -50,7 +50,7 @@ export const DocumentCreatedFromDirectTemplateEmailTemplate = ({
) : (
<Img
src={getAssetUrl('/static/logo.png')}
alt="Documenso Logo"
alt="BLS sign Logo"
className="mb-4 h-6"
/>
)}

View File

@@ -23,7 +23,7 @@ export type DocumentInviteEmailTemplateProps = Partial<TemplateDocumentInvitePro
export const DocumentInviteEmailTemplate = ({
inviterName = 'Lucas Smith',
inviterEmail = 'lucas@documenso.com',
inviterEmail = 'lucas@sign.bls.media',
documentName = 'Open Source Pledge.pdf',
signDocumentLink = 'https://documenso.com',
assetBaseUrl = 'http://localhost:3002',
@@ -69,7 +69,7 @@ export const DocumentInviteEmailTemplate = ({
) : (
<Img
src={getAssetUrl('/static/logo.png')}
alt="Documenso Logo"
alt="BLS sign Logo"
className="mb-4 h-6"
/>
)}

View File

@@ -36,7 +36,7 @@ export const DocumentPendingEmailTemplate = ({
) : (
<Img
src={getAssetUrl('/static/logo.png')}
alt="Documenso Logo"
alt="BLS sign Logo"
className="mb-4 h-6"
/>
)}

View File

@@ -16,7 +16,7 @@ export interface DocumentRecipientSignedEmailTemplateProps {
export const DocumentRecipientSignedEmailTemplate = ({
documentName = 'Open Source Pledge.pdf',
recipientName = 'John Doe',
recipientEmail = 'lucas@documenso.com',
recipientEmail = 'lucas@sign.bls.media',
assetBaseUrl = 'http://localhost:3002',
}: DocumentRecipientSignedEmailTemplateProps) => {
const { _ } = useLingui();
@@ -44,7 +44,7 @@ export const DocumentRecipientSignedEmailTemplate = ({
) : (
<Img
src={getAssetUrl('/static/logo.png')}
alt="Documenso Logo"
alt="BLS sign Logo"
className="mb-4 h-6"
/>
)}

View File

@@ -44,7 +44,7 @@ export function DocumentRejectedEmail({
) : (
<Img
src={getAssetUrl('/static/logo.png')}
alt="Documenso Logo"
alt="BLS sign Logo"
className="mb-4 h-6"
/>
)}

View File

@@ -44,7 +44,7 @@ export function DocumentRejectionConfirmedEmail({
) : (
<Img
src={getAssetUrl('/static/logo.png')}
alt="Documenso Logo"
alt="BLS sign Logo"
className="mb-4 h-6"
/>
)}

View File

@@ -36,7 +36,7 @@ export const DocumentSelfSignedEmailTemplate = ({
) : (
<Img
src={getAssetUrl('/static/logo.png')}
alt="Documenso Logo"
alt="BLS sign Logo"
className="mb-4 h-6"
/>
)}

View File

@@ -39,7 +39,7 @@ export const DocumentSuperDeleteEmailTemplate = ({
) : (
<Img
src={getAssetUrl('/static/logo.png')}
alt="Documenso Logo"
alt="BLS sign Logo"
className="mb-4 h-6"
/>
)}

View File

@@ -36,7 +36,7 @@ export const ForgotPasswordTemplate = ({
) : (
<Img
src={getAssetUrl('/static/logo.png')}
alt="Documenso Logo"
alt="BLS sign Logo"
className="mb-4 h-6"
/>
)}

View File

@@ -38,7 +38,7 @@ export const RecipientRemovedFromDocumentTemplate = ({
) : (
<Img
src={getAssetUrl('/static/logo.png')}
alt="Documenso Logo"
alt="BLS sign Logo"
className="mb-4 h-6"
/>
)}

View File

@@ -12,7 +12,7 @@ export type ResetPasswordTemplateProps = Partial<TemplateResetPasswordProps>;
export const ResetPasswordTemplate = ({
userName = 'Lucas Smith',
userEmail = 'lucas@documenso.com',
userEmail = 'lucas@sign.bls.media',
assetBaseUrl = 'http://localhost:3002',
}: ResetPasswordTemplateProps) => {
const { _ } = useLingui();
@@ -38,7 +38,7 @@ export const ResetPasswordTemplate = ({
) : (
<Img
src={getAssetUrl('/static/logo.png')}
alt="Documenso Logo"
alt="BLS sign Logo"
className="mb-4 h-6"
/>
)}
@@ -72,7 +72,7 @@ export const ResetPasswordTemplate = ({
<Trans>
Didn't request a password change? We are here to help you secure your account,
just{' '}
<Link className="text-documenso-700 font-normal" href="mailto:hi@documenso.com">
<Link className="text-documenso-700 font-normal" href="mailto:hi@sign.bls.media">
contact us.
</Link>
</Trans>

View File

@@ -20,7 +20,7 @@ export type TeamEmailRemovedTemplateProps = {
export const TeamEmailRemovedTemplate = ({
assetBaseUrl = 'http://localhost:3002',
baseUrl = 'https://documenso.com',
teamEmail = 'example@documenso.com',
teamEmail = 'example@sign.bls.media',
teamName = 'Team Name',
teamUrl = 'demo',
}: TeamEmailRemovedTemplateProps) => {

View File

@@ -22,7 +22,7 @@ export const TeamJoinEmailTemplate = ({
assetBaseUrl = 'http://localhost:3002',
baseUrl = 'https://documenso.com',
memberName = 'John Doe',
memberEmail = 'johndoe@documenso.com',
memberEmail = 'johndoe@sign.bls.media',
teamName = 'Team Name',
teamUrl = 'demo',
}: TeamJoinEmailProps) => {

View File

@@ -22,7 +22,7 @@ export const TeamLeaveEmailTemplate = ({
assetBaseUrl = 'http://localhost:3002',
baseUrl = 'https://documenso.com',
memberName = 'John Doe',
memberEmail = 'johndoe@documenso.com',
memberEmail = 'johndoe@sign.bls.media',
teamName = 'Team Name',
teamUrl = 'demo',
}: TeamLeaveEmailProps) => {

View File

@@ -1,3 +1,3 @@
// Put into a separate file due to Playwright not compiling due to the macro in the templates.ts file.
export const DIRECT_TEMPLATE_RECIPIENT_EMAIL = 'direct.link@documenso.com';
export const DIRECT_TEMPLATE_RECIPIENT_EMAIL = 'direct.link@sign.bls.media';
export const DIRECT_TEMPLATE_RECIPIENT_NAME = 'Direct link recipient';

View File

@@ -1,9 +1,9 @@
import { env } from '../utils/env';
export const FROM_ADDRESS = env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@documenso.com';
export const FROM_ADDRESS = env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@sign.bls.media';
export const FROM_NAME = env('NEXT_PRIVATE_SMTP_FROM_NAME') || 'Documenso';
export const SERVICE_USER_EMAIL = 'serviceaccount@documenso.com';
export const SERVICE_USER_EMAIL = 'serviceaccount@sign.bls.media';
export const EMAIL_VERIFICATION_STATE = {
NOT_FOUND: 'NOT_FOUND',

View File

@@ -1,8 +1,9 @@
import { z } from 'zod';
export const SUPPORTED_LANGUAGE_CODES = ['de', 'en', 'fr', 'es', 'it', 'pl'] as const;
//export const SUPPORTED_LANGUAGE_CODES = ['de', 'de', 'fr', 'es', 'it', 'pl'] as const;
export const SUPPORTED_LANGUAGE_CODES = ['de'] as const; //Nur Deutsch wird angeboten
export const ZSupportedLanguageCodeSchema = z.enum(SUPPORTED_LANGUAGE_CODES).catch('en');
export const ZSupportedLanguageCodeSchema = z.enum(SUPPORTED_LANGUAGE_CODES).catch('de');
export type SupportedLanguageCodes = (typeof SUPPORTED_LANGUAGE_CODES)[number];
@@ -20,8 +21,8 @@ export type I18nLocaleData = {
export const APP_I18N_OPTIONS = {
supportedLangs: SUPPORTED_LANGUAGE_CODES,
sourceLang: 'en',
defaultLocale: 'en-US',
sourceLang: 'de',
defaultLocale: 'de-DE',
} as const;
type SupportedLanguage = {
@@ -31,30 +32,30 @@ type SupportedLanguage = {
export const SUPPORTED_LANGUAGES: Record<string, SupportedLanguage> = {
de: {
full: 'German',
full: 'Deutsch',
short: 'de',
},
en: {
full: 'English',
short: 'en',
},
fr: {
full: 'French',
short: 'fr',
},
es: {
full: 'Spanish',
short: 'es',
},
it: {
full: 'Italian',
short: 'it',
},
pl: {
short: 'pl',
full: 'Polish',
},
//en: {
// full: 'English',
// short: 'en',
//},
//fr: {
// full: 'French',
// short: 'fr',
//},
//es: {
// full: 'Spanish',
// short: 'es',
//},
//it: {
// full: 'Italian',
// short: 'it',
//},
//pl: {
// short: 'pl',
// full: 'Polish',
//},
} satisfies Record<SupportedLanguageCodes, SupportedLanguage>;
export const isValidLanguageCode = (code: unknown): code is SupportedLanguageCodes =>
SUPPORTED_LANGUAGE_CODES.includes(code as SupportedLanguageCodes);
SUPPORTED_LANGUAGE_CODES.includes(code as SupportedLanguageCodes);

View File

@@ -42,7 +42,7 @@ export const sendConfirmationEmail = async ({ userId }: SendConfirmationEmailPro
const assetBaseUrl = NEXT_PUBLIC_WEBAPP_URL() || 'http://localhost:3000';
const confirmationLink = `${assetBaseUrl}/verify-email/${verificationToken.token}`;
const senderName = NEXT_PRIVATE_SMTP_FROM_NAME || 'Documenso';
const senderAddress = NEXT_PRIVATE_SMTP_FROM_ADDRESS || 'noreply@documenso.com';
const senderAddress = NEXT_PRIVATE_SMTP_FROM_ADDRESS || 'noreply@sign.bls.media';
const confirmationTemplate = createElement(ConfirmEmailTemplate, {
assetBaseUrl,

View File

@@ -57,7 +57,7 @@ export const sendForgotPassword = async ({ userId }: SendForgotPasswordOptions)
},
from: {
name: env('NEXT_PRIVATE_SMTP_FROM_NAME') || 'Documenso',
address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@documenso.com',
address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@sign.bls.media',
},
subject: i18n._(msg`Forgot Password?`),
html,

View File

@@ -39,7 +39,7 @@ export const sendResetPassword = async ({ userId }: SendResetPasswordOptions) =>
},
from: {
name: env('NEXT_PRIVATE_SMTP_FROM_NAME') || 'Documenso',
address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@documenso.com',
address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@sign.bls.media',
},
subject: 'Password Reset Success!',
html,

View File

@@ -115,7 +115,7 @@ export const sendCompletedEmail = async ({ documentId, requestMetadata }: SendDo
],
from: {
name: env('NEXT_PRIVATE_SMTP_FROM_NAME') || 'Documenso',
address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@documenso.com',
address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@sign.bls.media',
},
subject: i18n._(msg`Signing Complete!`),
html,
@@ -192,7 +192,7 @@ export const sendCompletedEmail = async ({ documentId, requestMetadata }: SendDo
],
from: {
name: env('NEXT_PRIVATE_SMTP_FROM_NAME') || 'Documenso',
address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@documenso.com',
address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@sign.bls.media',
},
subject:
isDirectTemplate && document.documentMeta?.subject

View File

@@ -81,7 +81,7 @@ export const sendDeleteEmail = async ({ documentId, reason }: SendDeleteEmailOpt
},
from: {
name: env('NEXT_PRIVATE_SMTP_FROM_NAME') || 'Documenso',
address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@documenso.com',
address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@sign.bls.media',
},
subject: i18n._(msg`Document Deleted!`),
html,

View File

@@ -92,7 +92,7 @@ export const sendPendingEmail = async ({ documentId, recipientId }: SendPendingE
},
from: {
name: env('NEXT_PRIVATE_SMTP_FROM_NAME') || 'Documenso',
address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@documenso.com',
address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@sign.bls.media',
},
subject: i18n._(msg`Waiting for others to complete signing.`),
html,

View File

@@ -42,7 +42,7 @@ export const getCertificatePdf = async ({ documentId, language }: GetCertificate
const page = await browserContext.newPage();
const lang = isValidLanguageCode(language) ? language : 'en';
const lang = isValidLanguageCode(language) ? language : 'de';
await page.context().addCookies([
{

View File

@@ -604,8 +604,8 @@ export const createDocumentFromDirectTemplate = async ({
},
],
from: {
name: env('NEXT_PRIVATE_SMTP_FROM_NAME') || 'Documenso',
address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@documenso.com',
name: env('NEXT_PRIVATE_SMTP_FROM_NAME') || 'BLS sign',
address: env('NEXT_PRIVATE_SMTP_FROM_ADDRESS') || 'noreply@sign.bls.media',
},
subject: i18n._(msg`Document created from direct template`),
html,

View File

@@ -3,7 +3,7 @@ import { prisma } from '@documenso/prisma';
export const deletedAccountServiceAccount = async () => {
const serviceAccount = await prisma.user.findFirst({
where: {
email: 'deleted-account@documenso.com',
email: 'deleted-account@sign.bls.media',
},
});

File diff suppressed because it is too large Load Diff

View File

@@ -5669,7 +5669,7 @@ msgstr "This document was created using a direct link."
#: 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>"
msgstr "This document was sent using <0>BLS sign.</0>"
#: 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}."

View File

@@ -8,7 +8,7 @@ msgstr ""
"Language: es\n"
"Project-Id-Version: documenso-app\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2025-03-24 08:04\n"
"PO-Revision-Date: 2025-01-30 06:04\n"
"Last-Translator: \n"
"Language-Team: Spanish\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -20,11 +20,11 @@ msgstr ""
#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid " Enable direct link signing"
msgstr " Habilitar la firma mediante enlace directo"
msgstr ""
#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.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."
msgstr ""
#. placeholder {0}: team.name
#: apps/remix/app/components/forms/team-document-preferences-form.tsx
@@ -35,7 +35,7 @@ msgstr "\"{0}\" te ha invitado a firmar \"ejemplo de documento\"."
#. placeholder {1}: timezone || ''
#: 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}\" aparecerá en el documento ya que tiene una zona horaria de \"{1}\"."
msgstr ""
#: packages/email/template-components/template-document-super-delete.tsx
msgid "\"{documentName}\" has been deleted by an admin."
@@ -61,7 +61,7 @@ msgstr "\"{placeholderEmail}\" en nombre de \"{0}\" te ha invitado a firmar \"do
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "(You)"
msgstr "(Tú)"
msgstr ""
#. placeholder {0}: Math.abs(charactersRemaining)
#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
@@ -206,7 +206,7 @@ msgstr "{inviterName} te ha eliminado del documento<0/>\"{documentName}\""
#. placeholder {1}: document.title
#: 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} en nombre de \"{0}\" te ha invitado a {recipientActionVerb} el documento \"{1}\"."
msgstr ""
#. placeholder {0}: _(actionVerb).toLowerCase()
#: packages/email/template-components/template-document-invite.tsx
@@ -255,7 +255,7 @@ msgstr "{prefix} abrió el documento"
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} prefilled a field"
msgstr "{prefix} prefijó un campo"
msgstr ""
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} removed a field"
@@ -421,7 +421,7 @@ msgstr "<0>Haga clic para subir</0> o arrastre y suelte"
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "<0>Drawn</0> - A signature that is drawn using a mouse or stylus."
msgstr "<0>Dibujado</0> - Una firma que se dibuja usando un ratón o un lápiz óptico."
msgstr ""
#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>Email</0> - The recipient will be emailed the document to sign, approve, etc."
@@ -471,11 +471,11 @@ msgstr "<0>Remitente:</0> Todos"
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "<0>Typed</0> - A signature that is typed using a keyboard."
msgstr "<0>Escrito</0> - Una firma que se escribe usando un teclado."
msgstr ""
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "<0>Uploaded</0> - A signature that is uploaded from a file."
msgstr "<0>Cargado</0> - Una firma que se carga desde un archivo."
msgstr ""
#: 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?"
@@ -504,7 +504,7 @@ msgstr "3 meses"
#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "404 not found"
msgstr "404 no encontrado"
msgstr ""
#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "404 Profile not found"
@@ -516,7 +516,7 @@ msgstr "404 Equipo no encontrado"
#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "500 Internal Server Error"
msgstr "500 Error Interno del Servidor"
msgstr ""
#: apps/remix/app/components/forms/token.tsx
msgid "6 months"
@@ -913,12 +913,12 @@ msgstr "Permitir que los destinatarios del documento respondan directamente a es
#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Allow signers to dictate next signer"
msgstr "Permitir a los firmantes dictar al siguiente firmante"
msgstr ""
#: packages/ui/primitives/template-flow/add-template-settings.tsx
#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Allowed Signature Types"
msgstr "Tipos de Firmas Permitidas"
msgstr ""
#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Allows authenticating using biometrics, password managers, hardware keys, etc."
@@ -1046,7 +1046,7 @@ msgstr "Ocurrió un error mientras se eliminaba el campo."
#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
msgid "An error occurred while removing the selection."
msgstr "Ocurrió un error al eliminar la selección."
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "An error occurred while removing the signature."
@@ -1070,7 +1070,7 @@ msgstr "Ocurrió un error al enviar tu correo electrónico de confirmación"
#: 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 "Ocurrió un error al firmar como asistente."
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
@@ -1087,7 +1087,7 @@ msgstr "Ocurrió un error al firmar el documento."
#: apps/remix/app/components/general/billing-plans.tsx
msgid "An error occurred while trying to create a checkout session."
msgstr "Ocurrió un error al intentar crear una sesión de pago."
msgstr ""
#: apps/remix/app/components/general/template/template-edit-form.tsx
#: apps/remix/app/components/general/document/document-edit-form.tsx
@@ -1108,7 +1108,7 @@ msgstr "Ocurrió un error al subir tu documento."
#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "An unexpected error occurred."
msgstr "Ocurrió un error inesperado."
msgstr ""
#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
#: apps/remix/app/components/general/app-command-menu.tsx
@@ -1197,7 +1197,7 @@ msgstr "Aprobando"
#: 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 "¿Estás seguro de que quieres completar el documento? Esta acción no se puede deshacer. Por favor, asegúrate de haber completado todos los campos relevantes antes de continuar."
msgstr ""
#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Are you sure you want to delete this token?"
@@ -1227,44 +1227,44 @@ msgstr "¿Estás seguro?"
#: packages/lib/constants/recipient-roles.ts
msgid "Assist"
msgstr "Asistir"
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
#: packages/email/template-components/template-document-invite.tsx
msgid "Assist Document"
msgstr "Asistir Documento"
msgstr ""
#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Assist with signing"
msgstr "Asistir con la firma"
msgstr ""
#: packages/lib/constants/recipient-roles.ts
msgid "Assistant"
msgstr "Asistente"
msgstr ""
#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Assistant role is only available when the document is in sequential signing mode."
msgstr "El rol de asistente solo está disponible cuando el documento está en modo de firma secuencial."
msgstr ""
#: packages/lib/constants/recipient-roles.ts
msgid "Assistants"
msgstr "Asistentes"
msgstr ""
#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
#: packages/lib/constants/recipient-roles.ts
msgid "Assisted"
msgstr "Asistido"
msgstr ""
#: packages/lib/constants/recipient-roles.ts
msgid "Assisting"
msgstr "Asistiendo"
msgstr ""
#: apps/remix/app/components/forms/team-document-preferences-form.tsx
#: packages/ui/primitives/template-flow/add-template-settings.types.tsx
#: packages/ui/primitives/document-flow/add-settings.types.ts
#: packages/lib/types/document-meta.ts
msgid "At least one signature type must be enabled"
msgstr "Al menos un tipo de firma debe estar habilitado"
msgstr ""
#: 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."
@@ -1403,7 +1403,7 @@ msgstr "Al eliminar este documento, ocurrirá lo siguiente:"
#: 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 "Al habilitar 2FA, se te requerirá ingresar un código de tu aplicación de autenticación cada vez que inicies sesión usando email y contraseña."
msgstr ""
#: 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."
@@ -1415,7 +1415,7 @@ msgstr "Al continuar con su firma electrónica, usted reconoce y consiente que s
#: apps/remix/app/components/forms/signup.tsx
msgid "By proceeding, you agree to our <0>Terms of Service</0> and <1>Privacy Policy</1>."
msgstr "Al proceder, aceptas nuestros <0>Términos de Servicio</0> y <1>Política de Privacidad</1>."
msgstr ""
#: 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."
@@ -1423,7 +1423,7 @@ msgstr "Al utilizar la función de firma electrónica, usted está consintiendo
#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Can prepare"
msgstr "Puede preparar"
msgstr ""
#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
@@ -1616,11 +1616,11 @@ msgstr "Completar Aprobación"
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Assisting"
msgstr "Completar Asistencia"
msgstr ""
#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
msgid "Complete Document"
msgstr "Documento Completo"
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Signing"
@@ -1628,7 +1628,7 @@ msgstr "Completar Firmado"
#: 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 "Completa los campos para los siguientes firmantes. Una vez revisados, te informarán si se necesitan modificaciones."
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
@@ -1743,7 +1743,7 @@ msgstr "Continúa aprobando el documento."
#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by assisting with the document."
msgstr "Continúa asistiendo con el documento."
msgstr ""
#: packages/email/template-components/template-document-completed.tsx
msgid "Continue by downloading the document."
@@ -1775,7 +1775,7 @@ msgstr "Controla el formato del mensaje que se enviará al invitar a un destinat
#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Controls the language for the document, including the language to be used for email notifications, and the final certificate that is generated and attached to the document."
msgstr "Controla el idioma para el documento, incluyendo el idioma a utilizar para las notificaciones de correo electrónico y el certificado final que se genera y adjunta al documento."
msgstr ""
#: 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."
@@ -1783,7 +1783,7 @@ msgstr "Controla si el certificado de firma se incluirá en el documento cuando
#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls which signatures are allowed to be used when signing a document."
msgstr "Controla qué firmas están permitidas al firmar un documento."
msgstr ""
#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
#: packages/ui/primitives/document-flow/add-subject.tsx
@@ -1975,7 +1975,7 @@ msgstr "Destinatarios actuales:"
#: apps/remix/app/components/general/billing-plans.tsx
msgid "Daily"
msgstr "Diario"
msgstr ""
#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Dark Mode"
@@ -2017,7 +2017,7 @@ msgstr "Visibilidad predeterminada del documento"
#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Default Signature Settings"
msgstr "Configuraciones de Firma por Defecto"
msgstr ""
#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "delete"
@@ -2248,7 +2248,7 @@ msgstr "Documento \"{0}\" - Rechazo confirmado"
#. placeholder {0}: document.title
#: packages/lib/jobs/definitions/emails/send-document-cancelled-emails.handler.ts
msgid "Document \"{0}\" Cancelled"
msgstr "Documento \"{0}\" Cancelado"
msgstr ""
#: packages/ui/primitives/template-flow/add-template-settings.tsx
#: packages/ui/primitives/document-flow/add-settings.tsx
@@ -2400,7 +2400,7 @@ msgstr "Documento reenviado"
#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document rejected"
msgstr "Documento rechazado"
msgstr ""
#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
#: apps/remix/app/components/embed/embed-document-rejected.tsx
@@ -2541,7 +2541,7 @@ msgstr "Arrastre y suelte su PDF aquí."
#: packages/lib/constants/document.ts
msgid "Draw"
msgstr "Dibujar"
msgstr ""
#: packages/ui/primitives/template-flow/add-template-fields.tsx
#: packages/ui/primitives/document-flow/add-fields.tsx
@@ -2635,7 +2635,7 @@ msgstr "Dirección de correo electrónico"
#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Email already confirmed"
msgstr "Correo electrónico ya confirmado"
msgstr ""
#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
msgid "Email cannot already exist in the template"
@@ -2873,7 +2873,7 @@ msgstr "Marcador de posición de campo"
#: packages/lib/utils/document-audit-logs.ts
msgid "Field prefilled by assistant"
msgstr "Campo rellenado por el asistente"
msgstr ""
#: packages/lib/utils/document-audit-logs.ts
msgid "Field signed"
@@ -2989,7 +2989,7 @@ msgstr "te ha invitado a aprobar este documento"
#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to assist this document"
msgstr "te ha invitado a asistir con este documento"
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to sign this document"
@@ -3006,11 +3006,11 @@ msgstr "te ha invitado a ver este documento"
#: 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 "Tener a un asistente como el último firmante significa que no podrá realizar ninguna acción ya que no hay firmantes posteriores a los que asistir."
msgstr ""
#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Help complete the document for other signers."
msgstr "Ayuda a completar el documento para otros firmantes."
msgstr ""
#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
msgid "Here you can edit your personal details."
@@ -3068,7 +3068,7 @@ msgstr "Soy un aprobador de este documento"
#: packages/lib/constants/recipient-roles.ts
msgid "I am an assistant of this document"
msgstr "Soy asistente de este documento"
msgstr ""
#: packages/lib/constants/recipient-roles.ts
msgid "I am required to receive a copy of this document"
@@ -3220,7 +3220,7 @@ msgstr "Parece que no se ha proporcionado un token, si estás intentando verific
#: 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 "Actualmente no es tu turno para firmar. Por favor, vuelve pronto ya que este documento debería estar disponible para que firmes en breve."
msgstr ""
#: 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."
@@ -3369,7 +3369,7 @@ msgstr "Gestionar y ver plantilla"
#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Manage billing"
msgstr "Gestionar la facturación"
msgstr ""
#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Manage details for this public template"
@@ -3393,7 +3393,7 @@ msgstr "Gestionar suscripción"
#: apps/remix/app/components/general/billing-portal-button.tsx
msgid "Manage Subscription"
msgstr "Gestionar Suscripción"
msgstr ""
#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Manage subscriptions"
@@ -3433,7 +3433,7 @@ msgstr "Gerente"
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Mark as viewed"
msgstr "Marcar como visto"
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
@@ -3575,7 +3575,7 @@ msgstr "Nunca expira"
#: apps/remix/app/components/forms/password.tsx
msgid "New Password"
msgstr "Nueva Contraseña"
msgstr ""
#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "New team owner"
@@ -3709,7 +3709,7 @@ 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
msgid "on behalf of \"{0}\" has invited you to assist this document"
msgstr "en nombre de \"{0}\" te ha invitado a asistir con este documento"
msgstr ""
#. placeholder {0}: document.team?.name
#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
@@ -3727,7 +3727,7 @@ msgstr "En esta página, puedes crear un nuevo webhook."
#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "On this page, you can create and manage API tokens. See our <0>Documentation</0> for more information."
msgstr "En esta página, puedes crear y gestionar tokens de API. Consulta nuestra <0>Documentación</0> para más información."
msgstr ""
#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
@@ -3979,7 +3979,7 @@ msgstr "Por favor, revisa el archivo CSV y asegúrate de que esté de acuerdo co
#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
msgid "Please check with the parent application for more information."
msgstr "Por favor consulta con la aplicación principal para obtener más información."
msgstr ""
#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
msgid "Please check your email for updates."
@@ -4053,7 +4053,7 @@ msgstr "Por favor, proporciona un token de tu autenticador, o un código de resp
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please review the document before approving."
msgstr "Por favor, revise el documento antes de aprobarlo."
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please review the document before signing."
@@ -4115,7 +4115,7 @@ msgstr "Las plantillas privadas solo pueden ser modificadas y vistas por ti."
#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
msgid "Proceed"
msgstr "Proceder"
msgstr ""
#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
#: apps/remix/app/components/general/settings-nav-mobile.tsx
@@ -4196,11 +4196,11 @@ msgstr "Razón"
#: packages/email/template-components/template-document-cancel.tsx
msgid "Reason for cancellation: {cancellationReason}"
msgstr "Razón de cancelación: {cancellationReason}"
msgstr ""
#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Reason for rejection: "
msgstr "Razón del rechazo: "
msgstr ""
#: packages/email/template-components/template-document-rejected.tsx
msgid "Reason for rejection: {rejectionReason}"
@@ -4817,15 +4817,15 @@ msgstr "ID de Firma"
#: packages/ui/primitives/signature-pad/signature-pad-draw.tsx
msgid "Signature is too small"
msgstr "La firma es demasiado pequeña"
msgstr ""
#: apps/remix/app/components/forms/profile.tsx
msgid "Signature Pad cannot be empty."
msgstr "El área de firma no puede estar vacío."
msgstr ""
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "Signature types"
msgstr "Tipos de firma"
msgstr ""
#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Signatures Collected"
@@ -4877,7 +4877,7 @@ msgstr "¡Firma completa!"
#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Signing for"
msgstr "Firmando para"
msgstr ""
#: apps/remix/app/components/forms/signin.tsx
#: apps/remix/app/components/forms/signin.tsx
@@ -4896,7 +4896,7 @@ msgstr "Se han generado enlaces de firma para este documento."
#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Signing order is enabled."
msgstr "El orden de firma está habilitado."
msgstr ""
#: apps/remix/app/routes/_authenticated+/admin+/leaderboard.tsx
#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
@@ -5052,11 +5052,11 @@ msgstr "Asunto <0>(Opcional)</0>"
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
msgid "Submitting..."
msgstr "Enviando..."
msgstr ""
#: apps/remix/app/components/general/billing-plans.tsx
msgid "Subscribe"
msgstr "Suscribirse"
msgstr ""
#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Subscription"
@@ -5196,7 +5196,7 @@ msgstr "Nombre del equipo"
#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "Team not found"
msgstr "Equipo no encontrado"
msgstr ""
#: apps/remix/app/components/tables/templates-table.tsx
msgid "Team Only"
@@ -5419,7 +5419,7 @@ msgstr "El nombre del documento"
#: apps/remix/app/components/forms/signin.tsx
msgid "The email or password provided is incorrect"
msgstr "El correo electrónico o la contraseña proporcionada es incorrecta"
msgstr ""
#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
@@ -5469,7 +5469,7 @@ msgstr "La razón proporcionada para la eliminación es la siguiente:"
#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "The recipient can prepare the document for later signers by pre-filling suggest values."
msgstr "El destinatario puede preparar el documento para firmantes posteriores rellenando valores sugeridos."
msgstr ""
#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "The recipient has been updated successfully"
@@ -5536,10 +5536,10 @@ 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
msgid "The team you are looking for may have been removed, renamed or may have never\n"
msgid ""
"The team you are looking for may have been removed, renamed or may have never\n"
" existed."
msgstr "El equipo que buscas puede haber sido eliminado, renombrado o quizás nunca\n"
" existió."
msgstr ""
#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "The template has been successfully moved to the selected team."
@@ -5563,11 +5563,11 @@ msgstr "El token que has utilizado para restablecer tu contraseña ha expirado o
#: apps/remix/app/components/forms/signin.tsx
msgid "The two-factor authentication code provided is incorrect"
msgstr "El código de autenticación de dos factores proporcionado es incorrecto"
msgstr ""
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "The types of signatures that recipients are allowed to use when signing the document."
msgstr "Los tipos de firmas que los destinatarios pueden usar al firmar el documento."
msgstr ""
#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
@@ -5602,11 +5602,11 @@ msgstr "Tienen permiso en tu nombre para:"
#: apps/remix/app/components/forms/signin.tsx
msgid "This account has been disabled. Please contact support."
msgstr "Esta cuenta ha sido deshabilitada. Por favor, contacta con soporte."
msgstr ""
#: apps/remix/app/components/forms/signin.tsx
msgid "This account has not been verified. Please verify your account before signing in."
msgstr "Esta cuenta no ha sido verificada. Por favor, verifica tu cuenta antes de iniciar sesión."
msgstr ""
#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
@@ -5652,7 +5652,7 @@ msgstr "Este documento ha sido cancelado por el propietario."
#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document has been rejected by a recipient"
msgstr "Este documento ha sido rechazado por un destinatario"
msgstr ""
#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document has been signed by all recipients"
@@ -5672,7 +5672,7 @@ msgstr "Este documento fue creado usando un enlace directo."
#: 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>"
msgstr "Este documento fue enviado usando <0>BLS sign.</0>"
#: 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}."
@@ -5804,7 +5804,7 @@ msgstr "Título"
#: packages/ui/primitives/document-flow/add-settings.types.ts
msgid "Title cannot be empty"
msgstr "El título no puede estar vacío"
msgstr ""
#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "To accept this invitation you must create an account."
@@ -6170,7 +6170,7 @@ msgstr "Actualizar"
#: packages/lib/constants/document.ts
msgid "Upload"
msgstr "Subir"
msgstr ""
#: 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."
@@ -6459,7 +6459,7 @@ msgstr "¿Quieres tu propio perfil público?"
#: packages/ui/primitives/document-flow/add-signers.tsx
#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Warning: Assistant as last signer"
msgstr "Advertencia: Asistente como último firmante"
msgstr ""
#: apps/remix/app/components/general/billing-portal-button.tsx
#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
@@ -6654,7 +6654,7 @@ msgstr "No pudimos verificar tus datos. Por favor, inténtalo de nuevo o contact
#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "We were unable to verify your email at this time."
msgstr "No pudimos verificar tu correo electrónico en este momento."
msgstr ""
#: 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."
@@ -6719,7 +6719,7 @@ msgstr "Webhooks"
#: apps/remix/app/components/general/billing-plans.tsx
msgid "Weekly"
msgstr "Semanal"
msgstr ""
#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Welcome"
@@ -6740,7 +6740,7 @@ msgstr "¿Estabas intentando editar este documento en su lugar?"
#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "When enabled, signers can choose who should sign next in the sequence instead of following the predefined order."
msgstr "Cuando está habilitado, los firmantes pueden elegir quién debe firmar a continuación en la secuencia en lugar de seguir el orden predefinido."
msgstr ""
#: 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."
@@ -6817,7 +6817,7 @@ msgstr "Está a punto de enviar este documento a los destinatarios. ¿Está segu
#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "You are currently on the <0>Free Plan</0>."
msgstr "Actualmente estás en el <0>Plan Gratuito</0>."
msgstr ""
#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You are currently updating <0>{teamMemberName}.</0>"
@@ -6886,7 +6886,7 @@ 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
#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "You cannot add assistants when signing order is disabled."
msgstr "No puedes añadir asistentes cuando el orden de firma está deshabilitado."
msgstr ""
#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "You cannot have more than {MAXIMUM_PASSKEYS} passkeys."
@@ -6906,7 +6906,7 @@ msgstr "No puedes subir PDFs encriptados"
#: 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 "Actualmente no tienes un registro de cliente, esto no debería suceder. Por favor contacta a soporte para obtener asistencia."
msgstr ""
#: apps/remix/app/components/forms/token.tsx
msgid "You do not have permission to create a token for this team"
@@ -7061,7 +7061,7 @@ msgstr "Debes establecer una URL de perfil antes de habilitar tu perfil público
#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "You need to be an admin to manage API tokens."
msgstr "Necesitas ser administrador para gestionar tokens de API."
msgstr ""
#: 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."
@@ -7117,7 +7117,7 @@ msgstr "Tu operación de envío masivo para la plantilla \"{templateName}\" ha s
#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Your current plan is past due. Please update your payment information."
msgstr "Tu plan actual está vencido. Por favor actualiza tu información de pago."
msgstr ""
#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Your direct signing templates"
@@ -7165,7 +7165,7 @@ msgstr "Tus documentos"
#: 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 "Tu correo electrónico ya ha sido confirmado. Ahora puedes usar todas las funciones de Documenso."
msgstr ""
#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your email has been successfully confirmed! You can now use all features of Documenso."
@@ -7268,4 +7268,3 @@ msgstr "¡Tu token se creó con éxito! ¡Asegúrate de copiarlo porque no podr
#: 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."

View File

@@ -8,7 +8,7 @@ msgstr ""
"Language: fr\n"
"Project-Id-Version: documenso-app\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2025-03-24 08:04\n"
"PO-Revision-Date: 2025-01-30 06:04\n"
"Last-Translator: \n"
"Language-Team: French\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
@@ -20,11 +20,11 @@ msgstr ""
#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid " Enable direct link signing"
msgstr " Activer la signature de lien direct"
msgstr ""
#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid " The events that will trigger a webhook to be sent to your URL."
msgstr " Les événements qui déclencheront l'envoi d'un webhook vers votre URL."
msgstr ""
#. placeholder {0}: team.name
#: apps/remix/app/components/forms/team-document-preferences-form.tsx
@@ -35,7 +35,7 @@ msgstr "\"{0}\" vous a invité à signer \"example document\"."
#. placeholder {1}: timezone || ''
#: 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}\" apparaîtra sur le document car il a un fuseau horaire de \"{1}\"."
msgstr ""
#: packages/email/template-components/template-document-super-delete.tsx
msgid "\"{documentName}\" has been deleted by an admin."
@@ -61,7 +61,7 @@ msgstr "\"{placeholderEmail}\" au nom de \"{0}\" vous a invité à signer \"exem
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "(You)"
msgstr "(Vous)"
msgstr ""
#. placeholder {0}: Math.abs(charactersRemaining)
#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
@@ -206,7 +206,7 @@ msgstr "{inviterName} vous a retiré du document<0/>\"{documentName}\""
#. placeholder {1}: document.title
#: 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} représentant \"{0}\" vous a invité à {recipientActionVerb} le document \"{1}\"."
msgstr ""
#. placeholder {0}: _(actionVerb).toLowerCase()
#: packages/email/template-components/template-document-invite.tsx
@@ -255,7 +255,7 @@ msgstr "{prefix} a ouvert le document"
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} prefilled a field"
msgstr "{prefix} a pré-rempli un champ"
msgstr ""
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} removed a field"
@@ -421,7 +421,7 @@ msgstr "<0>Cliquez pour importer</0> ou faites glisser et déposez"
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "<0>Drawn</0> - A signature that is drawn using a mouse or stylus."
msgstr "<0>Signée</0> - Une signature dessinée en utilisant une souris ou un stylet."
msgstr ""
#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>Email</0> - The recipient will be emailed the document to sign, approve, etc."
@@ -471,11 +471,11 @@ msgstr "<0>Expéditeur :</0> Tous"
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "<0>Typed</0> - A signature that is typed using a keyboard."
msgstr "<0>Tappée</0> - Une signature tapée à l'aide d'un clavier."
msgstr ""
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "<0>Uploaded</0> - A signature that is uploaded from a file."
msgstr "<0>Téléchargée</0> - Une signature téléchargée à partir d'un fichier."
msgstr ""
#: 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?"
@@ -504,7 +504,7 @@ msgstr "3 mois"
#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "404 not found"
msgstr "404 non trouvé"
msgstr ""
#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "404 Profile not found"
@@ -516,7 +516,7 @@ msgstr "404 Équipe non trouvée"
#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "500 Internal Server Error"
msgstr "500 Erreur Interne du Serveur"
msgstr ""
#: apps/remix/app/components/forms/token.tsx
msgid "6 months"
@@ -913,12 +913,12 @@ msgstr "Autoriser les destinataires du document à répondre directement à cett
#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Allow signers to dictate next signer"
msgstr "Permettre aux signataires de dicter le prochain signataire"
msgstr ""
#: packages/ui/primitives/template-flow/add-template-settings.tsx
#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Allowed Signature Types"
msgstr "Types de signatures autorisées"
msgstr ""
#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Allows authenticating using biometrics, password managers, hardware keys, etc."
@@ -1046,7 +1046,7 @@ msgstr "Une erreur est survenue lors de la suppression du champ."
#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
msgid "An error occurred while removing the selection."
msgstr "Une erreur s'est produite lors de la suppression de la sélection."
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "An error occurred while removing the signature."
@@ -1070,7 +1070,7 @@ msgstr "Une erreur est survenue lors de l'envoi de votre e-mail de confirmation"
#: 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 "Une erreur s'est produite lors de la signature en tant qu'assistant."
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
@@ -1087,7 +1087,7 @@ msgstr "Une erreur est survenue lors de la signature du document."
#: apps/remix/app/components/general/billing-plans.tsx
msgid "An error occurred while trying to create a checkout session."
msgstr "Une erreur est survenue lors de la création d'une session de paiement."
msgstr ""
#: apps/remix/app/components/general/template/template-edit-form.tsx
#: apps/remix/app/components/general/document/document-edit-form.tsx
@@ -1108,7 +1108,7 @@ msgstr "Une erreur est survenue lors de l'importation de votre document."
#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "An unexpected error occurred."
msgstr "Une erreur inattendue est survenue."
msgstr ""
#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
#: apps/remix/app/components/general/app-command-menu.tsx
@@ -1197,7 +1197,7 @@ msgstr "Approval en cours"
#: 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 "Êtes-vous sûr de vouloir terminer le document ? Cette action ne peut être annulée. Veuillez vous assurer d'avoir pré-rempli tous les champs pertinents avant de procéder."
msgstr ""
#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Are you sure you want to delete this token?"
@@ -1227,44 +1227,44 @@ msgstr "Êtes-vous sûr ?"
#: packages/lib/constants/recipient-roles.ts
msgid "Assist"
msgstr "Aider"
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
#: packages/email/template-components/template-document-invite.tsx
msgid "Assist Document"
msgstr "Assister le Document"
msgstr ""
#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Assist with signing"
msgstr "Aider à la signature"
msgstr ""
#: packages/lib/constants/recipient-roles.ts
msgid "Assistant"
msgstr "\"\""
msgstr ""
#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Assistant role is only available when the document is in sequential signing mode."
msgstr "Le rôle d'assistant est uniquement disponible lorsque le document est en mode de signature séquentielle."
msgstr ""
#: packages/lib/constants/recipient-roles.ts
msgid "Assistants"
msgstr "\"\""
msgstr ""
#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
#: packages/lib/constants/recipient-roles.ts
msgid "Assisted"
msgstr "Assisté"
msgstr ""
#: packages/lib/constants/recipient-roles.ts
msgid "Assisting"
msgstr "En assistance"
msgstr ""
#: apps/remix/app/components/forms/team-document-preferences-form.tsx
#: packages/ui/primitives/template-flow/add-template-settings.types.tsx
#: packages/ui/primitives/document-flow/add-settings.types.ts
#: packages/lib/types/document-meta.ts
msgid "At least one signature type must be enabled"
msgstr "Au moins un type de signature doit être activé"
msgstr ""
#: 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."
@@ -1403,7 +1403,7 @@ msgstr "En supprimant ce document, les éléments suivants se produiront :"
#: 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 "En activant l'authentification à deux facteurs, vous devrez entrer un code de votre application d'authentification à chaque fois que vous vous connectez avec votre mot de passe par email."
msgstr ""
#: 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."
@@ -1415,7 +1415,7 @@ msgstr "En procédant avec votre signature électronique, vous reconnaissez et c
#: apps/remix/app/components/forms/signup.tsx
msgid "By proceeding, you agree to our <0>Terms of Service</0> and <1>Privacy Policy</1>."
msgstr "En poursuivant, vous acceptez nos <0>Conditions d'Utilisation</0> et notre <1>Politique de Confidentialité</1>."
msgstr ""
#: 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."
@@ -1423,7 +1423,7 @@ msgstr "En utilisant la fonctionnalité de signature électronique, vous consent
#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Can prepare"
msgstr "Peut préparer"
msgstr ""
#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
@@ -1486,16 +1486,16 @@ msgstr "Impossible de supprimer le signataire"
#: packages/lib/constants/recipient-roles.ts
msgid "Cc"
msgstr "Cc"
msgstr ""
#: packages/lib/constants/recipient-roles.ts
#: packages/lib/constants/recipient-roles.ts
msgid "CC"
msgstr "CC"
msgstr ""
#: packages/lib/constants/recipient-roles.ts
msgid "CC'd"
msgstr "CC'd"
msgstr ""
#: packages/lib/constants/recipient-roles.ts
msgid "Ccers"
@@ -1616,11 +1616,11 @@ msgstr "Compléter l'approbation"
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Assisting"
msgstr "Compléter l'Assistance"
msgstr ""
#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
msgid "Complete Document"
msgstr "Compléter le Document"
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Signing"
@@ -1628,7 +1628,7 @@ msgstr "Compléter la signature"
#: 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 "Complétez les champs pour les signataires suivants. Une fois révisés, ils vous informeront si des modifications sont nécessaires."
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
@@ -1743,7 +1743,7 @@ msgstr "Continuer en approuvant le document."
#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by assisting with the document."
msgstr "Continuez en aidant avec le document."
msgstr ""
#: packages/email/template-components/template-document-completed.tsx
msgid "Continue by downloading the document."
@@ -1775,7 +1775,7 @@ msgstr "Contrôle le formatage du message qui sera envoyé lors de l'invitation
#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Controls the language for the document, including the language to be used for email notifications, and the final certificate that is generated and attached to the document."
msgstr "Contrôle la langue du document, y compris la langue à utiliser pour les notifications par email et le certificat final qui est généré et attaché au document."
msgstr ""
#: 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."
@@ -1783,7 +1783,7 @@ msgstr "Contrôle si le certificat de signature sera inclus dans le document lor
#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls which signatures are allowed to be used when signing a document."
msgstr "Contrôle quelles signatures sont autorisées lors de la signature d'un document."
msgstr ""
#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
#: packages/ui/primitives/document-flow/add-subject.tsx
@@ -1975,7 +1975,7 @@ msgstr "Destinataires actuels :"
#: apps/remix/app/components/general/billing-plans.tsx
msgid "Daily"
msgstr "Quotidien"
msgstr ""
#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Dark Mode"
@@ -2017,7 +2017,7 @@ msgstr "Visibilité par défaut du document"
#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Default Signature Settings"
msgstr "Paramètres de Signature par Défaut"
msgstr ""
#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "delete"
@@ -2248,7 +2248,7 @@ msgstr "Document \"{0}\" - Rejet Confirmé"
#. placeholder {0}: document.title
#: packages/lib/jobs/definitions/emails/send-document-cancelled-emails.handler.ts
msgid "Document \"{0}\" Cancelled"
msgstr "Document \"{0}\" Annulé"
msgstr ""
#: packages/ui/primitives/template-flow/add-template-settings.tsx
#: packages/ui/primitives/document-flow/add-settings.tsx
@@ -2400,7 +2400,7 @@ msgstr "Document renvoyé"
#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document rejected"
msgstr "Document rejeté"
msgstr ""
#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
#: apps/remix/app/components/embed/embed-document-rejected.tsx
@@ -2541,7 +2541,7 @@ msgstr "Faites glisser et déposez votre PDF ici."
#: packages/lib/constants/document.ts
msgid "Draw"
msgstr "Dessiner"
msgstr ""
#: packages/ui/primitives/template-flow/add-template-fields.tsx
#: packages/ui/primitives/document-flow/add-fields.tsx
@@ -2635,7 +2635,7 @@ msgstr "Adresse e-mail"
#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Email already confirmed"
msgstr "E-mail déjà confirmé"
msgstr ""
#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
msgid "Email cannot already exist in the template"
@@ -2873,7 +2873,7 @@ msgstr "Espace réservé du champ"
#: packages/lib/utils/document-audit-logs.ts
msgid "Field prefilled by assistant"
msgstr "Champ pré-rempli par l'assistant"
msgstr ""
#: packages/lib/utils/document-audit-logs.ts
msgid "Field signed"
@@ -2989,7 +2989,7 @@ msgstr "t'a invité à approuver ce document"
#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to assist this document"
msgstr "vous a invité à aider ce document"
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to sign this document"
@@ -3006,11 +3006,11 @@ msgstr "t'a invité à voir ce document"
#: 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 "Avoir un assistant comme dernier signataire signifie qu'il ne pourra prendre aucune mesure car il n'y a pas de signataires ultérieurs à assister."
msgstr ""
#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Help complete the document for other signers."
msgstr "Aidez à compléter le document pour les autres signataires."
msgstr ""
#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
msgid "Here you can edit your personal details."
@@ -3068,7 +3068,7 @@ msgstr "Je suis un approuveur de ce document"
#: packages/lib/constants/recipient-roles.ts
msgid "I am an assistant of this document"
msgstr "Je suis un assistant de ce document"
msgstr ""
#: packages/lib/constants/recipient-roles.ts
msgid "I am required to receive a copy of this document"
@@ -3220,7 +3220,7 @@ msgstr "Il semble qu'aucun token n'ait été fourni, si vous essayez de vérifie
#: 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 "Ce n'est actuellement pas votre tour de signer. Veuillez revenir bientôt car ce document devrait être disponible pour vous sous peu."
msgstr ""
#: 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."
@@ -3369,7 +3369,7 @@ msgstr "Gérer et afficher le modèle"
#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Manage billing"
msgstr "Gérer la facturation"
msgstr ""
#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Manage details for this public template"
@@ -3393,7 +3393,7 @@ msgstr "Gérer l'abonnement"
#: apps/remix/app/components/general/billing-portal-button.tsx
msgid "Manage Subscription"
msgstr "Gérer l'abonnement"
msgstr ""
#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Manage subscriptions"
@@ -3433,7 +3433,7 @@ msgstr "Gestionnaire"
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Mark as viewed"
msgstr "Marquer comme vu"
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
@@ -3478,7 +3478,7 @@ msgstr "Message <0>(Optionnel)</0>"
#: packages/ui/primitives/document-flow/field-items-advanced-settings/number-field.tsx
msgid "Min"
msgstr "Min"
msgstr ""
#: apps/remix/app/components/general/template/template-page-view-recipients.tsx
#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
@@ -3575,7 +3575,7 @@ msgstr "Ne jamais expirer"
#: apps/remix/app/components/forms/password.tsx
msgid "New Password"
msgstr "Nouveau Mot de Passe"
msgstr ""
#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "New team owner"
@@ -3709,7 +3709,7 @@ 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
msgid "on behalf of \"{0}\" has invited you to assist this document"
msgstr "au nom de \"{0}\" vous a invité à aider ce document"
msgstr ""
#. placeholder {0}: document.team?.name
#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
@@ -3727,7 +3727,7 @@ msgstr "Sur cette page, vous pouvez créer un nouveau webhook."
#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "On this page, you can create and manage API tokens. See our <0>Documentation</0> for more information."
msgstr "Sur cette page, vous pouvez créer et gérer des tokens API. Consultez notre <0>Documentation</0> pour plus d'informations."
msgstr ""
#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
@@ -3979,7 +3979,7 @@ msgstr "Veuillez vérifier le fichier CSV et vous assurer qu'il est conforme à
#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
msgid "Please check with the parent application for more information."
msgstr "Veuillez vérifier auprès de l'application parent pour plus d'informations."
msgstr ""
#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
msgid "Please check your email for updates."
@@ -4053,7 +4053,7 @@ msgstr "Veuillez fournir un token de votre authentificateur, ou un code de secou
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please review the document before approving."
msgstr "Veuillez examiner le document avant d'approuver."
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please review the document before signing."
@@ -4115,7 +4115,7 @@ msgstr "Les modèles privés ne peuvent être modifiés et consultés que par vo
#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
msgid "Proceed"
msgstr "Procéder"
msgstr ""
#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
#: apps/remix/app/components/general/settings-nav-mobile.tsx
@@ -4164,7 +4164,7 @@ msgstr "Les modèles publics sont connectés à votre profil public. Toute modif
#: packages/ui/primitives/document-flow/types.ts
msgid "Radio"
msgstr "Radio"
msgstr ""
#: packages/ui/primitives/document-flow/field-items-advanced-settings/radio-field.tsx
msgid "Radio values"
@@ -4196,11 +4196,11 @@ msgstr "Raison"
#: packages/email/template-components/template-document-cancel.tsx
msgid "Reason for cancellation: {cancellationReason}"
msgstr "Raison de l'annulation: {cancellationReason}"
msgstr ""
#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Reason for rejection: "
msgstr "Raison du rejet: "
msgstr ""
#: packages/email/template-components/template-document-rejected.tsx
msgid "Reason for rejection: {rejectionReason}"
@@ -4817,15 +4817,15 @@ msgstr "ID de signature"
#: packages/ui/primitives/signature-pad/signature-pad-draw.tsx
msgid "Signature is too small"
msgstr "La signature est trop petite"
msgstr ""
#: apps/remix/app/components/forms/profile.tsx
msgid "Signature Pad cannot be empty."
msgstr "Le Pad de Signature ne peut pas être vide."
msgstr ""
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "Signature types"
msgstr "Types de signature"
msgstr ""
#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Signatures Collected"
@@ -4877,7 +4877,7 @@ msgstr "Signature Complète !"
#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Signing for"
msgstr "Signé pour"
msgstr ""
#: apps/remix/app/components/forms/signin.tsx
#: apps/remix/app/components/forms/signin.tsx
@@ -4896,7 +4896,7 @@ msgstr "Des liens de signature ont été générés pour ce document."
#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Signing order is enabled."
msgstr "L'ordre de signature est activé."
msgstr ""
#: apps/remix/app/routes/_authenticated+/admin+/leaderboard.tsx
#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
@@ -5052,11 +5052,11 @@ msgstr "Objet <0>(Optionnel)</0>"
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
msgid "Submitting..."
msgstr "Soumission..."
msgstr ""
#: apps/remix/app/components/general/billing-plans.tsx
msgid "Subscribe"
msgstr "S'abonner"
msgstr ""
#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Subscription"
@@ -5196,7 +5196,7 @@ msgstr "Nom de l'équipe"
#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "Team not found"
msgstr "Équipe introuvable"
msgstr ""
#: apps/remix/app/components/tables/templates-table.tsx
msgid "Team Only"
@@ -5419,7 +5419,7 @@ msgstr "Le nom du document"
#: apps/remix/app/components/forms/signin.tsx
msgid "The email or password provided is incorrect"
msgstr "L'email ou le mot de passe fourni est incorrect"
msgstr ""
#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
@@ -5469,7 +5469,7 @@ msgstr "La raison fournie pour la suppression est la suivante :"
#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "The recipient can prepare the document for later signers by pre-filling suggest values."
msgstr "Le destinataire peut préparer le document pour les signataires ultérieurs en remplissant à l'avance les valeurs suggérées."
msgstr ""
#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "The recipient has been updated successfully"
@@ -5536,9 +5536,10 @@ 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
msgid "The team you are looking for may have been removed, renamed or may have never\n"
msgid ""
"The team you are looking for may have been removed, renamed or may have never\n"
" existed."
msgstr "L'équipe que vous cherchez a peut-être été supprimée, renommée ou n'a peut-être jamais existé."
msgstr ""
#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "The template has been successfully moved to the selected team."
@@ -5562,11 +5563,11 @@ msgstr "Le token que vous avez utilisé pour réinitialiser votre mot de passe a
#: apps/remix/app/components/forms/signin.tsx
msgid "The two-factor authentication code provided is incorrect"
msgstr "Le code d'authentification à deux facteurs fourni est incorrect"
msgstr ""
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "The types of signatures that recipients are allowed to use when signing the document."
msgstr "Les types de signatures que les destinataires peuvent utiliser lors de la signature du document."
msgstr ""
#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
@@ -5601,11 +5602,11 @@ msgstr "Ils ont la permission en votre nom de:"
#: apps/remix/app/components/forms/signin.tsx
msgid "This account has been disabled. Please contact support."
msgstr "Ce compte a été désactivé. Veuillez contacter le support."
msgstr ""
#: apps/remix/app/components/forms/signin.tsx
msgid "This account has not been verified. Please verify your account before signing in."
msgstr "Ce compte n'a pas été vérifié. Veuillez vérifier votre compte avant de vous connecter."
msgstr ""
#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
@@ -5651,7 +5652,7 @@ msgstr "Ce document a été annulé par le propriétaire."
#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document has been rejected by a recipient"
msgstr "Ce document a été rejeté par un destinataire"
msgstr ""
#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document has been signed by all recipients"
@@ -5671,7 +5672,7 @@ msgstr "Ce document a été créé en utilisant un lien direct."
#: 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>"
msgstr "Ce document a été envoyé via <0>BLS sign.</0>"
#: 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}."
@@ -5803,7 +5804,7 @@ msgstr "Titre"
#: packages/ui/primitives/document-flow/add-settings.types.ts
msgid "Title cannot be empty"
msgstr "Le titre ne peut pas être vide"
msgstr ""
#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "To accept this invitation you must create an account."
@@ -6169,7 +6170,7 @@ msgstr "Améliorer"
#: packages/lib/constants/document.ts
msgid "Upload"
msgstr "Télécharger"
msgstr ""
#: 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."
@@ -6458,7 +6459,7 @@ msgstr "Vous voulez votre propre profil public ?"
#: packages/ui/primitives/document-flow/add-signers.tsx
#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Warning: Assistant as last signer"
msgstr "Avertissement : Assistant comme dernier signataire"
msgstr ""
#: apps/remix/app/components/general/billing-portal-button.tsx
#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
@@ -6653,7 +6654,7 @@ msgstr "Nous n'avons pas pu vérifier vos détails. Veuillez réessayer ou conta
#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "We were unable to verify your email at this time."
msgstr "Nous n'avons pas pu vérifier votre email pour le moment."
msgstr ""
#: 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."
@@ -6718,7 +6719,7 @@ msgstr "Webhooks"
#: apps/remix/app/components/general/billing-plans.tsx
msgid "Weekly"
msgstr "Hebdomadaire"
msgstr ""
#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Welcome"
@@ -6739,7 +6740,7 @@ msgstr "Essayiez-vous d'éditer ce document à la place ?"
#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "When enabled, signers can choose who should sign next in the sequence instead of following the predefined order."
msgstr "Lorsqu'il est activé, les signataires peuvent choisir qui doit signer ensuite dans la séquence au lieu de suivre l'ordre prédéfini."
msgstr ""
#: 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."
@@ -6885,7 +6886,7 @@ msgstr "Vous pouvez voir le document et son statut en cliquant sur le bouton ci-
#: 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 "Vous ne pouvez pas ajouter d'assistants lorsque l'ordre de signature est désactivé."
msgstr ""
#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "You cannot have more than {MAXIMUM_PASSKEYS} passkeys."
@@ -6905,7 +6906,7 @@ msgstr "Vous ne pouvez pas importer de PDF cryptés"
#: 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 "Vous n'avez actuellement pas de dossier client, cela ne devrait pas se produire. Veuillez contacter le support pour obtenir de l'aide."
msgstr ""
#: apps/remix/app/components/forms/token.tsx
msgid "You do not have permission to create a token for this team"
@@ -7060,7 +7061,7 @@ msgstr "Vous devez définir une URL de profil avant d'activer votre profil publi
#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "You need to be an admin to manage API tokens."
msgstr "Vous devez être administrateur pour gérer les tokens API."
msgstr ""
#: 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."
@@ -7164,7 +7165,7 @@ msgstr "Vos documents"
#: 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 "Votre email a déjà été confirmé. Vous pouvez maintenant utiliser toutes les fonctionnalités de Documenso."
msgstr ""
#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your email has been successfully confirmed! You can now use all features of Documenso."
@@ -7267,4 +7268,3 @@ msgstr "Votre token a été créé avec succès ! Assurez-vous de le copier car
#: 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."

View File

@@ -8,7 +8,7 @@ msgstr ""
"Language: it\n"
"Project-Id-Version: documenso-app\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2025-03-24 08:04\n"
"PO-Revision-Date: 2025-01-30 06:04\n"
"Last-Translator: \n"
"Language-Team: Italian\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -20,11 +20,11 @@ msgstr ""
#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid " Enable direct link signing"
msgstr " Abilita la firma tramite link diretto"
msgstr ""
#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid " The events that will trigger a webhook to be sent to your URL."
msgstr " Gli eventi che attiveranno un webhook da inviare al tuo URL."
msgstr ""
#. placeholder {0}: team.name
#: apps/remix/app/components/forms/team-document-preferences-form.tsx
@@ -35,7 +35,7 @@ msgstr "\"{0}\" ti ha invitato a firmare \"documento di esempio\"."
#. placeholder {1}: timezone || ''
#: 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}\" apparirà sul documento poiché ha un fuso orario di \"{1}\"."
msgstr ""
#: packages/email/template-components/template-document-super-delete.tsx
msgid "\"{documentName}\" has been deleted by an admin."
@@ -61,7 +61,7 @@ msgstr "\"{placeholderEmail}\" per conto di \"{0}\" ti ha invitato a firmare \"d
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "(You)"
msgstr "(Tu)"
msgstr ""
#. placeholder {0}: Math.abs(charactersRemaining)
#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
@@ -206,7 +206,7 @@ msgstr "{inviterName} ti ha rimosso dal documento<0/>\"{documentName}\""
#. placeholder {1}: document.title
#: 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} a nome di \"{0}\" ti ha invitato a {recipientActionVerb} il documento \"{1}\"."
msgstr ""
#. placeholder {0}: _(actionVerb).toLowerCase()
#: packages/email/template-components/template-document-invite.tsx
@@ -255,7 +255,7 @@ msgstr "{prefix} ha aperto il documento"
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} prefilled a field"
msgstr "{prefix} ha precompilato un campo"
msgstr ""
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} removed a field"
@@ -421,7 +421,7 @@ msgstr "<0>Fai clic per caricare</0> o trascina e rilascia"
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "<0>Drawn</0> - A signature that is drawn using a mouse or stylus."
msgstr "<0>Disegnata</0> - Una firma disegnata con un mouse o uno stilo."
msgstr ""
#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>Email</0> - The recipient will be emailed the document to sign, approve, etc."
@@ -471,11 +471,11 @@ msgstr "<0>Mittente:</0> Tutti"
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "<0>Typed</0> - A signature that is typed using a keyboard."
msgstr "<0>Digitata</0> - Una firma digitata usando una tastiera."
msgstr ""
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "<0>Uploaded</0> - A signature that is uploaded from a file."
msgstr "<0>Caricata</0> - Una firma caricata da un file."
msgstr ""
#: 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?"
@@ -504,7 +504,7 @@ msgstr "{VAR_PLURAL, select, one {1 mese} other {3 mesi}}"
#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "404 not found"
msgstr "404 non trovato"
msgstr ""
#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "404 Profile not found"
@@ -516,7 +516,7 @@ msgstr "404 Squadra non trovata"
#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "500 Internal Server Error"
msgstr "500 Errore Interno del Server"
msgstr ""
#: apps/remix/app/components/forms/token.tsx
msgid "6 months"
@@ -913,12 +913,12 @@ msgstr "Consenti ai destinatari del documento di rispondere direttamente a quest
#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Allow signers to dictate next signer"
msgstr "Permetti ai firmatari di scegliere il prossimo firmatario"
msgstr ""
#: packages/ui/primitives/template-flow/add-template-settings.tsx
#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Allowed Signature Types"
msgstr "Tipi di firma consentiti"
msgstr ""
#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Allows authenticating using biometrics, password managers, hardware keys, etc."
@@ -1046,7 +1046,7 @@ msgstr "Si è verificato un errore durante la rimozione del campo."
#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
msgid "An error occurred while removing the selection."
msgstr "Si è verificato un errore durante la rimozione della selezione."
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "An error occurred while removing the signature."
@@ -1070,7 +1070,7 @@ msgstr "Si è verificato un errore durante l'invio della tua email di conferma"
#: 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 "Si è verificato un errore durante la firma come assistente."
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
@@ -1087,7 +1087,7 @@ msgstr "Si è verificato un errore durante la firma del documento."
#: apps/remix/app/components/general/billing-plans.tsx
msgid "An error occurred while trying to create a checkout session."
msgstr "Si è verificato un errore durante il tentativo di creare una sessione di pagamento."
msgstr ""
#: apps/remix/app/components/general/template/template-edit-form.tsx
#: apps/remix/app/components/general/document/document-edit-form.tsx
@@ -1108,7 +1108,7 @@ msgstr "Si è verificato un errore durante il caricamento del tuo documento."
#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "An unexpected error occurred."
msgstr "Si è verificato un errore inaspettato."
msgstr ""
#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
#: apps/remix/app/components/general/app-command-menu.tsx
@@ -1197,7 +1197,7 @@ msgstr "Approvazione in corso"
#: 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 "Sei sicuro di voler completare il documento? Questa azione non può essere annullata. Assicurati di aver completato la precompilazione di tutti i campi rilevanti prima di procedere."
msgstr ""
#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Are you sure you want to delete this token?"
@@ -1227,44 +1227,44 @@ msgstr "Sei sicuro?"
#: packages/lib/constants/recipient-roles.ts
msgid "Assist"
msgstr "Assisti"
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
#: packages/email/template-components/template-document-invite.tsx
msgid "Assist Document"
msgstr "Assisti il Documento"
msgstr ""
#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Assist with signing"
msgstr "Assisti nella firma"
msgstr ""
#: packages/lib/constants/recipient-roles.ts
msgid "Assistant"
msgstr "Assistente"
msgstr ""
#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Assistant role is only available when the document is in sequential signing mode."
msgstr "Il ruolo di assistente è disponibile solo quando il documento è in modalità firma sequenziale."
msgstr ""
#: packages/lib/constants/recipient-roles.ts
msgid "Assistants"
msgstr "Assistenti"
msgstr ""
#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
#: packages/lib/constants/recipient-roles.ts
msgid "Assisted"
msgstr "Assistenza"
msgstr ""
#: packages/lib/constants/recipient-roles.ts
msgid "Assisting"
msgstr "Assistenza in corso"
msgstr ""
#: apps/remix/app/components/forms/team-document-preferences-form.tsx
#: packages/ui/primitives/template-flow/add-template-settings.types.tsx
#: packages/ui/primitives/document-flow/add-settings.types.ts
#: packages/lib/types/document-meta.ts
msgid "At least one signature type must be enabled"
msgstr "Deve essere abilitato almeno un tipo di firma"
msgstr ""
#: 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."
@@ -1403,7 +1403,7 @@ msgstr "Eliminando questo documento, si verificherà quanto segue:"
#: 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 "Abilitando la 2FA, ti sarà richiesto di inserire un codice dalla tua app di autenticazione ogni volta che accedi utilizzando email e password."
msgstr ""
#: 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."
@@ -1415,7 +1415,7 @@ msgstr "Procedendo con la tua firma elettronica, riconosci e acconsenti che sar
#: apps/remix/app/components/forms/signup.tsx
msgid "By proceeding, you agree to our <0>Terms of Service</0> and <1>Privacy Policy</1>."
msgstr "Procedendo, accetti i nostri <0>Termini di Servizio</0> e <1>Informativa sulla Privacy</1>."
msgstr ""
#: 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."
@@ -1423,7 +1423,7 @@ msgstr "Utilizzando la funzione di firma elettronica, acconsenti a effettuare tr
#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Can prepare"
msgstr "Può preparare"
msgstr ""
#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
@@ -1616,11 +1616,11 @@ msgstr "Completa l'Approvazione"
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Assisting"
msgstr "Concludi Assistenza"
msgstr ""
#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
msgid "Complete Document"
msgstr "Completa Documento"
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Signing"
@@ -1628,7 +1628,7 @@ msgstr "Completa la Firma"
#: 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 "Completa i campi per i seguenti firmatari. Una volta esaminati, ti informeranno se sono necessarie modifiche."
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
@@ -1743,7 +1743,7 @@ msgstr "Continua approvando il documento."
#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by assisting with the document."
msgstr "Continua assistendo con il documento."
msgstr ""
#: packages/email/template-components/template-document-completed.tsx
msgid "Continue by downloading the document."
@@ -1775,7 +1775,7 @@ msgstr "Controlla la formattazione del messaggio che verrà inviato quando si in
#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Controls the language for the document, including the language to be used for email notifications, and the final certificate that is generated and attached to the document."
msgstr "Controlla la lingua del documento, inclusa quella per le notifiche email e il certificato finale che viene generato e allegato al documento."
msgstr ""
#: 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."
@@ -1783,7 +1783,7 @@ msgstr "Controlla se il certificato di firma sarà incluso nel documento quando
#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls which signatures are allowed to be used when signing a document."
msgstr "Controlla quali firme sono consentite per firmare un documento."
msgstr ""
#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
#: packages/ui/primitives/document-flow/add-subject.tsx
@@ -1975,7 +1975,7 @@ msgstr "Destinatari attuali:"
#: apps/remix/app/components/general/billing-plans.tsx
msgid "Daily"
msgstr "Giornaliero"
msgstr ""
#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Dark Mode"
@@ -2017,7 +2017,7 @@ msgstr "Visibilità predefinita del documento"
#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Default Signature Settings"
msgstr "Impostazioni predefinite della firma"
msgstr ""
#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "delete"
@@ -2248,7 +2248,7 @@ msgstr "Documento \"{0}\" - Rifiuto Confermato"
#. placeholder {0}: document.title
#: packages/lib/jobs/definitions/emails/send-document-cancelled-emails.handler.ts
msgid "Document \"{0}\" Cancelled"
msgstr "Documento \"{0}\" Annullato"
msgstr ""
#: packages/ui/primitives/template-flow/add-template-settings.tsx
#: packages/ui/primitives/document-flow/add-settings.tsx
@@ -2400,7 +2400,7 @@ msgstr "Documento rinviato"
#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document rejected"
msgstr "Documento rifiutato"
msgstr ""
#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
#: apps/remix/app/components/embed/embed-document-rejected.tsx
@@ -2541,7 +2541,7 @@ msgstr "Trascina e rilascia il tuo PDF qui."
#: packages/lib/constants/document.ts
msgid "Draw"
msgstr "Disegno"
msgstr ""
#: packages/ui/primitives/template-flow/add-template-fields.tsx
#: packages/ui/primitives/document-flow/add-fields.tsx
@@ -2635,7 +2635,7 @@ msgstr "Indirizzo Email"
#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Email already confirmed"
msgstr "Email già confermata"
msgstr ""
#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
msgid "Email cannot already exist in the template"
@@ -2873,7 +2873,7 @@ msgstr "Segnaposto del campo"
#: packages/lib/utils/document-audit-logs.ts
msgid "Field prefilled by assistant"
msgstr "Campo precompilato dall'assistente"
msgstr ""
#: packages/lib/utils/document-audit-logs.ts
msgid "Field signed"
@@ -2989,7 +2989,7 @@ msgstr "ti ha invitato ad approvare questo documento"
#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to assist this document"
msgstr "ti ha invitato ad assistere questo documento"
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to sign this document"
@@ -3006,11 +3006,11 @@ msgstr "ti ha invitato a visualizzare questo documento"
#: 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 "Avere un assistente come ultimo firmatario significa che non saranno in grado di intraprendere alcuna azione poiché non ci sono firmatari successivi da assistere."
msgstr ""
#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Help complete the document for other signers."
msgstr "Aiuta a completare il documento per altri firmatari."
msgstr ""
#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
msgid "Here you can edit your personal details."
@@ -3068,7 +3068,7 @@ msgstr "Sono un approvatore di questo documento"
#: packages/lib/constants/recipient-roles.ts
msgid "I am an assistant of this document"
msgstr "Sono un assistente di questo documento"
msgstr ""
#: packages/lib/constants/recipient-roles.ts
msgid "I am required to receive a copy of this document"
@@ -3220,7 +3220,7 @@ msgstr "Sembra che non sia stato fornito alcun token, se stai cercando di verifi
#: 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 "Attualmente non è il tuo turno di firmare. Torna presto a controllare poiché questo documento dovrebbe essere disponibile per la tua firma a breve."
msgstr ""
#: 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."
@@ -3369,7 +3369,7 @@ msgstr "Gestisci e visualizza il modello"
#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Manage billing"
msgstr "Gestisci la fatturazione"
msgstr ""
#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Manage details for this public template"
@@ -3393,7 +3393,7 @@ msgstr "Gestisci abbonamento"
#: apps/remix/app/components/general/billing-portal-button.tsx
msgid "Manage Subscription"
msgstr "Gestisci Abbonamento"
msgstr ""
#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Manage subscriptions"
@@ -3433,7 +3433,7 @@ msgstr "Responsabile"
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Mark as viewed"
msgstr "Segna come visualizzato"
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
@@ -3575,7 +3575,7 @@ msgstr "Mai scadere"
#: apps/remix/app/components/forms/password.tsx
msgid "New Password"
msgstr "Nuova Password"
msgstr ""
#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "New team owner"
@@ -3709,7 +3709,7 @@ 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
msgid "on behalf of \"{0}\" has invited you to assist this document"
msgstr "per conto di \"{0}\" ti ha invitato ad assistere questo documento"
msgstr ""
#. placeholder {0}: document.team?.name
#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
@@ -3727,7 +3727,7 @@ msgstr "In questa pagina, puoi creare un nuovo webhook."
#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "On this page, you can create and manage API tokens. See our <0>Documentation</0> for more information."
msgstr "Su questa pagina, puoi creare e gestire token API. Consulta la nostra <0>Documentazione</0> per maggiori informazioni."
msgstr ""
#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
@@ -3979,7 +3979,7 @@ msgstr "Si prega di controllare il file CSV e assicurarsi che sia conforme al no
#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
msgid "Please check with the parent application for more information."
msgstr "Controlla con l'applicazione principale per ulteriori informazioni."
msgstr ""
#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
msgid "Please check your email for updates."
@@ -4053,7 +4053,7 @@ msgstr "Si prega di fornire un token dal tuo autenticatore, o un codice di backu
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please review the document before approving."
msgstr "Per favore, esamina il documento prima di approvarlo."
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please review the document before signing."
@@ -4115,7 +4115,7 @@ msgstr "I modelli privati possono essere modificati e visualizzati solo da te."
#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
msgid "Proceed"
msgstr "Procedi"
msgstr ""
#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
#: apps/remix/app/components/general/settings-nav-mobile.tsx
@@ -4196,11 +4196,11 @@ msgstr "Motivo"
#: packages/email/template-components/template-document-cancel.tsx
msgid "Reason for cancellation: {cancellationReason}"
msgstr "Motivo dell'annullamento: {cancellationReason}"
msgstr ""
#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Reason for rejection: "
msgstr "Motivo del rifiuto: "
msgstr ""
#: packages/email/template-components/template-document-rejected.tsx
msgid "Reason for rejection: {rejectionReason}"
@@ -4817,15 +4817,15 @@ msgstr "ID Firma"
#: packages/ui/primitives/signature-pad/signature-pad-draw.tsx
msgid "Signature is too small"
msgstr "La firma è troppo piccola"
msgstr ""
#: apps/remix/app/components/forms/profile.tsx
msgid "Signature Pad cannot be empty."
msgstr "Il pad per la firma non può essere vuoto."
msgstr ""
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "Signature types"
msgstr "Tipi di firma"
msgstr ""
#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Signatures Collected"
@@ -4877,7 +4877,7 @@ msgstr "Firma completata!"
#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Signing for"
msgstr "Firma per"
msgstr ""
#: apps/remix/app/components/forms/signin.tsx
#: apps/remix/app/components/forms/signin.tsx
@@ -4896,7 +4896,7 @@ msgstr "I link di firma sono stati generati per questo documento."
#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Signing order is enabled."
msgstr "L'ordine di firma è abilitato."
msgstr ""
#: apps/remix/app/routes/_authenticated+/admin+/leaderboard.tsx
#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
@@ -5052,11 +5052,11 @@ msgstr "Oggetto <0>(Opzionale)</0>"
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
msgid "Submitting..."
msgstr "Invio in corso..."
msgstr ""
#: apps/remix/app/components/general/billing-plans.tsx
msgid "Subscribe"
msgstr "Iscriviti"
msgstr ""
#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Subscription"
@@ -5196,7 +5196,7 @@ msgstr "Nome del team"
#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "Team not found"
msgstr "Squadra non trovata"
msgstr ""
#: apps/remix/app/components/tables/templates-table.tsx
msgid "Team Only"
@@ -5419,7 +5419,7 @@ msgstr "Il nome del documento"
#: apps/remix/app/components/forms/signin.tsx
msgid "The email or password provided is incorrect"
msgstr "L'email o la password fornita è errata"
msgstr ""
#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
@@ -5469,7 +5469,7 @@ msgstr "Il motivo fornito per l'eliminazione è il seguente:"
#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "The recipient can prepare the document for later signers by pre-filling suggest values."
msgstr "Il destinatario può preparare il documento per i firmatari successivi precompilando valori suggeriti."
msgstr ""
#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "The recipient has been updated successfully"
@@ -5536,10 +5536,10 @@ 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
msgid "The team you are looking for may have been removed, renamed or may have never\n"
msgid ""
"The team you are looking for may have been removed, renamed or may have never\n"
" existed."
msgstr "La squadra che stai cercando potrebbe essere stata rimossa, rinominata o potrebbe non essere mai\n"
" esistita."
msgstr ""
#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "The template has been successfully moved to the selected team."
@@ -5563,11 +5563,11 @@ msgstr "Il token che hai usato per reimpostare la tua password è scaduto o non
#: apps/remix/app/components/forms/signin.tsx
msgid "The two-factor authentication code provided is incorrect"
msgstr "Il codice di autenticazione a due fattori fornito è errato"
msgstr ""
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "The types of signatures that recipients are allowed to use when signing the document."
msgstr "I tipi di firma che i destinatari possono utilizzare quando firmano il documento."
msgstr ""
#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
@@ -5602,11 +5602,11 @@ msgstr "Hanno il permesso per tuo conto di:"
#: apps/remix/app/components/forms/signin.tsx
msgid "This account has been disabled. Please contact support."
msgstr "Questo account è stato disabilitato. Contatta il supporto."
msgstr ""
#: apps/remix/app/components/forms/signin.tsx
msgid "This account has not been verified. Please verify your account before signing in."
msgstr "Questo account non è stato verificato. Verifica il tuo account prima di accedere."
msgstr ""
#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
@@ -5652,7 +5652,7 @@ msgstr "Questo documento è stato annullato dal proprietario."
#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document has been rejected by a recipient"
msgstr "Questo documento è stato rifiutato da un destinatario"
msgstr ""
#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document has been signed by all recipients"
@@ -5672,7 +5672,7 @@ msgstr "Questo documento è stato creato utilizzando un link diretto."
#: 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>"
msgstr "Questo documento è stato inviato utilizzando <0>BLS sign.</0>"
#: 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}."
@@ -5804,7 +5804,7 @@ msgstr "Titolo"
#: packages/ui/primitives/document-flow/add-settings.types.ts
msgid "Title cannot be empty"
msgstr "Il titolo non può essere vuoto"
msgstr ""
#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "To accept this invitation you must create an account."
@@ -6170,7 +6170,7 @@ msgstr "Aggiorna"
#: packages/lib/constants/document.ts
msgid "Upload"
msgstr "Carica"
msgstr ""
#: 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."
@@ -6459,7 +6459,7 @@ msgstr "Vuoi il tuo profilo pubblico?"
#: packages/ui/primitives/document-flow/add-signers.tsx
#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Warning: Assistant as last signer"
msgstr "Avvertenza: Assistente come ultimo firmatario"
msgstr ""
#: apps/remix/app/components/general/billing-portal-button.tsx
#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
@@ -6654,7 +6654,7 @@ msgstr "Non siamo riusciti a verificare i tuoi dati. Per favore riprova o contat
#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "We were unable to verify your email at this time."
msgstr "Non siamo stati in grado di verificare la tua email in questo momento."
msgstr ""
#: 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."
@@ -6719,7 +6719,7 @@ msgstr "Webhook"
#: apps/remix/app/components/general/billing-plans.tsx
msgid "Weekly"
msgstr "Settimanale"
msgstr ""
#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Welcome"
@@ -6740,7 +6740,7 @@ msgstr "Stavi provando a modificare questo documento invece?"
#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "When enabled, signers can choose who should sign next in the sequence instead of following the predefined order."
msgstr "Quando abilitato, i firmatari possono scegliere chi deve firmare successivamente nella sequenza invece di seguire l'ordine predefinito."
msgstr ""
#: 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."
@@ -6817,7 +6817,7 @@ msgstr "Stai per inviare questo documento ai destinatari. Sei sicuro di voler co
#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "You are currently on the <0>Free Plan</0>."
msgstr "Attualmente sei sul <0>Piano Gratuito</0>."
msgstr ""
#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You are currently updating <0>{teamMemberName}.</0>"
@@ -6886,7 +6886,7 @@ msgstr "Puoi visualizzare il documento e il suo stato cliccando sul pulsante qui
#: 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 "Non puoi aggiungere assistenti quando l'ordine di firma è disabilitato."
msgstr ""
#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "You cannot have more than {MAXIMUM_PASSKEYS} passkeys."
@@ -6906,7 +6906,7 @@ msgstr "Non puoi caricare PDF crittografati"
#: 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 "Attualmente non hai un record cliente, questo non dovrebbe succedere. Per favore contatta il supporto per assistenza."
msgstr ""
#: apps/remix/app/components/forms/token.tsx
msgid "You do not have permission to create a token for this team"
@@ -7061,7 +7061,7 @@ msgstr "Devi impostare un'URL del profilo prima di abilitare il tuo profilo pubb
#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "You need to be an admin to manage API tokens."
msgstr "Devi essere un amministratore per gestire i token API."
msgstr ""
#: 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."
@@ -7117,7 +7117,7 @@ msgstr "La tua operazione di invio massivo per il modello \"{templateName}\" è
#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Your current plan is past due. Please update your payment information."
msgstr "Il tuo piano attuale è scaduto. Aggiorna le informazioni di pagamento."
msgstr ""
#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Your direct signing templates"
@@ -7165,7 +7165,7 @@ msgstr "I tuoi documenti"
#: 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 "La tua email è già stata confermata. Ora puoi utilizzare tutte le funzionalità di Documenso."
msgstr ""
#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your email has been successfully confirmed! You can now use all features of Documenso."
@@ -7268,4 +7268,3 @@ msgstr "Il tuo token è stato creato con successo! Assicurati di copiarlo perch
#: 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."

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,7 @@ msgstr ""
"Language: pl\n"
"Project-Id-Version: documenso-app\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2025-03-24 08:04\n"
"PO-Revision-Date: 2025-01-30 06:04\n"
"Last-Translator: \n"
"Language-Team: Polish\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
@@ -20,11 +20,11 @@ msgstr ""
#: apps/remix/app/components/dialogs/template-direct-link-dialog.tsx
msgid " Enable direct link signing"
msgstr " Włącz podpisywanie linku bezpośredniego"
msgstr ""
#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
msgid " The events that will trigger a webhook to be sent to your URL."
msgstr " Zdarzenia, które uruchomią wysłanie webhooka na Twój URL."
msgstr ""
#. placeholder {0}: team.name
#: apps/remix/app/components/forms/team-document-preferences-form.tsx
@@ -35,23 +35,23 @@ msgstr "Użytkownik \"{0}\" zaprosił Cię do podpisania \"przykładowego dokume
#. placeholder {1}: timezone || ''
#: 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}\" pojawi się w dokumencie, ponieważ ma strefę czasową \"{1}\"."
msgstr ""
#: packages/email/template-components/template-document-super-delete.tsx
msgid "\"{documentName}\" has been deleted by an admin."
msgstr "Dokument \"{documentName}\" został usunięty przez administratora."
msgstr "\"{documentName}\" został usunięty przez administratora."
#: packages/email/template-components/template-document-pending.tsx
msgid "“{documentName}” has been signed"
msgstr "Dokument \"{documentName}\" został podpisany"
msgstr "{documentName} został podpisany"
#: packages/email/template-components/template-document-completed.tsx
msgid "“{documentName}” was signed by all signers"
msgstr "Dokument \"{documentName}\" został podpisany przez wszystkich podpisujących"
msgstr "{documentName} został podpisany przez wszystkich sygnatariuszy"
#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "\"{documentTitle}\" has been successfully deleted"
msgstr "Dokument \"{documentTitle}\" został usunięty"
msgstr "\"{documentTitle}\" został pomyślnie usunięty"
#. placeholder {0}: team.name
#: apps/remix/app/components/forms/team-document-preferences-form.tsx
@@ -61,7 +61,7 @@ msgstr "\"{placeholderEmail}\" w imieniu \"{0}\" zaprosił Cię do podpisania \"
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "(You)"
msgstr "(Ty)"
msgstr ""
#. placeholder {0}: Math.abs(charactersRemaining)
#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
@@ -206,7 +206,7 @@ msgstr "{inviterName} usunął cię z dokumentu<0/>„{documentName}”"
#. placeholder {1}: document.title
#: 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} w imieniu \"{0}\" zaprosił Cię do {recipientActionVerb} dokumentu \"{1}\"."
msgstr ""
#. placeholder {0}: _(actionVerb).toLowerCase()
#: packages/email/template-components/template-document-invite.tsx
@@ -231,57 +231,57 @@ msgstr "{numberOfSeats, plural, one {# członek} few {# członkowie} many {# cz
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} added a field"
msgstr "Użytkownik {prefix} dodał pole"
msgstr "{prefix} dodał pole"
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} added a recipient"
msgstr "Użytkownik {prefix} dodał odbiorcę"
msgstr "{prefix} dodał odbiorcę"
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} created the document"
msgstr "Użytkownik {prefix} utworzył dokument"
msgstr "{prefix} utworzył dokument"
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} deleted the document"
msgstr "Użytkownik {prefix} usunął dokument"
msgstr "{prefix} usunął dokument"
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} moved the document to team"
msgstr "Użytkownik {prefix} przeniósł dokument do zespołu"
msgstr "{prefix} przeniósł dokument do zespołu"
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} opened the document"
msgstr "Użytkownik {prefix} otworzył dokument"
msgstr "{prefix} otworzył dokument"
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} prefilled a field"
msgstr "{prefix} wstępnie wypełnił pole"
msgstr ""
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} removed a field"
msgstr "Użytkownik {prefix} usunął pole"
msgstr "{prefix} usunął pole"
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} removed a recipient"
msgstr "Użytkownik {prefix} usunął odbiorcę"
msgstr "{prefix} usunął odbiorcę"
#. placeholder {0}: data.recipientEmail
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} resent an email to {0}"
msgstr "Użytkownik {prefix} wysłał ponownie wiadomość do {0}"
msgstr "{prefix} ponownie wysłał e-mail do {0}"
#. placeholder {0}: data.recipientEmail
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} sent an email to {0}"
msgstr "Użytkownik {prefix} wysłał wiadomość do {0}"
msgstr "{prefix} wysłał e-mail do {0}"
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} sent the document"
msgstr "Użytkownik {prefix} wysłał dokument"
msgstr "{prefix} wysłał dokument"
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} signed a field"
msgstr "Użytkownik {prefix} podpisał pole"
msgstr "{prefix} podpisał pole"
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} unsigned a field"
@@ -293,11 +293,11 @@ msgstr "{prefix} zaktualizowane pole"
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated a recipient"
msgstr "Użytkownik {prefix} zaktualizował odbiorcę"
msgstr "{prefix} zaktualizowany odbiorca"
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document"
msgstr "Użytkownik {prefix} zaktualizował dokument"
msgstr "{prefix} zaktualizowany dokument"
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document access auth requirements"
@@ -313,11 +313,11 @@ msgstr "{prefix} zaktualizowane wymagania dotyczące autoryzacji podpisu dokumen
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document title"
msgstr "Użytkownik {prefix} zaktualizował tytuł dokumentu"
msgstr "{prefix} zaktualizowany tytuł dokumentu"
#: packages/lib/utils/document-audit-logs.ts
msgid "{prefix} updated the document visibility"
msgstr "Użytkownik {prefix} zaktualizował widoczność dokumentu"
msgstr "{prefix} zaktualizowana widoczność dokumentu"
#: apps/remix/app/components/general/direct-template/direct-template-page.tsx
msgid "{recipientActionVerb} document"
@@ -421,7 +421,7 @@ msgstr "<0>Kliknij, aby przesłać</0> lub przeciągnij i upuść"
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "<0>Drawn</0> - A signature that is drawn using a mouse or stylus."
msgstr "<0>Rysowany</0> - Podpis narysowany za pomocą myszy lub pióra."
msgstr ""
#: packages/ui/primitives/template-flow/add-template-settings.tsx
msgid "<0>Email</0> - The recipient will be emailed the document to sign, approve, etc."
@@ -471,11 +471,11 @@ msgstr "<0>Rządzący:</0> Wszyscy"
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "<0>Typed</0> - A signature that is typed using a keyboard."
msgstr "<0>Wpisany</0> - Podpis wpisany za pomocą klawiatury."
msgstr ""
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "<0>Uploaded</0> - A signature that is uploaded from a file."
msgstr "<0>Załadowany</0> - Podpis załadowany z pliku."
msgstr ""
#: 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?"
@@ -504,7 +504,7 @@ msgstr "3 miesiące"
#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "404 not found"
msgstr "404 nie znaleziono"
msgstr ""
#: apps/remix/app/routes/_profile+/_layout.tsx
msgid "404 Profile not found"
@@ -516,7 +516,7 @@ msgstr "404 Zespół nie znaleziony"
#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "500 Internal Server Error"
msgstr "500 Wewnętrzny błąd serwera"
msgstr ""
#: apps/remix/app/components/forms/token.tsx
msgid "6 months"
@@ -802,7 +802,7 @@ msgstr "Dodaj znaczniki"
#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Add Signer"
msgstr "Dodaj podpisującego"
msgstr "Dodaj sygnatariusza"
#: apps/remix/app/components/general/document/document-edit-form.tsx
msgid "Add Signers"
@@ -913,12 +913,12 @@ msgstr "Zezwól odbiorcom dokumentów na bezpośrednią odpowiedź na ten adres
#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Allow signers to dictate next signer"
msgstr "Pozwól sygnatariuszom wskazać następnego sygnatariusza"
msgstr ""
#: packages/ui/primitives/template-flow/add-template-settings.tsx
#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Allowed Signature Types"
msgstr "Dozwolone typy podpisów"
msgstr ""
#: apps/remix/app/routes/_authenticated+/settings+/security._index.tsx
msgid "Allows authenticating using biometrics, password managers, hardware keys, etc."
@@ -1046,7 +1046,7 @@ msgstr "Wystąpił błąd podczas usuwania pola."
#: apps/remix/app/components/general/document-signing/document-signing-radio-field.tsx
msgid "An error occurred while removing the selection."
msgstr "Wystąpił błąd podczas usuwania wyboru."
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
msgid "An error occurred while removing the signature."
@@ -1070,7 +1070,7 @@ msgstr "Wystąpił błąd podczas wysyłania e-maila potwierdzającego"
#: 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 "Wystąpił błąd podczas podpisywania jako asystent."
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-text-field.tsx
#: apps/remix/app/components/general/document-signing/document-signing-signature-field.tsx
@@ -1087,7 +1087,7 @@ msgstr "Wystąpił błąd podczas podpisywania dokumentu."
#: apps/remix/app/components/general/billing-plans.tsx
msgid "An error occurred while trying to create a checkout session."
msgstr "Wystąpił błąd podczas próby utworzenia sesji zamówienia."
msgstr ""
#: apps/remix/app/components/general/template/template-edit-form.tsx
#: apps/remix/app/components/general/document/document-edit-form.tsx
@@ -1108,7 +1108,7 @@ msgstr "Wystąpił błąd podczas przesyłania dokumentu."
#: apps/remix/app/components/general/generic-error-layout.tsx
msgid "An unexpected error occurred."
msgstr "Wystąpił nieoczekiwany błąd."
msgstr ""
#: apps/remix/app/routes/_authenticated+/admin+/site-settings.tsx
#: apps/remix/app/components/general/app-command-menu.tsx
@@ -1197,7 +1197,7 @@ msgstr "Zatwierdzanie"
#: 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 "Czy na pewno chcesz zakończyć dokument? Tego działania nie można cofnąć. Upewnij się, że wypełniłeś wszystkie odpowiednie pola przed kontynuacją."
msgstr ""
#: apps/remix/app/components/dialogs/token-delete-dialog.tsx
msgid "Are you sure you want to delete this token?"
@@ -1227,44 +1227,44 @@ msgstr "Czy na pewno?"
#: packages/lib/constants/recipient-roles.ts
msgid "Assist"
msgstr "Asysta"
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
#: packages/email/template-components/template-document-invite.tsx
msgid "Assist Document"
msgstr "Asysta dokumentu"
msgstr ""
#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Assist with signing"
msgstr "Pomoc w podpisywaniu"
msgstr ""
#: packages/lib/constants/recipient-roles.ts
msgid "Assistant"
msgstr "Asystent"
msgstr ""
#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Assistant role is only available when the document is in sequential signing mode."
msgstr "Rola asystenta jest dostępna tylko w trybie sekwencyjnego podpisywania dokumentów."
msgstr ""
#: packages/lib/constants/recipient-roles.ts
msgid "Assistants"
msgstr "Asystenci"
msgstr ""
#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
#: packages/lib/constants/recipient-roles.ts
msgid "Assisted"
msgstr "Asystowany"
msgstr ""
#: packages/lib/constants/recipient-roles.ts
msgid "Assisting"
msgstr "Asystowanie"
msgstr ""
#: apps/remix/app/components/forms/team-document-preferences-form.tsx
#: packages/ui/primitives/template-flow/add-template-settings.types.tsx
#: packages/ui/primitives/document-flow/add-settings.types.ts
#: packages/lib/types/document-meta.ts
msgid "At least one signature type must be enabled"
msgstr "Przynajmniej jeden typ podpisu musi być włączony"
msgstr ""
#: 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."
@@ -1403,7 +1403,7 @@ msgstr "Usunięcie tego dokumentu spowoduje następujące:"
#: 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 "Włączając 2FA, będziesz musiał wprowadzić kod z swojej aplikacji autoryzującej za każdym razem, gdy logujesz się za pomocą hasła e-mail."
msgstr ""
#: 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."
@@ -1415,7 +1415,7 @@ msgstr "Kontynuując z Twoim podpisem elektronicznym, przyjmujesz i zgadzasz si
#: apps/remix/app/components/forms/signup.tsx
msgid "By proceeding, you agree to our <0>Terms of Service</0> and <1>Privacy Policy</1>."
msgstr "Kontynuując, zgadzasz się na nasze <0>Warunki korzystania z usługi</0> oraz <1>Politykę prywatności</1>."
msgstr ""
#: 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."
@@ -1423,7 +1423,7 @@ msgstr "Korzystając z funkcji podpisu elektronicznego, wyrażasz zgodę na prze
#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "Can prepare"
msgstr "Może przygotować"
msgstr ""
#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
#: apps/remix/app/components/tables/settings-security-passkey-table-actions.tsx
@@ -1616,11 +1616,11 @@ msgstr "Zakończ zatwierdzanie"
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Assisting"
msgstr "Zakończ asystowanie"
msgstr ""
#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
msgid "Complete Document"
msgstr "Zakończ dokument"
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Complete Signing"
@@ -1628,7 +1628,7 @@ msgstr "Zakończ podpisywanie"
#: 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 "Wypełnij pola dla następujących sygnatariuszy. Po przeglądzie poinformują Cię, czy są potrzebne jakiekolwiek modyfikacje."
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
@@ -1743,7 +1743,7 @@ msgstr "Kontynuuj, zatwierdzając dokument."
#: packages/email/template-components/template-document-invite.tsx
msgid "Continue by assisting with the document."
msgstr "Kontynuuj, pomagając w obsłudze dokumentu."
msgstr ""
#: packages/email/template-components/template-document-completed.tsx
msgid "Continue by downloading the document."
@@ -1775,7 +1775,7 @@ msgstr "Kontroluje formatowanie wiadomości, która zostanie wysłana podczas za
#: packages/ui/primitives/document-flow/add-settings.tsx
msgid "Controls the language for the document, including the language to be used for email notifications, and the final certificate that is generated and attached to the document."
msgstr "Kontroluje język dokumentu, w tym język powiadomień e-mail i ostateczny certyfikat, który jest generowany i dołączony do dokumentu."
msgstr ""
#: 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."
@@ -1783,7 +1783,7 @@ msgstr "Kontroluje, czy certyfikat podpisu zostanie dołączony do dokumentu pod
#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Controls which signatures are allowed to be used when signing a document."
msgstr "Kontroluje, które podpisy są dozwolone do użycia podczas podpisywania dokumentu."
msgstr ""
#: apps/remix/app/components/general/document/document-recipient-link-copy-dialog.tsx
#: packages/ui/primitives/document-flow/add-subject.tsx
@@ -1975,7 +1975,7 @@ msgstr "Aktualni odbiorcy:"
#: apps/remix/app/components/general/billing-plans.tsx
msgid "Daily"
msgstr "Codziennie"
msgstr ""
#: apps/remix/app/components/general/app-command-menu.tsx
msgid "Dark Mode"
@@ -2017,7 +2017,7 @@ msgstr "Domyślna widoczność dokumentu"
#: apps/remix/app/components/forms/team-document-preferences-form.tsx
msgid "Default Signature Settings"
msgstr "Domyślne ustawienia podpisu"
msgstr ""
#: apps/remix/app/components/dialogs/document-delete-dialog.tsx
msgid "delete"
@@ -2248,7 +2248,7 @@ msgstr "Dokument \"{0}\" - Odrzucenie potwierdzone"
#. placeholder {0}: document.title
#: packages/lib/jobs/definitions/emails/send-document-cancelled-emails.handler.ts
msgid "Document \"{0}\" Cancelled"
msgstr "Dokument \"{0}\" anulowany"
msgstr ""
#: packages/ui/primitives/template-flow/add-template-settings.tsx
#: packages/ui/primitives/document-flow/add-settings.tsx
@@ -2400,7 +2400,7 @@ msgstr "Dokument ponownie wysłany"
#: apps/remix/app/components/general/document/document-status.tsx
msgid "Document rejected"
msgstr "Dokument odrzucony"
msgstr ""
#: apps/remix/app/routes/_recipient+/sign.$token+/rejected.tsx
#: apps/remix/app/components/embed/embed-document-rejected.tsx
@@ -2541,7 +2541,7 @@ msgstr "Przeciągnij i upuść swój PDF tutaj."
#: packages/lib/constants/document.ts
msgid "Draw"
msgstr "Rysować"
msgstr ""
#: packages/ui/primitives/template-flow/add-template-fields.tsx
#: packages/ui/primitives/document-flow/add-fields.tsx
@@ -2635,7 +2635,7 @@ msgstr "Adres e-mail"
#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Email already confirmed"
msgstr "E-mail już potwierdzony"
msgstr ""
#: apps/remix/app/components/general/direct-template/direct-template-configure-form.tsx
msgid "Email cannot already exist in the template"
@@ -2873,7 +2873,7 @@ msgstr "Zastępczy tekst pola"
#: packages/lib/utils/document-audit-logs.ts
msgid "Field prefilled by assistant"
msgstr "Pole wstępnie wypełnione przez asystenta"
msgstr ""
#: packages/lib/utils/document-audit-logs.ts
msgid "Field signed"
@@ -2989,7 +2989,7 @@ msgstr "Zaproszono Cię do zatwierdzenia tego dokumentu"
#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to assist this document"
msgstr "zaprosił Cię do pomocy przy tym dokumencie"
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
msgid "has invited you to sign this document"
@@ -3006,11 +3006,11 @@ msgstr "Zaproszono Cię do wyświetlenia tego dokumentu"
#: 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 "Asystent jako ostatni sygnatariusz oznacza, że nie będą oni mogli podjąć żadnych działań, ponieważ nie ma kolejnych sygnatariuszy do asysty."
msgstr ""
#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Help complete the document for other signers."
msgstr "Pomóc zakończyć dokument dla innych sygnatariuszy."
msgstr ""
#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
msgid "Here you can edit your personal details."
@@ -3068,7 +3068,7 @@ msgstr "Jestem zatwierdzającym tego dokumentu"
#: packages/lib/constants/recipient-roles.ts
msgid "I am an assistant of this document"
msgstr "Jestem asystentem tego dokumentu"
msgstr ""
#: packages/lib/constants/recipient-roles.ts
msgid "I am required to receive a copy of this document"
@@ -3220,7 +3220,7 @@ msgstr "Wydaje się, że nie podano tokena, jeśli próbujesz zweryfikować swó
#: 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 "Aktualnie nie jest Twoja kolej na podpisanie. Wróć wkrótce, ponieważ ten dokument powinien być dostępny do podpisania wkrótce."
msgstr ""
#: 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."
@@ -3369,7 +3369,7 @@ msgstr "Zarządzaj i przeglądaj szablon"
#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Manage billing"
msgstr "Zarządzaj fakturowaniem"
msgstr ""
#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Manage details for this public template"
@@ -3393,7 +3393,7 @@ msgstr "Zarządzaj subskrypcją"
#: apps/remix/app/components/general/billing-portal-button.tsx
msgid "Manage Subscription"
msgstr "Zarządzaj subskrypcją"
msgstr ""
#: apps/remix/app/routes/_authenticated+/admin+/subscriptions.tsx
msgid "Manage subscriptions"
@@ -3433,7 +3433,7 @@ msgstr "Menedżer"
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
msgid "Mark as viewed"
msgstr "Oznaczono jako obejrzane"
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
#: apps/remix/app/components/general/document-signing/document-signing-complete-dialog.tsx
@@ -3575,7 +3575,7 @@ msgstr "Nigdy nie wygasa"
#: apps/remix/app/components/forms/password.tsx
msgid "New Password"
msgstr "Nowe hasło"
msgstr ""
#: apps/remix/app/components/dialogs/team-transfer-dialog.tsx
msgid "New team owner"
@@ -3709,7 +3709,7 @@ 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
msgid "on behalf of \"{0}\" has invited you to assist this document"
msgstr "w imieniu \"{0}\" zaprosił Cię do pomocy przy tym dokumencie"
msgstr ""
#. placeholder {0}: document.team?.name
#: apps/remix/app/components/general/document-signing/document-signing-page-view.tsx
@@ -3727,7 +3727,7 @@ msgstr "Na tej stronie możesz utworzyć nowy webhook."
#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "On this page, you can create and manage API tokens. See our <0>Documentation</0> for more information."
msgstr "Na tej stronie możesz tworzyć i zarządzać tokenami API. Zapoznaj się z naszą <0>Dokumentacją</0> po więcej informacji."
msgstr ""
#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks._index.tsx
#: apps/remix/app/routes/_authenticated+/settings+/webhooks._index.tsx
@@ -3979,7 +3979,7 @@ msgstr "Proszę sprawdzić plik CSV i upewnić się, że jest zgodny z naszym fo
#: apps/remix/app/components/embed/embed-document-waiting-for-turn.tsx
msgid "Please check with the parent application for more information."
msgstr "Sprawdź, proszę, aplikację nadrzędną po więcej informacji."
msgstr ""
#: apps/remix/app/routes/_recipient+/sign.$token+/waiting.tsx
msgid "Please check your email for updates."
@@ -4053,7 +4053,7 @@ msgstr "Proszę podać token z Twojego uwierzytelniacza lub kod zapasowy."
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please review the document before approving."
msgstr "Przejrzyj dokument przed zatwierdzeniem."
msgstr ""
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
msgid "Please review the document before signing."
@@ -4115,7 +4115,7 @@ msgstr "Prywatne szablony mogą być modyfikowane i przeglądane tylko przez Cie
#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
msgid "Proceed"
msgstr "Kontynuuj"
msgstr ""
#: apps/remix/app/routes/_authenticated+/settings+/profile.tsx
#: apps/remix/app/components/general/settings-nav-mobile.tsx
@@ -4196,11 +4196,11 @@ msgstr "Powód"
#: packages/email/template-components/template-document-cancel.tsx
msgid "Reason for cancellation: {cancellationReason}"
msgstr "Powód anulowania: {cancellationReason}"
msgstr ""
#: apps/remix/app/components/general/document/document-page-view-recipients.tsx
msgid "Reason for rejection: "
msgstr "Powód odrzucenia: "
msgstr ""
#: packages/email/template-components/template-document-rejected.tsx
msgid "Reason for rejection: {rejectionReason}"
@@ -4817,15 +4817,15 @@ msgstr "Identyfikator podpisu"
#: packages/ui/primitives/signature-pad/signature-pad-draw.tsx
msgid "Signature is too small"
msgstr "Podpis jest za mały"
msgstr ""
#: apps/remix/app/components/forms/profile.tsx
msgid "Signature Pad cannot be empty."
msgstr "Partner podpisu nie może być pusty."
msgstr ""
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "Signature types"
msgstr "Typy podpisów"
msgstr ""
#: apps/remix/app/routes/_authenticated+/admin+/stats.tsx
msgid "Signatures Collected"
@@ -4877,7 +4877,7 @@ msgstr "Podpisywanie zakończone!"
#: apps/remix/app/components/embed/embed-document-signing-page.tsx
msgid "Signing for"
msgstr "Podpis w imieniu"
msgstr ""
#: apps/remix/app/components/forms/signin.tsx
#: apps/remix/app/components/forms/signin.tsx
@@ -4896,7 +4896,7 @@ msgstr "Linki do podpisania zostały wygenerowane dla tego dokumentu."
#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Signing order is enabled."
msgstr "Kolejność podpisywania jest włączona."
msgstr ""
#: apps/remix/app/routes/_authenticated+/admin+/leaderboard.tsx
#: apps/remix/app/components/tables/admin-leaderboard-table.tsx
@@ -5052,11 +5052,11 @@ msgstr "Temat <0>(Opcjonalnie)</0>"
#: apps/remix/app/components/general/document-signing/document-signing-form.tsx
#: apps/remix/app/components/dialogs/assistant-confirmation-dialog.tsx
msgid "Submitting..."
msgstr "Wysyłanie..."
msgstr ""
#: apps/remix/app/components/general/billing-plans.tsx
msgid "Subscribe"
msgstr "Subskrybuj"
msgstr ""
#: apps/remix/app/components/tables/admin-dashboard-users-table.tsx
msgid "Subscription"
@@ -5196,7 +5196,7 @@ msgstr "Nazwa zespołu"
#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/_layout.tsx
msgid "Team not found"
msgstr "Nie znaleziono zespołu"
msgstr ""
#: apps/remix/app/components/tables/templates-table.tsx
msgid "Team Only"
@@ -5419,7 +5419,7 @@ msgstr "Nazwa dokumentu"
#: apps/remix/app/components/forms/signin.tsx
msgid "The email or password provided is incorrect"
msgstr "Podany e-mail lub hasło jest nieprawidłowe"
msgstr ""
#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
#: apps/remix/app/components/dialogs/webhook-create-dialog.tsx
@@ -5469,7 +5469,7 @@ msgstr "Podana przyczyna usunięcia jest następująca:"
#: packages/ui/components/recipient/recipient-role-select.tsx
msgid "The recipient can prepare the document for later signers by pre-filling suggest values."
msgstr "Odbiorca może przygotować dokument dla kolejnych sygnatariuszy, wstępnie wypełniając proponowane wartości."
msgstr ""
#: apps/remix/app/components/tables/admin-document-recipient-item-table.tsx
msgid "The recipient has been updated successfully"
@@ -5536,9 +5536,10 @@ 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
msgid "The team you are looking for may have been removed, renamed or may have never\n"
msgid ""
"The team you are looking for may have been removed, renamed or may have never\n"
" existed."
msgstr "Zespół, którego szukasz, mógł zostać usunięty, zmieniony na, albo nigdy nie istniał."
msgstr ""
#: apps/remix/app/components/dialogs/template-move-dialog.tsx
msgid "The template has been successfully moved to the selected team."
@@ -5562,11 +5563,11 @@ msgstr "Token, którego użyłeś do zresetowania hasła, jest albo wygasły, al
#: apps/remix/app/components/forms/signin.tsx
msgid "The two-factor authentication code provided is incorrect"
msgstr "Podany kod dwuskładnikowy jest nieprawidłowy"
msgstr ""
#: packages/ui/components/document/document-signature-settings-tooltip.tsx
msgid "The types of signatures that recipients are allowed to use when signing the document."
msgstr "Rodzaje podpisów, jakie odbiorcy mogą używać przy podpisywaniu dokumentu."
msgstr ""
#: apps/remix/app/routes/_authenticated+/t.$teamUrl+/settings.webhooks.$id.tsx
#: apps/remix/app/routes/_authenticated+/settings+/webhooks.$id.tsx
@@ -5601,11 +5602,11 @@ msgstr "Mają pozwolenie w Twoim imieniu na:"
#: apps/remix/app/components/forms/signin.tsx
msgid "This account has been disabled. Please contact support."
msgstr "To konto zostało zablokowane. Skontaktuj się z pomocą techniczną."
msgstr ""
#: apps/remix/app/components/forms/signin.tsx
msgid "This account has not been verified. Please verify your account before signing in."
msgstr "To konto nie zostało zweryfikowane. Proszę zweryfikuj konto przed zalogowaniem."
msgstr ""
#: apps/remix/app/components/dialogs/admin-user-delete-dialog.tsx
#: apps/remix/app/components/dialogs/admin-document-delete-dialog.tsx
@@ -5651,7 +5652,7 @@ msgstr "Ten dokument został anulowany przez właściciela."
#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document has been rejected by a recipient"
msgstr "Dokument został odrzucony przez odbiorcę"
msgstr ""
#: apps/remix/app/routes/_authenticated+/documents.$id._index.tsx
msgid "This document has been signed by all recipients"
@@ -5671,7 +5672,7 @@ msgstr "Ten dokument został stworzony przy użyciu bezpośredniego linku."
#: 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>"
msgstr "Ten dokument został wysłany za pomocą <0>BLS sign.</0>"
#: 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}."
@@ -5803,7 +5804,7 @@ msgstr "Tytuł"
#: packages/ui/primitives/document-flow/add-settings.types.ts
msgid "Title cannot be empty"
msgstr "Tytuł nie może być pusty"
msgstr ""
#: apps/remix/app/routes/_unauthenticated+/team.invite.$token.tsx
msgid "To accept this invitation you must create an account."
@@ -6169,7 +6170,7 @@ msgstr "Ulepsz"
#: packages/lib/constants/document.ts
msgid "Upload"
msgstr "Prześlij"
msgstr ""
#: 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."
@@ -6458,7 +6459,7 @@ msgstr "Chcesz mieć profil publiczny?"
#: packages/ui/primitives/document-flow/add-signers.tsx
#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "Warning: Assistant as last signer"
msgstr "Uwaga: Asystent jako ostatni sygnatariusz"
msgstr ""
#: apps/remix/app/components/general/billing-portal-button.tsx
#: apps/remix/app/components/general/teams/team-layout-billing-banner.tsx
@@ -6653,7 +6654,7 @@ msgstr "Nie udało się zweryfikować twoich danych. Proszę spróbuj ponownie l
#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "We were unable to verify your email at this time."
msgstr "Nie udało się zweryfikować Twojego e-maila w tym momencie."
msgstr ""
#: 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."
@@ -6718,7 +6719,7 @@ msgstr "Webhooki"
#: apps/remix/app/components/general/billing-plans.tsx
msgid "Weekly"
msgstr "Co tydzień"
msgstr ""
#: apps/remix/app/routes/_unauthenticated+/articles.signature-disclosure.tsx
msgid "Welcome"
@@ -6739,7 +6740,7 @@ msgstr "Czy próbowałeś raczej edytować ten dokument?"
#: packages/ui/primitives/template-flow/add-template-placeholder-recipients.tsx
#: packages/ui/primitives/document-flow/add-signers.tsx
msgid "When enabled, signers can choose who should sign next in the sequence instead of following the predefined order."
msgstr "Kiedy włączone, sygnatariusze mogą wybrać, kto ma podpisać następny w kolejności zamiast podążać za zdefiniowanym porządkiem."
msgstr ""
#: 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."
@@ -6816,7 +6817,7 @@ msgstr "Zaraz wyślesz ten dokument do odbiorców. Czy na pewno chcesz kontynuow
#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "You are currently on the <0>Free Plan</0>."
msgstr "Obecnie jesteś na <0>Planie darmowym</0>."
msgstr ""
#: apps/remix/app/components/dialogs/team-member-update-dialog.tsx
msgid "You are currently updating <0>{teamMemberName}.</0>"
@@ -6885,7 +6886,7 @@ msgstr "Możesz zobaczyć dokument i jego status, klikając przycisk poniżej."
#: 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 "Nie można dodać asystentów, gdy kolejność podpisywania jest wyłączona."
msgstr ""
#: apps/remix/app/components/dialogs/passkey-create-dialog.tsx
msgid "You cannot have more than {MAXIMUM_PASSKEYS} passkeys."
@@ -6905,7 +6906,7 @@ msgstr "Nie możesz przesyłać zaszyfrowanych plików PDF"
#: 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 "Obecnie nie masz rekordu klienta, nie powinno tak się dziać. Proszę skontaktuj się z pomocą techniczną."
msgstr ""
#: apps/remix/app/components/forms/token.tsx
msgid "You do not have permission to create a token for this team"
@@ -7060,7 +7061,7 @@ msgstr "Musisz ustawić URL profilu przed włączeniem swojego publicznego profi
#: apps/remix/app/routes/_authenticated+/settings+/tokens.tsx
msgid "You need to be an admin to manage API tokens."
msgstr "Musisz być administratorem, aby zarządzać tokenami API."
msgstr ""
#: 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."
@@ -7116,7 +7117,7 @@ msgstr "Twoja operacja masowej wysyłki dla szablonu \"{templateName}\" została
#: apps/remix/app/routes/_authenticated+/settings+/billing.tsx
msgid "Your current plan is past due. Please update your payment information."
msgstr "Twój obecny plan jest przeterminowany. Zaktualizuj swoje informacje płatnicze."
msgstr ""
#: apps/remix/app/components/dialogs/public-profile-template-manage-dialog.tsx
msgid "Your direct signing templates"
@@ -7164,7 +7165,7 @@ msgstr "Twoje dokumenty"
#: 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 "Twój e-mail został już potwierdzony. Możesz teraz korzystać z wszystkich funkcji Documenso."
msgstr ""
#: apps/remix/app/routes/_unauthenticated+/verify-email.$token.tsx
msgid "Your email has been successfully confirmed! You can now use all features of Documenso."
@@ -7267,4 +7268,3 @@ msgstr "Twój token został pomyślnie utworzony! Upewnij się, że go skopiujes
#: 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."

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@ export const formatDirectTemplatePath = (token: string) => {
export const generateRecipientPlaceholder = (index: number) => {
return {
name: `Recipient ${index}`,
email: `recipient.${index}@documenso.com`,
email: `recipient.${index}@sign.bls.media`,
};
};

View File

@@ -1,4 +1,4 @@
INSERT INTO "User" ("email", "name") VALUES (
'serviceaccount@documenso.com',
'serviceaccount@sign.bls.media',
'Service Account'
) ON CONFLICT DO NOTHING;

View File

@@ -1,7 +1,7 @@
-- Create deleted@documenso.com
-- Create deleted@sign.bls.media
DO $$
BEGIN
IF NOT EXISTS (SELECT 1 FROM "public"."User" WHERE "email" = 'deleted-account@documenso.com') THEN
IF NOT EXISTS (SELECT 1 FROM "public"."User" WHERE "email" = 'deleted-account@sign.bls.media') THEN
INSERT INTO
"public"."User" (
"email",
@@ -16,7 +16,7 @@ BEGIN
)
VALUES
(
'deleted-account@documenso.com',
'deleted-account@sign.bls.media',
NOW(),
NULL,
NOW(),

View File

@@ -1,5 +1,5 @@
-- AlterTable
ALTER TABLE "DocumentMeta" ADD COLUMN "language" TEXT NOT NULL DEFAULT 'en';
ALTER TABLE "DocumentMeta" ADD COLUMN "language" TEXT NOT NULL DEFAULT 'de';
-- AlterTable
ALTER TABLE "TemplateMeta" ADD COLUMN "language" TEXT NOT NULL DEFAULT 'en';
ALTER TABLE "TemplateMeta" ADD COLUMN "language" TEXT NOT NULL DEFAULT 'de';

View File

@@ -1,2 +1,2 @@
-- AlterTable
ALTER TABLE "TeamGlobalSettings" ADD COLUMN "documentLanguage" TEXT NOT NULL DEFAULT 'en';
ALTER TABLE "TeamGlobalSettings" ADD COLUMN "documentLanguage" TEXT NOT NULL DEFAULT 'de';

View File

@@ -25,11 +25,11 @@ export const seedDatabase = async () => {
const exampleUser = await prisma.user.upsert({
where: {
email: 'example@documenso.com',
email: 'example@sign.bls.media',
},
create: {
name: 'Example User',
email: 'example@documenso.com',
email: 'example@sign.bls.media',
emailVerified: new Date(),
password: hashSync('password'),
roles: [Role.USER],
@@ -39,11 +39,11 @@ export const seedDatabase = async () => {
const adminUser = await prisma.user.upsert({
where: {
email: 'admin@documenso.com',
email: 'admin@sign.bls.media',
},
create: {
name: 'Admin User',
email: 'admin@documenso.com',
email: 'admin@sign.bls.media',
emailVerified: new Date(),
password: hashSync('password'),
roles: [Role.USER, Role.ADMIN],
@@ -126,10 +126,10 @@ export const seedDatabase = async () => {
]);
const testUsers = [
'test@documenso.com',
'test2@documenso.com',
'test3@documenso.com',
'test4@documenso.com',
'test@sign.bls.media',
'test2@sign.bls.media',
'test3@sign.bls.media',
'test4@sign.bls.media',
];
const createdUsers = [];

View File

@@ -73,7 +73,7 @@ export const seedTemplate = async (options: SeedTemplateOptions) => {
},
recipients: {
create: {
email: 'recipient.1@documenso.com',
email: 'recipient.1@sign.bls.media',
name: 'Recipient 1',
token: Math.random().toString().slice(2, 7),
sendStatus: SendStatus.NOT_SENT,

View File

@@ -33,7 +33,7 @@ export const addSigningPlaceholder = async ({ pdf }: AddSigningPlaceholderOption
SubFilter: 'adbe.pkcs7.detached',
ByteRange: byteRange,
Contents: PDFHexString.fromText(' '.repeat(8192)),
Reason: PDFString.of('Signed by Documenso'),
Reason: PDFString.of('Signed by BLS sign'),
M: PDFString.fromDate(new Date()),
}),
);

Some files were not shown because too many files have changed in this diff Show More