Es gibt nun task collections und vordefinierte tasks für alle. Onboarding verfeinert und webseite-carousel gefixt (logging später entfernen!)
24 lines
435 B
JSON
24 lines
435 B
JSON
{
|
|
"app": {
|
|
"brand": "Fotospiel Tenant Admin",
|
|
"languageSwitch": "Language"
|
|
},
|
|
"navigation": {
|
|
"dashboard": "Dashboard",
|
|
"events": "Events",
|
|
"tasks": "Tasks",
|
|
"collections": "Collections",
|
|
"emotions": "Emotions",
|
|
"billing": "Billing",
|
|
"settings": "Settings"
|
|
},
|
|
"language": {
|
|
"de": "German",
|
|
"en": "English"
|
|
},
|
|
"actions": {
|
|
"open": "Open",
|
|
"viewAll": "View all"
|
|
}
|
|
}
|