mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-27 20:13:49 +01:00
32 lines
804 B
YAML
32 lines
804 B
YAML
toggleMenu: メニューを開く・閉じる
|
||
|
||
darkMode: ダークモード
|
||
|
||
article:
|
||
back: 前のページ
|
||
tableOfContents: 目次
|
||
relatedContent: 関連するコンテンツ
|
||
lastUpdatedOn: 最終更新
|
||
readingTime: "読了時間: {{ .Count }}分"
|
||
|
||
notFound:
|
||
title: 404 Not Found
|
||
subtitle: 指定されたページは存在しません。
|
||
|
||
widget:
|
||
archives:
|
||
title: アーカイブ
|
||
more: さらに見る
|
||
tagCloud:
|
||
title: タグ
|
||
categoriesCloud:
|
||
title: カテゴリ
|
||
|
||
search:
|
||
title: 検索
|
||
placeholder: 入力...
|
||
resultTitle: "#PAGES_COUNT 件 (#TIME_SECONDS 秒)"
|
||
|
||
footer:
|
||
builtWith: Built with {{ .Generator }}
|
||
designedBy: テーマ {{ .Theme }} は {{ .DesignedBy }} によって設計されています。
|