aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/base/messages/messages_ja.py
blob: 2df16a49817233f28275187368909f7371260f5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# -*- encoding:utf-8 -*-
from __future__ import unicode_literals

MESSAGES = {
    "Also available in": "他の言語で読む",
    "Also available in:": "他の言語で読む:",
    "Archive": "過去の記事",
    "Categories": "カテゴリー",
    "LANGUAGE": "日本語",
    "More posts about %s": "タグ: %s",
    "More posts about": "タグ:",
    "Newer posts": "新しい記事",
    "Next post": "次の記事",
    "No posts found.": "",
    "Nothing found.": "",
    "Older posts": "過去の記事",
    "Original site": "元のサイト",
    "Posted": "投稿日時",
    "Posted:": "投稿日時:",
    "Posts about %s": "%sについての記事",
    "Posts for year %s": "%s年の記事",
    "Posts for {month} {year}": "{year}{month}月の記事",
    "Previous post": "前の記事",
    "Read in English": "日本語で読む",
    "Read more": "続きを読む",
    "Source": "ソース",
    "Tags and Categories": "タグとカテゴリー",
    "Tags": "タグ",
    "old posts, page %d": "前の記事 %dページ目",
    "page %d": "",
}