diff --git a/src/VirtoCommerce.GDPR.Web/Localizations/de.GDPR.json b/src/VirtoCommerce.GDPR.Web/Localizations/de.GDPR.json new file mode 100644 index 0000000..9f26523 --- /dev/null +++ b/src/VirtoCommerce.GDPR.Web/Localizations/de.GDPR.json @@ -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" + } + } + } +} \ No newline at end of file diff --git a/src/VirtoCommerce.GDPR.Web/Localizations/en.GDPR.json b/src/VirtoCommerce.GDPR.Web/Localizations/en.GDPR.json index a3cf49e..a99bd5d 100644 --- a/src/VirtoCommerce.GDPR.Web/Localizations/en.GDPR.json +++ b/src/VirtoCommerce.GDPR.Web/Localizations/en.GDPR.json @@ -6,7 +6,7 @@ "contact-list": { "title": "Customers", "labels": { - "full-name": "Full Name", + "full-name": "Full name", "login": "Login", "email": "Email", "birthday": "Birthday" @@ -20,7 +20,7 @@ "label": "Anonymize data", "message": { "title": "Anonymize confirmation", - "text": "Are you sure you want to anonymize Account's personal data? All information will be anonymized." + "text": "Are you sure you want to anonymize the personal data in your account? All information will be anonymized" } }, "download": { @@ -38,13 +38,13 @@ "settings": { "GDPR": { "GDPRPassword": { - "title": "GDPR Password", - "description": "GDPR Password setting" + "title": "GDPR password", + "description": "GDPR password setting" }, "GDPREnabled": { - "title": "GDPR Enabled", - "description": "GDPR Enabled setting" + "title": "GDPR enabled", + "description": "GDPR enabled setting" } } } -} +} \ No newline at end of file diff --git a/src/VirtoCommerce.GDPR.Web/Localizations/es.GDPR.json b/src/VirtoCommerce.GDPR.Web/Localizations/es.GDPR.json new file mode 100644 index 0000000..d0aa81f --- /dev/null +++ b/src/VirtoCommerce.GDPR.Web/Localizations/es.GDPR.json @@ -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" + } + } + } +} \ No newline at end of file diff --git a/src/VirtoCommerce.GDPR.Web/Localizations/fr.GDPR.json b/src/VirtoCommerce.GDPR.Web/Localizations/fr.GDPR.json new file mode 100644 index 0000000..e3be852 --- /dev/null +++ b/src/VirtoCommerce.GDPR.Web/Localizations/fr.GDPR.json @@ -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" + } + } + } +} \ No newline at end of file diff --git a/src/VirtoCommerce.GDPR.Web/Localizations/it.GDPR.json b/src/VirtoCommerce.GDPR.Web/Localizations/it.GDPR.json new file mode 100644 index 0000000..ed418d8 --- /dev/null +++ b/src/VirtoCommerce.GDPR.Web/Localizations/it.GDPR.json @@ -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" + } + } + } +} \ No newline at end of file diff --git a/src/VirtoCommerce.GDPR.Web/Localizations/ja.GDPR.json b/src/VirtoCommerce.GDPR.Web/Localizations/ja.GDPR.json new file mode 100644 index 0000000..7b620bc --- /dev/null +++ b/src/VirtoCommerce.GDPR.Web/Localizations/ja.GDPR.json @@ -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有効設定" + } + } + } +} \ No newline at end of file diff --git a/src/VirtoCommerce.GDPR.Web/Localizations/pl.GDPR.json b/src/VirtoCommerce.GDPR.Web/Localizations/pl.GDPR.json new file mode 100644 index 0000000..dbfe967 --- /dev/null +++ b/src/VirtoCommerce.GDPR.Web/Localizations/pl.GDPR.json @@ -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" + } + } + } +} \ No newline at end of file diff --git a/src/VirtoCommerce.GDPR.Web/Localizations/pt.GDPR.json b/src/VirtoCommerce.GDPR.Web/Localizations/pt.GDPR.json new file mode 100644 index 0000000..e1911e5 --- /dev/null +++ b/src/VirtoCommerce.GDPR.Web/Localizations/pt.GDPR.json @@ -0,0 +1,50 @@ +{ + "gdpr": { + "blades": { + "main-title": "RGPD", + "main-subtitle": "Gestão de dados pessoais", + "contact-list": { + "title": "Clientes", + "labels": { + "full-name": "Nome completo", + "login": "Nome de usuário", + "email": "E-mail", + "birthday": "Data de nascimento" + } + }, + "contact-detail": { + "subtitle": "Detalhes da conta", + "header": "Informações do usuário", + "commands": { + "anonymize": { + "label": "Anonimizar dados", + "message": { + "title": "Confirmação de anonimização", + "text": "Tem certeza de que deseja anonimizar os dados pessoais em sua conta? Todas as informações serão anonimizadas" + } + }, + "download": { + "label": "Baixar dados" + } + } + } + } + }, + "permissions": { + "gdpr:access": "Abrir menu RGPD", + "gdpr:anonymize": "Anonimizar dados de contato", + "gdpr:download": "Baixar dados de contato" + }, + "settings": { + "GDPR": { + "GDPRPassword": { + "title": "Senha RGPD", + "description": "Configuração de senha RGPD" + }, + "GDPREnabled": { + "title": "RGPD ativado", + "description": "Configuração de ativação RGPD" + } + } + } +} \ No newline at end of file diff --git a/src/VirtoCommerce.GDPR.Web/Localizations/ru.GDPR.json b/src/VirtoCommerce.GDPR.Web/Localizations/ru.GDPR.json new file mode 100644 index 0000000..05c88d1 --- /dev/null +++ b/src/VirtoCommerce.GDPR.Web/Localizations/ru.GDPR.json @@ -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" + } + } + } +} \ No newline at end of file diff --git a/src/VirtoCommerce.GDPR.Web/Localizations/zh.GDPR.json b/src/VirtoCommerce.GDPR.Web/Localizations/zh.GDPR.json new file mode 100644 index 0000000..0cce971 --- /dev/null +++ b/src/VirtoCommerce.GDPR.Web/Localizations/zh.GDPR.json @@ -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启用设置" + } + } + } +} \ No newline at end of file