aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/base/messages/messages_ja.py
blob: cba5ee9a1b7ecfc919030db66b637844acf9fcb5 (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
32
33
34
# -*- encoding:utf-8 -*-
from __future__ import unicode_literals

MESSAGES = {
    "%d min remaining to read": "",
    "Also available in:": "他の言語で読む:",
    "Archive": "過去の記事",
    "Categories": "カテゴリー",
    "Comments": "コメント",
    "LANGUAGE": "日本語",
    "Languages:": "言語 :",
    "More posts about %s": "タグ: %s",
    "Newer posts": "新しい記事",
    "Next post": "次の記事",
    "No posts found.": "記事はありません",
    "Nothing found.": "なにも見つかりませんでした",
    "Older posts": "過去の記事",
    "Original site": "元のサイト",
    "Posted:": "投稿日時:",
    "Posts about %s": "%sについての記事",
    "Posts for year %s": "%s年の記事",
    "Posts for {month} {year}": "{year}{month}月の記事",
    "Previous post": "前の記事",
    "Publication date": "投稿日",
    "RSS feed": "RSS フィード",
    "Read in English": "日本語で読む",
    "Read more": "続きを読む",
    "Skip to main content": "",
    "Source": "ソース",
    "Tags and Categories": "タグとカテゴリー",
    "Tags": "タグ",
    "old posts, page %d": "前の記事 %dページ目",
    "page %d": "ページ %d",
}