-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pie-cookie-banner): DSW-2388 add Catalan locale (#1731)
feat(pie-cookie-banner): DSW-2388 add catalan locale
- Loading branch information
1 parent
e99cdce
commit 4150464
Showing
5 changed files
with
58 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@justeattakeaway/pie-cookie-banner": minor | ||
"pie-storybook": patch | ||
--- | ||
|
||
[Added] - Catalan locale |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"banner": { | ||
"title": "Galetes", | ||
"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>.", | ||
"cta": { | ||
"managePreferences": "Gestionar preferències", | ||
"necessaryOnly": "Només necessàries", | ||
"acceptAll": "Acceptar-les totes" | ||
} | ||
}, | ||
"preferencesManagement": { | ||
"title": "Gestiona les teves preferències", | ||
"description": "Pots trobar tota la informació a la <linkCookieStatement>Declaració de galetes</linkCookieStatement> i a la <linkCookieTechList>llista de tecnologies de galetes</linkCookieTechList>.", | ||
"all": { | ||
"title": "Activar-les totes" | ||
}, | ||
"necessary": { | ||
"title": "Necessàries", | ||
"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." | ||
}, | ||
"functional": { | ||
"title": "Funcionals", | ||
"description": "Aquestes galetes permeten que el lloc web recordi les eleccions que fas per oferir-te una millor funcionalitat i característiques personals." | ||
}, | ||
"analytical": { | ||
"title": "Analítiques", | ||
"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." | ||
}, | ||
"personalized": { | ||
"title": "Personalitzades (orientació i publicitat)", | ||
"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." | ||
}, | ||
"cta": { | ||
"save": { | ||
"label": "Desar", | ||
"ariaLabel": "" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters