From 9c689217717cb9367b94b3fd4899ed962ab3dd91 Mon Sep 17 00:00:00 2001 From: puriphatt Date: Tue, 2 Jul 2024 11:02:30 +0000 Subject: [PATCH] fix: app box padding & i18n --- src/components/app/AppBox.vue | 2 +- src/i18n/en-US/alert-dialog.ts | 1 + src/i18n/th-th/alert-dialog.ts | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/app/AppBox.vue b/src/components/app/AppBox.vue index c01675b3..a76f9a3c 100644 --- a/src/components/app/AppBox.vue +++ b/src/components/app/AppBox.vue @@ -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 { diff --git a/src/i18n/en-US/alert-dialog.ts b/src/i18n/en-US/alert-dialog.ts index 33729fbc..7544ec49 100644 --- a/src/i18n/en-US/alert-dialog.ts +++ b/src/i18n/en-US/alert-dialog.ts @@ -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.', diff --git a/src/i18n/th-th/alert-dialog.ts b/src/i18n/th-th/alert-dialog.ts index 09bc8eca..f01e8ee2 100644 --- a/src/i18n/th-th/alert-dialog.ts +++ b/src/i18n/th-th/alert-dialog.ts @@ -65,6 +65,7 @@ export default { userInUsed: 'ผู้ใช้ใช้งานอยู่', unknowHowToVerify: 'ไม่ทราบวิธียืนยันตัวตน', + noPermission: 'คุณไม่มีสิทธิ์เข้าถึงทรัพยากรนี้', noPermissionToAccess: 'คุณไม่มีสิทธิ์เข้าถึงทรัพยากรนี้', relationProvinceNotFound: 'ไม่พบจังหวัด',