@dargmuesli/nuxt-cookie-control 5.7.1 → 5.8.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.
- package/README.md +1 -1
- package/dist/module.d.ts +2 -59
- package/dist/module.json +1 -1
- package/dist/module.mjs +4 -167
- package/dist/runtime/composables.ts +5 -0
- package/dist/runtime/constants.ts +3 -0
- package/dist/runtime/locale/ar.ts +20 -0
- package/dist/runtime/locale/az.ts +20 -0
- package/dist/runtime/locale/bg.ts +21 -0
- package/dist/runtime/locale/cs.ts +20 -0
- package/dist/runtime/locale/da.ts +20 -0
- package/dist/runtime/locale/de.ts +21 -0
- package/dist/runtime/locale/en.ts +20 -0
- package/dist/runtime/locale/es.ts +20 -0
- package/dist/runtime/locale/fi.ts +21 -0
- package/dist/runtime/locale/fr.ts +20 -0
- package/dist/runtime/locale/hr.ts +21 -0
- package/dist/runtime/locale/hu.ts +21 -0
- package/dist/runtime/locale/index.ts +55 -0
- package/dist/runtime/locale/it.ts +20 -0
- package/dist/runtime/locale/ja.ts +20 -0
- package/dist/runtime/locale/ko.ts +20 -0
- package/dist/runtime/locale/lt.ts +20 -0
- package/dist/runtime/locale/nl.ts +21 -0
- package/dist/runtime/locale/no.ts +21 -0
- package/dist/runtime/locale/oc.ts +20 -0
- package/dist/runtime/locale/pl.ts +21 -0
- package/dist/runtime/locale/pt.ts +21 -0
- package/dist/runtime/locale/ru.ts +20 -0
- package/dist/runtime/locale/sk.ts +20 -0
- package/dist/runtime/locale/sv.ts +21 -0
- package/dist/runtime/locale/tr.ts +20 -0
- package/dist/runtime/locale/uk.ts +20 -0
- package/dist/runtime/methods.ts +49 -0
- package/dist/runtime/plugin.ts +51 -0
- package/dist/runtime/set-vars/{native.mjs → native.ts} +2 -2
- package/dist/runtime/set-vars/ponyfill.ts +5 -0
- package/dist/runtime/types.ts +156 -0
- package/dist/types.d.ts +15 -1
- package/package.json +12 -6
- package/dist/runtime/composables.d.ts +0 -2
- package/dist/runtime/composables.mjs +0 -2
- package/dist/runtime/constants.d.ts +0 -2
- package/dist/runtime/constants.mjs +0 -1
- package/dist/runtime/locale/ar.d.ts +0 -3
- package/dist/runtime/locale/ar.mjs +0 -17
- package/dist/runtime/locale/az.d.ts +0 -3
- package/dist/runtime/locale/az.mjs +0 -17
- package/dist/runtime/locale/cs.d.ts +0 -3
- package/dist/runtime/locale/cs.mjs +0 -17
- package/dist/runtime/locale/da.d.ts +0 -3
- package/dist/runtime/locale/da.mjs +0 -17
- package/dist/runtime/locale/de.d.ts +0 -3
- package/dist/runtime/locale/de.mjs +0 -17
- package/dist/runtime/locale/en.d.ts +0 -3
- package/dist/runtime/locale/en.mjs +0 -17
- package/dist/runtime/locale/es.d.ts +0 -3
- package/dist/runtime/locale/es.mjs +0 -17
- package/dist/runtime/locale/fi.d.ts +0 -3
- package/dist/runtime/locale/fi.mjs +0 -17
- package/dist/runtime/locale/fr.d.ts +0 -3
- package/dist/runtime/locale/fr.mjs +0 -17
- package/dist/runtime/locale/hr.d.ts +0 -3
- package/dist/runtime/locale/hr.mjs +0 -17
- package/dist/runtime/locale/hu.d.ts +0 -3
- package/dist/runtime/locale/hu.mjs +0 -17
- package/dist/runtime/locale/index.d.ts +0 -1
- package/dist/runtime/locale/index.mjs +0 -52
- package/dist/runtime/locale/it.d.ts +0 -3
- package/dist/runtime/locale/it.mjs +0 -17
- package/dist/runtime/locale/ja.d.ts +0 -3
- package/dist/runtime/locale/ja.mjs +0 -17
- package/dist/runtime/locale/ko.d.ts +0 -3
- package/dist/runtime/locale/ko.mjs +0 -17
- package/dist/runtime/locale/lt.d.ts +0 -3
- package/dist/runtime/locale/lt.mjs +0 -17
- package/dist/runtime/locale/nl.d.ts +0 -3
- package/dist/runtime/locale/nl.mjs +0 -17
- package/dist/runtime/locale/no.d.ts +0 -3
- package/dist/runtime/locale/no.mjs +0 -17
- package/dist/runtime/locale/oc.d.ts +0 -3
- package/dist/runtime/locale/oc.mjs +0 -17
- package/dist/runtime/locale/pl.d.ts +0 -3
- package/dist/runtime/locale/pl.mjs +0 -17
- package/dist/runtime/locale/pt.d.ts +0 -3
- package/dist/runtime/locale/pt.mjs +0 -17
- package/dist/runtime/locale/ru.d.ts +0 -3
- package/dist/runtime/locale/ru.mjs +0 -17
- package/dist/runtime/locale/sk.d.ts +0 -3
- package/dist/runtime/locale/sk.mjs +0 -17
- package/dist/runtime/locale/sv.d.ts +0 -3
- package/dist/runtime/locale/sv.mjs +0 -17
- package/dist/runtime/locale/tr.d.ts +0 -3
- package/dist/runtime/locale/tr.mjs +0 -17
- package/dist/runtime/locale/uk.d.ts +0 -3
- package/dist/runtime/locale/uk.mjs +0 -17
- package/dist/runtime/methods.d.ts +0 -9
- package/dist/runtime/methods.mjs +0 -25
- package/dist/runtime/plugin.d.ts +0 -2
- package/dist/runtime/plugin.mjs +0 -40
- package/dist/runtime/set-vars/native.d.ts +0 -1
- package/dist/runtime/set-vars/ponyfill.d.ts +0 -1
- package/dist/runtime/set-vars/ponyfill.mjs +0 -4
- package/dist/runtime/types.d.ts +0 -66
- package/dist/runtime/types.mjs +0 -57
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { LocaleStrings } from '../types'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
accept: 'Sutinku',
|
|
5
|
+
acceptAll: 'Sutinku su visais',
|
|
6
|
+
bannerDescription:
|
|
7
|
+
'Mes naudojame savo slapukus and trečiųjų šalių slapukus tam, kad galėtume geriau suprasti kaip svetainė veikia ir yra naudojama bei tobulinti savo teikiamas paslaugas. Jūs bet kuriuo metu galite pakeisti sutikimą dėl slapukų naudojimo paspaudę slapukų mygtuką kuris atsiras kai šioje reklamjuostėje padarysite pasirinkimą.',
|
|
8
|
+
bannerTitle: 'Slapukai',
|
|
9
|
+
close: 'Uždaryti',
|
|
10
|
+
cookiesFunctional: 'Funkciniai slapukai',
|
|
11
|
+
cookiesNecessary: 'Būtinieji slapukai',
|
|
12
|
+
cookiesOptional: 'Pasirinktiniai slapukai',
|
|
13
|
+
decline: 'Atšaukti',
|
|
14
|
+
declineAll: 'Atšaukti viską',
|
|
15
|
+
here: 'čia',
|
|
16
|
+
iframeBlocked: 'Norėdami matyti, leiskite naudoti funkcinius slapukus',
|
|
17
|
+
manageCookies: 'Sužinoti daugiau ir pritaikyti',
|
|
18
|
+
save: 'Išsaugoti',
|
|
19
|
+
settingsUnsaved: 'Jūs neišsaugojote visų nustatymų',
|
|
20
|
+
} as LocaleStrings
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { LocaleStrings } from '../types'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
accept: 'Aanvaarden',
|
|
5
|
+
acceptAll: 'Accepteer alles',
|
|
6
|
+
bannerDescription:
|
|
7
|
+
'We gebruiken onze eigen cookies en third-party cookies om onze site te tonen en om te leren hoe deze gebruikt wordt, met het oog om de services die we verlenen te verbeteren. Door verder te gaan op onze site gaan we ervanuit dat hiermee akkoord gegaan wordt.',
|
|
8
|
+
bannerTitle: 'Cookies',
|
|
9
|
+
close: 'Sluiten',
|
|
10
|
+
cookiesFunctional: 'Functionele cookies',
|
|
11
|
+
cookiesNecessary: 'Noodzakelijke cookies',
|
|
12
|
+
cookiesOptional: 'Optionele cookies',
|
|
13
|
+
decline: 'Accepteer noodzakelijk',
|
|
14
|
+
declineAll: 'Verwijder alles',
|
|
15
|
+
here: 'hier',
|
|
16
|
+
iframeBlocked:
|
|
17
|
+
'Om dit te kunnen bekijken dienen functionele cookies geaccepteerd te worden',
|
|
18
|
+
manageCookies: 'Beheer cookies',
|
|
19
|
+
save: 'Opslaan',
|
|
20
|
+
settingsUnsaved: 'Er zijn niet-opgeslagen instellingen',
|
|
21
|
+
} as LocaleStrings
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { LocaleStrings } from '../types'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
accept: 'Aksepterer',
|
|
5
|
+
acceptAll: 'Godta alle',
|
|
6
|
+
bannerDescription:
|
|
7
|
+
'Vi bruker våre egne informasjonskapsler og tredjeparts informasjonskapsler, slik at vi kan vise deg dette nettstedet og bedre forstå hvordan du bruker det, med tanke på å forbedre tjenestene vi tilbyr.',
|
|
8
|
+
bannerTitle: 'Informasjonskapsler',
|
|
9
|
+
close: 'Lukk',
|
|
10
|
+
cookiesFunctional: 'Funksjonelle informasjonskapsler',
|
|
11
|
+
cookiesNecessary: 'Nødvendige informasjonskapsler',
|
|
12
|
+
cookiesOptional: 'Valgfrie informasjonskapsler',
|
|
13
|
+
decline: 'Jeg aksepterer det nødvendige',
|
|
14
|
+
declineAll: 'Slett alle',
|
|
15
|
+
here: 'her',
|
|
16
|
+
iframeBlocked:
|
|
17
|
+
'For å se dette, vennligst aktiver funksjonelle informasjonskapsler',
|
|
18
|
+
manageCookies: 'Administrer informasjonskapsler',
|
|
19
|
+
save: 'Lagre',
|
|
20
|
+
settingsUnsaved: 'Du har ulagrede innstillinger',
|
|
21
|
+
} as LocaleStrings
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { LocaleStrings } from '../types'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
accept: 'Acceptar',
|
|
5
|
+
acceptAll: 'Tot acceptar',
|
|
6
|
+
bannerDescription:
|
|
7
|
+
'Utilizam de cookies d’origina e de cookies tèrces. Aquestes cookies son destinats a vos ofrir una navegacion optimizada sus aqueste site web de nos donar un apercebut de son utilizacion, per melhorar los servicis que vos provesissèm. En contunhant vòstra navegacion, consideram qu’acceptatz l’usatge de cookies.',
|
|
8
|
+
bannerTitle: 'Cookies',
|
|
9
|
+
close: 'Tancar',
|
|
10
|
+
cookiesFunctional: 'Cookies foncionals',
|
|
11
|
+
cookiesNecessary: 'Los cookies obligatòris',
|
|
12
|
+
cookiesOptional: 'Los cookies opcionals',
|
|
13
|
+
decline: 'Accèpti çò necessari',
|
|
14
|
+
declineAll: 'Tot refusar',
|
|
15
|
+
here: 'aquí',
|
|
16
|
+
iframeBlocked: 'Per veire aquò, mercés d’activar los cookies foncionals',
|
|
17
|
+
manageCookies: 'Gerir los cookies',
|
|
18
|
+
save: 'Salvagardar',
|
|
19
|
+
settingsUnsaved: 'Avètz de paramètres non salvagardats',
|
|
20
|
+
} as LocaleStrings
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { LocaleStrings } from '../types'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
accept: 'Akceptuj',
|
|
5
|
+
acceptAll: 'Akceptuj wszystkie',
|
|
6
|
+
bannerDescription:
|
|
7
|
+
'Używamy własnych plików cookie i plików cookie stron trzecich, abyśmy mogli poprawnie wyświetlać tę witrynę i lepiej zrozumieć, w jaki sposób ta witryna jest używana, w celu ulepszenia oferowanych przez nas usług. Decyzję w sprawie zgody na korzystanie z plików cookie można zmienić w dowolnym momencie za pomocą przycisku cookie, który pojawi się po dokonaniu wyboru na tym banerze.',
|
|
8
|
+
bannerTitle: 'Polityka cookies',
|
|
9
|
+
close: 'Zamknij',
|
|
10
|
+
cookiesFunctional: 'Funkcjonalne pliki cookies',
|
|
11
|
+
cookiesNecessary: 'Niezbędne pliki cookies',
|
|
12
|
+
cookiesOptional: 'Opcjonalne pliki cookies',
|
|
13
|
+
decline: 'Zrezygnuj',
|
|
14
|
+
declineAll: 'Zrezygnuj ze wszystkich',
|
|
15
|
+
here: 'tutaj',
|
|
16
|
+
iframeBlocked:
|
|
17
|
+
'W celu wyświetlenia wymagane jest włączenie funkcjonalnych plików cookies',
|
|
18
|
+
manageCookies: 'Dowiedz się więcej',
|
|
19
|
+
save: 'Zapisz',
|
|
20
|
+
settingsUnsaved: 'Masz niezapisane ustawienia',
|
|
21
|
+
} as LocaleStrings
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { LocaleStrings } from '../types'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
accept: 'Aceitar todos',
|
|
5
|
+
acceptAll: 'Aceitar',
|
|
6
|
+
bannerDescription:
|
|
7
|
+
'Nós utilizamos os nossos próprios cookies e de terceiros para que possamos lhe mostrar este site e compreender a forma como o utiliza, de forma a melhorarmos os serviços que oferecemos. Ao continuar a navegar no site, consideramos que aceitou a utilização de cookies.',
|
|
8
|
+
bannerTitle: 'Cookies',
|
|
9
|
+
close: 'Fechar',
|
|
10
|
+
cookiesFunctional: 'Cookies funcionais',
|
|
11
|
+
cookiesNecessary: 'Cookies necessários',
|
|
12
|
+
cookiesOptional: 'Cookies opcionais',
|
|
13
|
+
decline: 'Eu aceito o necessário',
|
|
14
|
+
declineAll: 'Apagar todos',
|
|
15
|
+
here: 'aqui',
|
|
16
|
+
iframeBlocked:
|
|
17
|
+
'Para visualizar isto, por favor, active os cookies funcionais',
|
|
18
|
+
manageCookies: 'Gerir cookies',
|
|
19
|
+
save: 'Gravar',
|
|
20
|
+
settingsUnsaved: 'Tem alterações não guardadas',
|
|
21
|
+
} as LocaleStrings
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { LocaleStrings } from '../types'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
accept: 'Принимать',
|
|
5
|
+
acceptAll: 'Принять все',
|
|
6
|
+
bannerDescription:
|
|
7
|
+
'Мы используем наши собственные файлы cookie и сторонние файлы cookie, чтобы мы могли показать вам этот веб-сайт и лучше понять, как вы его используете, с целью улучшения предлагаемых нами услуг. Если вы продолжите просмотр, мы будем считать, что вы приняли файлы cookie.',
|
|
8
|
+
bannerTitle: 'Файлы cookie',
|
|
9
|
+
close: 'Закрыть',
|
|
10
|
+
cookiesFunctional: 'Функциональные файлы cookie',
|
|
11
|
+
cookiesNecessary: 'Необходимые файлы cookie',
|
|
12
|
+
cookiesOptional: 'Дополнительные файлы cookie',
|
|
13
|
+
decline: 'Я принимаю необходимое',
|
|
14
|
+
declineAll: 'Удалить все',
|
|
15
|
+
here: 'здесь',
|
|
16
|
+
iframeBlocked: 'Чтобы это увидеть, включите функциональные файлы cookie',
|
|
17
|
+
manageCookies: 'Управление файлами cookie',
|
|
18
|
+
save: 'Сохранить',
|
|
19
|
+
settingsUnsaved: 'У вас есть несохраненные настройки',
|
|
20
|
+
} as LocaleStrings
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { LocaleStrings } from '../types'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
accept: 'Prijať',
|
|
5
|
+
acceptAll: 'Prijať všetko',
|
|
6
|
+
bannerDescription:
|
|
7
|
+
'Súbory cookie a súbory cookie tretích strán používame na to, aby sme mohli všetko správne zobraziť a lepšie pochopiť, ako používate túto webovú lokalitu, aby sme mohli zlepšiť ponúkané služby. Rozhodnutia môžete kedykoľvek zmeniť pomocou tlačidla cookie, ktoré sa zobrazí po vykonaní výberu na tomto banneri.',
|
|
8
|
+
bannerTitle: 'Cookies',
|
|
9
|
+
close: 'Zatvoriť',
|
|
10
|
+
cookiesFunctional: 'Obslužné cookies',
|
|
11
|
+
cookiesNecessary: 'Nevyhnutné cookies',
|
|
12
|
+
cookiesOptional: 'Voliteľné cookies',
|
|
13
|
+
decline: 'Odmietnuť',
|
|
14
|
+
declineAll: 'Odmietnuť všetky',
|
|
15
|
+
here: 'tu',
|
|
16
|
+
iframeBlocked: 'Ak ho chcete zobraziť, povoľte obslužné cookies',
|
|
17
|
+
manageCookies: 'Ďalšie informácie a prispôsobenie',
|
|
18
|
+
save: 'Uložiť',
|
|
19
|
+
settingsUnsaved: 'Máte neuložené nastavenia',
|
|
20
|
+
} as LocaleStrings
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { LocaleStrings } from '../types'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
accept: 'Godkänn',
|
|
5
|
+
acceptAll: 'Godkänn alla',
|
|
6
|
+
bannerDescription:
|
|
7
|
+
'Vi använder egna och tredjeparts-cookies för att visa webbplatsen korrekt samt för att förstå hur webbplatsen används i syfte att kunna förbättra de tjänster vi erbjuder. Ditt beslut kring användandet av cookies kan närsomhelst ändras via cookie-knappen på webbplatsen.',
|
|
8
|
+
bannerTitle: 'Cookies',
|
|
9
|
+
close: 'Stäng',
|
|
10
|
+
cookiesFunctional: 'Funktionella cookies',
|
|
11
|
+
cookiesNecessary: 'Nödvändiga cookies',
|
|
12
|
+
cookiesOptional: 'Frivilliga cookies',
|
|
13
|
+
decline: 'Avslå',
|
|
14
|
+
declineAll: 'Avslå alla',
|
|
15
|
+
here: 'här',
|
|
16
|
+
iframeBlocked:
|
|
17
|
+
'För att ta del av detta, var god godkänn funktionella cookies',
|
|
18
|
+
manageCookies: 'Anpassa',
|
|
19
|
+
save: 'Spara',
|
|
20
|
+
settingsUnsaved: 'Du har inställningar som inte är sparade',
|
|
21
|
+
} as LocaleStrings
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { LocaleStrings } from '../types'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
accept: 'Kabul etmek',
|
|
5
|
+
acceptAll: 'Tümünü kabul et',
|
|
6
|
+
bannerDescription:
|
|
7
|
+
'Bu web sitesini doğru bir şekilde görüntüleyebilmek ve teklifimizi geliştirmek için bu web sitesinin nasıl kullanıldığını daha iyi anlayabilmek için kendi ve üçüncü taraf çerezlerimizi kullanıyoruz. Çerez kullanma izni ile ilgili karar, bu banner üzerinde bir seçim yapıldıktan sonra görünen çerez düğmesi aracılığıyla herhangi bir zamanda değiştirilebilir.',
|
|
8
|
+
bannerTitle: 'Çerezler',
|
|
9
|
+
close: 'Kapat',
|
|
10
|
+
cookiesFunctional: 'İşlevsel çerezler',
|
|
11
|
+
cookiesNecessary: 'Gerekli çerezler',
|
|
12
|
+
cookiesOptional: 'İsteğe bağlı çerezler',
|
|
13
|
+
decline: 'Reddetmek',
|
|
14
|
+
declineAll: 'Tümünü reddet',
|
|
15
|
+
here: 'here',
|
|
16
|
+
iframeBlocked: 'Bunu görmek için lütfen işlevsel çerezleri etkinleştirin',
|
|
17
|
+
manageCookies: 'Çerezleri yönet',
|
|
18
|
+
save: 'Kaydet',
|
|
19
|
+
settingsUnsaved: 'Kaydedilmemiş ayarlar mevcut',
|
|
20
|
+
} as LocaleStrings
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { LocaleStrings } from '../types'
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
accept: 'Принимать',
|
|
5
|
+
acceptAll: 'Прийняти усі',
|
|
6
|
+
bannerDescription:
|
|
7
|
+
'Ми використовуємо власні файли cookie та сторонні файли cookie, щоб ми могли показати вам цей веб-сайт і краще зрозуміти, як ви ним користуєтеся, з метою покращення пропонованих нами послуг. Якщо ви продовжуєте перегляд, ми вважаємо, що ви прийняли файли cookie.',
|
|
8
|
+
bannerTitle: 'Файли cookie',
|
|
9
|
+
close: 'Закрити',
|
|
10
|
+
cookiesFunctional: 'Функціональні файли cookie',
|
|
11
|
+
cookiesNecessary: 'Необхідні файли cookie',
|
|
12
|
+
cookiesOptional: 'Факультативні файли cookie',
|
|
13
|
+
decline: 'Приймаю необхідне',
|
|
14
|
+
declineAll: 'Видалити усі',
|
|
15
|
+
here: 'тут',
|
|
16
|
+
iframeBlocked: 'Щоб побачити це, увімкніть функціональні файли cookie',
|
|
17
|
+
manageCookies: 'Керувати файлами cookie',
|
|
18
|
+
save: 'Зберегти',
|
|
19
|
+
settingsUnsaved: 'У вас є незбережені налаштування',
|
|
20
|
+
} as LocaleStrings
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import Cookies from 'js-cookie'
|
|
2
|
+
import slugify from '@sindresorhus/slugify'
|
|
3
|
+
|
|
4
|
+
import { LOCALE_DEFAULT } from './constants'
|
|
5
|
+
import { Cookie, ModuleOptions, Translatable } from './types'
|
|
6
|
+
|
|
7
|
+
export const getAllCookieIdsString = (moduleOptions: ModuleOptions) =>
|
|
8
|
+
getCookieIds([
|
|
9
|
+
...moduleOptions.cookies.necessary,
|
|
10
|
+
...moduleOptions.cookies.optional,
|
|
11
|
+
]).join('')
|
|
12
|
+
|
|
13
|
+
export const getCookie = (name: string) => Cookies.get(name)
|
|
14
|
+
|
|
15
|
+
export const getCookieId = (cookie: Cookie) =>
|
|
16
|
+
cookie.id || slugify(resolveTranslatable(cookie.name))
|
|
17
|
+
|
|
18
|
+
export const getCookieIds = (cookies: Cookie[]) =>
|
|
19
|
+
cookies.map((cookie) => getCookieId(cookie))
|
|
20
|
+
|
|
21
|
+
export const removeCookie = (name: string) => Cookies.remove(name)
|
|
22
|
+
|
|
23
|
+
export const resolveTranslatable = (
|
|
24
|
+
translatable: Translatable,
|
|
25
|
+
locale = LOCALE_DEFAULT
|
|
26
|
+
) => {
|
|
27
|
+
if (typeof translatable === 'string') return translatable
|
|
28
|
+
|
|
29
|
+
if (!locale)
|
|
30
|
+
throw new Error('No locale given for translatable that is not a string.')
|
|
31
|
+
|
|
32
|
+
const result = translatable[locale]
|
|
33
|
+
|
|
34
|
+
if (!result)
|
|
35
|
+
throw new Error(`Could not get translation for locale ${locale}.`)
|
|
36
|
+
|
|
37
|
+
return result
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export const setCookie = (
|
|
41
|
+
name: string,
|
|
42
|
+
value: string,
|
|
43
|
+
options: Cookies.CookieAttributes
|
|
44
|
+
) => Cookies.set(name, value, { sameSite: 'Strict', ...options })
|
|
45
|
+
|
|
46
|
+
export const useResolveTranslatable = (locale = LOCALE_DEFAULT) => {
|
|
47
|
+
return (translatable: Translatable) =>
|
|
48
|
+
resolveTranslatable(translatable, locale)
|
|
49
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import Cookies from 'js-cookie'
|
|
2
|
+
import { ref } from 'vue'
|
|
3
|
+
|
|
4
|
+
import { getAllCookieIdsString, getCookieId } from './methods'
|
|
5
|
+
import { Cookie, State } from './types'
|
|
6
|
+
|
|
7
|
+
import { defineNuxtPlugin } from '#imports'
|
|
8
|
+
import moduleOptions from '#build/cookie-control-options'
|
|
9
|
+
|
|
10
|
+
export default defineNuxtPlugin((_nuxtApp) => {
|
|
11
|
+
const cookieIsConsentGiven = Cookies.get(
|
|
12
|
+
moduleOptions.cookieNameIsConsentGiven
|
|
13
|
+
)
|
|
14
|
+
const cookieCookiesEnabledIds = Cookies.get(
|
|
15
|
+
moduleOptions.cookieNameCookiesEnabledIds
|
|
16
|
+
)?.split('|')
|
|
17
|
+
|
|
18
|
+
const isConsentGiven = ref<boolean | undefined>(
|
|
19
|
+
cookieIsConsentGiven === undefined
|
|
20
|
+
? undefined
|
|
21
|
+
: cookieIsConsentGiven === getAllCookieIdsString(moduleOptions)
|
|
22
|
+
)
|
|
23
|
+
const cookiesEnabled = ref<Cookie[] | undefined>(
|
|
24
|
+
cookieCookiesEnabledIds === undefined
|
|
25
|
+
? undefined
|
|
26
|
+
: [
|
|
27
|
+
...moduleOptions.cookies.necessary.filter((cookieNecessary) =>
|
|
28
|
+
cookieCookiesEnabledIds.includes(getCookieId(cookieNecessary))
|
|
29
|
+
),
|
|
30
|
+
...moduleOptions.cookies.optional.filter((cookieOptional) =>
|
|
31
|
+
cookieCookiesEnabledIds.includes(getCookieId(cookieOptional))
|
|
32
|
+
),
|
|
33
|
+
]
|
|
34
|
+
)
|
|
35
|
+
const cookiesEnabledIds = ref<string[] | undefined>(cookieCookiesEnabledIds)
|
|
36
|
+
const isModalActive = ref<boolean>()
|
|
37
|
+
|
|
38
|
+
const state = {
|
|
39
|
+
isConsentGiven,
|
|
40
|
+
cookiesEnabled,
|
|
41
|
+
cookiesEnabledIds,
|
|
42
|
+
isModalActive,
|
|
43
|
+
moduleOptions,
|
|
44
|
+
} as State
|
|
45
|
+
|
|
46
|
+
return {
|
|
47
|
+
provide: {
|
|
48
|
+
cookies: state,
|
|
49
|
+
},
|
|
50
|
+
}
|
|
51
|
+
})
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export default function(variables) {
|
|
1
|
+
export default function (variables: Record<string, string>) {
|
|
2
2
|
for (const cssVar in variables) {
|
|
3
|
-
document.documentElement.style.setProperty(`--${cssVar}`, variables[cssVar])
|
|
3
|
+
document.documentElement.style.setProperty(`--${cssVar}`, variables[cssVar])
|
|
4
4
|
}
|
|
5
5
|
}
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import { Ref } from 'vue'
|
|
2
|
+
|
|
3
|
+
import en from './locale/en'
|
|
4
|
+
|
|
5
|
+
export type Locale =
|
|
6
|
+
| 'ar'
|
|
7
|
+
| 'az'
|
|
8
|
+
| 'bg'
|
|
9
|
+
| 'cs'
|
|
10
|
+
| 'da'
|
|
11
|
+
| 'de'
|
|
12
|
+
| 'en'
|
|
13
|
+
| 'es'
|
|
14
|
+
| 'fi'
|
|
15
|
+
| 'fr'
|
|
16
|
+
| 'hr'
|
|
17
|
+
| 'hu'
|
|
18
|
+
| 'it'
|
|
19
|
+
| 'ja'
|
|
20
|
+
| 'ko'
|
|
21
|
+
| 'lt'
|
|
22
|
+
| 'nl'
|
|
23
|
+
| 'no'
|
|
24
|
+
| 'oc'
|
|
25
|
+
| 'pt'
|
|
26
|
+
| 'pl'
|
|
27
|
+
| 'ru'
|
|
28
|
+
| 'sk'
|
|
29
|
+
| 'sv'
|
|
30
|
+
| 'tr'
|
|
31
|
+
| 'uk'
|
|
32
|
+
|
|
33
|
+
export type PartialRecord<K extends keyof any, T> = Partial<Record<K, T>>
|
|
34
|
+
|
|
35
|
+
export type Translatable = string | PartialRecord<Locale, string>
|
|
36
|
+
|
|
37
|
+
export enum CookieType {
|
|
38
|
+
NECESSARY = 'necessary',
|
|
39
|
+
OPTIONAL = 'optional',
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export interface Cookie {
|
|
43
|
+
description?: Translatable
|
|
44
|
+
id?: string
|
|
45
|
+
name: Translatable
|
|
46
|
+
links?: Record<string, string | null>
|
|
47
|
+
src?: string
|
|
48
|
+
targetCookieIds?: string[]
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export interface LocaleStrings {
|
|
52
|
+
accept: string
|
|
53
|
+
acceptAll: string
|
|
54
|
+
bannerDescription: string
|
|
55
|
+
bannerTitle: string
|
|
56
|
+
close: string
|
|
57
|
+
cookiesFunctional: string
|
|
58
|
+
cookiesNecessary: string
|
|
59
|
+
cookiesOptional: string
|
|
60
|
+
iframeBlocked: string
|
|
61
|
+
decline: string
|
|
62
|
+
declineAll: string
|
|
63
|
+
here: string
|
|
64
|
+
manageCookies: string
|
|
65
|
+
save: string
|
|
66
|
+
settingsUnsaved: string
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export interface ModuleOptions {
|
|
70
|
+
barPosition:
|
|
71
|
+
| 'top-left'
|
|
72
|
+
| 'top-right'
|
|
73
|
+
| 'top-full'
|
|
74
|
+
| 'bottom-left'
|
|
75
|
+
| 'bottom-right'
|
|
76
|
+
| 'bottom-full'
|
|
77
|
+
closeModalOnClickOutside: boolean
|
|
78
|
+
colors: false | Record<string, any>
|
|
79
|
+
cookieExpiryOffsetMs: number
|
|
80
|
+
cookieNameCookiesEnabledIds: string
|
|
81
|
+
cookieNameIsConsentGiven: string
|
|
82
|
+
cookies: {
|
|
83
|
+
necessary: Cookie[]
|
|
84
|
+
optional: Cookie[]
|
|
85
|
+
}
|
|
86
|
+
domain: string
|
|
87
|
+
isAcceptNecessaryButtonEnabled: boolean
|
|
88
|
+
isControlButtonEnabled: boolean
|
|
89
|
+
isCookieIdVisible: boolean
|
|
90
|
+
isCssEnabled: boolean
|
|
91
|
+
isCssPonyfillEnabled: boolean
|
|
92
|
+
isDashInDescriptionEnabled: boolean
|
|
93
|
+
isIframeBlocked: boolean | { initialState: boolean }
|
|
94
|
+
isModalForced: boolean
|
|
95
|
+
locales: Locale[]
|
|
96
|
+
localeTexts: PartialRecord<Locale, Partial<LocaleStrings>>
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export const DEFAULTS: Required<ModuleOptions> = {
|
|
100
|
+
barPosition: 'bottom-full',
|
|
101
|
+
closeModalOnClickOutside: false,
|
|
102
|
+
colors: {
|
|
103
|
+
barBackground: '#000',
|
|
104
|
+
barButtonBackground: '#fff',
|
|
105
|
+
barButtonColor: '#000',
|
|
106
|
+
barButtonHoverBackground: '#333',
|
|
107
|
+
barButtonHoverColor: '#fff',
|
|
108
|
+
barTextColor: '#fff',
|
|
109
|
+
checkboxActiveBackground: '#000',
|
|
110
|
+
checkboxActiveCircleBackground: '#fff',
|
|
111
|
+
checkboxDisabledBackground: '#ddd',
|
|
112
|
+
checkboxDisabledCircleBackground: '#fff',
|
|
113
|
+
checkboxInactiveBackground: '#000',
|
|
114
|
+
checkboxInactiveCircleBackground: '#fff',
|
|
115
|
+
controlButtonBackground: '#fff',
|
|
116
|
+
controlButtonHoverBackground: '#000',
|
|
117
|
+
controlButtonIconColor: '#000',
|
|
118
|
+
controlButtonIconHoverColor: '#fff',
|
|
119
|
+
focusRingColor: '#808080',
|
|
120
|
+
modalBackground: '#fff',
|
|
121
|
+
modalButtonBackground: '#000',
|
|
122
|
+
modalButtonColor: '#fff',
|
|
123
|
+
modalButtonHoverBackground: '#333',
|
|
124
|
+
modalButtonHoverColor: '#fff',
|
|
125
|
+
modalOverlay: '#000',
|
|
126
|
+
modalOverlayOpacity: 0.8,
|
|
127
|
+
modalTextColor: '#000',
|
|
128
|
+
modalUnsavedColor: '#fff',
|
|
129
|
+
},
|
|
130
|
+
cookies: {
|
|
131
|
+
necessary: [],
|
|
132
|
+
optional: [],
|
|
133
|
+
},
|
|
134
|
+
cookieExpiryOffsetMs: 1000 * 60 * 60 * 24 * 365, // one year
|
|
135
|
+
cookieNameIsConsentGiven: 'ncc_c',
|
|
136
|
+
cookieNameCookiesEnabledIds: 'ncc_e',
|
|
137
|
+
isAcceptNecessaryButtonEnabled: true,
|
|
138
|
+
isControlButtonEnabled: true,
|
|
139
|
+
isCookieIdVisible: false,
|
|
140
|
+
isCssEnabled: true,
|
|
141
|
+
isCssPonyfillEnabled: false,
|
|
142
|
+
isDashInDescriptionEnabled: true,
|
|
143
|
+
isIframeBlocked: false,
|
|
144
|
+
isModalForced: false,
|
|
145
|
+
domain: '',
|
|
146
|
+
locales: ['en'],
|
|
147
|
+
localeTexts: { en },
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
export interface State {
|
|
151
|
+
cookiesEnabled: Ref<Cookie[] | undefined>
|
|
152
|
+
cookiesEnabledIds: Ref<string[] | undefined>
|
|
153
|
+
isConsentGiven: Ref<boolean | undefined>
|
|
154
|
+
isModalActive: Ref<boolean>
|
|
155
|
+
moduleOptions: ModuleOptions
|
|
156
|
+
}
|
package/dist/types.d.ts
CHANGED
|
@@ -1,7 +1,21 @@
|
|
|
1
1
|
|
|
2
|
-
import {
|
|
2
|
+
import { ModuleOptions, ModuleHooks, ModuleRuntimeConfig, ModulePublicRuntimeConfig } from './module'
|
|
3
3
|
|
|
4
|
+
declare module '@nuxt/schema' {
|
|
5
|
+
interface NuxtConfig { ['cookieControl']?: Partial<ModuleOptions> }
|
|
6
|
+
interface NuxtOptions { ['cookieControl']?: ModuleOptions }
|
|
7
|
+
interface NuxtHooks extends ModuleHooks {}
|
|
8
|
+
interface RuntimeConfig extends ModuleRuntimeConfig {}
|
|
9
|
+
interface PublicRuntimeConfig extends ModulePublicRuntimeConfig {}
|
|
10
|
+
}
|
|
4
11
|
|
|
12
|
+
declare module 'nuxt/schema' {
|
|
13
|
+
interface NuxtConfig { ['cookieControl']?: Partial<ModuleOptions> }
|
|
14
|
+
interface NuxtOptions { ['cookieControl']?: ModuleOptions }
|
|
15
|
+
interface NuxtHooks extends ModuleHooks {}
|
|
16
|
+
interface RuntimeConfig extends ModuleRuntimeConfig {}
|
|
17
|
+
interface PublicRuntimeConfig extends ModulePublicRuntimeConfig {}
|
|
18
|
+
}
|
|
5
19
|
|
|
6
20
|
|
|
7
21
|
export { default } from './module'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dargmuesli/nuxt-cookie-control",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.8.0",
|
|
4
4
|
"description": "Nuxt Cookies Control Module",
|
|
5
5
|
"author": "Dario Ferderber <dario.ferderber@broj42.com>",
|
|
6
6
|
"maintainers": [
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"repository": "https://github.com/dargmuesli/nuxt-cookie-control",
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"type": "module",
|
|
18
|
+
"engines": {
|
|
19
|
+
"node": "20"
|
|
20
|
+
},
|
|
21
|
+
"packageManager": "pnpm@8.4.0",
|
|
18
22
|
"exports": {
|
|
19
23
|
".": {
|
|
20
24
|
"import": "./dist/module.mjs",
|
|
@@ -29,12 +33,12 @@
|
|
|
29
33
|
"src/locale"
|
|
30
34
|
],
|
|
31
35
|
"scripts": {
|
|
32
|
-
"prepack": "
|
|
33
|
-
"dev": "
|
|
36
|
+
"prepack": "nuxt-module-build",
|
|
37
|
+
"dev": "nuxi dev playground",
|
|
34
38
|
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
|
|
35
39
|
"dev:build": "nuxi build playground",
|
|
36
40
|
"lint": "pnpm prepack && eslint --ext .js,.ts,.vue . && nuxi typecheck playground",
|
|
37
|
-
"prepare": "husky install"
|
|
41
|
+
"prepare": "husky install && pnpm dev:prepare"
|
|
38
42
|
},
|
|
39
43
|
"dependencies": {
|
|
40
44
|
"@nuxt/kit": "3.4.3",
|
|
@@ -44,6 +48,8 @@
|
|
|
44
48
|
"string-replace-loader": "3.1.0"
|
|
45
49
|
},
|
|
46
50
|
"devDependencies": {
|
|
51
|
+
"@commitlint/cli": "17.6.3",
|
|
52
|
+
"@commitlint/config-conventional": "17.6.3",
|
|
47
53
|
"@dargmuesli/nuxt-cookie-control": "link:.",
|
|
48
54
|
"@nuxt/module-builder": "0.3.1",
|
|
49
55
|
"@nuxtjs/eslint-config-typescript": "12.0.0",
|
|
@@ -57,8 +63,8 @@
|
|
|
57
63
|
"prettier": "2.8.8",
|
|
58
64
|
"typescript": "5.0.4",
|
|
59
65
|
"vue": "3.2.47",
|
|
60
|
-
"vue-tsc": "1.6.
|
|
61
|
-
"webpack": "5.
|
|
66
|
+
"vue-tsc": "1.6.4",
|
|
67
|
+
"webpack": "5.82.0"
|
|
62
68
|
},
|
|
63
69
|
"publishConfig": {
|
|
64
70
|
"access": "public"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const LOCALE_DEFAULT = "en";
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
accept: "\u0642\u0628\u0648\u0644",
|
|
3
|
-
acceptAll: "\u0642\u0628\u0648\u0644 \u0627\u0644\u0643\u0644",
|
|
4
|
-
bannerDescription: "\u0646\u062D\u0646 \u0646\u0633\u062A\u062E\u062F\u0645 \u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0646\u0627 \u0648\u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u062C\u0647\u0627\u062A \u0627\u0644\u062E\u0627\u0631\u062C\u064A\u0629 \u062D\u062A\u0649 \u0646\u062A\u0645\u0643\u0646 \u0645\u0646 \u0639\u0631\u0636 \u0647\u0630\u0627 \u0627\u0644\u0645\u0648\u0642\u0639 \u0648\u0641\u0647\u0645 \u0643\u064A\u0641\u064A\u0629 \u0627\u0633\u062A\u062E\u062F\u0627\u0645\u0647 \u0628\u0634\u0643\u0644 \u0623\u0641\u0636\u0644 \u060C \u0628\u0647\u062F\u0641 \u062A\u062D\u0633\u064A\u0646 \u0627\u0644\u062E\u062F\u0645\u0627\u062A \u0627\u0644\u062A\u064A \u0646\u0642\u062F\u0645\u0647\u0627. \u0625\u0630\u0627 \u0648\u0627\u0635\u0644\u062A \u0627\u0644\u062A\u0635\u0641\u062D \u060C \u0641\u0625\u0646\u0646\u0627 \u0646\u0639\u062A\u0628\u0631 \u0623\u0646\u0643 \u0642\u0628\u0644\u062A \u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637.",
|
|
5
|
-
bannerTitle: "\u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637",
|
|
6
|
-
close: "\u0625\u063A\u0644\u0627\u0642",
|
|
7
|
-
cookiesFunctional: "\u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637 \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",
|
|
8
|
-
cookiesNecessary: "\u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637 \u0627\u0644\u0636\u0631\u0648\u0631\u064A\u0629",
|
|
9
|
-
cookiesOptional: "\u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637 \u0627\u0644\u0627\u062E\u062A\u064A\u0627\u0631\u064A\u0629",
|
|
10
|
-
decline: "\u062A\u0642\u0628\u0644 \u0627\u0644\u0636\u0631\u0648\u0631\u0629",
|
|
11
|
-
declineAll: "\u062D\u0630\u0641 \u0627\u0644\u0643\u0644",
|
|
12
|
-
here: "\u0647\u0646\u0627",
|
|
13
|
-
iframeBlocked: "\u0644\u0631\u0624\u064A\u0629 \u0647\u0630\u0627 \u060C \u064A\u0631\u062C\u0649 \u062A\u0645\u0643\u064A\u0646 \u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637 \u0627\u0644\u0648\u0638\u064A\u0641\u064A\u0629",
|
|
14
|
-
manageCookies: "\u0625\u062F\u0627\u0631\u0629 \u0645\u0644\u0641\u0627\u062A \u062A\u0639\u0631\u064A\u0641 \u0627\u0644\u0627\u0631\u062A\u0628\u0627\u0637",
|
|
15
|
-
save: "\u062D\u0641\u0638",
|
|
16
|
-
settingsUnsaved: "\u0644\u062F\u064A\u0643 \u0625\u0639\u062F\u0627\u062F\u0627\u062A \u063A\u064A\u0631 \u0645\u062D\u0641\u0648\u0638\u0629"
|
|
17
|
-
};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
accept: "Q\u0259bul et",
|
|
3
|
-
acceptAll: "Ham\u0131s\u0131n\u0131 q\u0259bul et",
|
|
4
|
-
bannerDescription: "Biz \xF6z kukil\u0259rimizd\u0259n v\u0259 \xFC\xE7\xFCnc\xFC t\u0259r\u0259f kukil\u0259rind\u0259n istifad\u0259 edirik ki, biz bu veb-sayt\u0131 d\xFCzg\xFCn g\xF6st\u0259r\u0259 bil\u0259k v\u0259 t\u0259klif etdiyimiz xidm\u0259tl\u0259ri t\u0259kmill\u0259\u015Fdirm\u0259k m\u0259qs\u0259dil\u0259 bu veb-saytdan nec\u0259 istifad\u0259 olundu\u011Funu daha yax\u015F\u0131 ba\u015Fa d\xFC\u015F\u0259k. Kukid\u0259n istifad\u0259 icaz\u0259l\u0259ri il\u0259 ba\u011Fl\u0131 q\u0259rar bu bannerd\u0259 se\xE7im edildikd\u0259n sonra g\xF6r\xFCn\u0259c\u0259k kuki d\xFCym\u0259sind\u0259n istifad\u0259 etm\u0259kl\u0259 ist\u0259nil\u0259n vaxt d\u0259yi\u015Fdiril\u0259 bil\u0259r.",
|
|
5
|
-
bannerTitle: "Kukil\u0259r",
|
|
6
|
-
close: "Ba\u011Fla",
|
|
7
|
-
cookiesFunctional: "Funksional kukil\u0259r",
|
|
8
|
-
cookiesNecessary: "Z\u0259ruri kukil\u0259r",
|
|
9
|
-
cookiesOptional: "\u0130st\u0259y\u0259 ba\u011Fl\u0131 kukil\u0259r",
|
|
10
|
-
decline: "R\u0259dd et",
|
|
11
|
-
declineAll: "Ham\u0131s\u0131n\u0131 r\u0259dd et",
|
|
12
|
-
here: "burada",
|
|
13
|
-
iframeBlocked: "Bunu g\xF6rm\u0259k \xFC\xE7\xFCn funksional kukil\u0259ri aktiv edin",
|
|
14
|
-
manageCookies: "Kukil\u0259ri idar\u0259 et",
|
|
15
|
-
save: "Yadda saxla",
|
|
16
|
-
settingsUnsaved: "Yadda saxlanmam\u0131\u015F ayarlar\u0131n\u0131z var"
|
|
17
|
-
};
|