refactor: i18n

This commit is contained in:
puriphatt 2024-10-24 17:32:52 +07:00
parent a0f81cb7db
commit 9e1881cba0
2 changed files with 26 additions and 2 deletions

View file

@ -30,7 +30,7 @@ export default {
inactive: 'Inactive',
displayField: 'Display Fields',
order: 'Order',
name: 'Name',
name: '{msg} Name',
fullName: 'Full Name',
detail: '{msg} Detail',
remark: '{msg} Remark',
@ -85,6 +85,7 @@ export default {
specify: 'Secify {msg}',
noSpecify: 'No Specify{msg}',
noDataTable: 'There is no data displayed in this table yet.',
no: 'No {msg}',
birthDate: 'Birth Date',
amount: 'amount {msg}',
numberOf: 'number of {msg}',
@ -106,6 +107,8 @@ export default {
code: 'Code',
payment: 'Payment',
or: 'or {msg}',
people: 'People',
group: 'Group',
},
menu: {
@ -623,6 +626,7 @@ export default {
quotation: {
title: 'Quotation',
caption: 'All Quotation',
customerName: 'Customer Name',
actor: 'Actor',
totalPrice: 'Total',
@ -702,6 +706,14 @@ export default {
},
},
flow: {
title: 'Workflow Template',
template: 'Template',
processStep: 'Process Step',
step: 'Step',
responsiblePerson: 'Responsible Person',
},
dialog: {
title: {
incompleteDataEntry: 'Incomplete Data Entry',