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
+14
View File
@@ -0,0 +1,14 @@
<?php
$lang_takecontact = array (
'std_error' => '間違い',
'std_method' => '方法',
'std_please_enter_something' => 'コンテンツに記入してください!',
'std_please_define_subject' => 'タイトルを入力する必要があります!',
'std_message_flooding' => '無差別にテキストメッセージを送信してください',
'std_second' => '2番',
'std_s' => '',
'std_before_sending_pm' => 'その後もう一度やり直してください。',
'std_succeeded' => '成功',
'std_message_succesfully_sent' => 'テキストメッセージは正常に送信されました!',
);