From 4809a081f6d5e719eeccd0b221a24b826b6c93cb Mon Sep 17 00:00:00 2001 From: puriphatt Date: Thu, 27 Jun 2024 03:00:22 +0000 Subject: [PATCH] feat: signature upload tab & i18n --- src/components/CanvasComponent.vue | 228 +++++++++++++++++++---------- src/i18n/en-US/index.ts | 2 + src/i18n/th-th/index.ts | 2 + 3 files changed, 158 insertions(+), 74 deletions(-) diff --git a/src/components/CanvasComponent.vue b/src/components/CanvasComponent.vue index 73f57b29..231e7998 100644 --- a/src/components/CanvasComponent.vue +++ b/src/components/CanvasComponent.vue @@ -1,24 +1,53 @@ diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 81a3b0fb..27526fd6 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -53,6 +53,8 @@ export default { theme: 'Theme', light: 'Light', dark: 'Dark', + uploadFile: 'Upload File', + newUpload: 'New Upload', baseOnDevice: 'Base on Device', ...status, ...main, diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index aa3857d6..1945cc47 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -53,6 +53,8 @@ export default { theme: 'ธีม', light: 'สว่าง', dark: 'มืด', + uploadFile: 'อัปโหลดไฟล์', + newUpload: 'อัปโหลดใหม่', baseOnDevice: 'สีตามอุปกรณ์', ...status, ...main,