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 @@
@@ -44,76 +83,112 @@ onMounted(() => {
active-color="primary"
indicator-color="primary"
>
-
-
+
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
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,