@justeattakeaway/pie-cookie-banner 1.0.4 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/custom-elements.json +44 -14
  2. package/declaration.d.ts +46 -0
  3. package/dist/bg-DGJESQ4e.js +43 -0
  4. package/dist/ca-Bcf7sXQS.js +43 -0
  5. package/dist/da-zmkmo2qP.js +43 -0
  6. package/dist/de-CCDQDaL_.js +43 -0
  7. package/dist/en-Cg12pw29.js +43 -0
  8. package/dist/en-fr-B3W1OBz4.js +43 -0
  9. package/dist/es-BGd5IeE8.js +43 -0
  10. package/dist/fr-ZJirJTQ1.js +43 -0
  11. package/dist/fr-fr-Bj0z2tFA.js +43 -0
  12. package/dist/he-CD4nZodw.js +43 -0
  13. package/dist/index.d.ts +15 -26
  14. package/dist/index.js +170 -165
  15. package/dist/it-C20n5M6-.js +43 -0
  16. package/dist/nl-potC62A2.js +43 -0
  17. package/dist/pl-BZMXvf-W.js +43 -0
  18. package/dist/react.d.ts +15 -26
  19. package/dist/react.js +6 -5
  20. package/dist/sk-B2GkzqzB.js +43 -0
  21. package/locales/bg.js +40 -0
  22. package/locales/ca.js +40 -0
  23. package/locales/da.js +40 -0
  24. package/locales/de.js +40 -0
  25. package/locales/en-fr.js +40 -0
  26. package/locales/en.js +40 -0
  27. package/locales/es.js +40 -0
  28. package/locales/fr-fr.js +40 -0
  29. package/locales/fr.js +40 -0
  30. package/locales/he.js +40 -0
  31. package/locales/it.js +40 -0
  32. package/locales/nl.js +40 -0
  33. package/locales/pl.js +40 -0
  34. package/locales/sk.js +40 -0
  35. package/package.json +1 -1
  36. package/src/defs.ts +53 -16
  37. package/src/index.ts +39 -13
  38. package/locales/bg-bg.json +0 -40
  39. package/locales/ca-es.json +0 -40
  40. package/locales/da-dk.json +0 -40
  41. package/locales/de-de.json +0 -40
  42. package/locales/en-fr.json +0 -40
  43. package/locales/en-gb.json +0 -40
  44. package/locales/es-es.json +0 -40
  45. package/locales/fr-fr.json +0 -40
  46. package/locales/he-il.json +0 -40
  47. package/locales/index.js +0 -30
  48. package/locales/it-it.json +0 -40
  49. package/locales/nl-nl.json +0 -40
  50. package/locales/pl-pl.json +0 -40
  51. package/locales/sk-sk.json +0 -40
@@ -16,7 +16,7 @@
16
16
  "kind": "variable",
17
17
  "name": "Language",
18
18
  "type": {
19
- "text": "{\n BULGARIAN: 'bg',\n CATALAN: 'ca',\n DANISH: 'da',\n DUTCH: 'nl',\n ENGLISH: 'en',\n FRENCH: 'fr',\n GERMAN: 'de',\n HEBREW: 'he',\n ITALIAN: 'it',\n POLISH: 'pl',\n SLOVAK: 'sk',\n SPANISH: 'es',\n}"
19
+ "text": "{\n readonly [key: string]: string;\n}"
20
20
  },
21
21
  "default": "{\n BULGARIAN: 'bg',\n CATALAN: 'ca',\n DANISH: 'da',\n DUTCH: 'nl',\n ENGLISH: 'en',\n FRENCH: 'fr',\n GERMAN: 'de',\n HEBREW: 'he',\n ITALIAN: 'it',\n POLISH: 'pl',\n SLOVAK: 'sk',\n SPANISH: 'es',\n}"
22
22
  },
@@ -24,9 +24,9 @@
24
24
  "kind": "variable",
25
25
  "name": "Country",
26
26
  "type": {
27
- "text": "{\n BULGARIA: 'bg',\n DENMARK: 'dk',\n FRANCE: 'fr',\n GERMANY: 'de',\n GREAT_BRITAIN: 'gb',\n ISRAEL: 'il',\n ITALY: 'it',\n NETHERLANDS: 'nl',\n POLAND: 'pl',\n SLOVAKIA: 'sk',\n SPAIN: 'es',\n}"
27
+ "text": "{\n readonly [key: string]: string;\n}"
28
28
  },
