-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d618f42
commit 33238d4
Showing
1 changed file
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -224,17 +224,18 @@ | |
}, | ||
# UPS | ||
"ups_delivered": { | ||
"email": ["[email protected]"], | ||
"email": ["[email protected]","[email protected]"], | ||
"subject": [ | ||
"Your UPS Package was delivered", | ||
"Your UPS Packages were delivered", | ||
"Your UPS Parcel was delivered", | ||
"Your UPS Parcels were delivered", | ||
"Votre colis UPS a été livré", | ||
"Paket wurde zugestellt" | ||
], | ||
}, | ||
"ups_delivering": { | ||
"email": ["[email protected]"], | ||
"email": ["[email protected]","[email protected]"], | ||
"subject": [ | ||
"UPS Update: Package Scheduled for Delivery Today", | ||
"UPS Update: Follow Your Delivery on a Live Map", | ||
|
@@ -296,7 +297,7 @@ | |
"subject": [ | ||
"DHL On Demand Delivery", | ||
"Powiadomienie o przesyłce", | ||
"Paket wurde zugestellt", | ||
"wurde zugestellt", | ||
"DHL Shipment Notification", | ||
], | ||
"body": [ | ||
|
@@ -319,7 +320,7 @@ | |
"DHL On Demand Delivery", | ||
"Paket kommt heute", | ||
"kommt heute", | ||
"Paket wird gleich zugestellt", | ||
"wird gleich zugestellt", | ||
"Powiadomienie o przesyłce", | ||
"DHL Shipment Notification", | ||
], | ||
|
@@ -459,6 +460,7 @@ | |
], | ||
"subject": [ | ||
"Ihr Paket ist da!", | ||
"Die Abstellung Ihres DPD Pakets ist erfolgt", | ||
], | ||
}, | ||
"dpd_delivering": { | ||
|
@@ -485,33 +487,39 @@ | |
"email": [ | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]" | ||
], | ||
"subject": [ | ||
"informacja o dostawie", | ||
"wurde durch GLS zugestellt", | ||
"wurde durch GLS", | ||
], | ||
"body": [ | ||
"została dzisiaj dostarczona", | ||
"Adresse erfolgreich zugestellt", | ||
"Am Wunschort abgestellt" | ||
], | ||
}, | ||
"gls_delivering": { | ||
"email": [ | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]" | ||
], | ||
"subject": [ | ||
"paczka w drodze", | ||
"ist unterwegs", | ||
"kommt heute", | ||
], | ||
"body": [ | ||
"Zespół GLS", | ||
"GLS-Team", | ||
"fast da" | ||
], | ||
}, | ||
"gls_packages": {}, | ||
"gls_tracking": { | ||
# https://gls-group.eu/GROUP/en/parcel-tracking?match=51687952111 | ||
# https://gls-rtt.com/#/DE/de/95368751054 | ||
"pattern": ["\\d{11,12}"] | ||
}, | ||
# Australia Post | ||
|