|
128 | 128 | }, |
129 | 129 | "theme.colorToggle.ariaLabel": { |
130 | 130 | "message": "Switch between dark and light mode (currently {mode})", |
131 | | - "description": "The ARIA label for the navbar color mode toggle" |
| 131 | + "description": "The ARIA label for the color mode toggle" |
132 | 132 | }, |
133 | 133 | "theme.colorToggle.ariaLabel.mode.dark": { |
134 | 134 | "message": "dark mode", |
|
274 | 274 | }, |
275 | 275 | "theme.SearchPage.algoliaLabel": { |
276 | 276 | "message": "Search by Algolia", |
277 | | - "description": "The ARIA label for Algolia mention" |
| 277 | + "description": "The description label for Algolia mention" |
278 | 278 | }, |
279 | 279 | "theme.SearchPage.noResultsText": { |
280 | 280 | "message": "No results were found", |
|
334 | 334 | }, |
335 | 335 | "theme.SearchModal.startScreen.noRecentSearchesText": { |
336 | 336 | "message": "No recent searches", |
337 | | - "description": "The text when no recent searches" |
| 337 | + "description": "The text when there are no recent searches" |
338 | 338 | }, |
339 | 339 | "theme.SearchModal.startScreen.saveRecentSearchButtonTitle": { |
340 | 340 | "message": "Save this search", |
341 | | - "description": "The label for save recent search button" |
| 341 | + "description": "The title for save recent search button" |
342 | 342 | }, |
343 | 343 | "theme.SearchModal.startScreen.removeRecentSearchButtonTitle": { |
344 | 344 | "message": "Remove this search from history", |
345 | | - "description": "The label for remove recent search button" |
| 345 | + "description": "The title for remove recent search button" |
346 | 346 | }, |
347 | 347 | "theme.SearchModal.startScreen.favoriteSearchesTitle": { |
348 | 348 | "message": "Favorite", |
349 | 349 | "description": "The title for favorite searches" |
350 | 350 | }, |
351 | 351 | "theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": { |
352 | 352 | "message": "Remove this search from favorites", |
353 | | - "description": "The label for remove favorite search button" |
| 353 | + "description": "The title for remove favorite search button" |
354 | 354 | }, |
355 | 355 | "theme.SearchModal.errorScreen.titleText": { |
356 | 356 | "message": "Unable to fetch results", |
357 | | - "description": "The title for error screen of search modal" |
| 357 | + "description": "The title for error screen" |
358 | 358 | }, |
359 | 359 | "theme.SearchModal.errorScreen.helpText": { |
360 | 360 | "message": "You might want to check your network connection.", |
361 | | - "description": "The help text for error screen of search modal" |
| 361 | + "description": "The help text for error screen" |
362 | 362 | }, |
363 | 363 | "theme.SearchModal.footer.selectText": { |
364 | 364 | "message": "to select", |
365 | | - "description": "The explanatory text of the action for the enter key" |
| 365 | + "description": "The select text for footer" |
366 | 366 | }, |
367 | 367 | "theme.SearchModal.footer.selectKeyAriaLabel": { |
368 | 368 | "message": "Enter key", |
369 | | - "description": "The ARIA label for the Enter key button that makes the selection" |
| 369 | + "description": "The ARIA label for select key in footer" |
370 | 370 | }, |
371 | 371 | "theme.SearchModal.footer.navigateText": { |
372 | 372 | "message": "to navigate", |
373 | | - "description": "The explanatory text of the action for the Arrow up and Arrow down key" |
| 373 | + "description": "The navigate text for footer" |
374 | 374 | }, |
375 | 375 | "theme.SearchModal.footer.navigateUpKeyAriaLabel": { |
376 | 376 | "message": "Arrow up", |
377 | | - "description": "The ARIA label for the Arrow up key button that makes the navigation" |
| 377 | + "description": "The ARIA label for navigate up key in footer" |
378 | 378 | }, |
379 | 379 | "theme.SearchModal.footer.navigateDownKeyAriaLabel": { |
380 | 380 | "message": "Arrow down", |
381 | | - "description": "The ARIA label for the Arrow down key button that makes the navigation" |
| 381 | + "description": "The ARIA label for navigate down key in footer" |
382 | 382 | }, |
383 | 383 | "theme.SearchModal.footer.closeText": { |
384 | 384 | "message": "to close", |
385 | | - "description": "The explanatory text of the action for Escape key" |
| 385 | + "description": "The close text for footer" |
386 | 386 | }, |
387 | 387 | "theme.SearchModal.footer.closeKeyAriaLabel": { |
388 | 388 | "message": "Escape key", |
389 | | - "description": "The ARIA label for the Escape key button that close the modal" |
| 389 | + "description": "The ARIA label for close key in footer" |
390 | 390 | }, |
391 | 391 | "theme.SearchModal.footer.searchByText": { |
392 | 392 | "message": "Search by", |
393 | | - "description": "The text explain that the search is making by Algolia" |
| 393 | + "description": "The 'Powered by' text for footer" |
394 | 394 | }, |
395 | 395 | "theme.SearchModal.noResultsScreen.noResultsText": { |
396 | 396 | "message": "No results for", |
397 | | - "description": "The text explains that there are no results for the following search" |
| 397 | + "description": "The text when there are no results" |
398 | 398 | }, |
399 | 399 | "theme.SearchModal.noResultsScreen.suggestedQueryText": { |
400 | 400 | "message": "Try searching for", |
401 | | - "description": "The text for the suggested query when no results are found for the following search" |
| 401 | + "description": "The text for suggested query" |
402 | 402 | }, |
403 | 403 | "theme.SearchModal.noResultsScreen.reportMissingResultsText": { |
404 | 404 | "message": "Believe this query should return results?", |
405 | | - "description": "The text for the question where the user thinks there are missing results" |
| 405 | + "description": "The text for reporting missing results" |
406 | 406 | }, |
407 | 407 | "theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": { |
408 | 408 | "message": "Let us know.", |
409 | | - "description": "The text for the link to report missing results" |
| 409 | + "description": "The link text for reporting missing results" |
410 | 410 | }, |
411 | 411 | "theme.SearchModal.placeholder": { |
412 | 412 | "message": "Search docs", |
|
427 | 427 | "theme.docs.sidebar.navAriaLabel": { |
428 | 428 | "message": "Docs sidebar", |
429 | 429 | "description": "The ARIA label for the sidebar navigation" |
| 430 | + }, |
| 431 | + "theme.colorToggle.ariaLabel.mode.system": { |
| 432 | + "message": "system mode", |
| 433 | + "description": "The name for the system color mode" |
| 434 | + }, |
| 435 | + "theme.docs.DocCard.categoryDescription.plurals": { |
| 436 | + "message": "1 item|{count} items", |
| 437 | + "description": "The default description for a category card in the generated index about how many items this category includes" |
| 438 | + }, |
| 439 | + "theme.admonition.warning": { |
| 440 | + "message": "warning", |
| 441 | + "description": "The default label used for the Warning admonition (:::warning)" |
| 442 | + }, |
| 443 | + "theme.DocSidebarItem.expandCategoryAriaLabel": { |
| 444 | + "message": "Expand sidebar category '{label}'", |
| 445 | + "description": "The ARIA label to expand the sidebar category" |
| 446 | + }, |
| 447 | + "theme.DocSidebarItem.collapseCategoryAriaLabel": { |
| 448 | + "message": "Collapse sidebar category '{label}'", |
| 449 | + "description": "The ARIA label to collapse the sidebar category" |
| 450 | + }, |
| 451 | + "theme.IconExternalLink.ariaLabel": { |
| 452 | + "message": "(opens in new tab)", |
| 453 | + "description": "The ARIA label for the external link icon" |
| 454 | + }, |
| 455 | + "theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": { |
| 456 | + "message": "Expand the dropdown", |
| 457 | + "description": "The ARIA label of the button to expand the mobile dropdown navbar item" |
| 458 | + }, |
| 459 | + "theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": { |
| 460 | + "message": "Collapse the dropdown", |
| 461 | + "description": "The ARIA label of the button to collapse the mobile dropdown navbar item" |
| 462 | + }, |
| 463 | + "theme.SearchModal.searchBox.placeholderText": { |
| 464 | + "message": "Search docs", |
| 465 | + "description": "The placeholder text for the main search input field" |
| 466 | + }, |
| 467 | + "theme.SearchModal.searchBox.placeholderTextAskAi": { |
| 468 | + "message": "Ask another question...", |
| 469 | + "description": "The placeholder text when in AI question mode" |
| 470 | + }, |
| 471 | + "theme.SearchModal.searchBox.placeholderTextAskAiStreaming": { |
| 472 | + "message": "Answering...", |
| 473 | + "description": "The placeholder text for search box when AI is streaming an answer" |
| 474 | + }, |
| 475 | + "theme.SearchModal.searchBox.enterKeyHint": { |
| 476 | + "message": "search", |
| 477 | + "description": "The hint for the search box enter key text" |
| 478 | + }, |
| 479 | + "theme.SearchModal.searchBox.enterKeyHintAskAi": { |
| 480 | + "message": "enter", |
| 481 | + "description": "The hint for the Ask AI search box enter key text" |
| 482 | + }, |
| 483 | + "theme.SearchModal.searchBox.searchInputLabel": { |
| 484 | + "message": "Search", |
| 485 | + "description": "The ARIA label for search input" |
| 486 | + }, |
| 487 | + "theme.SearchModal.searchBox.backToKeywordSearchButtonText": { |
| 488 | + "message": "Back to keyword search", |
| 489 | + "description": "The text for back to keyword search button" |
| 490 | + }, |
| 491 | + "theme.SearchModal.searchBox.backToKeywordSearchButtonAriaLabel": { |
| 492 | + "message": "Back to keyword search", |
| 493 | + "description": "The ARIA label for back to keyword search button" |
| 494 | + }, |
| 495 | + "theme.SearchModal.startScreen.recentConversationsTitle": { |
| 496 | + "message": "Recent conversations", |
| 497 | + "description": "The title for recent conversations" |
| 498 | + }, |
| 499 | + "theme.SearchModal.startScreen.removeRecentConversationButtonTitle": { |
| 500 | + "message": "Remove this conversation from history", |
| 501 | + "description": "The title for remove recent conversation button" |
| 502 | + }, |
| 503 | + "theme.SearchModal.resultsScreen.askAiPlaceholder": { |
| 504 | + "message": "Ask AI: ", |
| 505 | + "description": "The placeholder text for Ask AI input" |
| 506 | + }, |
| 507 | + "theme.SearchModal.askAiScreen.disclaimerText": { |
| 508 | + "message": "Answers are generated with AI which can make mistakes. Verify responses.", |
| 509 | + "description": "The disclaimer text for AI answers" |
| 510 | + }, |
| 511 | + "theme.SearchModal.askAiScreen.relatedSourcesText": { |
| 512 | + "message": "Related sources", |
| 513 | + "description": "The text for related sources" |
| 514 | + }, |
| 515 | + "theme.SearchModal.askAiScreen.thinkingText": { |
| 516 | + "message": "Thinking...", |
| 517 | + "description": "The text when AI is thinking" |
| 518 | + }, |
| 519 | + "theme.SearchModal.askAiScreen.copyButtonText": { |
| 520 | + "message": "Copy", |
| 521 | + "description": "The text for copy button" |
| 522 | + }, |
| 523 | + "theme.SearchModal.askAiScreen.copyButtonCopiedText": { |
| 524 | + "message": "Copied!", |
| 525 | + "description": "The text for copy button when copied" |
| 526 | + }, |
| 527 | + "theme.SearchModal.askAiScreen.copyButtonTitle": { |
| 528 | + "message": "Copy", |
| 529 | + "description": "The title for copy button" |
| 530 | + }, |
| 531 | + "theme.SearchModal.askAiScreen.likeButtonTitle": { |
| 532 | + "message": "Like", |
| 533 | + "description": "The title for like button" |
| 534 | + }, |
| 535 | + "theme.SearchModal.askAiScreen.dislikeButtonTitle": { |
| 536 | + "message": "Dislike", |
| 537 | + "description": "The title for dislike button" |
| 538 | + }, |
| 539 | + "theme.SearchModal.askAiScreen.thanksForFeedbackText": { |
| 540 | + "message": "Thanks for your feedback!", |
| 541 | + "description": "The text for thanks for feedback" |
| 542 | + }, |
| 543 | + "theme.SearchModal.askAiScreen.preToolCallText": { |
| 544 | + "message": "Searching...", |
| 545 | + "description": "The text before tool call" |
| 546 | + }, |
| 547 | + "theme.SearchModal.askAiScreen.duringToolCallText": { |
| 548 | + "message": "Searching for ", |
| 549 | + "description": "The text during tool call" |
| 550 | + }, |
| 551 | + "theme.SearchModal.askAiScreen.afterToolCallText": { |
| 552 | + "message": "Searched for", |
| 553 | + "description": "The text after tool call" |
| 554 | + }, |
| 555 | + "theme.SearchModal.footer.submitQuestionText": { |
| 556 | + "message": "Submit question", |
| 557 | + "description": "The submit question text for footer" |
| 558 | + }, |
| 559 | + "theme.SearchModal.footer.backToSearchText": { |
| 560 | + "message": "Back to search", |
| 561 | + "description": "The back to search text for footer" |
| 562 | + }, |
| 563 | + "theme.blog.author.pageTitle": { |
| 564 | + "message": "{authorName} - {nPosts}", |
| 565 | + "description": "The title of the page for a blog author" |
| 566 | + }, |
| 567 | + "theme.blog.authorsList.pageTitle": { |
| 568 | + "message": "Authors", |
| 569 | + "description": "The title of the authors page" |
| 570 | + }, |
| 571 | + "theme.blog.authorsList.viewAll": { |
| 572 | + "message": "View all authors", |
| 573 | + "description": "The label of the link targeting the blog authors page" |
| 574 | + }, |
| 575 | + "theme.blog.author.noPosts": { |
| 576 | + "message": "This author has not written any posts yet.", |
| 577 | + "description": "The text for authors with 0 blog post" |
| 578 | + }, |
| 579 | + "theme.contentVisibility.unlistedBanner.title": { |
| 580 | + "message": "Unlisted page", |
| 581 | + "description": "The unlisted content banner title" |
| 582 | + }, |
| 583 | + "theme.contentVisibility.unlistedBanner.message": { |
| 584 | + "message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.", |
| 585 | + "description": "The unlisted content banner message" |
| 586 | + }, |
| 587 | + "theme.contentVisibility.draftBanner.title": { |
| 588 | + "message": "Draft page", |
| 589 | + "description": "The draft content banner title" |
| 590 | + }, |
| 591 | + "theme.contentVisibility.draftBanner.message": { |
| 592 | + "message": "This page is a draft. It will only be visible in dev and be excluded from the production build.", |
| 593 | + "description": "The draft content banner message" |
430 | 594 | } |
431 | 595 | } |
0 commit comments