Skip to content

Commit 544c40e

Browse files
authored
fix: typo
1 parent 30ed397 commit 544c40e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

i18n/zh_cn.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"cluster.error.download.failed.storage": "无法写入存储",
2828
"cluster.error.download.failed.status": "状态码错误",
2929
"cluster.error.download.failed.default": "未知",
30-
"cluster.error.download.failed": "无法下载文件 $hash($size) 原因 [$reason] [$source $host $status] 历史地址:\n$history\n> 内容:$body",
30+
"cluster.error.download.failed": "无法下载文件 $hash$size),原因:$reason$source $host $status历史地址:\n$history\n> 内容:$body",
3131
"cluster.error.download.failed_to_upload": "在尝试上传文件时发生错误。",
3232
"cluster.info.download.finished": "成功下载所有文件。耗时:$time",
3333
"cluster.info.check_files.check_type": "当前文件检查模式:$type。",
@@ -53,12 +53,12 @@
5353
"cluster.warn.cluster.no_storage": "因为当前没有任何存储,已关闭节点。",
5454
"cluster.erorr.cluster.storage.available": "当前没有可用存储。",
5555
"cluster.success.cluster.finished_file_check": "文件检查已完成,耗时:$time 秒。",
56-
"cluster.debug.cluster.blocked": "还在再次尝试上线节点?已阻止这次尝试。 (\nFrom bangbang93:\n 谁他妈\n 一秒钟发了好几百个enable请求\n ban了解一下等我回杭州再看\n ban了先\n\n > 2024/3/30 14:07 GMT+8\n)",
56+
"cluster.debug.cluster.blocked": "还在再次尝试上线节点?已阻止这次尝试。",
5757
"cluster.success.cluster.disabled": "已关闭节点。",
5858
"cluster.error.cluster.reached_maximum_retry_count": "重试次数已到达 $count 次,已关闭节点。",
5959
"cluster.info.cluster.retry": "将在 $t 秒后重试。",
60-
"cluster.info.cluster.storage_count": "当前总计有 $total 个储存,$file 个本地储存,$webdav 个 WebDav 储存。",
61-
"cluster.info.cluster.storage_available_count": "当前可用总计有 $total 个储存,$file 个本地储存,$webdav 个 WebDav 储存。",
60+
"cluster.info.cluster.storage_count": "当前总计有 $total 个储存,$file 个本地储存,$webdav 个 WebDAV 储存。",
61+
"cluster.info.cluster.storage_available_count": "当前可用总计有 $total 个储存,$file 个本地储存,$webdav 个 WebDAV 储存。",
6262
"cluster.error.cluster.failed_to_start_service": "无法启动服务:$e",
6363
"cluster.success.cluster.connected_to_center_server": "成功连接至主控,启动服务中……",
6464
"cluster.info.cluster.hosting": "节点已在 $id.openbmclapi.933.moe:$port 开放。",
@@ -73,8 +73,8 @@
7373
"cluster.success.webdav.keepalive": "WebDAV <hostname: $hostname, endpoint: $endpoint> 保活成功。",
7474
"cluster.warn.webdav.no_connection": "无法连接至 WebDAV <hostname: $hostname, endpoint: $endpoint>,正在关闭储存……",
7575
"cluster.success.webdav.enabled": "WebDAV <hostname: $hostname, endpoint: $endpoint> 成功启用。",
76-
"cluster.debug.cluster.emit.send": "发送数据:$channel $data",
77-
"cluster.debug.cluster.emit.recv": "接收数据:$channel $data",
76+
"cluster.debug.cluster.emit.send": "发送数据:$channel $data",
77+
"cluster.debug.cluster.emit.recv": "接收数据:$channel $data",
7878
"timer.info.task.freezing": "正在取消任务 <$task>。",
7979
"timer.info.task.freezed": "已取消任务 <$task>。",
8080
"plugins.info.attempt_loading": "准备加载插件中……",
@@ -89,6 +89,6 @@
8989
"timings.info.finished": "任务已完成,耗时:$time。",
9090
"cluster.info.download.configuration": "下载配置策略:$type,下载源:$source,下载并发:$concurrency。",
9191
"cert.error.failed.file": "无法从本地文件中加载证书",
92-
"cluster.warn.webdav.file_hash": "存活失败 $url($status) 文件校验失败,原文件:$hash($hash_size),内容:$file_hash($file_size)",
93-
"cluster.debug.webdav.response": "$url($status) 文件校验失败,内容:\n$response"
94-
}
92+
"cluster.warn.webdav.file_hash": "$url($status) 文件校验失败,原文件:$hash$hash_size,内容:$file_hash$file_size)。",
93+
"cluster.debug.webdav.response": "$url($status) 文件校验失败,内容:\n$response"
94+
}

0 commit comments

Comments
 (0)