fix(theme-translations): complete and modify Japanese translations (#9915)

This commit is contained in:
suenryu 2024-03-08 02:59:09 +09:00 committed by GitHub
parent 319d73d54f
commit 9d89607d4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}",