Merge branch 'i507_beaker_cache'
[mediagoblin.git] / mediagoblin / i18n / ja / LC_MESSAGES / mediagoblin.po
CommitLineData
0445100b
CAW
1# Translations template for PROJECT.
2# Copyright (C) 2011 ORGANIZATION
3# This file is distributed under the same license as the PROJECT project.
4#
5# <averym@gmail.com>, 2011.
6msgid ""
7msgstr ""
8"Project-Id-Version: GNU MediaGoblin\n"
9"Report-Msgid-Bugs-To: http://bugs.foocorp.net/projects/mediagoblin/issues\n"
56f4953c
CAW
10"POT-Creation-Date: 2011-08-30 22:51-0500\n"
11"PO-Revision-Date: 2011-08-31 03:51+0000\n"
0445100b
CAW
12"Last-Translator: cwebber <cwebber@dustycloud.org>\n"
13"Language-Team: LANGUAGE <LL@li.org>\n"
14"MIME-Version: 1.0\n"
15"Content-Type: text/plain; charset=UTF-8\n"
16"Content-Transfer-Encoding: 8bit\n"
17"Generated-By: Babel 0.9.6\n"
18"Language: ja\n"
19"Plural-Forms: nplurals=1; plural=0\n"
20
56f4953c 21#: mediagoblin/auth/forms.py:24 mediagoblin/auth/forms.py:54
0445100b
CAW
22msgid "Username"
23msgstr "ユーザネーム"
24
56f4953c
CAW
25#: mediagoblin/auth/forms.py:28
26msgid "This is the name other users will identify you with."
27msgstr ""
28
29#: mediagoblin/auth/forms.py:31 mediagoblin/auth/forms.py:58
0445100b
CAW
30msgid "Password"
31msgstr "パスワード"
32
56f4953c 33#: mediagoblin/auth/forms.py:36
0445100b
CAW
34msgid "Passwords must match."
35msgstr "パスワードが一致している必要があります。"
36
56f4953c
CAW
37#: mediagoblin/auth/forms.py:37
38msgid "Try to use a strong password!"
39msgstr ""
40
41#: mediagoblin/auth/forms.py:40
0445100b
CAW
42msgid "Confirm password"
43msgstr "パスワードを確認"
44
56f4953c
CAW
45#: mediagoblin/auth/forms.py:42
46msgid "Type it again here to make sure there are no spelling mistakes."
47msgstr ""
48
49#: mediagoblin/auth/forms.py:45
0445100b
CAW
50msgid "Email address"
51msgstr "メールアドレス"
52
56f4953c
CAW
53#: mediagoblin/auth/forms.py:48
54msgid "Your email will never be published."
55msgstr ""
56
0445100b
CAW
57#: mediagoblin/auth/views.py:40
58msgid "Sorry, registration is disabled on this instance."
59msgstr "申し訳ありませんが、このインスタンスで登録は無効になっています。"
60
56f4953c 61#: mediagoblin/auth/views.py:58
0445100b
CAW
62msgid "Sorry, a user with that name already exists."
63msgstr "申し訳ありませんが、その名前を持つユーザーがすでに存在しています。"
64
56f4953c 65#: mediagoblin/auth/views.py:62
0445100b
CAW
66msgid "Sorry, that email address has already been taken."
67msgstr ""
68
56f4953c 69#: mediagoblin/auth/views.py:160
0445100b
CAW
70msgid ""
71"Your email address has been verified. You may now login, edit your profile, "
72"and submit images!"
73msgstr "メアドが確認されています。これで、ログインしてプロファイルを編集し、画像を提出することができます!"
74
56f4953c 75#: mediagoblin/auth/views.py:166
0445100b
CAW
76msgid "The verification key or user id is incorrect"
77msgstr "検証キーまたはユーザーIDが間違っています"
78
56f4953c 79#: mediagoblin/auth/views.py:187
0445100b
CAW
80#: mediagoblin/templates/mediagoblin/auth/resent_verification_email.html:22
81msgid "Resent your verification email."
82msgstr "検証メールを再送しました。"
83
84#: mediagoblin/edit/forms.py:26 mediagoblin/submit/forms.py:27
85msgid "Title"
86msgstr "タイトル"
87
88#: mediagoblin/edit/forms.py:29
89msgid "Slug"
90msgstr "スラグ"
91
92#: mediagoblin/edit/forms.py:30
93msgid "The slug can't be empty"
94msgstr "スラグは必要です。"
95
96#: mediagoblin/edit/forms.py:33 mediagoblin/submit/forms.py:31
97msgid "Tags"
98msgstr "タグ"
99
100#: mediagoblin/edit/forms.py:38
101msgid "Bio"
102msgstr "自己紹介"
103
104#: mediagoblin/edit/forms.py:41
105msgid "Website"
106msgstr "URL"
107
56f4953c 108#: mediagoblin/edit/views.py:66
0445100b
CAW
109msgid "An entry with that slug already exists for this user."
110msgstr "そのスラグを持つエントリは、このユーザーは既に存在します。"
111
56f4953c 112#: mediagoblin/edit/views.py:95
0445100b
CAW
113msgid "You are editing another user's media. Proceed with caution."
114msgstr "あなたは、他のユーザーのメディアを編集しています。ご注意ください。"
115
56f4953c 116#: mediagoblin/edit/views.py:166
0445100b
CAW
117msgid "You are editing a user's profile. Proceed with caution."
118msgstr "あなたは、他のユーザーのプロファイルを編集しています。ご注意ください。"
119
39f115ed
CAW
120#: mediagoblin/process_media/errors.py:44
121msgid "Invalid file given for media type."
122msgstr ""
123
0445100b
CAW
124#: mediagoblin/submit/forms.py:25
125msgid "File"
126msgstr "ファイル"
127
39f115ed 128#: mediagoblin/submit/views.py:47
0445100b
CAW
129msgid "You must provide a file."
130msgstr "ファイルを提供する必要があります。"
131
39f115ed 132#: mediagoblin/submit/views.py:50
0445100b
CAW
133msgid "The file doesn't seem to be an image!"
134msgstr "ファイルが画像ではないようです!"
135
39f115ed 136#: mediagoblin/submit/views.py:122
0445100b
CAW
137msgid "Woohoo! Submitted!"
138msgstr "投稿終了!"
139
39f115ed
CAW
140#: mediagoblin/templates/mediagoblin/404.html:21
141msgid "Oops!"
142msgstr ""
143
144#: mediagoblin/templates/mediagoblin/404.html:24
145msgid "There doesn't seem to be a page at this address. Sorry!"
146msgstr ""
147
148#: mediagoblin/templates/mediagoblin/404.html:26
149msgid ""
150"If you're sure the address is correct, maybe the page you're looking for has"
151" been moved or deleted."
152msgstr ""
153
154#: mediagoblin/templates/mediagoblin/404.html:32
155msgid "Image of 404 goblin stressing out"
156msgstr ""
157
0445100b
CAW
158#: mediagoblin/templates/mediagoblin/base.html:22
159msgid "GNU MediaGoblin"
160msgstr "GNU MediaGoblin"
161
39f115ed
CAW
162#: mediagoblin/templates/mediagoblin/base.html:47
163msgid "MediaGoblin logo"
164msgstr ""
0445100b 165
39f115ed 166#: mediagoblin/templates/mediagoblin/base.html:52
0445100b
CAW
167msgid "Submit media"
168msgstr "コンテンツを投稿"
169
39f115ed 170#: mediagoblin/templates/mediagoblin/base.html:63
0445100b
CAW
171msgid "verify your email!"
172msgstr "メアドを確認してください!"
173
39f115ed
CAW
174#: mediagoblin/templates/mediagoblin/base.html:73
175#: mediagoblin/templates/mediagoblin/auth/login.html:26
176#: mediagoblin/templates/mediagoblin/auth/login.html:34
177msgid "Log in"
0445100b
CAW
178msgstr "ログイン"
179
39f115ed 180#: mediagoblin/templates/mediagoblin/base.html:89
0445100b
CAW
181msgid ""
182"Powered by <a href=\"http://mediagoblin.org\">MediaGoblin</a>, a <a "
56f4953c 183"href=\"http://gnu.org/\">GNU</a> project"
0445100b 184msgstr ""
0445100b 185
39f115ed
CAW
186#: mediagoblin/templates/mediagoblin/root.html:27
187msgid "Hi there, media lover! MediaGoblin is..."
188msgstr ""
0445100b 189
39f115ed
CAW
190#: mediagoblin/templates/mediagoblin/root.html:29
191msgid "The perfect place for your media!"
192msgstr ""
0445100b 193
39f115ed
CAW
194#: mediagoblin/templates/mediagoblin/root.html:30
195msgid ""
196"A place for people to collaborate and show off original and derived "
197"creations!"
198msgstr ""
0445100b 199
39f115ed 200#: mediagoblin/templates/mediagoblin/root.html:31
0445100b 201msgid ""
7d6a9058 202"Free, as in freedom. (We’re a <a href=\"http://gnu.org\">GNU</a> project, "
39f115ed
CAW
203"after all.)"
204msgstr ""
0445100b 205
39f115ed
CAW
206#: mediagoblin/templates/mediagoblin/root.html:32
207msgid ""
208"Aiming to make the world a better place through decentralization and "
209"(eventually, coming soon!) federation!"
210msgstr ""
0445100b 211
39f115ed
CAW
212#: mediagoblin/templates/mediagoblin/root.html:33
213msgid ""
214"Built for extensibility. (Multiple media types coming soon to the software,"
215" including video support!)"
216msgstr ""
0445100b 217
39f115ed
CAW
218#: mediagoblin/templates/mediagoblin/root.html:34
219msgid ""
220"Powered by people like you. (<a "
221"href=\"http://mediagoblin.org/pages/join.html\">You can help us improve this"
222" software!</a>)"
223msgstr ""
224
225#: mediagoblin/templates/mediagoblin/auth/login.html:29
226msgid "Logging in failed!"
227msgstr ""
0445100b
CAW
228
229#: mediagoblin/templates/mediagoblin/auth/login.html:42
230msgid "Don't have an account yet?"
231msgstr "まだアカウントを持っていませんか?"
232
233#: mediagoblin/templates/mediagoblin/auth/login.html:45
234msgid "Create one here!"
235msgstr "ここで作成!"
236
237#: mediagoblin/templates/mediagoblin/auth/register.html:27
238msgid "Create an account!"
239msgstr "アカウントを作成!"
240
39f115ed
CAW
241#: mediagoblin/templates/mediagoblin/auth/register.html:30
242msgid "Create"
243msgstr ""
244
0445100b
CAW
245#: mediagoblin/templates/mediagoblin/auth/verification_email.txt:19
246#, python-format
247msgid ""
248"Hi %(username)s,\n"
249"\n"
250"to activate your GNU MediaGoblin account, open the following URL in\n"
251"your web browser:\n"
252"\n"
253"%(verification_url)s"
254msgstr ""
255"%(username)s様へ\n"
256"\n"
257"GNU MediaGoblinアカウントを検証にするには、このURLを開いてください。\n"
258"\n"
259"%(verification_url)s"
260
261#: mediagoblin/templates/mediagoblin/edit/edit.html:29
262#, python-format
263msgid "Editing %(media_title)s"
264msgstr "%(media_title)sを編集中"
265
266#: mediagoblin/templates/mediagoblin/edit/edit.html:36
267msgid "Cancel"
268msgstr "キャンセル"
269
270#: mediagoblin/templates/mediagoblin/edit/edit.html:37
39f115ed 271#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:35
56f4953c 272#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:44
0445100b
CAW
273msgid "Save changes"
274msgstr "投稿する"
275
276#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:29
277#, python-format
278msgid "Editing %(username)s's profile"
279msgstr "%(username)sさんのプロフィールを編集中"
280
281#: mediagoblin/templates/mediagoblin/listings/tag.html:31
282msgid "Media tagged with:"
283msgstr "タグ付けされたコンテンツ:"
284
0445100b
CAW
285#: mediagoblin/templates/mediagoblin/submit/start.html:26
286msgid "Submit yer media"
287msgstr "コンテンツを投稿"
288
39f115ed
CAW
289#: mediagoblin/templates/mediagoblin/submit/start.html:29
290msgid "Submit"
291msgstr "送信"
292
0445100b
CAW
293#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:32
294#, python-format
295msgid "<a href=\"%(user_url)s\">%(username)s</a>'s media"
296msgstr "<a href=\"%(user_url)s\">%(username)s</a>さんのコンテンツ"
297
39f115ed 298#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:52
0445100b
CAW
299#: mediagoblin/templates/mediagoblin/user_pages/user.html:32
300msgid "Sorry, no such user found."
301msgstr "申し訳ありませんが、そのユーザーは見つかりませんでした。"
302
56f4953c
CAW
303#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30
304#, python-format
305msgid "Really delete %(title)s?"
306msgstr ""
307
308#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:36
309msgid ""
310"If you choose yes, the media entry will be deleted "
311"<strong>permanently.</strong>"
312msgstr ""
313
39f115ed
CAW
314#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:22
315msgid "Media processing panel"
316msgstr ""
317
318#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:25
319msgid ""
320"You can track the state of media being processed for your gallery here."
321msgstr ""
322
323#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:28
324msgid "Media in-processing"
325msgstr ""
326
327#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:46
328msgid "No media in-processing"
329msgstr ""
330
331#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:50
332msgid "These uploads failed to process:"
333msgstr ""
334
0445100b
CAW
335#: mediagoblin/templates/mediagoblin/user_pages/user.html:39
336#: mediagoblin/templates/mediagoblin/user_pages/user.html:59
39f115ed
CAW
337msgid "Email verification needed"
338msgstr ""
0445100b
CAW
339
340#: mediagoblin/templates/mediagoblin/user_pages/user.html:42
39f115ed
CAW
341msgid "Almost done! Your account still needs to be activated."
342msgstr ""
0445100b
CAW
343
344#: mediagoblin/templates/mediagoblin/user_pages/user.html:47
345msgid ""
346"An email should arrive in a few moments with instructions on how to do so."
347msgstr "メールは、その方法の指示でいくつかの瞬間に到着します。"
348
349#: mediagoblin/templates/mediagoblin/user_pages/user.html:51
350msgid "In case it doesn't:"
351msgstr "到着しない場合は、"
352
353#: mediagoblin/templates/mediagoblin/user_pages/user.html:54
354msgid "Resend verification email"
355msgstr "確認メールを再送信"
356
357#: mediagoblin/templates/mediagoblin/user_pages/user.html:62
358msgid ""
359"Someone has registered an account with this username, but it still has to be"
39f115ed
CAW
360" activated."
361msgstr ""
0445100b
CAW
362
363#: mediagoblin/templates/mediagoblin/user_pages/user.html:68
364#, python-format
365msgid ""
366"If you are that person but you've lost your verification email, you can <a "
367"href=\"%(login_url)s\">log in</a> and resend it."
368msgstr "あなたの確認メールを紛失した場合、<a href=\"%(login_url)s\">ログイン</a>して再送できます。"
369
370#: mediagoblin/templates/mediagoblin/user_pages/user.html:78
371#, python-format
372msgid "%(username)s's profile"
373msgstr "%(username)sさんのプロフィール"
374
39f115ed
CAW
375#: mediagoblin/templates/mediagoblin/user_pages/user.html:85
376msgid "Here's a spot to tell others about yourself."
377msgstr ""
378
379#: mediagoblin/templates/mediagoblin/user_pages/user.html:90
380#: mediagoblin/templates/mediagoblin/user_pages/user.html:108
0445100b
CAW
381msgid "Edit profile"
382msgstr "プロフィールを編集"
383
39f115ed
CAW
384#: mediagoblin/templates/mediagoblin/user_pages/user.html:96
385msgid "This user hasn't filled in their profile (yet)."
386msgstr ""
387
388#: mediagoblin/templates/mediagoblin/user_pages/user.html:122
0445100b
CAW
389#, python-format
390msgid "View all of %(username)s's media"
391msgstr "%(username)sさんのコンテンツをすべて見る"
392
39f115ed
CAW
393#: mediagoblin/templates/mediagoblin/user_pages/user.html:135
394msgid ""
395"This is where your media will appear, but you don't seem to have added "
396"anything yet."
397msgstr ""
398
399#: mediagoblin/templates/mediagoblin/user_pages/user.html:141
400msgid "Add media"
401msgstr ""
402
403#: mediagoblin/templates/mediagoblin/user_pages/user.html:147
404msgid "There doesn't seem to be any media here yet..."
405msgstr ""
406
407#: mediagoblin/templates/mediagoblin/utils/feed_link.html:21
408msgid "feed icon"
409msgstr ""
410
411#: mediagoblin/templates/mediagoblin/utils/feed_link.html:23
412msgid "Atom feed"
413msgstr ""
414
0445100b
CAW
415#: mediagoblin/user_pages/forms.py:24
416msgid "Comment"
417msgstr ""
418
56f4953c
CAW
419#: mediagoblin/user_pages/views.py:176
420msgid "You are about to delete another user's media. Proceed with caution."
421msgstr ""
422
0445100b 423