Files
fotospiel-app/resources/js/admin/i18n/locales/en/common.json
2025-11-01 13:19:07 +01:00

33 lines
911 B
JSON

{
"app": {
"brand": "Fotospiel Tenant Admin",
"languageSwitch": "Language"
},
"navigation": {
"dashboard": "Dashboard",
"events": "Events",
"tasks": "Tasks",
"collections": "Collections",
"emotions": "Emotions",
"engagement": "Tasks & More",
"billing": "Billing",
"settings": "Settings"
},
"language": {
"de": "German",
"en": "English"
},
"actions": {
"open": "Open",
"viewAll": "View all"
},
"errors": {
"generic": "Something went wrong. Please try again.",
"eventLimit": "Your current package has no remaining event slots.",
"eventLimitDetails": "{used} of {limit} events used. {remaining} remaining.",
"creditsExhausted": "You have no event credits remaining. Purchase credits or upgrade your package.",
"photoLimit": "This event reached its photo upload limit.",
"goToBilling": "Manage subscription"
}
}