Created
February 2, 2019 14:10
-
-
Save ysoftware/29cd03c71b578c583f4a13c1feb682c1 to your computer and use it in GitHub Desktop.
Revisions
-
ysoftware created this gist
Feb 2, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ /* */ "error_auth_incorrectEmailLength" = "Email should be longer than 5 and shorter than 254 symbols"; /* */ "error_auth_incorrectPasswordLength" = "Password should be longer than 5 and shorter than 50 symbols"; /* */ "error_auth_invalidEmail" = "Incorrectly formatted email"; /* */ "error_auth_accountBlocked" = "This account was blocked"; /* */ "error_auth_accountExists" = "User already exists"; /* */ "error_auth_incorrectCredentials" = "Incorrect credentials";