diff --git a/i18n/en.yaml b/i18n/en.yaml index da1ff12..ccf8022 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -1,10 +1,18 @@ trackingStatus: other: Tracking Status -cookieConsentStatus: - other: Cookie Consent Status + dismissPopup: other: Dismiss popupMsg: other: By visiting my website, you agree with my cookiePolicy: - other: cookie policy \ No newline at end of file + other: cookie policy + +cookieConsentStatus: + other: Cookie Consent Status +cookieConsentText: + other: This site uses cookies to track its usage. A detailed description of the Matomo cookies used, and what they purpose is, could be found +cookieConsentHere: + other: here +cookieConsentTrack: + other: Bare in mind that even if you allow cookies but have your browser set to "Do not track", you won't be tracked. \ No newline at end of file diff --git a/i18n/pt.yaml b/i18n/pt.yaml index 0d8c87a..68eaaa7 100644 --- a/i18n/pt.yaml +++ b/i18n/pt.yaml @@ -2,4 +2,17 @@ trackingStatus: other: Estado da monitorização dismissPopup: - other: Fechar \ No newline at end of file + other: Fechar +popupMsg: + other: Ao visitar o meu site, concorda com a minha +cookiePolicy: + other: política de cookies + +cookieConsentStatus: + other: Estado do consentimento de cookies +cookieConsentText: + other: Este site usa cookies para registar o seu uso. Uma descrição detalhada dos cookies usados pelo Matomo poderá ser verificada +cookieConsentHere: + other: aqui +cookieConsentTrack: + other: No entanto, mesmo que autorize a utilização de cookies, se o seu browser estiver configurado para "Do not track", a sua utilização não será registada. \ No newline at end of file diff --git a/layouts/partials/matomo_cookie_popup.html b/layouts/partials/matomo_cookie_popup.html index fbba0b3..eeebe6a 100644 --- a/layouts/partials/matomo_cookie_popup.html +++ b/layouts/partials/matomo_cookie_popup.html @@ -1,21 +1,8 @@ {{ if and (isset .Site.Params "matomo") (eq .Site.Params.matomo.enable true) }}