I have translated AccountSecurity.vue+ did a fix in manageaccount

This commit is contained in:
PascalMarchesseault
2024-09-02 23:00:39 -04:00
parent d33d3885da
commit c2677afe83
4 changed files with 42 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
{
"general": {
"yes": "yes",
"no": "no"
"no": "no"
},
"banner": {
"subscription": "Subscriptions"
@@ -38,17 +38,17 @@
"wallet": "Wallet",
"Signout": "Sign out"
},
"message": {
"edit" : "Edit",
"message": {
"edit": "Edit",
"delete": "Delete",
"report": "Report",
"yourcomment": "Your comment..."
},
},
"contentCard": {
"commenttitle": "comments",
"edit" : "Edit",
"delete" : "delete",
"report" : "report",
"edit": "Edit",
"delete": "delete",
"report": "report",
"deletecontenttitle": "Delete this content?",
"deeletecontentwarning": "Are you sure you want to delete the content?"
},
@@ -56,21 +56,21 @@
"seconds": "seconds",
"1minuteago": "1 minute ago",
"1minutefromnow": "1 minute from now",
"minutes" : "minutes",
"1hourago" : "1 hour ago",
"minutes": "minutes",
"1hourago": "1 hour ago",
"1hourfromnow": "1 hour from now",
"hours" : "hours",
"yesterday" : "Yesterday",
"hours": "hours",
"yesterday": "Yesterday",
"tomorrow": "Tomorrow",
"days" : "days",
"lastweek" : "Last week",
"nextweek" : "Next week",
"weeks" : "weeks",
"lastmonth" : "Last month",
"nextmonth" : "Next month",
"months" : "months",
"days": "days",
"lastweek": "Last week",
"nextweek": "Next week",
"weeks": "weeks",
"lastmonth": "Last month",
"nextmonth": "Next month",
"months": "months",
"lastyear": "Last year",
"nextyear" : "Next year",
"nextyear": "Next year",
"years": "years",
"lastcentury": "Last century",
"nextcentury": "Next century",
@@ -106,7 +106,15 @@
"accounts": "Account",
"accountmanagement": "Account Management",
"pageid": "Page ID",
"addAccount": "Add Account",
"addaccount": "Add Account",
"authoritygranted": "Granted Permissions"
},
"security": {
"title": "Security",
"howtoconnect": "How to connect to Hutopy",
"password": "Password",
"recoverybyemail": "Recovery by Email",
"recoverybymobile": "Recovery by Mobile"
}
}

View File

@@ -108,6 +108,14 @@
"pageid": "ID de la page",
"addaccount": "Ajouter un compte",
"authoritygranted": "Autorisations accordées"
},
"security": {
"title": "Sécurité",
"howtoconnect": "Comment vous connecter à Hutopy",
"password": "Mot de passe",
"recoverybyemail": "Récupération par email",
"recoverybymobile": "Récupération par mobile"
}
}