From 21ad5ce143e2033069de9a7119b7800d904b7028 Mon Sep 17 00:00:00 2001 From: "kelvin.yau" Date: Sun, 23 Nov 2025 19:22:20 +0800 Subject: [PATCH] quick translation fix --- src/i18n/zh/dashboard.json | 2 +- src/i18n/zh/home.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/zh/dashboard.json b/src/i18n/zh/dashboard.json index e5efbd3..3f32c02 100644 --- a/src/i18n/zh/dashboard.json +++ b/src/i18n/zh/dashboard.json @@ -7,7 +7,7 @@ "Warehouse temperature record": "倉庫溫度記錄", "Warehouse type": "倉庫類型", "Last 6 hours": "過去6小時", - "Add some entries!": "添加一些物料!", + "Add some entries!": "請添加條目", "Last 24 hours": "過去24小時", "Cold storage": "冷藏倉", "Normal temperature storage": "常溫倉", diff --git a/src/i18n/zh/home.json b/src/i18n/zh/home.json index c8e1f3c..8f319b9 100644 --- a/src/i18n/zh/home.json +++ b/src/i18n/zh/home.json @@ -1,5 +1,5 @@ { "Demand Qty": "需求數量", - "Add some entries!": "添加一些物料!" + "Add some entries!": "添請添加條目" } \ No newline at end of file