I have translated ManageAccount

This commit is contained in:
PascalMarchesseault
2024-09-02 22:41:03 -04:00
parent 3395245ec2
commit d33d3885da
4 changed files with 27 additions and 14 deletions

View File

@@ -101,5 +101,12 @@
"menucolor": "Menu color",
"pageinformation": "Your page information",
"socialnetwork": "Social Network"
},
"accountmanagement": {
"accounts": "Account",
"accountmanagement": "Account Management",
"pageid": "Page ID",
"addAccount": "Add Account",
"authoritygranted": "Granted Permissions"
}
}

View File

@@ -38,17 +38,17 @@
"wallet": "PorteFeuille",
"Signout": "se déconnecter"
},
"message": {
"edit" : "Modifier",
"message": {
"edit": "Modifier",
"delete": "Effacer",
"report": "Signaler",
"yourcomment": "Votre commentaire..."
},
"contentCard": {
"commenttitle": "commentaires",
"edit" : "Modifier",
"delete" : "Effacer",
"report" : "signaler",
"commenttitle": "commentaires",
"edit": "Modifier",
"delete": "Effacer",
"report": "signaler",
"deletecontenttitle": " Supprimer ce contenu?",
"deeletecontentwarning": "Êtes-vous sûr de vouloir supprimer le contenu?"
},
@@ -101,6 +101,13 @@
"menucolor": "Couleur des menus",
"pageinformation": "Informations de votre page",
"socialnetwork": "Réseaux sociaux"
},
"accountmanagement": {
"accounts" : "comptes",
"accountmanagement": "Gestion des comptes",
"pageid": "ID de la page",
"addaccount": "Ajouter un compte",
"authoritygranted": "Autorisations accordées"
}
}