Files
fotospiel-app/resources/js/admin/i18n/locales/de/common.json
Codex Agent 1a4bdb1fe1 tenant admin startseite schicker gestaltet und super-admin und tenant admin (filament) aufgesplittet.
Es gibt nun task collections und vordefinierte tasks für alle. Onboarding verfeinert und webseite-carousel gefixt (logging später entfernen!)
2025-10-14 15:17:52 +02:00

24 lines
461 B
JSON

{
"app": {
"brand": "Fotospiel Tenant Admin",
"languageSwitch": "Sprache"
},
"navigation": {
"dashboard": "Dashboard",
"events": "Events",
"tasks": "Aufgaben",
"collections": "Aufgabenvorlagen",
"emotions": "Emotionen",
"billing": "Abrechnung",
"settings": "Einstellungen"
},
"language": {
"de": "Deutsch",
"en": "Englisch"
},
"actions": {
"open": "Öffnen",
"viewAll": "Alle anzeigen"
}
}