Add basic scaffolding for site.
This commit is contained in:
commit
d95126dca8
109 changed files with 10750 additions and 0 deletions
95
themes/mainroad/i18n/ja.yaml
Normal file
95
themes/mainroad/i18n/ja.yaml
Normal file
|
@ -0,0 +1,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> \
|
||||
を使って好きな数だけセクションを表示させることもできます。"
|
Loading…
Add table
Add a link
Reference in a new issue