diff --git a/src/locales/en.json b/src/locales/en.json index bd91d89..00b16a3 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -90,5 +90,16 @@ "addresses": "Addresses", "home": "Home", "work": "Work" + }, + "creatorinfopage": { + "informations": "Informations", + "name": "Name", + "title": "Title", + "description": "Description", + "banner&profile": "Banner and profile picture", + "borderpicturecolor": "Profile picture border", + "menucolor": "Menu color", + "pageinformation": "Your page information", + "socialnetwork": "Social Network" } } \ No newline at end of file diff --git a/src/locales/fr.json b/src/locales/fr.json index cc0043b..15ee611 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -90,6 +90,17 @@ "addresses": "Adresses", "home": "Domicile", "work": "Travail" + }, + "creatorinfopage": { + "informations": "Informations", + "name": "Nom", + "title": "Titre", + "description": "Description", + "banner&profile": "Bannière et photo de profil", + "borderpicturecolor": "Bordure de la photo de profil", + "menucolor": "Couleur des menus", + "pageinformation": "Informations de votre page", + "socialnetwork": "Réseaux sociaux" } } \ No newline at end of file diff --git a/src/views/profile/creators/CreatorPage.vue b/src/views/profile/creators/CreatorPage.vue index 40f4438..2336dba 100644 --- a/src/views/profile/creators/CreatorPage.vue +++ b/src/views/profile/creators/CreatorPage.vue @@ -84,19 +84,19 @@ const closeDialog = () => {

mdi-file-edit-outline - Informations de votre page + {{$t('creatorinfopage.pageinformation')}}

-
Informations
+
{{$t('creatorinfopage.informations')}}
-
Bannière et image de profil
+
{{$t('creatorinfopage.banner&profile')}}