From 9d89607d4d4a253d3f2ccc0febda2be90b4b5ce4 Mon Sep 17 00:00:00 2001 From: suenryu <58873641+Suenaga-Ryuya@users.noreply.github.com> Date: Fri, 8 Mar 2024 02:59:09 +0900 Subject: [PATCH] fix(theme-translations): complete and modify Japanese translations (#9915) --- .../locales/ja/theme-common.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/docusaurus-theme-translations/locales/ja/theme-common.json b/packages/docusaurus-theme-translations/locales/ja/theme-common.json index 1a34116b95cf..17873d8fda07 100644 --- a/packages/docusaurus-theme-translations/locales/ja/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/ja/theme-common.json @@ -6,7 +6,7 @@ "theme.CodeBlock.copyButtonAriaLabel": "クリップボードにコードをコピー", "theme.CodeBlock.wordWrapToggle": "折り返し", "theme.DocSidebarItem.collapseCategoryAriaLabel": "'{label}'の目次を隠す", - "theme.DocSidebarItem.expandCategoryAriaLabel": "'{label}'の目次を表示", + "theme.DocSidebarItem.expandCategoryAriaLabel": "'{label}'の目次を開く", "theme.ErrorPageContent.title": "エラーが発生しました", "theme.ErrorPageContent.tryAgain": "もう一度試してください", "theme.NavBar.navAriaLabel": "ナビゲーション", @@ -46,13 +46,13 @@ "theme.docs.paginator.navAriaLabel": "ドキュメントページ", "theme.docs.paginator.next": "次へ", "theme.docs.paginator.previous": "前へ", - "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar", + "theme.docs.sidebar.closeSidebarButtonAriaLabel": "ナビゲーションバーを閉じる", "theme.docs.sidebar.collapseButtonAriaLabel": "サイドバーを隠す", "theme.docs.sidebar.collapseButtonTitle": "サイドバーを隠す", "theme.docs.sidebar.expandButtonAriaLabel": "サイドバーを開く", "theme.docs.sidebar.expandButtonTitle": "サイドバーを開く", "theme.docs.sidebar.navAriaLabel": "ドキュメントのサイドバー", - "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar", + "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "ナビゲーションバーを開く", "theme.docs.tagDocListPageTitle": "「{tagName}」タグのついた{nDocsTagged}", "theme.docs.tagDocListPageTitle.nDocsTagged": "{count}記事", "theme.docs.versionBadge.label": "バージョン: {versionLabel}",