From 37a63ebc355d72ece34f0cb0f7ad1828ecd7ba6c Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 20 Apr 2026 05:09:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E7=9A=84=20i18n=20=E7=BF=BB=E8=AF=91=E9=94=AE=20general.max=5F?= =?UTF-8?q?length?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/react-i18next/locales/en-US.json | 3 ++- web/src/react-i18next/locales/ja-JP.json | 3 ++- web/src/react-i18next/locales/zh-TW.json | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/web/src/react-i18next/locales/en-US.json b/web/src/react-i18next/locales/en-US.json index b624c2838..fd2ea5b6b 100644 --- a/web/src/react-i18next/locales/en-US.json +++ b/web/src/react-i18next/locales/en-US.json @@ -50,7 +50,8 @@ "upload": "Upload", "offline": "Offline", "online": "Online", - "search_placeholder": "Search keyword" + "search_placeholder": "Search keyword", + "max_length": "Maximum length is {{max}} characters" }, "actions": { "new": "New", diff --git a/web/src/react-i18next/locales/ja-JP.json b/web/src/react-i18next/locales/ja-JP.json index b59c4dfa7..8614ed875 100644 --- a/web/src/react-i18next/locales/ja-JP.json +++ b/web/src/react-i18next/locales/ja-JP.json @@ -50,7 +50,8 @@ "upload": "アップロード", "offline": "オフライン", "online": "オンライン", - "search_placeholder": "キーワード検索" + "search_placeholder": "キーワード検索", + "max_length": "最大長は {{max}} 文字です" }, "actions": { "new": "新規", diff --git a/web/src/react-i18next/locales/zh-TW.json b/web/src/react-i18next/locales/zh-TW.json index 89b1d2f03..f664594b1 100644 --- a/web/src/react-i18next/locales/zh-TW.json +++ b/web/src/react-i18next/locales/zh-TW.json @@ -50,7 +50,8 @@ "upload": "上傳", "offline": "離線", "online": "線上", - "search_placeholder": "關鍵字搜尋" + "search_placeholder": "關鍵字搜尋", + "max_length": "最大長度為 {{max}} 個字元" }, "actions": { "new": "新增",