summaryrefslogtreecommitdiff
path: root/app/lib/django_comments/locale/ja/LC_MESSAGES/django.po
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/django_comments/locale/ja/LC_MESSAGES/django.po')
-rw-r--r--app/lib/django_comments/locale/ja/LC_MESSAGES/django.po291
1 files changed, 291 insertions, 0 deletions
diff --git a/app/lib/django_comments/locale/ja/LC_MESSAGES/django.po b/app/lib/django_comments/locale/ja/LC_MESSAGES/django.po
new file mode 100644
index 0000000..416c449
--- /dev/null
+++ b/app/lib/django_comments/locale/ja/LC_MESSAGES/django.po
@@ -0,0 +1,291 @@
+# This file is distributed under the same license as the Django package.
+#
+# Translators:
+# Translators:
+# xiu1 <d84ea@hotmail.co.jp>, 2015-2016
+# Jannis Leidel <jannis@leidel.info>, 2011
+msgid ""
+msgstr ""
+"Project-Id-Version: django-contrib-comments\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-02-10 09:06+0100\n"
+"PO-Revision-Date: 2016-06-25 14:42+0000\n"
+"Last-Translator: xiu1 <d84ea@hotmail.co.jp>\n"
+"Language-Team: Japanese (http://www.transifex.com/django/django-contrib-comments/language/ja/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ja\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: admin.py:25
+msgid "Content"
+msgstr "内容"
+
+#: admin.py:28
+msgid "Metadata"
+msgstr "メタデータ"
+
+#: admin.py:55
+msgid "flagged"
+msgid_plural "flagged"
+msgstr[0] "にフラグが付きました"
+
+#: admin.py:56
+msgid "Flag selected comments"
+msgstr "選択したコメントにフラグを付ける"
+
+#: admin.py:60
+msgid "approved"
+msgid_plural "approved"
+msgstr[0] "は承認されました"
+
+#: admin.py:61
+msgid "Approve selected comments"
+msgstr "選択したコメントを承認する"
+
+#: admin.py:65
+msgid "removed"
+msgid_plural "removed"
+msgstr[0] "は削除されました"
+
+#: admin.py:66
+msgid "Remove selected comments"
+msgstr "コメントを削除する"
+
+#: admin.py:78
+#, python-format
+msgid "1 comment was successfully %(action)s."
+msgid_plural "%(count)s comments were successfully %(action)s."
+msgstr[0] "%(count)s個のコメント%(action)s。"
+
+#: feeds.py:14
+#, python-format
+msgid "%(site_name)s comments"
+msgstr "%(site_name)s のコメント"
+
+#: feeds.py:20
+#, python-format
+msgid "Latest comments on %(site_name)s"
+msgstr "%(site_name)s の最新コメント"
+
+#: forms.py:105
+msgctxt "Person name"
+msgid "Name"
+msgstr "名前"
+
+#: forms.py:97
+msgid "Email address"
+msgstr "メールアドレス"
+
+#: forms.py:98
+msgid "URL"
+msgstr "URL"
+
+#: forms.py:99
+msgid "Comment"
+msgstr "コメント"
+
+#: forms.py:177
+#, python-format
+msgid "Watch your mouth! The word %s is not allowed here."
+msgid_plural "Watch your mouth! The words %s are not allowed here."
+msgstr[0] "言葉使いに気を付けて! %s という言葉は使えません。"
+
+#: forms.py:181 templates/comments/preview.html:16
+msgid "and"
+msgstr "と"
+
+#: forms.py:186
+msgid ""
+"If you enter anything in this field your comment will be treated as spam"
+msgstr "このフィールドに入力するとコメントはスパム扱いされます"
+
+#: models.py:23
+msgid "content type"
+msgstr "コンテンツタイプ"
+
+#: models.py:25
+msgid "object ID"
+msgstr "オブジェクト ID"
+
+#: models.py:53 models.py:177
+msgid "user"
+msgstr "ユーザー"
+
+#: models.py:55
+msgid "user's name"
+msgstr "名前"
+
+#: models.py:56
+msgid "user's email address"
+msgstr "メールアドレス"
+
+#: models.py:57
+msgid "user's URL"
+msgstr "URL"
+
+#: models.py:59 models.py:79 models.py:178
+msgid "comment"
+msgstr "コメント"
+
+#: models.py:62
+msgid "date/time submitted"
+msgstr "コメント投稿日時"
+
+#: models.py:63
+msgid "IP address"
+msgstr "IP アドレス"
+
+#: models.py:64
+msgid "is public"
+msgstr "は公開中です"
+
+#: models.py:65
+msgid ""
+"Uncheck this box to make the comment effectively disappear from the site."
+msgstr "手っ取り早くコメントをサイトから消すにはここのチェックを外してください。"
+
+#: models.py:67
+msgid "is removed"
+msgstr "は削除されました"
+
+#: models.py:68
+msgid ""
+"Check this box if the comment is inappropriate. A \"This comment has been "
+"removed\" message will be displayed instead."
+msgstr "コメントが不適切な場合はチェックを入れてください。「コメントは削除されました」と表示されるようになります。"
+
+#: models.py:80
+msgid "comments"
+msgstr "コメント"
+
+#: models.py:124
+msgid ""
+"This comment was posted by an authenticated user and thus the name is read-"
+"only."
+msgstr "このコメントは認証済みユーザーによって投稿されたため、名前は読み取り専用です。"
+
+#: models.py:134
+msgid ""
+"This comment was posted by an authenticated user and thus the email is read-"
+"only."
+msgstr "このコメントは認証済みユーザーによって投稿されたため、メールアドレスは読み取り専用です。"
+
+#: models.py:160
+#, python-format
+msgid ""
+"Posted by %(user)s at %(date)s\n"
+"\n"
+"%(comment)s\n"
+"\n"
+"http://%(domain)s%(url)s"
+msgstr "%(user)s が %(date)s に投稿\n\n%(comment)s\n\nhttp://%(domain)s%(url)s"
+
+#: models.py:179
+msgid "flag"
+msgstr "フラグ"
+
+#: models.py:180
+msgid "date"
+msgstr "フラグを付けた日時"
+
+#: models.py:190
+msgid "comment flag"
+msgstr "コメントフラグ"
+
+#: models.py:191
+msgid "comment flags"
+msgstr "コメントフラグ"
+
+#: moderation.py:253
+#, python-format
+msgid "[%(site)s] New comment posted on \"%(object)s\""
+msgstr "[%(site)s] 新しいコメントを \"%(object)s\" に投稿しました"
+
+#: templates/comments/approve.html:4
+msgid "Approve a comment"
+msgstr "コメントを承認する"
+
+#: templates/comments/approve.html:7
+msgid "Really make this comment public?"
+msgstr "本当にこのコメントを承認しますか?"
+
+#: templates/comments/approve.html:12
+msgid "Approve"
+msgstr "承認"
+
+#: templates/comments/approved.html:4
+msgid "Thanks for approving"
+msgstr "ご利用ありがとうございました!"
+
+#: templates/comments/approved.html:7 templates/comments/deleted.html:7
+#: templates/comments/flagged.html:7
+msgid ""
+"Thanks for taking the time to improve the quality of discussion on our site"
+msgstr "当サイトの品質向上にご協力いただきありがとうございました"
+
+#: templates/comments/delete.html:4
+msgid "Remove a comment"
+msgstr "コメントを削除する"
+
+#: templates/comments/delete.html:7
+msgid "Really remove this comment?"
+msgstr "本当にこのコメントを削除しますか?"
+
+#: templates/comments/delete.html:12
+msgid "Remove"
+msgstr "削除"
+
+#: templates/comments/deleted.html:4
+msgid "Thanks for removing"
+msgstr "ご利用ありがとうございました!"
+
+#: templates/comments/flag.html:4
+msgid "Flag this comment"
+msgstr "このコメントにフラグを付ける"
+
+#: templates/comments/flag.html:7
+msgid "Really flag this comment?"
+msgstr "本当にこのコメントにフラグを付けますか?"
+
+#: templates/comments/flag.html:12
+msgid "Flag"
+msgstr "フラグを付ける"
+
+#: templates/comments/flagged.html:4
+msgid "Thanks for flagging"
+msgstr "ご利用ありがとうございました!"
+
+#: templates/comments/form.html:17 templates/comments/preview.html:32
+msgid "Post"
+msgstr "投稿"
+
+#: templates/comments/form.html:18 templates/comments/preview.html:33
+msgid "Preview"
+msgstr "プレビュー"
+
+#: templates/comments/posted.html:4
+msgid "Thanks for commenting"
+msgstr "コメントしてくれてありがとうございました"
+
+#: templates/comments/posted.html:7
+msgid "Thank you for your comment"
+msgstr "コメントありがとうございました"
+
+#: templates/comments/preview.html:4 templates/comments/preview.html.py:13
+msgid "Preview your comment"
+msgstr "コメントのプレビュー"
+
+#: templates/comments/preview.html:11
+msgid "Please correct the error below"
+msgid_plural "Please correct the errors below"
+msgstr[0] "下記のエラーを修正してください。"
+
+#: templates/comments/preview.html:16
+msgid "Post your comment"
+msgstr "コメントを投稿"
+
+#: templates/comments/preview.html:16
+msgid "or make changes"
+msgstr "さらに編集"