first commit

This commit is contained in:
2025-04-22 10:56:56 +07:00
commit af123c091b
147 changed files with 778063 additions and 0 deletions
+126
View File
@@ -0,0 +1,126 @@
{
"en": {
"name": {
"label": "Name",
"description": "The name of the person"
},
"vegetarian": {
"label": "Vegetarian",
"description": "Whether the person is a vegetarian"
},
"birth": {
"label": "Birth Date",
"description": ""
},
"nationality": {
"label": "Nationality",
"description": ""
},
"personal-data": {
"age": {
"label": "Age"
},
"driving": {
"label": "Driving Skill",
"description": "Indicating experience level"
}
},
"height": {
"label": "Height"
},
"occupation": {
"label": "Occupation",
"description": ""
},
"postal-code": {
"label": "Postal Code"
},
"error": {
"required": "field is required"
}
},
"de": {
"name": {
"label": "Name",
"description": "Der Name der Person"
},
"vegetarian": {
"label": "Vegetarier",
"description": "Isst die Person vegetarisch?"
},
"birth": {
"label": "Geburtsdatum",
"description": ""
},
"nationality": {
"label": "Nationalität",
"description": "",
"Other": "Andere"
},
"personal-data": {
"age": {
"label": "Alter"
},
"driving": {
"label": "Fahrkenntnisse",
"description": "Fahrerfahrung der Person"
}
},
"height": {
"label": "Größe"
},
"occupation": {
"label": "Beruf",
"description": ""
},
"postal-code": {
"label": "Postleitzahl"
},
"error": {
"required": "Pflichtfeld"
},
"Additional Information": "Zusätzliche Informationen"
},
"bg": {
"name": {
"label": "Име",
"description": "Името на лицето"
},
"vegetarian": {
"label": "Вегетарианец",
"description": "Дали човекът е вегетарианец"
},
"birth": {
"label": "Рождена дата",
"description": ""
},
"nationality": {
"label": "Националност",
"description": ""
},
"personal-data": {
"age": {
"label": "Възраст",
"description": "Моля, въведете вашата възраст."
},
"driving": {
"label": "Шофьорски умения",
"description": "Показва ниво на опит"
}
},
"height": {
"label": "Височина"
},
"occupation": {
"label": "Професия",
"description": ""
},
"postal-code": {
"label": "Пощенски код"
},
"error": {
"required": "полето е задължително"
},
"Additional Information": "Допълнителна информация"
}
}