|
41 | 41 | "upgrade-now": "Upgrade now",
|
42 | 42 | "upgrade-to": "Upgrade to",
|
43 | 43 | "plan": "Plan",
|
44 |
| - "subscribe-card-teamplan":"Unlock the full power of collaboration! Create unlimited organizations, teams, and hierarchies. Share templates seamlessly across teams and assign custom user roles. Elevate your workflow today!", |
| 44 | + "subscribe-card-teamplan": "Unlock the full power of collaboration! Create unlimited organizations, teams, and hierarchies. Share templates seamlessly across teams and assign custom user roles. Elevate your workflow today!", |
45 | 45 | "subscribe-card-plan": "Unlock premium features starting at just {{premiumPrice}}/month. Enjoy enhanced performance and only {{addonPrice}} per additional credit after your included premium credits.",
|
46 | 46 | "user-name-limit-char": "To have a username less than 8 character please subscribe",
|
47 | 47 | "tour-content": "Don't show this again",
|
|
132 | 132 | "View": "View",
|
133 | 133 | "option": "Option",
|
134 | 134 | "Embed": "Embed",
|
135 |
| - "Copy TemplateId":"Copy TemplateId" |
| 135 | + "Copy TemplateId": "Copy TemplateId" |
136 | 136 | },
|
137 | 137 | "report-heading": {
|
138 | 138 | "Sr.No": "Sr.No",
|
|
266 | 266 | "public-role": "Public role",
|
267 | 267 | "public-url": "Public URL",
|
268 | 268 | "public-url-copy": "Here’s your public URL: ",
|
269 |
| - "public-url-copy-mssg":"Copy it or share it with the signer, and you will be able to see all your publicly set templates.", |
| 269 | + "public-url-copy-mssg": "Copy it or share it with the signer, and you will be able to see all your publicly set templates.", |
270 | 270 | "add-public-url-alert": "Please add your public URL, and you will be able to make a public template.",
|
271 | 271 | "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.",
|
272 | 272 | "share-with": "Share with",
|
|
597 | 597 | "Recently sent for signatures": "This is a list of documents you've sent to other parties for signature.",
|
598 | 598 | "Drafts": "This are documents you have started but have not finalized for sending.",
|
599 | 599 | "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."
|
600 |
| - }, |
| 600 | + }, |
601 | 601 | "enter-email-plaholder": "Add an email address and hit enter",
|
602 | 602 | "success-email-alert": "Email sent successfully!",
|
603 | 603 | "expired-doc-title": "Expired Document",
|
|
618 | 618 | "select-date-format": "Select a date format",
|
619 | 619 | "quantity-of-credits": "Quantity of premium credits",
|
620 | 620 | "remaining-credits": "Premium credits available:",
|
621 |
| - "remaining-credits-help":"Use premium credits for API document signing, bulk sending, or embedding OpenSign integration on your website. You have {{allowedcredits}} included credits and {{addoncredits}} additional purchased credits remaining.", |
| 621 | + "remaining-credits-help": "Use premium credits for API document signing, bulk sending, or embedding OpenSign integration on your website. You have {{allowedcredits}} included credits and {{addoncredits}} additional purchased credits remaining.", |
622 | 622 | "additional-credits": "Please purchase premium credits",
|
623 | 623 | "quota-err-quicksend": "Quota Reached, You don't have enough credits.",
|
624 | 624 | "buy-credits": "Buy Premium Credits",
|
625 |
| - "rotate-right":"Rotate right", |
626 |
| - "rotate-left":"Rotate left", |
627 |
| - "rotate-alert-mssg":"All widgets on this page will be lost. Are you sure you want to proceed?", |
628 |
| - "templateid":"Template-Id", |
629 |
| - "bulk-send-subcription-alert":"Please upgrade to Professional or Team plan to use bulk send.", |
630 |
| - "generate-test-token":"Generate Test Token", |
631 |
| - "regenerate-test-token":"Regenerate Test Token", |
632 |
| - "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.", |
633 |
| - "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.", |
634 |
| - "reason":"Reason", |
635 |
| - "decline-by":"Declined/revoked by", |
| 625 | + "rotate-right": "Rotate right", |
| 626 | + "rotate-left": "Rotate left", |
| 627 | + "rotate-alert-mssg": "All widgets on this page will be lost. Are you sure you want to proceed?", |
| 628 | + "templateid": "Template-Id", |
| 629 | + "bulk-send-subcription-alert": "Please upgrade to Professional or Team plan to use bulk send.", |
| 630 | + "generate-test-token": "Generate Test Token", |
| 631 | + "regenerate-test-token": "Regenerate Test Token", |
| 632 | + "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.", |
| 633 | + "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.", |
| 634 | + "reason": "Reason", |
| 635 | + "decline-by": "Declined/revoked by", |
636 | 636 | "document-declined": "Document declined",
|
637 |
| - "public-template-mssg-1":"To integrate OpenSign into your React or Next.js project, simply run the following command:", |
638 |
| - "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.", |
639 |
| - "public-template-mssg-3" :"Need more details or examples?", |
| 637 | + "public-template-mssg-1": "To integrate OpenSign into your React or Next.js project, simply run the following command:", |
| 638 | + "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.", |
| 639 | + "public-template-mssg-3": "Need more details or examples?", |
640 | 640 | "public-template-mssg-4": "Visit the",
|
641 | 641 | "public-template-mssg-5": " npm for the latest updates, detailed documentation, and version history.",
|
642 |
| - "public-template-mssg-6" :"You need to set this template as public before you can utilize this code snippet.", |
643 |
| - "copy-code":"COPY", |
644 |
| - "copied-code":"COPIED", |
645 |
| - "Installation":"Installation", |
646 |
| - "Usage" :"Usage", |
647 |
| - "insufficient-credits":"Insufficient Signing Credits", |
648 |
| - "insufficient-credits-mssg":"The owner of this document currently lacks the necessary OpenSign credits for you to sign. Please reach out to the owner if you require further details.", |
| 642 | + "public-template-mssg-6": "You need to set this template as public before you can utilize this code snippet.", |
| 643 | + "copy-code": "COPY", |
| 644 | + "copied-code": "COPIED", |
| 645 | + "Installation": "Installation", |
| 646 | + "Usage": "Usage", |
| 647 | + "insufficient-credits": "Insufficient Signing Credits", |
| 648 | + "insufficient-credits-mssg": "The owner of this document currently lacks the necessary OpenSign credits for you to sign. Please reach out to the owner if you require further details.", |
649 | 649 | "angular-npm-mssg-1": "To integrate OpenSign into your Angular project, simply run the following command:",
|
650 |
| - "quota-mail-info-head":"Monthly request signatures email limit", |
| 650 | + "quota-mail-info-head": "Monthly request signatures email limit", |
651 | 651 | "quota-mail-info": "You can send upto 15 signature request emails every month. Upgrade now to send unlimited signing requests directly.",
|
652 | 652 | "quota-mail": "You've reached your limit of 15 signature request emails for this month. Upgrade now to continue sending emails directly.",
|
653 |
| - "quota-mail-tip":"Tip: You can still sign <1>unlimited documents</1> by manually sharing the signing request links.", |
654 |
| - "quota-mail-head":"Quota Reached", |
655 |
| - "unauthorized-modal":"You don't have permission to perform this action, please contact {{adminEmail}}.", |
656 |
| - "sent-this-month":"Sent this month", |
657 |
| - "available-seats":"Available seats", |
658 |
| - "buy-users":"Buy more users", |
| 653 | + "quota-mail-tip": "Tip: You can still sign <1>unlimited documents</1> by manually sharing the signing request links.", |
| 654 | + "quota-mail-head": "Quota Reached", |
| 655 | + "unauthorized-modal": "You don't have permission to perform this action, please contact {{adminEmail}}.", |
| 656 | + "sent-this-month": "Sent this month", |
| 657 | + "available-seats": "Available seats", |
| 658 | + "buy-users": "Buy more users", |
659 | 659 | "isenable-otp": "Enable OTP verification",
|
660 | 660 | "isenable-otp-help": {
|
661 | 661 | "p1": "Would you like to enable the verification process using a one-time password (OTP)?",
|
662 | 662 | "p2": "Selecting this option will enable OTP verification. Users will receive a verification code via email, which they must enter to sign the document.",
|
663 | 663 | "p3": "Selecting this option will disable OTP verification, allowing users to sign the document directly without additional steps.",
|
664 | 664 | "p4": "Please choose the option that best suits your document signing requirements."
|
665 | 665 | },
|
666 |
| - "advanced-options":"Advanced options", |
667 |
| - "hide-advanced-options":"Hide Advanced options", |
668 |
| - "download-files":"Download files", |
669 |
| - "download-pdf":"Download Pdf", |
670 |
| - "pdf-certificate":"Download Pdf + Certificate", |
671 |
| - "document-logs":"Document logs" |
| 666 | + "advanced-options": "Advanced options", |
| 667 | + "hide-advanced-options": "Hide Advanced options", |
| 668 | + "download-files": "Download files", |
| 669 | + "download-pdf": "Download Pdf", |
| 670 | + "pdf-certificate": "Download Pdf + Certificate", |
| 671 | + "document-logs": "Document logs", |
| 672 | + "server-down": "Unable to connect to the OpenSign server. If you are self-hosting OpenSign, please ensure that all the steps in the documentation have been followed correctly. If you're running OpenSign locally, you might be accessing it through an incorrect port number.", |
| 673 | + "admin-exists": "Admin already exists. Please login to the application using admin credentials in order to manage users." |
| 674 | + |
672 | 675 | }
|
0 commit comments