-
Notifications
You must be signed in to change notification settings - Fork 85
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
33238d4
commit 1e61748
Showing
1 changed file
with
7 additions
and
11 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,18 +224,18 @@ | |
}, | ||
# UPS | ||
"ups_delivered": { | ||
"email": ["[email protected]","[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" | ||
"Paket wurde zugestellt", | ||
], | ||
}, | ||
"ups_delivering": { | ||
"email": ["[email protected]","[email protected]"], | ||
"email": ["[email protected]", "[email protected]"], | ||
"subject": [ | ||
"UPS Update: Package Scheduled for Delivery Today", | ||
"UPS Update: Follow Your Delivery on a Live Map", | ||
|
@@ -487,7 +487,7 @@ | |
"email": [ | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]" | ||
"[email protected]", | ||
], | ||
"subject": [ | ||
"informacja o dostawie", | ||
|
@@ -496,25 +496,21 @@ | |
"body": [ | ||
"została dzisiaj dostarczona", | ||
"Adresse erfolgreich zugestellt", | ||
"Am Wunschort abgestellt" | ||
"Am Wunschort abgestellt", | ||
], | ||
}, | ||
"gls_delivering": { | ||
"email": [ | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]" | ||
"[email protected]", | ||
], | ||
"subject": [ | ||
"paczka w drodze", | ||
"ist unterwegs", | ||
"kommt heute", | ||
], | ||
"body": [ | ||
"Zespół GLS", | ||
"GLS-Team", | ||
"fast da" | ||
], | ||
"body": ["Zespół GLS", "GLS-Team", "fast da"], | ||
}, | ||
"gls_packages": {}, | ||
"gls_tracking": { | ||
|