lang: window title translation
This commit is contained in:
parent
18c4ca719b
commit
71970f5683
@ -6,6 +6,7 @@
|
|||||||
"navbarProfile": "My Profile",
|
"navbarProfile": "My Profile",
|
||||||
"navbarSettings": "Settings",
|
"navbarSettings": "Settings",
|
||||||
"navbarLogout": "Logout",
|
"navbarLogout": "Logout",
|
||||||
|
"homeWindowTitle": "Home",
|
||||||
"homeTitle": "Home",
|
"homeTitle": "Home",
|
||||||
"homeOnline": "Play online",
|
"homeOnline": "Play online",
|
||||||
"homeOffline": "Play offline",
|
"homeOffline": "Play offline",
|
||||||
|
@ -1,14 +1,15 @@
|
|||||||
{
|
{
|
||||||
"navbarSearch": "Recherche",
|
"navbarSearch": "Recherche",
|
||||||
"navbarHome": "Maison",
|
"navbarHome": "Maison",
|
||||||
"navbarLogin": "Se connecter",
|
"navbarLogin": "Connexion",
|
||||||
"navbarRegister": "S'inscrire",
|
"navbarRegister": "S'inscrire",
|
||||||
"navbarProfile": "Mon Profil",
|
"navbarProfile": "Mon Profil",
|
||||||
"navbarSettings": "Paramètres",
|
"navbarSettings": "Paramètres",
|
||||||
"navbarLogout": "Se déconnecter",
|
"navbarLogout": "Déconnexion",
|
||||||
|
"homeWindowTitle": "Maison",
|
||||||
"homeTitle": "Maison",
|
"homeTitle": "Maison",
|
||||||
"homeOnline": "Jouer en ligne",
|
"homeOnline": "Jouer en ligne",
|
||||||
"homeOffline": "Jouer hors ligne",
|
"homeOffline": "Jouer hors ligne",
|
||||||
"homeMe": "Moi",
|
"homeMe": "Moi",
|
||||||
"homeLogout": "Se déconnecter"
|
"homeLogout": "Déconnexion"
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@ import AbstractAuthentificateView from "./abstracts/AbstractAuthentifiedView.js"
|
|||||||
|
|
||||||
export default class extends AbstractAuthentificateView {
|
export default class extends AbstractAuthentificateView {
|
||||||
constructor(params) {
|
constructor(params) {
|
||||||
super(params, "Home");
|
super(params, client.lang.get('homeWindowTitle', 'Home'));
|
||||||
this.redirect_url = "/login"
|
this.redirect_url = "/login"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user