Skip to content

Commit

Permalink
various german fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KuotenoAshiato authored Dec 19, 2024
1 parent d618f42 commit 33238d4
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions custom_components/mail_and_packages/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -296,7 +297,7 @@
"subject": [
"DHL On Demand Delivery",
"Powiadomienie o przesyłce",
"Paket wurde zugestellt",
"wurde zugestellt",
"DHL Shipment Notification",
],
"body": [
Expand All @@ -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",
],
Expand Down Expand Up @@ -459,6 +460,7 @@
],
"subject": [
"Ihr Paket ist da!",
"Die Abstellung Ihres DPD Pakets ist erfolgt",
],
},
"dpd_delivering": {
Expand All @@ -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
Expand Down

0 comments on commit 33238d4

Please sign in to comment.