mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
update lang
This commit is contained in:
+38
-35
@@ -1,38 +1,41 @@
|
||||
<?php
|
||||
|
||||
$lang_reports = array (
|
||||
'std_oho' => 'ああ!',
|
||||
'std_no_report' => '報告情報はありません。',
|
||||
'head_reports' => '報告',
|
||||
'text_reports' => '報告',
|
||||
'col_added' => '時間',
|
||||
'col_reporter' => 'レポーター',
|
||||
'col_reporting' => 'レポートコンテンツ',
|
||||
'col_type' => 'タイプ',
|
||||
'col_reason' => '理由',
|
||||
'col_dealt_with' => '対処する',
|
||||
'col_action' => '行動',
|
||||
'text_yes' => 'はい',
|
||||
'text_no' => 'いいえ',
|
||||
'text_torrent' => 'シード',
|
||||
'text_torrent_does_not_exist' => '種子は存在しないか、削除されていません。',
|
||||
'text_user' => 'ユーザー',
|
||||
'text_user_does_not_exist' => 'ユーザーは存在しないか、削除されていません。',
|
||||
'text_offer' => '候補者',
|
||||
'text_offer_does_not_exist' => '候補者は存在しないか、削除されていません。',
|
||||
'text_forum_post' => 'フォーラム投稿',
|
||||
'text_post_does_not_exist' => 'フォーラムの投稿は存在しないか、削除されていません。',
|
||||
'text_post_id' => 'IDの投稿:',
|
||||
'text_of_topic' => ';テーマ:',
|
||||
'text_by' => ';著者:',
|
||||
'text_comment' => 'コメント',
|
||||
'text_comment_does_not_exist' => 'コメントは存在しないか、削除されていません。',
|
||||
'text_of_torrent' => ';シード:',
|
||||
'text_of_offer' => ';候補者:',
|
||||
'text_comment_id' => 'コメントID:',
|
||||
'text_subtitle' => '字幕',
|
||||
'text_subtitle_does_not_exist' => '字幕は存在しないか、削除されていません。',
|
||||
'text_for_torrent_id' => ';シードID:',
|
||||
'submit_set_dealt' => '処理されたまま設定します',
|
||||
'submit_delete' => '消去',
|
||||
$lang_reports = array
|
||||
(
|
||||
'std_oho' => "Oho!",
|
||||
'std_no_report' => "レポートはありません。",
|
||||
'head_reports' => "レポート",
|
||||
'text_reports' => "レポート",
|
||||
'col_added' => "追加しました",
|
||||
'col_reporter' => "Reporter",
|
||||
'col_reporting' => "レポート",
|
||||
'col_type' => "タイプ",
|
||||
'col_reason' => "理由:",
|
||||
'col_dealt_with' => "送金する",
|
||||
'col_action' => "Act.",
|
||||
'text_yes' => "はい",
|
||||
'text_no' => "いいえ",
|
||||
'text_torrent' => "Torrent",
|
||||
'text_torrent_does_not_exist' => "Torrent が存在しないか削除されます。",
|
||||
'text_user' => "ユーザー",
|
||||
'text_user_does_not_exist' => "ユーザーが存在しないか、削除されます。",
|
||||
'text_offer' => "オファー",
|
||||
'text_offer_does_not_exist' => "オファーは存在しないか削除されました。",
|
||||
'text_forum_post' => "フォーラム投稿",
|
||||
'text_post_does_not_exist' => "フォーラム投稿が存在しないか、削除されました。",
|
||||
'text_post_id' => "投稿ID ",
|
||||
'text_of_topic' => " トピックの ",
|
||||
'text_by' => " 作成者: ",
|
||||
'text_comment' => "コメント",
|
||||
'text_comment_does_not_exist' => "コメントが存在しないか、削除されています。",
|
||||
'text_of_torrent' => " トレントの ",
|
||||
'text_of_offer' => " 提案の|提案の ",
|
||||
'text_comment_id' => "コメント ID ",
|
||||
'text_subtitle' => "サブタイトル",
|
||||
'text_subtitle_does_not_exist' => "字幕が存在しないか、削除されます。",
|
||||
'text_for_torrent_id' => " Torrent ID ",
|
||||
'submit_set_dealt' => "送信済みを設定",
|
||||
'submit_delete' => "削除",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user