@bigbinary/neeto-thank-you-frontend 1.0.12 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/javascript/src/translations/en.json +50 -0
- package/app/javascript/src/translations/index.js +3 -0
- package/dist/index.cjs.js +243 -10685
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +229 -10670
- package/dist/index.js.map +1 -1
- package/package.json +15 -11
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoThankYou": {
|
|
3
|
+
"common": {
|
|
4
|
+
"thankYou": "Thank You",
|
|
5
|
+
"alert": "Alert",
|
|
6
|
+
"ok": "Ok",
|
|
7
|
+
"resubmit": "Resubmit"
|
|
8
|
+
},
|
|
9
|
+
"thankYou": {
|
|
10
|
+
"title": "Configure thank you page",
|
|
11
|
+
"description": "Show a customized thank you page to your user once the user submits the form.",
|
|
12
|
+
"customize": "Customize thank you page",
|
|
13
|
+
"customizeDescription": "Upon form submission show a customized thank you page.",
|
|
14
|
+
"externalLink": "Redirect to external link",
|
|
15
|
+
"externalLinkDescription": "Take the form submitter to an external link.",
|
|
16
|
+
"link": "Link",
|
|
17
|
+
"imageLabel": "Image",
|
|
18
|
+
"submitAnotherResponse": "Click here to submit another response",
|
|
19
|
+
"removeImage": "Remove Image",
|
|
20
|
+
"acceptedTypes": "PNG, JPG, GIF, SVG up to 1MB",
|
|
21
|
+
"imageUpload": "Drag and drop or <span>browse</span>",
|
|
22
|
+
"messageLabel": "Message",
|
|
23
|
+
"socialShareIcons": "Show social share icons",
|
|
24
|
+
"showResubmitLink": "Show link to submit another response",
|
|
25
|
+
"resubmitLinkText": "Submit another response link text",
|
|
26
|
+
"resubmit": "Resubmit",
|
|
27
|
+
"socialShareHeading": "Share this neetoForm on social media",
|
|
28
|
+
"resubmissionWarning": "You have enabled unique submission for this form, please disable unique submission before enabling the resubmit link.",
|
|
29
|
+
"uniqueSubmissionLinkText": "Go to Unique submissions settings",
|
|
30
|
+
"poweredByNeetoForm": "Powered by <strong>neetoForm</strong>",
|
|
31
|
+
"formBranding": "Build your own form using <a><span>neetoForm.</span></a> It’s free.",
|
|
32
|
+
"draftVersionForm": "You are using the draft version of the form. The data will not be submitted.",
|
|
33
|
+
"validations": {
|
|
34
|
+
"messageRequired": "Message is required",
|
|
35
|
+
"resubmitLinkTextIsRequired": "Link text is required",
|
|
36
|
+
"invalidLink": "Enter a valid link."
|
|
37
|
+
},
|
|
38
|
+
"errors": {
|
|
39
|
+
"fileTypeError": "Please upload a file with one of the following file types: {{acceptedTypes}}.",
|
|
40
|
+
"fileSizeLimitExceeded": "Your file is larger than {{maxSizeInReadableUnits}}. Please try again with a smaller file.",
|
|
41
|
+
"somethingWentWrong": "Something went wrong"
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"buttons": {
|
|
45
|
+
"saveChanges": "Save changes",
|
|
46
|
+
"cancel": "Cancel",
|
|
47
|
+
"resetChanges": "Reset changes"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|