Files
unity/resources/js/user/langs/en.js
T
glovetleong ad85832e75 user UI setup
user login UI
2021-07-06 11:54:00 +08:00

53 lines
1.9 KiB
JavaScript
Vendored

const En = {
// Input
'name': 'name',
'username': 'username',
'email': 'email',
'password': 'password',
'role_id': 'role',
'permission_id': 'permission',
'phone_code': 'phone code',
'code': 'code',
'currency_id': 'currency',
'language_id': 'language',
'symbol': 'symbol',
'sell': 'sell',
'buy': 'buy',
'description': 'description',
'min_file_size': 'min file size',
'max_file_size': 'max file size',
'credit_amount': 'credit amount',
'media_property_type_id': 'media property type',
'type': 'type',
'mime_type_id': 'mime type',
'trending_count': 'trending count',
'bank_name': 'bank name',
'holder_name': 'holder name',
'holder_no': 'holder no',
'country_id': 'country',
// 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',
// 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_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;