feat(clock_in): add early check-out banner and localization support

This commit is contained in:
Achintha Isuru
2026-03-14 20:36:35 -04:00
parent f6de07fc25
commit e02de1fb68
4 changed files with 106 additions and 8 deletions

View File

@@ -856,6 +856,8 @@
"today_shift_badge": "TODAY'S SHIFT",
"early_title": "You're early!",
"check_in_at": "Check-in available at $time",
"early_checkout_title": "Too early to check out",
"check_out_at": "Check-out available at $time",
"shift_completed": "Shift Completed!",
"great_work": "Great work today",
"no_shifts_today": "No confirmed shifts for today",

View File

@@ -851,6 +851,8 @@
"today_shift_badge": "TURNO DE HOY",
"early_title": "\u00a1Ha llegado temprano!",
"check_in_at": "Entrada disponible a las $time",
"early_checkout_title": "Muy temprano para salir",
"check_out_at": "Salida disponible a las $time",
"shift_completed": "\u00a1Turno completado!",
"great_work": "Buen trabajo hoy",
"no_shifts_today": "No hay turnos confirmados para hoy",