Add TM and reference data files to git for server deployment
The storage/amazon/ directory (TM files for 12 locales + reference files) was excluded by .gitignore, causing the production server to have no TM data after deployment. Updated .gitignore to track storage/amazon/ so git pull on the server brings in all 153 TM and reference files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b2a70a3867
commit
521f0447bd
154 changed files with 66441 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -29,6 +29,7 @@ out/
|
|||
# Storage (keep structure, ignore uploaded files)
|
||||
storage/*
|
||||
!storage/.gitkeep
|
||||
!storage/amazon/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
|
|
|||
17
storage/amazon/ref/blacklist/ca_ES_blacklist.json
Normal file
17
storage/amazon/ref/blacklist/ca_ES_blacklist.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"locale": "ca_ES",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic",
|
||||
"forbidden_terms": [
|
||||
"èpic"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"forbidden_terms": [
|
||||
"Ofertes èpiques"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
64
storage/amazon/ref/blacklist/de_AT_blacklist.json
Normal file
64
storage/amazon/ref/blacklist/de_AT_blacklist.json
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"locale": "de_AT",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic",
|
||||
"forbidden_terms": [
|
||||
"Episch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"forbidden_terms": [
|
||||
"Epische Angebote"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "discount",
|
||||
"forbidden_terms": [
|
||||
"Rabatt"
|
||||
],
|
||||
"note": "We are only allowed to use \"Spare\", \"Sparen\"."
|
||||
},
|
||||
{
|
||||
"en_GB": "savings",
|
||||
"forbidden_terms": [
|
||||
"Rabatt"
|
||||
],
|
||||
"note": "We are only allowed to use \"Spare\", \"Sparen\"."
|
||||
},
|
||||
{
|
||||
"en_GB": "[save] up to XX% on",
|
||||
"forbidden_terms": [
|
||||
"bis zu XX % Rabatt"
|
||||
],
|
||||
"note": "Prefer \"Spare bis zu XX %\""
|
||||
},
|
||||
{
|
||||
"en_GB": "cheap",
|
||||
"forbidden_terms": [
|
||||
"günstig"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "cheaper",
|
||||
"forbidden_terms": [
|
||||
"günstiger"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "sale / end-of-season sale (wrong words for DE/AT)",
|
||||
"forbidden_terms": [
|
||||
"Sale"
|
||||
],
|
||||
"note": "Also: Schlussverkauf. Use \"Angebote\" or \"Deals\" instead."
|
||||
},
|
||||
{
|
||||
"en_GB": "savings noun (wrong word for DE/AT)",
|
||||
"forbidden_terms": [
|
||||
"Ersparnis"
|
||||
],
|
||||
"note": "Use \"Spare\"/\"Sparen\". Atypical for Amazon TOV."
|
||||
}
|
||||
]
|
||||
}
|
||||
64
storage/amazon/ref/blacklist/de_DE_blacklist.json
Normal file
64
storage/amazon/ref/blacklist/de_DE_blacklist.json
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"locale": "de_DE",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic",
|
||||
"forbidden_terms": [
|
||||
"Episch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"forbidden_terms": [
|
||||
"Epische Angebote"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "discount",
|
||||
"forbidden_terms": [
|
||||
"Rabatt"
|
||||
],
|
||||
"note": "We are only allowed to use \"Spare\", \"Sparen\"."
|
||||
},
|
||||
{
|
||||
"en_GB": "savings",
|
||||
"forbidden_terms": [
|
||||
"Rabatt"
|
||||
],
|
||||
"note": "We are only allowed to use \"Spare\", \"Sparen\"."
|
||||
},
|
||||
{
|
||||
"en_GB": "[save] up to XX% on",
|
||||
"forbidden_terms": [
|
||||
"bis zu XX % Rabatt"
|
||||
],
|
||||
"note": "Prefer \"Spare bis zu XX %\""
|
||||
},
|
||||
{
|
||||
"en_GB": "cheap",
|
||||
"forbidden_terms": [
|
||||
"günstig"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "cheaper",
|
||||
"forbidden_terms": [
|
||||
"günstiger"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "sale / end-of-season sale (wrong words for DE/AT)",
|
||||
"forbidden_terms": [
|
||||
"Sale"
|
||||
],
|
||||
"note": "Also: Schlussverkauf. Use \"Angebote\" or \"Deals\" instead."
|
||||
},
|
||||
{
|
||||
"en_GB": "savings noun (wrong word for DE/AT)",
|
||||
"forbidden_terms": [
|
||||
"Ersparnis"
|
||||
],
|
||||
"note": "Use \"Spare\"/\"Sparen\". Atypical for Amazon TOV."
|
||||
}
|
||||
]
|
||||
}
|
||||
62
storage/amazon/ref/blacklist/es_ES_blacklist.json
Normal file
62
storage/amazon/ref/blacklist/es_ES_blacklist.json
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
{
|
||||
"locale": "es_ES",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic",
|
||||
"forbidden_terms": [
|
||||
"épico",
|
||||
"fantástico"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"forbidden_terms": [
|
||||
"Ofertas épicas"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "discount",
|
||||
"forbidden_terms": [
|
||||
"descuento"
|
||||
],
|
||||
"note": "never use \"descuento\" in any form, should be \"ahorro\" wording as first recommendation."
|
||||
},
|
||||
{
|
||||
"en_GB": "savings",
|
||||
"forbidden_terms": [
|
||||
"descuento"
|
||||
],
|
||||
"note": "never use \"descuento\" in any form, should be \"ahorro\" wording as first recommendation."
|
||||
},
|
||||
{
|
||||
"en_GB": "platform (wrong word)",
|
||||
"forbidden_terms": [
|
||||
"plataforma"
|
||||
],
|
||||
"note": "Use \"Tienda\"/\"Tienda online\"/\"Web\"/\"Website\" instead."
|
||||
},
|
||||
{
|
||||
"en_GB": "articles (wrong word for products)",
|
||||
"forbidden_terms": [
|
||||
"artículos"
|
||||
],
|
||||
"note": "Use \"productos\"."
|
||||
},
|
||||
{
|
||||
"en_GB": "consumers / members (wrong words for ES)",
|
||||
"forbidden_terms": [
|
||||
"consumidores",
|
||||
"miembros"
|
||||
],
|
||||
"note": "Use \"clientes\". For Prime members: \"Clientes Prime\"."
|
||||
},
|
||||
{
|
||||
"en_GB": "suppliers / sellers (wrong words for ES selling partners)",
|
||||
"forbidden_terms": [
|
||||
"proveedores",
|
||||
"vendedores"
|
||||
],
|
||||
"note": "Use \"colaboradores comerciales\" instead."
|
||||
}
|
||||
]
|
||||
}
|
||||
31
storage/amazon/ref/blacklist/fr_BE_blacklist.json
Normal file
31
storage/amazon/ref/blacklist/fr_BE_blacklist.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"locale": "fr_BE",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic",
|
||||
"forbidden_terms": [
|
||||
"épique"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"forbidden_terms": [
|
||||
"Offres épiques"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "discount",
|
||||
"forbidden_terms": [
|
||||
"réduction",
|
||||
"de réduction"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "articles (wrong word for products)",
|
||||
"forbidden_terms": [
|
||||
"articles"
|
||||
],
|
||||
"note": "use \"produits\""
|
||||
}
|
||||
]
|
||||
}
|
||||
31
storage/amazon/ref/blacklist/fr_FR_blacklist.json
Normal file
31
storage/amazon/ref/blacklist/fr_FR_blacklist.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"locale": "fr_FR",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic",
|
||||
"forbidden_terms": [
|
||||
"épique"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"forbidden_terms": [
|
||||
"Offres épiques"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "discount",
|
||||
"forbidden_terms": [
|
||||
"réduction",
|
||||
"de réduction"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "articles (wrong word for products)",
|
||||
"forbidden_terms": [
|
||||
"articles"
|
||||
],
|
||||
"note": "use \"produits\""
|
||||
}
|
||||
]
|
||||
}
|
||||
83
storage/amazon/ref/blacklist/it_IT_blacklist.json
Normal file
83
storage/amazon/ref/blacklist/it_IT_blacklist.json
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
{
|
||||
"locale": "it_IT",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic",
|
||||
"forbidden_terms": [
|
||||
"epica",
|
||||
"epico"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"forbidden_terms": [
|
||||
"Offerte epiche"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "sale",
|
||||
"forbidden_terms": [
|
||||
"promozioni"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "discount",
|
||||
"forbidden_terms": [
|
||||
"sconti",
|
||||
"di sconto",
|
||||
"sconto"
|
||||
],
|
||||
"note": "do not use any form of \"sconto or sconti\", \"risparmi\" format is preferred and should be used in first recommendation"
|
||||
},
|
||||
{
|
||||
"en_GB": "promotions (wrong word for IT)",
|
||||
"forbidden_terms": [
|
||||
"promozioni"
|
||||
],
|
||||
"note": "Use \"offerte\" instead."
|
||||
},
|
||||
{
|
||||
"en_GB": "platform (wrong word)",
|
||||
"forbidden_terms": [
|
||||
"piattaforma"
|
||||
],
|
||||
"note": "Use \"sito\" instead."
|
||||
},
|
||||
{
|
||||
"en_GB": "users / consumers (wrong words for IT)",
|
||||
"forbidden_terms": [
|
||||
"utenti",
|
||||
"consumatori"
|
||||
],
|
||||
"note": "Use \"clienti\" instead."
|
||||
},
|
||||
{
|
||||
"en_GB": "Prime members (wrong phrase for IT)",
|
||||
"forbidden_terms": [
|
||||
"membri Prime"
|
||||
],
|
||||
"note": "Use \"clienti Prime\" instead."
|
||||
},
|
||||
{
|
||||
"en_GB": "free trial (wrong phrase for IT)",
|
||||
"forbidden_terms": [
|
||||
"Prova gratuita"
|
||||
],
|
||||
"note": "Legal requirement. Use \"Periodo d'uso gratuito\" instead."
|
||||
},
|
||||
{
|
||||
"en_GB": "unmissable / not to be missed (forbidden for IT)",
|
||||
"forbidden_terms": [
|
||||
"imperdibili"
|
||||
],
|
||||
"note": "Creates excessive urgency. Use \"incredibili\" for HVEs (e.g. Prime Day)."
|
||||
},
|
||||
{
|
||||
"en_GB": "articles (wrong word for products)",
|
||||
"forbidden_terms": [
|
||||
"articoli"
|
||||
],
|
||||
"note": "Use \"prodotti\"."
|
||||
}
|
||||
]
|
||||
}
|
||||
99
storage/amazon/ref/blacklist/nl_BE_blacklist.json
Normal file
99
storage/amazon/ref/blacklist/nl_BE_blacklist.json
Normal file
|
|
@ -0,0 +1,99 @@
|
|||
{
|
||||
"locale": "nl_BE",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic",
|
||||
"forbidden_terms": [
|
||||
"Episch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"forbidden_terms": [
|
||||
"Epische deals",
|
||||
"geweldige deals"
|
||||
],
|
||||
"note": "geweldige deals is for nl-NL only"
|
||||
},
|
||||
{
|
||||
"en_GB": "sale",
|
||||
"forbidden_terms": [
|
||||
"sale"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"forbidden_terms": [
|
||||
"flink besparen"
|
||||
],
|
||||
"note": "use \"save big = bespaar maximaal\" for nl-BE"
|
||||
},
|
||||
{
|
||||
"en_GB": "to save big",
|
||||
"forbidden_terms": [
|
||||
"flink te besparen"
|
||||
],
|
||||
"note": "use \"save big = \"maximaal te besparen\" for nl-BE"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"forbidden_terms": [
|
||||
"bespaar flink"
|
||||
],
|
||||
"note": "use \"bespaar maximaal\" for nl-BE"
|
||||
},
|
||||
{
|
||||
"en_GB": "to save big",
|
||||
"forbidden_terms": [
|
||||
"om flink te besparen"
|
||||
],
|
||||
"note": "use \"om maximaal te besparen\" for nl-BE"
|
||||
},
|
||||
{
|
||||
"en_GB": "big savings",
|
||||
"forbidden_terms": [
|
||||
"flinke korting"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "big",
|
||||
"forbidden_terms": [
|
||||
"flink"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "save big on",
|
||||
"forbidden_terms": [
|
||||
"flink besparen op"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"forbidden_terms": [
|
||||
"[heel] veel korting krijgen"
|
||||
],
|
||||
"note": "[heel] veel korting krijgen = nl-NL only"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"forbidden_terms": [
|
||||
"[heel] veel korting te krijgen"
|
||||
],
|
||||
"note": "[heel] veel korting te krijgen = nl-NL only"
|
||||
},
|
||||
{
|
||||
"en_GB": "to save big",
|
||||
"forbidden_terms": [
|
||||
"krijg [heel] veel korting"
|
||||
],
|
||||
"note": "krijg [heel] veel korting = nl-NL only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Flash sales",
|
||||
"forbidden_terms": [
|
||||
"Flash sales"
|
||||
],
|
||||
"note": "Use \"Flash deals\" (keep in English)."
|
||||
}
|
||||
]
|
||||
}
|
||||
106
storage/amazon/ref/blacklist/nl_NL_blacklist.json
Normal file
106
storage/amazon/ref/blacklist/nl_NL_blacklist.json
Normal file
|
|
@ -0,0 +1,106 @@
|
|||
{
|
||||
"locale": "nl_NL",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic",
|
||||
"forbidden_terms": [
|
||||
"Episch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"forbidden_terms": [
|
||||
"Epische deals",
|
||||
"topdeals"
|
||||
],
|
||||
"note": "topdeals is for NL_BE only unless space or time is contrained"
|
||||
},
|
||||
{
|
||||
"en_GB": "sale",
|
||||
"forbidden_terms": [
|
||||
"sale"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"forbidden_terms": [
|
||||
"flink besparen"
|
||||
],
|
||||
"note": "use save big = \"krijg heel veel korting\" for nl-NL"
|
||||
},
|
||||
{
|
||||
"en_GB": "to save big",
|
||||
"forbidden_terms": [
|
||||
"flink te besparen"
|
||||
],
|
||||
"note": "use \"[heel] veel korting te krijgen\" for nl-NL"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"forbidden_terms": [
|
||||
"bespaar flink"
|
||||
],
|
||||
"note": "use \"krijg [heel] veel korting\" for nl-NL"
|
||||
},
|
||||
{
|
||||
"en_GB": "to save big",
|
||||
"forbidden_terms": [
|
||||
"om flink te besparen"
|
||||
],
|
||||
"note": "use \"om [heel] veel korting te krijgen\" for nl-NL"
|
||||
},
|
||||
{
|
||||
"en_GB": "big savings",
|
||||
"forbidden_terms": [
|
||||
"flinke korting"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "big",
|
||||
"forbidden_terms": [
|
||||
"flink"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "save big on",
|
||||
"forbidden_terms": [
|
||||
"flink besparen op"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"forbidden_terms": [
|
||||
"maximaal besparen"
|
||||
],
|
||||
"note": "maximaal besparen is only for nl-BE"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"forbidden_terms": [
|
||||
"bespaar veel"
|
||||
],
|
||||
"note": "bespaar veel is only for nl-BE; last resort for nl-NL"
|
||||
},
|
||||
{
|
||||
"en_GB": "to save big",
|
||||
"forbidden_terms": [
|
||||
"maximaal te besparen"
|
||||
],
|
||||
"note": "maximaal te besparen is only for nl-BE"
|
||||
},
|
||||
{
|
||||
"en_GB": "to save big on",
|
||||
"forbidden_terms": [
|
||||
"maximaal te besparen op"
|
||||
],
|
||||
"note": "maximaal te besparen op this is only for nl-BE"
|
||||
},
|
||||
{
|
||||
"en_GB": "Flash sales",
|
||||
"forbidden_terms": [
|
||||
"Flash sales"
|
||||
],
|
||||
"note": "Use \"Flash deals\" (keep in English)."
|
||||
}
|
||||
]
|
||||
}
|
||||
64
storage/amazon/ref/blacklist/pl_PL_blacklist.json
Normal file
64
storage/amazon/ref/blacklist/pl_PL_blacklist.json
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"locale": "pl_PL",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic",
|
||||
"forbidden_terms": [
|
||||
"Epicka"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"forbidden_terms": [
|
||||
"Epickie okazje"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"forbidden_terms": [
|
||||
"Kup"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "buy",
|
||||
"forbidden_terms": [
|
||||
"Kup"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "buy now",
|
||||
"forbidden_terms": [
|
||||
"Kup teraz"
|
||||
],
|
||||
"note": "should be \"Sprawdź teraz\""
|
||||
},
|
||||
{
|
||||
"en_GB": "articles (wrong word for products)",
|
||||
"forbidden_terms": [
|
||||
"przedmioty"
|
||||
],
|
||||
"note": "Also: \"artykuły\". Use \"produkty\" instead."
|
||||
},
|
||||
{
|
||||
"en_GB": "offers / promotions (wrong words for PL deals)",
|
||||
"forbidden_terms": [
|
||||
"Oferty"
|
||||
],
|
||||
"note": "Also: \"Promocje\". Use \"Okazje\" instead."
|
||||
},
|
||||
{
|
||||
"en_GB": "discount / reduction (wrong words for PL)",
|
||||
"forbidden_terms": [
|
||||
"zniżka"
|
||||
],
|
||||
"note": "Also: \"rabat\", \"upust\", \"wyprzedaż\". Use \"Oszczędzasz\" or \"X zł taniej\" instead."
|
||||
},
|
||||
{
|
||||
"en_GB": "department / section (wrong word for PL)",
|
||||
"forbidden_terms": [
|
||||
"w dziale"
|
||||
],
|
||||
"note": "Use \"w kategorii\" instead."
|
||||
}
|
||||
]
|
||||
}
|
||||
52
storage/amazon/ref/blacklist/pt_PT_blacklist.json
Normal file
52
storage/amazon/ref/blacklist/pt_PT_blacklist.json
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
"locale": "pt_PT",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic",
|
||||
"forbidden_terms": [
|
||||
"épica"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"forbidden_terms": [
|
||||
"Ofertas épicas"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "discount",
|
||||
"forbidden_terms": [
|
||||
"poupança"
|
||||
],
|
||||
"note": "use \"deconto\" instead (deviates from es_ES)"
|
||||
},
|
||||
{
|
||||
"en_GB": "savings",
|
||||
"forbidden_terms": [
|
||||
"poupança"
|
||||
],
|
||||
"note": "use \"deconto\" instead (deviates from es_ES)"
|
||||
},
|
||||
{
|
||||
"en_GB": "articles (wrong word for products)",
|
||||
"forbidden_terms": [
|
||||
"artigos"
|
||||
],
|
||||
"note": "Also: \"itens\". Use \"produtos\" instead."
|
||||
},
|
||||
{
|
||||
"en_GB": "consumers (wrong word for PT)",
|
||||
"forbidden_terms": [
|
||||
"consumidores"
|
||||
],
|
||||
"note": "Use \"clientes\" instead."
|
||||
},
|
||||
{
|
||||
"en_GB": "to sign up / to join (wrong words for PT subscribe)",
|
||||
"forbidden_terms": [
|
||||
"inscrever"
|
||||
],
|
||||
"note": "Also: \"aderir\". Use \"subscrever\" instead."
|
||||
}
|
||||
]
|
||||
}
|
||||
53
storage/amazon/ref/blacklist/sv_SE_blacklist.json
Normal file
53
storage/amazon/ref/blacklist/sv_SE_blacklist.json
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"locale": "sv_SE",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic",
|
||||
"forbidden_terms": [
|
||||
"Episka",
|
||||
"fantastiska"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"forbidden_terms": [
|
||||
"Episka erbjudanden"
|
||||
]
|
||||
},
|
||||
{
|
||||
"en_GB": "discount",
|
||||
"forbidden_terms": [
|
||||
"Besparinger"
|
||||
],
|
||||
"note": "Not in line with Amazon TOV"
|
||||
},
|
||||
{
|
||||
"en_GB": "savings",
|
||||
"forbidden_terms": [
|
||||
"Besparinger"
|
||||
],
|
||||
"note": "Not in line with Amazon TOV"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"forbidden_terms": [
|
||||
"fynda på"
|
||||
],
|
||||
"note": "\"fynda på\" is grammatically incorrect before a noun. Has been used incorrectly in the past. \"fynda elektronik, outdoor, hem … etc\" is correct"
|
||||
},
|
||||
{
|
||||
"en_GB": "articles (wrong word for products)",
|
||||
"forbidden_terms": [
|
||||
"varor"
|
||||
],
|
||||
"note": "Use \"produkter\"."
|
||||
},
|
||||
{
|
||||
"en_GB": "Black Friday week (wrong hyphenated form for SV)",
|
||||
"forbidden_terms": [
|
||||
"Black Friday-veckan"
|
||||
],
|
||||
"note": "Use \"Black Friday week\" instead."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"locale": "ca_ES",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "XX%",
|
||||
"format": "XX %"
|
||||
},
|
||||
{
|
||||
"en_GB": "0%",
|
||||
"format": "0 %"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX November–XX December",
|
||||
"format": "XX de novembre - XX de desembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 November–1 December",
|
||||
"format": "20 de novembre - 1 de desembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX November",
|
||||
"format": "XX - XX de novembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "From 20 November to 1 December",
|
||||
"format": "Del 20 de novembre al 1 de desembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "From XX November to XX December",
|
||||
"format": "Del XX de novembre al XX de desembre"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"locale": "de_AT",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "XX%",
|
||||
"format": "XX %"
|
||||
},
|
||||
{
|
||||
"en_GB": "0%",
|
||||
"format": "0 %"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 Nov–1 Dec",
|
||||
"format": "20. Nov. - 1. Dez."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX Nov–XX Dec",
|
||||
"format": "XX. Nov. - XX. Dez."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX Nov",
|
||||
"format": "XX. - XX. Nov."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX November–XX December",
|
||||
"format": "XX. November - XX. Dezember"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 November–1 December",
|
||||
"format": "20. November - 1. Dezember"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX November",
|
||||
"format": "XX. - XX. November"
|
||||
},
|
||||
{
|
||||
"en_GB": "From 20 November to 1 December",
|
||||
"format": "Vom 20. November bis 1. Dezember"
|
||||
},
|
||||
{
|
||||
"en_GB": "From XX November to XX December",
|
||||
"format": "Vom XX. November bis XX. Dezember"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"locale": "de_DE",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "XX%",
|
||||
"format": "XX %"
|
||||
},
|
||||
{
|
||||
"en_GB": "0%",
|
||||
"format": "0 %"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 Nov–1 Dec",
|
||||
"format": "20. Nov. - 1. Dez."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX Nov–XX Dec",
|
||||
"format": "XX. Nov. - XX. Dez."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX Nov",
|
||||
"format": "XX. - XX. Nov."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX November–XX December",
|
||||
"format": "XX. November - XX. Dezember"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 November–1 December",
|
||||
"format": "20. November - 1. Dezember"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX November",
|
||||
"format": "XX. - XX. November"
|
||||
},
|
||||
{
|
||||
"en_GB": "From 20 November to 1 December",
|
||||
"format": "Vom 20. November bis 1. Dezember"
|
||||
},
|
||||
{
|
||||
"en_GB": "From XX November to XX December",
|
||||
"format": "Vom XX. November bis XX. Dezember"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"locale": "es_ES",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "XX%",
|
||||
"format": "XX %"
|
||||
},
|
||||
{
|
||||
"en_GB": "0%",
|
||||
"format": "0 %"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 Nov–1 Dec",
|
||||
"format": "20 nov. - 1 dic."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX Nov–XX Dec",
|
||||
"format": "XX nov. - XX dic."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX Nov",
|
||||
"format": "XX - XX nov."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX November–XX December",
|
||||
"format": "XX de noviembre - XX de diciembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 November–1 December",
|
||||
"format": "20 de noviembre - 1 de diciembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX November",
|
||||
"format": "XX - XX de noviembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "From 20 November to 1 December",
|
||||
"format": "Del 20 de noviembre al 1 de diciembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "From XX November to XX December",
|
||||
"format": "Del XX de noviembre al XX de diciembre"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"locale": "fr_BE",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "XX%",
|
||||
"format": "XX%",
|
||||
"note": "No space between number and % symbol. Follows FR-FR format."
|
||||
},
|
||||
{
|
||||
"en_GB": "0%",
|
||||
"format": "0%",
|
||||
"note": "No space between number and % symbol. Follows FR-FR format."
|
||||
},
|
||||
{
|
||||
"en_GB": "20 Nov–1 Dec",
|
||||
"format": "20 nov.-1er déc."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX Nov–XX Dec",
|
||||
"format": "XX nov.-XX déc."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX Nov",
|
||||
"format": "XX-XX nov."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX November–XX December",
|
||||
"format": "XX novembre-XX décembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 November–1 December",
|
||||
"format": "20 novembre-1er décembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX November",
|
||||
"format": "XX-XX novembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "From 20 November to 1 December",
|
||||
"format": "Du 20 novembre au 1ᵉʳ décembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "From XX November to XX December",
|
||||
"format": "Du XX novembre au XX décembre"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"locale": "fr_FR",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "XX%",
|
||||
"format": "XX%",
|
||||
"note": "No space between number and % symbol. This applies to FR-FR and FR-BE."
|
||||
},
|
||||
{
|
||||
"en_GB": "0%",
|
||||
"format": "0%",
|
||||
"note": "No space between number and % symbol. This applies to FR-FR and FR-BE."
|
||||
},
|
||||
{
|
||||
"en_GB": "20 Nov–1 Dec",
|
||||
"format": "20 nov.-1er déc."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX Nov–XX Dec",
|
||||
"format": "XX nov.-XX déc."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX Nov",
|
||||
"format": "XX-XX nov."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX November–XX December",
|
||||
"format": "XX novembre-XX décembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 November–1 December",
|
||||
"format": "20 novembre-1er décembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX November",
|
||||
"format": "XX-XX novembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "From 20 November to 1 December",
|
||||
"format": "Du 20 novembre au 1ᵉʳ décembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "From XX November to XX December",
|
||||
"format": "Du XX novembre au XX décembre"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"locale": "it_IT",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "XX%",
|
||||
"format": "XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "0%",
|
||||
"format": "0%"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 Nov–1 Dec",
|
||||
"format": "20 nov.-1 dic.",
|
||||
"note": "do not use \"°\" symbol: 1°"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX Nov–XX Dec",
|
||||
"format": "XX nov.-XX dic."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX Nov",
|
||||
"format": "XX-XX nov."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX November–XX December",
|
||||
"format": "XX novembre-XX dicembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 November–1 December",
|
||||
"format": "20 novembre-1 dicembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX November",
|
||||
"format": "XX-XX novembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "From 20 November to 1 December",
|
||||
"format": "Dal 20 novembre al 1 dicembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "From XX November to XX December",
|
||||
"format": "Dal XX novembre al XX dicembre"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"locale": "nl_BE",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "XX%",
|
||||
"format": "XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "0%",
|
||||
"format": "0%"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 Nov–1 Dec",
|
||||
"format": "20 nov. t/m 1 dec."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX Nov–XX Dec",
|
||||
"format": "XX nov. t/m XX dec."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX Nov",
|
||||
"format": "XX t/m XX nov."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX November–XX December",
|
||||
"format": "XX november t/m XX december"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 November–1 December",
|
||||
"format": "20 november t/m 1 december"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX November",
|
||||
"format": "XX t/m XX november"
|
||||
},
|
||||
{
|
||||
"en_GB": "From 20 November to 1 December",
|
||||
"format": "Van 20 november t/m 1 december"
|
||||
},
|
||||
{
|
||||
"en_GB": "From XX November to XX December",
|
||||
"format": "Van XX november t/m XX december"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"locale": "nl_NL",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "XX%",
|
||||
"format": "XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "0%",
|
||||
"format": "0%"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 Nov–1 Dec",
|
||||
"format": "20 nov. t/m 1 dec."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX Nov–XX Dec",
|
||||
"format": "XX nov. t/m XX dec."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX Nov",
|
||||
"format": "XX t/m XX nov."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX November–XX December",
|
||||
"format": "XX november t/m XX december"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 November–1 December",
|
||||
"format": "20 november t/m 1 december"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX November",
|
||||
"format": "XX t/m XX november"
|
||||
},
|
||||
{
|
||||
"en_GB": "From 20 November to 1 December",
|
||||
"format": "Van 20 november t/m 1 december"
|
||||
},
|
||||
{
|
||||
"en_GB": "From XX November to XX December",
|
||||
"format": "Van XX november t/m XX december"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"locale": "pl_PL",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "XX%",
|
||||
"format": "XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "0%",
|
||||
"format": "0%"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 Nov–1 Dec",
|
||||
"format": "20 listopada od 1 grudnia",
|
||||
"note": "Use hyphen as last resort for spacing"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX Nov–XX Dec",
|
||||
"format": "XX listopada od XX grudnia",
|
||||
"note": "XX listopada–XX grudnia"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX Nov",
|
||||
"format": "XX od XX listopada",
|
||||
"note": "XX–XX listopada"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX November–XX December",
|
||||
"format": "XX listopada od XX grudnia",
|
||||
"note": "XX listopada–XX grudnia"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 November–1 December",
|
||||
"format": "20 listopada od 1 grudnia",
|
||||
"note": "20 listopada–1 grudnia"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX November",
|
||||
"format": "XX od XX listopada",
|
||||
"note": "XX–XX listopada"
|
||||
},
|
||||
{
|
||||
"en_GB": "From 20 November to 1 December",
|
||||
"format": "Od 20 listopada do 1 grudnia",
|
||||
"note": "Always write dates with full month name (e.g. '9 do 12 marca', not '9-12 Mar')."
|
||||
},
|
||||
{
|
||||
"en_GB": "From XX November to XX December",
|
||||
"format": "Od XX listopada do XX grudnia",
|
||||
"note": "Always write dates with full month name (e.g. '9 do 12 marca', not '9-12 Mar')."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"locale": "pt_PT",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "XX%",
|
||||
"format": "XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "0%",
|
||||
"format": "0%"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 Nov–1 Dec",
|
||||
"format": "20 nov. - 1 dez."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX Nov–XX Dec",
|
||||
"format": "XX nov. - XX dez."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX Nov",
|
||||
"format": "XX - XX nov."
|
||||
},
|
||||
{
|
||||
"en_GB": "XX November–XX December",
|
||||
"format": "XX de novembro a XX de dezembro"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 November–1 December",
|
||||
"format": "20 de novembro a 1 de dezembro"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX November",
|
||||
"format": "XX - XX novembro"
|
||||
},
|
||||
{
|
||||
"en_GB": "From 20 November to 1 December",
|
||||
"format": "De 20 de novembro a 1 de dezembro"
|
||||
},
|
||||
{
|
||||
"en_GB": "From XX November to XX December",
|
||||
"format": "De XX de novembro a XX de dezembro"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"locale": "sv_SE",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "XX%",
|
||||
"format": "XX %"
|
||||
},
|
||||
{
|
||||
"en_GB": "0%",
|
||||
"format": "0 %"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 Nov–1 Dec",
|
||||
"format": "20 nov–1 dec"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX Nov–XX Dec",
|
||||
"format": "XX nov–XX dec"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX Nov",
|
||||
"format": "XX–XX nov"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX November–XX December",
|
||||
"format": "XX november–XX december"
|
||||
},
|
||||
{
|
||||
"en_GB": "20 November–1 December",
|
||||
"format": "20 november–1 december"
|
||||
},
|
||||
{
|
||||
"en_GB": "XX–XX November",
|
||||
"format": "XX–XX november"
|
||||
},
|
||||
{
|
||||
"en_GB": "From 20 November to 1 December",
|
||||
"format": "20 november–1 december"
|
||||
},
|
||||
{
|
||||
"en_GB": "From XX November to XX December",
|
||||
"format": "XX november–XX december"
|
||||
}
|
||||
]
|
||||
}
|
||||
262
storage/amazon/ref/glossary/ca_ES_glossary.json
Normal file
262
storage/amazon/ref/glossary/ca_ES_glossary.json
Normal file
|
|
@ -0,0 +1,262 @@
|
|||
{
|
||||
"locale": "ca_ES",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "ofertes increïbles"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "descobreix les ofertes increïbles"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "grans ofertes"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "descobreix les grans ofertes"
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "ofertes increïbles"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "descobreix les ofertes increïbles"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "grans ofertes"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "descobreix les grans ofertes"
|
||||
},
|
||||
{
|
||||
"en_GB": "great deals",
|
||||
"term": "grans ofertes"
|
||||
},
|
||||
{
|
||||
"en_GB": "great products",
|
||||
"term": "productes increïbles"
|
||||
},
|
||||
{
|
||||
"en_GB": "Great deals on great products",
|
||||
"term": "Grans ofertes en productes increïbles"
|
||||
},
|
||||
{
|
||||
"en_GB": "deal",
|
||||
"term": "Oferta"
|
||||
},
|
||||
{
|
||||
"en_GB": "deals",
|
||||
"term": "Ofertes"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Descobreix les ofertes ara",
|
||||
"note": "Mass - TV OLV Radio only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Compra ara",
|
||||
"note": "Display, Onsite, Outbound"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Compra",
|
||||
"note": "YouTube only"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"term": "estalvia moltíssim"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big on",
|
||||
"term": "estalvia moltíssim en"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off",
|
||||
"term": "Estalvia fins a un XX %"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off on",
|
||||
"term": "Estalvia fins a un XX % en"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX%",
|
||||
"term": "Estalvia fins a un XX %"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% on",
|
||||
"term": "Estalvia fins a un XX % en"
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off",
|
||||
"term": "Estalvia fins a un XX %"
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off on",
|
||||
"term": "Estalvia fins a un XX % en"
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off",
|
||||
"term": "Estalvia fins a un XX %"
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off on",
|
||||
"term": "Estalvia fins a un XX % en"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off",
|
||||
"term": "Fins a un XX %",
|
||||
"note": "Use when short of space or time only"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off on",
|
||||
"term": "Fins a un XX % en",
|
||||
"note": "Use when short of space or time only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "Acaba el 2 de desembre",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "Acaba l'1 de desembre",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "Acaba el # de desembre",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts midnight",
|
||||
"term": "Comença a mitjanit",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Acaba aquesta mitjanit",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts Thursday",
|
||||
"term": "Comença dijous",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends Monday",
|
||||
"term": "Acaba dilluns",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "Fins al 2 de desembre",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "Fins a l'1 de desembre",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "Fins al # de desembre",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts midnight",
|
||||
"term": "Des d'aquesta mitjanit",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Fins aquesta mitjanit",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts Thursday",
|
||||
"term": "Des de dijous",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends Monday",
|
||||
"term": "Fins dilluns",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Black Friday Week",
|
||||
"term": "Setmana de Black Friday d'Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Black Friday Week",
|
||||
"term": "Setmana de Black Friday"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deal Days",
|
||||
"term": "Festa d’Ofertes de Primavera d'Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Spring Deal Days",
|
||||
"term": "Festa d’Ofertes de Primavera"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deals",
|
||||
"term": "Ofertes de Primavera d'Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Prime Big Deal Days",
|
||||
"term": "Festa d’Ofertes d’Amazon Prime"
|
||||
},
|
||||
{
|
||||
"en_GB": "Prime Big Deal Days",
|
||||
"term": "Festa d’Ofertes Prime"
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Prime Members.",
|
||||
"term": "Només per a clients de Prime."
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Amazon Prime Members.",
|
||||
"term": "Només per a clients d’Amazon Prime."
|
||||
},
|
||||
{
|
||||
"en_GB": "Feel like a big deal",
|
||||
"term": "Sent-te com una estrella"
|
||||
},
|
||||
{
|
||||
"en_GB": "Deal Hunter",
|
||||
"term": "caçador d'ofertes (Caça la teva oferta)",
|
||||
"note": "\"Caça la teva oferta\" preferred"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Deals",
|
||||
"term": "Ofertes d´última hora d'Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Deals",
|
||||
"term": "Ofertes d´última hora"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Gifts",
|
||||
"term": "Regals d'última hora a Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Gifts",
|
||||
"term": "Regals d'última hora"
|
||||
},
|
||||
{
|
||||
"en_GB": "While stocks last",
|
||||
"term": "Més informació a Amazon.es",
|
||||
"note": "Also check TM match as can differ by campaign and channel."
|
||||
},
|
||||
{
|
||||
"en_GB": "Selected products only",
|
||||
"term": "Més informació a Amazon.es"
|
||||
}
|
||||
]
|
||||
}
|
||||
308
storage/amazon/ref/glossary/de_AT_glossary.json
Normal file
308
storage/amazon/ref/glossary/de_AT_glossary.json
Normal file
|
|
@ -0,0 +1,308 @@
|
|||
{
|
||||
"locale": "de_AT",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "tolle Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "entdecke tolle Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "tolle Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "entdecke tolle Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "tolle Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "entdecke tolle Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "tolle Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "entdecke tolle Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "great deals",
|
||||
"term": "Tolle Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "great products",
|
||||
"term": "tolle Produkte"
|
||||
},
|
||||
{
|
||||
"en_GB": "Great deals on great products",
|
||||
"term": "Tolle Angebote, tolle Produkte"
|
||||
},
|
||||
{
|
||||
"en_GB": "deal",
|
||||
"term": "Angebot"
|
||||
},
|
||||
{
|
||||
"en_GB": "deals",
|
||||
"term": "Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Jetzt Angebote entdecken",
|
||||
"note": "Mass - TV OLV Radio only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Angebote entdecken",
|
||||
"note": "Display, Onsite, Outbound"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Einkaufen",
|
||||
"note": "YouTube only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Learn More",
|
||||
"term": "Mehr erfahren",
|
||||
"note": "Call to action"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"term": "spare so richtig"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big on",
|
||||
"term": "spare so richtig bei"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off",
|
||||
"term": "Spare bis zu XX %",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off on",
|
||||
"term": "Spare bis zu XX % bei",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX%",
|
||||
"term": "Spare bis zu XX %",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% on",
|
||||
"term": "Spare bis zu XX % bei",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off",
|
||||
"term": "Spare bis zu XX %",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off on",
|
||||
"term": "Spare bis zu XX % bei",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off",
|
||||
"term": "Spare bis zu XX %",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off on",
|
||||
"term": "Spare bis zu XX % bei",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off",
|
||||
"term": "Spare bis zu XX % bei",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off on",
|
||||
"term": "Spare bis zu XX %",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Save now",
|
||||
"term": "Jetzt sparen"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop top brands",
|
||||
"term": "Top Marken entdecken"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "Nur bis zum 2. Dezember",
|
||||
"note": "\"zum\" can be removed for short version, verify in TM"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "Nur bis zum 1. Dezember",
|
||||
"note": "\"zum\" can be removed for short version, verify in TM"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "Nur bis zum #. Dezember",
|
||||
"note": "\"zum\" can be removed for short version, verify in TM"
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts midnight",
|
||||
"term": "Ab Mitternacht"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Nur noch heute"
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts Thursday",
|
||||
"term": "Ab Donnerstag"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends Monday",
|
||||
"term": "Bis Montag"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "Endet am 2. Dezember",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "Endet am 1. Dezember",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "Endet am #. Dezember",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts midnight",
|
||||
"term": "Startet heute am Mitternacht",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Endet heute am Mitternacht",
|
||||
"note": "\"heute\" can be removed for short version, verify in TM"
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts Thursday",
|
||||
"term": "Startet am Donnerstag",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends Monday",
|
||||
"term": "Endet am Montag",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Search Amazon",
|
||||
"term": "Auf Amazon suchen"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Black Friday Week",
|
||||
"term": "Amazon Black Friday Woche"
|
||||
},
|
||||
{
|
||||
"en_GB": "Black Friday Week",
|
||||
"term": "Black Friday Woche"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deal Days",
|
||||
"term": "Amazon Frühlingsangebote",
|
||||
"note": "Use when event dates do not fall on Easter"
|
||||
},
|
||||
{
|
||||
"en_GB": "Spring Deal Days",
|
||||
"term": "Frühlingsangebote",
|
||||
"note": "Use when event dates do not fall on Easter"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deals",
|
||||
"term": "Amazon Frühlingsangebote",
|
||||
"note": "Use when event dates do not fall on Easter"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Prime Big Deal Days",
|
||||
"term": "Amazon Prime Deal Days"
|
||||
},
|
||||
{
|
||||
"en_GB": "Prime Big Deal Days",
|
||||
"term": "Prime Deal Days"
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Prime Members.",
|
||||
"term": "Exklusiv für Prime-Mitglieder."
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Amazon Prime Members.",
|
||||
"term": "Exklusiv für Amazon Prime-Mitglieder."
|
||||
},
|
||||
{
|
||||
"en_GB": "Feel like a big deal",
|
||||
"term": "Lasst euch feiern und spart so richtig"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ooooh!",
|
||||
"term": "Wooow!"
|
||||
},
|
||||
{
|
||||
"en_GB": "and so much more",
|
||||
"term": "und noch viel mehr"
|
||||
},
|
||||
{
|
||||
"en_GB": "Deal Hunter",
|
||||
"term": "Sparfuchs"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Deals",
|
||||
"term": "Amazon Last Minute Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Deals",
|
||||
"term": "Last Minute Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Gifts",
|
||||
"term": "Amazon Last Minute Geschenke"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Gifts",
|
||||
"term": "Last Minute Geschenke"
|
||||
},
|
||||
{
|
||||
"en_GB": "While stocks last",
|
||||
"term": "Nur solange der Vorrat reicht",
|
||||
"note": "Also check TM match as can differ by campaign and channel."
|
||||
},
|
||||
{
|
||||
"en_GB": "Selected products only",
|
||||
"term": "Nur auf ausgewählte Produkte"
|
||||
},
|
||||
{
|
||||
"en_GB": "free trial / free period",
|
||||
"term": "Gratiszeitraum",
|
||||
"note": "Legal requirement. Do not use \"Testversion\", \"Probeabo\", or \"Trial\"."
|
||||
},
|
||||
{
|
||||
"en_GB": "discover / enjoy Prime",
|
||||
"term": "Prime entdecken",
|
||||
"note": "Legal requirement. Use instead of \"testen\" or \"probieren\"."
|
||||
},
|
||||
{
|
||||
"en_GB": "renew (Prime subscription)",
|
||||
"term": "fortsetzen",
|
||||
"note": "Legal requirement. Do not use \"erneuern\" or \"verlängern\"."
|
||||
}
|
||||
]
|
||||
}
|
||||
308
storage/amazon/ref/glossary/de_DE_glossary.json
Normal file
308
storage/amazon/ref/glossary/de_DE_glossary.json
Normal file
|
|
@ -0,0 +1,308 @@
|
|||
{
|
||||
"locale": "de_DE",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "tolle Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "entdecke tolle Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "tolle Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "entdecke tolle Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "tolle Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "entdecke tolle Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "tolle Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "entdecke tolle Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "great deals",
|
||||
"term": "Tolle Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "great products",
|
||||
"term": "tolle Produkte"
|
||||
},
|
||||
{
|
||||
"en_GB": "Great deals on great products",
|
||||
"term": "Tolle Angebote, tolle Produkte"
|
||||
},
|
||||
{
|
||||
"en_GB": "deal",
|
||||
"term": "Angebot"
|
||||
},
|
||||
{
|
||||
"en_GB": "deals",
|
||||
"term": "Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Jetzt Angebote entdecken",
|
||||
"note": "Mass - TV OLV Radio only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Angebote entdecken",
|
||||
"note": "Display, Onsite, Outbound"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Einkaufen",
|
||||
"note": "YouTube only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Learn More",
|
||||
"term": "Mehr erfahren",
|
||||
"note": "Call to action"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"term": "spare so richtig"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big on",
|
||||
"term": "spare so richtig bei"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off",
|
||||
"term": "Spare bis zu XX %",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off on",
|
||||
"term": "Spare bis zu XX % bei",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX%",
|
||||
"term": "Spare bis zu XX %",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% on",
|
||||
"term": "Spare bis zu XX % bei",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off",
|
||||
"term": "Spare bis zu XX %",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off on",
|
||||
"term": "Spare bis zu XX % bei",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off",
|
||||
"term": "Spare bis zu XX %",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off on",
|
||||
"term": "Spare bis zu XX % bei",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off",
|
||||
"term": "Spare bis zu XX % bei",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off on",
|
||||
"term": "Spare bis zu XX %",
|
||||
"note": "Do not use \"Ersparnis\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Save now",
|
||||
"term": "Jetzt sparen"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop top brands",
|
||||
"term": "Top Marken entdecken"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "Nur bis zum 2. Dezember",
|
||||
"note": "\"zum\" can be removed for short version, verify in TM"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "Nur bis zum 1. Dezember",
|
||||
"note": "\"zum\" can be removed for short version, verify in TM"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "Nur bis zum #. Dezember",
|
||||
"note": "\"zum\" can be removed for short version, verify in TM"
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts midnight",
|
||||
"term": "Ab Mitternacht"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Nur noch heute"
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts Thursday",
|
||||
"term": "Ab Donnerstag"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends Monday",
|
||||
"term": "Bis Montag"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "Endet am 2. Dezember",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "Endet am 1. Dezember",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "Endet am #. Dezember",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts midnight",
|
||||
"term": "Startet heute am Mitternacht",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Endet heute am Mitternacht",
|
||||
"note": "\"heute\" can be removed for short version, verify in TM"
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts Thursday",
|
||||
"term": "Startet am Donnerstag",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends Monday",
|
||||
"term": "Endet am Montag",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Search Amazon",
|
||||
"term": "Auf Amazon suchen"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Black Friday Week",
|
||||
"term": "Amazon Black Friday Woche"
|
||||
},
|
||||
{
|
||||
"en_GB": "Black Friday Week",
|
||||
"term": "Black Friday Woche"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deal Days",
|
||||
"term": "Amazon Frühlingsangebote",
|
||||
"note": "Use when event dates do not fall on Easter"
|
||||
},
|
||||
{
|
||||
"en_GB": "Spring Deal Days",
|
||||
"term": "Frühlingsangebote",
|
||||
"note": "Use when event dates do not fall on Easter"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deals",
|
||||
"term": "Amazon Frühlingsangebote",
|
||||
"note": "Use when event dates do not fall on Easter"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Prime Big Deal Days",
|
||||
"term": "Amazon Prime Deal Days"
|
||||
},
|
||||
{
|
||||
"en_GB": "Prime Big Deal Days",
|
||||
"term": "Prime Deal Days"
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Prime Members.",
|
||||
"term": "Exklusiv für Prime-Mitglieder."
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Amazon Prime Members.",
|
||||
"term": "Exklusiv für Amazon Prime-Mitglieder."
|
||||
},
|
||||
{
|
||||
"en_GB": "Feel like a big deal",
|
||||
"term": "Lasst euch feiern und spart so richtig"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ooooh!",
|
||||
"term": "Wooow!"
|
||||
},
|
||||
{
|
||||
"en_GB": "and so much more",
|
||||
"term": "und noch viel mehr"
|
||||
},
|
||||
{
|
||||
"en_GB": "Deal Hunter",
|
||||
"term": "Sparfuchs"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Deals",
|
||||
"term": "Amazon Last Minute Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Deals",
|
||||
"term": "Last Minute Angebote"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Gifts",
|
||||
"term": "Amazon Last Minute Geschenke"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Gifts",
|
||||
"term": "Last Minute Geschenke"
|
||||
},
|
||||
{
|
||||
"en_GB": "While stocks last",
|
||||
"term": "Nur solange der Vorrat reicht",
|
||||
"note": "Also check TM match as can differ by campaign and channel."
|
||||
},
|
||||
{
|
||||
"en_GB": "Selected products only",
|
||||
"term": "Nur auf ausgewählte Produkte"
|
||||
},
|
||||
{
|
||||
"en_GB": "free trial / free period",
|
||||
"term": "Gratiszeitraum",
|
||||
"note": "Legal requirement. Do not use \"Testversion\", \"Probeabo\", or \"Trial\"."
|
||||
},
|
||||
{
|
||||
"en_GB": "discover / enjoy Prime",
|
||||
"term": "Prime entdecken",
|
||||
"note": "Legal requirement. Use instead of \"testen\" or \"probieren\"."
|
||||
},
|
||||
{
|
||||
"en_GB": "renew (Prime subscription)",
|
||||
"term": "fortsetzen",
|
||||
"note": "Legal requirement. Do not use \"erneuern\" or \"verlängern\"."
|
||||
}
|
||||
]
|
||||
}
|
||||
297
storage/amazon/ref/glossary/es_ES_glossary.json
Normal file
297
storage/amazon/ref/glossary/es_ES_glossary.json
Normal file
|
|
@ -0,0 +1,297 @@
|
|||
{
|
||||
"locale": "es_ES",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "ofertas increíbles"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "descubre las ofertas increíbles"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "grandes ofertas"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "descubre las grandes ofertas"
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "ofertas increíbles"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "descubre las ofertas increíbles"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "grandes ofertas"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "descubre las grandes ofertas"
|
||||
},
|
||||
{
|
||||
"en_GB": "great deals",
|
||||
"term": "Grandes ofertas"
|
||||
},
|
||||
{
|
||||
"en_GB": "great products",
|
||||
"term": "productos increíbles"
|
||||
},
|
||||
{
|
||||
"en_GB": "Great deals on great products",
|
||||
"term": "Grandes ofertas en productos increíbles"
|
||||
},
|
||||
{
|
||||
"en_GB": "deal",
|
||||
"term": "Oferta"
|
||||
},
|
||||
{
|
||||
"en_GB": "deals",
|
||||
"term": "Ofertas"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Descubre las ofertas ahora",
|
||||
"note": "Mass - TV OLV Radio only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Compra ahora",
|
||||
"note": "Display, Onsite, Outbound"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Compra",
|
||||
"note": "YouTube only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Learn More",
|
||||
"term": "Ver más",
|
||||
"note": "Call to action"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"term": "ahorra a lo grande"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big on",
|
||||
"term": "ahorra a lo grande en"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off",
|
||||
"term": "Ahorra hasta un XX %"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off on",
|
||||
"term": "Ahorra hasta un XX % en"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX%",
|
||||
"term": "Ahorra hasta un XX %"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% on",
|
||||
"term": "Ahorra hasta un XX % en"
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off",
|
||||
"term": "Ahorra hasta un XX %"
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off on",
|
||||
"term": "Ahorra hasta un XX % en"
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off",
|
||||
"term": "Ahorra hasta un XX %"
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off on",
|
||||
"term": "Ahorra hasta un XX % en"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off",
|
||||
"term": "Hasta un -XX %",
|
||||
"note": "Use when short of space or time only"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off on",
|
||||
"term": "Hasta un -XX % en",
|
||||
"note": "Use when short of space or time only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save now",
|
||||
"term": "Empieza a ahorrar"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop top brands",
|
||||
"term": "Ver marcas top"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "Termina el 2 de diciembre",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "Termina el 1 de diciembre",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "Termina el # de diciembre",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts midnight",
|
||||
"term": "Empieza a medianoche",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Termina esta medianoche",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts Thursday",
|
||||
"term": "Empieza el jueves",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends Monday",
|
||||
"term": "Termina el lunes",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "Hasta el 2 de diciembre",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "Hasta el 1 de diciembre",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "Hasta el # de diciembre",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts midnight",
|
||||
"term": "Desde esta medianoche",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Hasta esta medianoche",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts Thursday",
|
||||
"term": "Desde el jueves",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends Monday",
|
||||
"term": "Hasta el lunes",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Search Amazon",
|
||||
"term": "Buscar en Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Black Friday Week",
|
||||
"term": "Semana de Black Friday de Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Black Friday Week",
|
||||
"term": "Semana de Black Friday"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deal Days",
|
||||
"term": "Fiesta de Ofertas de Primavera de Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Spring Deal Days",
|
||||
"term": "Fiesta de Ofertas de Primavera"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deals",
|
||||
"term": "Ofertas de Primavera de Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Prime Big Deal Days",
|
||||
"term": "Fiesta de Ofertas Amazon Prime"
|
||||
},
|
||||
{
|
||||
"en_GB": "Prime Big Deal Days",
|
||||
"term": "Fiesta de Ofertas Prime"
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Prime Members.",
|
||||
"term": "Exclusivamente para clientes Prime."
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Amazon Prime Members.",
|
||||
"term": "Exclusivamente para clientes Amazon Prime."
|
||||
},
|
||||
{
|
||||
"en_GB": "Feel like a big deal",
|
||||
"term": "Siéntete como una estrella"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ooooh!",
|
||||
"term": "¡Guauu!"
|
||||
},
|
||||
{
|
||||
"en_GB": "and so much more",
|
||||
"term": "y mucho más"
|
||||
},
|
||||
{
|
||||
"en_GB": "Deal Hunter",
|
||||
"term": "cazaofertas",
|
||||
"note": "Written as one word (compound noun, invariable)"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Deals",
|
||||
"term": "Ofertas de última hora de Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Deals",
|
||||
"term": "Ofertas de última hora"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Gifts",
|
||||
"term": "Regalos de última hora en Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Gifts",
|
||||
"term": "Regalos de última hora"
|
||||
},
|
||||
{
|
||||
"en_GB": "While stocks last",
|
||||
"term": "Más información en Amazon.es",
|
||||
"note": "Also check TM match as can differ by campaign and channel."
|
||||
},
|
||||
{
|
||||
"en_GB": "Selected products only",
|
||||
"term": "Más información en Amazon.es"
|
||||
},
|
||||
{
|
||||
"en_GB": "platform / online store",
|
||||
"term": "Tienda / Tienda online / Web / Website",
|
||||
"note": "Do not use \"plataforma\"."
|
||||
},
|
||||
{
|
||||
"en_GB": "selling partners",
|
||||
"term": "colaboradores comerciales",
|
||||
"note": "Do not use \"proveedores\" or \"vendedores\"."
|
||||
}
|
||||
]
|
||||
}
|
||||
279
storage/amazon/ref/glossary/fr_BE_glossary.json
Normal file
279
storage/amazon/ref/glossary/fr_BE_glossary.json
Normal file
|
|
@ -0,0 +1,279 @@
|
|||
{
|
||||
"locale": "fr_BE",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "super économies",
|
||||
"note": "locked format for use with non-Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "faites de super économies",
|
||||
"note": "locked format for use with non-Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "super économies",
|
||||
"note": "locked format for use with non-Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "faites de super économies",
|
||||
"note": "locked format for use with non-Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "Ventes Flash exceptionnelles",
|
||||
"note": "use only with Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "Découvrez des Ventes Flash exceptionnelles",
|
||||
"note": "use only with Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "Ventes Flash exceptionnelles",
|
||||
"note": "use only with Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "Découvrez des Ventes Flash exceptionnelles",
|
||||
"note": "use only with Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "great deals",
|
||||
"term": "super Ventes Flash"
|
||||
},
|
||||
{
|
||||
"en_GB": "great products",
|
||||
"term": "super produits"
|
||||
},
|
||||
{
|
||||
"en_GB": "Great deals on great products",
|
||||
"term": "De super Ventes Flash sur de super produits"
|
||||
},
|
||||
{
|
||||
"en_GB": "deal",
|
||||
"term": "Vente Flash"
|
||||
},
|
||||
{
|
||||
"en_GB": "deals",
|
||||
"term": "Ventes Flash"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Profitez-en maintenant",
|
||||
"note": "Mass - TV OLV Radio only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Achetez maintenant",
|
||||
"note": "Display"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Voir plus",
|
||||
"note": "YouTube, Onsite, Outbound only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Learn More",
|
||||
"term": "En savoir plus",
|
||||
"note": "Call to action"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"term": "faites de super économies"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big on",
|
||||
"term": "faites de super économies sur"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off",
|
||||
"term": "Économisez jusqu'à XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off on",
|
||||
"term": "Économisez jusqu'à XX% sur"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX%",
|
||||
"term": "Économisez jusqu'à XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% on",
|
||||
"term": "Économisez jusqu'à XX% sur"
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off",
|
||||
"term": "Jusqu'à XX% d'économies",
|
||||
"note": "Variant that's a bit shorter than \"Économisez jusqu'à XX%\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off on",
|
||||
"term": "Jusqu'à XX% d'économies sur",
|
||||
"note": "Variant that's a bit shorter than \"Économisez jusqu'à XX%\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off",
|
||||
"term": "Économisez jusqu'à XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off on",
|
||||
"term": "Économisez jusqu'à XX% sur"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off",
|
||||
"term": "Jusqu'à -XX%",
|
||||
"note": "Use when short of space or time only"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off on",
|
||||
"term": "Jusqu'à -XX% sur",
|
||||
"note": "Use when short of space or time only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save now",
|
||||
"term": "Économiser"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop top brands",
|
||||
"term": "Découvrir les grandes marques"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "Jusqu'au 2 décembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "Jusqu'au 1er décembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "Jusqu'au # décembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts midnight",
|
||||
"term": "À partir de ce soir minuit"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Jusqu'à ce soir minuit"
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts Thursday",
|
||||
"term": "À partir de jeudi"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends Monday",
|
||||
"term": "Jusqu'à lundi"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "Se termine le 2 décembre",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "Se termine le 1er décembre",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "Se termine le # décembre",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts midnight",
|
||||
"term": "Commence ce soir minuit",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Se termine ce soir minuit",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Search Amazon",
|
||||
"term": "Rechercher sur Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Black Friday Week",
|
||||
"term": "Black Friday Week Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Black Friday Week",
|
||||
"term": "Black Friday Week"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deal Days",
|
||||
"term": "Ventes Flash de Printemps Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Spring Deal Days",
|
||||
"term": "Ventes Flash de Printemps"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deals",
|
||||
"term": "Ventes Flash de Printemps Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Prime Big Deal Days",
|
||||
"term": "Jours Flash Amazon Prime"
|
||||
},
|
||||
{
|
||||
"en_GB": "Prime Big Deal Days",
|
||||
"term": "Jours Flash Prime"
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Prime Members.",
|
||||
"term": "Exclusivement pour les membres Prime."
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Amazon Prime Members.",
|
||||
"term": "Exclusivement pour les membres Amazon Prime."
|
||||
},
|
||||
{
|
||||
"en_GB": "Feel like a big deal",
|
||||
"term": "Devenez une vraie star"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ooooh!",
|
||||
"term": "Wow !"
|
||||
},
|
||||
{
|
||||
"en_GB": "and so much more",
|
||||
"term": "et bien plus encore"
|
||||
},
|
||||
{
|
||||
"en_GB": "Deal Hunter",
|
||||
"term": "chasseur de bonnes affaires"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Deals",
|
||||
"term": "Ventes Flash de décembre Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Deals",
|
||||
"term": "Ventes Flash de décembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Gifts",
|
||||
"term": "Cadeaux de dernière minute Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Gifts",
|
||||
"term": "Cadeaux de dernière minute"
|
||||
},
|
||||
{
|
||||
"en_GB": "While stocks last",
|
||||
"term": "Dans la limite des stocks disponibles",
|
||||
"note": "Also check TM match as can differ by campaign and channel."
|
||||
},
|
||||
{
|
||||
"en_GB": "Selected products only",
|
||||
"term": "Uniquement sur une sélection de produits"
|
||||
}
|
||||
]
|
||||
}
|
||||
284
storage/amazon/ref/glossary/fr_FR_glossary.json
Normal file
284
storage/amazon/ref/glossary/fr_FR_glossary.json
Normal file
|
|
@ -0,0 +1,284 @@
|
|||
{
|
||||
"locale": "fr_FR",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "super économies",
|
||||
"note": "locked format for use with non-Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "faites de super économies",
|
||||
"note": "locked format for use with non-Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "super économies",
|
||||
"note": "locked format for use with non-Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "faites de super économies",
|
||||
"note": "locked format for use with non-Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "Ventes Flash exceptionnelles",
|
||||
"note": "use only with Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "Découvrez des Ventes Flash exceptionnelles",
|
||||
"note": "use only with Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "Ventes Flash exceptionnelles",
|
||||
"note": "use only with Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "Découvrez des Ventes Flash exceptionnelles",
|
||||
"note": "use only with Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "great deals",
|
||||
"term": "super Ventes Flash"
|
||||
},
|
||||
{
|
||||
"en_GB": "great products",
|
||||
"term": "super produits"
|
||||
},
|
||||
{
|
||||
"en_GB": "Great deals on great products",
|
||||
"term": "De super Ventes Flash sur de super produits"
|
||||
},
|
||||
{
|
||||
"en_GB": "deal",
|
||||
"term": "Vente Flash"
|
||||
},
|
||||
{
|
||||
"en_GB": "deals",
|
||||
"term": "Ventes Flash"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Profitez-en maintenant",
|
||||
"note": "Mass - TV OLV Radio only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Achetez maintenant",
|
||||
"note": "Display"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Voir plus",
|
||||
"note": "YouTube, Onsite, Outbound only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Learn More",
|
||||
"term": "En savoir plus",
|
||||
"note": "Call to action"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"term": "faites de super économies"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big on",
|
||||
"term": "faites de super économies sur"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off",
|
||||
"term": "Économisez jusqu'à XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off on",
|
||||
"term": "Économisez jusqu'à XX% sur"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX%",
|
||||
"term": "Économisez jusqu'à XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% on",
|
||||
"term": "Économisez jusqu'à XX% sur"
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off",
|
||||
"term": "Jusqu'à XX% d'économies",
|
||||
"note": "Variant that's a bit shorter than \"Économisez jusqu'à XX%\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off on",
|
||||
"term": "Jusqu'à XX% d'économies sur",
|
||||
"note": "Variant that's a bit shorter than \"Économisez jusqu'à XX%\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off",
|
||||
"term": "Économisez jusqu'à XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off on",
|
||||
"term": "Économisez jusqu'à XX% sur"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off",
|
||||
"term": "Jusqu'à -XX%",
|
||||
"note": "Use when short of space or time only"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off on",
|
||||
"term": "Jusqu'à -XX% sur",
|
||||
"note": "Use when short of space or time only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save now",
|
||||
"term": "Économiser"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop top brands",
|
||||
"term": "Découvrir les grandes marques"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "Jusqu'au 2 décembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "Jusqu'au 1er décembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "Jusqu'au # décembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts midnight",
|
||||
"term": "À partir de ce soir minuit"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Jusqu'à ce soir minuit"
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts Thursday",
|
||||
"term": "À partir de jeudi"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends Monday",
|
||||
"term": "Jusqu'à lundi"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "Se termine le 2 décembre",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "Se termine le 1er décembre",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "Se termine le # décembre",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts midnight",
|
||||
"term": "Commence ce soir minuit",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Se termine ce soir minuit",
|
||||
"note": "Less common. Prepositions are preferred over verbs. Verify in TM."
|
||||
},
|
||||
{
|
||||
"en_GB": "Search Amazon",
|
||||
"term": "Rechercher sur Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Black Friday Week",
|
||||
"term": "Black Friday Week Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Black Friday Week",
|
||||
"term": "Black Friday Week"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deal Days",
|
||||
"term": "Ventes Flash de Printemps Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Spring Deal Days",
|
||||
"term": "Ventes Flash de Printemps"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deals",
|
||||
"term": "Ventes Flash de Printemps Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Prime Big Deal Days",
|
||||
"term": "Jours Flash Amazon Prime"
|
||||
},
|
||||
{
|
||||
"en_GB": "Prime Big Deal Days",
|
||||
"term": "Jours Flash Prime"
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Prime Members.",
|
||||
"term": "Exclusivement pour les membres Prime."
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Amazon Prime Members.",
|
||||
"term": "Exclusivement pour les membres Amazon Prime."
|
||||
},
|
||||
{
|
||||
"en_GB": "Feel like a big deal",
|
||||
"term": "Devenez une vraie star"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ooooh!",
|
||||
"term": "Wow !"
|
||||
},
|
||||
{
|
||||
"en_GB": "and so much more",
|
||||
"term": "et bien plus encore"
|
||||
},
|
||||
{
|
||||
"en_GB": "Deal Hunter",
|
||||
"term": "chasseur de bonnes affaires"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Deals",
|
||||
"term": "Ventes Flash de décembre Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Deals",
|
||||
"term": "Ventes Flash de décembre"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Gifts",
|
||||
"term": "Cadeaux de dernière minute Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Gifts",
|
||||
"term": "Cadeaux de dernière minute"
|
||||
},
|
||||
{
|
||||
"en_GB": "While stocks last",
|
||||
"term": "Dans la limite des stocks disponibles",
|
||||
"note": "Also check TM match as can differ by campaign and channel."
|
||||
},
|
||||
{
|
||||
"en_GB": "Selected products only",
|
||||
"term": "Uniquement sur une sélection de produits"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Black Friday Week",
|
||||
"term": "*Semaine de Vendredi Noir",
|
||||
"note": "Always translate English only event names to French on supers ONLY as per Toubon law requirement. Not required for radio."
|
||||
}
|
||||
]
|
||||
}
|
||||
294
storage/amazon/ref/glossary/it_IT_glossary.json
Normal file
294
storage/amazon/ref/glossary/it_IT_glossary.json
Normal file
|
|
@ -0,0 +1,294 @@
|
|||
{
|
||||
"locale": "it_IT",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "offerte incredibili"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "approfitta di offerte incredibili"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "grandi offerte"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "approfitta di grandi offerte"
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "offerte incredibili"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "approfitta di offerte incredibili"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "grandi offerte"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "approfitta di grandi offerte"
|
||||
},
|
||||
{
|
||||
"en_GB": "great deals",
|
||||
"term": "Grandi offerte"
|
||||
},
|
||||
{
|
||||
"en_GB": "great products",
|
||||
"term": "tanti prodotti"
|
||||
},
|
||||
{
|
||||
"en_GB": "Great deals on great products",
|
||||
"term": "Grandi offerte su tanti prodotti"
|
||||
},
|
||||
{
|
||||
"en_GB": "deal",
|
||||
"term": "Offerta"
|
||||
},
|
||||
{
|
||||
"en_GB": "deals",
|
||||
"term": "Offerte"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Acquista ora"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Acquista"
|
||||
},
|
||||
{
|
||||
"en_GB": "Learn More",
|
||||
"term": "Scopri di più",
|
||||
"note": "Call to action"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"term": "risparmia alla grande"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big on",
|
||||
"term": "risparmia alla grande su"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off",
|
||||
"term": "Risparmia fino al XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off on",
|
||||
"term": "Risparmia fino al XX% su"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX%",
|
||||
"term": "Risparmia fino al XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% on",
|
||||
"term": "Risparmia fino al XX% su"
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off",
|
||||
"term": "Risparmia fino al XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off on",
|
||||
"term": "Risparmia fino al XX% su"
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off",
|
||||
"term": "Risparmia fino al XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off on",
|
||||
"term": "Risparmia fino al XX% su"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off",
|
||||
"term": "Fino al -XX%",
|
||||
"note": "Use when short of space or time only"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off on",
|
||||
"term": "Fino al -XX% su",
|
||||
"note": "Use when short of space or time only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save now",
|
||||
"term": "Risparmia ora"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop top brands",
|
||||
"term": "Acquista marchi top"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "Termina il 2 dicembre",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "Termina il 1 dicembre",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "Termina il # dicembre",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts midnight",
|
||||
"term": "Inizia a mezzanotte",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Termina a mezzanotte",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts Thursday",
|
||||
"term": "Inizia giovedì",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends Monday",
|
||||
"term": "Termina lunedì",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "Fino al 2 dicembre",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "Fino al 1 dicembre",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "Fino al # dicembre",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts midnight",
|
||||
"term": "Da mezzanotte",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Fino a mezzanotte",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts Thursday",
|
||||
"term": "Da giovedì",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends Monday",
|
||||
"term": "Fino a lunedì",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Search Amazon",
|
||||
"term": "Cerca su Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Black Friday Week",
|
||||
"term": "Settimana del Black Friday di Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Black Friday Week",
|
||||
"term": "Settimana del Black Friday"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deal Days",
|
||||
"term": "Festa delle Offerte di Primavera di Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Spring Deal Days",
|
||||
"term": "Festa delle Offerte di Primavera"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deals",
|
||||
"term": "Offerte di Primavera di Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Prime Big Deal Days",
|
||||
"term": "Festa delle Offerte Amazon Prime"
|
||||
},
|
||||
{
|
||||
"en_GB": "Prime Big Deal Days",
|
||||
"term": "Festa delle Offerte Prime"
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Prime Members.",
|
||||
"term": "Solo per i clienti Prime."
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Amazon Prime Members.",
|
||||
"term": "Solo per i clienti Amazon Prime."
|
||||
},
|
||||
{
|
||||
"en_GB": "Feel like a big deal",
|
||||
"term": "Sentiti speciale"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ooooh!",
|
||||
"term": "Wooo!"
|
||||
},
|
||||
{
|
||||
"en_GB": "and so much more",
|
||||
"term": "e molto altro"
|
||||
},
|
||||
{
|
||||
"en_GB": "Deal Hunter",
|
||||
"term": "cacciatore di offerte"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Deals",
|
||||
"term": "Offerte dell'ultimo minuto di Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Deals",
|
||||
"term": "Offerte dell'ultimo minuto"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Gifts",
|
||||
"term": "Regali dell'ultimo minuto su Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Gifts",
|
||||
"term": "Regali dell'ultimo minuto"
|
||||
},
|
||||
{
|
||||
"en_GB": "While stocks last",
|
||||
"term": "Fino ad esaurimento scorte",
|
||||
"note": "Also check TM match as can differ by campaign and channel."
|
||||
},
|
||||
{
|
||||
"en_GB": "Selected products only",
|
||||
"term": "Condizioni delle offerte su Amazon.it"
|
||||
},
|
||||
{
|
||||
"en_GB": "free trial / free period",
|
||||
"term": "Periodo d'uso gratuito",
|
||||
"note": "Legal requirement. Do not use \"Prova gratuita\"."
|
||||
},
|
||||
{
|
||||
"en_GB": "platform / online store",
|
||||
"term": "sito",
|
||||
"note": "Do not use \"piattaforma\"."
|
||||
},
|
||||
{
|
||||
"en_GB": "Prime benefits included / at no extra cost",
|
||||
"term": "inclusi / senza costi aggiuntivi",
|
||||
"note": "Do not use \"gratis\" when referring to Prime benefits."
|
||||
}
|
||||
]
|
||||
}
|
||||
241
storage/amazon/ref/glossary/nl_BE_glossary.json
Normal file
241
storage/amazon/ref/glossary/nl_BE_glossary.json
Normal file
|
|
@ -0,0 +1,241 @@
|
|||
{
|
||||
"locale": "nl_BE",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "topdeals"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "shop topdeals"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "topdeals"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "shop topdeals"
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "topdeals"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "shop topdeals"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "topdeals"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "shop topdeals"
|
||||
},
|
||||
{
|
||||
"en_GB": "great deals",
|
||||
"term": "Topdeals"
|
||||
},
|
||||
{
|
||||
"en_GB": "great products",
|
||||
"term": "topproducten"
|
||||
},
|
||||
{
|
||||
"en_GB": "Great deals on great products",
|
||||
"term": "Topdeals op topproducten"
|
||||
},
|
||||
{
|
||||
"en_GB": "deal",
|
||||
"term": "Deal"
|
||||
},
|
||||
{
|
||||
"en_GB": "deals",
|
||||
"term": "Deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Shop nu"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Shop nu"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Shop nu"
|
||||
},
|
||||
{
|
||||
"en_GB": "Learn More",
|
||||
"term": "Ontdek nu",
|
||||
"note": "Call to action"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"term": "bespaar maximaal",
|
||||
"note": "\"bespaar veel\" is the older version of this"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big on",
|
||||
"term": "bespaar maximaal op"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off",
|
||||
"term": "Bespaar tot XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off on",
|
||||
"term": "Bespaar tot XX% op"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX%",
|
||||
"term": "Bespaar tot XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% on",
|
||||
"term": "Bespaar tot XX% op"
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off",
|
||||
"term": "Tot XX% korting"
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off on",
|
||||
"term": "Tot XX% korting op"
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off",
|
||||
"term": "Bespaar tot XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off on",
|
||||
"term": "Bespaar tot XX% op"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off",
|
||||
"term": "Tot XX% korting"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off on",
|
||||
"term": "Tot XX% korting op"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save now",
|
||||
"term": "Bespaar nu"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop top brands",
|
||||
"term": "Shop topmerken"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "T/m 2 december"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "T/m 1 december"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "T/m # december"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Tot middernacht"
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts Thursday",
|
||||
"term": "Vanaf donderdag"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends Monday",
|
||||
"term": "T/m maandag"
|
||||
},
|
||||
{
|
||||
"en_GB": "Search Amazon",
|
||||
"term": "Zoek op Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Black Friday Week",
|
||||
"term": "Amazon Black Friday Week"
|
||||
},
|
||||
{
|
||||
"en_GB": "Black Friday Week",
|
||||
"term": "Black Friday Week"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deal Days",
|
||||
"term": "Amazon Lente Deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "Spring Deal Days",
|
||||
"term": "Lente Deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deals",
|
||||
"term": "Amazon Lente Deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Prime Big Deal Days",
|
||||
"term": "Amazon Prime Deal Dagen"
|
||||
},
|
||||
{
|
||||
"en_GB": "Prime Big Deal Days",
|
||||
"term": "Prime Deal Dagen"
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Prime Members.",
|
||||
"term": "Exclusief voor Prime-leden."
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Amazon Prime Members.",
|
||||
"term": "Exclusief voor Amazon Prime-leden."
|
||||
},
|
||||
{
|
||||
"en_GB": "Feel like a big deal",
|
||||
"term": "Je wordt er euforisch van"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ooooh!",
|
||||
"term": "Waauw!"
|
||||
},
|
||||
{
|
||||
"en_GB": "and so much more",
|
||||
"term": "en nog heel veel meer"
|
||||
},
|
||||
{
|
||||
"en_GB": "Deal Hunter",
|
||||
"term": "koopjesjager"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Deals",
|
||||
"term": "Amazon Last Minute Deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Deals",
|
||||
"term": "Last Minute Deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Gifts",
|
||||
"term": "Amazon Last Minute Cadeaus"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Gifts",
|
||||
"term": "Last Minute Cadeaus"
|
||||
},
|
||||
{
|
||||
"en_GB": "While stocks last",
|
||||
"term": "Zolang de voorraad strekt",
|
||||
"note": "Also check TM match as can differ by campaign and channel."
|
||||
},
|
||||
{
|
||||
"en_GB": "Selected products only",
|
||||
"term": "Alleen op geselecteerde producten"
|
||||
},
|
||||
{
|
||||
"en_GB": "Flash deals",
|
||||
"term": "Flash deals",
|
||||
"note": "Keep in English. Do not use \"Flash sales\"."
|
||||
}
|
||||
]
|
||||
}
|
||||
240
storage/amazon/ref/glossary/nl_NL_glossary.json
Normal file
240
storage/amazon/ref/glossary/nl_NL_glossary.json
Normal file
|
|
@ -0,0 +1,240 @@
|
|||
{
|
||||
"locale": "nl_NL",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "geweldige deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "shop geweldige deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "geweldige deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "shop geweldige deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "geweldige deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "shop geweldige deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "geweldige deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "shop geweldige deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "great deals",
|
||||
"term": "Geweldige deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "great products",
|
||||
"term": "geweldige producten"
|
||||
},
|
||||
{
|
||||
"en_GB": "Great deals on great products",
|
||||
"term": "Geweldige deals op geweldige producten"
|
||||
},
|
||||
{
|
||||
"en_GB": "deal",
|
||||
"term": "Deal"
|
||||
},
|
||||
{
|
||||
"en_GB": "deals",
|
||||
"term": "Deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Shop nu"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Shop nu"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Shop nu"
|
||||
},
|
||||
{
|
||||
"en_GB": "Learn More",
|
||||
"term": "Ontdek nu",
|
||||
"note": "Call to action"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"term": "krijg heel veel korting"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big on",
|
||||
"term": "krijg heel veel korting op"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off",
|
||||
"term": "Krijg tot XX% korting"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off on",
|
||||
"term": "Krijg tot XX% korting op"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX%",
|
||||
"term": "Krijg tot XX% korting"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% on",
|
||||
"term": "Krijg tot XX% korting op"
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off",
|
||||
"term": "Tot XX% korting"
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off on",
|
||||
"term": "Tot XX% korting op"
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off",
|
||||
"term": "Krijg tot XX% korting"
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off on",
|
||||
"term": "Krijg tot XX% korting op"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off",
|
||||
"term": "Tot XX% korting"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off on",
|
||||
"term": "Tot XX% korting op"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save now",
|
||||
"term": "Bespaar nu"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop top brands",
|
||||
"term": "Shop topmerken"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "T/m 2 december"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "T/m 1 december"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "T/m # december"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Tot middernacht"
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts Thursday",
|
||||
"term": "Vanaf donderdag"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends Monday",
|
||||
"term": "T/m maandag"
|
||||
},
|
||||
{
|
||||
"en_GB": "Search Amazon",
|
||||
"term": "Zoek op Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Black Friday Week",
|
||||
"term": "Amazon Black Friday Week"
|
||||
},
|
||||
{
|
||||
"en_GB": "Black Friday Week",
|
||||
"term": "Black Friday Week"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deal Days",
|
||||
"term": "Amazon Lente Deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "Spring Deal Days",
|
||||
"term": "Lente Deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deals",
|
||||
"term": "Amazon Lente Deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Prime Big Deal Days",
|
||||
"term": "Amazon Prime Deal Dagen"
|
||||
},
|
||||
{
|
||||
"en_GB": "Prime Big Deal Days",
|
||||
"term": "Prime Deal Dagen"
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Prime Members.",
|
||||
"term": "Exclusief voor Prime-leden."
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Amazon Prime Members.",
|
||||
"term": "Exclusief voor Amazon Prime-leden."
|
||||
},
|
||||
{
|
||||
"en_GB": "Feel like a big deal",
|
||||
"term": "Voel je een big deal"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ooooh!",
|
||||
"term": "Wow!"
|
||||
},
|
||||
{
|
||||
"en_GB": "and so much more",
|
||||
"term": "en nog heel veel meer"
|
||||
},
|
||||
{
|
||||
"en_GB": "Deal Hunter",
|
||||
"term": "koopjesjager"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Deals",
|
||||
"term": "Amazon Last Minute Deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Deals",
|
||||
"term": "Last Minute Deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Gifts",
|
||||
"term": "Amazon Last Minute Cadeaus"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Gifts",
|
||||
"term": "Last Minute Cadeaus"
|
||||
},
|
||||
{
|
||||
"en_GB": "While stocks last",
|
||||
"term": "Zolang de voorraad strekt",
|
||||
"note": "Also check TM match as can differ by campaign and channel."
|
||||
},
|
||||
{
|
||||
"en_GB": "Selected products only",
|
||||
"term": "Alleen op geselecteerde producten"
|
||||
},
|
||||
{
|
||||
"en_GB": "Flash deals",
|
||||
"term": "Flash deals",
|
||||
"note": "Keep in English. Do not use \"Flash sales\"."
|
||||
}
|
||||
]
|
||||
}
|
||||
248
storage/amazon/ref/glossary/pl_PL_glossary.json
Normal file
248
storage/amazon/ref/glossary/pl_PL_glossary.json
Normal file
|
|
@ -0,0 +1,248 @@
|
|||
{
|
||||
"locale": "pl_PL",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "imponujące okazje"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "sprawdź imponujące okazje"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "imponujące okazje"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "sprawdź imponujące okazje"
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "imponujące okazje"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "sprawdź imponujące okazje"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "imponujące okazje"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "sprawdź imponujące okazje"
|
||||
},
|
||||
{
|
||||
"en_GB": "great deals",
|
||||
"term": "Imponujące okazje"
|
||||
},
|
||||
{
|
||||
"en_GB": "great products",
|
||||
"term": "super produkty"
|
||||
},
|
||||
{
|
||||
"en_GB": "Great deals on great products",
|
||||
"term": "Imponujące okazje na super produkty"
|
||||
},
|
||||
{
|
||||
"en_GB": "deal",
|
||||
"term": "Okazja"
|
||||
},
|
||||
{
|
||||
"en_GB": "deals",
|
||||
"term": "Okazje"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Sprawdź teraz",
|
||||
"note": "Mass - TV OLV Radio"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Zamów teraz",
|
||||
"note": "Display, Onsite, Outbound"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Zamów",
|
||||
"note": "YouTube only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Learn More",
|
||||
"term": "Dowiedz się więcej",
|
||||
"note": "Call to action"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"term": "oszczędzaj jeszcze więcej"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big on",
|
||||
"term": "oszczędzaj jeszcze więcej na"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off",
|
||||
"term": "Oszczędzaj do XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off on",
|
||||
"term": "Oszczędzaj do XX% na"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX%",
|
||||
"term": "Oszczędzaj do XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% on",
|
||||
"term": "Oszczędzaj do XX% na"
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off",
|
||||
"term": "Oszczędzaj do XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off on",
|
||||
"term": "Oszczędzaj do XX% na"
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off",
|
||||
"term": "Oszczędzaj do XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off on",
|
||||
"term": "Oszczędzaj do XX% na"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off",
|
||||
"term": "Oszczędzaj do XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off on",
|
||||
"term": "Oszczędzaj do XX% na"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save now",
|
||||
"term": "Oszczędzaj teraz"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop top brands",
|
||||
"term": "Odkryj najlepsze marki"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "Tylko do 2 grudnia"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "Tylko do 1 grudnia"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "Tylko do # grudnia"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Tylko do północy"
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts Thursday",
|
||||
"term": "Startujemy w czwartek"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends Monday",
|
||||
"term": "Tylko do poniedziałku"
|
||||
},
|
||||
{
|
||||
"en_GB": "Search Amazon",
|
||||
"term": "Szukaj na Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Black Friday Week",
|
||||
"term": "Amazon Black Friday Week"
|
||||
},
|
||||
{
|
||||
"en_GB": "Black Friday Week",
|
||||
"term": "Black Friday Week"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deal Days",
|
||||
"term": "Dni Wiosennych Okazji Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Spring Deal Days",
|
||||
"term": "Dni Wiosennych Okazji"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deals",
|
||||
"term": "Wiosenne Okazje Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Prime Big Deal Days",
|
||||
"term": "Wielkie Okazje Amazon Prime"
|
||||
},
|
||||
{
|
||||
"en_GB": "Prime Big Deal Days",
|
||||
"term": "Wielkie Okazje Prime"
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Prime Members.",
|
||||
"term": "Wyłącznie dla klientów Prime."
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Amazon Prime Members.",
|
||||
"term": "Wyłącznie dla klientów Amazon Prime."
|
||||
},
|
||||
{
|
||||
"en_GB": "Feel like a big deal",
|
||||
"term": "Poczuj się jak gwiazda"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ooooh!",
|
||||
"term": "Łaaaał!"
|
||||
},
|
||||
{
|
||||
"en_GB": "and so much more",
|
||||
"term": "i nie tylko"
|
||||
},
|
||||
{
|
||||
"en_GB": "Deal Hunter",
|
||||
"term": "Łowca Okazji",
|
||||
"note": "Capitalized (Okazji = genitive singular)"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Deals",
|
||||
"term": "Świąteczne Okazje na Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Deals",
|
||||
"term": "Świąteczne Okazje"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Gifts",
|
||||
"term": "Prezenty Last Minute na Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Gifts",
|
||||
"term": "Prezenty Last Minute"
|
||||
},
|
||||
{
|
||||
"en_GB": "While stocks last",
|
||||
"term": "Tylko do wyczerpania zapasów",
|
||||
"note": "Also check TM match as can differ by campaign and channel."
|
||||
},
|
||||
{
|
||||
"en_GB": "Selected products only",
|
||||
"term": "Dotyczy wybranych produktów"
|
||||
},
|
||||
{
|
||||
"en_GB": "at low prices",
|
||||
"term": "zawsze niskie ceny"
|
||||
},
|
||||
{
|
||||
"en_GB": "savings / discount amount (PL approved)",
|
||||
"term": "Oszczędzasz / X zł taniej",
|
||||
"note": "Use instead of \"zniżka\", \"rabat\", \"upust\", or \"wyprzedaż\"."
|
||||
}
|
||||
]
|
||||
}
|
||||
292
storage/amazon/ref/glossary/pt_PT_glossary.json
Normal file
292
storage/amazon/ref/glossary/pt_PT_glossary.json
Normal file
|
|
@ -0,0 +1,292 @@
|
|||
{
|
||||
"locale": "pt_PT",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "ofertas incríveis"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "descubra ofertas incríveis"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "grandes ofertas"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "descubra grandes ofertas"
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "ofertas incríveis"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "descubra ofertas incríveis"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "grandes ofertas"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "descubra grandes ofertas"
|
||||
},
|
||||
{
|
||||
"en_GB": "great deals",
|
||||
"term": "Grandes ofertas"
|
||||
},
|
||||
{
|
||||
"en_GB": "great products",
|
||||
"term": "produtos incríveis"
|
||||
},
|
||||
{
|
||||
"en_GB": "Great deals on great products",
|
||||
"term": "Grandes ofertas em produtos incríveis"
|
||||
},
|
||||
{
|
||||
"en_GB": "deal",
|
||||
"term": "Oferta"
|
||||
},
|
||||
{
|
||||
"en_GB": "deals",
|
||||
"term": "Ofertas"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Descubra já todas as ofertas",
|
||||
"note": "Mass - TV OLV Radio only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Compre agora",
|
||||
"note": "Display, Onsite, Outbound"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Ver mais",
|
||||
"note": "YouTube only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Learn More",
|
||||
"term": "Ver mais",
|
||||
"note": "Call to action"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"term": "poupe em grande"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big on",
|
||||
"term": "poupe em grande em"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off",
|
||||
"term": "Poupe até XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off on",
|
||||
"term": "Poupe até XX% em"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX%",
|
||||
"term": "Poupe até XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% on",
|
||||
"term": "Poupe até XX% em"
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off",
|
||||
"term": "Poupe até XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off on",
|
||||
"term": "Poupe até XX% em"
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off",
|
||||
"term": "Poupe até XX%"
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off on",
|
||||
"term": "Poupe até XX% em"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off",
|
||||
"term": "Até -XX%",
|
||||
"note": "Use when short of space or time only"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off on",
|
||||
"term": "Até -XX% em",
|
||||
"note": "Use when short of space or time only"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save now",
|
||||
"term": "Poupe agora"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop top brands",
|
||||
"term": "Ver marcas top"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "Termina a 2 de dezembro",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "Termina a 1 de dezembro",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "Termina a # de dezembro",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts midnight",
|
||||
"term": "Começa esta noite",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Termina esta noite",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts Thursday",
|
||||
"term": "Começa quinta-feira",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends Monday",
|
||||
"term": "Termina segunda-feira",
|
||||
"note": "Verb format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "Até 2 de dezembro",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "Até 1 de dezembro",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "Até # de dezembro",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts midnight",
|
||||
"term": "A partir desta noite",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Até esta noite",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts Thursday",
|
||||
"term": "A partir de sexta-feira",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends Monday",
|
||||
"term": "Até segunda-feira",
|
||||
"note": "Preposition format - refer to TM for usage."
|
||||
},
|
||||
{
|
||||
"en_GB": "Search Amazon",
|
||||
"term": "Pesquisar na Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Black Friday Week",
|
||||
"term": "Semana da Black Friday da Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Black Friday Week",
|
||||
"term": "Semana da Black Friday"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deal Days",
|
||||
"term": "Festa de Ofertas de Primavera da Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Spring Deal Days",
|
||||
"term": "Festa de Ofertas de Primavera"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deals",
|
||||
"term": "Ofertas de Primavera da Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Prime Big Deal Days",
|
||||
"term": "Festa de Ofertas Amazon Prime"
|
||||
},
|
||||
{
|
||||
"en_GB": "Prime Big Deal Days",
|
||||
"term": "Festa de Ofertas Prime"
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Prime Members.",
|
||||
"term": "Exclusivo para clientes Prime."
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Amazon Prime Members.",
|
||||
"term": "Exclusivo para clientes Amazon Prime."
|
||||
},
|
||||
{
|
||||
"en_GB": "Feel like a big deal",
|
||||
"term": "Sinta-se uma verdadeira estrela"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ooooh!",
|
||||
"term": "Uauuu!"
|
||||
},
|
||||
{
|
||||
"en_GB": "and so much more",
|
||||
"term": "e muito mais"
|
||||
},
|
||||
{
|
||||
"en_GB": "Deal Hunter",
|
||||
"term": "caçador de ofertas",
|
||||
"note": "Literally \"hunter of deals\""
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Deals",
|
||||
"term": "Ofertas de última hora da Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Deals",
|
||||
"term": "Ofertas de última hora"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Gifts",
|
||||
"term": "Presentes de última hora na Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Gifts",
|
||||
"term": "Presentes de última hora"
|
||||
},
|
||||
{
|
||||
"en_GB": "While stocks last",
|
||||
"term": "Mais informações em Amazon.es",
|
||||
"note": "Also check TM match as can differ by campaign and channel."
|
||||
},
|
||||
{
|
||||
"en_GB": "Selected products only",
|
||||
"term": "Mais informações em Amazon.es"
|
||||
},
|
||||
{
|
||||
"en_GB": "subscribe (Prime)",
|
||||
"term": "subscrever",
|
||||
"note": "Do not use \"inscrever\" or \"aderir\"."
|
||||
}
|
||||
]
|
||||
}
|
||||
252
storage/amazon/ref/glossary/sv_SE_glossary.json
Normal file
252
storage/amazon/ref/glossary/sv_SE_glossary.json
Normal file
|
|
@ -0,0 +1,252 @@
|
|||
{
|
||||
"locale": "sv_SE",
|
||||
"entries": [
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "grymma erbjudanden",
|
||||
"note": "locked format for use with non-Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "shoppa grymma erbjudanden",
|
||||
"note": "locked format for use with non-Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "grymma erbjudanden",
|
||||
"note": "locked format for use with non-Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "shoppa grymma erbjudanden",
|
||||
"note": "locked format for use with non-Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "epic deals",
|
||||
"term": "exklusiv rea",
|
||||
"note": "use only with Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop epic deals",
|
||||
"term": "shoppa exklusiv rea",
|
||||
"note": "use only with Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "big deals",
|
||||
"term": "exklusiv rea",
|
||||
"note": "use only with Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "shop big deals",
|
||||
"term": "shoppa exklusiv rea",
|
||||
"note": "use only with Prime events"
|
||||
},
|
||||
{
|
||||
"en_GB": "great deals",
|
||||
"term": "Grymma erbjudanden"
|
||||
},
|
||||
{
|
||||
"en_GB": "great products",
|
||||
"term": "grymma produkter"
|
||||
},
|
||||
{
|
||||
"en_GB": "Great deals on great products",
|
||||
"term": "Grymma erbjudanden på grymma produkter"
|
||||
},
|
||||
{
|
||||
"en_GB": "deal",
|
||||
"term": "Erbjudandet"
|
||||
},
|
||||
{
|
||||
"en_GB": "deals",
|
||||
"term": "Erbjudanden"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Shoppa nu"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Shoppa nu"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop now",
|
||||
"term": "Shoppa nu"
|
||||
},
|
||||
{
|
||||
"en_GB": "Learn More",
|
||||
"term": "Läs mer",
|
||||
"note": "Call to action"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big",
|
||||
"term": "fynda"
|
||||
},
|
||||
{
|
||||
"en_GB": "save big on",
|
||||
"term": "fynda"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off",
|
||||
"term": "Spara upp till XX %"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% off on",
|
||||
"term": "Spara upp till XX % på"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX%",
|
||||
"term": "Spara upp till XX %"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save up to XX% on",
|
||||
"term": "Spara upp till XX % på"
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off",
|
||||
"term": "Upp till XX % rabatt"
|
||||
},
|
||||
{
|
||||
"en_GB": "Up to XX% off on",
|
||||
"term": "Upp till XX % rabatt på"
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off",
|
||||
"term": "Få upp till XX % rabatt"
|
||||
},
|
||||
{
|
||||
"en_GB": "Get up to XX% off on",
|
||||
"term": "Få upp till XX % rabatt på"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off",
|
||||
"term": "Upp till XX % rabatt"
|
||||
},
|
||||
{
|
||||
"en_GB": "[Get] [Up to] XX% off on",
|
||||
"term": "Upp till XX % rabatt på"
|
||||
},
|
||||
{
|
||||
"en_GB": "Save now",
|
||||
"term": "Fynda nu"
|
||||
},
|
||||
{
|
||||
"en_GB": "Shop top brands",
|
||||
"term": "Shoppa toppmärken"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 2nd of December",
|
||||
"term": "Slutar 2 december"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends 1st of December",
|
||||
"term": "Slutar 1 december"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends # of December",
|
||||
"term": "Slutar # december"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends midnight",
|
||||
"term": "Slutar vid midnatt"
|
||||
},
|
||||
{
|
||||
"en_GB": "Starts Thursday",
|
||||
"term": "Börjar på torsdag"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ends Monday",
|
||||
"term": "Slutar på måndag"
|
||||
},
|
||||
{
|
||||
"en_GB": "Search Amazon",
|
||||
"term": "Sök på Amazon"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Black Friday Week",
|
||||
"term": "Amazons Black Friday Week"
|
||||
},
|
||||
{
|
||||
"en_GB": "Black Friday Week",
|
||||
"term": "Black Friday Week"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deal Days",
|
||||
"term": "Amazons Spring Deal Days"
|
||||
},
|
||||
{
|
||||
"en_GB": "Spring Deal Days",
|
||||
"term": "Spring Deal Days"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Spring Deals",
|
||||
"term": "Amazons Spring Deals"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Prime Big Deal Days",
|
||||
"term": "Amazon Prime Deal Days"
|
||||
},
|
||||
{
|
||||
"en_GB": "Prime Big Deal Days",
|
||||
"term": "Prime Deal Days"
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Prime Members.",
|
||||
"term": "Exklusivt för Prime-medlemmar."
|
||||
},
|
||||
{
|
||||
"en_GB": "Exclusively for Amazon Prime Members.",
|
||||
"term": "Exklusivt för Amazon Prime-medlemmar."
|
||||
},
|
||||
{
|
||||
"en_GB": "Feel like a big deal",
|
||||
"term": "Känn dig som en stjärna"
|
||||
},
|
||||
{
|
||||
"en_GB": "Ooooh!",
|
||||
"term": "Wooow!"
|
||||
},
|
||||
{
|
||||
"en_GB": "and so much more",
|
||||
"term": "och så mycket mer"
|
||||
},
|
||||
{
|
||||
"en_GB": "Deal Hunter",
|
||||
"term": "fyndjägare"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Deals",
|
||||
"term": "Amazons Julerbjudanden"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Deals",
|
||||
"term": "Julerbjudanden"
|
||||
},
|
||||
{
|
||||
"en_GB": "Amazon Last Minute Gifts",
|
||||
"term": "Amazons sista minuten-klappar"
|
||||
},
|
||||
{
|
||||
"en_GB": "Last Minute Gifts",
|
||||
"term": "Sista minuten-klappar"
|
||||
},
|
||||
{
|
||||
"en_GB": "While stocks last",
|
||||
"term": "Endast utvalda produkter i lager",
|
||||
"note": "Also check TM match as can differ by campaign and channel."
|
||||
},
|
||||
{
|
||||
"en_GB": "Selected products only",
|
||||
"term": "Endast utvalda produkter i lager"
|
||||
},
|
||||
{
|
||||
"en_GB": "free trial / free period",
|
||||
"term": "gratis provperiod",
|
||||
"note": "Do not use \"gratis testperiod\" or a literal translation of \"free trial\"."
|
||||
},
|
||||
{
|
||||
"en_GB": "cancel anytime",
|
||||
"term": "ingen bindningstid"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"locale": "ca_ES",
|
||||
"all_locales": [
|
||||
"You must always localise proper names of people, characters, and protagonists to a locally equivalent name that matches the same demographic, age group, and gender as the source. Applies across all channels and media types.",
|
||||
"Don't write full stops after URLs at sentence end - e.g. 'Amazon.es.\" should be \"Amazon.es\""
|
||||
],
|
||||
"CA-ES": [
|
||||
"Align CA-ES copy with ES-ES copy as closely as possible."
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"locale": "de_AT",
|
||||
"all_locales": [
|
||||
"You must always localise proper names of people, characters, and protagonists to a locally equivalent name that matches the same demographic, age group, and gender as the source. Applies across all channels and media types.",
|
||||
"Don't write full stops after URLs at sentence end - e.g. 'Amazon.es.\" should be \"Amazon.es\""
|
||||
],
|
||||
"DE-AT": [
|
||||
"Avoid Anglicisms as much as possible; though they are often unavoidable in product categories.",
|
||||
"We can use both 'shoppen' and 'einkaufen'.",
|
||||
"Use informal language ('du') across all channels.",
|
||||
"Where possible, use the active voice and address the customer directly (e.g. 'Spare jetzt bis zu 50%' rather than 'Bis zu 50% sparen').",
|
||||
"Replace generic masculine or gender-specific terms with gender-neutral ones — ideally using smart replacements (e.g. 'Mein Konto' rather than 'Kundenkonto') or switching to plural. Avoid the gender colon ('Kund:innen') in consumer-facing communication for any channel other than PR.",
|
||||
"Event names: use an article where it improves readability; omit if not needed or if space is limited (e.g. 'Bald ist Prime Day', 'Angebote am Prime Day'). Article usage is case-by-case — consult the Amazon Marketing Manager.",
|
||||
"Do not use hyphens for event names using English terms (e.g. Prime Day). Use hyphens for DE-only event names (e.g. Oster-Angebote).",
|
||||
"Spring Deal Days: use 'Amazon Oster-Angebote' only when event dates fall on Easter; otherwise use 'Frühlingsangebote'.",
|
||||
"Prime-specific: For Prime Student, do not use 'Gratis' — say 'the first 6 months are paid by our sponsor'. Use hyphens for Prime-specific compounds (e.g. 'Prime-Angebote', 'Prime-Vorteile') but not for brand/program names (e.g. 'Prime Day', 'Prime Video')."
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"locale": "de_DE",
|
||||
"all_locales": [
|
||||
"You must always localise proper names of people, characters, and protagonists to a locally equivalent name that matches the same demographic, age group, and gender as the source. Applies across all channels and media types.",
|
||||
"Don't write full stops after URLs at sentence end - e.g. 'Amazon.es.\" should be \"Amazon.es\""
|
||||
],
|
||||
"DE-DE": [
|
||||
"Avoid Anglicisms as much as possible; though they are often unavoidable in product categories.",
|
||||
"We can use both 'shoppen' and 'einkaufen'.",
|
||||
"Use informal language ('du') across all channels.",
|
||||
"Where possible, use the active voice and address the customer directly (e.g. 'Spare jetzt bis zu 50%' rather than 'Bis zu 50% sparen').",
|
||||
"Replace generic masculine or gender-specific terms with gender-neutral ones — ideally using smart replacements (e.g. 'Mein Konto' rather than 'Kundenkonto') or switching to plural. Avoid the gender colon ('Kund:innen') in consumer-facing communication for any channel other than PR.",
|
||||
"Event names: use an article where it improves readability; omit if not needed or if space is limited (e.g. 'Bald ist Prime Day', 'Angebote am Prime Day').",
|
||||
"Do not use hyphens for event names using English terms (e.g. Prime Day). Use hyphens for DE-only event names (e.g. Oster-Angebote).",
|
||||
"Spring Deal Days: use 'Amazon Oster-Angebote' only when event dates fall on Easter; otherwise use 'Frühlingsangebote'.",
|
||||
"Prime-specific: For Prime free trial, do not use 'Gratis' — say 'the first 6 months are paid by our sponsor'. Use hyphens for Prime-specific compounds (e.g. 'Prime-Angebote', 'Prime-Vorteile') but not for brand/program names (e.g. 'Prime Day', 'Prime Video')."
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"locale": "es_ES",
|
||||
"all_locales": [
|
||||
"You must always localise proper names of people, characters, and protagonists to a locally equivalent name that matches the same demographic, age group, and gender as the source. Applies across all channels and media types.",
|
||||
"Don't write full stops after URLs at sentence end - e.g. 'Amazon.es.\" should be \"Amazon.es\""
|
||||
],
|
||||
"ES-ES": [
|
||||
"Use informal 'tú', not 'usted'.",
|
||||
"CRITICAL: Use 'ahorro(s)' or the verb 'ahorrar' for savings. Never use 'descuento' or 'de descuento' in any format, including lines with %.",
|
||||
"CRITICAL: Always replace Anglicisms with a localised equivalent that uses Spanish where a Spanish word is available.",
|
||||
"CRITICAL: Preference is 'Hasta el [date month]' on end date lines - use 'Termina[n] [date month]' if a repeition in the same script is caused by 'Hasta un XX%'-off wording.",
|
||||
"CRITICAL: Pair \"Hasta el xx\" with \"Desde el xx\" (prepositions) and \"Termina el xx\" with \"Comienza[n] el xx\" (verbs) for consistency."
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"locale": "fr_BE",
|
||||
"all_locales": [
|
||||
"You must always localise proper names of people, characters, and protagonists to a locally equivalent name that matches the same demographic, age group, and gender as the source. Applies across all channels and media types.",
|
||||
"Don't write full stops after URLs at sentence end - e.g. 'Amazon.es.\" should be \"Amazon.es\""
|
||||
],
|
||||
"FR-BE": [
|
||||
"CRITICAL: Always use 'économiser' / 'économies' for discounts. Never use 'de réduction' or 'réduction' in any format, including lines with % and even to fit syntax.",
|
||||
"Formal TOV ('vous').",
|
||||
"Offers and deals are always transcreated as 'Ventes Flash'. Use 'offre' only as a last resort when character limits apply.",
|
||||
"Do not use 'exceptionnelles' (e.g. 'ventes flash exceptionnelles') due to legal restrictions — except for PD (Prime Day), PBDD (Prime Big Deal Days) and PEAS (Prime Early Access Sale).",
|
||||
"All copy should be written and reviewed with the Belgian Voice of Amazon in mind.",
|
||||
"Do not use regionalisms, slang, or expressions that only part of the audience will relate to. Avoid regional dialects and accents to prevent excluding customers from other areas/provinces.",
|
||||
"Use 'vous', not 'tu'. Always use formal 'vous' when addressing customers, even in categories concerning children.",
|
||||
"When writing a CTA, always use infinitive verbs (e.g. 'Commander ici', not 'Commandez ici')."
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"locale": "fr_FR",
|
||||
"all_locales": [
|
||||
"You must always localise proper names of people, characters, and protagonists to a locally equivalent name that matches the same demographic, age group, and gender as the source. Applies across all channels and media types.",
|
||||
"Don't write full stops after URLs at sentence end - e.g. 'Amazon.es.\" should be \"Amazon.es\""
|
||||
],
|
||||
"FR-FR": [
|
||||
"CRITICAL: Always use 'économiser' / 'économies' for discounts. Never use 'de réduction' or 'réduction' in any format, including lines with % and even to fit syntax.",
|
||||
"Formal TOV ('vous').",
|
||||
"Offers and deals are always transcreated as 'Ventes Flash'. Use 'offre' only as a last resort when character limits apply.",
|
||||
"Do not use 'exceptionnelles' (e.g. 'ventes flash exceptionnelles') due to legal restrictions — except for PD (Prime Day), PBDD (Prime Big Deal Days) and PEAS (Prime Early Access Sale).",
|
||||
"Avoid Anglicisms (Toubon law): CRITICAL: Always replace Anglicisms with a localised equivalent that uses French where a French word is available.",
|
||||
"For sustainability claims, soften language. Do not use 'écologique, vert, responsable, neutre…' — use 'plus écologique, plus responsable…' or 'contribue à…' instead.",
|
||||
"When adapting percentage-off messages, tweak the line to use the verb 'économiser'.",
|
||||
"Preference is 'Jusqu'au [date month]' on end date lines - use 'Se termine[nt]' if a repeition is caused by 'jusqu'à XX%'-off wording.",
|
||||
"Pair \"Jusqu'au xx\" with \"A partir du xx\" (prepositions) and \"Se termine[nt] le xx\" with \"Commence[nt] le xx\" (verbs) for consistency."
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"locale": "it_IT",
|
||||
"all_locales": [
|
||||
"You must always localise proper names of people, characters, and protagonists to a locally equivalent name that matches the same demographic, age group, and gender as the source. Applies across all channels and media types.",
|
||||
"Don't write full stops after URLs at sentence end - e.g. 'Amazon.es.\" should be \"Amazon.es\""
|
||||
],
|
||||
"IT-IT": [
|
||||
"CRITICAL: Use 'offerte'. Do not use 'sconti', 'promozioni', or 'di sconto' in any format, including lines with %.",
|
||||
"For HVEs (e.g. Prime Day), 'offerte incredibili' is permitted.",
|
||||
"Informal TOV ('tu').",
|
||||
"When adapting percentage-off messages, tweak the line to use the verb 'risparmiare'.",
|
||||
"When mentioning Prime benefits, use 'inclusi' or 'senza costi aggiuntivi' — not 'gratis'. (See glossary.)",
|
||||
"Preference is 'Fino al [date month]' on end date lines - use 'Termina[no] [date month]' if a repeition is caused by 'Fino al %'-off wording.",
|
||||
"Pair \"Fino al xx\" with \"Dal xx\" (prepositions) and \"Termina il xx\" with \"Inizia[no] il xx\" (verbs) for consistency."
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"locale": "nl_BE",
|
||||
"all_locales": [
|
||||
"You must always localise proper names of people, characters, and protagonists to a locally equivalent name that matches the same demographic, age group, and gender as the source. Applies across all channels and media types.",
|
||||
"Don't write full stops after URLs at sentence end - e.g. 'Amazon.es.\" should be \"Amazon.es\""
|
||||
],
|
||||
"NL-BE": [
|
||||
"Use 'je', not 'u'. Conversational tone throughout.",
|
||||
"Always prefer 'deals' for deals.",
|
||||
"Use 'korting' for discounts, not 'sale'.",
|
||||
"Use 'Amazon Prime', not 'Prime', when referring to the Prime membership.",
|
||||
"All copy should be written and reviewed with the Belgian Voice of Amazon in mind.",
|
||||
"Do not use regionalisms, slang, or expressions that only part of the audience will relate to. Avoid regional dialects to prevent excluding customers from other areas/provinces.",
|
||||
"Write in Dutch (Flemish), not Dutch from the Netherlands. Avoid Netherlands-specific expressions (e.g. 'microgolf' not 'magnetron', 'zetel' not 'bank', 'confituur' not 'jam'). Use English terms where no suitable Flemish equivalent exists or where the English term carries meaningfully different connotation (e.g. 'tool' in a technological context).",
|
||||
"When writing a CTA, use third-person singular verbs (e.g. 'Ontdek hier', not 'Hier ontdekken')."
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"locale": "nl_NL",
|
||||
"all_locales": [
|
||||
"You must always localise proper names of people, characters, and protagonists to a locally equivalent name that matches the same demographic, age group, and gender as the source. Applies across all channels and media types.",
|
||||
"Don't write full stops after URLs at sentence end - e.g. 'Amazon.es.\" should be \"Amazon.es\""
|
||||
],
|
||||
"NL-NL": [
|
||||
"Use informal language ('jij'/'jullie'), not 'u'. Conversational tone throughout.",
|
||||
"Always prefer 'deals' for deals.",
|
||||
"Use 'korting' for discounts, not 'sale'.",
|
||||
"Use 'Amazon Prime', not 'Prime', when referring to the Prime membership."
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"locale": "pl_PL",
|
||||
"all_locales": [
|
||||
"You must always localise proper names of people, characters, and protagonists to a locally equivalent name that matches the same demographic, age group, and gender as the source. Applies across all channels and media types.",
|
||||
"Don't write full stops after URLs at sentence end - e.g. 'Amazon.es.\" should be \"Amazon.es\""
|
||||
],
|
||||
"PL-PL": [
|
||||
"For the CTA 'Shop now', use 'Zamów teraz' or 'Sprawdź teraz'. 'Odkryj okazje' is possible but not preferred.",
|
||||
"Use 'Zamawiaj', not 'Kup', when referring to shopping generally."
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"locale": "pt_PT",
|
||||
"all_locales": [
|
||||
"You must always localise proper names of people, characters, and protagonists to a locally equivalent name that matches the same demographic, age group, and gender as the source. Applies across all channels and media types.",
|
||||
"Don't write full stops after URLs at sentence end - e.g. 'Amazon.es.\" should be \"Amazon.es\""
|
||||
],
|
||||
"PT-PT": [
|
||||
"Use Portuguese (Portugal), not Portuguese (Brazil).",
|
||||
"Treat customers formally — but never use the word 'você' explicitly, as it is a marker of Brazilian Portuguese.",
|
||||
"Use the verb 'poupar' for savings (e.g. 'Poupe até XX%'). Do not use 'poupanças'. Use 'desconto' instead.",
|
||||
"'Amazon Prime' is masculine in Portuguese.",
|
||||
"Default to 'Amazon Prime' rather than just 'Prime', unless character restrictions apply.",
|
||||
"For Prime members: 'Clientes Prime'.",
|
||||
"Preference is 'Até [date month]' on end date lines - use 'Termina[m] [date month]' if a repeition is caused by 'até XX%'-off wording.",
|
||||
"Pair \"Até xx\" with \"Desde xx\" (prepositions) and \"Termina[m] el xx\" with \"Começa[m] xx\" (verbs) for consistency."
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"locale": "sv_SE",
|
||||
"all_locales": [
|
||||
"You must always localise proper names of people, characters, and protagonists to a locally equivalent name that matches the same demographic, age group, and gender as the source. Applies across all channels and media types.",
|
||||
"Don't write full stops after URLs at sentence end - e.g. 'Amazon.es.\" should be \"Amazon.es\""
|
||||
],
|
||||
"SV-SE": [
|
||||
"Use 'grymma', not 'fantastiska'.",
|
||||
"Use 'rabatt' when talking about percentages off.",
|
||||
"Use 'xxx kr', not 'xxxkr', when talking about prices.",
|
||||
"Use 'Amazon Prime', not 'Prime', when referring to the Prime membership.",
|
||||
"Translate deals as 'rea', 'erbjudanden', or 'deals'. 'Rea' is preferred for event names.",
|
||||
"'Fynda på + noun' is incorrect in Swedish — 'fynda' takes a direct object. Correct form: 'Fynda elektronik…' not 'Fynda på elektronik…'."
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,451 @@
|
|||
{
|
||||
"document": {
|
||||
"title": "Amazon TOV Guidelines for Transcreation",
|
||||
"version_note": "Condensed from original 290224. core_brand_principles and brand_archetypes removed (subsumed by tenets and program overviews). Shared styling rules extracted. Duplicate localisation preamble consolidated. Low-signal tenets removed. Two additions from Amazon Brand Guidelines Jul 2024: 'Don't try too hard' rule added to shared_styling_rules; 'Make it funny without making fun' sharpened to clarify self-deprecation direction. Amazon Brand Voice section added as fourth program.",
|
||||
"sections": [
|
||||
{
|
||||
"id": "critical_rules",
|
||||
"title": "Critical Rules — All Programs, All Locales",
|
||||
"rules": [
|
||||
"TOV must be positive even if the source is negative.",
|
||||
"You must not use negative sentence constructions on any Program VOICE (e.g. don't, can't, won't).",
|
||||
"Avoid advertising overclaims — superlatives, absolute range claims, assertions of total superiority. Where the source uses a hedge, preserve or strengthen it. Never drop it.",
|
||||
"Apply a consistent TOV across all creative touchpoints. If something is said a certain way in one channel, consider it for all channels unless technical constraints drive a difference."
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "shared_styling_rules",
|
||||
"title": "Shared Styling Rules — All Programs",
|
||||
"localisation_note": "We focus on the customer wherever they are. We adapt tone and messaging to meet cultural and linguistic conventions of each locale, while maintaining the shared denominators below. We are local in a universal way — we look for similarities in human experience, not differences.",
|
||||
"rules": [
|
||||
{
|
||||
"rule": "Say one thing",
|
||||
"description": "Single-minded, story-driven messages are more easily absorbed than facts or multiple messages. Every word must earn its place."
|
||||
},
|
||||
{
|
||||
"rule": "Active voice and direct address",
|
||||
"description": "Use active voice. Speak to customers as 'you' unless that sounds accusatory or scolding. Never shout at or demand things from customers.",
|
||||
"examples": {
|
||||
"do": [
|
||||
"Max out your space with low prices"
|
||||
],
|
||||
"dont": [
|
||||
"HEY YOU. SHOP NOW!"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"rule": "Be inclusive and respectful",
|
||||
"description": "Avoid language that excludes or disparages customers. Use gender-neutral language. Avoid U.S.-centric references.",
|
||||
"examples": {
|
||||
"do": [
|
||||
"Fast, free delivery on holiday essentials"
|
||||
],
|
||||
"dont": [
|
||||
"Fast, free delivery on Santa-approved gifts"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"rule": "Make it funny without making fun",
|
||||
"description": "Humour is smart, not slapstick. Charming, not cheap. We poke fun at ourselves — never at our customers. Never mean-spirited, never at anyone's expense."
|
||||
},
|
||||
{
|
||||
"rule": "Don't try too hard",
|
||||
"description": "Be more direct or functional when the context calls for it. Go easy on puns. Original copy is always stronger than a forced wink."
|
||||
},
|
||||
{
|
||||
"rule": "Don't close the loop",
|
||||
"description": "Customers are smart. They shouldn't have to make huge cognitive leaps, but let them fill in the gaps and finish the story."
|
||||
},
|
||||
{
|
||||
"rule": "Keep it true",
|
||||
"description": "Seek authenticity in situation, story, and casting. Avoid clichés and overused advertising language."
|
||||
},
|
||||
{
|
||||
"rule": "You don't have to sell to sell",
|
||||
"description": "Favour emotional storytelling over listing reasons and facts. Prefer peculiar to precious."
|
||||
},
|
||||
{
|
||||
"rule": "Positive social change",
|
||||
"description": "Strive to elevate and celebrate diverse voices and role models, decrease cultural bias, and lead positive social change. Aim for 'subtle inclusion' at minimum, 'changing the norms' at most direct."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "amazon_retail_voice",
|
||||
"title": "Amazon Retail Voice",
|
||||
"brand_attributes": [
|
||||
"Real",
|
||||
"Clear",
|
||||
"Playful",
|
||||
"Witty"
|
||||
],
|
||||
"overview": "Retail is the hardest working voice — it must message value, convenience, and selection in very few words, often in very small spaces. Helpful, snappy, joyful. Specific to category.",
|
||||
"core_mission": "Communicate value, convenience, and selection concisely. Improve customers' everyday lives in inventive ways.",
|
||||
"distinctive_rules": [
|
||||
{
|
||||
"rule": "Keep it real",
|
||||
"description": "Use authentic language anchored in real-life insights. Conversational, like talking over coffee. Never overhype or use jargon.",
|
||||
"examples": {
|
||||
"do": [
|
||||
"Wow, now that's a gift"
|
||||
],
|
||||
"dont": [
|
||||
"Great gifts at great prices"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"rule": "Add a wink",
|
||||
"description": "Spending less is fun and joyful — play up the fun.",
|
||||
"examples": {
|
||||
"do": [
|
||||
"More deals to drool over"
|
||||
],
|
||||
"dont": [
|
||||
"Great deals on dog food"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"rule": "Be specific",
|
||||
"description": "Copy must be original and specific to the category. Generic headlines that appear across multiple placements create a confusing customer journey.",
|
||||
"examples": {
|
||||
"do": [
|
||||
"Gift your heart out this Valentine's Day"
|
||||
],
|
||||
"dont": [
|
||||
"Find the perfect gift"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"rule": "Use 'we' in service of the customer only",
|
||||
"description": "When 'we' appears in customer-facing copy, it must always serve the customer — never brag or boast.",
|
||||
"examples": {
|
||||
"do": [
|
||||
"If you can dream it, we can low price it"
|
||||
],
|
||||
"dont": [
|
||||
"We deserve an award for low prices"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"tov_examples": [
|
||||
{
|
||||
"copy": "Your grocery list, for less",
|
||||
"note": "Clear, concise, customer-first."
|
||||
},
|
||||
{
|
||||
"copy": "Back to School is back",
|
||||
"note": "Everyday turns of phrase people can relate to."
|
||||
},
|
||||
{
|
||||
"copy": "Up to 40% off for big kids. / Up to 40% off for little kids. / Up to 40% off for everyone.",
|
||||
"note": "Inclusive language with a wink."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "prime_voice",
|
||||
"title": "Prime Voice",
|
||||
"brand_attributes": [
|
||||
"Optimistic",
|
||||
"Honest",
|
||||
"Self-aware",
|
||||
"Witty",
|
||||
"Relatable"
|
||||
],
|
||||
"overview": "Prime's audience leans younger. It is fearlessly honest, unapologetically cheeky, sometimes self-deprecating, and relatable with a wink. A transformative brand that makes every day better by exceeding customer expectations.",
|
||||
"golden_rule": "Lead with the benefit; end with the wink.",
|
||||
"bottom_line": "Whatever the messaging, it should always give the reader that smile — the one on all our boxes.",
|
||||
"shared_denominators_across_locales": [
|
||||
{
|
||||
"reason": "Prime is a transformative brand",
|
||||
"qualities": [
|
||||
"optimistic",
|
||||
"warm"
|
||||
]
|
||||
},
|
||||
{
|
||||
"reason": "Prime is an extension of the Amazon brand",
|
||||
"qualities": [
|
||||
"honest",
|
||||
"empathetic"
|
||||
]
|
||||
},
|
||||
{
|
||||
"reason": "Prime aspires to make every day better",
|
||||
"qualities": [
|
||||
"welcoming",
|
||||
"light-hearted, with a wink"
|
||||
]
|
||||
}
|
||||
],
|
||||
"distinctive_rules": [
|
||||
{
|
||||
"rule": "Lead with the benefit, end with the wink",
|
||||
"description": "Place the most critical information up front, then follow with a wink or twist to leave customers smiling.",
|
||||
"examples": {
|
||||
"do": [
|
||||
"Great TV, awesome movies. / Now your only problem is finding the remote."
|
||||
],
|
||||
"dont": [
|
||||
"Now your only problem is finding the remote. / Get great TV and awesome movies with Prime."
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"rule": "Be memorable, relatable, or emotional",
|
||||
"description": "Surprise customers with well-placed wit or a subtle relatable wink. Frame benefits in emotional, experiential ways — not as laundry lists.",
|
||||
"examples": {
|
||||
"do": [
|
||||
"Light bulbs delivered in a day / Edison would be proud"
|
||||
],
|
||||
"dont": [
|
||||
"Light bulbs delivered in a day / Welcome to fast, free delivery"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"rule": "Give it the squint test",
|
||||
"description": "Customers are likely reading on mobile. Keep copy direct and concise. Does it pop with intention, or is it too busy for its own good?",
|
||||
"examples": {
|
||||
"do": [
|
||||
"If the shoe fits, keep it. / CTA: Explore Try Before You Buy"
|
||||
],
|
||||
"dont": [
|
||||
"Get downright fancy with so many awesome fashion styles with Try Before You Buy"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"rule": "Never sacrifice clarity for wit",
|
||||
"description": "When character count is tight, clarity and key messaging always win over a wink.",
|
||||
"examples": {
|
||||
"do": [
|
||||
"Prime Day is June 7-8"
|
||||
],
|
||||
"dont": [
|
||||
"Carpe Prime Diem"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"rule": "When in doubt, talk it out",
|
||||
"description": "Read copy aloud and ask: Does it have a point of view? Does it resonate emotionally? Does it sound like casual conversation, or just another tagline? Can you imagine the human saying it? Would an elderly neighbour understand it over the fence? Are there idiomatic issues in other locales?"
|
||||
}
|
||||
],
|
||||
"tov_examples": [
|
||||
{
|
||||
"copy": "If you think you're excited, wait 'til your cat sees this box.",
|
||||
"note": "Smart humour. Relatable, warm."
|
||||
},
|
||||
{
|
||||
"copy": "Award-winning TV and One-day Delivery / Shame there's no awards for delivery.",
|
||||
"note": "Self-aware, self-deprecating with a wink."
|
||||
},
|
||||
{
|
||||
"copy": "Rapunzel was stuck in a tower, waiting for a prince to come save her. But really, who has time for that?",
|
||||
"note": "Prime embraces irreverence and fantasy. Borrows from pop culture and well-known characters."
|
||||
},
|
||||
{
|
||||
"copy": "Light bulbs delivered in a day. Edison would be proud.",
|
||||
"note": "Benefit first, cultural wink second."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "amazon_brand_voice",
|
||||
"title": "Amazon Brand Voice",
|
||||
"brand_attributes": [
|
||||
"Authentic",
|
||||
"Customer-obsessed",
|
||||
"Intelligent",
|
||||
"Warm",
|
||||
"Understated"
|
||||
],
|
||||
"overview": "Brand is the foundational voice — it operates across all copy types and sets the tone everything else builds on. It is never grand or self-congratulatory. It earns trust through honesty, wit, and restraint. Where Retail must sell and Prime must delight, Brand simply has to be true.",
|
||||
"core_mission": "Make customers feel seen and understood. Reflect real life with warmth and intelligence. Let the brand recede so the customer can come forward.",
|
||||
"distinctive_rules": [
|
||||
{
|
||||
"rule": "Customer-obsessed, not self-obsessed",
|
||||
"description": "We are always in the background, helping customers succeed. Avoid grand, manifesto-style advertising. The moment copy becomes about Amazon rather than the customer, it has failed.",
|
||||
"examples": {
|
||||
"do": [
|
||||
"Whatever you're looking for, it starts here"
|
||||
],
|
||||
"dont": [
|
||||
"Amazon: leading the way in customer satisfaction since 1994"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"rule": "Treat customers as intelligent adults",
|
||||
"description": "Customers are smart. They shouldn't have to make huge cognitive leaps, but let them fill in the gaps and finish the story. If your words need a long rationale to explain them, they are probably too complex for the audience too.",
|
||||
"examples": {
|
||||
"do": [
|
||||
"Some gifts just know."
|
||||
],
|
||||
"dont": [
|
||||
"Find the perfect gift for everyone on your list this holiday season"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"rule": "Craft copy like you craft a visual",
|
||||
"description": "Every word counts and matters. Consider the context of the creative and the media channel. Copy is not decoration — it carries as much intentional weight as the art direction around it.",
|
||||
"examples": {
|
||||
"do": [
|
||||
"The best part of Mondays"
|
||||
],
|
||||
"dont": [
|
||||
"Shop our Monday deals now"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"rule": "Keep it real",
|
||||
"description": "Seek authenticity in situation, story, and language. Avoid clichés and overused advertising language. Good stories have tension — life is messy, and we are not afraid to show that.",
|
||||
"examples": {
|
||||
"do": [
|
||||
"For the dinner that almost didn't happen"
|
||||
],
|
||||
"dont": [
|
||||
"Create magical moments with Amazon"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"rule": "Make it funny without making fun",
|
||||
"description": "Humour is smart, not slapstick. Charming, not cheap. We never have fun at other people's expense or create victims for the sake of a punchline. We poke fun at ourselves — never at our customers. Never mean-spirited.",
|
||||
"examples": {
|
||||
"do": [
|
||||
"Next-day delivery. Because some decisions can't wait until you're reasonable again."
|
||||
],
|
||||
"dont": [
|
||||
"Still haven't sorted your gift? Classic."
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"rule": "Say one thing",
|
||||
"description": "Single-minded, story-driven messages are more easily absorbed than facts or multiple messages. Every word must earn its place. If you are saying more than one thing, you are saying nothing.",
|
||||
"examples": {
|
||||
"do": [
|
||||
"More time for the good stuff"
|
||||
],
|
||||
"dont": [
|
||||
"Save time, save money, and enjoy fast delivery on millions of items"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"rule": "Local in a universal way",
|
||||
"description": "We consider local cultural relevance and particularities, but we look for the similarities in human experience, not the differences. Human insights are like a smile — universal. Adapt tone and expression to the locale; never transplant a culturally rooted reference and hope it travels.",
|
||||
"examples": {
|
||||
"do": [
|
||||
"The feeling when it arrives early"
|
||||
],
|
||||
"dont": [
|
||||
"Like Christmas morning, every day"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"rule": "Don't close the loop",
|
||||
"description": "Let customers fill in the gaps and finish the story. A message that explains itself too fully leaves no room for the customer to participate. Resist the urge to over-clarify.",
|
||||
"examples": {
|
||||
"do": [
|
||||
"You'll know it when you see it."
|
||||
],
|
||||
"dont": [
|
||||
"Browse our wide range of products and find exactly what you're looking for"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"rule": "Consistent TOV across all touchpoints",
|
||||
"description": "Apply a coherent voice across every channel in a campaign. If something is said a certain way in one placement, carry that through unless technical constraints — length, timing, format — force a difference. The customer experience is the sum of all touchpoints.",
|
||||
"examples": {
|
||||
"do": [
|
||||
"A headline established in OOH echoed in tone — not copied verbatim — across digital and email"
|
||||
],
|
||||
"dont": [
|
||||
"Warm and witty on OOH; clinical and bullet-pointed in email"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"what_brand_is_not": [
|
||||
"Brand is not Retail — it does not lead with price, deals, or category specificity.",
|
||||
"Brand is not Prime — it does not carry Prime's self-aware cheeky energy or 'lead with benefit, end with wink' structure.",
|
||||
"Brand does not manifest as a campaign voice — it is the underlying register that makes all other voices feel like they belong to the same company."
|
||||
],
|
||||
"tov_examples": [
|
||||
{
|
||||
"copy": "The best part of Mondays.",
|
||||
"note": "Authentic, restrained, lets the customer project their own meaning."
|
||||
},
|
||||
{
|
||||
"copy": "For the dinner that almost didn't happen.",
|
||||
"note": "Real-life tension without resolution — trusts the customer to finish it."
|
||||
},
|
||||
{
|
||||
"copy": "Next-day delivery. Because some decisions can't wait until you're reasonable again.",
|
||||
"note": "Self-aware humour at Amazon's expense, not the customer's."
|
||||
},
|
||||
{
|
||||
"copy": "You'll know it when you see it.",
|
||||
"note": "Confident restraint. Does not over-explain."
|
||||
},
|
||||
{
|
||||
"copy": "The feeling when it arrives early.",
|
||||
"note": "Universal human insight with no cultural anchoring required."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "tenets_for_creative_development",
|
||||
"title": "Tenets for Development of Creative Work",
|
||||
"note": "Low-signal and process-oriented tenets removed. Retained tenets are those with direct bearing on transcreation decisions.",
|
||||
"tenets": [
|
||||
{
|
||||
"name": "Customers rule",
|
||||
"description": "Amazon is customer-obsessed, not self-obsessed. Avoid grand, manifesto-style advertising. The brand is always in the background, helping customers succeed."
|
||||
},
|
||||
{
|
||||
"name": "You don't have to sell to sell",
|
||||
"description": "Favour emotional storytelling over listing reasons and facts. Prefer peculiar to precious."
|
||||
},
|
||||
{
|
||||
"name": "Keep it true",
|
||||
"description": "Seek authenticity in situation, story, and casting."
|
||||
},
|
||||
{
|
||||
"name": "Perfect is boring",
|
||||
"description": "Good stories have tension. Life is messy, and we're not afraid to show that side of the story."
|
||||
},
|
||||
{
|
||||
"name": "Don't close the loop",
|
||||
"description": "Customers are smart. Let them fill in the gaps and finish the story."
|
||||
},
|
||||
{
|
||||
"name": "Make it funny without making fun",
|
||||
"description": "Humour is smart, not slapstick. Charming, not cheap. We poke fun at ourselves — never at our customers. Never mean-spirited."
|
||||
},
|
||||
{
|
||||
"name": "Say one thing",
|
||||
"description": "Single-minded, story-driven messages are more easily absorbed than facts or multiple messages."
|
||||
},
|
||||
{
|
||||
"name": "We actively work to advance positive social change",
|
||||
"description": "Elevate and celebrate diverse voices, decrease cultural bias, lead positive social change. Aim for subtle inclusion at minimum, changing the norms at most direct."
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
81
storage/amazon/ref/tov_supplement/DE_AT_TOV_Guidelines.json
Normal file
81
storage/amazon/ref/tov_supplement/DE_AT_TOV_Guidelines.json
Normal file
|
|
@ -0,0 +1,81 @@
|
|||
{
|
||||
"document": {
|
||||
"title": "DE/AT TOV Guidelines — Condensed",
|
||||
"version_date": "2023-08-29",
|
||||
"scope": "Consumer-facing communication in the German language across all channels",
|
||||
"sections": [
|
||||
{
|
||||
"id": "form_of_address",
|
||||
"title": "1. Form of Address",
|
||||
"rules": [
|
||||
"Use informal 'du' as the default customer address form across all one-to-many channels and programs (website, mass advertising, social media).",
|
||||
"In direct 1:1 communication with customers, mirror their address form. Default to formal 'Sie' when in doubt.",
|
||||
"Use active voice and address the customer directly wherever possible.",
|
||||
"Du and its forms (deine, ihr, eure, etc.) are always lowercase unless beginning a sentence.",
|
||||
"Do not mix address forms on a single page or asset.",
|
||||
"Avoid pampering, chummy speech, or youth jargon.",
|
||||
"Avoid salutations and passive constructions."
|
||||
],
|
||||
"examples": [
|
||||
{ "before": "Genießen Sie die neue Optik und verbesserten Sound", "after": "Genieße die neue Optik und verbesserten Sound" },
|
||||
{ "before": "Entdecken Sie neue Angebote", "after": "Entdecke neue Angebote" },
|
||||
{ "before": "Jetzt bis zu 50% sparen", "after": "Spare jetzt bis zu 50%" },
|
||||
{ "before": "Bitte melden Sie sich jetzt an", "after": "Melde dich jetzt an" },
|
||||
{ "before": "Hier finden Sie Ihre letzten Bestellungen", "after": "Hier findest du deine letzten Bestellungen." }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "gender_inclusive_language",
|
||||
"title": "2. Gender-Inclusive Language",
|
||||
"principle": "Replace generic masculine or gender-specific terms with gender-neutral ones wherever it does not hurt the customer experience. When asking customers about their gender or addressing them with a gender-specific pronoun, always offer a non-binary option or use a gender-neutral form.",
|
||||
"preferred_strategies": [
|
||||
{ "rank": 1, "label": "Smart replacements", "description": "Use synonyms and neutral alternatives that preserve meaning.", "example": "'Mein Konto' instead of 'Kundenkonto'" },
|
||||
{ "rank": 2, "label": "Neutral composites", "description": "Suffixes -person, -hilfe, -kraft, -leute, -teil, -ung make words neutral.", "examples": ["Arbeitskraft", "Lehrkraft", "Elternteil", "Eheleute"] },
|
||||
{ "rank": 3, "label": "Function over person", "description": "Use functional nouns rather than gendered person nouns.", "examples": ["'Geschäftsführer' → 'Geschäftsführung'", "'Mitarbeiter' → 'Angestellte'"] },
|
||||
{ "rank": 4, "label": "Plural", "description": "Plural forms are often already gender-neutral.", "examples": ["Angestellte", "Interessierte"] },
|
||||
{ "rank": 5, "label": "Adjective instead of noun", "description": "Replace gendered nouns with adjective-based constructions.", "examples": ["'Aus Sicht der Ärzte' → 'Aus ärztlicher Sicht'", "'Herausgeber' → 'Herausgegeben von'"] },
|
||||
{ "rank": 6, "label": "Participial plural", "description": "Use participial forms where appropriate — does not work in all cases.", "examples": ["Studierende", "Mitarbeitende", "Autofahrende", "Bewerbende"] },
|
||||
{ "rank": 7, "label": "Gender pause (colon) — last resort only", "description": "Use only where no better option is available and gender-neutral wording is required. Highly polarising among consumers — avoid in standard consumer-facing copy. Preferred option for PR channels only.", "example": "'Künstler:in' where gender is unknown" }
|
||||
],
|
||||
"donts": [
|
||||
"Do not use the gender colon ('Kund:innen') in consumer-facing communication except where no good inclusive alternative exists.",
|
||||
"Do not use she/her pronouns when marketing products targeting family caregivers.",
|
||||
"Do not use he/him pronouns when marketing tools and home improvement products.",
|
||||
"Do not use stereotypes in visual imagery or text."
|
||||
],
|
||||
"examples": [
|
||||
{ "verdict": "DON'T", "de": "Kaufe Ihr den Ring, den sie sich ihr Leben lang ertäumt hat", "en": "Get her the ring she's dreamed of all her life." },
|
||||
{ "verdict": "DO", "de": "Kaufe ihnen den Ring, von dem sie ihr ganzes Leben lang geträumt haben.", "en": "Get them the ring they've dreamed of all their life." }
|
||||
],
|
||||
"exceptions": "Generic masculine forms are permissible only when: (a) space is too limited for a longer gender-neutral alternative (e.g. hero banner headlines, button labels), or (b) the term is established in navigation or is a known brand (e.g. 'Kundenbewertung', 'Kundenservice')."
|
||||
},
|
||||
{
|
||||
"id": "cultural_register",
|
||||
"title": "3. Cultural Register — DE-Specific Guidance",
|
||||
"note": "These dimensions directly inform transcreation register decisions and are not covered in global TOV.",
|
||||
"dimensions": [
|
||||
{
|
||||
"dimension": "Quality over price",
|
||||
"guidance": "German marketing prioritises quality and trust over price claims. If something is cheaper, it is not necessarily perceived as good. Avoid leading with low-price positioning where quality framing is available."
|
||||
},
|
||||
{
|
||||
"dimension": "Detail and trust over feeling",
|
||||
"guidance": "While international brands often focus on creating a feeling, German customers build trust through specific product benefits and transparent information. Ground copy in concrete, verifiable claims."
|
||||
},
|
||||
{
|
||||
"dimension": "Spell things out",
|
||||
"guidance": "Avoid American-style shorthands. Write 'führende Marke' not '#1 Marke'; '24-Stunden-Support' not '24/7'. German customers prefer explicit statements over shorthand claims."
|
||||
},
|
||||
{
|
||||
"dimension": "Under-promise, over-deliver",
|
||||
"guidance": "Do not exaggerate discounts or benefits. Prefer transparency so the customer can make an informed decision. Avoid hyperbole."
|
||||
}
|
||||
],
|
||||
"additional_rules": [
|
||||
"Use sentence-case capitalisation. Do not use all caps.",
|
||||
"Avoid English terms in descriptive content and headlines. Use German words for all descriptive copy."
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
559
storage/amazon/tm/ca-ES/flat_MASS_ca-es.json
Normal file
559
storage/amazon/tm/ca-ES/flat_MASS_ca-es.json
Normal file
|
|
@ -0,0 +1,559 @@
|
|||
{"t":"DDA 23 BFW Mass Radio 001 VO ca-es Woah. The Amazon Black Friday Week starts Friday. I should tell them back at the campsite. Uau! La Setmana de Black Friday d'Amazon comença el divendres. He d'informar-ne al camp base."}
|
||||
{"t":"DDA 23 BFW Mass Radio 002 VO ca-es Hey everyone! Ei!"}
|
||||
{"t":"DDA 23 BFW Mass Radio 003 VO ca-es Whaaaaaat? Què passaaaa?"}
|
||||
{"t":"DDA 23 BFW Mass Radio 004 VO ca-es The Amazon Black Friday Week with up to 40% off starts Friday Aquest divendres comença la Setmana de Black Friday d'Amazon amb descomptes de fins al 45 %."}
|
||||
{"t":"DDA 23 BFW Mass Radio 005 VO ca-es Amaaaaaazing! Brutaaaaaal!"}
|
||||
{"t":"DDA 23 BFW Mass Radio 006 VO ca-es Get the dinner on Prepareu el sopar!"}
|
||||
{"t":"DDA 23 BFW Mass Radio 007 BVO ca-es Share the joy this Amazon Black Friday Week, with up to 40% off Comparteix l'alegria durant la Setmana de Black Friday d'Amazon, amb descomptes de fins al 45 %."}
|
||||
{"t":"DDA 23 BFW Mass Radio 008 BVO ca-es From the 17th to the 27th of November. Del 17 al 27 de novembre."}
|
||||
{"t":"DDA 23 BFW Mass Radio 010 VO ca-es Andrew was at an age where he was experimenting with cold water therapy. En Joan té aquella edat en què proves coses noves, com els banys d’aigua gelada…"}
|
||||
{"t":"DDA 23 BFW Mass Radio 011 VO ca-es And Andrew was also at an age where he was experimenting with manscaping… ...i també l'edat de viure sense pèl…"}
|
||||
{"t":"DDA 23 BFW Mass Radio 012 VO ca-es So when he discovered he could save up to 40% in the Amazon Black Friday Week. Per això, en descobrir que podia estalviar fins al 45 % a la Setmana de Black Friday d'Amazon,"}
|
||||
{"t":"DDA 23 BFW Mass Radio 013 VO ca-es He got a Braun IPL hair removal device and now he's sharing his silky smooth dad bod with his friends at the cold-water plunge es va comprar una depiladora de llum polsada de Braun i ara llueix un tors perfecte."}
|
||||
{"t":"DDA 23 BFW Mass Radio 014 VO ca-es Share the joy this Amazon Black Friday Week, with up to 40% off. Comparteix l'alegria aquesta Setmana de Black Friday d'Amazon amb descomptes de fins al 45 %."}
|
||||
{"t":"DDA 23 BFW Mass Radio 016 VO ca-es Ends 27 November Acaba el 27 de novembre"}
|
||||
{"t":"DDA 23 BFW Mass Radio 017 VO ca-es While stocks last Més informació a Amazon.es"}
|
||||
{"t":"DDA 23 BFW Mass Radio 024 VO ca-es Ends midnight. Fins aquesta mitjanit."}
|
||||
{"t":"DDA 23 BFW Mass Radio 027 VO ca-es And Andrew was also at an age where he was experimenting with manscaping… ...i també l'edat de viure sense pèl..."}
|
||||
{"t":"DDA 23 BFW Mass Radio 028 VO ca-es He got a Braun IPL hair removal device and now he's sharing his silky smooth dad bod with his friends at the cold-water plunge es va comprar una depiladora de llum polsada de Braun i ara llueix un tors perfecte."}
|
||||
{"t":"DDA 23 BFW Mass Radio 029 VO ca-es He got a hair removal device and now he's sharing his silky smooth dad bod with his friends at the cold-water plunge es va comprar una depiladora de llum polsada i ara llueix un tors perfecte."}
|
||||
{"t":"DDA 23 BFW Mass Radio 030 VO ca-es He got a hair removal device and now he's sharing his silky smooth dad bod with his friends at the cold-water plunge Estalvia moltíssim durant la Setmana de Black Friday d'Amazon… i comparteix l'alegria."}
|
||||
{"t":"DDA 23 BFW Mass Radio 033 VO ca-es Ends midnight. Fins aquesta mitjanit."}
|
||||
{"t":"DDA 23 BFW Mass Radio 034 VO ca-es Selected products only. While stocks last. Més informació a Amazon.es"}
|
||||
{"t":"DDA 23 BFW Mass Radio 035 VO ca-es Sarah was hitting the slopes with her family after she'd discovered there were great deals on Last Minute Deals at Amazon. La Sara està preparada per donar-ho tot a la neu gràcies a les ofertes d'última hora i més d'Amazon."}
|
||||
{"t":"DDA 23 BFW Mass Radio 036 VO ca-es I got myself this awesome puffer jacket. Woo-hoo! M'he autoregalat aquesta jaqueta embuatada per a la neu guapíssima. Iuhuuu!"}
|
||||
{"t":"DDA 23 BFW Mass Radio 037 VO ca-es And one for me. Yay! I una altra per a mi, clar que sí!"}
|
||||
{"t":"DDA 23 BFW Mass Radio 038 VO ca-es And the dog, too! I per al gos també, eh!"}
|
||||
{"t":"DDA 23 BFW Mass Radio 039 VO ca-es Those puffers are on point Aquestes jaquetes són la canya!"}
|
||||
{"t":"DDA 23 BFW Mass Radio 040 VO ca-es Share the joy with Last Minute Deals at Amazon. Comparteix l'alegria amb les ofertes d'última hora i més d'Amazon,"}
|
||||
{"t":"DDA 23 BFW Mass Radio 041 VO ca-es From 8th to 22nd December. del 8 al 22 de desembre."}
|
||||
{"t":"DDA 23 BFW Mass Radio 042 VO ca-es Selected products only Més informació a Amazon.es"}
|
||||
{"t":"DDA 23 BFW Mass Radio 048 VO ca-es Save big with Last Minute Deals at Amazon. Estalvia moltíssim amb les ofertes d’última hora i més d’Amazon"}
|
||||
{"t":"DDA 24 BFW Mass Approved claims 001 ca-es Epic Deals Ofertes increïbles"}
|
||||
{"t":"DDA 24 BFW Mass Approved claims 004 ca-es Save big Estalvia moltíssim"}
|
||||
{"t":"DDA 24 BFW Mass DOOH PRINT 040 Headline ca-es Black\nFriday\nWeek Setmana\nde Black \nFriday"}
|
||||
{"t":"DDA 24 BFW Mass DOOH PRINT 040F Headline ca-es Black Friday Week Setmana de Black Friday"}
|
||||
{"t":"DDA 24 BFW Mass DOOH PRINT 041 Subheader ca-es Up to 40% off Estalvia fins a un 45 %"}
|
||||
{"t":"DDA 24 BFW Mass DOOH PRINT 042 ca-es Ends 2 December Acaba el 2 de desembre"}
|
||||
{"t":"DDA 24 BFW Mass DOOH PRINT 043 ca-es Selected products only Més informació a Amazon.es"}
|
||||
{"t":"DDA 24 BFW Mass DOOH PRINT 045 ca-es Up to \n40% off.\nOoooh! Estalvia fins a \nun 45 %.\nUaaau!"}
|
||||
{"t":"DDA 24 BFW Mass DOOH PRINT 045F ca-es Up to 40% off. Ooooh! Estalvia fins a un 45 %. Uaaau!"}
|
||||
{"t":"DDA 24 BFW Mass DOOH PRINT 046 Headline ca-es Up to \n40% off.\nOoooh! Estalvia\nfins a \nun 45 %.\nUaaau!"}
|
||||
{"t":"DDA 24 BFW Mass DOOH PRINT 046F Headline ca-es Up to 40% off. Ooooh! Estalvia fins a un 45 %. Uaaau!"}
|
||||
{"t":"DDA 24 BFW Mass DOOH PRINT 047 ca-es Black Friday Week Setmana de Black Friday"}
|
||||
{"t":"DDA 24 BFW Mass DOOH PRINT 048 ca-es Ends 2 December Acaba el 2 de desembre"}
|
||||
{"t":"DDA 24 BFW Mass Radio 001 BVO ca-es Wooh! Amazon's Black Friday Week deals are coming... Uau! Arriben les ofertes de la Setmana de Black Friday d'Amazon."}
|
||||
{"t":"DDA 24 BFW Mass Radio 002 BVO ca-es So you can save up to 40% on all sorts of things… Perquè estalviïs fins a un 45 % en molts productes…"}
|
||||
{"t":"DDA 24 BFW Mass Radio 003 BVO ca-es …from electronics and home to toys, beauty and so much more! …d'electrònica, llar, joguines, bellesa i molt més!"}
|
||||
{"t":"DDA 24 BFW Mass Radio 004 BVO ca-es Woooh indeed. Uau, brutal!"}
|
||||
{"t":"DDA 24 BFW Mass Radio 005 BVO ca-es Shop Amazon's Black Friday Week deals. Descobreix les ofertes de la Setmana de Black Friday d'Amazon."}
|
||||
{"t":"DDA 24 BFW Mass Radio 006 BVO ca-es Starts Thursday. Comença dijous."}
|
||||
{"t":"DDA 24 BFW Mass Radio 007 BVO ca-es With deals that make you go \"Wooh!\" Amb ofertes tan animades… com tu. Uau!"}
|
||||
{"t":"DDA 24 BFW Mass Radio 008 BVO ca-es Selected products only Més informació a Amazon.es"}
|
||||
{"t":"DDA 24 BFW Mass Radio 009 BVO ca-es Wooh! Amazon's Black Friday Week deals are here… Uau! Aprofita ja les ofertes de la Setmana de Black Friday d'Amazon…"}
|
||||
{"t":"DDA 24 BFW Mass Radio 010 BVO ca-es So you can save up to 40% on all sorts of things… Perquè estalviïs fins a un 45 % en molts productes…"}
|
||||
{"t":"DDA 24 BFW Mass Radio 014 BVO ca-es Ends 2nd of December. Acaba el 2 de desembre."}
|
||||
{"t":"DDA 24 BFW Mass Radio 017 BVO ca-es Wooh! Amazon's Black Friday Week deals are here… Uau! Aprofita ja les ofertes de la Setmana de Black Friday d'Amazon..."}
|
||||
{"t":"DDA 24 BFW Mass Radio 022 BVO ca-es Ends midnight. Fins a aquesta mitjanit."}
|
||||
{"t":"DDA 24 BFW Mass Radio 023 BVO ca-es With deals that make you go \"Wooh!\" Amb ofertes tan animades… com tu. ¡Uuuh!"}
|
||||
{"t":"DDA 24 BFW Mass Radio 024 BVO ca-es Selected products only Més informació a Amazon.es"}
|
||||
{"t":"DDA 24 LMD Mass Radio 001 BVO ca-es Wooh! Amazon's Last Minute Deals are here... Uau! Aprofita ja les ofertes d’última hora d'Amazon..."}
|
||||
{"t":"DDA 24 LMD Mass Radio 002 BVO ca-es So you can save big on all sorts of things… Perquè estalviïs moltíssim en molts productes…"}
|
||||
{"t":"DDA 24 LMD Mass Radio 003 BVO ca-es …from electronics and home to toys, beauty and so much more! …d'electrònica, llar, joguines, bellesa i molt més!"}
|
||||
{"t":"DDA 24 LMD Mass Radio 004 BVO ca-es Wooh indeed! Uau, brutal!"}
|
||||
{"t":"DDA 24 LMD Mass Radio 005 BVO ca-es Shop Amazon's Last Minute Deals. Descobreix les ofertes d'última hora d'Amazon."}
|
||||
{"t":"DDA 24 LMD Mass Radio 006 BVO ca-es Ends the 22nd of December. Acaben el 22 de desembre"}
|
||||
{"t":"DDA 24 LMD Mass Radio 007 BVO ca-es With deals that make you go \"Wooh!\" Amb ofertes tan animades… com tu. Uau!"}
|
||||
{"t":"DDA 24 LMD Mass Radio 008 BVO ca-es More information at Amazon.xx Més informació a Amazon.es"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 001 ca-es Black Friday\nWeek is coming! Arriba la Setmana\nde Black Friday!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 001F ca-es Black Friday Week is coming! Arriba la Setmana de Black Friday!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 002 Headline ca-es Black Friday\nWeek \nis coming! Arriba \n la Setmana \n de Black Friday!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 002F Headline ca-es Black Friday Week is coming! Arriba la Setmana de Black Friday!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 003 Headline ca-es Black\nFriday\nWeek is\ncoming! Arriba\nla Setmana\nde Black\nFriday!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 003F Headline ca-es Black Friday Week is coming! Arriba la Setmana de Black Friday!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 004 ca-es 20 Nov–1 Dec 20 nov. - 1 des."}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 005 ca-es Starts 20 Nov Comença el 20 de nov."}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 006 ca-es Starts 20 November Comença el 20 de novembre"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 007 ca-es Selected products only Més informació a Amazon.es"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 009 ca-es Black Friday\nWeek is here! La Setmana de Black \n Friday ja és aquí!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 009F ca-es Black Friday Week is here! La Setmana de Black Friday ja és aquí!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 010 ca-es Black Friday\nWeek \nis here! La Setmana \n de Black Friday \n ja és aquí!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 010F ca-es Black Friday Week is here! La Setmana de Black Friday ja és aquí!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 011 ca-es Black\nFriday\nWeek\nis here! La Setmana \n de Black \n Friday \n ja és aquí!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 011F ca-es Black Friday Week is here! La Setmana de Black Friday ja és aquí!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 012 Subheader ca-es Up to 40% off Estalvia fins a un 30 %"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 013 Subheader ca-es Up to \n40% off Estalvia \n fins a un 30 %"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 013F Subheader ca-es Up to 40% off Estalvia fins a un 30 %"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 016 ca-es Black Friday\nWeek Setmana de \n Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 016F ca-es Black Friday Week Setmana de Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 017 ca-es Black\nFriday\nWeek Setmana \n de Black \n Friday"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 017F ca-es Black Friday Week Setmana de Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 019 Subheader ca-es Up to \n40% off Estalvia fins a\n un 30 %"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 019F Subheader ca-es Up to 40% off Estalvia fins a un 30 %"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 020 ca-es Ends 1 Dec Acaba l'1 de des."}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 021 ca-es Ends 1 December Acaba l'1 de desembre"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 022 ca-es 20 Nov–1 Dec 20 nov. - 1 des."}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 025 ca-es Up to 40% off.\nBoom. Estalvia fins a un 30 %.\nVisca!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 025F ca-es Up to 40% off. Boom. Estalvia fins a un 30 %. Visca!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 026 ca-es Up to\n40% off.\nBoom. Estalvia \n fins a un 30 %.\nVisca!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 026F ca-es Up to 40% off. Boom. Estalvia fins a un 30 %. Visca!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 027 ca-es Up to\n40% off.\nBoom. Estalvia \n fins a \n un 30 %.\nVisca!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 027F ca-es Up to 40% off. Boom. Estalvia fins a un 30 %. Visca!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 028 ca-es Black Friday Week Setmana de Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 029 ca-es Black Friday\nWeek Setmana de \n Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 029F ca-es Black Friday Week Setmana de Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 034 ca-es Up to 40% off for\nDeal Hunters Caça la teva oferta.\n Estalvia fins a un 30 %."}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 034F ca-es Up to 40% off for Deal Hunters Caça la teva oferta. Estalvia fins a un 30 %."}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 035 ca-es Up to 40% off \nfor\nDeal Hunters Caça la teva oferta.\n Estalvia\n fins a un 30 %."}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 035F ca-es Up to 40% off for Deal Hunters Caça la teva oferta. Estalvia fins a un 30 %."}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 036 ca-es Up to\n40% off\nfor Deal\nHunters Caça \n la teva oferta.\n Estalvia\n fins a un 30 %."}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 036F ca-es Up to 40% off for Deal Hunters Caça la teva oferta. Estalvia fins a un 30 %."}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 044 ca-es New day.\nNew deals. Nou dia. \n Noves ofertes."}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 044F ca-es New day. New deals. Nou dia. Noves ofertes."}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 045 ca-es New day. \n New \n deals. Nou dia. \n Noves \n ofertes."}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 045F ca-es New day. New deals. Nou dia. Noves ofertes."}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 046 ca-es New\nday.\nNew\ndeals. Nou \n dia. \n Noves \n ofertes."}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 046F ca-es New day. New deals. Nou dia. Noves ofertes."}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 048 ca-es Black Friday\nWeek Setmana de \n Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 048F ca-es Black Friday Week Setmana de Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 055 ca-es Black\nFriday\nWeek \nis here! La Setmana \n de Black Friday \n ja és \n aquí!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 055F ca-es Black Friday Week is here! La Setmana de Black Friday ja és aquí!"}
|
||||
{"t":"DDA 25 BFW Mass BFW (D)OOH PRINT 064 ca-es Ends Midnight Acaba a mitjanit"}
|
||||
{"t":"DDA 25 BFW Mass Countdown Timer 001 ca-es Black Friday\nWeek starts in La Setmana de Black \nFriday comença en"}
|
||||
{"t":"DDA 25 BFW Mass Countdown Timer 001F ca-es Black Friday Week starts in La Setmana de Black Friday comença en"}
|
||||
{"t":"DDA 25 BFW Mass Countdown Timer 002 ca-es Black Friday\nWeek \nstarts in La Setmana\n de Black Friday\n comença en"}
|
||||
{"t":"DDA 25 BFW Mass Countdown Timer 002F ca-es Black Friday Week starts in La Setmana de Black Friday comença en"}
|
||||
{"t":"DDA 25 BFW Mass Countdown Timer 003 Headline ca-es Black\nFriday\nWeek\nstarts in La Setmana\n de Black\n Friday\n comença en"}
|
||||
{"t":"DDA 25 BFW Mass Countdown Timer 003F Headline ca-es Black Friday Week starts in La Setmana de Black Friday comença en"}
|
||||
{"t":"DDA 25 BFW Mass Countdown Timer 004 ca-es Hours hores"}
|
||||
{"t":"DDA 25 BFW Mass Countdown Timer 005 ca-es Minutes minuts"}
|
||||
{"t":"DDA 25 BFW Mass Countdown Timer 006 ca-es Seconds segons"}
|
||||
{"t":"DDA 25 BFW Mass Countdown Timer 007 ca-es Selected products only Més informació a Amazon.es"}
|
||||
{"t":"DDA 25 BFW Mass Countdown Timer 009 ca-es Black Friday\nWeek \nends in La Setmana de Black \nFriday acaba en"}
|
||||
{"t":"DDA 25 BFW Mass Countdown Timer 009F ca-es Black Friday Week ends in La Setmana de Black Friday acaba en"}
|
||||
{"t":"DDA 25 BFW Mass Countdown Timer 010 ca-es Black Friday\nWeek ends in La Setmana \nde Black Friday\nacaba en"}
|
||||
{"t":"DDA 25 BFW Mass Countdown Timer 010F ca-es Black Friday Week ends in La Setmana de Black Friday acaba en"}
|
||||
{"t":"DDA 25 BFW Mass Countdown Timer 011 ca-es Black\nFriday\nWeek\nends in La Setmana\n de Black \nFriday\n acaba en"}
|
||||
{"t":"DDA 25 BFW Mass Countdown Timer 011F ca-es Black Friday Week ends in La Setmana de Black Friday acaba en"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 001 ca-es Black Friday Week\nis coming! Arriba la Setmana \n de Black Friday!"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 001F ca-es Black Friday Week is coming! Arriba la Setmana de Black Friday!"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 002 ca-es Black Friday \nWeek\nis coming! Arriba \n la Setmana \n de Black Friday!"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 002F ca-es Black Friday Week is coming! Arriba la Setmana de Black Friday!"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 003 Headline ca-es Black\n Friday\n Week is\n coming! Arriba \n la Setmana \n de Black \n Friday!"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 003F Headline ca-es Black Friday Week is coming! Arriba la Setmana de Black Friday!"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 004 Subheader ca-es Up to 40% off Estalvia fins a un 30 %"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 005 Subheader ca-es Up to \n40% off Estalvia \n fins a un 30 %"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 005F Subheader ca-es Up to 40% off Estalvia fins a un 30 %"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 006 ca-es 20 Nov–1 Dec 20 nov. - 1 des."}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 007 ca-es Starts 20 Nov Comença el 20 de nov."}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 008 ca-es Starts 20 November Comença el 20 de novembre"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 009 CTA ca-es Learn More Veure més"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 010 ca-es Selected products only Més informació a Amazon.es"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 012 ca-es Black Friday Week Setmana de Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 013 ca-es Black Friday\nWeek Setmana \n de Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 013F ca-es Black Friday Week Setmana de Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 014 ca-es Black\n Friday\n Week Setmana\n de Black \n Friday"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 014F ca-es Black Friday Week Setmana de Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 015 Subheader ca-es Up to 40% off Estalvia fins a un 30 %"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 023 ca-es Black Friday\n Week is here! La Setmana de Black \n Friday ja és aquí!"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 023F ca-es Black Friday Week is here! La Setmana de Black Friday ja és aquí!"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 024 ca-es Black Friday\n Week is here! La Setmana \n de Black Friday \n ja és aquí!"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 024F ca-es Black Friday Week is here! La Setmana de Black Friday ja és aquí!"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 025 Headline ca-es Black\n Friday\n Week\n is here! La Setmana \n de Black \n Friday \n ja és aquí!"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 025F Headline ca-es Black Friday Week is here! La Setmana de Black Friday ja és aquí!"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 028 ca-es Ends 1 Dec Acaba l'1 de des."}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 029 ca-es Ends 1 December Acaba l'1 de desembre"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 030 CTA ca-es Shop now Compra ara"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 034 Headline ca-es Black Friday\n Week Setmana de Black\n Friday"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 034F Headline ca-es Black Friday Week Setmana de Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 035 Headline ca-es Black\nFriday\nWeek Setmana \n de Black\n Friday"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 035F Headline ca-es Black Friday Week Setmana de Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 037 Subheader ca-es Up to \n40% off Estalvia fins a\n un 30 %"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 037F Subheader ca-es Up to 40% off Estalvia fins a un 30 %"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 050 ca-es Black\nFriday\nWeek Setmana \n de Black \n Friday"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 050F ca-es Black Friday Week Setmana de Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 065 ca-es Black\nFriday\nWeek Setmana \n de Black \n Friday"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 065F ca-es Black Friday Week Setmana de Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 066 ca-es Black Friday Week is here! La Setmana de Black Friday ja és aquí!"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 092 ca-es Black Friday \n Week is here! La Setmana de Black \n Friday ja és aquí!"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 092F ca-es Black Friday Week is here! La Setmana de Black Friday ja és aquí!"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 103 ca-es Ends Midnight Acaba a mitjanit"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 108 ca-es Black Friday Week Setmana de Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 116 ca-es Black Friday\nWeek Setmana \n de Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 116F ca-es Black Friday Week Setmana de Black Friday"}
|
||||
{"t":"DDA 25 BFW Mass Digital Display 128 ca-es Ends midnight Acaba a mitjanit"}
|
||||
{"t":"DDA 25 BFW Mass Radio 001 BVO ca-es Amazon Black Friday Week deals up to 40% off. Estalvia fins a un 30 % amb les ofertes de la Setmana de Black Friday d'Amazon."}
|
||||
{"t":"DDA 25 BFW Mass Radio 002 BVO ca-es To get the perfect gift for your father-in-law: the deal hunter. On pots trobar el regal perfecte per al teu sogre, també conegut com "el caçador d'ofertes"."}
|
||||
{"t":"DDA 25 BFW Mass Radio 003 BVO ca-es If only he knew about the deal you got in his gift, he would embrace you just like he does deals. Si sabés l'oferta que has aconseguit per al seu regal, començaries a agradar-li tant... com li agraden les ofertes."}
|
||||
{"t":"DDA 25 BFW Mass Radio 004 BVO ca-es Oh, oh I guess we’re hugging now. That’s a long hug, oh it’s still going. Oh it’s a Black Friday Week hug, it’s a deal hug! Ui ui. Em farà una abraçada? Em sembla que sí i una llarga. La típica abraçada de la Setmana de Black Friday. La d’haver trobat l’oferta."}
|
||||
{"t":"DDA 25 BFW Mass Radio 005 BVO ca-es Up to 40% off this Amazon Black Friday Week, starts Thursday. Estalvia fins a un 30 % a la Setmana de Black Friday d'Amazon. Comença dijous."}
|
||||
{"t":"DDA 25 BFW Mass Radio 006 ca-es Selected products only. Més informació a Amazon.es"}
|
||||
{"t":"DDA 25 BFW Mass Radio 011 BVO ca-es Up to 40% off this Amazon Black Friday Week, starts ends 1st December. Estalvia fins a un 30 % a la Setmana de Black Friday d'Amazon. Acaba l’1 de desembre."}
|
||||
{"t":"DDA 25 BFW Mass Radio 017 BVO ca-es Up to 40% off this Amazon Black Friday Week, ends midnight. Estalvia fins a un 30 % a la Setmana de Black Friday d'Amazon. Fins a aquesta mitjanit."}
|
||||
{"t":"DDA 25 LMG Mass Radio 001 BVO ca-es Amazon Last Minute Gifts Regals d'última hora a Amazon"}
|
||||
{"t":"DDA 25 LMG Mass Radio 002 BVO ca-es To get the perfect last minute gift for your girlfriend’s Dad. Troba el regal d’última hora perfecte per al pare de la teva parella."}
|
||||
{"t":"DDA 25 LMG Mass Radio 003 BVO ca-es Do you think he knows how last minute this gift really is? Segur que no s'imagina que és tan, tan d'última hora…"}
|
||||
{"t":"DDA 25 LMG Mass Radio 004 BVO ca-es No. And he loves it! And what’s this? A hug? Oh that’s a long hug! I tot i així, li encanta. Però què fa? Una abraçada? Oh, però quina abraçada!"}
|
||||
{"t":"DDA 25 LMG Mass Radio 005 BVO ca-es He definitely loves hugs, and last minute gifts! Doncs sí, li encanta fer abraçades. I els regals d'última hora!"}
|
||||
{"t":"DDA 25 LMG Mass Radio 006 BVO ca-es Double holiday win! Aquestes festes, dos punts per a mi!"}
|
||||
{"t":"DDA 25 LMG Mass Radio 007 BVO ca-es Shop Amazon Last Minute Gifts, ends 21st December. Troba regals d´última hora a Amazon. Fins el 21 de desembre."}
|
||||
{"t":"DDA 25 LMG Mass Radio 008 BVO ca-es ...and he's still hugging Déu n’hi do, quina abraçada més llarga!"}
|
||||
{"t":"DDA 25 LMG Mass Radio 009 ca-es Selected products only. Whilst stock last Més informació a Amazon.es"}
|
||||
{"t":"PBDD 23 Mass (D)OOH 001 Event Name ca-es Prime Big Deal Days Festa d’Ofertes Prime"}
|
||||
{"t":"PBDD 23 Mass (D)OOH 002 Dates ca-es 10-11 October 10 - 11 octubre"}
|
||||
{"t":"PBDD 23 Mass (D)OOH 004 Dates ca-es Starts today Des d'avui"}
|
||||
{"t":"PBDD 23 Mass (D)OOH 006 Tagline ca-es New Day. New Deals. Nou dia. Noves ofertes."}
|
||||
{"t":"PBDD 23 Mass (D)OOH 007 Dates ca-es Ends midnight Fins a mitjanit"}
|
||||
{"t":"PBDD 23 Mass Radio 001 BVO ca-es Amazon Prime Big Deal Days are coming the 10 and 11 of October. S’acosta la Festa d’Ofertes Amazon Prime, els propers 10 i 11 d’octubre"}
|
||||
{"t":"PBDD 23 Mass Radio 002 BVO ca-es With two days of epic deals on electronics, home, kitchen and more.... Dos dies d’ofertes increïbles en Electrònica, Llar, Cuina i molt més…"}
|
||||
{"t":"PBDD 23 Mass Radio 003 BVO ca-es You'll feel like you've scored big! …que et faran sentir com un campió!"}
|
||||
{"t":"PBDD 23 Mass Radio 004 ca-es We're live as Ian unboxes his epic deal... oh, he's got the tape off, he's opened the left flap, now he's tackling the right! ¡Estem en directe, i el Joan obre la seva oferta increïble. Treu el precinte, obre la solapa esquerra, i ara la dreta!"}
|
||||
{"t":"PBDD 23 Mass Radio 005 ca-es Ohhhhh - it's a blender! It's a BLENDEEEEEER! És una batedora! Es un BATEDORA!"}
|
||||
{"t":"PBDD 23 Mass Radio 006 ca-es He must truly feel like a big deal. Es deu sentir ben bé com una estrella"}
|
||||
{"t":"PBDD 23 Mass Radio 007 BVO ca-es Amazon Prime Big Deal Days are the 10 and 11 of October. La Festa d’Ofertes Amazon Prime és el 10 i el 11 d’octubre."}
|
||||
{"t":"PBDD 23 Mass Radio 008 BVO ca-es Exclusively for Prime Members. Només per a clients Amazon Prime."}
|
||||
{"t":"PBDD 23 Mass Radio 009 BVO ca-es Join Prime now Subscriu-te a Prime ara."}
|
||||
{"t":"PBDD 23 Mass Radio 010 BVO ca-es Amazon Prime Big Deal Days are here. La Festa d’Ofertes Amazon Prime Ja està aquí."}
|
||||
{"t":"PBDD 23 Mass Radio 018 BVO ca-es Shop now Subscriu-te a Prime i troba les teves ofertes ara."}
|
||||
{"t":"PBDD 23 Mass Radio 022 ca-es We're live as Ian unboxes his epic deal... oh he's got the tape off, El Joan obre la seva oferta increïble… treu el precinte"}
|
||||
{"t":"PBDD 23 Mass Radio 023 ca-es It's a BLENDEEEEEER! És una BATEDORA!"}
|
||||
{"t":"PBDD 23 Mass Radio 025 BVO ca-es Exclusively for Prime Members. Exclusivament per a clients Amazon Prime"}
|
||||
{"t":"PBDD 23 Mass Radio 026 BVO ca-es Join Prime now Subscriu-te a Prime ara"}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 001 Event Name ca-es Prime Big Deal Days Festa d’Ofertes Prime"}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 002 Event Name ca-es Prime Big \nDeal Days Festa d’Ofertes \nPrime"}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 002F Event Name ca-es Prime Big Deal Days Festa d’Ofertes Prime"}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 003 Event Name ca-es Prime \nBig Deal \nDays Festa \nd’Ofertes \nPrime"}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 003F Event Name ca-es Prime Big Deal Days Festa d’Ofertes Prime"}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 005 ca-es 8-9 October 8-9 octubre"}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 008 ca-es Exclusively for Prime members Només per a clients Amazon Prime."}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 009 Tagline ca-es Two days \n of epic deals Dos dies \nd’ofertes increïbles"}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 009F Tagline ca-es Two days of epic deals Dos dies d’ofertes increïbles"}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 010 Tagline ca-es Two days \n of epic \n deals Dos dies \nd’ofertes \nincreïbles"}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 010F Tagline ca-es Two days of epic deals Dos dies d’ofertes increïbles"}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 011 Tagline ca-es Two \n days\n of epic\n deals Dos \ndies \nd’ofertes \nincreïbles"}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 011F Tagline ca-es Two days of epic deals Dos dies d’ofertes increïbles"}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 012 ca-es Starts today Des d’avui"}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 015 ca-es Exclusively for Prime membersExclusively for Prime members Només per a clients Amazon Prime"}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 016 Tagline ca-es New day. \nNew deals. Dia nou. \n Ofertes noves."}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 016F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 017 Tagline ca-es New day. \nNew \ndeals. Dia nou. \n Ofertes \nnoves."}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 017F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 019 Tagline ca-es New \nday. \nNew \ndeals. Dia \nnou. \n Ofertes \nnoves."}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 019F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 022 ca-es Ends midnight Fins a mitjanit"}
|
||||
{"t":"PBDD 24 Mass (D)OOH Print 024 ca-es Exclusively for Prime members Només per a clients Amazon Prime"}
|
||||
{"t":"PBDD 25 Mass Display 001 Tagline ca-es Prime Big Deal Days La Festa d’Ofertes Prime"}
|
||||
{"t":"PBDD 25 Mass Display 002 Tagline ca-es Prime Big\n Deal Days La Festa \n d’Ofertes Prime!"}
|
||||
{"t":"PBDD 25 Mass Display 002F Tagline ca-es Prime Big Deal Days La Festa d’Ofertes Prime!"}
|
||||
{"t":"PBDD 25 Mass Display 003 Tagline ca-es Prime \n Big Deal\n Days La Festa \n d’Ofertes\n Prime!"}
|
||||
{"t":"PBDD 25 Mass Display 003F Tagline ca-es Prime Big Deal Days La Festa d’Ofertes Prime!"}
|
||||
{"t":"PBDD 25 Mass Display 004 Dates ca-es 7–8 October 7 - 8 octubre"}
|
||||
{"t":"PBDD 25 Mass Display 005 ca-es Exclusively for Prime members Només per a clients d’Amazon Prime"}
|
||||
{"t":"PBDD 25 Mass Display 006 Tagline ca-es Big deals\n are here! Les grans ofertes \n ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Display 006F Tagline ca-es Big deals are here! Les grans ofertes ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Display 007 Tagline ca-es Big \n deals\n are here! Les grans \n ofertes \n ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Display 007F Tagline ca-es Big deals are here! Les grans ofertes ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Display 008 Tagline ca-es Big \n deals\n are\n here! Les grans \n ofertes \n ja \n són aquí!"}
|
||||
{"t":"PBDD 25 Mass Display 008F Tagline ca-es Big deals are here! Les grans ofertes ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Display 009 CTA ca-es Shop now Compra ara"}
|
||||
{"t":"PBDD 25 Mass Display 011 Tagline ca-es New day. \n New deals. Dia nou. \n Ofertes noves."}
|
||||
{"t":"PBDD 25 Mass Display 011F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PBDD 25 Mass Display 012 Tagline ca-es New day. \n New \n deals. Dia nou. \n Ofertes \n noves."}
|
||||
{"t":"PBDD 25 Mass Display 012F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PBDD 25 Mass Display 013 Tagline ca-es New \n day. \n New \n deals. Dia \n nou. \n Ofertes \n noves."}
|
||||
{"t":"PBDD 25 Mass Display 013F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PBDD 25 Mass Display 016 Tagline ca-es Big deals \n end tonight! Les grans ofertes \n acaben avui!"}
|
||||
{"t":"PBDD 25 Mass Display 016F Tagline ca-es Big deals end tonight! Les grans ofertes acaben avui!"}
|
||||
{"t":"PBDD 25 Mass Display 017 Tagline ca-es Big deals \n end\n tonight! Les grans ofertes \n acaben \n avui!"}
|
||||
{"t":"PBDD 25 Mass Display 017F Tagline ca-es Big deals end tonight! Les grans ofertes acaben avui!"}
|
||||
{"t":"PBDD 25 Mass Display 018 Tagline ca-es Big \n Deals \n end\n tonight! Les grans \n ofertes \n acaben \n avui!"}
|
||||
{"t":"PBDD 25 Mass Display 018F Tagline ca-es Big Deals end tonight! Les grans ofertes acaben avui!"}
|
||||
{"t":"PBDD 25 Mass Display 020 ca-es Prime Big Deal Days La Festa d’Ofertes Prime"}
|
||||
{"t":"PBDD 25 Mass Display 021 Tagline ca-es Big deals\n are here! Les grans ofertes \n ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Display 021F Tagline ca-es Big deals are here! Les grans ofertes ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Display 022 Tagline ca-es Big \n deals\n are here! Les grans \n ofertes \n ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Display 022F Tagline ca-es Big deals are here! Les grans ofertes ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Display 023 Tagline ca-es Big \n deals\n are\n here! Les grans \n ofertes \n ja \n són aquí!"}
|
||||
{"t":"PBDD 25 Mass Display 023F Tagline ca-es Big deals are here! Les grans ofertes ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 001 Tagline ca-es Prime Big Deal Days\n are coming! Arriba la Festa \n d’Ofertes Prime!"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 001F Tagline ca-es Prime Big Deal Days are coming! Arriba la Festa d’Ofertes Prime!"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 002 Tagline ca-es Prime Big\n Deal Days\n are coming! Arriba \n la Festa \n d’Ofertes Prime!"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 002F Tagline ca-es Prime Big Deal Days are coming! Arriba la Festa d’Ofertes Prime!"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 003 Tagline ca-es Prime \n Big Deal\n Days are\n coming! Arriba \n la Festa \n d’Ofertes\n Prime!"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 003F Tagline ca-es Prime Big Deal Days are coming! Arriba la Festa d’Ofertes Prime!"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 004 Dates ca-es 7–8 October 7 - 8 octubre"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 006 ca-es Exclusively for Prime members Només per a clients d’Amazon Prime"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 007 Tagline ca-es Big deals\n are here! Les grans ofertes \n ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 007F Tagline ca-es Big deals are here! Les grans ofertes ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 008 Tagline ca-es Big \ndeals\n are here! Les grans \n ofertes \n ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 008F Tagline ca-es Big deals are here! Les grans ofertes ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 009 Tagline ca-es Big \ndeals\n are\n here! Les grans \n ofertes \n ja \n són aquí!"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 009F Tagline ca-es Big deals are here! Les grans ofertes ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 010 CTA ca-es Shop now Compra ara"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 013 Tagline ca-es New day. \n New deals. Dia nou. \n Ofertes noves."}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 013F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 014 Tagline ca-es New day. \n New \n deals. Dia nou. \n Ofertes \n noves."}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 014F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 015 Tagline ca-es New \n day. \n New \n deals. Dia \n nou. \n Ofertes \n noves."}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 015F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 019 ca-es Prime Big\n Deal Days\n end in\n XX:XX:XX La Festa \n d’Ofertes Prime \n acaba en \n XX:XX:XX"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 019F ca-es Prime Big Deal Days end in XX:XX:XX La Festa d’Ofertes Prime acaba en XX:XX:XX"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 020 ca-es Prime Big Deal Days\n end in XX:XX:XX La Festa d’Ofertes Prime acaba en XX:XX:XX"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 020F ca-es Prime Big Deal Days end in XX:XX:XX La Festa d’Ofertes Prime acaba en XX:XX:XX"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 021 ca-es Prime Big\n Deal Days\n end in XX:XX:XX La Festa \n d’Ofertes Prime \n acaba en XX:XX:XX"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 021F ca-es Prime Big Deal Days end in XX:XX:XX La Festa d’Ofertes Prime acaba en XX:XX:XX"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 022 ca-es Prime Big\n Deal Days\n end in\n XX:XX:XX La Festa \n d’Ofertes Prime \n acaba \n en XX:XX:XX"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 022F ca-es Prime Big Deal Days end in XX:XX:XX La Festa d’Ofertes Prime acaba en XX:XX:XX"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 023 ca-es Hours hores"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 024 ca-es Minutes minuts"}
|
||||
{"t":"PBDD 25 Mass DOOH Countdown Timers 025 ca-es Seconds segons"}
|
||||
{"t":"PBDD 25 Mass Print 001 Tagline ca-es Big deals\n are here! Les grans ofertes \n ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Print 001F Tagline ca-es Big deals are here! Les grans ofertes ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Print 002 Tagline ca-es Big \ndeals\n are here! Les grans \n ofertes \n ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Print 002F Tagline ca-es Big deals are here! Les grans ofertes ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Print 003 Tagline ca-es Big \ndeals\n are\n here! Les grans \n ofertes \n ja \n són aquí!"}
|
||||
{"t":"PBDD 25 Mass Print 003F Tagline ca-es Big deals are here! Les grans ofertes ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Print 004 CTA ca-es Shop now Compra ara"}
|
||||
{"t":"PBDD 25 Mass Print 006 ca-es Exclusively for Prime members Només per a clients d’Amazon Prime"}
|
||||
{"t":"PBDD 25 Mass Print 007 Tagline ca-es New day. \n New deals. Dia nou. \n Ofertes noves."}
|
||||
{"t":"PBDD 25 Mass Print 007F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PBDD 25 Mass Print 008 Tagline ca-es New day. \n New \n deals. Dia nou. \n Ofertes \n noves."}
|
||||
{"t":"PBDD 25 Mass Print 008F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PBDD 25 Mass Print 009 Tagline ca-es New \n day. \n New \n deals. Dia \n nou. \n Ofertes \n noves."}
|
||||
{"t":"PBDD 25 Mass Print 009F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PBDD 25 Mass Radio 001 BVO ca-es Amazon Prime Big Deal Days are (the) 7th and (the) 8th of October. La Festa d’Ofertes d’Amazon Prime és del 7 al 8 d'octubre."}
|
||||
{"t":"PBDD 25 Mass Radio 002 BVO ca-es Two days of big deals on electronics, home, kitchen and more that will make you feel less like… Dos dies de grans ofertes en Electrònica, Llar, Cuina i molt més que faran que passis de sentir-te menys..."}
|
||||
{"t":"PBDD 25 Mass Radio 003 BVO ca-es And more like… a sentir-te més…"}
|
||||
{"t":"PBDD 25 Mass Radio 004 BVO ca-es Feel like a big deal. Sent-te com una estrella."}
|
||||
{"t":"PBDD 25 Mass Radio 005 BVO ca-es Amazon Prime Big Deal Days are (the) 7th and (the) 8th of October. La Festa d’Ofertes d’Amazon Prime és del 7 al 8 d'octubre."}
|
||||
{"t":"PBDD 25 Mass Radio 006 BVO ca-es Exclusively for Prime Members. Només per a clients d’Amazon Prime."}
|
||||
{"t":"PBDD 25 Mass Radio 007 BVO ca-es Join Prime now. Uneix-te avui a Prime."}
|
||||
{"t":"PBDD 25 Mass Radio 008 BVO ca-es Amazon Prime Big Deal Days are here Aprofita ja la Festa d’Ofertes d’Amazon Prime"}
|
||||
{"t":"PBDD 25 Mass Radio 014 BVO ca-es Shop now. Descobreix les ofertes ara."}
|
||||
{"t":"PBDD 25 Mass Static Social 001 Tagline ca-es Prime Big Deal Days\n are coming! Arriba la Festa \n d’Ofertes Prime!"}
|
||||
{"t":"PBDD 25 Mass Static Social 001F Tagline ca-es Prime Big Deal Days are coming! Arriba la Festa d’Ofertes Prime!"}
|
||||
{"t":"PBDD 25 Mass Static Social 002 Tagline ca-es Prime Big\n Deal Days\n are coming! Arriba \n la Festa \n d’Ofertes Prime!"}
|
||||
{"t":"PBDD 25 Mass Static Social 002F Tagline ca-es Prime Big Deal Days are coming! Arriba la Festa d’Ofertes Prime!"}
|
||||
{"t":"PBDD 25 Mass Static Social 003 Tagline ca-es Prime \n Big Deal\n Days are\n coming! Arriba \n la Festa \n d’Ofertes\n Prime!"}
|
||||
{"t":"PBDD 25 Mass Static Social 003F Tagline ca-es Prime Big Deal Days are coming! Arriba la Festa d’Ofertes Prime!"}
|
||||
{"t":"PBDD 25 Mass Static Social 004 Dates ca-es 7–8 October 7 - 8 octubre"}
|
||||
{"t":"PBDD 25 Mass Static Social 005 ca-es Exclusively for Prime members Només per a clients d’Amazon Prime"}
|
||||
{"t":"PBDD 25 Mass Static Social 006 Tagline ca-es Big deals\n are here! Les grans ofertes \n ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Static Social 006F Tagline ca-es Big deals are here! Les grans ofertes ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Static Social 007 Tagline ca-es Big \n deals\n are here! Les grans \n ofertes \n ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Static Social 007F Tagline ca-es Big deals are here! Les grans ofertes ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Static Social 008 Tagline ca-es Big \n deals\n are\n here! Les grans \n ofertes \n ja \n són aquí!"}
|
||||
{"t":"PBDD 25 Mass Static Social 008F Tagline ca-es Big deals are here! Les grans ofertes ja són aquí!"}
|
||||
{"t":"PBDD 25 Mass Static Social 010 Tagline ca-es New day. \n New deals. Dia nou. \n Ofertes noves."}
|
||||
{"t":"PBDD 25 Mass Static Social 010F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PBDD 25 Mass Static Social 011 Tagline ca-es New day. \n New \n deals. Dia nou. \n Ofertes \n noves."}
|
||||
{"t":"PBDD 25 Mass Static Social 011F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PBDD 25 Mass Static Social 012 Tagline ca-es New \n day. \n New \n deals. Dia \n nou. \n Ofertes \n noves."}
|
||||
{"t":"PBDD 25 Mass Static Social 012F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PD 23 Mass (D)OOH 001 Tagline ca-es Two days of epic deals Dos dies d'ofertes increïbles"}
|
||||
{"t":"PD 23 Mass (D)OOH 002 Tagline ca-es New day. New deals. Un altre dia. Una altra oferta."}
|
||||
{"t":"PD 23 Mass (D)OOH 003 Dates ca-es Ends midnight Fins a mitjanit"}
|
||||
{"t":"PD 23 Mass (D)OOH 004 ca-es Exclusively for Prime members Només per a clients Amazon Prime"}
|
||||
{"t":"PD 23 Mass Legal Radio 001 ca-es Exclusively for Amazon Prime Members. Join Prime now/Sign up today. Només per a clients Amazon Prime. Registra’t avui."}
|
||||
{"t":"PD 23 Mass Radio 001 BVO ca-es Amazon Prime Day is 11 & 12 July. Prime Day d’Amazon és l’11 i 12 de juliol."}
|
||||
{"t":"PD 23 Mass Radio 002 BVO ca-es with two days of epic deals on electronics, home, kitchen and more… Amb dos dies d’ofertes increïbles en Electrònica, Llar, Cuina i molt més…"}
|
||||
{"t":"PD 23 Mass Radio 003 BVO ca-es …you’ll feel like you just won an award. … et sentiràs com si t’haguessin donat un premi."}
|
||||
{"t":"PD 23 Mass Radio 004 FVO ca-es Wow… I didn’t even prepare a speech… … bé, la veritat és que no sé què dir..."}
|
||||
{"t":"PD 23 Mass Radio 005 FVO ca-es ehm… I’d like to thank my delivery driver, for bringing my package so quickly… the other Amazon Prime members, ehm, my cat, my parents, who supported me… ehem…m’agradaria donar les gràcies al repartidor, per portar-me el paquet tan de pressa… i a la resta de clients d’Amazon Prime, hum, al meu gat, i mons pares, sense els quals…"}
|
||||
{"t":"PD 23 Mass Radio 006 BVO ca-es Someone’s feeling like a big deal! Algú se sent como una estrella!"}
|
||||
{"t":"PD 23 Mass Radio 007 BVO ca-es Amazon Prime Day is 11 & 12 July. Prime Day d’Amazon, de l’11 al 12 de juliol."}
|
||||
{"t":"PD 23 Mass Radio 008 BVO ca-es Exclusively for Prime Members. Només per a clients Amazon Prime."}
|
||||
{"t":"PD 23 Mass Radio 009 BVO ca-es Join Prime now. Subscriu-te a Prime ara."}
|
||||
{"t":"PD 23 Mass Radio 010 BVO ca-es Amazon Prime Day is here Aprofita ara les ofertes de Prime Day d’Amazon."}
|
||||
{"t":"PD 23 Mass Radio 017 BVO ca-es Exclusively for Prime Members. Shop now. Només per a clients Amazon Prime. Subscriu-te ara a Prime i troba les teves ofertes ara."}
|
||||
{"t":"PD 24 Mass (D)OOH Print 001 Tagline ca-es Two days \nof epic deals Dos dies \nd’ofertes increïbles"}
|
||||
{"t":"PD 24 Mass (D)OOH Print 001F Tagline ca-es Two days of epic deals Dos dies d’ofertes increïbles"}
|
||||
{"t":"PD 24 Mass (D)OOH Print 002 Tagline ca-es Two days \nof epic \ndeals Dos dies \nd’ofertes \nincreïbles"}
|
||||
{"t":"PD 24 Mass (D)OOH Print 002F Tagline ca-es Two days of epic deals Dos dies d’ofertes increïbles"}
|
||||
{"t":"PD 24 Mass (D)OOH Print 003 Tagline ca-es Two \ndays\nof epic\ndeals Dos \ndies \nd’ofertes \nincreïbles"}
|
||||
{"t":"PD 24 Mass (D)OOH Print 003F Tagline ca-es Two days of epic deals Dos dies d’ofertes increïbles"}
|
||||
{"t":"PD 24 Mass (D)OOH Print 004 Dates ca-es 16-17 July 16-17 juliol"}
|
||||
{"t":"PD 24 Mass (D)OOH Print 005 ca-es Exclusively for Prime members Només per a clients Amazon Prime"}
|
||||
{"t":"PD 24 Mass (D)OOH Print 006 Tagline ca-es New day. \nNew deals. Dia nou. \n Ofertes noves."}
|
||||
{"t":"PD 24 Mass (D)OOH Print 006F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PD 24 Mass (D)OOH Print 008 Tagline ca-es New \nday. \nNew \ndeals. Dia \nnou. \n Ofertes \nnoves."}
|
||||
{"t":"PD 24 Mass (D)OOH Print 008F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PD 24 Mass (D)OOH Print 010 Dates ca-es Ends midnight Fins a mitjanit"}
|
||||
{"t":"PD 25 Mass (D)OOH Print 001 Tagline ca-es Four days \nof big deals Quatre dies \nde grans ofertes"}
|
||||
{"t":"PD 25 Mass (D)OOH Print 001F Tagline ca-es Four days of big deals Quatre dies de grans ofertes"}
|
||||
{"t":"PD 25 Mass (D)OOH Print 002 Tagline ca-es Four days \nof big\ndeals Quatre dies \nde grans \nofertes"}
|
||||
{"t":"PD 25 Mass (D)OOH Print 002F Tagline ca-es Four days of big deals Quatre dies de grans ofertes"}
|
||||
{"t":"PD 25 Mass (D)OOH Print 003 Tagline ca-es Four \ndays\nof big\ndeals Quatre \ndies de \ngrans \nofertes"}
|
||||
{"t":"PD 25 Mass (D)OOH Print 003F Tagline ca-es Four days of big deals Quatre dies de grans ofertes"}
|
||||
{"t":"PD 25 Mass (D)OOH Print 004 Dates ca-es 8–11 July 8-11 juliol"}
|
||||
{"t":"PD 25 Mass (D)OOH Print 005 ca-es Exclusively for Prime members Només per a clients d’Amazon Prime"}
|
||||
{"t":"PD 25 Mass (D)OOH Print 006 Tagline ca-es New day. \nNew deals. Dia nou. \n Ofertes noves."}
|
||||
{"t":"PD 25 Mass (D)OOH Print 006F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PD 25 Mass (D)OOH Print 007 Tagline ca-es New day. \nNew \ndeals. Dia nou. \n Ofertes \nnoves."}
|
||||
{"t":"PD 25 Mass (D)OOH Print 007F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PD 25 Mass (D)OOH Print 008 Tagline ca-es New \nday. \nNew \ndeals. Dia \nnou. \n Ofertes \nnoves."}
|
||||
{"t":"PD 25 Mass (D)OOH Print 008F Tagline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"PD 25 Mass (D)OOH Print 009 ca-es 8–11 July 8-11 juliol"}
|
||||
{"t":"PD 25 Mass (D)OOH Print 011 Tagline ca-es Big deals \nend in \nXX:XX:XX Les grans \nofertes\nacaben en \nXX:XX:XX"}
|
||||
{"t":"PD 25 Mass (D)OOH Print 011F Tagline ca-es Big deals end in XX:XX:XX Les grans ofertes acaben en XX:XX:XX"}
|
||||
{"t":"PD 25 Mass (D)OOH Print 012 Tagline ca-es Big deals end in XX:XX:XX Les grans ofertes\nacaben en \nXX:XX:XX"}
|
||||
{"t":"PD 25 Mass (D)OOH Print 012F Tagline ca-es Big deals end in XX:XX:XX Les grans ofertes acaben en XX:XX:XX"}
|
||||
{"t":"PD 25 Mass (D)OOH Print 013 ca-es Hours hores"}
|
||||
{"t":"PD 25 Mass (D)OOH Print 014 ca-es Minutes minuts"}
|
||||
{"t":"PD 25 Mass (D)OOH Print 015 ca-es Seconds segons"}
|
||||
{"t":"PD 25 Mass (D)OOH Print 023 ca-es Exclusively for Prime members Només per a clients Amazon Prime"}
|
||||
{"t":"PD 25 Mass (D)OOH Print 027 Dates ca-es Ends midnight Fins a mitjanit"}
|
||||
{"t":"PD 25 Mass Radio 001 BVO ca-es Amazon Prime Day is from the 8th to (the) 11th of July. Prime Day d'Amazon és del 8 a l'11 de juliol."}
|
||||
{"t":"PD 25 Mass Radio 002 BVO ca-es Four days of big deals on electronics, home, kitchen and more that will make you feel less like… Quatre dies de grans ofertes en Electrònica, Llar, Cuina i molt més que faran que passis de sentir-te menys..."}
|
||||
{"t":"PD 25 Mass Radio 003 BVO ca-es And more like… i sentir-te més.."}
|
||||
{"t":"PD 25 Mass Radio 004 BVO ca-es Feel like a big deal. Sent-te com una estrella."}
|
||||
{"t":"PD 25 Mass Radio 005 BVO ca-es Amazon Prime Day is from the 8th to (the) 11th of July. Prime Day d'Amazon és del 8 a l'11 de juliol."}
|
||||
{"t":"PD 25 Mass Radio 006 BVO ca-es Exclusively for Prime Members. Només per a clients d’Amazon Prime."}
|
||||
{"t":"PD 25 Mass Radio 007 BVO ca-es Join Prime now. Uneix-te avui a Prime."}
|
||||
{"t":"PD 25 Mass Radio 008 BVO ca-es Amazon Prime Day is here. Aprofita ja Prime Day d'Amazon."}
|
||||
{"t":"PD 25 Mass Radio 013 BVO ca-es Exclusively for Prime Members. Només per a clients d’Amazon Prime."}
|
||||
{"t":"PD 25 Mass Radio 014 BVO ca-es Shop now. Descobreix les ofertes ara."}
|
||||
{"t":"SDD 24 Mass Radio 001 BVO ca-es Amazon Spring Deal Days are approaching. Arriba la Festa d'Ofertes de Primavera d'Amazon"}
|
||||
{"t":"SDD 24 Mass Radio 002 BVO ca-es So you could save big on a Bluetooth speaker. Pots estalviar moltíssim en un altaveu Bluetooth."}
|
||||
{"t":"SDD 24 Mass Radio 003 BVO ca-es And get into dancing. Que soni la música!"}
|
||||
{"t":"SDD 24 Mass Radio 004 BVO ca-es Reaaaaaally into dancing. I a ballar sense parar."}
|
||||
{"t":"SDD 24 Mass Radio 005 BVO ca-es Lifting! Spinning! Luuuunging!!! I girar, voltar, saltar!"}
|
||||
{"t":"SDD 24 Mass Radio 006 ca-es Oh no! No!"}
|
||||
{"t":"SDD 24 Mass Radio 007 BVO ca-es And you can also save big on a sewing machine. Sort que també pots estalviar moltíssim en una màquina de cosir."}
|
||||
{"t":"SDD 24 Mass Radio 008 BVO ca-es From Bluetooth speakers to sewing machines. Des d'altaveus Bluetooth fins a màquines de cosir"}
|
||||
{"t":"SDD 24 Mass Radio 009 BVO ca-es Shop epic deals during Amazon Spring Deal Days. Descobreix ofertes increïbles a la Festa d'Ofertes de Primavera d'Amazon."}
|
||||
{"t":"SDD 24 Mass Radio 010 BVO ca-es Starts Wednesday Des del dimecres."}
|
||||
{"t":"SDD 24 Mass Radio 011 VO ca-es Selected products only Més informació a amazon.es"}
|
||||
{"t":"SDD 24 Mass Radio 022 BVO ca-es Amazon Spring Deal Days are here. La Festa d'Ofertes de Primavera d'Amazon ja és aquí."}
|
||||
{"t":"SDD 24 Mass Radio 029 BVO ca-es From Bluetooth speakers to sewing machines. Des d'altaveus Bluetooth fins a màquines de cosir."}
|
||||
{"t":"SDD 24 Mass Radio 031 BVO ca-es Ends 25th of March. Fins al 25 de març."}
|
||||
{"t":"SDD 24 Mass Radio 032 VO ca-es Whilst stocks last. Més informació a amazon.es."}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 001 Headline ca-es Amazon Spring\nDeals Ofertes de Primavera\nd'Amazon"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 001F Headline ca-es Amazon Spring Deals Ofertes de Primavera d'Amazon"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 002 Headline ca-es Amazon\nSpring\nDeals Ofertes\nde Primavera\nd'Amazon"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 002F Headline ca-es Amazon Spring Deals Ofertes de Primavera d'Amazon"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 004 Subheader ca-es Up to 45% off Estalvia fins a un 40 %"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 006 ca-es 25–31 March 25-31 de març"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 007 ca-es Selected products only Més informació a Amazon.es"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 012 Subheader ca-es Up to 45% off Estalvia fins a un 40 %"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 014 ca-es Ends 31 March Acaba el 31 de març"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 017 ca-es Up to 45% off.\nWoooo! Estalvia fins a un 40 %. Uauuu!"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 017F ca-es Up to 45% off. Woooo! Estalvia fins a un 40 %. Uauuu!"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 018 ca-es Up to \n45% off.\nWoooo! Estalvia fins \na un 40 %. Uauuu!"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 018F ca-es Up to 45% off. Woooo! Estalvia fins a un 40 %. Uauuu!"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 019 Headline ca-es Up to \n45% off.\nWoooo! Estalvia \nfins \na un 40 %.\nUauuu!"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 019F Headline ca-es Up to 45% off. Woooo! Estalvia fins a un 40 %. Uauuu!"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 023 ca-es Amazon Spring Deals Ofertes de Primavera\nd'Amazon"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 023F ca-es Amazon Spring Deals Ofertes de Primavera d'Amazon"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 024 ca-es Amazon \nSpring Deals Ofertes\nde Primavera\nd'Amazon"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 024F ca-es Amazon Spring Deals Ofertes de Primavera d'Amazon"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 028 Headline ca-es New day. \nNew deals. Dia nou. \n Ofertes noves."}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 028F Headline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 030 Headline ca-es New \nday. \nNew \ndeals. Dia \nnou. \n Ofertes \nnoves."}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 030F Headline ca-es New day. New deals. Dia nou. Ofertes noves."}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 032 ca-es Amazon Spring Deals Ofertes de Primavera\nd'Amazon"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 032F ca-es Amazon Spring Deals Ofertes de Primavera d'Amazon"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 033 ca-es Amazon \nSpring Deals Ofertes\nde Primavera\nd'Amazon"}
|
||||
{"t":"SDD 25 Mass (D)OOH PRINT 033F ca-es Amazon Spring Deals Ofertes de Primavera d'Amazon"}
|
||||
{"t":"SDD 25 Mass Radio 001 BVO ca-es Ooh! Amazon's Spring Deal Days are coming! Uauu! Arriba la Festa d'Ofertes de Primavera d'Amazon!"}
|
||||
{"t":"SDD 25 Mass Radio 002 BVO ca-es So, whether you're spring hiking*... Tant si vas d'excursió*…"}
|
||||
{"t":"SDD 25 Mass Radio 003 BVO ca-es Or spring cleaning*.... Com si fas un canvi d'armari*…"}
|
||||
{"t":"SDD 25 Mass Radio 004 BVO ca-es You can save up to 45% off on all the things you need… from electronics and home to sports and [so much] more! Pots estalviar fins a un 40 % en molts productes… d'electrònica, llar, esports i [molt] més!"}
|
||||
{"t":"SDD 25 Mass Radio 005 BVO ca-es You can save big on all the things you need… from electronics and home to sports and [so much] more! Pots estalviar moltíssim en molts productes… d'electrònica, llar, aire lliure i [molt] més!"}
|
||||
{"t":"SDD 25 Mass Radio 006 BVO ca-es Ooh indeed! Uauu, brutal!"}
|
||||
{"t":"SDD 25 Mass Radio 007 BVO ca-es Shop Amazon's Spring Deal Days. Descobreix la Festa d'Ofertes de Primavera d'Amazon."}
|
||||
{"t":"SDD 25 Mass Radio 008 BVO ca-es Starts Tuesday. Comença dimarts."}
|
||||
{"t":"SDD 25 Mass Radio 009 BVO ca-es With deals that make you go... \"Ooh\" Amb ofertes tan animades… com tu. Uauu!"}
|
||||
{"t":"SDD 25 Mass Radio 010 BVO ca-es Selected products only Més informació a Amazon.es"}
|
||||
{"t":"SDD 25 Mass Radio 011 BVO ca-es Ooh! Amazon's Spring Deal Days are here! Uauu! Aprofita ja la Festa d'Ofertes de Primavera d'Amazon!"}
|
||||
{"t":"SDD 25 Mass Radio 018 BVO ca-es Ends Monday. Acaba dilluns"}
|
||||
{"t":"SDD 25 Mass Radio 019 BVO ca-es With deals that make you go... \"Ooh\" Amb ofertes tan animades… com tu. Uau!"}
|
||||
{"t":"SDD 25 Mass Radio 028 BVO ca-es Ends midnight. Fins a aquesta mitjanit."}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 001 ca-es Spring Deal Days\nis coming! Arriba la Festa d’Ofertes\n de Primavera!"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 001F ca-es Spring Deal Days is coming! Arriba la Festa d’Ofertes de Primavera!"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 002 Headline ca-es Spring Deal Days\nis coming! Arriba la Festa\n d’Ofertes\n de Primavera!"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 002F Headline ca-es Spring Deal Days is coming! Arriba la Festa d’Ofertes de Primavera!"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 003 Headline ca-es Spring\nDeal\nDays is\ncoming! Arriba \nla Festa \nd’Ofertes\nde Primavera!"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 003F Headline ca-es Spring Deal Days is coming! Arriba la Festa d’Ofertes de Primavera!"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 004 ca-es 10–16 March 10 - 16 de març"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 005 ca-es Starts 10 Mar Des del 10 de mar."}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 006 ca-es Starts 10 March Des del 10 de març"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 007 ca-es Starts \n10 March Des del \n10 de març"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 007F ca-es Starts 10 March Des del 10 de març"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 008 ca-es Selected products only Més informació a Amazon.es"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 010 ca-es Spring Deal Days Festa d’Ofertes de Primavera"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 011 ca-es Spring Deal \nDays Festa d’Ofertes \n de Primavera"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 011F ca-es Spring Deal Days Festa d’Ofertes de Primavera"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 012 ca-es Spring\nDeal\nDays Festa \nd’Ofertes \nde Primavera"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 012F ca-es Spring Deal Days Festa d’Ofertes de Primavera"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 023 Subheader ca-es Epic deals Ofertes increïbles"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 024 Subheader ca-es Epic deals Ofertes \nincreïbles"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 024F Subheader ca-es Epic deals Ofertes increïbles"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 025 ca-es Ends 16 Mar Fins al 16 de mar."}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 026 ca-es Ends 16 March Fins al 16 de març"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 029 ca-es New day.\nNew deals. Nou dia. \n Noves ofertes."}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 029F ca-es New day. New deals. Nou dia. Noves ofertes."}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 030 ca-es New day. \n New \n deals. Nou dia. \n Noves \n ofertes."}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 030F ca-es New day. New deals. Nou dia. Noves ofertes."}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 031 ca-es New\nday.\nNew\ndeals. Nou \n dia. \n Noves \n ofertes."}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 031F ca-es New day. New deals. Nou dia. Noves ofertes."}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 032 ca-es Spring Deal Days Festa d’Ofertes de Primavera"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 033 ca-es Spring Deal\nDays Festa d’Ofertes \n de Primavera"}
|
||||
{"t":"SDD 26 Mass (D)OOH PRINT 033F ca-es Spring Deal Days Festa d’Ofertes de Primavera"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 001 ca-es Spring Deal Days\nis coming! Arriba la Festa d’Ofertes\n de Primavera!"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 001F ca-es Spring Deal Days is coming! Arriba la Festa d’Ofertes de Primavera!"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 002 ca-es Spring \nDeal Days\nis coming! Arriba la Festa \n d’Ofertes\n de Primavera!"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 002F ca-es Spring Deal Days is coming! Arriba la Festa d’Ofertes de Primavera!"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 003 Headline ca-es Spring\n Deal\nDays is\n coming! Arriba \nla Festa \nd’Ofertes\nde Primavera!"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 003F Headline ca-es Spring Deal Days is coming! Arriba la Festa d’Ofertes de Primavera!"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 006 Subheader ca-es Epic deals Ofertes increïbles"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 007 Subheader ca-es Epic deals Ofertes \nincreïbles"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 007F Subheader ca-es Epic deals Ofertes increïbles"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 008 ca-es 10–16 March 10 - 16 de març"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 009 CTA ca-es Learn More Veure més"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 010 ca-es Selected products only Més informació a Amazon.es"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 012 ca-es Spring Deal Days Festa d’Ofertes de Primavera"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 013 ca-es Spring Deal \nDays Festa d’Ofertes \n de Primavera"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 013F ca-es Spring Deal Days Festa d’Ofertes de Primavera"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 014 ca-es Spring\n Deal\nDays Festa \nd’Ofertes \nde Primavera"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 014F ca-es Spring Deal Days Festa d’Ofertes de Primavera"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 031 ca-es Ends 16 Mar Fins al 16 de mar."}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 032 ca-es Ends 16 March Fins al 16 de març"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 033 CTA ca-es Shop Now Compra ara"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 061 ca-es Spring\n Deal\nDays Festa \nd’Ofertes \nde Primavera"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 061F ca-es Spring Deal Days Festa d’Ofertes de Primavera"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 062 ca-es Spring Deal Days Festa d’Ofertes de Primavera"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 091 ca-es Spring \nDeal Days Festa d’Ofertes \n de Primavera"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 091F ca-es Spring Deal Days Festa d’Ofertes de Primavera"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 106 ca-es Ends Midnight Fins a mitjanit"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 107 CTA ca-es Shop now Compra ara"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 121 ca-es Spring Deal \nDays Festa d’Ofertes \n de Primavera"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 121F ca-es Spring Deal Days Festa d’Ofertes de Primavera"}
|
||||
{"t":"SDD 26 Mass DIGITAL DISPLAY 137 ca-es Ends midnight Fins a mitjanit"}
|
||||
{"t":"SDD 26 Mass DOOH Countdown Timers 001 ca-es Spring Deal Days \nstarts La Festa d’Ofertes\n de Primavera comença en"}
|
||||
{"t":"SDD 26 Mass DOOH Countdown Timers 001F ca-es Spring Deal Days starts La Festa d’Ofertes de Primavera comença en"}
|
||||
{"t":"SDD 26 Mass DOOH Countdown Timers 002 ca-es Spring Deal \nDays \nstarts La Festa d’Ofertes \n de Primavera \n comença en"}
|
||||
{"t":"SDD 26 Mass DOOH Countdown Timers 002F ca-es Spring Deal Days starts La Festa d’Ofertes de Primavera comença en"}
|
||||
{"t":"SDD 26 Mass DOOH Countdown Timers 003 Headline ca-es Spring\nDeal\nDays\nstarts La Festa \nd’Ofertes \nde Primavera \ncomença en"}
|
||||
{"t":"SDD 26 Mass DOOH Countdown Timers 003F Headline ca-es Spring Deal Days starts La Festa d’Ofertes de Primavera comença en"}
|
||||
{"t":"SDD 26 Mass DOOH Countdown Timers 004 ca-es Hours hores"}
|
||||
{"t":"SDD 26 Mass DOOH Countdown Timers 005 ca-es Minutes minuts"}
|
||||
{"t":"SDD 26 Mass DOOH Countdown Timers 006 ca-es Seconds segons"}
|
||||
{"t":"SDD 26 Mass DOOH Countdown Timers 007 ca-es Selected products only Més informació a Amazon.es"}
|
||||
{"t":"SDD 26 Mass DOOH Countdown Timers 009 ca-es Spring Deal Days \nends La Festa d’Ofertes\nde Primavera acaba en"}
|
||||
{"t":"SDD 26 Mass DOOH Countdown Timers 009F ca-es Spring Deal Days ends La Festa d’Ofertes de Primavera acaba en"}
|
||||
{"t":"SDD 26 Mass DOOH Countdown Timers 010 ca-es Spring Deal \nDays \nends La Festa d’Ofertes \nde Primavera\nacaba en"}
|
||||
{"t":"SDD 26 Mass DOOH Countdown Timers 010F ca-es Spring Deal Days ends La Festa d’Ofertes de Primavera acaba en"}
|
||||
{"t":"SDD 26 Mass DOOH Countdown Timers 011 ca-es Spring\nDeal\nDays\nends La Festa \nd’Ofertes \nde Primavera\nacaba en"}
|
||||
{"t":"SDD 26 Mass DOOH Countdown Timers 011F ca-es Spring Deal Days ends La Festa d’Ofertes de Primavera acaba en"}
|
||||
{"t":"SDD 26 Mass Radio 002 BVO ca-es Amazon Spring Deal Days is coming with epic deals. Arriba la Festa d'Ofertes de Primavera d'Amazon, amb ofertes increïbles."}
|
||||
{"t":"SDD 26 Mass Radio 003 ca-es So Gary can get a little deal hunting done...hiding way from his seasonal chores. Per a què en Cesc es posi a caçar ofertes… en lloc de fer la feina de casa."}
|
||||
{"t":"SDD 26 Mass Radio 004 BVO ca-es He deserves this moment to save big on electronics, outdoor, home and more. S'ho mereix: és el moment d'estalviar moltíssim en electrònica, aire lliure, llar i molt més."}
|
||||
{"t":"SDD 26 Mass Radio 005 BVO ca-es ....footsteps, Gary! Get back to work.\n But just one more peak at the Amazon deals before-\n ohhh, that is lovvvvvvely! Passes, Cesc! Torna a la feina!\n Un cop d'ull a les ofertes d'Amazon abans que…\n uauuu, quina oferta!"}
|
||||
{"t":"SDD 26 Mass Radio 005F BVO ca-es ....footsteps, Gary! Get back to work. But just one more peak at the Amazon deals before- ohhh, that is lovvvvvvely! Passes, Cesc! Torna a la feina! Un cop d'ull a les ofertes d'Amazon abans que… uauuu, quina oferta!"}
|
||||
{"t":"SDD 26 Mass Radio 007 BVO ca-es Get ready for Amazon Spring Deals from the 10 to 16th of March Prepara't per a les Ofertes de Primavera d'Amazon del 10 al 16 de març."}
|
||||
{"t":"SDD 26 Mass Radio 008 ca-es Selected products only. Més informació a Amazon.es"}
|
||||
{"t":"SDD 26 Mass Radio 010 BVO ca-es ALT: Amazon Spring Deal Days is here with epic deals. La Festa d'Ofertes de Primavera d'Amazon ja és aquí amb ofertes increïbles."}
|
||||
{"t":"SDD 26 Mass Radio 013 BVO ca-es ....footsteps, Gary! Get back to work.\n But just one more peak at the Amazon deals before-\n ohhh, that is lovvvvvvely! Passes, Cesc! Torna a la feina!\n Un darrer cop d'ull a les ofertes d'Amazon abans que…\n uauuu, quina oferta!"}
|
||||
{"t":"SDD 26 Mass Radio 013F BVO ca-es ....footsteps, Gary! Get back to work. But just one more peak at the Amazon deals before- ohhh, that is lovvvvvvely! Passes, Cesc! Torna a la feina! Un darrer cop d'ull a les ofertes d'Amazon abans que… uauuu, quina oferta!"}
|
||||
{"t":"SDD 26 Mass Radio 015 BVO ca-es Hurry to get Amazon Spring Deals from the 10 to 16th of March Afanya't per trobar les Ofertes de Primavera d'Amazon del 10 al 16 de març."}
|
||||
19
storage/amazon/tm/ca-ES/flat_PrimeSpeed_ca-es.json
Normal file
19
storage/amazon/tm/ca-ES/flat_PrimeSpeed_ca-es.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 001 Super ca-es Waggy tails delivered fast. Cues contentes/Gossos feliços amb entrega ràpida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 002 Tagline ca-es Everyday Essentials. Bàsics del dia a dia."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 003 Tagline ca-es It's on Prime És a Prime"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 005 Super ca-es Effortless espressos delivered fast. El teu cafè, fàcil i amb entrega ràpida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 006 Super ca-es Birthday wishlists delivered fast. Regals d’aniversari amb entrega ràpida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 007 Tagline ca-es Customers’ most loved El que més agrada"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 008 Super ca-es Holiday mode delivered fast. Mode vacances amb entrega ràpida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 009 Super ca-es Summer ready delivered fast. A punt per a l’estiu amb entrega ràpida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 014 ca-es Cut-off times apply. Check the product page when placing the order. More information at Amazon.es/prime. S'apliquen horaris límit. Consulta la pàgina del producte en fer la comanda. Més informació a Amazon.es/prime."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 001 ca-es When your deodorant has been reduced to a tiny whisper and tries to tell you: ‘I’m running on empty… I don’t have much left to give’. Quan el teu desodorant està a punt d’acabar-se i intenta dir-te: \"Estic al límit… Ja no em queda gaire més per donar-te.\""}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 002 ca-es No need to worry… your new deodorant is already on it’s way, arriving today with Amazon Prime. No et preocupis... el teu nou desodorant ja és de camí. Arriba demà amb Amazon Prime."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 003 ca-es Everyday Essentials. Delivered Fast. It's on Prime Bàsics del dia a dia. Amb lliurament ràpid. És a Prime"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 008 VO ca-es With cut-off times. Check the product page. More information at Amazon.es/prime. Amb horaris límit. Consulta la pàgina del producte. Més informació a Amazon.es/prime."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 009 BVO ca-es I’m Professor Huggington, and I like to hug! Sóc l’Abraçadetes i m'encanta fer abraçades!"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 010 ca-es When your kid’s favourite toy starts to run out of battery power… Quan la joguina preferida del teu petit es queda sense piles…"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 011 ca-es No need to worry… your new batteries are already on their way, arriving tomorrow with Amazon Prime. No et preocupis... les teves piles noves ja són de camí. Arriben demà amb Amazon Prime."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 012 ca-es Everyday Essentials. Delivered Fast. It's on Prime Bàsics del dia a dia. Amb lliurament ràpid. És a Prime."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 013 BVO ca-es I’m Professor Huggington, and I like to hug! Sóc l’Abraçadetes i m'encanta fer abraçades!"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 017 VO ca-es With cut-off times. Check the product page. More information at Amazon.es/prime. Amb horaris límit. Consulta la pàgina del producte. Més informació a Amazon.es/prime."}
|
||||
10
storage/amazon/tm/ca-ES/flat_value_ca-es.json
Normal file
10
storage/amazon/tm/ca-ES/flat_value_ca-es.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{"t":"Value Q1 24 Radio 001 VO ca-es As Sophie opened her Amazon parcel, her eyes grew wider. Quan la Sofia va obrir el seu paquet d’Amazon va obrir uns ulls com unes taronges."}
|
||||
{"t":"Value Q1 24 Radio 002 VO ca-es Soft touch buttons and smart pressure sensor. Botons sensibles al tacte i sensor de pressió intel·ligent."}
|
||||
{"t":"Value Q1 24 Radio 003 VO ca-es This was the electric toothbrush of her dreams for a price lower than she ever imagined. Era el raspall de dents elèctric dels seus somnis, a un preu més baix del que mai hauria imaginat."}
|
||||
{"t":"Value Q1 24 Radio 004 VO ca-es Five stars from Sophie. Cinc estrelles de la Sofia."}
|
||||
{"t":"Value Q1 24 Radio 005 VO ca-es With star reviews from you and star prices from us, Amb les teves avaluacions estrella i els nostres preus estrella."}
|
||||
{"t":"Value Q1 24 Radio 006 VO ca-es Start your search on Amazon today. Comença a buscar a Amazon avui mateix"}
|
||||
{"t":"Value Q1 24 Radio 007 VO ca-es As Nigel opened his Amazon Parcel, it was love at first sight. Quan el Nico va obrir el seu paquet d’Amazon, va ser amor a primera vista."}
|
||||
{"t":"Value Q1 24 Radio 008 VO ca-es Sleek design and powerful suction... Amb el seu disseny depurat i gran poder de succió,"}
|
||||
{"t":"Value Q1 24 Radio 009 VO ca-es ...this vacuum cleaner screamed quality and for a price lower than he ever dreamed ...l’aspirador anunciava qualitat pels quatre costats i per un preu més baix del que mai hauria somniat."}
|
||||
{"t":"Value Q1 24 Radio 010 VO ca-es 5 Stars from Nigel Cinc estrelles del Nico."}
|
||||
2216
storage/amazon/tm/de-AT/flat_MASS_de-at.json
Normal file
2216
storage/amazon/tm/de-AT/flat_MASS_de-at.json
Normal file
File diff suppressed because it is too large
Load diff
902
storage/amazon/tm/de-AT/flat_Onsite_de-at.json
Normal file
902
storage/amazon/tm/de-AT/flat_Onsite_de-at.json
Normal file
|
|
@ -0,0 +1,902 @@
|
|||
{"t":"DDA 23 BFW Onsite Event Page 001 de-at Discover vouchers and save on selected brands Nutze Coupons und spare bei ausgewählten Marken"}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 004 CTA de-at Learn more Mehr erfahren"}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 005 CTA de-at Discover deals Angebote entdecken"}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 006 CTA de-at Shop now Angebote entdecken"}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 007 de-at Black Friday Week is coming Die Black Friday-Woche steht vor der Tür"}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 008 de-at Share the joy with Black Friday Week deals\n\nALT: Black Friday Week deals Freude schenken mit den Angeboten zur Black Friday Woche\n\nALT: Black Friday Woche Angebote"}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 008F de-at Share the joy with Black Friday Week deals ALT: Black Friday Week deals Freude schenken mit den Angeboten zur Black Friday Woche ALT: Black Friday Woche Angebote"}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 009 de-at Get those last Black Friday Week deals Hole dir jetzt die letzten Angebote zur Black Friday Woche"}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 010 de-at Selected products only Nur auf ausgewählte Produkte"}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 013 de-at Discover all deals here Entdecke hier alle Angebote"}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 016 de-at Get ready to save big Bist du bereit, richtig zu sparen?\n\nALT: Bald kannst du richtig sparen"}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 016F de-at Get ready to save big Bist du bereit, richtig zu sparen? ALT: Bald kannst du richtig sparen"}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 017 de-at Save big Richtig sparen"}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 018 de-at Big savings end today Die großen Angebote enden heute"}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 019 % off de-at Get ready to save up to 40% off Bald kannst du bis zu 40% sparen"}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 020 % off de-at Save up to 40% off Bis zu 40% sparen"}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 021 % off de-at Last chance for up to 40% off Deine letzte Chance auf bis zu 40% Rabatt"}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 022 de-at 17-27 Nov 17. - 27. Nov."}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 023 de-at Ends 27 November Endet am 27. November"}
|
||||
{"t":"DDA 23 BFW Onsite Event Page 024 de-at Ends midnight Endet heute um Mitternacht"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 001 de-at Discover vouchers and save on selected brands Nutze Coupons und spare bei ausgewählten Marken"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 004 CTA de-at Learn more Mehr erfahren"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 005 CTA de-at Discover deals Angebote entdecken"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 006 CTA de-at Shop now Angebote entdecken"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 007 de-at Black Friday Week is coming Die Black Friday-Woche steht vor der Tür"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 008 de-at Share the joy with Black Friday Week deals\n\nALT: Black Friday Week deals Freude schenken mit den Angeboten zur Black Friday Woche\n\nALT: Black Friday Woche Angebote"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 008F de-at Share the joy with Black Friday Week deals ALT: Black Friday Week deals Freude schenken mit den Angeboten zur Black Friday Woche ALT: Black Friday Woche Angebote"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 009 de-at Get those last Black Friday Week deals Hole dir jetzt die letzten Angebote zur Black Friday Woche"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 010 de-at Selected products only Nur auf ausgewählte Produkte"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 013 de-at Discover all deals here Entdecke hier alle Angebote"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 016 de-at Get ready to save big Bist du bereit, richtig zu sparen?\n\nALT: Bald kannst du richtig sparen"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 016F de-at Get ready to save big Bist du bereit, richtig zu sparen? ALT: Bald kannst du richtig sparen"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 017 de-at Save big Richtig sparen"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 018 de-at Big savings end today Die großen Angebote enden heute"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 019 % off de-at Get ready to save up to 40% off Bald kannst du bis zu 40% sparen"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 020 % off de-at Save up to 40% off Bis zu 40% sparen"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 021 % off de-at Last chance for up to 40% off Deine letzte Chance auf bis zu 40% Rabatt"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 022 de-at 17-27 Nov 17. - 27. Nov."}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 023 de-at Ends 27 November Endet am 27. November"}
|
||||
{"t":"DDA 23 BFW Onsite Homepage 024 de-at Ends midnight Endet heute um Mitternacht"}
|
||||
{"t":"DDA 23 LMD Onsite 001 de-at Last Minute Deals\nDeals for you, joy for them Last Minute Angebote\nRichtig sparen, Freude schenken"}
|
||||
{"t":"DDA 23 LMD Onsite 001F de-at Last Minute Deals Deals for you, joy for them Last Minute Angebote Richtig sparen, Freude schenken"}
|
||||
{"t":"DDA 23 LMD Onsite 002 de-at Shop now Angebote entdecken"}
|
||||
{"t":"DDA 23 LMD Onsite 003 de-at Shop now Angebote entdecken"}
|
||||
{"t":"DDA 23 LMD Onsite 004 CTA de-at Shop now Angebote entdecken"}
|
||||
{"t":"DDA 23 LMD Onsite 005 de-at Last Minute Deals Last Minute Angebote"}
|
||||
{"t":"DDA 23 LMD Onsite 006 de-at Last Minute Deals\nDeals for you, joy for them Last Minute Angebote\nRichtig sparen, Freude schenken"}
|
||||
{"t":"DDA 23 LMD Onsite 006F de-at Last Minute Deals Deals for you, joy for them Last Minute Angebote Richtig sparen, Freude schenken"}
|
||||
{"t":"DDA 23 LMD Onsite 007 de-at Last Minute Deals Last Minute Angebote"}
|
||||
{"t":"DDA 23 LMD Onsite 008 de-at Selected products only Nur auf ausgewählte Produkte"}
|
||||
{"t":"DDA 23 LMD Onsite 009 de-at Find Last Minute Deals that bring the joy Last Minute Angebote"}
|
||||
{"t":"DDA 23 LMD Onsite 010 de-at Deals for you, joy for them Richtig sparen, Freude schenken"}
|
||||
{"t":"DDA 23 LMD Onsite 011 de-at Last Minute Deals Last Minute Angebote"}
|
||||
{"t":"DDA 23 LMD Onsite 012 de-at Find Last Minute Deals that bring the joy Richtig sparen, Freude schenken"}
|
||||
{"t":"DDA 23 LMD Onsite 013 de-at Last Minute Deals\nDeals for you, joy for them Last Minute Angebote\nRichtig sparen, Freude schenken"}
|
||||
{"t":"DDA 23 LMD Onsite 013F de-at Last Minute Deals Deals for you, joy for them Last Minute Angebote Richtig sparen, Freude schenken"}
|
||||
{"t":"DDA 23 LMD Onsite 014 de-at Last Minute Deals Last Minute Angebote"}
|
||||
{"t":"DDA 23 LMD Onsite 015 de-at Deals for you, joy for them Richtig sparen, Freude schenken"}
|
||||
{"t":"DDA 24 Onsite 001 de-at Black Friday returns soon in 2024 Black Friday kommt bald zurück"}
|
||||
{"t":"DDA 24 Onsite 002 de-at Thank you for shopping Danke für deinen Einkauf"}
|
||||
{"t":"DDA 24 Onsite 003 de-at Discover all deals here Entdecke alle Angebote hier"}
|
||||
{"t":"DDA 24 Onsite 004 de-at Black Friday returns in 2025 Black Friday kommt in 2025 zurück"}
|
||||
{"t":"DDA 24 Onsite 005 de-at Black Friday Week starts on 21 November at midnight. Come back for 12 days of epic deals. Die Black Friday Woche startet am 21. November um Mitternacht. Freu dich auf tolle Angebote."}
|
||||
{"t":"DDA 24 Onsite 006 de-at Black Friday Week starts on XX November at midnight. Come back for 12 days of epic deals. Die Black Friday Woche startet am XX. November um Mitternacht. Freu dich auf tolle Angebote."}
|
||||
{"t":"DDA 24 Onsite 007 de-at Black Friday Week is coming Die Black Friday Woche"}
|
||||
{"t":"DDA 24 Onsite 008 de-at Get ready to save big Bald kannst du so richtig sparen"}
|
||||
{"t":"DDA 24 Onsite 009 de-at 21 Nov-2 Dec 21. Nov. - 2. Dez."}
|
||||
{"t":"DDA 24 Onsite 010 de-at Save big Spare so richtig"}
|
||||
{"t":"DDA 24 Onsite 011 de-at Starts midnight Um Mitternacht geht's los"}
|
||||
{"t":"DDA 24 Onsite 012 de-at Black Friday Week 21 Nov-2 Dec Black Friday Woche 21. Nov. - 2. Dez."}
|
||||
{"t":"DDA 24 Onsite 013 de-at Shop Black Friday Week Black Friday Woche entdecken"}
|
||||
{"t":"DDA 24 Onsite 014 de-at Black Friday Week is here Die Black Friday Woche ist da"}
|
||||
{"t":"DDA 24 Onsite 015 de-at Ends 2 December Nur bis zum 2. Dezember"}
|
||||
{"t":"DDA 24 Onsite 016 de-at Black Friday Week Black Friday Woche"}
|
||||
{"t":"DDA 24 Onsite 017 de-at Shop. Save. Repeat. Einkaufen. Sparen. Freuen."}
|
||||
{"t":"DDA 24 Onsite 018 de-at Black Friday is here Der Black Friday ist da"}
|
||||
{"t":"DDA 24 Onsite 019 de-at Big savings Richtig viel sparen"}
|
||||
{"t":"DDA 24 Onsite 020 de-at Shop epic deals now Entdecke jetzt tolle Angebote"}
|
||||
{"t":"DDA 24 Onsite 021 de-at Last chance to get Black Friday Deals Letzte Chance auf Black Friday Angebote"}
|
||||
{"t":"DDA 24 Onsite 022 de-at Big savings end today Nur noch heute richtig viel sparen"}
|
||||
{"t":"DDA 24 Onsite 023 de-at Black Friday Week ends soon Die Black Friday Woche endet bald"}
|
||||
{"t":"DDA 24 Onsite 024 de-at Black Friday Week is 21 November - 2 December Die Black Friday Woche ist vom 21. November - 2. Dezember"}
|
||||
{"t":"DDA 24 Onsite 025 de-at Black Friday Week is 21 Nov – 2 Dec Black Friday Woche: 21. Nov. - 2. Dez."}
|
||||
{"t":"DDA 24 Onsite 026 de-at Black Friday Week starts in Die Black Friday Woche geht los in:"}
|
||||
{"t":"DDA 24 Onsite 027 de-at Black Friday WeekStarts in Die Black Friday WocheGeht los in:"}
|
||||
{"t":"DDA 24 Onsite 028 de-at Black Friday Week ends in Die Black Friday Woche endet in"}
|
||||
{"t":"DDA 24 Onsite 029 de-at Shop new deal drops Entdecke neue Angebote"}
|
||||
{"t":"DDA 24 Onsite 030 de-at Black Friday WeekEnding soon Die Black Friday WocheEndet bald"}
|
||||
{"t":"DDA 24 Onsite 031 de-at Shop all deals Alle Angebote"}
|
||||
{"t":"DDA 24 Onsite 032 de-at Lightning Deals Blitzangebote"}
|
||||
{"t":"DDA 24 Onsite 033 de-at Deals under £15 Angebote unter 20 €"}
|
||||
{"t":"DDA 24 Onsite 034 de-at Black Friday Week coming soon Bald startet die Black Friday Woche"}
|
||||
{"t":"DDA 24 Onsite 035 de-at 3 days until epic deals Nur 3 Tage bis zu den tollen Angeboten"}
|
||||
{"t":"DDA 24 Onsite 036 de-at 2 days until epic deals Nur 2 Tage bis zu den tollen Angeboten"}
|
||||
{"t":"DDA 24 Onsite 037 de-at 21 Nov - 2 Dec 21. Nov. - 2. Dez."}
|
||||
{"t":"DDA 24 Onsite 038 de-at Get your cart ready Mach dich bereit"}
|
||||
{"t":"DDA 24 Onsite 039 de-at Epic deals start tomorrow! Tolle Angebote"}
|
||||
{"t":"DDA 24 Onsite 040 de-at Black Friday Week starts midnight Die Black Friday Woche startet heute"}
|
||||
{"t":"DDA 24 Onsite 041 de-at Shop new deals while they’re hot Entdecke tolle Angebote, bevor sie weg sind"}
|
||||
{"t":"DDA 24 Onsite 042 de-at Discover new deals Neue Angebote entdecken"}
|
||||
{"t":"DDA 24 Onsite 043 de-at Shop now Jetzt Angebote entdecken"}
|
||||
{"t":"DDA 24 Onsite 044 de-at Top 100 Deals Top-100-Angebote"}
|
||||
{"t":"DDA 24 Onsite 045 de-at Check Top 100 deals of the day Entdecke die Top-100-Angebote des Tages"}
|
||||
{"t":"DDA 24 Onsite 046 de-at Black Friday Top 100 Deals Black Friday Top-100-Angebote"}
|
||||
{"t":"DDA 24 Onsite 047 de-at Black Friday picks from top brands Black Friday Angebote von Top-Marken"}
|
||||
{"t":"DDA 24 Onsite 048 de-at Top 100 deals of the day Top-100-Angebote des Tages"}
|
||||
{"t":"DDA 24 Onsite 049 de-at 12 days of epic deals has officially started. Jetzt geht's offiziell los: 12 Tage mit tollen Angebote"}
|
||||
{"t":"DDA 24 Onsite 050 de-at 21 November - 2 December 21. Nov. - 2. Dez."}
|
||||
{"t":"DDA 24 Onsite 051 de-at 4 days until epic deals Nur 4 Tage bis zu den tollen Angeboten"}
|
||||
{"t":"DDA 24 Onsite 052 de-at 5 days until epic deals Nur 5 Tage bis zu den tollen Angeboten"}
|
||||
{"t":"DDA 24 Onsite 053 de-at Amazing deals Traumhafte Angebote"}
|
||||
{"t":"DDA 24 Onsite 054 de-at Black Friday Week deals Black Friday Woche"}
|
||||
{"t":"DDA 24 Onsite 055 de-at Black Friday Week ends tomorrow Die Black Friday Woche endet morgen"}
|
||||
{"t":"DDA 24 Onsite 056 de-at Black Friday Week ends tonight Die Black Friday Woche endet heute"}
|
||||
{"t":"DDA 24 Onsite 057 de-at Black Friday Week starts soon Die Black Friday Woche startet bald"}
|
||||
{"t":"DDA 24 Onsite 058 de-at Black Friday Week starts soon Die Black Friday Woche geht bald los"}
|
||||
{"t":"DDA 24 Onsite 060 de-at Buy More & Save Mehr einkaufen, mehr sparen"}
|
||||
{"t":"DDA 24 Onsite 061 de-at Check for last-minute deals Sicher dir die letzten Angebote"}
|
||||
{"t":"DDA 24 Onsite 062 de-at Check in for buzzworthy early deals Sichere dir jetzt schon die ersten Angebote"}
|
||||
{"t":"DDA 24 Onsite 063 de-at Check in for last-minute deal drops Sichere dir die letzten Angebote"}
|
||||
{"t":"DDA 24 Onsite 064 de-at Check in for last-minute deals Sichere dir die letzten Angebote"}
|
||||
{"t":"DDA 24 Onsite 065 de-at Customers' most-loved Kunden-Favoriten"}
|
||||
{"t":"DDA 24 Onsite 066 de-at Deals for them, deals for you Angebote für jeden und für dich."}
|
||||
{"t":"DDA 24 Onsite 067 de-at Save more, wrap later Erst sparen, dann schön einpacken"}
|
||||
{"t":"DDA 24 Onsite 068 de-at Prices worth celebrating Richtig sparen, Freude schenken"}
|
||||
{"t":"DDA 24 Onsite 069 de-at Shop dazzling savings Entdecke tolle Angebote"}
|
||||
{"t":"DDA 24 Onsite 070 de-at Deals on awesome stuff Erstklassige Angebote"}
|
||||
{"t":"DDA 24 Onsite 071 de-at Deals to take home Derzeit beliebt"}
|
||||
{"t":"DDA 24 Onsite 072 de-at Deals to talk about Beliebte Angebote"}
|
||||
{"t":"DDA 24 Onsite 073 de-at Discover deals Angebote entdecken"}
|
||||
{"t":"DDA 24 Onsite 075 de-at Discover now Jetzt entdecken"}
|
||||
{"t":"DDA 24 Onsite 076 de-at Discover vouchers and save on selected brands Hol dir Aktionsgutscheine und spare bei ausgewählten Marken"}
|
||||
{"t":"DDA 24 Onsite 077 de-at Early Deals Erste Angebote"}
|
||||
{"t":"DDA 24 Onsite 078 de-at Early deals are waiting for you Erste Angebote warten auf dich"}
|
||||
{"t":"DDA 24 Onsite 079 de-at Early deals to shop Erste Angebote"}
|
||||
{"t":"DDA 24 Onsite 080 de-at Ends midnight Endet heute um Mitternacht"}
|
||||
{"t":"DDA 24 Onsite 081 de-at Ends soon Endet in Kürze"}
|
||||
{"t":"DDA 24 Onsite 082 de-at Epic Deals Tolle Angebote"}
|
||||
{"t":"DDA 24 Onsite 083 de-at Epic deals are back Tolle Angebote sind zurück"}
|
||||
{"t":"DDA 24 Onsite 084 de-at Fantastic deals Fantastische Angebote"}
|
||||
{"t":"DDA 24 Onsite 085 de-at Get excited. Deals are coming. Freu dich drauf.Tolle Angebote im Anflug."}
|
||||
{"t":"DDA 24 Onsite 086 de-at Get fast, free delivery with Prime Schnelle und kostenlose Lieferung mit Prime"}
|
||||
{"t":"DDA 24 Onsite 087 de-at Get free games and more with Prime Hole dir kostenlose Spiele und Spielinhalte mit Prime Gaming"}
|
||||
{"t":"DDA 24 Onsite 088 de-at Get ready to save up to 40% off Bald kannst du bis zu 40% sparen"}
|
||||
{"t":"DDA 24 Onsite 089 de-at Get those last Black Friday Week deals Hol dir jetzt die letzten Angebote der Black Friday Woche"}
|
||||
{"t":"DDA 24 Onsite 091 de-at Get your carts ready Wunschzettel parat?"}
|
||||
{"t":"DDA 24 Onsite 092 de-at Great deals Tolle Angebote"}
|
||||
{"t":"DDA 24 Onsite 093 de-at Invite-only deals Exklusive Angebote, nur mit Einladung"}
|
||||
{"t":"DDA 24 Onsite 094 de-at it's Black Friday day in Black Friday Week Heute ist der Black Friday der Black Friday Woche"}
|
||||
{"t":"DDA 24 Onsite 096 de-at Join Prime Jetzt Prime entdecken"}
|
||||
{"t":"DDA 24 Onsite 097 de-at Join Prime for big deals Jetzt Prime-Angebote entdecken"}
|
||||
{"t":"DDA 24 Onsite 098 de-at Last Minute Deals Last Minute Angebote"}
|
||||
{"t":"DDA 24 Onsite 099 de-at Learn more Mehr erfahren"}
|
||||
{"t":"DDA 24 Onsite 100 de-at Listen to Amazon Music with Prime Höre dir Musik und Podcasts mit Amazon Music Prime an"}
|
||||
{"t":"DDA 24 Onsite 101 de-at Make your wish list for Black Friday Week Wunschzettel parat? Black Friday Woche"}
|
||||
{"t":"DDA 24 Onsite 102 de-at New day. New deals. Neuer Tag.Neue Angebote."}
|
||||
{"t":"DDA 24 Onsite 103 de-at New deals drop in Neue Angebote starten in"}
|
||||
{"t":"DDA 24 Onsite 104 de-at New deals every 12 hours Neue Angebote alle 12 Stunden"}
|
||||
{"t":"DDA 24 Onsite 105 de-at New deals in Neue Angebote in"}
|
||||
{"t":"DDA 24 Onsite 106 de-at Option 1: Included with your Prime membership In deiner Prime-Mitgliedschaft enthalten"}
|
||||
{"t":"DDA 24 Onsite 107 de-at Option 2: Included with a Prime membership In der Prime-Mitgliedschaft enthalten"}
|
||||
{"t":"DDA 24 Onsite 108 de-at Option 3: Exclusively for Prime members Exklusiv für Prime-Mitglieder"}
|
||||
{"t":"DDA 24 Onsite 109 de-at Ready. Set. Black Friday Week. Auf die Plätze ...Fertig ...Black Friday Woche"}
|
||||
{"t":"DDA 24 Onsite 110 de-at Selected products only Nur auf ausgewählte Produkte"}
|
||||
{"t":"DDA 24 Onsite 111 de-at Shop early deals Entdecke frühe Angebote"}
|
||||
{"t":"DDA 24 Onsite 112 de-at Shop Everyday Essentials Entdecke alles, was du täglich brauchst"}
|
||||
{"t":"DDA 24 Onsite 113 de-at Shop new deals Entdecke neue Angebote"}
|
||||
{"t":"DDA 24 Onsite 114 de-at Shop Prime Try Before You Buy Erst probieren, dann bezahlen mit Prime"}
|
||||
{"t":"DDA 24 Onsite 115 de-at Shop the final hours Tolle Angebote enden bald"}
|
||||
{"t":"DDA 24 Onsite 117 de-at Shop Black Friday Week deals Jetzt Angebote der Black Friday Woche entdecken"}
|
||||
{"t":"DDA 24 Onsite 118 de-at Starts 21 November Start am 21.11."}
|
||||
{"t":"DDA 24 Onsite 119 de-at Stay tuned for early deals Freu dich auf die ersten Angebote"}
|
||||
{"t":"DDA 24 Onsite 120 de-at Today's deal drop Neue Angebote heute"}
|
||||
{"t":"DDA 24 Onsite 121 de-at Today's deals Die Angebote des Tages"}
|
||||
{"t":"DDA 24 Onsite 122 de-at Top brands Top-Marken"}
|
||||
{"t":"DDA 24 Onsite 123 de-at Trending deals Beliebte Angebote"}
|
||||
{"t":"DDA 24 Onsite 124 de-at Trending Black Friday Week deals Beliebte Angebote der Black Friday Woche"}
|
||||
{"t":"DDA 24 Onsite 125 de-at Up to 40% off Bis zu 40 % sparen"}
|
||||
{"t":"DDA 24 Onsite 126 de-at Watch movies and shows with Prime Filme und Serien mit Prime ansehen"}
|
||||
{"t":"PD 23 Onsite Copy Requests 001 de-at WOW! Deals are products from top brands at unbelievable discounts, each available for only 2 hours and at a limited quantity – when they’re gone, they’re gone! WOW!-Angebote sind Produkte von Top-Marken mit unglaublichen Rabatten, die jeweils nur für zwei Stunden und in begrenzter Menge verfügbar sind – wenn sie weg sind, sind sie weg!"}
|
||||
{"t":"PD 23 Onsite Copy Requests 002 de-at To get the chance to shop those deals, activate the deal alert below to receive a reminder once they go live. Du willst diese Angebote nutzen? Kein Problem, einfach den Aktionsalarm unten aktivieren. Du erhältst dann eine Erinnerung, sobald die Angebote verfügbar sind."}
|
||||
{"t":"PD 23 Onsite Copy Requests 003 de-at Scavenger Hunt Schnitzeljagd"}
|
||||
{"t":"PD 23 Onsite Copy Requests 004 de-at Invite Only Deals Exklusive Angebote"}
|
||||
{"t":"PD 23 Onsite Copy Requests 005 de-at Most Loved Deals Beliebteste Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 001 Category de-at Headphones & Music Kopfhörer & Musik"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 002 Category de-at Automotive Auto & Motorrad"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 003 Category de-at Baby Baby"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 004 Category de-at Beauty Beauty"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 005 Category de-at Books Bücher"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 006 Category de-at Cameras Kamera & Zubehör"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 007 Category de-at Computer & Software Computer & Software"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 008 Category de-at Devices Amazon-Geräte"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 009 Category de-at Electronics Elektronik & Zubehör"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 010 Category de-at Family Baby"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 011 Category de-at Food & Drink Lebensmittel & Getränke"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 012 Category de-at 4-Stars and up 4 Sterne & mehr"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 013 Category de-at Global Store Global Store"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 014 Category de-at Grocery Lebensmittel"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 015 Category de-at Grooming Körperpflege"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 016 Category de-at Headphones Kopfhörer"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 017 Category de-at DIY & Tools Baumarkt"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 018 Category de-at Health & Personal Care Drogerie & Körperpflege"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 019 Category de-at Home Cinema Fernseher & Heimkino"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 020 Category de-at Home Entertainment Heimkino"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 021 Category de-at Jewellery & Watches Schmuck & Uhren"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 022 Category de-at Kitchen Küche"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 023 Category de-at Lawn & Garden Garten"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 024 Category de-at Luggage Taschen & Rucksäcke"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 025 Category de-at Men’s Fashion Herrenmode"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 026 Category de-at Mobile Phones Smartphones"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 027 Category de-at Mobile Phones & Accessories Smartphones & Zubehör"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 028 Category de-at Music Musik"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 029 Category de-at Office & School Supplies Büro & Schule"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 030 Category de-at Off to Uni Semesterstart"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 031 Category de-at Pet Supplies Haustierbedarf"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 032 Category de-at Shoes Schuhe"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 033 Category de-at Shows & Films Serien & Filme"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 034 Category de-at Small Businesses Kleine Unternehmen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 035 Category de-at Smart Home Smart Home"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 036 Category de-at Sports & Outdoors Sport & Freizeit"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 037 Category de-at Sports Nutrition & Wearables Sportnahrung & Wearables"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 038 Category de-at Toys Spielzeug"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 039 Category de-at Video Games Gaming & Zubehör"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 040 Category de-at Vouchers Coupons"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 041 Category de-at Women’s Fashion Damenmode"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 042 Category de-at School & Uni Deals Schule & Uni"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 043 Category de-at Household Supplies Haushalt"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 044 Category de-at eBooks E-Books"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 045 Category de-at Wine Wein"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 046 Category de-at DVD & Blu-ray DVD & Blu-ray"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 047 Category de-at Musical instruments Musikinstrumente"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 048 Category de-at Wine & Spirits Wein & Spirituosen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 049 Category de-at Private brands Amazon-Marken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 050 Category de-at Furniture Möbel"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 051 Category de-at Business, industrial and scientific supplies Gewerbe, Industrie & Wissenschaft"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 052 Category de-at 4 stars and up 4 Sterne & mehr"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 053 Category de-at Deals trending Beliebte Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 054 Category de-at Home & kitchen Küche & Haushalt"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 055 Headline de-at Amazon Devices Amazon-Geräte"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 056 Headline de-at Deals under £15 Angebote unter 20 €"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 057 Headline de-at Deals ending soon Endet bald"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 058 Headline de-at Deals just started In Kürze"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 059 Headline de-at Deals you’re watching Beobachten"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 060 Headline de-at Lightning Deals Blitzangebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 061 Headline de-at Shop all deals Angebote entdecken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 062 Headline de-at Spotlight Deals Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 063 Headline de-at Top Deals Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 064 Headline de-at Trending Deals Beliebte Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 065 Headline de-at Upcoming Deals In Kürze"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 066 Headline de-at Helpful hints for shopping epic deals Tipps & Tricks, wie du am meisten aus Prime Day machst"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 067 Headline de-at When the deals start, try these tricks and tips Tipps & Tricks, wie du am meisten aus Prime Day machst"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 068 Headline de-at Two days of epic deals Zwei Tage voller Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 069 Headline de-at Support small businesses, and earn £10 to spend on Prime Day Kleine Unternehmen unterstützen & 10€ Guthaben für Prime Day erhalten"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 070 Headline de-at Deals on your favourite everything Zwei Tage, tolle Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 071 Headline de-at Epic deals. On a Monday. Zwei Tage voller Angebote."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 072 Headline de-at Epic deals start at midnight Tolle Angebote starten ab Mitternacht"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 073 Headline de-at Time to start your free trial Starte deinen 30-tägigen Prime-Gratiszeitraum noch heute"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 074 Headline de-at Is it midnight yet? Prime Day startet um Mitternacht"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 075 Headline de-at Deals on your favourite devices Angebote für Amazon-Geräte"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 076 Headline de-at Get the most out of Prime Day Hole das Beste aus Prime Day heraus"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 077 Headline de-at Save big, save early Schon jetzt exklusive Angebote entdecken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 078 Headline de-at Exclusive offers, just for you Exklusive Prime-Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 079 Headline de-at Prime Delivery Prime-Premiumversand"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 080 Headline de-at Prime Now Prime Now"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 081 Headline de-at Prime Gaming Prime Gaming"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 082 Headline de-at Prime Reading Prime Reading"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 083 Headline de-at Tip #1: Tipp Nr. 1:"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 084 Headline de-at Tip #2: Tipp Nr. 2:"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 085 Headline de-at Tip #3: Tipp Nr. 3:"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 086 Headline de-at Tip #1: try Amazon Assistant Tipp 1: Entdecke den Amazon Assistant"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 087 Headline de-at Make sure you’re getting the best deal with Amazon Assistant’s price comparisons and 30-day price history. Achte bei deiner Produktsuche auf den Hinweis „Prime Day Angebot“."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 088 Headline de-at Blue means Deal Blau ist die Farbe, die dich auf ein Angebot hinweist"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 089 Headline de-at Turn on notifications Benachrichtigungen aktivieren"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 090 Headline de-at Never miss a deal with personalised deal notifications. Mit der Funktion \"Angebote verfolgen\" wirst du benachrichtigt, sobald dein ausgewähltes Produkt im Angebot ist."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 091 Headline de-at Tip #4: Tipp Nr. 4:"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 092 Headline de-at Try Amazon Assistant Teste den Amazon Assistant"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 093 Headline de-at Shop with small businesses and save Bei kleinen Unternehmen kaufen und sparen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 094 Headline de-at Support small businesses Unterstütze kleine Unternehmen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 095 Headline de-at Tip #6: Tipp Nr. 6:"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 096 Headline de-at Shop now, pay later Jetzt kaufen, später zahlen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 097 Headline de-at Tip #7: Tipp Nr. 7:"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 098 Headline de-at Earn Amazon Points Sammle Amazon-Punkte"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 099 Headline de-at Earn points just for shopping and using your Prime benefits. Sammle Punkte bei deinem Einkauf und nutze deine Prime-Vorteile."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 100 Headline de-at Tip #8: Tipp Nr. 8:"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 101 Headline de-at Tip #9: Tipp Nr. 9:"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 102 Headline de-at Look out for Lightning Deals Halte nach Blitzangeboten Ausschau"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 103 Headline de-at Time flies when you’re saving big Prime Day endet in"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 104 Headline de-at It’s not over yet! Prime Day endet um Mitternacht"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 105 Headline de-at Deals on Amazon devices Amazon-Geräte im Angebot"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 106 Headline de-at Deals from small businesses Angebote von kleinen Unternehmen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 107 Headline de-at Shop deals by category Nach Kategorien filtern"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 108 Headline de-at Deals on top brands Angebote von Top-Marken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 109 Headline de-at Can’t-miss deals Angebote, die du nicht verpassen solltest"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 110 Headline de-at Epic deals just for you Tolle Angebote nur für dich"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 111 Headline de-at Deals on Amazon brands Angebote von Amazon-Marken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 112 Headline de-at Deals based on your interests Angebote basierend auf deinen Interessen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 113 Headline de-at Deals on stuff you’re into Angebote für alles, was dir gefällt"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 114 Headline de-at Top-rated deals Bestbewertete Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 115 Headline de-at Deals in Home Angebote in Haushalt"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 116 Headline de-at Deals in Kitchen Angebote in Küche"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 117 Headline de-at Deals in Electronics Angebote in Elektronik"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 118 Headline de-at Deals in Toys Angebote in Spielzeug"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 119 Headline de-at Deals in Baby Angebote in Baby"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 120 Headline de-at Check out these Prime-exclusive vouchers Exklusiv für Prime-Mitglieder: Coupons"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 121 Headline de-at Shop deals from small businesses Angebote von kleinen Unternehmen entdecken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 122 Headline de-at Support small businesses, discover unique products Unterstütze kleine Unternehmen, entdecke individuelle Produkte"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 123 Headline de-at Amazon Brands Amazon-Marken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 124 Headline de-at Epic deals, on a Monday Tolle Angebote ab Montag"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 125 Headline de-at 2 days to go Noch 2 Tage"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 126 Headline de-at Big deals, small businesses Große Angebote kleiner Unternehmen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 127 Headline de-at Deals in Fashion Mode-Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 128 Headline de-at Prime membership at its best Mache mehr aus deiner Prime-Mitgliedschaft"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 129 Headline de-at Save the date to save big Datum vormerken und richtig sparen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 130 Headline de-at Epic deals, just 6 days away Tolle Angebote in 6 Tagen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 131 Headline de-at Personal care appliances Körperpflege"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 132 Headline de-at Get ready – this could sell fast! Mache dich bereit – die Angebote sind schnell weg"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 133 Headline de-at Get extra cash back! n/a"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 134 Headline de-at Epic deals start on Monday Tolle Angebote starten am Montag"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 135 Headline de-at Shop by Category Nach Kategorie shoppen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 136 Headline de-at Epic deals on top brands Tolle Angebote von Top-Marken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 137 Headline de-at Save on popular brands Spare bei beliebten Marken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 138 Headline de-at Ends in Endet in"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 139 Headline de-at Shop products from small businesses Entdecke Produkte von kleinen Unternehmen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 140 Headline de-at Support small businesses & enter for a chance to win big Unterstütze kleine Unternehmen und mache beim Gewinnspiel mit"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 141 Headline de-at Welcome to the lightning round Willkommen bei den Blitzangeboten"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 142 Headline de-at 3 days to go. Nur noch 3 Tage."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 143 Headline de-at 2 days to go. Nur noch 2 Tage."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 144 Headline de-at 1 day to go Nur noch 1 Tag"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 145 Headline de-at Prime-Exclusive Deals Angebote für Prime-Mitglieder"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 146 Headline de-at Spend £10 with small businesses, Für 10 € bei kleinen Unternehmen einkaufen,"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 147 Headline de-at Customer's Most Loved Lieblingsartikel unserer Kunden"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 148 Headline de-at Support small to win big Unterstütze kleine Unternehmen, um groß abzuräumen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 149 Headline de-at Top brands Top-Marken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 150 Headline de-at Early deals for back to school Frühe Angebote für den Schulstart"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 151 Headline de-at Shop Alexa Early Access Deals Entdecke Alexa Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 152 Headline de-at Shop with Alexa Einkaufen mit Alexa"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 153 Headline de-at when you spend £10 with small businesses wenn du für 10 € bei kleinen Unternehmen kaufst"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 154 Headline de-at Trending deals – going fast! Beliebte Angebote – die schnell weg sind!"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 155 Headline de-at Two days, heaps of epic deals Zwei Tage, unzählige tolle Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 156 Headline de-at Two days of epic deals you’ve been dreaming of Zwei Tage voller Angebote, auf die du gewartet hast"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 157 Headline de-at Support small businesses to win big Unterstütze kleine Unternehmen, um groß abzuräumen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 158 Headline de-at “Alexa, where’s my stuff?” „Alexa, wo ist meine Bestellung?‟"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 159 Headline de-at Collect all your stamps, get £10 Sammle alle Stempel, erhalte 10 €"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 160 Headline de-at Don’t miss a single deal. Ever. Verpasse kein einziges Angebot. Niemals."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 161 Headline de-at Get deals with Alexa Angebote entdecken mit Alexa"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 162 Headline de-at Yes, Amazon has vouchers Ja, Amazon hat Coupons"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 163 Headline de-at “Alexa, can you save my spot?” „Alexa, kannst du meinen Platz freihalten?“"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 164 Headline de-at The best deals right now Die aktuell besten Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 165 Headline de-at Don’t miss this deal in particular Dieses Angebot darfst du auf keinen Fall verpassen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 166 Headline de-at Shop last-minute deals Sichere dir Last-Minute-Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 167 Headline de-at Now it’s super official. Jetzt ist es offiziell!"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 168 Headline de-at Shop fast! Jetzt Angebote entdecken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 169 Headline de-at The deals of your dreams Traumhafte Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 170 Headline de-at Are almost here sind fast hier"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 172 Headline de-at Ask Alexa now Frage jetzt Alexa"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 173 Headline de-at Help yourself to some deals Sichere dir deine Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 174 Headline de-at So many deals, so little time. So wenig Zeit für so viele Angebote."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 175 Headline de-at 5 days to go Nur noch 5 Tage."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 176 Headline de-at 4 days to go. Nur noch 4 Tage."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 177 Headline de-at Prime exclusive vouchers Prime-exklusive Coupons"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 178 Headline de-at See you next Bis zum nächsten"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 179 Headline de-at Welcome to Prime Willkommen bei Prime"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 180 Headline de-at For your new device Für dein neues Amazon-Gerät"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 181 Headline de-at It's almost here Fast vorbei"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 182 Headline de-at That's a wrap! Das war’s!"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 183 Headline de-at Wait. Alexa can do that? Amazon-Geräte entdecken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 184 Headline de-at Explore your Prime benefits Entdecke deine Prime-Vorteile"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 185 Headline de-at Buy small to win big Bei kleinen Unternehmen groß sparen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 186 Headline de-at Show me the deals Zeig mir die Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 187 Headline de-at Alexa can help! She loves deals. Alexa kann dir helfen! Sie liebt Angebote."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 188 Headline de-at The happiest vouchers in the world Die besten Coupons der Welt"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 189 Headline de-at Get your deals to go Deine Angebote für unterwegs"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 190 Headline de-at Start shopping early Prime Day Angebote entdecken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 191 Headline de-at Explore Prime member benefits Entdecke alle Prime-Vorteile"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 192 Headline de-at Explore more offers Entdecke weitere Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 195 Headline de-at Incoming deals Mach dich bereit für tolle Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 196 Headline de-at Deals start at midnight Die Angebote starten um Mitternacht"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 197 Headline de-at No peeking Wir verraten noch nichts"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 198 Subtext de-at Stream thousands of films and TV shows, including exclusive Amazon Originals. Streame tausende Filme und Serienepisoden, darunter exklusive Amazon Originals."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 199 Subtext de-at All of the music you love plus the largest catalogue of top podcasts ad-free, included with Prime. Shuffle play any artist, album or playlist. Alle Songs und Top-Podcasts auf Amazon Music ohne Werbung."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 200 Subtext de-at Get unlimited, fast delivery on all your purchases, delivered as soon as the same day. Schneller und kostenloser Versand für Millionen von Artikeln."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 201 Subtext de-at Enjoy a rotating selection of books, magazines, and more Genieße grenzenloses Lesevergnügen auf allen Geräten mit hunderten von eBooks, e-Magazinen, Comics"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 202 Subtext de-at Try on clothes, shoes, jewelry and accessories from the comfort of your home, and only pay for what you keep. Probiere Bekleidung & Schuhe bequem zu Hause an und bezahle nur die Artikel, die du behälst."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 203 Subtext de-at Try Prime in time Entdecke Prime"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 204 Subtext de-at for Prime Day am Prime Day"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 205 Subtext de-at Prime Video Prime Video"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 206 Subtext de-at Watch hit movies and TV, award-winning Originals, live sports, and more. Streame tausende Filme und Serienepisoden, darunter exklusive Amazon Originals."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 207 Subtext de-at Watch now Jetzt entdecken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 208 Subtext de-at Amazon Music Amazon Music"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 209 Subtext de-at Listen now Jetzt entdecken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 210 Subtext de-at Prime Try Before You Buy Prime erst probieren, dann zahlen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 211 CTA de-at Find your new look Jetzt ausprobieren"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 212 Subtext de-at Free international delivery Kostenloser weltweiter Versand"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 213 Subtext de-at hours Stunden"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 214 Subtext de-at minutes Minuten"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 215 Subtext de-at seconds Sekunden"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 216 Subtext de-at Save. Stream. Celebrate. Sparen. Streamen. Feiern."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 217 Subtext de-at Access to hundreds of eBooks, including fiction and non-fiction, magazines and more, at no additional cost. Zugang zu Hunderten von E-Books, darunter Romane und Sachbücher, Magazine und mehr – ohne zusätzliche Kosten."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 218 Subtext de-at Always have a good book with you. Read anytime, anywhere, on any device. Immer ein gutes Buch dabei: Lese zu jeder Zeit, an jedem Ort und auf jedem Gerät."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 219 Subtext de-at Enjoy free games, in-game content, and a Twitch channel subscription every month Erhalte jeden Monat exklusive Spielinhalte, Spiele und ein Abonnement für Twitch."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 220 Subtext de-at Get free games and in-game content every month, as well as free subscription on Twitch.tv Erhalte jeden Monat exklusive Spielinhalte, Spiele und ein Abonnement für Twitch."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 222 Subtext de-at Watch hit films and TV, award-winning Originals, live sports and more. Sieh dir Blockbuster, Top-Serien, preisgekrönte Originals, Live-Sport und vieles mehr an."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 223 Subtext de-at Grocery benefit Amazon Fresh"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 224 Subtext de-at Get fast, free delivery on groceries and everyday essentials, including meat, produce, seafood, snacks, and more. Schnelle, kostenlose Lieferung von Lebensmitteln und Artikeln des täglichen Bedarfs, wie Fleisch, Obst und Gemüse, Snacks und mehr."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 225 Subtext de-at Shop Amazon Fresh Bei Amazon Fresh einkaufen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 226 Subtext de-at Thanks to you Vielen Dank"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 227 Subtext de-at But wait, more deals! Moment, das war noch nicht alles!"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 228 Subtext de-at More Prime benefits this way! Vielen Dank für deinen Einkauf"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 229 Subtext de-at And more Prime! Und noch mehr Prime!"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 230 Subtext de-at Earn £10 to spend Erhalte 10 €"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 231 Subtext de-at on whatever you want und kaufe damit, was du willst"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 232 Subtext de-at Let Alexa find deals for you (Alexa Stand in Line) Lasse Alexa die besten Angebote finden (Alexa Stand in Line)"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 233 Subtext de-at Create deal alerts (Deal Notifier) Erstelle Angebot-Benachrichtigungen (Deal Notifier)"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 234 CTA de-at Explore Prime Delivery Prime-Premiumversand entdecken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 235 CTA de-at Join Prime Werde Prime-Mitglied"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 236 CTA de-at Shop now Jetzt entdecken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 237 CTA de-at Learn more Mehr erfahren"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 238 CTA de-at Watch now on Twitch Jetzt bei Twitch ansehen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 239 CTA de-at Watch now on IMDb TV Jetzt bei Freevee ansehen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 240 CTA de-at Watch free on Twitch Kostenlos bei Twitch ansehen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 241 CTA de-at Watch free on IMDb TV Kostenlos bei IMDb TV ansehen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 242 CTA de-at Free on Twitch Kostenlos bei Twitch"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 243 CTA de-at Free on IMDb TV Kostenlos bei Freevee"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 244 CTA de-at Now on Twitch Jetzt bei Twitch"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 245 CTA de-at Now on IMDb TV Jetzt bei Freevee"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 246 CTA de-at Shop deals now Angebote jetzt entdecken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 247 CTA de-at Shop Amazon devices early Frühe Angebote auf Amazon-Geräten"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 248 CTA de-at Start your free trial. Join Prime. Starte deinen Gratiszeitraum. Melde dich zu Prime an."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 249 CTA de-at Access tons of movies, music, and more with Prime Mit Prime erhältst du Zugang zu einer großen Auswahl an Filmen, Musik und mehr"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 250 CTA de-at Get in on the deals. Try Prime. Sichere dir tolle Angebote. Entdecke Prime."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 251 CTA de-at Now’s the time to try Prime for free Jetzt ist der beste Zeitpunkt, um Prime kostenlos zu entdecken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 252 CTA de-at Try Prime for free Entdecke Prime kostenlos"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 253 CTA de-at Try Prime Entdecke Prime"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 254 CTA de-at Follow top brands Top-Marken entdecken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 255 CTA de-at Get extra rewards! Hier kannst du zusätzlich sparen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 256 CTA de-at Explore Prime Gaming Jetzt aktivieren"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 257 CTA de-at Shop small businesses, Bei kleinen Unternehmen kaufen,"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 258 CTA de-at Shop devices deals Amazon-Geräte-Angebote entdecken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 259 CTA de-at Prime Benefits Prime-Vorteile"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 260 CTA de-at Explore more Prime benefits Entdecke Vorteile deiner Prime-Mitgliedschaft"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 261 CTA de-at Early deals on Amazon devices Frühe Angebote auf Amazon-Geräte"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 262 CTA de-at Try Prime and join the party Entdecke jetzt Prime"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 263 CTA de-at Get in on the deals. Entdecke unsere Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 264 de-at Exclusively for Prime members Exklusiv für Prime-Mitglieder"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 265 CTA de-at £XX Gift Card instantly upon approval XX € Geschenkgutschein sofort nach Freigabe"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 266 CTA de-at 4 months Free 4 Monate gratis"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 267 Headline de-at 2 days until epic deals Nur noch 2 Tage bis zu tollen Angeboten"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 268 Headline de-at 2 days until Prime Day 2 Tage bis Prime Day"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 269 Headline de-at 3 days until epic deals Nur noch 3 Tage bis zu tollen Angeboten"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 270 Headline de-at 3 days until Prime Day 3 Tage bis Prime Day"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 271 Headline de-at 3 months free 3 Monate gratis"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 272 Headline de-at 4 days until epic deals Nur noch 5 Tage bis zu tollen Angeboten"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 273 Headline de-at 4 days until Prime Day 4 Tage bis Prime Day"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 274 Headline de-at 5 days until epic deals Nur noch 5 Tage bis zu tollen Angeboten"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 275 Headline de-at 5 days until Prime Day 5 Tage bis Prime Day"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 276 Headline de-at Access all Prime Day Deals with Prime Zugang zu allen Prime-Angeboten mit Prime"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 277 Headline de-at Alexa, set a reminder to shop Prime Day deals Alexa, erinnere mich an Prime Day Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 278 Headline de-at Amazing deals Fantastische Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 279 Headline de-at Amazon Fresh Amazon Fresh"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 280 Headline de-at Bestsellers from Prime Day 2023 2023 Prime Day Bestseller"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 281 Headline de-at Business Prime Duo — included with Prime Business Prime Duo, enthalten in Prime"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 282 Headline de-at Business Prime free trial Business Prime Probeabo"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 283 Headline de-at Celebrate small businesses Feier kleine Unternehmen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 284 Headline de-at Celebrity favorites Lieblinge der Promis"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 285 CTA de-at Claim now Jetzt anmelden"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 286 Headline de-at Deals end at midnight Angebote nur noch bis Mitternacht"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 287 Headline de-at Deals end in Angebote enden in"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 288 Headline de-at Deals from Amazon brands Tolle Angebote der Amazon Marken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 289 Headline de-at Deals picked by Influencers Von Influencern gewählte Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 290 Headline de-at Deals that love you Diese Angebote lieben dich einfach"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 291 Headline de-at Deals to take home Angebote zum Mitnehmen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 292 Headline de-at Deals to talk about Angebote zum Weitererzählen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 293 CTA de-at Discover Business Prime Duo Entdecke Prime Business Duo"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 294 Headline de-at Early Prime Day deals Frühe Prime Day Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 295 Headline de-at Earn 15% back on select deals for Prime Day 15% Rabatt auf ausgewählte Angebote zum Prime Day"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 296 Subtext de-at Enjoy millions of songs, ad-free; included with Prime Genieße Millionen von Songs ohne Werbung, jetzt in Prime enthalten."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 297 Headline de-at Epic Deals Tolle Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 298 Headline de-at Epic deals are back Tolle Angebote sind zurück"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 299 Headline de-at Epic deals are here Tolle Angebote ohne Ende"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 300 Headline de-at Epic deals end soon Tolle Angebote enden bald"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 301 Headline de-at Epic deals ending soon Tolle Angebote enden bald"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 302 Headline de-at Epic deals from Amazon Brands Tolle Angebote der Amazon Marken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 303 Headline de-at Epic deals start soon Bald geht´s los mit den tollen Angeboten"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 304 Headline de-at Epic deals start tomorrow Tolle Angebote – morgen geht's los"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 305 Subtext de-at Epic deals. After dark. Tolle Angebote zum Sonnenuntergang"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 306 CTA de-at Explore Kindle Unlimited Entdecke Kindle Unlimited"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 307 CTA de-at Explore now Jetzt entdecken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 308 CTA de-at Explore Prime Day Entdecke Prime Day"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 309 Subtext de-at Get 3 months of Kindle Unlimited for £0.00 Hol dir 3 Monate Kindle Unlimited gratis"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 310 Headline de-at Get 30+ games for free this Prime Day Mehr als 30 Spiele gratis zum Prime Day"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 311 Subtext de-at Get a £XX credit for Prime Day Deine XX €-Gutschrift für Prime Day"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 312 Headline de-at Get Business Prime free for up to 90 days Business Prime bis zu 90 Tage gratis"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 313 Headline de-at Get excited. Deals are coming. Freu dich auf tolle Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 314 CTA de-at Get Prime. Unlock deals. Hol dir Prime und erhalte exklusive Angebote."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 315 Subtext de-at Get FREE Same-Day Delivery on hundreds of thousands of items. Erhalte kostenlosen Premiumversand auf hunderte von Produkten."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 316 Subtext de-at Get ultrafast delivery and in-store deals on a wide selection of groceries Superschnelle Lieferung und attraktive Angebote für eine Riesenauswahl an Lebensmitteln"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 317 Headline de-at Great deals Großartige Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 318 Subtext de-at Handcrafted items for you Handgemachte Produkte für dich"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 319 de-at Included with a Prime membership Für Prime-Mitglieder inklusive"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 320 Headline de-at Invite Only Deals Angebote mit exklusiver Anmeldung"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 321 Headline de-at Invite Only Nur mit exklusiver Anmeldung"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 322 Subtext de-at It’s the most membership time of the year Der beste Zeitpunkt des Jahres für eine Mitgliedschaft"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 323 CTA de-at Join today. Cancel anytime. Sofort entdecken. Jederzeit kündbar."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 324 Headline de-at Just for Prime members Exklusiv für Prime-Mitglieder"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 325 Headline de-at Last-minute Prime Day deals Last Minute Prime Day Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 326 CTA de-at Learn how it works So funktioniert's"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 327 CTA de-at Learn more about Kindle Unlimited Erfahre mehr über Kindle Unlimited"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 328 de-at Limited Time Only. Terms Apply. Nur begrenzte Zeit. Bedingungen gelten."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 329 de-at Limited-time offer with eligible Prime membership, see terms Befristetes Angebot nur für Prime-Mitglieder"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 330 Subtext de-at Make room for epic deals Mach Platz für unsere tollen Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 331 Headline de-at New day. New deals. Neuer Tag. Neue Angebote."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 332 Headline de-at New deals are in Neue Angebote eingetroffen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 333 Headline de-at Pay over time with Affirm on top deals Ratenzahlung mit Affirm bei Top-Angeboten"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 334 Subtext de-at Placeholder: Up to X% off Amazon Devices. Prime Day. Platzhalter: Bis zu X % Rabatt auf Amazon-Geräte. Prime Day."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 335 Headline de-at Placeholder: Up to 50% off Amazon Devices. Platzhalter: Bis zu 50 % auf Amazon Geräte."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 336 Headline de-at Prime Day deals Prime Day Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 337 Headline de-at Prime Day deals end in Prime Day endet in"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 338 Headline de-at Prime Day ends in Prime Day endet in"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 339 Headline de-at Prime Day ends soon Prime Day endet bald"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 340 Subtext de-at Prime Day has officially started Prime Day hat offiziell begonnen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 341 Headline de-at Prime Day is coming - save early with Amazon Brand deals Zum Prime Day früh sparen: Angebote von Amazon Marken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 342 Headline de-at Prime Day is MONTH XX & XX Prime Day ist am XX. & XX. MONAT"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 343 Headline de-at Prime Day is MONTH XX–XX Prime Day am XX.-XX. MONAT"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 344 Headline de-at Prime Day starts tomorrow Morgen beginnt Prime Day"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 345 Headline de-at Prime exclusive offers? Yes please. Exklusive Prime Angebote? Aber gerne doch."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 346 Headline de-at Prime member deals Angebote für Prime-Mitglieder"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 347 Headline de-at Ready, set, shop! Get 6% back on Prime Day purchases Auf geht’s! 6 % Rabatt auf alle Prime Day Einkäufe"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 348 Headline de-at Ready. Set. Prime Day. Auf die Plätze. Fertig. Prime Day."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 349 Headline de-at Save now. Sleep later. Spare jetzt. Schlaf später."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 350 Headline de-at Save on Climate Pledge Friendly products for Prime Day Spare bei Climate Pledge Friendly-Produkten"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 351 Headline de-at Save up to XX% on Alexa Built-in devices Spare bis zu XX % auf Alexa-Geräte"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 352 Headline de-at Save with deals for businesses Spare bei Angeboten für Unternehmen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 353 Headline de-at Score 20% off Twitch merch Erhalte 20% Rabatt auf Twitch Merchandising-Artikel"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 354 CTA de-at Shop Alexa Built-in devices Entdecke Geräte mit Alexa"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 355 CTA de-at Shop all influencer picks Angebote von Influencern entdecken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 356 Headline de-at Shop all Prime Day deals Hol dir alle Prime Day Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 357 Headline de-at Shop deals for businesses Angebote für Unternehmen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 358 Headline de-at Shop deals overnight Entdecke Angebote nachts"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 359 Headline de-at Shop early Prime Day deals Shoppe Prime Day Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 360 Headline de-at Shop epic Prime Day deals Hol dir tolle Prime Day Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 361 Headline de-at Shop Handmade deals Schlag zu bei Angeboten auf handgemachte Produkte"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 362 CTA de-at Shop internet famous deals Entdecke virale Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 363 Headline de-at Shop like a VIP with 15% back on Prime Day deals Shoppe wie ein VIP mit 15 % auf Prime Day Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 364 CTA de-at Shop more-sustainable products Nachhaltigere Produkte einkaufen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 365 CTA de-at Shop on Amazon Business Kaufe bei Amazon Business ein"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 366 Headline de-at Shop Prime Day deals Prime Day Angebote shoppen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 367 CTA de-at Shop the Character Store Shoppe im Charaktere-Store"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 368 CTA de-at Shop Twitch now Twitch-Angebote entdecken"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 369 Headline de-at Shop viral trends Entdecke virale Trends"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 370 Headline de-at Shop your favorite characters Entdecke deine Lieblingsfiguren"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 371 Headline de-at Small business deals for you Deine Angebote von kleinen Unternehmen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 372 Headline de-at So. Many. Deals. So. Viele. Angebote."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 373 Headline de-at Spectacular deals Spektakuläre Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 374 CTA de-at Start your free trial Starte deinen Gratiszeitraum"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 375 Headline de-at Starts in Beginnt in"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 376 Headline de-at Super epic deals Tolle Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 377 Headline de-at Surprise offers. Just for Prime members. Überraschungsangebote. Nur für Prime-Mitglieder."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 378 de-at Terms apply Es gelten die allgemeinen Geschäftsbedingungen"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 379 Headline de-at These deals can’t wait to see you Diese tollen Angebote warten schon auf dich"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 380 Headline de-at Today's deals Die Angebote des Tages"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 381 Headline de-at Top-notch deals Top-Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 382 Headline de-at Trending Prime Day deals Angesagte Prime Day Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 383 CTA de-at Try Amazon Photos Entdecke Amazon Photos"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 384 CTA de-at Try Audible for £0.00 Entdecke Audible gratis"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 385 CTA de-at Try it out Einfach ausprobieren"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 386 Subtext de-at Try on clothes, shoes, and more before you buy and only pay for what you keep after 7 days Probiere Bekleidung, Schuhe und mehr an, bevor du sie kaufst. Und bezahle nur die Artikel, die du nach 7 Tagen behältst."}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 387 Headline de-at Unbelievable deals Unglaubliche Angebote"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 388 de-at Unlimited photo storage with Prime Unbegrenzter Fotospeicher"}
|
||||
{"t":"PD 23 Onsite Full Copy Repository 389 Headline de-at Very impressive deals Atemberaubende Angebote"}
|
||||
{"t":"PD 23 Onsite Page wording 001 de-at Prime Day starts soon Bald ist Prime Day"}
|
||||
{"t":"PD 23 Onsite Page wording 007 de-at Prime Day Prime Day"}
|
||||
{"t":"PD 23 Onsite Page wording 008 de-at Under Review Under Review"}
|
||||
{"t":"PD 23 Onsite Page wording 011 de-at Save up to XX% on Prime Day Spare bis zu XX % am Prime Day"}
|
||||
{"t":"PD 23 Onsite Page wording 017 de-at Shop up to XX% off Spare bis zu XX %"}
|
||||
{"t":"PD 23 Onsite Page wording 021 % off de-at 5 days to go Nur noch 5 Tage."}
|
||||
{"t":"PD 23 Onsite Page wording 022 % off de-at 4 days to go. Nur noch 4 Tage."}
|
||||
{"t":"PD 23 Onsite Page wording 023 % off de-at 3 days to go. Nur noch 3 Tage."}
|
||||
{"t":"PD 23 Onsite Page wording 024 % off de-at 2 days to go. Nur noch 2 Tage."}
|
||||
{"t":"PD 23 Onsite Page wording 025 % off de-at 1 day to go Nur noch 1 Tag"}
|
||||
{"t":"PD 23 Onsite Page wording 026 % off de-at Epic deals start at midnight Tolle Angebote starten ab Mitternacht"}
|
||||
{"t":"PD 23 Onsite Page wording 027 % off de-at Two days of epic deals Zwei Tage voller Angebote"}
|
||||
{"t":"PD 23 Onsite Page wording 028 % off de-at Shop deals overnight Entdecke Angebote nachts"}
|
||||
{"t":"PD 23 Onsite Page wording 030 % off de-at Prime Day ends soon Prime Day endet bald"}
|
||||
{"t":"PD 23 Onsite Page wording 031 de-at XX - XX July XX. - XX. Juli"}
|
||||
{"t":"PD 23 Onsite Page wording 037 de-at Now on Jetzt entdecken"}
|
||||
{"t":"PD 23 Onsite Page wording 038 de-at Save now. Sleep later. Schlaf später."}
|
||||
{"t":"PD 23 Onsite Page wording 039 de-at Ends in Endet in"}
|
||||
{"t":"PD 23 Onsite Page wording 040 de-at Deals end at midnight Angebote nur noch bis Mitternacht"}
|
||||
{"t":"PD 23 Onsite Page wording 041 CTA de-at Shop early Prime Day Deals Shoppe Prime Day Angebote"}
|
||||
{"t":"PD 23 Onsite Page wording 047 CTA de-at Shop all Prime Day deals Hol dir alle Prime Day Angebote"}
|
||||
{"t":"PD 23 Onsite Page wording 051 de-at Vouchers Coupons"}
|
||||
{"t":"PD 23 Onsite Page wording 057 de-at Check out these Prime-exclusive vouchers Exklusiv für Prime-Mitglieder: Coupons"}
|
||||
{"t":"PD 23 Onsite Page wording 061 de-at Shop all deals Angebote entdecken"}
|
||||
{"t":"PD 23 Onsite 001 Event Name de-at Prime Day Prime Day"}
|
||||
{"t":"PD 23 Onsite 002 Tagline de-at Two days of epic deals Zwei Tage voller Angebote"}
|
||||
{"t":"PD 23 Onsite 003 Tagline de-at Feel like a big deal\n\nTwo days of Prime savings Fühl dich richtig wichtig\n\nZwei Tage voller Prime Angebote"}
|
||||
{"t":"PD 23 Onsite 003F Tagline de-at Feel like a big deal Two days of Prime savings Fühl dich richtig wichtig Zwei Tage voller Prime Angebote"}
|
||||
{"t":"PD 23 Onsite 004 de-at Save up to XX% Spare bis zu XX %"}
|
||||
{"t":"PD 23 Onsite 005 Dates de-at XX - XX July XX. - XX. Juli"}
|
||||
{"t":"PD 23 Onsite 006 Dates de-at Starts midnight Um Mitternacht geht’s los"}
|
||||
{"t":"PD 23 Onsite 007 Dates de-at Ends midnight Endet heute um Mitternacht"}
|
||||
{"t":"PD 23 Onsite 008 Dates de-at Epic deals start at midnight Angebote starten ab Mitternacht"}
|
||||
{"t":"PD 23 Onsite 009 Dates de-at Deals start at midnight Angebote starten ab Mitternacht"}
|
||||
{"t":"PD 23 Onsite 010 CTA de-at Get ready Bist du bereit?"}
|
||||
{"t":"PD 23 Onsite 011 de-at Starts midnight Um Mitternacht geht’s los"}
|
||||
{"t":"PD 23 Onsite 012 de-at Starts tomorrow Morgen geht’s los"}
|
||||
{"t":"PD 23 Onsite 013 de-at Starts XX July Startet am XX. Juli"}
|
||||
{"t":"PD 23 Onsite 014 de-at Ends XX July Endet am XX. Juli"}
|
||||
{"t":"PD 23 Onsite 015 de-at Now on Jetzt entdecken"}
|
||||
{"t":"PD 23 Onsite 016 CTA de-at See the deals Angebote ansehen"}
|
||||
{"t":"PD 23 Onsite 017 CTA de-at Shop great deals Jetzt kaufen"}
|
||||
{"t":"PD 23 Onsite 018 de-at Discover vouchers and save on selected brands Nutze Coupons und spare bei ausgewählten Marken"}
|
||||
{"t":"PD 23 Onsite 019 de-at Check out these Prime-exclusive vouchers Exklusiv für Prime-Mitglieder: Coupons"}
|
||||
{"t":"PD 23 Onsite 020 de-at Discover all deals here Entdecke alle Angebote hier"}
|
||||
{"t":"PD 23 Onsite 021 de-at Shop all deals Angebote entdecken"}
|
||||
{"t":"PD 23 Onsite 022 de-at Exclusively for Prime members Exklusiv für Prime-Mitglieder"}
|
||||
{"t":"PD 24 Onsite Lead Up 001 Headline de-at XX-XX July XX. - XX. Juli"}
|
||||
{"t":"PD 24 Onsite Lead Up 002 Subtext de-at Big deals coming soon Tolle Angebote im Anflug"}
|
||||
{"t":"PD 24 Onsite Lead Up 003 Headline de-at Prime Day is XX-XX July Prime Day ist am XX. - XX. Juli"}
|
||||
{"t":"PD 24 Onsite Lead Up 004 Subtext de-at But the party starts now Jetzt geht's los"}
|
||||
{"t":"PD 24 Onsite Lead Up 005 Headline de-at Shop early Prime Day deals now Jetzt erste Prime Day-Angebote entdecken"}
|
||||
{"t":"PD 24 Onsite Lead Up 006 Headline de-at Stay tuned for early deals Freu dich auf erste Angebote"}
|
||||
{"t":"PD 24 Onsite Lead Up 007 Headline de-at Make your wish list for Prime Day Erstelle deinen Wunschzettel für Prime Day"}
|
||||
{"t":"PD 24 Onsite Lead Up 008 Subtext de-at XX-XX July XX. - XX. Juli"}
|
||||
{"t":"PD 24 Onsite Lead Up 009 Headline de-at Check in for buzzworthy \n early deals Sicher dir jetzt schon erste Angebote"}
|
||||
{"t":"PD 24 Onsite Lead Up 009F Headline de-at Check in for buzzworthy early deals Sicher dir jetzt schon erste Angebote"}
|
||||
{"t":"PD 24 Onsite Lead Up 010 Headline de-at Early deal Frühzeitiges Angebot"}
|
||||
{"t":"PD 24 Onsite Lead Up 012 Headline de-at Shop exclusive Prime deals now Jetzt exklusive Prime-Angebote entdecken"}
|
||||
{"t":"PD 24 Onsite Lead Up 014 Headline de-at Exciting deals only for Prime members Tolle Angebote nur für Prime-Mitglieder"}
|
||||
{"t":"PD 24 Onsite Lead Up 016 Headline de-at 5 days until big deals Noch 5 Tage bis zu den Angeboten"}
|
||||
{"t":"PD 24 Onsite Lead Up 018 Headline de-at 4 days until big deals Noch 4 Tage bis zu den Angeboten"}
|
||||
{"t":"PD 24 Onsite Lead Up 020 Headline de-at 3 days until big deals Noch 3 Tage bis zu den Angeboten"}
|
||||
{"t":"PD 24 Onsite Lead Up 022 Headline de-at 2 days until big deals Noch 2 Tage bis zu den Angeboten"}
|
||||
{"t":"PD 24 Onsite Lead Up 024 Headline de-at Get your basket ready Bereite deinen Wunschzettel vor"}
|
||||
{"t":"PD 24 Onsite Lead Up 025 Subtext de-at Big deals start tomorrow Tolle Angebote starten morgen"}
|
||||
{"t":"PD 24 Onsite Lead Up 026 Headline de-at It’s almost deal o’clock Mach dich bereit"}
|
||||
{"t":"PD 24 Onsite Lead Up 027 Subtext de-at Prime Day starts soon Prime Day startet bald"}
|
||||
{"t":"PD 24 Onsite Lead Up 028 Headline de-at Tune in for new deals all Prime Day long Jeden Tag neue Angebote"}
|
||||
{"t":"PD 24 Onsite Lead Up 030 Headline de-at Prime Day starts in Prime Day startet in"}
|
||||
{"t":"PD 24 Onsite Lead Up 031 Headline de-at New deals drop in Neue Angebote starten in"}
|
||||
{"t":"PD 24 Onsite Lead Up 032 Headline de-at Shop early Prime Day deals Erste Prime Day-Angebote entdecken"}
|
||||
{"t":"PD 24 Onsite Lead Up 033 Headline de-at Early deals to shop Erste Angebote entdecken"}
|
||||
{"t":"PD 24 Onsite Lead Up 034 Headline de-at Early deals are waiting for you Erste Angebote warten auf dich"}
|
||||
{"t":"PD 24 Onsite Lead Up 035 Headline de-at Fast delivery. Unlimited streaming. Prime Day. Schneller Versand. Streaming. Prime Day"}
|
||||
{"t":"PD 24 Onsite Lead Up 037 Headline de-at Join Prime. Save big. Werde Prime-Mitglied. Spare so richtig."}
|
||||
{"t":"PD 24 Onsite Lead Up 038 Subtext de-at Deals start tomorrow Die Angebote starten morgen"}
|
||||
{"t":"PD 24 Onsite Lead Up 039 Headline de-at Prime Day starts soon Prime Day startet bald"}
|
||||
{"t":"PD 24 Onsite Lead Up 041 Headline de-at Get your baskets ready Bereite deinen Wunschzettel vor"}
|
||||
{"t":"PD 24 Onsite Lead Up 043 Headline de-at Today's deal drop Neue Angebote ab heute"}
|
||||
{"t":"PD 24 Onsite Lead Up 044 Headline de-at Prime Day is XX–XX July Prime Day ist am XX. - XX. Juli"}
|
||||
{"t":"PD 24 Onsite Lead Up 045 Headline de-at Shop new deal drops Entdecke neue Angebote"}
|
||||
{"t":"PD 24 Onsite Lead Up 046 Headline de-at Prime Day Prime Day"}
|
||||
{"t":"PD 24 Onsite Lead Up 047 Headline de-at Starts in Startet in"}
|
||||
{"t":"PD 24 Onsite Lead Up 050 Headline de-at Invite-only deals Exklusive Prime Day-Angebote, nur mit Einladung"}
|
||||
{"t":"PD 24 Onsite Lead Up 051 Headline de-at Watch films and shows with Prime Streame Filme und Serien mit Prime Video"}
|
||||
{"t":"PD 24 Onsite Lead Up 052 Headline de-at Listen to Amazon Music with Prime Höre dir Musik und Podcasts mit Amazon Music Prime an"}
|
||||
{"t":"PD 24 Onsite Lead Up 053 Headline de-at Get unlimited, fast deliveries with Prime Schnelle und kostenlose Lieferung mit Prime"}
|
||||
{"t":"PD 24 Onsite Lead Up 054 Headline de-at Shop Prime Try Before You Buy Erst probieren, dann bezahlen mit Prime"}
|
||||
{"t":"PD 24 Onsite Lead Up 055 Headline de-at Get free games and more with Prime Hole dir kostenlose Spiele und Spielinhalte mit Prime Gaming"}
|
||||
{"t":"PD 24 Onsite Lead Up 056 Headline de-at Prime Day is XX and XX July Prime Day ist am XX. und XX. Juli"}
|
||||
{"t":"PD 24 Onsite Lead Up 057 Headline de-at Shop Prime Day Prime Day entdecken"}
|
||||
{"t":"PD 24 Onsite Lead Up 058 Headline de-at Get excited. Deals are coming. Freu dich auf tolle Angebote"}
|
||||
{"t":"PD 24 Onsite Lead Up 060 Headline de-at Big deals are back Tolle Angebote sind zurück"}
|
||||
{"t":"PD 24 Onsite Lead Up 061 Subtext de-at Prime Day is XX–XX July Prime Day ist am XX. und XX. Juli"}
|
||||
{"t":"PD 24 Onsite Lead Up 062 Headline de-at Starts midnight Um Mitternacht geht’s los"}
|
||||
{"t":"PD 24 Onsite Live 001 Headline de-at Shop big deals now Jetzt tolle Angebote entdecken"}
|
||||
{"t":"PD 24 Onsite Live 002 Headline de-at Shop new deals while they’re hot Entdecke tolle Angebote, bevor sie weg sind"}
|
||||
{"t":"PD 24 Onsite Live 003 Headline de-at Shop new deals Entdecke neue Angebote"}
|
||||
{"t":"PD 24 Onsite Live 004 Headline de-at New day. New deals. Neuer Tag. Neue Angebote."}
|
||||
{"t":"PD 24 Onsite Live 005 Headline de-at Shop the final hours Jetzt noch schnell Angebote entdecken"}
|
||||
{"t":"PD 24 Onsite Live 006 Headline de-at Log-in for last-minute deal drops Sicher dir die letzten Prime Day-Angebote"}
|
||||
{"t":"PD 24 Onsite Live 007 Headline de-at These deals were made for shopping Unwiderstehliche Angebote"}
|
||||
{"t":"PD 24 Onsite Live 008 Headline de-at Shop. Save. Repeat. Einkaufen. Sparen. Freuen."}
|
||||
{"t":"PD 24 Onsite Live 009 Headline de-at Ends in Endet in"}
|
||||
{"t":"PD 24 Onsite Live 010 CTA de-at Shop now Jetzt entdecken"}
|
||||
{"t":"PD 24 Onsite Live 011 Subtext de-at Shop last-minute deals in Sicher dir die letzten Prime Day-Angebote"}
|
||||
{"t":"PD 24 Onsite Live 012 Headline de-at New deals in Neue Angebote in"}
|
||||
{"t":"PD 24 Onsite Live 013 Headline de-at Join Prime today. Shop big deals today. Werde Prime-Mitglied. Entdecke tolle Angebote."}
|
||||
{"t":"PD 24 Onsite Live 014 CTA de-at Start your 30-day free trial 30-Tage-Gratiszeitraum starten"}
|
||||
{"t":"PD 24 Onsite Live 015 Headline de-at Shop new deals with a side of fast delivery Sicher dir tolle Angebote mit schneller Lieferung"}
|
||||
{"t":"PD 24 Onsite Live 016 CTA de-at Join Prime Werde Prime-Mitglied"}
|
||||
{"t":"PD 24 Onsite Live 017 Headline de-at There’s still time to score big deals Es ist noch Zeit, um tolle Angebote zu entdecken"}
|
||||
{"t":"PD 24 Onsite Live 019 Headline de-at Shop Prime Day deals Entdecke Prime Day-Angebote"}
|
||||
{"t":"PD 24 Onsite Live 021 Headline de-at Trending Prime Day deals Beliebte Angebote"}
|
||||
{"t":"PD 24 Onsite Live 022 Headline de-at Shop Prime Day before it ends Jetzt noch Prime Day-Angebote entdecken"}
|
||||
{"t":"PD 24 Onsite Live 023 Headline de-at Prime Day deals Prime Day-Angebote"}
|
||||
{"t":"PD 24 Onsite Live 024 Headline de-at Spectacular deals Spektakuläre Angebote"}
|
||||
{"t":"PD 24 Onsite Live 025 Headline de-at Fantastic deals Fantastische Angebote"}
|
||||
{"t":"PD 24 Onsite Live 026 Headline de-at Amazing deals Traumhafte Angebote"}
|
||||
{"t":"PD 24 Onsite Live 027 Headline de-at Deals on awesome stuff Erstklassige Angebote"}
|
||||
{"t":"PD 24 Onsite Live 028 Headline de-at Top-notch deals Top-Angebote"}
|
||||
{"t":"PD 24 Onsite Live 029 Headline de-at Great deals Tolle Angebote"}
|
||||
{"t":"PD 24 Onsite Live 030 Headline de-at Very impressive deals Atemberaubende Angebote"}
|
||||
{"t":"PD 24 Onsite Live 031 Headline de-at Unbelievable deals Unglaubliche Angebote"}
|
||||
{"t":"PD 24 Onsite Live 032 Headline de-at Deals to talk about Beliebte Angebote"}
|
||||
{"t":"PD 24 Onsite Live 033 Headline de-at Deals to take home Derzeit beliebt"}
|
||||
{"t":"PD 24 Onsite Live 034 Headline de-at Log-in for last-minute deals Sicher dir letzte Prime Day-Angebote"}
|
||||
{"t":"PD 24 Onsite Live 035 Headline de-at Lightning Deals Blitzangebote"}
|
||||
{"t":"PD 24 Onsite Live 036 Headline de-at Top brands Top-Marken"}
|
||||
{"t":"PD 24 Onsite Live 037 Headline de-at Customers' Most-Loved Kunden-Favoriten"}
|
||||
{"t":"PD 24 Onsite Live 038 Headline de-at Trending deals Beliebte Angebote"}
|
||||
{"t":"PD 24 Onsite Live 039 Headline de-at Deals under £25 Angebote unter 20 €"}
|
||||
{"t":"PD 24 Onsite Live 040 Headline de-at Deals under £10 Angebote unter 10 €"}
|
||||
{"t":"PD 24 Onsite Live 041 Headline de-at Shop all deals Alle Angebote entdecken"}
|
||||
{"t":"PD 24 Onsite Live 042 Headline de-at Today's deals Die Angebote des Tages"}
|
||||
{"t":"PD 24 Onsite Live 043 Headline de-at Join Prime Werde Prime-Mitglied"}
|
||||
{"t":"PD 24 Onsite Live 044 Headline de-at Join Prime for big deals Werde Prime-Mitglied und spare am Prime Day"}
|
||||
{"t":"PD 24 Onsite Live 045 Headline de-at Prime member deals Angebote für Prime-Mitglieder"}
|
||||
{"t":"PD 24 Onsite Live 046 Headline de-at Ends soon Endet in Kürze"}
|
||||
{"t":"PD 24 Onsite Live 047 Headline de-at Ending soon Endet bald"}
|
||||
{"t":"PD 24 Onsite Live 048 Headline de-at New deals every 12 hours Neue Angebote alle 12 Stunden"}
|
||||
{"t":"PD 24 Onsite Live 049 Headline de-at Shop all deals Angebote entdecken"}
|
||||
{"t":"PD 24 Onsite Live 050 Headline de-at Prime Day ends soon Prime Day endet bald"}
|
||||
{"t":"PD 24 Onsite Live 051 Subtext de-at Try Prime and join the party Jetzt zu Prime anmelden und sparen"}
|
||||
{"t":"PD 24 Onsite Live 052 Headline de-at Ready. Set. Prime Day. Auf die Plätze. Fertig. Prime Day."}
|
||||
{"t":"PD 24 Onsite Live 053 Subtext de-at Two days of big deals have officially started Jetzt geht's los: Zwei Tage voller Angebote"}
|
||||
{"t":"PD 24 Onsite Live 054 Headline de-at Two days of big deals Zwei Tage voller Angebote"}
|
||||
{"t":"PD 24 Onsite Live 055 Headline de-at Ends midnight Endet heute um Mitternacht"}
|
||||
{"t":"PD 24 Onsite Live 056 Headline de-at Thanks for shopping Prime Day Danke für deinen Einkauf am Prime Day"}
|
||||
{"t":"PD 24 Onsite Live 057 Headline de-at Everyday Prime deals Täglich neue Angebote. Exklusiv für Prime-Mitglieder."}
|
||||
{"t":"PD 24 Onsite Live 058 de-at Included with your Prime membership In deiner Prime-Mitgliedschaft enthalten"}
|
||||
{"t":"PD 24 Onsite Live 059 de-at Included with a Prime membership In der Prime-Mitgliedschaft enthalten"}
|
||||
{"t":"PD 24 Onsite Live 060 de-at Exclusively for Prime members Exklusiv für Prime-Mitglieder"}
|
||||
{"t":"PD 24 Onsite Live Lead Out 058 de-at Included with your Prime membership In deiner Prime-Mitgliedschaft enthalten"}
|
||||
{"t":"PD 24 Onsite Live Lead Out 059 de-at Included with a Prime membership In der Prime-Mitgliedschaft enthalten"}
|
||||
{"t":"PD 24 Onsite Live Lead Out 060 de-at Exclusively for Prime members Exklusiv für Prime-Mitglieder"}
|
||||
{"t":"PD 25 Onsite 001 de-at Big deals coming soon Tolle Angebote im Anflug"}
|
||||
{"t":"PD 25 Onsite 002 de-at Get big deals this Prime Day Sichere dir tolle Angebote diesen Prime Day"}
|
||||
{"t":"PD 25 Onsite 004 de-at 4 days of big deals start soon Bald starten 4 Tage voller Angebote"}
|
||||
{"t":"PD 25 Onsite 005 de-at Unlock Prime Day deals Sichere dir Prime Day Angebote"}
|
||||
{"t":"PD 25 Onsite 006 de-at 4 days of big deals start soon Bald starten 4 Tage voller Angebote"}
|
||||
{"t":"PD 25 Onsite 007 de-at Prime members, make your wish list Prime-Mitglieder, bereitet eure Wunschzettel vor"}
|
||||
{"t":"PD 25 Onsite 008 de-at Access Prime Day deals Sichere dir Prime Day Angebote"}
|
||||
{"t":"PD 25 Onsite 010 de-at Save big on Prime Day Spare so richtig am Prime Day"}
|
||||
{"t":"PD 25 Onsite 011 de-at Members save big on Prime Day Mitglieder können am Prime Day so richtig sparen"}
|
||||
{"t":"PD 25 Onsite 013 de-at Shop early Prime Day deals Entdecke erste Prime Day Angebote"}
|
||||
{"t":"PD 25 Onsite 014 de-at Members get early Prime Day deals Erste Prime Day Angebote nur für Mitglieder"}
|
||||
{"t":"PD 25 Onsite 015 de-at 5 days until Prime Day 5 Tage bis zum Prime Day"}
|
||||
{"t":"PD 25 Onsite 016 de-at 5 days until big Prime Day deals 5 Tage bis zu den Prime Day Angeboten"}
|
||||
{"t":"PD 25 Onsite 017 de-at 4 days until Prime Day 4 Tage bis zum Prime Day"}
|
||||
{"t":"PD 25 Onsite 018 de-at 4 days until big Prime Day deals 4 Tage bis zu den Prime Day Angeboten"}
|
||||
{"t":"PD 25 Onsite 019 de-at 3 days until Prime Day 3 Tage bis zum Prime Day"}
|
||||
{"t":"PD 25 Onsite 020 de-at 3 days until big Prime Day deals 3 Tage bis zu den Prime Day Angeboten"}
|
||||
{"t":"PD 25 Onsite 023 de-at 2 days until Prime Day 2 Tage bis zum Prime Day"}
|
||||
{"t":"PD 25 Onsite 024 de-at 2 days until big Prime Day deals 2 Tage bis zu den Prime Day Angeboten"}
|
||||
{"t":"PD 25 Onsite 026 de-at Big deals start tomorrow Tolle Angebote starten morgen"}
|
||||
{"t":"PD 25 Onsite 027 de-at Prime Day deals start tomorrow Prime Day Angebote starten morgen"}
|
||||
{"t":"PD 25 Onsite 029 de-at Prime Day starts midnight Prime Day startet um Mitternacht"}
|
||||
{"t":"PD 25 Onsite 030 de-at Prime Day deals start at midnight Prime Day Angebote starten um Mitternacht"}
|
||||
{"t":"PD 25 Onsite 033 de-at Prime Day is coming Prime Day startet bald"}
|
||||
{"t":"PD 25 Onsite 038 de-at Get big deals this Prime Day Bald vier Tage voller Angebote"}
|
||||
{"t":"PD 25 Onsite 040 de-at 4 days of big deals start soon Bald starten vier Tage voller Angebote"}
|
||||
{"t":"PD 25 Onsite 043 de-at 4 days of big deals start soon Bald vier Tage voller Angebote"}
|
||||
{"t":"PD 25 Onsite 044 de-at Unlock Prime Day deals Tolle Angebote diesen Prime Day"}
|
||||
{"t":"PD 25 Onsite 047 de-at Prime Day deals are coming Prime Day Angebote starten bald"}
|
||||
{"t":"PD 25 Onsite 049 de-at Prime Day: make your wish list Bereite deinen Wunschzettel vor"}
|
||||
{"t":"PD 25 Onsite 050 de-at Prime Day deals are coming Prime Day startet bald"}
|
||||
{"t":"PD 25 Onsite 056 de-at Save big this Prime Day Spare so richtig am Prime Day"}
|
||||
{"t":"PD 25 Onsite 059 de-at Shop early Prime Day deals Erste Prime Day Angebote"}
|
||||
{"t":"PD 25 Onsite 061 de-at Get early Prime Day deals Erste Prime Day Angebote"}
|
||||
{"t":"PD 25 Onsite 063 de-at 5 days until big Prime Day deals 5 Tage bis zum Prime Day"}
|
||||
{"t":"PD 25 Onsite 064 de-at 4 days until Prime Day 4 Tage bis zu den Prime Day Angeboten"}
|
||||
{"t":"PD 25 Onsite 066 de-at 4 days until big Prime Day deals 4 Tage bis zum Prime Day"}
|
||||
{"t":"PD 25 Onsite 069 de-at 3 days until big Prime Day deals 3 Tage bis zum Prime Day"}
|
||||
{"t":"PD 25 Onsite 072 de-at 2 days until big Prime Day deals 2 Tage bis zum Prime Day"}
|
||||
{"t":"PD 25 Onsite 080 de-at Prime Day deals start tomorrow Prime Day startet morgen"}
|
||||
{"t":"PD 25 Onsite 084 de-at Prime Day deals start at midnight(*) Prime Day Angebote starten um Mitternacht"}
|
||||
{"t":"PD 25 Onsite 086 de-at Prime Day starts midnight Prime Day heute ab Mitternacht"}
|
||||
{"t":"PD 25 Onsite 087 de-at Prime Day deals start at midnight(*) Prime Day heute ab Mitternacht"}
|
||||
{"t":"PD 25 Onsite 089 de-at Prime Day is XX-XX Month Prime Day ist vom XX. - XX. Juli"}
|
||||
{"t":"PD 25 Onsite 090 de-at Prime Day is XX-XX Month Prime Day ist am XX. - XX. Juli"}
|
||||
{"t":"PD 25 Onsite 091 de-at Prep for 4 days of Prime Day deals Mach dich bereit für 4 Tage voller Prime Day Angebote"}
|
||||
{"t":"PD 25 Onsite 092 de-at Get big Prime Day deals Hol dir tolle Prime Day Angebote"}
|
||||
{"t":"PD 25 Onsite 093 de-at Big deals are coming Bald kommen tolle Angebote"}
|
||||
{"t":"PD 25 Onsite 094 de-at Shop early deals now Entdecke jetzt erste Prime Day Angebote"}
|
||||
{"t":"PD 25 Onsite 095 de-at Prime Day starts tomorrow Prime Day startet morgen"}
|
||||
{"t":"PD 25 Onsite 096 de-at Prime Day is hours away Nur noch wenige Stunden bis zum Prime Day"}
|
||||
{"t":"PD 25 Onsite 098 de-at Exclusively for members Exklusiv für Mitglieder"}
|
||||
{"t":"PD 25 Onsite 099 de-at More days. More deals. Mehr Tage. Mehr Angebote."}
|
||||
{"t":"PD 25 Onsite 101 de-at Starts tomorrow Startet morgen"}
|
||||
{"t":"PD 25 Onsite 102 de-at Starts midnight Startet um Mitternacht"}
|
||||
{"t":"PD 25 Onsite 105 de-at Starts tomorrow Startet morgen"}
|
||||
{"t":"PD 25 Onsite 106 de-at Prime Day is XX-XX Month Prime Day XX. - XX. Juli"}
|
||||
{"t":"PD 25 Onsite 107 de-at Prep for Prime Day XX-XX Month Prime Day XX. - XX. Juli"}
|
||||
{"t":"PD 25 Onsite 108 de-at Prime Day is XX-XX Month Prime Day ist vom XX. - XX. Juli"}
|
||||
{"t":"PD 25 Onsite 110 de-at Prime Day is XX-XX Month. For members only. Prime Day ist vom XX. - XX. Juli. Nur für Mitglieder."}
|
||||
{"t":"PD 25 Onsite 111 de-at Prep for Prime Day XX-XX Month Mach dich bereit für Prime Day vom XX. - XX. Juli"}
|
||||
{"t":"PD 25 Onsite 112 de-at For members only Nur für Mitglieder"}
|
||||
{"t":"PD 25 Onsite 113 de-at Prime Day is XX-XX Month Vom XX. - XX. Monat ist Prime Day"}
|
||||
{"t":"PD 25 Onsite 114 de-at Big deals are back Tolle Angebote sind zurück"}
|
||||
{"t":"PD 25 Onsite 117 de-at Prime Day starts now! Prime Day startet jetzt"}
|
||||
{"t":"PD 25 Onsite 118 de-at Prime Day deals start now Prime Day Angebote starten jetzt"}
|
||||
{"t":"PD 25 Onsite 119 de-at Shop big deals now Entdecke jetzt tolle Angebote"}
|
||||
{"t":"PD 25 Onsite 120 de-at Members save big during Prime Day Mitglieder können am Prime Day so richtig sparen"}
|
||||
{"t":"PD 25 Onsite 122 de-at New day. New deals. Neuer Tag. Neue Angebote."}
|
||||
{"t":"PD 25 Onsite 123 de-at New Prime Day deals, just for members. Neue Prime Day Angebote, nur für Mitglieder."}
|
||||
{"t":"PD 25 Onsite 124 de-at Big deals end soon Tolle Angebote enden bald"}
|
||||
{"t":"PD 25 Onsite 125 de-at There is still time to save big this Prime day Noch ist Zeit, diesen Prime Day so richtig zu sparen"}
|
||||
{"t":"PD 25 Onsite 126 de-at There’s still time to save up to XX% this Prime Day Noch ist Zeit, diesen Prime Day bis zu XX % zu sparen"}
|
||||
{"t":"PD 25 Onsite 127 de-at Last day to save big Letzter Tag, um so richtig zu sparen"}
|
||||
{"t":"PD 25 Onsite 128 de-at Last day to save up to XX% Letzter Tag, um bis zu XX % zu sparen"}
|
||||
{"t":"PD 25 Onsite 129 de-at Shop the final hours Tolle Angebote enden bald"}
|
||||
{"t":"PD 25 Onsite 130 de-at Save big with epic deals Spare so richtig mit tollen Angeboten"}
|
||||
{"t":"PD 25 Onsite 131 de-at Prime Day deals start now Prime Day startet jetzt"}
|
||||
{"t":"PD 25 Onsite 141 de-at Save big this Prime Day Mitglieder können am Prime Day so richtig sparen"}
|
||||
{"t":"PD 25 Onsite 144 de-at New Prime Day deals, just for members Neue Prime Day Angebote, nur für Mitglieder."}
|
||||
{"t":"PD 25 Onsite 148 de-at Get new Prime Day deals Neuer Tag. Neue Angebote."}
|
||||
{"t":"PD 25 Onsite 149 de-at New Prime Day deals, just for members. Neue Prime Day-Angebote, nur für Mitglieder."}
|
||||
{"t":"PD 25 Onsite 158 de-at Shop Prime Day deals Entdecke Prime Day Angebote"}
|
||||
{"t":"PD 25 Onsite 159 de-at Become a member, shop Prime Day now. Entdecke jetzt Prime Day Angebote"}
|
||||
{"t":"PD 25 Onsite 160 de-at Save big during Prime Day Spare so richtig am Prime Day"}
|
||||
{"t":"PD 25 Onsite 162 de-at New Prime Day deals just dropped Es gibt neue Prime Day Angebote"}
|
||||
{"t":"PD 25 Onsite 164 de-at New Prime Day deals just dropped Es gibt neue Prime Day-Angebote"}
|
||||
{"t":"PD 25 Onsite 166 de-at Prime Day ends midnight Prime Day nur noch heute"}
|
||||
{"t":"PD 25 Onsite 167 de-at Prime Day ends midnight Prime Day Angebote nur noch heute"}
|
||||
{"t":"PD 25 Onsite 168 de-at Shop the final hours Jetzt noch schnell Angebote entdecken"}
|
||||
{"t":"PD 25 Onsite 171 de-at It’s Prime Day! Es ist Prime Day"}
|
||||
{"t":"PD 25 Onsite 172 de-at Big deals are here Tolle Angebote sind da"}
|
||||
{"t":"PD 25 Onsite 173 de-at Ending soon Endet in Kürze"}
|
||||
{"t":"PD 25 Onsite 174 de-at Final hours to save big Jetzt noch schnell so richtig sparen"}
|
||||
{"t":"PD 25 Onsite 175 de-at Final hours to save up to XX% Jetzt noch schnell bis zu XX % sparen"}
|
||||
{"t":"PD 25 Onsite 176 de-at Prime members save big Prime-Mitglieder können so richtig sparen"}
|
||||
{"t":"PD 25 Onsite 178 de-at It's Prime Day! Es ist Prime Day"}
|
||||
{"t":"PD 25 Onsite 179 de-at Shop Prime Day Entdecke Prime Day"}
|
||||
{"t":"PD 25 Onsite 180 de-at Trending Prime Day deals Beliebte Prime Day Angebote"}
|
||||
{"t":"PD 25 Onsite 181 de-at Prime Day ends soon Prime Day endet bald"}
|
||||
{"t":"PD 25 Onsite 183 de-at Shop Prime Day now Entdecke jetzt Prime Day"}
|
||||
{"t":"PD 25 Onsite 184 de-at Last day to shop Prime Day Entdecke jetzt Prime Day"}
|
||||
{"t":"PD 25 Onsite 186 de-at Last chance to shop Prime Day Prime Day-Angebote"}
|
||||
{"t":"PD 25 Onsite 187 de-at Big deals anyone? Auf der Suche nach tollen Angeboten?"}
|
||||
{"t":"PD 25 Onsite 191 de-at Thanks for shopping Prime Day Danke für deinen Prime Day Einkauf"}
|
||||
{"t":"PD 25 Onsite 192 de-at Prime Day Top 100 Deals Prime Day Top-100-Angebote"}
|
||||
{"t":"PD 25 Onsite 194 de-at Shop premium brand deals Prime Day Angebote für Premium-Marken"}
|
||||
{"t":"PD 25 Onsite 195 de-at Prime Day premium brand deals Prime Day Angebote für Premium-Marken"}
|
||||
{"t":"PD 25 Onsite 196 de-at Prime Day deals you'll love Deine Lieblingsprodukte zu tollen Preisen"}
|
||||
{"t":"PD 25 Onsite 197 de-at Products you love at prices you'll love Deine Lieblingsprodukte zu tollen Preisen"}
|
||||
{"t":"PD 25 Onsite 198 de-at Exclusively for Prime members Exklusiv für Prime-Mitglieder"}
|
||||
{"t":"PD 25 Onsite 199 de-at Join Prime Werde Prime-Mitglied"}
|
||||
{"t":"SDD 23 Onsite 001 de-at Get that spring feeling Der Frühling kommt!"}
|
||||
{"t":"SDD 23 Onsite 005 de-at Spring Sale Der Frühling kommt!"}
|
||||
{"t":"SDD 23 Onsite 006 de-at Spring Sale Frühlingsangebote"}
|
||||
{"t":"SDD 23 Onsite 011 de-at Save up to 40% on our Spring Sale Bis zu 40% sparen"}
|
||||
{"t":"SDD 23 Onsite 015 de-at Shop up to 40% off Bis zu 40% sparen"}
|
||||
{"t":"SDD 23 Onsite 021 % off de-at Spring Sale is coming 2 Tage voller Frühlingsangebote"}
|
||||
{"t":"SDD 23 Onsite 025 % off de-at 2 days of spring savings 2 Tage voller Frühlingsangebote"}
|
||||
{"t":"SDD 23 Onsite 027 % off de-at 2 days of spring savings Jetzt Angebote sichern"}
|
||||
{"t":"SDD 23 Onsite 031 de-at 27-29 March 27.-29. März"}
|
||||
{"t":"SDD 23 Onsite 035 de-at Starts tomorrow 6pm Startet morgen um 18:00 Uhr"}
|
||||
{"t":"SDD 23 Onsite 036 de-at Starts at 6pm Startet heute um 18:00 Uhr"}
|
||||
{"t":"SDD 23 Onsite 037 de-at Now on Endet am 29. März"}
|
||||
{"t":"SDD 23 Onsite 038 de-at Ends 29 March Endet am 29. März"}
|
||||
{"t":"SDD 23 Onsite 040 de-at Ends at midnight Endet heute um Mitternacht"}
|
||||
{"t":"SDD 23 Onsite 041 CTA de-at See the deals Angebote ansehen"}
|
||||
{"t":"SDD 23 Onsite 042 de-at Discover coupons and save on selected brands Nutze Coupons und spare bei ausgewählten Marken"}
|
||||
{"t":"SDD 23 Onsite 043 de-at Discover all deals here Entdecke alle Angebote hier"}
|
||||
{"t":"SDD 23 Onsite 044 de-at Selected products only Nur auf ausgewählte Produkte"}
|
||||
{"t":"SDD 24 Onsite 001 de-at Spring Deal Days Oster-Angebote"}
|
||||
{"t":"SDD 24 Onsite 002 de-at Save the date to save big Termin vormerken und richtig viel sparen"}
|
||||
{"t":"SDD 24 Onsite 003 de-at 20-25 March 20. - 25. März"}
|
||||
{"t":"SDD 24 Onsite 004 de-at Mark your calendar for Spring Deal Days Jetzt schon Oster-Angebote vormerken"}
|
||||
{"t":"SDD 24 Onsite 006 de-at 3 days until Spring Deal Days 3 Tage bis zu den Oster-Angeboten"}
|
||||
{"t":"SDD 24 Onsite 008 de-at 2 days until Spring Deal Days 2 Tage bis zu den Oster-Angeboten"}
|
||||
{"t":"SDD 24 Onsite 010 de-at Spring Deal Days starts tomorrow Morgen geht’s los mit den Oster-Angeboten"}
|
||||
{"t":"SDD 24 Onsite 011 de-at 20-25 March 20. - 25. März"}
|
||||
{"t":"SDD 24 Onsite 012 de-at Spring Deal Days starts midnight Die Oster-Angebote starten ab Mitternacht"}
|
||||
{"t":"SDD 24 Onsite 013 de-at It's almost here Bald geht's los"}
|
||||
{"t":"SDD 24 Onsite 014 de-at 3 days until Spring Deal Days 3 Tage bis zu den Oster-Angeboten"}
|
||||
{"t":"SDD 24 Onsite 015 de-at Spring Deal Days starts in Die Oster-Angebote starten in"}
|
||||
{"t":"SDD 24 Onsite 016 de-at Shop Spring Deals early Jetzt schon Oster-Angebote entdecken"}
|
||||
{"t":"SDD 24 Onsite 017 de-at New deals everyday just for Prime members Jeden Tag neue Angebote exklusiv für Prime-Mitglieder"}
|
||||
{"t":"SDD 24 Onsite 018 de-at WOW! Deals WOW!-Angebote"}
|
||||
{"t":"SDD 24 Onsite 019 de-at New deals everyday just for Prime members Jeden Tag neue Angebote exklusiv für Prime-Mitglieder"}
|
||||
{"t":"SDD 24 Onsite 020 de-at WOW! Deals WOW!-Angebote"}
|
||||
{"t":"SDD 24 Onsite 021 de-at Join Prime Werde Prime-Mitglied"}
|
||||
{"t":"SDD 24 Onsite 022 de-at Buy More & Save Mehr einkaufen, mehr sparen"}
|
||||
{"t":"SDD 24 Onsite 023 de-at Get ready for upcoming Spring Deal Days Mach dich bereit für die Oster-Angebote"}
|
||||
{"t":"SDD 24 Onsite 024 de-at Discover now Jetzt entdecken"}
|
||||
{"t":"SDD 24 Onsite 025 de-at Get ready for upcoming Spring Deal Days Mach dich bereit für die Oster-Angebote"}
|
||||
{"t":"SDD 24 Onsite 026 de-at Discover now Jetzt entdecken"}
|
||||
{"t":"SDD 24 Onsite 027 de-at Spring Deal Days is here Die Oster-Angebote sind da"}
|
||||
{"t":"SDD 24 Onsite 028 de-at Save big Spare bis zu 40%"}
|
||||
{"t":"SDD 24 Onsite 030 de-at Spring Deal Days Ein weiterer Tag zum Sparen"}
|
||||
{"t":"SDD 24 Onsite 031 de-at A new day to save Oster-Angebote"}
|
||||
{"t":"SDD 24 Onsite 032 de-at Ends 25 March Nur bis 25. März"}
|
||||
{"t":"SDD 24 Onsite 033 de-at Shop fast! Deals end tomorrow Jetzt schnell sein, die Angebote enden morgen"}
|
||||
{"t":"SDD 24 Onsite 035 de-at Shop fast! Deals end midnight Jetzt schnell sein, die Deals enden um Mitternacht"}
|
||||
{"t":"SDD 24 Onsite 036 de-at Spring Deal Days Oster-Angebote"}
|
||||
{"t":"SDD 24 Onsite 037 de-at Spring Deal Days Oster-Angebote"}
|
||||
{"t":"SDD 24 Onsite 038 de-at 20-25 March 20. - 25. März"}
|
||||
{"t":"SDD 24 Onsite 039 de-at Spring Deal Days ends midnight Die Oster-Angebote enden Mitternacht"}
|
||||
{"t":"SDD 24 Onsite 040 de-at Spring Deal Days Oster-Angebote"}
|
||||
{"t":"SDD 24 Onsite 041 de-at Spring Deal Days is here\nSave big Die Oster-Angebote sind da\n Spare bis zu 40%"}
|
||||
{"t":"SDD 24 Onsite 041F de-at Spring Deal Days is here Save big Die Oster-Angebote sind da Spare bis zu 40%"}
|
||||
{"t":"SDD 24 Onsite 042 de-at Spring Deal Days \nSave big Oster-Angebote \n Spare bis zu 40% "}
|
||||
{"t":"SDD 24 Onsite 042F de-at Spring Deal Days Save big Oster-Angebote Spare bis zu 40%"}
|
||||
{"t":"SDD 24 Onsite 043 de-at Spring Deal Days Oster-Angebote"}
|
||||
{"t":"SDD 24 Onsite 044 de-at Shop now Angebote entdecken"}
|
||||
{"t":"SDD 24 Onsite 045 de-at Spring Deal Days Oster-Angebote"}
|
||||
{"t":"SDD 24 Onsite 046 Headline de-at Get ready – this could sell fast! Mache dich bereit – die Angebote sind begehrt"}
|
||||
{"t":"SDD 24 Onsite 047 Headline de-at Unlock WOW! Deals with Prime Nutze die WOW!-Angebote mit Prime"}
|
||||
{"t":"SDD 24 Onsite 048 Headline de-at Join today. Cancel anytime. Heute noch anmelden. Jederzeit kündbar."}
|
||||
{"t":"SDD 24 Onsite 049 Headline de-at Try Prime Entdecke Prime"}
|
||||
993
storage/amazon/tm/de-AT/flat_Outbound_de-at.json
Normal file
993
storage/amazon/tm/de-AT/flat_Outbound_de-at.json
Normal file
|
|
@ -0,0 +1,993 @@
|
|||
{"t":"DDA 24 Outbound 001 de-at Ooooh! Get ready for Amazon Black Friday Week Mach dich bereit für die Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 002 de-at Get ready for Black Friday Week Mach dich bereit für die Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 003 de-at Save the date for Black Friday Week Unbedingt vormerken: die Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 004 de-at Epic savings from 21 Nov to 2 Dec Tolle Angebote vom 21. November bis 2. Dezember"}
|
||||
{"t":"DDA 24 Outbound 005 de-at Save up to 40% off from 21 November to 2 December Spare bis zu 40 % vom 21.11. bis 2.12."}
|
||||
{"t":"DDA 24 Outbound 006 de-at Get ready Mach dich bereit"}
|
||||
{"t":"DDA 24 Outbound 007 de-at Get ready for Amazon Black Friday Week Mach dich bereit für die Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 008 de-at Save up to 40% off from 21 Nov to 2 Dec Vom 21.11. bis 2.12."}
|
||||
{"t":"DDA 24 Outbound 009 de-at Save the date Merk dir das Datum"}
|
||||
{"t":"DDA 24 Outbound 010 de-at Amazon Black Friday Week is coming Die Amazon Black Friday Woche steht vor der Tür"}
|
||||
{"t":"DDA 24 Outbound 011 de-at Amazon Black Friday Week is almost here Die Amazon Black Friday Woche ist fast da"}
|
||||
{"t":"DDA 24 Outbound 012 de-at Ooooh, it's up to 40% off from 21 Nov to 2 Dec Vom 21.11. bis 2.12. sparst du bis zu 40 %"}
|
||||
{"t":"DDA 24 Outbound 013 de-at Ooh savings on Amazon Black Friday Week Spare in der Amazon Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 014 de-at Save big from 21 Nov to 2 Dec Vom 21.11. bis 2.12. richtig sparen"}
|
||||
{"t":"DDA 24 Outbound 015 de-at Amazon Black Friday Week... The countdown begins Amazon Black Friday Woche... Der Countdown läuft"}
|
||||
{"t":"DDA 24 Outbound 016 de-at Ooooh! Amazon Black Friday Week is almost here Die Amazon Black Friday Woche startet bald"}
|
||||
{"t":"DDA 24 Outbound 017 de-at Big savings from 21 Nov to 2 Dec Tolle Angebote vom 21. November bis 2. Dezember"}
|
||||
{"t":"DDA 24 Outbound 018 de-at Start your wishlist! Wunschliste erstellen"}
|
||||
{"t":"DDA 24 Outbound 019 de-at Amazon Black Friday Week savings are coming Die Angebote kommen: Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 021 de-at Black Friday Week starts at midnight Um Mitternacht startet die Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 022 de-at Ooooh! Amazon Black Friday Week is just hours away Die Amazon Black Friday Woche startet"}
|
||||
{"t":"DDA 24 Outbound 023 de-at Finish your wishlist Wunschliste fertig?"}
|
||||
{"t":"DDA 24 Outbound 024 de-at Set your alarm! Stell dir den Wecker"}
|
||||
{"t":"DDA 24 Outbound 025 de-at Amazon Black Friday Week is finally here! Endlich: Die Amazon Black Friday Woche ist da!"}
|
||||
{"t":"DDA 24 Outbound 026 de-at Save up to 40% on great products Spare bis zu 40 % bei tollen Produkten"}
|
||||
{"t":"DDA 24 Outbound 027 de-at Great deals on great products Tolle Angebote, tolle Produkte"}
|
||||
{"t":"DDA 24 Outbound 028 de-at Ooooh! Lots of great deals to be found Hol dir jede Menge tolle Angebote"}
|
||||
{"t":"DDA 24 Outbound 029 de-at Shop deals now Angebote entdecken"}
|
||||
{"t":"DDA 24 Outbound 030 de-at Amazon Black Friday Week is finally here Die Amazon Black Friday Woche ist da!"}
|
||||
{"t":"DDA 24 Outbound 031 de-at Get up to 40% off great products Spare bis zu 40 % bei tollen Angeboten"}
|
||||
{"t":"DDA 24 Outbound 032 de-at Get deals now Hol dir die Angebote"}
|
||||
{"t":"DDA 24 Outbound 033 de-at Black Friday Week deals are available Jetzt: tolle Angebote in der Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 034 de-at Up to 40% off epic deals. Ooooh! Bis zu 40 % sparen bei tollen Angeboten"}
|
||||
{"t":"DDA 24 Outbound 035 de-at Amazon Black Friday Week has only just begun Die Amazon Black Friday Woche hat erst angefangen"}
|
||||
{"t":"DDA 24 Outbound 036 de-at Ooooh! Black Friday Week deals! Black Friday Woche: tolle Angebote"}
|
||||
{"t":"DDA 24 Outbound 037 de-at Save up to 40% throughout Black Friday Week Black Friday Woche: Spare bis zu 40 %"}
|
||||
{"t":"DDA 24 Outbound 038 de-at More great deals coming tomorrow! Mehr tolle Angebote ab morgen!"}
|
||||
{"t":"DDA 24 Outbound 039 de-at Shop now Jetzt einkaufen"}
|
||||
{"t":"DDA 24 Outbound 040 de-at Day 1 of Black Friday Week is almost over Black Friday Woche: Tag 1 ist bald rum"}
|
||||
{"t":"DDA 24 Outbound 041 de-at Up to 40% off deals continues tomorrow Auch morgen wieder bis zu 40 % sparen"}
|
||||
{"t":"DDA 24 Outbound 042 de-at Great savings throughout Amazon Black Friday Week Spare in der Amazon Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 043 de-at New day, new deals: Black Friday Week Neuer Tag, neue Angebote: Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 044 de-at Up to 40% off continues this Black Friday Week Nicht vergessen: Tolle Angebote warten"}
|
||||
{"t":"DDA 24 Outbound 045 de-at Don't forget your deals today Nicht vergessen: Tolle Angebote warten"}
|
||||
{"t":"DDA 24 Outbound 046 de-at More epic deals this Black Friday Week Amazon Black Friday Woche: noch mehr Angebote"}
|
||||
{"t":"DDA 24 Outbound 047 de-at Find your deals Angebote entdecken"}
|
||||
{"t":"DDA 24 Outbound 048 de-at Epic deals in Amazon Black Friday Week Jetzt sparen in der Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 049 de-at Still up to 40% off in Amazon Black Friday Week Weiter bis zu 40 %: Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 050 de-at Epic Black Friday Week deals await Black Friday Woche: Tolle Angebote warten"}
|
||||
{"t":"DDA 24 Outbound 051 de-at Up to 40% off great products Spare bei tollen Produkten bis zu 40 %"}
|
||||
{"t":"DDA 24 Outbound 052 de-at Great deals to be had Es gibt tolle Angebote"}
|
||||
{"t":"DDA 24 Outbound 053 de-at Up to 40% off in Amazon Black Friday Week Amazon Black Friday Woche: Spare bis zu 40 %"}
|
||||
{"t":"DDA 24 Outbound 054 de-at Ooooh! Amazon Black Friday Week deals Angebote der Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 055 de-at Get your Amazon Black Friday Week deals Amazon Black Friday Woche: Top-Angebote"}
|
||||
{"t":"DDA 24 Outbound 056 de-at Still up to 40% off great products Immer noch bis zu 40 % sparen"}
|
||||
{"t":"DDA 24 Outbound 057 de-at Still great deals to be had Es gibt noch mehr tolle Angebote"}
|
||||
{"t":"DDA 24 Outbound 058 de-at New day, new Black Friday Week deals Black Friday Woche: Neuer Tag, neue Angebote"}
|
||||
{"t":"DDA 24 Outbound 059 de-at Great Amazon deals on great products Tolle Amazon Angebote für tolle Produkte"}
|
||||
{"t":"DDA 24 Outbound 060 de-at Ooooh! Great deals await Tolle Angebote warten"}
|
||||
{"t":"DDA 24 Outbound 061 de-at Ooooh! Up to 40% off awaits Spare bis zum 31. Dezember bis zu XX %"}
|
||||
{"t":"DDA 24 Outbound 062 de-at Up to 40% off - Amazon Black Friday Week Black Friday Woche: Spare bis zu 40 %"}
|
||||
{"t":"DDA 24 Outbound 063 de-at Ooooh! deals on great products Angebote für tolle Produkte"}
|
||||
{"t":"DDA 24 Outbound 064 de-at Black Friday Week deals to be had Angebote der Amazon Black Friday Woche entdecken"}
|
||||
{"t":"DDA 24 Outbound 066 de-at Find oooooooh! deals at Amazon Entdecke tolle Angebote bei Amazon"}
|
||||
{"t":"DDA 24 Outbound 067 de-at Up to 40% off Ooooh! great products Spare bei tollen Produkten bis zu 40 %"}
|
||||
{"t":"DDA 24 Outbound 069 de-at Up to 40% off. Ooooh indeed... Aber sowas von sparen: Bis zu 40 %"}
|
||||
{"t":"DDA 24 Outbound 070 de-at Great deals await Tolle Angebote warten auf dich"}
|
||||
{"t":"DDA 24 Outbound 071 de-at Save up to 40% Spare bis zu 40 %"}
|
||||
{"t":"DDA 24 Outbound 072 de-at Show now Jetzt einkaufen"}
|
||||
{"t":"DDA 24 Outbound 073 de-at Black Friday deals are still waiting for you Mehr Black Friday Angebote für dich"}
|
||||
{"t":"DDA 24 Outbound 074 de-at Up to 40% off will make you go Ooooh! Bis zu 40 % Rabatt"}
|
||||
{"t":"DDA 24 Outbound 075 de-at Great deals are waiting for you Tolle Angebote warten auf dich"}
|
||||
{"t":"DDA 24 Outbound 076 de-at Up to 40% off a wide selection Große Auswahl: bis zu 40 % sparen"}
|
||||
{"t":"DDA 24 Outbound 077 de-at Find great deals in Amazon Black Friday Amazon Black Friday: Finde tolle Angebote"}
|
||||
{"t":"DDA 24 Outbound 078 de-at Get yourself up to 40% off now Spare jetzt bis zu 40 %"}
|
||||
{"t":"DDA 24 Outbound 079 de-at Up to 40% on great products Spare bei tollen Produkten bis zu 40 %"}
|
||||
{"t":"DDA 24 Outbound 080 de-at Lots of deals are still waiting Viele Angebote warten noch auf dich"}
|
||||
{"t":"DDA 24 Outbound 081 de-at Amazon Black Friday deals Jetzt sparen: Amazon Black Friday"}
|
||||
{"t":"DDA 24 Outbound 082 de-at It's the last day of Black Friday Week Heute ist der letzte Tag der Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 083 de-at Still time to save up to 40% off Noch kannst du bis zu 40 % sparen"}
|
||||
{"t":"DDA 24 Outbound 084 de-at There's still time to get great deals Noch ist Zeit für tolle Angebote"}
|
||||
{"t":"DDA 24 Outbound 085 de-at The Amazon Black Friday Week clock is ticking... Amazon Black Friday Woche: Endspurt!"}
|
||||
{"t":"DDA 24 Outbound 086 de-at Shop great deals Angebote entdecken"}
|
||||
{"t":"DDA 24 Outbound 087 de-at Only one day left of Amazon Black Friday Week Letzter Tag: Amazon Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 088 de-at Still up to 40% off on great products Immer noch bis zu 40 % sparen"}
|
||||
{"t":"DDA 24 Outbound 089 de-at It's the last day of Amazon Black Friday Week!! Heute ist der letzte Tag der Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 090 de-at Go Ooooh! With up to 40% off Bis zu 40 % Rabatt"}
|
||||
{"t":"DDA 24 Outbound 091 de-at Save today with up to 40% off Spare heute mit Angeboten bis zu 40 %"}
|
||||
{"t":"DDA 24 Outbound 092 de-at Great deals on products worth an Ooooh! Top-Angebote, und alle so: Oooh!"}
|
||||
{"t":"DDA 24 Outbound 093 de-at Last few hours of Amazon Black Friday Week Black Friday Woche: Die letzten Stunden"}
|
||||
{"t":"DDA 24 Outbound 094 de-at There's still time to get up to 40% off Noch kannst du bis zu 40 % sparen"}
|
||||
{"t":"DDA 24 Outbound 096 de-at Discover Black Friday Week deals Entdecke tolle Angebote bei Amazon"}
|
||||
{"t":"DDA 24 Outbound 097 de-at Get up to 40% off now Spare jetzt bis zu 40 %"}
|
||||
{"t":"DDA 24 Outbound 098 de-at Shop all deals Angebote entdecken"}
|
||||
{"t":"DDA 24 Outbound 099 de-at Explore Black Friday Week deals Angebote der Amazon Black Friday Woche entdecken"}
|
||||
{"t":"DDA 24 Outbound 100 de-at Discover epic deals Entdecke tolle Angebote bei Amazon"}
|
||||
{"t":"DDA 24 Outbound 101 de-at Black Friday is here Der Black Friday ist da"}
|
||||
{"t":"DDA 24 Outbound 102 de-at Up to 40% off: deals too good to miss Tolle Angebote warten auf dich"}
|
||||
{"t":"DDA 24 Outbound 103 de-at Epic deals are waiting for you Tolle Angebote warten auf dich"}
|
||||
{"t":"DDA 24 Outbound 104 de-at Discover great deals this Black Friday Amazon Black Friday: Finde tolle Angebote"}
|
||||
{"t":"DDA 24 Outbound 105 de-at Save up to 40% off Spare bis zu 40 %"}
|
||||
{"t":"DDA 24 Outbound 106 de-at There's still time to save up to 40% off Noch ist Zeit für tolle Angebote"}
|
||||
{"t":"DDA 24 Outbound 107 de-at Amazon Black Friday Week: 21 Nov - 2 Dec Amazon Black Friday Woche: 21.11.–2.12."}
|
||||
{"t":"DDA 24 Outbound 108 de-at Discover our Amazon Creator top deals Entdecke Top-Tipps der Amazon Creators"}
|
||||
{"t":"DDA 24 Outbound 109 de-at Let us show you some great savings across Amazon Black Friday Week So sparst du in der Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 110 de-at Amazon Black Friday Week: Up to 40% off Black Friday Woche: bis zu 40 % sparen"}
|
||||
{"t":"DDA 24 Outbound 111 de-at We've got deals worth Ooooh-ing about Wir haben tolle Angebote für dich"}
|
||||
{"t":"DDA 24 Outbound 112 de-at Deals throughtout Black Friday Week Top-Angebote in der Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 113 de-at Deals, deals, deals on your favourite products Jede Menge Angebote für Top-Produkte"}
|
||||
{"t":"DDA 24 Outbound 114 de-at Deals, deals, deals in Black Friday Week Black Friday Woche: richtig viel sparen"}
|
||||
{"t":"DDA 24 Outbound 116 de-at Up to 40% off on [category] Bis zu 40 %: [category]"}
|
||||
{"t":"DDA 24 Outbound 117 de-at Black Friday week with up to 40% off Black Friday Woche: Spare bis zu 40 %"}
|
||||
{"t":"DDA 24 Outbound 118 de-at Great deals on [electronics] Tolle Angebote: [category]"}
|
||||
{"t":"DDA 24 Outbound 119 de-at Great deals during Black Friday Week Black Friday Woche: tolle Angebote"}
|
||||
{"t":"DDA 24 Outbound 120 de-at Subscribe Jetzt anmelden"}
|
||||
{"t":"DDA 24 Outbound 121 de-at Ooh great deals during Black Friday Week Tolle Angebote in der Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 122 de-at Up to 40% off on WOW! Deals at Amazon Spare bis zu 40 % bei WOW-Angeboten"}
|
||||
{"t":"DDA 24 Outbound 123 de-at Great WOW! Deals on [CATEGORY] WOW-Angebote: [category]"}
|
||||
{"t":"DDA 24 Outbound 124 de-at Great WOW! Deals at Amazon WOW-Angebote auf Amazon"}
|
||||
{"t":"DDA 24 Outbound 125 de-at Great WOW! Deals on [insert category] WOW-Angebote: [category]"}
|
||||
{"t":"DDA 24 Outbound 126 de-at See WOW! Deals WOW-Angebote entdecken"}
|
||||
{"t":"DDA 24 Outbound 127 de-at Take a look at our 100 top deals Unsere 100 besten Angebote für dich"}
|
||||
{"t":"DDA 24 Outbound 128 de-at Up to 40% off during Black Friday Week Black Friday Woche: Spare bis zu 40 %"}
|
||||
{"t":"DDA 24 Outbound 129 de-at Great savings during Black Friday Week Black Friday Woche: Tolle Preise"}
|
||||
{"t":"DDA 24 Outbound 130 de-at See top picks Top-Angebote entdecken"}
|
||||
{"t":"DDA 24 Outbound 131 de-at Black Friday deals just for you Black Friday Angebote nur für dich"}
|
||||
{"t":"DDA 24 Outbound 132 de-at Up to 40% off on your favourite products Bis zu 40 % Rabatt auf deine Favoriten"}
|
||||
{"t":"DDA 24 Outbound 133 de-at Great savings on your favourite products Richtig sparen bei deinen Favoriten"}
|
||||
{"t":"DDA 24 Outbound 134 de-at See your deals Angebote finden"}
|
||||
{"t":"DDA 24 Outbound 135 de-at Premium brand deals in Black Friday Week Black Friday Woche: Premium-Marken"}
|
||||
{"t":"DDA 24 Outbound 136 de-at Ooooh! Up to 40% off on Amazon Bis zu 40 % sparen auf Amazon"}
|
||||
{"t":"DDA 24 Outbound 137 de-at Top savings on top brands Top-Preise für Top-Marken"}
|
||||
{"t":"DDA 24 Outbound 138 de-at Shop top brands Top Marken kaufen"}
|
||||
{"t":"DDA 24 Outbound 139 de-at Did you find something in our Black Friday deals? Dein Black Friday Angebot gefunden?"}
|
||||
{"t":"DDA 24 Outbound 140 de-at Up to 40% off to make you go Ooooh! Bis zu 40% sparen"}
|
||||
{"t":"DDA 24 Outbound 141 de-at You've got great taste with great savings Hol dir tolle Marken und spare"}
|
||||
{"t":"DDA 24 Outbound 142 de-at Keep shopping deals Weiter einkaufen"}
|
||||
{"t":"DDA 24 Outbound 143 de-at Amazon Black friday Week deals to be had Jetzt sparen: Amazon Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 144 de-at Keep shopping for up to 40% off Weiter einkaufen und bis zu 40 % sparen"}
|
||||
{"t":"DDA 24 Outbound 145 de-at Keep shopping for savings Weiter einkaufen und sparen"}
|
||||
{"t":"DDA 24 Outbound 146 de-at Black Friday Weeks deals are trending Black Friday Woche: beliebte Angebote"}
|
||||
{"t":"DDA 24 Outbound 147 de-at Up to 40% off trending products Spare bis zu 40 % bei Top-Produkten"}
|
||||
{"t":"DDA 24 Outbound 148 de-at Great deals on trending products Tolle Angebote für Top-Produkte"}
|
||||
{"t":"DDA 24 Outbound 149 de-at Deals on trustworthy brands Angebote für beliebte Produkte"}
|
||||
{"t":"DDA 24 Outbound 150 de-at Top brands at excellent prices Top-Marken zu ausgezeichneten Preisen"}
|
||||
{"t":"DDA 24 Outbound 151 de-at See all Alles ansehen"}
|
||||
{"t":"DDA 24 Outbound 152 de-at You've got great taste for big savings Hol dir tolle Marken und spare"}
|
||||
{"t":"DDA 24 Outbound 153 de-at Epic Black Friday Week deals Tolle Angebote der Amazon Black Friday Woche"}
|
||||
{"t":"DDA 24 Outbound 154 de-at Products you love at prices you'll love! Ihre Lieblingsprodukte zu Traumpreisen!"}
|
||||
{"t":"DDA 24 Outbound 155 de-at Discover highly-rated deals Entdecke hoch bewertete Angebote"}
|
||||
{"t":"DDA 24 Outbound 156 de-at Found your Black Friday Week deals yet? Dein Black Friday Angebot gefunden?"}
|
||||
{"t":"DDA 24 Outbound 157 de-at Check out our Top 100 deals Unsere 100 besten Angebote für dich"}
|
||||
{"t":"DDA 24 Outbound 158 de-at Deals on Influencer Favourites Entdecke Influencer-Favoriten im Angebot"}
|
||||
{"t":"DDA 24 Outbound 159 de-at Shop before they're gone Schnapp sie dir, bevor sie weg sind"}
|
||||
{"t":"DDA 24 Outbound 160 de-at Festive finds and merry deals Festliche Fundstücke im Angebot"}
|
||||
{"t":"DDA 24 Outbound 161 de-at Gifts, hosting, decor for less Geschenke und Deko für jedes Budget"}
|
||||
{"t":"DDA 24 Outbound 162 de-at Black Friday Top 100 Deals Black Friday Top-100-Angebote"}
|
||||
{"t":"DDA 24 Outbound 163 de-at Black Friday picks from top brands Black Friday Angebote von Top-Marken"}
|
||||
{"t":"DDA 24 Outbound 164 de-at Ooooh! The Amazon Boxing Day Sale starts today Die Amazon Winter Angebote starten heute."}
|
||||
{"t":"DDA 24 Outbound 165 de-at Great savings until 31 December Sichere dir bis zum 31. Dezember tolle Angebote"}
|
||||
{"t":"DDA 24 Outbound 166 de-at Finish the year in style with up to 40% off Dein Feuerwerk zum Jahresende: Spare bis zu 40 %"}
|
||||
{"t":"DDA 24 Outbound 167 de-at Finish this year with great savings Lass das Jahr mit tollen Angeboten ausklingen"}
|
||||
{"t":"DDA 24 Outbound 168 de-at See the deals Angebote entdecken"}
|
||||
{"t":"DDA 24 Outbound 169 de-at The Amazon Boxing Day Sale is here! Amazon sind da!"}
|
||||
{"t":"DDA 24 Outbound 171 de-at Great deals to be found until 31 Dec Finde bis zum 31.12. fantastische Angebote"}
|
||||
{"t":"DDA 24 Outbound 172 de-at The Amazon Boxing Day Sale is now on! Jetzt entdecken: die Winter Angebote bei Amazon!"}
|
||||
{"t":"DDA 24 Outbound 173 de-at Shop up to xx% off until 31 December Spare bis zum 31. Dezember bis zu XX %"}
|
||||
{"t":"DDA 24 Outbound 174 de-at Ooh! Great savings until 31 December Neue Möglichkeiten zum Sparen bis 31.12."}
|
||||
{"t":"DDA 24 Outbound 175 de-at Bag a big deal in the Amazon Boxing Day Sale Tolle Rabatte eintüten: Amazon Winter Angebote"}
|
||||
{"t":"DDA 24 Outbound 176 de-at The Amazon Boxing Day Sale is still on! Noch gibt's Amazon Winter Angebote"}
|
||||
{"t":"DDA 24 Outbound 177 de-at Ooooh! Great deals until 31 December Tolle Angebote bis zum 31.12."}
|
||||
{"t":"DDA 24 Outbound 178 de-at Save now Jetzt sparen"}
|
||||
{"t":"DDA 24 Outbound 179 de-at Special offers on Amazon today! Heute: limitierte Amazon-Angebote!"}
|
||||
{"t":"DDA 24 Outbound 180 de-at Save on great deals while they last! Noch gibt's tolle Angebote zum Sparen"}
|
||||
{"t":"DDA 24 Outbound 181 de-at More Ooooh! deals until 31 December Mehr tolle Angebote bis 31. Dezember"}
|
||||
{"t":"DDA 24 Outbound 183 de-at Ooh! Shop great deals on [category] today Finde tolle Angebote: [category}"}
|
||||
{"t":"DDA 24 Outbound 184 de-at Get up to 40% off in our Boxing Day Sale Spare mit Winter Angeboten bis zu 40 %"}
|
||||
{"t":"DDA 24 Outbound 185 de-at Great deals in the Boxing Day Sale Tolle Winter Angebote bei Amazon"}
|
||||
{"t":"DDA 24 Outbound 186 de-at Amazon Last Minute Deals are here Die Amazon Last Minute Angebote sind da!"}
|
||||
{"t":"DDA 24 Outbound 187 de-at Great gifts at great prices Tolle Geschenke, tolle Preise"}
|
||||
{"t":"DDA 24 Outbound 188 de-at Find your Amazon Last Minute Deal Finde dein Amazon Last Minute Angebot"}
|
||||
{"t":"DDA 24 Outbound 189 de-at Last Minute Deals have finally arrived Endlich: Last Minute Angebote"}
|
||||
{"t":"DDA 24 Outbound 190 de-at Find a December deal to make you go Ooh! Finde tolle Angebote im Dezember"}
|
||||
{"t":"DDA 24 Outbound 191 de-at Ooooh! Amazon Last Minute Deals are here Die Last Minute Angebote von Amazon sind da!"}
|
||||
{"t":"DDA 24 Outbound 192 de-at Shop great deals until 22 December Entdecke tolle Angebote bis zum 22. Dezember"}
|
||||
{"t":"DDA 24 Outbound 193 de-at Finish off your gift list with Last Minute Deals Last Minute Angebote für deine Geschenkliste"}
|
||||
{"t":"DDA 24 Outbound 194 de-at Find perfect deals Angebote finden"}
|
||||
{"t":"DDA 24 Outbound 195 de-at Amazon Last Minute Deals are here! Die Last Minute Angebote sind da"}
|
||||
{"t":"DDA 24 Outbound 196 de-at Great savings until 22 December Tolle Angebote bis zum 22.12. sichern"}
|
||||
{"t":"DDA 24 Outbound 197 de-at Last chance for epic deals in time Jetzt noch Angebote sichern"}
|
||||
{"t":"DDA 24 Outbound 198 de-at Ooooh! Save now on your wishlist for this holiday season Tolle Angebote für deine Wunschliste"}
|
||||
{"t":"DDA 24 Outbound 199 de-at Last Minute Deals are nearly ooh-ooh-over! Nur noch kurze Zeit: Last Minute Angebote!"}
|
||||
{"t":"DDA 24 Outbound 200 de-at Last chance for great deals on gifts Letzte Chance: tolle Angebote für Geschenke"}
|
||||
{"t":"DDA 24 Outbound 201 de-at Last chance to grab epic deals Letzte Chance für tolle Angebote"}
|
||||
{"t":"DDA 24 Outbound 202 de-at Shop for deals Angebote entdecken"}
|
||||
{"t":"DDA 24 Outbound 203 de-at Amazon gifts are waiting for you Amazon Angebote warten auf dich"}
|
||||
{"t":"DDA 24 Outbound 204 de-at Find a perfect gift for yourself or someone Perfekte Geschenke für dich und andere"}
|
||||
{"t":"DDA 24 Outbound 205 de-at Shop your deals Angebote finden"}
|
||||
{"t":"DDA 24 Outbound 206 de-at Find the perfect gift Am häufigsten geschenkt"}
|
||||
{"t":"DDA 24 Outbound 207 de-at Create a wishlist Neue Liste anlegen"}
|
||||
{"t":"DDA 24 Outbound 208 de-at Customers' Most Loved Kunden-Favoriten"}
|
||||
{"t":"DDA 24 Outbound 209 de-at Toys Spielwaren"}
|
||||
{"t":"DDA 24 Outbound 210 de-at Books Bücher"}
|
||||
{"t":"DDA 24 Outbound 211 de-at Computers & Accessories Computer & Software"}
|
||||
{"t":"DDA 24 Outbound 212 de-at Home & Kitchen Küche, Haushalt & Möbel"}
|
||||
{"t":"DDA 24 Outbound 213 de-at Fashion Mode"}
|
||||
{"t":"DDA 24 Outbound 214 de-at Personal Care & Grooming Drogerie"}
|
||||
{"t":"DDA 24 Outbound 215 de-at Headphones, Speakers & Music Kopfhörer & Lautsprecher"}
|
||||
{"t":"DDA 24 Outbound 216 de-at Pet Products Haustierbedarf"}
|
||||
{"t":"PBDD 23 Outbound 001 Subject line de-at Amazon Prime Big Deal Days are coming on XX-XX Oct Die Amazon Prime Deal Days sind am XX. und XX. Okt."}
|
||||
{"t":"PBDD 23 Outbound 002 Subject line de-at Get ready to feel like a big deal with epic deals Bei diesen Angeboten fühlst du dich wie ein Star"}
|
||||
{"t":"PBDD 23 Outbound 004 Headline de-at Two days of epic deals XX-XX Oct Zwei Tage voller Angebote am XX. und XX. Oktober"}
|
||||
{"t":"PBDD 23 Outbound 005 Body Copy de-at [Amazon] Prime Big Deal Days are coming and guess what? That's right... it's all about you. It's two days of epic deals for Prime Members only. So, start building your wish list, with everything from electronics to homeware, kitchen items and more. Don't miss out on your chance to feel like a big deal! Bald sind die Prime Deal Days. Und stell dir vor, hier geht es nur um dich. Zwei Tage voller fantastischer Angebote nur für Prime-Mitglieder. Erstelle schon jetzt deinen Wunschzettel mit allem, was du brauchst: Tolle Angebote aus den Bereichen Elektronik, Haushalt und Küche erwarten dich. Verpasse nicht die Chance, dich wie ein Star zu fühlen!"}
|
||||
{"t":"PBDD 23 Outbound 007 CTA de-at Get ready now! Mach dich bereit!"}
|
||||
{"t":"PBDD 23 Outbound 009 Subject line de-at [Amazon] Prime Big Deal Days are coming on XX-XX Oct Die Prime Deal Days am XX. - XX. Okt."}
|
||||
{"t":"PBDD 23 Outbound 012 Intro de-at Two days of epic deals! Zwei Tage voller Angebote!"}
|
||||
{"t":"PBDD 23 Outbound 014 Subject line de-at [Amazon] Prime Big Deal Days are almost here: XX-XX Oct! Die Prime Deal Days sind fast da: XX. und XX. Okt."}
|
||||
{"t":"PBDD 23 Outbound 016 Subject line de-at Two days of epic deals for Prime members only Zwei Tage voller Angebote nur für Prime-Mitglieder"}
|
||||
{"t":"PBDD 23 Outbound 018 Headline de-at Two days of epic deals: XX-XX Oct Zwei Tage voller Angebote am XX. Und XX. Oktober"}
|
||||
{"t":"PBDD 23 Outbound 019 Body Copy de-at Amazon Prime Big Deal Day is almost here! With exclusive deals, just for Prime members, you‘ll feel like a big deal! Get a head start and build your Prime Big Deal Day wish list today! Die Prime Deal Days stehen vor der Tür. Mit exklusiven Angeboten exklusiv für Prime-Mitglieder. Da fühlst du dich wie ein Star! Erstelle noch heute deinen Prime Deal Days- Wunschzettel."}
|
||||
{"t":"PBDD 23 Outbound 021 Subject line de-at Prime Big Deal Days are almost here XX - XX Oct Prime Deal Days sind am XX. - XX. Okt."}
|
||||
{"t":"PBDD 23 Outbound 023 Intro de-at Make your epic deals wish list! Erstelle jetzt deinen Wunschzettel"}
|
||||
{"t":"PBDD 23 Outbound 026 Subject line de-at [Amazon] Prime Big Deal Days start at midnight! Die Prime Deal Days starten um Mitternacht!"}
|
||||
{"t":"PBDD 23 Outbound 027 Subject line de-at Prime member exclusive deals from XX-XX Oct XX. - XX. Okt.: Angebote nur für Prime-Mitglieder"}
|
||||
{"t":"PBDD 23 Outbound 028 Headline de-at Two days of epic deals XX-XX Oct Zwei Tage voller Angebote am XX. und XX. Oktober"}
|
||||
{"t":"PBDD 23 Outbound 029 Body Copy de-at [Amazon] Prime Big Deal Days begin tomorrow with savings so epic, you’ll feel like a big deal. So, get going and make your Amazon Prime Big Deal Day wish list! Die Prime Deal Days starten morgen. Mit so tollen Angeboten, dass du dich wie ein Star fühlst. Also, mach dich bereit und erstelle jetzt deinen Prime Deal Days-Wunschzettel!"}
|
||||
{"t":"PBDD 23 Outbound 030 Subject line de-at [Amazon] Prime Big Deal Days start midnight! Prime Deal Days starten um Mitternacht!"}
|
||||
{"t":"PBDD 23 Outbound 031 Intro de-at 2 days of epic deals exclusively for Prime members Ist dein Wunschzettel schon fertig?"}
|
||||
{"t":"PBDD 23 Outbound 034 Subject line de-at \n [Amazon] Prime Big Deal Days are coming on XX-XX Oct Die Prime Deal Days sind am XX. und XX. Oktober."}
|
||||
{"t":"PBDD 23 Outbound 034F Subject line de-at [Amazon] Prime Big Deal Days are coming on XX-XX Oct Die Prime Deal Days sind am XX. und XX. Oktober."}
|
||||
{"t":"PBDD 23 Outbound 035 Subject line de-at Join Prime for two days of epic deals Werde Prime-Mitglied für 2 Tage voller Angebote"}
|
||||
{"t":"PBDD 23 Outbound 036 Subject line de-at Join Amazon Prime to access to two days of epic deals Prime-Mitglieder erhalten 2 Tage voller Angebote"}
|
||||
{"t":"PBDD 23 Outbound 037 Headline de-at Two days of epic deals XX-XX Oct 2 Tage voller Angebote am XX. und XX. Oktober"}
|
||||
{"t":"PBDD 23 Outbound 040 Body Copy de-at [Amazon] Prime Big Deal Days is coming…Sign up to Prime to gain access to two days of epic deals on electronics, homeware, kitchen items and more. Plus you'll get fast delivery and great TV shows and films with your membership. You might even be eligible for a 30-day free trial!* \n \n \n *After the free trial Prime is £X.XX a month. Bald sind die Prime Deal Days! Werde jetzt Prime-Mitglied: Damit sicherst du dir 2 Tage voller Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Das solltest du nicht verpassen! Darüber hinaus erhältst du als Prime-Mitglied schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme mit Prime Video. Neu dabei? Entdecke Prime mit dem 30-Tage Gratiszeitraum!*\n \n *Nach dem 30-Tage Gratiszeitraum kostet Prime € 8,99 pro Monat."}
|
||||
{"t":"PBDD 23 Outbound 040F Body Copy de-at [Amazon] Prime Big Deal Days is coming…Sign up to Prime to gain access to two days of epic deals on electronics, homeware, kitchen items and more. Plus you'll get fast delivery and great TV shows and films with your membership. You might even be eligible for a 30-day free trial!* *After the free trial Prime is £X.XX a month. Bald sind die Prime Deal Days! Werde jetzt Prime-Mitglied: Damit sicherst du dir 2 Tage voller Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Das solltest du nicht verpassen! Darüber hinaus erhältst du als Prime-Mitglied schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme mit Prime Video. Neu dabei? Entdecke Prime mit dem 30-Tage Gratiszeitraum!* *Nach dem 30-Tage Gratiszeitraum kostet Prime € 8,99 pro Monat."}
|
||||
{"t":"PBDD 23 Outbound 041 CTA de-at Join Prime today Jetzt Prime entdecken"}
|
||||
{"t":"PBDD 23 Outbound 043 Intro de-at Sign up for 2 days of epic deals Melde dich an für 2 Tage voller Angebote"}
|
||||
{"t":"PBDD 23 Outbound 044 Intro de-at Sign up to Prime for 2 days of exclusive deals Anmelden für 2 Tage voller Angebote"}
|
||||
{"t":"PBDD 23 Outbound 045 Subject line de-at [Amazon] Prime Big Deal Days are almost here: XX-XX Oct Prime Deal Days sind fast da: xx. und xx. Oktober"}
|
||||
{"t":"PBDD 23 Outbound 046 Subject line de-at Join Prime for two days of epic deals\n Werde Prime-Mitglied für 2 Tage voller Angebote"}
|
||||
{"t":"PBDD 23 Outbound 046F Subject line de-at Join Prime for two days of epic deals Werde Prime-Mitglied für 2 Tage voller Angebote"}
|
||||
{"t":"PBDD 23 Outbound 047 Headline de-at Two days of epic deals: XX-XX Oct 2 Tage voller Angebote am XX. und XX. Oktober"}
|
||||
{"t":"PBDD 23 Outbound 050 Body Copy de-at [Amazon] Prime Big Deal Days are just around the corner! Join Prime today to get exclusive access to deals on electronics, homeware, kitchen items and more. Plus you'll get fast delivery and great TV shows and films with your membership. You’ll be the talk of the town! You might even be eligible for a 30-day free trial.*\n \n *After the free trial Prime is £X.XX a month. Bald sind die Prime Deal Days. Werde jetzt Prime-Mitglied und sichere dir exklusive Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du als Prime-Mitglied schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme. Neu dabei? Entdecke Prime mit dem 30-Tage Gratiszeitraum.*\n \n *Nach dem 30-Tage Gratiszeitraum kostet Prime €8,99 pro Monat."}
|
||||
{"t":"PBDD 23 Outbound 050F Body Copy de-at [Amazon] Prime Big Deal Days are just around the corner! Join Prime today to get exclusive access to deals on electronics, homeware, kitchen items and more. Plus you'll get fast delivery and great TV shows and films with your membership. You’ll be the talk of the town! You might even be eligible for a 30-day free trial.* *After the free trial Prime is £X.XX a month. Bald sind die Prime Deal Days. Werde jetzt Prime-Mitglied und sichere dir exklusive Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du als Prime-Mitglied schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme. Neu dabei? Entdecke Prime mit dem 30-Tage Gratiszeitraum.* *Nach dem 30-Tage Gratiszeitraum kostet Prime €8,99 pro Monat."}
|
||||
{"t":"PBDD 23 Outbound 051 Subject line de-at Prime Big Deal Days are almost here XX-XX Oct Prime Deal Days sind fast da: XX-XX Okt."}
|
||||
{"t":"PBDD 23 Outbound 052 Subject line de-at Stay up late, Prime Big Deal Days start at midnight! Wach bleiben, Prime Deal Days ab Mitternacht!"}
|
||||
{"t":"PBDD 23 Outbound 053 de-at Prime Big Deal Days start at midnight! Die Prime Deal Days starten um Mitternacht!"}
|
||||
{"t":"PBDD 23 Outbound 054 Subject line de-at Join Prime for exclusive deals from XX-XX Oct Werde Prime-Mitglied für Angebote vom XX.-XX. Okt."}
|
||||
{"t":"PBDD 23 Outbound 055 Headline de-at Two days of epic deals XX-XX Oct 2 Tage voller Angebote: XX. und XX. Oktober"}
|
||||
{"t":"PBDD 23 Outbound 058 Body Copy de-at [Amazon] Prime Big Deal Days begin tomorrow. Sign up to Prime and you’ll feel like a big deal with access to two days of exclusive deals and epic savings on electronics, homeware, kitchen items and more. Plus fast delivery and great entertainment as part of your Prime membership. You might even be eligible for a 30-day free trial*\n \n *After the free trial Prime is £X.XX a month. Die Prime Deals Days starten morgen! Werde jetzt Prime-Mitglied und fühle dich wie ein Star. Sichere dir 2 Tage voller exklusiver Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du als Prime-Mitglied schnelle und kostenlose Lieferung sowie tolles Entertainment. Neu dabei? Entdecke Prime mit dem 30-Tage Gratiszeitraum.*\n \n *Nach dem 30-Tage Gratiszeitraum kostet Prime €8,99 pro Monat."}
|
||||
{"t":"PBDD 23 Outbound 058F Body Copy de-at [Amazon] Prime Big Deal Days begin tomorrow. Sign up to Prime and you’ll feel like a big deal with access to two days of exclusive deals and epic savings on electronics, homeware, kitchen items and more. Plus fast delivery and great entertainment as part of your Prime membership. You might even be eligible for a 30-day free trial* *After the free trial Prime is £X.XX a month. Die Prime Deals Days starten morgen! Werde jetzt Prime-Mitglied und fühle dich wie ein Star. Sichere dir 2 Tage voller exklusiver Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du als Prime-Mitglied schnelle und kostenlose Lieferung sowie tolles Entertainment. Neu dabei? Entdecke Prime mit dem 30-Tage Gratiszeitraum.* *Nach dem 30-Tage Gratiszeitraum kostet Prime €8,99 pro Monat."}
|
||||
{"t":"PBDD 23 Outbound 059 Subject line de-at Prime Big Deal Days start midnight! Prime Deal Days starten um Mitternacht!"}
|
||||
{"t":"PBDD 23 Outbound 060 Intro de-at Sign up for exclusive deals from XX-XX Oct Exklusive Angebote sichern: xx.-xx. Okt."}
|
||||
{"t":"PBDD 23 Outbound 061 Intro de-at Sign up for two days of exclusive deals Anmelden für 2 Tage voller Angebote"}
|
||||
{"t":"PBDD 23 Outbound 062 Subject line de-at \n Get your additional promo codes now! Hol dir jetzt zusätzliche Prime Deal Days-Angebote"}
|
||||
{"t":"PBDD 23 Outbound 062F Subject line de-at Get your additional promo codes now! Hol dir jetzt zusätzliche Prime Deal Days-Angebote"}
|
||||
{"t":"PBDD 23 Outbound 063 Subject line de-at Get extra savings on Prime Big Deal Days XX-XX Oct Spare mehr mit tollen Angeboten"}
|
||||
{"t":"PBDD 23 Outbound 065 Headline de-at [Amazon] Prime Big Deal Days are XX-XX Oct! Die Prime Deal Days sind vom XX.-XX. Oktober!"}
|
||||
{"t":"PBDD 23 Outbound 066 Body Copy de-at [Amazon] Prime Big Deal Days are bringing two days of epic deals. With so many exclusive savings for Prime members, you’ll feel like a big deal! Can’t wait? Find out about all the exclusive Prime promo codes, offers and free trials you can use before and during the [Amazon] Prime Big Deal Days! Die Prime Deal Days sind zwei Tage voller Angebote exklusiv für Prime-Mitglieder. Da fühlst du dich wie ein Star! Du kannst es nicht erwarten? Erfahre schon jetzt mehr über deine exklusiven Aktionsgutscheine und Angebote, die du vor und während der Prime Deal Days nutzen kannst."}
|
||||
{"t":"PBDD 23 Outbound 068 CTA de-at Claim now\n \n \n Jetzt aktivieren"}
|
||||
{"t":"PBDD 23 Outbound 068F CTA de-at Claim now Jetzt aktivieren"}
|
||||
{"t":"PBDD 23 Outbound 069 Intro de-at See exclusive Prime promo codes and offers here Exklusive Aktionsgutscheine & Angebote"}
|
||||
{"t":"PBDD 23 Outbound 070 Intro de-at See exclusive Prime exclusive offers here Finde hier exklusive Prime-Angebote"}
|
||||
{"t":"PBDD 23 Outbound 071 CTA de-at Claim now Jetzt aktivieren"}
|
||||
{"t":"PBDD 23 Outbound 072 Subject line de-at Get your exclusive promo codes now! \n Werde Prime-Mitglied, spare an den Prime Deal Days"}
|
||||
{"t":"PBDD 23 Outbound 072F Subject line de-at Get your exclusive promo codes now! Werde Prime-Mitglied, spare an den Prime Deal Days"}
|
||||
{"t":"PBDD 23 Outbound 073 Subject line de-at Get your exclusive offers now! Sicher dir jetzt exklusive Angebote!"}
|
||||
{"t":"PBDD 23 Outbound 074 Subject line de-at Join Prime to save on your Prime Big Deal Days orders Mitglieder sparen bei Prime Deal Days-Bestellungen"}
|
||||
{"t":"PBDD 23 Outbound 075 Headline de-at Prime Big Deal Days are on XX-XX Oct, so here’s a tip! Unser Tipp für die Prime Deal Days am XX.-XX. Okt."}
|
||||
{"t":"PBDD 23 Outbound 076 Body Copy de-at [Amazon] Prime Big Deal Days are bringing Prime members two days of epic deals. Join Prime to get access to loads exclusive savings, that'll make you feel like a big deal! Prime members will get to enjoy more promo codes, offers and free trials before and during [Amazon] Prime Big Deal Days. Am XX. und XX. Oktober sind die Prime Deal Days mit 2 Tagen voller Angebote für Prime-Mitglieder. Da fühlst du dich wie ein Star. Du willst nicht warten? Erfahre schon jetzt mehr über deine exklusiven Prime-Aktionsgutscheine und Angebote, die du vor und während der Prime Deal Days nutzen kannst."}
|
||||
{"t":"PBDD 23 Outbound 077 CTA de-at Join now Prime-Mitglied werden"}
|
||||
{"t":"PBDD 23 Outbound 078 Subject line de-at [Amazon] Prime Big Deal Days on XX-XX Oct \n Prime Deal Days am XX.-XX. Oktober"}
|
||||
{"t":"PBDD 23 Outbound 078F Subject line de-at [Amazon] Prime Big Deal Days on XX-XX Oct Prime Deal Days am XX.-XX. Oktober"}
|
||||
{"t":"PBDD 23 Outbound 079 Intro de-at \n Join Prime to get exclusive promo codes and more! Aktionsgutscheine für Prime-Mitglieder"}
|
||||
{"t":"PBDD 23 Outbound 079F Intro de-at Join Prime to get exclusive promo codes and more! Aktionsgutscheine für Prime-Mitglieder"}
|
||||
{"t":"PBDD 23 Outbound 080 CTA de-at Join now Werde Prime-Mitglied"}
|
||||
{"t":"PBDD 23 Outbound 081 Subject line de-at [Amazon] Prime Big Deal Days are here! Heute starten die Prime Deal Days!"}
|
||||
{"t":"PBDD 23 Outbound 082 Subject line de-at Get epic deals until midnight tomorrow Tolle Angebote bis morgen Abend"}
|
||||
{"t":"PBDD 23 Outbound 083 Headline de-at Get epic deals to make you the centre of attention Mit diesen Angeboten fühlst du dich wie ein Star"}
|
||||
{"t":"PBDD 23 Outbound 084 Body Copy de-at [Amazon] Prime Big Deal Days start today. Enjoy two days of epic deals on electronics, homeware, kitchen items and more. Get these exclusive savings before they’re gone and feel like a big deal today! Heute starten die Prime Deal Days. Genieße 2 Tage voller Angebote auf Elektronik, Haushalt, Küche und mehr. Sichere dir die Angebote, bevor sie weg sind und fühl dich wie ein Star."}
|
||||
{"t":"PBDD 23 Outbound 085 CTA de-at Shop now Jetzt sparen"}
|
||||
{"t":"PBDD 23 Outbound 087 Subject line de-at [Amazon] Prime Big Deal Days are here! Heute starten die Prime Deal Days!"}
|
||||
{"t":"PBDD 23 Outbound 088 Intro de-at Two days of Prime member exclusive deals 2 Tage Angebote nur für Prime-Mitglieder"}
|
||||
{"t":"PBDD 23 Outbound 090 Subject line de-at Enjoy [Amazon] Prime Big Deal Days now Entdecke heute die Prime Deal Days"}
|
||||
{"t":"PBDD 23 Outbound 091 Subject line de-at Shop epic deals only until midnight tomorrow Tolle Angebote bis morgen Abend"}
|
||||
{"t":"PBDD 23 Outbound 092 Headline de-at Shop your exclusive Prime Big Deal Days savings Entdecke deine exklusiven Prime Deal Days-Angebote"}
|
||||
{"t":"PBDD 23 Outbound 093 Body Copy de-at Day 1 of [Amazon] Prime Big Deal Days is almost over. One more day to find some epic deals, exclusively for Prime members. So go find the deals that make you feel like a big deal today! Der erste Tag der Prime Deal Days ist fast vorbei. Es bleibt ein weiterer Tag mit tollen Angeboten exklusiv für Prime-Mitglieder. Los geht’s! Finde die Angebote, mit denen du dich wie ein Star fühlst!"}
|
||||
{"t":"PBDD 23 Outbound 095 Subject line de-at [Amazon] Prime Big Deal Days are on now Die Prime Deal Days haben begonnen"}
|
||||
{"t":"PBDD 23 Outbound 096 Intro de-at Exclusive deals until midnight tomorrow Exklusive Angebote bis morgen 23:59 Uhr"}
|
||||
{"t":"PBDD 23 Outbound 098 Subject line de-at Amazing Prime Big Deal Days are in full swing Die Prime Deal Days sind in vollem Gange"}
|
||||
{"t":"PBDD 23 Outbound 099 Subject line de-at Two days of epic deals. Ends midnight tomorrow 2 Tage voller Angebote. Bis morgen 23:59 Uhr"}
|
||||
{"t":"PBDD 23 Outbound 100 Headline de-at Shop epic deals that make you feel like a big deal Tolle Angebote. Da fühlst du dich wie ein Star."}
|
||||
{"t":"PBDD 23 Outbound 101 Body Copy de-at [Amazon] Prime Big Deal Days have epic deals that are exclusively for Prime members just like you. So, go and check out your deals now! Die Prime Deal Days-Angebote sind exklusiv für Prime-Mitglieder wie dich. Also lass sie dir nicht entgehen!"}
|
||||
{"t":"PBDD 23 Outbound 102 CTA de-at Shop now\n \n Jetzt sparen"}
|
||||
{"t":"PBDD 23 Outbound 102F CTA de-at Shop now Jetzt sparen"}
|
||||
{"t":"PBDD 23 Outbound 103 Subject line de-at [Amazing] Prime Big Deal Days are in full swing Die Prime Deal Days sind in vollem Gange"}
|
||||
{"t":"PBDD 23 Outbound 104 Intro de-at Two days of epic deals. Ends tomorrow 2 Tage voller Angebote enden morgen."}
|
||||
{"t":"PBDD 23 Outbound 105 CTA de-at Shop now Jetzt sparen"}
|
||||
{"t":"PBDD 23 Outbound 106 Subject line de-at New day, new deals with [Amazon] Prime Big Deal Days Ein neuer Tag mit neuen Prime Deal Days-Angeboten"}
|
||||
{"t":"PBDD 23 Outbound 110 Subject line de-at These epic deals end at midnight Diese tollen Angebote enden um Mitternacht"}
|
||||
{"t":"PBDD 23 Outbound 111 Headline de-at Shop today's epic deals and feel like a big deal Tolle Angebote. Da fühlst du dich wie ein Star."}
|
||||
{"t":"PBDD 23 Outbound 112 Body Copy de-at Get ready for a new day of deals. The last day of [Amazon] Prime Big Deal Days is here. But don't worry, there's even more epic deals to discover today. Don’t miss out, go check out more of your Prime member-exclusive deals today. Mach dich bereit für einen neuen Tag voller Angebote. Der letzte Tag der Prime Deal Days ist da. Aber keine Sorge, heute gibt es sogar noch mehr tolle Angebote zu entdecken. Das solltest du dir nicht entgehen lassen. Worauf wartest du noch? Auf zu den tollen Angeboten exklusiv für Prime-Mitglieder."}
|
||||
{"t":"PBDD 23 Outbound 113 CTA de-at Shop now\n \n Jetzt sparen"}
|
||||
{"t":"PBDD 23 Outbound 113F CTA de-at Shop now Jetzt sparen"}
|
||||
{"t":"PBDD 23 Outbound 115 Subject line de-at Even more deals today in Prime Big Deal Days Heute noch mehr Prime Deal Days-Angebote"}
|
||||
{"t":"PBDD 23 Outbound 117 Intro de-at These epic deals end at midnight Tolle Angebote enden um Mitternacht"}
|
||||
{"t":"PBDD 23 Outbound 120 Subject line de-at [Amazon] Prime Big Deal Days are almost over Die Prime Deal Days sind fast vorbei"}
|
||||
{"t":"PBDD 23 Outbound 121 Subject line de-at Shop exclusive deals until midnight tonight Exklusive Angebote nur bis heute um Mitternacht"}
|
||||
{"t":"PBDD 23 Outbound 122 Headline de-at Last chance to shop, save and feel like a big deal Letzte Chance: Sparen und dich wie ein Star fühlen"}
|
||||
{"t":"PBDD 23 Outbound 123 Body Copy de-at Amazon Prime Deal Days end at midnight tonight. So, hurry! This is your last chance to save big and feel like a big deal. Die Prime Deal Days enden heute um Mitternacht. Also beeile dich! Die letzte Chance, richtig zu sparen und dich wie ein Star zu fühlen."}
|
||||
{"t":"PBDD 23 Outbound 125 Subject line de-at [Amazon] Prime Big Deal Days ends midnight Die Prime Deal Days enden heute"}
|
||||
{"t":"PBDD 23 Outbound 126 Intro de-at Shop exclusive deals until midnight Exklusive Angebote noch bis Mitternacht"}
|
||||
{"t":"PBDD 23 Outbound 129 Subject line de-at [Amazon] Prime Big Deal Days end tonight Die Prime Deal Days enden heute"}
|
||||
{"t":"PBDD 23 Outbound 130 Subject line de-at Shop exclusive deals until midnight tonight Exklusive Angebote noch bis Mitternacht"}
|
||||
{"t":"PBDD 23 Outbound 131 Headline de-at Last chance to shop, save and feel like a big deal Letzte Chance: Sparen und sich wie ein Star fühlen"}
|
||||
{"t":"PBDD 23 Outbound 132 Body Copy de-at [Amazon] Prime Big Deal Days is drawing to a close. But no drama, there’s still time to enjoy the Prime member-exclusive deals. So, stop reading this email and get saving like a star! Die Prime Deal Days sind bald vorbei. Aber keine Panik: Noch bleibt genug Zeit, die Angebote nur für Prime-Mitglieder zu entdecken. Also, höre auf diese E-Mail zu lesen, spare mit den tollen Prime Deal Days-Angeboten und fühle dich wie ein Star!"}
|
||||
{"t":"PBDD 23 Outbound 134 Subject line de-at Discover new deals on Prime Big Deal Days Entdecke neue Prime Deal Days-Angebote"}
|
||||
{"t":"PBDD 23 Outbound 135 Intro de-at [Amazon] Prime Big Deal Days ends midnight Die Prime Deal Days enden um Mitternacht"}
|
||||
{"t":"PBDD 23 Outbound 137 Subject line de-at [Amazon] Prime Big Deal Days are here! Heute starten die Prime Deal Days!"}
|
||||
{"t":"PBDD 23 Outbound 138 Subject line de-at Shop epic deals until midnight tomorrow Tolle Angebote nur noch bis morgen Abend"}
|
||||
{"t":"PBDD 23 Outbound 139 Headline de-at Shop epic deals that make you feel like a big deal Tolle Angebote. Da fühlst du dich wie ein Star"}
|
||||
{"t":"PBDD 23 Outbound 142 Body Copy de-at Today’s the start of [Amazon] Prime Big Deal Days! Sign up to Prime to gain access to two days of epic deals on electronics, homeware, kitchen items and more. Plus get fast delivery and great TV shows and films as part of your Prime Membership. You might even be eligible for a 30-day free trial!* \n \n *After the free trial Prime is £X.XX a month. Heute starten die Prime Deal Days. Werde jetzt Prime-Mitglied und sichere dir 2 Tage voller Angebote aus Bereichen Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du als Prime-Mitglied schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme. Neu dabei? Entdecke Prime mit dem 30-Tage Gratiszeitraum.\n \n *Nach dem 30-Tage Gratiszeitraum kostet [Amazon] Prime € XX pro Monat."}
|
||||
{"t":"PBDD 23 Outbound 142F Body Copy de-at Today’s the start of [Amazon] Prime Big Deal Days! Sign up to Prime to gain access to two days of epic deals on electronics, homeware, kitchen items and more. Plus get fast delivery and great TV shows and films as part of your Prime Membership. You might even be eligible for a 30-day free trial!* *After the free trial Prime is £X.XX a month. Heute starten die Prime Deal Days. Werde jetzt Prime-Mitglied und sichere dir 2 Tage voller Angebote aus Bereichen Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du als Prime-Mitglied schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme. Neu dabei? Entdecke Prime mit dem 30-Tage Gratiszeitraum. *Nach dem 30-Tage Gratiszeitraum kostet [Amazon] Prime € XX pro Monat."}
|
||||
{"t":"PBDD 23 Outbound 143 Subject line de-at [Amazon] Prime Big Deal Days are here! Heute starten die Prime Deal Days!"}
|
||||
{"t":"PBDD 23 Outbound 144 Intro de-at Two days of exclusive deals 2 Tage voller Angebote"}
|
||||
{"t":"PBDD 23 Outbound 145 Subject line de-at Enjoy Prime Big Deal Days now Die Prime Deal Days - Jetzt entdecken"}
|
||||
{"t":"PBDD 23 Outbound 146 Subject line de-at Shop epic deals until midnight tomorrow Richtig sparen bis morgen um Mitternacht"}
|
||||
{"t":"PBDD 23 Outbound 147 Headline de-at Feel special with exclusive [Amazon] Prime Big Deal Days deals Fühle dich wie ein Star: Prime Deal Days-Angebote"}
|
||||
{"t":"PBDD 23 Outbound 150 de-at The curtain’s drawing over the first day of [Amazon] Prime Big Deal Days. But don’t worry. It’s never too late to sign up to Prime to not only get access to the epic deals on electronics, home, kitchen and more, but also fast delivery and great TV shows and films. You might be eligible for a 30-day free trial!* \n \n *After the free trial Prime is £X.XX a month. Bald ist der erste Tag der Prime Deal Days vorbei. Aber keine Angst. Es ist nie zu spät, Prime-Mitglied zu werden. Damit sicherst du dir nicht nur tolle Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr, du erhältst auch schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme. Neu dabei? Entdecke Prime mit dem 30-Tage Gratiszeitraum.\n \n *Nach dem 30-Tage Gratiszeitraum kostet Prime € XX pro Monat."}
|
||||
{"t":"PBDD 23 Outbound 150F de-at The curtain’s drawing over the first day of [Amazon] Prime Big Deal Days. But don’t worry. It’s never too late to sign up to Prime to not only get access to the epic deals on electronics, home, kitchen and more, but also fast delivery and great TV shows and films. You might be eligible for a 30-day free trial!* *After the free trial Prime is £X.XX a month. Bald ist der erste Tag der Prime Deal Days vorbei. Aber keine Angst. Es ist nie zu spät, Prime-Mitglied zu werden. Damit sicherst du dir nicht nur tolle Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr, du erhältst auch schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme. Neu dabei? Entdecke Prime mit dem 30-Tage Gratiszeitraum. *Nach dem 30-Tage Gratiszeitraum kostet Prime € XX pro Monat."}
|
||||
{"t":"PBDD 23 Outbound 151 Subject line de-at [Amazon] Prime Big Deal Days end tomorrow Die Prime Deal Days enden morgen"}
|
||||
{"t":"PBDD 23 Outbound 152 Intro de-at Shop exclusive deals Mit exklusiven Angeboten sparen"}
|
||||
{"t":"PBDD 23 Outbound 153 Subject line de-at Prime Big Deal Days are in full swing! Die Prime Deal Days sind in vollem Gange"}
|
||||
{"t":"PBDD 23 Outbound 154 Subject line de-at Still time left to join Prime and get epic deals Noch bleibt Zeit. Werde Prime-Mitglied und spare"}
|
||||
{"t":"PBDD 23 Outbound 155 Headline de-at Shop epic deals like the star that you are Spare mit tollen Angeboten wie ein Star"}
|
||||
{"t":"PBDD 23 Outbound 158 de-at The first day of [Amazon] Prime Big Deal Days is under way. There’s still time to join Prime and get access to member-exclusive, epic deals on electronics, homeware, kitchen items and more. Plus you'll get fast delivery and great TV shows and films as part of your Prime membership. You might even be eligible for a 30-day free trial!*\n \n *After the free trial Prime is £X.XX a month. Die Prime Deal Days laufen bereits. Noch ist es Zeit, Prime-Mitglied zu werden und sich tolle Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr exklusive für Mitglieder zu sichern. Darüber hinaus erhältst du als Prime-Mitglied schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme. Neu dabei? Entdecke Prime mit dem 30-Tage Gratiszeitraum.*\n \n *Nach dem 30-Tage Gratiszeitraum kostet Prime € XX pro Monat."}
|
||||
{"t":"PBDD 23 Outbound 158F de-at The first day of [Amazon] Prime Big Deal Days is under way. There’s still time to join Prime and get access to member-exclusive, epic deals on electronics, homeware, kitchen items and more. Plus you'll get fast delivery and great TV shows and films as part of your Prime membership. You might even be eligible for a 30-day free trial!* *After the free trial Prime is £X.XX a month. Die Prime Deal Days laufen bereits. Noch ist es Zeit, Prime-Mitglied zu werden und sich tolle Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr exklusive für Mitglieder zu sichern. Darüber hinaus erhältst du als Prime-Mitglied schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme. Neu dabei? Entdecke Prime mit dem 30-Tage Gratiszeitraum.* *Nach dem 30-Tage Gratiszeitraum kostet Prime € XX pro Monat."}
|
||||
{"t":"PBDD 23 Outbound 159 Subject line de-at [Amazon] Prime Big Deal Days are in full swing! Die Prime Deal Days sind in vollem Gange"}
|
||||
{"t":"PBDD 23 Outbound 160 Intro de-at 2 days of epic deals of ends tomorrow 2 Tage voller Angebote enden morgen"}
|
||||
{"t":"PBDD 23 Outbound 161 Subject line de-at It’s the last day of [Amazon] Prime Big Deal Days Die Prime Deal Days sind bald vorbei"}
|
||||
{"t":"PBDD 23 Outbound 162 Subject line de-at Save like a superstar until midnight Spare bis Mitternacht und fühl dich wie ein Star"}
|
||||
{"t":"PBDD 23 Outbound 163 Headline de-at It's the last chance to shop some epic deals Das ist die letzte Chance, um richtig zu sparen"}
|
||||
{"t":"PBDD 23 Outbound 166 Body Copy de-at The last day of [Amazon] Prime Big Deal Days is here. Sign up to Prime to gain access to epic deals on electronics, homeware, kitchen items and more. Plus get fast delivery and great TV shows and films as part of your Prime membership. You might even be eligible for a 30-day free trial!* \n \n *After the free trial Prime is £X.XX a month. \n Der letzte Tag der Prime Deal Days hat begonnen[SK1] . Werde jetzt Prime-Mitglied und sichere dir tolle Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du als Prime-Mitglied schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme. Neu dabei? Entdecke Prime mit dem 30-Tage Gratiszeitraum.\n \n *Nach dem 30-Tage Gratiszeitraum kostet Prime € XX pro Monat."}
|
||||
{"t":"PBDD 23 Outbound 166F Body Copy de-at The last day of [Amazon] Prime Big Deal Days is here. Sign up to Prime to gain access to epic deals on electronics, homeware, kitchen items and more. Plus get fast delivery and great TV shows and films as part of your Prime membership. You might even be eligible for a 30-day free trial!* *After the free trial Prime is £X.XX a month. Der letzte Tag der Prime Deal Days hat begonnen[SK1] . Werde jetzt Prime-Mitglied und sichere dir tolle Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du als Prime-Mitglied schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme. Neu dabei? Entdecke Prime mit dem 30-Tage Gratiszeitraum. *Nach dem 30-Tage Gratiszeitraum kostet Prime € XX pro Monat."}
|
||||
{"t":"PBDD 23 Outbound 167 Intro de-at [Amazon] Prime Big Deal Days end midnight Die Prime Deal Days enden um Mitternacht"}
|
||||
{"t":"PBDD 23 Outbound 168 Subject line de-at It’s closing night for [Amazon] Prime Big Deal Days Die Prime Deal Days enden heute Nacht"}
|
||||
{"t":"PBDD 23 Outbound 169 Subject line de-at Shop exclusive deals until midnight tonight Jetzt noch bis Mitternacht sparen"}
|
||||
{"t":"PBDD 23 Outbound 170 Headline de-at Last chance to shop, save and feel like a big deal Letzte Chance: Spare und fühle dich wie ein Star"}
|
||||
{"t":"PBDD 23 Outbound 173 de-at [Amazon] Prime Big Deal Days ends at midnight. There’s still time to sign up to Prime to take advantage of member-exclusive deals on electronics, homeware, kitchen items and more. Plus, as a Prime member, you'll get fast delivery and great TV shows and films. You might even be eligible for a 30-day free trial!*\n \n *After the free trial Prime is £X.XX a month. \n Die Prime Deal Days enden um Mitternacht. Noch ist Zeit, um Prime-Mitglied zu werden und von den exklusiven Angeboten aus den Bereichen Elektronik, Haushalt, Küche und mehr zu profitieren. Darüber hinaus erhältst du als Prime-Mitglied schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme. \n Neu dabei? Entdecke Prime mit dem 30 Tage Gratiszeitraum.\n *Nach dem 30-Tage Gratiszeitraum kostet Prime € XX pro Monat."}
|
||||
{"t":"PBDD 23 Outbound 173F de-at [Amazon] Prime Big Deal Days ends at midnight. There’s still time to sign up to Prime to take advantage of member-exclusive deals on electronics, homeware, kitchen items and more. Plus, as a Prime member, you'll get fast delivery and great TV shows and films. You might even be eligible for a 30-day free trial!* *After the free trial Prime is £X.XX a month. Die Prime Deal Days enden um Mitternacht. Noch ist Zeit, um Prime-Mitglied zu werden und von den exklusiven Angeboten aus den Bereichen Elektronik, Haushalt, Küche und mehr zu profitieren. Darüber hinaus erhältst du als Prime-Mitglied schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme. Neu dabei? Entdecke Prime mit dem 30 Tage Gratiszeitraum. *Nach dem 30-Tage Gratiszeitraum kostet Prime € XX pro Monat."}
|
||||
{"t":"PBDD 23 Outbound 174 Subject line de-at [Amazon] Prime Big Deal Days ends midnight Die Prime Deal Days enden um Mitternacht"}
|
||||
{"t":"PBDD 23 Outbound 176 Subject line de-at [Amazon] Prime Big Deal Days end tonight Die Prime Deal days enden heute Nacht"}
|
||||
{"t":"PBDD 23 Outbound 177 Subject line de-at Join Prime and get epic deals until midnight Werde Prime-Mitglied und spare"}
|
||||
{"t":"PBDD 23 Outbound 178 Headline de-at Shop epic deals like the star that you are Bei diesen Angeboten fühlst du dich wie ein Star"}
|
||||
{"t":"PBDD 23 Outbound 181 de-at The end of [Amazon] Prime Big Deal Days is near. But no drama, there’s still time to enjoy the Prime member-exclusive deals. Sign up to Prime to save like a star on electronics, homeware, kitchen items and more. Plus you'll get fast delivery and great TV shows and films as part of your membership. You might even be eligible for a 30-day free trial!* \n \n \n *After the free trial Prime is £X.XX a month. Bald enden die Prime Deal Days. Aber keine Angst, noch ist Zeit, um Prime-Mitglied zu werden und sich exklusive Angebote zu sichern. Werde jetzt Prime-Mitglied und spare bei Angeboten aus Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du als Prime-Mitglied schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme. Neu dabei? Entdecke Prime mit dem 30 Tage Gratiszeitraum.\n \n *Nach dem 30-Tage Gratiszeitraum kostet Prime € XX pro Monat."}
|
||||
{"t":"PBDD 23 Outbound 181F de-at The end of [Amazon] Prime Big Deal Days is near. But no drama, there’s still time to enjoy the Prime member-exclusive deals. Sign up to Prime to save like a star on electronics, homeware, kitchen items and more. Plus you'll get fast delivery and great TV shows and films as part of your membership. You might even be eligible for a 30-day free trial!* *After the free trial Prime is £X.XX a month. Bald enden die Prime Deal Days. Aber keine Angst, noch ist Zeit, um Prime-Mitglied zu werden und sich exklusive Angebote zu sichern. Werde jetzt Prime-Mitglied und spare bei Angeboten aus Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du als Prime-Mitglied schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme. Neu dabei? Entdecke Prime mit dem 30 Tage Gratiszeitraum. *Nach dem 30-Tage Gratiszeitraum kostet Prime € XX pro Monat."}
|
||||
{"t":"PBDD 23 Outbound 182 Subject line de-at [Amazon] Prime Big Deal Days ends at midnight Die Prime Deal Days enden um Mitternacht"}
|
||||
{"t":"PBDD 23 Outbound 183 Intro de-at Last chance to feel like a big deal Letzte Chance, richtig zu sparen"}
|
||||
{"t":"PBDD 23 Outbound 185 Subject line de-at Thanks for joining [Amazon]Prime Big Deal Days! Danke, dass du bei den Prime Deal Days dabei warst"}
|
||||
{"t":"PBDD 23 Outbound 186 Subject line de-at You've enjoyed two days of epic savings Wir hoffen, du hat richtig viel gespart"}
|
||||
{"t":"PBDD 23 Outbound 187 Headline de-at [Amazon] Prime Big Deal Days have finally come to an end! Die Prime Deal Days sind vorbei!"}
|
||||
{"t":"PBDD 23 Outbound 188 Headline de-at Prime Big Deal Days have ended! Die Prime Deal Days sind vorbei!"}
|
||||
{"t":"PBDD 23 Outbound 189 Body Copy de-at Thanks for joining [Amazon] Prime Big Deal Days! Hopefully you've made some truly epic savings on deals that have made you feel like a big deal. And don't worry, there'll always be great savings to be found on Amazon with your Prime member-exclusive offers and rewards. We'll see you soon! Vielen Dank, dass du als Prime-Mitglied bei den Prime Deal Days dabei warst! Hoffentlich hast du ein paar richtig tolle Angebote gefunden, bei denen du dich wie ein Star fühlen konntest. Und keine Angst, dank der exklusiven Angebote und Prämien für Prime-Mitglieder wirst du bei Amazon immer wieder tolle Ersparnisse erzielen können. Bis bald!"}
|
||||
{"t":"PBDD 23 Outbound 191 Subject line de-at Thanks for being an epic saver! Vielen Dank, dass du dabei warst!"}
|
||||
{"t":"PBDD 23 Outbound 192 Intro de-at Prime Big Deal Days are over Die Prime Deal Days sind vorbei"}
|
||||
{"t":"PBDD 23 Outbound 193 CTA de-at Visit Amazon soon Zu Amazon"}
|
||||
{"t":"PBDD 23 Outbound 194 Subject line de-at Shop epic deals on (Homeware) Entdecke tolle Angebote aus (Haushalt)"}
|
||||
{"t":"PBDD 23 Outbound 195 Intro de-at Exclusive for Prime members Exklusiv für Prime-Mitglieder"}
|
||||
{"t":"PBDD 23 Outbound 196 CTA de-at Save now Jetzt entdecken"}
|
||||
{"t":"PBDD 23 Outbound 197 Subject line de-at Shop limited Lightning deals before they go Blitzangebote: Schnell zugreifen!"}
|
||||
{"t":"PBDD 23 Outbound 198 Subject line de-at Shop the top 100 Lightning deals now Entdecke beliebte Blitzangebote"}
|
||||
{"t":"PBDD 23 Outbound 199 Intro de-at Discover our top 100 deals! Unsere Top 100 Angebote"}
|
||||
{"t":"PBDD 23 Outbound 203 de-at Discover now Jetzt entdecken"}
|
||||
{"t":"PBDD 23 Outbound 205 Subject line de-at Limited time for deals on xx and more! Nur kurze Zeit: Angebote auf xx und mehr"}
|
||||
{"t":"PBDD 23 Outbound 207 Intro de-at Shop while they last Greif zu, solange der Vorrat reicht"}
|
||||
{"t":"PBDD 23 Outbound 209 Subject line de-at New day, new deals - get them before they go! Neue Angebote - schnapp sie dir!"}
|
||||
{"t":"PBDD 23 Outbound 212 Intro de-at Shop our biggest reccomends Entdecke unsere Empfehlungen"}
|
||||
{"t":"PD 23 Outbound 001 Subject line de-at Prime Day is coming on XX-XX July Prime Day ist am 11. und 12. Juli."}
|
||||
{"t":"PD 23 Outbound 002 Subject line de-at Get ready to feel like a big deal with epic deals Bei den Angeboten fühlst du dich wie ein Star"}
|
||||
{"t":"PD 23 Outbound 003 Headline de-at Two days of epic deals XX-XX July Zwei Tage voller Angebote am 11. und 12. Juli"}
|
||||
{"t":"PD 23 Outbound 004 Body Copy de-at Prime Day is coming… and guess what? Yes! You’re invited. It’s two days of epic deals on electronics, home, kitchen and more. You’ll be feeling like a big deal! Don’t miss out and start building that Prime Day wish list! Exclusively for Prime members Bald ist Prime Day… und stell dir vor: Genau, du bist eingeladen. Zwei Tage voller Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Da fühlst du dich wie ein Star! Nicht verpassen, erstelle schon jetzt deinen Prime Day Wunschzettel. Exklusiv für Prime-Mitglieder."}
|
||||
{"t":"PD 23 Outbound 005 CTA de-at Get ready now! Mach dich bereit!"}
|
||||
{"t":"PD 23 Outbound 006 Subject line de-at Prime Day is coming on XX-XX July Prime Day ist am 11. und 12. Juli."}
|
||||
{"t":"PD 23 Outbound 007 Intro de-at Feel like a big deal with two days of epic deals Zwei Tage voller Angebote"}
|
||||
{"t":"PD 23 Outbound 009 Subject line de-at Prime Day is almost here: XX-XX July! Prime Day ist fast da: 11. und 12. Juli"}
|
||||
{"t":"PD 23 Outbound 010 Subject line de-at Two days of epic deals only for Prime members Zwei Tage voller Angebote nur für Prime-Mitglieder"}
|
||||
{"t":"PD 23 Outbound 011 Headline de-at Two days of epic deals XX-XX July. Zwei Tage voller Angebote am 11. und 12. Juli"}
|
||||
{"t":"PD 23 Outbound 012 Body Copy de-at Prime Day is almost here! With exclusive deals, just for Prime members, you‘ll feel like a big deal! Get a head start and build your Prime Day wish list today! Prime Day steht vor der Tür. Mit exklusiven Angeboten nur für Prime-Mitglieder. Da fühlst du dich wie ein Star! Erstelle noch heute deinen Prime Day Wunschzettel."}
|
||||
{"t":"PD 23 Outbound 013 CTA de-at Get ready now! Mach dich bereit!"}
|
||||
{"t":"PD 23 Outbound 014 Subject line de-at Prime Day is almost here: XX-XX July! Prime Day ist fast da: 11. und 12. Juli"}
|
||||
{"t":"PD 23 Outbound 015 Intro de-at Make your epic deals wish list! Erstelle deinen Prime Day Wunschzettel!"}
|
||||
{"t":"PD 23 Outbound 016 CTA de-at Get ready now! Mach dich bereit!"}
|
||||
{"t":"PD 23 Outbound 017 Subject line de-at Stay up late, Prime Day starts at midnight! Wach bleiben, Prime Day startet um Mitternacht!"}
|
||||
{"t":"PD 23 Outbound 018 Subject line de-at Prime member exclusive deals from XX-XX July. 11. + 12. Juli: Angebote nur für Prime-Mitglieder"}
|
||||
{"t":"PD 23 Outbound 019 Headline de-at Two days of epic deals XX-XX July Zwei Tage voller Angebote am 11. und 12. Juli"}
|
||||
{"t":"PD 23 Outbound 020 Body Copy de-at Prime Day begins tomorrow – and with savings so epic, you’ll feel like a big deal. So, get going and make that Prime Day wish list! Prime Day startet morgen – mit so unglaublichen Angeboten, dass du dich wie ein Star fühlst. Also, mach dich bereit und erstelle jetzt deinen Prime Day Wunschzettel!"}
|
||||
{"t":"PD 23 Outbound 022 Subject line de-at Ready? Prime Day starts at midnight! Prime Day startet heute um Mitternacht!"}
|
||||
{"t":"PD 23 Outbound 023 Intro de-at 2 days of epic deals exclusively for Prime members 2 Tage Angebote nur für Prime-Mitglieder"}
|
||||
{"t":"PD 23 Outbound 024 CTA de-at Get ready now! Alt: Get ready! Mach dich bereit!"}
|
||||
{"t":"PD 23 Outbound 025 Subject line de-at Prime Day is coming on XX-XX July Prime Day ist am 11. und 12. Juli"}
|
||||
{"t":"PD 23 Outbound 026 Subject line de-at Join Prime for two days of epic deals Werde Prime-Mitglied für 2 Tage voller Angebote"}
|
||||
{"t":"PD 23 Outbound 027 Headline de-at Two days of epic deals XX-XX July 2 Tage voller Angebote am 11. und 12. Juli"}
|
||||
{"t":"PD 23 Outbound 029 CTA de-at Join Prime Jetzt Prime entdecken"}
|
||||
{"t":"PD 23 Outbound 030 Subject line de-at Prime Day is coming on XX-XX July Prime Day ist am 11. und 12. Juli"}
|
||||
{"t":"PD 23 Outbound 031 Intro de-at Sign up for 2 days of epic deals Melde dich an für 2 Tage voller Angebote"}
|
||||
{"t":"PD 23 Outbound 033 Subject line de-at Prime Day is almost here: XX-XX July! Prime Day ist fast da: 11.-12. Juli!"}
|
||||
{"t":"PD 23 Outbound 037 Subject line de-at Prime Day is almost here: XX-XX July! Prime Day ist fast da: 11.-12. Juli!"}
|
||||
{"t":"PD 23 Outbound 038 Intro de-at Sign up to Prime for two days of exclusive deals Melde dich an für 2 Tage voller Angebote"}
|
||||
{"t":"PD 23 Outbound 040 Subject line de-at Stay up late, Prime Day starts at midnight! Wach bleiben, Prime Day startet um Mitternacht!"}
|
||||
{"t":"PD 23 Outbound 041 Subject line de-at Join Prime for exclusive deals from XX-XX July Werde Prime-Mitglied für Angebote vom 11.-12. Juli"}
|
||||
{"t":"PD 23 Outbound 042 Headline de-at Two days of epic deals XX-XX July 2 Tage voller Angebote: 11. und 12. Juli"}
|
||||
{"t":"PD 23 Outbound 044 Subject line de-at Ready? Prime Day starts at midnight! Bereit? Prime Day startet Mitternacht!"}
|
||||
{"t":"PD 23 Outbound 045 Intro de-at Sign up for exclusive deals from XX-XX July Jetzt exklusive Angebote sichern"}
|
||||
{"t":"PD 23 Outbound 047 Subject line de-at Get your additional Prime Day promo codes now! Hol dir jetzt zusätzliche Prime Day Angebote!"}
|
||||
{"t":"PD 23 Outbound 048 Subject line de-at Get extra savings on Prime Day XX-XX July Spare noch mehr bei deinen Prime Day Bestellungen"}
|
||||
{"t":"PD 23 Outbound 049 Headline de-at Prime Day is XX-XX July, so here’s your surprise! Überraschung zum Prime Day am 11. und 12. Juli"}
|
||||
{"t":"PD 23 Outbound 050 CTA de-at Claim now Jetzt aktivieren"}
|
||||
{"t":"PD 23 Outbound 051 Subject line de-at Prime Day is coming on XX-XX July Bald ist Prime Day: 11. und 12. Juli"}
|
||||
{"t":"PD 23 Outbound 052 Intro de-at See exclusive Prime promo codes and offers here Finde Aktionsgutscheine + Angebote"}
|
||||
{"t":"PD 23 Outbound 053 CTA de-at Claim now Jetzt aktivieren"}
|
||||
{"t":"PD 23 Outbound 054 Subject line de-at Get exclusive Prime Day promo codes now! Werde Prime-Mitglied, spare am Prime Day"}
|
||||
{"t":"PD 23 Outbound 055 Subject line de-at Join Prime to save on your Prime Day orders Werde Mitglied, spare bei Prime Day Bestellungen"}
|
||||
{"t":"PD 23 Outbound 056 Headline de-at Prime Day is XX-XX July, so here’s a surprise! Überraschung zum Prime Day am 11. und 12. Juli"}
|
||||
{"t":"PD 23 Outbound 057 CTA de-at Join now Prime-Mitglied werden"}
|
||||
{"t":"PD 23 Outbound 058 Subject line de-at Prime Day is coming on XX-XX July Bald ist Prime Day: Am 11. und 12. Juli"}
|
||||
{"t":"PD 23 Outbound 059 Intro de-at Join Prime to get exclusive promo codes and more! Aktionsgutscheine für Prime-Mitglieder"}
|
||||
{"t":"PD 23 Outbound 060 CTA de-at Join now Prime-Mitglied werden"}
|
||||
{"t":"PD 23 Outbound 061 Subject line de-at Prime Day is here! Heute ist Prime Day!"}
|
||||
{"t":"PD 23 Outbound 062 Subject line de-at Get epic deals until midnight tomorrow Tolle Angebote bis morgen um Mitternacht"}
|
||||
{"t":"PD 23 Outbound 063 Headline de-at Get epic deals and become the centre of attention Mit diesen Angeboten fühlst du dich wie ein Star"}
|
||||
{"t":"PD 23 Outbound 064 CTA de-at Shop now Jetzt sparen"}
|
||||
{"t":"PD 23 Outbound 065 Subject line de-at Prime Day is here! Heute ist Prime Day!"}
|
||||
{"t":"PD 23 Outbound 066 Intro de-at Two days of Prime member exclusive deals 2 Tage Angebote nur für Prime-Mitglieder"}
|
||||
{"t":"PD 23 Outbound 067 CTA de-at Shop now Jetzt sparen"}
|
||||
{"t":"PD 23 Outbound 068 Subject line de-at Enjoy Prime Day now Entdecke heute den Prime Day"}
|
||||
{"t":"PD 23 Outbound 069 Subject line de-at Shop epic deals only until midnight tomorrow Tolle Angebote bis morgen um Mitternacht"}
|
||||
{"t":"PD 23 Outbound 070 Headline de-at Feel special with these exclusive Prime Day deals Fühl dich bei diesen Angeboten wie ein Star"}
|
||||
{"t":"PD 23 Outbound 071 Body Copy de-at Day 1 of Prime Day is almost over. Only one more day to find some epic deals, exclusively for Prime members. Der erste Tag von Prime Day ist fast vorbei. Es bleibt ein weiterer Tag für tolle Angebote. Exklusiv für Prime-Mitglieder."}
|
||||
{"t":"PD 23 Outbound 072 CTA de-at Shop now Jetzt sparen"}
|
||||
{"t":"PD 23 Outbound 073 Subject line de-at Prime Day’s happening now! Jetzt ist Prime Day!"}
|
||||
{"t":"PD 23 Outbound 074 Intro de-at Exclusive deals until midnight tomorrow Exklusive Angebote bis morgen 23:59 Uhr"}
|
||||
{"t":"PD 23 Outbound 075 CTA de-at Shop now Jetzt sparen"}
|
||||
{"t":"PD 23 Outbound 076 Subject line de-at Prime Day is in full swing! Prime Day ist in vollem Gange!"}
|
||||
{"t":"PD 23 Outbound 077 Subject line de-at Two days of epic deals. Ends midnight tomorrow 2 Tage voller Angebote. Bis morgen 23:59 Uhr"}
|
||||
{"t":"PD 23 Outbound 078 Headline de-at Shop epic deals that make you feel like a big deal Tolle Angebote. Da fühlst du dich wie ein Star."}
|
||||
{"t":"PD 23 Outbound 079 Body Copy de-at Prime Day’s got epic deals that are exclusively for Prime members just like you. So, check them out now! Die exklusiven Prime Day-Angebote sind nur für Prime-Mitglieder wie dich. Also lass sie dir nicht entgehen!"}
|
||||
{"t":"PD 23 Outbound 080 CTA de-at Shop now Jetzt sparen"}
|
||||
{"t":"PD 23 Outbound 081 Subject line de-at Prime Day is in full swing! Prime Day ist in vollem Gange!"}
|
||||
{"t":"PD 23 Outbound 082 Intro de-at Two days of epic deals. Ends tomorrow 2 Tage voller Angebote. Enden morgen."}
|
||||
{"t":"PD 23 Outbound 084 Subject line de-at It’s the last day of Prime Day Prime Day ist bald vorbei"}
|
||||
{"t":"PD 23 Outbound 085 Subject line de-at The epic deals end at midnight Tolle Angebote enden um Mitternacht"}
|
||||
{"t":"PD 23 Outbound 086 Headline de-at Shop epic deals that make you feel like a big deal Tolle Angebote. Da fühlst du dich wie ein Star"}
|
||||
{"t":"PD 23 Outbound 087 Body Copy de-at The last day of Prime Day is here. Don’t miss out on feeling like a big deal. Prime Day läuft nur noch heute. Deine letzte Chance, dich wie ein Star zu fühlen."}
|
||||
{"t":"PD 23 Outbound 088 CTA de-at Shop now Jetzt sparen"}
|
||||
{"t":"PD 23 Outbound 089 Subject line de-at It’s the last day of Prime Day Prime Day ist bald vorbei"}
|
||||
{"t":"PD 23 Outbound 090 Intro de-at The epic deals end at midnight Tolle Angebote enden um Mitternacht"}
|
||||
{"t":"PD 23 Outbound 092 Subject line de-at Final call: Prime Day is ending Prime Day ist fast vorbei"}
|
||||
{"t":"PD 23 Outbound 093 Subject line de-at Shop exclusive deals until midnight tonight Exklusive Angebote nur bis heute um Mitternacht"}
|
||||
{"t":"PD 23 Outbound 094 Headline de-at Last chance to shop, save and feel like a big deal Letzte Chance: Sparen und dich wie ein Star fühlen"}
|
||||
{"t":"PD 23 Outbound 095 Body Copy de-at Prime Day ends at midnight tonight. So, hurry! This is your last chance to save big and feel like a big deal. Prime Day endet heute um Mitternacht. Also beeile dich! Die letzte Chance, richtig zu sparen und dich wie ein Star zu fühlen."}
|
||||
{"t":"PD 23 Outbound 097 Subject line de-at Prime Day ends at midnight Prime Day endet um Mitternacht"}
|
||||
{"t":"PD 23 Outbound 098 Intro de-at Shop exclusive deals until midnight Exklusive Angebote enden heute um 23:59."}
|
||||
{"t":"PD 23 Outbound 100 Subject line de-at Prime Day ends tonight Prime Day endet heute"}
|
||||
{"t":"PD 23 Outbound 101 Subject line de-at Shop exclusive deals until midnight tonight Exklusive Angebote enden heute um Mitternacht"}
|
||||
{"t":"PD 23 Outbound 102 Headline de-at Last chance to shop, save and feel like a big deal Letzte Chance: Sparen und sich wie ein Star fühlen"}
|
||||
{"t":"PD 23 Outbound 103 Body Copy de-at Prime Day is drawing to a close. But no drama, there’s still time to enjoy the Prime member-exclusive deals. So, stop reading this email and get saving like a star! Prime Day ist bald vorbei. Aber keine Panik: Noch bleibt genug Zeit, die Angebote nur für Prime-Mitglieder zu entdecken. Also, höre auf diese E-Mail zu lesen, spare mit den tollen Prime Day Angeboten und fühle dich wie ein Star!"}
|
||||
{"t":"PD 23 Outbound 105 Subject line de-at Prime Day ends today Prime Day endet heute"}
|
||||
{"t":"PD 23 Outbound 106 Intro de-at Shop exclusive deals until midnight Exklusive Angebote nur bis Mitternacht"}
|
||||
{"t":"PD 23 Outbound 109 Subject line de-at Shop epic deals until midnight tomorrow Tolle Angebote nur noch bis morgen um Mitternacht."}
|
||||
{"t":"PD 23 Outbound 111 Body Copy de-at Today’s the start of Prime Day – sign up to Prime for access to two days of epic and exclusive deals. Get some great savings, and feel like a big deal! Heute startet Prime Day. Werde jetzt Prime-Mitglied. Damit sicherst du dir nicht nur 2 Tage voller Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme mit Prime Video. Prime kostet nur 8,99 € pro Monat. Neu dabei? Entdecke Prime mit dem 30-Tage Gratiszeitraum."}
|
||||
{"t":"PD 23 Outbound 112 CTA de-at Join Prime now Jetzt Prime entdecken"}
|
||||
{"t":"PD 23 Outbound 114 Intro de-at Two days of exclusive deals 2 Tage voller Angebote"}
|
||||
{"t":"PD 23 Outbound 116 Subject line de-at Enjoy Prime Day now Prime Day jetzt entdecken"}
|
||||
{"t":"PD 23 Outbound 117 Subject line de-at Shop epic deals until midnight tomorrow Spare richtig bis morgen um Mitternacht"}
|
||||
{"t":"PD 23 Outbound 118 Headline de-at Feel special with these exclusive Prime Day deals Fühle dich besonders mit Prime Day Angeboten"}
|
||||
{"t":"PD 23 Outbound 120 Subject line de-at Prime Day ends tomorrow Prime Day endet morgen"}
|
||||
{"t":"PD 23 Outbound 121 Intro de-at Shop exclusive deals Mit exklusiven Angeboten sparen"}
|
||||
{"t":"PD 23 Outbound 124 Subject line de-at Still time left to join Prime and get epic deals Noch bleibt Zeit. Werde Prime-Mitglied und spare"}
|
||||
{"t":"PD 23 Outbound 125 Headline de-at Shop epic deals like the star that you are Spare mit tollen Angeboten wie ein Star"}
|
||||
{"t":"PD 23 Outbound 128 Intro de-at 2 days of epic deals of ends tomorrow 2 Tage voller Angebote enden morgen"}
|
||||
{"t":"PD 23 Outbound 131 Subject line de-at Save like a superstar until midnight Spare bis Mitternacht wie ein Superstar"}
|
||||
{"t":"PD 23 Outbound 132 Headline de-at Last chance for some epic deals Letzte Chance, um richtig zu sparen"}
|
||||
{"t":"PD 23 Outbound 137 Subject line de-at It’s closing night for Prime Day Prime Day endet heute Nacht"}
|
||||
{"t":"PD 23 Outbound 138 Subject line de-at Shop exclusive deals until midnight tonight Jetzt noch bis Mitternacht sparen."}
|
||||
{"t":"PD 23 Outbound 139 Headline de-at Last chance to shop, save and feel like a big deal Letzte Chance: Spare und fühle dich wie ein Star"}
|
||||
{"t":"PD 23 Outbound 141 Subject line de-at Prime Day ends at midnight Prime Day endet um Mitternacht"}
|
||||
{"t":"PD 23 Outbound 142 Intro de-at Last chance to shop epic deals Letzte Chance, um richtig zu sparen"}
|
||||
{"t":"PD 23 Outbound 144 Subject line de-at Prime Day ends tonight Prime Day endet heute Nacht"}
|
||||
{"t":"PD 23 Outbound 145 Subject line de-at Join Prime and get epic deals until midnight Werde Prime-Mitglied und spare"}
|
||||
{"t":"PD 23 Outbound 146 Headline de-at Shop epic deals like the star that you are Bei diesen Angeboten fühlst du dich wie ein Star"}
|
||||
{"t":"PD 23 Outbound 149 Intro de-at Last chance to feel like a big deal Noch bis Mitternacht richtig sparen"}
|
||||
{"t":"PD 24 Outbound 001 de-at Get exclusive Prime Day codes now! Sichere dir exklusive Prime Day-Aktionsgutscheine."}
|
||||
{"t":"PD 24 Outbound 003 de-at Save big with Prime Day deals by joining Prime Als Prime-Mitglied sparst du so richtig am Prime-Day"}
|
||||
{"t":"PD 24 Outbound 005 de-at Two days of epic deals 16-17 July Zwei Tage voller Angebote: 16. und 17. Juli"}
|
||||
{"t":"PD 24 Outbound 006 de-at Want to feel like a big deal? This Prime Day, Amazon is bringing Prime members two days of epic deals. Get access to loads of exclusive savings by joining Prime now! You’ll get to enjoy free trials, promo codes, and plenty of great offers before and during Prime Day. Willst du dich feiern lassen und so richtig sparen? Entdecke mit Prime zwei Tage tolle Angebote. Werde jetzt Prime-Mitglied und sichere dir Aktionsgutscheine und viele großartige Angebote vor und an Prime Day."}
|
||||
{"t":"PD 24 Outbound 007 de-at Join now Werde jetzt Prime-Mitglied."}
|
||||
{"t":"PD 24 Outbound 008 de-at Join Prime now for exclusive savings! Werde jetzt Prime-Mitglied für exklusive Angebote."}
|
||||
{"t":"PD 24 Outbound 009 de-at Free trials, codes and great offers this Prime Day Aktionsgutscheine und tolle Angebote am Prime Day"}
|
||||
{"t":"PD 24 Outbound 010 de-at See your exclusive Prime Day codes now! Exklusive Prime Day-Aktionsgutscheine für dich!"}
|
||||
{"t":"PD 24 Outbound 012 de-at Save big on your Prime Day orders Spare so richtig am Prime Day"}
|
||||
{"t":"PD 24 Outbound 015 de-at Want to feel like a big deal? This Prime Day, Amazon is bringing Prime members like you two days of epic deals. There are free trials, promo codes and plenty of great offers, exclusively included in your Prime Membership! Willst du dich feiern lassen und so richtig sparen? Entdecke als Prime-Mitglied zwei Tage tolle Angebote und sichere dir Aktionsgutscheine und viele großartige Angebote vor und an Prime Day."}
|
||||
{"t":"PD 24 Outbound 016 de-at Claim now Jetzt aktivieren"}
|
||||
{"t":"PD 24 Outbound 017 de-at Enjoy two days of exclusive Prime Day codes now! Zwei Tage voller exklusiver Prime Day-Angebote!"}
|
||||
{"t":"PD 24 Outbound 018 de-at Free trials, codes & great offers on Prime Day Aktionsgutscheine und tolle Angebote am Prime Day"}
|
||||
{"t":"PD 24 Outbound 019 de-at Prime Day is coming on 16-17 July Prime Day ist am 16. und 17. Juli"}
|
||||
{"t":"PD 24 Outbound 021 de-at Exclusive Prime Day codes & offers Entdecke exklusive Aktionsgutscheine"}
|
||||
{"t":"PD 24 Outbound 024 de-at Get exclusive Prime Day promo codes here Entdecke exklusive Aktionsgutscheine"}
|
||||
{"t":"PD 24 Outbound 027 de-at Prime Day: 16-17 July. Use the app for a special offer Prime Day: 16. und 17. Juli. Angebote über die App"}
|
||||
{"t":"PD 24 Outbound 029 de-at Download the Amazon app and sign in to redeem it Amazon-App herunterladen, anmelden und einlösen"}
|
||||
{"t":"PD 24 Outbound 031 de-at Prime Day is coming, are you ready? Prime Day startet bald. Bist du bereit?"}
|
||||
{"t":"PD 24 Outbound 032 de-at Prime Day is around the corner. Shop with us for a chance to get £15 off when you spend £30! Simply download the app and click on \"Apply promo\" on the landing page to receive the coupon redeemable on any eligible item. Exclusively for Prime members. T&Cs apply. Bald ist Prime Day – und deine Chance, 15 € zu sparen, wenn du 30 € ausgibst. Lade einfach die App herunter und klicke „Aktionsgutschein aktivieren“ auf der Startseite. Du erhältst einen Gutschein, der für qualifizierte Artikel eingelöst werden kann. Exklusiv für Prime-Mitglieder. Es gelten die AGB."}
|
||||
{"t":"PD 24 Outbound 033 de-at Apply the promo Aktionsgutschein aktivieren"}
|
||||
{"t":"PD 24 Outbound 034 de-at £15 off £30 with the app on Prime Day: 16-17 July 15 € sparen mit App am Prime Day: 16.–17. Juli"}
|
||||
{"t":"PD 24 Outbound 036 de-at Download the Amazon app now and start shopping! Jetzt Amazon-App herunterladen und einkaufen!"}
|
||||
{"t":"PD 24 Outbound 038 de-at Prime Day is coming. Join Prime & get £5 off £15 Bald ist Prime Day! Werde Prime-Mitglied & spare 5 €."}
|
||||
{"t":"PD 24 Outbound 040 de-at Celebrate Prime Day with a special promo Feier Prime Day mit exklusiven Aktionsgutscheinen"}
|
||||
{"t":"PD 24 Outbound 042 de-at Prime Day is 16-17 July! Become a member and get exclusive access to two days of epic deals. And as a special surprise we’re giving you a promo: £5 off when you spend £15! Simply click ‘apply the promo’ below and enjoy your favourite deal at a lower price. You’ll feel like a big deal! Vom 16. bis 17. Juli ist Prime Day! Als Mitglied erhältst du zwei Tage lang exklusive Angebote und dazu schenken wir dir einen Gutschein: 5 € Rabatt, wenn du 15 € ausgibst. Klicke unten auf „Aktionsgutschein aktivieren“, um noch mehr zu sparen!"}
|
||||
{"t":"PD 24 Outbound 045 de-at Join Prime Werde jetzt Prime-Mitglied."}
|
||||
{"t":"PD 24 Outbound 047 de-at Join Prime & get £5 off for Prime Day Werde Prime-Mitglied und spare 5 € am Prime Day"}
|
||||
{"t":"PD 24 Outbound 048 de-at Two days of epic deals, promos and surprises! Zwei Tage voller Angebote, Gutscheine und mehr"}
|
||||
{"t":"PD 24 Outbound 049 de-at We miss you! Get £5 off £15 this coming Prime Day Wir vermissen dich: Spare 5 € am Prime Day"}
|
||||
{"t":"PD 24 Outbound 050 de-at We miss you! Get £5 off £15 this Prime Day Wir vermissen dich: Spare 5 € am Prime Day"}
|
||||
{"t":"PD 24 Outbound 052 de-at Prime Day deals are almost here: 16-17 July Prime Day startet bald: 16. und 17. Juli"}
|
||||
{"t":"PD 24 Outbound 055 de-at Prime Day is coming 16-17 July! With two days of epic deals, there’s sure to be something you love. And so, to enjoy the exclusive Prime member event, you can click on the promo button below for £5 off when you spend £15! Now that’s a big deal! Prime Day ist am 16. und 17. Juli: Zwei Tage voller Angebote. Und hier besonderes Angebot: Als Prime-Mitglied bekommst du 5€ Rabatt, wenn du 15 € ausgibst. Klicke auf „Aktionsgutschein aktivieren“ und spare so richtig!"}
|
||||
{"t":"PD 24 Outbound 057 de-at Apply now Aktionsgutschein aktivieren"}
|
||||
{"t":"PD 24 Outbound 058 de-at Feel like a big deal with £5 off this Prime Day! Lass dich feiern und spare 5 € am Prime Day"}
|
||||
{"t":"PD 24 Outbound 059 de-at Two days of epic deals just for you: 16-17 July Zwei Tage voller Angebote für dich: 16.–17. Juli"}
|
||||
{"t":"PD 24 Outbound 060 de-at Join to get early Deals before Prime Day Entdecke frühe Prime Day-Angebote"}
|
||||
{"t":"PD 24 Outbound 061 de-at Join now for access to early deals Werde Prime-Mitglied für frühe Angebote."}
|
||||
{"t":"PD 24 Outbound 062 de-at Prime Day is coming: 16-17 July Prime Day startet bald: 16. und 17. Juli"}
|
||||
{"t":"PD 24 Outbound 064 de-at Join Prime now Werde jetzt Prime-Mitglied."}
|
||||
{"t":"PD 24 Outbound 065 de-at Get early deals before Prime Day starts Entdecke frühe Prime Day-Angebote"}
|
||||
{"t":"PD 24 Outbound 069 de-at Get access now Jetzt Zugang erhalten || Jetzt entdecken"}
|
||||
{"t":"PD 24 Outbound 070 de-at Check out the Top 100 deals Die Top-100-Angebote anzeigen"}
|
||||
{"t":"PD 24 Outbound 072 de-at Explore Prime Day’s hottest deals Entdecke tolle Angebote"}
|
||||
{"t":"PD 24 Outbound 073 de-at Shop now Jetzt einkaufen"}
|
||||
{"t":"PD 24 Outbound 074 de-at Check out our 4* deals for you Unsere 4-Sterne-Angebote für dich"}
|
||||
{"t":"PD 24 Outbound 076 de-at Your Prime Day deals are here Deine Prime Day-Angebote sind da"}
|
||||
{"t":"PD 24 Outbound 079 de-at Prime Day premium brand deals Prime Day-Angebote für Premium-Marken"}
|
||||
{"t":"PD 24 Outbound 081 de-at Explore our new collection today! Entdecke unsere neue Kollektion"}
|
||||
{"t":"PD 24 Outbound 083 de-at Prime Day deals based on your views Prime Day-Angebote für dich"}
|
||||
{"t":"PD 24 Outbound 084 de-at Check out recommended deals for you Für dich empfohlene Angebote anzeigen"}
|
||||
{"t":"PD 24 Outbound 086 de-at Discover Prime Day’s trending deals Fantastische Prime Day-Angebote ansehen"}
|
||||
{"t":"PD 24 Outbound 088 de-at See what deals are going viral now! Das sind die aktuellen Top-Angebote!"}
|
||||
{"t":"PD 24 Outbound 089 de-at Discover more Mehr erfahren"}
|
||||
{"t":"PD 24 Outbound 091 de-at Prime Day: 16-17 July. Two days of epic deals. Prime Day: 16.–17. Juli. Zwei Tage voller Angebote"}
|
||||
{"t":"PD 24 Outbound 092 de-at Start saving now with food delivery Hol dir kostenlose Lieferungen bei Lieferando mit Prime"}
|
||||
{"t":"PD 24 Outbound 094 de-at Prime Day is coming! It’s two days of epic deals on electronics, home, kitchen and more.\nHungry? Check out the new Just Eat offer for Prime members that will make you feel like a big deal! As a Prime member, get free food delivery on orders above £15. \nTerms and conditions apply. Bald ist Prime Day! Zwei Tage voller Angebote. Und falls du beim Ausschauen nach neuen Angeboten Hunger bekommst: Mit dem neuen Angebot von Lieferando für Prime-Mitglieder bekommst du kostenlose Lieferungen bei Lieferando für Bestellungen über 15 €. Es gelten die AGB."}
|
||||
{"t":"PD 24 Outbound 094F de-at Prime Day is coming! It’s two days of epic deals on electronics, home, kitchen and more. Hungry? Check out the new Just Eat offer for Prime members that will make you feel like a big deal! As a Prime member, get free food delivery on orders above £15. Terms and conditions apply. Bald ist Prime Day! Zwei Tage voller Angebote. Und falls du beim Ausschauen nach neuen Angeboten Hunger bekommst: Mit dem neuen Angebot von Lieferando für Prime-Mitglieder bekommst du kostenlose Lieferungen bei Lieferando für Bestellungen über 15 €. Es gelten die AGB."}
|
||||
{"t":"PD 24 Outbound 097 de-at Start saving with a Just Eat/Lieferando deal! Jetzt sparen mit dem Lieferando-Angebot"}
|
||||
{"t":"PD 24 Outbound 098 Subject line de-at Prime Day is coming on 16-17 July Prime Day ist am 16. und 17. Juli."}
|
||||
{"t":"PD 24 Outbound 099 Subject line de-at Get ready to feel like a big deal with epic deals Bei den Angeboten sparst du so richtig"}
|
||||
{"t":"PD 24 Outbound 100 Headline de-at Two days of epic deals 16-17 July Zwei Tage voller Angebote am 16. und 17. Juli"}
|
||||
{"t":"PD 24 Outbound 101 Body Copy de-at Prime Day is coming… and guess what? You’re invited. It’s two days of epic deals on electronics, home, kitchen and more. You’ll be feeling like a big deal! Don’t miss out and start building that Prime Day wish list! Exclusively for Prime members. Bald ist Prime Day … und stell dir vor: Du bist eingeladen. Zwei Tage voller Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Also, lass dich feiern und spare so richtig. Verpasse nichts und erstelle schon jetzt deinen Prime Day Wunschzettel. Exklusiv für Prime-Mitglieder."}
|
||||
{"t":"PD 24 Outbound 102 Subject line de-at Prime Day is coming on 16-17 July Prime Day ist am 16. und 17. Juli."}
|
||||
{"t":"PD 24 Outbound 103 de-at Two days of epic deals Zwei Tage voller Angebote"}
|
||||
{"t":"PD 24 Outbound 104 de-at Start making that epic deals wish list Erstelle deinen Prime Day-Wunschzettel"}
|
||||
{"t":"PD 24 Outbound 106 de-at Get ready Mach dich bereit"}
|
||||
{"t":"PD 24 Outbound 108 Subject line de-at Prime Day is almost here: 16-17 July Prime Day ist fast da: 16. und 17. Juli"}
|
||||
{"t":"PD 24 Outbound 110 Subject line de-at Two days of epic deals only for Prime members Zwei Tage voller Angebote nur für Prime-Mitglieder"}
|
||||
{"t":"PD 24 Outbound 111 Headline de-at Two days of epic deals 16-17 July Zwei Tage voller Angebote am 16. und 17. Juli"}
|
||||
{"t":"PD 24 Outbound 113 Body Copy de-at Prime Day is almost here. With exclusive deals, just for Prime members, you‘ll feel like a big deal! Get a head start and build your Prime Day wish list today. Prime Day steht vor der Tür. Mit exklusiven Angeboten nur für Prime-Mitglieder kannst du dich feiern lassen und so richtig sparen. Erstelle noch heute deinen Prime Day Wunschzettel."}
|
||||
{"t":"PD 24 Outbound 114 Subject line de-at Prime Day is almost here: 16-17 July Prime Day ist fast da: 16. und 17. Juli"}
|
||||
{"t":"PD 24 Outbound 117 Intro de-at Make your epic deals wish list Erstelle deinen Prime Day-Wunschzettel"}
|
||||
{"t":"PD 24 Outbound 118 de-at Stay up late, Prime Day starts at midnight Wach bleiben, Prime Day startet um Mitternacht!"}
|
||||
{"t":"PD 24 Outbound 120 Subject line de-at Prime member exclusive deals from 16-17 July 16. + 17. Juli: Angebote nur für Prime-Mitglieder"}
|
||||
{"t":"PD 24 Outbound 121 Headline de-at Two days of epic deals 16-17 July Zwei Tage voller Angebote am 16. und 17. Juli"}
|
||||
{"t":"PD 24 Outbound 122 Body Copy de-at Prime Day begins tomorrow and with savings so epic, you’ll feel like a big deal. So, get going and make that Prime Day wish list. Prime Day startet morgen – mit unglaublichen Angeboten, dass du dich feiern lassen und so richtig sparen kannst. Mach dich also bereit und erstelle jetzt deinen Prime Day Wunschzettel."}
|
||||
{"t":"PD 24 Outbound 123 Subject line de-at Ready? Prime Day starts at midnight Prime Day startet heute um Mitternacht"}
|
||||
{"t":"PD 24 Outbound 124 de-at 2 days of Prime member exclusive deals 2 Tage Angebote nur für Prime-Mitglieder"}
|
||||
{"t":"PD 24 Outbound 126 Intro de-at 2 days of epic deals exclusively for Prime members 2 Tage Angebote nur für Prime-Mitglieder"}
|
||||
{"t":"PD 24 Outbound 127 Subject line de-at Prime Day is coming on 16-17 July Prime Day ist am 16. und 17. Juli"}
|
||||
{"t":"PD 24 Outbound 128 Subject line de-at Join Prime for two days of epic deals Werde Prime-Mitglied für 2 Tage voller Angebote"}
|
||||
{"t":"PD 24 Outbound 129 Headline de-at Two days of epic deals 16-17 July 2 Tage voller Angebote am 16. und 17. Juli"}
|
||||
{"t":"PD 24 Outbound 131 de-at Prime Day is coming… sign up to Prime and get access to two days of epic deals on electronics, home, kitchen and more. For only £X.XX a month you can have access to fast delivery, great TV shows and films. Bald ist Prime Day. Werde jetzt Prime-Mitglied und sichere dir zwei Tage voller Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme. Prime kostet nur 8,99 € pro Monat."}
|
||||
{"t":"PD 24 Outbound 134 CTA de-at Join Prime Jetzt Prime entdecken"}
|
||||
{"t":"PD 24 Outbound 135 Subject line de-at Prime Day is coming on 16-17 July Prime Day ist am 16. und 17. Juli"}
|
||||
{"t":"PD 24 Outbound 137 Intro de-at Sign up for 2 days of epic deals Melde dich an für 2 Tage voller Angebote"}
|
||||
{"t":"PD 24 Outbound 138 Subject line de-at Prime Day is almost here: 16-17 July Prime Day ist fast da: 16.–17. Juli"}
|
||||
{"t":"PD 24 Outbound 142 de-at Prime Day’s around the corner. Sign up to Prime and get access to two days of epic deals on electronics, home, kitchen and more. For only £X.XX a month you can have access to fast delivery, great TV shows and films. Bald ist Prime Day. Werde jetzt Prime-Mitglied und sichere dir zwei Tage voller Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme. Prime kostet nur 8,99 € pro Monat."}
|
||||
{"t":"PD 24 Outbound 144 Subject line de-at Prime Day is almost here: 16-17 July Prime Day ist fast da: 16.–17. Juli"}
|
||||
{"t":"PD 24 Outbound 145 Subject line de-at Join Prime for exclusive deals from 16-17 July Werde Prime-Mitglied für Angebote vom 16.–17. Juli"}
|
||||
{"t":"PD 24 Outbound 146 Headline de-at Two days of epic deals 16-17 July 2 Tage voller Angebote: 16. und 17. Juli"}
|
||||
{"t":"PD 24 Outbound 148 de-at Prime Day’s begins tomorrow. Sign up to Prime and get access to two days of epic deals on electronics, home, kitchen and more. For only £X.XX a month you can have access to fast delivery, great TV shows and films. Bald ist Prime Day. Werde jetzt Prime-Mitglied und sichere dir zwei Tage voller Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme. Prime kostet nur 8,99 € pro Monat."}
|
||||
{"t":"PD 24 Outbound 150 Subject line de-at Ready? Prime Day starts at midnight Bereit? Prime Day startet um Mitternacht"}
|
||||
{"t":"PD 24 Outbound 152 Subject line de-at Get your additional Prime Day promo codes now Hol dir jetzt zusätzliche Prime Day-Angebote"}
|
||||
{"t":"PD 24 Outbound 154 Subject line de-at Save more on your Prime Day orders Spare noch mehr bei deinen Prime Day-Bestellungen"}
|
||||
{"t":"PD 24 Outbound 155 Headline de-at Prime Day is 16-17 July, so here’s your surprise Überraschung zum Prime Day am 16. und 17. Juli"}
|
||||
{"t":"PD 24 Outbound 156 Body Copy de-at Prime Day is coming and there’s going to be two days of epic deals. With so many exclusive savings, you’ll feel like a big deal. Can’t wait? Find out about all your exclusive Prime promo codes, offers and free trials you can use before and during Prime Day. Am 16. und 17. Juli ist Prime Day mit zwei Tagen voller Angebote. Da kannst du dich feiern lassen und so richtig sparen. Du kannst es nicht erwarten? Erfahre schon jetzt mehr über deine exklusiven Prime-Aktionsgutscheine und Angebote, die du vor und während des Prime Day nutzen kannst."}
|
||||
{"t":"PD 24 Outbound 157 CTA de-at Claim now Jetzt aktivieren"}
|
||||
{"t":"PD 24 Outbound 158 Subject line de-at Prime Day is coming on 16-17 July Bald ist Prime Day: 16. und 17. Juli"}
|
||||
{"t":"PD 24 Outbound 159 Intro de-at Exclusive Prime promo codes and offers Finde Aktionsgutscheine und Angebote"}
|
||||
{"t":"PD 24 Outbound 160 CTA de-at Claim now Jetzt aktivieren"}
|
||||
{"t":"PD 24 Outbound 161 Subject line de-at Get exclusive Prime Day promo codes now Werde Prime-Mitglied, spare am Prime Day"}
|
||||
{"t":"PD 24 Outbound 162 Subject line de-at Join Prime to save on your Prime Day orders Werde Mitglied, spare bei Prime Day-Bestellungen"}
|
||||
{"t":"PD 24 Outbound 163 Headline de-at Prime Day is 16-17 July, so here’s a surprise Überraschung zum Prime Day am 16. und 17. Juli"}
|
||||
{"t":"PD 24 Outbound 164 Body Copy de-at Prime Day is coming and there’s going to be two days of epic deals. Join Prime to get access to so many exclusive savings, you’ll feel like a big deal. Prime members get to enjoy more promo codes, offers and free trials before and during Prime Day. Am 16. und 17. Juli ist Prime Day mit zwei Tagen voller Angebote. Da kannst du dich feiern lassen und so richtig sparen. Du willst nicht warten? Erfahre schon jetzt mehr über deine exklusiven Prime-Aktionsgutscheine und Angebote, die du vor und während des Prime Day nutzen kannst."}
|
||||
{"t":"PD 24 Outbound 165 CTA de-at Join now Prime-Mitglied werden"}
|
||||
{"t":"PD 24 Outbound 166 Subject line de-at Prime Day is coming on 16-17 July Bald ist Prime Day: am 16. und 17. Juli"}
|
||||
{"t":"PD 24 Outbound 167 Intro de-at Join Prime to get exclusive promo codes and more Aktionsgutscheine für Prime-Mitglieder"}
|
||||
{"t":"PD 24 Outbound 169 Subject line de-at Prime Day is here Heute ist Prime Day"}
|
||||
{"t":"PD 24 Outbound 170 Subject line de-at Get epic deals until midnight tomorrow Tolle Angebote bis morgen um Mitternacht"}
|
||||
{"t":"PD 24 Outbound 171 Headline de-at Get epic deals and become the centre of attention Mit diesen Angeboten sparst du so richtig"}
|
||||
{"t":"PD 24 Outbound 172 Body Copy de-at Today’s the start of Prime Day. Enjoy two days of epic deals on electronics, home, kitchen and more. Get these savings before they’re gone and feel like a big deal. Heute startet Prime Day. Genieße 2 Tage voller Angebote auf Elektronik, Haushalt, Küche und mehr. Sichere dir die Angebote, bevor sie weg sind, lass dich feiern und spare so richtig."}
|
||||
{"t":"PD 24 Outbound 173 CTA de-at Save now Jetzt sparen"}
|
||||
{"t":"PD 24 Outbound 175 Subject line de-at Prime Day is here Heute ist Prime Day"}
|
||||
{"t":"PD 24 Outbound 176 Intro de-at 2 days of Prime member exclusive deals 2 Tage Angebote nur für Prime-Mitglieder"}
|
||||
{"t":"PD 24 Outbound 177 CTA de-at Shop now Jetzt sparen"}
|
||||
{"t":"PD 24 Outbound 178 Subject line de-at Enjoy Prime Day now Entdecke jetzt Prime Day"}
|
||||
{"t":"PD 24 Outbound 179 Subject line de-at Shop epic deals only until midnight tomorrow Tolle Angebote bis morgen Nacht"}
|
||||
{"t":"PD 24 Outbound 180 Headline de-at Feel special with these exclusive Prime Day deals Spare so richtig mit diesen Angeboten"}
|
||||
{"t":"PD 24 Outbound 181 Body Copy de-at Day 1 of Prime Day is almost over. Only one more day to find some epic deals, exclusively for Prime members. Der erste Tag des Prime Day ist fast vorbei. Es bleibt ein weiterer Tag für tolle Angebote – exklusiv für Prime-Mitglieder."}
|
||||
{"t":"PD 24 Outbound 183 Subject line de-at Prime Day’s happening now Jetzt ist Prime Day"}
|
||||
{"t":"PD 24 Outbound 184 Intro de-at Exclusive deals until midnight tomorrow Exklusive Angebote bis morgen um Mitternach"}
|
||||
{"t":"PD 24 Outbound 185 CTA de-at Shop now Jetzt sparen"}
|
||||
{"t":"PD 24 Outbound 186 Subject line de-at Prime Day is in full swing Prime Day ist in vollem Gange"}
|
||||
{"t":"PD 24 Outbound 187 Subject line de-at Two days of epic deals. Ends midnight tomorrow Zwei Tage voller Angebote. Bis morgen um Mitternacht"}
|
||||
{"t":"PD 24 Outbound 188 Headline de-at Shop epic deals that make you feel like a big deal Tolle Angebote mit denen du so richtig sparst."}
|
||||
{"t":"PD 24 Outbound 189 Body Copy de-at Prime Day’s got epic deals that are exclusively for Prime members just like you. So, check them out now. Die exklusiven Prime Day-Angebote sind nur für Prime-Mitglieder wie dich – lass sie dir nicht entgehen!"}
|
||||
{"t":"PD 24 Outbound 190 CTA de-at Shop now Jetzt sparen"}
|
||||
{"t":"PD 24 Outbound 191 Subject line de-at Prime Day is in full swing Prime Day ist in vollem Gange"}
|
||||
{"t":"PD 24 Outbound 192 Intro de-at Two days of epic deals. Ends tomorrow 2 Tage voller Angebote. Enden morgen."}
|
||||
{"t":"PD 24 Outbound 193 CTA de-at Shop now Jetzt sparen"}
|
||||
{"t":"PD 24 Outbound 194 Subject line de-at It’s the last day of Prime Day Prime Day ist bald vorbei"}
|
||||
{"t":"PD 24 Outbound 195 Subject line de-at The epic deals end at midnight Tolle Angebote enden um Mitternacht"}
|
||||
{"t":"PD 24 Outbound 197 Body Copy de-at The last day of Prime Day is here. Don’t miss out on feeling like a big deal. Prime Day läuft nur noch heute. Deine letzte Chance, dich feiern zu lassen und so richtig zu sparen."}
|
||||
{"t":"PD 24 Outbound 198 CTA de-at Shop now\n \n Jetzt sparen"}
|
||||
{"t":"PD 24 Outbound 198F CTA de-at Shop now Jetzt sparen"}
|
||||
{"t":"PD 24 Outbound 199 Subject line de-at It’s the last day of Prime Day Prime Day ist bald vorbei"}
|
||||
{"t":"PD 24 Outbound 200 Intro de-at The epic deals end at midnight Tolle Angebote enden um Mitternacht"}
|
||||
{"t":"PD 24 Outbound 203 Subject line de-at Final call: Prime Day is ending Prime Day ist fast vorbei"}
|
||||
{"t":"PD 24 Outbound 204 Subject line de-at Shop exclusive deals until midnight tonight Exklusive Angebote nur bis heute um Mitternacht"}
|
||||
{"t":"PD 24 Outbound 205 Headline de-at Last chance to shop, save and feel like a big deal Letzte Chance: Sparen und dich feiern lassen"}
|
||||
{"t":"PD 24 Outbound 206 Body Copy de-at Prime Day ends at midnight tonight. So, hurry. This is your last chance to save big and feel like a big deal. Prime Day endet heute um Mitternacht. Also beeile dich! Die letzte Chance, so richtig zu sparen und dich feiern zu lassen."}
|
||||
{"t":"PD 24 Outbound 209 Subject line de-at Prime Day ends at midnight Prime Day endet um Mitternacht"}
|
||||
{"t":"PD 24 Outbound 211 Intro de-at Shop exclusive deals until midnight Exklusive Angebote enden um Mitternacht"}
|
||||
{"t":"PD 24 Outbound 212 CTA de-at Shop now Jetzt sparen"}
|
||||
{"t":"PD 24 Outbound 213 Subject line de-at Prime Day ends tonight Prime Day endet um Mitternacht"}
|
||||
{"t":"PD 24 Outbound 214 Subject line de-at Shop exclusive deals until midnight tonight Exklusive Angebote enden heute um Mitternacht"}
|
||||
{"t":"PD 24 Outbound 216 Body Copy de-at Prime Day is drawing to a close. But no drama, there’s still time to enjoy the Prime member-exclusive deals. So, stop reading this email and get saving like a star. Prime Day ist bald vorbei. Aber keine Panik: Noch bleibt genug Zeit, die Angebote nur für Prime-Mitglieder zu entdecken. Also, höre auf diese E-Mail zu lesen, spare mit den tollen Prime Day-Angeboten und lass dich feiern."}
|
||||
{"t":"PD 24 Outbound 218 Subject line de-at Prime Day ends today Prime Day endet heute"}
|
||||
{"t":"PD 24 Outbound 220 Intro de-at Shop exclusive deals until midnight Exklusive Angebote nur bis Mitternacht"}
|
||||
{"t":"PD 24 Outbound 221 CTA de-at Shop now Jetzt sparen"}
|
||||
{"t":"PD 24 Outbound 222 Subject line de-at Prime Day is here Heute ist Prime Day"}
|
||||
{"t":"PD 24 Outbound 223 Subject line de-at Shop epic deals until midnight tomorrow Tolle Angebote nur noch bis morgen um Mitternacht"}
|
||||
{"t":"PD 24 Outbound 224 Headline de-at Shop epic deals that make you feel like a big deal Spare so richtig mit tollen Angeboten"}
|
||||
{"t":"PD 24 Outbound 226 de-at Today’s the start of Prime Day - sign up to Prime and get access to two days of epic deals on electronics, home, kitchen and more. For only £X.XX a month you can have access to fast delivery, great TV shows and films. Bald ist Prime Day. Werde jetzt Prime-Mitglied und sichere dir zwei Tage voller Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme. Prime kostet nur 8,99 € pro Monat."}
|
||||
{"t":"PD 24 Outbound 228 Subject line de-at Prime Day is here Heute ist Prime Day"}
|
||||
{"t":"PD 24 Outbound 229 Intro de-at Two days of exclusive deals Zwei Tage voller Angebote"}
|
||||
{"t":"PD 24 Outbound 230 Subject line de-at Enjoy Prime Day now Prime Day jetzt entdecken"}
|
||||
{"t":"PD 24 Outbound 231 Subject line de-at Shop epic deals until midnight tomorrow Spare richtig bis morgen um Mitternacht"}
|
||||
{"t":"PD 24 Outbound 232 Headline de-at Feel special with these exclusive Prime Day deals Fühl dich mit diesen Prime Day-Angeboten besonders"}
|
||||
{"t":"PD 24 Outbound 234 de-at The curtain’s drawing over the first day of Prime Day. But don’t worry. It’s never too late to sign up to Prime to get access to the epic deals on electronics, home, kitchen and more, with fast delivery, great TV shows and films for only £X.XX a month. Bald ist der erste Tag von Prime Day vorbei. Aber keine Angst. Es ist nie zu spät, Prime-Mitglied zu werden. Damit sicherst du dir nicht nur exklusive Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme mit Prime Video. Prime kostet nur 8,99 € pro Monat."}
|
||||
{"t":"PD 24 Outbound 236 Subject line de-at Prime Day ends tomorrow Prime Day endet morgen"}
|
||||
{"t":"PD 24 Outbound 237 Intro de-at Shop exclusive deals Mit exklusiven Angeboten sparen"}
|
||||
{"t":"PD 24 Outbound 238 Subject line de-at Prime Day is in full swing Prime Day ist in vollem Gange"}
|
||||
{"t":"PD 24 Outbound 239 Subject line de-at Still time left to join Prime and get epic deals Noch bleibt Zeit: Werde Prime-Mitglied und spare"}
|
||||
{"t":"PD 24 Outbound 240 Headline de-at Shop epic deals like the star that you are Spare so richtig mit tollen Angeboten"}
|
||||
{"t":"PD 24 Outbound 242 de-at The first day of Prime Day is under way. There’s time to join Prime and get access to exclusive, epic deals on electronics, home, kitchen and more. With fast delivery, great TV shows and films for only £X.XX a month. Prime Day läuft schon, werde jetzt Prime-Mitglied. Damit sicherst du dir nicht nur exklusive Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme mit Prime Video. Prime kostet nur 8,99 € pro Monat."}
|
||||
{"t":"PD 24 Outbound 244 Intro de-at 2 days of epic deals of ends tomorrow Zwei Tage voller Angebote enden morgen"}
|
||||
{"t":"PD 24 Outbound 245 Subject line de-at It’s the last day of Prime Day Prime Day ist bald vorbei"}
|
||||
{"t":"PD 24 Outbound 246 Subject line de-at Save like a superstar until midnight Spare bis Mitternacht wie ein Superstar"}
|
||||
{"t":"PD 24 Outbound 247 Headline de-at Last chance for some epic deals Letzte Chance, um richtig zu sparen"}
|
||||
{"t":"PD 24 Outbound 249 de-at The last day of Prime Day is here. Sign up to Prime to get access to the epic deals on electronics, home, kitchen and more. With fast delivery and great TV shows and films for only £X.XX a month. Der letzte Tag von Prime Day hat begonnen. Als Prime-Mitglied sicherst du dir nicht nur exklusive Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr, sondern erhältst auch schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme mit Prime Video. Prime kostet nur 8,99 € pro Monat."}
|
||||
{"t":"PD 24 Outbound 252 Subject line de-at It’s closing night for Prime Day Prime Day endet heute Nacht"}
|
||||
{"t":"PD 24 Outbound 253 Subject line de-at Shop exclusive deals until midnight tonight Jetzt noch bis Mitternacht sparen"}
|
||||
{"t":"PD 24 Outbound 254 Headline de-at Last chance to shop, save and feel like a big deal Letzte Chance: Spare und lass dich feiern"}
|
||||
{"t":"PD 24 Outbound 255 de-at Prime Day ends tonight. There’s still time to join Prime and get access to the exclusive, epic deals. Prime Day ends tomorrow night, so hurry. Prime Day endet um Mitternacht. Noch ist Zeit, um Prime-Mitglied zu werden. Damit sicherst du dir nicht nur exklusive Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme mit Prime Video. Prime kostet nur 8,99 € pro Monat."}
|
||||
{"t":"PD 24 Outbound 258 Subject line de-at Prime Day ends at midnight Prime Day endet um Mitternacht"}
|
||||
{"t":"PD 24 Outbound 259 Intro de-at Last chance to shop epic deals Letzte Chance, um richtig zu sparen"}
|
||||
{"t":"PD 24 Outbound 261 Subject line de-at Join Prime and get epic deals until midnight Werde Prime-Mitglied und spare"}
|
||||
{"t":"PD 24 Outbound 262 Headline de-at Shop epic deals like the star that you are Bei diesen Angeboten sparst du so richtig"}
|
||||
{"t":"PD 24 Outbound 264 de-at The end of Prime Day is near. But no drama, there’s still time to enjoy the Prime member-exclusive deals. Sign up to Prime to not only save like a star on electronics, home, kitchen and more, but also get fast delivery and great TV shows and films for only £X.XX a month. Bald endet Prime Day. Aber keine Angst, noch ist Zeit, um Prime-Mitglied zu werden. Damit sicherst du dir nicht nur exklusive Angebote aus den Bereichen Elektronik, Haushalt, Küche und mehr. Darüber hinaus erhältst du schnelle und kostenlose Lieferung sowie tolle TV-Shows und Filme mit Prime Video. Prime kostet nur 8,99 € pro Monat."}
|
||||
{"t":"PD 24 Outbound 267 de-at The epic deals last until midnight Noch bis Mitternacht richtig sparen"}
|
||||
{"t":"PD 25 Outbound 001 Subject line de-at Prime Day is coming xx-xx Month Prime Day ist vom xx. bis xx. Juli"}
|
||||
{"t":"PD 25 Outbound 002 Subject line de-at Four days of big deals, only for Prime members 4 Tage voller Angebote, nur für Prime-Mitglieder"}
|
||||
{"t":"PD 25 Outbound 003 Headline de-at Four days of big deals: xx-xx Month 4 Tage voller Angebote: XX. - XX. Juli"}
|
||||
{"t":"PD 25 Outbound 004 CTA de-at Get ready Mach dich bereit"}
|
||||
{"t":"PD 25 Outbound 005 Subject line de-at Prime Day is coming xx-xx Month Prime Day ist vom xx. bis xx. Juli"}
|
||||
{"t":"PD 25 Outbound 006 Intro de-at Four days of big deals 4 Tage Angebote für Prime-Mitglieder"}
|
||||
{"t":"PD 25 Outbound 007 CTA de-at Get ready Mach dich bereit"}
|
||||
{"t":"PD 25 Outbound 008 Subject line de-at Prime Day is almost here: XX-XX Month Bald ist Prime Day: XX. - XX. Juli"}
|
||||
{"t":"PD 25 Outbound 009 Subject line de-at Four days of big deals, exclusively for Prime members 4 Tage voller Angebote, nur für Prime-Mitglieder"}
|
||||
{"t":"PD 25 Outbound 010 Headline de-at Four days of big deals: XX-XX Month 4 Tage voller Angebote: XX. - XX. Juli"}
|
||||
{"t":"PD 25 Outbound 011 CTA de-at Get ready Mach dich bereit"}
|
||||
{"t":"PD 25 Outbound 012 Subject line de-at Prime Day is almost here: XX-XX Month Bald ist Prime Day: XX. - XX. Juli"}
|
||||
{"t":"PD 25 Outbound 013 Intro de-at Four days of big deals are coming 4 Tage Angebote für Prime-Mitglieder"}
|
||||
{"t":"PD 25 Outbound 015 Subject line de-at Stay up late, Prime Day starts at midnight Wach bleiben, Prime Day startet um Mitternacht"}
|
||||
{"t":"PD 25 Outbound 016 Subject line de-at Prime member-exclusive deals: XX-XX Month XX. - XX. Juli: Angebote nur für Prime-Mitglieder"}
|
||||
{"t":"PD 25 Outbound 017 Headline de-at Four days of big deals XX-XX Month 4 Tage voller Angebote: XX. - XX. Juli"}
|
||||
{"t":"PD 25 Outbound 018 CTA de-at Set your alarm Stell deinen Wecker"}
|
||||
{"t":"PD 25 Outbound 019 Subject line de-at Ready? Prime Day starts at midnight. Bereit? Prime Day startet um Mitternacht"}
|
||||
{"t":"PD 25 Outbound 020 Intro de-at 4 days of Prime member-exclusive deals 4 Tage Angebote nur für Prime-Mitglieder"}
|
||||
{"t":"PD 25 Outbound 021 CTA de-at Set your alarm Stell deinen Wecker"}
|
||||
{"t":"PD 25 Outbound 023 Subject line de-at Join Prime for four days of big deals Werde Prime-Mitglied & spare 4 Tage"}
|
||||
{"t":"PD 25 Outbound 024 Headline de-at Four days of exclusive deals: XX-XX Month 4 Tage mit exklusiven Angeboten: XX. - XX. Juli"}
|
||||
{"t":"PD 25 Outbound 025 CTA de-at Join Prime Werde Prime-Mitglied"}
|
||||
{"t":"PD 25 Outbound 026 Subject line de-at Prime Day is coming XX-XX Month Prime Day ist vom XX. bis XX. Juli"}
|
||||
{"t":"PD 25 Outbound 027 Intro de-at Join Prime for four days of exclusive deals Werde Prime-Mitglied & spare 4 Tage"}
|
||||
{"t":"PD 25 Outbound 028 CTA de-at Join Prime Werde Prime-Mitglied"}
|
||||
{"t":"PD 25 Outbound 030 Subject line de-at Join Prime for four days of big deals Werde Prime-Mitglied für 4 Tage voller Angebote"}
|
||||
{"t":"PD 25 Outbound 031 Headline de-at Four days of big deals: XX-XX Month 4 Tage voller Angebote: XX. - XX. Juli"}
|
||||
{"t":"PD 25 Outbound 034 Intro de-at Join Prime for 4 days of exclusive deals 4 Tage voller Angebote"}
|
||||
{"t":"PD 25 Outbound 036 Subject line de-at Stay up late, Prime Day starts at midnight Wach bleiben, Prime Day startet um Mitternacht"}
|
||||
{"t":"PD 25 Outbound 037 Subject line de-at Join Prime for exclusive deals from XX-XX Month Werde Prime-Mitglied & spare vom XX. - XX. Juli"}
|
||||
{"t":"PD 25 Outbound 040 Subject line de-at Ready? Prime Day starts at midnight Bereit? Prime Day startet um Mitternacht"}
|
||||
{"t":"PD 25 Outbound 041 Intro de-at Sign up for exclusive deals from XX-XX Month Sichere dir Angebote vom XX. - XX. Juli"}
|
||||
{"t":"PD 25 Outbound 043 Subject line de-at Prime Day is here Heute ist Prime Day"}
|
||||
{"t":"PD 25 Outbound 044 Subject line de-at Enjoy four days of big deals Entdecke 4 Tage voller Angebote"}
|
||||
{"t":"PD 25 Outbound 045 Headline de-at Feel like a big deal with these epic deals Lasst euch feiern und spart so richtig"}
|
||||
{"t":"PD 25 Outbound 046 de-at Prime member-exclusive deals Angebote exklusiv für Prime-Mitglieder"}
|
||||
{"t":"PD 25 Outbound 048 CTA de-at Shop now Angebote entdecken"}
|
||||
{"t":"PD 25 Outbound 049 Subject line de-at Prime Day is here Heute ist Prime Day"}
|
||||
{"t":"PD 25 Outbound 050 de-at Four days of Prime member-exclusive deals 4 Tage Angebote für Prime-Mitglieder\n "}
|
||||
{"t":"PD 25 Outbound 050F de-at Four days of Prime member-exclusive deals 4 Tage Angebote für Prime-Mitglieder"}
|
||||
{"t":"PD 25 Outbound 054 Subject line de-at Enjoy Prime Day deals now Entdecke jetzt Angebote für Prime-Mitglieder"}
|
||||
{"t":"PD 25 Outbound 055 Subject line de-at Your epic deals are waiting for you Tolle Angebote warten auf dich"}
|
||||
{"t":"PD 25 Outbound 056 Headline de-at Feel special with these exclusive Prime Day deals Spare so richtig mit diesen Angeboten"}
|
||||
{"t":"PD 25 Outbound 058 Subject line de-at Prime Day is live Heute ist Prime Day"}
|
||||
{"t":"PD 25 Outbound 059 Intro de-at Check out these exclusive deals \n Entdecke exklusive Angebote \n"}
|
||||
{"t":"PD 25 Outbound 059F Intro de-at Check out these exclusive deals Entdecke exklusive Angebote"}
|
||||
{"t":"PD 25 Outbound 061 Subject line de-at Prime Day is in full swing Prime Day ist in vollem Gange"}
|
||||
{"t":"PD 25 Outbound 062 Intro de-at Check out these epic deals before lights out Entdecke noch schnell diese Angebote"}
|
||||
{"t":"PD 25 Outbound 064 Subject line de-at Discover what day two of Prime Day has for you Entdecke tolle Angebote an Tag 2 von Prime Day"}
|
||||
{"t":"PD 25 Outbound 065 Subject line de-at Don't miss out on these exclusive deals Lass dir diese exklusiven Angebote nicht entgehen"}
|
||||
{"t":"PD 25 Outbound 066 Headline de-at Epic deals that make you feel like a big deal Lasst euch feiern und spart so richtig"}
|
||||
{"t":"PD 25 Outbound 067 de-at w/o FLABD: \n Epic deals to make you smile Tolle Angebote, die gute Laune machen"}
|
||||
{"t":"PD 25 Outbound 067F de-at w/o FLABD: Epic deals to make you smile Tolle Angebote, die gute Laune machen"}
|
||||
{"t":"PD 25 Outbound 069 de-at Prime Day is in full swing Prime Day ist in vollem Gange"}
|
||||
{"t":"PD 25 Outbound 070 Subject line de-at Another Prime Day of big deals Ein neuer Tag voller Prime Day Angebote"}
|
||||
{"t":"PD 25 Outbound 071 Intro de-at Start the day with big deals Starte mit tollen Angeboten in den Tag"}
|
||||
{"t":"PD 25 Outbound 073 de-at There's still time to check these big deals Greif bei diesen tollen Angeboten noch schnell zu"}
|
||||
{"t":"PD 25 Outbound 074 Subject line de-at Don't let the sun set on these big deals Lass dir diese Angebote jetzt nicht entgehen"}
|
||||
{"t":"PD 25 Outbound 075 Subject line de-at End your day feeling like a big deal Spare heute noch einmal so richtig"}
|
||||
{"t":"PD 25 Outbound 076 de-at End your day scoring big deals Entdecke heute noch schnell tolle Angebote"}
|
||||
{"t":"PD 25 Outbound 077 Headline de-at Shop epic and exclusive deals today Entdecke heute tolle und exklusive Angebote"}
|
||||
{"t":"PD 25 Outbound 079 Subject line de-at End your day feeling like a big deal Spare heute noch einmal so richtig"}
|
||||
{"t":"PD 25 Outbound 080 de-at Here's an epic way to end your day Tolle Angebote zum Feierabend"}
|
||||
{"t":"PD 25 Outbound 081 de-at End your day with deals that make you smile Angebote, die dich zum Lächeln bringen"}
|
||||
{"t":"PD 25 Outbound 082 de-at Check out Prime Day's exclusive deals Entdecke exklusive Angebote am Prime Day"}
|
||||
{"t":"PD 25 Outbound 083 Intro de-at Bag an exclusive deal this Prime Day Sichere dir tolle Angebote am Prime Day"}
|
||||
{"t":"PD 25 Outbound 085 de-at Exclusive deals that need putting to bed Exklusive Angebote, die bald auslaufen"}
|
||||
{"t":"PD 25 Outbound 086 Subject line de-at These exclusive deals end in 48 hours Nur noch 48 Stunden voller Angebote"}
|
||||
{"t":"PD 25 Outbound 087 Intro de-at Check out Prime Day big deals tonight Heute noch Prime Day Angebote entdecken"}
|
||||
{"t":"PD 25 Outbound 089 de-at Prime Day is here Heute ist Prime Day"}
|
||||
{"t":"PD 25 Outbound 090 Subject line de-at Prime Day has started Endlich ist Prime Day"}
|
||||
{"t":"PD 25 Outbound 091 Subject line de-at Get ready to feel like a big deal Lasst euch feiern und spart so richtig"}
|
||||
{"t":"PD 25 Outbound 092 de-at Get ready to enjoy epic deals Freu dich auf tolle Angebote"}
|
||||
{"t":"PD 25 Outbound 093 Headline de-at Access Prime Day's exclusive deals today Sichere dir heute exklusive Prime Day Angebote"}
|
||||
{"t":"PD 25 Outbound 094 CTA de-at Join Prime now Werde Prime-Mitglied"}
|
||||
{"t":"PD 25 Outbound 096 Intro de-at Four days of exclusive deals 4 Tage voller Angebote"}
|
||||
{"t":"PD 25 Outbound 097 CTA de-at Join Prime now Werde Prime-Mitglied"}
|
||||
{"t":"PD 25 Outbound 099 Intro de-at Access four days of big deals Entdecke 4 Tage voller Angebote"}
|
||||
{"t":"PD 25 Outbound 100 de-at Access four days of big deals for Prime members 4 Tage Angebote für Prime-Mitglieder"}
|
||||
{"t":"PD 25 Outbound 102 Subject line de-at Another day of big deals this Prime Day Ein weiterer Tag voller Prime Day Angebote"}
|
||||
{"t":"PD 25 Outbound 103 Subject line de-at Epic deals to make you feel like a big deal Lasst euch feiern und spart so richtig"}
|
||||
{"t":"PD 25 Outbound 104 de-at Epic deals to make you smile Tolle Angebote, die gute Laune machen"}
|
||||
{"t":"PD 25 Outbound 105 de-at Just two days left to bag some amazing deals Nur noch 2 Tage voller exklusiver Angebote"}
|
||||
{"t":"PD 25 Outbound 106 Headline de-at Just two days left of big deals Nur noch 2 Tage voller Angebote"}
|
||||
{"t":"PD 25 Outbound 109 Intro de-at Big deals end in 48 hours Tolle Angebote enden in 48 Stunden"}
|
||||
{"t":"PD 25 Outbound 112 Subject line de-at Prime Day ends soon, don't miss out. Prime Day endet bald – nicht verpassen"}
|
||||
{"t":"PD 25 Outbound 113 Intro de-at Sign up and feel like a big deal Werde Mitglied und lass dich feiern"}
|
||||
{"t":"PD 25 Outbound 114 de-at Sign up and enjoy epic deals Werde Mitglied und spare so richtig"}
|
||||
{"t":"PD 25 Outbound 116 Subject line de-at Prime Day ends midnight tomorrow Prime Day endet morgen um Mitternacht"}
|
||||
{"t":"PD 25 Outbound 117 Subject line de-at There’s still time to bag an epic deal Sichere dir noch schnell tolle Angebote"}
|
||||
{"t":"PD 25 Outbound 118 Headline de-at Time is ticking on these big deals, don’t miss out Die Zeit läuft – sichere dir jetzt tolle Angebote"}
|
||||
{"t":"PD 25 Outbound 119 CTA de-at Save now Jetzt sparen"}
|
||||
{"t":"PD 25 Outbound 120 Subject line de-at Prime Day ends midnight tomorrow Prime Day endet morgen um Mitternacht"}
|
||||
{"t":"PD 25 Outbound 121 Intro de-at These exclusive deals won’t wait forever Diese Angebote gibt es nur noch kurz"}
|
||||
{"t":"PD 25 Outbound 123 de-at There’s still time to enjoy Prime Day Noch ist Zeit, um am Prime Day zu sparen"}
|
||||
{"t":"PD 25 Outbound 124 Subject line de-at Don’t miss out on Prime Day Lass dir Prime Day nicht entgehen"}
|
||||
{"t":"PD 25 Outbound 125 de-at The clock is ticking on these big deals Die Uhr tickt: Sichere dir tolle Angebote"}
|
||||
{"t":"PD 25 Outbound 126 Subject line de-at There’s still time to feel like a big deal Noch ist Zeit, um so richtig zu sparen"}
|
||||
{"t":"PD 25 Outbound 127 de-at Time's running out on these epic deals Die Uhr tickt: Sichere dir noch schnell Angebote"}
|
||||
{"t":"PD 25 Outbound 128 Headline de-at Prime Day deals to make you feel like a big deal Mit Angeboten am Prime Day sparst du so richtig"}
|
||||
{"t":"PD 25 Outbound 129 de-at Prime Day deals to make you smile Angebote am Prime Day, die gute Laune machen"}
|
||||
{"t":"PD 25 Outbound 131 Subject line de-at The clock is ticking on Prime Day Prime Day endet bald"}
|
||||
{"t":"PD 25 Outbound 132 de-at These big deals end in 24 hours Diese Angebote laufen in 24 Stunden aus"}
|
||||
{"t":"PD 25 Outbound 133 Intro de-at Just 24 hours to bag an epic deal Nur noch 24 Stunden für tolle Angebote"}
|
||||
{"t":"PD 25 Outbound 135 Subject line de-at Prime Day is still on, but not for long Prime Day endet bald"}
|
||||
{"t":"PD 25 Outbound 136 de-at In 24 hours, your big deals disappear Deine Angebote enden in 24 Stunden"}
|
||||
{"t":"PD 25 Outbound 137 Intro de-at Prime Day ends in 24 hours Prime Day ist in 24 Stunden vorbei"}
|
||||
{"t":"PD 25 Outbound 139 Subject line de-at Prime Day ends at midnight Prime Day endet um Mitternacht"}
|
||||
{"t":"PD 25 Outbound 140 Subject line de-at Your epic deals end tonight Tolle Angebote für dich nur noch bis heute Nacht"}
|
||||
{"t":"PD 25 Outbound 141 Headline de-at Epic deals end at midnight Tolle Angebote – nur noch heute"}
|
||||
{"t":"PD 25 Outbound 143 Subject line de-at Prime Day ends tonight Prime Day endet um Mitternacht"}
|
||||
{"t":"PD 25 Outbound 144 Intro de-at Big deals end at midnight Tolle Angebote – nur noch heute"}
|
||||
{"t":"PD 25 Outbound 146 Subject line de-at It’s the final few hours of Prime Day Prime Day endet bald"}
|
||||
{"t":"PD 25 Outbound 147 Subject line de-at Exclusive deals end at midnight Exklusive Angebote – nur noch heute"}
|
||||
{"t":"PD 25 Outbound 148 Headline de-at Last chance to shop, save and feel like a big deal Letzte Chance, um so richtig zu sparen"}
|
||||
{"t":"PD 25 Outbound 149 de-at Last chance to shop, save and enjoy epic deals Letzte Chance, um richtig zu sparen"}
|
||||
{"t":"PD 25 Outbound 151 Subject line de-at Prime Day ends at midnight Prime Day endet um Mitternacht"}
|
||||
{"t":"PD 25 Outbound 152 Intro de-at Shop exclusive deals until midnight Exklusive Angebote – nur noch heute"}
|
||||
{"t":"PD 25 Outbound 155 Subject line de-at Join Prime to shop big deals until tomorrow night Werde Prime-Mitglied und spare bis morgen Abend"}
|
||||
{"t":"PD 25 Outbound 159 Intro de-at Enjoy access to big deals Sichere dir tolle Angebote"}
|
||||
{"t":"PD 25 Outbound 161 de-at Prime Day is still on, but not for long Prime Day endet bald"}
|
||||
{"t":"PD 25 Outbound 162 Subject line de-at The clock is ticking on Prime Day Bald ist Prime Day vorbei"}
|
||||
{"t":"PD 25 Outbound 163 Intro de-at 4 days of big deals ends tomorrow 4 Tage voller Angebote enden morgen"}
|
||||
{"t":"PD 25 Outbound 164 CTA de-at Join Prime now Werde Prime-Mitglied"}
|
||||
{"t":"PD 25 Outbound 165 de-at Prime Day ends at midnight Prime Day endet um Mitternacht"}
|
||||
{"t":"PD 25 Outbound 166 Subject line de-at Just a few hours left to access big deals Tolle Angebote - nur noch für wenige Stunden"}
|
||||
{"t":"PD 25 Outbound 167 Subject line de-at These big deals end in 24 hours Tolle Angebote für dich nur noch bis heute Nacht"}
|
||||
{"t":"PD 25 Outbound 168 Headline de-at Last chance to get big deals Letzte Chance auf tolle Angebote"}
|
||||
{"t":"PD 25 Outbound 170 Subject line de-at Prime Day ends in 24 hours Prime Day endet um Mitternacht"}
|
||||
{"t":"PD 25 Outbound 171 Intro de-at Don’t miss out on these big deals Lass dir diese Angebote nicht entgehen"}
|
||||
{"t":"PD 25 Outbound 174 Intro de-at Last chance to feel like a big deal Letzte Chance, um richtig zu sparen"}
|
||||
{"t":"PD 25 Outbound 175 de-at Last chance to enjoy epic deals Letzte Chance auf tolle Angebote"}
|
||||
{"t":"PD 25 Outbound 176 de-at Epic deals end midnight Tolle Angebote enden um Mitternacht"}
|
||||
{"t":"PD 25 Outbound 178 Subject line de-at £XX off £XX with the app on Prime Day: XX-YY Month XX € Rabatt auf XX € in App von XX. bis YY. Juli"}
|
||||
{"t":"PD 25 Outbound 179 Subject line de-at Claim it the first time you sign in to the Amazon app In der Amazon-App anmelden und Rabatt erhalten"}
|
||||
{"t":"PD 25 Outbound 180 Headline de-at £XX off £XX with the app XX € Rabatt auf XX € in der App"}
|
||||
{"t":"PD 25 Outbound 181 CTA de-at Claim your reward Aktionsgutschein sichern"}
|
||||
{"t":"PD 25 Outbound 182 Subject line de-at £XX off when you spend £XX on Prime Day: XX-YY Month XX € Rabatt auf XX € am Prime Day: XX.–YY. Juli"}
|
||||
{"t":"PD 25 Outbound 183 Subject line de-at Make Prime Day even more epic with £XX off when you spend £XX Am Prime Day: XX € Rabatt auf Einkauf von XX € oder mehr"}
|
||||
{"t":"PD 25 Outbound 184 Headline de-at Use the app and get £XX off £XX Erhalte in der App XX € Rabatt auf XX €"}
|
||||
{"t":"PD 25 Outbound 186 Subject line de-at Check out Prime Day’s Top 100 Deals Die 100 besten Angebote für dich am Prime Day"}
|
||||
{"t":"PD 25 Outbound 187 Intro de-at Shop the most epic deals Entdecke die besten Angebote"}
|
||||
{"t":"PD 25 Outbound 188 de-at See top 100 Jetzt entdecken"}
|
||||
{"t":"PD 25 Outbound 189 de-at See top picks Zu den Angeboten"}
|
||||
{"t":"PD 25 Outbound 190 CTA de-at Discover now Jetzt entdecken"}
|
||||
{"t":"PD 25 Outbound 191 Subject line de-at Glowing reviews, epic prices Tolle Bewertungen, tolle Preise"}
|
||||
{"t":"PD 25 Outbound 192 Intro de-at Snap up big deals on 4+ star-rated products Tolle Angebote mit 4 oder mehr Sternen"}
|
||||
{"t":"PD 25 Outbound 194 Subject line de-at Deals on trustworthy brands Angebote für beliebte Produkte"}
|
||||
{"t":"PD 25 Outbound 195 Intro de-at Top brands at epic prices Top-Marken zu attraktiven Preisen"}
|
||||
{"t":"PD 25 Outbound 196 CTA de-at See all Alles ansehen"}
|
||||
{"t":"PD 25 Outbound 197 Subject line de-at Products you love at prices you'll love Deine Lieblingsprodukte zu tollen Preisen"}
|
||||
{"t":"PD 25 Outbound 198 Intro de-at Discover highly-rated deals Entdecke top-bewertete Angebote"}
|
||||
{"t":"PD 25 Outbound 200 Subject line de-at Deals on Influencer Favourites Entdecke Influencer-Favoriten im Angebot"}
|
||||
{"t":"PD 25 Outbound 201 Intro de-at Shop before they're gone Schnapp sie dir, bevor sie weg sind"}
|
||||
{"t":"PD 25 Outbound 203 Subject line de-at Big deals on our new arrivals Tolle Angebote für neue Produkte"}
|
||||
{"t":"PD 25 Outbound 204 Intro de-at New items you'll love Neue Produkte, die du lieben wirst"}
|
||||
{"t":"PD 25 Outbound 205 CTA de-at See new arrivals Neue Produkte entdecken"}
|
||||
{"t":"PD 25 Outbound 206 Subject line de-at Don’t miss out on your Prime Day deals Nicht verpassen: deine Angebote am Prime Day"}
|
||||
{"t":"PD 25 Outbound 207 Intro de-at Shop big deals tailored to your taste Tolle Angebote nach deinem Geschmack"}
|
||||
{"t":"PD 25 Outbound 209 Subject line de-at Prime Day deals inspired by you Prime Day Angebote ganz nach deinem Geschmack"}
|
||||
{"t":"PD 25 Outbound 210 Intro de-at Shop big deals based on your basket and wishlist Angebote ganz nach deinen Wünschen"}
|
||||
{"t":"PD 25 Outbound 212 Subject line de-at Keep shopping before Prime Day deals disappear Sichere dir noch schnell deine Prime Day Angebote"}
|
||||
{"t":"PD 25 Outbound 213 Intro de-at Shop epic deals Angebote entdecken"}
|
||||
{"t":"PD 25 Outbound 215 de-at 🔥Prime Day is coming XX-XX Month. It’s going to be epic 🔥 Prime Day ist vom XX. bis XX. Juli – mach dich bereit 🔥"}
|
||||
{"t":"PD 25 Outbound 217 de-at 🎉Get ready to access the most epic deals on 🏠, kitchen, electronics and more. With exclusive offers, you’re bound to save 💷💷💷 on the stuff you love and need.\n\n And because we think you’re a real big deal, we’ll drop you a message when we have offers on the items you love 🥰❤️ \n\n 🏃🏃 Get ahead of the game today. Start your Prime Day wishlist, and get ready for some truly epic offers. 🏃🏃 🎉Mach dich bereit für Angebote aus den Bereichen 🏠, Küche, Elektronik und mehr. Mit exklusiven Rabatten sparst du Bares 💶💶💶 auf all die schönen Dinge, die du liebst und brauchst.\n\n Und das ist noch nicht alles: Wir benachrichtigen dich, sobald es auch auf deine Lieblingsprodukte Angebote gibt 🥰❤️.\n\n 🏃🏃 Also worauf wartest du noch? Erstelle gleich eine Wunschliste für Prime Day an und freu dich 🥳 schon jetzt auf viele tolle Angebote. 🏃🏃"}
|
||||
{"t":"PD 25 Outbound 217F de-at 🎉Get ready to access the most epic deals on 🏠, kitchen, electronics and more. With exclusive offers, you’re bound to save 💷💷💷 on the stuff you love and need. And because we think you’re a real big deal, we’ll drop you a message when we have offers on the items you love 🥰❤️ 🏃🏃 Get ahead of the game today. Start your Prime Day wishlist, and get ready for some truly epic offers. 🏃🏃 🎉Mach dich bereit für Angebote aus den Bereichen 🏠, Küche, Elektronik und mehr. Mit exklusiven Rabatten sparst du Bares 💶💶💶 auf all die schönen Dinge, die du liebst und brauchst. Und das ist noch nicht alles: Wir benachrichtigen dich, sobald es auch auf deine Lieblingsprodukte Angebote gibt 🥰❤️. 🏃🏃 Also worauf wartest du noch? Erstelle gleich eine Wunschliste für Prime Day an und freu dich 🥳 schon jetzt auf viele tolle Angebote. 🏃🏃"}
|
||||
{"t":"PD 25 Outbound 218 de-at w/o FLABD:\n\n 🎉Get ready to access the most epic deals on 🏠, kitchen, electronics and more. With exclusive offers, you’re bound to save 💷💷💷 on the stuff you love and need.\n\n And because we think you'll enjoy the epic deals, we’ll drop you a message when we have offers on the items you love 🥰❤️ \n\n 🏃🏃 Get ahead of the game today. Start your Prime Day wishlist, and get ready for some truly epic offers. 🏃🏃 🎉Mach dich bereit für Angebote aus den Bereichen 🏠, Küche, Elektronik und mehr. Mit exklusiven Rabatten sparst du Bares 💷💷💷 auf all die schönen Dinge, die du liebst und brauchst.\n\n Und damit du immer auf dem Laufenden bist, benachrichtigen wir dich, sobald auch deine Lieblingsprodukte im Angebot sind 🥰❤️. \n\n 🏃🏃 Also worauf wartest du noch? Erstelle gleich eine Wunschliste für Prime Day und freu dich 🥳schon jetzt auf viele tolle Angebote.🏃🏃"}
|
||||
{"t":"PD 25 Outbound 218F de-at w/o FLABD: 🎉Get ready to access the most epic deals on 🏠, kitchen, electronics and more. With exclusive offers, you’re bound to save 💷💷💷 on the stuff you love and need. And because we think you'll enjoy the epic deals, we’ll drop you a message when we have offers on the items you love 🥰❤️ 🏃🏃 Get ahead of the game today. Start your Prime Day wishlist, and get ready for some truly epic offers. 🏃🏃 🎉Mach dich bereit für Angebote aus den Bereichen 🏠, Küche, Elektronik und mehr. Mit exklusiven Rabatten sparst du Bares 💷💷💷 auf all die schönen Dinge, die du liebst und brauchst. Und damit du immer auf dem Laufenden bist, benachrichtigen wir dich, sobald auch deine Lieblingsprodukte im Angebot sind 🥰❤️. 🏃🏃 Also worauf wartest du noch? Erstelle gleich eine Wunschliste für Prime Day und freu dich 🥳schon jetzt auf viele tolle Angebote.🏃🏃"}
|
||||
{"t":"PD 25 Outbound 219 de-at [Start your wishlist]\n Reply STOP to unsubscribe [Wunschliste erstellen]\n Antworte mit „STOP“, um keine weiteren Nachrichten zu erhalten."}
|
||||
{"t":"PD 25 Outbound 219F de-at [Start your wishlist] Reply STOP to unsubscribe [Wunschliste erstellen] Antworte mit „STOP“, um keine weiteren Nachrichten zu erhalten."}
|
||||
{"t":"PD 25 Outbound 220 de-at 🔥Prime day is coming XX-XX Month. It’s going to be epic 🔥 Prime Day ist vom XX. bis XX. Juli – freu dich auf tolle Angebote 🔥"}
|
||||
{"t":"PD 25 Outbound 221 de-at 🎉 With exclusive deals for Prime members on 🏠, kitchen, electronics and more, Prime Day is set to be more epic than ever.\n\n 🍰 Get a slice of the action by signing up to Prime today. You’ll be able to access exclusive Prime Day deals. And that’s going to save you 💷💷💷 on the things you love and need 🥰❤️ \n\n Plus you’ll benefit from fast delivery and top TV shows and films. All for just £xx/month. Join today and get ready to feel like a big deal. 🎉 Mit exklusiven Angeboten für Prime-Mitglieder aus den Bereichen 🏠, Küche, Elektronik und mehr kannst du dich jetzt schon auf Prime Day freuen.\n\n 🍰 Sichere dir dein Stück vom Kuchen, indem du noch heute Prime-Mitglied wirst und dir Zugriff auf exklusive Prime Day-Angebote sicherst. So sparst du Bares 💶💶💶 auf die Dinge, die du liebst und brauchst 🥰❤️. \n\n Außerdem profitierst du von einer schnellen Lieferung und kannst beliebte Serien und Filme schauen – und das für nur xx €/Monat. Werde jetzt Mitglied und lass dich feiern."}
|
||||
{"t":"PD 25 Outbound 221F de-at 🎉 With exclusive deals for Prime members on 🏠, kitchen, electronics and more, Prime Day is set to be more epic than ever. 🍰 Get a slice of the action by signing up to Prime today. You’ll be able to access exclusive Prime Day deals. And that’s going to save you 💷💷💷 on the things you love and need 🥰❤️ Plus you’ll benefit from fast delivery and top TV shows and films. All for just £xx/month. Join today and get ready to feel like a big deal. 🎉 Mit exklusiven Angeboten für Prime-Mitglieder aus den Bereichen 🏠, Küche, Elektronik und mehr kannst du dich jetzt schon auf Prime Day freuen. 🍰 Sichere dir dein Stück vom Kuchen, indem du noch heute Prime-Mitglied wirst und dir Zugriff auf exklusive Prime Day-Angebote sicherst. So sparst du Bares 💶💶💶 auf die Dinge, die du liebst und brauchst 🥰❤️. Außerdem profitierst du von einer schnellen Lieferung und kannst beliebte Serien und Filme schauen – und das für nur xx €/Monat. Werde jetzt Mitglied und lass dich feiern."}
|
||||
{"t":"PD 25 Outbound 222 de-at w/o FLABD:\n\n 🎉 With exclusive deals for Prime members on 🏠, kitchen, electronics and more, Prime Day is set to be more epic than ever.\n\n 🍰 Get a slice of the action by signing up to Prime today. You’ll be able to access exclusive Prime Day deals. And that’s going to save you 💷💷💷 on the things you love and need 🥰❤️ \n\n Plus you’ll benefit from fast delivery and top TV shows and films. All for just £xx/month. Join today and get ready to enjoy the epic deals. 🎉 Mit exklusiven Angeboten für Prime-Mitglieder aus den Bereichen 🏠, Küche, Elektronik und mehr kannst du dich jetzt schon auf Prime Day freuen.\n\n 🍰 Sichere dir dein Stück vom Kuchen, indem du noch heute Prime-Mitglied wirst und dir Zugriff auf exklusive Prime Day-Angebote sicherst. So sparst du Bares 💶💶💶 auf die Dinge, die du liebst und brauchst 🥰❤️. \n\n Außerdem profitierst du von einer schnellen Lieferung und kannst beliebte Serien und Filme schauen – und das für nur xx €/Monat. Werde jetzt Mitglied und spare so richtig."}
|
||||
{"t":"PD 25 Outbound 222F de-at w/o FLABD: 🎉 With exclusive deals for Prime members on 🏠, kitchen, electronics and more, Prime Day is set to be more epic than ever. 🍰 Get a slice of the action by signing up to Prime today. You’ll be able to access exclusive Prime Day deals. And that’s going to save you 💷💷💷 on the things you love and need 🥰❤️ Plus you’ll benefit from fast delivery and top TV shows and films. All for just £xx/month. Join today and get ready to enjoy the epic deals. 🎉 Mit exklusiven Angeboten für Prime-Mitglieder aus den Bereichen 🏠, Küche, Elektronik und mehr kannst du dich jetzt schon auf Prime Day freuen. 🍰 Sichere dir dein Stück vom Kuchen, indem du noch heute Prime-Mitglied wirst und dir Zugriff auf exklusive Prime Day-Angebote sicherst. So sparst du Bares 💶💶💶 auf die Dinge, die du liebst und brauchst 🥰❤️. Außerdem profitierst du von einer schnellen Lieferung und kannst beliebte Serien und Filme schauen – und das für nur xx €/Monat. Werde jetzt Mitglied und spare so richtig."}
|
||||
{"t":"PD 25 Outbound 223 de-at [Join Prime]\nReply STOP to unsubscribe [Werde Prime-Mitglied] \nAntworte mit „STOP“, um keine weiteren Nachrichten zu erhalten."}
|
||||
{"t":"PD 25 Outbound 223F de-at [Join Prime] Reply STOP to unsubscribe [Werde Prime-Mitglied] Antworte mit „STOP“, um keine weiteren Nachrichten zu erhalten."}
|
||||
{"t":"PD 25 Outbound 225 de-at 🎉 There’s never been a better time to be a Prime member. With Prime Day, you can access exclusive, big deals on 🏠, kitchen, electronics and more. \n\n To help get things rolling, we’re giving you £X off when you spend £XX. \n\n One thing’s for certain, when you see how much 💷💷💷 you can save on the stuff you love and need 🥰❤️, you’ll feel like a big deal. \n\n 📦 So start shopping Prime Day today, it’s going to be big 📦 🎉 Noch nie hat es sich mehr gelohnt, Prime-Mitglied zu sein: An Prime Day profitierst du von exklusiven Angeboten aus den Bereichen 🏠, Küche, Elektronik und mehr. \n\n Als kleinen Bonus erhältst du X € von uns, wenn du im Wert von XX € bestellst. \n\n Eines ist sicher: Wenn du feststellst, wie viel 💶💶💶 du auf die Dinge sparen kannst, die du liebst und brauchst 🥰❤️, fühlst du dich wie ein Star! 😎\n\n 📦 Also leg direkt los und entdecke viele tolle Angebote am Prime Day. 📦"}
|
||||
{"t":"PD 25 Outbound 225F de-at 🎉 There’s never been a better time to be a Prime member. With Prime Day, you can access exclusive, big deals on 🏠, kitchen, electronics and more. To help get things rolling, we’re giving you £X off when you spend £XX. One thing’s for certain, when you see how much 💷💷💷 you can save on the stuff you love and need 🥰❤️, you’ll feel like a big deal. 📦 So start shopping Prime Day today, it’s going to be big 📦 🎉 Noch nie hat es sich mehr gelohnt, Prime-Mitglied zu sein: An Prime Day profitierst du von exklusiven Angeboten aus den Bereichen 🏠, Küche, Elektronik und mehr. Als kleinen Bonus erhältst du X € von uns, wenn du im Wert von XX € bestellst. Eines ist sicher: Wenn du feststellst, wie viel 💶💶💶 du auf die Dinge sparen kannst, die du liebst und brauchst 🥰❤️, fühlst du dich wie ein Star! 😎 📦 Also leg direkt los und entdecke viele tolle Angebote am Prime Day. 📦"}
|
||||
{"t":"PD 25 Outbound 226 de-at 🎉 There’s never been a better time to be a Prime member. With Prime Day, you can access exclusive, big deals on 🏠, kitchen, electronics and more. \n\n To help get things rolling, we’re giving you £X off when you spend £XX. \n\n One thing’s for certain, when you see how much 💷💷💷 you can save on the stuff you love and need 🥰❤️, you’ll feel extra special. \n\n 📦 So start shopping Prime Day today, it’s going to be big 📦 🎉 Noch nie war es so lohnend für dich, Prime Mitglied zu sein: Am Prime Day profitierst du von exklusiven Angeboten aus den Bereichen 🏠, Küche, Elektronik und mehr. \n\n Als kleinen Bonus erhältst du X € von uns, wenn du im Wert von XX € bestellst. \n\n Eines ist sicher: Wenn du feststellst, wie viel 💶💶💶 du auf die Dinge sparen kannst, die du liebst und brauchst 🥰❤️, fühlst du dich wie ein Star! 😎\n\n 📦 Also leg direkt los und entdecke viele tolle Angebote am Prime Day. 📦"}
|
||||
{"t":"PD 25 Outbound 226F de-at 🎉 There’s never been a better time to be a Prime member. With Prime Day, you can access exclusive, big deals on 🏠, kitchen, electronics and more. To help get things rolling, we’re giving you £X off when you spend £XX. One thing’s for certain, when you see how much 💷💷💷 you can save on the stuff you love and need 🥰❤️, you’ll feel extra special. 📦 So start shopping Prime Day today, it’s going to be big 📦 🎉 Noch nie war es so lohnend für dich, Prime Mitglied zu sein: Am Prime Day profitierst du von exklusiven Angeboten aus den Bereichen 🏠, Küche, Elektronik und mehr. Als kleinen Bonus erhältst du X € von uns, wenn du im Wert von XX € bestellst. Eines ist sicher: Wenn du feststellst, wie viel 💶💶💶 du auf die Dinge sparen kannst, die du liebst und brauchst 🥰❤️, fühlst du dich wie ein Star! 😎 📦 Also leg direkt los und entdecke viele tolle Angebote am Prime Day. 📦"}
|
||||
{"t":"PD 25 Outbound 227 de-at [Start shopping] [Download Amazon app]\n Reply STOP to unsubscribe [Jetzt einkaufen] [Amazon-App herunterladen]\n Antworte mit „STOP“, um keine weiteren Nachrichten zu erhalten."}
|
||||
{"t":"PD 25 Outbound 227F de-at [Start shopping] [Download Amazon app] Reply STOP to unsubscribe [Jetzt einkaufen] [Amazon-App herunterladen] Antworte mit „STOP“, um keine weiteren Nachrichten zu erhalten."}
|
||||
{"t":"PD 25 Outbound 228 de-at 🔥Prime Day has started, don’t miss out 🔥 🔥Prime Day ist da – nicht verpassen🔥"}
|
||||
{"t":"PD 25 Outbound 229 de-at 🎉 Join today and enjoy £X off when you spend £XX. \n\n For just £XX/month you’ll enjoy access to Prime Day’s big deals on 🏠, kitchen, electronics and more. Plus you’ll benefit from fast delivery and top TV shows and films.\n\n And to make sure you don’t miss out on Prime Day offers, we’ll drop you a message when we have deals on the stuff you love 🥰 ❤️ 🎉 Werde heute Mitglied und erhalte X € Rabatt auf deine Bestellung ab einem Wert von XX €. \n\n Für nur XX €/Monat erhältst du am Prime Day Zugriff auf tolle Angebote aus den Bereichen 🏠, Küche, Elektronik und mehr. Außerdem profitierst du von einer schnellen Lieferung und kannst beliebte Serien und Filme schauen.\n\n Und damit Prime Day für dich zum vollen Erfolg wird, benachrichtigen wir dich, sobald auch deine Lieblingsprodukte im Angebot sind 🥰 ❤️"}
|
||||
{"t":"PD 25 Outbound 229F de-at 🎉 Join today and enjoy £X off when you spend £XX. For just £XX/month you’ll enjoy access to Prime Day’s big deals on 🏠, kitchen, electronics and more. Plus you’ll benefit from fast delivery and top TV shows and films. And to make sure you don’t miss out on Prime Day offers, we’ll drop you a message when we have deals on the stuff you love 🥰 ❤️ 🎉 Werde heute Mitglied und erhalte X € Rabatt auf deine Bestellung ab einem Wert von XX €. Für nur XX €/Monat erhältst du am Prime Day Zugriff auf tolle Angebote aus den Bereichen 🏠, Küche, Elektronik und mehr. Außerdem profitierst du von einer schnellen Lieferung und kannst beliebte Serien und Filme schauen. Und damit Prime Day für dich zum vollen Erfolg wird, benachrichtigen wir dich, sobald auch deine Lieblingsprodukte im Angebot sind 🥰 ❤️"}
|
||||
{"t":"PD 25 Outbound 230 de-at [Join Prime] \n Reply STOP to unsubscribe [Werde Prime-Mitglied] \n Antworte mit „STOP“, um keine weiteren Nachrichten zu erhalten."}
|
||||
{"t":"PD 25 Outbound 230F de-at [Join Prime] Reply STOP to unsubscribe [Werde Prime-Mitglied] Antworte mit „STOP“, um keine weiteren Nachrichten zu erhalten."}
|
||||
{"t":"PD 25 Outbound 231 de-at 🔥Prime Day ends today 🔥 🔥Prime Day endet heute 🔥"}
|
||||
{"t":"PD 25 Outbound 232 de-at 😭 Sad but true, there are just a few hours ⏱️ left to shop Prime Day’s big deals. \n\n So get your shopping 🛍️ head on because come midnight all our big deals for your 🏠, kitchen, electronics and more, will disappear.\n\n 🏃🏃 Don’t miss out, head to Prime Day and grab big deals that’ll leave you feeling like a big deal. 😭 Traurig, aber wahr: Dir bleiben nur noch wenige Stunden ⏱️, um vom Prime Day zu profitieren. \n\n Also geh noch schnell deine Einkaufsliste 🛍️ durch – unsere Angebote aus den Bereichen 🏠, Küche, Elektronik und mehr gelten nur noch bis Mitternacht.\n\n 🏃🏃 Lass dir diese Chance nicht entgehen und nutze Prime Day, um noch einmal so richtig zu sparen . 💶💶💶"}
|
||||
{"t":"PD 25 Outbound 232F de-at 😭 Sad but true, there are just a few hours ⏱️ left to shop Prime Day’s big deals. So get your shopping 🛍️ head on because come midnight all our big deals for your 🏠, kitchen, electronics and more, will disappear. 🏃🏃 Don’t miss out, head to Prime Day and grab big deals that’ll leave you feeling like a big deal. 😭 Traurig, aber wahr: Dir bleiben nur noch wenige Stunden ⏱️, um vom Prime Day zu profitieren. Also geh noch schnell deine Einkaufsliste 🛍️ durch – unsere Angebote aus den Bereichen 🏠, Küche, Elektronik und mehr gelten nur noch bis Mitternacht. 🏃🏃 Lass dir diese Chance nicht entgehen und nutze Prime Day, um noch einmal so richtig zu sparen . 💶💶💶"}
|
||||
{"t":"PD 25 Outbound 233 de-at w/o FLABD:\n\n 😭 Sad but true, there are just a few hours ⏱️ left to shop Prime Day’s big deals. \n\n So get your shopping 🛍️ head on because come midnight all our big deals for your 🏠, kitchen, electronics and more, will disappear.\n\n 🏃🏃 Don’t miss out, head to Prime Day and grab big deals that’ll leave you feeling special. 😭 Traurig, aber wahr: Dir bleiben nur noch wenige Stunden ⏱️, um vom Prime Day zu profitieren. \n\n Also geh noch schnell deine Einkaufsliste 🛍️ durch – unsere Angebote aus den Bereichen 🏠, Küche, Elektronik und mehr gelten nur noch bis Mitternacht.\n\n 🏃🏃 Lass dir diese Chance nicht entgehen und nutze Prime Day, um dich mit tollen Angeboten wie etwas ganz Besonderes 😎 zu fühlen."}
|
||||
{"t":"PD 25 Outbound 233F de-at w/o FLABD: 😭 Sad but true, there are just a few hours ⏱️ left to shop Prime Day’s big deals. So get your shopping 🛍️ head on because come midnight all our big deals for your 🏠, kitchen, electronics and more, will disappear. 🏃🏃 Don’t miss out, head to Prime Day and grab big deals that’ll leave you feeling special. 😭 Traurig, aber wahr: Dir bleiben nur noch wenige Stunden ⏱️, um vom Prime Day zu profitieren. Also geh noch schnell deine Einkaufsliste 🛍️ durch – unsere Angebote aus den Bereichen 🏠, Küche, Elektronik und mehr gelten nur noch bis Mitternacht. 🏃🏃 Lass dir diese Chance nicht entgehen und nutze Prime Day, um dich mit tollen Angeboten wie etwas ganz Besonderes 😎 zu fühlen."}
|
||||
{"t":"PD 25 Outbound 234 de-at [Start shopping]\n Reply STOP to unsubscribe [Jetzt einkaufen]\n Antworte mit „STOP“, um keine weiteren Nachrichten zu erhalten."}
|
||||
{"t":"PD 25 Outbound 234F de-at [Start shopping] Reply STOP to unsubscribe [Jetzt einkaufen] Antworte mit „STOP“, um keine weiteren Nachrichten zu erhalten."}
|
||||
{"t":"PD 25 Outbound 236 de-at You still have time to enjoy big deals on 🏠, kitchen, electronics and more. Just sign up to Prime for just £xx/month to access Prime Day before it ends. Plus you’ll enjoy fast delivery, top TV shows and films.\n\n 🏃🏃 But hurry, because come midnight, Prime Day ends and we don’t want you to miss out. Noch kannst du dir tolle Angebote aus den Bereichen 🏠, Küche, Elektronik und mehr sichern. Schließe einfach eine Prime-Mitgliedschaft für nur xx €/Monat ab, um noch schnell von Prime Day zu profitieren. Zusätzlich bekommst du auch noch eine schnelle Lieferung und kannst beliebte Serien und Filme schauen.\n\n 🏃🏃 Aber beeile dich, damit du nichts verpasst: Prime Day geht nur noch bis Mitternacht."}
|
||||
{"t":"PD 25 Outbound 236F de-at You still have time to enjoy big deals on 🏠, kitchen, electronics and more. Just sign up to Prime for just £xx/month to access Prime Day before it ends. Plus you’ll enjoy fast delivery, top TV shows and films. 🏃🏃 But hurry, because come midnight, Prime Day ends and we don’t want you to miss out. Noch kannst du dir tolle Angebote aus den Bereichen 🏠, Küche, Elektronik und mehr sichern. Schließe einfach eine Prime-Mitgliedschaft für nur xx €/Monat ab, um noch schnell von Prime Day zu profitieren. Zusätzlich bekommst du auch noch eine schnelle Lieferung und kannst beliebte Serien und Filme schauen. 🏃🏃 Aber beeile dich, damit du nichts verpasst: Prime Day geht nur noch bis Mitternacht."}
|
||||
{"t":"PD 25 Outbound 237 de-at [Join Prime] \n Reply STOP to unsubscribe [Werde Prime-Mitglied] \n Antworte mit „STOP“, um keine weiteren Nachrichten zu erhalten."}
|
||||
{"t":"PD 25 Outbound 237F de-at [Join Prime] Reply STOP to unsubscribe [Werde Prime-Mitglied] Antworte mit „STOP“, um keine weiteren Nachrichten zu erhalten."}
|
||||
{"t":"PD 25 Outbound 238 de-at Exclusively for Prime members Exklusiv für Prime-Mitglieder"}
|
||||
{"t":"SDD 23 Outbound 001 Subject line de-at Ready for up to 40% off in the Amazon Spring Sale? Bis zu 40% Rabatt: die Amazon Frühlingsangebote!"}
|
||||
{"t":"SDD 23 Outbound 002 Subject line de-at Starts 27 March Ab 27. März"}
|
||||
{"t":"SDD 23 Outbound 003 Headline de-at Over two days of spring savings Mehr als 2 Tage voller Frühlingsangebote"}
|
||||
{"t":"SDD 23 Outbound 004 Body Copy de-at The Amazon Spring Sale is almost here! Get ready for up to 40% off on everything you need for spring. Starts 27th March at 6pm and ends 29th March at midnight. Save the date and dont miss out on that Spring feeling! Die Amazon Frühlingsangebote sind fast da! Mach‘ dich bereit und spare bis zu 40% bei allem, was du für den Frühling brauchst. Ab 27. März um 18 Uhr bis 29. März um Mitternacht. Merk‘ dir den Termin und verpasse nicht die Frühlingsgefühle!"}
|
||||
{"t":"SDD 23 Outbound 005 CTA de-at Save the date Termin merken"}
|
||||
{"t":"SDD 23 Outbound 006 Title de-at Save up to 40% in the Amazon Spring Sale Bis zu -40%. Amazon Frühlingsangebote"}
|
||||
{"t":"SDD 23 Outbound 007 Body Copy de-at Over two days of spring savings Mehr als 2 Tage voller Frühlingsangebote"}
|
||||
{"t":"SDD 23 Outbound 009 Subject line de-at Save up to 40% in the Amazon Spring Sale today! Spare bis zu 40% bei den Amazon Frühlingsangeboten"}
|
||||
{"t":"SDD 23 Outbound 010 Subject line de-at Starts at 6pm Heute ab 18 Uhr"}
|
||||
{"t":"SDD 23 Outbound 011 Headline de-at Get that spring feeling with up to 40% off today! Hol dir das Frühlingsgefühl und spare bis zu 40%!"}
|
||||
{"t":"SDD 23 Outbound 012 Body Copy de-at The Amazon Spring Sale starts at 6pm tonight. With up to 40% off on deals for your Garden, Kitchenware, Electronics and more. Find the best deals for your perfect spring. Die Amazon Frühlingsangebote starten heute um 18 Uhr. Spare bis zu 40% bei Angeboten für deinen Garten, auf Küchengeräte, Elektronik und mehr. Finde die besten Angebote für deinen perfekten Frühling."}
|
||||
{"t":"SDD 23 Outbound 013 CTA de-at See the deals Alle Angebote ansehen"}
|
||||
{"t":"SDD 23 Outbound 014 Title de-at Save up to 40% in the Amazon Spring Sale Spare bis zu 40%: die Frühlingsangebote"}
|
||||
{"t":"SDD 23 Outbound 015 Body Copy de-at Starts 6pm tonight Heute ab 18 Uhr"}
|
||||
{"t":"SDD 23 Outbound 016 CTA de-at See the deals Alle Angebote ansehen"}
|
||||
{"t":"SDD 23 Outbound 017 Subject line de-at The clock is ticking on the Amazon Spring Sale Die Uhr tickt bei den Amazon Frühlingsangeboten"}
|
||||
{"t":"SDD 23 Outbound 018 Subject line de-at Save up to 40% while you still can Spare bis zu 40%, solange du noch kannst"}
|
||||
{"t":"SDD 23 Outbound 019 Headline de-at Check out today's spring deals Entdecke die heutigen Frühlingsangebote"}
|
||||
{"t":"SDD 23 Outbound 020 Body Copy de-at The Amazon Spring sale is on and our deals are in full bloom! With only two days left to go, dont miss out on up to 40% off your spring essentials. Ends midnight tomorrow. Die Amazon Frühlingsangebote sind in voller Blüte. Nicht verpassen: Nur noch zwei Tage lang kannst du bis zu 40% auf deine Frühlingsartikel sparen. Endet morgen um Mitternacht."}
|
||||
{"t":"SDD 23 Outbound 022 Title de-at Only two days left to get up to 40% off Nur noch zwei Tage bis zu 40% sparen"}
|
||||
{"t":"SDD 23 Outbound 023 Body Copy de-at Spring daily deals! Ends tomorrow Tägliche Frühlingsangebote! Nur noch bis morgen!"}
|
||||
{"t":"SDD 23 Outbound 025 Title de-at The clock is ticking on the Spring Sale Bald vorbei: die Amazon Frühlingsangebote"}
|
||||
{"t":"SDD 23 Outbound 026 Body Copy de-at Save up to 40% at Amazon Spare bis zu 40% bei Amazon"}
|
||||
{"t":"SDD 23 Outbound 028 Subject line de-at Last chance to get up to 40% off at Amazon Letzte Chance, um bis zu 40% bei Amazon zu sparen"}
|
||||
{"t":"SDD 23 Outbound 029 Subject line de-at Spring Sale ends midnight Die Frühlingsangebote enden um Mitternacht"}
|
||||
{"t":"SDD 23 Outbound 030 Headline de-at Check out our final Spring Sale deals Sieh dir die finalen Frühlingsangebote an"}
|
||||
{"t":"SDD 23 Outbound 031 Body Copy de-at Today is the last day of The Amazon Spring Sale! But don't worry, there's still time left to get up to 40% off on your favourite deals. Set yourself up for a spring to remember, with prices you'll love! Check out our deals before Spring Sale ends at midnight. Heute ist der letzte Tag der Amazon Frühlingsangebote! Aber keine Angst, noch ist Zeit, um bis zu 40% zu sparen. Mach‘ dich bereit für einen Frühling, den du nicht so schnell vergisst mit Preisen, die du lieben wirst! Sieh dir unsere Angebote an, bevor die Frühlingsangebote um Mitternacht enden."}
|
||||
{"t":"SDD 23 Outbound 033 Title de-at Only a few hours left of our Spring Sale Nur noch kurz: die Frühlingsangebote"}
|
||||
{"t":"SDD 23 Outbound 034 Body Copy de-at Last chance to save up to 40% at Amazon Spare jetzt noch bis zu 40% bei Amazon!"}
|
||||
{"t":"SDD 23 Outbound 036 Title de-at Spring Sale ends midnight Frühlingsangebote nur bis Mitternacht"}
|
||||
{"t":"SDD 24 Outbound 001 Subject line de-at Amazon Spring Deal Days are coming! Up to 40% off Bald gibt's die Amazon Oster-Angebote"}
|
||||
{"t":"SDD 24 Outbound 002 Subject line de-at Starts 20 March Ab 20. März"}
|
||||
{"t":"SDD 24 Outbound 003 Headline de-at Shop six days of up to 40% off for spring Entdecke 6 Tage lang tolle Angebote"}
|
||||
{"t":"SDD 24 Outbound 004 Body Copy de-at Our new sale, Amazon Spring Deal Days is coming soon! It's six days of big savings with up to 40% off everything, from Electronics and Fashion to Home & Kitchen, and more. It starts 20 March at midnight and ends 25 March. Save the date so you don't miss out on those epic spring deals! Bald starten die Amazon Oster-Angebote! Entdecke vom 20. bis 25. März tolle Deals aus den Bereichen Mode, Haushalt, Küche und mehr. Merk dir den Termin vor und freue dich auf Ostern!"}
|
||||
{"t":"SDD 24 Outbound 005 CTA de-at Save the date Termin vormerken"}
|
||||
{"t":"SDD 24 Outbound 006 Title de-at Save up to 40% on Amazon Spring Deal Days Oster-Angebote: Spare richtig viel"}
|
||||
{"t":"SDD 24 Outbound 007 Body Copy de-at Shop six days of big spring savings Entdecke 6 Tage lang tolle Deals"}
|
||||
{"t":"SDD 24 Outbound 008 CTA de-at Save the date Termin vormerken"}
|
||||
{"t":"SDD 24 Outbound 009 Subject line de-at Amazon Spring Deal Days are almost here! Bald starten die Amazon Oster-Angebote"}
|
||||
{"t":"SDD 24 Outbound 011 Headline de-at Shop six days of up to 40% off for spring 6 Tage lang tolle Oster-Angebote"}
|
||||
{"t":"SDD 24 Outbound 012 Body Copy de-at New, Amazon Spring Deal Days are just around the corner! It's six days of epic deals with up to 40% off everything you need for spring, from Electronics and Fashion to Home & Kitchen, and more. Starts 20 March and ends 25 March at midnight. You won't want to miss it. So, save the date for some epic spring savings! Entdecke vom 20. bis 25. März tolle Deals aus den Bereichen Elektronik, Mode, Haushalt, Küche. Merk dir den Termin vor und freue dich auf Ostern!"}
|
||||
{"t":"SDD 24 Outbound 015 Body Copy de-at Shop six days of big spring savings 6 Tage lang tolle Deals"}
|
||||
{"t":"SDD 24 Outbound 017 Subject line de-at Get ready! New Amazon Spring Deal Days start tomorrow! Bist du bereit? Die Oster-Angebote starten morgen"}
|
||||
{"t":"SDD 24 Outbound 018 Subject line de-at Starts midnight until 25 March Ab Mitternacht, bis zum 25. März"}
|
||||
{"t":"SDD 24 Outbound 019 Headline de-at Shop six days of up to 40% off deals 6 Tage lang tolle Oster-Angebote"}
|
||||
{"t":"SDD 24 Outbound 020 Body Copy de-at Our brand new sale, Amazon Spring Deal Days starts tonight at midnight. So get ready to get excited about your deals with six days of up to 40% off everything you need for Spring. There'll be epic deals on everything, from Electronics and Fashion to Home & Kitchen, and more. So set your alarms now! Mach dich bereit: Um Mitternacht starten die Amazon Oster-Angebote. Du kannst bei allem, was du für Ostern brauchst, 6 Tage lang richtig viel sparen. Entdecke tolle Deals aus den Bereichen Elektronik, Mode, Haushalt, Küche und mehr. Also gleich vormerken!"}
|
||||
{"t":"SDD 24 Outbound 021 CTA de-at Starts midnight Ab Mitternacht"}
|
||||
{"t":"SDD 24 Outbound 022 Title de-at Amazon Spring Deal Days start tomorrow! Morgen starten die Oster-Angebote!"}
|
||||
{"t":"SDD 24 Outbound 023 Body Copy de-at Shop six days of up to 40% off 6 Tage lang tolle Deals"}
|
||||
{"t":"SDD 24 Outbound 024 CTA de-at Starts midnight Ab Mitternacht"}
|
||||
{"t":"SDD 24 Outbound 025 Title de-at Check out Spring WOW! Deals Entdecke die WOW-Angebote zu Ostern"}
|
||||
{"t":"SDD 24 Outbound 026 Body Copy de-at Save big with Amazon Prime during Spring Deal Days Exklusiv für Prime-Mitglieder"}
|
||||
{"t":"SDD 24 Outbound 027 CTA de-at Sign up now Jetzt anmelden"}
|
||||
{"t":"SDD 24 Outbound 028 Subject line de-at New, Amazon Spring Deal Days are here! Die Amazon Oster-Angebote sind da!"}
|
||||
{"t":"SDD 24 Outbound 029 Subject line de-at Up to 40% off starts today Ab heute kannst du richtig viel sparen"}
|
||||
{"t":"SDD 24 Outbound 030 Headline de-at Shop up to 40% off for spring today Oster-Angebote: Ab jetzt sparen"}
|
||||
{"t":"SDD 24 Outbound 031 Body Copy de-at Spring is here, and so are the deals with new, Amazon Sprind Deal Days! From today, there's up to 40% off on everything you need, from Elecronics and Fashion to Home & Kitchen, and more! Sale starts today and ends 25 March. So why not start saving now! Ostern steht vor der Tür, das bedeutet bei Amazon: Die Oster-Angebote sind da! Ab heute bis 25. März kannst du bei allem, was du brauchst, so richtig viel sparen – von Elektronik und Mode bis hin zu Haushalt, Küche und mehr."}
|
||||
{"t":"SDD 24 Outbound 032 CTA de-at See the deals Angebote entdecken"}
|
||||
{"t":"SDD 24 Outbound 033 Title de-at Amazon Spring Deal Days start today! Die Amazon Oster-Angebote sind da!"}
|
||||
{"t":"SDD 24 Outbound 034 Body Copy de-at Shop up to 40% off Ab heute kannst du richtig viel sparen"}
|
||||
{"t":"SDD 24 Outbound 035 CTA de-at See the deals Jetzt entdecken"}
|
||||
{"t":"SDD 24 Outbound 036 Subject line de-at Amazon Spring Deal Days have started! Die Amazon Oster-Angebote sind da!"}
|
||||
{"t":"SDD 24 Outbound 037 Subject line de-at On now until 25 March Ab heute bis 25. März"}
|
||||
{"t":"SDD 24 Outbound 038 Headline de-at Shop six days of up to 40% off from today 6 Tage lang tolle Oster-Angebote"}
|
||||
{"t":"SDD 24 Outbound 039 Body Copy de-at The first day of Amazon Spring Deal Days is almost over. But don't worry we're just getting started. There's still five days of up to 40% off on everything from Electronics and Fashion to Home & Kitchen, and more! Check tomorrow for more great savings on spring. Sale ends 25 March at midnight. Der erste Tag der Amazon Oster-Angebote ist fast vorbei. Doch keine Sorge, wir haben gerade erst angefangen. Bis 25. März kannst du bei allem von Elektronik und Mode bis hin zu Haushalt, Küche und mehr richtig viel sparen. Morgen ist ein neuer Tag mit neuen Deals."}
|
||||
{"t":"SDD 24 Outbound 041 Title de-at Amazon Spring Deal Days are now on! Entdecke die Amazon Oster-Angebote"}
|
||||
{"t":"SDD 24 Outbound 042 Body Copy de-at Shop up to 40% off Richtig viel sparen"}
|
||||
{"t":"SDD 24 Outbound 043 CTA de-at Shop now Jetzt einkaufen"}
|
||||
{"t":"SDD 24 Outbound 044 Title de-at Amazon Spring Deal Days are here! Die Oster-Angebote sind da!"}
|
||||
{"t":"SDD 24 Outbound 045 Body Copy de-at Save up to 40% off until 25 March Spare richtig viel bis 25. März"}
|
||||
{"t":"SDD 24 Outbound 047 Subject line de-at Amazon Spring Deal Days are in full swing Die Oster-Angebote sind in vollem Gange"}
|
||||
{"t":"SDD 24 Outbound 048 Subject line de-at Shop up to 40% off until 25 March Spare richtig viel bis 25. März"}
|
||||
{"t":"SDD 24 Outbound 049 Headline de-at Shop up to 40% off everything you need for Spring Entdecke tolle Deals bei den Oster-Angeboten"}
|
||||
{"t":"SDD 24 Outbound 050 Body Copy de-at Amazon Spring Deal Days are in full swing! Shop unmissable savings with up to 40% off tons of epic deals. From Electronics and Fashion, to Home & Kitchen, and more. Sale ends 25 March at midnight. Die Amazon Oster-Angebote sind in vollem Gange! Spare 6 Tage lang bei vielen tollen Deals aus den Bereichen Elektronik, Mode, Haushalt, Küche und mehr. Die Angebote enden am 25. März."}
|
||||
{"t":"SDD 24 Outbound 052 Title de-at Amazon Spring Deal Days are in full swing! Die Oster-Angebote sind in vollem Gange!"}
|
||||
{"t":"SDD 24 Outbound 053 Body Copy de-at Shop the latest deals Entdecke neue Deals"}
|
||||
{"t":"SDD 24 Outbound 055 Subject line de-at New day, new epic deals with Amazon Spring Deal Days Neuer Tag, neue Deals mit den Oster-Angeboten"}
|
||||
{"t":"SDD 24 Outbound 056 Subject line de-at Shop up to 40% off Amazon Spring Deal Days, today! Spare richtig viel mit den Oster-Angeboten"}
|
||||
{"t":"SDD 24 Outbound 057 Headline de-at New day, new deals on everything you need for Spring Entdecke neue Oster-Angebote"}
|
||||
{"t":"SDD 24 Outbound 058 Body Copy de-at Our latest deals have just dropped, so catch them while you still can! With just a few days left of Amazon Spring Deal Days, make sure you don’t miss out on up to 40% off. Sale ends 25 March at midnight. Unsere neuesten Deals sind da, greife am besten gleich zu! Denn die Amazon Oster-Angebote dauern nur noch ein paar Tage. Verpasse nicht deine Chance, mit tollen Angeboten richtig viel zu sparen. Die Angebote enden am 25. März."}
|
||||
{"t":"SDD 24 Outbound 060 Title de-at Discover new deals everyday Entdecke jeden Tag neue Angebote"}
|
||||
{"t":"SDD 24 Outbound 061 Body Copy de-at Up to 40% off on Amazon Spring Deal Days Tolle Deals bei den Oster-Angeboten"}
|
||||
{"t":"SDD 24 Outbound 063 Subject line de-at Shop must-have savings with Amazon Spring Deal Days Die Amazon Oster-Angebote: Deals, bei denen du nicht nein sagen kannst."}
|
||||
{"t":"SDD 24 Outbound 064 Subject line de-at Shop up to 40% off spring deals today! An Ostern richtig viel sparen"}
|
||||
{"t":"SDD 24 Outbound 065 Headline de-at There's only two Amazon Spring Deal Days left! Nur noch 2 Tage Amazon Oster-Angebote!"}
|
||||
{"t":"SDD 24 Outbound 066 Body Copy de-at Have you saved big on the things you need for spring yet? Shop your season's essentials with up to 40% off Amazon Spring Deal Days. From Electronics and Fashion to Home, Kitchen and more, find deals on everything you need to make this a spring to remember. Sale ends 25 March at midnight. Hast du bei den Amazon Oster-Angeboten schon etwas gefunden? Entdecke alles, was du zu Ostern brauchst und spare so richtig viel. Von Elektronik und Mode bis hin zu Haushalt und Küche. Die Angebote enden am 25. März."}
|
||||
{"t":"SDD 24 Outbound 068 Title de-at Amazon Spring Deal Days still on! Die Amazon Oster-Angebote laufen noch!"}
|
||||
{"t":"SDD 24 Outbound 069 Body Copy de-at Get up to 40% off until 25 March Spare bis 25. März richtig viel"}
|
||||
{"t":"SDD 24 Outbound 071 Title de-at Amazon Spring Deal Days continues! Die Amazon Oster-Angebote gehen weiter!"}
|
||||
{"t":"SDD 24 Outbound 072 Body Copy de-at Discover new deals every day Entdecke jeden Tag neue Deals"}
|
||||
{"t":"SDD 24 Outbound 074 Title de-at Check out Amazon Spring WOW! deals Entdecke Oster-WOW!-Angebote auf Amazon"}
|
||||
{"t":"SDD 24 Outbound 075 Body Copy de-at Save big with Amazon Spring Deal Days, today! Entdecke heute tolle Deals auf Amazon"}
|
||||
{"t":"SDD 24 Outbound 077 Title de-at Discover trending Amazon Spring deals Entdecke angesagte Oster-Angebote"}
|
||||
{"t":"SDD 24 Outbound 078 Body Copy de-at Shop the most loved deals Finde die beliebtesten Deals"}
|
||||
{"t":"SDD 24 Outbound 079 CTA de-at Discover more Mehr erfahren"}
|
||||
{"t":"SDD 24 Outbound 080 Title de-at See our Top 100 deals Entdecke die Top 100 Angebote"}
|
||||
{"t":"SDD 24 Outbound 081 Body Copy de-at Find Amazon Spring Deal Days bestsellers Die Bestseller der Oster-Angebote"}
|
||||
{"t":"SDD 24 Outbound 083 Title de-at Shop up to 40% off with Amazon Spring Deal Days Finde die beliebtesten Deals auf Amazon"}
|
||||
{"t":"SDD 24 Outbound 084 Body Copy de-at Discover the most-loved deals Entdecke hoch bewertete Angebote"}
|
||||
{"t":"SDD 24 Outbound 085 CTA de-at Learn more Mehr erfahren"}
|
||||
{"t":"SDD 24 Outbound 086 Title de-at What's new for Amazon Spring Deal Days? Was ist neu bei den Oster-Angeboten?"}
|
||||
{"t":"SDD 24 Outbound 087 Body Copy de-at Check out new deals today Entdecke heute neue Deals"}
|
||||
{"t":"SDD 24 Outbound 089 Title de-at Amazon Spring Deal Days are on now! Amazon Oster-Angebote sind da!"}
|
||||
{"t":"SDD 24 Outbound 090 Body Copy de-at Find Amazon Spring Deals under £15/20€ Entdecke tolle Deals unter 15 £/20 €"}
|
||||
{"t":"SDD 24 Outbound 092 Subject line de-at Last chance to shop up to 40% off at Amazon Letzte Chance: Spare richtig viel bei Amazon"}
|
||||
{"t":"SDD 24 Outbound 093 Subject line de-at Amazon Spring Deal Days end soon Die Oster-Angebote enden bald"}
|
||||
{"t":"SDD 24 Outbound 094 Headline de-at Final call for up to 40% off great spring deals Endspurt: Spare richtig viel bei den Oster-Angeboten"}
|
||||
{"t":"SDD 24 Outbound 095 Body Copy de-at Today might be the last day of the Amazon Spring Deal Days, but we're not slowing down on the savings. Discover even more epic new deals with up to 40% off, from now until midnight tonight. Get them while you still can! Heute ist der letzte Tag der Amazon Oster-Angebote, aber es gibt noch unzählige Deals, bei denen du richtig viel sparen kannst. Angebote enden um Mitternacht."}
|
||||
{"t":"SDD 24 Outbound 098 Title de-at Amazon Spring Deal Days end midnight Die Oster-Angebote enden um Mitternacht"}
|
||||
{"t":"SDD 24 Outbound 099 Body Copy de-at Last chance to save up to 40% off Letzte Chance, richtig viel zu sparen"}
|
||||
{"t":"SDD 24 Outbound 101 Subject line de-at Check out final Amazon Spring Deal Day savings! Entdecke die letzten Oster-Angebote!"}
|
||||
{"t":"SDD 24 Outbound 102 Subject line de-at Don't miss up to 40% off Verpasse diese tollen Angebote nicht"}
|
||||
{"t":"SDD 24 Outbound 103 Headline de-at Amazon Spring Deal Days end at midnight tonight Die Amazon Oster-Angebote enden heute um Mitternacht"}
|
||||
{"t":"SDD 24 Outbound 104 Body Copy de-at There's only a few hours left of Amazon Spring Deal Days. So don't forget to checkout today's final deals with up to 40% off everything you need for spring. Find those last great savings before they're gone for good! Sale ends midnight. Nur noch wenige Stunden, dann enden die Amazon Oster-Angebote. Schau dir heute die letzten Deals an und spare so richtig, so lange du kannst!"}
|
||||
{"t":"SDD 24 Outbound 106 Title de-at Discover final savings on great deals Spare bei den letzten tollen Deals"}
|
||||
{"t":"SDD 24 Outbound 107 Body Copy de-at Amazon Spring Deals Days end at midnight Die Oster-Angebote enden um Mitternacht"}
|
||||
{"t":"SDD 24 Outbound 109 Title de-at Last call for up to 40% off at Amazon Letzte Chance, richtig viel zu sparen"}
|
||||
{"t":"SDD 24 Outbound 110 Body Copy de-at Amazon Spring Deal Days end at midnight Die Oster-Angebote enden um Mitternacht"}
|
||||
178
storage/amazon/tm/de-AT/flat_PrimeDualBenefit_de-at.json
Normal file
178
storage/amazon/tm/de-AT/flat_PrimeDualBenefit_de-at.json
Normal file
|
|
@ -0,0 +1,178 @@
|
|||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 001 Super de-at Hilarious entertainment Lustige Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 002 Super de-at Hilarious \nentertainment Lustige \nUnterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 002F Super de-at Hilarious entertainment Lustige Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 003 Super de-at and fast delivery und schnelle, kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 004 Super de-at and \nfast delivery und schnelle, \nkostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 004F Super de-at and fast delivery und schnelle, kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 005 Super de-at and \nfast \ndelivery und schnelle, \nkostenlose \nLieferung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 005F Super de-at and fast delivery und schnelle, kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 006 Super de-at It's on Prime for £8.99/month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 007 Super de-at It's on Prime \nfor £8.99/month Gibt’s bei Prime \num nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 007F Super de-at It's on Prime for £8.99/month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 008 Super de-at It's on Prime \nfor \n£8.99/month Gibt’s bei Prime \num nur \n8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 008F Super de-at It's on Prime for £8.99/month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 009 de-at Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. You’re Cordially Invited available from 30th January. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Ab 18 Jahren. Es gelten die AGB. „Ihr seid herzlich eingeladen“ ab 30. Jänner verfügbar. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 010 de-at Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Ab 18 Jahren. Es gelten die AGB. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 001 de-at Ooh, that’s my Prime delivery. Ah, da ist meine Prime-Bestellung."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 002 FVO de-at What, already? Was, jetzt schon?"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 003 BVO de-at Only one thing can match the buzz of Prime’s fast delivery… Nur eine Sache begeistert so sehr wie die schnelle Lieferung mit Prime …"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 004 BVO de-at ...and that’s the buzz of Prime’s entertainment. ...und zwar das tolle Unterhaltungsangebot von Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 005 de-at What we watching? Was schauen wir an?"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 006 FVO de-at That chaotic new romcom, where Reese Witherspoon and Will Ferrell double-book a wedding venue - looks hilarious! It’s called You’re Cordially Invited… Die neue Liebeskomödie mit Reese Witherspoon und Will Ferrell, in der die beiden dieselbe Hochzeits-Location buchen. Das dürfte sehr witzig werden. Sie heißt 'Ihr seid herzlich eingeladen'"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 007 BVO de-at From fast delivery to hilarious entertainment; it’s on Prime. Schnelle, kostenlose Lieferung, lustige Unterhaltung und mehr: Gibt's bei Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 008 BVO de-at For only £8.99 a month! Join now! Um nur 8 Euro 99 pro Monat. Werde jetzt Prime-Mitglied."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 009 BVO de-at Content includes limited ads. For more information, go to Amazon.co.uk/amazonprime Die Inhalte können Werbung enthalten. Mehr auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 001 VO de-at Things that shouldn’t work together but do Das passt doch nicht! \nOder doch?"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 001F VO de-at Things that shouldn’t work together but do Das passt doch nicht! Oder doch?"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 002 VO de-at Skiing \n& \nFootball Skifahren \nund \nFußball"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 002F VO de-at Skiing & Football Skifahren und Fußball"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 003 VO de-at Owl \n& \nKnitwear Eule \nund \nStrickmütze"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 003F VO de-at Owl & Knitwear Eule und Strickmütze"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 004 VO de-at Dog \n& \nTortoise Hund \nund \nSchildkröte"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 004F VO de-at Dog & Tortoise Hund und Schildkröte"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 005 VO de-at Screwdriver \n& \nNoodles Akkuschrauber \nund \nNudeln"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 005F VO de-at Screwdriver & Noodles Akkuschrauber und Nudeln"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 006 VO de-at Pizza \n& \nParagliding Pizza \nund \nParagliding"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 006F VO de-at Pizza & Paragliding Pizza und Paragliding"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 007 VO de-at Scuba Diving \n& \nPainting Tauchen \nund \nMalen"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 007F VO de-at Scuba Diving & Painting Tauchen und Malen"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 008 VO de-at Fast delivery & hilarious entertainment Schnelle, kostenlose Lieferung und lustige Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 011 VO de-at It’s on Prime for £8.99 a month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 013 VO de-at It’s on Prime for £8.99/month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 014 de-at Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Ab 18 Jahren. Es gelten die AGB. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 001 Headline de-at Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 002 Primary text de-at Fast delivery and hilarious entertainment, all for £8.99 with Prime. Schnelle, kostenlose Lieferung und lustige Unterhaltung um nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 011 Primary text de-at Fast delivery and hilarious entertainment, all for £8.99 with Prime.\n\n#Prime Schnelle, kostenlose Lieferung und lustige Unterhaltung um nur 8,99 € mit Prime.\n\n#Prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 011F Primary text de-at Fast delivery and hilarious entertainment, all for £8.99 with Prime. #Prime Schnelle, kostenlose Lieferung und lustige Unterhaltung um nur 8,99 € mit Prime. #Prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 013 Primary text de-at Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 014 Headline de-at Fast delivery + Hilarious entertainment Schnelle, kostenlose Lieferung + lustige Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 015 Primary text de-at Fast delivery and hilarious entertainment, all for £8.99 with Prime. Schnelle kostenlose Lieferung, lustige Unterhaltung um 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 016 de-at Fast delivery and hilarious entertainment, all for £8.99 with Prime. Schnelle, kostenlose Lieferung und lustige Unterhaltung um nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 017 Title de-at Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 018 Description de-at Fast delivery and hilarious entertainment, all for £8.99 with Prime. Schnelle, kostenlose Lieferung und lustige Unterhaltung um nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 001 de-at You're cordially invited You're cordially invited"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 002 Super de-at Hilarious entertainment Lustige Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 003 Super de-at and \nfast delivery und schnelle, \nkostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 003F Super de-at and fast delivery und schnelle, kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 004 CTA de-at It's on Prime for £8.99/month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 005 de-at Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Ab 18 Jahren. Es gelten die AGB. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 001 VO de-at Fast Delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 002 Super de-at Fast Delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 003 VO de-at Hilarious entertainment Lustige Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 004 Super de-at Hilarious entertainment Lustige Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 005 CTA de-at It's on Prime for £8.99 a month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 006 CTA de-at It's on Prime for £8.99/month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 007 de-at TV: Geographical restrictions and T&Cs apply. 18+. Content includes ads.\nOLV: Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Ab 18 Jahren. Es gelten die AGB. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 007F de-at TV: Geographical restrictions and T&Cs apply. 18+. Content includes ads. OLV: Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Ab 18 Jahren. Es gelten die AGB. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 YouTube 001 Headline de-at Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 YouTube 002 Description de-at Fast delivery and hilarious entertainment, all for £8.99 with Prime. Schnelle kostenlose Lieferung, lustige Unterhaltung: 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 YouTube 004 CTA de-at Join Now Anmelden"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 001 Super de-at Massive entertainment SpannendeUnterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 002 Super de-at and fast delivery und schnelle, kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 003 Super de-at and fast delivery und schnelle, kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 004 Super de-at and fast delivery und schnelle, kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 005 Super de-at It's on Prime for £8.99/month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 006 Super de-at It's on Prime for £8.99/month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 007 Super de-at It's on Prime for £8.99/month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 008 de-at Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Fortlaufende Mitgliedschaft. Ab 18 Jahren. Es gelten die AGB. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 001 de-at Ooh, that’s my Prime delivery. Ah, da ist meine Prime-Bestellung."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 002 FVO de-at What, already? Was, jetzt schon?"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 003 BVO de-at Only one thing can match the buzz of Prime’s fast delivery… Nur eine Sache begeistert so sehr wie die schnelle Lieferung mit Prime …"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 004 BVO de-at and that’s the buzz of Prime’s entertainment. …und zwar das tolle Unterhaltungsangebot von Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 005 de-at What we watching? Was schauen wir an?"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 006 BVO de-at From fast delivery to thrilling entertainment; it’s on Prime. Schnelle, kostenlose Lieferung, lustige Unterhaltung und mehr: Gibt's bei Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 007 BVO de-at For only £8.99 a month! Join now! Um nur 8 Euro 99 pro Monat. Werde jetzt Prime-Mitglied."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 008 BVO de-at Content includes limited ads. Subscription autorenews. For more information, go to Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Fortlaufende Mitgliedschaft. Mehr auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 001 VO de-at Things that shouldn’t work together but do Das passt doch nicht! Oder doch?"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 002 VO de-at Chocolate & Pizza Schokolade und Pizza"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 003 VO de-at Puppies & Ducks Welpen und Enten"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 004 VO de-at Pizza & Paragliding Pizza und Paragliding"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 005 VO de-at Scuba Diving & Painting Tauchen und Malen"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 006 VO de-at Fast delivery & massive entertainment Schnelle, kostenlose Lieferung und spannende Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 007 VO de-at It’s on Prime for £8.99 a month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 008 Super de-at It’s on Prime for £8.99/month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 001 Headline de-at Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 002 Primary text de-at Fast delivery and massive entertainment, all for £8.99 with Prime. Schnelle, kostenlose Lieferung und spannende Unterhaltung um nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 011 Primary text de-at Fast delivery and massive entertainment, all for £8.99 with Prime.#Prime Schnelle, kostenlose Lieferung und spannende Unterhaltung um nur 8,99 € mit Prime.#Prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 013 Primary text de-at Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 014 Headline de-at Fast delivery + Massive entertainment Schnelle, kostenlose Lieferung + spannende Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 015 Primary text de-at Fast delivery and massive entertainment, all for £8.99 with Prime. Schnelle, kostenlose Lieferung, spannende Unterhaltung: 8,99 € mit Prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 016 de-at Fast delivery and massive entertainment, all for £8.99 with Prime. Schnelle, kostenlose Lieferung und spannende Unterhaltung um nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 017 Title de-at Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 018 Description de-at Fast delivery and massive entertainment, all for £8.99 with Prime. Schnelle, kostenlose Lieferung und spannende Unterhaltung um nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 001 Super de-at Massive entertainment Lustige Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 002 Super de-at and fast delivery und schnelle, kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 003 CTA de-at It's on Prime for £8.99/month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 004 de-at Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Fortlaufende Mitgliedschaft. Ab 18 Jahren. Es gelten die AGB. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 001 VO de-at Fast Delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 002 Super de-at Fast Delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 003 VO de-at Massive entertainment Spannende Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 004 Super de-at Massive entertainment Spannende Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 005 VO de-at It's on Prime for £8.99 a month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 006 Super de-at It's on Prime for £8.99/month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 007 de-at Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Fortlaufende Mitgliedschaft. Ab 18 Jahren. Es gelten die AGB. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 YouTube 001 Headline de-at Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 YouTube 002 Description de-at Fast delivery and massive entertainment, all for £8.99 with Prime. Schnelle Lieferung und spannende Unterhaltung um nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 YouTube 004 CTA de-at Join Now Anmelden"}
|
||||
{"t":"Prime Dual Benefit Q3 23 Social Post 001 de-at Fast delivery and thrilling entertainment, all for £8.99 with Prime. Schnelle Lieferung und spannende Unterhaltung, alles für 8,99/Monat mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 23 Social Post 002 Headline de-at Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 23 Social Post 010 de-at Fast delivery and thrilling entertainment, all for £8.99 with Prime. Schnelle Lieferung und spannende Unterhaltung, alles für 8,99/Monat mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 23 Social Static 001 Headline de-at Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 23 Social Static 002 Body Copy de-at Fast delivery and thrilling entertainment, all for X.XX/month with Prime. Schnelle Lieferung und spannende Unterhaltung, alles um X,XX im Monat mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 001 VO de-at Fast delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 002 Super de-at Fast delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 003 VO de-at Thrilling entertainment Spannende Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 004 Super de-at Thrilling entertainment Spannende Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 005 VO de-at Join Prime for £8.99 a month Um nur EUR 8,99 pro Monat. Werde jetzt Prime-Mitglied."}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 006 Super de-at Join Prime for £8.99 a month Um nur EUR 8,99 pro Monat. Werde jetzt Prime-Mitglied."}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 007 Super de-at Join Prime for £8.99 a month. Weitere Informationen auf www.Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 001 Headline de-at Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 002 Primary text de-at Fast delivery and thrilling entertainment, all for £8.99/month with Prime. Schnelle, kostenlose Lieferung und geniale Unterhaltung um nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 006 Primary text de-at Spedizioni veloci senza costi aggiuntivi Schnelle, kostenlose Lieferung und geniale Unterhaltung um nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 009 Headline de-at Gratis en snelle bezorging op Amazon.nl Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 011 Primary text de-at Fast delivery and thrilling entertainment, all for £8.99/month with Prime.\n\n#Prime Schnelle, kostenlose Lieferung und geniale Unterhaltung um nur 8,99 € mit Prime.\n\n#Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 011F Primary text de-at Fast delivery and thrilling entertainment, all for £8.99/month with Prime. #Prime Schnelle, kostenlose Lieferung und geniale Unterhaltung um nur 8,99 € mit Prime. #Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 013 Primary text de-at Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 014 Headline de-at Fast delivery + Thrilling entertainment Schnelle, kostenlose Lieferung + geniale Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 015 Primary text de-at Fast delivery and thrilling entertainment for £8.99/month with Prime. Schnelle, kostenlose Lieferung, geniale Unterhaltung: 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 016 de-at Fast delivery and thrilling entertainment, all for £8.99/month with Prime. Schnelle, kostenlose Lieferung und geniale Unterhaltung um nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 017 Title de-at Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 018 Description de-at Fast delivery and thrilling entertainment, all for £8.99/month with Prime. Schnelle, kostenlose Lieferung und geniale Unterhaltung um nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 026 de-at Fast delivery and thrilling entertainment for £8.99/month with Prime. Schnelle, kostenlose Lieferung, geniale Unterhaltung: 8,99 € mit Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 001 VO de-at Fast Delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 002 Super de-at Fast Delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 003 VO de-at Thrilling entertainment Geniale Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 004 Super de-at Thrilling entertainment Geniale Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 005 VO de-at It’s on Prime for £8.99 a month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 006 Super de-at It’s on Prime for £8.99/month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 007 de-at TV: T&Cs apply. 18+. Content includes ads. Die Inhalte können Werbung enthalten."}
|
||||
{"t":"Prime Dual Benefit Q3 25 YouTube 001 Headline de-at Prime Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 YouTube 002 Description de-at Fast delivery and thrilling entertainment for £8.99/month with Prime. Schnelle, kostenlose Lieferung, geniale Unterhaltung: 8,99 € mit Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 YouTube 003 CTA de-at Join Now Anmelden"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Post 001 de-at Fast delivery and festive entertainment, all for £8.99 with Prime. Schnelle, kostenlose Lieferung und festliche Unterhaltung um nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Post 006 de-at Fast delivery and festive entertainment, all for £8.99 with Prime. Schnelle kostenlose Lieferung, festliche Unterhaltung, 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Post 007 Headline de-at Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Static 001 de-at Festive entertainement Festliche Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Static 002 de-at and fast delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Static 003 CTA de-at Join Prime for £8.99/month Um nur EUR 8,99 pro Monat. Werde jetzt Prime-Mitglied."}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Static 004 de-at Geographic restrictions and T&Cs apply. Eighteen plus. Weitere Informationen auf www.Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 001 Headline de-at Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 002 Primary text de-at Fast delivery and epic entertainment, all for £8.99/month with Prime. Schnelle, kostenlose Lieferung und geniale Unterhaltung um nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 011 Primary text de-at Fast delivery and epic entertainment, all for £8.99/month with Prime.\n\n#Prime Schnelle, kostenlose Lieferung und geniale Unterhaltung um nur 8,99 € mit Prime.\n\n#Prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 011F Primary text de-at Fast delivery and epic entertainment, all for £8.99/month with Prime. #Prime Schnelle, kostenlose Lieferung und geniale Unterhaltung um nur 8,99 € mit Prime. #Prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 013 Primary text de-at Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 014 Headline de-at Fast delivery + epic entertainment Schnelle, kostenlose Lieferung + geniale Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 015 Primary text de-at Fast delivery and epic entertainment for £8.99/month with Prime. Schnelle, kostenlose Lieferung, geniale Unterhaltung: 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 016 de-at Fast delivery and epic entertainment, all for £8.99/month with Prime. Schnelle, kostenlose Lieferung und geniale Unterhaltung um nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 017 Title de-at Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 018 Description de-at Fast delivery and epic entertainment, all for £8.99/month with Prime. Schnelle, kostenlose Lieferung und geniale Unterhaltung um nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 026 de-at Fast delivery and entertainment for £8.99/month with Prime. Schnelle, kostenlose Lieferung, geniale Unterhaltung: 8,99 € mit Prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 001 VO de-at Fast Delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 002 Super de-at Fast Delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 003 VO de-at Epic entertainment Geniale Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 004 Super de-at Epic entertainment Geniale Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 005 CTA de-at It's on Prime for £8.99 a month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 006 Super de-at It's on Prime for £8.99/month Gibt’s bei Prime um nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 007 de-at Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Fortlaufende Mitgliedschaft. Ab 18 Jahren. Es gelten die AGB. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 YouTube 001 Description de-at Free, fast delivery and epic entertainment for €6.99/month with Prime. Schnelle, kostenlose Lieferung, geniale Unterhaltung: 8,99 € mit Prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 YouTube 002 CTA de-at Join Now Anmelden"}
|
||||
11
storage/amazon/tm/de-AT/flat_PrimeGourmetGuard_de-at.json
Normal file
11
storage/amazon/tm/de-AT/flat_PrimeGourmetGuard_de-at.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{"t":"Prime Gourmet Guard 25 Social OLV 6s 001 Super de-at Fast delivery. Schnelle Lieferung."}
|
||||
{"t":"Prime Gourmet Guard 25 Social OLV 6s 002 de-at It's on Prime Gibt's bei prime"}
|
||||
{"t":"Prime Gourmet Guard 25 Social OLV 6s 003 de-at Geographic restrictions and T&Cs apply. 18+ Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 001 Super de-at Shopping. Einkaufen."}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 002 Super de-at Streaming. Streaming."}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 003 Super de-at Sizzling. Brutzeln."}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 004 de-at It's on Prime Gibt's bei prime"}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 005 de-at Geographic restrictions and T&Cs apply. 18+ Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 6s & 15s 001 Super de-at Fast delivery. Schnelle Lieferung."}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 6s & 15s 002 de-at It's on Prime Gibt's bei prime"}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 6s & 15s 003 de-at Geographic restrictions and T&Cs apply. 18+ Weitere Informationen auf Amazon.de/prime"}
|
||||
23
storage/amazon/tm/de-AT/flat_UEFA_de-at.json
Normal file
23
storage/amazon/tm/de-AT/flat_UEFA_de-at.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{"t":"UEFA Womens 24 Designation Transcreation 001 de-at Official e-commerce partner Offizieller Partner im Onlinehandel"}
|
||||
{"t":"UEFA Womens 24 Designation Transcreation 002 de-at Proud partner Offizieller Partner"}
|
||||
{"t":"UEFA Womens 24 Designation Transcreation 003 de-at Official e-commerce partner Offizieller Partner im Onlinehandel"}
|
||||
{"t":"UEFA Womens 24 Designation Transcreation 004 de-at Official online retail partner Offizieller Partner im Onlinehandel"}
|
||||
{"t":"UEFA Womens 24 further mobile 002 de-at Shop the Women's Football Store Kaufe im Frauenfußball-Shop ein"}
|
||||
{"t":"UEFA Womens 24 further mobile 003 de-at Top sellers Bestseller"}
|
||||
{"t":"UEFA Womens 24 further mobile 004 de-at Women’s Football Frauenfußball"}
|
||||
{"t":"UEFA Womens 24 further mobile 005 de-at Browse women’s kits and more Frauen-Ausrüstung & mehr"}
|
||||
{"t":"UEFA Womens 24 further mobile 006 de-at Visit the Women's Football Store Besuche den Frauenfußball-Shop"}
|
||||
{"t":"UEFA Womens 24 Headlines Leading Edit 002 de-at You bring the grit. We bring the stuff. Du bringst den Einsatz. Wir bringen die Ausrüstung."}
|
||||
{"t":"UEFA Womens 24 Store front 001 de-at Proud Partner Offizieller Partner"}
|
||||
{"t":"UEFA Womens 24 Store front 002 de-at Women's Football Store Frauenfußball-Shop"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 001 de-at GRWM for training (Get Ready With Me) GRWM fürs Training"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 002 de-at New Goalie Gloves Day! Zeit für neue Torwarthandschuhe!"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 003 de-at new socks Neue Socken"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 004 de-at Unbox my fresh training socks with me Pack meine neuen Trainingssocken mit mir aus"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 005 de-at with Amazon mit Amazon"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 006 de-at same skills Gleiches Talent"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 007 de-at Unbox my training essentials \nwith me Pack mein neues Tape mit mir aus"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 007F de-at Unbox my training essentials with me Pack mein neues Tape mit mir aus"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 008 de-at Unbox them with me Pack sie mit mir aus"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 021 de-at Official online retail partner Official online retail partner"}
|
||||
{"t":"UEFA Womens 25 Storefront 082 de-at Proud partner Offizieller Partner"}
|
||||
107
storage/amazon/tm/de-AT/flat_value_de-at.json
Normal file
107
storage/amazon/tm/de-AT/flat_value_de-at.json
Normal file
|
|
@ -0,0 +1,107 @@
|
|||
{"t":"Value Q1 24 Digital Display 001 Headline de-at Search on Amazon today Starte jetzt deine Suche auf Amazon"}
|
||||
{"t":"Value Q1 24 Radio 001 VO de-at As Sophie opened her Amazon parcel, her eyes grew wider. Sophie öffnet ihr Amazon Paket und ihre Augen werden größer und größer."}
|
||||
{"t":"Value Q1 24 Radio 002 VO de-at Soft touch buttons and smart pressure sensor. Soft-Touch-Knöpfe und automatische Andruckkontrolle."}
|
||||
{"t":"Value Q1 24 Radio 003 VO de-at This was the electric toothbrush of her dreams for a price lower than she ever imagined. Die elektrische Zahnbürste ihrer Träume zu einem traumhaften Preis."}
|
||||
{"t":"Value Q1 24 Radio 004 VO de-at Five stars from Sophie. Sophie gibt 5 Sterne."}
|
||||
{"t":"Value Q1 24 Radio 005 VO de-at With star reviews from you and star prices from us, Sterne-Bewertungen von euch und Sterne-Preise von uns."}
|
||||
{"t":"Value Q1 24 Radio 006 VO de-at Start your search on Amazon today. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q1 24 Radio 007 VO de-at As Nigel opened his Amazon Parcel, it was love at first sight. Nicko öffnet sein Amazon Paket und ist hin und weg."}
|
||||
{"t":"Value Q1 24 Radio 008 VO de-at Sleek design and powerful suction... Smartes Design und starke Saugkraft …"}
|
||||
{"t":"Value Q1 24 Radio 009 VO de-at ...this vacuum cleaner screamed quality and for a price lower than he ever dreamed … ein erstklassiger Staubsauger zu einem traumhaften Preis."}
|
||||
{"t":"Value Q1 24 Radio 010 VO de-at 5 Stars from Nigel Nicko gibt 5 Sterne."}
|
||||
{"t":"Value Q1 24 Social OLV 001 Super de-at Star reviews\nfrom you Eure Sterne-\nBewertungen"}
|
||||
{"t":"Value Q1 24 Social OLV 001F Super de-at Star reviews from you Eure Sterne- Bewertungen"}
|
||||
{"t":"Value Q1 24 Social OLV 002 Super de-at Star prices\nfrom us on\n\nElectronics Unsere\nSterne-Preise \n \nElektronik"}
|
||||
{"t":"Value Q1 24 Social OLV 002F Super de-at Star prices from us on Electronics Unsere Sterne-Preise Elektronik"}
|
||||
{"t":"Value Q1 24 Social OLV 003 Super de-at Search on\nAmazon\ntoday Starte jetzt deine \nSuche auf \nAmazon"}
|
||||
{"t":"Value Q1 24 Social OLV 003F Super de-at Search on Amazon today Starte jetzt deine Suche auf Amazon"}
|
||||
{"t":"Value Q1 24 Social OLV 006 Super de-at Search on\nAmazon\ntoday Starte jetzt \ndeine Suche auf \nAmazon"}
|
||||
{"t":"Value Q1 24 Social OLV 006F Super de-at Search on Amazon today Starte jetzt deine Suche auf Amazon"}
|
||||
{"t":"Value Q1 24 Social OLV 007 Super de-at Star reviews from you Eure Sterne-Bewertungen"}
|
||||
{"t":"Value Q1 24 Social OLV 008 Super de-at Star prices from us on\n\nElectronics Unsere Sterne-Preise \n \nElektronik"}
|
||||
{"t":"Value Q1 24 Social OLV 008F Super de-at Star prices from us on Electronics Unsere Sterne-Preise Elektronik"}
|
||||
{"t":"Value Q1 24 Social OLV 009 Super de-at Search on Amazon today Starte jetzt deine Suche auf \nAmazon"}
|
||||
{"t":"Value Q1 24 Social OLV 009F Super de-at Search on Amazon today Starte jetzt deine Suche auf Amazon"}
|
||||
{"t":"Value Q1 24 Social OLV 010 Super de-at Star reviews from you Eure Sterne-\nBewertungen"}
|
||||
{"t":"Value Q1 24 Social OLV 010F Super de-at Star reviews from you Eure Sterne- Bewertungen"}
|
||||
{"t":"Value Q1 24 Social OLV 012 Super de-at Search on\nAmazon today Starte jetzt \ndeine Suche auf\nAmazon"}
|
||||
{"t":"Value Q1 24 Social OLV 012F Super de-at Search on Amazon today Starte jetzt deine Suche auf Amazon"}
|
||||
{"t":"Value Q1 24 Social Post 001 de-at With star reviews from you and star prices from us, start your search on Amazon. Sterne-Bewertungen von euch und Sterne-Preise von uns. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q1 24 Social Post 002 Headline de-at Find products you love Die Produkte, die du liebst"}
|
||||
{"t":"Value Q1 24 Social Post 003 Description de-at Search on Amazon today Jetzt auf Amazon entdecken"}
|
||||
{"t":"Value Q1 24 Social Post 004 Headline de-at At Amazon find products you love Die Produkte, die du liebst, bei Amazon"}
|
||||
{"t":"Value Q1 24 Social Post 006 de-at With star reviews from you and star prices from us, start your search on Amazon. Sterne-Bewertungen von euch, Sterne-Preise von uns. Jetzt auf Amazon."}
|
||||
{"t":"Value Q1 24 Social Post 007 de-at Find products you love, at prices you’ll love too. Star reviews from you with star prices from us, start your search on Amazon. Die Produkte, die du liebst, zu Preisen, die du liebst: Sterne-Bewertungen von euch, Sterne-Preise von uns. Jetzt auf Amazon."}
|
||||
{"t":"Value Q1 24 Social Post 010 Headline de-at Find products you love. Produkte, die du liebst"}
|
||||
{"t":"Value Q1 24 Social Post 013 Headline de-at Find products you love. Hier gibt‘s die Produkte, die du liebst"}
|
||||
{"t":"Value Q1 24 Social Post 014 Description de-at Search on Amazon today Jetzt auf Amazon entdecken"}
|
||||
{"t":"Value Q1 24 TV OLV 001 VO de-at At Amazon find products you love, at prices you’ll love too. Bei Amazon gibt‘s die Produkte, die du liebst, auch zu Preisen, die du liebst."}
|
||||
{"t":"Value Q1 24 TV OLV 002 VO de-at So you can rock your world, not your savings. Schließlich willst du deine Welt rocken, nicht dein Sparkonto −"}
|
||||
{"t":"Value Q1 24 TV OLV 003 VO de-at And enjoy the perfect blend at the perfect price. … mit einer köstlichen Mischung aus Qualität und Preis."}
|
||||
{"t":"Value Q1 24 TV OLV 004 VO de-at With star reviews from you and star prices from us, Sterne-Bewertungen von euch und Sterne-Preise von uns:"}
|
||||
{"t":"Value Q1 24 TV OLV 005 VO de-at Start your search on Amazon today. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q1 24 TV OLV 007 VO de-at Start your search on Amazon today. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q1 24 YouTube 001 Title de-at At Amazon find products you love Die Produkte, die du liebst, bei Amazon"}
|
||||
{"t":"Value Q1 24 YouTube 002 Description de-at With star reviews from you and star prices from us, start your search on Amazon. Sterne-Bewertungen von euch und Sterne-Preise von uns. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q1 25 Radio 001 VO de-at As Charlie opened his Amazon parcel... Markus öffnet sein Amazon Paket und…"}
|
||||
{"t":"Value Q1 25 Radio 002 VO de-at ...he held his breath. ...kann es kaum glauben:"}
|
||||
{"t":"Value Q1 25 Radio 003 VO de-at This new robot vacuum keeps his floors pristine for a price lower than he'd ever\nimagined. Dieser neue Saugroboter hält seine Böden blitzblank sauber, und das zu einem absolut glänzenden Preis."}
|
||||
{"t":"Value Q1 25 Radio 003F VO de-at This new robot vacuum keeps his floors pristine for a price lower than he'd ever imagined. Dieser neue Saugroboter hält seine Böden blitzblank sauber, und das zu einem absolut glänzenden Preis."}
|
||||
{"t":"Value Q1 25 Radio 004 VO de-at 5 stars from Charlie! Markus vergibt 5 Sterne!"}
|
||||
{"t":"Value Q1 25 Radio 005 VO de-at From robot vacuums to kitchen appliances and more, find highly rated products at prices you'll love on Amazon.com today. Von Saugrobotern bis Haushaltsgeräte und mehr – finde Produkte mit Top-Bewertung zu Top-Preisen jetzt auf Amazon."}
|
||||
{"t":"Value Q1 25 TV OLV 001 Product de-at Cordless Drill Akkubohrer"}
|
||||
{"t":"Value Q1 25 TV OLV 002 Product de-at Bluetooth Headphones Bluetooth-Kopfhörer"}
|
||||
{"t":"Value Q1 25 TV OLV 003 Product de-at Coffee Machine Kaffeemaschine"}
|
||||
{"t":"Value Q1 25 TV OLV 004 Product de-at Robot Vaccum Saugroboter"}
|
||||
{"t":"Value Q1 25 TV OLV 005 de-at At Amazon you'll find quality products you can trust, at prices you'll feel good about. Bei Amazon gibt’s Millionen von großartigen Produkten zu Top-Preisen."}
|
||||
{"t":"Value Q1 25 TV OLV 006 de-at So you can rock your world, not your savings. Schließlich willst du deine Welt rocken, nicht dein Sparkonto."}
|
||||
{"t":"Value Q1 25 TV OLV 007 de-at And, enjoy the perfect blend at the perfect price. … mit einer köstlichen Mischung aus Qualität und Preis."}
|
||||
{"t":"Value Q1 25 TV OLV 008 de-at Find highly-rated products, at prices you'll love. Start your search on Amazon today. Finde Produkte mit Top-Bewertung zu Top-Preisen. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q1 25 TV OLV 009 CTA de-at Start your search today Starte jetzt deine Suche"}
|
||||
{"t":"Value Q1 25 TV OLV 010 VO de-at Find highly-rated products, at prices you'll love. Start your search on Amazon today. Finde Produkte mit Top-Bewertung zu Top-Preisen. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q2 24 TV OLV 001 Super de-at Cordless Drill Akkuschrauber"}
|
||||
{"t":"Value Q2 24 TV OLV 002 Super de-at Bluetooth Headphones Bluetooth Kopfhörer"}
|
||||
{"t":"Value Q2 24 TV OLV 003 Super de-at Coffee Machine Kaffeemaschine"}
|
||||
{"t":"Value Q2 24 TV OLV 004 CTA de-at Start your search today Starte jezt deine Suche"}
|
||||
{"t":"Value Q2 24 TV OLV 005 VO de-at At Amazon you'll find products you can trust, at prices you'll feel good about. Bei Amazon gibt's hochwertige Produkte, zu Preisen, die dir gefallen."}
|
||||
{"t":"Value Q2 24 TV OLV 006 VO de-at So you can rock your world, not your savings. Schließlich willst du deine Welt rocken, nicht dein Sparkonto."}
|
||||
{"t":"Value Q2 24 TV OLV 007 VO de-at And, enjoy the perfect blend at the perfect price. … mit einer köstlichen Mischung aus Qualität und Preis."}
|
||||
{"t":"Value Q2 24 TV OLV 008 VO de-at Find highly-rated products, at prices you'll love. Start your search on Amazon today. Finde hoch bewertete Produkte zu Preisen, die du lieben wirst. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q2 24 TV OLV 009 CTA de-at Start your search today Starte jetzt deine Suche"}
|
||||
{"t":"Value Q2 24 TV OLV 012 Super de-at Robot Vacuum Staubsaugerroboter"}
|
||||
{"t":"Value Q2 24 TV OLV 013 Super de-at Humidifier Luftbefeuchter"}
|
||||
{"t":"Value Q2 24 TV OLV 014 Super de-at Bluetooth Speaker Bluetooth-Lautsprecher"}
|
||||
{"t":"Value Q2 24 TV OLV 016 VO de-at At Amazon you'll find products that make you smile at prices you can relax about. Bei Amazon gibt's Produkte, die dir Freude machen, zu Preisen, bei denen du ganz entspannt bleiben kannst."}
|
||||
{"t":"Value Q2 24 TV OLV 017 VO de-at So, whatever you need, find quality products at prices that are music to your ears. Also, was auch immer du brauchst, hier findest du es in bester Qualität und zu Preisen, die Musik in deinen Ohren sind."}
|
||||
{"t":"Value Q3 24 OLV 001 Super de-at Cordless Drill Akkuschrauber"}
|
||||
{"t":"Value Q3 24 OLV 002 Super de-at Bluetooth Headphones Bluetooth-Kopfhörer"}
|
||||
{"t":"Value Q3 24 OLV 003 Super de-at Coffee Machine Kaffeemaschine"}
|
||||
{"t":"Value Q3 24 OLV 004 VO de-at At Amazon you'll find quality products you can trust, at prices you'll feel good about. Bei Amazon gibt's hochwertige Produkte, zu Preisen, die dir gefallen."}
|
||||
{"t":"Value Q3 24 OLV 005 VO de-at So you can rock your world, not your savings. Schließlich willst du deine Welt rocken, nicht dein Sparkonto."}
|
||||
{"t":"Value Q3 24 OLV 006 VO de-at And, enjoy the perfect blend at the perfect price. … mit einer köstlichen Mischung aus Qualität und Preis."}
|
||||
{"t":"Value Q3 24 OLV 007 VO de-at Find highly-rated products, at prices you'll love. Start your search on Amazon today. Finde hoch bewertete Produkte zu Preisen, die du lieben wirst. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q3 24 OLV 009 CTA de-at Start your search today Starte jetzt deine Suche"}
|
||||
{"t":"Value Q3 24 OLV 013 Super de-at Robot Vacuum Staubsaugerroboter"}
|
||||
{"t":"Value Q3 24 OLV 014 Super de-at Humidifier Luftbefeuchter"}
|
||||
{"t":"Value Q3 24 OLV 015 Super de-at Bluetooth Speaker Bluetooth-Lautsprecher"}
|
||||
{"t":"Value Q3 24 OLV 016 VO de-at At Amazon you'll find products that make you smile at prices you can relax about. Bei Amazon gibt's Produkte, die dir Freude machen, zu Preisen, bei denen du ganz entspannt bleiben kannst."}
|
||||
{"t":"Value Q3 24 OLV 017 VO de-at So, whatever you need, find quality products at prices that are music to your ears. Also, was auch immer du brauchst, hier findest du es in bester Qualität und zu Preisen, die Musik in deinen Ohren sind."}
|
||||
{"t":"Value Q3 24 YouTube Companion Banner 001 Headline de-at Find highly rated products\nat prices you'll love Finde hoch bewertete Produkte zu Preisen, die du lieben wirst"}
|
||||
{"t":"Value Q3 24 YouTube Companion Banner 001F Headline de-at Find highly rated products at prices you'll love Finde hoch bewertete Produkte zu Preisen, die du lieben wirst"}
|
||||
{"t":"Value Q3 24 YouTube Post 001 Title de-at Find great value products today Finde heute tolle Angebote"}
|
||||
{"t":"Value Q3 24 YouTube Post 002 Description de-at Find highly rated products at prices you'll love Finde Produkte mit Top-Bewertung zu Top-Preisen"}
|
||||
{"t":"Value Q3 24 YouTube Statics 001 Headline de-at Find highly rated products\nat prices you'll love Finde hoch bewertete Produkte zu Preisen, die du lieben wirst"}
|
||||
{"t":"Value Q3 24 YouTube Statics 001F Headline de-at Find highly rated products at prices you'll love Finde hoch bewertete Produkte zu Preisen, die du lieben wirst"}
|
||||
{"t":"Value Q3 24 YouTube Statics 002 CTA de-at Shop now Angebote entdecken"}
|
||||
{"t":"Value Q3 24 YouTube 001 de-at Find great value products today Finde heute tolle Angebote"}
|
||||
{"t":"Value Q3 24 YouTube 002 de-at Find highly rated products\nat prices you'll love Finde Produkte mit Top-Bewertung zu Top-Preisen."}
|
||||
{"t":"Value Q3 24 YouTube 002F de-at Find highly rated products at prices you'll love Finde Produkte mit Top-Bewertung zu Top-Preisen."}
|
||||
{"t":"Value Q3 25 Radio 001 de-at As Helen opened her Amazon parcel, her stomach filled with butterflies. Hanna öffnet ihr Amazon Paket und hat sofort Schmetterlinge im Bauch."}
|
||||
{"t":"Value Q3 25 Radio 002 de-at Two independent cooking zones and a 7.6 litre capacity. Zwei einzelne Fächer mit einem Fassungsvermögen von 7,6 Litern."}
|
||||
{"t":"Value Q3 25 Radio 003 de-at For a low price, the Ninja Air Fryer tickled Helen's taste buds... Beim Ninja Airfryer läuft Hanna das Wasser im Mund zusammen … und das zu einem unglaublich niedrigen Preis."}
|
||||
{"t":"Value Q3 25 Radio 004 de-at 5 stars from Helen. Hanna vergibt 5 Sterne."}
|
||||
{"t":"Value Q3 25 Radio 005 de-at With great brands, at price you’ll love, start your search on Amazon.xx today Top-Marken zu Top-Preisen. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q3 25 Radio 006 de-at As Bethany opened her Amazon parcel, her heart began to race. Paula öffnet ihr Amazon Paket und ihr Herz klopft wie wild."}
|
||||
{"t":"Value Q3 25 Radio 007 de-at Heart rate monitoring and up to 11 days of battery life. Herzfrequenzmessung und eine Akkulaufzeit bis zu 11 Tagen."}
|
||||
{"t":"Value Q3 25 Radio 008 de-at The Garmin Smartwatch won first place with Bethany for quality and price. Die Garmin Smartwatch macht bei Bethany klar den ersten Platz bei Qualität und Preis."}
|
||||
{"t":"Value Q3 25 Radio 009 de-at 5 stars from Bethany! Paula vergibt 5 Sterne."}
|
||||
184
storage/amazon/tm/de-DE/flat_DoubleDonut_de-de.json
Normal file
184
storage/amazon/tm/de-DE/flat_DoubleDonut_de-de.json
Normal file
|
|
@ -0,0 +1,184 @@
|
|||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 001 Product de-de Mercedes F1 W14 Model Kit Merdeces F1 W14 Modell Set"}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 002 VO de-de Lego F1 W14 Model Kit LEGO F1 W14 Modell Set"}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 003 Super de-de Amazon Customer Reviews Amazon Kundenrezensionen"}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 004 VO de-de Discover amazing products at Amazon. Entdecke tolle Produkte bei Amazon."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 005 VO de-de Go, grab the Lego F1 Model Kit. Los, hol Dir das LEGO F1 Modell!"}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 006 VO de-de Put your building skills in pole position. und sichere dir mit deinen Bau-Skills die Pole-Position."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 008 VO de-de Enjoy all the details, like its moving pistons, and the V6 engine. Erlebe coole Details, wie den V6-Motor mit beweglichen Kolben."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 009 VO de-de Now there's a lovely trophy to put on your shelf. Nun hast Du die perfekte Trophäe, um Dein Regal zu verschönern."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 011 VO de-de Amazon. Great Brands. Prices You'll Love. Amazon. Top-Marken. Top-Preise."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 012 Super de-de Great Brands. Prices You'll Love. Top-Marken. Top-Preise."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 013 de-de ®2025 The LEGO Group. Manufactured under license from Mercedez-Benz Grand Prix Limited. 18+. ®2025 The LEGO Group. Hergestellt mit Lizenz von Mercedes-Benz Grand Prix Limited. Ab 18 Jahren."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 001 Product de-de Philips Lumea IPL 9000 Philips Lumea IPL 9000"}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 002 VO de-de Philips Lumea IPL Philips Lumea IPL"}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 003 Super de-de Amazon Customer Reviews Amazon Kundenrezensionen"}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 004 VO de-de Discover amazing products at Amazon. Entdecke tolle Produkte bei Amazon."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 005 VO de-de Treat yourself to the Philips Lumea IPL. Gönn dir den Philips Lumea IPL."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 006 VO de-de Easy to use, from top to toe. Für die einfache Anwendung - von Kopf bis Fuß."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 007 VO de-de Enjoy hair-free skin for up to 18 months. Genieße bis zu 18 Monate seidig glatte Haut."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 009 VO de-de So, if you choose to be smooth, skip the salon, not the results. Für sanfte Haut - vergiss den Schönheitssalon, nicht das perfekte Ergebnis."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 011 VO de-de Amazon. Great Brands. Prices You'll Love. Amazon. Top-Marken. Top-Preise."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 012 Super de-de Great Brands. Prices You'll Love. Top-Marken. Top-Preise."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 013 de-de Starting after 3 treatments. Median result 86 % hair reduction on lower legs at 18 months. Beginnend nach 3 Behandlungen. Durchschnittlich 86 % weniger Haare an den Unterschenkeln nach 18 Monaten."}
|
||||
{"t":"Project Double Q1 25 AV 6s LEGO F1 Car 001 Product de-de Mercedes F1 W14 Model Kit Merdeces F1 W14 Modell Set"}
|
||||
{"t":"Project Double Q1 25 AV 6s LEGO F1 Car 002 VO de-de Lego F1 W14 Model Kit LEGO F1 W14 Modell Set"}
|
||||
{"t":"Project Double Q1 25 AV 6s LEGO F1 Car 003 Super de-de Amazon Customer Reviews Amazon Kundenrezensionen"}
|
||||
{"t":"Project Double Q1 25 AV 6s LEGO F1 Car 004 Super de-de Discover amazing products at Amazon. Entdecke tolle Produkte bei Amazon."}
|
||||
{"t":"Project Double Q1 25 AV 6s LEGO F1 Car 005 Super de-de Great Brands. Prices You'll Love. Top-Marken. Top-Preise."}
|
||||
{"t":"Project Double Q1 25 AV 6s LEGO F1 Car 006 de-de ®2025 The LEGO Group. Manufactured under license from Mercedez-Benz Grand Prix Limited. 18+. ®2025 The LEGO Group. Hergestellt mit Lizenz von Mercedes-Benz Grand Prix Limited. Ab 18 Jahren."}
|
||||
{"t":"Project Double Q1 25 OLV 6s Philips Lumea IPL 001 Product de-de Philips Lumea IPL 9000 Philips Lumea IPL 9000"}
|
||||
{"t":"Project Double Q1 25 OLV 6s Philips Lumea IPL 002 VO de-de Philips Lumea IPL Philips Lumea IPL"}
|
||||
{"t":"Project Double Q1 25 OLV 6s Philips Lumea IPL 003 Super de-de Amazon Customer Reviews Amazon Kundenrezensionen"}
|
||||
{"t":"Project Double Q1 25 OLV 6s Philips Lumea IPL 004 Super de-de Discover amazing products at Amazon. Entdecke tolle Produkte bei Amazon."}
|
||||
{"t":"Project Double Q1 25 OLV 6s Philips Lumea IPL 005 Super de-de Great Brands. Prices You'll Love. Top-Marken. Top-Preise."}
|
||||
{"t":"Project Double Q1 25 Radio 20s Fitness (Bethany) Air Fryer (Helen) 001 BVO de-de Amazon. Find highly-rated products at prices you’ll love. Amazon. Finde Produkte mit Top-Bewertung zu Top-Preisen."}
|
||||
{"t":"Project Double Q2 25 OLV 6s Beurer BOOM Massage Gun 001 de-de Beurer Beurer"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Beurer BOOM Massage Gun 002 Product de-de BOOM Massage Gun BOOM Massagepistole"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Beurer BOOM Massage Gun 003 de-de Amazon Customer Reviews Amazon Kundenrezensionen"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Beurer BOOM Massage Gun 004 Super de-de Discover amazing products on Amazon. Entdecke tolle Produkte bei Amazon."}
|
||||
{"t":"Project Double Q2 25 OLV 6s Beurer BOOM Massage Gun 006 Super de-de Great Brands. Prices You'll Love. Top-Marken. Top-Preise."}
|
||||
{"t":"Project Double Q2 25 OLV 6s Philips Sonicare Diamond Clean 9000 001 de-de Philips Philips"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Philips Sonicare Diamond Clean 9000 002 Product de-de Diamond Clean 9000 Diamond Clean 9000"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Philips Sonicare Diamond Clean 9000 003 de-de Amazon Customer Reviews Amazon Kundenrezensionen"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Philips Sonicare Diamond Clean 9000 004 Super de-de Discover amazing products on Amazon. Entdecke tolle Produkte bei Amazon."}
|
||||
{"t":"Project Double Q2 25 OLV 6s Philips Sonicare Diamond Clean 9000 006 Super de-de Great Brands. Prices You'll Love. Top-Marken. Top-Preise."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Gardening 001 BVO de-de Find top rated gardening products on Amazon. Finde Garten-Produkte mit Top-Bewertung auf Amazon."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Gardening 002 BVO de-de Like these pruners… with a trimmed price and five-star reviews to match. Wie diese Gartenschere mit 5-Sterne-Bewertung zu einem ordentlich gestutzten Preis."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Gardening 003 BVO de-de OR this garden tool set… okay, let’s get growing! ODER dieses Gartenwerkzeug-Set!"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Gardening 004 BVO de-de OR THESE NOISE CANCELLING… ODER DIESE KOPFHÖRER ..."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Gardening 005 BVO de-de headphones… ahhhh… perfect for drowning out the neighbours. mit Noise-Cancelling-Funktion … ahhh … da hört man auch die Nachbarn nicht mehr."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Gardening 006 BVO de-de Amazon. Find highly rated products at prices you’ll love. Amazon. Finde Produkte mit Top-Bewertung zu Top-Preisen."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Outdoor Dining 001 BVO de-de Find top rated outdoor dining products on Amazon Finde Gartenzubehör mit Top-Bewertung auf Amazon."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Outdoor Dining 002 BVO de-de Like this pizza oven with five-star reviews, you’ll get value and tasty pizza. Wie diesen Pizza-Ofen mit 5-Sterne-Bewertung – günstiger Preis, leckere Pizza!"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Outdoor Dining 003 BVO de-de Or these BBQ gloves… remember to take off BEFORE eating Oder diese Grillhandschuhe … denk` dran. Vor dem Essen ausziehen!"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Outdoor Dining 004 BVO de-de Or this… large windproof umbrella… Oder dieser … große, winddichte Schirm …"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Outdoor Dining 005 BVO de-de Because nobody wants a wet pizza. Denn wer steht schon auf nasse Pizza?"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Outdoor Dining 006 BVO de-de Amazon. Find highly rated products at prices you’ll love. Amazon. Finde Produkte mit Top-Bewertung zu Top-Preisen."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Wellness 001 BVO de-de Find top rated wellness products on Amazon Finde Wellness-Produkte mit Top-Bewertung auf Amazon"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Wellness 002 BVO de-de Like these aromatherapy candles with five-star reviews… mmm…I smell fantastic value! Wie diese Duftkerzen mit 5-Sterne-Bewertung … mhhh, das duftet nach einem guten Preis!"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Wellness 003 BVO de-de Or this essential oils massage set… ohhhhhhhh… that’s better Oder dieses Massage-Set mit ätherischen Ölen… mmm… das tut gut."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Wellness 004 BVO de-de ...oops, drifted off. … oh, da bin ich doch kurz eingenickt."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Wellness 005 BVO de-de And this coffee machine! Now I’m back! Und diese Kaffeemaschine – jetzt bin ich wieder wach!"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Wellness 006 BVO de-de Amazon. Find highly rated products at prices you’ll love. Amazon. Finde Produkte mit Top-Bewertung zu Top-Preisen."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 001 de-de Beurer Beurer"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 002 Product de-de BOOM Massage Gun BOOM Massagepistole"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 003 de-de Amazon Customer Reviews Amazon Kundenrezensionen"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 004 Super de-de Search Amazon Auf Amazon suchen"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 005 Super de-de Electronics Elektronik"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 006 Super de-de Wellness Wellness"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 007 Super de-de Kitchen Küche"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 008 Super de-de Home Haushalt"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 009 Super de-de Shop now Jetzt einkaufen"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 010 VO de-de Find top rated wellness products, just a click away … Finde Wellness-Produkte mit Top-Bewertung - mit nur einem Klick …"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 011 VO de-de … on Amazon. … auf Amazon."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 012 VO de-de Like the Beurer Boom massage gun. Wie die Beurer BOOM Massagepistole."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 013 VO de-de With five power levels and a three-year warranty … Mit fünf Intensitätsstufen und drei Jahren Garantie …"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 014 VO de-de With five power levels for home or gym … Mit fünf Intensitätsstufen für zu Hause oder nach dem Training …"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 015 VO de-de … it’s a top-rated product on Amazon. … dies ist ein Produkt mit Top-Bewertung auf Amazon."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 016 VO de-de Which means relaxation guaranteed. Das heißt: Entspannung ist garantiert."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 017 VO de-de Amazon. Great brands. Prices you’ll love. Amazon. Top-Marken. Top-Preise."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 019 Super de-de Great Brands. Prices You'll Love. Top-Marken. Top-Preise."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 001 de-de Philips Philips"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 002 Product de-de Diamond Clean 9000 Diamond Clean 9000"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 003 de-de Amazon Customer Reviews Amazon Kundenrezensionen"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 004 Super de-de Search Amazon Auf Amazon suchen"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 005 Super de-de Electronics Elektronik"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 006 Super de-de Personal Care Körperpflege"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 007 Super de-de Kitchen Küche"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 008 Super de-de Home Haushalt"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 009 Super de-de Shop now Jetzt einkaufen"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 010 VO de-de Find top rated personal care products, just a click away … Finde Körperpflege-Produkte mit Top-Bewertung - mit nur einem Klick …"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 011 VO de-de … on Amazon. … auf Amazon."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 012 VO de-de Like the Philips Sonicare Diamondclean … Wie die Philips Sonicare DiamondClean …"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 013 VO de-de … for a 10x more effective clean. … für eine 10x effektivere Reinigung."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 014 de-de *vs. a manual toothbrush * im Vergleich zu einer Handzahnbürste."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 015 VO de-de It’s a top-rated product on Amazon … Dies ist ein Produkt mit Top-Bewertung auf Amazon …"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 016 VO de-de … so your dentist will give you a glowing review. und dein Zahnarzt wird auch begeistert sein."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 017 VO de-de Amazon. Great brands. Prices you’ll love. Amazon. Top-Marken. Top-Preise."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 019 Super de-de Great Brands. Prices You'll Love. Top-Marken. Top-Preise."}
|
||||
{"t":"Project Double Q3 25 (D)OOH 001 Super de-de Find brands you love at Amazon Finde Marken, die du liebst, bei Amazon"}
|
||||
{"t":"Project Double Q3 25 (D)OOH 002 Product de-de Braun Series 9 PRO+ Electric Shaver Series 9 PRO+ Elektrorasierer"}
|
||||
{"t":"Project Double Q3 25 (D)OOH 003 Product de-de ghd Gold Professional Hair Straightener Gold professionelles Glätteisen"}
|
||||
{"t":"Project Double Q3 25 (D)OOH 004 Product de-de ghd Helios Professional Hair Dryer Helios Professioneller Haartrockner"}
|
||||
{"t":"Project Double Q3 25 (D)OOH 005 de-de Amazon Customer Reviews Amazon Kundenrezensionen"}
|
||||
{"t":"Project Double Q3 25 Display 001 Super de-de Find brands you love at Amazon Finde Marken, die du liebst, bei Amazon"}
|
||||
{"t":"Project Double Q3 25 Display 002 CTA de-de Shop now Jetzt shoppen"}
|
||||
{"t":"Project Double Q3 25 Display 003 Product de-de Series 9 PRO+ Electric Shaver Series 9 PRO+ Elektrorasierer"}
|
||||
{"t":"Project Double Q3 25 Display 004 Product de-de Gold Professional Hair Straightener Gold professionelles Glätteisen"}
|
||||
{"t":"Project Double Q3 25 Display 005 Product de-de Helios Professional Hair Dryer Helios Professioneller Haartrockner"}
|
||||
{"t":"Project Double Q3 25 Display 006 de-de Amazon Customer Reviews Amazon Kundenrezensionen"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 001 Brand Name de-de Braun Braun"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 002 Product de-de Series 9 PRO+ Electric Shaver Series 9 PRO+ Elektrorasierer"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 003 de-de Amazon Customer Reviews Amazon Kundenrezensionen"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 004 Super de-de Braun Series 9 PRO+ Electric Shaver Braun Series 9 PRO+ Elektrorasierer"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 005 VO de-de Ooh, look at this. Another top-rated product on Amazon. Guck mal! Wieder ein Produkt mit Top-Bewertung auf Amazon."}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 006 VO de-de It's a Braun Series 9 PRO+... Ein Braun Series 9 PRO+"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 007 VO de-de ...for an exceptionally close shave. ...für eine besonders gründliche Rasur."}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 008 VO de-de And there you go, straight in his basket. Ab damit in den Warenkorb!"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 009 VO de-de Soon he'll be looking...and feeling \"ooooo grrrrr.\" Und bald hört man nur noch: Mmmmh, glatt…"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 010 VO de-de Prickly jaw, no more. Nie wieder Stoppelkinn."}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 011 VO de-de Amazon. Great brands. Prices you'll love. Amazon. Top-Marken. Top-Preise."}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 013 Super de-de Great brands. Prices you'll love. Top-Marken. Top-Preise."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 001 Brand Name de-de ghd ghd"}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 002 Product de-de Helios Professional Hair Dryer Helios Professioneller Haartrockner"}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 003 de-de Amazon Customer Reviews Amazon Kundenrezensionen"}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 004 Super de-de ghd Helios Professional Hair Dryer ghd Helios Professioneller Haartrockner"}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 005 VO de-de Ooh, look at this. Another top-rated product on Amazon. Guck mal! Wieder ein Produkt mit Top-Bewertung auf Amazon."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 006 VO de-de It's a ghd Helios Hair Dryer... Ein Helios Haartrockner von ghd …"}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 007 VO de-de ...for precision styling control. … für Kontrolle und Präzision beim Styling."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 008 VO de-de And there you go, straight in her basket. Ab damit in den Warenkorb!"}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 009 VO de-de Soon, she'll be making this hallway... her runway. Und bald macht sie den Flur zu ihrem Laufsteg."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 010 VO de-de That's her hairdo. Done. Ihre Haare. Ihre Frisur."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 011 VO de-de Amazon. Great brands. Prices you'll love. Amazon. Top-Marken. Top-Preise."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 013 Super de-de Great brands. Prices you'll love. Top-Marken. Top-Preise."}
|
||||
{"t":"Project Double Q3 25 OLV 6s Braun Shaver 001 Brand Name de-de Braun Braun"}
|
||||
{"t":"Project Double Q3 25 OLV 6s Braun Shaver 002 Product de-de Series 9 PRO+ Electric Shaver Series 9 PRO+ Elektrorasierer"}
|
||||
{"t":"Project Double Q3 25 OLV 6s Braun Shaver 003 de-de Amazon Customer Reviews Amazon Kundenrezensionen"}
|
||||
{"t":"Project Double Q3 25 OLV 6s Braun Shaver 005 Super de-de Find brands you love at Amazon Finde Marken, die du liebst, bei Amazon"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hair Straightener 001 Brand Name de-de ghd ghd"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hair Straightener 002 Product de-de Gold Professional Hair Straightener Gold professionelles Glätteisen"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hair Straightener 003 de-de Amazon Customer Reviews Amazon Kundenrezensionen"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hair Straightener 005 Super de-de Find brands you love at Amazon Finde Marken, die du liebst, bei Amazon"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hairdryer 001 Brand Name de-de ghd ghd"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hairdryer 002 Product de-de Helios Professional Hair Dryer Helios Professioneller Haartrockner"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hairdryer 003 de-de Amazon Customer Reviews Amazon Kundenrezensionen"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hairdryer 005 Super de-de Find brands you love at Amazon Finde Marken, die du liebst, bei Amazon"}
|
||||
{"t":"Project Double Q4 24 OLV 20s Bosch 001 VO de-de You've got this! Du packst das!"}
|
||||
{"t":"Project Double Q4 24 OLV 20s Bosch 002 VO de-de With the Bosch Combi Drill, from Amazon. Mit dem Bosch Schlagbohrschrauber von Amazon."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Bosch 003 VO de-de It tackles masonry, wood, and metal with ease. Damit kommst du mühelos durch Mauerwerk, Holz und Metall."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Bosch 004 VO de-de Nothing will be able to stop you! Apart from a tea break. Nichts hält dich auf! Höchstens vielleicht die Kaffeepause."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Bosch 005 VO de-de Amazon. Great brands. Prices you’ll love. Amazon. Top-Marken zu Preisen, die du lieben wirst."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Bosch 006 Super de-de Combi Drill PSB 1800 LI-2 Schlagbohrschrauber PSB 1800 LI-2"}
|
||||
{"t":"Project Double Q4 24 OLV 20s Bosch 007 Super de-de Drill bits sold seperately Bohrer separat erhältlich"}
|
||||
{"t":"Project Double Q4 24 OLV 20s Bosch 008 Super de-de Masonry Mauerwerk"}
|
||||
{"t":"Project Double Q4 24 OLV 20s Bosch 009 Super de-de Wood Holz"}
|
||||
{"t":"Project Double Q4 24 OLV 20s Bosch 010 Super de-de Metal Metall"}
|
||||
{"t":"Project Double Q4 24 OLV 20s Bosch 011 Super de-de Great brands. Prices you'll love. Top-Marken zu Preisen, die du lieben wirst."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Coolife 001 VO de-de Make a brighter choice when you’re going on holiday. Wähle diesen stilvollen Begleiter für deinen Urlaub."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Coolife 002 VO de-de With the COOLIFE Suitcase from Amazon. Den COOLIFE Koffer von Amazon."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Coolife 003 VO de-de It’s lightweight, durable and stylish. Er ist leicht, langlebig und sieht gut aus."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Coolife 004 VO de-de Whichever colour you choose you know you’ll always arrive in style, as long as you have your passport. Egal welche Farbe du auch wählst, mit diesem Look kommst du richtig gut an − solange du auch an deinen Pass gedacht hast."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Coolife 005 VO de-de Amazon. Great brands. Prices you’ll love. Amazon. Top-Marken zu Preisen, die du lieben wirst."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Oral B 001 VO de-de Rise and shine! Strahlend in den Tag …"}
|
||||
{"t":"Project Double Q4 24 OLV 20s Oral B 002 VO de-de …with the Oral-B iO5 electric toothbrush from Amazon. … mit der Oral-B iO5 elektrischen Zahnbürste von Amazon."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Oral B 003 VO de-de Its smart pressure sensor helps you better protect your gums. Die Andruckkontrolle hilft dir, dein Zahnfleisch besser zu schützen."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Oral B 004 VO de-de And with 5 cleaning modes, you can get a dentist feel cleaning, even in your PJs. Dank der 5 Putzmodi fühlst du dich wie nach einer professionellen Zahnreinigung − und das noch im Schlafanzug."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Oral B 005 VO de-de Amazon. Great brands. Prices you’ll love. Amazon. Top-Marken zu Preisen, die du lieben wirst."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Oral B 006 Super de-de i05 electric toothbrush i05 elektrische Zahnbürste"}
|
||||
{"t":"Project Double Q4 24 OLV 20s Oral B 007 Super de-de Smart pressure sensor Andruckkontrolle"}
|
||||
{"t":"Project Double Q4 24 OLV 20s Oral B 008 Super de-de i05 electric toothbrush iO5 elektrische Zahnbürste"}
|
||||
{"t":"Project Double Q4 24 OLV 20s Oral B 009 Super de-de Great brands. Prices you'll love. Top-Marken zu Preisen, die du lieben wirst."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Philips 001 VO de-de Shave smarter… Smarter rasieren …"}
|
||||
{"t":"Project Double Q4 24 OLV 20s Philips 002 VO de-de …with the Philips Shaver S9000 Prestige from Amazon. … mit dem Philips Rasierer S9000 Prestige von Amazon."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Philips 003 VO de-de Get Philips’ closest ever shave, with its 360º Ultra Flex system. Die gründlichste Rasur (aller Zeiten) von Philips dank maximalem Hautkontakt der flexiblen 360° Scherköpfe."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Philips 004 VO de-de Start every day the right way. Even Mondays. Ein guter Start in den Tag. Sogar Montags."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Philips 005 VO de-de Amazon. Great brands. Prices you’ll love. Amazon. Top-Marken zu Preisen, die du lieben wirst."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Philips 006 Super de-de Shaver S9000 Prestige Rasierer S9000 Prestige"}
|
||||
{"t":"Project Double Q4 24 OLV 20s Philips 007 Super de-de Great brands. Prices you'll love. Top-Marken zu Preisen, die du lieben wirst."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Tineco 001 VO de-de No messing around… Eine saubere Sache …"}
|
||||
{"t":"Project Double Q4 24 OLV 20s Tineco 002 VO de-de … with the Tineco Floor One S5 wet-dry vacuum from Amazon. der Tineco Floor One S5 Nass-Trocken-Sauger von Amazon."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Tineco 003 VO de-de It vacuums, washes, and adapts to most mishaps, to give a truly polished performance. Als Staubsauger mit Wischfunktion nimmt er es mit fast allen Verschmutzungen auf. Eine echte Glanzleistung."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Tineco 004 VO de-de So satisfying, it’s almost worth making a mess for. Macht so viel Spaß, dass man fast Lust bekommt, wieder ein bisschen Dreck zu machen."}
|
||||
{"t":"Project Double Q4 24 OLV 20s Tineco 005 VO de-de Amazon. Great brands. Prices you’ll love. Amazon. Top-Marken zu Preisen, die du lieben wirst."}
|
||||
{"t":"Project Double Q4 24 OLV 6s Philips 001 Super de-de Shaver S9000 Prestige Rasierer S9000 Prestige"}
|
||||
{"t":"Project Double Q4 24 OLV 6s Philips 002 Super de-de Great brands. Prices you'll love. Top-Marken zu Preisen, die du lieben wirst."}
|
||||
2488
storage/amazon/tm/de-DE/flat_MASS_de-de.json
Normal file
2488
storage/amazon/tm/de-DE/flat_MASS_de-de.json
Normal file
File diff suppressed because it is too large
Load diff
1233
storage/amazon/tm/de-DE/flat_Onsite_de-de.json
Normal file
1233
storage/amazon/tm/de-DE/flat_Onsite_de-de.json
Normal file
File diff suppressed because it is too large
Load diff
1539
storage/amazon/tm/de-DE/flat_Outbound_de-de.json
Normal file
1539
storage/amazon/tm/de-DE/flat_Outbound_de-de.json
Normal file
File diff suppressed because it is too large
Load diff
177
storage/amazon/tm/de-DE/flat_PrimeDualBenefit_de-de.json
Normal file
177
storage/amazon/tm/de-DE/flat_PrimeDualBenefit_de-de.json
Normal file
|
|
@ -0,0 +1,177 @@
|
|||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 001 Super de-de Hilarious entertainment Lustige Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 002 Super de-de Hilarious \nentertainment Lustige \nUnterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 002F Super de-de Hilarious entertainment Lustige Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 003 Super de-de and fast delivery und schnelle, kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 004 Super de-de and \nfast delivery und schnelle, \nkostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 004F Super de-de and fast delivery und schnelle, kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 005 Super de-de and \nfast \ndelivery und schnelle, \nkostenlose \nLieferung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 005F Super de-de and fast delivery und schnelle, kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 006 Super de-de It's on Prime for £8.99/month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 007 Super de-de It's on Prime \nfor £8.99/month Gibt's bei Prime \nfür nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 007F Super de-de It's on Prime for £8.99/month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 008 Super de-de It's on Prime \nfor \n£8.99/month Gibt's bei Prime \nfür nur \n8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 008F Super de-de It's on Prime for £8.99/month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 009 de-de Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. You’re Cordially Invited available from 30th January. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Ab 18 Jahren. Es gelten die AGB. „Ihr seid herzlich eingeladen“ ab 30. Januar verfügbar. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 010 de-de Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Ab 18 Jahren. Es gelten die AGB. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 001 de-de Ooh, that’s my Prime delivery. Ah, da ist meine Prime-Bestellung."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 002 FVO de-de What, already? Was, jetzt schon?"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 003 BVO de-de Only one thing can match the buzz of Prime’s fast delivery… Nur eine Sache begeistert so sehr wie die schnelle Lieferung mit Prime …"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 004 BVO de-de ...and that’s the buzz of Prime’s entertainment. ...und zwar das tolle Unterhaltungsangebot von Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 005 de-de What we watching? Was schauen wir an?"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 006 FVO de-de That chaotic new romcom, where Reese Witherspoon and Will Ferrell double-book a wedding venue - looks hilarious! It’s called You’re Cordially Invited… Die neue Liebeskomödie mit Reese Witherspoon und Will Ferrell, in der die beiden dieselbe Hochzeits-Location buchen. Das dürfte sehr witzig werden. Sie heißt 'Ihr seid herzlich eingeladen'"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 007 BVO de-de From fast delivery to hilarious entertainment; it’s on Prime. Schnelle, kostenlose Lieferung, lustige Unterhaltung und mehr: Gibt's bei Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 008 BVO de-de For only £8.99 a month! Join now! Für nur 8 Euro 99 pro Monat. Werde jetzt Prime-Mitglied."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 009 BVO de-de Content includes limited ads. For more information, go to Amazon.co.uk/amazonprime Die Inhalte können Werbung enthalten. Mehr auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 001 VO de-de Things that shouldn’t work together but do Das passt doch nicht! \nOder doch?"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 001F VO de-de Things that shouldn’t work together but do Das passt doch nicht! Oder doch?"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 002 VO de-de Skiing \n& \nFootball Skifahren \nund \nFußball"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 002F VO de-de Skiing & Football Skifahren und Fußball"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 003 VO de-de Owl \n& \nKnitwear Eule \nund \nStrickmütze"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 003F VO de-de Owl & Knitwear Eule und Strickmütze"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 004 VO de-de Dog \n& \nTortoise Hund \nund \nSchildkröte"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 004F VO de-de Dog & Tortoise Hund und Schildkröte"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 005 VO de-de Screwdriver \n& \nNoodles Akkuschrauber \nund \nNudeln"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 005F VO de-de Screwdriver & Noodles Akkuschrauber und Nudeln"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 006 VO de-de Pizza \n& \nParagliding Pizza \nund \nParagliding"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 006F VO de-de Pizza & Paragliding Pizza und Paragliding"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 007 VO de-de Scuba Diving \n& \nPainting Tauchen \nund \nMalen"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 007F VO de-de Scuba Diving & Painting Tauchen und Malen"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 008 VO de-de Fast delivery & hilarious entertainment Schnelle, kostenlose Lieferung und lustige Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 011 VO de-de It’s on Prime for £8.99 a month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 013 VO de-de It’s on Prime for £8.99/month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 014 de-de Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Ab 18 Jahren. Es gelten die AGB. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 001 Headline de-de Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 002 Primary text de-de Fast delivery and hilarious entertainment, all for £8.99 with Prime. Schnelle, kostenlose Lieferung und lustige Unterhaltung für nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 011 Primary text de-de Fast delivery and hilarious entertainment, all for £8.99 with Prime.\n\n#Prime Schnelle, kostenlose Lieferung und lustige Unterhaltung für nur 8,99 € mit Prime.\n\n#Prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 011F Primary text de-de Fast delivery and hilarious entertainment, all for £8.99 with Prime. #Prime Schnelle, kostenlose Lieferung und lustige Unterhaltung für nur 8,99 € mit Prime. #Prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 013 Primary text de-de Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 014 Headline de-de Fast delivery + Hilarious entertainment Schnelle, kostenlose Lieferung + lustige Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 015 Primary text de-de Fast delivery and hilarious entertainment, all for £8.99 with Prime. Schnelle kostenlose Lieferung, lustige Unterhaltung: 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 016 de-de Fast delivery and hilarious entertainment, all for £8.99 with Prime. Schnelle, kostenlose Lieferung und lustige Unterhaltung für nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 017 Title de-de Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 018 Description de-de Fast delivery and hilarious entertainment, all for £8.99 with Prime. Schnelle, kostenlose Lieferung und lustige Unterhaltung für nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 001 de-de You're cordially invited You're cordially invited"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 002 Super de-de Hilarious entertainment Lustige Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 003 Super de-de and \nfast delivery und schnelle, \nkostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 003F Super de-de and fast delivery und schnelle, kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 004 CTA de-de It's on Prime for £8.99/month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 005 de-de Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Ab 18 Jahren. Es gelten die AGB. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 001 VO de-de Fast Delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 002 Super de-de Fast Delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 003 VO de-de Hilarious entertainment Lustige Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 004 Super de-de Hilarious entertainment Lustige Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 005 CTA de-de It's on Prime for £8.99 a month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 006 CTA de-de It's on Prime for £8.99/month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 007 de-de TV: Geographical restrictions and T&Cs apply. 18+. Content includes ads.\nOLV: Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Ab 18 Jahren. Es gelten die AGB. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 007F de-de TV: Geographical restrictions and T&Cs apply. 18+. Content includes ads. OLV: Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Ab 18 Jahren. Es gelten die AGB. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 YouTube 001 Headline de-de Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q1 25 YouTube 002 Description de-de Fast delivery and hilarious entertainment, all for £8.99 with Prime. Schnelle kostenlose Lieferung, lustige Unterhaltung: 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 YouTube 004 CTA de-de Join Now Anmelden"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 001 Super de-de Massive entertainment SpannendeUnterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 002 Super de-de and fast delivery und schnelle, kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 003 Super de-de and fast delivery und schnelle, kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 004 Super de-de and fast delivery und schnelle, kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 005 Super de-de It's on Prime for £8.99/month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 006 Super de-de It's on Prime for £8.99/month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 007 Super de-de It's on Prime for £8.99/month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 008 de-de Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Fortlaufende Mitgliedschaft. Ab 18 Jahren. Es gelten die AGB. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 001 de-de Ooh, that’s my Prime delivery. Ah, da ist meine Prime-Bestellung."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 002 FVO de-de What, already? Was, jetzt schon?"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 003 BVO de-de Only one thing can match the buzz of Prime’s fast delivery… Nur eine Sache begeistert so sehr wie die schnelle Lieferung mit Prime …"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 004 BVO de-de and that’s the buzz of Prime’s entertainment. …und zwar das tolle Unterhaltungsangebot von Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 005 de-de What we watching? Was schauen wir an?"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 006 BVO de-de From fast delivery to thrilling entertainment; it’s on Prime. Schnelle, kostenlose Lieferung, lustige Unterhaltung und mehr: Gibt's bei Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 007 BVO de-de For only £8.99 a month! Join now! Für nur 8 Euro 99 pro Monat. Werde jetzt Prime-Mitglied."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 008 BVO de-de Content includes limited ads. Subscription autorenews. For more information, go to Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Fortlaufende Mitgliedschaft. Mehr auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 001 VO de-de Things that shouldn’t work together but do Das passt doch nicht! Oder doch?"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 002 VO de-de Chocolate & Pizza Schokolade und Pizza"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 003 VO de-de Puppies & Ducks Welpen und Enten"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 004 VO de-de Pizza & Paragliding Pizza und Paragliding"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 005 VO de-de Scuba Diving & Painting Tauchen und Malen"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 006 VO de-de Fast delivery & massive entertainment Schnelle, kostenlose Lieferung und spannende Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 007 VO de-de It’s on Prime for £8.99 a month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 008 Super de-de It’s on Prime for £8.99/month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 001 Headline de-de Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 002 Primary text de-de Fast delivery and massive entertainment, all for £8.99 with Prime. Schnelle, kostenlose Lieferung und spannende Unterhaltung für nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 011 Primary text de-de Fast delivery and massive entertainment, all for £8.99 with Prime.#Prime Schnelle, kostenlose Lieferung und spannende Unterhaltung für nur 8,99 € mit Prime.#Prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 013 Primary text de-de Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 014 Headline de-de Fast delivery + Massive entertainment Schnelle, kostenlose Lieferung + spannende Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 015 Primary text de-de Fast delivery and massive entertainment, all for £8.99 with Prime. Schnelle, kostenlose Lieferung, spannende Unterhaltung: 8,99 € mit Prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 016 de-de Fast delivery and massive entertainment, all for £8.99 with Prime. Schnelle, kostenlose Lieferung und spannende Unterhaltung für nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 017 Title de-de Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 018 Description de-de Fast delivery and massive entertainment, all for £8.99 with Prime. Schnelle, kostenlose Lieferung und spannende Unterhaltung für nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 001 Super de-de Massive entertainment Lustige Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 002 Super de-de and fast delivery und schnelle, kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 003 CTA de-de It's on Prime for £8.99/month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 004 de-de Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Fortlaufende Mitgliedschaft. Ab 18 Jahren. Es gelten die AGB. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 001 VO de-de Fast Delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 002 Super de-de Fast Delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 003 VO de-de Massive entertainment Spannende Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 004 Super de-de Massive entertainment Spannende Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 005 VO de-de It's on Prime for £8.99 a month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 006 Super de-de It's on Prime for £8.99/month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 007 de-de Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Fortlaufende Mitgliedschaft. Ab 18 Jahren. Es gelten die AGB. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 YouTube 001 Headline de-de Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q2 25 YouTube 002 Description de-de Fast delivery and massive entertainment, all for £8.99 with Prime. Schnelle Lieferung und spannende Unterhaltung für nur 8,99 € mit Prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 YouTube 004 CTA de-de Join Now Anmelden"}
|
||||
{"t":"Prime Dual Benefit Q3 23 Social Post 001 de-de Fast delivery and thrilling entertainment, all for £8.99 with Prime. Schnelle Lieferung und spannende Unterhaltung, alles für 8,99/Monat mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 23 Social Post 002 Headline de-de Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 23 Social Static 001 Headline de-de Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 23 Social Static 002 Body Copy de-de Fast delivery and thrilling entertainment, all for X.XX/month with Prime. Schnelle Lieferung und spannende Unterhaltung, alles für X,XX/Monat mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 001 VO de-de Fast delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 002 Super de-de Fast delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 003 VO de-de Thrilling entertainment Spannende Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 004 Super de-de Thrilling entertainment Spannende Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 005 VO de-de Join Prime for £8.99 a month Für nur EUR 8,99 pro Monat. Werde jetzt Prime-Mitglied."}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 006 Super de-de Join Prime for £8.99 a month Für nur EUR 8,99 pro Monat. Werde jetzt Prime-Mitglied."}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 007 Super de-de Join Prime for £8.99 a month. Weitere Informationen auf www.Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 001 Headline de-de Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 002 Primary text de-de Fast delivery and thrilling entertainment, all for £8.99/month with Prime. Schnelle, kostenlose Lieferung und geniale Unterhaltung für nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 006 Primary text de-de Spedizioni veloci senza costi aggiuntivi Schnelle, kostenlose Lieferung und geniale Unterhaltung für nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 009 Headline de-de Gratis en snelle bezorging op Amazon.nl Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 011 Primary text de-de Fast delivery and thrilling entertainment, all for £8.99/month with Prime.\n\n#Prime Schnelle, kostenlose Lieferung und geniale Unterhaltung für nur 8,99 € mit Prime.\n\n#Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 011F Primary text de-de Fast delivery and thrilling entertainment, all for £8.99/month with Prime. #Prime Schnelle, kostenlose Lieferung und geniale Unterhaltung für nur 8,99 € mit Prime. #Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 013 Primary text de-de Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 014 Headline de-de Fast delivery + Thrilling entertainment Schnelle, kostenlose Lieferung + geniale Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 015 Primary text de-de Fast delivery and thrilling entertainment for £8.99/month with Prime. Schnelle, kostenlose Lieferung, geniale Unterhaltung: 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 016 de-de Fast delivery and thrilling entertainment, all for £8.99/month with Prime. Schnelle, kostenlose Lieferung und geniale Unterhaltung für nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 017 Title de-de Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 018 Description de-de Fast delivery and thrilling entertainment, all for £8.99/month with Prime. Schnelle, kostenlose Lieferung und geniale Unterhaltung für nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 026 de-de Fast delivery and thrilling entertainment for £8.99/month with Prime. Schnelle, kostenlose Lieferung, geniale Unterhaltung: 8,99 € mit Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 001 VO de-de Fast Delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 002 Super de-de Fast Delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 003 VO de-de Thrilling entertainment Geniale Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 004 Super de-de Thrilling entertainment Geniale Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 005 VO de-de It’s on Prime for £8.99 a month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 006 Super de-de It’s on Prime for £8.99/month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 007 de-de TV: T&Cs apply. 18+. Content includes ads. Die Inhalte können Werbung enthalten."}
|
||||
{"t":"Prime Dual Benefit Q3 25 YouTube 001 Headline de-de Prime Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 YouTube 002 Description de-de Fast delivery and thrilling entertainment for £8.99/month with Prime. Schnelle, kostenlose Lieferung, geniale Unterhaltung: 8,99 € mit Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 YouTube 003 CTA de-de Join Now Anmelden"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Post 001 de-de Fast delivery and festive entertainment, all for £8.99 with Prime. Schnelle, kostenlose Lieferung und festliche Unterhaltung für nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Post 006 de-de Fast delivery and festive entertainment, all for £8.99 with Prime. Schnelle kostenlose Lieferung, festliche Unterhaltung, 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Post 007 Headline de-de Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Static 001 de-de Festive entertainement Festliche Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Static 002 de-de and fast delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Static 003 CTA de-de Join Prime for £8.99/month Für nur EUR 8,99 pro Monat. Werde jetzt Prime-Mitglied."}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Static 004 de-de Geographic restrictions and T&Cs apply. Eighteen plus. Weitere Informationen auf www.Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 001 Headline de-de Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 002 Primary text de-de Fast delivery and epic entertainment, all for £8.99/month with Prime. Schnelle, kostenlose Lieferung und geniale Unterhaltung für nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 011 Primary text de-de Fast delivery and epic entertainment, all for £8.99/month with Prime.\n\n#Prime Schnelle, kostenlose Lieferung und geniale Unterhaltung für nur 8,99 € mit Prime.\n\n#Prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 011F Primary text de-de Fast delivery and epic entertainment, all for £8.99/month with Prime. #Prime Schnelle, kostenlose Lieferung und geniale Unterhaltung für nur 8,99 € mit Prime. #Prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 013 Primary text de-de Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 014 Headline de-de Fast delivery + epic entertainment Schnelle, kostenlose Lieferung + geniale Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 015 Primary text de-de Fast delivery and epic entertainment for £8.99/month with Prime. Schnelle, kostenlose Lieferung, geniale Unterhaltung: 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 016 de-de Fast delivery and epic entertainment, all for £8.99/month with Prime. Schnelle, kostenlose Lieferung und geniale Unterhaltung für nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 017 Title de-de Delivery + Entertainment Lieferung + Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 018 Description de-de Fast delivery and epic entertainment, all for £8.99/month with Prime. Schnelle, kostenlose Lieferung und geniale Unterhaltung für nur 8,99 € mit Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 026 de-de Fast delivery and entertainment for £8.99/month with Prime. Schnelle, kostenlose Lieferung, geniale Unterhaltung: 8,99 € mit Prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 001 VO de-de Fast Delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 002 Super de-de Fast Delivery Schnelle und kostenlose Lieferung"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 003 VO de-de Epic entertainment Geniale Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 004 Super de-de Epic entertainment Geniale Unterhaltung"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 005 CTA de-de It's on Prime for £8.99 a month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 006 Super de-de It's on Prime for £8.99/month Gibt's bei Prime für nur 8,99 € pro Monat"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 007 de-de Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime Die Inhalte können Werbung enthalten. Fortlaufende Mitgliedschaft. Ab 18 Jahren. Es gelten die AGB. Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 YouTube 001 Description de-de Free, fast delivery and epic entertainment for €6.99/month with Prime. Schnelle, kostenlose Lieferung, geniale Unterhaltung: 8,99 € mit Prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 YouTube 002 CTA de-de Join Now Anmelden"}
|
||||
11
storage/amazon/tm/de-DE/flat_PrimeGourmetGuard_de-de.json
Normal file
11
storage/amazon/tm/de-DE/flat_PrimeGourmetGuard_de-de.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{"t":"Prime Gourmet Guard 25 Social OLV 6s 001 Super de-de Fast delivery. Schnelle Lieferung."}
|
||||
{"t":"Prime Gourmet Guard 25 Social OLV 6s 002 de-de It's on Prime Gibt's bei prime"}
|
||||
{"t":"Prime Gourmet Guard 25 Social OLV 6s 003 de-de Geographic restrictions and T&Cs apply. 18+ Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 001 Super de-de Shopping. Einkaufen."}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 002 Super de-de Streaming. Streaming."}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 003 Super de-de Sizzling. Brutzeln."}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 004 de-de It's on Prime Gibt's bei prime"}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 005 de-de Geographic restrictions and T&Cs apply. 18+ Weitere Informationen auf Amazon.de/prime"}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 6s & 15s 001 Super de-de Fast delivery. Schnelle Lieferung."}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 6s & 15s 002 de-de It's on Prime Gibt's bei prime"}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 6s & 15s 003 de-de Geographic restrictions and T&Cs apply. 18+ Weitere Informationen auf Amazon.de/prime"}
|
||||
70
storage/amazon/tm/de-DE/flat_PrimeMidfunnel_de-de.json
Normal file
70
storage/amazon/tm/de-DE/flat_PrimeMidfunnel_de-de.json
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 001 de-de Cat food, arriving tomorrow with Prime. That’s off your mind. Merlins Lieblingsfutter, mit Prime morgen bei dir. Check!"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 002 de-de So now you can worry about something else like….can Xavier read minds? Zeit, über was anderes nachzudenken... zum Beispiel… kann Merlin eigentlich deine Gedanken lesen?"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 003 Endframe de-de Everyday Essentials. Delivered Fast. Alles für den Alltag. Blitzschnell bei dir."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 004 Endframe de-de It's on Prime Gibt’s bei Prime."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 005 de-de Cut off times and T&Cs apply. See product page when ordering. Weitere Informationen unter Amazon.de"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 006 Phone UI de-de Cat Food Katzenfutter"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 007 Phone UI de-de Fast delivery Schnelle Lieferung"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Deo Radio 001 de-de When your deodorant has been reduced to a tiny whisper and tries to tell you: 'I’m running on empty… I don’t have much left to give’. Wenn sich dein Deo verabschiedet und dir zuflüstert: „Ich bin am Ende....“"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Deo Radio 002 de-de No need to worry…your new deodorant is already on it’s way, arriving tomorrow with Prime. Kein Problem – frisches Deo ist schon unterwegs und mit Prime morgen bei dir."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Deo Radio 003 de-de Everyday Essentials. Delivered Fast. It's on Prime Alles für den Alltag. Blitzschnell bei dir. Gibt’s bei Prime."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Deo Radio 004 VO de-de Cut off times and T&Cs apply. See product page when ordering. Weitere Informationen unter Amazon.de"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 001 de-de More caffeine, arriving tomorrow with Prime. That’s off your mind. Mehr Koffein, mit Prime morgen bei dir. Check!"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 002 de-de So now you can worry about... how long has that been in there? Zeit, dich zu fragen... wann hast du DAS denn gekauft?"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 003 Endframe de-de Everyday Essentials. Delivered Fast. Alles für den Alltag. Blitzschnell bei dir."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 004 Endframe de-de It's on Prime Gibt’s bei Prime."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 005 de-de Cut off times and T&Cs apply. See product page when ordering. Weitere Informationen unter Amazon.de"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 006 Phone UI de-de Coffee Capsule Kaffeekapsel"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 007 Phone UI de-de Fast delivery Schnelle Lieferung"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Light OLV 001 Super de-de Everyday Essentials. Delivered Fast. Alles für den Alltag. Blitzschnell bei dir."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Light OLV 002 Super de-de It's on Prime Gibt’s bei Prime."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Light OLV 003 de-de Cut off times and T&Cs apply. See product page when ordering. Weitere Informationen unter Amazon.de"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Light OLV 004 Phone UI de-de Lightbulb Glühbirne"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Light OLV 005 Phone UI de-de Fast delivery Schnelle Lieferung"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Printer OLV 001 Endframe de-de Customer's most loved. Delivered Fast. Sehr beliebt, top bewertet. Blitzschnell bei dir."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Printer OLV 002 Super de-de It's on Prime Gibt’s bei Prime."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Printer OLV 003 de-de Cut off times and T&Cs apply. See product page when ordering. Weitere Informationen unter Amazon.de"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Printer OLV 004 Phone UI de-de Ink Toner Toner"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Printer OLV 005 CTA de-de Fast delivery Schnelle Lieferung"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 007 de-de Fancy new razor, arriving tomorrow with Prime. That’s off your mind. Neuer Elektrorasierer? Mit Prime morgen bei dir. Check!"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 008 de-de So now you can worry if… you’re slowly turning into your dad? Zeit, dich zu fragen... verwandelst du dich langsam in deinen Vater?"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 009 Endframe de-de Customer's most loved. Delivered Fast. Sehr beliebt, top bewertet. Blitzschnell bei dir."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 010 Endframe de-de It's on Prime Gibt’s bei Prime."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 011 de-de Cut off times and T&Cs apply. See product page when ordering. Weitere Informationen unter Amazon.de"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 012 Phone UI de-de Electric Razor Elektrorasierer"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 013 Phone UI de-de Fast delivery Schnelle Lieferung"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Toy OLV 001 Super de-de Everyday Essentials. Delivered Fast. Alles für den Alltag. Blitzschnell bei dir."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Toy OLV 002 Super de-de It's on Prime Gibt’s bei Prime."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Toy OLV 003 de-de Cut off times and T&Cs apply. See product page when ordering. Weitere Informationen unter Amazon.de"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Toy OLV 004 Phone UI de-de Batteries Batterien"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Toy OLV 005 Phone UI de-de Fast delivery Schnelle Lieferung"}
|
||||
{"t":"Prime Mid Funnel Q3 24 Dual Benefit Digital Display 001 Headline de-de Millions of items. Unlimited entertainment. Tausende Serien. Schnelle Gratis-Lieferung."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Dual Benefit Digital Display 002 Headline de-de Fast delivery. Best of entertainment. Schnelle Gratis-Lieferung. Beste Unterhaltung."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Dual Benefit Digital Display 003 Headline de-de From must-have to must-watch. Millionen Artikel. Unterhaltung ohne Ende."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Dual Benefit Digital Display 004 Headline de-de From sci-fi flicks to kitchen picks. Von Comedy-Show bis Mannschaftstrikot."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Dual Benefit Digital Display 005 Headline de-de Late-night snacks for late night comedy. Mit Snacks eindecken und neue Serien entdecken."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Dual Benefit Digital Display 006 Headline de-de Thriller tonight. Night lights tomorrow. Kinoabend und Kuscheldecke. Check!"}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 001 VO de-de You've either got patience or Prime. Entweder hast du Geduld ... oder Prime."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 002 VO de-de Everyday essentials. Delivered the next day. Alles für den Alltag. Blitzschnell bei dir."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 003 VO de-de From must-have to must-watch. Millionen Artikel. Unterhaltung ohne Ende."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 004 VO de-de Late-night snacks for late night comedy. Mit Snacks eindecken und neue Serien entdecken."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 005 Super de-de Unlimited fast deliveries Schnelle Gratis-Lieferung"}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 006 Super de-de It's on prime Gibt's bei prime"}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 007 Super de-de Unlimited fast deliveries at no extra cost. Schnelle und kostenlose Lieferung."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 008 Super de-de Fast delivery and the best of entertainment. Schnelle Gratis-Lieferung und beste Unterhaltung."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 009 CTA de-de Shop now Jetzt einkaufen"}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 010 CTA de-de Shop now Mehr dazu"}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 011 de-de Geographic restrictions and T&Cs apply Weitere Infos auf amazon.de/prime"}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 001 Headline de-de You've either got patience or Prime. Entweder hast du Geduld ... oder Prime."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 003 Headline de-de Ordered today. With you tomorrow. Heute bestellt. Morgen bei dir."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 006 Headline de-de Fast. Faster. Prime. Schnell. Schneller. Prime."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 007 Headline de-de Next-day delivery. No extra cost. No sweat. Warten bringt's nicht. Prime schon."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 008 Headline de-de Everyday essentials. Delivered the next day. Alles für den Alltag. Blitzschnell bei dir."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 009 Headline de-de Fashion basics shipped in basically no time. Neue Yogamatte noch vor dem Sonnengruß."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 010 Headline de-de More saving. Less waiting. Superschnäppchen. Superschnell."}
|
||||
{"t":"Prime Mid Funnel Q3 24 YouTube 001 Title de-de You've either got patience or Prime. Entweder hast du Geduld ... oder Prime."}
|
||||
{"t":"Prime Mid Funnel Q3 24 YouTube 002 Title de-de Everyday essentials. Delivered the next day. Alles für den Alltag. Blitzschnell bei dir."}
|
||||
{"t":"Prime Mid Funnel Q3 24 YouTube 003 Title de-de From must-have to must-watch. Millionen Artikel. Unterhaltung ohne Ende."}
|
||||
{"t":"Prime Mid Funnel Q3 24 YouTube 004 Title de-de Late-night snacks for late-night comedy. Mit Snacks eindecken und neue Serien entdecken."}
|
||||
{"t":"Prime Mid Funnel Q3 24 YouTube 005 Description de-de Unlimited fast deliveries at no extra cost. Schnelle und kostenlose Lieferung."}
|
||||
{"t":"Prime Mid Funnel Q3 24 YouTube 007 Description de-de Fast delivery and the best of entertainment. Schnelle Gratis-Lieferung und beste Unterhaltung."}
|
||||
90
storage/amazon/tm/de-DE/flat_PrimeSpeed_de-de.json
Normal file
90
storage/amazon/tm/de-DE/flat_PrimeSpeed_de-de.json
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
{"t":"Prime Brand (Speed) Q1 26 (D)OOH Taglines 001 de-de Order it today. Get it today. Heute bestellen. Heute bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q1 26 (D)OOH Taglines 002 de-de Order it today. Get it tomorrow. Heute bestellen. Morgen bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q1 26 (D)OOH Taglines 003 de-de Ordered today. Delivered tomorrow. Heute bestellt. Morgen geliefert."}
|
||||
{"t":"Prime Brand (Speed) Q1 26 (D)OOH Taglines 004 de-de Ordered today. Delivered today. Heute bestellt. Heute geliefert."}
|
||||
{"t":"Prime Brand (Speed) Q1 26 (D)OOH Taglines 005 de-de Delivers as quick as today. Lieferung noch heute."}
|
||||
{"t":"Prime Brand (Speed) Q1 26 (D)OOH Taglines 006 de-de Order and it will come. Like today. Bestellen. Bekommen. Noch heute."}
|
||||
{"t":"Prime Brand (Speed) Q1 26 (D)OOH Taglines 007 de-de Want it fast? Prime delivers faster. Soll es schnell gehen? Prime liefert schneller."}
|
||||
{"t":"Prime Brand (Speed) Q1 26 (D)OOH Taglines 008 de-de Can't wait? Don't. Prime delivers fast. Warten? Nicht nötig. Prime liefert schnell."}
|
||||
{"t":"Prime Brand (Speed) Q1 26 Radio 001 VO de-de When your deodorant has been reduced to a tiny whisper and tries to tell you: (Almost whispering, with the last breath he has left.) ‘I’m running on empty… I don’t have much left to give’. Wenn sich dein Deo verabschiedet und dir zuflüstert: „Ich bin am Ende....“"}
|
||||
{"t":"Prime Brand (Speed) Q1 26 Radio 002 VO de-de No need to worry…your new deodorant is already on it’s way, arriving today with Amazon Prime. Kein Problem – frisches Deo ist schon unterwegs und mit Amazon Prime morgen bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q1 26 Radio 003 VO de-de Same-day delivery. It’s on Prime 1-Tages-Lieferung. Gibt’s bei Prime."}
|
||||
{"t":"Prime Brand (Speed) Q1 26 Radio 004 VO de-de More information on Amazon.de Weitere Informationen unter Amazon.de"}
|
||||
{"t":"Prime Brand (Speed) Q1 26 Radio 005 VO de-de I’m Professor Huggington, and I like to hug! Hallo, ich bin Wauwi, der Schmusehund. Wollen wir Freunde sein…"}
|
||||
{"t":"Prime Brand (Speed) Q1 26 Radio 006 VO de-de When your kid’s favourite toy starts to run out of battery power… Wenn deinem Kind die Batterien fürs Lieblingsspielzeug ausgehen…"}
|
||||
{"t":"Prime Brand (Speed) Q1 26 Radio 007 VO de-de No need to worry… your new batteries are already on their way, arriving tomorrow with Amazon Prime. Kein Problem – neue Batterien sind schon unterwegs und mit Amazon Prime morgen bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q1 26 TVOLV 001 VO de-de Cat food, arriving today with Amazon Prime. That’s off your mind. Merlins Lieblingsfutter, mit Amazon Prime morgen bei dir. Check!"}
|
||||
{"t":"Prime Brand (Speed) Q1 26 TVOLV 002 VO de-de So now you can worry about something else like….can Xavier read minds? Zeit, über was anderes nachzudenken... zum Beispiel… kann Merlin eigentlich deine Gedanken lesen?"}
|
||||
{"t":"Prime Brand (Speed) Q1 26 TVOLV 003 Endframe de-de Same-day delivery. It’s on Prime 1-Tages-Lieferung. Gibt’s bei Prime."}
|
||||
{"t":"Prime Brand (Speed) Q1 26 TVOLV 004 Endframe de-de It's on Prime Gibt’s bei Prime."}
|
||||
{"t":"Prime Brand (Speed) Q1 26 TVOLV 005 de-de More information on Amazon.de Weitere Informationen unter Amazon.de"}
|
||||
{"t":"Prime Brand (Speed) Q1 26 TVOLV 006 Phone UI de-de Cat Food Katzenfutter"}
|
||||
{"t":"Prime Brand (Speed) Q1 26 TVOLV 007 Phone UI de-de Fast delivery Schnelle Lieferung"}
|
||||
{"t":"Prime Brand (Speed) Q1 26 TVOLV 008 VO de-de More caffeine, arriving today with Amazon Prime. That’s off your mind. Mehr Koffein, mit Amazon Prime morgen bei dir. Check!"}
|
||||
{"t":"Prime Brand (Speed) Q1 26 TVOLV 009 VO de-de So now you can worry about... how long has that been in there? Zeit, dich zu fragen... wann hast du DAS denn gekauft?"}
|
||||
{"t":"Prime Brand (Speed) Q1 26 TVOLV 013 Phone UI de-de Coffee Capsule Kaffeekapsel"}
|
||||
{"t":"Prime Brand (Speed) Q1 26 TVOLV 015 Super de-de Same-day delivery. It’s on Prime 1-Tages-Lieferung. Gibt’s bei Prime."}
|
||||
{"t":"Prime Brand (Speed) Q1 26 TVOLV 016 Super de-de It's on Prime Gibt’s bei Prime."}
|
||||
{"t":"Prime Brand (Speed) Q1 26 TVOLV 018 Phone UI de-de Lightbulb Glühbirne"}
|
||||
{"t":"Prime Brand (Speed) Q1 26 TVOLV 023 Phone UI de-de Ink Toner Toner"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 001 Super de-de Waggy tails delivered fast. Wau-Momente schnell bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 002 Tagline de-de Everyday Essentials. Alles für den Alltag."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 003 Tagline de-de It's on Prime Gibt’s bei Prime."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 004 Super de-de Happy bums delivered fast. Baby-Lächeln schnell bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 005 Super de-de Effortless espressos delivered fast. Dein Wachmacher schnell bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 006 Super de-de Birthday wishlists delivered fast. Geburtstagswünsche schnell bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 007 Tagline de-de Customers’ most loved Sehr beliebt, top bewertet"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 008 Super de-de Holiday mode delivered fast. Urlaubsgefühl schnell bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 009 Super de-de Summer ready delivered fast. Sommerfeeling schnell bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 010 de-de More information on Amazon.de Weitere Informationen unter Amazon.de"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Companion Banners 001 de-de Everyday Essentials, delivered fast. Alles für den Alltag, blitzschnell bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Companion Banners 002 de-de It's on Prime Gibt’s bei Prime."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Companion Banners 003 de-de Customers' Most-Loved, Sehr beliebt, top bewertet,"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Companion Banners 004 de-de delivered fast. blitzschnell bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 001 de-de Your pick-me-up delivered fast Dein Wachmacher schnell bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 002 de-de Purring guarantee delivered fast. Schnurrgarantie schnell bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 003 de-de Holiday mode delivered fast. Urlaubsgefühl schnell bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 004 de-de Birthday wishlists delivered fast. Geburtstagswünsche schnell bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 005 de-de Summer ready delivered fast. Sommerfeeling schnell bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 006 de-de Everyday Essentials. Alles für den Alltag."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 007 de-de Customers’ most loved. Sehr beliebt, top bewertet."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 008 de-de It's on Prime Gibt’s bei Prime."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 009 de-de Shop now Jetzt shoppen"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 OLV 001 Super de-de Everyday Essentials. Delivered Fast. Alles für den Alltag. Blitzschnell bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 OLV 002 Super de-de It's on Prime Gibt’s bei Prime."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 OLV 003 de-de More information on Amazon.de Weitere Informationen unter Amazon.de"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 OLV 006 Phone UI de-de Batteries Batterien"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 OLV 007 CTA de-de Fast delivery Schnelle Lieferung"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 OLV 014 Phone UI de-de Lightbulb Glühbirne"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 OLV 016 Endframe de-de Customer's most loved. Delivered Fast. Sehr beliebt, top bewertet. Blitzschnell bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 OLV 022 Phone UI de-de Ink Toner Toner"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 001 de-de When your deodorant has been reduced to a tiny whisper and tries to tell you: ‘I’m running on empty… I don’t have much left to give’. Wenn sich dein Deo verabschiedet und dir zuflüstert: „Ich bin am Ende....“"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 002 de-de No need to worry… your new deodorant is already on it’s way, arriving today with Amazon Prime. Kein Problem – frisches Deo ist schon unterwegs und mit Amazon Prime morgen bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 003 de-de Everyday Essentials. Delivered Fast. It's on Prime Alles für den Alltag. Blitzschnell bei dir. Gibt’s bei Prime."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 004 VO de-de More information on Amazon.de Weitere Informationen unter Amazon.de"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 009 BVO de-de I’m Professor Huggington, and I like to hug! Hallo, ich bin Wauwi, der Schmusehund. Wollen wir Freunde sein…"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 010 de-de When your kid’s favourite toy starts to run out of battery power… Wenn deinem Kind die Batterien fürs Lieblingsspielzeug ausgehen…"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 011 de-de No need to worry… your new batteries are already on their way, arriving tomorrow with Amazon Prime. Kein Problem – neue Batterien sind schon unterwegs und mit Amazon Prime morgen bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 012 de-de Everyday Essentials. Delivered Fast. It's on Prime Alles für den Alltag. Blitzschnell bei dir. Gibt’s bei Prime."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 013 BVO de-de I’m Professor Huggington, and I like to hug! Hallo, ich bin Wauwi, der Schmusehund. Wollen wir Freunde sein…"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 014 VO de-de More information on Amazon.de Weitere Informationen unter Amazon.de"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 001 de-de Cat food, arriving tomorrow with Amazon Prime. That’s off your mind. Merlins Lieblingsfutter, mit Amazon Prime morgen bei dir. Check!"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 002 de-de More caffeine, arriving tomorrow with Amazon Prime. That’s off your mind. Mehr Koffein, mit Amazon Prime morgen bei dir. Check!"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 003 de-de So now you can worry about... how long has that been in there? Zeit, dich zu fragen... wann hast du DAS denn gekauft?"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 004 Endframe de-de Everyday Essentials. Delivered Fast. Alles für den Alltag. Blitzschnell bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 005 Endframe de-de It's on Prime Gibt’s bei Prime."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 006 de-de More information on Amazon.de Weitere Informationen unter Amazon.de"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 010 Phone UI de-de Coffee Capsule Kaffeekapsel"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 011 CTA de-de Fast delivery Schnelle Lieferung"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 012 de-de Fancy new razor, arriving tomorrow with Prime. That’s off your mind. Neuer Elektrorasierer? Mit Amazon Prime morgen bei dir. Check!"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 013 de-de So now you can worry if… you’re slowly turning into your dad? Zeit, dich zu fragen... verwandelst du dich langsam in deinen Vater?"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 014 Endframe de-de Customers' Most-Loved.Delivered Fast. Sehr beliebt, top bewertet. Blitzschnell bei dir."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 020 Phone UI de-de Razor Elektrorasierer"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 YouTube 001 Headline de-de It's on Prime Gibt’s bei Prime"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 YouTube 002 Description de-de Check out the most-loved items and get them delivered fast with Prime Entdecke sehr beliebt, top bewertet blitzschnell bei dir mit Prime"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 YouTube 003 CTA de-de Shop now Shoppen"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 YouTube 005 Description de-de Check out the most-loved items and get them delivered fast with Prime Entdecke Produkte für deinen Alltag blitzschnell bei dir mit Prime"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 YouTube 007 Headline de-de It's on Prime Amazon Prime"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 YouTube 008 Description de-de Check out the most-loved items Entdecke sehr beliebt, top bewertet"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 YouTube 010 Description de-de Get the products you need every day Entdecke Produkte für deinen Alltag"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 YouTube 011 CTA de-de Shop now Jetzt shoppen"}
|
||||
3
storage/amazon/tm/de-DE/flat_TheKiss_de-de.json
Normal file
3
storage/amazon/tm/de-DE/flat_TheKiss_de-de.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{"t":"The Kiss Q1 26 TV OLV UI 001 de-de Beard Trimmer Barttrimmer"}
|
||||
{"t":"The Kiss Q1 26 TV OLV UI 002 de-de Rain boots Gummistiefel"}
|
||||
{"t":"The Kiss Q1 26 TV OLV UI 003 de-de Drying Rack Wäscheständer"}
|
||||
204
storage/amazon/tm/de-DE/flat_UEFA_de-de.json
Normal file
204
storage/amazon/tm/de-DE/flat_UEFA_de-de.json
Normal file
|
|
@ -0,0 +1,204 @@
|
|||
{"t":"UEFA Womens 24 (D)OOH Creatives 001 de-de You bring the triumph. We bring the trophy. Du bringst den Sieg. Wir bringen den Pokal."}
|
||||
{"t":"UEFA Womens 24 (D)OOH Creatives 002 de-de You bring the magic. We bring the medal. Du bringst den Erfolg. Wir bringen die Medaille."}
|
||||
{"t":"UEFA Womens 24 (D)OOH Creatives 003 de-de Proud partners Proud partners"}
|
||||
{"t":"UEFA Womens 24 Designation Transcreation 001 de-de Official e-commerce partner Offizieller Partner im Onlinehandel"}
|
||||
{"t":"UEFA Womens 24 Designation Transcreation 002 de-de Proud partner Offizieller Partner"}
|
||||
{"t":"UEFA Womens 24 Designation Transcreation 003 de-de Official e-commerce partner Offizieller Partner im Onlinehandel"}
|
||||
{"t":"UEFA Womens 24 Designation Transcreation 004 de-de Official online retail partner Offizieller Partner im Onlinehandel"}
|
||||
{"t":"UEFA Womens 24 further mobile 002 de-de Shop the Women's Football Store Kaufe im Frauenfußball-Shop ein"}
|
||||
{"t":"UEFA Womens 24 further mobile 003 de-de Top sellers Bestseller"}
|
||||
{"t":"UEFA Womens 24 further mobile 004 de-de Women’s Football Frauenfußball"}
|
||||
{"t":"UEFA Womens 24 further mobile 005 de-de Browse women’s kits and more Frauen-Ausrüstung & mehr"}
|
||||
{"t":"UEFA Womens 24 further mobile 006 de-de Visit the Women's Football Store Besuche den Frauenfußball-Shop"}
|
||||
{"t":"UEFA Womens 24 Headlines Leading Edit 002 de-de You bring the grit. We bring the stuff. Du bringst den Einsatz. Wir bringen die Ausrüstung."}
|
||||
{"t":"UEFA Womens 24 Store front 001 de-de Proud Partner Offizieller Partner"}
|
||||
{"t":"UEFA Womens 24 Store front 002 de-de Women's Football Store Frauenfußball-Shop"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 001 de-de GRWM for training (Get Ready With Me) GRWM fürs Training"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 002 de-de New Goalie Gloves Day! Zeit für neue Torwarthandschuhe!"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 003 de-de new socks Neue Socken"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 004 de-de Unbox my fresh training socks with me Pack meine neuen Trainingssocken mit mir aus"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 005 de-de with Amazon mit Amazon"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 006 de-de same skills Gleiches Talent"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 007 de-de Unbox my training essentials \nwith me Pack mein neues Tape mit mir aus"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 007F de-de Unbox my training essentials with me Pack mein neues Tape mit mir aus"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 008 de-de Unbox them with me Pack sie mit mir aus"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 001 de-de You bring the wins\nWe bring the medal Du bringst den Sieg.\nWir bringen die Medaille."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 001F de-de You bring the wins We bring the medal Du bringst den Sieg. Wir bringen die Medaille."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 002 de-de You bring the burn\nWe bring the bib Du bringst den Schweiß. \nWir bringen das Trikot."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 002F de-de You bring the burn We bring the bib Du bringst den Schweiß. Wir bringen das Trikot."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 003 de-de You bring the triumph\nWe bring the trophy Du bringst den Sieg.\nWir bringen den Pokal."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 003F de-de You bring the triumph We bring the trophy Du bringst den Sieg. Wir bringen den Pokal."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 004 de-de You bring \nthe flair \nWe bring \nthe hair dye Du bringst\ndie Stimmung.\nWir bringen\ndie Haarfarbe."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 004F de-de You bring the flair We bring the hair dye Du bringst die Stimmung. Wir bringen die Haarfarbe."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 005 de-de You bring the heat \nWe bring the ice bath Du bringst das Feuer.\nWir bringen das Eisbad."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 005F de-de You bring the heat We bring the ice bath Du bringst das Feuer. Wir bringen das Eisbad."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 006 de-de You bring \nthe wins\nWe bring \nthe medal Du bringst\nden Sieg.\nWir bringen\ndie Medaille."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 006F de-de You bring the wins We bring the medal Du bringst den Sieg. Wir bringen die Medaille."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 007 de-de You bring \nthe steel\nWe bring \nthe shin pads Du bringst\nden Einsatz.\nWir bringen\ndie Schienbeinschoner."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 007F de-de You bring the steel We bring the shin pads Du bringst den Einsatz. Wir bringen die Schienbeinschoner."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 008 de-de You bring the steel\nWe bring the shin pads Du bringst den Einsatz. \nWir bringen die Schienbeinschoner."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 008F de-de You bring the steel We bring the shin pads Du bringst den Einsatz. Wir bringen die Schienbeinschoner."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 009 de-de You bring \nthe heat \nWe bring \nthe ice bath Du bringst\ndas Feuer.\nWir bringen\ndas Eisbad."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 009F de-de You bring the heat We bring the ice bath Du bringst das Feuer. Wir bringen das Eisbad."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 010 de-de You bring the flair \nWe bring the hair dye Du bringst die Stimmung.\nWir bringen die Haarfarbe."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 010F de-de You bring the flair We bring the hair dye Du bringst die Stimmung. Wir bringen die Haarfarbe."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 011 de-de You bring the skills\nWe bring the socks Du bringst das Talent. \nWir bringen die Socken."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 011F de-de You bring the skills We bring the socks Du bringst das Talent. Wir bringen die Socken."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 013 de-de You bring\nthe magic\nWe bring\nthe medal Du bringst \nden Erfolg.\nWir bringen\ndie Medaille."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 013F de-de You bring the magic We bring the medal Du bringst den Erfolg. Wir bringen die Medaille."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 014 de-de You bring \nthe skills\nWe bring \nthe socks Du bringst \ndas Talent. \nWir bringen \ndie Socken."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 014F de-de You bring the skills We bring the socks Du bringst das Talent. Wir bringen die Socken."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 015 de-de You bring \nthe triumph\nWe bring \nthe trophy Du bringst \nden Sieg.\nWir bringen \nden Pokal."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 015F de-de You bring the triumph We bring the trophy Du bringst den Sieg. Wir bringen den Pokal."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 016 de-de You bring the guts \nWe bring the socks Du bringst den Einsatz.\nWir bringen die Socken."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 016F de-de You bring the guts We bring the socks Du bringst den Einsatz. Wir bringen die Socken."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 017 de-de You bring \nthe guts \nWe bring \nthe socks Du bringst \nden Einsatz.\nWir bringen \ndie Socken."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 017F de-de You bring the guts We bring the socks Du bringst den Einsatz. Wir bringen die Socken."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 018 de-de You bring the magic\nWe bring the medal Du bringst den Erfolg.\nWir bringen die Medaille."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 018F de-de You bring the magic We bring the medal Du bringst den Erfolg. Wir bringen die Medaille."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 019 de-de You bring \nthe burn\nWe bring \nthe bib Du bringst\nden Schweiß.\nWir bringen\ndas Trikot."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 019F de-de You bring the burn We bring the bib Du bringst den Schweiß. Wir bringen das Trikot."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 020 de-de Official Online Retail Partner Official Online Retail Partner"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 021 de-de Official online retail partner Official online retail partner"}
|
||||
{"t":"UEFA Womens 25 Competition 001 de-de Enter the prize draw for your chance to win tickets for a game, including travel and accommodation! Jetzt hast du die Chance, dabei zu sein. Gewinne Tickets für ein Spiel, inklusive Anreise und Unterkunft!"}
|
||||
{"t":"UEFA Womens 25 Competition 002 de-de Plus hundreds of official match balls to be won. Und oben drauf gibt es Hunderte offizielle Spielbälle zu gewinnen."}
|
||||
{"t":"UEFA Womens 25 Competition 003 de-de Win a trip Gewinne"}
|
||||
{"t":"UEFA Womens 25 Competition 004 de-de Open to residents of England, Wales and Scotland aged 18+ with an Amazon.co.uk account. Zur Teilnahme berechtigt sind Personen mit Wohnsitz in Deutschland, Österreich und der Schweiz, die mindestens 18 Jahre alt sind und ein Konto auf Amazon.de besitzen."}
|
||||
{"t":"UEFA Womens 25 Competition 005 de-de No purchase necessary. Excludes NI. Kein Kauf erforderlich."}
|
||||
{"t":"UEFA Womens 25 Competition 006 de-de Win an unforgettable \nUEFA Women’s EURO \n2025 experience Gewinne dein einmaliges\nUEFA Frauen EURO\n2025 Erlebnis"}
|
||||
{"t":"UEFA Womens 25 Competition 006F de-de Win an unforgettable UEFA Women’s EURO 2025 experience Gewinne dein einmaliges UEFA Frauen EURO 2025 Erlebnis"}
|
||||
{"t":"UEFA Womens 25 Competition 007 de-de You entered the Amazon UEFA Women’s EURO 2025 Prize Draw, and we’re pleased to inform you that you have won an official adidas match ball! wir freuen uns, dir mitteilen zu können, dass du beim Amazon Gewinnspiel zur UEFA Frauen EURO 2025 einen offiziellen adidas Spielball gewonnen hast!"}
|
||||
{"t":"UEFA Womens 25 Competition 008 de-de T&Cs apply. Es gelten die AGB."}
|
||||
{"t":"UEFA Womens 25 Competition 009 de-de Please note that you can view the full terms and conditions for this prize draw here: https://www.amazon.co.uk/TermsAndConditions Die vollständigen Teilnahmebedingungen für dieses Gewinnspiel kannst du hier einsehen: [insert locale T&Cs]"}
|
||||
{"t":"UEFA Womens 25 Competition 010 de-de Thanks a lot for your participation and congratulations!\n Amazon Also - vielen Dank für deine Teilnahme und wir wünschen dir viel Spaß mit deinem Gewinn!\n Amazon"}
|
||||
{"t":"UEFA Womens 25 Competition 010F de-de Thanks a lot for your participation and congratulations! Amazon Also - vielen Dank für deine Teilnahme und wir wünschen dir viel Spaß mit deinem Gewinn! Amazon"}
|
||||
{"t":"UEFA Womens 25 Competition 011 de-de Hello XXX Hallo XXX"}
|
||||
{"t":"UEFA Womens 25 Competition 012 de-de Congratulations! Thank you for entering the Amazon UEFA Women's EURO 2025 Competition here [Enter Competition Link]. Herzlichen Glückwunsch! Vielen Dank, dass du am Amazon Gewinnspiel [Enter Link] zur UEFA Frauen EURO 2025 teilgenommen hast."}
|
||||
{"t":"UEFA Womens 25 Competition 013 de-de to watch eine Reise zur"}
|
||||
{"t":"UEFA Womens 25 Competition 014 de-de Click here to enter the prize draw. Klicke hier, um am Gewinnspiel teilzunehmen."}
|
||||
{"t":"UEFA Womens 25 Competition 015 de-de For the avoidance of doubt, ATPI will only strictly use and process your details for purposes of making the necessary arrangements. Keine Sorge – ATPI nutzt deine Daten ausschließlich dafür, damit deine Reise reibungslos organisiert werden kann."}
|
||||
{"t":"UEFA Womens 25 Competition 016 de-de See full Terms and Conditions here Die vollständigen Geschäftsbedingungen findest du hier."}
|
||||
{"t":"UEFA Womens 25 Competition 017 de-de Terms and conditions apply. Es gelten die Allgemeinen Geschäftsbedingungen."}
|
||||
{"t":"UEFA Womens 25 Competition 018 de-de Thank you! You have been entered into the Prize Draw. Vielen Dank! Du nimmst nun am Gewinnspiel teil."}
|
||||
{"t":"UEFA Womens 25 Competition 019 de-de Enter the draw Jetzt teilnehmen"}
|
||||
{"t":"UEFA Womens 25 Competition 020 de-de Please note that you can view the full terms and conditions for this prize draw here: [Enter T&Cs.] Die vollständigen Teilnahmebedingungen für dieses Gewinnspiel kannst du hier einsehen: [Enter T&Cs.]"}
|
||||
{"t":"UEFA Womens 25 Competition 021 de-de No purchase necessary. Kein Kauf erforderlich."}
|
||||
{"t":"UEFA Womens 25 Competition 022 de-de To enter, click the link below whilst logged in to your Amazon.co.uk account, before 23.59 BST on Sunday, 1st June 2025. Um teilzunehmen, melde dich mit deinem Konto auf Amazon.de an und klicke bis spätestens Sonntag, den 1. Juni 2025 um 23:59 Uhr MESZ auf den nachfolgenden Link."}
|
||||
{"t":"UEFA Womens 25 Competition 023 de-de Win a \nUEFA Women’s \nEURO 2025 \nexperience Gewinne dein\nUEFA Frauen\nEURO 2025\nErlebnis!"}
|
||||
{"t":"UEFA Womens 25 Competition 023F de-de Win a UEFA Women’s EURO 2025 experience Gewinne dein UEFA Frauen EURO 2025 Erlebnis!"}
|
||||
{"t":"UEFA Womens 25 Competition 024 de-de Click below to visit our Women's Football Shop. Hier kannst Du unseren Frauenfußball-Shop entdecken."}
|
||||
{"t":"UEFA Womens 25 Competition 025 de-de Once you have confirmed receipt of the prize we will supply the prize provider, ATPI, with your contact details and they will make the arrangements for your trip. Please monitor your junk e-mail folder, in case emails from ATPI get delivered there instead of your inbox. Sobald du uns fristgerecht die Annahme deines Gewinns bestätigt hast, werden wir unserem Kooperationspartner – ATPI – deine Kontaktdaten übermitteln, damit er die notwendigen Vorbereitungen für deine Reise übernehmen kann.\nBitte überprüfe auch deinen Spam-Ordner, falls E-Mails von ATPI dort eingegangen und nicht in deinem Posteingang angekommen sind."}
|
||||
{"t":"UEFA Womens 25 Competition 025F de-de Once you have confirmed receipt of the prize we will supply the prize provider, ATPI, with your contact details and they will make the arrangements for your trip. Please monitor your junk e-mail folder, in case emails from ATPI get delivered there instead of your inbox. Sobald du uns fristgerecht die Annahme deines Gewinns bestätigt hast, werden wir unserem Kooperationspartner – ATPI – deine Kontaktdaten übermitteln, damit er die notwendigen Vorbereitungen für deine Reise übernehmen kann. Bitte überprüfe auch deinen Spam-Ordner, falls E-Mails von ATPI dort eingegangen und nicht in deinem Posteingang angekommen sind."}
|
||||
{"t":"UEFA Womens 25 Competition 026 de-de the UEFA Women's EURO 2025 UEFA Frauen EURO 2025"}
|
||||
{"t":"UEFA Womens 25 Competition 027 de-de Thank you for participating and once again congrats! Also – vielen Dank für deine Teilnahme und viel Spaß mit deinem Gewinn!"}
|
||||
{"t":"UEFA Womens 25 Competition 028 de-de Please confirm acceptance of the prize by emailing prize-draw@amazon.co.uk (URL to be localised) with the Prize Draw name and your full name, address (including county) and daytime telephone number within the next 5 days, by [DATE], otherwise we will draw a new winner without further notice to you. Bitte gib uns kurz Bescheid, ob du den Gewinn annimmst.\n Schreib uns einfach innerhalb der nächsten 5 Tage, spätestens bis zum [DATE], eine E-Mail an gewinnspiel@amazon.de – mit dem Namen des Gewinnspiels und deinem vollständigen Namen. Falls wir innerhalb der Frist nichts von dir hören, verlosen wir ohne weitere Benachrichtigung den Gewinn neu."}
|
||||
{"t":"UEFA Womens 25 Competition 028F de-de Please confirm acceptance of the prize by emailing prize-draw@amazon.co.uk (URL to be localised) with the Prize Draw name and your full name, address (including county) and daytime telephone number within the next 5 days, by [DATE], otherwise we will draw a new winner without further notice to you. Bitte gib uns kurz Bescheid, ob du den Gewinn annimmst. Schreib uns einfach innerhalb der nächsten 5 Tage, spätestens bis zum [DATE], eine E-Mail an gewinnspiel@amazon.de – mit dem Namen des Gewinnspiels und deinem vollständigen Namen. Falls wir innerhalb der Frist nichts von dir hören, verlosen wir ohne weitere Benachrichtigung den Gewinn neu."}
|
||||
{"t":"UEFA Womens 25 Competition 029 de-de We're pleased to inform you that you have won two tickets to UEFA Women's Euro 2025 including travel and accommodation. Wir freuen uns, dir mitteilen zu können, dass du zwei Tickets für die UEFA Frauen EURO 2025 gewonnen hast - inklusive Anreise und Unterkunft."}
|
||||
{"t":"UEFA Womens 25 Competition 030 de-de Congratulations, Herzlichen Glückwunsch,"}
|
||||
{"t":"UEFA Womens 25 Competition 031 de-de Please redeem your prize by visiting the product page here and adding to basket, then entering your unique code XXXXXXX at checkout. Um deinen Preis einzulösen, besuche bitte hier die Produktseite, füge das Produkt deinem Warenkorb hinzu und gib beim Bezahlvorgang deinen individuellen Code XXXXXXX ein."}
|
||||
{"t":"UEFA Womens 25 Homepage 001 de-de Fan your own way Feier den Fußball so, wie du willst"}
|
||||
{"t":"UEFA Womens 25 Homepage 002 de-de Find your own way Sei Fan - so wie du willst"}
|
||||
{"t":"UEFA Womens 25 Homepage 003 de-de Visit the Women’s Football Shop Besuche den Frauenfußball-Shop"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 001 de-de Enter now Jetzt teilnehmen"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 002 de-de Get ready! UEFA Women’s EURO 2025 Final. Das Finale! UEFA Frauen EURO 2025."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 003 de-de UEFA Women’s EURO 2025 is coming. Die UEFA Frauen EURO 2025 kommt."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 004 de-de Shop Match Day must haves Alles, was dein Spieltag braucht"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 005 de-de Shop now Jetzt shoppen"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 006 de-de Shop Now Jetzt shoppen"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 007 de-de Get ready for UEFA Women’s EURO 2025 Mach dich bereit für die UEFA Frauen EURO 2025"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 008 de-de Shop match day must haves Alles, was dein Spieltag braucht"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 009 de-de Shop the stuff you need to host the ultimate watch party Finde alles, was du für deine ultimative Watch-Party brauchst."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 010 de-de Explore the Women’s Football Shop. Entdecke den Frauenfußball-Shop."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 011 de-de Enter the prize draw for your chance to win tickets for a game, including travel and accommodation! Plus hundreds of official match balls to be won. Jetzt hast du die Chance, dabei zu sein. Gewinne Tickets für ein Spiel, inklusive Anreise und Unterkunft! Und oben drauf gibt es Hunderte offizielle Spielbälle zu gewinnen."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 012 de-de Explore the Women’s Football Shop now. Entdecke jetzt den Frauenfußball-Shop."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 013 de-de Enter Now Jetzt teilnehmen"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 014 de-de It’s knockout time. Show your support with the Women’s Football Shop. Es ist K.o.-Zeit. Zeig deine Begeisterung mit dem Frauenfußball-Shop."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 015 de-de Discover the Women’s Football Shop. Entdecke den Frauenfußball-Shop."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 016 de-de Are you ready for the UEFA Women’s EURO 2025? Bist du bereit für die UEFA Frauen EURO 2025?"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 017 de-de Win a trip to UEFA Women's EURO 2025. Reise gewinnen! UEFA Frauen EURO 2025."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 018 de-de Explore more ways to show your support Entdecke mehr Möglichkeiten, um dein Team zu unterstützen"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 019 de-de Level up your game day with the Women’s Football Shop Bring deinen Spieltag aufs nächste Level mit dem Frauenfußball-Shop."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 020 de-de Discover the Women’s Football Shop now. Entdecke jetzt den Frauenfußball-Shop."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 021 de-de The countdown is on. Der Countdown läuft."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 022 de-de Get set for kick-off with the Women's Football Shop viewing essentials Mach dich bereit. Mit allem aus dem Frauenfußball-Shop, was du zum Anpfiff im TV brauchst."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 023 de-de Get ready for UEFA Women’s EURO 2025 knockouts Mach dich bereit für die K.o.-Runde der UEFA Frauen EURO 2025"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 024 de-de Celebrate every moment on and off the pitch. Show support your way with the Women’s Football Shop. Feiere jeden Moment auf und neben dem Platz. Zeig deine Unterstützung so, wie du willst, mit allem aus dem Frauenfußball-Shop."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 025 de-de Are you ready for the UEFA Women’s EURO 2025 Final? Bereit fürs Finale der UEFA Frauen EURO 2025?"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 026 de-de Get Crafty Werde kreativ"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 027 de-de Get Playing Jetzt wird gekickt"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 028 de-de Enter now - the countdown is on. Jetzt teilnehmen – der Countdown läuft."}
|
||||
{"t":"UEFA Womens 25 Storefront 009 de-de Match day memories Für unvergessliche Momente"}
|
||||
{"t":"UEFA Womens 25 Storefront 010 de-de Health & Personal Care Gesundheit & Körperpflege"}
|
||||
{"t":"UEFA Womens 25 Storefront 011 de-de Seating & Comfort Bequemes Sitzen"}
|
||||
{"t":"UEFA Womens 25 Storefront 012 de-de Recipe Books Kochbücher"}
|
||||
{"t":"UEFA Womens 25 Storefront 013 de-de Weather protection Wetterschutz"}
|
||||
{"t":"UEFA Womens 25 Storefront 014 de-de Gaming Games"}
|
||||
{"t":"UEFA Womens 25 Storefront 015 de-de Equipment Ausrüstung"}
|
||||
{"t":"UEFA Womens 25 Storefront 016 de-de Shop home viewing essentials Alles für den Fernsehabend"}
|
||||
{"t":"UEFA Womens 25 Storefront 017 de-de Shop cheering essentials Alles zum Anfeuern"}
|
||||
{"t":"UEFA Womens 25 Storefront 018 de-de Barbecue Grillzubehör"}
|
||||
{"t":"UEFA Womens 25 Storefront 019 de-de Girls’ boots Mädchen-Fußballschuhe"}
|
||||
{"t":"UEFA Womens 25 Storefront 020 de-de Get crafty Werde kreativ"}
|
||||
{"t":"UEFA Womens 25 Storefront 021 de-de Diffusers Duftöldiffusoren"}
|
||||
{"t":"UEFA Womens 25 Storefront 022 de-de Fridges Kühlschränke"}
|
||||
{"t":"UEFA Womens 25 Storefront 023 de-de LEDs Leuchtarmbänder"}
|
||||
{"t":"UEFA Womens 25 Storefront 024 de-de Banners Banner"}
|
||||
{"t":"UEFA Womens 25 Storefront 025 de-de Fan on the go Für Fans unterwegs"}
|
||||
{"t":"UEFA Womens 25 Storefront 026 de-de Shop game day beauty Beauty-Produkte fürs Spiel"}
|
||||
{"t":"UEFA Womens 25 Storefront 027 de-de Dress to impress Dein Outfit? Wow!"}
|
||||
{"t":"UEFA Womens 25 Storefront 028 de-de Watches Armbanduhren"}
|
||||
{"t":"UEFA Womens 25 Storefront 029 de-de Shop football kit & equipment Alles an Fußball-Ausrüstung"}
|
||||
{"t":"UEFA Womens 25 Storefront 030 de-de Shop game day treats Entdecke unsere Knabber-Auswahl"}
|
||||
{"t":"UEFA Womens 25 Storefront 031 de-de Decorations & Lights Deko & Beleuchtung"}
|
||||
{"t":"UEFA Womens 25 Storefront 032 de-de Enjoy at home Fürs Stadion zu Hause"}
|
||||
{"t":"UEFA Womens 25 Storefront 033 de-de Shop hosting essentials Alles für deine Gäste"}
|
||||
{"t":"UEFA Womens 25 Storefront 034 de-de Shop party supplies Alles, was ihr zum Feiern braucht"}
|
||||
{"t":"UEFA Womens 25 Storefront 035 de-de Tableware Partygeschirr"}
|
||||
{"t":"UEFA Womens 25 Storefront 036 de-de TV & Home Cinema TV, Fernseher & Heimkino"}
|
||||
{"t":"UEFA Womens 25 Storefront 037 de-de Printers Drucker"}
|
||||
{"t":"UEFA Womens 25 Storefront 038 de-de Shirts T-Shirts"}
|
||||
{"t":"UEFA Womens 25 Storefront 039 de-de Shop photography Den Spieltag in Fotos festhalten"}
|
||||
{"t":"UEFA Womens 25 Storefront 040 de-de Binoculars Ferngläser"}
|
||||
{"t":"UEFA Womens 25 Storefront 041 de-de Crocheting and Knitting Häkeln & Stricken"}
|
||||
{"t":"UEFA Womens 25 Storefront 042 de-de Hand clappers Handklatscher"}
|
||||
{"t":"UEFA Womens 25 Storefront 043 de-de Sports nutrition Sporternährung"}
|
||||
{"t":"UEFA Womens 25 Storefront 044 de-de Bracelets Armbänder"}
|
||||
{"t":"UEFA Womens 25 Storefront 045 de-de Host like a pro Für den perfekten Fußballabend"}
|
||||
{"t":"UEFA Womens 25 Storefront 046 de-de Amazon.\nProud partner\nof UEFA Women's\nFootball. Amazon.\nOffizieller Partner\ndes UEFA-\nFrauenfußballs."}
|
||||
{"t":"UEFA Womens 25 Storefront 046F de-de Amazon. Proud partner of UEFA Women's Football. Amazon. Offizieller Partner des UEFA- Frauenfußballs."}
|
||||
{"t":"UEFA Womens 25 Storefront 047 de-de Speakers Megafone"}
|
||||
{"t":"UEFA Womens 25 Storefront 048 de-de Stickers & Patches Aufkleber und Aufnäher"}
|
||||
{"t":"UEFA Womens 25 Storefront 049 de-de Snacks to the max Snacks fürs Spiel"}
|
||||
{"t":"UEFA Womens 25 Storefront 050 de-de Make some noise So klingen Fans"}
|
||||
{"t":"UEFA Womens 25 Storefront 051 de-de Hats Mützen & Caps"}
|
||||
{"t":"UEFA Womens 25 Storefront 052 de-de Women's Football Shop Frauenfußball-Shop"}
|
||||
{"t":"UEFA Womens 25 Storefront 053 de-de Scarves Schals"}
|
||||
{"t":"UEFA Womens 25 Storefront 054 de-de Kitchen appliances Küchengeräte"}
|
||||
{"t":"UEFA Womens 25 Storefront 055 de-de Accessories Fan-Accessoires"}
|
||||
{"t":"UEFA Womens 25 Storefront 056 de-de Shop craft supplies Alles, was du zum Basteln brauchst"}
|
||||
{"t":"UEFA Womens 25 Storefront 057 de-de Shop match day must-haves Alles, was dein Spieltag braucht"}
|
||||
{"t":"UEFA Womens 25 Storefront 058 de-de Our store has moved! Unser Frauenfußball-Shop ist umgezogen!"}
|
||||
{"t":"UEFA Womens 25 Storefront 059 de-de Audio and Hifi Hifi & Audio"}
|
||||
{"t":"UEFA Womens 25 Storefront 060 de-de Women's kit Damen-Sets"}
|
||||
{"t":"UEFA Womens 25 Storefront 061 de-de Family fun Familienspaß"}
|
||||
{"t":"UEFA Womens 25 Storefront 062 de-de Journals Tagebücher"}
|
||||
{"t":"UEFA Womens 25 Storefront 063 de-de Towels Handtücher"}
|
||||
{"t":"UEFA Womens 25 Storefront 064 de-de Make-up & Face Paint Make-up und Gesichtsfarbe"}
|
||||
{"t":"UEFA Womens 25 Storefront 065 de-de Water bottles Trinkflaschen"}
|
||||
{"t":"UEFA Womens 25 Storefront 066 de-de Games Brettspiele"}
|
||||
{"t":"UEFA Womens 25 Storefront 067 de-de Click the banner below to visit our Women's Football Shop Klicke auf das Banner unten, um ihn zu besuchen."}
|
||||
{"t":"UEFA Womens 25 Storefront 068 de-de Cake Decorations Kuchendekorationen"}
|
||||
{"t":"UEFA Womens 25 Storefront 069 de-de Express yourself Zeig deine Farben"}
|
||||
{"t":"UEFA Womens 25 Storefront 070 de-de Memory Books Erinnerungsbücher"}
|
||||
{"t":"UEFA Womens 25 Storefront 071 de-de Cushions & Textiles Kissen & Stoffe"}
|
||||
{"t":"UEFA Womens 25 Storefront 072 de-de Whistles Trillerpfeifen"}
|
||||
{"t":"UEFA Womens 25 Storefront 073 de-de Vuvuzela Vuvuzelas"}
|
||||
{"t":"UEFA Womens 25 Storefront 074 de-de Bags Taschen"}
|
||||
{"t":"UEFA Womens 25 Storefront 075 de-de Balls Bälle"}
|
||||
{"t":"UEFA Womens 25 Storefront 076 de-de Girls' kit Mädchen-Sets"}
|
||||
{"t":"UEFA Womens 25 Storefront 077 de-de Photo props Foto-Zubehör"}
|
||||
{"t":"UEFA Womens 25 Storefront 078 de-de Shop clothing & accessories Entdecke Kleidung und Accessoires"}
|
||||
{"t":"UEFA Womens 25 Storefront 079 de-de Lighting Beleuchtung"}
|
||||
{"t":"UEFA Womens 25 Storefront 080 de-de Get playing Jetzt wird gekickt"}
|
||||
{"t":"UEFA Womens 25 Storefront 081 de-de Women's boots Frauen-Fußballschuhe"}
|
||||
{"t":"UEFA Womens 25 Storefront 082 de-de Proud partner Offizieller Partner"}
|
||||
128
storage/amazon/tm/de-DE/flat_value_de-de.json
Normal file
128
storage/amazon/tm/de-DE/flat_value_de-de.json
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
{"t":"Value Q1 24 Digital Display 001 Headline de-de Search on Amazon today Starte jetzt deine Suche auf Amazon"}
|
||||
{"t":"Value Q1 24 Radio 001 VO de-de As Sophie opened her Amazon parcel, her eyes grew wider. Sophie öffnet ihr Amazon Paket und ihre Augen werden größer und größer."}
|
||||
{"t":"Value Q1 24 Radio 002 VO de-de Soft touch buttons and smart pressure sensor. Soft-Touch-Knöpfe und automatische Andruckkontrolle."}
|
||||
{"t":"Value Q1 24 Radio 003 VO de-de This was the electric toothbrush of her dreams for a price lower than she ever imagined. Die elektrische Zahnbürste ihrer Träume zu einem traumhaften Preis."}
|
||||
{"t":"Value Q1 24 Radio 004 VO de-de Five stars from Sophie. Sophie gibt 5 Sterne."}
|
||||
{"t":"Value Q1 24 Radio 005 VO de-de With star reviews from you and star prices from us, Sterne-Bewertungen von euch und Sterne-Preise von uns."}
|
||||
{"t":"Value Q1 24 Radio 006 VO de-de Start your search on Amazon today. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q1 24 Radio 007 VO de-de As Nigel opened his Amazon Parcel, it was love at first sight. Nicko öffnet sein Amazon Paket und ist hin und weg."}
|
||||
{"t":"Value Q1 24 Radio 008 VO de-de Sleek design and powerful suction... Smartes Design und starke Saugkraft …"}
|
||||
{"t":"Value Q1 24 Radio 009 VO de-de ...this vacuum cleaner screamed quality and for a price lower than he ever dreamed … ein erstklassiger Staubsauger zu einem traumhaften Preis."}
|
||||
{"t":"Value Q1 24 Radio 010 VO de-de 5 Stars from Nigel Nicko gibt 5 Sterne."}
|
||||
{"t":"Value Q1 24 Social OLV 001 Super de-de Star reviews\nfrom you Eure Sterne-\nBewertungen"}
|
||||
{"t":"Value Q1 24 Social OLV 001F Super de-de Star reviews from you Eure Sterne- Bewertungen"}
|
||||
{"t":"Value Q1 24 Social OLV 002 Super de-de Star prices\nfrom us on\n\nElectronics Unsere\nSterne-Preise \n \nElektronik"}
|
||||
{"t":"Value Q1 24 Social OLV 002F Super de-de Star prices from us on Electronics Unsere Sterne-Preise Elektronik"}
|
||||
{"t":"Value Q1 24 Social OLV 003 Super de-de Search on\nAmazon\ntoday Starte jetzt deine \nSuche auf \nAmazon"}
|
||||
{"t":"Value Q1 24 Social OLV 003F Super de-de Search on Amazon today Starte jetzt deine Suche auf Amazon"}
|
||||
{"t":"Value Q1 24 Social OLV 006 Super de-de Search on\nAmazon\ntoday Starte jetzt \ndeine Suche auf \nAmazon"}
|
||||
{"t":"Value Q1 24 Social OLV 006F Super de-de Search on Amazon today Starte jetzt deine Suche auf Amazon"}
|
||||
{"t":"Value Q1 24 Social OLV 007 Super de-de Star reviews from you Eure Sterne-Bewertungen"}
|
||||
{"t":"Value Q1 24 Social OLV 008 Super de-de Star prices from us on\n\nElectronics Unsere Sterne-Preise \n \nElektronik"}
|
||||
{"t":"Value Q1 24 Social OLV 008F Super de-de Star prices from us on Electronics Unsere Sterne-Preise Elektronik"}
|
||||
{"t":"Value Q1 24 Social OLV 009 Super de-de Search on Amazon today Starte jetzt deine Suche auf \nAmazon"}
|
||||
{"t":"Value Q1 24 Social OLV 009F Super de-de Search on Amazon today Starte jetzt deine Suche auf Amazon"}
|
||||
{"t":"Value Q1 24 Social OLV 010 Super de-de Star reviews from you Eure Sterne-\nBewertungen"}
|
||||
{"t":"Value Q1 24 Social OLV 010F Super de-de Star reviews from you Eure Sterne- Bewertungen"}
|
||||
{"t":"Value Q1 24 Social OLV 012 Super de-de Search on\nAmazon today Starte jetzt \ndeine Suche auf\nAmazon"}
|
||||
{"t":"Value Q1 24 Social OLV 012F Super de-de Search on Amazon today Starte jetzt deine Suche auf Amazon"}
|
||||
{"t":"Value Q1 24 Social Post 001 de-de With star reviews from you and star prices from us, start your search on Amazon. Sterne-Bewertungen von euch und Sterne-Preise von uns. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q1 24 Social Post 002 Headline de-de Find products you love Die Produkte, die du liebst"}
|
||||
{"t":"Value Q1 24 Social Post 003 Description de-de Search on Amazon today Jetzt auf Amazon entdecken"}
|
||||
{"t":"Value Q1 24 Social Post 004 Headline de-de At Amazon find products you love Die Produkte, die du liebst, bei Amazon"}
|
||||
{"t":"Value Q1 24 Social Post 006 de-de With star reviews from you and star prices from us, start your search on Amazon. Sterne-Bewertungen von euch, Sterne-Preise von uns. Jetzt auf Amazon."}
|
||||
{"t":"Value Q1 24 Social Post 007 de-de Find products you love, at prices you’ll love too. Star reviews from you with star prices from us, start your search on Amazon. Die Produkte, die du liebst, zu Preisen, die du liebst: Sterne-Bewertungen von euch, Sterne-Preise von uns. Jetzt auf Amazon."}
|
||||
{"t":"Value Q1 24 Social Post 010 Headline de-de Find products you love. Produkte, die du liebst"}
|
||||
{"t":"Value Q1 24 Social Post 013 Headline de-de Find products you love. Hier gibt‘s die Produkte, die du liebst"}
|
||||
{"t":"Value Q1 24 Social Post 014 Description de-de Search on Amazon today Jetzt auf Amazon entdecken"}
|
||||
{"t":"Value Q1 24 TV OLV 001 VO de-de At Amazon find products you love, at prices you’ll love too. Bei Amazon gibt‘s die Produkte, die du liebst, auch zu Preisen, die du liebst."}
|
||||
{"t":"Value Q1 24 TV OLV 002 VO de-de So you can rock your world, not your savings. Schließlich willst du deine Welt rocken, nicht dein Sparkonto −"}
|
||||
{"t":"Value Q1 24 TV OLV 003 VO de-de And enjoy the perfect blend at the perfect price. … mit einer köstlichen Mischung aus Qualität und Preis."}
|
||||
{"t":"Value Q1 24 TV OLV 004 VO de-de With star reviews from you and star prices from us, Sterne-Bewertungen von euch und Sterne-Preise von uns:"}
|
||||
{"t":"Value Q1 24 TV OLV 005 VO de-de Start your search on Amazon today. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q1 24 TV OLV 007 VO de-de Start your search on Amazon today. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q1 24 YouTube 001 Title de-de At Amazon find products you love Die Produkte, die du liebst, bei Amazon"}
|
||||
{"t":"Value Q1 24 YouTube 002 Description de-de With star reviews from you and star prices from us, start your search on Amazon. Sterne-Bewertungen von euch und Sterne-Preise von uns. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q1 25 Radio 001 VO de-de As Charlie opened his Amazon parcel... Markus öffnet sein Amazon Paket und…"}
|
||||
{"t":"Value Q1 25 Radio 002 VO de-de ...he held his breath. ...kann es kaum glauben:"}
|
||||
{"t":"Value Q1 25 Radio 003 VO de-de This new robot vacuum keeps his floors pristine for a price lower than he'd ever\nimagined. Dieser neue Saugroboter hält seine Böden blitzblank sauber, und das zu einem absolut glänzenden Preis."}
|
||||
{"t":"Value Q1 25 Radio 003F VO de-de This new robot vacuum keeps his floors pristine for a price lower than he'd ever imagined. Dieser neue Saugroboter hält seine Böden blitzblank sauber, und das zu einem absolut glänzenden Preis."}
|
||||
{"t":"Value Q1 25 Radio 004 VO de-de 5 stars from Charlie! Markus vergibt 5 Sterne!"}
|
||||
{"t":"Value Q1 25 Radio 005 VO de-de From robot vacuums to kitchen appliances and more, find highly rated products at prices you'll love on Amazon.com today. Von Saugrobotern bis Haushaltsgeräte und mehr – finde Produkte mit Top-Bewertung zu Top-Preisen jetzt auf Amazon."}
|
||||
{"t":"Value Q1 25 TV OLV 001 Product de-de Cordless Drill Akkubohrer"}
|
||||
{"t":"Value Q1 25 TV OLV 002 Product de-de Bluetooth Headphones Bluetooth-Kopfhörer"}
|
||||
{"t":"Value Q1 25 TV OLV 003 Product de-de Coffee Machine Kaffeemaschine"}
|
||||
{"t":"Value Q1 25 TV OLV 004 Product de-de Robot Vaccum Saugroboter"}
|
||||
{"t":"Value Q1 25 TV OLV 005 de-de At Amazon you'll find quality products you can trust, at prices you'll feel good about. Bei Amazon gibt’s Millionen von großartigen Produkten zu Top-Preisen."}
|
||||
{"t":"Value Q1 25 TV OLV 006 de-de So you can rock your world, not your savings. Schließlich willst du deine Welt rocken, nicht dein Sparkonto."}
|
||||
{"t":"Value Q1 25 TV OLV 007 de-de And, enjoy the perfect blend at the perfect price. … mit einer köstlichen Mischung aus Qualität und Preis."}
|
||||
{"t":"Value Q1 25 TV OLV 008 de-de Find highly-rated products, at prices you'll love. Start your search on Amazon today. Finde Produkte mit Top-Bewertung zu Top-Preisen. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q1 25 TV OLV 009 CTA de-de Start your search today Starte jetzt deine Suche"}
|
||||
{"t":"Value Q1 25 TV OLV 010 VO de-de Find highly-rated products, at prices you'll love. Start your search on Amazon today. Finde Produkte mit Top-Bewertung zu Top-Preisen. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q2 24 TV OLV 001 Super de-de Cordless Drill Akkuschrauber"}
|
||||
{"t":"Value Q2 24 TV OLV 002 Super de-de Bluetooth Headphones Bluetooth Kopfhörer"}
|
||||
{"t":"Value Q2 24 TV OLV 003 Super de-de Coffee Machine Kaffeemaschine"}
|
||||
{"t":"Value Q2 24 TV OLV 004 CTA de-de Start your search today Starte jezt deine Suche"}
|
||||
{"t":"Value Q2 24 TV OLV 005 VO de-de At Amazon you'll find products you can trust, at prices you'll feel good about. Bei Amazon gibt's hochwertige Produkte, zu Preisen, die dir gefallen."}
|
||||
{"t":"Value Q2 24 TV OLV 006 VO de-de So you can rock your world, not your savings. Schließlich willst du deine Welt rocken, nicht dein Sparkonto."}
|
||||
{"t":"Value Q2 24 TV OLV 007 VO de-de And, enjoy the perfect blend at the perfect price. … mit einer köstlichen Mischung aus Qualität und Preis."}
|
||||
{"t":"Value Q2 24 TV OLV 008 VO de-de Find highly-rated products, at prices you'll love. Start your search on Amazon today. Finde hoch bewertete Produkte zu Preisen, die du lieben wirst. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q2 24 TV OLV 009 CTA de-de Start your search today Starte jetzt deine Suche"}
|
||||
{"t":"Value Q2 24 TV OLV 012 Super de-de Robot Vacuum Staubsaugerroboter"}
|
||||
{"t":"Value Q2 24 TV OLV 013 Super de-de Humidifier Luftbefeuchter"}
|
||||
{"t":"Value Q2 24 TV OLV 014 Super de-de Bluetooth Speaker Bluetooth-Lautsprecher"}
|
||||
{"t":"Value Q2 24 TV OLV 016 VO de-de At Amazon you'll find products that make you smile at prices you can relax about. Bei Amazon gibt's Produkte, die dir Freude machen, zu Preisen, bei denen du ganz entspannt bleiben kannst."}
|
||||
{"t":"Value Q2 24 TV OLV 017 VO de-de So, whatever you need, find quality products at prices that are music to your ears. Also, was auch immer du brauchst, hier findest du es in bester Qualität und zu Preisen, die Musik in deinen Ohren sind."}
|
||||
{"t":"Value Q3 24 OLV 001 Super de-de Cordless Drill Akkuschrauber"}
|
||||
{"t":"Value Q3 24 OLV 002 Super de-de Bluetooth Headphones Bluetooth-Kopfhörer"}
|
||||
{"t":"Value Q3 24 OLV 003 Super de-de Coffee Machine Kaffeemaschine"}
|
||||
{"t":"Value Q3 24 OLV 004 VO de-de At Amazon you'll find quality products you can trust, at prices you'll feel good about. Bei Amazon gibt's hochwertige Produkte, zu Preisen, die dir gefallen."}
|
||||
{"t":"Value Q3 24 OLV 005 VO de-de So you can rock your world, not your savings. Schließlich willst du deine Welt rocken, nicht dein Sparkonto."}
|
||||
{"t":"Value Q3 24 OLV 006 VO de-de And, enjoy the perfect blend at the perfect price. … mit einer köstlichen Mischung aus Qualität und Preis."}
|
||||
{"t":"Value Q3 24 OLV 007 VO de-de Find highly-rated products, at prices you'll love. Start your search on Amazon today. Finde hoch bewertete Produkte zu Preisen, die du lieben wirst. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q3 24 OLV 009 CTA de-de Start your search today Starte jetzt deine Suche"}
|
||||
{"t":"Value Q3 24 OLV 013 Super de-de Robot Vacuum Staubsaugerroboter"}
|
||||
{"t":"Value Q3 24 OLV 014 Super de-de Humidifier Luftbefeuchter"}
|
||||
{"t":"Value Q3 24 OLV 015 Super de-de Bluetooth Speaker Bluetooth-Lautsprecher"}
|
||||
{"t":"Value Q3 24 OLV 016 VO de-de At Amazon you'll find products that make you smile at prices you can relax about. Bei Amazon gibt's Produkte, die dir Freude machen, zu Preisen, bei denen du ganz entspannt bleiben kannst."}
|
||||
{"t":"Value Q3 24 OLV 017 VO de-de So, whatever you need, find quality products at prices that are music to your ears. Also, was auch immer du brauchst, hier findest du es in bester Qualität und zu Preisen, die Musik in deinen Ohren sind."}
|
||||
{"t":"Value Q3 24 YouTube Companion Banner 001 Headline de-de Find highly rated products\nat prices you'll love Finde hoch bewertete Produkte zu Preisen, die du lieben wirst"}
|
||||
{"t":"Value Q3 24 YouTube Companion Banner 001F Headline de-de Find highly rated products at prices you'll love Finde hoch bewertete Produkte zu Preisen, die du lieben wirst"}
|
||||
{"t":"Value Q3 24 YouTube Post 001 Title de-de Find great value products today Finde heute tolle Angebote"}
|
||||
{"t":"Value Q3 24 YouTube Post 002 Description de-de Find highly rated products at prices you'll love Finde Produkte mit Top-Bewertung zu Top-Preisen"}
|
||||
{"t":"Value Q3 24 YouTube Statics 001 Headline de-de Find highly rated products\nat prices you'll love Finde hoch bewertete Produkte zu Preisen, die du lieben wirst"}
|
||||
{"t":"Value Q3 24 YouTube Statics 001F Headline de-de Find highly rated products at prices you'll love Finde hoch bewertete Produkte zu Preisen, die du lieben wirst"}
|
||||
{"t":"Value Q3 24 YouTube Statics 002 CTA de-de Shop now Angebote entdecken"}
|
||||
{"t":"Value Q3 24 YouTube 001 de-de Find great value products today Finde heute tolle Angebote"}
|
||||
{"t":"Value Q3 24 YouTube 002 de-de Find highly rated products\nat prices you'll love Finde Produkte mit Top-Bewertung zu Top-Preisen."}
|
||||
{"t":"Value Q3 24 YouTube 002F de-de Find highly rated products at prices you'll love Finde Produkte mit Top-Bewertung zu Top-Preisen."}
|
||||
{"t":"Value Q3 25 Radio 001 de-de As Helen opened her Amazon parcel, her stomach filled with butterflies. Hanna öffnet ihr Amazon Paket und hat sofort Schmetterlinge im Bauch."}
|
||||
{"t":"Value Q3 25 Radio 002 de-de Two independent cooking zones and a 7.6 litre capacity. Zwei einzelne Fächer mit einem Fassungsvermögen von 7,6 Litern."}
|
||||
{"t":"Value Q3 25 Radio 003 de-de For a low price, the Ninja Air Fryer tickled Helen's taste buds... Beim Ninja Airfryer läuft Hanna das Wasser im Mund zusammen … und das zu einem unglaublich niedrigen Preis."}
|
||||
{"t":"Value Q3 25 Radio 004 de-de 5 stars from Helen. Hanna vergibt 5 Sterne."}
|
||||
{"t":"Value Q3 25 Radio 005 de-de With great brands, at price you’ll love, start your search on Amazon.xx today Top-Marken zu Top-Preisen. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q3 25 Radio 006 de-de As Bethany opened her Amazon parcel, her heart began to race. Paula öffnet ihr Amazon Paket und ihr Herz klopft wie wild."}
|
||||
{"t":"Value Q3 25 Radio 007 de-de Heart rate monitoring and up to 11 days of battery life. Herzfrequenzmessung und eine Akkulaufzeit bis zu 11 Tagen."}
|
||||
{"t":"Value Q3 25 Radio 008 de-de The Garmin Smartwatch won first place with Bethany for quality and price. Die Garmin Smartwatch macht bei Bethany klar den ersten Platz bei Qualität und Preis."}
|
||||
{"t":"Value Q3 25 Radio 009 de-de 5 stars from Bethany! Paula vergibt 5 Sterne."}
|
||||
{"t":"Value Q4 24 OLV 001 Super de-de Cordless Drill Akkuschrauber"}
|
||||
{"t":"Value Q4 24 OLV 002 Super de-de Bluetooth Headphones Bluetooth-Kopfhörer"}
|
||||
{"t":"Value Q4 24 OLV 003 Super de-de Coffee Machine Kaffeemaschine"}
|
||||
{"t":"Value Q4 24 OLV 004 VO de-de At Amazon you'll find quality products you can trust, at prices you'll feel good about. Bei Amazon gibt’s Millionen von großartigen Produkten zu Top-Preisen."}
|
||||
{"t":"Value Q4 24 OLV 005 VO de-de So you can rock your world, not your savings. Schließlich willst du deine Welt rocken, nicht dein Sparkonto."}
|
||||
{"t":"Value Q4 24 OLV 006 VO de-de And, enjoy the perfect blend at the perfect price. … mit einer köstlichen Mischung aus Qualität und Preis."}
|
||||
{"t":"Value Q4 24 OLV 007 VO de-de Find highly-rated products, at prices you'll love. Start your search on Amazon today. Finde Produkte mit Top-Bewertung zu Top-Preisen. Starte jetzt deine Suche auf Amazon."}
|
||||
{"t":"Value Q4 24 OLV 009 CTA de-de Start your search today Starte jetzt deine Suche"}
|
||||
{"t":"Value Q4 24 OLV 013 Super de-de Robot Vacuum Staubsaugerroboter"}
|
||||
{"t":"Value Q4 24 OLV 014 Super de-de Humidifier Luftbefeuchter"}
|
||||
{"t":"Value Q4 24 OLV 015 Super de-de Bluetooth Speaker Bluetooth-Lautsprecher"}
|
||||
{"t":"Value Q4 24 OLV 016 VO de-de At Amazon you'll find products that make you smile at prices you can relax about. Bei Amazon gibt's Produkte, die dir Freude machen, zu Preisen, bei denen du ganz entspannt bleiben kannst."}
|
||||
{"t":"Value Q4 24 OLV 017 VO de-de So, whatever you need, find quality products at prices that are music to your ears. Also, was auch immer du brauchst, hier findest du es in bester Qualität und zu Preisen, die Musik in deinen Ohren sind."}
|
||||
{"t":"Value Q4 24 YouTube Companion Banner 001 Headline de-de Find highly rated products\nat prices you'll love Produkte mit Top-Bewertung zu Top-Preisen"}
|
||||
{"t":"Value Q4 24 YouTube Companion Banner 001F Headline de-de Find highly rated products at prices you'll love Produkte mit Top-Bewertung zu Top-Preisen"}
|
||||
{"t":"Value Q4 24 YouTube Static 001 Headline de-de Find highly rated products\nat prices you'll love Produkte mit Top-Bewertung zu Top-Preisen"}
|
||||
{"t":"Value Q4 24 YouTube Static 001F Headline de-de Find highly rated products at prices you'll love Produkte mit Top-Bewertung zu Top-Preisen"}
|
||||
{"t":"Value Q4 24 YouTube Static 002 CTA de-de Shop now Angebote entdecken"}
|
||||
{"t":"Value Q4 24 YouTube 001 Headline de-de Find great value products today Finde heute tolle Angebote"}
|
||||
{"t":"Value Q4 24 YouTube 002 Description de-de Find highly rated products at prices you'll love Finde Produkte mit Top-Bewertung zu Top-Preisen"}
|
||||
{"t":"Value Q4 24 YouTube 003 Description de-de Find highly rated products at prices you'll love Finde Produkte mit Top-Bewertung zu Top-Preisen"}
|
||||
147
storage/amazon/tm/es-ES/flat_DoubleDonut_es-es.json
Normal file
147
storage/amazon/tm/es-ES/flat_DoubleDonut_es-es.json
Normal file
|
|
@ -0,0 +1,147 @@
|
|||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 001 Product es-es Mercedes F1 W14 Model Kit Kit de Maquetas Mercedes F1 W14"}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 002 VO es-es Lego F1 W14 Model Kit Kit de Maquetas LEGO F1"}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 003 Super es-es Amazon Customer Reviews Opiniones de clientes de Amazon"}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 004 VO es-es Discover amazing products at Amazon. Descubre productos increíbles en Amazon."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 005 VO es-es Go, grab the Lego F1 Model Kit. Corre y hazte con el Kit de Maquetas LEGO F1."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 007 VO es-es Challenge yourself to build this authentic replica. Atrévete a construir esta réplica auténtica."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 008 VO es-es Enjoy all the details, like its moving pistons, and the V6 engine. Disfruta de cada detalle, desde sus pistones móviles hasta el motor V6."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 010 VO es-es After all that, you'll probably need a well-deserved pit stop. Cuando tu maqueta esté lista, haz una parada técnica."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 011 VO es-es Amazon. Great Brands. Prices You'll Love. Amazon. Grandes marcas. Precios que te encantarán."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 012 Super es-es Great Brands. Prices You'll Love. Grandes marcas. Precios que te encantarán."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 013 es-es ®2025 The LEGO Group. Manufactured under license from Mercedez-Benz Grand Prix Limited. 18+. ®2025 The LEGO Group. Fabricado con licencia de Mercedes-Benz Grand Prix Limited. Para mayores de 18 años."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 001 Product es-es Philips Lumea IPL 9000 Philips Lumea IPL 9000"}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 002 VO es-es Philips Lumea IPL Philips Lumea IPL"}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 003 Super es-es Amazon Customer Reviews Opiniones de clientes de Amazon"}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 004 VO es-es Discover amazing products at Amazon. Descubre productos increíbles en Amazon."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 005 VO es-es Treat yourself to the Philips Lumea IPL. Regálate la Philips Lumea IPL."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 006 VO es-es Easy to use, from top to toe. Fácil de usar, de pies a cabeza."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 007 VO es-es Enjoy hair-free skin for up to 18 months. Disfruta de una piel suave durante 18 meses"}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 009 VO es-es So, if you choose to be smooth, skip the salon, not the results. Elige lograr la suavidad que deseas desde tu propia casa."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 011 VO es-es Amazon. Great Brands. Prices You'll Love. Amazon. Grandes marcas. Precios que te encantarán."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 012 Super es-es Great Brands. Prices You'll Love. Grandes marcas. Precios que te encantarán."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 013 es-es Starting after 3 treatments. Median result 86 % hair reduction on lower legs at 18 months. A partir de 3 tratamientos. Reducción media del vello del 86 % en la parte inferior de las piernas a los 18 meses."}
|
||||
{"t":"Project Double Q1 25 AV 6s LEGO F1 Car 001 Product es-es Mercedes F1 W14 Model Kit Kit de Maquetas Mercedes F1 W14"}
|
||||
{"t":"Project Double Q1 25 AV 6s LEGO F1 Car 002 VO es-es Lego F1 W14 Model Kit Kit de Maquetas LEGO F1"}
|
||||
{"t":"Project Double Q1 25 AV 6s LEGO F1 Car 003 Super es-es Amazon Customer Reviews Opiniones de clientes de Amazon"}
|
||||
{"t":"Project Double Q1 25 AV 6s LEGO F1 Car 004 Super es-es Discover amazing products at Amazon. Descubre productos increíbles en Amazon."}
|
||||
{"t":"Project Double Q1 25 AV 6s LEGO F1 Car 005 Super es-es Great Brands. Prices You'll Love. Grandes marcas. Precios que te encantarán."}
|
||||
{"t":"Project Double Q1 25 AV 6s LEGO F1 Car 006 es-es ®2025 The LEGO Group. Manufactured under license from Mercedez-Benz Grand Prix Limited. 18+. ®2025 The LEGO Group. Fabricado con licencia de Mercedes-Benz Grand Prix Limited. Para mayores de 18 años."}
|
||||
{"t":"Project Double Q1 25 OLV 6s Philips Lumea IPL 001 Product es-es Philips Lumea IPL 9000 Philips Lumea IPL 9000"}
|
||||
{"t":"Project Double Q1 25 OLV 6s Philips Lumea IPL 002 VO es-es Philips Lumea IPL Philips Lumea IPL"}
|
||||
{"t":"Project Double Q1 25 OLV 6s Philips Lumea IPL 003 Super es-es Amazon Customer Reviews Opiniones de clientes de Amazon"}
|
||||
{"t":"Project Double Q1 25 OLV 6s Philips Lumea IPL 004 Super es-es Discover amazing products at Amazon. Descubre productos increíbles en Amazon."}
|
||||
{"t":"Project Double Q1 25 OLV 6s Philips Lumea IPL 005 Super es-es Great Brands. Prices You'll Love. Grandes marcas. Precios que te encantarán."}
|
||||
{"t":"Project Double Q1 25 Radio 20s Fitness (Bethany) Air Fryer (Helen) 001 BVO es-es Amazon. Find highly-rated products at prices you’ll love. Amazon. Los productos mejor valorados a precios que te encantarán."}
|
||||
{"t":"Project Double Q2 25 OLV 6s Beurer BOOM Massage Gun 001 es-es Beurer Beurer"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Beurer BOOM Massage Gun 002 Product es-es BOOM Massage Gun BOOM Pistola de masaje"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Beurer BOOM Massage Gun 003 es-es Amazon Customer Reviews Opiniones de clientes de Amazon"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Beurer BOOM Massage Gun 004 Super es-es Discover amazing products on Amazon. Descubre productos increíbles en Amazon."}
|
||||
{"t":"Project Double Q2 25 OLV 6s Beurer BOOM Massage Gun 006 Super es-es Great Brands. Prices You'll Love. Grandes marcas. Precios que te encantarán."}
|
||||
{"t":"Project Double Q2 25 OLV 6s Philips Sonicare Diamond Clean 9000 001 es-es Philips Philips"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Philips Sonicare Diamond Clean 9000 002 Product es-es Diamond Clean 9000 Diamond Clean 9000"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Philips Sonicare Diamond Clean 9000 003 es-es Amazon Customer Reviews Opiniones de clientes de Amazon"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Philips Sonicare Diamond Clean 9000 004 Super es-es Discover amazing products on Amazon. Descubre productos increíbles en Amazon."}
|
||||
{"t":"Project Double Q2 25 OLV 6s Philips Sonicare Diamond Clean 9000 006 Super es-es Great Brands. Prices You'll Love. Grandes marcas. Precios que te encantarán."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Gardening 001 BVO es-es Find top rated gardening products on Amazon. Encuentra las herramientas de jardinería mejor valoradas en Amazon"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Gardening 002 BVO es-es Like these pruners… with a trimmed price and five-star reviews to match. Como estas tijeras de podar... a un precio reducido y con cinco estrellas según las opiniones."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Gardening 003 BVO es-es OR this garden tool set… okay, let’s get growing! O este kit de jardinería…"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Gardening 004 BVO es-es OR THESE NOISE CANCELLING… O ESTOS AURICULARES CON CANCELACIÓN…"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Gardening 005 BVO es-es headphones… ahhhh… perfect for drowning out the neighbours. de ruido… uhhh… para que la fiesta se quede en el jardín de tus vecinos."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Gardening 006 BVO es-es Amazon. Find highly rated products at prices you’ll love. Amazon. Los productos mejor valorados a precios que te encantarán."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Outdoor Dining 001 BVO es-es Find top rated outdoor dining products on Amazon Encuentra los productos para cenar al aire libre mejor valorados en Amazon"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Outdoor Dining 002 BVO es-es Like this pizza oven with five-star reviews, you’ll get value and tasty pizza. Como este horno de pizza con cinco estrellas según las opiniones, mmm, buenísimas."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Outdoor Dining 003 BVO es-es Or these BBQ gloves… remember to take off BEFORE eating O estos guantes de barbacoa. Recuerda quitártelos antes de comer."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Outdoor Dining 004 BVO es-es Or this… large windproof umbrella… O esta... sombrilla resistente al viento..."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Outdoor Dining 005 BVO es-es Because nobody wants a wet pizza. Porque a nadie le gusta la pizza pasada por agua."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Outdoor Dining 006 BVO es-es Amazon. Find highly rated products at prices you’ll love. Amazon. Los productos mejor valorados a precios que te encantarán."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Wellness 001 BVO es-es Find top rated wellness products on Amazon Encuentra los productos de bienestar mejor valorados en Amazon"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Wellness 002 BVO es-es Like these aromatherapy candles with five-star reviews… mmm…I smell fantastic value! Como estas velas de aromaterapia… con cinco estrellas según las opiniones… mmm… ¡Calidad a buen precio!"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Wellness 003 BVO es-es Or this essential oils massage set… ohhhhhhhh… that’s better O aceites esenciales para masajes... ohhh... ¡Qué bien!"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Wellness 004 BVO es-es ...oops, drifted off. … ups, ¿ya está?"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Wellness 005 BVO es-es And this coffee machine! Now I’m back! ¡Y esta cafetera! ¿Siesta? ¿Qué siesta?"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Wellness 006 BVO es-es Amazon. Find highly rated products at prices you’ll love. Amazon. Los productos mejor valorados a precios que te encantarán."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 001 es-es Beurer Beurer"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 002 Product es-es BOOM Massage Gun BOOM Pistola de masaje"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 003 es-es Amazon Customer Reviews Opiniones de clientes de Amazon"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 004 Super es-es Search Amazon Buscar en Amazon"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 005 Super es-es Electronics Electrónica"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 006 Super es-es Wellness Bienestar"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 007 Super es-es Kitchen Cocina"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 008 Super es-es Home Hogar"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 009 Super es-es Shop now Compra ahora"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 010 VO es-es Find top rated wellness products, just a click away … Encuentra los productos para el bienestar mejor valorados con solo un clic …"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 011 VO es-es … on Amazon. … en Amazon."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 012 VO es-es Like the Beurer Boom massage gun. Como esta Pistola de masaje Beurer BOOM."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 013 VO es-es With five power levels and a three-year warranty … Con 5 niveles de intensidad y una garantía de tres años …"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 014 VO es-es With five power levels for home or gym … Con 5 niveles de intensidad para usarla tanto en tu casa como en el gimnasio …"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 015 VO es-es … it’s a top-rated product on Amazon. … está entre los productos mejor valorados en Amazon."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 016 VO es-es Which means relaxation guaranteed. Relajación garantizada."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 017 VO es-es Amazon. Great brands. Prices you’ll love. Amazon. Grandes marcas. Precios que te encantarán."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 019 Super es-es Great Brands. Prices You'll Love. Grandes marcas. Precios que te encantarán."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 001 es-es Philips Philips"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 002 Product es-es Diamond Clean 9000 Diamond Clean 9000"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 003 es-es Amazon Customer Reviews Opiniones de clientes de Amazon"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 004 Super es-es Search Amazon Buscar en Amazon"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 005 Super es-es Electronics Electrónica"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 006 Super es-es Personal Care Cuidado\npersonal"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 006F Super es-es Personal Care Cuidado personal"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 007 Super es-es Kitchen Cocina"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 008 Super es-es Home Hogar"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 009 Super es-es Shop now Compra ahora"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 010 VO es-es Find top rated personal care products, just a click away … Encuentra los productos para el cuidado personal mejor valorados con solo un clic …"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 011 VO es-es … on Amazon. … en Amazon."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 012 VO es-es Like the Philips Sonicare Diamondclean … Como este cepillo Philips Sonicare DiamondClean …"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 013 VO es-es … for a 10x more effective clean. … para una limpieza 10 veces más efectiva."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 014 es-es *vs. a manual toothbrush * En comparación con un cepillo dental manual."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 015 VO es-es It’s a top-rated product on Amazon … Encuéntralo entre los mejor valorados en Amazon …"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 016 VO es-es … so your dentist will give you a glowing review. … hasta tu dentista te dará una valoración brillante.\nALT: … hasta le sacarás a tu dentista su mejor sonrisa."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 016F VO es-es … so your dentist will give you a glowing review. … hasta tu dentista te dará una valoración brillante. ALT: … hasta le sacarás a tu dentista su mejor sonrisa."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 017 VO es-es Amazon. Great brands. Prices you’ll love. Amazon. Grandes marcas. Precios que te encantarán."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 019 Super es-es Great Brands. Prices You'll Love. Grandes marcas. Precios que te encantarán."}
|
||||
{"t":"Project Double Q3 25 (D)OOH 001 Super es-es Find brands you love at Amazon Encuentra las marcas que te encantan en Amazon"}
|
||||
{"t":"Project Double Q3 25 (D)OOH 002 Product es-es Braun Series 9 PRO+ Electric Shaver Afeitadora eléctrica Series 9 Pro+"}
|
||||
{"t":"Project Double Q3 25 (D)OOH 003 Product es-es ghd Gold Professional Hair Straightener Plancha de pelo profesional gold"}
|
||||
{"t":"Project Double Q3 25 (D)OOH 004 Product es-es ghd Helios Professional Hair Dryer Secador de pelo profesional Helios"}
|
||||
{"t":"Project Double Q3 25 (D)OOH 005 es-es Amazon Customer Reviews Opiniones de clientes de Amazon"}
|
||||
{"t":"Project Double Q3 25 Display 001 Super es-es Find brands you love at Amazon Encuentra las marcas que te encantan en Amazon"}
|
||||
{"t":"Project Double Q3 25 Display 002 CTA es-es Shop now Compra ahora"}
|
||||
{"t":"Project Double Q3 25 Display 003 Product es-es Series 9 PRO+ Electric Shaver Afeitadora eléctrica Series 9 Pro+"}
|
||||
{"t":"Project Double Q3 25 Display 004 Product es-es Gold Professional Hair Straightener Plancha de pelo profesional gold"}
|
||||
{"t":"Project Double Q3 25 Display 005 Product es-es Helios Professional Hair Dryer Secador de pelo profesional helios"}
|
||||
{"t":"Project Double Q3 25 Display 006 es-es Amazon Customer Reviews Opiniones de clientes de Amazon"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 001 Brand Name es-es Braun Braun"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 002 Product es-es Series 9 PRO+ Electric Shaver Afeitadora eléctrica Series 9 Pro+"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 003 es-es Amazon Customer Reviews Opiniones de clientes de Amazon"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 004 Super es-es Braun Series 9 PRO+ Electric Shaver Afeitadora eléctrica Braun Series 9 Pro+"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 005 VO es-es Ooh, look at this. Another top-rated product on Amazon. ¡Guau, mira! Otro producto entre los mejor valorados en Amazon."}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 006 VO es-es It's a Braun Series 9 PRO+... La Series 9 PRO+ de Braun…"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 007 VO es-es ...for an exceptionally close shave. …para un afeitado increíblemente preciso."}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 008 VO es-es And there you go, straight in his basket. Ya está, añadida a la cesta."}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 009 VO es-es Soon he'll be looking...and feeling \"ooooo grrrrr.\" Muy pronto, tendrá una piel suave… e iiiirresistible."}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 010 VO es-es Prickly jaw, no more. Y le dirá adiós al mentón irritado."}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 011 VO es-es Amazon. Great brands. Prices you'll love. Amazon. Grandes marcas. Precios que te encantarán."}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 013 Super es-es Great brands. Prices you'll love. Grandes marcas. Precios que te encantarán."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 001 Brand Name es-es ghd ghd"}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 002 Product es-es Helios Professional Hair Dryer Secador de pelo profesional helios"}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 003 es-es Amazon Customer Reviews Opiniones de clientes de Amazon"}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 004 Super es-es ghd Helios Professional Hair Dryer Secador de pelo profesional ghd helios"}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 005 VO es-es Ooh, look at this. Another top-rated product on Amazon. ¡Guau, mira! Otro producto entre los mejor valorados en Amazon."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 006 VO es-es It's a ghd Helios Hair Dryer... El secador de pelo Helios de ghd…"}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 007 VO es-es ...for precision styling control. ...para controlar el estilo con precisión."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 008 VO es-es And there you go, straight in her basket. Ya está, añadido a la cesta."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 009 VO es-es Soon, she'll be making this hallway... her runway. Muy pronto, este pasillo será su pasarela."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 010 VO es-es That's her hairdo. Done. Y su peinado, el centro de todas las miradas."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 011 VO es-es Amazon. Great brands. Prices you'll love. Amazon. Grandes marcas. Precios que te encantarán."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 013 Super es-es Great brands. Prices you'll love. Grandes marcas. Precios que te encantarán."}
|
||||
{"t":"Project Double Q3 25 OLV 6s Braun Shaver 001 Brand Name es-es Braun Braun"}
|
||||
{"t":"Project Double Q3 25 OLV 6s Braun Shaver 002 Product es-es Series 9 PRO+ Electric Shaver Afeitadora eléctrica Series 9 Pro+"}
|
||||
{"t":"Project Double Q3 25 OLV 6s Braun Shaver 003 es-es Amazon Customer Reviews Opiniones de clientes de Amazon"}
|
||||
{"t":"Project Double Q3 25 OLV 6s Braun Shaver 005 Super es-es Find brands you love at Amazon Encuentra las marcas que te encantan en Amazon"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hair Straightener 001 Brand Name es-es ghd ghd"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hair Straightener 002 Product es-es Gold Professional Hair Straightener Plancha de pelo profesional gold"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hair Straightener 003 es-es Amazon Customer Reviews Opiniones de clientes de Amazon"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hair Straightener 005 Super es-es Find brands you love at Amazon Encuentra las marcas que te encantan en Amazon"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hairdryer 001 Brand Name es-es ghd ghd"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hairdryer 002 Product es-es Helios Professional Hair Dryer Secador de pelo profesional helios"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hairdryer 003 es-es Amazon Customer Reviews Opiniones de clientes de Amazon"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hairdryer 005 Super es-es Find brands you love at Amazon Encuentra las marcas que te encantan en Amazon"}
|
||||
105
storage/amazon/tm/es-ES/flat_EUSelection_es-es.json
Normal file
105
storage/amazon/tm/es-ES/flat_EUSelection_es-es.json
Normal file
|
|
@ -0,0 +1,105 @@
|
|||
{"t":"EU Selection Q1 26 (D)OOH Display Static 001 es-es All you need to make office lunches happen Todo lo que necesitas para que tus comidas en la oficina sucedan."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH Display Static 002 es-es All you need to make date night happen Todo lo que necesitas para que tu cita romántica suceda."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH Display Static 003 es-es All you need to make run club happen Todo lo que necesitas para que tu club de running suceda."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH Display Static 004 es-es All you need to make leg day happen Todo lo que necesitas para que tu entreno de piernas suceda."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 001 es-es Candles. Velas."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 002 es-es Wine glasses. Copas de vino."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 003 es-es And a spare toothbrush. Y un cepillo de repuesto."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 004 es-es Make date night happen. Haz que tu cita romántica suceda."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 005 es-es Shop now Compra ahora"}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 006 es-es Air fryer. Freidora de aire."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 007 es-es Lunchboxes. Fiambreras."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 008 es-es And sticky notes. Y notas adhesivas."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 009 es-es Make office lunches happen. Haz que tus comidas en la oficina sucedan."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 010 es-es [Name] Isa"}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 011 es-es Shop now Compra ahora"}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 012 es-es Running shoes. Zapatillas."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 014 es-es Energy gels. Geles energéticos."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 015 es-es And chafe balm. Y crema antirrozaduras."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 017 es-es Make run club happen. Haz que tu club de running suceda."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 018 es-es Shop now Compra ahora"}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 019 es-es Reading light. Flexo."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 020 es-es Romantasy. Fantasía romántica."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 021 es-es And massage oil. Y aceite de masaje."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 022 es-es Make pleasure happen. Haz que tu bienestar suceda."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 023 es-es Shop now Compra ahora"}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 024 es-es Protein powder. Proteína en polvo."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 026 es-es Weights. Pesas."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 027 es-es And a massage gun. Y una pistola de masaje."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 028 es-es Make leg day happen. Haz que tu entreno de piernas suceda."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 029 es-es Shop now Compra ahora"}
|
||||
{"t":"EU Selection Q1 26 Radio 001 es-es Amazon presents, Peter vs Date Night Nerves. Amazon presenta «Pablo y su cita romántica»."}
|
||||
{"t":"EU Selection Q1 26 Radio 002 es-es Over millions of years, animals have evolved sophisticated mating rituals. Los animales llevan millones de años desarrollando sofisticados rituales de apareamiento."}
|
||||
{"t":"EU Selection Q1 26 Radio 003 es-es Birds dance, wolves howl, and penguins propose with stones. Los pájaros bailan, los lobos aúllan y los pingüinos se regalan piedras."}
|
||||
{"t":"EU Selection Q1 26 Radio 004 es-es As for Peter, he's making Rosie dinner. And he’s freaking out! Y nuestro Pablo está preparando la cena para Laura. ¡Y está supernervioso!"}
|
||||
{"t":"EU Selection Q1 26 Radio 005 es-es But Peter shopped on Amazon and bought candles, wine glasses… Aunque ha comprado en Amazon velas, copas de vino…"}
|
||||
{"t":"EU Selection Q1 26 Radio 006 es-es ...and, because he’s an optimist, a spare toothbrush. … y, como es optimista, un cepillo de dientes de repuesto."}
|
||||
{"t":"EU Selection Q1 26 Radio 007 es-es Oh, Peter. There is an animal in you after all, you rascal. Ay, Pablo. Al fin y al cabo, tú también tienes tu propio ritual."}
|
||||
{"t":"EU Selection Q1 26 Radio 008 es-es Make date night happen. Haz que tu cita romántica suceda."}
|
||||
{"t":"EU Selection Q1 26 Radio 009 es-es Shop on Amazon. Compra en Amazon"}
|
||||
{"t":"EU Selection Q1 26 Radio 010 es-es Amazon presents, Oscar vs Leg Day. Amazon presenta «Óscar y su entreno de piernas»."}
|
||||
{"t":"EU Selection Q1 26 Radio 011 es-es Oscar hasn't squatted in over 3 years. Hacía más de tres años que Óscar no hacía una sentadilla."}
|
||||
{"t":"EU Selection Q1 26 Radio 012 es-es If it's a choice between stairs and an escalator, he takes the lift. Entre las escaleras y el ascensor, él siempre cogía el ascensor."}
|
||||
{"t":"EU Selection Q1 26 Radio 013 es-es His legs are purely decorative at this point. Por aquel entonces, sus piernas eran decorativas."}
|
||||
{"t":"EU Selection Q1 26 Radio 014 es-es But then Oscar shopped on Amazon… Hasta que un día, compró en Amazon..."}
|
||||
{"t":"EU Selection Q1 26 Radio 015 es-es ...and bought an Olympic barbell, 5 kilos of protein powder and a high-powered massage gun. … pesas, 5 kilos de proteína en polvo y una pistola de masaje."}
|
||||
{"t":"EU Selection Q1 26 Radio 016 es-es Now Oscar has thighs that could crush a melon, and a wardrobe full of super tight pants. Ahora Óscar tiene un armario repleto de pantalones ajustados y unos muslos más duros que una piedra."}
|
||||
{"t":"EU Selection Q1 26 Radio 017 es-es Yes, Oscar! ¡Así se hace, Óscar!"}
|
||||
{"t":"EU Selection Q1 26 Radio 018 es-es Make leg day happen. Haz que tu entreno de piernas suceda."}
|
||||
{"t":"EU Selection Q1 26 Radio 019 es-es Shop on Amazon. Compra en Amazon"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 001 es-es Air Mattress Colchón hinchable"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 003 es-es Add to Cart Añadir a la cesta"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 004 es-es Make sleepovers happen. Haz que tus quedadas sucedan."}
|
||||
{"t":"EU Selection Q1 26 Social UGC 006 es-es Shop now Compra ahora"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 007 es-es Extendable Dog Lead Correa extensible para perros"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 009 es-es Add to Cart Añadir a la cesta"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 010 es-es Make walkies happen. Haz que sus paseos sucedan."}
|
||||
{"t":"EU Selection Q1 26 Social UGC 012 es-es Shop now Compra ahora"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 013 es-es Non-slip Mop Mopa antideslizante"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 015 es-es Add to Cart Añadir a la cesta"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 016 es-es Make spotless Sundays happen. Haz que tu zafarrancho de limpieza suceda."}
|
||||
{"t":"EU Selection Q1 26 Social UGC 018 es-es Shop now Compra ahora"}
|
||||
{"t":"EU Selection Q1 26 Social Post 001 es-es Make it happen\n Shop on Amazon Haz que suceda. Compra en Amazon"}
|
||||
{"t":"EU Selection Q1 26 Social Post 001F es-es Make it happen Shop on Amazon Haz que suceda. Compra en Amazon"}
|
||||
{"t":"EU Selection Q1 26 Social Post 003 Title es-es Make it happen Haz que suceda"}
|
||||
{"t":"EU Selection Q1 26 Social Post 004 Description es-es Shop on Amazon Compra en Amazon"}
|
||||
{"t":"EU Selection Q1 26 Social Post 005 Title es-es Make it happen\n Shop on Amazon Haz que suceda"}
|
||||
{"t":"EU Selection Q1 26 Social Post 005F Title es-es Make it happen Shop on Amazon Haz que suceda"}
|
||||
{"t":"EU Selection Q1 26 Social Post 006 Title es-es Make it happen\n Shop on Amazon Haz que suceda. Compra en Amazon"}
|
||||
{"t":"EU Selection Q1 26 Social Post 006F Title es-es Make it happen Shop on Amazon Haz que suceda. Compra en Amazon"}
|
||||
{"t":"EU Selection Q1 26 Social Post 007 Headline es-es Make it happen\n Shop on Amazon Haz que suceda. Compra en Amazon"}
|
||||
{"t":"EU Selection Q1 26 Social Post 007F Headline es-es Make it happen Shop on Amazon Haz que suceda. Compra en Amazon"}
|
||||
{"t":"EU Selection Q1 26 Social Post 012 es-es Be forever the optimist with the addition of a toothbrush to your order Sé siempre optimista y añade un cepillo de dientes de repuesto a tu pedido"}
|
||||
{"t":"EU Selection Q1 26 Social Post 013 Title es-es Make date night happen Haz que tu cita romántica suceda"}
|
||||
{"t":"EU Selection Q1 26 Social Post 015 Headline es-es Make date night happen Haz que tu cita romántica suceda"}
|
||||
{"t":"EU Selection Q1 26 Social Post 016 es-es Lunches to make the office jealous and sticky notes so they know it’s yours Almuerzos para poner celosos a los de la oficina y pósits para que sepan que es tuyo"}
|
||||
{"t":"EU Selection Q1 26 Social Post 017 Title es-es Make office lunches happen Haz que tus comidas en la oficina sucedan"}
|
||||
{"t":"EU Selection Q1 26 Social Post 019 Headline es-es Make office lunches happen Que tus comidas de oficina sucedan"}
|
||||
{"t":"EU Selection Q1 26 Social Post 020 es-es When you’re all into your newest hobby, right down to the chafe balm Cuando estás tan implicado en tu nuevo hobby que hasta tienes la crema antirozaduras"}
|
||||
{"t":"EU Selection Q1 26 Social Post 021 Title es-es Make run club happen Haz que tu club de running suceda"}
|
||||
{"t":"EU Selection Q1 26 Social Post 023 Headline es-es Make run club happen Haz que tu club de running suceda"}
|
||||
{"t":"EU Selection Q1 26 Social Post 024 es-es Find a safer way to clean with a non-slip mop Busca una forma más segura de limpiar con una mopa antideslizante"}
|
||||
{"t":"EU Selection Q1 26 Social Post 025 Title es-es Make cleanups happen Haz que las limpiezas sucedan"}
|
||||
{"t":"EU Selection Q1 26 Social Post 027 Headline es-es Make cleanups happen Haz que las limpiezas sucedan"}
|
||||
{"t":"EU Selection Q1 26 Social Post 028 es-es Prepare for everything, including squirrels, with an extendable lead Prepárate para todo, incluidas las ardillas, con una correa extensible"}
|
||||
{"t":"EU Selection Q1 26 Social Post 029 Title es-es Make walkies happen Haz que sus paseos sucedan"}
|
||||
{"t":"EU Selection Q1 26 Social Post 031 Headline es-es Make walkies happen Haz que sus paseos sucedan"}
|
||||
{"t":"EU Selection Q1 26 Social Post 032 es-es A simpler, more “supportive” bed for your guests Una cama más sencilla y con mayor «soporte» para tus invitados"}
|
||||
{"t":"EU Selection Q1 26 Social Post 033 Title es-es Make sleepovers happen Haz que tus quedadas sucedan"}
|
||||
{"t":"EU Selection Q1 26 Social Post 035 Headline es-es Make sleepovers happen Haz que tus quedadas sucedan"}
|
||||
{"t":"EU Selection Q1 26 Tagline 001 Tagline es-es Make xx happen Haz que xx suceda(n)"}
|
||||
{"t":"EU Selection Q1 26 Tagline 002 Tagline es-es Make it happen Haz que suceda"}
|
||||
{"t":"EU Selection Q1 26 Tagline 003 Tagline es-es All you need to make xx happen Todo lo que necesitas para que xx suceda"}
|
||||
{"t":"EU Selection Q1 26 Tagline 004 Tagline es-es All you need to make it happen Todo lo que necesitas para que suceda"}
|
||||
{"t":"EU Selection Q1 26 YouTube 001 Headline es-es Make it happen Haz que suceda"}
|
||||
{"t":"EU Selection Q1 26 YouTube 002 Description es-es Shop on Amazon Compra en Amazon"}
|
||||
{"t":"EU Selection Q1 26 YouTube 003 Headline es-es Make it happen Haz que suceda"}
|
||||
{"t":"EU Selection Q1 26 YouTube 004 Description es-es Shop on Amazon Compra en Amazon"}
|
||||
{"t":"EU Selection Q1 26 YouTube 005 CTA es-es Shop now Compra"}
|
||||
{"t":"EU Selection Q1 26 YouTube 006 Headline es-es Make run club happen Haz que tu club de running suceda"}
|
||||
{"t":"EU Selection Q1 26 YouTube 007 Description es-es When you’re all into your newest hobby, right down to the chafe balm Tan inmerso en tu nuevo hobby que hasta tienes la crema antirrozaduras"}
|
||||
{"t":"EU Selection Q1 26 YouTube 011 Headline es-es Make date night happen Haz que tu cita romántica suceda"}
|
||||
{"t":"EU Selection Q1 26 YouTube 012 Description es-es Be the optimist with the addition of a toothbrush to your order Sé siempre optimista y añade un cepillo de dientes a tu pedido"}
|
||||
{"t":"EU Selection Q1 26 YouTube 016 Headline es-es Make office lunches happen Haz que tus comidas en la oficina sucedan"}
|
||||
{"t":"EU Selection Q1 26 YouTube 017 Description es-es Lunches to make them jealous. Sticky notes so they know it’s yours Almuerzos para ponerlos celosos y pósits para que sepan que es tuyo"}
|
||||
{"t":"EU Selection Q1 26 YouTube 019 Description es-es Shop on Amazon Compra en Amazon"}
|
||||
2520
storage/amazon/tm/es-ES/flat_MASS_es-es.json
Normal file
2520
storage/amazon/tm/es-ES/flat_MASS_es-es.json
Normal file
File diff suppressed because it is too large
Load diff
1245
storage/amazon/tm/es-ES/flat_Onsite_es-es.json
Normal file
1245
storage/amazon/tm/es-ES/flat_Onsite_es-es.json
Normal file
File diff suppressed because it is too large
Load diff
1636
storage/amazon/tm/es-ES/flat_Outbound_es-es.json
Normal file
1636
storage/amazon/tm/es-ES/flat_Outbound_es-es.json
Normal file
File diff suppressed because it is too large
Load diff
179
storage/amazon/tm/es-ES/flat_PrimeDualBenefit_es-es.json
Normal file
179
storage/amazon/tm/es-ES/flat_PrimeDualBenefit_es-es.json
Normal file
|
|
@ -0,0 +1,179 @@
|
|||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 001 Super es-es Hilarious entertainment El mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 002 Super es-es Hilarious \nentertainment El mejor \nentretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 002F Super es-es Hilarious entertainment El mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 003 Super es-es and fast delivery y envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 004 Super es-es and \nfast delivery y envíos \nrápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 004F Super es-es and fast delivery y envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 005 Super es-es and \nfast \ndelivery y envíos \nrápidos \ny gratis"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 005F Super es-es and fast delivery y envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 006 Super es-es It's on Prime for £8.99/month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 007 Super es-es It's on Prime \nfor £8.99/month Está en Prime, \npor solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 007F Super es-es It's on Prime for £8.99/month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 008 Super es-es It's on Prime \nfor \n£8.99/month Está en Prime, \npor solo \n4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 008F Super es-es It's on Prime for £8.99/month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 009 es-es Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. You’re Cordially Invited available from 30th January. Details at Amazon.co.uk/prime Se aplican T&C, derecho de desistimiento y restricciones geográficas. El contenido puede incluir publicidad. + 18. ¡Estáis cordialmente invitados!, disponible a partir del 30 de enero. Condiciones Generales de Prime en Amazon.es/primeterms"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 010 es-es Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Se aplican T&C, derecho de desistimiento y restricciones geográficas. El contenido puede incluir publicidad. + 18. Condiciones Generales de Prime en Amazon.es/primeterms"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 001 es-es Ooh, that’s my Prime delivery. Qué bien, mi pedido de Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 002 FVO es-es What, already? ¿Tan rápido?"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 003 BVO es-es Only one thing can match the buzz of Prime’s fast delivery… Solo hay algo parecido a la emoción del envío rápido de Prime…"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 004 BVO es-es ...and that’s the buzz of Prime’s entertainment. …y es el entretenimiento de Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 005 es-es What we watching? ¿Qué vemos?"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 006 FVO es-es That chaotic new romcom, where Reese Witherspoon and Will Ferrell double-book a wedding venue - looks hilarious! It’s called You’re Cordially Invited… Esta comedia romántica en la que Reese Witherspoon y Will Ferrell reservan el mismo sitio para dos bodas distintas. [Parece divertidísima.] Se llama '¡Estáis cordialmente invitados!'…"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 007 BVO es-es From fast delivery to hilarious entertainment; it’s on Prime. Desde envíos rápidos y gratis hasta el mejor entretenimiento. Está en Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 008 BVO es-es For only £8.99 a month! Join now! Únete a Prime por solo 4,99 € al mes."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 009 BVO es-es Content includes limited ads. For more information, go to Amazon.co.uk/amazonprime El contenido puede incluir publicidad. Para más información, visita Amazon.es/primeterms"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 001 VO es-es Things that shouldn’t work together but do Cosas que \nno pegan,\n¡pero triunfan!"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 001F VO es-es Things that shouldn’t work together but do Cosas que no pegan, ¡pero triunfan!"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 002 VO es-es Skiing \n& \nFootball Esquiar \ny \njugar al fútbol"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 002F VO es-es Skiing & Football Esquiar y jugar al fútbol"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 003 VO es-es Owl \n& \nKnitwear Búho \ny \ngorro de punto"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 003F VO es-es Owl & Knitwear Búho y gorro de punto"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 004 VO es-es Dog \n& \nTortoise Perro \ny \ntortuga"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 004F VO es-es Dog & Tortoise Perro y tortuga"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 005 VO es-es Screwdriver \n& \nNoodles Destornillador \ny \nfideos"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 005F VO es-es Screwdriver & Noodles Destornillador y fideos"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 006 VO es-es Pizza \n& \nParagliding Pizza \ny \nparapente"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 006F VO es-es Pizza & Paragliding Pizza y parapente"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 007 VO es-es Scuba Diving \n& \nPainting Bucear \ny \npintar"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 007F VO es-es Scuba Diving & Painting Bucear y pintar"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 008 VO es-es Fast delivery & hilarious entertainment Envíos rápidos \ngratis y el mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 008F VO es-es Fast delivery & hilarious entertainment Envíos rápidos gratis y el mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 011 VO es-es It’s on Prime for £8.99 a month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 012 VO es-es It’s on Prime for £8.99 a month Está en Prime, por solo 4,99 al mes"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 013 VO es-es It’s on Prime for £8.99/month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 014 es-es Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Se aplican T&C, derecho de desistimiento y restricciones geográficas. El contenido puede incluir publicidad. + 18. Condiciones Generales de Prime en Amazon.es/primeterms"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 001 Headline es-es Delivery + Entertainment Envíos + Entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 002 Primary text es-es Fast delivery and hilarious entertainment, all for £8.99 with Prime. Envíos rápidos gratis y el mejor entretenimiento por solo 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 011 Primary text es-es Fast delivery and hilarious entertainment, all for £8.99 with Prime.\n\n#Prime Envíos rápidos gratis y el mejor entretenimiento por solo 4,99 €/mes con Prime.\n\n#Prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 011F Primary text es-es Fast delivery and hilarious entertainment, all for £8.99 with Prime. #Prime Envíos rápidos gratis y el mejor entretenimiento por solo 4,99 €/mes con Prime. #Prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 013 Primary text es-es Delivery + Entertainment Envíos + Entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 014 Headline es-es Fast delivery + Hilarious entertainment Envíos rápidos gratis + el mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 015 Primary text es-es Fast delivery and hilarious entertainment, all for £8.99 with Prime. Envíos rápidos gratis + el mejor entretenimiento = 4,99 €/mes con Prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 016 es-es Fast delivery and hilarious entertainment, all for £8.99 with Prime. Envíos rápidos gratis y el mejor entretenimiento por solo 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 017 Title es-es Delivery + Entertainment Envíos + Entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 018 Description es-es Fast delivery and hilarious entertainment, all for £8.99 with Prime. Envíos rápidos gratis y el mejor entretenimiento por solo 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 001 es-es You're cordially invited You're cordially invited"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 002 Super es-es Hilarious entertainment El mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 003 Super es-es and \nfast delivery y envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 003F Super es-es and fast delivery y envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 004 CTA es-es It's on Prime for £8.99/month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 005 es-es Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Se aplican T&C, derecho de desistimiento y restricciones geográficas. El contenido puede incluir publicidad. + 18. Condiciones Generales de Prime en Amazon.es/primeterms"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 001 VO es-es Fast Delivery Envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 002 Super es-es Fast Delivery Envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 003 VO es-es Hilarious entertainment El mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 004 Super es-es Hilarious entertainment El mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 005 CTA es-es It's on Prime for £8.99 a month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 006 CTA es-es It's on Prime for £8.99/month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 007 es-es TV: Geographical restrictions and T&Cs apply. 18+. Content includes ads.\nOLV: Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Se aplican T&C, derecho de desistimiento y restricciones geográficas. El contenido puede incluir publicidad. + 18. Condiciones Generales de Prime en Amazon.es/primeterms"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 007F es-es TV: Geographical restrictions and T&Cs apply. 18+. Content includes ads. OLV: Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Se aplican T&C, derecho de desistimiento y restricciones geográficas. El contenido puede incluir publicidad. + 18. Condiciones Generales de Prime en Amazon.es/primeterms"}
|
||||
{"t":"Prime Dual Benefit Q1 25 YouTube 001 Headline es-es Delivery + Entertainment Envíos + Entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q1 25 YouTube 002 Description es-es Fast delivery and hilarious entertainment, all for £8.99 with Prime. Envíos rápidos gratis y entretenimiento por solo 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 YouTube 004 CTA es-es Join Now Únete"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 001 Super es-es Massive entertainment El mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 002 Super es-es and fast delivery y envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 003 Super es-es and fast delivery y envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 004 Super es-es and fast delivery y envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 005 Super es-es It's on Prime for £8.99/month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 006 Super es-es It's on Prime for £8.99/month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 007 Super es-es It's on Prime for £8.99/month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 008 es-es Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime La suscripción se autorrenueva. Se aplican T&C, derecho de desistimiento y restricciones geográficas. El contenido puede incluir publicidad. +18. Condiciones Generales de Prime en Amazon.es/primeterms"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 001 es-es Ooh, that’s my Prime delivery. Qué bien, mi pedido de Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 002 FVO es-es What, already? ¿Tan rápido?"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 003 BVO es-es Only one thing can match the buzz of Prime’s fast delivery… Solo hay algo parecido a la emoción del envío rápido de Prime…"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 004 BVO es-es and that’s the buzz of Prime’s entertainment. …y es el entretenimiento de Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 005 es-es What we watching? ¿Qué vemos?"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 006 BVO es-es From fast delivery to thrilling entertainment; it’s on Prime. Desde envíos rápidos y gratis hasta el mejor entretenimiento. Está en Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 007 BVO es-es For only £8.99 a month! Join now! Únete a Prime por solo 4,99 € al mes."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 008 BVO es-es Content includes limited ads. Subscription autorenews. For more information, go to Amazon.co.uk/prime La suscripción se autorrenueva. El contenido puede incluir publicidad. Para más información, visita Amazon.es/primeterms"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 001 VO es-es Things that shouldn’t work together but do Cosas que no pegan,¡pero triunfan!"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 002 VO es-es Chocolate & Pizza Chocolatey pizza"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 003 VO es-es Puppies & Ducks Perritos y patitos"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 004 VO es-es Pizza & Paragliding Pizza y parapente"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 005 VO es-es Scuba Diving & Painting Bucear y pintar"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 006 VO es-es Fast delivery & massive entertainment Envíos rápidos y gratis, y el mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 007 VO es-es It’s on Prime for £8.99 a month 10s: Está en Prime, por solo 4,99 € al mes6s: Está en Prime, por solo 4,99 al mes"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 008 Super es-es It’s on Prime for £8.99/month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 001 Headline es-es Delivery + Entertainment Envíos + Entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 002 Primary text es-es Fast delivery and massive entertainment, all for £8.99 with Prime. Envíos rápidos y gratis, y el mejor entretenimiento por solo 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 011 Primary text es-es Fast delivery and massive entertainment, all for £8.99 with Prime.#Prime Envíos rápidos y gratis, y el mejor entretenimiento por solo 4,99 €/mes con Prime.#Prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 013 Primary text es-es Delivery + Entertainment Envíos + Entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 014 Headline es-es Fast delivery + Massive entertainment Envíos rápidos y gratis + el mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 015 Primary text es-es Fast delivery and massive entertainment, all for £8.99 with Prime. Envíos rápidos gratis + el mejor entretenimiento = 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 016 es-es Fast delivery and massive entertainment, all for £8.99 with Prime. Envíos rápidos y gratis, y el mejor entretenimiento por solo 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 017 Title es-es Delivery + Entertainment Envíos + Entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 018 Description es-es Fast delivery and massive entertainment, all for £8.99 with Prime. Envíos rápidos y gratis, y el mejor entretenimiento por solo 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 001 Super es-es Massive entertainment El mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 002 Super es-es and fast delivery y envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 003 CTA es-es It's on Prime for £8.99/month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 004 es-es Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime La suscripción se autorrenueva. Se aplican T&C, derecho de desistimiento y restricciones geográficas. El contenido puede incluir publicidad. +18. Condiciones Generales de Prime en Amazon.es/primeterms"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 001 VO es-es Fast Delivery Envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 002 Super es-es Fast Delivery Envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 003 VO es-es Massive entertainment El mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 004 Super es-es Massive entertainment El mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 005 VO es-es It's on Prime for £8.99 a month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 006 Super es-es It's on Prime for £8.99/month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 007 es-es Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime La suscripción se autorrenueva. Se aplican T&C, derecho de desistimiento y restricciones geográficas. El contenido puede incluir publicidad. +18. Condiciones Generales de Prime en Amazon.es/primeterms"}
|
||||
{"t":"Prime Dual Benefit Q2 25 YouTube 001 Headline es-es Delivery + Entertainment Envíos + Entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q2 25 YouTube 002 Description es-es Fast delivery and massive entertainment, all for £8.99 with Prime. Envíos rápidos y gratis, y entretenimiento por 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 YouTube 004 CTA es-es Join Now Únete"}
|
||||
{"t":"Prime Dual Benefit Q3 23 Social Post 001 es-es Fast delivery and thrilling entertainment, all for £8.99 with Prime. Envíos rápidos y entretenimiento emocionante por solo 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 23 Social Post 002 Headline es-es Delivery + Entertainment Envíos + Entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q3 23 Social Static 001 Headline es-es Delivery + Entertainment Envíos + Entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q3 23 Social Static 002 Body Copy es-es Fast delivery and thrilling entertainment, all for X.XX/month with Prime. Envíos rápidos y entretenimiento emocionante por solo X,XX €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 001 VO es-es Fast delivery Envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 002 Super es-es Fast delivery Envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 003 VO es-es Thrilling entertainment Contenido emocionante"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 004 Super es-es Thrilling entertainment Contenido emocionante"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 005 VO es-es Join Prime for £8.99 a month Suscríbete a Prime por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 006 Super es-es Join Prime for £8.99 a month Suscríbete a Prime por 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 007 Super es-es Join Prime for £8.99 a month. Existen restricciones geográficas. Consulta las Condiciones Generales de Amazon Prime en www.Amazon.es/primeterms Edad recomendada +16"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 001 Headline es-es Delivery + Entertainment Envíos + Entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 002 Primary text es-es Fast delivery and thrilling entertainment, all for £8.99/month with Prime. Envíos rápidos y gratis, y el mejor entretenimiento por solo 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 006 Primary text es-es Spedizioni veloci senza costi aggiuntivi Envíos rápidos y gratis, y el mejor entretenimiento por solo 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 009 Headline es-es Gratis en snelle bezorging op Amazon.nl Envíos + Entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 011 Primary text es-es Fast delivery and thrilling entertainment, all for £8.99/month with Prime.\n\n#Prime Envíos rápidos y gratis, y el mejor entretenimiento por solo 4,99 €/mes con Prime.\n\n#Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 011F Primary text es-es Fast delivery and thrilling entertainment, all for £8.99/month with Prime. #Prime Envíos rápidos y gratis, y el mejor entretenimiento por solo 4,99 €/mes con Prime. #Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 013 Primary text es-es Delivery + Entertainment Envíos + Entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 014 Headline es-es Fast delivery + Thrilling entertainment Envíos rápidos y gratis + el mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 015 Primary text es-es Fast delivery and thrilling entertainment for £8.99/month with Prime. Envíos rápidos gratis + el mejor entretenimiento = 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 016 es-es Fast delivery and thrilling entertainment, all for £8.99/month with Prime. Envíos rápidos y gratis, y el mejor entretenimiento por solo 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 017 Title es-es Delivery + Entertainment Envíos + Entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 018 Description es-es Fast delivery and thrilling entertainment, all for £8.99/month with Prime. Envíos rápidos y gratis, y el mejor entretenimiento por solo 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 026 es-es Fast delivery and thrilling entertainment for £8.99/month with Prime. Envíos rápidos y gratis, y entretenimiento por 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 001 VO es-es Fast Delivery Envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 002 Super es-es Fast Delivery Envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 003 VO es-es Thrilling entertainment El mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 004 Super es-es Thrilling entertainment El mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 005 VO es-es It’s on Prime for £8.99 a month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 006 Super es-es It’s on Prime for £8.99/month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 007 es-es TV: T&Cs apply. 18+. Content includes ads. La suscripción se autorrenueva."}
|
||||
{"t":"Prime Dual Benefit Q3 25 YouTube 001 Headline es-es Prime Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 YouTube 002 Description es-es Fast delivery and thrilling entertainment for £8.99/month with Prime. Envíos rápidos y gratis, y entretenimiento por 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 YouTube 003 CTA es-es Join Now Únete"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Post 001 es-es Fast delivery and festive entertainment, all for £8.99 with Prime. Envíos rápidos gratis y entretenimiento en directo por solo 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Post 006 es-es Fast delivery and festive entertainment, all for £8.99 with Prime. Envíos rápidos gratis y entretenimiento en directo por 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Post 007 Headline es-es Delivery + Entertainment Envíos + Entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Static 001 es-es Festive entertainement Entretenimiento en directo"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Static 002 es-es and fast delivery Envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Static 003 CTA es-es Join Prime for £8.99/month Suscríbete a Prime por 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Static 004 es-es Geographic restrictions and T&Cs apply. Eighteen plus. Existen restricciones geográficas. Consulta Condiciones Amazon.es/primeterms"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 001 Headline es-es Delivery + Entertainment Envíos + Entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 002 Primary text es-es Fast delivery and epic entertainment, all for £8.99/month with Prime. Envíos rápidos y gratis, y el mejor entretenimiento por solo 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 011 Primary text es-es Fast delivery and epic entertainment, all for £8.99/month with Prime.\n\n#Prime Envíos rápidos y gratis, y el mejor entretenimiento por solo 4,99 €/mes con Prime.\n\n#Prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 011F Primary text es-es Fast delivery and epic entertainment, all for £8.99/month with Prime. #Prime Envíos rápidos y gratis, y el mejor entretenimiento por solo 4,99 €/mes con Prime. #Prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 013 Primary text es-es Delivery + Entertainment Envíos + Entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 014 Headline es-es Fast delivery + epic entertainment Envíos rápidos y gratis + el mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 015 Primary text es-es Fast delivery and epic entertainment for £8.99/month with Prime. Envíos rápidos gratis + el mejor entretenimiento = 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 016 es-es Fast delivery and epic entertainment, all for £8.99/month with Prime. Envíos rápidos y gratis, y el mejor entretenimiento por solo 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 017 Title es-es Delivery + Entertainment Envíos + Entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 018 Description es-es Fast delivery and epic entertainment, all for £8.99/month with Prime. Envíos rápidos y gratis, y el mejor entretenimiento por solo 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 026 es-es Fast delivery and entertainment for £8.99/month with Prime. Envíos rápidos y gratis, y entretenimiento por 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 001 VO es-es Fast Delivery Envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 002 Super es-es Fast Delivery Envíos rápidos y gratis"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 003 VO es-es Epic entertainment El mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 004 Super es-es Epic entertainment El mejor entretenimiento"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 005 CTA es-es It's on Prime for £8.99 a month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 006 Super es-es It's on Prime for £8.99/month Está en Prime, por solo 4,99 € al mes"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 007 es-es Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime La suscripción se autorrenueva. Se aplican T&C, derecho de desistimiento y restricciones geográficas. El contenido puede incluir publicidad. +18. Para más información, visita las Condiciones Generales de Prime en Amazon.es/primeterms"}
|
||||
{"t":"Prime Dual Benefit Q4 25 YouTube 001 Description es-es Free, fast delivery and epic entertainment for €6.99/month with Prime. Envíos rápidos y gratis, y entretenimiento por 4,99 €/mes con Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 YouTube 002 CTA es-es Join Now Únete"}
|
||||
11
storage/amazon/tm/es-ES/flat_PrimeGourmetGuard_es-es.json
Normal file
11
storage/amazon/tm/es-ES/flat_PrimeGourmetGuard_es-es.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{"t":"Prime Gourmet Guard 25 Social OLV 6s 001 Super es-es Fast delivery. Envíos rápidos."}
|
||||
{"t":"Prime Gourmet Guard 25 Social OLV 6s 002 es-es It's on Prime Está en prime"}
|
||||
{"t":"Prime Gourmet Guard 25 Social OLV 6s 003 es-es Geographic restrictions and T&Cs apply. 18+ Existen restricciones geográficas. Condiciones Generales de Prime en Amazon.es/primeterms. Para mayores de 18 años."}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 001 Super es-es Shopping. Envíos rápidos."}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 002 Super es-es Streaming. Entretenimiento."}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 003 Super es-es Sizzling. Tu pasión."}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 004 es-es It's on Prime Está en prime"}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 005 es-es Geographic restrictions and T&Cs apply. 18+ Existen restricciones geográficas. Condiciones Generales de Prime en Amazon.es/primeterms. Para mayores de 18 años."}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 6s & 15s 001 Super es-es Fast delivery. Envíos rápidos."}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 6s & 15s 002 es-es It's on Prime Está en prime"}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 6s & 15s 003 es-es Geographic restrictions and T&Cs apply. 18+ Existen restricciones geográficas. Condiciones Generales de Prime en Amazon.es/primeterms. Para mayores de 18 años."}
|
||||
69
storage/amazon/tm/es-ES/flat_PrimeMidfunnel_es-es.json
Normal file
69
storage/amazon/tm/es-ES/flat_PrimeMidfunnel_es-es.json
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 001 es-es Cat food, arriving tomorrow with Prime. That’s off your mind. Comida para gatos, llega mañana con Prime. Así que una cosa menos en tu mente."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 002 es-es So now you can worry about something else like….can Xavier read minds? Ahora puedes preocuparte por otros asuntos como... ¿puede Misi leer la mente?"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 003 Endframe es-es Everyday Essentials. Delivered Fast. Básicos del día a día. Entrega rápida"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 004 Endframe es-es It's on Prime Está en Prime"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 005 es-es Cut off times and T&Cs apply. See product page when ordering. Se aplican tiempos límite. Consulte la página del producto al realizar el pedido. Más información en Amazon.es/prime."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 006 Phone UI es-es Cat Food Comida para gatos"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 007 Phone UI es-es Fast delivery Entrega rápida"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Deo Radio 001 es-es When your deodorant has been reduced to a tiny whisper and tries to tell you: 'I’m running on empty… I don’t have much left to give’. Cuando tu desodorante está en las últimas e intenta decirte: \"Estoy al límite… Ya no me queda mucho más por darte\"."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Deo Radio 002 es-es No need to worry…your new deodorant is already on it’s way, arriving tomorrow with Prime. No te preocupes… tu nuevo desodorante ya está en camino. Llega mañana con Prime."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Deo Radio 003 es-es Everyday Essentials. Delivered Fast. It's on Prime Básicos del día a día. Entrega rápida. Está en Prime"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Deo Radio 004 VO es-es Cut off times and T&Cs apply. See product page when ordering. Se aplican horarios límite. Consulta la página del producto al realizar el pedido."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 001 es-es More caffeine, arriving tomorrow with Prime. That’s off your mind. Más cafeína. Llega mañana con Prime. Así que una cosa menos en tu mente."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 002 es-es So now you can worry about... how long has that been in there? Ahora puedes preocuparte por… ¿cuánto tiempo llevará eso abierto?"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 003 Endframe es-es Everyday Essentials. Delivered Fast. Básicos del día a día. Entrega rápida"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 004 Endframe es-es It's on Prime Está en Prime"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 005 es-es Cut off times and T&Cs apply. See product page when ordering. Se aplican tiempos límite. Consulte la página del producto al realizar el pedido. Más información en Amazon.es/prime."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 006 Phone UI es-es Coffee Capsule Cápsula de café"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 007 Phone UI es-es Fast delivery Entrega rápida"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Light OLV 001 Super es-es Everyday Essentials. Delivered Fast. Básicos del día a día. Entrega rápida"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Light OLV 002 Super es-es It's on Prime Está en Prime"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Light OLV 003 es-es Cut off times and T&Cs apply. See product page when ordering. Se aplican restricciones geográficas y condiciones. Más información en Amazon.es/prime"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Light OLV 004 Phone UI es-es Lightbulb Bombilla"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Light OLV 005 Phone UI es-es Fast delivery Entrega rápida"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Printer OLV 001 Endframe es-es Customer's most loved. Delivered Fast. Los preferidos por nuestros clientes. Entrega rápida."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Printer OLV 002 Super es-es It's on Prime Está en Prime"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Printer OLV 003 es-es Cut off times and T&Cs apply. See product page when ordering. Se aplican restricciones geográficas y condiciones. Más información en Amazon.es/prime"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Printer OLV 004 Phone UI es-es Ink Toner Cartucho de tinta"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Printer OLV 005 CTA es-es Fast delivery Entrega rápida"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 007 es-es Fancy new razor, arriving tomorrow with Prime. That’s off your mind. Tu nueva afeitadora eléctrica llega mañana con Prime. Así que una cosa menos en tu mente."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 008 es-es So now you can worry if… you’re slowly turning into your dad? Ahora puedes preocuparte por si… poco a poco te estás convirtiendo en tu padre."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 009 Endframe es-es Customer's most loved. Delivered Fast. Los preferidos por nuestros clientes. Entrega rápida."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 010 Endframe es-es It's on Prime Está en Prime"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 011 es-es Cut off times and T&Cs apply. See product page when ordering. Se aplican tiempos límite. Consulte la página del producto al realizar el pedido. Más información en Amazon.es/prime."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 012 Phone UI es-es Electric Razor Afeitadora eléctrica"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 013 Phone UI es-es Fast delivery Entrega rápida"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Toy OLV 001 Super es-es Everyday Essentials. Delivered Fast. Básicos del día a día. Entrega rápida"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Toy OLV 002 Super es-es It's on Prime Está en Prime"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Toy OLV 003 es-es Cut off times and T&Cs apply. See product page when ordering. Se aplican restricciones geográficas y condiciones. Más información en Amazon.es/prime"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Toy OLV 004 Phone UI es-es Batteries Pilas"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Toy OLV 005 Phone UI es-es Fast delivery Entrega rápida"}
|
||||
{"t":"Prime Mid Funnel Q3 24 Dual Benefit Digital Display 001 Headline es-es Millions of items. Unlimited entertainment. Productos y pelis para que no te falte de nada."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Dual Benefit Digital Display 002 Headline es-es Fast delivery. Best of entertainment. Tus series favoritas. Entrega rápida y gratuita."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Dual Benefit Digital Display 003 Headline es-es From must-have to must-watch. Es emocionante, es rápido... ¡es-Prime-tacular!"}
|
||||
{"t":"Prime Mid Funnel Q3 24 Dual Benefit Digital Display 004 Headline es-es From sci-fi flicks to kitchen picks. Las compras más rápidas y el mejor entretenimiento."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Dual Benefit Digital Display 005 Headline es-es Late-night snacks for late night comedy. Recibe ya pañuelitos para tus dramas favoritos."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Dual Benefit Digital Display 006 Headline es-es Thriller tonight. Night lights tomorrow. ¿Noche romántica? Encuentra la peli y las velas."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 001 VO es-es You've either got patience or Prime. O tienes paciencia... o tienes Prime."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 002 VO es-es Everyday essentials. Delivered the next day. Compra en un plis. Recíbelo en un plas."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 003 VO es-es From must-have to must-watch. Tus series favoritas. Entrega rápida y gratuita."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 004 VO es-es Late-night snacks for late night comedy. Recibe ya pañuelitos para tus dramas favoritos."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 005 Super es-es Unlimited fast deliveries Envíos rápidos y gratuitos"}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 006 Super es-es It's on prime Está en prime"}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 007 Super es-es Unlimited fast deliveries at no extra cost. Envíos rápidos y gratuitos."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 008 Super es-es Fast delivery and the best of entertainment. Envíos rápidos y gratuitos. El mejor entretenimiento."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 009 CTA es-es Shop now Ver más"}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 011 es-es Geographic restrictions and T&Cs apply Existen restricciones geográficas. Más información en amazon.es/primeterms"}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 001 Headline es-es You've either got patience or Prime. O tienes paciencia... o tienes Prime."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 005 Headline es-es Buy in a snap. Get it in a flash. Compra en un plis. Recíbelo en un plas."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 006 Headline es-es Fast. Faster. Prime. Rápido, más rápido... ¡Prime!"}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 007 Headline es-es Next-day delivery. No extra cost. No sweat. Entrega rápida. Sin costes adicionales. Sin estrés."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 008 Headline es-es Everyday essentials. Delivered the next day. Esenciales del día a día. Con entrega rápida."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 009 Headline es-es Fashion basics shipped in basically no time. Máscara de pestañas, en un abrir y cerrar de ojos."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 010 Headline es-es More saving. Less waiting. Más ofertas. Menos espera."}
|
||||
{"t":"Prime Mid Funnel Q3 24 YouTube 001 Title es-es You've either got patience or Prime. O tienes paciencia... o tienes Prime."}
|
||||
{"t":"Prime Mid Funnel Q3 24 YouTube 002 Title es-es Everyday essentials. Delivered the next day. Esenciales del día a día. Con entrega rápida."}
|
||||
{"t":"Prime Mid Funnel Q3 24 YouTube 003 Title es-es From must-have to must-watch. Tus series favoritas. Entrega rápida y gratuita."}
|
||||
{"t":"Prime Mid Funnel Q3 24 YouTube 004 Title es-es Late-night snacks for late-night comedy. Recibe ya pañuelitos para tus dramas favoritos."}
|
||||
{"t":"Prime Mid Funnel Q3 24 YouTube 005 Description es-es Unlimited fast deliveries at no extra cost. Envíos rápidos y gratuitos."}
|
||||
{"t":"Prime Mid Funnel Q3 24 YouTube 007 Description es-es Fast delivery and the best of entertainment. Envíos rápidos y gratuitos. El mejor entretenimiento."}
|
||||
64
storage/amazon/tm/es-ES/flat_PrimeSpeed_es-es.json
Normal file
64
storage/amazon/tm/es-ES/flat_PrimeSpeed_es-es.json
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 001 Super es-es Waggy tails delivered fast. Colitas/Mascotas felices con entrega rápida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 002 Tagline es-es Everyday Essentials. Básicos del día a día."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 003 Tagline es-es It's on Prime Está en Prime"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 004 Super es-es Happy bums delivered fast. Bebés felices con entrega rápida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 005 Super es-es Effortless espressos delivered fast. Tu café, fácil y con entrega rápida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 006 Super es-es Birthday wishlists delivered fast. Regalos de cumple con entrega rápida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 007 Tagline es-es Customers’ most loved Amados por muchos"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 008 Super es-es Holiday mode delivered fast. Modo vacaciones con entrega rápida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 009 Super es-es Summer ready delivered fast. Listo para el verano con entrega rápida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 (D)OOH 013 es-es Geographical restrictions and conditions apply. More information on Amazon.es/prime Se aplican restricciones geográficas y condiciones. Más información en Amazon.es/prime."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Companion Banners 001 es-es Everyday Essentials, delivered fast. Básicos del día a día, con entrega rápida"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Companion Banners 002 es-es It's on Prime Está en Prime"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Companion Banners 003 es-es Customers' Most-Loved, Los preferidos por nuestros clientes,"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Companion Banners 004 es-es delivered fast. con entrega rápida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 001 es-es Your pick-me-up delivered fast Tu café, fácil y con entrega rápida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 003 es-es Holiday mode delivered fast. Modo vacaciones con entrega rápida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 004 es-es Birthday wishlists delivered fast. Regalos de cumple con entrega rápida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 005 es-es Summer ready delivered fast. Listo para el verano con entrega rápida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 006 es-es Everyday Essentials. Básicos del día a día."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 007 es-es Customers’ most loved. Amados por muchos"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 008 es-es It's on Prime Está en Prime"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 009 es-es Shop now Compra ahora"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 010 es-es Waggy tails delivered fast. Mascotas felices con entrega rápida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 011 es-es Happy bums delivered fast. Bebés felices con entrega rápida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 012 es-es Cleanup delivered fast. Dicho y limpio con entrega rápida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 013 es-es Airplane mode delivered fast. En modo avión con entrega rápida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Digital Display 015 es-es Geographical restrictions and conditions apply. More information on Amazon.es/prime Se aplican restricciones geográficas y condiciones. Más información en Amazon.es/prime"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 OLV 001 Super es-es Everyday Essentials. Delivered Fast. Básicos del día a día. Entrega rápida"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 OLV 002 Super es-es It's on Prime Está en Prime"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 OLV 005 es-es Geographical restrictions and conditions apply. More information on Amazon.es/prime. Se aplican restricciones geográficas y condiciones. Más información en Amazon.es/prime."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 OLV 006 Phone UI es-es Batteries Pilas"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 OLV 007 CTA es-es Fast delivery Entrega rápida"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 OLV 014 Phone UI es-es Lightbulb Bombilla"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 OLV 016 Endframe es-es Customer's most loved. Delivered Fast. Los preferidos por nuestros clientes. Entrega rápida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 OLV 022 Phone UI es-es Ink Toner Cartucho de tinta"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 001 es-es When your deodorant has been reduced to a tiny whisper and tries to tell you: ‘I’m running on empty… I don’t have much left to give’. Cuando tu desodorante está en las últimas e intenta decirte: \"Estoy al límite… Ya no me queda mucho más por darte\"."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 002 es-es No need to worry… your new deodorant is already on it’s way, arriving today with Amazon Prime. No te preocupes… tu nuevo desodorante ya está en camino. Llega mañana con Amazon Prime."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 003 es-es Everyday Essentials. Delivered Fast. It's on Prime Básicos del día a día. Entrega rápida. Está en Prime"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 007 VO es-es Cut-off times apply. Check the product page when placing your order. Se aplican horarios límite. Consulta la página del producto al realizar el pedido."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 009 BVO es-es I’m Professor Huggington, and I like to hug! Soy Abrazín y me encanta dar abrazos."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 010 es-es When your kid’s favourite toy starts to run out of battery power… Cuando el juguete preferido de tu peque se queda sin pilas…"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 011 es-es No need to worry… your new batteries are already on their way, arriving tomorrow with Amazon Prime. No te preocupes… tus pilas nuevas ya están en camino. Llegan mañana con Amazon Prime."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 012 es-es Everyday Essentials. Delivered Fast. It's on Prime Básicos del día a día. Entrega rápida. Está en Prime"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 013 BVO es-es I’m Professor Huggington, and I like to hug! Soy Abrazín y me encanta dar abrazos."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 Radio 017 VO es-es With cut-off times. Check the product page. More information at Amazon.es/prime. Con tiempos límite. Consulte la página del producto. Más información en Amazon.es/prime."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 001 es-es Cat food, arriving tomorrow with Amazon Prime. That’s off your mind. Comida para gatos, llega mañana con Amazon Prime. Así que una cosa menos en tu mente."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 002 es-es More caffeine, arriving tomorrow with Amazon Prime. That’s off your mind. Más cafeína. Llega mañana con Amazon Prime. Así que una cosa menos en tu mente."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 003 es-es So now you can worry about... how long has that been in there? Ahora puedes preocuparte por… ¿cuánto tiempo llevará eso abierto?"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 004 Endframe es-es Everyday Essentials. Delivered Fast. Básicos del día a día. Entrega rápida"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 005 Endframe es-es It's on Prime Está en Prime"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 009 es-es Time limits apply. Check the product page when placing the order. More information at Amazon.es/prime. Se aplican tiempos límite. Consulte la página del producto al realizar el pedido. Más información en Amazon.es/prime."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 010 Phone UI es-es Coffee Capsule Cápsulas de café"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 011 CTA es-es Fast delivery Entrega rápida"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 012 es-es Fancy new razor, arriving tomorrow with Prime. That’s off your mind. Tu nueva afeitadora eléctrica llega mañana con Amazon Prime. Así que una cosa menos en tu mente."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 013 es-es So now you can worry if… you’re slowly turning into your dad? Ahora puedes preocuparte por si… poco a poco te estás convirtiendo en tu padre."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 014 Endframe es-es Customers' Most-Loved.Delivered Fast. Los preferidos por nuestros clientes. Entrega rápida."}
|
||||
{"t":"Prime Brand (Speed) Q4 25 TVOLV 020 Phone UI es-es Razor Afeitadora eléctrica"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 YouTube 001 Headline es-es It's on Prime Está en Prime"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 YouTube 002 Description es-es Check out the most-loved items and get them delivered fast with Prime Descubre los productos preferidos, entregados rápido con Prime"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 YouTube 003 CTA es-es Shop now Compra"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 YouTube 005 Description es-es Check out the most-loved items and get them delivered fast with Prime Descubre los productos que necesitas entregados rápido con Prime"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 YouTube 008 Description es-es Check out the most-loved items Descubre los productos preferidos"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 YouTube 010 Description es-es Get the products you need every day Descubre los productos que necesitas"}
|
||||
{"t":"Prime Brand (Speed) Q4 25 YouTube 011 CTA es-es Shop now Compra ahora"}
|
||||
97
storage/amazon/tm/es-ES/flat_TheKiss_es-es.json
Normal file
97
storage/amazon/tm/es-ES/flat_TheKiss_es-es.json
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
{"t":"The Kiss Q1 26 Social Assets 001 es-es For a bit of 'me' time Para cuando tengo un ratito para mí"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 002 es-es For a bit\nof 'me' time Para cuando tengo\nun ratito para mí"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 002F es-es For a bit of 'me' time Para cuando tengo un ratito para mí"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 003 Product es-es Kindle Kindle"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 004 Product es-es Leather diary & pen Diario de piel y bolígrafo"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 005 Product es-es Diary Diario"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 006 es-es Make behind the scenes happen Haz que el detrás de cámaras suceda"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 007 es-es Make\nbehind the scenes\nhappen Haz que\nel detrás de cámaras\nsuceda"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 007F es-es Make behind the scenes happen Haz que el detrás de cámaras suceda"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 008 es-es Staying fresh between takes Para que cada toma respire frescura"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 009 es-es Staying fresh\nbetween takes Para que cada toma\nrespire frescura"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 009F es-es Staying fresh between takes Para que cada toma respire frescura"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 010 Product es-es Deodorant Desodorante"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 011 es-es Amazon + Smile Amazon + Smile"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 012 es-es Staying warm and cosy on set Para no enfriarme entre escena y escena"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 013 es-es Staying warm\nand cosy on set Para no enfriarme\nentre escena y escena"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 013F es-es Staying warm and cosy on set Para no enfriarme entre escena y escena"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 014 Product es-es Waterproof robe Bata impermeable"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 015 es-es Drying my hair, take after take Para lograr un pelazo toma tras toma"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 016 es-es Drying my hair,\ntake after take Para lograr un pelazo\ntoma tras toma"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 016F es-es Drying my hair, take after take Para lograr un pelazo toma tras toma"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 017 Product es-es Hairdryer Secador de pelo"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 018 es-es For the perfect kissing scene Para rodar la escena del beso perfecta"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 019 es-es For the perfect\nkissing scene Para rodar la escena\ndel beso perfecta"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 019F es-es For the perfect kissing scene Para rodar la escena del beso perfecta"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 020 Product es-es Electric toothbrush Cepillo de dientes eléctrico"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 021 es-es When romance gets a little messy Cuando el amor se te va de las manos"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 022 es-es When romance\ngets a little messy Cuando el amor\nse te va de las manos"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 022F es-es When romance gets a little messy Cuando el amor se te va de las manos"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 023 Product es-es Light bulb Bombilla"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 024 es-es Make date night happen Haz que tu cita romántica suceda"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 025 es-es Make date night\nhappen Haz que\ntu cita romántica\nsuceda"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 025F es-es Make date night happen Haz que tu cita romántica suceda"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 026 es-es When passion sweeps you off your feet Cuando la pasión se apodera de ti"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 027 es-es When passion sweeps you\noff your feet Cuando la pasión\nse apodera de ti"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 027F es-es When passion sweeps you off your feet Cuando la pasión se apodera de ti"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 028 Product es-es Vacuum cleaner Aspiradora"}
|
||||
{"t":"The Kiss Q1 26 Social Post 001 es-es Shop on Amazon Compra en Amazon"}
|
||||
{"t":"The Kiss Q1 26 Social Post 002 es-es Make BTS happen Haz que suceda"}
|
||||
{"t":"The Kiss Q1 26 Social Post 003 es-es My must-have for a bit of \"me\" time 📖 Para cuando tengo un ratito para mí 📖"}
|
||||
{"t":"The Kiss Q1 26 Social Post 004 es-es Make BTS happen Haz que suceda"}
|
||||
{"t":"The Kiss Q1 26 Social Post 006 es-es My must-have for a bit of \"me\" time 📖 Para cuando tengo un ratito para mí 📖"}
|
||||
{"t":"The Kiss Q1 26 Social Post 007 es-es Make BTS happen Haz que suceda"}
|
||||
{"t":"The Kiss Q1 26 Social Post 009 es-es My must-have for a bit of \"me\" time 📖 Para cuando tengo un ratito para mí 📖"}
|
||||
{"t":"The Kiss Q1 26 Social Post 012 es-es My secret to staying fresh between takes 💁♀️ Mi secreto para estar fresca toma tras toma 💁♀️"}
|
||||
{"t":"The Kiss Q1 26 Social Post 015 es-es My secret to staying fresh between takes 💁♀️ Mi secreto para estar fresca toma tras toma 💁♀️"}
|
||||
{"t":"The Kiss Q1 26 Social Post 018 es-es My secret to staying fresh 💁♀️ Para estar siempre fresca 💁♀️"}
|
||||
{"t":"The Kiss Q1 26 Social Post 021 es-es My go-to essential for a perfect kissing scene 💋 Mi básico para rodar la escena del beso perfecta 💋"}
|
||||
{"t":"The Kiss Q1 26 Social Post 024 es-es My go-to essential for a perfect kissing scene 💋 Mi básico para rodar la escena del beso perfecta 💋"}
|
||||
{"t":"The Kiss Q1 26 Social Post 027 es-es My essential for the perfect kiss 💋 Mi básico para el beso perfecto 💋"}
|
||||
{"t":"The Kiss Q1 26 Social Post 030 es-es My secret to staying warm and cozy on set 🔥 Mi secreto para no enfriarme entre escena y escena 🔥"}
|
||||
{"t":"The Kiss Q1 26 Social Post 033 es-es My secret to staying warm and cozy on set 🔥 Mi secreto para no enfriarme entre escena y escena 🔥"}
|
||||
{"t":"The Kiss Q1 26 Social Post 036 es-es My secret to staying warm and cozy 🔥 Mi secreto para no enfriarme 🔥"}
|
||||
{"t":"The Kiss Q1 26 Social Post 039 es-es My must-have for dry hair, take after take 💇♀️ Mi básico para lograr un pelazo toma tras toma 💇♀️"}
|
||||
{"t":"The Kiss Q1 26 Social Post 042 es-es My must-have for dry hair, take after take 💇♀️ Mi básico para lograr un pelazo toma tras toma 💇♀️"}
|
||||
{"t":"The Kiss Q1 26 Social Post 045 es-es My go-to for dry hair, every time 💇♀️ Para lucir siempre pelazo 💇♀️"}
|
||||
{"t":"The Kiss Q1 26 Social Post 047 es-es Make date night happen Haz que tu cita suceda"}
|
||||
{"t":"The Kiss Q1 26 Social Post 048 es-es My must-have for when romance gets a little messy 👀 Mi básico para cuando el amor se te va de las manos 👀"}
|
||||
{"t":"The Kiss Q1 26 Social Post 049 es-es Make date night happen Haz que tu cita suceda"}
|
||||
{"t":"The Kiss Q1 26 Social Post 051 es-es My must-have for when romance gets a little messy 👀 Mi básico para cuando el amor se te va de las manos 👀"}
|
||||
{"t":"The Kiss Q1 26 Social Post 052 es-es Make date night happen Haz que tu cita suceda"}
|
||||
{"t":"The Kiss Q1 26 Social Post 054 es-es For when romance gets a little messy 👀 Cuando el amor se te va de las manos 👀"}
|
||||
{"t":"The Kiss Q1 26 Social Post 057 es-es My must-have for when passion sweeps you off your feet 👀 Mi básico para cuando la pasión se apodera de ti 👀"}
|
||||
{"t":"The Kiss Q1 26 Social Post 060 es-es My must-have for when passion sweeps you off your feet 👀 Mi básico para cuando la pasión se apodera de ti 👀"}
|
||||
{"t":"The Kiss Q1 26 Social Post 063 es-es When passion sweeps you off your feet 👀 Cuando la pasión se apodera de ti 👀"}
|
||||
{"t":"The Kiss Q1 26 Social Post 065 es-es Make romance happen Haz que tu cita suceda"}
|
||||
{"t":"The Kiss Q1 26 Social Post 066 es-es My must-have for that kiss in the rain! Mi básico para ese beso bajo la lluvia."}
|
||||
{"t":"The Kiss Q1 26 Social Post 067 es-es Make romance happen Haz que tu cita suceda"}
|
||||
{"t":"The Kiss Q1 26 Social Post 069 es-es My must-have for that kiss in the rain! Mi básico para ese beso bajo la lluvia."}
|
||||
{"t":"The Kiss Q1 26 Social Post 070 es-es Make romance happen Haz que tu cita suceda"}
|
||||
{"t":"The Kiss Q1 26 Social Post 072 es-es My must-have for that kiss in the rain! Mi básico para ese beso bajo la lluvia."}
|
||||
{"t":"The Kiss Q1 26 TV OLV UI 001 es-es Beard Trimmer Recortadora de barba"}
|
||||
{"t":"The Kiss Q1 26 TV OLV UI 002 es-es Rain boots Botas de agua"}
|
||||
{"t":"The Kiss Q1 26 TV OLV UI 003 es-es Drying Rack Tendedero"}
|
||||
{"t":"The Kiss Q1 26 YouTube 001 Headline es-es Make behind the scenes happen Haz que el detrás de cámaras suceda"}
|
||||
{"t":"The Kiss Q1 26 YouTube 002 Description es-es My must-have for a bit of \"me\" time. Get yours on Amazon. Para cuando tengo un ratito para mí. Encuéntralo en Amazon."}
|
||||
{"t":"The Kiss Q1 26 YouTube 003 Headline es-es Make BTS happen Haz que suceda"}
|
||||
{"t":"The Kiss Q1 26 YouTube 004 Description es-es My must-have for a bit of \"me\" time. Get yours on Amazon. Para cuando tengo un ratito para mí. Encuéntralo en Amazon."}
|
||||
{"t":"The Kiss Q1 26 YouTube 005 CTA es-es Shop now Compra"}
|
||||
{"t":"The Kiss Q1 26 YouTube 006 Headline es-es Make behind the scenes happen Haz que el detrás de cámaras suceda"}
|
||||
{"t":"The Kiss Q1 26 YouTube 007 Description es-es My secret to staying fresh between takes. Get yours on Amazon. Para que cada toma respire frescura. Encuéntralo en Amazon."}
|
||||
{"t":"The Kiss Q1 26 YouTube 009 Description es-es My secret to staying fresh between takes. Get yours on Amazon. Para que cada toma respire frescura. Encuéntralo en Amazon."}
|
||||
{"t":"The Kiss Q1 26 YouTube 011 Description es-es My go-to essential for a perfect kissing scene. Get yours on Amazon. Mi básico para la escena del beso perfecta. Encuéntralo en Amazon."}
|
||||
{"t":"The Kiss Q1 26 YouTube 012 Description es-es My go-to essential for a perfect kissing scene. Get yours on Amazon. Mi básico para la escena del beso perfecta. Encuéntralo en Amazon."}
|
||||
{"t":"The Kiss Q1 26 YouTube 014 Description es-es My secret to staying warm and cozy on set. Get yours on Amazon. Mi secreto para no enfriarme entre escenas. Encuéntralo en Amazon."}
|
||||
{"t":"The Kiss Q1 26 YouTube 016 Description es-es My secret to staying warm and cozy on set. Get yours on Amazon. Mi secreto para no enfriarme entre escenas. Encuéntralo en Amazon."}
|
||||
{"t":"The Kiss Q1 26 YouTube 018 Description es-es My must-have for dry hair, take after take. Get yours on Amazon. Mi básico para lograr un pelazo toma tras toma. Encuéntralo en Amazon."}
|
||||
{"t":"The Kiss Q1 26 YouTube 020 Description es-es My must-have for dry hair, take after take. Get yours on Amazon. Mi básico para lograr un pelazo toma tras toma. Encuéntralo en Amazon."}
|
||||
{"t":"The Kiss Q1 26 YouTube 022 Headline es-es Make date night happen Haz que tu cita romántica suceda"}
|
||||
{"t":"The Kiss Q1 26 YouTube 023 Description es-es My go-to for when romance gets a little messy. Get yours on Amazon. Para cuando el amor se te va de las manos. Encuéntralo en Amazon."}
|
||||
{"t":"The Kiss Q1 26 YouTube 024 Headline es-es Make it happen Haz que suceda"}
|
||||
{"t":"The Kiss Q1 26 YouTube 025 Description es-es My go-to for when romance gets a little messy. Get yours on Amazon. Para cuando el amor se te va de las manos. Encuéntralo en Amazon."}
|
||||
{"t":"The Kiss Q1 26 YouTube 028 Description es-es My go-to for when passion sweeps you off your feet. Get it on Amazon. Para cuando la pasión se apodera de ti. Encuéntralo en Amazon."}
|
||||
{"t":"The Kiss Q1 26 YouTube 030 Description es-es My go-to for when passion sweeps you off your feet. Get it on Amazon. Para cuando la pasión se apodera de ti. Encuéntralo en Amazon."}
|
||||
{"t":"The Kiss Q1 26 YouTube 031 Headline es-es Make romance happen Haz que tu cita romántica suceda"}
|
||||
{"t":"The Kiss Q1 26 YouTube 032 Description es-es My must-have for that kiss in the rain! Get yours on Amazon. Mi básico para ese beso bajo la lluvia. Encuéntralo en Amazon."}
|
||||
{"t":"The Kiss Q1 26 YouTube 034 Description es-es My must-have for that kiss in the rain! Get yours on Amazon. Mi básico para ese beso bajo la lluvia. Encuéntralo en Amazon."}
|
||||
205
storage/amazon/tm/es-ES/flat_UEFA_es-es.json
Normal file
205
storage/amazon/tm/es-ES/flat_UEFA_es-es.json
Normal file
|
|
@ -0,0 +1,205 @@
|
|||
{"t":"UEFA Womens 24 (D)OOH Creatives 001 es-es You bring the triumph. We bring the trophy. Tú pones la alegría. Nosotros, los trofeos."}
|
||||
{"t":"UEFA Womens 24 (D)OOH Creatives 002 es-es You bring the magic. We bring the medal. Tú pones la magia. Nosotros, los premios."}
|
||||
{"t":"UEFA Womens 24 (D)OOH Creatives 003 es-es Proud partners Orgullosos de ser socios"}
|
||||
{"t":"UEFA Womens 24 Designation Transcreation 002 es-es Proud partner Orgullosos de ser socios"}
|
||||
{"t":"UEFA Womens 24 Designation Transcreation 003 es-es Official e-commerce partner Socio comercial oficial en línea"}
|
||||
{"t":"UEFA Womens 24 Designation Transcreation 004 es-es Official online retail partner Socio comercial oficial en línea"}
|
||||
{"t":"UEFA Womens 24 further mobile 001 es-es Amazon is an official partner of UEFA Women’s Football, proudly supporting the Women’s Champions League and Women’s EURO 2025. We know playing football improves self-confidence in women and girls both on and off the pitch. It’s something we’re celebrating in our campaign, “The Grit” and something we want to enable through our Women’s Football Store, where you can find everything players need to train, play and recover. Amazon es socio oficial del Fútbol Femenino de la UEFA, y estamos orgullosos de apoyar a la Liga de Campeones Femenina y la Eurocopa Femenina de la UEFA 2025. Jugar al fútbol ayuda a las mujeres y niñas a confiar más en sí mismas dentro y fuera del campo. Con nuestra campaña \"The Grit\" y la Tienda de fútbol femenino queremos celebrarlo y ofrecerles las herramientas para entrenar, jugar, recuperarse y lograrlo."}
|
||||
{"t":"UEFA Womens 24 further mobile 002 es-es Shop the Women's Football Store Compra en la tienda de fútbol femenino"}
|
||||
{"t":"UEFA Womens 24 further mobile 003 es-es Top sellers Top ventas"}
|
||||
{"t":"UEFA Womens 24 further mobile 004 es-es Women’s Football Fútbol femenino"}
|
||||
{"t":"UEFA Womens 24 further mobile 005 es-es Browse women’s kits and more Equipamiento femenino y más"}
|
||||
{"t":"UEFA Womens 24 further mobile 006 es-es Visit the Women's Football Store Visita la tienda de fútbol femenino"}
|
||||
{"t":"UEFA Womens 24 Headlines Leading Edit 001 es-es You bring the spirit. We bring the stuff. Tú pones las ganas. Nosotros, el resto."}
|
||||
{"t":"UEFA Womens 24 Headlines Leading Edit 002 es-es You bring the grit. We bring the stuff. Tú pones la pasión. Nosotros, el resto."}
|
||||
{"t":"UEFA Womens 24 Store front 001 es-es Proud Partner Orgullosos de ser socios"}
|
||||
{"t":"UEFA Womens 24 Store front 002 es-es Women's Football Store La tienda de fútbol femenino"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 001 es-es GRWM for training (Get Ready With Me) Así me preparo para entrenar"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 002 es-es New Goalie Gloves Day! ¡A estrenar mis guantes de portera!"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 003 es-es new socks nuevas medias"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 004 es-es Unbox my fresh training socks with me Unboxing de mis medias para entrenar"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 005 es-es with Amazon con Amazon"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 006 es-es same skills la misma destreza"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 007 es-es Unbox my training essentials \nwith me Unboxing de mis esenciales para entrenar"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 007F es-es Unbox my training essentials with me Unboxing de mis esenciales para entrenar"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 008 es-es Unbox them with me Descúbrelos conmigo"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 001 es-es You bring the wins\nWe bring the medal Tú pones las victorias\nNosotros, las medallas"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 001F es-es You bring the wins We bring the medal Tú pones las victorias Nosotros, las medallas"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 002 es-es You bring the burn\nWe bring the bib Tú pones el ímpetu\nNosotros, los petos"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 002F es-es You bring the burn We bring the bib Tú pones el ímpetu Nosotros, los petos"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 003 es-es You bring the triumph\nWe bring the trophy Tu pones la alegría\nNosotros, los trofeos"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 003F es-es You bring the triumph We bring the trophy Tu pones la alegría Nosotros, los trofeos"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 004 es-es You bring \nthe flair \nWe bring \nthe hair dye Tú pones \nel talento\nNosotros,\nel tinte"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 004F es-es You bring the flair We bring the hair dye Tú pones el talento Nosotros, el tinte"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 005 es-es You bring the heat \nWe bring the ice bath Tú pones el fervor \nNosotros, el baño de hielo"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 005F es-es You bring the heat We bring the ice bath Tú pones el fervor Nosotros, el baño de hielo"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 006 es-es You bring \nthe wins\nWe bring \nthe medal Tú pones \nlas victorias\nNosotros, \nlas medallas"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 006F es-es You bring the wins We bring the medal Tú pones las victorias Nosotros, las medallas"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 007 es-es You bring \nthe steel\nWe bring \nthe shin pads Tú pones \nlas agallas\nNosotros, \nlas espinilleras"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 007F es-es You bring the steel We bring the shin pads Tú pones las agallas Nosotros, las espinilleras"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 008 es-es You bring the steel\nWe bring the shin pads Tú pones las agallas\nNosotros, las espinilleras"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 008F es-es You bring the steel We bring the shin pads Tú pones las agallas Nosotros, las espinilleras"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 009 es-es You bring \nthe heat \nWe bring \nthe ice bath Tú pones \nel fervor \nNosotros,\nel baño de hielo"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 009F es-es You bring the heat We bring the ice bath Tú pones el fervor Nosotros, el baño de hielo"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 010 es-es You bring the flair \nWe bring the hair dye Tú pones el talento\nNosotros, el tinte"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 010F es-es You bring the flair We bring the hair dye Tú pones el talento Nosotros, el tinte"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 011 es-es You bring the skills\nWe bring the socks Tú pones la destreza\nNosotros, las medias"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 011F es-es You bring the skills We bring the socks Tú pones la destreza Nosotros, las medias"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 013 es-es You bring\nthe magic\nWe bring\nthe medal Tú pones la magia\nNosotros, los premios"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 013F es-es You bring the magic We bring the medal Tú pones la magia Nosotros, los premios"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 014 es-es You bring \nthe skills\nWe bring \nthe socks Tú pones \nla destreza\nNosotros, \nlas medias"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 014F es-es You bring the skills We bring the socks Tú pones la destreza Nosotros, las medias"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 015 es-es You bring \nthe triumph\nWe bring \nthe trophy Tu pones \nla alegría\nNosotros, \nlos trofeos"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 015F es-es You bring the triumph We bring the trophy Tu pones la alegría Nosotros, los trofeos"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 016 es-es You bring the guts \nWe bring the socks Tú pones las agallas \nNosotros, las medias "}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 016F es-es You bring the guts We bring the socks Tú pones las agallas Nosotros, las medias"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 017 es-es You bring \nthe guts \nWe bring \nthe socks Tú pones\nlas agallas \nNosotros,\nlas medias "}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 017F es-es You bring the guts We bring the socks Tú pones las agallas Nosotros, las medias"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 018 es-es You bring the magic\nWe bring the medal Tú pones la magia\nNosotros, los premios"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 018F es-es You bring the magic We bring the medal Tú pones la magia Nosotros, los premios"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 019 es-es You bring \nthe burn\nWe bring \nthe bib Tú pones \nel ímpetu\nNosotros, \nlos petos"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 019F es-es You bring the burn We bring the bib Tú pones el ímpetu Nosotros, los petos"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 020 es-es Official Online Retail Partner Socio comercial oficial en línea"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 021 es-es Official online retail partner Socio comercial oficial en línea"}
|
||||
{"t":"UEFA Womens 25 Competition 001 es-es Enter the prize draw for your chance to win tickets for a game, including travel and accommodation! Participa en el sorteo para ganar entradas para uno de los partidos, incluyendo el viaje y el alojamiento."}
|
||||
{"t":"UEFA Womens 25 Competition 002 es-es Plus hundreds of official match balls to be won. También sortearemos cientos de balones oficiales."}
|
||||
{"t":"UEFA Womens 25 Competition 003 es-es Win a trip Gana un viaje"}
|
||||
{"t":"UEFA Womens 25 Competition 004 es-es Open to residents of England, Wales and Scotland aged 18+ with an Amazon.co.uk account. Pueden participar las personas mayores de 18 años residentes en España que tengan una cuenta de Amazon.es."}
|
||||
{"t":"UEFA Womens 25 Competition 005 es-es No purchase necessary. Excludes NI. Sin compra."}
|
||||
{"t":"UEFA Womens 25 Competition 006 es-es Win an unforgettable \nUEFA Women’s EURO \n2025 experience Gana una experiencia\ninolvidable para la EURO\nFemenina de la UEFA 2025"}
|
||||
{"t":"UEFA Womens 25 Competition 006F es-es Win an unforgettable UEFA Women’s EURO 2025 experience Gana una experiencia inolvidable para la EURO Femenina de la UEFA 2025"}
|
||||
{"t":"UEFA Womens 25 Competition 007 es-es You entered the Amazon UEFA Women’s EURO 2025 Prize Draw, and we’re pleased to inform you that you have won an official adidas match ball! Has participado en el sorteo de la EURO Femenina de la UEFA 2025 de Amazon y nos alegra informarte de que has ganado un balón oficial de adidas."}
|
||||
{"t":"UEFA Womens 25 Competition 008 es-es T&Cs apply. Sujeto a condiciones."}
|
||||
{"t":"UEFA Womens 25 Competition 009 es-es Please note that you can view the full terms and conditions for this prize draw here: https://www.amazon.co.uk/TermsAndConditions Puedes consultar los términos y condiciones completos de este sorteo aquí: [insert locale T&Cs]"}
|
||||
{"t":"UEFA Womens 25 Competition 010 es-es Thanks a lot for your participation and congratulations!\n Amazon ¡Muchas gracias por participar y enhorabuena de nuevo!\n Amazon"}
|
||||
{"t":"UEFA Womens 25 Competition 010F es-es Thanks a lot for your participation and congratulations! Amazon ¡Muchas gracias por participar y enhorabuena de nuevo! Amazon"}
|
||||
{"t":"UEFA Womens 25 Competition 011 es-es Hello XXX Hola XXX"}
|
||||
{"t":"UEFA Womens 25 Competition 012 es-es Congratulations! Thank you for entering the Amazon UEFA Women's EURO 2025 Competition here [Enter Competition Link]. ¡Enhorabuena! Gracias por haber participado en el concurso de Amazon de la EURO Femenina de la UEFA 2025 aquí [Enter Link]."}
|
||||
{"t":"UEFA Womens 25 Competition 013 es-es to watch para ver"}
|
||||
{"t":"UEFA Womens 25 Competition 014 es-es Click here to enter the prize draw. Haz clic aquí para participar en el sorteo."}
|
||||
{"t":"UEFA Womens 25 Competition 015 es-es For the avoidance of doubt, ATPI will only strictly use and process your details for purposes of making the necessary arrangements. Para evitar cualquier duda, ATPI utilizará y tratará tus datos únicamente con el fin de realizar las gestiones necesarias."}
|
||||
{"t":"UEFA Womens 25 Competition 016 es-es See full Terms and Conditions here Consulta los términos y condiciones aquí."}
|
||||
{"t":"UEFA Womens 25 Competition 017 es-es Terms and conditions apply. Sujeto a términos y condiciones."}
|
||||
{"t":"UEFA Womens 25 Competition 018 es-es Thank you! You have been entered into the Prize Draw. ¡Muchas gracias! Hemos recibido tu participación en el sorteo. ¡Mucha suerte!"}
|
||||
{"t":"UEFA Womens 25 Competition 019 es-es Enter the draw Participa en el sorteo"}
|
||||
{"t":"UEFA Womens 25 Competition 020 es-es Please note that you can view the full terms and conditions for this prize draw here: [Enter T&Cs.] Puedes consultar los términos y condiciones completos de este sorteo aquí: [Enter T&Cs.]"}
|
||||
{"t":"UEFA Womens 25 Competition 021 es-es No purchase necessary. Sin compra obligatoria."}
|
||||
{"t":"UEFA Womens 25 Competition 022 es-es To enter, click the link below whilst logged in to your Amazon.co.uk account, before 23.59 BST on Sunday, 1st June 2025. Haz clic en el enlace más abajo, inicia sesión con tu cuenta de Amazon.es y participa antes del domingo, 1 de junio de 2025 a las 23:59 horas CEST."}
|
||||
{"t":"UEFA Womens 25 Competition 023 es-es Win a \nUEFA Women’s \nEURO 2025 \nexperience Gana una\nexperiencia para\nla EURO Femenina\nde la UEFA 2025"}
|
||||
{"t":"UEFA Womens 25 Competition 023F es-es Win a UEFA Women’s EURO 2025 experience Gana una experiencia para la EURO Femenina de la UEFA 2025"}
|
||||
{"t":"UEFA Womens 25 Competition 024 es-es Click below to visit our Women's Football Shop. Haz clic abajo y visita nuestra tienda de fútbol femenino."}
|
||||
{"t":"UEFA Womens 25 Competition 025 es-es Once you have confirmed receipt of the prize we will supply the prize provider, ATPI, with your contact details and they will make the arrangements for your trip. Please monitor your junk e-mail folder, in case emails from ATPI get delivered there instead of your inbox. Una vez que hayas confirmado la recepción del premio, facilitaremos tus datos de contacto al proveedor del premio, ATPI, para que puedan organizar tu viaje. Por favor, revisa también tu carpeta de correo no deseado por si los mensajes de ATPI llegan allí en vez de a tu bandeja de entrada."}
|
||||
{"t":"UEFA Womens 25 Competition 026 es-es the UEFA Women's EURO 2025 la EURO Femenina\nde la UEFA 2025"}
|
||||
{"t":"UEFA Womens 25 Competition 026F es-es the UEFA Women's EURO 2025 la EURO Femenina de la UEFA 2025"}
|
||||
{"t":"UEFA Womens 25 Competition 027 es-es Thank you for participating and once again congrats! ¡Muchas gracias por participar y enhorabuena de nuevo!"}
|
||||
{"t":"UEFA Womens 25 Competition 028 es-es Please confirm acceptance of the prize by emailing prize-draw@amazon.co.uk (URL to be localised) with the Prize Draw name and your full name, address (including county) and daytime telephone number within the next 5 days, by [DATE], otherwise we will draw a new winner without further notice to you. Por favor, confirma que aceptas el premio enviando un correo electrónico en los próximos 5 días a sorteo@amazon.es, indicando el nombre del sorteo y tu nombre completo, antes del [DATE]. De lo contrario, seleccionaremos a otro ganador sin previo aviso."}
|
||||
{"t":"UEFA Womens 25 Competition 029 es-es We're pleased to inform you that you have won two tickets to UEFA Women's Euro 2025 including travel and accommodation. Nos alegra informarte de que has ganado dos entradas para la EURO Femenina de la UEFA 2025, que incluyen el viaje y el alojamiento."}
|
||||
{"t":"UEFA Womens 25 Competition 030 es-es Congratulations, Enhorabuena,"}
|
||||
{"t":"UEFA Womens 25 Competition 031 es-es Please redeem your prize by visiting the product page here and adding to basket, then entering your unique code XXXXXXX at checkout. Canjea tu premio visitando la página del producto aquí y añadiéndolo al carrito. Después, añade tu código único XXXXXXX en el momento del pago."}
|
||||
{"t":"UEFA Womens 25 Homepage 001 es-es Fan your own way Anima a tu manera"}
|
||||
{"t":"UEFA Womens 25 Homepage 002 es-es Find your own way Encuentra tu camino"}
|
||||
{"t":"UEFA Womens 25 Homepage 003 es-es Visit the Women’s Football Shop Visita la tienda de fútbol femenino"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 001 es-es Enter now Participa ahora"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 002 es-es Get ready! UEFA Women’s EURO 2025 Final. La final de la EURO Femenina UEFA 2025."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 003 es-es UEFA Women’s EURO 2025 is coming. Llega la EURO Femenina de la UEFA 2025."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 004 es-es Shop Match Day must haves Todo lo esencial para el partido"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 006 es-es Shop Now Compra ahora"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 007 es-es Get ready for UEFA Women’s EURO 2025 Prepárate para la EURO Femenina de la UEFA 2025"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 008 es-es Shop match day must haves Todo lo esencial para el partido"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 009 es-es Shop the stuff you need to host the ultimate watch party Encuentra todo lo que necesitas para organizar la fiesta perfecta para ver los partidos."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 010 es-es Explore the Women’s Football Shop. Descubre la tienda de fútbol femenino."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 011 es-es Enter the prize draw for your chance to win tickets for a game, including travel and accommodation! Plus hundreds of official match balls to be won. Participa en el sorteo para ganar entradas para uno de los partidos, incluyendo el viaje y el alojamiento. También sortearemos cientos de balones oficiales."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 012 es-es Explore the Women’s Football Shop now. Descubre la tienda de fútbol femenino."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 013 es-es Enter Now Participa ahora"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 014 es-es It’s knockout time. Show your support with the Women’s Football Shop. Ya está aquí la fase de eliminatorias. Muestra tu apoyo con la tienda de fútbol femenino."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 015 es-es Discover the Women’s Football Shop. Descubre la tienda de fútbol femenino."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 016 es-es Are you ready for the UEFA Women’s EURO 2025? ¿Todo listo para la EURO Femenina de la UEFA 2025?"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 017 es-es Win a trip to UEFA Women's EURO 2025. Gana un viaje para ver la EURO Femenina de la UEFA 2025."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 018 es-es Explore more ways to show your support Descubre cientos de formas de animar"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 019 es-es Level up your game day with the Women’s Football Shop Lleva tu día de partido al siguiente nivel con la tienda de fútbol femenino."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 020 es-es Discover the Women’s Football Shop now. Descubre la tienda de fútbol femenino."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 021 es-es The countdown is on. Empieza la cuenta atrás."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 022 es-es Get set for kick-off with the Women's Football Shop viewing essentials Consigue lo esencial para disfrutar de cada partido en nuestra tienda de fútbol femenino"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 023 es-es Get ready for UEFA Women’s EURO 2025 knockouts Prepárate para la fase de eliminatorias de la EURO Femenina de la UEFA 2025"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 024 es-es Celebrate every moment on and off the pitch. Show support your way with the Women’s Football Shop. Celebra cada momento, dentro y fuera del campo. Muestra tu apoyo, a tu manera, con la tienda de fútbol femenino."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 025 es-es Are you ready for the UEFA Women’s EURO 2025 Final? La final de la EURO Femenina UEFA 2025."}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 026 es-es Get Crafty Ponte creativo"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 027 es-es Get Playing Prepárate para jugar"}
|
||||
{"t":"UEFA Womens 25 Push notifications & Emails 028 es-es Enter now - the countdown is on. Empieza la cuenta atrás. ¡Participa ya!"}
|
||||
{"t":"UEFA Womens 25 Storefront 001 es-es Smartphones Móviles"}
|
||||
{"t":"UEFA Womens 25 Storefront 005 es-es Smart Home Hogar Digital"}
|
||||
{"t":"UEFA Womens 25 Storefront 006 es-es Inspiration Inspiración"}
|
||||
{"t":"UEFA Womens 25 Storefront 008 es-es Grocery Alimentación y bebidas"}
|
||||
{"t":"UEFA Womens 25 Storefront 009 es-es Match day memories Revive tus recuerdos del partido"}
|
||||
{"t":"UEFA Womens 25 Storefront 011 es-es Seating & Comfort Asientos y confort"}
|
||||
{"t":"UEFA Womens 25 Storefront 012 es-es Recipe Books Libros de recetas"}
|
||||
{"t":"UEFA Womens 25 Storefront 013 es-es Weather protection Protección para exteriores"}
|
||||
{"t":"UEFA Womens 25 Storefront 014 es-es Gaming Videojuegos"}
|
||||
{"t":"UEFA Womens 25 Storefront 015 es-es Equipment Equipo"}
|
||||
{"t":"UEFA Womens 25 Storefront 016 es-es Shop home viewing essentials Esenciales para disfrutar en casa"}
|
||||
{"t":"UEFA Womens 25 Storefront 017 es-es Shop cheering essentials Esenciales para animar"}
|
||||
{"t":"UEFA Womens 25 Storefront 018 es-es Barbecue Barbacoa"}
|
||||
{"t":"UEFA Womens 25 Storefront 019 es-es Girls’ boots Botas de niña"}
|
||||
{"t":"UEFA Womens 25 Storefront 020 es-es Get crafty Ponte creativo"}
|
||||
{"t":"UEFA Womens 25 Storefront 021 es-es Diffusers Difusores de aromas"}
|
||||
{"t":"UEFA Womens 25 Storefront 022 es-es Fridges Frigoríficos"}
|
||||
{"t":"UEFA Womens 25 Storefront 023 es-es LEDs Luces LED"}
|
||||
{"t":"UEFA Womens 25 Storefront 024 es-es Banners Pancartas"}
|
||||
{"t":"UEFA Womens 25 Storefront 025 es-es Fan on the go Tu fútbol en cualquier parte"}
|
||||
{"t":"UEFA Womens 25 Storefront 026 es-es Shop game day beauty Todo en belleza para el gran día"}
|
||||
{"t":"UEFA Womens 25 Storefront 027 es-es Dress to impress Vístete para ganar"}
|
||||
{"t":"UEFA Womens 25 Storefront 028 es-es Watches Relojes"}
|
||||
{"t":"UEFA Womens 25 Storefront 029 es-es Shop football kit & equipment Descubre kits y equipaciones"}
|
||||
{"t":"UEFA Womens 25 Storefront 030 es-es Shop game day treats Todo en picoteo y accesorios"}
|
||||
{"t":"UEFA Womens 25 Storefront 031 es-es Decorations & Lights Luces y decoración"}
|
||||
{"t":"UEFA Womens 25 Storefront 032 es-es Enjoy at home Disfruta del partido en casa"}
|
||||
{"t":"UEFA Womens 25 Storefront 033 es-es Shop hosting essentials Descubre los básicos para eventos"}
|
||||
{"t":"UEFA Womens 25 Storefront 034 es-es Shop party supplies Esenciales para fiestas"}
|
||||
{"t":"UEFA Womens 25 Storefront 035 es-es Tableware Vajillas"}
|
||||
{"t":"UEFA Womens 25 Storefront 036 es-es TV & Home Cinema TV, Vídeo y Home Cinema"}
|
||||
{"t":"UEFA Womens 25 Storefront 037 es-es Printers Impresoras"}
|
||||
{"t":"UEFA Womens 25 Storefront 038 es-es Shirts Camisetas"}
|
||||
{"t":"UEFA Womens 25 Storefront 039 es-es Shop photography Descubre productos de fotografía"}
|
||||
{"t":"UEFA Womens 25 Storefront 040 es-es Binoculars Prismáticos"}
|
||||
{"t":"UEFA Womens 25 Storefront 041 es-es Crocheting and Knitting Ganchillo y punto"}
|
||||
{"t":"UEFA Womens 25 Storefront 042 es-es Hand clappers Aplaudidores de animación"}
|
||||
{"t":"UEFA Womens 25 Storefront 043 es-es Sports nutrition Nutrición deportiva"}
|
||||
{"t":"UEFA Womens 25 Storefront 044 es-es Bracelets Pulseras"}
|
||||
{"t":"UEFA Womens 25 Storefront 045 es-es Host like a pro Sorprende a tus invitados"}
|
||||
{"t":"UEFA Womens 25 Storefront 046 es-es Amazon.\nProud partner\nof UEFA Women's\nFootball. Amazon.\nOrgullosos de ser socios\ndel fútbol femenino\nde la UEFA."}
|
||||
{"t":"UEFA Womens 25 Storefront 046F es-es Amazon. Proud partner of UEFA Women's Football. Amazon. Orgullosos de ser socios del fútbol femenino de la UEFA."}
|
||||
{"t":"UEFA Womens 25 Storefront 047 es-es Speakers Megáfonos"}
|
||||
{"t":"UEFA Womens 25 Storefront 048 es-es Stickers & Patches Pegatinas y parches"}
|
||||
{"t":"UEFA Womens 25 Storefront 049 es-es Snacks to the max Festival de snacks"}
|
||||
{"t":"UEFA Womens 25 Storefront 050 es-es Make some noise Anima como nadie"}
|
||||
{"t":"UEFA Womens 25 Storefront 051 es-es Hats Gorras y gorros"}
|
||||
{"t":"UEFA Womens 25 Storefront 052 es-es Women's Football Shop La tienda de fútbol femenino"}
|
||||
{"t":"UEFA Womens 25 Storefront 053 es-es Scarves Bufandas"}
|
||||
{"t":"UEFA Womens 25 Storefront 054 es-es Kitchen appliances Electrodomésticos de cocina"}
|
||||
{"t":"UEFA Womens 25 Storefront 055 es-es Accessories Accesorios"}
|
||||
{"t":"UEFA Womens 25 Storefront 056 es-es Shop craft supplies Descubre kits de manualidades"}
|
||||
{"t":"UEFA Womens 25 Storefront 057 es-es Shop match day must-haves Todo lo esencial para el partido"}
|
||||
{"t":"UEFA Womens 25 Storefront 058 es-es Our store has moved! ¡Nuestra tienda cambia de lugar!"}
|
||||
{"t":"UEFA Womens 25 Storefront 059 es-es Audio and Hifi Audio y Hi-Fi"}
|
||||
{"t":"UEFA Womens 25 Storefront 060 es-es Women's kit Kit de mujer"}
|
||||
{"t":"UEFA Womens 25 Storefront 061 es-es Family fun Diversión en familia"}
|
||||
{"t":"UEFA Womens 25 Storefront 062 es-es Journals Diarios"}
|
||||
{"t":"UEFA Womens 25 Storefront 063 es-es Towels Toallas"}
|
||||
{"t":"UEFA Womens 25 Storefront 064 es-es Make-up & Face Paint Maquillaje y pintura facial"}
|
||||
{"t":"UEFA Womens 25 Storefront 065 es-es Water bottles Botellas de agua"}
|
||||
{"t":"UEFA Womens 25 Storefront 066 es-es Games Juegos"}
|
||||
{"t":"UEFA Womens 25 Storefront 067 es-es Click the banner below to visit our Women's Football Shop Haz clic en el banner de abajo para visitar nuestra tienda de fútbol femenino"}
|
||||
{"t":"UEFA Womens 25 Storefront 068 es-es Cake Decorations Kits de decoración de tartas"}
|
||||
{"t":"UEFA Womens 25 Storefront 069 es-es Express yourself Exprésate"}
|
||||
{"t":"UEFA Womens 25 Storefront 070 es-es Memory Books Álbumes de recuerdos"}
|
||||
{"t":"UEFA Womens 25 Storefront 071 es-es Cushions & Textiles Cojines y textiles"}
|
||||
{"t":"UEFA Womens 25 Storefront 072 es-es Whistles Silbatos"}
|
||||
{"t":"UEFA Womens 25 Storefront 074 es-es Bags Bolsas"}
|
||||
{"t":"UEFA Womens 25 Storefront 075 es-es Balls Balones de fútbol"}
|
||||
{"t":"UEFA Womens 25 Storefront 076 es-es Girls' kit Kit de niña"}
|
||||
{"t":"UEFA Womens 25 Storefront 077 es-es Photo props Accesorios para fotos"}
|
||||
{"t":"UEFA Womens 25 Storefront 078 es-es Shop clothing & accessories Todo en ropa y accesorios"}
|
||||
{"t":"UEFA Womens 25 Storefront 079 es-es Lighting Iluminación"}
|
||||
{"t":"UEFA Womens 25 Storefront 080 es-es Get playing Prepárate para jugar"}
|
||||
{"t":"UEFA Womens 25 Storefront 081 es-es Women's boots Botas de mujer"}
|
||||
{"t":"UEFA Womens 25 Storefront 082 es-es Proud partner Orgullosos de ser socios"}
|
||||
117
storage/amazon/tm/es-ES/flat_value_es-es.json
Normal file
117
storage/amazon/tm/es-ES/flat_value_es-es.json
Normal file
|
|
@ -0,0 +1,117 @@
|
|||
{"t":"Value Q1 24 Digital Display 001 Headline es-es Search on Amazon today Busca en Amazon hoy mismo"}
|
||||
{"t":"Value Q1 24 Radio 001 VO es-es As Sophie opened her Amazon parcel, her eyes grew wider. Cuando Sofía abrió su paquete de Amazon, los ojos se le abrieron como platos."}
|
||||
{"t":"Value Q1 24 Radio 002 VO es-es Soft touch buttons and smart pressure sensor. Botones sensibles al tacto y sensor de presión inteligente."}
|
||||
{"t":"Value Q1 24 Radio 003 VO es-es This was the electric toothbrush of her dreams for a price lower than she ever imagined. Era el cepillo de dientes eléctrico de sus sueños, a un precio menor del que jamás habría imaginado."}
|
||||
{"t":"Value Q1 24 Radio 004 VO es-es Five stars from Sophie. Cinco estrellas de Sofía."}
|
||||
{"t":"Value Q1 24 Radio 005 VO es-es With star reviews from you and star prices from us, Con tus valoraciones estrella y nuestros precios estrella."}
|
||||
{"t":"Value Q1 24 Radio 006 VO es-es Start your search on Amazon today. Empieza a buscar en Amazon hoy mismo."}
|
||||
{"t":"Value Q1 24 Radio 007 VO es-es As Nigel opened his Amazon Parcel, it was love at first sight. Cuando Nico abrió su paquete de Amazon, fue amor a primera vista."}
|
||||
{"t":"Value Q1 24 Radio 008 VO es-es Sleek design and powerful suction... Con su diseño depurado y gran poder de succión…"}
|
||||
{"t":"Value Q1 24 Radio 009 VO es-es ...this vacuum cleaner screamed quality and for a price lower than he ever dreamed … el aspirador derrochaba calidad por los cuatro costados. Y, por un precio menor del que jamás habría soñado."}
|
||||
{"t":"Value Q1 24 Radio 010 VO es-es 5 Stars from Nigel Cinco estrellas de Nico."}
|
||||
{"t":"Value Q1 24 Social OLV 001 Super es-es Star reviews\nfrom you Tú pones \nvaloraciones \nestrella"}
|
||||
{"t":"Value Q1 24 Social OLV 001F Super es-es Star reviews from you Tú pones valoraciones estrella"}
|
||||
{"t":"Value Q1 24 Social OLV 002 Super es-es Star prices\nfrom us on\n\nElectronics Nosotros \nponemos precios\nestrella en\n \nElectrónica"}
|
||||
{"t":"Value Q1 24 Social OLV 002F Super es-es Star prices from us on Electronics Nosotros ponemos precios estrella en Electrónica"}
|
||||
{"t":"Value Q1 24 Social OLV 003 Super es-es Search on\nAmazon\ntoday Busca en\nAmazon\nhoy mismo"}
|
||||
{"t":"Value Q1 24 Social OLV 003F Super es-es Search on Amazon today Busca en Amazon hoy mismo"}
|
||||
{"t":"Value Q1 24 Social OLV 007 Super es-es Star reviews from you Tú pones \nvaloraciones estrella"}
|
||||
{"t":"Value Q1 24 Social OLV 007F Super es-es Star reviews from you Tú pones valoraciones estrella"}
|
||||
{"t":"Value Q1 24 Social OLV 008 Super es-es Star prices from us on\n\nElectronics Nosotros ponemos \nprecios estrella en\n \nElectrónica"}
|
||||
{"t":"Value Q1 24 Social OLV 008F Super es-es Star prices from us on Electronics Nosotros ponemos precios estrella en Electrónica"}
|
||||
{"t":"Value Q1 24 Social OLV 009 Super es-es Search on Amazon today Busca en Amazon\nhoy mismo"}
|
||||
{"t":"Value Q1 24 Social OLV 009F Super es-es Search on Amazon today Busca en Amazon hoy mismo"}
|
||||
{"t":"Value Q1 24 Social OLV 012 Super es-es Search on\nAmazon today Busca en\nAmazon hoy mismo"}
|
||||
{"t":"Value Q1 24 Social OLV 012F Super es-es Search on Amazon today Busca en Amazon hoy mismo"}
|
||||
{"t":"Value Q1 24 Social Post 001 es-es With star reviews from you and star prices from us, start your search on Amazon. Empieza a buscar en Amazon hoy mismo."}
|
||||
{"t":"Value Q1 24 Social Post 002 Headline es-es Find products you love Tus productos favoritos"}
|
||||
{"t":"Value Q1 24 Social Post 003 Description es-es Search on Amazon today Busca en Amazon hoy mismo"}
|
||||
{"t":"Value Q1 24 Social Post 004 Headline es-es At Amazon find products you love Busca tus productos favoritos en Amazon"}
|
||||
{"t":"Value Q1 24 Social Post 006 es-es With star reviews from you and star prices from us, start your search on Amazon. Con tus valoraciones estrella y nuestros precios estrella, busca ya en Amazon."}
|
||||
{"t":"Value Q1 24 Social Post 007 es-es Find products you love, at prices you’ll love too. Star reviews from you with star prices from us, start your search on Amazon. Encuentra productos a precios irresistibles."}
|
||||
{"t":"Value Q1 24 Social Post 010 Headline es-es Find products you love. Tus productos favoritos"}
|
||||
{"t":"Value Q1 24 Social Post 013 Headline es-es Find products you love. Encuentra los productos que te encantan"}
|
||||
{"t":"Value Q1 24 Social Post 014 Description es-es Search on Amazon today Busca en Amazon hoy mismo"}
|
||||
{"t":"Value Q1 24 TV OLV 001 VO es-es At Amazon find products you love, at prices you’ll love too. En Amazon, encuentra los productos que te encantan a precios que también te encantarán."}
|
||||
{"t":"Value Q1 24 TV OLV 002 VO es-es So you can rock your world, not your savings. Para que afines tu oído, no tus ahorros."}
|
||||
{"t":"Value Q1 24 TV OLV 003 VO es-es And enjoy the perfect blend at the perfect price. Y disfrutes de la mezcla perfecta al precio perfecto."}
|
||||
{"t":"Value Q1 24 TV OLV 004 VO es-es With star reviews from you and star prices from us, Con tus valoraciones estrella y nuestros precios estrella."}
|
||||
{"t":"Value Q1 24 TV OLV 005 VO es-es Start your search on Amazon today. Empieza a buscar en Amazon hoy mismo."}
|
||||
{"t":"Value Q1 24 TV OLV 007 VO es-es Start your search on Amazon today. Empieza a buscar en Amazon hoy mismo."}
|
||||
{"t":"Value Q1 24 YouTube 001 Title es-es At Amazon find products you love Busca tus productos favoritos en Amazon"}
|
||||
{"t":"Value Q1 24 YouTube 002 Description es-es With star reviews from you and star prices from us, start your search on Amazon. Empieza a buscar en Amazon hoy mismo."}
|
||||
{"t":"Value Q2 24 TV OLV 001 Super es-es Cordless Drill Taladro percutor a batería"}
|
||||
{"t":"Value Q2 24 TV OLV 002 Super es-es Bluetooth Headphones Auticulares Bluetooth"}
|
||||
{"t":"Value Q2 24 TV OLV 003 Super es-es Coffee Machine Cafetera"}
|
||||
{"t":"Value Q2 24 TV OLV 004 CTA es-es Start your search today Empieza a buscar hoy mismo"}
|
||||
{"t":"Value Q2 24 TV OLV 005 VO es-es At Amazon you'll find products you can trust, at prices you'll feel good about. En Amazon, encuentra productos de calidad en los que puedes confiar a precios que te sentarán bien."}
|
||||
{"t":"Value Q2 24 TV OLV 006 VO es-es So you can rock your world, not your savings. Para que afines tu oído, no tus ahorros."}
|
||||
{"t":"Value Q2 24 TV OLV 007 VO es-es And, enjoy the perfect blend at the perfect price. Y disfrutes de la mezcla perfecta al precio perfecto."}
|
||||
{"t":"Value Q2 24 TV OLV 008 VO es-es Find highly-rated products, at prices you'll love. Start your search on Amazon today. Los productos mejor valorados a precios que te encantarán. Empieza a buscar en Amazon hoy mismo."}
|
||||
{"t":"Value Q2 24 TV OLV 009 CTA es-es Start your search today Empieza a buscar hoy mismo"}
|
||||
{"t":"Value Q2 24 TV OLV 012 Super es-es Robot Vacuum Robot aspirador"}
|
||||
{"t":"Value Q2 24 TV OLV 013 Super es-es Humidifier Humidificador"}
|
||||
{"t":"Value Q2 24 TV OLV 014 Super es-es Bluetooth Speaker Altavoz Bluetooth"}
|
||||
{"t":"Value Q2 24 TV OLV 016 VO es-es At Amazon you'll find products that make you smile at prices you can relax about. En Amazon, encuentra los productos que te hacen sonreír… a precios con los que puedes relajarte."}
|
||||
{"t":"Value Q2 24 TV OLV 017 VO es-es So, whatever you need, find quality products at prices that are music to your ears. Porque, busques lo que busques, encontrarás productos de calidad… a precios que serán como música para tus oídos."}
|
||||
{"t":"Value Q3 24 OLV 001 Super es-es Cordless Drill Taladro percutor a batería"}
|
||||
{"t":"Value Q3 24 OLV 002 Super es-es Bluetooth Headphones Auticulares Auriculares Bluetooth"}
|
||||
{"t":"Value Q3 24 OLV 003 Super es-es Coffee Machine Cafetera"}
|
||||
{"t":"Value Q3 24 OLV 004 VO es-es At Amazon you'll find quality products you can trust, at prices you'll feel good about. En Amazon, encuentra productos de calidad en los que puedes confiar... a precios que te sentarán bien."}
|
||||
{"t":"Value Q3 24 OLV 005 VO es-es So you can rock your world, not your savings. Para que afines tu oído, no tus ahorros."}
|
||||
{"t":"Value Q3 24 OLV 006 VO es-es And, enjoy the perfect blend at the perfect price. Y disfrutes de la mezcla perfecta al precio perfecto."}
|
||||
{"t":"Value Q3 24 OLV 007 VO es-es Find highly-rated products, at prices you'll love. Start your search on Amazon today. Los productos mejor valorados a precios que te encantarán. Empieza a buscar en Amazon hoy mismo."}
|
||||
{"t":"Value Q3 24 OLV 009 CTA es-es Start your search today Empieza a buscar hoy mismo"}
|
||||
{"t":"Value Q3 24 OLV 013 Super es-es Robot Vacuum Robot aspirador"}
|
||||
{"t":"Value Q3 24 OLV 014 Super es-es Humidifier Humidificador"}
|
||||
{"t":"Value Q3 24 OLV 015 Super es-es Bluetooth Speaker Altavoz Bluetooth"}
|
||||
{"t":"Value Q3 24 OLV 016 VO es-es At Amazon you'll find products that make you smile at prices you can relax about. En Amazon, encuentra los productos, que te hacen sonreír… a precios con los que puedes relajarte."}
|
||||
{"t":"Value Q3 24 OLV 017 VO es-es So, whatever you need, find quality products at prices that are music to your ears. Porque, busques lo que busques, encontrarás productos de calidad… a precios que serán como música para tus oídos."}
|
||||
{"t":"Value Q3 24 Social Post Long 001 Headline es-es Find great value products today Productos mejor valorados"}
|
||||
{"t":"Value Q3 24 Social Post Long 002 es-es Find highly rated products at prices you'll love Los productos mejor valorados a precios que te encantarán"}
|
||||
{"t":"Value Q3 24 Social Post Long 003 Description es-es AmazonUK AmazonES"}
|
||||
{"t":"Value Q3 24 Social Post Long 004 Headline es-es Find great value products today Productos mejor valorados"}
|
||||
{"t":"Value Q3 24 Social Post Long 006 es-es Find highly rated products at prices you'll love Los productos mejor valorados a precios que te encantarán"}
|
||||
{"t":"Value Q3 24 Social Post Long 008 es-es Bei Amazon gibt's hochwertige Produkte, zu Preisen, die dir gefallen.\n\nBei Amazon gibt’s Millionen von großartigen Produkten zu Top-Preisen. Los productos mejor valorados a precios que te encantarán"}
|
||||
{"t":"Value Q3 24 Social Post Long 008F es-es Bei Amazon gibt's hochwertige Produkte, zu Preisen, die dir gefallen. Bei Amazon gibt’s Millionen von großartigen Produkten zu Top-Preisen. Los productos mejor valorados a precios que te encantarán"}
|
||||
{"t":"Value Q3 24 Social Post Long 010 Headline es-es … mit einer köstlichen Mischung aus Qualität und Preis. Productos mejor valorados"}
|
||||
{"t":"Value Q3 24 Social Post Long 014 es-es #AmazonUK #AmazonES"}
|
||||
{"t":"Value Q3 24 Social Post Long 016 es-es AmazonUK AmazonES"}
|
||||
{"t":"Value Q3 24 Social Post Long 017 Headline es-es Find great value products today Productos mejor valorados"}
|
||||
{"t":"Value Q3 24 Social Post Short 001 Headline es-es Find great value products today Productos mejor valorados"}
|
||||
{"t":"Value Q3 24 Social Post Short 002 es-es Find highly rated products at prices you'll love Los productos mejor valorados a precios que te encantarán"}
|
||||
{"t":"Value Q3 24 Social Post Short 003 Description es-es AmazonUK AmazonES"}
|
||||
{"t":"Value Q3 24 Social Post Short 004 Headline es-es Find great value products today Productos mejor valorados"}
|
||||
{"t":"Value Q3 24 Social Post Short 006 es-es Find highly rated products at prices you'll love Los productos mejor valorados a precios que te encantarán"}
|
||||
{"t":"Value Q3 24 Social Post Short 014 es-es #AmazonUK #AmazonES"}
|
||||
{"t":"Value Q3 24 Social Post Short 016 es-es AmazonUK AmazonES"}
|
||||
{"t":"Value Q3 24 Social Post Short 017 Headline es-es Find great value products today Productos mejor valorados"}
|
||||
{"t":"Value Q3 24 YouTube Companion Banner 001 Headline es-es Find highly rated products\nat prices you'll love Los productos mejor valorados a precios que te encantarán."}
|
||||
{"t":"Value Q3 24 YouTube Companion Banner 001F Headline es-es Find highly rated products at prices you'll love Los productos mejor valorados a precios que te encantarán."}
|
||||
{"t":"Value Q3 24 YouTube Statics 001 Headline es-es Find highly rated products\nat prices you'll love Los productos mejor valorados a precios que te encantarán."}
|
||||
{"t":"Value Q3 24 YouTube Statics 001F Headline es-es Find highly rated products at prices you'll love Los productos mejor valorados a precios que te encantarán."}
|
||||
{"t":"Value Q3 24 YouTube Statics 002 CTA es-es Shop now Ver más"}
|
||||
{"t":"Value Q3 24 YouTube 001 es-es Find great value products today Productos mejor valorados"}
|
||||
{"t":"Value Q3 24 YouTube 002 es-es Find highly rated products\nat prices you'll love Los productos mejor valorados a precios que te encantarán"}
|
||||
{"t":"Value Q3 24 YouTube 002F es-es Find highly rated products at prices you'll love Los productos mejor valorados a precios que te encantarán"}
|
||||
{"t":"Value Q4 24 OLV 001 Super es-es Cordless Drill Taladro percutor a batería"}
|
||||
{"t":"Value Q4 24 OLV 002 Super es-es Bluetooth Headphones Auriculares Bluetooth"}
|
||||
{"t":"Value Q4 24 OLV 003 Super es-es Coffee Machine Cafetera"}
|
||||
{"t":"Value Q4 24 OLV 004 VO es-es At Amazon you'll find quality products you can trust, at prices you'll feel good about. En Amazon, encuentra productos de calidad en los que puedes confiar... a precios que te sentarán bien."}
|
||||
{"t":"Value Q4 24 OLV 005 VO es-es So you can rock your world, not your savings. Para que afines tu oído, no tus ahorros."}
|
||||
{"t":"Value Q4 24 OLV 006 VO es-es And, enjoy the perfect blend at the perfect price. Y disfrutes de la mezcla perfecta al precio perfecto."}
|
||||
{"t":"Value Q4 24 OLV 007 VO es-es Find highly-rated products, at prices you'll love. Start your search on Amazon today. Los productos mejor valorados a precios que te encantarán. Empieza a buscar en Amazon hoy mismo."}
|
||||
{"t":"Value Q4 24 OLV 009 CTA es-es Start your search today Empieza a buscar hoy mismo"}
|
||||
{"t":"Value Q4 24 OLV 013 Super es-es Robot Vacuum Robot aspirador"}
|
||||
{"t":"Value Q4 24 OLV 014 Super es-es Humidifier Humidificador"}
|
||||
{"t":"Value Q4 24 OLV 015 Super es-es Bluetooth Speaker Altavoz Bluetooth"}
|
||||
{"t":"Value Q4 24 OLV 016 VO es-es At Amazon you'll find products that make you smile at prices you can relax about. En Amazon, encuentra los productos, que te hacen sonreír… a precios con los que puedes relajarte."}
|
||||
{"t":"Value Q4 24 OLV 017 VO es-es So, whatever you need, find quality products at prices that are music to your ears. Porque, busques lo que busques, encontrarás productos de calidad… a precios que serán como música para tus oídos."}
|
||||
{"t":"Value Q4 24 YouTube Companion Banner 001 Headline es-es Find highly rated products\nat prices you'll love Los productos mejor valorados a precios que te encantarán."}
|
||||
{"t":"Value Q4 24 YouTube Companion Banner 001F Headline es-es Find highly rated products at prices you'll love Los productos mejor valorados a precios que te encantarán."}
|
||||
{"t":"Value Q4 24 YouTube Static 001 Headline es-es Find highly rated products\nat prices you'll love Los productos mejor valorados a precios que te encantarán."}
|
||||
{"t":"Value Q4 24 YouTube Static 001F Headline es-es Find highly rated products at prices you'll love Los productos mejor valorados a precios que te encantarán."}
|
||||
{"t":"Value Q4 24 YouTube Static 002 CTA es-es Shop now Ver más"}
|
||||
{"t":"Value Q4 24 YouTube 001 Headline es-es Find great value products today Productos mejor valorados"}
|
||||
{"t":"Value Q4 24 YouTube 002 Description es-es Find highly rated products at prices you'll love Los productos mejor valorados a precios que te encantarán"}
|
||||
{"t":"Value Q4 24 YouTube 003 Description es-es Find highly rated products at prices you'll love Los productos mejor valorados a precios que te encantarán"}
|
||||
107
storage/amazon/tm/fr-BE/flat_EUSelection_fr-be.json
Normal file
107
storage/amazon/tm/fr-BE/flat_EUSelection_fr-be.json
Normal file
|
|
@ -0,0 +1,107 @@
|
|||
{"t":"EU Selection Q1 26 (D)OOH Display Static 001 fr-be All you need to make office lunches happen Tout ce qu’il vous faut pour les déjeuners au bureau."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH Display Static 002 fr-be All you need to make date night happen Tout ce qu’il vous faut pour les soirées romantiques."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH Display Static 003 fr-be All you need to make run club happen Tout ce qu’il vous faut pour le club de course."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH Display Static 004 fr-be All you need to make leg day happen Tout ce qu’il vous faut pour des jambes en acier."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 001 fr-be Candles. Bougies."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 002 fr-be Wine glasses. Verres à vin."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 003 fr-be And a spare toothbrush. Brosse à dents de secours."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 004 fr-be Make date night happen. À vous la soirée romantique."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 005 fr-be Shop now Achetez maintenant"}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 006 fr-be Air fryer. Airfryer."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 007 fr-be Lunchboxes. Boîte à tartines."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 008 fr-be And sticky notes. Et notes adhésives."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 009 fr-be Make office lunches happen. À vous les déjeuners au bureau."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 010 fr-be [Name] Louise"}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 011 fr-be Shop now Achetez maintenant"}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 012 fr-be Running shoes. Baskets."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 014 fr-be Energy gels. Gels énergétiques."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 015 fr-be And chafe balm. Et crème anti-frottement."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 017 fr-be Make run club happen. À vous le club de course."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 018 fr-be Shop now Achetez maintenant"}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 019 fr-be Reading light. Lampe de lecture."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 020 fr-be Romantasy. Roman."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 021 fr-be And massage oil. Et huile de massage."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 022 fr-be Make pleasure happen. À vous la détente."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 023 fr-be Shop now Achetez maintenant"}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 024 fr-be Protein powder. Protéines en poudre."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 026 fr-be Weights. Poids."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 027 fr-be And a massage gun. Et un pistolet de massage."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 028 fr-be Make leg day happen. À vous les jambes en acier."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 029 fr-be Shop now Achetez maintenant"}
|
||||
{"t":"EU Selection Q1 26 Radio 001 fr-be Amazon presents, Peter vs Date Night Nerves. Amazon présente : « Thomas et le stress du 1er rendez-vous »"}
|
||||
{"t":"EU Selection Q1 26 Radio 002 fr-be Over millions of years, animals have evolved sophisticated mating rituals. Au fil de millions d’années, les animaux ont développé des rituels de séduction toujours plus sophistiqués."}
|
||||
{"t":"EU Selection Q1 26 Radio 003 fr-be Birds dance, wolves howl, and penguins propose with stones. Les oiseaux dansent, les loups hurlent et les manchots offrent des cailloux."}
|
||||
{"t":"EU Selection Q1 26 Radio 004 fr-be As for Peter, he's making Rosie dinner. And he’s freaking out! Thomas, lui, a invité Camille à dîner chez lui. Et maintenant, c'est la panique !"}
|
||||
{"t":"EU Selection Q1 26 Radio 005 fr-be But Peter shopped on Amazon and bought candles, wine glasses… Heureusement, il a pu acheter des bougies et des verres à vin sur Amazon…"}
|
||||
{"t":"EU Selection Q1 26 Radio 006 fr-be ...and, because he’s an optimist, a spare toothbrush. … et, comme il est optimiste, une brosse à dents supplémentaire."}
|
||||
{"t":"EU Selection Q1 26 Radio 007 fr-be Oh, Peter. There is an animal in you after all, you rascal. Sacré Thomas ! Tu ne perds pas le nord."}
|
||||
{"t":"EU Selection Q1 26 Radio 008 fr-be Make date night happen. À vous les soirées romantiques"}
|
||||
{"t":"EU Selection Q1 26 Radio 009 fr-be Shop on Amazon. Visitez Amazon.com.be"}
|
||||
{"t":"EU Selection Q1 26 Radio 010 fr-be Amazon presents, Oscar vs Leg Day. Amazon présente : « Oscar et les séances de fitness »"}
|
||||
{"t":"EU Selection Q1 26 Radio 011 fr-be Oscar hasn't squatted in over 3 years. Oscar n'avait pas fait de sport depuis au moins… pfiou…"}
|
||||
{"t":"EU Selection Q1 26 Radio 012 fr-be If it's a choice between stairs and an escalator, he takes the lift. Devant des escaliers, il était plutôt du genre à chercher l'ascenseur."}
|
||||
{"t":"EU Selection Q1 26 Radio 013 fr-be His legs are purely decorative at this point. Pour tout dire, ses jambes le soutenaient à peine."}
|
||||
{"t":"EU Selection Q1 26 Radio 014 fr-be But then Oscar shopped on Amazon… Mais un jour, il s'est décidé et a commandé sur Amazon…"}
|
||||
{"t":"EU Selection Q1 26 Radio 015 fr-be ...and bought an Olympic barbell, 5 kilos of protein powder and a high-powered massage gun. … des haltères, 5 kg de protéines en poudre et un pistolet de massage."}
|
||||
{"t":"EU Selection Q1 26 Radio 016 fr-be Now Oscar has thighs that could crush a melon, and a wardrobe full of super tight pants. Et depuis, Oscar peut éclater une pastèque entre ses cuisses et tous ses pantalons sont trop serrés."}
|
||||
{"t":"EU Selection Q1 26 Radio 017 fr-be Yes, Oscar! Impressionant Oscar !"}
|
||||
{"t":"EU Selection Q1 26 Radio 018 fr-be Make leg day happen. À vous les jambes en acier."}
|
||||
{"t":"EU Selection Q1 26 Radio 019 fr-be Shop on Amazon. Visitez Amazon.com.be"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 001 fr-be Air Mattress Matelas gonflable"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 003 fr-be Add to Cart Ajouter au panier"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 004 fr-be Make sleepovers happen. À vous les soirées pyjama."}
|
||||
{"t":"EU Selection Q1 26 Social UGC 006 fr-be Shop now Achetez maintenant"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 007 fr-be Extendable Dog Lead Laisse extensible"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 009 fr-be Add to Cart Ajouter au panier"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 010 fr-be Make walkies happen. À vous les sorties du toutou."}
|
||||
{"t":"EU Selection Q1 26 Social UGC 012 fr-be Shop now Achetez maintenant"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 013 fr-be Non-slip Mop Serpillière séchage rapide"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 015 fr-be Add to Cart Ajouter au panier"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 016 fr-be Make spotless Sundays happen. À vous les sols impeccables."}
|
||||
{"t":"EU Selection Q1 26 Social UGC 018 fr-be Shop now Achetez maintenant"}
|
||||
{"t":"EU Selection Q1 26 Social Post 001 fr-be Make it happen\n Shop on Amazon À vous de jouer. Visitez Amazon.com.be"}
|
||||
{"t":"EU Selection Q1 26 Social Post 001F fr-be Make it happen Shop on Amazon À vous de jouer. Visitez Amazon.com.be"}
|
||||
{"t":"EU Selection Q1 26 Social Post 003 Title fr-be Make it happen À vous de jouer"}
|
||||
{"t":"EU Selection Q1 26 Social Post 004 Description fr-be Shop on Amazon Visitez Amazon.com.be"}
|
||||
{"t":"EU Selection Q1 26 Social Post 005 Title fr-be Make it happen\n Shop on Amazon À vous de jouer"}
|
||||
{"t":"EU Selection Q1 26 Social Post 005F Title fr-be Make it happen Shop on Amazon À vous de jouer"}
|
||||
{"t":"EU Selection Q1 26 Social Post 006 Title fr-be Make it happen\n Shop on Amazon À vous de jouer"}
|
||||
{"t":"EU Selection Q1 26 Social Post 006F Title fr-be Make it happen Shop on Amazon À vous de jouer"}
|
||||
{"t":"EU Selection Q1 26 Social Post 007 Headline fr-be Make it happen\n Shop on Amazon À vous de jouer"}
|
||||
{"t":"EU Selection Q1 26 Social Post 007F Headline fr-be Make it happen Shop on Amazon À vous de jouer"}
|
||||
{"t":"EU Selection Q1 26 Social Post 012 fr-be Be forever the optimist with the addition of a toothbrush to your order Du genre optimiste ? Ajoutez une brosse à dents à votre panier"}
|
||||
{"t":"EU Selection Q1 26 Social Post 013 Title fr-be Make date night happen À vous la soirée romantique"}
|
||||
{"t":"EU Selection Q1 26 Social Post 015 Headline fr-be Make date night happen À vous la soirée romantique"}
|
||||
{"t":"EU Selection Q1 26 Social Post 016 fr-be Lunches to make the office jealous and sticky notes so they know it’s yours Des plats qui font saliver les collègues. Des post-it pour dire « pas touche ! »"}
|
||||
{"t":"EU Selection Q1 26 Social Post 017 Title fr-be Make office lunches happen À vous les déjeuners au bureau"}
|
||||
{"t":"EU Selection Q1 26 Social Post 019 Headline fr-be Make office lunches happen À vous les déjeuners au bureau"}
|
||||
{"t":"EU Selection Q1 26 Social Post 020 fr-be When you’re all into your newest hobby, right down to the chafe balm À fond dans votre nouvelle passion ? Le baume anti-frottements fait la course avec vous"}
|
||||
{"t":"EU Selection Q1 26 Social Post 021 Title fr-be Make run club happen À vous le club de course"}
|
||||
{"t":"EU Selection Q1 26 Social Post 023 Headline fr-be Make run club happen À vous le club de course"}
|
||||
{"t":"EU Selection Q1 26 Social Post 024 fr-be Find a safer way to clean with a non-slip mop Un balai-serpillière anti-glisse pour un ménage sans faux pas"}
|
||||
{"t":"EU Selection Q1 26 Social Post 025 Title fr-be Make cleanups happen À vous les joies du ménage"}
|
||||
{"t":"EU Selection Q1 26 Social Post 027 Headline fr-be Make cleanups happen À vous les joies du ménage"}
|
||||
{"t":"EU Selection Q1 26 Social Post 028 fr-be Prepare for everything, including squirrels, with an extendable lead Une laisse rétractable pour être prêt à toutes les rencontres… même avec des écureuils"}
|
||||
{"t":"EU Selection Q1 26 Social Post 029 Title fr-be Make walkies happen À vous les sorties du toutou"}
|
||||
{"t":"EU Selection Q1 26 Social Post 031 Headline fr-be Make walkies happen À vous les sorties du toutou"}
|
||||
{"t":"EU Selection Q1 26 Social Post 032 fr-be A simpler, more “supportive” bed for your guests Un lit plus simple et plus confortable pour accueillir vos invités"}
|
||||
{"t":"EU Selection Q1 26 Social Post 033 Title fr-be Make sleepovers happen À vous les soirées pyjama"}
|
||||
{"t":"EU Selection Q1 26 Social Post 035 Headline fr-be Make sleepovers happen À vous les soirées pyjama"}
|
||||
{"t":"EU Selection Q1 26 Tagline 001 Tagline fr-be Make xx happen À vous xx"}
|
||||
{"t":"EU Selection Q1 26 Tagline 002 Tagline fr-be Make it happen C’est à vous"}
|
||||
{"t":"EU Selection Q1 26 Tagline 003 Tagline fr-be All you need to make xx happen Tout ce qu’il vous faut pour xx"}
|
||||
{"t":"EU Selection Q1 26 Tagline 004 Tagline fr-be All you need to make it happen C’est tout ce qu’il vous faut"}
|
||||
{"t":"EU Selection Q1 26 YouTube 001 Headline fr-be Make it happen À vous de jouer"}
|
||||
{"t":"EU Selection Q1 26 YouTube 002 Description fr-be Shop on Amazon Voir plus sur Amazon.com.be"}
|
||||
{"t":"EU Selection Q1 26 YouTube 003 Headline fr-be Make it happen À vous de jouer"}
|
||||
{"t":"EU Selection Q1 26 YouTube 004 Description fr-be Shop on Amazon Voir plus sur Amazon.com.be"}
|
||||
{"t":"EU Selection Q1 26 YouTube 005 CTA fr-be Shop now Voir plus"}
|
||||
{"t":"EU Selection Q1 26 YouTube 006 Headline fr-be Make run club happen À vous le club de course"}
|
||||
{"t":"EU Selection Q1 26 YouTube 007 Description fr-be When you’re all into your newest hobby, right down to the chafe balm Le 1\ner supporter de votre nouvelle passion : le baume anti-frottements"}
|
||||
{"t":"EU Selection Q1 26 YouTube 007F Description fr-be When you’re all into your newest hobby, right down to the chafe balm Le 1 er supporter de votre nouvelle passion : le baume anti-frottements"}
|
||||
{"t":"EU Selection Q1 26 YouTube 009 Description fr-be Shop on Amazon Visitez Amazon.com.be"}
|
||||
{"t":"EU Selection Q1 26 YouTube 011 Headline fr-be Make date night happen À vous les soirées romantiques"}
|
||||
{"t":"EU Selection Q1 26 YouTube 012 Description fr-be Be the optimist with the addition of a toothbrush to your order Du genre optimiste ? Ajoutez une brosse à dents à votre panier"}
|
||||
{"t":"EU Selection Q1 26 YouTube 016 Headline fr-be Make office lunches happen À vous les déjeuners au bureau"}
|
||||
{"t":"EU Selection Q1 26 YouTube 017 Description fr-be Lunches to make them jealous. Sticky notes so they know it’s yours Des plats suscitant la convoitise. Des post-it pour dire \"pas touche\""}
|
||||
{"t":"EU Selection Q1 26 YouTube 019 Description fr-be Shop on Amazon Visitez Amazon.com.be"}
|
||||
1923
storage/amazon/tm/fr-BE/flat_MASS_fr-be.json
Normal file
1923
storage/amazon/tm/fr-BE/flat_MASS_fr-be.json
Normal file
File diff suppressed because it is too large
Load diff
1241
storage/amazon/tm/fr-BE/flat_Onsite_fr-be.json
Normal file
1241
storage/amazon/tm/fr-BE/flat_Onsite_fr-be.json
Normal file
File diff suppressed because it is too large
Load diff
1431
storage/amazon/tm/fr-BE/flat_Outbound_fr-be.json
Normal file
1431
storage/amazon/tm/fr-BE/flat_Outbound_fr-be.json
Normal file
File diff suppressed because it is too large
Load diff
155
storage/amazon/tm/fr-BE/flat_PrimeDualBenefit_fr-be.json
Normal file
155
storage/amazon/tm/fr-BE/flat_PrimeDualBenefit_fr-be.json
Normal file
|
|
@ -0,0 +1,155 @@
|
|||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 001 Super fr-be Hilarious entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 002 Super fr-be Hilarious \nentertainment Le meilleur \ndu divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 002F Super fr-be Hilarious entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 003 Super fr-be and fast delivery et la livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 004 Super fr-be and \nfast delivery et la livraison \nrapide"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 004F Super fr-be and fast delivery et la livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 005 Super fr-be and \nfast \ndelivery et la \nlivraison \nrapide"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 005F Super fr-be and fast delivery et la livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 006 Super fr-be It's on Prime for £8.99/month C’est sur Amazon Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 007 Super fr-be It's on Prime \nfor £8.99/month C’est sur Amazon Prime \npour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 007F Super fr-be It's on Prime for £8.99/month C’est sur Amazon Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 008 Super fr-be It's on Prime \nfor \n£8.99/month C’est sur \nAmazon Prime \npour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 008F Super fr-be It's on Prime for £8.99/month C’est sur Amazon Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 010 fr-be Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. Les programmes peuvent inclure des publicités. Voir tarifs et conditions sur Amazon.com.be/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 001 fr-be Ooh, that’s my Prime delivery. Ah, c’est ma livraison Amazon Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 002 FVO fr-be What, already? Quoi, déjà ??"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 003 BVO fr-be Only one thing can match the buzz of Prime’s fast delivery… Rien ne vaut la rapidité de la livraison Amazon Prime…"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 004 BVO fr-be ...and that’s the buzz of Prime’s entertainment. Si ce n’est le plaisir du divertissement sur Amazon Prime !"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 005 fr-be What we watching? On regarde quoi ?"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 006 FVO fr-be That chaotic new romcom, where Reese Witherspoon and Will Ferrell double-book a wedding venue - looks hilarious! It’s called You’re Cordially Invited… ‘You’re Cordially Invited’ : la nouvelle comédie romantique déjantée où Reese Witherspoon et Will Ferrell réservent le même lieu de mariage… Fous rires garantis !"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 007 BVO fr-be From fast delivery to hilarious entertainment; it’s on Prime. La livraison rapide et le meilleur du divertissement : c’est sur Amazon Prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 008 BVO fr-be For only £8.99 a month! Join now! Rejoignez Amazon Prime pour 6,99 € par mois !"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 009 BVO fr-be Content includes limited ads. For more information, go to Amazon.co.uk/amazonprime Les programmes peuvent inclure des publicités. Plus d’infos sur Amazon.com.be/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 001 VO fr-be Things that shouldn’t work together but do Le mariage parfait !"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 002 VO fr-be Skiing \n& \nFootball Ski \net \nfootball"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 002F VO fr-be Skiing & Football Ski et football"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 003 VO fr-be Owl \n& \nKnitwear Hibou \net \nbonnet"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 003F VO fr-be Owl & Knitwear Hibou et bonnet"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 004 VO fr-be Dog \n& \nTortoise Chien \net \ntortue"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 004F VO fr-be Dog & Tortoise Chien et tortue"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 005 VO fr-be Screwdriver \n& \nNoodles Visseuse \net \nnouilles instantanées"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 005F VO fr-be Screwdriver & Noodles Visseuse et nouilles instantanées"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 006 VO fr-be Pizza \n& \nParagliding Pizza \net \nparapente"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 006F VO fr-be Pizza & Paragliding Pizza et parapente"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 007 VO fr-be Scuba Diving \n& \nPainting Plongée \net \npeinture"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 007F VO fr-be Scuba Diving & Painting Plongée et peinture"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 008 VO fr-be Fast delivery & hilarious entertainment Livraison rapide et le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 011 VO fr-be It’s on Prime for £8.99 a month C’est sur Amazon Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 013 VO fr-be It’s on Prime for £8.99/month C’est sur Amazon Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 014 fr-be Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. Les programmes peuvent inclure des publicités. Voir tarifs et conditions sur Amazon.com.be/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 001 Headline fr-be Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 002 Primary text fr-be Fast delivery and hilarious entertainment, all for £8.99 with Prime. La livraison rapide et le meilleur du divertissement, tout pour 6,99 €/mois sur Amazon Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 011 Primary text fr-be Fast delivery and hilarious entertainment, all for £8.99 with Prime.\n\n#Prime La livraison rapide et le meilleur du divertissement, tout pour 6,99 €/mois sur Amazon Prime.\n\n#AmazonPrime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 011F Primary text fr-be Fast delivery and hilarious entertainment, all for £8.99 with Prime. #Prime La livraison rapide et le meilleur du divertissement, tout pour 6,99 €/mois sur Amazon Prime. #AmazonPrime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 013 Primary text fr-be Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 014 Headline fr-be Fast delivery + Hilarious entertainment La livraison rapide + le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 015 Primary text fr-be Fast delivery and hilarious entertainment, all for £8.99 with Prime. Livraison + le meilleur du divertissement = 6,99 €/mois sur Amazon Prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 016 fr-be Fast delivery and hilarious entertainment, all for £8.99 with Prime. La livraison rapide et le meilleur du divertissement, tout pour 6,99 €/mois sur Amazon Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 017 Title fr-be Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 018 Description fr-be Fast delivery and hilarious entertainment, all for £8.99 with Prime. La livraison rapide et le meilleur du divertissement, tout pour 6,99 €/mois sur Amazon Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 001 fr-be You're cordially invited You're cordially invited"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 002 Super fr-be Hilarious entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 003 Super fr-be and \nfast delivery et la livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 003F Super fr-be and fast delivery et la livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 004 CTA fr-be It's on Prime for £8.99/month C’est sur Amazon Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 005 fr-be Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. Les programmes peuvent inclure des publicités. Voir tarifs et conditions sur Amazon.com.be/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 001 VO fr-be Fast Delivery Livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 002 Super fr-be Fast Delivery Livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 003 VO fr-be Hilarious entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 004 Super fr-be Hilarious entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 005 CTA fr-be It's on Prime for £8.99 a month C’est sur Amazon Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 006 CTA fr-be It's on Prime for £8.99/month C’est sur Amazon Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 007 fr-be TV: Geographical restrictions and T&Cs apply. 18+. Content includes ads.\nOLV: Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. Les programmes peuvent inclure des publicités. Voir tarifs et conditions sur Amazon.com.be/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 007F fr-be TV: Geographical restrictions and T&Cs apply. 18+. Content includes ads. OLV: Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. Les programmes peuvent inclure des publicités. Voir tarifs et conditions sur Amazon.com.be/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 YouTube 001 Headline fr-be Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 YouTube 002 Description fr-be Fast delivery and hilarious entertainment, all for £8.99 with Prime. La livraison rapide et le meilleur du divertissement, tout pour 6,99 €/mois sur Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 YouTube 004 CTA fr-be Join Now Rejoignez"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 001 Super fr-be Massive entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 002 Super fr-be and fast delivery et la livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 003 Super fr-be and fast delivery et la livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 004 Super fr-be and fast delivery et la livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 005 Super fr-be It's on Prime for £8.99/month C’est sur Amazon Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 006 Super fr-be It's on Prime for £8.99/month C’est sur Amazon Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 007 Super fr-be It's on Prime for £8.99/month C’est sur Amazon Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 008 fr-be Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. L’abonnement est renouvelé automatiquement. Les programmes peuvent inclure des publicités. Voir tarifs et conditions sur Amazon.com.be/prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 001 fr-be Ooh, that’s my Prime delivery. Ah, c’est ma livraison Amazon Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 002 FVO fr-be What, already? Quoi, déjà ??"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 003 BVO fr-be Only one thing can match the buzz of Prime’s fast delivery… Rien ne vaut la rapidité de la livraison Amazon Prime…"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 004 BVO fr-be and that’s the buzz of Prime’s entertainment. … Si ce n’est le plaisir du divertissement sur Amazon Prime !"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 005 fr-be What we watching? On regarde quoi ?"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 006 BVO fr-be From fast delivery to thrilling entertainment; it’s on Prime. La livraison rapide et le meilleur du divertissement : c’est sur Amazon Prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 007 BVO fr-be For only £8.99 a month! Join now! Rejoignez Amazon Prime pour 6,99 € par mois !"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 008 BVO fr-be Content includes limited ads. Subscription autorenews. For more information, go to Amazon.co.uk/prime Les programmes peuvent inclure des publicités. L’abonnement est renouvelé automatiquement. Plus d’infos sur Amazon.com.be/prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 001 VO fr-be Things that shouldn’t work together but do Le mariage parfait !"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 004 VO fr-be Pizza & Paragliding Pizza et parapente"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 005 VO fr-be Scuba Diving & Painting Plongée et peinture"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 006 VO fr-be Fast delivery & massive entertainment Livraison rapide et le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 007 VO fr-be It’s on Prime for £8.99 a month C’est sur Amazon Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 008 Super fr-be It’s on Prime for £8.99/month C’est sur Amazon Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 001 Headline fr-be Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 002 Primary text fr-be Fast delivery and massive entertainment, all for £8.99 with Prime. La livraison rapide et le meilleur du divertissement, tout pour 6,99 €/mois sur Amazon Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 011 Primary text fr-be Fast delivery and massive entertainment, all for £8.99 with Prime.#Prime La livraison rapide et le meilleur du divertissement, tout pour 6,99 €/mois sur Amazon Prime.#AmazonPrime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 013 Primary text fr-be Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 014 Headline fr-be Fast delivery + Massive entertainment La livraison rapide + le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 015 Primary text fr-be Fast delivery and massive entertainment, all for £8.99 with Prime. Livraison + le meilleur du divertissement = 6,99 €/mois sur Amazon Prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 016 fr-be Fast delivery and massive entertainment, all for £8.99 with Prime. La livraison rapide et le meilleur du divertissement, tout pour 6,99 €/mois sur Amazon Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 017 Title fr-be Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 018 Description fr-be Fast delivery and massive entertainment, all for £8.99 with Prime. La livraison rapide et le meilleur du divertissement, tout pour 6,99 €/mois sur Amazon Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 001 Super fr-be Massive entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 002 Super fr-be and fast delivery et la livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 003 CTA fr-be It's on Prime for £8.99/month C’est sur Amazon Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 004 fr-be Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. L’abonnement est renouvelé automatiquement. Les programmes peuvent inclure des publicités. Voir tarifs et conditions sur Amazon.com.be/prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 001 VO fr-be Fast Delivery Livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 002 Super fr-be Fast Delivery Livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 003 VO fr-be Massive entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 004 Super fr-be Massive entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 005 VO fr-be It's on Prime for £8.99 a month C’est sur Amazon Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 006 Super fr-be It's on Prime for £8.99/month C’est sur Amazon Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 007 fr-be Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. L’abonnement est renouvelé automatiquement. Les programmes peuvent inclure des publicités. Voir tarifs et conditions sur Amazon.com.be/prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 YouTube 001 Headline fr-be Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 YouTube 002 Description fr-be Fast delivery and massive entertainment, all for £8.99 with Prime. Livraison + le meilleur du divertissement = 6,99 €/mois sur Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 YouTube 004 CTA fr-be Join Now Rejoignez"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 001 Headline fr-be Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 002 Primary text fr-be Fast delivery and thrilling entertainment, all for £8.99/month with Prime. La livraison rapide et gratuite et le meilleur du divertissement, le tout pour 2,99 €/mois sur Amazon Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 006 Primary text fr-be Spedizioni veloci senza costi aggiuntivi La livraison rapide et gratuite et le meilleur du divertissement, le tout pour 2,99 €/mois sur Amazon Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 009 Headline fr-be Gratis en snelle bezorging op Amazon.nl Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 011 Primary text fr-be Fast delivery and thrilling entertainment, all for £8.99/month with Prime.\n\n#Prime La livraison rapide et gratuite et le meilleur du divertissement, le tout pour 2,99 €/mois sur Amazon Prime.\n\n#AmazonPrime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 011F Primary text fr-be Fast delivery and thrilling entertainment, all for £8.99/month with Prime. #Prime La livraison rapide et gratuite et le meilleur du divertissement, le tout pour 2,99 €/mois sur Amazon Prime. #AmazonPrime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 013 Primary text fr-be Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 014 Headline fr-be Fast delivery + Thrilling entertainment La livraison rapide + le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 015 Primary text fr-be Fast delivery and thrilling entertainment for £8.99/month with Prime. La livraison rapide + divertissement pour 2,99 €/mois sur Amazon Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 016 fr-be Fast delivery and thrilling entertainment, all for £8.99/month with Prime. La livraison rapide et le meilleur du divertissement, le tout pour 2,99 €/mois sur Amazon Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 017 Title fr-be Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 018 Description fr-be Fast delivery and thrilling entertainment, all for £8.99/month with Prime. La livraison rapide et gratuite et le meilleur du divertissement, le tout pour 2,99 €/mois sur Amazon Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 026 fr-be Fast delivery and thrilling entertainment for £8.99/month with Prime. La livraison rapide + divertissement pour 2,99 €/mois sur Amazon Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 001 VO fr-be Fast Delivery Livraison rapide et gratuite"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 002 Super fr-be Fast Delivery Livraison rapide et gratuite"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 003 VO fr-be Thrilling entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 004 Super fr-be Thrilling entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 005 VO fr-be It’s on Prime for £8.99 a month C’est sur Amazon Prime pour 2,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 006 Super fr-be It’s on Prime for £8.99/month C’est sur Amazon Prime pour 2,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 007 fr-be TV: T&Cs apply. 18+. Content includes ads. Réservé aux plus de 18 ans."}
|
||||
{"t":"Prime Dual Benefit Q3 25 YouTube 001 Headline fr-be Prime Amazon Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 YouTube 002 Description fr-be Fast delivery and thrilling entertainment for £8.99/month with Prime. La livraison rapide + divertissement pour 2,99 €/mois sur Amazon Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 YouTube 003 CTA fr-be Join Now S’abonner"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 001 Headline fr-be Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 002 Primary text fr-be Fast delivery and epic entertainment, all for £8.99/month with Prime. La livraison rapide et gratuite et le meilleur du divertissement, le tout pour 2,99 €/mois sur Amazon Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 011 Primary text fr-be Fast delivery and epic entertainment, all for £8.99/month with Prime.\n\n#Prime La livraison rapide et gratuite et le meilleur du divertissement, le tout pour 2,99 €/mois sur Amazon Prime.\n\n#AmazonPrime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 011F Primary text fr-be Fast delivery and epic entertainment, all for £8.99/month with Prime. #Prime La livraison rapide et gratuite et le meilleur du divertissement, le tout pour 2,99 €/mois sur Amazon Prime. #AmazonPrime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 013 Primary text fr-be Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 014 Headline fr-be Fast delivery + epic entertainment La livraison rapide + le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 015 Primary text fr-be Fast delivery and epic entertainment for £8.99/month with Prime. La livraison rapide + divertissement pour 2,99 €/mois sur Amazon Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 016 fr-be Fast delivery and epic entertainment, all for £8.99/month with Prime. La livraison rapide et le meilleur du divertissement, le tout pour 2,99 €/mois sur Amazon Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 017 Title fr-be Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 018 Description fr-be Fast delivery and epic entertainment, all for £8.99/month with Prime. La livraison rapide et gratuite et le meilleur du divertissement, le tout pour 2,99 €/mois sur Amazon Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 026 fr-be Fast delivery and entertainment for £8.99/month with Prime. La livraison rapide + divertissement pour 2,99 €/mois sur Amazon Prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 001 VO fr-be Fast Delivery Livraison rapide et gratuite"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 002 Super fr-be Fast Delivery Livraison rapide et gratuite"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 003 VO fr-be Epic entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 004 Super fr-be Epic entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 005 CTA fr-be It's on Prime for £8.99 a month C’est sur Amazon Prime pour 2,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 006 Super fr-be It's on Prime for £8.99/month C’est sur Amazon Prime pour 2,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 007 fr-be Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. L’abonnement est renouvelé automatiquement. Voir tarifs et conditions sur Amazon.com.be/prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 YouTube 001 Description fr-be Free, fast delivery and epic entertainment for €6.99/month with Prime. La livraison rapide + divertissement pour 2,99 €/mois sur Amazon Prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 YouTube 002 CTA fr-be Join Now S’abonner"}
|
||||
97
storage/amazon/tm/fr-BE/flat_TheKiss_fr-be.json
Normal file
97
storage/amazon/tm/fr-BE/flat_TheKiss_fr-be.json
Normal file
|
|
@ -0,0 +1,97 @@
|
|||
{"t":"The Kiss Q1 26 Social Assets 001 fr-be For a bit of 'me' time Pour une petite pause rien qu'à moi"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 002 fr-be For a bit\nof 'me' time Pour une petite pause\nrien qu'à moi"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 002F fr-be For a bit of 'me' time Pour une petite pause rien qu'à moi"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 003 Product fr-be Kindle Kindle"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 004 Product fr-be Leather diary & pen Journal en cuir et stylo"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 005 Product fr-be Diary Journal"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 006 fr-be Make behind the scenes happen À vous les coulisses du tournage"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 007 fr-be Make\nbehind the scenes\nhappen À vous les coulisses\ndu tournage"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 007F fr-be Make behind the scenes happen À vous les coulisses du tournage"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 008 fr-be Staying fresh between takes Pour rester fraîche prise après prise"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 009 fr-be Staying fresh\nbetween takes Pour rester fraîche\nprise après prise"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 009F fr-be Staying fresh between takes Pour rester fraîche prise après prise"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 010 Product fr-be Deodorant Déodorant"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 011 fr-be Amazon + Smile Smile + Amazon + URL"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 012 fr-be Staying warm and cosy on set Pour être toujours au sec sur les tournages"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 013 fr-be Staying warm\nand cosy on set Pour être toujours au sec \nsur les tournages"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 013F fr-be Staying warm and cosy on set Pour être toujours au sec sur les tournages"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 014 Product fr-be Waterproof robe Peignoir imperméable"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 015 fr-be Drying my hair, take after take Pour un brushing impeccable à chaque plan"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 016 fr-be Drying my hair,\ntake after take Pour un brushing impeccable\nà chaque plan"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 016F fr-be Drying my hair, take after take Pour un brushing impeccable à chaque plan"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 017 Product fr-be Hairdryer Sèche-cheveux"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 018 fr-be For the perfect kissing scene Pour une scène de baiser vraiment parfaite"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 019 fr-be For the perfect\nkissing scene Pour une scène de baiser\nvraiment parfaite"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 019F fr-be For the perfect kissing scene Pour une scène de baiser vraiment parfaite"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 020 Product fr-be Electric toothbrush Brosse à dents électrique"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 021 fr-be When romance gets a little messy Quand l'amour emporte tout sur son passage"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 022 fr-be When romance\ngets a little messy Quand l'amour emporte\ntout sur son passage"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 022F fr-be When romance gets a little messy Quand l'amour emporte tout sur son passage"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 023 Product fr-be Light bulb Ampoule"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 024 fr-be Make date night happen À vous les soirées romantiques"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 025 fr-be Make date night\nhappen À vous les soirées\nromantiques"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 025F fr-be Make date night happen À vous les soirées romantiques"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 026 fr-be When passion sweeps you off your feet Quand la passion vous fait littéralement chavirer"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 027 fr-be When passion sweeps you\noff your feet Quand la passion vous fait\nlittéralement chavirer"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 027F fr-be When passion sweeps you off your feet Quand la passion vous fait littéralement chavirer"}
|
||||
{"t":"The Kiss Q1 26 Social Assets 028 Product fr-be Vacuum cleaner Aspirateur"}
|
||||
{"t":"The Kiss Q1 26 Social Post 001 fr-be Shop on Amazon Voir plus sur Amazon"}
|
||||
{"t":"The Kiss Q1 26 Social Post 002 fr-be Make BTS happen À vous de jouer"}
|
||||
{"t":"The Kiss Q1 26 Social Post 003 fr-be My must-have for a bit of \"me\" time 📖 Indispensable pour une petite pause rien qu'à moi 📖"}
|
||||
{"t":"The Kiss Q1 26 Social Post 004 fr-be Make BTS happen À vous de jouer"}
|
||||
{"t":"The Kiss Q1 26 Social Post 006 fr-be My must-have for a bit of \"me\" time 📖 Indispensable pour une petite pause rien qu'à moi 📖"}
|
||||
{"t":"The Kiss Q1 26 Social Post 007 fr-be Make BTS happen À vous de jouer"}
|
||||
{"t":"The Kiss Q1 26 Social Post 009 fr-be My must-have for a bit of \"me\" time 📖 Pour une petite pause rien qu'à moi 📖"}
|
||||
{"t":"The Kiss Q1 26 Social Post 012 fr-be My secret to staying fresh between takes 💁♀️ Mon secret pour rester fraîche prise après prise 💁♀️"}
|
||||
{"t":"The Kiss Q1 26 Social Post 015 fr-be My secret to staying fresh between takes 💁♀️ Mon secret pour rester fraîche prise après prise 💁♀️"}
|
||||
{"t":"The Kiss Q1 26 Social Post 018 fr-be My secret to staying fresh 💁♀️ Mon secret pour rester fraîche 💁♀️"}
|
||||
{"t":"The Kiss Q1 26 Social Post 021 fr-be My go-to essential for a perfect kissing scene 💋 Mon indispensable pour une scène de baiser vraiment parfaite 💋"}
|
||||
{"t":"The Kiss Q1 26 Social Post 024 fr-be My go-to essential for a perfect kissing scene 💋 Mon indispensable pour une scène de baiser vraiment parfaite 💋"}
|
||||
{"t":"The Kiss Q1 26 Social Post 027 fr-be My essential for the perfect kiss 💋 Pour une scène de baiser parfaite 💋"}
|
||||
{"t":"The Kiss Q1 26 Social Post 030 fr-be My secret to staying warm and cozy on set 🔥 Mon secret pour être toujours au chaud sur les tournages 🔥"}
|
||||
{"t":"The Kiss Q1 26 Social Post 033 fr-be My secret to staying warm and cozy on set 🔥 Mon secret pour être toujours au chaud sur les tournages 🔥"}
|
||||
{"t":"The Kiss Q1 26 Social Post 036 fr-be My secret to staying warm and cozy 🔥 Mon secret pour être toujours au chaud🔥"}
|
||||
{"t":"The Kiss Q1 26 Social Post 039 fr-be My must-have for dry hair, take after take 💇♀️ Mon indispensable pour un brushing impeccable à chaque plan 💇♀️"}
|
||||
{"t":"The Kiss Q1 26 Social Post 042 fr-be My must-have for dry hair, take after take 💇♀️ Mon indispensable pour un brushing impeccable à chaque plan 💇♀️"}
|
||||
{"t":"The Kiss Q1 26 Social Post 045 fr-be My go-to for dry hair, every time 💇♀️ Pour un brushing toujours impeccable"}
|
||||
{"t":"The Kiss Q1 26 Social Post 047 fr-be Make date night happen À vous la soirée parfaite"}
|
||||
{"t":"The Kiss Q1 26 Social Post 048 fr-be My must-have for when romance gets a little messy 👀 Idéal quand l'amour emporte tout sur son passage 👀"}
|
||||
{"t":"The Kiss Q1 26 Social Post 049 fr-be Make date night happen À vous la soirée parfaite"}
|
||||
{"t":"The Kiss Q1 26 Social Post 051 fr-be My must-have for when romance gets a little messy 👀 Idéal quand l'amour emporte tout sur son passage 👀"}
|
||||
{"t":"The Kiss Q1 26 Social Post 052 fr-be Make date night happen À vous la soirée parfaite"}
|
||||
{"t":"The Kiss Q1 26 Social Post 054 fr-be For when romance gets a little messy 👀 Quand l'amour emporte tout 👀"}
|
||||
{"t":"The Kiss Q1 26 Social Post 057 fr-be My must-have for when passion sweeps you off your feet 👀 Idéal quand la passion vous fait littéralement chavirer 👀"}
|
||||
{"t":"The Kiss Q1 26 Social Post 060 fr-be My must-have for when passion sweeps you off your feet 👀 Idéal quand la passion vous fait littéralement chavirer 👀"}
|
||||
{"t":"The Kiss Q1 26 Social Post 063 fr-be When passion sweeps you off your feet 👀 Quand la passion vous fait chavirer 👀"}
|
||||
{"t":"The Kiss Q1 26 Social Post 065 fr-be Make romance happen À vous la soirée parfaite"}
|
||||
{"t":"The Kiss Q1 26 Social Post 066 fr-be My must-have for that kiss in the rain! Mon indispensable pour les baisers sous la pluie !"}
|
||||
{"t":"The Kiss Q1 26 Social Post 067 fr-be Make romance happen À vous la soirée parfaite"}
|
||||
{"t":"The Kiss Q1 26 Social Post 069 fr-be My must-have for that kiss in the rain! Mon indispensable pour les baisers sous la pluie !"}
|
||||
{"t":"The Kiss Q1 26 Social Post 070 fr-be Make romance happen À vous la soirée parfaite"}
|
||||
{"t":"The Kiss Q1 26 Social Post 072 fr-be My must-have for that kiss in the rain! Idéal pour les baisers sous la pluie !"}
|
||||
{"t":"The Kiss Q1 26 TV OLV UI 001 fr-be Beard Trimmer Tondeuse à barbe"}
|
||||
{"t":"The Kiss Q1 26 TV OLV UI 002 fr-be Rain boots Bottes de pluie"}
|
||||
{"t":"The Kiss Q1 26 TV OLV UI 003 fr-be Drying Rack Étendoir"}
|
||||
{"t":"The Kiss Q1 26 YouTube 001 Headline fr-be Make behind the scenes happen À vous les coulisses du tournage"}
|
||||
{"t":"The Kiss Q1 26 YouTube 002 Description fr-be My must-have for a bit of \"me\" time. Get yours on Amazon. Indispensable pour une petite pause rien qu'à moi. Sur Amazon.com.be"}
|
||||
{"t":"The Kiss Q1 26 YouTube 003 Headline fr-be Make BTS happen À vous de jouer"}
|
||||
{"t":"The Kiss Q1 26 YouTube 004 Description fr-be My must-have for a bit of \"me\" time. Get yours on Amazon. Indispensable pour une petite pause rien qu'à moi. Sur Amazon.com.be"}
|
||||
{"t":"The Kiss Q1 26 YouTube 005 CTA fr-be Shop now Voir plus"}
|
||||
{"t":"The Kiss Q1 26 YouTube 006 Headline fr-be Make behind the scenes happen À vous les coulisses du tournage"}
|
||||
{"t":"The Kiss Q1 26 YouTube 007 Description fr-be My secret to staying fresh between takes. Get yours on Amazon. Mon secret pour rester fraîche prise après prise. Sur Amazon.com.be"}
|
||||
{"t":"The Kiss Q1 26 YouTube 009 Description fr-be My secret to staying fresh between takes. Get yours on Amazon. Mon secret pour rester fraîche prise après prise. Sur Amazon.com.be"}
|
||||
{"t":"The Kiss Q1 26 YouTube 011 Description fr-be My go-to essential for a perfect kissing scene. Get yours on Amazon. Mon indispensable pour une scène de baiser. Sur Amazon.com.be"}
|
||||
{"t":"The Kiss Q1 26 YouTube 012 Description fr-be My go-to essential for a perfect kissing scene. Get yours on Amazon. Mon indispensable pour une scène de baiser. Sur Amazon.com.be"}
|
||||
{"t":"The Kiss Q1 26 YouTube 014 Description fr-be My secret to staying warm and cozy on set. Get yours on Amazon. Mon secret pour rester au chaud sur les tournages. Sur Amazon.com.be"}
|
||||
{"t":"The Kiss Q1 26 YouTube 016 Description fr-be My secret to staying warm and cozy on set. Get yours on Amazon. Mon secret pour rester au chaud sur les tournages. Sur Amazon.com.be"}
|
||||
{"t":"The Kiss Q1 26 YouTube 018 Description fr-be My must-have for dry hair, take after take. Get yours on Amazon. Mon indispensable pour un brushing toujours impeccable. Sur Amazon."}
|
||||
{"t":"The Kiss Q1 26 YouTube 020 Description fr-be My must-have for dry hair, take after take. Get yours on Amazon. Mon indispensable pour un brushing toujours impeccable. Sur Amazon."}
|
||||
{"t":"The Kiss Q1 26 YouTube 022 Headline fr-be Make date night happen À vous les soirées romantiques"}
|
||||
{"t":"The Kiss Q1 26 YouTube 023 Description fr-be My go-to for when romance gets a little messy. Get yours on Amazon. Idéal quand l'amour emporte tout sur son passage. Sur Amazon.com.be"}
|
||||
{"t":"The Kiss Q1 26 YouTube 024 Headline fr-be Make it happen À vous de jouer"}
|
||||
{"t":"The Kiss Q1 26 YouTube 025 Description fr-be My go-to for when romance gets a little messy. Get yours on Amazon. Idéal quand l'amour emporte tout sur son passage. Sur Amazon.com.be"}
|
||||
{"t":"The Kiss Q1 26 YouTube 028 Description fr-be My go-to for when passion sweeps you off your feet. Get it on Amazon. Idéal quand la passion vous fait chavirer. Sur Amazon.com.be"}
|
||||
{"t":"The Kiss Q1 26 YouTube 030 Description fr-be My go-to for when passion sweeps you off your feet. Get it on Amazon. Idéal quand la passion vous fait chavirer. Sur Amazon.com.be"}
|
||||
{"t":"The Kiss Q1 26 YouTube 031 Headline fr-be Make romance happen À vous la soirée parfaite"}
|
||||
{"t":"The Kiss Q1 26 YouTube 032 Description fr-be My must-have for that kiss in the rain! Get yours on Amazon. Mon indispensable pour les baisers sous la pluie ! Sur Amazon.com.be"}
|
||||
{"t":"The Kiss Q1 26 YouTube 034 Description fr-be My must-have for that kiss in the rain! Get yours on Amazon. Mon indispensable pour les baisers sous la pluie ! Sur Amazon.com.be"}
|
||||
136
storage/amazon/tm/fr-BE/flat_UEFA_fr-be.json
Normal file
136
storage/amazon/tm/fr-BE/flat_UEFA_fr-be.json
Normal file
|
|
@ -0,0 +1,136 @@
|
|||
{"t":"UEFA Womens 24 (D)OOH Creatives 001 fr-be You bring the triumph. We bring the trophy. Vous avez la gagne. Nous avons le trophée."}
|
||||
{"t":"UEFA Womens 24 (D)OOH Creatives 002 fr-be You bring the magic. We bring the medal. Vous avez le talent. Nous avons la médaille."}
|
||||
{"t":"UEFA Womens 24 (D)OOH Creatives 003 fr-be Proud partners Proud partners"}
|
||||
{"t":"UEFA Womens 24 further mobile 001 fr-be Amazon is an official partner of UEFA Women’s Football, proudly supporting the Women’s Champions League and Women’s EURO 2025. We know playing football improves self-confidence in women and girls both on and off the pitch. It’s something we’re celebrating in our campaign, “The Grit” and something we want to enable through our Women’s Football Store, where you can find everything players need to train, play and recover. Sponsor officiel du football féminin de l’UEFA, Amazon est fier de soutenir la Ligue des champions féminine et l’EURO féminin 2025. La pratique du football renforce la confiance en soi, et pas seulement sur le terrain. C’est le point mis en avant dans notre campagne « L’audace » et dans notre boutique de football féminin, qui regroupe tout ce dont les joueuses ont besoin pour s’entraîner, jouer et récupérer."}
|
||||
{"t":"UEFA Womens 24 further mobile 002 fr-be Shop the Women's Football Store Parcourir la boutique du football féminin"}
|
||||
{"t":"UEFA Womens 24 further mobile 003 fr-be Top sellers Meilleures ventes"}
|
||||
{"t":"UEFA Womens 24 further mobile 004 fr-be Women’s Football Football féminin"}
|
||||
{"t":"UEFA Womens 24 further mobile 005 fr-be Browse women’s kits and more Voir tous les articles"}
|
||||
{"t":"UEFA Womens 24 further mobile 006 fr-be Visit the Women's Football Store Rendez-vous sur la boutique du football féminin"}
|
||||
{"t":"UEFA Womens 24 Headlines Leading Edit 001 fr-be You bring the spirit. We bring the stuff. Vous avez le tempérament. Nous avons l'équipement."}
|
||||
{"t":"UEFA Womens 24 Headlines Leading Edit 002 fr-be You bring the grit. We bring the stuff. Vous avez du cran. Nous avons l’équipement."}
|
||||
{"t":"UEFA Womens 24 Store front 001 fr-be Proud Partner Proud Partner"}
|
||||
{"t":"UEFA Womens 24 Store front 002 fr-be Women's Football Store La boutique du football féminin"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 001 fr-be GRWM for training (Get Ready With Me) GRWM pour l'entraînement (Get ready with me)"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 002 fr-be New Goalie Gloves Day! Mes nouveaux gants sont arrivés !"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 003 fr-be new socks nouvel équipement"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 004 fr-be Unbox my fresh training socks with me Déballage de mes nouvelles chaussettes"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 005 fr-be with Amazon avec Amazon.com.be"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 006 fr-be same skills même talent"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 007 fr-be Unbox my training essentials \nwith me Déballe avec moi mon indispensable du foot"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 007F fr-be Unbox my training essentials with me Déballe avec moi mon indispensable du foot"}
|
||||
{"t":"UEFA Womens 24 TikTok Social Edits 008 fr-be Unbox them with me Déballons-les ensemble"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 001 fr-be You bring the wins\nWe bring the medal Vous avez les victoires\nNous avons les médailles"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 001F fr-be You bring the wins We bring the medal Vous avez les victoires Nous avons les médailles"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 002 fr-be You bring the burn\nWe bring the bib Vous faites l’effort\nNous apportons le réconfort"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 002F fr-be You bring the burn We bring the bib Vous faites l’effort Nous apportons le réconfort"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 003 fr-be You bring the triumph\nWe bring the trophy Vous avez la gagne\nNous avons le trophée"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 003F fr-be You bring the triumph We bring the trophy Vous avez la gagne Nous avons le trophée"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 004 fr-be You bring \nthe flair \nWe bring \nthe hair dye Vous avez \nle style \nNous avons la couleur"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 004F fr-be You bring the flair We bring the hair dye Vous avez le style Nous avons la couleur"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 005 fr-be You bring the heat \nWe bring the ice bath Vous avez l’audace \nNous avons le bain de glace"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 005F fr-be You bring the heat We bring the ice bath Vous avez l’audace Nous avons le bain de glace"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 006 fr-be You bring \nthe wins\nWe bring \nthe medal Vous avez \nles victoires\nNous avons \nles médailles"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 006F fr-be You bring the wins We bring the medal Vous avez les victoires Nous avons les médailles"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 007 fr-be You bring \nthe steel\nWe bring \nthe shin pads Vous avez \nl’aplomb\nNous avons \nles protections"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 007F fr-be You bring the steel We bring the shin pads Vous avez l’aplomb Nous avons les protections"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 008 fr-be You bring the steel\nWe bring the shin pads Vous avez l’aplomb\nNous avons les protections"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 008F fr-be You bring the steel We bring the shin pads Vous avez l’aplomb Nous avons les protections"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 009 fr-be You bring \nthe heat \nWe bring \nthe ice bath Vous avez \nl’audace \nNous avons \nle bain de glace"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 009F fr-be You bring the heat We bring the ice bath Vous avez l’audace Nous avons le bain de glace"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 010 fr-be You bring the flair \nWe bring the hair dye Vous avez le style \nNous avons la couleur"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 010F fr-be You bring the flair We bring the hair dye Vous avez le style Nous avons la couleur"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 011 fr-be You bring the skills\nWe bring the socks Vous avez le talent.\nNous avons l’équipement."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 011F fr-be You bring the skills We bring the socks Vous avez le talent. Nous avons l’équipement."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 013 fr-be You bring\nthe magic\nWe bring\nthe medal Vous avez\nle talent\nNous avons\nla médaille"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 013F fr-be You bring the magic We bring the medal Vous avez le talent Nous avons la médaille"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 014 fr-be You bring \nthe skills\nWe bring \nthe socks Vous avez \nle talent.\nNous avons \nl’équipement."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 014F fr-be You bring the skills We bring the socks Vous avez le talent. Nous avons l’équipement."}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 015 fr-be You bring \nthe triumph\nWe bring \nthe trophy Vous avez \nla gagne\nNous avons \nle trophée"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 015F fr-be You bring the triumph We bring the trophy Vous avez la gagne Nous avons le trophée"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 016 fr-be You bring the guts \nWe bring the socks Vous avez la détermination \nNous avons les protections"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 016F fr-be You bring the guts We bring the socks Vous avez la détermination Nous avons les protections"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 017 fr-be You bring \nthe guts \nWe bring \nthe socks Vous avez \nle caractère \nNous avons \nles chaussettes"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 017F fr-be You bring the guts We bring the socks Vous avez le caractère Nous avons les chaussettes"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 018 fr-be You bring the magic\nWe bring the medal Vous avez le talent\nNous avons la médaille"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 018F fr-be You bring the magic We bring the medal Vous avez le talent Nous avons la médaille"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 019 fr-be You bring \nthe burn\nWe bring \nthe bib Vous faites \nl’effort\nNous apportons \nle réconfort"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 019F fr-be You bring the burn We bring the bib Vous faites l’effort Nous apportons le réconfort"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 020 fr-be Official Online Retail Partner Official Online Retail Partner"}
|
||||
{"t":"UEFA Womens 24 DOOH Creatives 021 fr-be Official online retail partner Official online retail partner"}
|
||||
{"t":"UEFA Womens 25 Storefront 003 fr-be Shoes Chaussures"}
|
||||
{"t":"UEFA Womens 25 Storefront 004 fr-be Ponchos Ponchos et capes"}
|
||||
{"t":"UEFA Womens 25 Storefront 009 fr-be Match day memories Souvenirs de match"}
|
||||
{"t":"UEFA Womens 25 Storefront 010 fr-be Health & Personal Care Santé"}
|
||||
{"t":"UEFA Womens 25 Storefront 011 fr-be Seating & Comfort Sièges et confort"}
|
||||
{"t":"UEFA Womens 25 Storefront 012 fr-be Recipe Books Livres de cuisine"}
|
||||
{"t":"UEFA Womens 25 Storefront 013 fr-be Weather protection Protection intempéries"}
|
||||
{"t":"UEFA Womens 25 Storefront 014 fr-be Gaming Consoles et jeux vidéo"}
|
||||
{"t":"UEFA Womens 25 Storefront 015 fr-be Equipment Équipement"}
|
||||
{"t":"UEFA Womens 25 Storefront 016 fr-be Shop home viewing essentials Tout pour vivre le match à domicile"}
|
||||
{"t":"UEFA Womens 25 Storefront 017 fr-be Shop cheering essentials Tout pour chauffer l’ambiance"}
|
||||
{"t":"UEFA Womens 25 Storefront 018 fr-be Barbecue Barbecues"}
|
||||
{"t":"UEFA Womens 25 Storefront 019 fr-be Girls’ boots Chaussures de football pour fille"}
|
||||
{"t":"UEFA Womens 25 Storefront 020 fr-be Get crafty Exprimez votre créativité"}
|
||||
{"t":"UEFA Womens 25 Storefront 021 fr-be Diffusers Diffuseurs"}
|
||||
{"t":"UEFA Womens 25 Storefront 022 fr-be Fridges Réfrigérateurs"}
|
||||
{"t":"UEFA Womens 25 Storefront 023 fr-be LEDs Bracelets lumineux"}
|
||||
{"t":"UEFA Womens 25 Storefront 024 fr-be Banners Drapeaux et bannières"}
|
||||
{"t":"UEFA Womens 25 Storefront 025 fr-be Fan on the go En route pour le match"}
|
||||
{"t":"UEFA Womens 25 Storefront 026 fr-be Shop game day beauty Tout pour votre look du jour J"}
|
||||
{"t":"UEFA Womens 25 Storefront 027 fr-be Dress to impress Portez haut vos couleurs"}
|
||||
{"t":"UEFA Womens 25 Storefront 028 fr-be Watches Montres"}
|
||||
{"t":"UEFA Womens 25 Storefront 029 fr-be Shop football kit & equipment Toute la panoplie du footballeur"}
|
||||
{"t":"UEFA Womens 25 Storefront 030 fr-be Shop game day treats Tout pour se régaler"}
|
||||
{"t":"UEFA Womens 25 Storefront 031 fr-be Decorations & Lights Décoration et luminaires"}
|
||||
{"t":"UEFA Womens 25 Storefront 032 fr-be Enjoy at home Vivez le match chez vous"}
|
||||
{"t":"UEFA Womens 25 Storefront 033 fr-be Shop hosting essentials Tout pour une fête réussie"}
|
||||
{"t":"UEFA Womens 25 Storefront 034 fr-be Shop party supplies Tout pour célébrer"}
|
||||
{"t":"UEFA Womens 25 Storefront 035 fr-be Tableware Linge de table"}
|
||||
{"t":"UEFA Womens 25 Storefront 036 fr-be TV & Home Cinema TV & Home cinéma"}
|
||||
{"t":"UEFA Womens 25 Storefront 037 fr-be Printers Imprimantes"}
|
||||
{"t":"UEFA Womens 25 Storefront 038 fr-be Shirts T-shirts"}
|
||||
{"t":"UEFA Womens 25 Storefront 039 fr-be Shop photography Tous les essentiels photo"}
|
||||
{"t":"UEFA Womens 25 Storefront 040 fr-be Binoculars Jumelles"}
|
||||
{"t":"UEFA Womens 25 Storefront 041 fr-be Crocheting and Knitting Crochet et tricot"}
|
||||
{"t":"UEFA Womens 25 Storefront 042 fr-be Hand clappers Claquettes à main"}
|
||||
{"t":"UEFA Womens 25 Storefront 043 fr-be Sports nutrition Nutrition Sportive"}
|
||||
{"t":"UEFA Womens 25 Storefront 045 fr-be Host like a pro Un accueil de champion"}
|
||||
{"t":"UEFA Womens 25 Storefront 046 fr-be Amazon.\nProud partner\nof UEFA Women's\nFootball. Amazon.\nPartenaire officiel\ndu football féminin\nde l'UEFA."}
|
||||
{"t":"UEFA Womens 25 Storefront 046F fr-be Amazon. Proud partner of UEFA Women's Football. Amazon. Partenaire officiel du football féminin de l'UEFA."}
|
||||
{"t":"UEFA Womens 25 Storefront 047 fr-be Speakers Mégaphones"}
|
||||
{"t":"UEFA Womens 25 Storefront 048 fr-be Stickers & Patches Étiquettes et autocollants"}
|
||||
{"t":"UEFA Womens 25 Storefront 049 fr-be Snacks to the max Un max de snacks"}
|
||||
{"t":"UEFA Womens 25 Storefront 050 fr-be Make some noise Faites du bruit"}
|
||||
{"t":"UEFA Womens 25 Storefront 051 fr-be Hats Bonnets et casquettes"}
|
||||
{"t":"UEFA Womens 25 Storefront 052 fr-be Women's Football Shop La boutique du football féminin"}
|
||||
{"t":"UEFA Womens 25 Storefront 053 fr-be Scarves Écharpes"}
|
||||
{"t":"UEFA Womens 25 Storefront 054 fr-be Kitchen appliances Appareils de cuisine"}
|
||||
{"t":"UEFA Womens 25 Storefront 055 fr-be Accessories Accessoires"}
|
||||
{"t":"UEFA Womens 25 Storefront 056 fr-be Shop craft supplies Tout pour bricoler"}
|
||||
{"t":"UEFA Womens 25 Storefront 057 fr-be Shop match day must-haves Tout pour les jours de match"}
|
||||
{"t":"UEFA Womens 25 Storefront 058 fr-be Our store has moved! La boutique a déménagé !"}
|
||||
{"t":"UEFA Womens 25 Storefront 059 fr-be Audio and Hifi Audio & HiFi"}
|
||||
{"t":"UEFA Womens 25 Storefront 060 fr-be Women's kit Kit pour femme"}
|
||||
{"t":"UEFA Womens 25 Storefront 061 fr-be Family fun Vibrez en famille"}
|
||||
{"t":"UEFA Womens 25 Storefront 062 fr-be Journals Revues"}
|
||||
{"t":"UEFA Womens 25 Storefront 063 fr-be Towels Serviettes"}
|
||||
{"t":"UEFA Womens 25 Storefront 064 fr-be Make-up & Face Paint Maquillage et déguisement"}
|
||||
{"t":"UEFA Womens 25 Storefront 065 fr-be Water bottles Gourdes"}
|
||||
{"t":"UEFA Womens 25 Storefront 066 fr-be Games Jeux de société"}
|
||||
{"t":"UEFA Womens 25 Storefront 067 fr-be Click the banner below to visit our Women's Football Shop Retrouvez notre boutique du football féminin en cliquant sur l'image ci-dessous"}
|
||||
{"t":"UEFA Womens 25 Storefront 068 fr-be Cake Decorations Décorations pour gâteaux et desserts"}
|
||||
{"t":"UEFA Womens 25 Storefront 069 fr-be Express yourself Affichez vos couleurs"}
|
||||
{"t":"UEFA Womens 25 Storefront 070 fr-be Memory Books Albums souvenirs"}
|
||||
{"t":"UEFA Womens 25 Storefront 071 fr-be Cushions & Textiles Coussins et textiles"}
|
||||
{"t":"UEFA Womens 25 Storefront 072 fr-be Whistles Sifflets"}
|
||||
{"t":"UEFA Womens 25 Storefront 073 fr-be Vuvuzela Vuvuzelas"}
|
||||
{"t":"UEFA Womens 25 Storefront 074 fr-be Bags Sacs"}
|
||||
{"t":"UEFA Womens 25 Storefront 075 fr-be Balls Ballons"}
|
||||
{"t":"UEFA Womens 25 Storefront 076 fr-be Girls' kit Kit pour fille"}
|
||||
{"t":"UEFA Womens 25 Storefront 077 fr-be Photo props Accessoires pour photobooth"}
|
||||
{"t":"UEFA Womens 25 Storefront 078 fr-be Shop clothing & accessories Toutes les tenues et accessoires"}
|
||||
{"t":"UEFA Womens 25 Storefront 079 fr-be Lighting Luminaires"}
|
||||
{"t":"UEFA Womens 25 Storefront 080 fr-be Get playing À vous de jouer"}
|
||||
{"t":"UEFA Womens 25 Storefront 081 fr-be Women's boots Chaussures de football pour femme"}
|
||||
{"t":"UEFA Womens 25 Storefront 082 fr-be Proud partner Partenaire officiel"}
|
||||
125
storage/amazon/tm/fr-BE/flat_value_fr-be.json
Normal file
125
storage/amazon/tm/fr-BE/flat_value_fr-be.json
Normal file
|
|
@ -0,0 +1,125 @@
|
|||
{"t":"Value Q1 25 Radio 001 VO fr-be As Charlie opened his Amazon parcel... Lorsqu’Élie ouvrit son colis Amazon…"}
|
||||
{"t":"Value Q1 25 Radio 002 VO fr-be ...he held his breath. …il eut le souffle coupé."}
|
||||
{"t":"Value Q1 25 Radio 003 VO fr-be This new robot vacuum keeps his floors pristine for a price lower than he'd ever\nimagined. Un nouvel aspirateur robot d’une incroyable efficacité, à un prix si bas qu’il ne put résister."}
|
||||
{"t":"Value Q1 25 Radio 003F VO fr-be This new robot vacuum keeps his floors pristine for a price lower than he'd ever imagined. Un nouvel aspirateur robot d’une incroyable efficacité, à un prix si bas qu’il ne put résister."}
|
||||
{"t":"Value Q1 25 Radio 004 VO fr-be 5 stars from Charlie! Ça mérite bien 5 étoiles."}
|
||||
{"t":"Value Q1 25 Radio 005 VO fr-be From robot vacuums to kitchen appliances and more, find highly rated products at prices you'll love on Amazon.com today. Des aspirateurs robots aux appareils de cuisine et plus encore, trouvez des produits très bien notés à des prix que vous allez adorer sur Amazon.com.be."}
|
||||
{"t":"Value Q1 25 Radio 006 VO fr-be As Emily opened her Amazon parcel... Lorsqu’Émilie ouvrit son colis Amazon…"}
|
||||
{"t":"Value Q1 25 Radio 007 VO fr-be ...the world went silent. …ce fut le silence complet."}
|
||||
{"t":"Value Q1 25 Radio 008 VO fr-be These new noise-cancelling headphones give her hours of playtime for a price that's\nmusic to her ears. Un nouveau casque à réduction de bruit pour Émilie qui fait rimer budget... avec qualité."}
|
||||
{"t":"Value Q1 25 Radio 008F VO fr-be These new noise-cancelling headphones give her hours of playtime for a price that's music to her ears. Un nouveau casque à réduction de bruit pour Émilie qui fait rimer budget... avec qualité."}
|
||||
{"t":"Value Q1 25 Radio 009 VO fr-be 5 stars from Emily! Ça mérite bien 5 étoiles."}
|
||||
{"t":"Value Q1 25 Radio 010 VO fr-be From headphones to air fryers and more, find highly rated products at prices you'll love on Amazon.com today. Des casques audio aux air fryers et plus encore, trouvez des produits très bien notés à des prix que vous allez adorer sur Amazon.com.be."}
|
||||
{"t":"Value Q1 25 TV OLV 001 Product fr-be Cordless Drill Perceuse sans fil"}
|
||||
{"t":"Value Q1 25 TV OLV 002 Product fr-be Bluetooth Headphones Casque Bluetooth"}
|
||||
{"t":"Value Q1 25 TV OLV 003 Product fr-be Coffee Machine Machine à café"}
|
||||
{"t":"Value Q1 25 TV OLV 004 Product fr-be Robot Vaccum Aspirateur robot"}
|
||||
{"t":"Value Q1 25 TV OLV 005 fr-be At Amazon you'll find quality products you can trust, at prices you'll feel good about. Sur Amazon trouvez les produits que vous aimez… à des prix qui vont vous enchanter."}
|
||||
{"t":"Value Q1 25 TV OLV 006 fr-be So you can rock your world, not your savings. Pour vivre votre vie en musique... sans la moindre nuance."}
|
||||
{"t":"Value Q1 25 TV OLV 007 fr-be And, enjoy the perfect blend at the perfect price. Et profiter du parfait mélange entre prix et qualité."}
|
||||
{"t":"Value Q1 25 TV OLV 008 fr-be Find highly-rated products, at prices you'll love. Start your search on Amazon today. Des produits très bien notés à des prix que vous allez adorer. Découvrez nos offres sur Amazon.com.be."}
|
||||
{"t":"Value Q1 25 TV OLV 009 CTA fr-be Start your search today Découvrez nos offres maintenant"}
|
||||
{"t":"Value Q1 25 TV OLV 010 VO fr-be Find highly-rated products, at prices you'll love. Start your search on Amazon today. Des produits très bien notés à des prix que vous allez adorer. Découvrez nos offres sur Amazon.com.be."}
|
||||
{"t":"Value Q2 24 TV OLV 001 Super fr-be Cordless Drill Perceuse sans fil"}
|
||||
{"t":"Value Q2 24 TV OLV 002 Super fr-be Bluetooth Headphones Casque Bluetooth"}
|
||||
{"t":"Value Q2 24 TV OLV 003 Super fr-be Coffee Machine Machine à café"}
|
||||
{"t":"Value Q2 24 TV OLV 004 CTA fr-be Start your search today Découvrez nos offres maintenant"}
|
||||
{"t":"Value Q2 24 TV OLV 005 VO fr-be At Amazon you'll find products you can trust, at prices you'll feel good about. Sur Amazon trouvez les produits que vous aimez… à des prix qui vont vous enchanter."}
|
||||
{"t":"Value Q2 24 TV OLV 006 VO fr-be So you can rock your world, not your savings. Pour vivre votre vie en musique... sans la moindre nuance."}
|
||||
{"t":"Value Q2 24 TV OLV 007 VO fr-be And, enjoy the perfect blend at the perfect price. Et profiter du parfait mélange entre prix et qualité."}
|
||||
{"t":"Value Q2 24 TV OLV 008 VO fr-be Find highly-rated products, at prices you'll love. Start your search on Amazon today. Des produits très bien notés à des prix que vous allez adorer. Découvrez nos offres dès maintenant sur Amazon.com.be."}
|
||||
{"t":"Value Q2 24 TV OLV 009 CTA fr-be Start your search today Découvrez nos offres maintenant"}
|
||||
{"t":"Value Q2 24 TV OLV 010 VO fr-be Find highly-rated products, at prices you'll love. Start your search on Amazon today. Des produits très bien notés à des prix que vous allez adorer. Découvrez nos offres sur Amazon.com.be."}
|
||||
{"t":"Value Q2 24 TV OLV 012 Super fr-be Robot Vacuum Aspirateur robot"}
|
||||
{"t":"Value Q2 24 TV OLV 013 Super fr-be Humidifier Humidificateur"}
|
||||
{"t":"Value Q2 24 TV OLV 014 Super fr-be Bluetooth Speaker Enceinte Bluetooth"}
|
||||
{"t":"Value Q2 24 TV OLV 016 VO fr-be At Amazon you'll find products that make you smile at prices you can relax about. Sur Amazon, trouvez les produits que vous aimez… à des prix qui vont vous enchanter."}
|
||||
{"t":"Value Q2 24 TV OLV 017 VO fr-be So, whatever you need, find quality products at prices that are music to your ears. Quoi que vous cherchiez, faites rimer votre budget... avec qualité."}
|
||||
{"t":"Value Q3 24 OLV 001 Super fr-be Cordless Drill Perceuse sans fil"}
|
||||
{"t":"Value Q3 24 OLV 002 Super fr-be Bluetooth Headphones Casque Bluetooth"}
|
||||
{"t":"Value Q3 24 OLV 003 Super fr-be Coffee Machine Machine à café"}
|
||||
{"t":"Value Q3 24 OLV 004 VO fr-be At Amazon you'll find quality products you can trust, at prices you'll feel good about. Sur Amazon trouvez les produits que vous aimez… à des prix qui vont vous enchanter."}
|
||||
{"t":"Value Q3 24 OLV 005 VO fr-be So you can rock your world, not your savings. Pour vivre votre vie en musique... sans la moindre nuance."}
|
||||
{"t":"Value Q3 24 OLV 006 VO fr-be And, enjoy the perfect blend at the perfect price. Et profiter du parfait mélange entre prix et qualité."}
|
||||
{"t":"Value Q3 24 OLV 007 VO fr-be Find highly-rated products, at prices you'll love. Start your search on Amazon today. Des produits très bien notés à des prix que vous allez adorer. Découvrez nos offres dès maintenant sur Amazon.com.be."}
|
||||
{"t":"Value Q3 24 OLV 009 CTA fr-be Start your search today Découvrez nos offres maintenant"}
|
||||
{"t":"Value Q3 24 OLV 013 Super fr-be Robot Vacuum Aspirateur robot"}
|
||||
{"t":"Value Q3 24 OLV 014 Super fr-be Humidifier Humidificateur"}
|
||||
{"t":"Value Q3 24 OLV 015 Super fr-be Bluetooth Speaker Enceinte Bluetooth"}
|
||||
{"t":"Value Q3 24 OLV 016 VO fr-be At Amazon you'll find products that make you smile at prices you can relax about. Sur Amazon, trouvez les produits que vous aimez… à des prix qui vont vous enchanter."}
|
||||
{"t":"Value Q3 24 OLV 017 VO fr-be So, whatever you need, find quality products at prices that are music to your ears. Quoi que vous cherchiez, faites rimer votre budget... avec qualité."}
|
||||
{"t":"Value Q3 24 OLV 024 VO fr-be As Sophie opened her Amazon parcel, her eyes grew wider. Lorsque Sophie ouvrit son colis Amazon, ses yeux s'illuminèrent."}
|
||||
{"t":"Value Q3 24 OLV 025 VO fr-be 5-brushing modes and smart pressure sensor. Cette prise en main parfaite, ces différentes vitesses de brossage..."}
|
||||
{"t":"Value Q3 24 OLV 026 VO fr-be This was the electric toothbrush of her dreams for a price lower than she ever imagined. C'était la brosse à dents électrique de ses rêves, à un prix si bas qu'elle ne pût résister."}
|
||||
{"t":"Value Q3 24 OLV 027 VO fr-be Five stars from Sophie. Ça mérite bien 5 étoiles."}
|
||||
{"t":"Value Q3 24 OLV 028 VO fr-be Find highly-rated products, at prices you'll love. Start your search on Amazon today. Des produits très bien notés à des prix que vous allez adorer. Découvrez nos offres dès maintenant sur Amazon.com.be"}
|
||||
{"t":"Value Q3 24 Radio 001 VO fr-be As Nigel opened his Amazon Parcel, it was love at first sight. Lorsque Julien ouvrit son colis Amazon, il eut un vrai coup de foudre."}
|
||||
{"t":"Value Q3 24 Radio 002 VO fr-be Sleek design and effortless cornering… Ce design épuré, cette puissance d'aspiration…"}
|
||||
{"t":"Value Q3 24 Radio 003 VO fr-be ...this vacuum cleaner screamed quality and for a price lower than he ever dreamed C'était l'aspirateur de ses rêves, à un prix si bas qu'il ne pût résister."}
|
||||
{"t":"Value Q3 24 Radio 004 VO fr-be Five stars from Nigel. Ça mérite bien 5 étoiles."}
|
||||
{"t":"Value Q3 24 Radio 005 VO fr-be Find highly-rated products, at prices you'll love. Start your search on Amazon today. Des produits très bien notés à des prix que vous allez adorer. Découvrez nos offres dès maintenant sur Amazon.com.be"}
|
||||
{"t":"Value Q3 24 Radio 006 VO fr-be As Bethany opened her Amazon parcel, her heart began to race. Lorsque Julie ouvrit son colis Amazon, elle sentit son cœur s’emballer."}
|
||||
{"t":"Value Q3 24 Radio 007 VO fr-be Waterproof LCD display and heart rate monitoring Ce GPS intégré… ce capteur de mouvement intelligent…"}
|
||||
{"t":"Value Q3 24 Radio 008 VO fr-be This fitness tracker won first place with Bethany for quality and price. C’était le bracelet connecté de ses rêves à un prix si bas qu'elle ne put résister."}
|
||||
{"t":"Value Q3 24 Radio 009 VO fr-be 5 stars from Bethany! Ça mérite bien 5 étoiles."}
|
||||
{"t":"Value Q3 24 Radio 010 VO fr-be With star reviews from you and star prices from us. Start your search on Amazon today. Des produits très bien notés à des prix que vous allez adorer. Découvrez nos offres dès maintenant sur Amazon.com.be."}
|
||||
{"t":"Value Q3 24 Radio 011 VO fr-be As Helen opened her Amazon parcel, her stomach filled with butterflies. Lorsque Hélène ouvrit son colis Amazon, elle eut des papillons dans le ventre."}
|
||||
{"t":"Value Q3 24 Radio 012 VO fr-be Rapid air technology and a grill-mode feature. Ce double compartiment… ces 8 modes de cuisson…"}
|
||||
{"t":"Value Q3 24 Radio 013 VO fr-be This air fryer tickled Helen's taste buds... for a price lower than she'd ever imagined C’était la friteuse sans huile de ses rêves… à un prix si bas qu’elle ne put résister."}
|
||||
{"t":"Value Q3 24 Radio 014 VO fr-be 5 stars from Helen Ça mérite bien 5 étoiles."}
|
||||
{"t":"Value Q3 24 Radio 016 VO fr-be As Sophie opened her Amazon parcel, her eyes grew wider. Lorsque Sophie ouvrit son colis Amazon, ses yeux s'illuminèrent."}
|
||||
{"t":"Value Q3 24 Radio 017 VO fr-be 5-brushing modes and smart pressure sensor. Cette prise en main parfaite, ces différentes vitesses de brossage..."}
|
||||
{"t":"Value Q3 24 Radio 018 VO fr-be This was the electric toothbrush of her dreams for a price lower than she ever imagined. C'était la brosse à dents électrique de ses rêves, à un prix si bas qu'elle ne pût résister."}
|
||||
{"t":"Value Q3 24 Radio 019 VO fr-be Five stars from Sophie. Ça mérite bien 5 étoiles."}
|
||||
{"t":"Value Q3 24 YouTube Companion Banner 001 Headline fr-be Find highly rated products\nat prices you'll love Des produits très bien notés à des prix que vous allez adorer"}
|
||||
{"t":"Value Q3 24 YouTube Companion Banner 001F Headline fr-be Find highly rated products at prices you'll love Des produits très bien notés à des prix que vous allez adorer"}
|
||||
{"t":"Value Q3 24 YouTube Post 001 Title fr-be Find great value products today Trouvez de super affaires"}
|
||||
{"t":"Value Q3 24 YouTube Post 002 Description fr-be Find highly rated products at prices you'll love Des produits très bien notés à des prix que vous allez adorer"}
|
||||
{"t":"Value Q3 24 YouTube Statics 001 Headline fr-be Find highly rated products\nat prices you'll love Des produits très bien notés à des prix que vous allez adorer"}
|
||||
{"t":"Value Q3 24 YouTube Statics 001F Headline fr-be Find highly rated products at prices you'll love Des produits très bien notés à des prix que vous allez adorer"}
|
||||
{"t":"Value Q3 24 YouTube Statics 002 CTA fr-be Shop now Achetez maintenant"}
|
||||
{"t":"Value Q3 24 YouTube 001 fr-be Find great value products today Trouvez de super affaires"}
|
||||
{"t":"Value Q3 24 YouTube 002 fr-be Find highly rated products\nat prices you'll love Des produits très bien notés à des prix que vous allez adorer"}
|
||||
{"t":"Value Q3 24 YouTube 002F fr-be Find highly rated products at prices you'll love Des produits très bien notés à des prix que vous allez adorer"}
|
||||
{"t":"Value Q3 25 Radio 001 fr-be As Helen opened her Amazon parcel, her stomach filled with butterflies. Lorsque Hélène ouvrit son colis Amazon, elle eut des papillons dans le ventre."}
|
||||
{"t":"Value Q3 25 Radio 002 fr-be Two independent cooking zones and a 7.6 litre capacity. Double cuve et capacité de 7,6 litres."}
|
||||
{"t":"Value Q3 25 Radio 003 fr-be For a low price, the Ninja Air Fryer tickled Helen's taste buds... C’était l'air fryer Ninja de ses rêves… à un prix si bas qu’elle ne put résister."}
|
||||
{"t":"Value Q3 25 Radio 004 fr-be 5 stars from Helen. Ça mérite bien 5 étoiles."}
|
||||
{"t":"Value Q3 25 Radio 005 fr-be With great brands, at price you’ll love, start your search on Amazon.xx today Trouvez de grandes marques à des prix que vous allez adorer sur Amazon.com.be."}
|
||||
{"t":"Value Q3 25 Radio 006 fr-be As Bethany opened her Amazon parcel, her heart began to race. Lorsque Julie ouvrit son colis Amazon, elle sentit son cœur s’emballer."}
|
||||
{"t":"Value Q3 25 Radio 007 fr-be Heart rate monitoring and up to 11 days of battery life. Mesure de la fréquence cardiaque et autonomie impressionnante de 11 jours."}
|
||||
{"t":"Value Q3 25 Radio 008 fr-be The Garmin Smartwatch won first place with Bethany for quality and price. C’était la smartwatch Garmin de ses rêves... à un prix si bas qu'elle ne put résister."}
|
||||
{"t":"Value Q3 25 Radio 009 fr-be 5 stars from Bethany! Ça mérite bien 5 étoiles."}
|
||||
{"t":"Value Q4 24 OLV 001 Super fr-be Cordless Drill Perceuse sans fil"}
|
||||
{"t":"Value Q4 24 OLV 002 Super fr-be Bluetooth Headphones Casque Bluetooth"}
|
||||
{"t":"Value Q4 24 OLV 003 Super fr-be Coffee Machine Machine à café"}
|
||||
{"t":"Value Q4 24 OLV 004 VO fr-be At Amazon you'll find quality products you can trust, at prices you'll feel good about. Sur Amazon trouvez les produits que vous aimez… à des prix qui vont vous enchanter."}
|
||||
{"t":"Value Q4 24 OLV 005 VO fr-be So you can rock your world, not your savings. Pour vivre votre vie en musique... sans la moindre nuance."}
|
||||
{"t":"Value Q4 24 OLV 006 VO fr-be And, enjoy the perfect blend at the perfect price. Et profiter du parfait mélange entre prix et qualité."}
|
||||
{"t":"Value Q4 24 OLV 007 VO fr-be Find highly-rated products, at prices you'll love. Start your search on Amazon today. Des produits très bien notés à des prix que vous allez adorer. Découvrez nos offres dès maintenant sur Amazon.com.be."}
|
||||
{"t":"Value Q4 24 OLV 009 CTA fr-be Start your search today Découvrez nos offres maintenant"}
|
||||
{"t":"Value Q4 24 OLV 013 Super fr-be Robot Vacuum Aspirateur robot"}
|
||||
{"t":"Value Q4 24 OLV 014 Super fr-be Humidifier Humidificateur"}
|
||||
{"t":"Value Q4 24 OLV 015 Super fr-be Bluetooth Speaker Enceinte Bluetooth"}
|
||||
{"t":"Value Q4 24 OLV 016 VO fr-be At Amazon you'll find products that make you smile at prices you can relax about. Sur Amazon, trouvez les produits que vous aimez… à des prix qui vont vous enchanter."}
|
||||
{"t":"Value Q4 24 OLV 017 VO fr-be So, whatever you need, find quality products at prices that are music to your ears. Quoi que vous cherchiez, faites rimer votre budget... avec qualité."}
|
||||
{"t":"Value Q4 24 Radio 001 VO fr-be As Charlie opened his Amazon parcel... Lorsqu’Élie ouvrit son colis Amazon…"}
|
||||
{"t":"Value Q4 24 Radio 002 VO fr-be Charlie sucks in a big dramatic breath. The sound match cuts to a vacuum being used. …il eut le souffle coupé."}
|
||||
{"t":"Value Q4 24 Radio 003 VO fr-be This new robot vacuum keeps his floors pristine for a price lower than he'd ever\nimagined. Un nouvel aspirateur robot d’une incroyable efficacité, à un prix si bas qu’il ne put résister."}
|
||||
{"t":"Value Q4 24 Radio 003F VO fr-be This new robot vacuum keeps his floors pristine for a price lower than he'd ever imagined. Un nouvel aspirateur robot d’une incroyable efficacité, à un prix si bas qu’il ne put résister."}
|
||||
{"t":"Value Q4 24 Radio 004 VO fr-be 5 stars from Charlie! Ça mérite bien 5 étoiles."}
|
||||
{"t":"Value Q4 24 Radio 005 VO fr-be From robot vacuums to kitchen appliances and more, find highly rated products at prices you'll love on Amazon.com.be today. Des aspirateurs robots aux appareils de cuisine et plus encore, trouvez des produits très bien notés à des prix que vous allez adorer sur Amazon.com.be."}
|
||||
{"t":"Value Q4 24 Radio 006 VO fr-be As Emily opened her Amazon parcel... Lorsqu’Émilie ouvrit son colis Amazon…"}
|
||||
{"t":"Value Q4 24 Radio 007 VO fr-be ...the world went silent. …ce fut le silence complet."}
|
||||
{"t":"Value Q4 24 Radio 008 VO fr-be These new noise-cancelling headphones give her hours of playtime for a price that's\nmusic to her ears. Un nouveau casque à réduction de bruit pour Émilie qui fait rimer budget... avec qualité."}
|
||||
{"t":"Value Q4 24 Radio 008F VO fr-be These new noise-cancelling headphones give her hours of playtime for a price that's music to her ears. Un nouveau casque à réduction de bruit pour Émilie qui fait rimer budget... avec qualité."}
|
||||
{"t":"Value Q4 24 Radio 009 VO fr-be 5 stars from Emily! Ça mérite bien 5 étoiles."}
|
||||
{"t":"Value Q4 24 Radio 010 VO fr-be From headphones to power tools and more, find highly rated products at prices you'll love on Amazon.com.be today. Des casques audio aux outils électriques et plus encore, trouvez des produits très bien notés à des prix que vous allez adorer sur Amazon.com.be."}
|
||||
{"t":"Value Q4 24 YouTube Companion Banner 001 Headline fr-be Find highly rated products\nat prices you'll love Des produits très bien notés à des prix que vous allez adorer"}
|
||||
{"t":"Value Q4 24 YouTube Companion Banner 001F Headline fr-be Find highly rated products at prices you'll love Des produits très bien notés à des prix que vous allez adorer"}
|
||||
{"t":"Value Q4 24 YouTube Static 001 Headline fr-be Find highly rated products\nat prices you'll love Des produits très bien notés à des prix que vous allez adorer"}
|
||||
{"t":"Value Q4 24 YouTube Static 001F Headline fr-be Find highly rated products at prices you'll love Des produits très bien notés à des prix que vous allez adorer"}
|
||||
{"t":"Value Q4 24 YouTube Static 002 CTA fr-be Shop now Achetez maintenant"}
|
||||
{"t":"Value Q4 24 YouTube 001 Headline fr-be Find great value products today Trouvez de super affaires"}
|
||||
{"t":"Value Q4 24 YouTube 002 Description fr-be Find highly rated products at prices you'll love Des produits très bien notés à des prix que vous allez adorer"}
|
||||
{"t":"Value Q4 24 YouTube 003 Description fr-be Find highly rated products at prices you'll love Des produits très bien notés à des prix que vous allez adorer"}
|
||||
155
storage/amazon/tm/fr-FR/flat_DoubleDonut_fr-fr.json
Normal file
155
storage/amazon/tm/fr-FR/flat_DoubleDonut_fr-fr.json
Normal file
|
|
@ -0,0 +1,155 @@
|
|||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 001 Product fr-fr Mercedes F1 W14 Model Kit Kit de construction Mercedes F1 W14"}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 002 VO fr-fr Lego F1 W14 Model Kit Kit de construction LEGO F1"}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 003 Super fr-fr Amazon Customer Reviews Commentaires clients Amazon"}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 004 VO fr-fr Discover amazing products at Amazon. Découvrez des super produits sur Amazon."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 005 VO fr-fr Go, grab the Lego F1 Model Kit. Et c'est parti ! Commandez le Kit de construction LEGO F1."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 006 VO fr-fr Put your building skills in pole position. Mettez vos talents de constructeur en pole position."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 008 VO fr-fr Enjoy all the details, like its moving pistons, and the V6 engine. Appréciez chaque détail, jusqu'aux pistons du moteur V6."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 009 VO fr-fr Now there's a lovely trophy to put on your shelf. En voilà un beau trophée à mettre sur votre étagère."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 011 VO fr-fr Amazon. Great Brands. Prices You'll Love. Amazon. De grandes marques. Des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 012 Super fr-fr Great Brands. Prices You'll Love. De grandes marques. Des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q1 25 AV 20s LEGO F1 Car 013 fr-fr ®2025 The LEGO Group. Manufactured under license from Mercedez-Benz Grand Prix Limited. 18+. ®2025 The LEGO Group. Fabriqué sous licence de Mercedes-Benz Grand Prix Limited. 18+."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 001 Product fr-fr Philips Lumea IPL 9000 Philips Lumea IPL 9000"}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 002 VO fr-fr Philips Lumea IPL Philips Lumea IPL"}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 003 Super fr-fr Amazon Customer Reviews Commentaires clients Amazon"}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 004 VO fr-fr Discover amazing products at Amazon. Découvrez des super produits sur Amazon."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 005 VO fr-fr Treat yourself to the Philips Lumea IPL. Faites-vous plaisir avec le Philips Lumea IPL."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 006 VO fr-fr Easy to use, from top to toe. Facile à utiliser, sur chaque partie du corps."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 008 VO fr-fr Prevents hair growth for up to 18 months. Il prévient la repousse du poil jusqu’à 18 mois."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 010 VO fr-fr So, if you choose to be smooth, do it your way, at home. Fini les rendez-vous en institut: obtenez des résultats pro sans quitter la maison !"}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 011 VO fr-fr Amazon. Great Brands. Prices You'll Love. Amazon. De grandes marques. Des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 012 Super fr-fr Great Brands. Prices You'll Love. De grandes marques. Des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q1 25 AV 20s Philips Lumea IPL 013 fr-fr Starting after 3 treatments. Median result 86 % hair reduction on lower legs at 18 months. Après 3 traitements. 86 % de réduction moyenne de la pilosité de sur la partie inférieure des jambes à 18 mois. Résultats individuels pouvant varier."}
|
||||
{"t":"Project Double Q1 25 AV 6s LEGO F1 Car 001 Product fr-fr Mercedes F1 W14 Model Kit Kit de construction Mercedes F1 W14"}
|
||||
{"t":"Project Double Q1 25 AV 6s LEGO F1 Car 002 VO fr-fr Lego F1 W14 Model Kit Kit de construction LEGO F1"}
|
||||
{"t":"Project Double Q1 25 AV 6s LEGO F1 Car 003 Super fr-fr Amazon Customer Reviews Commentaires clients Amazon"}
|
||||
{"t":"Project Double Q1 25 AV 6s LEGO F1 Car 004 Super fr-fr Discover amazing products at Amazon. Découvrez des super produits sur Amazon."}
|
||||
{"t":"Project Double Q1 25 AV 6s LEGO F1 Car 005 Super fr-fr Great Brands. Prices You'll Love. De grandes marques. Des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q1 25 AV 6s LEGO F1 Car 006 fr-fr ®2025 The LEGO Group. Manufactured under license from Mercedez-Benz Grand Prix Limited. 18+. ®2025 The LEGO Group. Fabriqué sous licence de Mercedes-Benz Grand Prix Limited. 18+."}
|
||||
{"t":"Project Double Q1 25 OLV 6s Philips Lumea IPL 001 Product fr-fr Philips Lumea IPL 9000 Philips Lumea IPL 9000"}
|
||||
{"t":"Project Double Q1 25 OLV 6s Philips Lumea IPL 002 VO fr-fr Philips Lumea IPL Philips Lumea IPL"}
|
||||
{"t":"Project Double Q1 25 OLV 6s Philips Lumea IPL 003 Super fr-fr Amazon Customer Reviews Commentaires clients Amazon"}
|
||||
{"t":"Project Double Q1 25 OLV 6s Philips Lumea IPL 004 Super fr-fr Discover amazing products at Amazon. Découvrez des super produits sur Amazon."}
|
||||
{"t":"Project Double Q1 25 OLV 6s Philips Lumea IPL 005 Super fr-fr Great Brands. Prices You'll Love. De grandes marques. Des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q1 25 Radio 20s Fitness (Bethany) Air Fryer (Helen) 001 BVO fr-fr Amazon. Find highly-rated products at prices you’ll love. Amazon. Des produits très bien notés à des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q2 25 OLV 6s Beurer BOOM Massage Gun 001 fr-fr Beurer Beurer"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Beurer BOOM Massage Gun 002 Product fr-fr BOOM Massage Gun BOOM Pistolet de massage"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Beurer BOOM Massage Gun 003 fr-fr Amazon Customer Reviews Commentaires clients Amazon"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Beurer BOOM Massage Gun 004 Super fr-fr Discover amazing products on Amazon. Découvrez des super produits sur Amazon."}
|
||||
{"t":"Project Double Q2 25 OLV 6s Beurer BOOM Massage Gun 005 fr-fr Customer ratings of at least 4 stars displayed on Amazon.fr in April 2025 Évaluations clients de 4 étoiles minimum affichées sur Amazon.fr en avril 2025"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Beurer BOOM Massage Gun 006 Super fr-fr Great Brands. Prices You'll Love. De grandes marques. Des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q2 25 OLV 6s Philips Sonicare Diamond Clean 9000 001 fr-fr Philips Philips"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Philips Sonicare Diamond Clean 9000 002 Product fr-fr Diamond Clean 9000 Diamond Clean 9000"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Philips Sonicare Diamond Clean 9000 003 fr-fr Amazon Customer Reviews Commentaires clients Amazon"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Philips Sonicare Diamond Clean 9000 004 Super fr-fr Discover amazing products on Amazon. Découvrez des super produits sur Amazon."}
|
||||
{"t":"Project Double Q2 25 OLV 6s Philips Sonicare Diamond Clean 9000 005 fr-fr Customer ratings of at least 4 stars displayed on Amazon.fr in April 2025 Évaluations clients de 4 étoiles minimum affichées sur Amazon.fr en avril 2025"}
|
||||
{"t":"Project Double Q2 25 OLV 6s Philips Sonicare Diamond Clean 9000 006 Super fr-fr Great Brands. Prices You'll Love. De grandes marques. Des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Gardening 001 BVO fr-fr Find top rated gardening products on Amazon. Trouvez les outils de jardinage les mieux notés sur Amazon"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Gardening 002 BVO fr-fr Like these pruners… with a trimmed price and five-star reviews to match. Comme ces sécateurs… avec des avis cinq étoiles et un prix taillé sur mesure."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Gardening 003 BVO fr-fr OR this garden tool set… okay, let’s get growing! OU ce kit de jardinage…à vos pelles !"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Gardening 004 BVO fr-fr OR THESE NOISE CANCELLING… Ou encore ce casque avec réduction du bruit..."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Gardening 005 BVO fr-fr headphones… ahhhh… perfect for drowning out the neighbours. ahhhh… parfait pour couvrir le bruit des voisins."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Gardening 006 BVO fr-fr Amazon. Find highly rated products at prices you’ll love. Amazon. Des produits très bien notés à des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Outdoor Dining 001 BVO fr-fr Find top rated outdoor dining products on Amazon Trouvez les articles d'aménagement d'extérieur les mieux notés sur Amazon"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Outdoor Dining 002 BVO fr-fr Like this pizza oven with five-star reviews, you’ll get value and tasty pizza. Comme ce four à pizza avec des avis cinq étoiles, pour faire une affaire ET de savoureuses pizzas."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Outdoor Dining 003 BVO fr-fr Or these BBQ gloves… remember to take off BEFORE eating Ou ces gants de barbecue… à enlever AVANT de manger"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Outdoor Dining 004 BVO fr-fr Or this… large windproof umbrella… Ou encore... ce grand parapluie coupe-vent…"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Outdoor Dining 005 BVO fr-fr Because nobody wants a wet pizza. Pour éviter que votre pizza ne soit trempée."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Outdoor Dining 006 BVO fr-fr Amazon. Find highly rated products at prices you’ll love. Amazon. Des produits très bien notés à des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q2 25 Radio 20s Wellness 001 BVO fr-fr Find top rated wellness products on Amazon Découvrez les produits bien-être les mieux notés sur Amazon"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Wellness 002 BVO fr-fr Like these aromatherapy candles with five-star reviews… mmm…I smell fantastic value! Comme ces bougies d’aromathérapie avec des avis cinq étoiles… mmm… ça sent la belle affaire !"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Wellness 003 BVO fr-fr Or this essential oils massage set… ohhhhhhhh… that’s better Ou ce coffret d'huiles essentielles de massage… ohhhhhhhh… ça fait du bien…"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Wellness 004 BVO fr-fr ...oops, drifted off. ...oups, je crois que je me suis assoupie !"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Wellness 005 BVO fr-fr And this coffee machine! Now I’m back! Et cette machine à café ! Ah me voilà réveillée !"}
|
||||
{"t":"Project Double Q2 25 Radio 20s Wellness 006 BVO fr-fr Amazon. Find highly rated products at prices you’ll love. Amazon. Des produits très bien notés à des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 001 fr-fr Beurer Beurer"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 002 Product fr-fr BOOM Massage Gun BOOM Pistolet de massage"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 003 fr-fr Amazon Customer Reviews Commentaires clients Amazon"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 004 Super fr-fr Search Amazon Rechercher sur Amazon"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 005 Super fr-fr Electronics High-tech"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 006 Super fr-fr Wellness Bien-être"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 007 Super fr-fr Kitchen Cuisine"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 008 Super fr-fr Home Maison"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 009 Super fr-fr Shop now Achetez maintenant"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 010 VO fr-fr Find top rated wellness products, just a click away … Trouvez les produits Bien-être les mieux notés en un clic …"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 011 VO fr-fr … on Amazon. … sur Amazon."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 012 VO fr-fr Like the Beurer Boom massage gun. Comme le pistolet de massage Beurer BOOM."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 013 VO fr-fr With five power levels and a three-year warranty … Avec cinq niveaux d’intensité et une garantie de trois ans ..."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 014 VO fr-fr With five power levels for home or gym … Avec cinq niveaux d’intensité pour la maison ou la salle de sport …"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 015 VO fr-fr … it’s a top-rated product on Amazon. … c’est un produit très bien noté sur Amazon."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 016 VO fr-fr Which means relaxation guaranteed. Pour une détente totale garantie."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 017 VO fr-fr Amazon. Great brands. Prices you’ll love. Amazon. De grandes marques. Des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 018 fr-fr Customer ratings of at least 4 stars displayed on Amazon.fr in April 2025 Évaluations clients de 4 étoiles minimum affichées sur Amazon.fr en avril 2025"}
|
||||
{"t":"Project Double Q2 25 TV 20s Beurer BOOM Massage Gun 019 Super fr-fr Great Brands. Prices You'll Love. De grandes marques. Des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 001 fr-fr Philips Philips"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 002 Product fr-fr Diamond Clean 9000 Diamond Clean 9000"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 003 fr-fr Amazon Customer Reviews Commentaires clients Amazon"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 004 Super fr-fr Search Amazon Rechercher sur Amazon"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 005 Super fr-fr Electronics High-tech"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 006 Super fr-fr Personal Care Hygiène\net Santé"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 006F Super fr-fr Personal Care Hygiène et Santé"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 007 Super fr-fr Kitchen Cuisine"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 008 Super fr-fr Home Maison"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 009 Super fr-fr Shop now Achetez maintenant"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 010 VO fr-fr Find top rated personal care products, just a click away … Trouvez les produits Hygiène et Santé les mieux notés en un clic …"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 011 VO fr-fr … on Amazon. … sur Amazon."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 012 VO fr-fr Like the Philips Sonicare Diamondclean … Comme la brosse à dents électrique Philips Sonicare DiamondClean …"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 013 VO fr-fr … for a 10x more effective clean. … pour un brossage 10 fois plus efficace."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 014 fr-fr *vs. a manual toothbrush *par rapport à une brosse à dents manuelle."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 015 VO fr-fr It’s a top-rated product on Amazon … C’est un produit très bien noté sur Amazon …"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 016 VO fr-fr … so your dentist will give you a glowing review. … mais c'est votre dentiste qui va vous mettre la meilleure note."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 017 VO fr-fr Amazon. Great brands. Prices you’ll love. Amazon. De grandes marques. Des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 018 fr-fr Customer ratings of at least 4 stars displayed on Amazon.fr in April 2025 Évaluations clients de 4 étoiles minimum affichées sur Amazon.fr en avril 2025"}
|
||||
{"t":"Project Double Q2 25 TV 20s Philips Sonicare Diamond Clean 9000 019 Super fr-fr Great Brands. Prices You'll Love. De grandes marques. Des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q3 25 (D)OOH 001 Super fr-fr Find brands you love at Amazon Retrouvez les marques que vous aimez sur Amazon"}
|
||||
{"t":"Project Double Q3 25 (D)OOH 002 Product fr-fr Braun Series 9 PRO+ Electric Shaver Rasoir Électrique Series 9 PRO+"}
|
||||
{"t":"Project Double Q3 25 (D)OOH 003 Product fr-fr ghd Gold Professional Hair Straightener Lisseur professionnel gold"}
|
||||
{"t":"Project Double Q3 25 (D)OOH 004 Product fr-fr ghd Helios Professional Hair Dryer Sèche-cheveux professionnel Helios"}
|
||||
{"t":"Project Double Q3 25 (D)OOH 005 fr-fr Amazon Customer Reviews Commentaires clients Amazon"}
|
||||
{"t":"Project Double Q3 25 Display 001 Super fr-fr Find brands you love at Amazon Retrouvez les marques que vous aimez sur Amazon"}
|
||||
{"t":"Project Double Q3 25 Display 002 CTA fr-fr Shop now Achetez maintenant"}
|
||||
{"t":"Project Double Q3 25 Display 003 Product fr-fr Series 9 PRO+ Electric Shaver Rasoir Électrique Series 9 PRO+"}
|
||||
{"t":"Project Double Q3 25 Display 004 Product fr-fr Gold Professional Hair Straightener Lisseur professionnel gold"}
|
||||
{"t":"Project Double Q3 25 Display 005 Product fr-fr Helios Professional Hair Dryer Sèche-cheveux professionnel Helios"}
|
||||
{"t":"Project Double Q3 25 Display 006 fr-fr Amazon Customer Reviews Commentaires clients Amazon"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 001 Brand Name fr-fr Braun Braun"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 002 Product fr-fr Series 9 PRO+ Electric Shaver Rasoir Électrique Series 9 PRO+"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 003 fr-fr Amazon Customer Reviews Commentaires clients Amazon"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 004 Super fr-fr Braun Series 9 PRO+ Electric Shaver Rasoir Électrique Braun Series 9 PRO+"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 005 VO fr-fr Ooh, look at this. Another top-rated product on Amazon. Tiens tiens... Encore un produit très bien noté sur Amazon."}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 006 VO fr-fr It's a Braun Series 9 PRO+... C’est un Braun Series 9 PRO+…"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 007 VO fr-fr ...for an exceptionally close shave. ... pour un rasage de près impeccable."}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 008 VO fr-fr And there you go, straight in his basket. Et hop, direct dans son panier."}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 009 VO fr-fr Soon he'll be looking...and feeling \"ooooo grrrrr.\" Bientôt, il aura l’impression... d’avoir fait peau neuve."}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 010 VO fr-fr Prickly jaw, no more. Fini le menton qui gratte."}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 011 VO fr-fr Amazon. Great brands. Prices you'll love. Amazon. De grandes marques. Des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 012 fr-fr Customer ratings of at least 4 stars displayed on Amazon.fr in July 2025 Évaluations clients de 4 étoiles minimum affichées sur Amazon.fr en juillet 2025"}
|
||||
{"t":"Project Double Q3 25 OLV 20s Braun Shaver 013 Super fr-fr Great brands. Prices you'll love. De grandes marques. Des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 001 Brand Name fr-fr ghd ghd"}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 002 Product fr-fr Helios Professional Hair Dryer Sèche-cheveux professionnel Helios"}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 003 fr-fr Amazon Customer Reviews Commentaires clients Amazon"}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 004 Super fr-fr ghd Helios Professional Hair Dryer Sèche-cheveux professionnel ghd Helios"}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 005 VO fr-fr Ooh, look at this. Another top-rated product on Amazon. Tiens tiens... Encore un produit très bien noté sur Amazon."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 006 VO fr-fr It's a ghd Helios Hair Dryer... Un sèche-cheveux ghd Helios..."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 007 VO fr-fr ...for precision styling control. ... pour un contrôle précis du coiffage."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 008 VO fr-fr And there you go, straight in her basket. Et hop, direct dans son panier."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 009 VO fr-fr Soon, she'll be making this hallway... her runway. Bientôt, ce couloir aura des airs... de tapis rouge."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 010 VO fr-fr That's her hairdo. Done. Une vraie coiffure de star !"}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 011 VO fr-fr Amazon. Great brands. Prices you'll love. Amazon. De grandes marques. Des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 012 fr-fr Customer ratings of at least 4 stars displayed on Amazon.fr in July 2025 Évaluations clients de 4 étoiles minimum affichées sur Amazon.fr en juillet 2025"}
|
||||
{"t":"Project Double Q3 25 OLV 20s GHD Hairdryer 013 Super fr-fr Great brands. Prices you'll love. De grandes marques. Des prix que vous allez adorer."}
|
||||
{"t":"Project Double Q3 25 OLV 6s Braun Shaver 001 Brand Name fr-fr Braun Braun"}
|
||||
{"t":"Project Double Q3 25 OLV 6s Braun Shaver 002 Product fr-fr Series 9 PRO+ Electric Shaver Rasoir Électrique Series 9 PRO+"}
|
||||
{"t":"Project Double Q3 25 OLV 6s Braun Shaver 003 fr-fr Amazon Customer Reviews Commentaires clients Amazon"}
|
||||
{"t":"Project Double Q3 25 OLV 6s Braun Shaver 004 fr-fr Customer ratings of at least 4 stars displayed on Amazon.fr in July 2025 Évaluations clients de 4 étoiles minimum affichées sur Amazon.fr en juillet 2025"}
|
||||
{"t":"Project Double Q3 25 OLV 6s Braun Shaver 005 Super fr-fr Find brands you love at Amazon Retrouvez les marques que vous aimez sur Amazon"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hair Straightener 001 Brand Name fr-fr ghd ghd"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hair Straightener 002 Product fr-fr Gold Professional Hair Straightener Lisseur professionnel gold"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hair Straightener 003 fr-fr Amazon Customer Reviews Commentaires clients Amazon"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hair Straightener 004 fr-fr Customer ratings of at least 4 stars displayed on Amazon.fr in July 2025 Évaluations clients de 4 étoiles minimum affichées sur Amazon.fr en juillet 2025"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hair Straightener 005 Super fr-fr Find brands you love at Amazon Retrouvez les marques que vous aimez sur Amazon"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hairdryer 001 Brand Name fr-fr ghd ghd"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hairdryer 002 Product fr-fr Helios Professional Hair Dryer Sèche-cheveux professionnel Helios"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hairdryer 003 fr-fr Amazon Customer Reviews Commentaires clients Amazon"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hairdryer 004 fr-fr Customer ratings of at least 4 stars displayed on Amazon.fr in July 2025 Évaluations clients de 4 étoiles minimum affichées sur Amazon.fr en juillet 2025"}
|
||||
{"t":"Project Double Q3 25 OLV 6s GHD Hairdryer 005 Super fr-fr Find brands you love at Amazon Retrouvez les marques que vous aimez sur Amazon"}
|
||||
107
storage/amazon/tm/fr-FR/flat_EUSelection_fr-fr.json
Normal file
107
storage/amazon/tm/fr-FR/flat_EUSelection_fr-fr.json
Normal file
|
|
@ -0,0 +1,107 @@
|
|||
{"t":"EU Selection Q1 26 (D)OOH Display Static 001 fr-fr All you need to make office lunches happen Tout ce qu’il vous faut pour les déjeuners au bureau."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH Display Static 002 fr-fr All you need to make date night happen Tout ce qu’il vous faut pour les soirées romantiques."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH Display Static 003 fr-fr All you need to make run club happen Tout ce qu’il vous faut pour le club de course."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH Display Static 004 fr-fr All you need to make leg day happen Tout ce qu’il vous faut pour des jambes en acier."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 001 fr-fr Candles. Bougies."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 002 fr-fr Wine glasses. Verres à vin."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 003 fr-fr And a spare toothbrush. Brosse à dents de secours."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 004 fr-fr Make date night happen. À vous les soirées romantiques."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 005 fr-fr Shop now Achetez maintenant"}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 006 fr-fr Air fryer. Friteuse à air."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 007 fr-fr Lunchboxes. Boîtes repas."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 008 fr-fr And sticky notes. Et notes autocollantes."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 009 fr-fr Make office lunches happen. À vous les déjeuners au bureau."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 010 fr-fr [Name] Léa"}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 011 fr-fr Shop now Achetez maintenant"}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 012 fr-fr Running shoes. Chaussures."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 014 fr-fr Energy gels. Gels énergétiques."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 015 fr-fr And chafe balm. Et crème anti-frottement."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 017 fr-fr Make run club happen. À vous le club de course."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 018 fr-fr Shop now Achetez maintenant"}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 019 fr-fr Reading light. Lampe de lecture."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 020 fr-fr Romantasy. Romantasy."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 021 fr-fr And massage oil. Et huile de massage."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 022 fr-fr Make pleasure happen. À vous la détente."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 023 fr-fr Shop now Achetez maintenant"}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 024 fr-fr Protein powder. Protéines en poudre."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 026 fr-fr Weights. Poids."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 027 fr-fr And a massage gun. Et un pistolet de massage."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 028 fr-fr Make leg day happen. À vous les jambes en acier."}
|
||||
{"t":"EU Selection Q1 26 (D)OOH OLV Social Motion 029 fr-fr Shop now Achetez maintenant"}
|
||||
{"t":"EU Selection Q1 26 Radio 001 fr-fr Amazon presents, Peter vs Date Night Nerves. Amazon présente : « Thomas et le stress du 1er rendez-vous »"}
|
||||
{"t":"EU Selection Q1 26 Radio 002 fr-fr Over millions of years, animals have evolved sophisticated mating rituals. Au fil de millions d’années, les animaux ont développé des rituels de séduction toujours plus sophistiqués."}
|
||||
{"t":"EU Selection Q1 26 Radio 003 fr-fr Birds dance, wolves howl, and penguins propose with stones. Les oiseaux dansent, les loups hurlent et les manchots offrent des cailloux."}
|
||||
{"t":"EU Selection Q1 26 Radio 004 fr-fr As for Peter, he's making Rosie dinner. And he’s freaking out! Thomas, lui, a invité Camille à dîner chez lui. Et maintenant, c'est la panique !"}
|
||||
{"t":"EU Selection Q1 26 Radio 005 fr-fr But Peter shopped on Amazon and bought candles, wine glasses… Heureusement, il a pu acheter des bougies et des verres à vin sur Amazon…"}
|
||||
{"t":"EU Selection Q1 26 Radio 006 fr-fr ...and, because he’s an optimist, a spare toothbrush. … et, comme il est optimiste, une brosse à dents supplémentaire."}
|
||||
{"t":"EU Selection Q1 26 Radio 007 fr-fr Oh, Peter. There is an animal in you after all, you rascal. Ahh Sacré Thomas ! Tu ne perds pas le nord."}
|
||||
{"t":"EU Selection Q1 26 Radio 008 fr-fr Make date night happen. À vous les soirées romantiques"}
|
||||
{"t":"EU Selection Q1 26 Radio 009 fr-fr Shop on Amazon. Visitez Amazon.fr"}
|
||||
{"t":"EU Selection Q1 26 Radio 010 fr-fr Amazon presents, Oscar vs Leg Day. Amazon présente : « Oscar et les séances de fitness »"}
|
||||
{"t":"EU Selection Q1 26 Radio 011 fr-fr Oscar hasn't squatted in over 3 years. Oscar n'avait pas fait de sport depuis au moins… pfiou…"}
|
||||
{"t":"EU Selection Q1 26 Radio 012 fr-fr If it's a choice between stairs and an escalator, he takes the lift. Devant des escaliers, il était plutôt du genre à chercher l'ascenseur."}
|
||||
{"t":"EU Selection Q1 26 Radio 013 fr-fr His legs are purely decorative at this point. Pour tout dire, ses jambes le soutenaient à peine."}
|
||||
{"t":"EU Selection Q1 26 Radio 014 fr-fr But then Oscar shopped on Amazon… Mais un jour, il s'est décidé et a commandé sur Amazon…"}
|
||||
{"t":"EU Selection Q1 26 Radio 015 fr-fr ...and bought an Olympic barbell, 5 kilos of protein powder and a high-powered massage gun. … des haltères, 5 kg de protéines en poudre et un pistolet de massage."}
|
||||
{"t":"EU Selection Q1 26 Radio 016 fr-fr Now Oscar has thighs that could crush a melon, and a wardrobe full of super tight pants. Et depuis, Oscar peut éclater une pastèque entre ses cuisses et tous ses pantalons sont trop serrés."}
|
||||
{"t":"EU Selection Q1 26 Radio 017 fr-fr Yes, Oscar! Impressionant Oscar !"}
|
||||
{"t":"EU Selection Q1 26 Radio 018 fr-fr Make leg day happen. À vous les jambes en acier"}
|
||||
{"t":"EU Selection Q1 26 Radio 019 fr-fr Shop on Amazon. Visitez Amazon.fr"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 001 fr-fr Air Mattress Matelas gonflable"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 003 fr-fr Add to Cart Ajouter au panier"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 004 fr-fr Make sleepovers happen. À vous les soirées pyjama."}
|
||||
{"t":"EU Selection Q1 26 Social UGC 006 fr-fr Shop now Achetez maintenant"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 007 fr-fr Extendable Dog Lead Laisse à enrouleur"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 009 fr-fr Add to Cart Ajouter au panier"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 010 fr-fr Make walkies happen. À vous les sorties du toutou."}
|
||||
{"t":"EU Selection Q1 26 Social UGC 012 fr-fr Shop now Achetez maintenant"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 013 fr-fr Non-slip Mop Serpillière séchage rapide"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 015 fr-fr Add to Cart Ajouter au panier"}
|
||||
{"t":"EU Selection Q1 26 Social UGC 016 fr-fr Make spotless Sundays happen. À vous les sols impeccables."}
|
||||
{"t":"EU Selection Q1 26 Social UGC 018 fr-fr Shop now Achetez maintenant"}
|
||||
{"t":"EU Selection Q1 26 Social Post 001 fr-fr Make it happen\n Shop on Amazon À vous de jouer. Visitez Amazon.fr"}
|
||||
{"t":"EU Selection Q1 26 Social Post 001F fr-fr Make it happen Shop on Amazon À vous de jouer. Visitez Amazon.fr"}
|
||||
{"t":"EU Selection Q1 26 Social Post 003 Title fr-fr Make it happen À vous de jouer"}
|
||||
{"t":"EU Selection Q1 26 Social Post 004 Description fr-fr Shop on Amazon Visitez Amazon.fr"}
|
||||
{"t":"EU Selection Q1 26 Social Post 005 Title fr-fr Make it happen\n Shop on Amazon À vous de jouer. Visitez Amazon.fr"}
|
||||
{"t":"EU Selection Q1 26 Social Post 005F Title fr-fr Make it happen Shop on Amazon À vous de jouer. Visitez Amazon.fr"}
|
||||
{"t":"EU Selection Q1 26 Social Post 006 Title fr-fr Make it happen\n Shop on Amazon À vous de jouer. Visitez Amazon.fr"}
|
||||
{"t":"EU Selection Q1 26 Social Post 006F Title fr-fr Make it happen Shop on Amazon À vous de jouer. Visitez Amazon.fr"}
|
||||
{"t":"EU Selection Q1 26 Social Post 007 Headline fr-fr Make it happen\n Shop on Amazon À vous de jouer. Visitez Amazon.fr"}
|
||||
{"t":"EU Selection Q1 26 Social Post 007F Headline fr-fr Make it happen Shop on Amazon À vous de jouer. Visitez Amazon.fr"}
|
||||
{"t":"EU Selection Q1 26 Social Post 012 fr-fr Be forever the optimist with the addition of a toothbrush to your order Du genre optimiste ? Ajoutez une brosse à dents à votre panier"}
|
||||
{"t":"EU Selection Q1 26 Social Post 013 Title fr-fr Make date night happen À vous les soirées romantiques"}
|
||||
{"t":"EU Selection Q1 26 Social Post 015 Headline fr-fr Make date night happen À vous les soirées romantiques"}
|
||||
{"t":"EU Selection Q1 26 Social Post 016 fr-fr Lunches to make the office jealous and sticky notes so they know it’s yours Des plats qui font saliver les collègues. Des post-it pour dire « pas touche ! »"}
|
||||
{"t":"EU Selection Q1 26 Social Post 017 Title fr-fr Make office lunches happen À vous les déjeuners au bureau"}
|
||||
{"t":"EU Selection Q1 26 Social Post 019 Headline fr-fr Make office lunches happen À vous les déjeuners au bureau"}
|
||||
{"t":"EU Selection Q1 26 Social Post 020 fr-fr When you’re all into your newest hobby, right down to the chafe balm À fond dans votre nouvelle passion ? Le baume anti-frottements fait la course avec vous"}
|
||||
{"t":"EU Selection Q1 26 Social Post 021 Title fr-fr Make run club happen À vous le club de course"}
|
||||
{"t":"EU Selection Q1 26 Social Post 023 Headline fr-fr Make run club happen À vous le club de course"}
|
||||
{"t":"EU Selection Q1 26 Social Post 024 fr-fr Find a safer way to clean with a non-slip mop Un balai-serpillière anti-glisse pour un ménage sans faux pas"}
|
||||
{"t":"EU Selection Q1 26 Social Post 025 Title fr-fr Make cleanups happen À vous les joies du ménage"}
|
||||
{"t":"EU Selection Q1 26 Social Post 027 Headline fr-fr Make cleanups happen À vous les joies du ménage"}
|
||||
{"t":"EU Selection Q1 26 Social Post 028 fr-fr Prepare for everything, including squirrels, with an extendable lead Une laisse rétractable pour être prêt à toutes les rencontres… même avec des écureuils"}
|
||||
{"t":"EU Selection Q1 26 Social Post 029 Title fr-fr Make walkies happen À vous les sorties du toutou"}
|
||||
{"t":"EU Selection Q1 26 Social Post 031 Headline fr-fr Make walkies happen À vous les sorties du toutou"}
|
||||
{"t":"EU Selection Q1 26 Social Post 032 fr-fr A simpler, more “supportive” bed for your guests Un lit plus simple et plus confortable pour accueillir vos invités"}
|
||||
{"t":"EU Selection Q1 26 Social Post 033 Title fr-fr Make sleepovers happen À vous les soirées pyjama"}
|
||||
{"t":"EU Selection Q1 26 Social Post 035 Headline fr-fr Make sleepovers happen À vous les soirées pyjama"}
|
||||
{"t":"EU Selection Q1 26 Tagline 001 Tagline fr-fr Make xx happen À vous xx"}
|
||||
{"t":"EU Selection Q1 26 Tagline 002 Tagline fr-fr Make it happen À vous de jouer"}
|
||||
{"t":"EU Selection Q1 26 Tagline 003 Tagline fr-fr All you need to make xx happen Tout ce qu’il vous faut pour xx"}
|
||||
{"t":"EU Selection Q1 26 Tagline 004 Tagline fr-fr All you need to make it happen C’est tout ce qu’il vous faut"}
|
||||
{"t":"EU Selection Q1 26 YouTube 001 Headline fr-fr Make it happen À vous de jouer"}
|
||||
{"t":"EU Selection Q1 26 YouTube 002 Description fr-fr Shop on Amazon Voir plus sur Amazon.fr"}
|
||||
{"t":"EU Selection Q1 26 YouTube 003 Headline fr-fr Make it happen À vous de jouer"}
|
||||
{"t":"EU Selection Q1 26 YouTube 004 Description fr-fr Shop on Amazon Voir plus sur Amazon.fr"}
|
||||
{"t":"EU Selection Q1 26 YouTube 005 CTA fr-fr Shop now Voir plus"}
|
||||
{"t":"EU Selection Q1 26 YouTube 006 Headline fr-fr Make run club happen À vous le club de course"}
|
||||
{"t":"EU Selection Q1 26 YouTube 007 Description fr-fr When you’re all into your newest hobby, right down to the chafe balm Le 1\ner supporter de votre nouvelle passion : le baume anti-frottements"}
|
||||
{"t":"EU Selection Q1 26 YouTube 007F Description fr-fr When you’re all into your newest hobby, right down to the chafe balm Le 1 er supporter de votre nouvelle passion : le baume anti-frottements"}
|
||||
{"t":"EU Selection Q1 26 YouTube 009 Description fr-fr Shop on Amazon Visitez Amazon.fr"}
|
||||
{"t":"EU Selection Q1 26 YouTube 011 Headline fr-fr Make date night happen À vous les soirées romantiques"}
|
||||
{"t":"EU Selection Q1 26 YouTube 012 Description fr-fr Be the optimist with the addition of a toothbrush to your order Du genre optimiste ? Ajoutez une brosse à dents à votre panier"}
|
||||
{"t":"EU Selection Q1 26 YouTube 016 Headline fr-fr Make office lunches happen À vous les déjeuners au bureau"}
|
||||
{"t":"EU Selection Q1 26 YouTube 017 Description fr-fr Lunches to make them jealous. Sticky notes so they know it’s yours Des plats suscitant la convoitise. Des post-it pour dire \"pas touche\""}
|
||||
{"t":"EU Selection Q1 26 YouTube 019 Description fr-fr Shop on Amazon Visitez Amazon.fr"}
|
||||
2559
storage/amazon/tm/fr-FR/flat_MASS_fr-fr.json
Normal file
2559
storage/amazon/tm/fr-FR/flat_MASS_fr-fr.json
Normal file
File diff suppressed because it is too large
Load diff
1245
storage/amazon/tm/fr-FR/flat_Onsite_fr-fr.json
Normal file
1245
storage/amazon/tm/fr-FR/flat_Onsite_fr-fr.json
Normal file
File diff suppressed because it is too large
Load diff
1550
storage/amazon/tm/fr-FR/flat_Outbound_fr-fr.json
Normal file
1550
storage/amazon/tm/fr-FR/flat_Outbound_fr-fr.json
Normal file
File diff suppressed because it is too large
Load diff
176
storage/amazon/tm/fr-FR/flat_PrimeDualBenefit_fr-fr.json
Normal file
176
storage/amazon/tm/fr-FR/flat_PrimeDualBenefit_fr-fr.json
Normal file
|
|
@ -0,0 +1,176 @@
|
|||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 001 Super fr-fr Hilarious entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 002 Super fr-fr Hilarious \nentertainment Le meilleur \ndu divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 002F Super fr-fr Hilarious entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 003 Super fr-fr and fast delivery et la livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 004 Super fr-fr and \nfast delivery et la livraison \nrapide"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 004F Super fr-fr and fast delivery et la livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 005 Super fr-fr and \nfast \ndelivery et la \nlivraison \nrapide"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 005F Super fr-fr and fast delivery et la livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 006 Super fr-fr It's on Prime for £8.99/month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 007 Super fr-fr It's on Prime \nfor £8.99/month C’est sur Prime \npour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 007F Super fr-fr It's on Prime for £8.99/month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 008 Super fr-fr It's on Prime \nfor \n£8.99/month C’est sur Prime \npour 6,99 € \npar mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 008F Super fr-fr It's on Prime for £8.99/month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 009 fr-fr Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. You’re Cordially Invited available from 30th January. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. Les programmes peuvent inclure des publicités. Vous êtes cordialement invités, disponible à partir du 30 janvier. Voir tarifs et conditions sur Amazon.fr/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 (D)OOH 010 fr-fr Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. Les programmes peuvent inclure des publicités. Voir tarifs et conditions sur Amazon.fr/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 001 fr-fr Ooh, that’s my Prime delivery. Ah, c’est ma livraison Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 002 FVO fr-fr What, already? Quoi, déjà ??"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 003 BVO fr-fr Only one thing can match the buzz of Prime’s fast delivery… Rien ne vaut la rapidité de la livraison Prime…"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 004 BVO fr-fr ...and that’s the buzz of Prime’s entertainment. Si ce n’est le plaisir du divertissement sur Prime !"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 005 fr-fr What we watching? On regarde quoi ?"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 006 FVO fr-fr That chaotic new romcom, where Reese Witherspoon and Will Ferrell double-book a wedding venue - looks hilarious! It’s called You’re Cordially Invited… « Vous êtes cordialement invités »... La nouvelle comédie romantique déjantée où Reese Witherspoon et Will Ferrell ont réservé la même suite nuptiale, fou rire garanti !"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 007 BVO fr-fr From fast delivery to hilarious entertainment; it’s on Prime. La livraison rapide et le meilleur du divertissement : c’est sur Prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 008 BVO fr-fr For only £8.99 a month! Join now! Rejoignez Prime pour 6,99 € par mois !"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Radio 009 BVO fr-fr Content includes limited ads. For more information, go to Amazon.co.uk/amazonprime Les programmes peuvent inclure des publicités. Plus d’infos sur Amazon.fr/amazonprime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 001 VO fr-fr Things that shouldn’t work together but do Le mariage parfait !"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 002 VO fr-fr Skiing \n& \nFootball Ski \net \nfootball"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 002F VO fr-fr Skiing & Football Ski et football"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 003 VO fr-fr Owl \n& \nKnitwear Hibou \net \nbonnet"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 003F VO fr-fr Owl & Knitwear Hibou et bonnet"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 004 VO fr-fr Dog \n& \nTortoise Chien \net \ntortue"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 004F VO fr-fr Dog & Tortoise Chien et tortue"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 005 VO fr-fr Screwdriver \n& \nNoodles Visseuse \net \nnouilles instantanées"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 005F VO fr-fr Screwdriver & Noodles Visseuse et nouilles instantanées"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 006 VO fr-fr Pizza \n& \nParagliding Pizza \net \nparapente"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 006F VO fr-fr Pizza & Paragliding Pizza et parapente"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 007 VO fr-fr Scuba Diving \n& \nPainting Plongée \net \npeinture"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 007F VO fr-fr Scuba Diving & Painting Plongée et peinture"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 008 VO fr-fr Fast delivery & hilarious entertainment Livraison rapide et le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 011 VO fr-fr It’s on Prime for £8.99 a month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 013 VO fr-fr It’s on Prime for £8.99/month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social OLV 014 fr-fr Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. Les programmes peuvent inclure des publicités. Voir tarifs et conditions sur Amazon.fr/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 001 Headline fr-fr Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 002 Primary text fr-fr Fast delivery and hilarious entertainment, all for £8.99 with Prime. La livraison rapide et le meilleur du divertissement, tout pour 6,99 €/mois sur Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 011 Primary text fr-fr Fast delivery and hilarious entertainment, all for £8.99 with Prime.\n\n#Prime La livraison rapide et le meilleur du divertissement, tout pour 6,99 €/mois sur Prime.\n\n#Prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 011F Primary text fr-fr Fast delivery and hilarious entertainment, all for £8.99 with Prime. #Prime La livraison rapide et le meilleur du divertissement, tout pour 6,99 €/mois sur Prime. #Prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 013 Primary text fr-fr Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 014 Headline fr-fr Fast delivery + Hilarious entertainment La livraison rapide + le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 015 Primary text fr-fr Fast delivery and hilarious entertainment, all for £8.99 with Prime. Livraison rapide + le meilleur du divertissement = 6,99 €/mois sur Prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 016 fr-fr Fast delivery and hilarious entertainment, all for £8.99 with Prime. La livraison rapide et le meilleur du divertissement, tout pour 6,99 €/mois sur Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 017 Title fr-fr Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Post 018 Description fr-fr Fast delivery and hilarious entertainment, all for £8.99 with Prime. La livraison rapide et le meilleur du divertissement, tout pour 6,99 €/mois sur Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 001 fr-fr You're cordially invited You're cordially invited"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 002 Super fr-fr Hilarious entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 003 Super fr-fr and \nfast delivery et la livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 003F Super fr-fr and fast delivery et la livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 004 CTA fr-fr It's on Prime for £8.99/month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 Social Static 005 fr-fr Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. Les programmes peuvent inclure des publicités. Voir tarifs et conditions sur Amazon.fr/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 001 VO fr-fr Fast Delivery Livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 002 Super fr-fr Fast Delivery Livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 003 VO fr-fr Hilarious entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 004 Super fr-fr Hilarious entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 005 CTA fr-fr It's on Prime for £8.99 a month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 006 CTA fr-fr It's on Prime for £8.99/month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 007 fr-fr TV: Geographical restrictions and T&Cs apply. 18+. Content includes ads.\nOLV: Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. Les programmes peuvent inclure des publicités. Voir tarifs et conditions sur Amazon.fr/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 TV OLV 007F fr-fr TV: Geographical restrictions and T&Cs apply. 18+. Content includes ads. OLV: Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. Les programmes peuvent inclure des publicités. Voir tarifs et conditions sur Amazon.fr/prime"}
|
||||
{"t":"Prime Dual Benefit Q1 25 YouTube 001 Headline fr-fr Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q1 25 YouTube 002 Description fr-fr Fast delivery and hilarious entertainment, all for £8.99 with Prime. Livraison + le meilleur du divertissement = 6,99 €/mois sur Prime."}
|
||||
{"t":"Prime Dual Benefit Q1 25 YouTube 004 CTA fr-fr Join Now Rejoignez"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 001 Super fr-fr Massive entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 002 Super fr-fr and fast delivery et la livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 003 Super fr-fr and fast delivery et la livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 004 Super fr-fr and fast delivery et la livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 005 Super fr-fr It's on Prime for £8.99/month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 006 Super fr-fr It's on Prime for £8.99/month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 007 Super fr-fr It's on Prime for £8.99/month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q2 25 (D)OOH 008 fr-fr Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. L’abonnement est renouvelé automatiquement. Les programmes peuvent inclure des publicités. Voir tarifs et conditions sur Amazon.fr/prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 001 fr-fr Ooh, that’s my Prime delivery. Ah, c’est ma livraison Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 002 FVO fr-fr What, already? Quoi, déjà ??"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 003 BVO fr-fr Only one thing can match the buzz of Prime’s fast delivery… Rien ne vaut la rapidité de la livraison Prime…"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 004 BVO fr-fr and that’s the buzz of Prime’s entertainment. … Si ce n’est le plaisir du divertissement sur Prime !"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 005 fr-fr What we watching? On regarde quoi ?"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 006 BVO fr-fr From fast delivery to thrilling entertainment; it’s on Prime. La livraison rapide et le meilleur du divertissement : c’est sur Prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 007 BVO fr-fr For only £8.99 a month! Join now! Rejoignez Prime pour 6,99 € par mois !"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Radio 008 BVO fr-fr Content includes limited ads. Subscription autorenews. For more information, go to Amazon.co.uk/prime Les programmes peuvent inclure des publicités. L’abonnement est renouvelé automatiquement. Plus d’infos sur Amazon.fr/prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 001 VO fr-fr Things that shouldn’t work together but do Le mariage parfait !"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 002 VO fr-fr Chocolate & Pizza Chocolat et pizza"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 003 VO fr-fr Puppies & Ducks Chienet canard"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 004 VO fr-fr Pizza & Paragliding Pizza et parapente"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 005 VO fr-fr Scuba Diving & Painting Plongée et peinture"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 006 VO fr-fr Fast delivery & massive entertainment Livraison rapide et le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 007 VO fr-fr It’s on Prime for £8.99 a month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social OLV 008 Super fr-fr It’s on Prime for £8.99/month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 001 Headline fr-fr Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 002 Primary text fr-fr Fast delivery and massive entertainment, all for £8.99 with Prime. La livraison rapide et le meilleur du divertissement, le tout pour 6,99 €/mois sur Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 011 Primary text fr-fr Fast delivery and massive entertainment, all for £8.99 with Prime.#Prime La livraison rapide et le meilleur du divertissement, le tout pour 6,99 €/mois sur Prime.#Prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 013 Primary text fr-fr Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 014 Headline fr-fr Fast delivery + Massive entertainment La livraison rapide + le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 015 Primary text fr-fr Fast delivery and massive entertainment, all for £8.99 with Prime. Livraison + le meilleur du divertissement pour 6,99 €/mois sur Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 016 fr-fr Fast delivery and massive entertainment, all for £8.99 with Prime. La livraison rapide et le meilleur du divertissement, le tout pour 6,99 €/mois sur Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 017 Title fr-fr Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Post 018 Description fr-fr Fast delivery and massive entertainment, all for £8.99 with Prime. La livraison rapide et le meilleur du divertissement, le tout pour 6,99 €/mois sur Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 001 Super fr-fr Massive entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 002 Super fr-fr and fast delivery et la livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 003 CTA fr-fr It's on Prime for £8.99/month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q2 25 Social Static 004 fr-fr Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. L’abonnement est renouvelé automatiquement. Les programmes peuvent inclure des publicités. Voir tarifs et conditions sur Amazon.fr/prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 001 VO fr-fr Fast Delivery Livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 002 Super fr-fr Fast Delivery Livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 003 VO fr-fr Massive entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 004 Super fr-fr Massive entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 005 VO fr-fr It's on Prime for £8.99 a month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 006 Super fr-fr It's on Prime for £8.99/month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q2 25 TV OLV 007 fr-fr Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. L’abonnement est renouvelé automatiquement. Les programmes peuvent inclure des publicités. Voir tarifs et conditions sur Amazon.fr/prime"}
|
||||
{"t":"Prime Dual Benefit Q2 25 YouTube 001 Headline fr-fr Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q2 25 YouTube 002 Description fr-fr Fast delivery and massive entertainment, all for £8.99 with Prime. Livraison + le meilleur du divertissement pour 6,99 €/mois sur Prime."}
|
||||
{"t":"Prime Dual Benefit Q2 25 YouTube 004 CTA fr-fr Join Now Rejoignez"}
|
||||
{"t":"Prime Dual Benefit Q3 23 Social Post 001 fr-fr Fast delivery and thrilling entertainment, all for £8.99 with Prime. Des livraisons rapides et des divertissements palpitants, le tout pour 6,99 € par mois avec Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 23 Social Post 002 Headline fr-fr Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q3 23 Social Static 001 Headline fr-fr Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q3 23 Social Static 002 Body Copy fr-fr Fast delivery and thrilling entertainment, all for X.XX/month with Prime. Des livraisons rapides et des divertissements palpitants, le tout pour 6,99 € par mois avec Prime."}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 001 VO fr-fr Fast delivery Livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 002 Super fr-fr Fast delivery Livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 003 VO fr-fr Thrilling entertainment Productions palpitantes"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 004 Super fr-fr Thrilling entertainment Productions palpitantes"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 005 VO fr-fr Join Prime for £8.99 a month Abonnez-vous à Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 006 Super fr-fr Join Prime for £8.99 a month Abonnez-vous à Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q3 23 TV OLV 007 Super fr-fr Join Prime for £8.99 a month. Amazon Prime est un abonnement payant. Voir tarifs et conditions sur Amazon.fr/prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 001 Headline fr-fr Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 002 Primary text fr-fr Fast delivery and thrilling entertainment, all for £8.99/month with Prime. La livraison rapide et gratuite et le meilleur du divertissement, le tout pour 2,99 €/mois sur Amazon."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 006 Primary text fr-fr Spedizioni veloci senza costi aggiuntivi La livraison rapide et gratuite et le meilleur du divertissement, le tout pour 2,99 €/mois sur Amazon."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 009 Headline fr-fr Gratis en snelle bezorging op Amazon.nl Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 011 Primary text fr-fr Fast delivery and thrilling entertainment, all for £8.99/month with Prime.\n\n#Prime La livraison rapide et gratuite et le meilleur du divertissement, le tout pour 2,99 €/mois sur Amazon.\n\n#Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 011F Primary text fr-fr Fast delivery and thrilling entertainment, all for £8.99/month with Prime. #Prime La livraison rapide et gratuite et le meilleur du divertissement, le tout pour 2,99 €/mois sur Amazon. #Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 013 Primary text fr-fr Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 014 Headline fr-fr Fast delivery + Thrilling entertainment La livraison rapide + le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 015 Primary text fr-fr Fast delivery and thrilling entertainment for £8.99/month with Prime. La livraison rapide + divertissement pour 2,99 €/mois sur Amazon."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 016 fr-fr Fast delivery and thrilling entertainment, all for £8.99/month with Prime. La livraison rapide et le meilleur du divertissement, le tout pour 2,99 €/mois sur Amazon."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 017 Title fr-fr Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 018 Description fr-fr Fast delivery and thrilling entertainment, all for £8.99/month with Prime. La livraison rapide et gratuite et le meilleur du divertissement, le tout pour 2,99 €/mois sur Amazon."}
|
||||
{"t":"Prime Dual Benefit Q3 25 Social Post 026 fr-fr Fast delivery and thrilling entertainment for £8.99/month with Prime. La livraison rapide + divertissement pour 2,99 €/mois sur Amazon"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 001 VO fr-fr Fast Delivery Livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 002 Super fr-fr Fast Delivery Livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 003 VO fr-fr Thrilling entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 004 Super fr-fr Thrilling entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 005 VO fr-fr It’s on Prime for £8.99 a month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 006 Super fr-fr It’s on Prime for £8.99/month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q3 25 TV OLV 007 fr-fr TV: T&Cs apply. 18+. Content includes ads. Réservé aux plus de 18 ans."}
|
||||
{"t":"Prime Dual Benefit Q3 25 YouTube 001 Headline fr-fr Prime Amazon Prime"}
|
||||
{"t":"Prime Dual Benefit Q3 25 YouTube 002 Description fr-fr Fast delivery and thrilling entertainment for £8.99/month with Prime. La livraison rapide + divertissement pour 2,99 €/mois sur Amazon"}
|
||||
{"t":"Prime Dual Benefit Q3 25 YouTube 003 CTA fr-fr Join Now S’abonner"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Post 001 fr-fr Fast delivery and festive entertainment, all for £8.99 with Prime. Livraison rapide et le meilleur du divertissement pour les fêtes, tout pour 6,99 €/mois sur Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Post 006 fr-fr Fast delivery and festive entertainment, all for £8.99 with Prime. Livraison rapide + le meilleur du divertissement = 6,99 €/mois sur Prime"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Post 007 Headline fr-fr Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Static 001 fr-fr Festive entertainement Le meilleur du divertissement pour les fêtes"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Static 002 fr-fr and fast delivery Livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Static 003 CTA fr-fr Join Prime for £8.99/month Abonnez-vous à Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q4 23 Social Static 004 fr-fr Geographic restrictions and T&Cs apply. Eighteen plus. Amazon Prime est un abonnement payant. Voir tarifs et conditions sur Amazon.fr/prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 001 Headline fr-fr Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 002 Primary text fr-fr Fast delivery and epic entertainment, all for £8.99/month with Prime. La livraison rapide et le meilleur du divertissement, le tout pour 6,99 €/mois sur Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 011 Primary text fr-fr Fast delivery and epic entertainment, all for £8.99/month with Prime.\n\n#Prime La livraison rapide et le meilleur du divertissement, le tout pour 6,99 €/mois sur Prime.\n\n#Prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 011F Primary text fr-fr Fast delivery and epic entertainment, all for £8.99/month with Prime. #Prime La livraison rapide et le meilleur du divertissement, le tout pour 6,99 €/mois sur Prime. #Prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 013 Primary text fr-fr Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 014 Headline fr-fr Fast delivery + epic entertainment La livraison rapide + le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 015 Primary text fr-fr Fast delivery and epic entertainment for £8.99/month with Prime. Livraison + le meilleur du divertissement pour 6,99 €/mois sur Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 016 fr-fr Fast delivery and epic entertainment, all for £8.99/month with Prime. La livraison rapide et le meilleur du divertissement, le tout pour 6,99 €/mois sur Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 017 Title fr-fr Delivery + Entertainment Livraison + Divertissement"}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 018 Description fr-fr Fast delivery and epic entertainment, all for £8.99/month with Prime. La livraison rapide et le meilleur du divertissement, le tout pour 6,99 €/mois sur Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 Social Post 026 fr-fr Fast delivery and entertainment for £8.99/month with Prime. Livraison + le meilleur du divertissement pour 6,99 €/mois sur Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 001 VO fr-fr Fast Delivery Livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 002 Super fr-fr Fast Delivery Livraison rapide"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 003 VO fr-fr Epic entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 004 Super fr-fr Epic entertainment Le meilleur du divertissement"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 005 CTA fr-fr It's on Prime for £8.99 a month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 006 Super fr-fr It's on Prime for £8.99/month C’est sur Prime pour 6,99 € par mois"}
|
||||
{"t":"Prime Dual Benefit Q4 25 TV OLV 007 fr-fr Geographical restrictions and T&Cs apply. 18+. Content includes limited ads. Subscription autorenews. Details at Amazon.co.uk/prime Réservé aux plus de 18 ans. Amazon Prime est un abonnement payant. L’abonnement est renouvelé automatiquement. Les programmes peuvent inclure des publicités. Voir tarifs et conditions sur Amazon.fr/prime"}
|
||||
{"t":"Prime Dual Benefit Q4 25 YouTube 001 Description fr-fr Free, fast delivery and epic entertainment for €6.99/month with Prime. Livraison + le meilleur du divertissement pour 6,99 €/mois sur Prime."}
|
||||
{"t":"Prime Dual Benefit Q4 25 YouTube 002 CTA fr-fr Join Now S’abonner"}
|
||||
11
storage/amazon/tm/fr-FR/flat_PrimeGourmetGuard_fr-fr.json
Normal file
11
storage/amazon/tm/fr-FR/flat_PrimeGourmetGuard_fr-fr.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{"t":"Prime Gourmet Guard 25 Social OLV 6s 001 Super fr-fr Fast delivery. Livraison rapide."}
|
||||
{"t":"Prime Gourmet Guard 25 Social OLV 6s 002 fr-fr It's on Prime C'est sur prime"}
|
||||
{"t":"Prime Gourmet Guard 25 Social OLV 6s 003 fr-fr Geographic restrictions and T&Cs apply. 18+ Amazon Prime est un abonnement payant. Voir tarifs et conditions sur Amazon.fr/prime"}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 001 Super fr-fr Shopping. Vos achats."}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 002 Super fr-fr Streaming. Votre streaming."}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 003 Super fr-fr Sizzling. Vos passions."}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 004 fr-fr It's on Prime C'est sur prime"}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 30s & 20s 005 fr-fr Geographic restrictions and T&Cs apply. 18+ Amazon Prime est un abonnement payant. Voir tarifs et conditions sur Amazon.fr/prime"}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 6s & 15s 001 Super fr-fr Fast delivery. Livraison rapide."}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 6s & 15s 002 fr-fr It's on Prime C'est sur prime"}
|
||||
{"t":"Prime Gourmet Guard 25 TV OLV 6s & 15s 003 fr-fr Geographic restrictions and T&Cs apply. 18+ Amazon Prime est un abonnement payant. Voir tarifs et conditions sur Amazon.fr/prime"}
|
||||
70
storage/amazon/tm/fr-FR/flat_PrimeMidfunnel_fr-fr.json
Normal file
70
storage/amazon/tm/fr-FR/flat_PrimeMidfunnel_fr-fr.json
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 001 fr-fr Cat food, arriving tomorrow with Prime. That’s off your mind. Pâtée pour chat, dès demain avec Prime. Vous voilà l'esprit plus léger !"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 002 fr-fr So now you can worry about something else like….can Xavier read minds? Vous pouvez vous consacrer à autre chose, par exemple… est-ce que Xavier peut lire dans vos pensées ?"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 003 Endframe fr-fr Everyday Essentials. Delivered Fast. Produits du quotidien. Livrés en un clin d’œil."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 004 Endframe fr-fr It's on Prime C’est sur Prime."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 005 fr-fr Cut off times and T&Cs apply. See product page when ordering. Sous réserve du respect des heures limites de commande."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 006 Phone UI fr-fr Cat Food Pâtée pour chat"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Cat OLV 007 Phone UI fr-fr Fast delivery Livraison rapide"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Deo Radio 001 fr-fr When your deodorant has been reduced to a tiny whisper and tries to tell you: 'I’m running on empty… I don’t have much left to give’. Quand votre déodorant, à l’agonie, vous dit dans un dernier soupir : « Je fais de mon mieux, mais je suis vraiment sur la fin… »"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Deo Radio 002 fr-fr No need to worry…your new deodorant is already on it’s way, arriving tomorrow with Prime. Pas de panique… votre nouveau déodorant est déjà en route : il arrive demain avec Prime."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Deo Radio 003 fr-fr Everyday Essentials. Delivered Fast. It's on Prime Produits du quotidien. Livrés en un clin d’œil. C’est sur Prime."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Deo Radio 004 VO fr-fr Cut off times and T&Cs apply. See product page when ordering. Sous réserve du respect des heures limites de commande."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 001 fr-fr More caffeine, arriving tomorrow with Prime. That’s off your mind. Votre dose de caféine arrive dès demain avec Prime. Vous voilà l'esprit plus léger !"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 002 fr-fr So now you can worry about... how long has that been in there? Vous pouvez vous consacrer à autre chose, par exemple... depuis combien de temps c'est là, ça ?"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 003 Endframe fr-fr Everyday Essentials. Delivered Fast. Produits du quotidien. Livrés en un clin d’œil."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 004 Endframe fr-fr It's on Prime C’est sur Prime."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 005 fr-fr Cut off times and T&Cs apply. See product page when ordering. Sous réserve du respect des heures limites de commande."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 006 Phone UI fr-fr Coffee Capsule Capsule de café"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Fridge OLV 007 Phone UI fr-fr Fast delivery Livraison rapide"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Light OLV 001 Super fr-fr Everyday Essentials. Delivered Fast. Produits du quotidien. Livrés en un clin d’œil."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Light OLV 002 Super fr-fr It's on Prime C’est sur Prime"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Light OLV 003 fr-fr Cut off times and T&Cs apply. See product page when ordering. Amazon Prime est un abonnement payant. Voir tarif et conditions sur Amazon.fr/prime"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Light OLV 004 Phone UI fr-fr Lightbulb Ampoule"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Light OLV 005 Phone UI fr-fr Fast delivery Ampoule"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Printer OLV 001 Endframe fr-fr Customer's most loved. Delivered Fast. Les préférés de nos clients. Livrés en un clin d'oeil."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Printer OLV 002 Super fr-fr It's on Prime C’est sur Prime"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Printer OLV 003 fr-fr Cut off times and T&Cs apply. See product page when ordering. Amazon Prime est un abonnement payant. Voir tarif et conditions sur Amazon.fr/prime"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Printer OLV 004 Phone UI fr-fr Ink Toner Cartouche d'encre"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Printer OLV 005 CTA fr-fr Fast delivery Livraison rapide"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 007 fr-fr Fancy new razor, arriving tomorrow with Prime. That’s off your mind. Votre rasoir électrique flambant neuf arrive dès demain avec Prime. Vous voilà l'esprit plus léger !"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 008 fr-fr So now you can worry if… you’re slowly turning into your dad? Vous pouvez vous consacrer à autre chose, par exemple... vous ne seriez pas en train de devenir comme votre père ?"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 009 Endframe fr-fr Customer's most loved. Delivered Fast. Les préférés de nos clients. Livrés en un clin d'oeil."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 010 Endframe fr-fr It's on Prime C’est sur Prime."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 011 fr-fr Cut off times and T&Cs apply. See product page when ordering. Sous réserve du respect des heures limites de commande."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 012 Phone UI fr-fr Electric Razor Rasoir électrique"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Razor OLV 013 Phone UI fr-fr Fast delivery Livraison rapide"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Toy OLV 001 Super fr-fr Everyday Essentials. Delivered Fast. Produits du quotidien. Livrés en un clin d’œil."}
|
||||
{"t":"Prime Mid Funnel Q2 25 Toy OLV 002 Super fr-fr It's on Prime C’est sur Prime"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Toy OLV 003 fr-fr Cut off times and T&Cs apply. See product page when ordering. Amazon Prime est un abonnement payant. Voir tarif et conditions sur Amazon.fr/prime"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Toy OLV 004 Phone UI fr-fr Batteries Piles"}
|
||||
{"t":"Prime Mid Funnel Q2 25 Toy OLV 005 Phone UI fr-fr Fast delivery Ampoule"}
|
||||
{"t":"Prime Mid Funnel Q3 24 Dual Benefit Digital Display 001 Headline fr-fr Millions of items. Unlimited entertainment. Vos séries favorites. Livraison rapide et gratuite."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Dual Benefit Digital Display 002 Headline fr-fr Fast delivery. Best of entertainment. Livré en un rien de temps. Diverti pour longtemps."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Dual Benefit Digital Display 003 Headline fr-fr From must-have to must-watch. Séries en illimité. Livraison en accéléré."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Dual Benefit Digital Display 004 Headline fr-fr From sci-fi flicks to kitchen picks. Livraison chrono et séries à gogo."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Dual Benefit Digital Display 005 Headline fr-fr Late-night snacks for late night comedy. Des films à frissons aux machines à glaçons."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Dual Benefit Digital Display 006 Headline fr-fr Thriller tonight. Night lights tomorrow. Comédies romantiques et mouchoirs en un clic."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 001 VO fr-fr You've either got patience or Prime. Soit on est patient, soit on a Prime."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 002 VO fr-fr Everyday essentials. Delivered the next day. Vos essentiels du quotidien. Livrés en un clin d'œil."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 003 VO fr-fr From must-have to must-watch. Livraison chrono et séries à gogo."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 004 VO fr-fr Late-night snacks for late night comedy. Comédies romantiques et mouchoirs en un clic."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 005 Super fr-fr Unlimited fast deliveries Livraison rapide et gratuite"}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 006 Super fr-fr It's on prime C'est sur prime"}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 007 Super fr-fr Unlimited fast deliveries at no extra cost. Livraison rapide et gratuite."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 008 Super fr-fr Fast delivery and the best of entertainment. Livraison rapide et gratuite. Le meilleur du divertissement."}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 009 CTA fr-fr Shop now Achetez maintenant"}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 010 CTA fr-fr Shop now En savoir plus"}
|
||||
{"t":"Prime Mid Funnel Q3 24 OLV 011 fr-fr Geographic restrictions and T&Cs apply Abonnement payant. Voir amazon.fr/prime"}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 001 Headline fr-fr You've either got patience or Prime. Soit on est patient, soit on a Prime."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 004 Headline fr-fr Order today. Enjoy it tomorrow. Commandez aujourd'hui. Profitez-en demain."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 006 Headline fr-fr Fast. Faster. Prime. Vite livré. Bien livré. Prime."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 007 Headline fr-fr Next-day delivery. No extra cost. No sweat. Livraison rapide. Sans frais supplémentaires. Sans stress."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 008 Headline fr-fr Everyday essentials. Delivered the next day. Vos essentiels du quotidien. Livrés en un clin d'œil."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 009 Headline fr-fr Fashion basics shipped in basically no time. Capsules à espresso, livrées illico presto."}
|
||||
{"t":"Prime Mid Funnel Q3 24 Speed Digital Display 010 Headline fr-fr More saving. Less waiting. Plus d'offres. Moins d'attente."}
|
||||
{"t":"Prime Mid Funnel Q3 24 YouTube 001 Title fr-fr You've either got patience or Prime. Soit on est patient, soit on a Prime."}
|
||||
{"t":"Prime Mid Funnel Q3 24 YouTube 002 Title fr-fr Everyday essentials. Delivered the next day. Vos essentiels du quotidien. Livrés en un clin d'œil."}
|
||||
{"t":"Prime Mid Funnel Q3 24 YouTube 003 Title fr-fr From must-have to must-watch. Livraison chrono et séries à gogo."}
|
||||
{"t":"Prime Mid Funnel Q3 24 YouTube 004 Title fr-fr Late-night snacks for late-night comedy. Comédies romantiques et mouchoirs en un clic."}
|
||||
{"t":"Prime Mid Funnel Q3 24 YouTube 005 Description fr-fr Unlimited fast deliveries at no extra cost. Livraison rapide et gratuite."}
|
||||
{"t":"Prime Mid Funnel Q3 24 YouTube 007 Description fr-fr Fast delivery and the best of entertainment. Livraison rapide et gratuite. Le meilleur du divertissement."}
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue