add lang: ja

This commit is contained in:
xiaomlove
2025-04-19 02:06:51 +07:00
parent 432c57f886
commit ff11c10eab
275 changed files with 8545 additions and 730 deletions
+24
View File
@@ -0,0 +1,24 @@
<?php
return array (
'torrent:upload' =>
array (
'text' => '種子を放出します',
'desc' => '種子を放出します',
),
'torrent:list' =>
array (
'text' => 'シードリストを取得します',
'desc' => 'シードリストを取得します',
),
'torrent:view' =>
array (
'text' => 'シードの詳細を表示します',
'desc' => 'シードの詳細を表示します',
),
'user:view' =>
array (
'text' => '基本的なユーザー情報を表示します',
'desc' => '基本的なユーザー情報を表示します',
),
);