forked from Sync/hugo-theme-stack
* Add link to navbar sections and refactor names * Prevent duplicate tags and categories information * Add style to the widget links * refactor: add `taxonomy` widget Replaces `categories` and `tag-cloud` widget. * style: remove unused `font_size_{{ .Count }}` in `taxonomy` widget --------- Co-authored-by: Jimmy Cai <hi@jimmycai.com>
29 lines
719 B
YAML
29 lines
719 B
YAML
toggleMenu: メニューを開く・閉じる
|
||
|
||
darkMode: ダークモード
|
||
|
||
article:
|
||
back: 前のページ
|
||
tableOfContents: 目次
|
||
relatedContent: 関連するコンテンツ
|
||
lastUpdatedOn: 最終更新
|
||
readingTime: "読了時間: {{ .Count }}分"
|
||
|
||
notFound:
|
||
title: 404 Not Found
|
||
subtitle: 指定されたページは存在しません。
|
||
|
||
widget:
|
||
archives:
|
||
title: アーカイブ
|
||
more: さらに見る
|
||
|
||
search:
|
||
title: 検索
|
||
placeholder: 入力...
|
||
resultTitle: "#PAGES_COUNT 件 (#TIME_SECONDS 秒)"
|
||
|
||
footer:
|
||
builtWith: Built with {{ .Generator }}
|
||
designedBy: テーマ {{ .Theme }} は {{ .DesignedBy }} によって設計されています。
|