update lang

This commit is contained in:
xiaomlove
2025-05-05 21:27:48 +07:00
parent fb88455323
commit 6814e3ca4d
664 changed files with 28724 additions and 6738 deletions
+18 -22
View File
@@ -1,24 +1,20 @@
<?php
return array (
'torrent:upload' =>
array (
'text' => '種子を放出します',
'desc' => '種子を放出します',
),
'torrent:list' =>
array (
'text' => 'シードリストを取得します',
'desc' => 'シードリストを取得します',
),
'torrent:view' =>
array (
'text' => 'シードの詳細を表示します',
'desc' => 'シードの詳細を表示します',
),
'user:view' =>
array (
'text' => '基本的なユーザー情報を表示します',
'desc' => '基本的なユーザー情報を表示します',
),
);
return [
'torrent:upload' => [
'text' => 'Torrent をアップロード',
'desc' => 'Torrent をアップロード',
],
'torrent:list' => [
'text' => 'トレントリストを取得',
'desc' => 'トレントリストを取得',
],
'torrent:view' => [
'text' => 'トレントの詳細を表示',
'desc' => 'トレントの詳細を表示',
],
'user:view' => [
'text' => 'ユーザーの基本情報を表示',
'desc' => 'ユーザーの基本情報を表示',
],
];