This commit is contained in:
ROBOT 2025-03-01 19:11:44 +09:00 committed by GitHub
parent b75df7da10
commit d74731c508
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ {
"theme.ErrorPageContent.title": { "theme.ErrorPageContent.title": {
"message": "This page crashed.", "message": "ページがクラッシュしました。",
"description": "The title of the fallback page when the page crashed" "description": "The title of the fallback page when the page crashed"
}, },
"theme.ErrorPageContent.tryAgain": { "theme.ErrorPageContent.tryAgain": {
@ -24,7 +24,7 @@
"description": "The ARIA label for close button of announcement bar" "description": "The ARIA label for close button of announcement bar"
}, },
"theme.BackToTopButton.buttonAriaLabel": { "theme.BackToTopButton.buttonAriaLabel": {
"message": "Scroll back to top", "message": "ページの先頭に戻る",
"description": "The ARIA label for the back to top button" "description": "The ARIA label for the back to top button"
}, },
"theme.blog.archive.title": { "theme.blog.archive.title": {
@ -192,15 +192,15 @@
"description": "The ARIA label for the link to full blog posts from excerpts" "description": "The ARIA label for the link to full blog posts from excerpts"
}, },
"theme.colorToggle.ariaLabel": { "theme.colorToggle.ariaLabel": {
"message": "Switch between dark and light mode (currently {mode})", "message": "ダークモードとライトモードを切り替える (現在は {mode})",
"description": "The ARIA label for the navbar color mode toggle" "description": "The ARIA label for the navbar color mode toggle"
}, },
"theme.colorToggle.ariaLabel.mode.dark": { "theme.colorToggle.ariaLabel.mode.dark": {
"message": "dark mode", "message": "ダークモード",
"description": "The name for the dark color mode" "description": "The name for the dark color mode"
}, },
"theme.colorToggle.ariaLabel.mode.light": { "theme.colorToggle.ariaLabel.mode.light": {
"message": "light mode", "message": "ライトモード",
"description": "The name for the light color mode" "description": "The name for the light color mode"
}, },
"theme.docs.versionBadge.label": { "theme.docs.versionBadge.label": {
@ -226,7 +226,7 @@
"message": "See all results" "message": "See all results"
}, },
"theme.SearchBar.label": { "theme.SearchBar.label": {
"message": "Search", "message": "検索",
"description": "The ARIA label and placeholder for search button" "description": "The ARIA label and placeholder for search button"
}, },
"theme.SearchPage.existingResultsTitle": { "theme.SearchPage.existingResultsTitle": {
@ -242,7 +242,7 @@
"description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)" "description": "Pluralized label for \"{count} documents found\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)"
}, },
"theme.SearchPage.noResultsText": { "theme.SearchPage.noResultsText": {
"message": "No documents were found", "message": "見つかりませんでした。",
"description": "The paragraph for empty search result" "description": "The paragraph for empty search result"
}, },
"theme.admonition.note": { "theme.admonition.note": {
@ -262,7 +262,7 @@
"description": "The default label used for the Info admonition (:::info)" "description": "The default label used for the Info admonition (:::info)"
}, },
"theme.admonition.caution": { "theme.admonition.caution": {
"message": "caution", "message": "注意",
"description": "The default label used for the Caution admonition (:::caution)" "description": "The default label used for the Caution admonition (:::caution)"
}, },
"theme.tags.tagsPageTitle": { "theme.tags.tagsPageTitle": {
@ -297,6 +297,14 @@
"message": "Collapse sidebar category '{label}'", "message": "Collapse sidebar category '{label}'",
"description": "The ARIA label to collapse the sidebar category" "description": "The ARIA label to collapse the sidebar category"
}, },
"theme.unlistedContent.title": {
"message": "非公開のページ",
"description": "The unlisted content banner title"
},
"theme.unlistedContent.message": {
"message": "このページは限定公開です。検索エンジンには表示されません。リンクを持っているユーザーのみアクセスできます。",
"description": "The unlisted content banner message"
},
"theme.SearchPage.inputPlaceholder": { "theme.SearchPage.inputPlaceholder": {
"message": "検索するキーワードを入力してください", "message": "検索するキーワードを入力してください",
"description": "The placeholder for search page input" "description": "The placeholder for search page input"
@ -430,11 +438,11 @@
"description": "The unlisted content banner message" "description": "The unlisted content banner message"
}, },
"theme.contentVisibility.draftBanner.title": { "theme.contentVisibility.draftBanner.title": {
"message": "Draft page", "message": "下書きページ",
"description": "The draft content banner title" "description": "The draft content banner title"
}, },
"theme.contentVisibility.draftBanner.message": { "theme.contentVisibility.draftBanner.message": {
"message": "This page is a draft. It will only be visible in dev and be excluded from the production build.", "message": "このページは下書きです。開発環境でのみ表示され、本番ビルドからは除外されます。",
"description": "The draft content banner message" "description": "The draft content banner message"
}, },
"theme.blog.author.noPosts": { "theme.blog.author.noPosts": {