35 lines
599 B
JSON
35 lines
599 B
JSON
{
|
|
"required": "*",
|
|
"unlimited": "Unbegrenzt",
|
|
"loading": "Laden...",
|
|
"included": "Enthalten",
|
|
"star": "Stern",
|
|
"date": {
|
|
"format": "d.m.Y"
|
|
},
|
|
"pagination": {
|
|
"previous": "Zurück",
|
|
"next": "Weiter"
|
|
},
|
|
"contact": {
|
|
"errors": {
|
|
"name": "Name ist erforderlich.",
|
|
"email": "E-Mail ist erforderlich.",
|
|
"message": "Nachricht ist erforderlich."
|
|
}
|
|
},
|
|
"currency": {
|
|
"euro": "€"
|
|
},
|
|
"testimonials": {
|
|
"anna": {
|
|
"name": "Anna M."
|
|
},
|
|
"max": {
|
|
"name": "Max S."
|
|
},
|
|
"lisa": {
|
|
"name": "Lisa K."
|
|
}
|
|
}
|
|
} |