-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from heshanu/loginI18n
Login page i18n implmented
- Loading branch information
Showing
4 changed files
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
{ | ||
"HELLO_WORLD": "Hallo, Welt!", | ||
"LOGIN":"LOGIN" | ||
"LOGIN":"LOGIN", | ||
"LOGIN_FORM_LOGIN_ALL_CREDINTIAL_WRONG":"Der Benutzername und das Passwort wurden nicht erkannt", | ||
"EMAIL_ERROR":"Bitte geben Sie eine gültige E-Mail-Adresse ans", | ||
"PASSWORD_ERROR":"Bitte geben Sie ein gültiges Passwort ein", | ||
"LOGIN_BTN":"LOGIN" | ||
|
||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
{ | ||
|
||
"HELLO_WORLD": "Hello, World!", | ||
"LOGIN":"LOGIN" | ||
} | ||
"LOGIN":"LOGIN", | ||
"LOGIN_FORM_LOGIN_ALL_CREDINTIAL_WRONG":"The username and password were not recognized", | ||
"EMAIL_ERROR":" Please provide a valid email address", | ||
"PASSWORD_ERROR":"Please provide a valid password", | ||
"LOGIN_BTN":"LOGIN" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
{ | ||
"HELLO_WORLD": "Привет, мир!", | ||
"LOGIN":"Авторизоваться" | ||
"LOGIN":"Авторизоваться", | ||
"LOGIN_FORM_LOGIN_ALL_CREDINTIAL_WRONG":"Имя пользователя и пароль не были распознаны", | ||
"EMAIL_ERROR":"Пожалуйста, укажите действительный адрес электронной почты", | ||
"PASSWORD_ERROR":"Пожалуйста, укажите действительный пароль", | ||
"LOGIN_BTN":"Авторизоваться" | ||
} | ||
|