feat(cookies): add Cookie consent banner (#355)

This commit is contained in:
Dillon
2020-05-13 21:19:39 +08:00
committed by GitHub
parent 8d491509e0
commit 0a9ec97450
32 changed files with 237 additions and 44 deletions

View File

@@ -88,6 +88,15 @@ other = "lib/lunr/lunr.de.js"
[copyToClipboard]
other = "In Zwischenablage kopieren"
[cookieconsentMessage]
other = "Diese Website verwendet Cookies, um Ihre Erfahrung zu verbessern."
[cookieconsentDismiss]
other = "Zustimmen"
[cookieconsentLink]
other = "Erfahren Sie mehr"
# === partials/assets.html ===
# === partials/plugin/share.html ===

View File

@@ -84,6 +84,15 @@ other = "en"
[copyToClipboard]
other = "Copy to clipboard"
[cookieconsentMessage]
other = "This website uses Cookies to improve your experience."
[cookieconsentDismiss]
other = "Got it!"
[cookieconsentLink]
other = "Learn more"
# === partials/assets.html ===
# === partials/plugin/share.html ===

View File

@@ -88,6 +88,15 @@ other = "lib/lunr/lunr.es.js"
[copyToClipboard]
other = "Copiar al portapapeles"
[cookieconsentMessage]
other = "Este sitio web utiliza Cookies para mejorar su experiencia."
[cookieconsentDismiss]
other = "De acuerdo"
[cookieconsentLink]
other = "Aprende más"
# === partials/assets.html ===
# === partials/plugin/share.html ===

View File

@@ -88,6 +88,15 @@ other = "lib/lunr/lunr.fr.js"
[copyToClipboard]
other = "Copier dans le presse-papiers"
[cookieconsentMessage]
other = "Ce site Web utilise des Cookies pour améliorer votre expérience."
[cookieconsentDismiss]
other = "Se mettre d'accord"
[cookieconsentLink]
other = "Apprendre encore plus"
# === partials/assets.html ===
# === partials/plugin/share.html ===

View File

@@ -88,6 +88,15 @@ other = "lib/lunr/lunr.it.js"
[copyToClipboard]
other = "Copia negli appunti"
[cookieconsentMessage]
other = "Questo sito Web utilizza i Cookies per migliorare la tua esperienza."
[cookieconsentDismiss]
other = "Essere d'accordo"
[cookieconsentLink]
other = "Per saperne di più"
# === partials/assets.html ===
# === partials/plugin/share.html ===

View File

@@ -131,6 +131,15 @@ other = "Strona główna"
[readMore]
other = "Czytaj więcej"
[cookieconsentMessage]
other = "Ta strona korzysta z plików Cookies, aby poprawić komfort użytkowania."
[cookieconsentDismiss]
other = "Zgodzić się"
[cookieconsentLink]
other = "Ucz się więcej"
# === posts/single.html ===
# === 404.html ===

View File

@@ -88,6 +88,15 @@ other = "lib/lunr/lunr.pt.js"
[copyToClipboard]
other = "Copiar para a área de transferência"
[cookieconsentMessage]
other = "Este site usa Cookies para melhorar sua experiência."
[cookieconsentDismiss]
other = "Aceita"
[cookieconsentLink]
other = "Saber mais"
# === partials/assets.html ===
# === partials/plugin/share.html ===

View File

@@ -88,6 +88,15 @@ other = "lib/lunr/lunr.ro.js"
[copyToClipboard]
other = "Copiați în clipboard"
[cookieconsentMessage]
other = "Acest site web utilizează Cookies pentru a vă îmbunătăți experiența."
[cookieconsentDismiss]
other = "De acord"
[cookieconsentLink]
other = "Aflați mai multe"
# === partials/assets.html ===
# === partials/plugin/share.html ===

View File

@@ -88,6 +88,15 @@ other = "lib/lunr/lunr.ru.js"
[copyToClipboard]
other = "Копировать в буфер обмена"
[cookieconsentMessage]
other = "Этот сайт использует Cookies для улучшения вашего опыта."
[cookieconsentDismiss]
other = "Согласен"
[cookieconsentLink]
other = "Учить больше"
# === partials/assets.html ===
# === partials/plugin/share.html ===

View File

@@ -85,6 +85,15 @@ other = "sr"
[copyToClipboard]
other = "Копирај на радну таблу"
[cookieconsentMessage]
other = "Ова веб локација користи Cookies да би побољшала ваше искуство."
[cookieconsentDismiss]
other = "Договорити се"
[cookieconsentLink]
other = "Сазнајте више"
# === partials/assets.html ===
# === partials/plugin/share.html ===

View File

@@ -91,6 +91,15 @@ other = "lib/lunr/lunr.segmentit.js"
[copyToClipboard]
other = "复制到剪贴板"
[cookieconsentMessage]
other = "本网站使用 Cookies 来改善您的浏览体验."
[cookieconsentDismiss]
other = "同意"
[cookieconsentLink]
other = "了解更多"
# === partials/assets.html ===
# === partials/plugin/share.html ===