mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
+31
-31
@@ -1,33 +1,33 @@
|
||||
<?php
|
||||
|
||||
$lang_complains = array (
|
||||
'text_complain' => '苦情エリア',
|
||||
'text_new_complain' => '控訴を提出します',
|
||||
'text_new_email' => 'アカウントメール:',
|
||||
'text_new_body' => '苦情の内容:',
|
||||
'text_new_body_placeholder' => 'アピールの質問:
|
||||
関連証拠:外部リンクの写真は、タグ[img = url]を使用して使用できます',
|
||||
'text_new_submit' => '苦情を提出します',
|
||||
'text_new_failure' => '電子メールが誤って埋められないか、アピールが空です',
|
||||
'text_created_title' => 'アピールが作成されました',
|
||||
'text_created_note' => 'このページをブックマークして、後続の更新を確認してください。アピールプロセスに影響を与えないように、他の人にURLを送信しないでください!',
|
||||
'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' => '禁止されたレコードを表示します',
|
||||
'reply_notify_subject' => '控訴への返信',
|
||||
'reply_notify_body' => 'Webサイトの苦情に対する返信があります。ここをクリックしてください<a href = "%s"ターゲット= "_ blank"> view </a>。',
|
||||
);
|
||||
$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' => '苦情が有効になっていません',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user