fix: branch => branch name rules

This commit is contained in:
puriphatt 2024-12-04 11:35:40 +07:00 committed by Methapon2001
parent c4bdd18deb
commit 24a41868dd
3 changed files with 15 additions and 4 deletions

View file

@ -290,6 +290,9 @@ export default {
letterAndNumOnly: 'โปรดใช้เฉพาะ _ ตัวอักษรภาษาอังกฤษและตัวเลขเท่านั้น',
numOnly: 'โปรดใช้เฉพาะตัวเลขเท่านั้น',
requireLength: 'กรุณากรอกให้ครบ {msg} หลัก',
branchNameField: "โปรดใช้ตัวอักษร ตัวเลข หรือ . , - ' & เท่านั้น",
branchNameENField:
"โปรดใช้ตัวอักษรภาษาอังกฤษ ตัวเลข หรือ . , - ' & เท่านั้น",
},
warning: {
title: 'แจ้งเตือน {msg}',
@ -865,7 +868,7 @@ export default {
work: {
Pending: 'รอสั่งงาน',
Ready: 'พร้อมสั่งงาน',
Waiting: 'สั่งงานเเล้วรอดำเนินการ',
Waiting: 'สั่งFเล้วรอดำเนินการ',
InProgress: 'กำลังดำเนินการ',
Validate: 'รอตรวจสอบ',
Ended: 'เสร็จสิ้น',