mirror of
https://github.com/imfing/hextra.git
synced 2025-06-18 10:13:35 -04:00
chore: add more i18n options and update templates
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
article:
|
||||
on_this_page: "On this page"
|
||||
edit_this_page: "Edit this page on GitHub →"
|
||||
onThisPage: "On this page"
|
||||
editThisPage: "Edit this page on GitHub →"
|
||||
lastUpdated: "Last updated on"
|
||||
|
||||
footer:
|
||||
copyright: "© 2023 Hextra Project."
|
||||
copyright: "© 2023 Hextra Project."
|
||||
|
14
i18n/ja.yaml
14
i18n/ja.yaml
@ -1,8 +1,16 @@
|
||||
# Navbar
|
||||
documentation: "ドキュメンテーション"
|
||||
blog: "ブログ"
|
||||
about: "このサイトについて"
|
||||
|
||||
search_placeholder: "検索ドキュメント..."
|
||||
more: "もっと"
|
||||
hugoDocs: "Hugoドキュメント ↗"
|
||||
|
||||
article:
|
||||
on_this_page: "このページでは"
|
||||
searchPlaceholder: "検索ドキュメント..."
|
||||
noResultsFound: "検索結果が見つかりませんでした"
|
||||
|
||||
onThisPage: "このページでは"
|
||||
editThisPage: "このページをGitHubで編集する →"
|
||||
lastUpdated: "最終更新日"
|
||||
|
||||
copyright: "© 2023 Hextra Project."
|
||||
|
Reference in New Issue
Block a user