Files
service-finder/frontend_admin/i18n/locales/en/seasons.json
2026-07-01 02:27:38 +00:00

32 lines
958 B
JSON

{
"title": "Seasons",
"subtitle": "Gamification season management",
"loading": "Loading seasons...",
"error": "Failed to load seasons.",
"retry": "Retry",
"create": "New Season",
"no_items": "No seasons created yet.",
"create_first": "Create First Season",
"active": "Active",
"inactive": "Inactive",
"created_at": "Created:",
"activate": "Activate",
"edit": "Edit",
"edit_title": "Edit Season",
"create_title": "New Season",
"name": "Name",
"name_placeholder": "e.g. 2026 Q1 Season",
"start_date": "Start Date",
"end_date": "End Date",
"activate_on_create": "Activate on creation",
"cancel": "Cancel",
"save": "Save",
"create_btn": "Create",
"activate_title": "Activate Season",
"activate_confirm": "Are you sure you want to activate",
"activate_warning": "This will deactivate all other seasons.",
"activating": "Activating...",
"activate_btn": "Activate",
"save_error": "Failed to save season."
}