messages_ja.py 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # -*- encoding:utf-8 -*-
  2. from __future__ import unicode_literals
  3. MESSAGES = {
  4. "%d min remaining to read": "",
  5. "Also available in:": "他の言語で読む:",
  6. "Archive": "過去の記事",
  7. "Categories": "カテゴリー",
  8. "Comments": "コメント",
  9. "LANGUAGE": "日本語",
  10. "Languages:": "言語 :",
  11. "More posts about %s": "タグ: %s",
  12. "Newer posts": "新しい記事",
  13. "Next post": "次の記事",
  14. "No posts found.": "記事はありません",
  15. "Nothing found.": "なにも見つかりませんでした",
  16. "Older posts": "過去の記事",
  17. "Original site": "元のサイト",
  18. "Posted:": "投稿日時:",
  19. "Posts about %s": "%sについての記事",
  20. "Posts for year %s": "%s年の記事",
  21. "Posts for {month} {day}, {year}": "",
  22. "Posts for {month} {year}": "{year}年{month}月の記事",
  23. "Previous post": "前の記事",
  24. "Publication date": "投稿日",
  25. "RSS feed": "RSS フィード",
  26. "Read in English": "日本語で読む",
  27. "Read more": "続きを読む",
  28. "Skip to main content": "",
  29. "Source": "ソース",
  30. "Tags and Categories": "タグとカテゴリー",
  31. "Tags": "タグ",
  32. "old posts, page %d": "前の記事 %dページ目",
  33. "page %d": "ページ %d",
  34. }