feat: Login page localization.

This commit is contained in:
Ahmed Bouhuolia
2020-05-09 01:38:42 +02:00
parent 71cc561bb2
commit e590a21740
2 changed files with 37 additions and 22 deletions

View File

@@ -8,7 +8,8 @@ export default {
'invalid_email_or_phone_numner': 'Invalid email or phone number.',
'required': 'Required',
'reset_password': 'Reset Password',
'the_user_has_been_suspended_from_admin': 'The user has been suspended from the administrator',
'the_user_has_been_suspended_from_admin': 'The user has been suspended from the administrator.',
'email_and_password_entered_did_not_match': 'The email and password you entered did not match our records.',
'field_name_must_be_number': 'field_name_must_be_number',
'name': 'Name',
"search": "Search",
@@ -19,4 +20,11 @@ export default {
'to_date': 'To date',
'accounting_basis': 'Accounting basis',
'report_date_range': 'Report date range',
'log_in': 'Log in',
'forget_my_password': 'Forget my password',
'keep_me_logged_in': 'Keep me logged in',
'create_an_account': 'Create an account',
'need_bigcapital_account?': 'Need a Bigcapital account ?',
'show': 'Show',
'hide': 'Hide',
};