forked from Vimux/Mainroad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathja.yaml
95 lines (72 loc) · 2.45 KB
/
ja.yaml
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# General
- id: read_more
translation: "続きを読む…"
- id: menu_label
translation: "メニュー"
- id: sidemenu_title
translation: "メニュー"
# Post meta
- id: meta_lastmod
translation: "最終更新"
- id: meta_translations
translation: "翻訳"
# Table of Contents
- id: toc_title
translation: "目次"
# Post nav
- id: post_nav_prev
translation: "前の投稿"
- id: post_nav_next
translation: "次の投稿"
# Authorbox
- id: authorbox_name
translation: "{{ .Name }}について"
# Sidebar
- id: sidebar_warning
translation: "警告"
- id: sidebar_recommendation
translation: "1つ以上のサイドバーウィジェットを有効にしてください。"
# Search widget
- id: search_placeholder
translation: "検索…"
# Languages widget
- id: languages_title
translation: "言語"
# Categories widget
- id: categories_title
translation: "カテゴリー"
# Recent Posts widget
- id: recent_title
translation: "最近の投稿"
# Social widget
- id: social_title
translation: "ソーシャル"
# Tags List widget
- id: tags_title
translation: "タグ"
# Footer
- id: footer_credits
translation:
"このサイトは <a href=\"https://gohugo.io/\" rel=\"nofollow noopener\" target=\"_blank\">Hugo</a> と \
<a href=\"https://github.com/Vimux/Mainroad/\" rel=\"nofollow noopener\" target=\"_blank\">Mainroad</a> \
テーマで生成されています。"
# 404
- id: 404_title
translation: "404. ページが見つかりません"
- id: 404_text
translation:
"お探しのページは移動されたか削除された、もしくは存在しないようです。検索するか、こちらのページに移動してください: "
- id: 404_linktext
translation: "メインページ"
# No posts empty state
- id: noposts_warning_title
translation: "まだ何も投稿していません!"
- id: noposts_warning_description
translation:
"<b>content</b> 以下のどこかのディレクトリに投稿を追加するとここに表示されます。デフォルトでは(最も投稿の多い)1つのセクション \
だけがメインページに表示されます。"
- id: noposts_warning_tip
translation:
"<b>ヒント:</b> 設定のパラメーター \
<b><a href=\"https://gohugo.io/functions/where/#mainsections\" rel=\"nofollow noopener\" target=\"_blank\">mainSections</a></b> \
を使って好きな数だけセクションを表示させることもできます。"