Pozwól mi wybrać',
primary_btn: {
text: 'Akceptuj wszystkie',
role: 'accept_all' // 'accept_selected' lub 'accept_all'
},
secondary_btn: {
text: 'Odrzuć wszystkie',
role: 'accept_necessary' // 'settings' lub 'accept_necessary'
}
},
settings_modal: {
title: 'Preferencje plików cookie',
save_settings_btn: 'Zapisz ustawienia',
accept_all_btn: 'Akceptuj wszystkie',
reject_all_btn: 'Odrzuć wszystkie',
close_btn_label: 'Zamknij',
cookie_table_headers: [
{ col1: 'Nazwa' },
{ col2: 'Domena' },
{ col3: 'Wygaśnięcie' },
{ col4: 'Opis' }
],
blocks: [
{
title: 'Użycie plików cookie 📢',
description: 'Używam plików cookie, aby zapewnić podstawowe funkcje witryny i zwiększyć wygodę korzystania z niej online. Możesz wybrać, które kategorie chcesz włączyć/wyłączyć, kiedy tylko chcesz. Aby dowiedzieć się więcej na temat plików cookie i innych wrażliwych danych, proszę przeczytaj pełną
politykę prywatności.'
},
{
title: 'Ściśle niezbędne pliki cookie',
description: 'Te pliki cookie są niezbędne do prawidłowego funkcjonowania mojej strony. Bez tych plików cookie witryna nie działałaby poprawnie',
toggle: {
value: 'necessary',
enabled: true,
readonly: true
}
},
{
title: 'Pliki cookie wydajności i analityki',
description: 'Te pliki cookie pozwalają witrynie zapamiętać wybory, które dokonałeś wcześniej',
toggle: {
value: 'analytics',
enabled: true,
readonly: false
},
cookie_table: [
{
col1: '^_ga',
col2: 'google.com',
col3: '2 lata',
col4: 'Analiza ruchu na stronie (odwiedziny)',
is_regex: true
},
{
col1: '_gid',
col2: 'google.com',
col3: '1 dzień',
col4: 'Analiza ruchu na stronie (odwiedziny)'
}
]
},
{
title: 'Pliki cookie reklamowe i do celów targetowania',
description: 'Te pliki cookie zbierają informacje o tym, jak korzystasz z witryny, które strony odwiedziłeś i na które linki kliknąłeś. Wszystkie dane są anonimowe i nie mogą być użyte do zidentyfikowania cię',
toggle: {
value: 'targeting',
enabled: false,
readonly: false
}
},
{
title: 'Więcej informacji',
description: 'W przypadku pytań dotyczących naszej polityki w zakresie plików cookie i Twoich wyborów, proszę
skontaktuj się z nami.'
}
]
}
},
'en': {
consent_modal: {
title: 'We use cookies!',
description: 'Hello, this website uses essential cookies to ensure its proper operation and tracking cookies to understand how you interact with it. These will only be set upon your consent.
',
primary_btn: {
text: 'Accept all',
role: 'accept_all' // 'accept_selected' or 'accept_all'
},
secondary_btn: {
text: 'Reject all',
role: 'accept_necessary' // 'settings' or 'accept_necessary'
}
},
settings_modal: {
title: 'Cookie preferences',
save_settings_btn: 'Save settings',
accept_all_btn: 'Accept all',
reject_all_btn: 'Reject all',
close_btn_label: 'Close',
cookie_table_headers: [
{ col1: 'Name' },
{ col2: 'Domain' },
{ col3: 'Expiration' },
{ col4: 'Description' }
],
blocks: [
{
title: 'Cookie usage 📢',
description: 'I use cookies to ensure the basic functionalities of the website and to enhance your online experience. You can choose for each category to opt-in/out whenever you want. For more details related to cookies and other sensitive data, please read the full
privacy policy.'
},
{
title: 'Strictly necessary cookies',
description: 'These cookies are essential for the proper functioning of my website. Without these cookies, the website would not work properly',
toggle: {
value: 'necessary',
enabled: true,
readonly: true
}
},
{
title: 'Performance and analytics cookies',
description: 'These cookies allow the website to remember the choices you have made in the past',
toggle: {
value: 'analytics',
enabled: true,
readonly: false
},
cookie_table: [
{
col1: '^_ga',
col2: 'google.com',
col3: '2 years',
col4: 'Site traffic analysis (visits)',
is_regex: true
},
{
col1: '_gid',
col2: 'google.com',
col3: '1 day',
col4: 'Site traffic analysis (visits)'
}
]
},
{
title: 'Advertising and targeting cookies',
description: 'These cookies collect information about how you use the website, which pages you visited, and which links you clicked. All data is anonymous and cannot be used to identify you',
toggle: {
value: 'targeting',
enabled: false,
readonly: false
}
},
{
title: 'More information',
description: 'For any queries regarding our cookie policy and your choices, please
contact us.'
}
]
}
}
}
});
});