fix: 添加缺失的 i18n 翻译键 general.max_length

This commit is contained in:
2026-04-20 05:09:20 +08:00
parent 5a5c652264
commit 37a63ebc35
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -50,7 +50,8 @@
"upload": "Upload", "upload": "Upload",
"offline": "Offline", "offline": "Offline",
"online": "Online", "online": "Online",
"search_placeholder": "Search keyword" "search_placeholder": "Search keyword",
"max_length": "Maximum length is {{max}} characters"
}, },
"actions": { "actions": {
"new": "New", "new": "New",
+2 -1
View File
@@ -50,7 +50,8 @@
"upload": "アップロード", "upload": "アップロード",
"offline": "オフライン", "offline": "オフライン",
"online": "オンライン", "online": "オンライン",
"search_placeholder": "キーワード検索" "search_placeholder": "キーワード検索",
"max_length": "最大長は {{max}} 文字です"
}, },
"actions": { "actions": {
"new": "新規", "new": "新規",
+2 -1
View File
@@ -50,7 +50,8 @@
"upload": "上傳", "upload": "上傳",
"offline": "離線", "offline": "離線",
"online": "線上", "online": "線上",
"search_placeholder": "關鍵字搜尋" "search_placeholder": "關鍵字搜尋",
"max_length": "最大長度為 {{max}} 個字元"
}, },
"actions": { "actions": {
"new": "新增", "new": "新增",