refactor: add i18n #229
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s

This commit is contained in:
Thanaphon Saengchan 2025-10-14 17:51:05 +07:00
parent 90f31a0c87
commit 16ea66484d
2 changed files with 3 additions and 0 deletions

View file

@ -1234,6 +1234,8 @@ export default {
reqNotMet: 'Not Match', reqNotMet: 'Not Match',
systemError: 'A system error occurred.', systemError: 'A system error occurred.',
taskOrderInvalid: 'Please select the product and the organization.', taskOrderInvalid: 'Please select the product and the organization.',
flowAccountProductIdNotFound: 'Product not found in flow account',
}, },
}, },

View file

@ -1220,6 +1220,7 @@ export default {
reqNotMet: 'ไม่ตรงกัน', reqNotMet: 'ไม่ตรงกัน',
systemError: 'ระบบเกิดข้อผิดพลาด', systemError: 'ระบบเกิดข้อผิดพลาด',
taskOrderInvalid: 'โปรดเลือก สินค้าเเละหน่วยงาน', taskOrderInvalid: 'โปรดเลือก สินค้าเเละหน่วยงาน',
flowAccountProductIdNotFound: 'ไม่พบสินค้าใน flow account',
}, },
}, },