From 38a3d71938194e58ac8e3dfab7b28db1abfe899d Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:48:38 -0400 Subject: [PATCH] I have translated PersonalInfo. --- src/locales/en.json | 15 +++++++++++++ src/locales/fr.json | 15 +++++++++++++ src/views/profile/ProfilePage.vue | 2 +- src/views/profile/account/PersonnalInfo.vue | 24 ++++++++++----------- 4 files changed, 43 insertions(+), 13 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index b2ed325..bd91d89 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -27,6 +27,7 @@ "unsubscribe": "Unsubscribe" }, "profilemenu": { + "manageyouraccount": "Manage your Hutopy account", "creator": "Creator", "user": "User", "accountmanagement": "Account Management", @@ -75,5 +76,19 @@ "nextcentury": "Next century", "centuries": "centuries", "ago": "ago" + }, + "personnalinformation": { + "basicinformation": "Basic information", + "title": "Personal information", + "profilepicture": "Profile picture", + "name": "Name", + "dob": "Date of birth", + "gender": "Gender", + "contactdetails": "Contact details", + "email": "Email", + "phone": "Phone", + "addresses": "Addresses", + "home": "Home", + "work": "Work" } } \ No newline at end of file diff --git a/src/locales/fr.json b/src/locales/fr.json index 52eb72e..cc0043b 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -27,6 +27,7 @@ "unsubscribe": "Se désabonner" }, "profilemenu": { + "manageyouraccount": "Gérer votre compte Hutopy", "creator": "Créateur", "user": "utilisateur", "accountmanagement": "Gestion de comptes", @@ -75,6 +76,20 @@ "nextcentury": "Le siècle prochain", "centuries": "siècles", "ago": "" + }, + "personnalinformation": { + "basicinformation": "Information de base", + "title": "Informations personnelles", + "profilepicture": "Photo de profil", + "name": "Nom", + "dob": "Date de naissance", + "gender": "Genre", + "contactdetails": "Coordonnées", + "email": "Email", + "phone": "Téléphone", + "addresses": "Adresses", + "home": "Domicile", + "work": "Travail" } } \ No newline at end of file diff --git a/src/views/profile/ProfilePage.vue b/src/views/profile/ProfilePage.vue index 5b28fab..29ea3e3 100644 --- a/src/views/profile/ProfilePage.vue +++ b/src/views/profile/ProfilePage.vue @@ -5,7 +5,7 @@
-

Gérer votre compte Hutopy

+

{{$t('profilemenu.manageyouraccount')}}

diff --git a/src/views/profile/account/PersonnalInfo.vue b/src/views/profile/account/PersonnalInfo.vue index 214cc08..4c94253 100644 --- a/src/views/profile/account/PersonnalInfo.vue +++ b/src/views/profile/account/PersonnalInfo.vue @@ -1,17 +1,17 @@