@acvtech5b9/vms-multi-language-locals 3.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.
Files changed (2) hide show
  1. package/locales/en.json +16 -4
  2. 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 Day Run",
3166
+ "start_day_run": "Start",
3167
+ "end_day_run": "End",
3168
+ "cancel_day_run": "Cancel",
3167
3169
  "update_planned_absent": "Update Planned Absent",
3168
- "end_day_run": "End Day Run",
3169
- "cancel_day_run": "Cancel Day Run",
3170
- "refresh_day_run_counts": "Refresh Day Run Counts"
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acvtech5b9/vms-multi-language-locals",
3
- "version": "3.0.0",
3
+ "version": "4.0.0",
4
4
  "description": "Shared i18n locales for VMS projects",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,