mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-29 13:33:06 +00:00
* refactor: css variables for back to top button * refactor: adjust back to top button styling * Update from PR feedback * err... darker. * swap secondary color for emphasis scale * reduce contrast further * Add new translations * Cleanup CSS * Remove active state Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
63 lines
4.1 KiB
JSON
63 lines
4.1 KiB
JSON
{
|
|
"theme.AnnouncementBar.closeButtonAriaLabel": "閉じる",
|
|
"theme.BackToTopButton.buttonAriaLabel": "Scroll back to top",
|
|
"theme.CodeBlock.copied": "コピーしました",
|
|
"theme.CodeBlock.copy": "コピー",
|
|
"theme.CodeBlock.copyButtonAriaLabel": "クリップボードにコードをコピー",
|
|
"theme.NotFound.p1": "お探しのページが見つかりませんでした。",
|
|
"theme.NotFound.p2": "このページにリンクしているサイトの所有者に連絡をしてリンクが壊れていることを伝えてください。",
|
|
"theme.NotFound.title": "ページが見つかりません",
|
|
"theme.Playground.liveEditor": "Live Editor",
|
|
"theme.Playground.result": "Result",
|
|
"theme.PwaReloadPopup.closeButtonAriaLabel": "閉じる",
|
|
"theme.PwaReloadPopup.info": "新しいバージョンがあります",
|
|
"theme.PwaReloadPopup.refreshButtonText": "更新",
|
|
"theme.SearchBar.label": "検索",
|
|
"theme.SearchPage.algoliaLabel": "Algoliaで検索",
|
|
"theme.SearchPage.documentsFound.plurals": "{count}件のドキュメントが見つかりました",
|
|
"theme.SearchPage.emptyResultsTitle": "ドキュメントを検索",
|
|
"theme.SearchPage.existingResultsTitle": "『{query}』の検索結果",
|
|
"theme.SearchPage.fetchingNewResults": "新しい検索結果を取得しています...",
|
|
"theme.SearchPage.inputLabel": "検索",
|
|
"theme.SearchPage.inputPlaceholder": "ここに検索するキーワードを入力してください",
|
|
"theme.SearchPage.noResultsText": "検索結果が見つかりませんでした",
|
|
"theme.TOCCollapsible.toggleButtonLabel": "On this page",
|
|
"theme.blog.archive.description": "Archive",
|
|
"theme.blog.archive.title": "Archive",
|
|
"theme.blog.paginator.navAriaLabel": "ブログ記事一覧のナビゲーション",
|
|
"theme.blog.paginator.newerEntries": "新しい記事",
|
|
"theme.blog.paginator.olderEntries": "過去の記事",
|
|
"theme.blog.post.paginator.navAriaLabel": "ブログ記事のナビゲーション",
|
|
"theme.blog.post.paginator.newerPost": "新しい記事",
|
|
"theme.blog.post.paginator.olderPost": "過去の記事",
|
|
"theme.blog.post.plurals": "{count}件",
|
|
"theme.blog.post.readMore": "もっと見る",
|
|
"theme.blog.post.readingTime.plurals": "約{readingTime}分",
|
|
"theme.blog.sidebar.navAriaLabel": "Blog recent posts navigation",
|
|
"theme.blog.tagTitle": "「{tagName}」タグの記事が{nPosts}あります",
|
|
"theme.common.editThisPage": "このページを編集",
|
|
"theme.common.headingLinkTitle": "見出しへの直接リンク",
|
|
"theme.common.skipToMainContent": "メインコンテンツまでスキップ",
|
|
"theme.docs.paginator.navAriaLabel": "ドキュメントのナビゲーション",
|
|
"theme.docs.paginator.next": "次へ",
|
|
"theme.docs.paginator.previous": "前へ",
|
|
"theme.docs.sidebar.collapseButtonAriaLabel": "サイドバーを隠す",
|
|
"theme.docs.sidebar.collapseButtonTitle": "サイドバーを隠す",
|
|
"theme.docs.sidebar.expandButtonAriaLabel": "サイドバーを開く",
|
|
"theme.docs.sidebar.expandButtonTitle": "サイドバーを開く",
|
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} with \"{tagName}\"",
|
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "One doc tagged|{count} docs tagged",
|
|
"theme.docs.versions.latestVersionLinkLabel": "最新バージョン",
|
|
"theme.docs.versions.latestVersionSuggestionLabel": "最新のドキュメントは{latestVersionLink} ({versionLabel}) を見てください。",
|
|
"theme.docs.versions.unmaintainedVersionLabel": "これは{siteTitle} {versionLabel}のドキュメントで現在はアクティブにメンテナンスされていません。",
|
|
"theme.docs.versions.unreleasedVersionLabel": "これはリリース前の{siteTitle} {versionLabel}のドキュメントです。",
|
|
"theme.lastUpdated.atDate": "{date}に",
|
|
"theme.lastUpdated.byUser": "{user}が",
|
|
"theme.lastUpdated.lastUpdatedAtBy": "{atDate}{byUser}最終更新",
|
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu",
|
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
"theme.tags.tagsListLabel": "タグ:",
|
|
"theme.tags.tagsPageLink": "全てのタグを見る",
|
|
"theme.tags.tagsPageTitle": "タグ"
|
|
}
|