From 4a76ba1e2cde0b59e43546f3d5078c1230334944 Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Fri, 27 Dec 2024 00:27:38 -0500 Subject: [PATCH] Traduction and ui modifications --- src/locales/en.json | 18 +++++- src/locales/fr.json | 26 +++++--- src/views/creators/DonationButton.vue | 2 +- src/views/creators/DonationButtonBanner.vue | 10 ++-- src/views/main/Footer.vue | 14 ++--- src/views/profile/creators/CreateCreator.vue | 7 --- src/views/profile/creators/CreatorPage.vue | 63 +++++--------------- 7 files changed, 60 insertions(+), 80 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index a7bd8ad..ee5c76b 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -1,5 +1,5 @@ { - "language":{ + "language": { "language": "En" }, "general": { @@ -10,7 +10,14 @@ "subscription": "Subscriptions" }, "footer": { - "allRightsReserved": "All rights reserved" + "allRightsReserved": "All rights reserved", + "helpandcontact": "Help and contact", + "faq": "FAQ", + "creatorguide": "Creator guide", + "termsandconditions": "Terms and conditions", + "contentpolicy": "Content policy", + "about": "About", + "pricing": "Pricing" }, "sidebar": { "subscriptionTitle": "Subscription", @@ -111,6 +118,11 @@ "password": "Password", "recoverybyemail": "Recovery by Email", "recoverybymobile": "Recovery by Mobile" + }, + "isupportbtn": { + "isupport": "I support", + "amount": "amount", + "message": "Message (optional)", + "send": "send" } - } \ No newline at end of file diff --git a/src/locales/fr.json b/src/locales/fr.json index cb21f7c..d0f4e65 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -1,8 +1,7 @@ { - "language":{ - "language": "Fr" - }, - + "language": { + "language": "Fr" + }, "general": { "yes": "oui", "no": "non" @@ -11,7 +10,14 @@ "subscription": "Abonnés" }, "footer": { - "allRightsReserved": "Tout droits réservés" + "allRightsReserved": "Tout droits réservés", + "helpandcontact": "Aide & Contact", + "faq": "FAQ", + "creatorguide": "Guide pour les créateurs", + "termsandconditions": "Termes et conditions", + "contentpolicy": "Politique de contenu", + "about": "À propos", + "pricing": "Frais" }, "sidebar": { "subscriptionTitle": "Abonnements", @@ -100,7 +106,7 @@ "socialnetwork": "Réseaux sociaux" }, "accountmanagement": { - "accounts" : "comptes", + "accounts": "comptes", "accountmanagement": "Gestion des comptes", "pageid": "ID de la page", "addaccount": "Ajouter un compte", @@ -112,7 +118,11 @@ "password": "Mot de passe", "recoverybyemail": "Récupération par email", "recoverybymobile": "Récupération par mobile" + }, + "isupportbtn": { + "isupport": "Je soutiens", + "amount": "Montant", + "message": "Message (facultatif)", + "send": "Envoyez" } - - } \ No newline at end of file diff --git a/src/views/creators/DonationButton.vue b/src/views/creators/DonationButton.vue index d677133..1b944ba 100644 --- a/src/views/creators/DonationButton.vue +++ b/src/views/creators/DonationButton.vue @@ -1,4 +1,4 @@ -