From c2677afe83f42d06d4b2451b9201d16ff57c9ff3 Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:00:39 -0400 Subject: [PATCH] I have translated AccountSecurity.vue+ did a fix in manageaccount --- src/locales/en.json | 48 +++++++++++-------- src/locales/fr.json | 8 ++++ .../profile/management/ManageAccount.vue | 2 +- .../profile/security/AccountSecurity.vue | 10 ++-- 4 files changed, 42 insertions(+), 26 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 07704ef..78cd32d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -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" } + } \ No newline at end of file diff --git a/src/locales/fr.json b/src/locales/fr.json index c4b1b99..3cc2998 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -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" } + } \ No newline at end of file diff --git a/src/views/profile/management/ManageAccount.vue b/src/views/profile/management/ManageAccount.vue index 11c7f80..d72ad25 100644 --- a/src/views/profile/management/ManageAccount.vue +++ b/src/views/profile/management/ManageAccount.vue @@ -20,7 +20,7 @@