I have translated PersonalInfo.

This commit is contained in:
PascalMarchesseault
2024-09-02 20:48:38 -04:00
parent e3c627a324
commit 38a3d71938
4 changed files with 43 additions and 13 deletions

View File

@@ -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"
}
}

View File

@@ -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"
}
}