Announce Log

This commit is contained in:
xiaomlove
2025-06-29 20:47:23 +07:00
parent 83cab0da09
commit 0e798355b4
31 changed files with 1105 additions and 44 deletions

View File

@@ -46,6 +46,8 @@ return [
'user_modify_logs' => '修改记录',
'message_templates' => '消息模板',
'tracker_url' => 'Tracker URL',
'announce_logs' => '汇报记录',
'announce_monitor' => '汇报监控',
],
'resources' => [
'agent_allow' => [

View File

@@ -0,0 +1,47 @@
<?php
return [
'timestamp' => '汇报时间',
'request_id' => '请求 ID',
'uploaded_total' => '累计上传量',
'uploaded_increment' => '上传增量',
'uploaded_offset' => '上传起始量',
'downloaded_total' => '累计下载量',
'downloaded_increment' => '下载增量',
'downloaded_offset' => '下载起始量',
'left' => '剩余量',
'seeder' => '做种',
'leecher' => '下载',
'announce_time' => '时间间隔',
'agent' => '客户端',
'user_id' => '用户 ID',
'passkey' => '用户 Passkey',
'torrent_id' => '种子 ID',
'peer_id' => 'Peer ID',
'event' => '事件',
'ip' => 'IP',
'ipv4' => 'IPV4',
'ipv6' => 'IPV6',
'port' => '端口',
'started' => '开始时间',
'prev_action' => '上次汇报',
'last_action' => '最近汇报',
'seeder_count' => '做种数',
'leecher_count' => '下载数',
'scheme' => '汇报协议',
'host' => '汇报主机',
'path' => '汇报路径',
'continent' => '洲',
'country' => '国家',
'city' => '城市',
'show_client_error' => '是否客户端错误',
'client_select' => '客户端 ID',
'torrent_size' => '种子体积',
'events' => [
'started' => '开始',
'stopped' => '停止',
'paused' => '暂停',
'completed' => '完成',
'none' => '无',
],
];

View File

@@ -0,0 +1,5 @@
<?php
return [
'max_uploaded_user' => '最近:interval最多上传',
];

View File

@@ -7,6 +7,7 @@ return [
'user_not_exists' => '(无此帐户)',
'time_units' => [
'week' => '周',
'hour' => '小时',
],
'select_all' => '全选',
'unselect_all' => '全不选',

View File

@@ -48,6 +48,8 @@ return [
'user_modify_logs' => '修改記錄',
'message_templates' => '消息模板',
'tracker_url' => 'Tracker URL',
'announce_logs' => '匯報記錄',
'announce_monitor' => '匯報監控',
],
'resources' => [
'agent_allow' => [

View File

@@ -0,0 +1,47 @@
<?php
return [
'timestamp' => '匯報時間',
'request_id' => '請求 ID',
'uploaded_total' => '累計上傳量',
'uploaded_increment' => '上傳增量',
'uploaded_offset' => '上傳起始量',
'downloaded_total' => '累計下載量',
'downloaded_increment' => '下載增量',
'downloaded_offset' => '下載起始量',
'left' => '剩餘量',
'seeder' => '做種',
'leecher' => '下載',
'announce_time' => '時間間隔',
'agent' => '客戶端',
'user_id' => '用戶 ID',
'passkey' => '用戶 Passkey',
'torrent_id' => '種子 ID',
'peer_id' => 'Peer ID',
'event' => '事件',
'ip' => 'IP',
'ipv4' => 'IPV4',
'ipv6' => 'IPV6',
'port' => '端口',
'started' => '開始時間',
'prev_action' => '上次匯報',
'last_action' => '最近匯報',
'seeder_count' => '做種數',
'leecher_count' => '下載數',
'scheme' => '匯報協議',
'host' => '匯報主機',
'path' => '匯報路徑',
'continent' => '洲',
'country' => '國家',
'city' => '城市',
'show_client_error' => '是否客戶端錯誤',
'client_select' => '客戶端 ID',
'torrent_size' => '種子體積',
'events' => [
'started' => '開始',
'stopped' => '停止',
'paused' => '暫停',
'completed' => '完成',
'none' => '無',
],
];

View File

@@ -0,0 +1,5 @@
<?php
return [
'max_uploaded_user' => '最近:interval最多上傳',
];