Skip to content

Commit

Permalink
修改提示信息
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzzh committed Nov 19, 2024
1 parent c716e6b commit 0971a57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/lang/en_us/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MODULE_IBL_MATCH_CITY: "Match city rule: {}"
MODULE_IBL_EXCEPTION_GEOIP: "An exception occurred while matching GeoIP information, please report the error to the developer"
MODULE_IBL_MATCH_PORT: "Match Port rule: {}"
MODULE_PID_MATCH_PEER_ID: "Match PeerId rule: {}"
MODULE_PCB_EXCESSIVE_DOWNLOAD: "Client excessive download: Torrent size: {}, total uploaded to this peer: {}, maximum allowed excessive download total: {}"
MODULE_PCB_EXCESSIVE_DOWNLOAD: "Client excessive download: Resource size: {}, total uploaded to this peer: {}, maximum allowed excessive download total: {}"
MODULE_PCB_PEER_MORE_THAN_LOCAL_SKIP: "Client progress: {}, calculated minimal progress: {}, client progress more than local progress, skipping detection"
MODULE_PCB_PEER_BAN_INCORRECT_PROGRESS: "Client progress: {}, calculated minimal: {}, difference: {}"
MODULE_PCB_PEER_BAN_REWIND: "Client progress: {}, calculated minimal progress: {}; last time recorded progress: {}, rewind progress: {}, max allowed rewind threshold: {}"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/lang/messages_fallback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MODULE_IBL_EXCEPTION_GEOIP: "匹配 GeoIP 信息时出现异常,请反馈错
MODULE_IBL_MATCH_PORT: "匹配 Port 规则: {}"
MODULE_PID_MATCH_PEER_ID: "匹配 PeerId 规则: {}"
MODULE_IBL_MATCH_CITY: "匹配城市名称规则: {}"
MODULE_PCB_EXCESSIVE_DOWNLOAD: "客户端下载过量:种子大小:{},上传给此对等体的总量:{},最大允许的过量下载总量:{}"
MODULE_PCB_EXCESSIVE_DOWNLOAD: "客户端下载过量:资源大小:{},上传给此对等体的总量:{},最大允许的过量下载总量:{}"
MODULE_PCB_PEER_MORE_THAN_LOCAL_SKIP: "客户端进度:{},实际进度:{},客户端的进度多于本地进度,跳过检测"
MODULE_PCB_PEER_BAN_INCORRECT_PROGRESS: "客户端进度:{},实际进度:{},差值:{}"
MODULE_PCB_PEER_BAN_REWIND: "客户端进度:{},实际进度:{},上次记录进度:{},本次回退进度:{},差值:{}"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/lang/zh_cn/messages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MODULE_IBL_EXCEPTION_GEOIP: "匹配 GeoIP 信息时出现异常,请反馈错
MODULE_IBL_MATCH_PORT: "匹配 Port 规则: {}"
MODULE_PID_MATCH_PEER_ID: "匹配 PeerId 规则: {}"
MODULE_IBL_MATCH_CITY: "匹配城市名称规则: {}"
MODULE_PCB_EXCESSIVE_DOWNLOAD: "客户端下载过量:种子大小:{},上传给此对等体的总量:{},最大允许的过量下载总量:{}"
MODULE_PCB_EXCESSIVE_DOWNLOAD: "客户端下载过量:资源大小:{},上传给此对等体的总量:{},最大允许的过量下载总量:{}"
MODULE_PCB_PEER_MORE_THAN_LOCAL_SKIP: "客户端进度:{},实际进度:{},客户端的进度多于本地进度,跳过检测"
MODULE_PCB_PEER_BAN_INCORRECT_PROGRESS: "客户端进度:{},实际进度:{},差值:{}"
MODULE_PCB_PEER_BAN_REWIND: "客户端进度:{},实际进度:{},上次记录进度:{},本次回退进度:{},差值:{}"
Expand Down

0 comments on commit 0971a57

Please sign in to comment.