lang: improved, Home view translation

This commit is contained in:
AdrienLSH
2024-01-29 10:50:18 +01:00
parent a8f1cccae3
commit 18c4ca719b
5 changed files with 64 additions and 23 deletions

View File

@ -5,5 +5,10 @@
"navbarRegister": "Register",
"navbarProfile": "My Profile",
"navbarSettings": "Settings",
"navbarLogout": "Logout"
"navbarLogout": "Logout",
"homeTitle": "Home",
"homeOnline": "Play online",
"homeOffline": "Play offline",
"homeMe": "Me",
"homeLogout": "Logout"
}

View File

@ -5,5 +5,10 @@
"navbarRegister": "S'inscrire",
"navbarProfile": "Mon Profil",
"navbarSettings": "Paramètres",
"navbarLogout": "Se déconnecter"
"navbarLogout": "Se déconnecter",
"homeTitle": "Maison",
"homeOnline": "Jouer en ligne",
"homeOffline": "Jouer hors ligne",
"homeMe": "Moi",
"homeLogout": "Se déconnecter"
}