Files
fotospiel-app/resources/js/admin/i18n/locales/en/mobile.json
2025-12-11 12:18:08 +01:00

29 lines
740 B
JSON

{
"nav": {
"home": "Home",
"tasks": "Tasks",
"uploads": "Uploads",
"profile": "Profile",
"notifications": "Notifications",
"events": "Events"
},
"actions": {
"back": "Back",
"close": "Close",
"refresh": "Refresh"
},
"header": {
"appName": "Event Admin",
"selectEvent": "Select an event to continue",
"empty": "Create your first event to get started",
"eventSwitcher": "Choose an event",
"noEventsTitle": "Create your first event",
"noEventsBody": "Start an event to access tasks, uploads, QR posters and more.",
"createEvent": "Create event",
"noDate": "Date tbd",
"active": "Active",
"quickQr": "Quick QR",
"clearSelection": "Clear selection"
}
}