mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-21 23:40:40 +01:00
Working on new translations
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
</div>
|
||||
<div class="flex space-x-4">
|
||||
<nuxt-link class="link font-semibold" to="env">
|
||||
<span>Tools</span>,
|
||||
<span>{{ $t('header.env') }}</span>,
|
||||
</nuxt-link>
|
||||
<nuxt-link class="link font-semibold" to="guestbook">
|
||||
<span>Guestbook</span>,
|
||||
<span>{{ $t('header.guestbook') }}</span>,
|
||||
</nuxt-link>
|
||||
<nuxt-link class="link font-semibold" to="contact">
|
||||
<span>Contact</span>
|
||||
<span>{{ $t('header.contact') }}</span>
|
||||
</nuxt-link>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -18,9 +18,6 @@ export default {
|
||||
},
|
||||
|
||||
footer: {
|
||||
find_me: 'Find me on :',
|
||||
separator: 'et by',
|
||||
links_click: "(Clic it's free 🔗)",
|
||||
credits: 'Developed and designed with ❤️ using',
|
||||
credits_separator: 'by',
|
||||
credits_separator_and: 'and',
|
||||
@@ -190,6 +187,14 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
guestbook: {
|
||||
description: "Leave a comment below. It can be anything and everything - an appreciation, a message, a joke, etc.",
|
||||
signin: "Sign the guestbook",
|
||||
share: 'Share a message to future visitors to this site.',
|
||||
login: 'Login',
|
||||
infos: 'Your information is only used to display your name and reply by email.'
|
||||
},
|
||||
|
||||
date: {
|
||||
today: 'Today'
|
||||
},
|
||||
|
||||
@@ -18,9 +18,6 @@ export default {
|
||||
},
|
||||
|
||||
footer: {
|
||||
find_me: 'Retrouvez moi sur :',
|
||||
separator: 'et par',
|
||||
links_click: "(Clique c'est gratuit 🔗)",
|
||||
credits: 'Développé et conçu avec ❤️ en utilisant',
|
||||
credits_separator: 'par',
|
||||
credits_separator_and: 'et',
|
||||
@@ -193,9 +190,9 @@ export default {
|
||||
guestbook: {
|
||||
description: "Laissez un commentaire ci-dessous. Cela peut être tout et n'importe quoi - une appréciation, un message, une blague, etc...",
|
||||
signin: "Signer le livre d'or",
|
||||
share: 'Partagez un message aux futurs visiteurs de ce site.',
|
||||
share: 'Partagez un message aux futurs visiteurs de ce site.',
|
||||
login: 'Connexion',
|
||||
infos: 'Vos informations ne sont utilisées uniquement pour afficher votre nom et votre email.'
|
||||
infos: 'Vos informations ne sont utilisées que pour afficher votre nom et répondre par e-mail.'
|
||||
},
|
||||
|
||||
date: {
|
||||
|
||||
Reference in New Issue
Block a user