refactor: change word
This commit is contained in:
parent
c0aecb787d
commit
18dc15f5e0
2 changed files with 6 additions and 4 deletions
|
|
@ -70,8 +70,10 @@ export default {
|
||||||
userInUsed: 'User is in used.',
|
userInUsed: 'User is in used.',
|
||||||
|
|
||||||
unknowHowToVerify: 'Unknown how to verify identity.',
|
unknowHowToVerify: 'Unknown how to verify identity.',
|
||||||
noPermission: 'You do not have permission to access this resource.',
|
noPermission:
|
||||||
noPermissionToAccess: 'You do not have permission to access this resource.',
|
'You do not have permission to access or perform with this resource.',
|
||||||
|
noPermissionToAccess:
|
||||||
|
'You do not have permission to access or perform with this resource.',
|
||||||
|
|
||||||
relationProvinceNotFound: 'Province cannot be found.',
|
relationProvinceNotFound: 'Province cannot be found.',
|
||||||
relationDistrictNotFound: 'District cannot be found.',
|
relationDistrictNotFound: 'District cannot be found.',
|
||||||
|
|
|
||||||
|
|
@ -69,8 +69,8 @@ export default {
|
||||||
userInUsed: 'ผู้ใช้ใช้งานอยู่',
|
userInUsed: 'ผู้ใช้ใช้งานอยู่',
|
||||||
|
|
||||||
unknowHowToVerify: 'ไม่ทราบวิธียืนยันตัวตน',
|
unknowHowToVerify: 'ไม่ทราบวิธียืนยันตัวตน',
|
||||||
noPermission: 'คุณไม่มีสิทธิ์เข้าถึงทรัพยากรนี้',
|
noPermission: 'คุณไม่มีสิทธิในการเข้าถึงหรือดำเนินการใดๆ กับข้อมูลนี้',
|
||||||
noPermissionToAccess: 'คุณไม่มีสิทธิ์เข้าถึงทรัพยากรนี้',
|
noPermissionToAccess: 'คุณไม่มีสิทธิในการเข้าถึงข้อมูลนี้',
|
||||||
|
|
||||||
relationProvinceNotFound: 'ไม่พบจังหวัด',
|
relationProvinceNotFound: 'ไม่พบจังหวัด',
|
||||||
relationDistrictNotFound: 'ไม่พบอำเภอ',
|
relationDistrictNotFound: 'ไม่พบอำเภอ',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue