29 lines
740 B
JSON
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"
|
|
}
|
|
}
|