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
+9 -6
View File
@@ -1,9 +1,12 @@
<?php
$lang_takeedit = array (
'std_edit_failed' => '編集に失敗しました!',
'std_missing_form_data' => 'アイテムは入力されていません',
'std_not_owner' => 'あなたはブリーダーではありません!どうしたの?',
'std_nfo_too_big' => 'NFOが大きすぎる!最大値は65,535バイトです。',
'std_cannot_move_torrent' => '種子を別のゾーンに移動する許可はありません。また、どうやってここに着いたのですか?',
$lang_takeedit = array
(
'std_edit_failed' => "編集に失敗しました",
'std_missing_form_data' => "フォームデータがありません",
'std_not_owner' => "あなたは所有者ではありません!どうしてそうなったのですか?",
'std_nfo_too_big' => "NFO が大きすぎます!最大 65,535 バイトです。",
'std_cannot_move_torrent' => "トレントを別のセクションに移動する権限がありません。BTWは、どうやってここに移動しますか?"
);
?>