-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added localization: Deutsch, Español (Castellano), Français, Italiano, 日本語 (にほんご), Polski, Português, 语言, Русский язык.
- Loading branch information
1 parent
1c52e43
commit 5149338
Showing
10 changed files
with
457 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"gdpr": { | ||
"blades": { | ||
"main-title": "DSGVO", | ||
"main-subtitle": "Verwaltung personenbezogener Daten", | ||
"contact-list": { | ||
"title": "Kunden", | ||
"labels": { | ||
"full-name": "Vollständiger Name", | ||
"login": "Anmeldung", | ||
"email": "E-Mail", | ||
"birthday": "Geburtstag" | ||
} | ||
}, | ||
"contact-detail": { | ||
"subtitle": "Kontodetails", | ||
"header": "Benutzerinformationen", | ||
"commands": { | ||
"anonymize": { | ||
"label": "Daten anonymisieren", | ||
"message": { | ||
"title": "Anonymisierungsbestätigung", | ||
"text": "Sind Sie sicher, dass Sie die personenbezogenen Daten in Ihrem Konto anonymisieren möchten? Alle Informationen werden anonymisiert" | ||
} | ||
}, | ||
"download": { | ||
"label": "Daten herunterladen" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"permissions": { | ||
"gdpr:access": "DSGVO-Menü öffnen", | ||
"gdpr:anonymize": "Kontaktdaten anonymisieren", | ||
"gdpr:download": "Kontaktdaten herunterladen" | ||
}, | ||
"settings": { | ||
"GDPR": { | ||
"GDPRPassword": { | ||
"title": "DSGVO-Passwort", | ||
"description": "DSGVO-Passworteinstellung" | ||
}, | ||
"GDPREnabled": { | ||
"title": "DSGVO aktiviert", | ||
"description": "DSGVO-Aktivierungseinstellung" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"gdpr": { | ||
"blades": { | ||
"main-title": "RGPD", | ||
"main-subtitle": "Gestión de datos personales", | ||
"contact-list": { | ||
"title": "Clientes", | ||
"labels": { | ||
"full-name": "Nombre completo", | ||
"login": "Usuario", | ||
"email": "Correo electrónico", | ||
"birthday": "Fecha de nacimiento" | ||
} | ||
}, | ||
"contact-detail": { | ||
"subtitle": "Detalles de la cuenta", | ||
"header": "Información del usuario", | ||
"commands": { | ||
"anonymize": { | ||
"label": "Anonimizar datos", | ||
"message": { | ||
"title": "Confirmación de anonimización", | ||
"text": "¿Está seguro de que desea anonimizar los datos personales de su cuenta? Toda la información será anonimizada" | ||
} | ||
}, | ||
"download": { | ||
"label": "Descargar datos" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"permissions": { | ||
"gdpr:access": "Abrir menú RGPD", | ||
"gdpr:anonymize": "Anonimizar datos de contacto", | ||
"gdpr:download": "Descargar datos de contacto" | ||
}, | ||
"settings": { | ||
"GDPR": { | ||
"GDPRPassword": { | ||
"title": "Contraseña RGPD", | ||
"description": "Configuración de contraseña RGPD" | ||
}, | ||
"GDPREnabled": { | ||
"title": "RGPD habilitado", | ||
"description": "Configuración de habilitación RGPD" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"gdpr": { | ||
"blades": { | ||
"main-title": "RGPD", | ||
"main-subtitle": "Gestion des données personnelles", | ||
"contact-list": { | ||
"title": "Clients", | ||
"labels": { | ||
"full-name": "Nom complet", | ||
"login": "Identifiant", | ||
"email": "E-mail", | ||
"birthday": "Date de naissance" | ||
} | ||
}, | ||
"contact-detail": { | ||
"subtitle": "Détails du compte", | ||
"header": "Informations utilisateur", | ||
"commands": { | ||
"anonymize": { | ||
"label": "Anonymiser les données", | ||
"message": { | ||
"title": "Confirmation d'anonymisation", | ||
"text": "Êtes-vous sûr de vouloir anonymiser les données personnelles de votre compte ? Toutes les informations seront anonymisées" | ||
} | ||
}, | ||
"download": { | ||
"label": "Télécharger les données" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"permissions": { | ||
"gdpr:access": "Ouvrir le menu RGPD", | ||
"gdpr:anonymize": "Anonymiser les données de contact", | ||
"gdpr:download": "Télécharger les données de contact" | ||
}, | ||
"settings": { | ||
"GDPR": { | ||
"GDPRPassword": { | ||
"title": "Mot de passe RGPD", | ||
"description": "Paramètre du mot de passe RGPD" | ||
}, | ||
"GDPREnabled": { | ||
"title": "RGPD activé", | ||
"description": "Paramètre d'activation du RGPD" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"gdpr": { | ||
"blades": { | ||
"main-title": "GDPR", | ||
"main-subtitle": "Gestione dei dati personali", | ||
"contact-list": { | ||
"title": "Clienti", | ||
"labels": { | ||
"full-name": "Nome completo", | ||
"login": "Nome utente", | ||
"email": "Email", | ||
"birthday": "Data di nascita" | ||
} | ||
}, | ||
"contact-detail": { | ||
"subtitle": "Dettagli dell'account", | ||
"header": "Informazioni utente", | ||
"commands": { | ||
"anonymize": { | ||
"label": "Anonimizza i dati", | ||
"message": { | ||
"title": "Conferma anonimizzazione", | ||
"text": "Sei sicuro di voler anonimizzare i dati personali nel tuo account? Tutte le informazioni saranno anonimizzate" | ||
} | ||
}, | ||
"download": { | ||
"label": "Scarica i dati" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"permissions": { | ||
"gdpr:access": "Apri menu GDPR", | ||
"gdpr:anonymize": "Anonimizza dati di contatto", | ||
"gdpr:download": "Scarica dati di contatto" | ||
}, | ||
"settings": { | ||
"GDPR": { | ||
"GDPRPassword": { | ||
"title": "Password GDPR", | ||
"description": "Impostazione password GDPR" | ||
}, | ||
"GDPREnabled": { | ||
"title": "GDPR abilitato", | ||
"description": "Impostazione abilitazione GDPR" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"gdpr": { | ||
"blades": { | ||
"main-title": "GDPR", | ||
"main-subtitle": "個人データ管理", | ||
"contact-list": { | ||
"title": "顧客", | ||
"labels": { | ||
"full-name": "氏名", | ||
"login": "ログイン", | ||
"email": "メールアドレス", | ||
"birthday": "生年月日" | ||
} | ||
}, | ||
"contact-detail": { | ||
"subtitle": "アカウント詳細", | ||
"header": "ユーザー情報", | ||
"commands": { | ||
"anonymize": { | ||
"label": "データを匿名化", | ||
"message": { | ||
"title": "匿名化の確認", | ||
"text": "アカウントの個人データを匿名化してもよろしいですか?すべての情報が匿名化されます" | ||
} | ||
}, | ||
"download": { | ||
"label": "データをダウンロード" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"permissions": { | ||
"gdpr:access": "GDPRメニューを開く", | ||
"gdpr:anonymize": "連絡先データを匿名化", | ||
"gdpr:download": "連絡先データをダウンロード" | ||
}, | ||
"settings": { | ||
"GDPR": { | ||
"GDPRPassword": { | ||
"title": "GDPRパスワード", | ||
"description": "GDPRパスワード設定" | ||
}, | ||
"GDPREnabled": { | ||
"title": "GDPR有効", | ||
"description": "GDPR有効設定" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"gdpr": { | ||
"blades": { | ||
"main-title": "RODO", | ||
"main-subtitle": "Zarządzanie danymi osobowymi", | ||
"contact-list": { | ||
"title": "Klienci", | ||
"labels": { | ||
"full-name": "Pełne imię i nazwisko", | ||
"login": "Login", | ||
"email": "E-mail", | ||
"birthday": "Data urodzenia" | ||
} | ||
}, | ||
"contact-detail": { | ||
"subtitle": "Szczegóły konta", | ||
"header": "Informacje o użytkowniku", | ||
"commands": { | ||
"anonymize": { | ||
"label": "Anonimizuj dane", | ||
"message": { | ||
"title": "Potwierdzenie anonimizacji", | ||
"text": "Czy na pewno chcesz zanonimizować dane osobowe na swoim koncie? Wszystkie informacje zostaną zanonimizowane" | ||
} | ||
}, | ||
"download": { | ||
"label": "Pobierz dane" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"permissions": { | ||
"gdpr:access": "Otwórz menu RODO", | ||
"gdpr:anonymize": "Anonimizuj dane kontaktowe", | ||
"gdpr:download": "Pobierz dane kontaktowe" | ||
}, | ||
"settings": { | ||
"GDPR": { | ||
"GDPRPassword": { | ||
"title": "Hasło RODO", | ||
"description": "Ustawienie hasła RODO" | ||
}, | ||
"GDPREnabled": { | ||
"title": "RODO włączone", | ||
"description": "Ustawienie włączenia RODO" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.