From 71b6b286a196cd792e9b5f98be7d29ab2567c702 Mon Sep 17 00:00:00 2001 From: suenryu Date: Wed, 6 Mar 2024 20:17:23 +0900 Subject: [PATCH] fix(theme-translations): complete and modify Japanese translations --- .../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}",