lixuan 5 днів тому
батько
коміт
92bb471cce

+ 2 - 1
apps/web-velofex/src/locales/langs/en-US/page.json

@@ -9,7 +9,8 @@
     "import": "Import",
     "yes": "Yes",
     "no": "No",
-    "addNew": "Add New"
+    "addNew": "Add New",
+    "more": "More"
   },
   "auth": {
     "codeLogin": "Code Login",

+ 2 - 1
apps/web-velofex/src/locales/langs/zh-CN/page.json

@@ -9,7 +9,8 @@
     "import": "导入",
     "yes": "是",
     "no": "否",
-    "addNew": "新增"
+    "addNew": "新增",
+    "more": "更多"
   },
   "auth": {
     "login": "登录",

+ 1 - 1
apps/web-velofex/src/views/dashboard/home/product-list.vue

@@ -51,7 +51,7 @@ import { $t } from '@/locales';
       <div
         class="mt-[24px] flex cursor-pointer items-center rounded-[30px] border border-gray-200 bg-white px-[24px] py-[7px] text-[#810041] shadow-md"
       >
-        More >
+        {{ $t('btn.more') }} >
       </div>
     </div>
   </div>