feat(i18n): increase trigger word length limit from 30 to 100 words

Update trigger word validation message across all language files to reflect increased character limit. The change allows users to create longer trigger words, providing more flexibility in trigger word creation while maintaining the existing maximum count of 30 trigger words.
This commit is contained in:
Will Miao
2025-11-15 22:22:42 +08:00
parent 5f25a29303
commit 645b7c247d
10 changed files with 10 additions and 10 deletions

View File

@@ -1318,7 +1318,7 @@
},
"triggerWords": {
"loadFailed": "학습된 단어를 로딩할 수 없습니다",
"tooLong": "트리거 단어는 30단어를 초과할 수 없습니다",
"tooLong": "트리거 단어는 100단어를 초과할 수 없습니다",
"tooMany": "최대 30개의 트리거 단어만 허용됩니다",
"alreadyExists": "이 트리거 단어는 이미 존재합니다",
"updateSuccess": "트리거 단어가 성공적으로 업데이트되었습니다",