i18n(fr): correct translations (#7)

This commit is contained in:
Enzo Innocenzi 2020-08-20 15:00:21 +02:00 committed by GitHub
parent 172a979f00
commit 0b16e04767
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{
"button": {
"back": "Retour",
"go": "Commencer"
"go": "Essayer"
},
"intro": {
"desc": "Modèle de Vite dogmatique",
"dynamic-route": "Démo de dynamic route",
"hi": "Salut, {name}!",
"whats-your-name": "Comment tu t'appelles?"
"desc": "Example d'application Vite",
"dynamic-route": "Démo de route dynamique",
"hi": "Salut, {name} !",
"whats-your-name": "Comment t'appelles-tu ?"
},
"not-found": "Pas trouvé"
"not-found": "Page non trouvée"
}