Files
nexusphp/lang/ja/lang_complains.php

34 lines
2.0 KiB
PHP
Raw Normal View History

2025-04-19 02:06:51 +07:00
<?php
2025-05-05 21:27:48 +07:00
$lang_complains = [
'text_complain' => '苦情アカウントの問題',
'text_new_complain' => '新しい不平文',
'text_new_email' => 'Account Email',
'text_new_body' => '苦情の詳細:',
'text_new_body_placeholder' => "問題の説明:\n関連証明が適用可能: 画像は [img=URL] の形式で表示されます。",
'text_new_submit' => '送信',
'text_new_failure' => '不正な電子メールまたは空の文句が入力されました。',
'text_created_title' => '文句が作成されました',
'text_created_note' => '後で更新を確認できるように、このページをブックマークしてください。 このURLをANYBODYに返信しないでください! そうでなければ、あなたの苦情は処理されません。',
'text_search_account' => 'このメールアドレスでアカウントを検索',
'text_reply' => '返信',
'text_replies' => 'フォローアップメッセージ',
'text_complainer' => '苦情者',
'text_added' => '時間を追加しました',
'text_no_replies' => 'メッセージはありません',
'text_closed' => 'この苦情は回答され、新しい返信のためにロックされています。',
'text_answer_it' => '閉じる',
'text_unanswer_it' => '再開く',
'th_complain_at' => '不平を言うとき',
'th_complain_account' => '苦情アカウント',
'th_action_view' => '表示',
'pending_complaints' => '保留中の苦情情報',
'no_pending_complaints' => '保留中の苦情はありません',
'complaints_processed' => '苦情処理済み',
'no_complaints_have_been_processed' => '苦情が処理されていません',
'text_view_band_log' => 'BANログを表示',
'reply_notify_subject' => '返信した苦情の回答',
'reply_notify_body' => 'You have a reply to your complaint on the site %s, click here <a href="%s" target="_blank">to see it</a>.',
'complain_not_enabled' => '苦情が有効になっていません',
];