Skip to content

Commit ec7d894

Browse files
authored
Merge pull request #129 from yummy-recipes/copilot/sub-pr-128
[WIP] Fix feedback on cookie banner translation to Polish
2 parents eb2932a + f45c8cf commit ec7d894

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/components/cookie-banner/cookie-banner.tsx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,35 +17,35 @@ export const CookieBanner = () => {
1717
translations: {
1818
pl: {
1919
consentModal: {
20-
title: "We use cookies",
21-
description: "Cookie modal description",
22-
acceptAllBtn: "Accept all",
23-
acceptNecessaryBtn: "Reject all",
24-
showPreferencesBtn: "Manage Individual preferences",
20+
title: "Używamy ciasteczek",
21+
description: "Opis modalny ciasteczek",
22+
acceptAllBtn: "Zaakceptuj wszystkie",
23+
acceptNecessaryBtn: "Odrzuć wszystkie",
24+
showPreferencesBtn: "Zarządzaj indywidualnymi preferencjami",
2525
},
2626
preferencesModal: {
27-
title: "Manage cookie preferences",
28-
acceptAllBtn: "Accept all",
29-
acceptNecessaryBtn: "Reject all",
30-
savePreferencesBtn: "Accept current selection",
31-
closeIconLabel: "Close modal",
27+
title: "Zarządzaj preferencjami ciasteczek",
28+
acceptAllBtn: "Zaakceptuj wszystkie",
29+
acceptNecessaryBtn: "Odrzuć wszystkie",
30+
savePreferencesBtn: "Zaakceptuj bieżący wybór",
31+
closeIconLabel: "Zamknij modal",
3232
sections: [
3333
{
34-
title: "Somebody said ... cookies?",
35-
description: "I want one!",
34+
title: "Ktoś powiedział... ciasteczka?",
35+
description: "Chcę jedno!",
3636
},
3737
{
38-
title: "Strictly Necessary cookies",
38+
title: "Ściśle niezbędne ciasteczka",
3939
description:
40-
"These cookies are essential for the proper functioning of the website and cannot be disabled.",
40+
"Te ciasteczka są niezbędne do prawidłowego funkcjonowania witryny i nie można ich wyłączyć.",
4141

4242
//this field will generate a toggle linked to the 'necessary' category
4343
linkedCategory: "necessary",
4444
},
4545
{
46-
title: "Analytics",
46+
title: "Analityka",
4747
description:
48-
"These cookies collect information about how you use our website. All of the data is anonymized and cannot be used to identify you.",
48+
"Te ciasteczka zbierają informacje o tym, jak korzystasz z naszej witryny. Wszystkie dane są anonimizowane i nie mogą być użyte do Twojej identyfikacji.",
4949
linkedCategory: "analytics",
5050
},
5151
],

0 commit comments

Comments
 (0)