fix: app box padding & i18n

This commit is contained in:
puriphatt 2024-07-02 11:02:30 +00:00
parent 1301b1562b
commit 9c68921771
3 changed files with 3 additions and 1 deletions

View file

@ -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 {

View file

@ -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.',

View file

@ -65,6 +65,7 @@ export default {
userInUsed: 'ผู้ใช้ใช้งานอยู่',
unknowHowToVerify: 'ไม่ทราบวิธียืนยันตัวตน',
noPermission: 'คุณไม่มีสิทธิ์เข้าถึงทรัพยากรนี้',
noPermissionToAccess: 'คุณไม่มีสิทธิ์เข้าถึงทรัพยากรนี้',
relationProvinceNotFound: 'ไม่พบจังหวัด',