mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
+12
-12
@@ -1,14 +1,14 @@
|
||||
<?php
|
||||
|
||||
$lang_myhr = array (
|
||||
'th_hr_id' => 'H&rid',
|
||||
'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' => '削除',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user