@acvtech5b9/vms-multi-language-locals 5.0.0 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/locales/en.json +37 -1
- package/package.json +1 -1
package/locales/en.json
CHANGED
|
@@ -3179,6 +3179,42 @@
|
|
|
3179
3179
|
"enter_cancel_reason": "Enter cancel reason",
|
|
3180
3180
|
"refresh_day_run_counts_confirmation": "Are you sure you want to refresh day run counts?",
|
|
3181
3181
|
"counts_refreshed_successfully": "Day run counts refreshed successfully",
|
|
3182
|
-
"operation_failed": "Operation failed"
|
|
3182
|
+
"operation_failed": "Operation failed",
|
|
3183
|
+
"order_no": "Order No",
|
|
3184
|
+
"bus_stop_name": "Bus Stop Name",
|
|
3185
|
+
"stop_status": "Stop Status",
|
|
3186
|
+
"student_boarding_status": "Student Boarding Status",
|
|
3187
|
+
"planned_stop": "Planned Stop",
|
|
3188
|
+
"actual_stop": "Actual Stop",
|
|
3189
|
+
"attendance_method": "Attendance Method",
|
|
3190
|
+
"mark_time": "Mark Time",
|
|
3191
|
+
"note": "Note",
|
|
3192
|
+
"stop": "Stop",
|
|
3193
|
+
"student": "Student",
|
|
3194
|
+
"arrive_stop": "Arrive Stop",
|
|
3195
|
+
"arrive_stop_confirmation": "Are you sure you want to mark this stop as arrived?",
|
|
3196
|
+
"stop_arrived_successfully": "Stop arrived successfully",
|
|
3197
|
+
"depart_stop": "Depart Stop",
|
|
3198
|
+
"depart_stop_confirmation": "Are you sure you want to mark this stop as departed?",
|
|
3199
|
+
"stop_departed_successfully": "Stop departed successfully",
|
|
3200
|
+
"skip_stop": "Skip Stop",
|
|
3201
|
+
"skip_stop_confirmation": "Are you sure you want to skip this stop?",
|
|
3202
|
+
"stop_skipped_successfully": "Stop skipped successfully",
|
|
3203
|
+
"mark_boarded": "Mark Boarded",
|
|
3204
|
+
"mark_boarded_confirmation": "Are you sure you want to mark this student as boarded?",
|
|
3205
|
+
"student_marked_boarded_successfully": "Student marked as boarded successfully",
|
|
3206
|
+
"mark_handovered": "Mark Handovered",
|
|
3207
|
+
"mark_handovered_confirmation": "Are you sure you want to mark this student as handovered?",
|
|
3208
|
+
"student_marked_handovered_successfully": "Student marked as handovered successfully",
|
|
3209
|
+
"mark_planned_absent": "Mark Planned Absent",
|
|
3210
|
+
"mark_planned_absent_confirmation": "Are you sure you want to mark this student as planned absent?",
|
|
3211
|
+
"student_marked_planned_absent_successfully": "Student marked as planned absent successfully",
|
|
3212
|
+
"mark_unplanned_absent": "Mark Unplanned Absent",
|
|
3213
|
+
"mark_unplanned_absent_confirmation": "Are you sure you want to mark this student as unplanned absent?",
|
|
3214
|
+
"student_marked_unplanned_absent_successfully": "Student marked as unplanned absent successfully",
|
|
3215
|
+
"actual_stop_optional": "Actual Stop (Optional)",
|
|
3216
|
+
"select_actual_stop": "Select Actual Stop",
|
|
3217
|
+
"note_optional": "Note (Optional)",
|
|
3218
|
+
"enter_note": "Enter note"
|
|
3183
3219
|
}
|
|
3184
3220
|
}
|