cra-template-pi
Version:
A quick start Create React App with many auto implemented features
40 lines (39 loc) • 1.38 kB
JSON
{
"home": "Home",
"work": "Work",
"others": "Others",
"all": "All",
"todo": "Todo list",
"about": "About",
"finalForm": "Final Form",
"increment": "Increment",
"decrement": "Decrement",
"incrementBy": "Increment by {no}",
"form.button.save": "Save",
"form.button.reset": "Reset",
"form.button.edit": "Edit",
"form.field.name.label": "First name",
"form.field.lastName.label": "Last name",
"form.field.email.label": "Email",
"form.field.title.label": "Title",
"form.field.developer.label": "Are you a developer",
"form.field.human.label": "Are you a human",
"form.field.yes.label": "Yes",
"form.field.no.label": "No",
"form.field.amount.label": "Amount",
"form.field.color.label": "Color",
"form.field.surname.label": "Surname",
"form.field.isAdmin.label": "Is admin",
"form.field.address.label": "Address",
"form.validation.required": "Required",
"form.validation.format": "Invalid format",
"form.validation.greaterThan": "Must be greater than {0}",
"form.validation.number": "Invalid number",
"form.validation.maxLength": "Too long",
"form.validation.minLength": "Too short",
"form.validation.email": "Please enter a valid email",
"form.placeholder.firstName": "First Name",
"reactHookForm": "React Hook Form",
"reactHookFormExample": "A React Hook From example",
"finalFormExample": "A Final From example"
}