Skip to content

Commit ec68770

Browse files
Merge pull request #1681 from OpenSignLabs/updates-14398222591
v2.17.0
2 parents 8af0010 + f5d2027 commit ec68770

24 files changed

+458
-267
lines changed

apps/OpenSign/public/locales/de/translation.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@
284284
"make-template-public": "Vorlage öffentlich machen",
285285
"make-template-private": "Vorlage privat machen",
286286
"make-template-public-alert": "Sind Sie sicher, dass Sie diese Vorlage öffentlich machen möchten?",
287+
"make-template-private-alert-non": "Sind Sie sicher, dass Sie diese Vorlage privat machen möchten?",
287288
"make-template-private-alert": "Sind Sie sicher, dass Sie diese Vorlage privat machen möchten? Dadurch wird sie aus Ihrem öffentlichen Profil entfernt.",
288289
"public-role": "Öffentliche Rolle",
289290
"public-url": "Öffentliches Profil",
@@ -873,5 +874,12 @@
873874
"document-has-been-signed": "Das Dokument wurde erfolgreich unterschrieben!",
874875
"document-has-been-signed-by-you": "Das Dokument wurde erfolgreich von Ihnen unterschrieben!",
875876
"participant-completed-signing": "Alle Teilnehmer haben den Signaturprozess abgeschlossen.",
876-
"you-will-receive-email-shortly": "✅ Das war's! Sie erhalten in Kürze eine Bestätigungs-E-Mail."
877+
"you-will-receive-email-shortly": "✅ Das war's! Sie erhalten in Kürze eine Bestätigungs-E-Mail.",
878+
"please-provide-templateid": "Bitte geben Sie templateid an",
879+
"this-template-is-not-public": "Dieses template ist nicht öffentlich",
880+
"invalid-templateid": "Ungültige templateid",
881+
"contact-billing-at-opensign": "Um weitere Plätze hinzuzufügen, kontaktieren Sie bitte OpenSign™ unter <1>[email protected]</1> für Unterstützung.",
882+
"title-length-alert": "Der Titel darf höchstens 250 Zeichen lang sein.",
883+
"note-length-alert": "Die Notiz darf höchstens 200 Zeichen lang sein.",
884+
"description-length-alert": "Die Beschreibung darf höchstens 500 Zeichen lang sein."
877885
}

apps/OpenSign/public/locales/en/translation.json

