Files
landing-builder/messages/en.json
jaybe d6510e2b05 docs(ci): add CI verification note to trigger Actions (#2)
Reviewed-on: #2
Co-authored-by: Jaybe <master@jaybe.dev>
Co-committed-by: Jaybe <master@jaybe.dev>
2025-11-14 09:45:10 +00:00

40 lines
927 B
JSON

{
"app": {
"title": "Landing Page Builder"
},
"builder": {
"title": "Landing Page Builder",
"preview": "Preview (static)",
"field": {
"title": "Title",
"locale": "Locale",
"primaryColor": "Primary Color",
"fontFamily": "Font Family"
},
"upload": {
"hero": "Hero Image Upload"
},
"action": {
"addHero": "Add Hero",
"addFAQ": "Add FAQ",
"addCTA": "Add CTA",
"export": "Export ZIP",
"addText": "Add Text",
"addEmail": "Add Email",
"addTel": "Add Tel",
"addDate": "Add Date",
"addTextarea": "Add Textarea",
"addCheckbox": "Add Checkbox",
"addSelect": "Add Select",
"addRadio": "Add Radio"
},
"sections": "Sections",
"form": {
"fields": "Form Fields",
"actionUrl": "Action URL",
"honeypot": "Honeypot Field",
"minSeconds": "Min Submit Seconds"
}
}
}