diff options
Diffstat (limited to 'languages/ja/ja.reportedcontent.php')
-rw-r--r-- | languages/ja/ja.reportedcontent.php | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/languages/ja/ja.reportedcontent.php b/languages/ja/ja.reportedcontent.php new file mode 100644 index 000000000..7743c75ad --- /dev/null +++ b/languages/ja/ja.reportedcontent.php @@ -0,0 +1,30 @@ +<?php +$ja = array ( + 'item:object:reported_content' => '報告済みアイテム', + 'reportedcontent' => '報告済みアイテム', + 'reportedcontent:this' => '報告する', + 'reportedcontent:none' => '報告されたコンテンツはありません。', + 'reportedcontent:report' => '報告する', + 'reportedcontent:title' => 'ページタイトル', + 'reportedcontent:deleted' => '報告されたコンテンツは削除されています。', + 'reportedcontent:notdeleted' => '報告を削除することができません。', + 'reportedcontent:delete' => '削除', + 'reportedcontent:areyousure' => '本当に削除しますか?', + 'reportedcontent:archive' => '保管する', + 'reportedcontent:archived' => '報告を保管しました。', + 'reportedcontent:visit' => '報告されたアイテムをみる', + 'reportedcontent:by' => '報告者:', + 'reportedcontent:objecttitle' => 'オブジェクトタイトル', + 'reportedcontent:objecturl' => 'オブジェクトURL', + 'reportedcontent:reason' => '報告理由', + 'reportedcontent:description' => '何か問題がありましたか?', + 'reportedcontent:address' => 'アイテムのURL', + 'reportedcontent:success' => 'あなたの報告を管理者に送信しました。', + 'reportedcontent:failing' => 'あなたの報告を送信できません。', + 'reportedcontent:moreinfo' => 'もっとみる', + 'reportedcontent:failed' => '申し訳ありません。報告の送信に失敗しました。', + 'reportedcontent:notarchived' => '報告が保管できません。', +); + +add_translation("ja", $ja); + |