Files
hugo-theme-stack/i18n/ja.toml
T
JimmyandGitHub 3a0d70ebbd feat(i18n): add i18n support for Markdown alert (#1269)
* docs: add blockquote with custom alert title

* feat: add alert types to i18n and update blockquote rendering

* fix: wrong translation key

* feat: add alert title translation for all supported languages

Done by AI
2026-02-18 20:07:59 +01:00

46 lines
1.2 KiB
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
toggleMenu = "メニューを開く・閉じる"
darkMode = "ダークモード"
[list]
page = "{{ .Count }} ページ目"
section = "セクション"
subsection = "サブセクション"
[article]
back = "前のページ"
tableOfContents = "目次"
relatedContent = "関連するコンテンツ"
lastUpdatedOn = "最終更新"
readingTime = "読了時間: {{ .Count }}分"
[article.alert]
note = "注記"
tip = "ヒント"
important = "重要"
warning = "警告"
caution = "注意"
[notFound]
title = "404 Not Found"
subtitle = "指定されたページは存在しません。"
[widget]
[widget.archives]
title = "アーカイブ"
more = "さらに見る"
[widget.tagCloud]
title = "タグ"
[widget.categoriesCloud]
title = "カテゴリ"
[search]
title = "検索"
placeholder = "入力..."
resultTitle = "#PAGES_COUNT 件 #TIME_SECONDS 秒)"
[footer]
builtWith = "{{ .Generator }} で構築されています。"
designedBy = "テーマ {{ .Theme }} は {{ .DesignedBy }} によって設計されています。"