+21-13
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,12 @@
284284
"make-template-public": "Make template public",
285285
"make-template-private": "Make template private",
286286
"make-template-public-alert": "Are you sure you want to make this template public?",
287+
"make-template-private-alert-non": "Are you sure you want to make this template private?",
287288
"make-template-private-alert": "Are you sure you want to make this template private? This will remove it from your public profile.",
288289
"public-role": "Public role",
289290
"public-url": "Public profile",
290291
"embed-template": "Embed template",
291-
"public-url-copy": "Heres your public URL: ",
292+
"public-url-copy": "Here's your public URL: ",
292293
"public-url-copy-mssg": "Copy it or share it with the signer, and you will be able to see all your publicly set templates.",
293294
"add-public-url-alert": "You can generate your {{appName}} public profile",
294295
"share-with-alert": "You cannot share a template if any roles already have contacts assigned. Please remove all contact assignments from the roles before sharing the template.",
@@ -314,7 +315,7 @@
314315
"body": "Body",
315316
"add-contact": "Add contact",
316317
"edit-contact": "Edit contact",
317-
"add-signer-alert": "Contact already exist! Please select it from Signers dropdown",
318+
"add-signer-alert": "Contact already exist! Please select it from 'Signers' dropdown",
318319
"record-delete-alert": "Record deleted successfully!",
319320
"record-revoke-alert": "Record revoked successfully!",
320321
"mail-sent-alert": "Mail sent successfully.",
@@ -586,7 +587,7 @@
586587
},
587588
"tour-mssg": {
588589
"home-layout-1": "You have logged in successfully! Let's take a look.",
589-
"home-layout-2": "To upload documents for self-signing or to request others signatures, simply select the respective buttons.",
590+
"home-layout-2": "To upload documents for self-signing or to request others' signatures, simply select the respective buttons.",
590591
"home-layout-3": "You are ready to start using {{appName}}! If you need support feel free to contact us.",
591592
"generate-token": "Upgrade now to generate production API token.",
592593
"opensign-drive-1": "Click on the breadcrumb links to easily navigate through the folder hierarchy and view the documents within each folder.",
@@ -595,7 +596,7 @@
595596
"opensign-drive-4": "Click on this menu to display the documents in list view.",
596597
"opensign-drive-5": "The document list is displayed according to the selected sorting option. Icons next to each document indicate its current status.",
597598
"opensign-drive-6": "Right-click on a document to see options such as Download, Rename, Move, and Delete. Click on the document to open it.",
598-
"opensign-drive-7": "Right-click on any folder to see options. Choose Rename to change the folders name or click on the folder to navigate through its contents.",
599+
"opensign-drive-7": "Right-click on any folder to see options. Choose 'Rename' to change the folder's name or click on the folder to navigate through its contents.",
599600
"pdf-request-file-1": "List of signers who still need to sign the document .",
600601
"pdf-request-file-2": "Click any of the placeholders appearing on the document to sign. You will then see options to draw your signature, type it, or upload an image .",
601602
"pdf-request-file-3": "Click Decline, or Finish buttons to navigate your document. Use the ellipsis menu for additional options, including the Download button .",
@@ -608,24 +609,24 @@
608609
"placeholder-sign-4": "Drag or click on a field to add it to the document.",
609610
"placeholder-sign-5": "The PDF content area already displays the template's existing placeholders. For your convenience, these placeholders will match the color of the recipient's name, making them easily identifiable.",
610611
"placeholder-sign-6": "Clicking 'Next' will save the document. In the next step you can customize the emails to be sent out to the recipients or copy the signing links and share those with the recipients yourself.",
611-
"report-1": "Click the 'Add' button to create a new template. Templates are reusable documents designed to quickly generate new documents with the same structure and varying signers. For example, an HR template for onboarding could have predefined roles like HR Manager and New Employee. Each time you use the template, you can assign the New Employee role to different incoming staff members, while the HR Manager role remains constant, facilitating a seamless onboarding process for each recruit. ",
612+
"report-1": "Click the 'Add' button to create a new template. Templates are reusable documents designed to quickly generate new documents with the same structure and varying signers. For example, an HR template for onboarding could have predefined roles like 'HR Manager' and 'New Employee'. Each time you use the template, you can assign the 'New Employee' role to different incoming staff members, while the 'HR Manager' role remains constant, facilitating a seamless onboarding process for each recruit. ",
612613
"redirect": "Click the 'Use' button to create a new document from an existing template.",
613614
"bulksend": "To quickly send multiple documents using an existing template by just creating the recipient email addresses, click the 'Bulk Send' button.",
614-
"option": "This menu reveals more options such as Edit & Delete. Use the 'Edit' button to add signer roles, modify fields, and update your template. Changes will apply to all future documents created from this template but wont affect existing documents.Use the Delete button you can delete template. ",
615+
"option": "This menu reveals more options such as Edit & Delete. Use the 'Edit' button to add signer roles, modify fields, and update your template. Changes will apply to all future documents created from this template but won't affect existing documents.Use the Delete button you can delete template. ",
615616
"signyour-self-1": "Select and drag your preferred widgets onto the PDF to customize your document before signing. Choose the perfect spots for each modification to tailor the document to your needs.",
616617
"signyour-self-2": "Drag and drop anywhere in this area. You can resize and move it later.",
617618
"template-placeholder-1": "Clicking 'Add role' button will allow you to add various signer roles. You can attach users to each role in subsequent steps.",
618619
"template-placeholder-2": "Once roles are added, select a role from list to add a place-holder where he is supposed to sign. The placeholder will appear in the same colour as the role name once you drop it on the document.",
619620
"template-placeholder-3": "Drag or click on a field to add it to the document.",
620621
"template-placeholder-4": "Drag the placeholder for a role anywhere on the document.Remember, it will appear in the same colour as the name of the recipient for easy reference.",
621-
"template-placeholder-5": "Clicking 'Next' will store the current template. After saving, youll be prompted to create a new document from this template if you wish.",
622+
"template-placeholder-5": "Clicking 'Next' will store the current template. After saving, you'll be prompted to create a new document from this template if you wish.",
622623
"webhook-1": "Upgrade now to set webhook",
623624
"Need your Signature": "Clicking on this card will take you to the list of documents awaiting your review.",
624625
"Out for signatures": "Clicking on this card will take you to a list of documents awaiting signature.",
625626
"Recent signature requests": "This is a list of documents that are waiting for your signature.",
626627
"Recently sent for signatures": "This is a list of documents you've sent to other parties for signature.",
627628
"Drafts": "This are documents you have started but have not finalized for sending.",
628-
"public-template": "This video demonstrates how to set up your personalized public profile, such as https://opensign.me/your-username. Youll also learn how to customize your tagline and make your templates available for public signing.",
629+
"public-template": "This video demonstrates how to set up your personalized public profile, such as 'https://opensign.me/your-username'. You'll also learn how to customize your tagline and make your templates available for public signing.",
629630
"allowModify-widgets": "You can drag and drop any of these fields onto the document, in addition to the fields already designated for you by the document creator."
630631
},
631632
"enter-email-plaholder": "Add an email address and hit enter",
@@ -659,13 +660,13 @@
659660
"bulk-send-subcription-alert": "Please upgrade to Professional or Team plan to use bulk send.",
660661
"generate-test-token": "Generate test token",
661662
"regenerate-test-token": "Regenerate test token",
662-
"help-test-token": "This token can be used to test the APIs at the https://sandbox.opensignlabs.com/api/v1 endpoint, allowing you to conduct unlimited document signatures. Please note that the sandbox API will sign your documents with self-signed certificates, which may not be recognized as valid by Adobe. Once youve completed your testing, you can upgrade to one of our paid plans to generate a production token.",
663+
"help-test-token": "This token can be used to test the APIs at the https://sandbox.opensignlabs.com/api/v1 endpoint, allowing you to conduct unlimited document signatures. Please note that the sandbox API will sign your documents with self-signed certificates, which may not be recognized as valid by Adobe. Once you've completed your testing, you can upgrade to one of our paid plans to generate a production token.",
663664
"help-api-token": "This token can be used to access the production APIs at the {{origin}}/api/v1 endpoint. It can only be generated on one of our paid plans.",
664665
"reason": "Reason",
665666
"decline-by": "Declined/revoked by",
666667
"document-declined": "Document declined",
667668
"public-template-mssg-1": "To integrate OpenSign into your React or Next.js project, simply run the following command:",
668-
"public-template-mssg-2": "Ensure you have npm or yarn set up in your project. If youre using Yarn, you can replace npm install with yarn add @opensign/react.",
669+
"public-template-mssg-2": "Ensure you have npm or yarn set up in your project. If you're using Yarn, you can replace npm install with yarn add @opensign/react.",
669670
"public-template-mssg-3": "Need more details or examples?",
670671
"public-template-mssg-4": "Visit the",
671672
"public-template-mssg-5": " npm for the latest updates, detailed documentation, and version history.",
@@ -793,7 +794,7 @@
793794
"term-cond-p22": "Understand that {{appName}} is a platform facilitating the transaction and is not a party to the agreement.",
794795
"term-cond-h7": "7. Legal Effect",
795796
"term-cond-p23": "Your electronic signature facilitated through {{appName}}:",
796-
"term-cond-p24": "Complies with applicable electronic signature laws, including but not limited to the E-SIGN Act in the United States, the EU eIDAS Regulation, and Indias Information Technology Act.",
797+
"term-cond-p24": "Complies with applicable electronic signature laws, including but not limited to the E-SIGN Act in the United States, the EU eIDAS Regulation, and India's Information Technology Act.",
797798
"term-cond-p25": "Is legally binding between You and the Sender for the signed document(s).",
798799
"term-cond-h8": "8. Platform Role and Limitation of Liability",
799800
"term-cond-p26": "{{appName}} serves as a platform to facilitate electronic transactions. It is not responsible for the content, validity, or enforceability of the documents sent by the Sender. Any disputes or issues related to the document or its signing must be resolved directly between You and the Sender.",
@@ -853,7 +854,7 @@
853854
"draft-template-info-p1": "To make your template public, it must either contain a single role, or, if it includes multiple roles, all additional roles must already be assigned to signers. The unassigned public role should remain empty and must be placed in the first position.",
854855
"visit-below-link": "Visit below link to know more -",
855856
"storage-help": "Enabling BYOC lets you connect your own S3 storage so your files remain entirely under your control—no external copies retained. If data autonomy matters to you, consider upgrading to Teams to unlock this feature.",
856-
"daily-quota-reached": "Youve reached your daily quota. For assistance, please contact [email protected].",
857+
"daily-quota-reached": "You've reached your daily quota. For assistance, please contact [email protected].",
857858
"enabled-signature-type": "Enabled Signature Types",
858859
"enabled-signature-type-help": "The 'Enabled Signature Types' setting determines which signature options are available across your organization. For example, if you disable the 'Draw' option, members of your organization will not see it in the signature widget, while the other three options will remain accessible.",
859860
"indexing-public-profile": "Allow indexing of public profile by search engines",
@@ -873,5 +874,12 @@
873874
"document-has-been-signed": "The document has been signed successfully!",
874875
"document-has-been-signed-by-you": "The document has been successfully signed by you!",
875876
"participant-completed-signing": "All participants have completed the signing process.",
876-
"you-will-receive-email-shortly": "✅ That's it! You'll receive a confirmation email shortly."
877+
"you-will-receive-email-shortly": "✅ That's it! You'll receive a confirmation email shortly.",
878+
"please-provide-templateid": "Please provide templateid",
879+
"this-template-is-not-public": "This template is not public",
880+
"invalid-templateid": "Invaldi templateid",
881+
"contact-billing-at-opensign": "To add more seats, please contact OpenSign™ at <1>[email protected]</1> for assistance",
882+
"title-length-alert": "Title must be at most 250 characters long.",
883+
"note-length-alert": "Note must be at most 200 characters long.",
884+
"description-length-alert": "Description must be at most 500 characters long."
877885
}

