Add pickup date to order_result message

This commit is contained in:
Patrick Gansterer 2020-02-18 19:04:10 +01:00
parent 341f86d98e
commit f15ca8610b
6 changed files with 18 additions and 6 deletions

View file

@ -1183,8 +1183,11 @@ de:
Liebe Bestellgruppe %{ordergroup},
die Bestellung für "%{order}" wurde am %{when} von %{user} beendet.
text1: |
Sie kann voraussichtlich am %{pickup} abgeholt werden.
text2: |
Für euch wurden die folgenden Artikel bestellt:
text1: |-
text3: |-
o Gesamtpreis: %{sum}
Bestellung online einsehen: %{order_url}

View file

@ -1225,8 +1225,11 @@ en:
Dear %{ordergroup},
The order for "%{order}" has been closed by %{user} on %{when}.
text1: |
It can be presumable be picked up on %{pickup}.
text2: |
The following articles have been ordered for your ordergroup:
text1: |-
text3: |-
o Total sum: %{sum}
You can view the order online: %{order_url}

View file

@ -1056,8 +1056,9 @@ es:
Queridos miebros de %{ordergroup},
El pedido de "%{order}" ha sido cerrado por %{user} en %{when}.
text2: |
Los siguientes artículos se han pedido para tu grupo de pedido:
text1: |-
text3: |-
o Suma total: %{sum}
Puedes ver el pedido online: %{order_url}

View file

@ -897,8 +897,9 @@ fr:
CherEs %{ordergroup},
La commande pour "%{order}" a été finalisée le %{when} par %{user}.
text2: |
Voilà la liste des produits qui ont été commandés pour vous:
text1: |-
text3: |-
Prix total: %{sum}
Afficher sur le site: %{order_url}

View file

@ -1148,8 +1148,9 @@ nl:
Beste %{ordergroup}.
De bestelling voor "%{order}" is om %{when} gesloten door %{user}.
text2: |
De volgende artikelen zijn voor jouw huishouden besteld:
text1: |-
text3: |-
o Totaal: %{sum}
Je kunt de bestelling online bekijken: %{order_url}