diff --git a/kujiu_test b/kujiu_test new file mode 160000 index 0000000..b59e3b6 --- /dev/null +++ b/kujiu_test @@ -0,0 +1 @@ +Subproject commit b59e3b608247e8a9cb4f09e81f8a6d878127a241 diff --git a/src/NervTN.vue b/src/NervTN.vue index e4d2baa..81729a6 100644 --- a/src/NervTN.vue +++ b/src/NervTN.vue @@ -1,18 +1,10 @@ - - - diff --git a/src/components/message/NavMessage.vue b/src/components/message/NavMessage.vue deleted file mode 100644 index 6f42e2b..0000000 --- a/src/components/message/NavMessage.vue +++ /dev/null @@ -1,35 +0,0 @@ - - - - diff --git a/src/components/message/locale/en.json b/src/components/message/locale/en.json new file mode 100644 index 0000000..e69de29 diff --git a/src/components/message/locale/fr.json b/src/components/message/locale/fr.json new file mode 100644 index 0000000..e69de29 diff --git a/src/locale/en.json b/src/locale/en.json index 0eff22f..e9d34f2 100644 --- a/src/locale/en.json +++ b/src/locale/en.json @@ -9,12 +9,26 @@ "route_not_found": "Url {route} does not exist." }, "home": { - "apps": "Applications" + "apps": "Applications", + "connection": "Connection", + "account":"Account", + "dashboard": "Dashboard", + "disconnect": "Disconnect" }, "pwa": { "ready": "Your applications are ready for offline.", "new_content": "New version available!", "later": "See later", "reload": "Reload app" + }, + + "menu": { + "contact": "Contact", + "profile": "Profil", + "contacts list": "contacts list", + "messages": "Messages", + "correspondence": "Correspondence", + "chat": "Chat", + "video conferencing": "Video conferencing" } } diff --git a/src/locale/fr.json b/src/locale/fr.json index f479893..4cfa5a5 100644 --- a/src/locale/fr.json +++ b/src/locale/fr.json @@ -9,12 +9,26 @@ "route_not_found": "La route {route} n'existe pas." }, "home": { - "apps": "Applications" + "apps": "Applications", + "connection": "Connexion", + "account":"Compte", + "dashboard": "Tableau de bord", + "disconnect": "Déconnexion" }, "pwa": { "ready": "Vous êtes prêts pour le mode hors-ligne.", "new_content": "Nouvelle version disponible !", "later": "Plus tard", "reload": "Recharger" + }, + + "menu": { + "contact": "Contact", + "profile ": "Profil", + "contacts list": "Liste des contacts", + "messages": "Messages", + "correspondence": "Correspondence", + "chat": "Chat", + "video conferencing": "Visioconférence" } }