@docusaurus/theme-translations 0.0.0-5855 → 0.0.0-5857

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@
6
6
  "theme.CodeBlock.copyButtonAriaLabel": "クリップボードにコードをコピー",
7
7
  "theme.CodeBlock.wordWrapToggle": "折り返し",
8
8
  "theme.DocSidebarItem.collapseCategoryAriaLabel": "'{label}'の目次を隠す",
9
- "theme.DocSidebarItem.expandCategoryAriaLabel": "'{label}'の目次を表示",
9
+ "theme.DocSidebarItem.expandCategoryAriaLabel": "'{label}'の目次を開く",
10
10
  "theme.ErrorPageContent.title": "エラーが発生しました",
11
11
  "theme.ErrorPageContent.tryAgain": "もう一度試してください",
12
12
  "theme.NavBar.navAriaLabel": "ナビゲーション",
@@ -46,13 +46,13 @@
46
46
  "theme.docs.paginator.navAriaLabel": "ドキュメントページ",
47
47
  "theme.docs.paginator.next": "次へ",
48
48
  "theme.docs.paginator.previous": "前へ",
49
- "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
49
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "ナビゲーションバーを閉じる",
50
50
  "theme.docs.sidebar.collapseButtonAriaLabel": "サイドバーを隠す",
51
51
  "theme.docs.sidebar.collapseButtonTitle": "サイドバーを隠す",
52
52
  "theme.docs.sidebar.expandButtonAriaLabel": "サイドバーを開く",
53
53
  "theme.docs.sidebar.expandButtonTitle": "サイドバーを開く",
54
54
  "theme.docs.sidebar.navAriaLabel": "ドキュメントのサイドバー",
55
- "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
55
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "ナビゲーションバーを開く",
56
56
  "theme.docs.tagDocListPageTitle": "「{tagName}」タグのついた{nDocsTagged}",
57
57
  "theme.docs.tagDocListPageTitle.nDocsTagged": "{count}記事",
58
58
  "theme.docs.versionBadge.label": "バージョン: {versionLabel}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "0.0.0-5855",
3
+ "version": "0.0.0-5857",
4
4
  "description": "Docusaurus theme translations.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,12 +23,12 @@
23
23
  "tslib": "^2.6.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@docusaurus/core": "0.0.0-5855",
27
- "@docusaurus/logger": "0.0.0-5855",
26
+ "@docusaurus/core": "0.0.0-5857",
27
+ "@docusaurus/logger": "0.0.0-5857",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=18.0"
32
32
  },
33
- "gitHead": "4c39a419630232647ddceb71f6ecef59f5d90614"
33
+ "gitHead": "d239a09abb8c6ea81bb7b5382a594ecf96c4a164"
34
34
  }