@docusaurus/theme-translations 0.0.0-5853 → 0.0.0-5855
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.
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "コピー",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "クリップボードにコードをコピー",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "折り返し",
|
|
8
|
-
"theme.DocSidebarItem.collapseCategoryAriaLabel": "
|
|
9
|
-
"theme.DocSidebarItem.expandCategoryAriaLabel": "
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "'{label}'の目次を隠す",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "'{label}'の目次を表示",
|
|
10
10
|
"theme.ErrorPageContent.title": "エラーが発生しました",
|
|
11
11
|
"theme.ErrorPageContent.tryAgain": "もう一度試してください",
|
|
12
|
-
"theme.NavBar.navAriaLabel": "
|
|
12
|
+
"theme.NavBar.navAriaLabel": "ナビゲーション",
|
|
13
13
|
"theme.NotFound.p1": "お探しのページが見つかりませんでした",
|
|
14
14
|
"theme.NotFound.p2": "このページにリンクしているサイトの所有者にリンクが壊れていることを伝えてください",
|
|
15
15
|
"theme.NotFound.title": "ページが見つかりません",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"theme.docs.sidebar.collapseButtonTitle": "サイドバーを隠す",
|
|
52
52
|
"theme.docs.sidebar.expandButtonAriaLabel": "サイドバーを開く",
|
|
53
53
|
"theme.docs.sidebar.expandButtonTitle": "サイドバーを開く",
|
|
54
|
-
"theme.docs.sidebar.navAriaLabel": "
|
|
54
|
+
"theme.docs.sidebar.navAriaLabel": "ドキュメントのサイドバー",
|
|
55
55
|
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
|
|
56
56
|
"theme.docs.tagDocListPageTitle": "「{tagName}」タグのついた{nDocsTagged}",
|
|
57
57
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count}記事",
|
|
@@ -69,6 +69,6 @@
|
|
|
69
69
|
"theme.tags.tagsListLabel": "タグ:",
|
|
70
70
|
"theme.tags.tagsPageLink": "全てのタグを見る",
|
|
71
71
|
"theme.tags.tagsPageTitle": "タグ",
|
|
72
|
-
"theme.unlistedContent.message": "
|
|
73
|
-
"theme.unlistedContent.title": "
|
|
72
|
+
"theme.unlistedContent.message": "このページは非公開です。 検索対象外となり、このページのリンクに直接アクセスできるユーザーのみに公開されます。",
|
|
73
|
+
"theme.unlistedContent.title": "非公開のページ"
|
|
74
74
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docusaurus/theme-translations",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-5855",
|
|
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-
|
|
27
|
-
"@docusaurus/logger": "0.0.0-
|
|
26
|
+
"@docusaurus/core": "0.0.0-5855",
|
|
27
|
+
"@docusaurus/logger": "0.0.0-5855",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=18.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "4c39a419630232647ddceb71f6ecef59f5d90614"
|
|
34
34
|
}
|