apps/OpenSign/public/locales/es/translation.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@
285285
"make-template-public": "Convertir la plantilla en pública",
286286
"make-template-private": "Convertir la plantilla en privada",
287287
"make-template-public-alert": "¿En definitiva quieres convertir esta plantilla en pública?",
288+
"make-template-private-alert-non": "¿Está seguro de que desea hacer este plantilla privado?",
288289
"make-template-private-alert": "¿En definitiva quieres convertir esta plantilla en privada? Esto lo removerá de tu perfil público.",
289290
"public-role": "Rol público",
290291
"public-url": "Perfil publico",
@@ -873,5 +874,12 @@
873874
"document-has-been-signed": "¡El documento ha sido firmado con éxito!",
874875
"document-has-been-signed-by-you": "¡El documento ha sido firmado con éxito por usted!",
875876
"participant-completed-signing": "Todos los participantes han completado el proceso de firma.",
876-
"you-will-receive-email-shortly": "✅ ¡Eso es todo! Recibirá un correo de confirmación en breve."
877+
"you-will-receive-email-shortly": "✅ ¡Eso es todo! Recibirá un correo de confirmación en breve.",
878+
"please-provide-templateid": "Por favor, proporcione templateid",
879+
"this-template-is-not-public": "Esta template no es pública",
880+
"invalid-templateid": "templateid no válida",
881+
"contact-billing-at-opensign": "Para agregar más asientos, comuníquese con OpenSign™ a <1>[email protected]</1> para obtener ayuda.",
882+
"title-length-alert": "El título debe tener como máximo 250 caracteres.",
883+
"note-length-alert": "La nota debe tener como máximo 200 caracteres.",
884+
"description-length-alert": "La descripción debe tener como máximo 500 caracteres."
877885
}

0 commit comments

Comments
 (0)