35 lines
580 B
JSON
35 lines
580 B
JSON
{
|
|
"required": "*",
|
|
"unlimited": "Unlimited",
|
|
"loading": "Loading...",
|
|
"included": "Included",
|
|
"star": "Star",
|
|
"date": {
|
|
"format": "M d, Y"
|
|
},
|
|
"pagination": {
|
|
"previous": "Previous",
|
|
"next": "Next"
|
|
},
|
|
"contact": {
|
|
"errors": {
|
|
"name": "Name is required.",
|
|
"email": "Email is required.",
|
|
"message": "Message is required."
|
|
}
|
|
},
|
|
"currency": {
|
|
"euro": "€"
|
|
},
|
|
"testimonials": {
|
|
"anna": {
|
|
"name": "Anna M."
|
|
},
|
|
"max": {
|
|
"name": "Max S."
|
|
},
|
|
"lisa": {
|
|
"name": "Lisa K."
|
|
}
|
|
}
|
|
} |