docusaurus/packages/docusaurus-theme-translations/locales/ru/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.6 KiB
JSON

{
"theme.SearchBar.label": "Поиск",
"theme.SearchBar.seeAll": "Посмотреть все результаты ({count})",
"theme.SearchModal.askAiScreen.afterToolCallText": "Searched for",
"theme.SearchModal.askAiScreen.copyButtonCopiedText": "Copied!",
"theme.SearchModal.askAiScreen.copyButtonText": "Copy",
"theme.SearchModal.askAiScreen.copyButtonTitle": "Copy",
"theme.SearchModal.askAiScreen.disclaimerText": "Answers are generated with AI which can make mistakes. Verify responses.",
"theme.SearchModal.askAiScreen.dislikeButtonTitle": "Dislike",
"theme.SearchModal.askAiScreen.duringToolCallText": "Searching for ",
"theme.SearchModal.askAiScreen.likeButtonTitle": "Like",
"theme.SearchModal.askAiScreen.preToolCallText": "Searching...",
"theme.SearchModal.askAiScreen.relatedSourcesText": "Related sources",
"theme.SearchModal.askAiScreen.thanksForFeedbackText": "Thanks for your feedback!",
"theme.SearchModal.askAiScreen.thinkingText": "Thinking...",
"theme.SearchModal.errorScreen.helpText": "Проверьте подключение к интернету.",
"theme.SearchModal.errorScreen.titleText": "Невозможно загрузить результаты поиска",
"theme.SearchModal.footer.backToSearchText": "Back to search",
"theme.SearchModal.footer.closeKeyAriaLabel": "Клавиша Escape",
"theme.SearchModal.footer.closeText": "закрыть",
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Клавиша стрелка вниз",
"theme.SearchModal.footer.navigateText": "навигация",
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Клавиша стрелка вверх",
"theme.SearchModal.footer.searchByText": "Поиск от",
"theme.SearchModal.footer.selectKeyAriaLabel": "Клавиша Enter",
"theme.SearchModal.footer.selectText": "выбрать",
"theme.SearchModal.footer.submitQuestionText": "Submit question",
"theme.SearchModal.noResultsScreen.noResultsText": "Нет результатов по запросу",
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Сообщите нам.",
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Нет подходящего результата поиска?",
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Попробуйте",
"theme.SearchModal.placeholder": "Поиск",
"theme.SearchModal.resultsScreen.askAiPlaceholder": "Ask AI: ",
"theme.SearchModal.searchBox.backToKeywordSearchButtonAriaLabel": "Back to keyword search",
"theme.SearchModal.searchBox.backToKeywordSearchButtonText": "Back to keyword search",
"theme.SearchModal.searchBox.cancelButtonText": "Отменить",
"theme.SearchModal.searchBox.enterKeyHint": "search",
"theme.SearchModal.searchBox.enterKeyHintAskAi": "enter",
"theme.SearchModal.searchBox.placeholderText": "Search docs",
"theme.SearchModal.searchBox.placeholderTextAskAi": "Ask another question...",
"theme.SearchModal.searchBox.placeholderTextAskAiStreaming": "Answering...",
"theme.SearchModal.searchBox.resetButtonTitle": "Очистить",
"theme.SearchModal.searchBox.searchInputLabel": "Search",
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Избранное",
"theme.SearchModal.startScreen.noRecentSearchesText": "Нет истории поиска",
"theme.SearchModal.startScreen.recentConversationsTitle": "Recent conversations",
"theme.SearchModal.startScreen.recentSearchesTitle": "Недавнее",
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Удалить запись из избранное",
"theme.SearchModal.startScreen.removeRecentConversationButtonTitle": "Remove this conversation from history",
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Удалить запись из историю",
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Сохранить поисковый запрос",
"theme.SearchPage.algoliaLabel": "При поддержке Algolia",
"theme.SearchPage.documentsFound.plurals": "{count} документ|{count} документа|{count} документов",
"theme.SearchPage.emptyResultsTitle": "Поиск по сайту",
"theme.SearchPage.existingResultsTitle": "Результаты поиска по запросу \"{query}\"",
"theme.SearchPage.fetchingNewResults": "Загрузка новых результатов поиска...",
"theme.SearchPage.inputLabel": "Поиск",
"theme.SearchPage.inputPlaceholder": "Введите фразу для поиска",
"theme.SearchPage.noResultsText": "По запросу ничего не найдено"
}