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

View File

@@ -1,8 +1,11 @@
<?php
$lang_takeflush = array (
'std_failed' => '失敗',
'std_success' => '成功',
'std_ghost_torrents_cleaned' => '冗長な種子が正常に除去されました。',
'std_cannot_flush_others' => '独自の冗長種をクリアすることしかできません',
$lang_takeflush = array
(
'std_failed' => "失敗しました",
'std_success' => "成功",
'std_ghost_torrents_cleaned' => "幽霊の急流は正常に清掃された",
'std_cannot_flush_others' => "あなた自身のゴースト急流のみをきれいにすることができます"
);
?>