fix: app box padding & i18n
This commit is contained in:
parent
1301b1562b
commit
9c68921771
3 changed files with 3 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ defineProps<{
|
|||
overflow: hidden;
|
||||
background-color: var(--surface-1);
|
||||
border-radius: var(--radius-2);
|
||||
padding: var(--size-4);
|
||||
padding: var(--size-3);
|
||||
}
|
||||
|
||||
.app-box__no-padding {
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@ export default {
|
|||
userInUsed: 'User is in used.',
|
||||
|
||||
unknowHowToVerify: 'Unknown how to verify identity.',
|
||||
noPermission: 'You do not have permission to access this resource.',
|
||||
noPermissionToAccess: 'You do not have permission to access this resource.',
|
||||
|
||||
relationProvinceNotFound: 'Province cannot be found.',
|
||||
|
|
|
|||
|
|
@ -65,6 +65,7 @@ export default {
|
|||
userInUsed: 'ผู้ใช้ใช้งานอยู่',
|
||||
|
||||
unknowHowToVerify: 'ไม่ทราบวิธียืนยันตัวตน',
|
||||
noPermission: 'คุณไม่มีสิทธิ์เข้าถึงทรัพยากรนี้',
|
||||
noPermissionToAccess: 'คุณไม่มีสิทธิ์เข้าถึงทรัพยากรนี้',
|
||||
|
||||
relationProvinceNotFound: 'ไม่พบจังหวัด',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue