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
+12 -12
View File
@@ -1,14 +1,14 @@
<?php
$lang_myhr = array (
'th_hr_id' => 'Hrid',
'th_torrent_name' => 'シード名',
'th_uploaded' => 'ボリュームをアップロードしま',
'th_downloaded' => 'ダウンロード',
'th_share_ratio' => '共有率',
'th_seed_time_required' => 'まだ植える必要があります',
'th_completed_at' => '完了時間をダウンロードします',
'th_ttl' => '残りの検査時間',
'th_comment' => '述べる',
'action_remove' => 'なくす',
);
$lang_myhr = [
'th_hr_id' => 'H&R ID',
'th_torrent_name' => 'Torrent',
'th_uploaded' => 'アップロードしました',
'th_downloaded' => 'ダウンロード済み',
'th_share_ratio' => 'シェア率',
'th_seed_time_required' => 'シード時間が必要です',
'th_completed_at' => '完了時',
'th_ttl' => '残り時間の検査',
'th_comment' => 'コメント',
'action_remove' => '削除',
];