update lang

This commit is contained in:
xiaomlove
2025-05-22 02:34:45 +07:00
parent cd0dc67c2f
commit a4f87d19a2
19 changed files with 38 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
<?php
return [
'torrent:upload' => [
'text' => '發布種子',
'desc' => '發布種子',
],
'torrent:list' => [
'text' => '獲取種子列表',
'desc' => '獲取種子列表',
],
'torrent:view' => [
'text' => '查看種子詳情',
'desc' => '查看種子詳情',
],
'user:view' => [
'text' => '查看用戶基本信息',
'desc' => '查看用戶基本信息',
],
];