feat: i18n
This commit is contained in:
parent
9083bb473a
commit
f39b2e3add
4 changed files with 24 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ import status from './status';
|
||||||
import customerMainPage from './customer-main-page';
|
import customerMainPage from './customer-main-page';
|
||||||
import employerDialog from './employer-dialog';
|
import employerDialog from './employer-dialog';
|
||||||
import otherDocument from './other-document';
|
import otherDocument from './other-document';
|
||||||
|
import productService from './product-service';
|
||||||
export default {
|
export default {
|
||||||
ok: 'Confirm',
|
ok: 'Confirm',
|
||||||
agree: 'Agree',
|
agree: 'Agree',
|
||||||
|
|
@ -40,6 +41,7 @@ export default {
|
||||||
signature: 'Signature',
|
signature: 'Signature',
|
||||||
addSignature: 'Add Signature',
|
addSignature: 'Add Signature',
|
||||||
clear: 'Clear',
|
clear: 'Clear',
|
||||||
|
detail: 'Detail',
|
||||||
...status,
|
...status,
|
||||||
...main,
|
...main,
|
||||||
...address,
|
...address,
|
||||||
|
|
@ -51,4 +53,5 @@ export default {
|
||||||
...customerMainPage,
|
...customerMainPage,
|
||||||
...employerDialog,
|
...employerDialog,
|
||||||
...otherDocument,
|
...otherDocument,
|
||||||
|
...productService,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
9
src/i18n/en-US/product-service.ts
Normal file
9
src/i18n/en-US/product-service.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
export default {
|
||||||
|
ProductAndService: 'Product and Service Groups',
|
||||||
|
ProductAndServiceAll: 'All Product and Service Groups',
|
||||||
|
ProductAndServiceType: 'Product and Service Type',
|
||||||
|
ProductAndServiceGroupCode: 'Product and Service Group Code',
|
||||||
|
ProductAndServiceGroupName: 'Product and Service Group Name',
|
||||||
|
ProductAndServiceTypeCode: 'Product and Service Type Code',
|
||||||
|
ProductAndServiceTypeName: 'Product and Service Type Name',
|
||||||
|
};
|
||||||
|
|
@ -9,6 +9,7 @@ import formDialog from './form-dialog';
|
||||||
import status from './status';
|
import status from './status';
|
||||||
import employerDialog from './employer-dialog';
|
import employerDialog from './employer-dialog';
|
||||||
import otherDocument from './other-document';
|
import otherDocument from './other-document';
|
||||||
|
import productService from './product-service';
|
||||||
export default {
|
export default {
|
||||||
ok: 'ยืนยัน',
|
ok: 'ยืนยัน',
|
||||||
agree: 'ตกลง',
|
agree: 'ตกลง',
|
||||||
|
|
@ -40,6 +41,7 @@ export default {
|
||||||
signature: 'ลายเซ็น',
|
signature: 'ลายเซ็น',
|
||||||
addSignature: 'เพิ่มลายเซ็น',
|
addSignature: 'เพิ่มลายเซ็น',
|
||||||
clear: 'ล้าง',
|
clear: 'ล้าง',
|
||||||
|
detail: 'รายละเอียด',
|
||||||
...status,
|
...status,
|
||||||
...main,
|
...main,
|
||||||
...address,
|
...address,
|
||||||
|
|
@ -51,4 +53,5 @@ export default {
|
||||||
...customerMainPage,
|
...customerMainPage,
|
||||||
...employerDialog,
|
...employerDialog,
|
||||||
...otherDocument,
|
...otherDocument,
|
||||||
|
...productService,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
9
src/i18n/th-th/product-service.ts
Normal file
9
src/i18n/th-th/product-service.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
export default {
|
||||||
|
ProductAndService: 'กลุ่มสินค้าและบริการ',
|
||||||
|
ProductAndServiceAll: 'กลุ่มสินค้าและบริการทั้งหมด',
|
||||||
|
ProductAndServiceType: 'ประเภทสินค้าและบริการ',
|
||||||
|
ProductAndServiceGroupCode: 'รหัสกลุ่มสินค้าและบริการ',
|
||||||
|
ProductAndServiceGroupName: 'ชื่อกลุ่มสินค้าและบริการ',
|
||||||
|
ProductAndServiceTypeCode: 'รหัสประเภทสินค้าและบริการ',
|
||||||
|
ProductAndServiceTypeName: 'ชื่อรหัสประเภทสินค้าและบริการ',
|
||||||
|
};
|
||||||
Loading…
Add table
Add a link
Reference in a new issue