79 lines
2.6 KiB
TOML
79 lines
2.6 KiB
TOML
toggleMenu = "メニューを開く・閉じる"
|
||
darkMode = "ダークモード"
|
||
|
||
[list]
|
||
page = "{{ .Count }} ページ目"
|
||
section = "セクション"
|
||
subsection = "サブセクション"
|
||
|
||
[article]
|
||
back = "前のページ"
|
||
tableOfContents = "目次"
|
||
relatedContent = "関連するコンテンツ"
|
||
lastUpdatedOn = "最終更新"
|
||
readingTime = "読了時間: {{ .Count }}分"
|
||
|
||
[article.alert]
|
||
note = "注記"
|
||
tip = "ヒント"
|
||
important = "重要"
|
||
warning = "警告"
|
||
caution = "注意"
|
||
|
||
[article.codeblock]
|
||
copy = "コピー"
|
||
copied = "コピーしました!"
|
||
|
||
[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 }} によって設計されています。"
|
||
|
||
[cookies]
|
||
title = "Cookieの同意"
|
||
text = "ブラウジング体験を向上させ、サイトトラフィックを分析するためにCookieを使用しています。"
|
||
acceptAll = "すべて受け入れる"
|
||
deny = "拒否"
|
||
managePreferences = "設定を管理"
|
||
settingsTitle = "Cookie設定"
|
||
savePreferences = "設定を保存"
|
||
cancel = "キャンセル"
|
||
footerLink = "Cookie設定"
|
||
commentsDisabled = "機能的なCookieを受け入れるまで、コメントは無効になっています。"
|
||
|
||
[cookies.necessary]
|
||
title = "必須"
|
||
text = "これらのCookieはウェブサイトの機能に必要であり、無効にすることはできません。"
|
||
|
||
[cookies.analytics]
|
||
title = "分析"
|
||
text = "これらのCookieは、訪問者が当サイトとどのように対話するかを理解するのに役立ちます。"
|
||
|
||
[cookies.functional]
|
||
title = "機能的"
|
||
text = "これらのCookieは、コメントや埋め込みコンテンツなどの機能を有効にします."
|
||
|
||
[pagination]
|
||
jumpToPage = "ページにジャンプ"
|
||
jump = "ジャンプ"
|
||
pressEnter = "Enter キーでジャンプ"
|