refactor: edit i18n

This commit is contained in:
Thanaphon Frappet 2025-01-21 10:54:05 +07:00
parent b36d4fc86a
commit a2b91210c9
2 changed files with 3 additions and 3 deletions

View file

@ -977,7 +977,7 @@ export default {
Validate: 'Validate',
Complete: 'Complete',
Canceled: 'Canceled',
Restart: 'go proceed again',
Restart: 'Retry',
receive: {
Canceled: 'Canceled',
},

View file

@ -962,11 +962,11 @@ export default {
InProgress: 'กำลังดำเนินการ ',
Success: 'ดำเนินการสำเร็จ',
Failed: 'ดำเนินการไม่สำเร็จ',
Redo: 'ยกเลิกรอดำเนินการใหม่',
Redo: 'ยกเลิกเพื่อสร้างใบใหม่',
Validate: 'ตรวจสอบความถูกต้อง',
Complete: 'ดำเนินการเสร็จสิ้น',
Canceled: 'รายการคำขอถูกยกเลิก',
Restart: 'ไปดำเนินการใหม่',
Restart: 'ดำเนินการใหม่',
receive: {
Canceled: 'ยกเลิก',
},