diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 4cefaceb..affa49e7 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -47,6 +47,7 @@ export default { name: 'Name', editPersonalInfo: 'Edit personal infomation', logout: 'Logout', + list: 'Item', ...status, ...main, ...address, diff --git a/src/i18n/en-US/product-service.ts b/src/i18n/en-US/product-service.ts index ce52ca79..16dbe742 100644 --- a/src/i18n/en-US/product-service.ts +++ b/src/i18n/en-US/product-service.ts @@ -41,4 +41,7 @@ export default { day: 'Days', noField: 'No Field', + + totalProductWork: 'Total product of work', + workNo: 'Work', }; diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index ff2a99a8..5b7c6c5e 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -47,6 +47,7 @@ export default { name: 'ชื่อ', editPersonalInfo: 'แก้ไขข้อมูลส่วนตัว', logout: 'ออกจากระบบ', + list: 'รายการ', ...status, ...main, ...address, diff --git a/src/i18n/th-th/product-service.ts b/src/i18n/th-th/product-service.ts index ddd82a28..455d7910 100644 --- a/src/i18n/th-th/product-service.ts +++ b/src/i18n/th-th/product-service.ts @@ -41,4 +41,7 @@ export default { day: 'วัน', noField: 'ยังไมมีฟิลด์', + + totalProductWork: 'รวมสินค้างาน', + workNo: 'งานที่', };