mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Rename privacy->data-privacy
This commit is contained in:
parent
330b2fb590
commit
a6f5fe8ea3
@ -12,7 +12,7 @@
|
||||
"made": "Mit ❤ gemacht",
|
||||
"imprint": "Impressum",
|
||||
"termsAc": "Nutzungsbedingungen",
|
||||
"privacy": "Datenschutz",
|
||||
"data-privacy": "Datenschutz",
|
||||
"changelog": "Änderungen & Verlauf",
|
||||
"contact": "Kontakt",
|
||||
"tribunal": "Registergericht",
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
"made": "Made with ❤",
|
||||
"imprint": "Imprint",
|
||||
"termsAc": "Terms and conditions",
|
||||
"privacy": "Data privacy",
|
||||
"data-data-privacy": "Data data-data-privacy",
|
||||
"changelog": "Changes & History",
|
||||
"contact": "Contact",
|
||||
"tribunal": "Registry court",
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
"made": "Con ❤ realizado",
|
||||
"imprint": "Pie de imprenta",
|
||||
"termsAc": "términos y condiciones",
|
||||
"privacy": "protección de datos",
|
||||
"data-privacy": "protección de datos",
|
||||
"changelog": "Cambios e historia",
|
||||
"contact": "Contacto",
|
||||
"tribunal": "tribunal de registro",
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
"made": "Avec ❤ fait",
|
||||
"imprint": "Mentions légales",
|
||||
"termsAc": "modalités et conditions",
|
||||
"privacy": "protection des données",
|
||||
"data-privacy": "protection des données",
|
||||
"changelog": "Changements et historique",
|
||||
"contact": "Contacter",
|
||||
"tribunal": "tribunal de registre",
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"made": "Con ❤ fatto",
|
||||
"imprint": "Impressum",
|
||||
"termsAc": "Condizioni d'uso",
|
||||
"privacy": "protezione dei dati",
|
||||
"data-privacy": "protezione dei dati",
|
||||
"changelog": "Cambiamenti e storia",
|
||||
"contact": "Contatto",
|
||||
"tribunal": "registro tribunale",
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"made": "Met ❤ gemaakt",
|
||||
"imprint": "Afdruk",
|
||||
"termsAc": "Gebruiksvoorwaarden",
|
||||
"privacy": "gegevensbescherming",
|
||||
"data-privacy": "gegevensbescherming",
|
||||
"changelog": "Veranderingen & Geschiedenis",
|
||||
"contact": "contact",
|
||||
"tribunal": "registerrechtbank",
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
"made": "Z ❤ zrobiony",
|
||||
"imprint": "Nadruk",
|
||||
"termsAc": "Warunki użytkowania",
|
||||
"privacy": "ochrona danych",
|
||||
"data-privacy": "ochrona danych",
|
||||
"changelog": "Zmiany i historia",
|
||||
"contact": "Kontakt",
|
||||
"tribunal": "sąd rejestrowy",
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"made": "Com ❤ feito",
|
||||
"imprint": "Impressão",
|
||||
"termsAc": "termos e condições",
|
||||
"privacy": "protecção de dados",
|
||||
"data-privacy": "protecção de dados",
|
||||
"changelog": "Mudanças e Histórico",
|
||||
"contact": "Contato",
|
||||
"tribunal": "tribunal",
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<div>
|
||||
<ds-space>
|
||||
<ds-heading tag="h2">{{ $t('site.privacy') }}</ds-heading>
|
||||
<ds-heading tag="h2">{{ $t('site.data-privacy') }}</ds-heading>
|
||||
</ds-space>
|
||||
<ds-container>
|
||||
<ds-space margin-top="large">
|
||||
<ds-text>{{ $t('site.privacy') }}</ds-text>
|
||||
<ds-text>{{ $t('site.data-privacy') }}</ds-text>
|
||||
<ds-text>...</ds-text>
|
||||
</ds-space>
|
||||
</ds-container>
|
||||
@ -16,7 +16,7 @@
|
||||
export default {
|
||||
head() {
|
||||
return {
|
||||
title: this.$t('site.privacy'),
|
||||
title: this.$t('site.data-privacy'),
|
||||
}
|
||||
},
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user