1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

[bug] the view is not refreshed when deleting a recurring slot

This commit is contained in:
Sylvain 2021-03-24 16:02:35 +01:00
parent b5e0572a6b
commit 937ed72dc7
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
# Changelog Fab-manager
- Fix a bug: the view is not refreshed when deleting a recurring slot
- Fix a bug: unable to add a new authorized file type for project's CAD files
## v4.7.6 2021 March 24

View File

@ -73,7 +73,7 @@ en:
labels: "Label(s):"
none: "None"
slot_successfully_deleted: "The slot {START} - {END} has been successfully deleted"
slots_deleted: "The slot of {START}, and {COUNT, plural, =1{one other} other{{COUNT} others}}}, have been deleted"
slots_deleted: "The slot of {START}, and {COUNT, plural, =1{one other} other{{COUNT} others}}, have been deleted"
unable_to_delete_the_slot: "Unable to delete the slot {START} - {END}, probably because it's already reserved by a member"
slots_not_deleted: "On {TOTAL} slots, {COUNT, plural, =1{one was not deleted} other{{COUNT} were not deleted}}. Some reservations may exist on {COUNT, plural, =1{it} other{them}}."
you_should_select_at_least_a_machine: "You should select at least one machine on this slot."

View File

@ -73,7 +73,7 @@ fr:
labels: "Étiquette(s) :"
none: "Aucune"
slot_successfully_deleted: "Le créneau {START} - {END} a bien été supprimé"
slots_deleted: "Le créneau du {START}, ainsi {COUNT, plural, =1{qu'un autre créneau} other{que {COUNT} autres créneaux}}}, ont été supprimés"
slots_deleted: "Le créneau du {START}, ainsi {COUNT, plural, =1{qu'un autre créneau} other{que {COUNT} autres créneaux}}, ont été supprimés"
unable_to_delete_the_slot: "Le créneau {START} - {END} n'a pu être supprimé, probablement car il est déjà réservé par un membre"
slots_not_deleted: "Sur {TOTAL} créneaux, {COUNT, plural, =1{un n'a pas pu être supprimé} other{{COUNT} n'ont pas pu être supprimés}}. Il est possible que des réservations existent sur {COUNT, plural, =1{celui-ci} other{ceux-ci}}."
you_should_select_at_least_a_machine: "Vous devriez sélectionner au moins une machine pour ce créneau."