Skip to content

Commit 2b6d8bd

Browse files
fix(theme-translations): add Japanese translations (#9910)
1 parent 6d8108b commit 2b6d8bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/docusaurus-theme-translations/locales/ja/theme-common.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"theme.CodeBlock.copy": "コピー",
66
"theme.CodeBlock.copyButtonAriaLabel": "クリップボードにコードをコピー",
77
"theme.CodeBlock.wordWrapToggle": "折り返し",
8-
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
9-
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
8+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "'{label}'の目次を隠す",
9+
"theme.DocSidebarItem.expandCategoryAriaLabel": "'{label}'の目次を表示",
1010
"theme.ErrorPageContent.title": "エラーが発生しました",
1111
"theme.ErrorPageContent.tryAgain": "もう一度試してください",
12-
"theme.NavBar.navAriaLabel": "Main",
12+
"theme.NavBar.navAriaLabel": "ナビゲーション",
1313
"theme.NotFound.p1": "お探しのページが見つかりませんでした",
1414
"theme.NotFound.p2": "このページにリンクしているサイトの所有者にリンクが壊れていることを伝えてください",
1515
"theme.NotFound.title": "ページが見つかりません",
@@ -51,7 +51,7 @@
5151
"theme.docs.sidebar.collapseButtonTitle": "サイドバーを隠す",
5252
"theme.docs.sidebar.expandButtonAriaLabel": "サイドバーを開く",
5353
"theme.docs.sidebar.expandButtonTitle": "サイドバーを開く",
54-
"theme.docs.sidebar.navAriaLabel": "Docs sidebar",
54+
"theme.docs.sidebar.navAriaLabel": "ドキュメントのサイドバー",
5555
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
5656
"theme.docs.tagDocListPageTitle": "「{tagName}」タグのついた{nDocsTagged}",
5757
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count}記事",
@@ -69,6 +69,6 @@
6969
"theme.tags.tagsListLabel": "タグ:",
7070
"theme.tags.tagsPageLink": "全てのタグを見る",
7171
"theme.tags.tagsPageTitle": "タグ",
72-
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
73-
"theme.unlistedContent.title": "Unlisted page"
72+
"theme.unlistedContent.message": "このページは非公開です。 検索対象外となり、このページのリンクに直接アクセスできるユーザーのみに公開されます。",
73+
"theme.unlistedContent.title": "非公開のページ"
7474
}

0 commit comments

Comments
 (0)