@acvtech5b9/vms-multi-language-locals 2.0.0 → 4.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 +16 -4
- package/package.json +1 -1
package/locales/en.json
CHANGED
|
@@ -3163,10 +3163,22 @@
|
|
|
3163
3163
|
"run_date_to": "Run Date To",
|
|
3164
3164
|
"generate_day_run": "Generate Day Run",
|
|
3165
3165
|
"run_details": "Run Details",
|
|
3166
|
-
"start_day_run": "Start
|
|
3166
|
+
"start_day_run": "Start",
|
|
3167
|
+
"end_day_run": "End",
|
|
3168
|
+
"cancel_day_run": "Cancel",
|
|
3167
3169
|
"update_planned_absent": "Update Planned Absent",
|
|
3168
|
-
"
|
|
3169
|
-
"
|
|
3170
|
-
"
|
|
3170
|
+
"refresh_day_run_counts": "Refresh",
|
|
3171
|
+
"start_day_run_confirmation": "Are you sure you want to start this day run?",
|
|
3172
|
+
"started_successfully": "Day run started successfully",
|
|
3173
|
+
"update_planned_absent_confirmation": "Are you sure you want to update planned absent students for this day run?",
|
|
3174
|
+
"planned_absent_updated_successfully": "Planned absent students updated successfully",
|
|
3175
|
+
"end_day_run_confirmation": "Are you sure you want to end this day run?",
|
|
3176
|
+
"ended_successfully": "Day run ended successfully",
|
|
3177
|
+
"cancel_day_run_confirmation": "Are you sure you want to cancel this day run?",
|
|
3178
|
+
"cancelled_successfully": "Day run cancelled successfully",
|
|
3179
|
+
"enter_cancel_reason": "Enter cancel reason",
|
|
3180
|
+
"refresh_day_run_counts_confirmation": "Are you sure you want to refresh day run counts?",
|
|
3181
|
+
"counts_refreshed_successfully": "Day run counts refreshed successfully",
|
|
3182
|
+
"operation_failed": "Operation failed"
|
|
3171
3183
|
}
|
|
3172
3184
|
}
|