feat(geofence): enhance geofence handling with improved messaging and justification for clock-out
This commit is contained in:
@@ -978,12 +978,15 @@
|
||||
"retry": "Retry",
|
||||
"clock_in_anyway": "Clock In Anyway",
|
||||
"override_title": "Justification Required",
|
||||
"override_desc": "Your location could not be verified. Please explain why you are clocking in without location verification.",
|
||||
"override_desc": "Your location could not be verified. Please explain why you are proceeding without location verification.",
|
||||
"override_hint": "Enter your justification...",
|
||||
"override_submit": "Clock In",
|
||||
"override_submit": "Submit",
|
||||
"overridden_title": "Location Not Verified",
|
||||
"overridden_desc": "You are clocking in without location verification. Your justification has been recorded.",
|
||||
"outside_work_area_warning": "You've moved away from the work area"
|
||||
"overridden_desc": "You are proceeding without location verification. Your justification has been recorded.",
|
||||
"outside_work_area_warning": "You've moved away from the work area",
|
||||
"outside_work_area_title": "You've moved away from the work area",
|
||||
"outside_work_area_desc": "You are $distance away from your shift location. To clock out, provide a reason below.",
|
||||
"clock_out_anyway": "Clock out anyway"
|
||||
}
|
||||
},
|
||||
"availability": {
|
||||
|
||||
@@ -973,12 +973,15 @@
|
||||
"retry": "Reintentar",
|
||||
"clock_in_anyway": "Registrar Entrada",
|
||||
"override_title": "Justificación Requerida",
|
||||
"override_desc": "No se pudo verificar su ubicación. Explique por qué registra entrada sin verificación de ubicación.",
|
||||
"override_desc": "No se pudo verificar su ubicación. Explique por qué continúa sin verificación de ubicación.",
|
||||
"override_hint": "Ingrese su justificación...",
|
||||
"override_submit": "Registrar Entrada",
|
||||
"override_submit": "Enviar",
|
||||
"overridden_title": "Ubicación No Verificada",
|
||||
"overridden_desc": "Está registrando entrada sin verificación de ubicación. Su justificación ha sido registrada.",
|
||||
"outside_work_area_warning": "Te has alejado del área de trabajo"
|
||||
"overridden_desc": "Está continuando sin verificación de ubicación. Su justificación ha sido registrada.",
|
||||
"outside_work_area_warning": "Te has alejado del área de trabajo",
|
||||
"outside_work_area_title": "Te has alejado del área de trabajo",
|
||||
"outside_work_area_desc": "Estás a $distance de la ubicación de tu turno. Para registrar tu salida, proporciona una razón a continuación.",
|
||||
"clock_out_anyway": "Registrar salida de todos modos"
|
||||
}
|
||||
},
|
||||
"availability": {
|
||||
|
||||
Reference in New Issue
Block a user