Files
unity/resources/js/user/langs/en.js
T
2021-07-21 13:07:14 +08:00

37 lines
1.8 KiB
JavaScript
Vendored

const En = {
// Input
'name': 'name',
'username': 'username',
'email': 'email',
'password': 'password',
'complete_day_range': 'complete day range',
'sequence': 'sequence',
'contract_template_id': 'contract template',
'depend_contract_template_id': 'depend contract template',
// Error
'incorrect_account_or_password': 'Incorrect account or password',
'this_field_required': 'This %(att)s field required',
'incorrect_email_format': 'Incorrect email format',
'the_content_has_already_been_taken': 'The %(att)s has already been taken',
'the_content_confirmation_does_not_match': 'The %(att)s confirmation does not match',
'incorrect_image_format': 'Incorrect image format',
'incorrect_excel_format': 'Incorrect excel format',
'the_content_must_be_a_number': 'The %(att)s must be a number',
'the_content_must_be_greater_than_0': 'The %(att)s must be greater than 0',
'the_content_not_exist': 'The %(att)s not exist',
'the_content_must_be_at_least_10_characters': 'The %(att)s must be at least 10 characters',
'the_content_must_be_less_than_100': 'The %(att)s must be less than 100',
'status_error': 'status not allow update',
'obligation_depend_error': 'contract template obligation dependency error',
'under_error': 'This %(att)s not belong to this user',
// toasted
'have_been_successfully_created': '%(value[0].att)s ( %(value[1].att)s ) have been successfully created',
'have_been_successfully_updated': '%(value[0].att)s ( %(value[1].att)s ) have been successfully updated',
'have_been_successfully_deleted': '%(value[0].att)s ( %(value[1].att)s ) have been successfully deleted',
'have_been_successfully_imported': '%(value[0].att)s have been successfully imported',
'error_mass_import': '%(value[0].att)s excel file have error when import',
};
export default En;