add lang: ja

This commit is contained in:
xiaomlove
2025-04-19 02:06:51 +07:00
parent 432c57f886
commit ff11c10eab
275 changed files with 8545 additions and 730 deletions
+9
View File
@@ -0,0 +1,9 @@
<?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' => '種子を別のゾーンに移動する許可はありません。また、どうやってここに着いたのですか?',
);