29
- "default": "{\n BULGARIA: 'bg',\n DENMARK: 'dk',\n FRANCE: 'fr',\n GERMANY: 'de',\n GREAT_BRITAIN: 'gb',\n ISRAEL: 'il',\n ITALY: 'it',\n NETHERLANDS: 'nl',\n POLAND: 'pl',\n SLOVAKIA: 'sk',\n SPAIN: 'es',\n}"
29
+ "default": "{\n AUSTRALIA: 'au',\n AUSTRIA: 'at',\n BELGIUM: 'be',\n BULGARIA: 'bg',\n CANADA: 'ca',\n DENMARK: 'dk',\n FRANCE: 'fr',\n GERMANY: 'de',\n GREAT_BRITAIN: 'gb',\n IRELAND: 'ie',\n ISRAEL: 'il',\n ITALY: 'it',\n LUXEMBOURG: 'lu',\n NETHERLANDS: 'nl',\n POLAND: 'pl',\n SLOVAKIA: 'sk',\n SPAIN: 'es',\n SWITZERLAND: 'ch',\n}"
30
30
  },
31
31
  {
32
32
  "kind": "variable",
@@ -82,8 +82,13 @@
82
82
  },
83
83
  {
84
84
  "kind": "variable",
85
- "name": "defaultLanguage",
86
- "default": "new Map<CountryCode, LanguageCode>([\n [Country.GREAT_BRITAIN, Language.ENGLISH],\n [Country.FRANCE, Language.FRENCH],\n [Country.DENMARK, Language.DANISH],\n [Country.SPAIN, Language.SPANISH],\n [Country.ITALY, Language.ITALIAN],\n [Country.NETHERLANDS, Language.DUTCH],\n [Country.POLAND, Language.POLISH],\n [Country.SLOVAKIA, Language.SLOVAK],\n [Country.BULGARIA, Language.BULGARIAN],\n [Country.GERMANY, Language.GERMAN],\n [Country.ISRAEL, Language.HEBREW],\n])"
85
+ "name": "availableLocales",
86
+ "default": "new Set([\n `${Language.BULGARIAN}`,\n `${Language.DANISH}`,\n `${Language.ENGLISH}-${Country.FRANCE}`,\n `${Language.FRENCH}-${Country.FRANCE}`,\n `${Language.FRENCH}`,\n `${Language.GERMAN}`,\n `${Language.ENGLISH}`,\n `${Language.HEBREW}`,\n `${Language.ITALIAN}`,\n `${Language.DUTCH}`,\n `${Language.POLISH}`,\n `${Language.SLOVAK}`,\n `${Language.CATALAN}`,\n `${Language.SPANISH}`,\n])"
87
+ },
88
+ {
89
+ "kind": "variable",
90
+ "name": "defaultLocaleForCountry",
91
+ "default": "new Map<CountryCode, string>([\n [Country.AUSTRALIA, `${Language.ENGLISH}`],\n [Country.AUSTRIA, `${Language.GERMAN}`],\n [Country.BELGIUM, `${Language.DUTCH}`],\n [Country.BULGARIA, `${Language.BULGARIAN}`],\n [Country.CANADA, `${Language.ENGLISH}`],\n [Country.DENMARK, `${Language.DANISH}`],\n [Country.FRANCE, `${Language.FRENCH}-${Country.FRANCE}`],\n [Country.GERMANY, `${Language.GERMAN}`],\n [Country.GREAT_BRITAIN, `${Language.ENGLISH}`],\n [Country.IRELAND, `${Language.ENGLISH}`],\n [Country.ISRAEL, `${Language.HEBREW}`],\n [Country.ITALY, `${Language.ITALIAN}`],\n [Country.LUXEMBOURG, `${Language.FRENCH}`],\n [Country.NETHERLANDS, `${Language.DUTCH}`],\n [Country.POLAND, `${Language.POLISH}`],\n [Country.SLOVAKIA, `${Language.SLOVAK}`],\n [Country.SPAIN, `${Language.SPANISH}`],\n [Country.SWITZERLAND, `${Language.GERMAN}`],\n])"
87
92
  }
88
93
  ],
89
94
  "exports": [
@@ -153,9 +158,17 @@
153
158
  },
154
159
  {
155
160
  "kind": "js",
156
- "name": "defaultLanguage",
161
+ "name": "availableLocales",
162
+ "declaration": {
163
+ "name": "availableLocales",
164
+ "module": "src/defs.js"
165
+ }
166
+ },
167
+ {
168
+ "kind": "js",
169
+ "name": "defaultLocaleForCountry",
157
170
  "declaration": {
158
- "name": "defaultLanguage",
171
+ "name": "defaultLocaleForCountry",
159
172
  "module": "src/defs.js"
160
173
  }
161
174
  }
@@ -251,22 +264,39 @@
251
264
  },
