fix: batch size validation

This commit is contained in:
rustmailer
2026-01-28 20:39:47 +08:00
parent a0d8d069c0
commit d63b1e0d7c
20 changed files with 78 additions and 24 deletions
+4 -1
View File
@@ -938,7 +938,10 @@
"folderLimitMustBeAtLeast100": "폴더 제한은 최소 100 이상이어야 합니다",
"incrementalSyncMustBeNumber": "증분 동기화 간격은 숫자여야 합니다",
"incrementalSyncMustBeAtLeast10": "증분 동기화 간격은 최소 10분 이상이어야 합니다",
"pleaseEnterUsernameOrEmail": "사용자 이름 또는 이메일을 입력하세요"
"pleaseEnterUsernameOrEmail": "사용자 이름 또는 이메일을 입력하세요",
"singleRequestBatchSizeMustBeNumber": "배치 크기는 숫자여야 합니다",
"singleRequestBatchSizeTooSmall": "배치 크기는 최소 10이어야 합니다",
"singleRequestBatchSizeTooLarge": "배치 크기는 최대 200이어야 합니다"
},
"table": {
"noResults": "검색 결과 없음",