-
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.
replaced
config.get
with State.getInstance().config
- Loading branch information
1 parent
0c97b13
commit 5aa1fa0
Showing
22 changed files
with
128 additions
and
179 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 was deleted.
Oops, something went wrong.
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,8 +1,8 @@ | ||
{ | ||
"Access token is not valid": "Access token is not valid", | ||
"Incorrect email or password": "Incorrect email or password", | ||
"Invitation token is not valid": "Invitation token is not valid", | ||
"Password reset token is invalid": "Password reset token is invalid", | ||
"Refresh token is not valid": "Refresh token is not valid", | ||
"User was not found": "User was not found" | ||
"Access token is not valid": "Access token is not valid", | ||
"Incorrect email or password": "Incorrect email or password", | ||
"Invitation token is not valid": "Invitation token is not valid", | ||
"Password reset token is invalid": "Password reset token is invalid", | ||
"Refresh token is not valid": "Refresh token is not valid", | ||
"User was not found": "User was not found" | ||
} |
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,8 +1,8 @@ | ||
{ | ||
"Access token is not valid": "Autorizačný token nie je platný", | ||
"Incorrect email or password": "Nesprávne meno alebo heslo", | ||
"Invitation token is not valid": "Token pre pozvanie používateľa nie je platný", | ||
"Password reset token is invalid": "Token pre zmenu hesla je neplatný", | ||
"Refresh token is not valid": "Token pre obnovenie nie je platný", | ||
"User was not found": "Používateľ neexistuje" | ||
"Access token is not valid": "Autorizačný token nie je platný", | ||
"Incorrect email or password": "Nesprávne meno alebo heslo", | ||
"Invitation token is not valid": "Token pre pozvanie používateľa nie je platný", | ||
"Password reset token is invalid": "Token pre zmenu hesla je neplatný", | ||
"Refresh token is not valid": "Token pre obnovenie nie je platný", | ||
"User was not found": "Používateľ neexistuje" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.