Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-05-13 16:19:39 +0300
committerGitHub <noreply@github.com>2020-05-13 16:19:39 +0300
commit0a9ec9745073527c2d43c545ef8d228fb22a16fa (patch)
tree8572ef783e39c44d35737a4b5fa7b38bf8769c1a /i18n
parent8d491509e02ff1a4a50f1a1b70e79e94c48bb2f6 (diff)
feat(cookies): add Cookie consent banner (#355)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.toml9
-rw-r--r--i18n/en.toml9
-rw-r--r--i18n/es.toml9
-rw-r--r--i18n/fr.toml9
-rw-r--r--i18n/it.toml9
-rw-r--r--i18n/pl.toml9
-rw-r--r--i18n/pt-BR.toml9
-rw-r--r--i18n/ro.toml9
-rw-r--r--i18n/ru.toml9
-rw-r--r--i18n/sr.toml9
-rw-r--r--i18n/zh-CN.toml9
11 files changed, 99 insertions, 0 deletions
diff --git a/i18n/de.toml b/i18n/de.toml
index 5cf537e5..8440ea6e 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -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 ===
diff --git a/i18n/en.toml b/i18n/en.toml
index b9f88a87..ccd8fa72 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -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 ===
diff --git a/i18n/es.toml b/i18n/es.toml
index 64e3dbc5..992f161b 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -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 ===
diff --git a/i18n/fr.toml b/i18n/fr.toml
index 300c72b5..451ad26d 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -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 ===
diff --git a/i18n/it.toml b/i18n/it.toml
index 4d79ab47..cb24f568 100644
--- a/i18n/it.toml
+++ b/i18n/it.toml
@@ -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 ===
diff --git a/i18n/pl.toml b/i18n/pl.toml
index 92cf05ed..fbe274ec 100644
--- a/i18n/pl.toml
+++ b/i18n/pl.toml
@@ -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 ===
diff --git a/i18n/pt-BR.toml b/i18n/pt-BR.toml
index 6c9856ec..d7653054 100644
--- a/i18n/pt-BR.toml
+++ b/i18n/pt-BR.toml
@@ -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 ===
diff --git a/i18n/ro.toml b/i18n/ro.toml
index c9f3d2b7..cceb805e 100644
--- a/i18n/ro.toml
+++ b/i18n/ro.toml
@@ -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 ===
diff --git a/i18n/ru.toml b/i18n/ru.toml
index bfb7dc3e..61b93093 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.toml
@@ -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 ===
diff --git a/i18n/sr.toml b/i18n/sr.toml
index 118f32cb..af8484cc 100644
--- a/i18n/sr.toml
+++ b/i18n/sr.toml
@@ -85,6 +85,15 @@ other = "sr"
[copyToClipboard]
other = "Копирај на радну таблу"
+
+[cookieconsentMessage]
+other = "Ова веб локација користи Cookies да би побољшала ваше искуство."
+
+[cookieconsentDismiss]
+other = "Договорити се"
+
+[cookieconsentLink]
+other = "Сазнајте више"
# === partials/assets.html ===
# === partials/plugin/share.html ===
diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml
index 67f19da8..b50a115b 100644
--- a/i18n/zh-CN.toml
+++ b/i18n/zh-CN.toml
@@ -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 ===