translate: to japanese

This commit is contained in:
Lemon73-Computing 2024-03-14 17:46:44 +09:00
parent 0aa278ada6
commit 6f646c8688

View file

@ -1,59 +1,59 @@
# -- Main Menu -- # -- メインメニュー --
# The main menu is displayed in the header at the top of the page. # メインメニューはページトップのヘッダーに表示されます。
# Acceptable parameters are name, pageRef, page, url, title, weight. # 利用可能なパラメーターは name, pageRef, page, url, title, weight です。
# #
# The simplest menu configuration is to provide: # 最もシンプルなメニュー設定はこちらです:
# name = The name to be displayed for this menu link # name = このメニューリンクに表示される名前
# pageRef = The identifier of the page or section to link to # pageRef = ページやセクションのリンクに利用される識別子
# #
# By default the menu is ordered alphabetically. This can be # デフォルトでは、メニューはアルファベット順に並べられます。
# overridden by providing a weight value. The menu will then be # これは、 weight value で上書き可能です。
# ordered by weight from lowest to highest. # このメニューは weight が低い値から高い値に順に表示されます。
[[main]] [[main]]
name = "Docs" name = "資料"
pageRef = "docs" pageRef = "docs"
weight = 10 weight = 10
[[main]] [[main]]
name = "Shortcodes" name = "ショートコード"
pageRef = "docs/shortcodes" pageRef = "docs/shortcodes"
weight = 15 weight = 15
[[main]] [[main]]
name = "Examples" name = ""
weight = 20 weight = 20
[[main]] [[main]]
name = "Samples" name = "サンプル"
parent = "Examples" parent = ""
pageRef = "samples" pageRef = "samples"
weight = 16 weight = 16
[[main]] [[main]]
name = "Showcase" name = "ショーケース"
parent = "Examples" parent = ""
pageRef = "examples" pageRef = "examples"
weight = 30 weight = 30
[[main]] [[main]]
name = "Recipes" name = "レシピ"
parent = "Examples" parent = ""
pageRef = "guides" pageRef = "guides"
weight = 40 weight = 40
[[main]] [[main]]
name = "Users" name = "ユーザー"
pageRef = "users" pageRef = "users"
weight = 90 weight = 90
[[main]] [[main]]
name = "Merch" name = "グッズ"
url = "https://www.teepublic.com/user/blowfish-store/t-shirts" url = "https://www.teepublic.com/user/blowfish-store/t-shirts"
weight = 100 weight = 100
#[[main]] #[[main]]
# name = "Test" # name = "テスト"
# pageRef = "pagTest" # pageRef = "pagTest"
# weight = 1000 # weight = 1000
@ -76,16 +76,16 @@
weight = 400 weight = 400
# -- Footer Menu -- # -- フッターメニュー --
# The footer menu is displayed at the bottom of the page, just before # このフッターメニューはページ下部のコピーライト表示の前に表示されます。
# the copyright notice. Configure as per the main menu above. # 上記のメインメニューと同様に設定できます。
[[footer]] [[footer]]
name = "Tags" name = "タグ"
pageRef = "tags" pageRef = "tags"
weight = 10 weight = 10
[[footer]] [[footer]]
name = "Authors" name = "作者"
pageRef = "authors" pageRef = "authors"
weight = 20 weight = 20