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
+19 -16
View File
@@ -1,19 +1,22 @@
<?php
$lang_uploaders = array (
'text_no_uploaders_yet' => '出版社は見つかりませんでした!',
'head_uploaders' => '出版社',
'text_uploaders' => '出版社',
'col_username' => 'ユーザー名',
'col_torrents_size' => '種子サイズ',
'col_torrents_num' => '種子の数',
'col_last_upload_time' => '最近の出版時間',
'col_last_upload' => '最近の種子がリリースされました',
'text_not_available' => 'なし',
'submit_go' => '探す',
'text_select_month' => '月の選択:',
'text_order_by' => '選別',
'text_username' => 'ユーザー名',
'text_torrent_size' => '種子サイズ',
'text_torrent_num' => '種子の数',
$lang_uploaders = array
(
'text_no_uploaders_yet' => "アップローダーが見つかりませんでした!",
'head_uploaders' => "アップローダー",
'text_uploaders' => "アップローダー",
'col_username' => "ユーザー名",
'col_torrents_size' => "Torrent のサイズ",
'col_torrents_num' => "TorrentのNum",
'col_last_upload_time' => "最終更新日時",
'col_last_upload' => "前回のアップグレードされたTorrent",
'text_not_available' => "該当なし",
'submit_go' => "移動",
'text_select_month' => "月を選択: ",
'text_order_by' => "並び替え",
'text_username' => "ユーザー名",
'text_torrent_size' => "トレントサイズ",
'text_torrent_num' => "Torrent Num",
);
?>