immosquare-cookies 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c1bf896fb46db5da30f92767ff7c6711cdbdc019cf225ca8d1e534caff36d1d6
4
- data.tar.gz: 71f50fba90f9601705106e35dcd8e68aa0714af97956f75b8c4092294604fda6
3
+ metadata.gz: 0223a6ed81c3cd4ac7c696ff286df0d9edb0b4ffa84cb722fa7212107d8c57c6
4
+ data.tar.gz: d21f93b97d75e3d866443bb3fe7a3f256e7b4826ef5d999d74cf378fcd63a67e
5
5
  SHA512:
6
- metadata.gz: ea4497ba20a707febf0e179d0a9f93219afbc3a6205835a26eb4158fe75c8a1706fe911e08f04c5e3a4e22220e65f06bf7881db860b9b3868f8f5318ffd821ac
7
- data.tar.gz: 866b68d156918579c66eb3d2b39d8d3ba996f9e4dc80e5d614c1da499a8f145c69121f5e719ae896e370aa852ab9155ea006b8163565f86e23e4864eb73be5c6
6
+ metadata.gz: ef934a96df881cd5f9fa9fb3fc414580eb79c765c5c71afe9add835a5db5015ef018a02af3911bcf6c47c805a6f2527a658304080dda290846ee5ec7d72dbe46
7
+ data.tar.gz: 3808d15fa065e1419b358854b3f38a9e4d563218bf9130845bbf1aafd46862c83d695660f0fcd7dea46bedf35396efd0aa45d267fed99dd2e5ad15481dfbda7a
@@ -0,0 +1,7 @@
1
+ en:
2
+ immosquare-cookies:
3
+ document_name: "Privacy Policy."
4
+ text: "We and our technology partners use cookies or trackers to store and access information on your device. These data help us to improve your user experience, measure the audience of our site, and facilitate interaction with social networks. By continuing your navigation, you agree to the use of these trackers. If you do not accept, some features of the site might not operate as expected. You can change your preferences at any time through your browser settings."
5
+ link_text: "More information:"
6
+ refuse: "Decline"
7
+ accept: "Accept"
@@ -0,0 +1,7 @@
1
+ es:
2
+ immosquare-cookies:
3
+ document_name: "Política de privacidad."
4
+ text: "Nosotros y nuestros socios tecnológicos utilizamos cookies o rastreadores para almacenar y acceder a información en tu dispositivo. Estos datos nos ayudan a mejorar tu experiencia de usuario, medir la audiencia de nuestro sitio y facilitar la interacción con las redes sociales. Al continuar con tu navegación, aceptas el uso de estos rastreadores. Si no aceptas, algunas funciones del sitio podrían no operar como se esperaba. Puedes cambiar tus preferencias en cualquier momento a través de la configuración de tu navegador."
5
+ link_text: "Más información:"
6
+ refuse: "Rechazar"
7
+ accept: "Aceptar"
@@ -0,0 +1,7 @@
1
+ it:
2
+ immosquare-cookies:
3
+ document_name: "Politica sulla privacy."
4
+ text: "Noi e i nostri partner tecnologici utilizziamo cookie o tracciatori per memorizzare e accedere alle informazioni sul tuo dispositivo. Questi dati ci aiutano a migliorare la tua esperienza utente, a misurare l'audience del nostro sito e a facilitare l'interazione con i social network. Continuando la tua navigazione, accetti l'uso di questi tracciatori. Se non accetti, alcune funzionalità del sito potrebbero non funzionare come previsto. Puoi modificare le tue preferenze in qualsiasi momento attraverso le impostazioni del tuo browser."
5
+ link_text: "Maggiori informazioni:"
6
+ refuse: "Rifiuta"
7
+ accept: "Accetta"
@@ -0,0 +1,7 @@
1
+ nl:
2
+ immosquare-cookies:
3
+ document_name: "Privacybeleid."
4
+ text: "Wij en onze technologiepartners gebruiken cookies of trackers om informatie op uw apparaat op te slaan en te openen. Deze gegevens helpen ons uw gebruikerservaring te verbeteren, het publiek van onze site te meten en de interactie met sociale netwerken te vergemakkelijken. Door verder te gaan met uw navigatie gaat u akkoord met het gebruik van deze trackers. Als u niet akkoord gaat, werken sommige functies van de site mogelijk niet zoals verwacht. U kunt uw voorkeuren op elk moment wijzigen via de instellingen van uw browser."
5
+ link_text: "Meer informatie:"
6
+ refuse: "Weigeren"
7
+ accept: "Accepteren"
@@ -0,0 +1,7 @@
1
+ zh:
2
+ immosquare-cookies:
3
+ document_name: "隐私政策。"
4
+ text: "我们及我们的技术合作伙伴使用 cookies 或跟踪器在您的设备上存储和访问信息。这些数据帮助我们改进您的用户体验,测量我们网站的受众,并便于与社交网络的互动。继续浏览即表示您同意使用这些跟踪器。如果您不接受,网站的某些功能可能无法按预期运行。您可以随时通过浏览器设置更改您的偏好设置。"
5
+ link_text: "更多信息:"
6
+ refuse: "拒绝"
7
+ accept: "接受"
@@ -1,3 +1,3 @@
1
1
  module ImmosquareCookies
2
- VERSION = "0.1.2".freeze
2
+ VERSION = "0.1.3".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: immosquare-cookies
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - IMMO SQUARE
@@ -22,7 +22,12 @@ extra_rdoc_files: []
22
22
  files:
23
23
  - app/assets/stylesheets/immosquare-cookies.scss
24
24
  - app/views/immosquare-cookies/_consent_banner.html.erb
25
+ - config/locales/immosquare-cookies.en.yml
26
+ - config/locales/immosquare-cookies.es.yml
25
27
  - config/locales/immosquare-cookies.fr.yml
28
+ - config/locales/immosquare-cookies.it.yml
29
+ - config/locales/immosquare-cookies.nl.yml
30
+ - config/locales/immosquare-cookies.zh.yml
26
31
  - lib/immosquare-cookies.rb
27
32
  - lib/immosquare-cookies/engine.rb
28
33
  - lib/immosquare-cookies/version.rb