{
	"exception_registration_is_restricted": "User registration is restricted at this moment",
	"user_role_secondary_is_not_exists": "Invalid secondary role",
  "user_role_should_have_one_primary": "User  should have only one primary role",
	"passwordRepeat_should_be_same_as_password": "Passwords arent match",
	"username_cant_be_email": "User name cant be an email address",
	"username_used_by_some_user": "Username already taken",
	"form_mode_login_label":"Login",
	"form_mode_requestLoginCodeOnEmail_label":"By email",
	"form_mode_requestLoginCodeOnTelephone_label":"By SMS",
	"form_mode_loginByCode_label":"One Time Code",
	"form_login_title": "Login",
	"form_loginByCode_title": "Enter One Time Code to login",
	"form_requestLoginCodeOnEmail_title": "Request email with login code",
	"form_requestLoginCodeOnTelephone_title": "Request login by One Time Code",
	"form_requestPasswordReset_title": "Request password reset",
	"form_resetPassword_title":"Password reset",
	"field_username_label": "Username",
	"field_telephone_label": "Telephone",
	"field_code_label": "Code",
	"field_password_label": "Password",
	"field_password_repeat_label": "Password again",
	"field_email_label": "Email",
	"field_country_label": "Country",
	"field_role_label": "Roles",
	"field_emailConfirmed_label": "Email confirmed",
	"field_telephoneConfirmed_label": "Telephone confirmed",
	"some_error": "Server couldn't process your request!",
	"password_incorrect":	"Password is incorrect!",
	"user_not_found":		"User not found!",
	"username_taken":		"Username is taken",
	"db_error":		"DB error!",
	"email_taken":		"Email already in use by enother user",
	"mail_error":		"Mailer error!",
	"email_is_not_confirmed": "Email is not confirmed! Check your email inbox for message from us with confirmation link.",
	"email_is_not_valid":	"Email is not valid!",
	"one_time_code_not_found": "OTC not found",
	"one_time_code_action_not_valid": "OTC action is not valid",
	"password_length_not_valid":	"Password length should be from 6 to 100 characters!",
	"one_time_password_ttl_not_valid": "TTL of one time password should be from {:min} to {:max} minutes!",
	"password_restoration_code_ttl_not_valid": "TTL of one time password should be from {:min} to {:max} hours!",
	"request_login_by_link_success": "One-time login link was emailed to you!",
	"request_password_reset_link_success": "Link to reset your password was send to your email",
	"user_token_secret_not_valid": "Bad 'secret' for user's tokens",
	"user_token_ttl_not_set":"tokenTTL is not set, using standart 3600 sec",
	"telephone_value_is_not_valid": "Telephone number should have format +X-XXX-XXX-XXXX",
	"user_cant_delete_his_own_account" : "User cannot delete his own account.",
	"insufficient_level_of_privilegies": "Недостаточный уровень привилегий",
	"user_role_guest":	"Guest",
	"menuSectionTitle": "Account",
	"menuSectionItemProfile": "Profile",
	"menuSectionItemLogout": "Logout"
}
