This commit is contained in:
16
frontend/i18n/locales/en.json
Normal file
16
frontend/i18n/locales/en.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"windows": {
|
||||
"login": "Login",
|
||||
"register": "Register",
|
||||
"example": "Example Window"
|
||||
},
|
||||
"login": {
|
||||
"username": "Username",
|
||||
"username-placeholder": "Enter your username here...",
|
||||
"password": "Password",
|
||||
"password-placeholder": "Enter your password...",
|
||||
"log-in": "Log in",
|
||||
"no-account": "You don't have an account?",
|
||||
"register": "Register"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user