lang: register view

This commit is contained in:
AdrienLSH
2024-02-01 16:31:25 +01:00
parent 1bd3f1cb20
commit 3179c3c056
4 changed files with 29 additions and 13 deletions

View File

@ -19,5 +19,13 @@
"loginFormButton": "Login",
"loginNoAccount": "No account yet?",
"loginRegister": "Register",
"errorEmptyField": "This field may not be blank."
"errorEmptyField": "This field may not be blank.",
"logoutWindowTitle": "Logout",
"registerWindowTitle": "Register",
"registerFormTitle": "Register",
"registerFormUsername": "Username",
"registerFormPassword": "Password",
"registerFormButton": "Register",
"registerAlreadyAccount": "Already have an account?",
"registerLogin": "Login"
}