fix(trigger-words): raise group word limit

This commit is contained in:
Will Miao
2026-04-21 16:35:25 +08:00
parent ecf7ea21e4
commit 37f0e8f213
11 changed files with 25 additions and 22 deletions

View File

@@ -1761,8 +1761,8 @@
},
"triggerWords": {
"loadFailed": "無法載入訓練詞",
"tooLong": "觸發詞不可超過 100 個字",
"tooMany": "最多允許 30 個觸發詞",
"tooLong": "觸發詞不可超過 500 個字",
"tooMany": "最多允許 100 個觸發詞",
"alreadyExists": "此觸發詞已存在",
"updateSuccess": "觸發詞已更新",
"updateFailed": "更新觸發詞失敗",