Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ja.yaml « i18n - github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40380fde4fe84b4be69dbd951a3961f5e38b88bc (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
toggleMenu:
    other: メニューを開く・閉じる

darkMode:
    other: ダークモード

article:
    back:
        other: 前のページ

    tableOfContents:
        other: 目次

    relatedContent:
        other: 関連するコンテンツ

    lastUpdatedOn:
        other: 最終更新

    readingTime:
        other: "読了時間: {{ .Count }}分"

notFound:
    title:
        other: 404 Not Found
    subtitle:
        other: 指定されたページは存在しません。

widget:
    archives:
        title:
            other: アーカイブ

        more:
            other: さらに見る

    tagCloud:
        title:
            other: タグ

    categoriesCloud:
        title:
            other: カテゴリ

search:
    title:
        other: 検索

    placeholder:
        other: 入力...

    resultTitle:
        other: "#PAGES_COUNT 件 (#TIME_SECONDS 秒)"

footer:
    builtWith:
        other: Built with {{ .Generator }}

    designedBy:
        other: テーマ {{ .Theme }} は {{ .DesignedBy }} によって設計されています。