@docusaurus/theme-translations 3.6.1 → 3.6.2
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.
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"theme.admonition.warning": "警告",
|
|
23
23
|
"theme.blog.archive.description": "アーカイブ",
|
|
24
24
|
"theme.blog.archive.title": "アーカイブ",
|
|
25
|
-
"theme.blog.author.noPosts": "
|
|
25
|
+
"theme.blog.author.noPosts": "この著者による投稿はまだありません。",
|
|
26
26
|
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
27
|
-
"theme.blog.authorsList.pageTitle": "
|
|
28
|
-
"theme.blog.authorsList.viewAll": "
|
|
27
|
+
"theme.blog.authorsList.pageTitle": "著者一覧",
|
|
28
|
+
"theme.blog.authorsList.viewAll": "すべての著者を見る",
|
|
29
29
|
"theme.blog.paginator.navAriaLabel": "ブログ記事一覧のナビゲーション",
|
|
30
30
|
"theme.blog.paginator.newerEntries": "新しい記事",
|
|
31
31
|
"theme.blog.paginator.olderEntries": "過去の記事",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"theme.common.editThisPage": "このページを編集",
|
|
45
45
|
"theme.common.headingLinkTitle": "{heading} への直接リンク",
|
|
46
46
|
"theme.common.skipToMainContent": "メインコンテンツまでスキップ",
|
|
47
|
-
"theme.contentVisibility.draftBanner.message": "
|
|
48
|
-
"theme.contentVisibility.draftBanner.title": "
|
|
47
|
+
"theme.contentVisibility.draftBanner.message": "このページは下書きです。開発環境でのみ表示され、本番環境のビルドには含まれません。",
|
|
48
|
+
"theme.contentVisibility.draftBanner.title": "下書きのページ",
|
|
49
49
|
"theme.contentVisibility.unlistedBanner.message": "このページは非公開です。 検索対象外となり、このページのリンクに直接アクセスできるユーザーのみに公開されます。",
|
|
50
50
|
"theme.contentVisibility.unlistedBanner.title": "非公開のページ",
|
|
51
51
|
"theme.docs.DocCard.categoryDescription.plurals": "{count}項目",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docusaurus/theme-translations",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.2",
|
|
4
4
|
"description": "Docusaurus theme translations.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"tslib": "^2.6.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@docusaurus/babel": "3.6.
|
|
27
|
-
"@docusaurus/core": "3.6.
|
|
28
|
-
"@docusaurus/logger": "3.6.
|
|
29
|
-
"@docusaurus/utils": "3.6.
|
|
26
|
+
"@docusaurus/babel": "3.6.2",
|
|
27
|
+
"@docusaurus/core": "3.6.2",
|
|
28
|
+
"@docusaurus/logger": "3.6.2",
|
|
29
|
+
"@docusaurus/utils": "3.6.2",
|
|
30
30
|
"lodash": "^4.17.21"
|
|
31
31
|
},
|
|
32
32
|
"engines": {
|
|
33
33
|
"node": ">=18.0"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "77f402d1f167dbb7468465078b1ed7750e65cc5d"
|
|
36
36
|
}
|