docusaurus/packages/docusaurus-theme-translations/locales/ja/theme-search-algolia.json
Dylan Tientcheu 9c689880ed
Some checks failed
Argos CI / take-screenshots (push) Has been cancelled
Build Hash Router / Build Hash Router (push) Has been cancelled
Canary Release / Publish Canary (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Continuous Releases / Continuous Releases (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (20) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (20.0) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (22) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 (24) (push) Has been cancelled
E2E Tests / E2E — Yarn v1 Windows (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (node-modules, -s) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (node-modules, -st) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (pnp, -s) (push) Has been cancelled
E2E Tests / E2E — Yarn Berry (pnp, -st) (push) Has been cancelled
E2E Tests / E2E — npm (push) Has been cancelled
E2E Tests / E2E — pnpm (push) Has been cancelled
feat(search): add runtime support for DocSearch v4 (#11327)
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
2025-09-19 14:15:57 +02:00

61 lines
4.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"theme.SearchBar.label": "検索",
"theme.SearchBar.seeAll": "検索結果{count}件をすべて見る",
"theme.SearchModal.askAiScreen.afterToolCallText": "検索完了:",
"theme.SearchModal.askAiScreen.copyButtonCopiedText": "コピーしました!",
"theme.SearchModal.askAiScreen.copyButtonText": "コピー",
"theme.SearchModal.askAiScreen.copyButtonTitle": "コピー",
"theme.SearchModal.askAiScreen.disclaimerText": "回答はAIによって生成されており、誤りがある可能性があります。必ず内容を確認してください。",
"theme.SearchModal.askAiScreen.dislikeButtonTitle": "よくない",
"theme.SearchModal.askAiScreen.duringToolCallText": "検索中:",
"theme.SearchModal.askAiScreen.likeButtonTitle": "いいね",
"theme.SearchModal.askAiScreen.preToolCallText": "検索中...",
"theme.SearchModal.askAiScreen.relatedSourcesText": "関連ソース",
"theme.SearchModal.askAiScreen.thanksForFeedbackText": "フィードバックありがとうございます!",
"theme.SearchModal.askAiScreen.thinkingText": "考え中...",
"theme.SearchModal.errorScreen.helpText": "ネットワーク接続を確認してください",
"theme.SearchModal.errorScreen.titleText": "検索結果の取得に失敗しました",
"theme.SearchModal.footer.backToSearchText": "検索に戻る",
"theme.SearchModal.footer.closeKeyAriaLabel": "エスケープキー",
"theme.SearchModal.footer.closeText": "閉じる",
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "下矢印キー",
"theme.SearchModal.footer.navigateText": "移動",
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "上矢印キー",
"theme.SearchModal.footer.searchByText": "検索",
"theme.SearchModal.footer.selectKeyAriaLabel": "エンターキー",
"theme.SearchModal.footer.selectText": "選ぶ",
"theme.SearchModal.footer.submitQuestionText": "質問を送信",
"theme.SearchModal.noResultsScreen.noResultsText": "見つかりませんでした",
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "報告する",
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "よりよい検索結果がありますか?",
"theme.SearchModal.noResultsScreen.suggestedQueryText": "次の検索を試す:",
"theme.SearchModal.placeholder": "ドキュメントを検索",
"theme.SearchModal.resultsScreen.askAiPlaceholder": "AIに質問",
"theme.SearchModal.searchBox.backToKeywordSearchButtonAriaLabel": "キーワード検索に戻る",
"theme.SearchModal.searchBox.backToKeywordSearchButtonText": "キーワード検索に戻る",
"theme.SearchModal.searchBox.cancelButtonText": "キャンセル",
"theme.SearchModal.searchBox.enterKeyHint": "検索",
"theme.SearchModal.searchBox.enterKeyHintAskAi": "確定",
"theme.SearchModal.searchBox.placeholderText": "ドキュメントを検索",
"theme.SearchModal.searchBox.placeholderTextAskAi": "別の質問をする...",
"theme.SearchModal.searchBox.placeholderTextAskAiStreaming": "回答中...",
"theme.SearchModal.searchBox.resetButtonTitle": "クリア",
"theme.SearchModal.searchBox.searchInputLabel": "検索",
"theme.SearchModal.startScreen.favoriteSearchesTitle": "お気に入り",
"theme.SearchModal.startScreen.noRecentSearchesText": "最近の検索履歴はありません",
"theme.SearchModal.startScreen.recentConversationsTitle": "最近の会話",
"theme.SearchModal.startScreen.recentSearchesTitle": "最近の検索",
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "この検索をお気に入りから削除",
"theme.SearchModal.startScreen.removeRecentConversationButtonTitle": "この会話を履歴から削除",
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "この検索を履歴から削除",
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "この検索をお気に入りに追加",
"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": "検索結果が見つかりませんでした"
}