Skip to content

Instantly share code, notes, and snippets.

@ysoftware
Created February 2, 2019 14:10
Show Gist options
  • Select an option

  • Save ysoftware/29cd03c71b578c583f4a13c1feb682c1 to your computer and use it in GitHub Desktop.

Select an option

Save ysoftware/29cd03c71b578c583f4a13c1feb682c1 to your computer and use it in GitHub Desktop.

Revisions

  1. ysoftware created this gist Feb 2, 2019.
    18 changes: 18 additions & 0 deletions Localizable.strings
    Original 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";