252
265
  "parameters": [
253
266
  {
254
- "name": "country",
267
+ "name": "language",
255
268
  "type": {
256
- "text": "CountryCode"
269
+ "text": "LanguageCode"
257
270
  }
258
271
  },
259
272
  {
260
- "name": "language",
273
+ "name": "country",
261
274
  "type": {
262
- "text": "LanguageCode"
275
+ "text": "CountryCode"
263
276
  }
277
+ }
278
+ ]
279
+ },
280
+ {
281
+ "kind": "field",
282
+ "name": "_getLocaleString",
283
+ "privacy": "private",
284
+ "description": "Gets the locale string for the requested language and country.",
285
+ "parameters": [
286
+ {
287
+ "description": "The requested language code (e.g., 'es').",
288
+ "name": "languageCode"
264
289
  },
265
290
  {
266
- "name": "fallback",
267
- "default": "false"
291
+ "description": "The requested country code (e.g., 'ch').",
292
+ "name": "countryCode"
268
293
  }
269
- ]
294
+ ],
295
+ "return": {
296
+ "type": {
297
+ "text": ""
298
+ }
299
+ }
270
300
  },
271
301
  {
272
302
  "kind": "field",
package/declaration.d.ts CHANGED
@@ -7,3 +7,49 @@ declare module '*.scss?inline' {
7
7
  const content: Record<string, string>;
8
8
  export default content;
9
9
  }
10
+
11
+ declare module '@justeattakeaway/pie-cookie-banner/locales/*.js' {
12
+ export interface CookieBannerLocale {
13
+ banner: {
14
+ title: string;
15
+ description: string;
16
+ cta: {
17
+ managePreferences: string;
18
+ necessaryOnly: string;
19
+ acceptAll: string;
20
+ };
21
+ };
22
+ preferencesManagement: {
23
+ title: string;
24
+ description: string;
25
+ all: {
26
+ title: string;
27
+ };
28
+ necessary: {
29
+ title: string;
30
+ description: string;
31
+ };
32
+ functional: {
33
+ title: string;
34
+ description: string;
35
+ };
36
+ analytical: {
37
+ title: string;
38
+ description: string;
39
+ };
40
+ personalized: {
41
+ title: string;
42
+ description: string;
43
+ };
44
+ cta: {
45
+ save: {
46
+ label: string;
47
+ ariaLabel: string;
48
+ };
49
+ };
50
+ };
51
+ }
52
+
53
+ const locale: CookieBannerLocale;
54
+ export default locale;
55
+ }
@@ -0,0 +1,43 @@
1
+ const e = {
2
+ banner: {
3
+ title: "Бисквитки",
4
+ description: "Използваме наши собствени бисквитки и бисквитки на трети страни и друга технология, за да усъвършенстваме и персонализираме изживяването ти като потребител, за да оптимизираме статистиката и да показваме реклами на трети страни (прочети нашата <linkStatement>декларация</linkStatement>). Винаги настройваме необходимите бисквитки. Кликни върху <linkNecessaryOnly>Само необходимите</linkNecessaryOnly>, за да продължиш, без да приемаш други. Кликни върху <linkManagePreferences>Управление на предпочитанията</linkManagePreferences>, за да споделиш своите предпочитания или <linkAcceptAll>приеми всички</linkAcceptAll>.",
5
+ cta: {
6
+ managePreferences: "Управление на предпочитанията",
7
+ necessaryOnly: "Само необходимите",
8
+ acceptAll: "Приемане на всички"
9
+ }
10
+ },
11
+ preferencesManagement: {
12
+ title: "Управление на предпочитанията",
13
+ description: "Можеш да намериш цялата информация в <linkCookieStatement>Декларацията за бисквитки</linkCookieStatement> и Списъка с <linkCookieTechList>технологии за бисквитки</linkCookieTechList>.",
14
+ all: {
15
+ title: "Включи всички"
16
+ },
17
+ necessary: {
18
+ title: "Необходими",
19
+ description: "Тези бисквитки са необходими, за да се гарантира правилното функциониране на уебсайта и неговите свойства. Заявените от теб услуги не могат да се предоставят без тези бисквитки."
20
+ },
21
+ functional: {
22
+ title: "Функционални",
23
+ description: "Тези бисквитки позволяват на уебсайта да запомни направените от теб избори за осигуряване на по-добра функционалност и персонализирани функции."
24
+ },
25
+ analytical: {
26
+ title: "Аналитични",
27
+ description: "Тези аналитични бисквитки, включително за статистически данни, се използват за разбиране начина, по който посетителите взаимодействат с уебсайта, за да можем да измерваме и подобряваме ефективността на нашия уебсайт."
28
+ },
29
+ personalized: {
30
+ title: "Персонализирани (целеви и рекламни)",
31
+ description: "Тези маркетингови бисквитки се използват за персонализиране предоставянето на информация на теб въз основа на твоя интерес и за измерване на ефективността на такива реклами на нашия уебсайт и на уебсайтовете на рекламните ни партньори."
32
+ },
33
+ cta: {
34
+ save: {
35
+ label: "Запази",
36
+ ariaLabel: ""
37
+ }
38
+ }
39
+ }
40
+ };
41
+ export {
42
+ e as default
43
+ };
@@ -0,0 +1,43 @@
1
+ const e = {
2
+ banner: {
3
+ title: "Galetes",
4
+ description: "Utilitzem galetes pròpies i de tercers, així com altres tecnologies per millorar i personalitzar la teva experiència d’usuari, optimitzar l’anàlisi i mostrar anuncis amb tercers (llegeix la nostra <linkStatement>Declaració</linkStatement>). Les galetes necessàries sempre estan definides. Fes clic a <linkNecessaryOnly>Només necessàries</linkNecessaryOnly> per continuar sense acceptar-ne més. Fes clic a <linkManagePreferences>Gestionar preferències</linkManagePreferences> per compartir les teves preferències o <linkAcceptAll>Acceptar-les totes</linkAcceptAll>.",
5
+ cta: {
6
+ managePreferences: "Gestionar preferències",
7
+ necessaryOnly: "Només necessàries",
8
+ acceptAll: "Acceptar-les totes"
9
+ }
10
+ },
11
+ preferencesManagement: {
12
+ title: "Gestiona les teves preferències",
13
+ description: "Pots trobar tota la informació a la <linkCookieStatement>Declaració de galetes</linkCookieStatement> i a la <linkCookieTechList>llista de tecnologies de galetes</linkCookieTechList>.",
14
+ all: {
15
+ title: "Activar-les totes"
16
+ },
17
+ necessary: {
18
+ title: "Necessàries",
19
+ description: "Aquestes galetes són necessàries per garantir que el lloc web i les seves característiques funcionin adequadament. Els serveis que has demanat no es poden oferir sense aquestes galetes."
20
+ },
21
+ functional: {
22
+ title: "Funcionals",
23
+ description: "Aquestes galetes permeten que el lloc web recordi les eleccions que fas per oferir-te una millor funcionalitat i característiques personals."
24
+ },
25
+ analytical: {
26
+ title: "Analítiques",
27
+ description: "Aquestes galetes analítiques, incloses les estadístiques, s’utilitzen per entendre com interaccionen els visitants amb el lloc web i per poder mesurar i millorar el rendiment del nostre lloc web."
28
+ },
29
+ personalized: {
30
+ title: "Personalitzades (orientació i publicitat)",
31
+ description: "Aquestes galetes de màrqueting s’utilitzen per adaptar el lliurament de la informació en funció del teu interès i per mesurar l’eficàcia d’aquests anuncis, tant al nostre lloc web com als llocs web dels nostres socis publicitaris."
32
+ },
33
+ cta: {
34
+ save: {
35
+ label: "Desar",
36
+ ariaLabel: ""
37
+ }
38
+ }
39
+ }
40
+ };
41
+ export {
42
+ e as default
43
+ };
@@ -0,0 +1,43 @@
1
+ const e = {
2
+ banner: {
3
+ title: "Cookies",
4
+ description: "Vi bruger vores egne og tredjepartscookies og anden teknologi til at forbedre og tilpasse din brugeroplevelse, optimere analyser og vise annoncer med tredjeparter (læs vores <linkStatement>erklæring</linkStatement>). Vi bruger altid nødvendige cookier. Klik på <linkNecessaryOnly>Kun nødvendige</linkNecessaryOnly> for at fortsætte uden at acceptere flere. Klik på <linkManagePreferences>Administrer præferencer</linkManagePreferences> for at dele dine præferencer eller <linkAcceptAll>Accepter alle</linkAcceptAll>.",
5
+ cta: {
6
+ managePreferences: "Administrer præferencer",
7
+ necessaryOnly: "Kun nødvendige",
8
+ acceptAll: "Accepter alle"
9
+ }
10
+ },
11
+ preferencesManagement: {
12
+ title: "Administrer præferencer",
13
+ description: "Du kan finde alle oplysningerne i <linkCookieStatement>cookie-erklæringen</linkCookieStatement> og <linkCookieTechList>cookie-teknologilisten</linkCookieTechList>.",
14
+ all: {
15
+ title: "Aktiver alle"
16
+ },
17
+ necessary: {
18
+ title: "Nødvendige",
19
+ description: " Disse cookier er nødvendige for at sikre, at hjemmesiden og dens funktioner fungerer korrekt. Tjenester, som du har bedt om, kan ikke leveres uden disse cookier."
20
+ },
21
+ functional: {
22
+ title: "Funktionelle",
23
+ description: " Disse cookier gør det muligt for hjemmesiden at huske de valg, du træffer, for at give dig bedre funktionalitet og personlige funktioner."
24
+ },
25
+ analytical: {
26
+ title: "Analytiske",
27
+ description: " Disse analytiske cookier, herunder statistiske, bruges til at forstå, hvordan besøgende interagerer med hjemmesiden, og vi kan måle og forbedre vores hjemmesides ydeevne."
28
+ },
29
+ personalized: {
30
+ title: "Personlige (målretning og annoncering)",
31
+ description: "Disse markedsføringscookier bruges til at skræddersy leveringen af oplysninger til dig baseret på dine interesser og til at måle effektiviteten af sådanne annoncer, både på vores hjemmeside og vores annonceringspartneres hjemmesider."
32
+ },
33
+ cta: {
34
+ save: {
35
+ label: "Gem",
36
+ ariaLabel: ""
37
+ }
38
+ }
39
+ }
40
+ };
41
+ export {
42
+ e as default
43
+ };
@@ -0,0 +1,43 @@
1
+ const e = {
2
+ banner: {
3
+ title: "Cookies",
4
+ description: "Wir nutzen unsere eigenen Cookies und die von Drittanbietern sowie andere Technologien, um dein Nutzererlebnis zu verbessern und zu personalisieren, um Analysen zur Optimierung durchzuführen und um Werbung in Partnerschaft mit Dritten zu schalten (siehe unsere <linkStatement>Hinweise</linkStatement>). Die notwendigen Cookies werden immer gesetzt. Klicke auf <linkNecessaryOnly>Nur notwendige</linkNecessaryOnly>, um fortzufahren, ohne weitere anzunehmen. Klicke auf <linkManagePreferences>Einstellungen verwalten</linkManagePreferences>, um deine Einstellungen zu aktualisieren, oder auf <linkAcceptAll>Alle annehmen</linkAcceptAll>.",
5
+ cta: {
6
+ managePreferences: "Einstellungen verwalten",
7
+ necessaryOnly: "Nur notwendige",
8
+ acceptAll: "Alle annehmen"
9
+ }
10
+ },
11
+ preferencesManagement: {
12
+ title: "Deine Einstellungen verwalten",
13
+ description: "Alle Informationen findest du in der <linkCookieStatement>Cookie-Erklärung</linkCookieStatement> und der <linkCookieTechList>Cookie-Technologie-Liste</linkCookieTechList>.",
14
+ all: {
15
+ title: "Alle aktivieren"
16
+ },
17
+ necessary: {
18
+ title: "Notwendig",
19
+ description: "Diese Cookies sind notwendig, um sicherzustellen, dass die Webseite und ihre Funktionen ordnungsgemäß funktionieren. Die von dir angeforderten Dienste können ohne diese Cookies nicht bereitgestellt werden."
20
+ },
21
+ functional: {
22
+ title: "Funktional",
23
+ description: "Diese Cookies ermöglichen es der Webseite, sich an die von dir getroffenen Entscheidungen zu erinnern, um dir eine bessere Funktionalität und individuelle Funktionen zu bieten."
24
+ },
25
+ analytical: {
26
+ title: "Analytisch",
27
+ description: "Diese analytischen Cookies, einschließlich Statistiken, werden verwendet, um zu verstehen, wie Besucher mit der Webseite interagieren, und wir können die Leistung unserer Webseite messen und verbessern."
28
+ },
29
+ personalized: {
30
+ title: "Personalisiert (Targeting und Werbung)",
31
+ description: "Diese Marketing-Cookies werden verwendet, um die Übermittlung von Informationen an dich auf deine Interessen abzustimmen und um die Effektivität solcher Werbung zu messen, sowohl auf unserer Webseite als auch auf den Webseiten unserer Werbepartner."
32
+ },
33
+ cta: {
34
+ save: {
35
+ label: "Speichern",
36
+ ariaLabel: ""
37
+ }
38
+ }
39
+ }
40
+ };
41
+ export {
42
+ e as default
43
+ };
@@ -0,0 +1,43 @@
1
+ const e = {
2
+ banner: {
3
+ title: "Cookies",
4
+ description: "We use our own and third party cookies and other tech to enhance and personalise your user experience, optimize analytics, and show ads with third parties (read our <linkStatement>Statement</linkStatement>). Necessary cookies are always set. Click <linkNecessaryOnly>Necessary only</linkNecessaryOnly> to continue without accepting more. Click <linkManagePreferences>Manage preferences</linkManagePreferences> to share your preferences or <linkAcceptAll>Accept all</linkAcceptAll>.",
5
+ cta: {
6
+ managePreferences: "Manage preferences",
7
+ necessaryOnly: "Necessary only",
8
+ acceptAll: "Accept all"
9
+ }
10
+ },
11
+ preferencesManagement: {
12
+ title: "Manage your preferences",
13
+ description: "You can find all the information in the <linkCookieStatement>Cookie Statement</linkCookieStatement> and <linkCookieTechList>Cookie technology list</linkCookieTechList>.",
14
+ all: {
15
+ title: "Turn all on"
16
+ },
17
+ necessary: {
18
+ title: "Necessary",
19
+ description: "These cookies are necessary to ensure that the website and its features function properly. Services you have asked for cannot be provided without these cookies."
20
+ },
21
+ functional: {
22
+ title: "Functional",
23
+ description: "These cookies allow the website to remember the choices you make to give you better functionality and personal features."
24
+ },
25
+ analytical: {
26
+ title: "Analytical",
27
+ description: "These analytical cookies, including statistics, are used to understand how visitors interact with the website and we can measure and improve the performance of our website."
28
+ },
29
+ personalized: {
30
+ title: "Personalised (targeting and advertising)",
31
+ description: "These marketing cookies are used to tailor the delivery of information to you based upon your interest and to measure the effectiveness of such advertisements, both on our website and our advertising partners' websites."
32
+ },
33
+ cta: {
34
+ save: {
35
+ label: "Save",
36
+ ariaLabel: ""
37
+ }
38
+ }
39
+ }
40
+ };
41
+ export {
42
+ e as default
43
+ };
@@ -0,0 +1,43 @@
1
+ const e = {
2
+ banner: {
3
+ title: "Cookies",
4
+ description: "We use our own and third party cookies and other tech to enhance and personalise your user experience, optimize analytics, and show ads with third parties (read our <linkStatement>Statement</linkStatement>). Necessary cookies are always set. Select <linkNecessaryOnly>Continue without accepting</linkNecessaryOnly> to accept only essential trackers required for an optimal use of our platform. Click <linkManagePreferences>Manage preferences</linkManagePreferences> to share your preferences or <linkAcceptAll>Accept all</linkAcceptAll>.",
5
+ cta: {
6
+ managePreferences: "Manage preferences",
7
+ necessaryOnly: "Continue without accepting",
8
+ acceptAll: "Accept all"
9
+ }
10
+ },
11
+ preferencesManagement: {
12
+ title: "Manage your preferences",
13
+ description: "You can find all the information in the <linkCookieStatement>Cookie Statement</linkCookieStatement> and <linkCookieTechList>Cookie technology list</linkCookieTechList>.",
14
+ all: {
15
+ title: "Turn all on"
16
+ },
17
+ necessary: {
18
+ title: "Necessary Technologies",
19
+ description: "These technologies are necessary to ensure that the website and its features function properly. Services you have asked for cannot be provided without these technologies."
20
+ },
21
+ functional: {
22
+ title: "Functional Technologies",
23
+ description: "These technologies allow the website to remember the choices you make to give you better functionality and personal features."
24
+ },
25
+ analytical: {
26
+ title: "Analytical Technologies",
27
+ description: "These analytical technologies, including statistics, are used to understand how visitors interact with the website and we can measure and improve the performance of our website."
28
+ },
29
+ personalized: {
30
+ title: "Personalised (targeting and advertising) Technologies",
31
+ description: "These marketing technologies are used to tailor the delivery of information to you based upon your interest and to measure the effectiveness of such advertisements, both on our website and our advertising partners' websites."
32
+ },
33
+ cta: {
34
+ save: {
35
+ label: "Save",
36
+ ariaLabel: ""
37
+ }
38
+ }
39
+ }
40
+ };
41
+ export {
42
+ e as default
43
+ };
@@ -0,0 +1,43 @@
1
+ const e = {
2
+ banner: {
3
+ title: "Cookies",
4
+ description: "Usamos nuestras propias cookies y de terceros, así como otra tecnología para mejorar y personalizar tu experiencia de usuario, optimizar el análisis y mostrar anuncios con terceros (lee nuestra <linkStatement>Declaración</linkStatement>). Siempre se establecen las cookies necesarias. Haz clic en <linkNecessaryOnly>Sólo necesarias</linkNecessaryOnly> para seguir sin aceptar más. Haz clic en <linkManagePreferences>Gestionar preferencias</linkManagePreferences> para compartir tus preferencias o <linkAcceptAll>Aceptarlas todas</linkAcceptAll>.",
5
+ cta: {
6
+ managePreferences: "Gestionar preferencias",
7
+ necessaryOnly: "Sólo necesarias",
8
+ acceptAll: "Aceptarlas todas"
9
+ }
10
+ },
11
+ preferencesManagement: {
12
+ title: "Gestionar tus preferencias",
13
+ description: "Puedes encontrar toda la información en la <linkCookieStatement>Declaración sobre cookies</linkCookieStatement> y la <linkCookieTechList>Lista de tecnología de cookies</linkCookieTechList>.",
14
+ all: {
15
+ title: "Activar todas"
16
+ },
17
+ necessary: {
18
+ title: "Necesarias",
19
+ description: "Estas cookies son necesarias para garantizar que el sitio web y sus funciones funcionen correctamente. Los servicios que has solicitado no se pueden proporcionar sin estas cookies."
20
+ },
21
+ functional: {
22
+ title: "Funcionales",
23
+ description: "Estas cookies permiten que el sitio web recuerde las opciones que eliges para ofrecerte una mejor funcionalidad y características personales."
24
+ },
25
+ analytical: {
26
+ title: "Analíticas",
27
+ description: "Estas cookies analíticas, incluidas las estadísticas, se utilizan para comprender cómo interactúan los visitantes con el sitio web y para que podamos medir y mejorar el rendimiento de nuestro sitio web."
28
+ },
29
+ personalized: {
30
+ title: "Personalizadas (dirigidas y de publicidad)",
31
+ description: "Estas cookies de marketing se utilizan para adaptar la entrega de información en función de tu interés y para medir la eficacia de dichos anuncios, tanto en nuestro sitio web como en los sitios web de nuestros socios publicitarios."
32
+ },
33
+ cta: {
34
+ save: {
35
+ label: "Guardar",
36
+ ariaLabel: ""
37
+ }
38
+ }
39
+ }
40
+ };
41
+ export {
42
+ e as default
43
+ };
@@ -0,0 +1,43 @@
1
+ const e = {
2
+ banner: {
3
+ title: "Cookies",
4
+ description: "Nous utilisons nos propres cookies et ceux de tiers, ainsi que d’autres technologies, afin d’améliorer et de personnaliser votre expérience d’utilisateur, d’optimiser nos analyses et d’afficher des publicités en partenariat avec des tiers (veuillez consulter notre <linkStatement>déclaration</linkStatement>). Nous installons toujours les cookies essentiels. Cliquez sur <linkNecessaryOnly>Cookies essentiels uniquement</linkNecessaryOnly> pour continuer en acceptant uniquement les cookies indispensables. Cliquez sur <linkManagePreferences>Gérer les préférences</linkManagePreferences> pour choisir vous-même vos cookies ou sur <linkAcceptAll>Tout accepter</linkAcceptAll>.",
5
+ cta: {
6
+ managePreferences: "Gérer les préférences",
7
+ necessaryOnly: "Cookies essentiels uniquement",
8
+ acceptAll: "Tout accepter"
9
+ }
10
+ },
11
+ preferencesManagement: {
12
+ title: "Gérer vos préférences",
13
+ description: "Vous trouverez toutes les informations dans la <linkCookieStatement>déclaration relative aux cookies</linkCookieStatement> et dans la liste des <linkCookieTechList>technologies relatives aux cookies</linkCookieTechList>.",
14
+ all: {
15
+ title: "Tout activer"
16
+ },
17
+ necessary: {
18
+ title: "Cookies essentiels",
19
+ description: "Ces cookies sont indispensables au bon fonctionnement du site Web et de ses fonctionnalités. Les services que vous avez demandés ne peuvent être fournis sans ces cookies."
20
+ },
21
+ functional: {
22
+ title: "Cookies fonctionnels",
23
+ description: "Ces cookies permettent au site Web de se souvenir de vos choix pour vous offrir de meilleures fonctionnalités et une expérience personnalisée."
24
+ },
25
+ analytical: {
26
+ title: "Cookies analytiques",
27
+ description: "Les cookies analytiques, incluant des cookies statistiques, sont utilisés pour comprendre comment les visiteurs interagissent avec le site Web. Ils nous permettent d’en mesurer et d’en améliorer les performances."
28
+ },
29
+ personalized: {
30
+ title: "Cookies de ciblage (publicitaires)",
31
+ description: "Ces cookies marketing sont utilisés pour adapter les informations affichées à vos centres d’intérêt et pour mesurer l’efficacité de ces publicités, à la fois sur notre site Web et sur les sites Web de nos partenaires publicitaires."
32
+ },
33
+ cta: {
34
+ save: {
35
+ label: "Enregistrer",
36
+ ariaLabel: ""
37
+ }
38
+ }
39
+ }
40
+ };
41
+ export {
42
+ e as default
43
+ };
@@ -0,0 +1,43 @@
1
+ const e = {
2
+ banner: {
3
+ title: "Cookies",
4
+ description: "Nous utilisons nos propres cookies et ceux de tiers, ainsi que d’autres technologies, afin d’améliorer et de personnaliser votre expérience d’utilisateur, d’optimiser nos analyses et d’afficher des publicités en partenariat avec des tiers (veuillez consulter notre <linkStatement>déclaration</linkStatement>). Nous installons toujours les cookies essentiels. Sélectionnez <linkNecessaryOnly>Continuer sans accepter</linkNecessaryOnly> pour accepter seulement les traqueurs nécessaires au fonctionnement optimal de notre plateforme. Cliquez sur <linkManagePreferences>Gérer les préférences</linkManagePreferences> pour choisir vous-même vos cookies ou sur <linkAcceptAll>Tout accepter</linkAcceptAll>.",
5
+ cta: {
6
+ managePreferences: "Gérer les préférences",
7
+ necessaryOnly: "Continuer sans accepter",
8
+ acceptAll: "Tout accepter"
9
+ }
10
+ },
11
+ preferencesManagement: {
12
+ title: "Gérer vos préférences",
13
+ description: "Vous trouverez toutes les informations dans la <linkCookieStatement>déclaration relative aux technologies</linkCookieStatement> et dans la liste des <linkCookieTechList>technologies relatives aux technologies</linkCookieTechList>.",
14
+ all: {
15
+ title: "Tout activer"
16
+ },
17
+ necessary: {
18
+ title: "Technologies nécessaires",
19
+ description: "Ces technologies sont indispensables au bon fonctionnement du site Web et de ses fonctionnalités. Les services que vous avez demandés ne peuvent être fournis sans ces technologies."
20
+ },
21
+ functional: {
22
+ title: "Technologies fonctionnelles",
23
+ description: "Ces technologies permettent au site Web de se souvenir de vos choix pour vous offrir de meilleures fonctionnalités et une expérience personnalisée."
24
+ },
25
+ analytical: {
26
+ title: "Technologies analytiques",
27
+ description: "Les technologies analytiques, incluant des technologies statistiques, sont utilisés pour comprendre comment les visiteurs interagissent avec le site Web. Ils nous permettent d’en mesurer et d’en améliorer les performances."
28
+ },
29
+ personalized: {
30
+ title: "Technologies personnalisées (ciblage et publicité)",
31
+ description: "Ces technologies marketing sont utilisés pour adapter les informations affichées à vos centres d’intérêt et pour mesurer l’efficacité de ces publicités, à la fois sur notre site Web et sur les sites Web de nos partenaires publicitaires."
32
+ },
33
+ cta: {
34
+ save: {
35
+ label: "Enregistrer",
36
+ ariaLabel: ""
37
+ }
38
+ }
39
+ }
40
+ };
41
+ export {
42
+ e as default
43
+ };
@@ -0,0 +1,43 @@
1
+ const e = {
2
+ banner: {
3
+ title: "קובצי Cookie",
4
+ description: "אנו משתמשים בקובצי Cookie ובטכנולוגיות נוספות שלנו ושל צדדים שלישיים כדי לשפר ולהתאים אישית את חוויית המשתמש שלכם, למטב ניתוח נתונים ולהציג פרסומות עם צדדים שלישיים (קראו את <linkStatement>ההצהרה</linkStatement> שלנו). קובצי Cookie הכרחיים תמיד נמצאים בשימוש. לחצו על <linkNecessaryOnly>הכרחי בלבד</linkNecessaryOnly> כדי להמשיך בלי להסכים לסוגים אחרים. לחצו על <linkManagePreferences>ניהול העדפות</linkManagePreferences> כדי לשתף את העדפותיכם או לחצו על <linkAcceptAll>הסכם להכול</linkAcceptAll>.",
5
+ cta: {
6
+ managePreferences: "ניהול העדפות",
7
+ necessaryOnly: "הכרחי בלבד",
8
+ acceptAll: "הסכם להכול"
9
+ }
10
+ },
11
+ preferencesManagement: {
12
+ title: "ניהול ההעדפות של",
13
+ description: "תוכל למצוא את כל המידע <linkCookieStatement>בהצהרת</linkCookieStatement> קובצי ה-Cookie וכן <linkCookieTechList>ברשימת הטכנולוגיה</linkCookieTechList> של קובצי ה-Cookie.",
14
+ all: {
15
+ title: "להפעלת הכול"
16
+ },
17
+ necessary: {
18
+ title: "הכרחי",
19
+ description: "קובצי Cookie אלה הכרחיים כדי להבטיח שאתר האינטרנט והתכונות שלו מתפקדים כראוי. לא ניתן לספק את השירותים שביקשתם ללא קובצי Cookie אלה."
20
+ },
21
+ functional: {
22
+ title: "תפקודיים",
23
+ description: "קובצי Cookie אלה מאפשרים לאתר האינטרנט לזכור את הבחירות שאתם עושים כדי לספק לכם חוויה מותאמת אישית ותפקודיות טובה יותר."
24
+ },
25
+ analytical: {
26
+ title: "ניתוח נתונים",
27
+ description: "קובצי Cookie אלה לניתוח נתונים, כולל נתונים סטטיסטיים, משמשים כדי להבין כיצד מבקרים מקיימים אינטראקציה עם אתר האינטרנט וכדי לאפשר לנו למדוד ולשפר את הביצועים של אתר האינטרנט שלנו."
28
+ },
29
+ personalized: {
30
+ title: "התאמה אישית (מיקוד ופרסום)",
31
+ description: "קובצי Cookie שיווקיים אלה משמשים כדי להתאים אישית את המידע הנמסר לכם על סמך תחומי העניין שלכם וכדי למדוד את היעילות של פרסומות כאלה, הן באתר האינטרנט שלנו והן באתרי האינטרנט של שותפי הפרסום שלנו."
32
+ },
33
+ cta: {
34
+ save: {
35
+ label: "שמירה",
36
+ ariaLabel: ""
37
+ }
38
+ }
39
+ }
40
+ };
41
+ export {
42
+ e as default
43
+ };