feat: update i18n

This commit is contained in:
Methapon2001 2024-08-06 13:22:59 +07:00
parent 7c3a3d6a99
commit 7b3efd4e7c

View file

@ -94,6 +94,7 @@ export default {
create: 'Create {name}',
edit: 'Edit {name}',
},
address: 'Address {suffix}',
error: {
required: 'This field is required.',
invalid: 'Invalid value.',
@ -120,4 +121,13 @@ export default {
taxIdentificationNumber: 'Tax Identification Number',
},
},
customerBranch: {
form: {
no: 'Branch No.',
code: 'Branch Code',
taxNo: 'Tax Identification Number',
name: 'Branch Name',
nameEN: 'Branch Name (EN)',
},
},
};