feat(i18n): add quotation
This commit is contained in:
parent
7b8a30272b
commit
e7852eb8aa
1 changed files with 20 additions and 0 deletions
20
src/i18n/en-US/quotation.ts
Normal file
20
src/i18n/en-US/quotation.ts
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
export default {
|
||||||
|
quotation: {
|
||||||
|
form: {
|
||||||
|
createTitle: 'Create New Quotation',
|
||||||
|
|
||||||
|
customerBranchSelect: 'Select Customer Branch',
|
||||||
|
customerSelect: 'Customer Select',
|
||||||
|
|
||||||
|
listWorker: 'List Worker',
|
||||||
|
listProduct: 'List Product',
|
||||||
|
|
||||||
|
labelNo: 'No',
|
||||||
|
labelDate: 'Date',
|
||||||
|
labelTime: 'Time',
|
||||||
|
labelProcesser: 'Processer',
|
||||||
|
|
||||||
|
buttonSave: 'Save Quotation',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
Loading…
Add table
Add a link
Reference in a new issue