Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
979 changes: 525 additions & 454 deletions apps/OpenSign/package-lock.json

Large diffs are not rendered by default.

11 changes: 6 additions & 5 deletions apps/OpenSign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@usewaypoint/block-text": "^0.0.7",
"@usewaypoint/document-core": "^0.0.6",
"@usewaypoint/email-builder": "^0.0.9",
"axios": "^1.15.2",
"axios": "^1.16.0",
"date-fns-tz": "^3.2.0",
"dompurify": "^3.4.1",
"file-saver": "^2.0.5",
Expand Down Expand Up @@ -128,7 +128,7 @@
"autoprefixer": "^10.5.0",
"babel-loader": "^9.2.1",
"commitizen": "^4.3.1",
"concurrently": "^9.2.1",
"concurrently": "^10.0.3",
"css-loader": "^7.1.4",
Comment on lines 129 to 132
"daisyui": "^4.12.24",
"eslint": "^9.39.4",
Expand All @@ -140,16 +140,17 @@
"pretty-quick": "^4.2.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"tailwindcss": "^3.4.19",
"tmp": "^0.2.5",
"vite": "^8.0.10",
"tmp": "^0.2.7",
"vite": ">=8.0.16",
"vite-plugin-svgr": "^5.2.0",
Comment on lines 142 to 145
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.5"
},
"overrides": {
"tmp": "$tmp",
"react": "$react",
"react-dom": "$react-dom"
"react-dom": "$react-dom",
"form-data": ">=4.0.6"
},
"engines": {
"node": "18 || 20 || 22"
Expand Down
18 changes: 15 additions & 3 deletions apps/OpenSign/public/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@
"yes": "Ja",
"copied": "Kopiert",
"something-went-wrong-mssg": "Etwas ist schiefgelaufen, Das Aktualisieren dieser Seite kann das Problem lösen.",
"attachments-docx-upload-failed": "Derzeit liegt ein Problem vor. Bitte versuchen Sie es erneut.",
"attachments-docx-upload-limit": "Das Upload-Limit für große DOCX-Dateien ist erreicht. Bitte warten Sie 4 Minuten und versuchen Sie es erneut.",
"token-generated": "Token erfolgreich generiert.",
"webhook": "Webhook",
"update-webhook": "Webhook aktualisieren",
Expand Down Expand Up @@ -421,7 +423,10 @@
"image": "Bild",
"email": "E-Mail",
"number": "Zahl",
"draw": "Zeichnen"
"draw": "Zeichnen",
"attachments": "Anhänge",
"attachments-add": "Klicken, um Anhänge hochzuladen",
"attachments-count": "{{count}} Anhang/Anhänge"
},
"fields": "Felder",
"recipients": "Empfänger",
Expand Down Expand Up @@ -1359,7 +1364,7 @@
"export-all-formdata-error": "Sie können die Formulardaten nicht exportieren, da die Vorlage doppelte Widget-Namen enthält. Bitte erstellen Sie eine neue Vorlage, um Formulardaten exportieren zu können.",
"export-formdata-error": "Sie können die Formulardaten nicht exportieren, da das Dokument doppelte Widget-Namen enthält. Bitte erstellen Sie ein neues Dokument ohne doppelte Widget-Namen, um Formulardaten exportieren zu können.",
"duplicate-widget-name-error": "Dieser Widget-Name ist bereits einem anderen Unterzeichner zugewiesen. Bitte wählen Sie einen anderen Namen.",
"duplicate-template-widget-error": "Sie können diese Vorlage nicht duplizieren, da sie doppelte Widget-Namen enthält.",
"duplicate-template-widget-error": "Die Vorlage kann nicht dupliziert werden, weil einige Widget-Namen in verschiedenen Rollen doppelt vorkommen. Benennen Sie die doppelten Widgets um und versuchen Sie es erneut.",
"credit-alert": "Kreditwarnung",
"document-form-data": "Dokumenten-Formulardaten",
"view-formdata-paid-title-error": "Die Funktion 'Formulardaten anzeigen' ermöglicht es Ihnen, die von Unterzeichnern ausgefüllten Widget-Daten auszudrucken und herunterzuladen.",
Expand Down Expand Up @@ -1558,5 +1563,12 @@
"attach-all-role-to-signer": "Bitte weisen Sie dem Unterzeichner alle Rollen zu.",
"upgrade-to-edit": "Zum Bearbeiten upgraden",
"hide-live-chat-for-signers": "Live-Chat für Unterzeichner ausblenden",
"hide-live-chat-for-signers-help": "Wenn aktiviert, werden Live-Chat-Widgets für Unterzeichner auf Signierseiten ausgeblendet."
"hide-live-chat-for-signers-help": "Wenn aktiviert, werden Live-Chat-Widgets für Unterzeichner auf Signierseiten ausgeblendet.",
"attachments-creator-hint": "Unterzeichner können Dateien hochladen, die am Ende des Dokuments angehängt werden.",
"attachments-drop-hint": "Dateien hier ablegen oder klicken, um auszuwählen",
"attachments-limits": "PDF, DOCX, PNG, JPG. Max. {{maxFiles}} Dateien, je {{maxSizeMB}} MB.",
"attachments-invalid-type": "Dateityp wird nicht unterstützt: {{name}}",
"attachments-max-files": "Maximal {{maxFiles}} Anhänge erlaubt.",
"attachments-remove-confirm": "Das Entfernen löscht nur die Metadaten. Bereits angehängte Seiten bleiben im Dokument. Fortfahren?",
"attachments-docx-not-supported": "Derzeit tritt ein Problem beim Hochladen von DOCX-Dateien auf. Bitte versuchen Sie, das Dokument in einem anderen unterstützten Format hochzuladen, oder versuchen Sie es später erneut."
}
21 changes: 17 additions & 4 deletions apps/OpenSign/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,10 @@
"image": "image",
"email": "email",
"number": "number",
"draw": "draw"
"draw": "draw",
"attachments": "attachments",
"attachments-add": "Click to add attachments",
"attachments-count": "{{count}} attachment(s)"
},
"fields": "Fields",
"recipients": "Recipients",
Expand Down Expand Up @@ -606,6 +609,8 @@
"pdf-download": "PDF download",
"generate-certificate-alert": " Your completion certificate is being generated. Please wait momentarily. If the download doesn't start shortly, click the button again.",
"generate-certificate-err": "We are currently experiencing an issue with certificate generation. Please try again later.",
"attachments-docx-upload-failed": "We are currently facing a problem. Please try again.",
"attachments-docx-size-limit": "Upload limit reached for large files. Please wait until {{time}} before retrying.",
Comment on lines +612 to +613
"folder-already-exist": "Folder already exists!",
"folder-created-successfully": "Folder created successfully!",
"fill-folder-name": "Please fill folder name",
Expand Down Expand Up @@ -1361,7 +1366,7 @@
"export-all-formdata-error": "You can/t export form data because the template contains duplicate widget names. Please create a fresh template to be able to export form data.",
"export-formdata-error": "You can't export form data because the document contains duplicate widget names. Please create a fresh document without duplicate widget names to be able to export form data.",
"duplicate-widget-name-error": "This widget name is already assigned to another signer. Please choose a different name.",
"duplicate-template-widget-error": "You can't duplicate this template because it contains duplicate widget names.",
"duplicate-template-widget-error": "Unable to duplicate the template because some widget names are duplicated across different roles. Rename the duplicate widgets and try again.",
"credit-alert": "Credit Alert",
"document-form-data": "Document Form Data",
"view-formdata-paid-title-error": "The View Form Data feature lets you print and download the widget data filled in by signers while signing.",
Expand Down Expand Up @@ -1558,5 +1563,13 @@
"benefit-bulksend-api-team-year-help": "This plan comes with 500 premium credits per year that let you send documents via API, share public signing links, run bulk signature requests, use Kiosk mode for in-person signing, or collect signatures from documents embedded directly on your website. Each time you initiate or send a document, one credit is used — and that single document can include up to 10 signers.",
"failed-pdf-for-prefill-processing": "Failed to load PDF for prefill processing.",
"attach-all-role-to-signer": "Please attach all roles to the signer.",
"upgrade-to-edit": "Upgrade to edit"
}
"upgrade-to-edit": "Upgrade to edit",
"attachments-creator-hint": "Signers can upload files that will be appended to the end of the document.",
"attachments-drop-hint": "Drop files here or click to choose",
"attachments-limits": "PDF, DOCX, PNG, JPG. Up to {{maxFiles}} files, {{maxSizeMB}} MB each.",
"attachments-invalid-type": "Unsupported file type: {{name}}",
"attachments-max-files": "A maximum of {{maxFiles}} attachments are allowed.",
"attachments-remove-confirm": "Removing only deletes the metadata. Pages already appended will remain in the document. Continue?",
"attachement-note":"Note: This widget allows signers to upload a file during the signing process. The uploaded file will be appended as additional pages at the end of the existing PDF",
"attachments-docx-not-supported":"We are currently experiencing an issue with DOCX file uploads. Please try uploading the document in a different supported format, or try again later."
}
19 changes: 16 additions & 3 deletions apps/OpenSign/public/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,8 @@
"yes": "Sí",
"copied": "Copiado",
"something-went-wrong-mssg": "Un problème est survenu, Actualiser cette page peut résoudre le problème.",
"attachments-docx-upload-failed": "Actualmente tenemos un problema. Inténtalo de nuevo.",
"attachments-docx-upload-limit": "Se alcanzó el límite de carga para archivos DOCX grandes. Espera 4 minutos antes de intentarlo de nuevo.",
"token-generated": "Token generado exitosamente.",
"webhook": "Webhook",
"update-webhook": "Actualizar webhook",
Expand Down Expand Up @@ -421,7 +423,10 @@
"image": "imagen",
"email": "correo",
"number": "número",
"draw": "Dibujar"
"draw": "Dibujar",
"attachments": "adjuntos",
"attachments-add": "Clic para subir archivos adjuntos",
"attachments-count": "{{count}} adjunto(s)"
},
"fields": "Campos",
"recipients": "Destinatarios",
Expand Down Expand Up @@ -1359,7 +1364,7 @@
"export-all-formdata-error": "No puede exportar los datos del formulario porque la plantilla contiene nombres de widgets duplicados. Cree una nueva plantilla para poder exportar los datos.",
"export-formdata-error": "No puede exportar los datos del formulario porque el documento contiene nombres de widgets duplicados. Cree un documento nuevo sin nombres duplicados para poder exportar los datos.",
"duplicate-widget-name-error": "Este nombre de widget ya está asignado a otro firmante. Por favor elija un nombre diferente.",
"duplicate-template-widget-error": "No puede duplicar esta plantilla porque contiene nombres de widgets duplicados.",
"duplicate-template-widget-error": "No se puede duplicar la plantilla porque algunos nombres de widgets están duplicados en diferentes roles. Cambie el nombre de los widgets duplicados e inténtelo de nuevo.",
"credit-alert": "Alerta de crédito",
"document-form-data": "Datos del formulario del documento",
"view-formdata-paid-title-error": "La función 'Ver datos del formulario' le permite imprimir y descargar los datos de los widgets completados por los firmantes durante la firma.",
Expand Down Expand Up @@ -1558,5 +1563,13 @@
"attach-all-role-to-signer": "Por favor, asigna todos los roles al firmante.",
"upgrade-to-edit": "Actualiza para editar",
"hide-live-chat-for-signers": "Ocultar chat en vivo para firmantes",
"hide-live-chat-for-signers-help": "Cuando está activado, los widgets de chat en vivo se ocultarán para los firmantes en las páginas de firma."
"hide-live-chat-for-signers-help": "Cuando está activado, los widgets de chat en vivo se ocultarán para los firmantes en las páginas de firma.",
"attachments-creator-hint": "Los firmantes pueden subir archivos que se añadirán al final del documento.",
"attachments-drop-hint": "Arrastra archivos aquí o haz clic para seleccionar",
"attachments-limits": "PDF, DOCX, PNG, JPG. Hasta {{maxFiles}} archivos, {{maxSizeMB}} MB cada uno.",
"attachments-invalid-type": "Tipo de archivo no admitido: {{name}}",
"attachments-max-files": "Se permiten hasta {{maxFiles}} adjuntos.",
"attachments-remove-confirm": "Eliminar solo borra los metadatos. Las páginas ya añadidas permanecerán en el documento. ¿Continuar?",
"attachement-note": "Nota: Este widget permite a los firmantes cargar un archivo durante el proceso de firma. El archivo cargado se añadirá como páginas adicionales al final del PDF existente.",
"attachments-docx-not-supported": "Actualmente estamos experimentando un problema con las cargas de archivos DOCX. Intente cargar el documento en otro formato compatible o vuelva a intentarlo más tarde."
}
19 changes: 16 additions & 3 deletions apps/OpenSign/public/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,10 @@
"image": "image",
"email": "e-mail",
"number": "nombre",
"draw": "Dessiner"
"draw": "Dessiner",
"attachments": "pièces jointes",
"attachments-add": "Cliquer pour ajouter des pièces jointes",
"attachments-count": "{{count}} pièce(s) jointe(s)"
},
"fields": "Des champs",
"recipients": "Destinataires",
Expand Down Expand Up @@ -1359,7 +1362,7 @@
"export-all-formdata-error": "Vous ne pouvez pas exporter les données du formulaire car le modèle contient des noms de widgets en double. Veuillez créer un nouveau modèle pour pouvoir exporter les données.",
"export-formdata-error": "Vous ne pouvez pas exporter les données du formulaire car le document contient des noms de widgets en double. Veuillez créer un nouveau document sans doublons pour pouvoir exporter les données.",
"duplicate-widget-name-error": "Ce nom de widget est déjà attribué à un autre signataire. Veuillez choisir un autre nom.",
"duplicate-template-widget-error": "Vous ne pouvez pas dupliquer ce modèle car il contient des noms de widgets en double.",
"duplicate-template-widget-error": "Impossible de dupliquer le modèle, car certains noms de widgets sont dupliqués dans différents rôles. Renommez les widgets en double, puis réessayez.",
"credit-alert": "Alerte de crédit",
"document-form-data": "Données du formulaire du document",
"view-formdata-paid-title-error": "La fonction 'Afficher les données du formulaire' vous permet d'imprimer et de télécharger les données des widgets remplies par les signataires lors de la signature.",
Expand Down Expand Up @@ -1556,8 +1559,18 @@
"benefit-bulksend-api-team-month-help": "Ce forfait inclut 100 crédits premium par mois qui vous permettent d'envoyer des documents via l'API, de partager des liens publics de signature, de lancer des demandes de signature en masse, d'utiliser le mode Kiosque pour les signatures en personne ou de collecter des signatures à partir de documents intégrés directement à votre site web. À chaque fois que vous initiez ou envoyez un document, un crédit est utilisé — et ce document peut inclure jusqu'à 10 signataires.",
"benefit-bulksend-api-team-year-help": "Ce forfait inclut 500 crédits premium par an qui vous permettent d'envoyer des documents via l'API, de partager des liens publics de signature, de lancer des demandes de signature en masse, d'utiliser le mode Kiosque pour les signatures en personne ou de collecter des signatures à partir de documents intégrés directement à votre site web. À chaque fois que vous initiez ou envoyez un document, un crédit est utilisé — et ce document peut inclure jusqu'à 10 signataires.",
"failed-pdf-for-prefill-processing": "Impossible de charger le PDF pour le traitement du préremplissage.",
"attachments-docx-upload-failed": "Nous rencontrons actuellement un problème. Veuillez réessayer.",
"attachments-docx-upload-limit": "La limite de téléchargement pour les fichiers DOCX volumineux a été atteinte. Veuillez attendre 4 minutes avant de réessayer.",
"attach-all-role-to-signer": "Veuillez attribuer tous les rôles au signataire.",
"upgrade-to-edit": "Mettre à niveau pour modifier",
"hide-live-chat-for-signers": "Masquer le chat en direct pour les signataires",
"hide-live-chat-for-signers-help": "Lorsqu'activé, les widgets de chat en direct seront masqués pour les signataires sur les pages de signature."
"hide-live-chat-for-signers-help": "Lorsqu'activé, les widgets de chat en direct seront masqués pour les signataires sur les pages de signature.",
"attachments-creator-hint": "Les signataires peuvent téléverser des fichiers qui seront ajoutés à la fin du document.",
"attachments-drop-hint": "Déposez les fichiers ici ou cliquez pour choisir",
"attachments-limits": "PDF, DOCX, PNG, JPG. Jusqu'à {{maxFiles}} fichiers, {{maxSizeMB}} Mo chacun.",
"attachments-invalid-type": "Type de fichier non pris en charge : {{name}}",
"attachments-max-files": "Maximum {{maxFiles}} pièces jointes autorisées.",
"attachments-remove-confirm": "La suppression efface uniquement les métadonnées. Les pages déjà ajoutées resteront dans le document. Continuer ?",
"attachement-note": "Remarque : Ce widget permet aux signataires de télécharger un fichier pendant le processus de signature. Le fichier téléchargé sera ajouté en tant que pages supplémentaires à la fin du PDF existant.",
"attachments-docx-not-supported": "Nous rencontrons actuellement un problème avec le téléchargement des fichiers DOCX. Veuillez essayer de télécharger le document dans un autre format pris en charge ou réessayer plus tard."
}
Loading