Skip to content

Commit

Permalink
front: add new errors translation for train schedule v2
Browse files Browse the repository at this point in the history
  • Loading branch information
younesschrifi authored and flomonster committed Feb 27, 2024
1 parent 11f9f48 commit 99a7269
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions front/public/locales/en/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@
"TimetableNotFound": "Timetable '{{timetable_id}}' could not be found",
"UnsimulatedTrainSchedule": "Train Schedule '{{train_schedule_id}}' is not simulated"
},
"train_schedule_v2": {
"BatchTrainScheduleNotFound": "'{{number}}' train schedule(s) could not be found",
"NotFound": "Train Schedule '{{train_schedule_id}}' could not be found"
},
"url": {
"InvalidUrl": "Invalid url '{{url}}'"
}
Expand Down
4 changes: 4 additions & 0 deletions front/public/locales/fr/errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@
"TimetableNotFound": "Grille horaire '{{timetable_id}}' non trouvée",
"UnsimulatedTrainSchedule": "La circulation '{{train_schedule_id}}' n'est pas simulée"
},
"train_schedule_v2": {
"BatchTrainScheduleNotFound": "'{{number}}' circulation(s) n'ont pas pu être trouvée(s)",
"NotFound": "Circulation '{{train_schedule_id}}' non trouvée"
},
"url": {
"InvalidUrl": "Url invalide '{{url}}'"
}
Expand Down

0 comments on commit 99a7269

Please sign in to comment.