mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
limit the maximum count of password / token check failures per IP/user per minute (#33)
This commit is contained in:
+2
-1
@@ -1167,7 +1167,8 @@
|
||||
"number invalid": "Số không hợp lệ",
|
||||
"no files uploaded": "Không có tệp nào được tải lên",
|
||||
"uploaded file is empty": "Tệp đã tải lên trống",
|
||||
"uploaded file size exceeds the maximum allowed size": "Kích thước tệp đã tải lên vượt quá kích thước tối đa cho phép"
|
||||
"uploaded file size exceeds the maximum allowed size": "Kích thước tệp đã tải lên vượt quá kích thước tối đa cho phép",
|
||||
"failure count exceeded maximum limit": "Failure count exceeded maximum limit, please try again after some time"
|
||||
},
|
||||
"parameter": {
|
||||
"id": "ID",
|
||||
|
||||
Reference in New Issue
Block a user