diff --git a/avatar/locale/ja/LC_MESSAGES/django.mo b/avatar/locale/ja/LC_MESSAGES/django.mo new file mode 100644 index 0000000..1a836ff Binary files /dev/null and b/avatar/locale/ja/LC_MESSAGES/django.mo differ diff --git a/avatar/locale/ja/LC_MESSAGES/django.po b/avatar/locale/ja/LC_MESSAGES/django.po new file mode 100644 index 0000000..c417e51 --- /dev/null +++ b/avatar/locale/ja/LC_MESSAGES/django.po @@ -0,0 +1,131 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2013-09-18 19:49+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: admin.py:19 +msgid "Avatar" +msgstr "プロフィール画像" + +#: forms.py:24 +msgid "avatar" +msgstr "プロフィール画像" + +#: forms.py:37 +#, python-format +msgid "" +"%(ext)s is an invalid file extension. Authorized extensions are : %" +"(valid_exts_list)s" +msgstr "%(ext)s は利用できない拡張子です。 使用可能な拡張子 : %(valid_exts_list)s" + +#: forms.py:44 +#, python-format +msgid "" +"Your file is too big (%(size)s), the maximum allowed size is %" +"(max_valid_size)s" +msgstr "ファイルが大きすぎます(%(size)s)。アップロード可能な最大サイズは %(max_valid_size)s です。" + +#: forms.py:54 +#, python-format +msgid "" +"You already have %(nb_avatars)d avatars, and the maximum allowed is %" +"(nb_max_avatars)d." +msgstr "登録可能なプロフィール画像は %(nb_max_avatars)d 個までです。すでに %(nb_avatars)d 個登録されています。" + +#: forms.py:71 forms.py:84 +msgid "Choices" +msgstr "選択" + +#: views.py:74 +msgid "Successfully uploaded a new avatar." +msgstr "新しいプロフィール画像をアップロードしました。" + +#: views.py:110 +msgid "Successfully updated your avatar." +msgstr "プロフィール画像を更新しました。" + +#: views.py:148 +msgid "Successfully deleted the requested avatars." +msgstr "指定されたプロフィール画像を削除しました。" + +#: templates/avatar/add.html:6 templates/avatar/change.html:6 +msgid "Your current avatar: " +msgstr "現在のプロフィール画像:" + +#: templates/avatar/add.html:9 templates/avatar/change.html:9 +msgid "You haven't uploaded an avatar yet. Please upload one now." +msgstr "登録されているプロフィール画像はありません。アップロードしてください。" + +#: templates/avatar/add.html:13 templates/avatar/change.html:20 +msgid "Upload New Image" +msgstr "新しい画像のアップロード" + +#: templates/avatar/change.html:15 +msgid "Choose new Default" +msgstr "デフォルトの画像を選択" + +#: templates/avatar/confirm_delete.html:6 +msgid "Please select the avatars that you would like to delete." +msgstr "削除したいプロフィール画像を選択してください。" + +#: templates/avatar/confirm_delete.html:9 +#, python-format +msgid "" +"You have no avatars to delete. Please upload one now." +msgstr "削除できるプロフィール画像はありません。新規画像のアップロード." + +#: templates/avatar/confirm_delete.html:15 +msgid "Delete These" +msgstr "削除" + +#: templates/notification/avatar_friend_updated/full.txt:1 +#, python-format +msgid "" +"%(avatar_creator)s has updated their avatar %(avatar)s.\n" +"\n" +"http://%(current_site)s%(avatar_url)s\n" +msgstr "%(avatar_creator)s さんがプロフィール画像 %(avatar)s をアップロードしました。\n" +"\n" +"http://%(current_site)s%(avatar_url)s\n" + +#: templates/notification/avatar_friend_updated/notice.html:2 +#, python-format +msgid "" +"%(avatar_creator)s has updated their avatar %(avatar)s." +msgstr "%(avatar_creator)s さんがプロフィール画像 %(avatar)s をアップロードしました。" + +#: templates/notification/avatar_updated/full.txt:1 +#, python-format +msgid "" +"Your avatar has been updated. %(avatar)s\n" +"\n" +"http://%(current_site)s%(avatar_url)s\n" +msgstr "プロフィール画像を更新しました。 %(avatar)s\n" +"\n" +"http://%(current_site)s%(avatar_url)s\n" + +#: templates/notification/avatar_updated/notice.html:2 +#, python-format +msgid "You have updated your avatar %(avatar)s." +msgstr "プロフィール画像を更新しました。 %(avatar)s." + +#: templatetags/avatar_tags.py:51 +msgid "Default Avatar" +msgstr "デフォルトのプロフィール画像"