messages_ja.py 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # -*- encoding:utf-8 -*-
  2. from __future__ import unicode_literals
  3. MESSAGES = {
  4. "%d min remaining to read": "残りを読むのに必要な時間は%d分",
  5. "(active)": "(有効)",
  6. "Also available in:": "他の言語で読む:",
  7. "Archive": "文書一覧",
  8. "Authors": "著者一覧",
  9. "Categories": "カテゴリ",
  10. "Comments": "コメント",
  11. "LANGUAGE": "日本語",
  12. "Languages:": "言語:",
  13. "More posts about %s": "%sに関する文書一覧",
  14. "Newer posts": "新しい文書",
  15. "Next post": "次の文書",
  16. "No posts found.": "文書はありません。",
  17. "Nothing found.": "なにも見つかりませんでした。",
  18. "Older posts": "過去の文書",
  19. "Original site": "翻訳元のサイト",
  20. "Posted:": "公開日時:",
  21. "Posts about %s": "%sについての文書",
  22. "Posts by %s": "%sの文書一覧",
  23. "Posts for year %s": "%s年の文書",
  24. "Posts for {month} {day}, {year}": "{year}年{month}{day}日の文書",
  25. "Posts for {month} {year}": "{year}年{month}の文書",
  26. "Previous post": "一つ前の文書",
  27. "Publication date": "公開日",
  28. "RSS feed": "RSSフィード",
  29. "Read in English": "日本語で読む",
  30. "Read more": "続きを読む",
  31. "Skip to main content": "本文を読み飛ばす",
  32. "Source": "ソース",
  33. "Subcategories:": "サブカテゴリ",
  34. "Tags and Categories": "カテゴリおよびタグ一覧",
  35. "Tags": "タグ",
  36. "Uncategorized": "uncategorized",
  37. "Updates": "フィード",
  38. "Write your page here.": "ここに文書を記述してください。",
  39. "Write your post here.": "ここに文書を記述してください。",
  40. "old posts, page %d": "過去の文書 %dページ目",
  41. "page %d": "ページ%d",
  42. }