@docusaurus/theme-translations 3.9.2 → 3.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/README.md +1 -1
  2. package/locales/ar/theme-live-codeblock.json +1 -0
  3. package/locales/base/theme-live-codeblock.json +2 -0
  4. package/locales/bg/theme-live-codeblock.json +1 -0
  5. package/locales/bn/theme-live-codeblock.json +1 -0
  6. package/locales/cs/theme-live-codeblock.json +1 -0
  7. package/locales/da/theme-live-codeblock.json +1 -0
  8. package/locales/de/theme-live-codeblock.json +1 -0
  9. package/locales/es/theme-live-codeblock.json +1 -0
  10. package/locales/et/theme-live-codeblock.json +1 -0
  11. package/locales/fa/theme-live-codeblock.json +1 -0
  12. package/locales/fil/theme-live-codeblock.json +1 -0
  13. package/locales/fr/theme-live-codeblock.json +1 -0
  14. package/locales/he/theme-live-codeblock.json +1 -0
  15. package/locales/hi/theme-live-codeblock.json +1 -0
  16. package/locales/hu/theme-live-codeblock.json +1 -0
  17. package/locales/id/theme-live-codeblock.json +1 -0
  18. package/locales/is/theme-live-codeblock.json +1 -0
  19. package/locales/it/theme-live-codeblock.json +1 -0
  20. package/locales/ja/theme-live-codeblock.json +1 -0
  21. package/locales/ko/theme-live-codeblock.json +1 -0
  22. package/locales/nb/theme-live-codeblock.json +1 -0
  23. package/locales/nl/theme-live-codeblock.json +1 -0
  24. package/locales/pl/theme-live-codeblock.json +1 -0
  25. package/locales/pt-BR/theme-live-codeblock.json +1 -0
  26. package/locales/pt-BR/theme-search-algolia.json +35 -35
  27. package/locales/pt-PT/theme-live-codeblock.json +1 -0
  28. package/locales/ru/theme-live-codeblock.json +1 -0
  29. package/locales/sl/theme-live-codeblock.json +1 -0
  30. package/locales/sr/theme-live-codeblock.json +1 -0
  31. package/locales/sv/theme-live-codeblock.json +1 -0
  32. package/locales/tk/theme-live-codeblock.json +1 -0
  33. package/locales/tr/theme-live-codeblock.json +1 -0
  34. package/locales/uk/theme-live-codeblock.json +1 -0
  35. package/locales/ur/plugin-ideal-image.json +7 -0
  36. package/locales/ur/plugin-pwa.json +5 -0
  37. package/locales/ur/theme-common.json +84 -0
  38. package/locales/ur/theme-live-codeblock.json +5 -0
  39. package/locales/ur/theme-search-algolia.json +60 -0
  40. package/locales/vi/theme-live-codeblock.json +1 -0
  41. package/locales/zh-Hans/theme-live-codeblock.json +1 -0
  42. package/locales/zh-Hant/theme-live-codeblock.json +1 -0
  43. package/package.json +6 -6
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Docusaurus theme translations
1
+ # `@docusaurus/theme-translations`
2
2
 
3
3
  This package includes default translations for labels (like the pagination "Next" / "Previous") used by official Docusaurus themes.
4
4
 
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "مُحـرر مُبـاشر",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "النتيجة"
4
5
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Live Editor",
3
3
  "theme.Playground.liveEditor___DESCRIPTION": "The live editor label of the live codeblocks",
4
+ "theme.Playground.buttons.reset": "Reset",
5
+ "theme.Playground.buttons.reset___DESCRIPTION": "The reset button label for live code blocks",
4
6
  "theme.Playground.result": "Result",
5
7
  "theme.Playground.result___DESCRIPTION": "The result label of the live codeblocks"
6
8
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Live Editor",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Result"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "লাইভ এডিটর",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "ফলাফল"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Live Editor",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Výsledek"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Live editor",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Resultat"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Live Editor",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Ergebnisse"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Editor en vivo",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Resultado"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Live Redaktor",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Tulemus"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "ویرایشگر زنده",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "خروجی"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Live na Editor",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Resulta"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Éditeur en direct",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Résultat"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Live Editor",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "תוצאה"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "लाइव एडिटर",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "परिणाम"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Interaktív szerkesztő",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Eredmény"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Penyunting Langung",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Hasil"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Lifandi Ritill",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Niðurstaða"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Editor dal vivo",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Risultato"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "ライブエディター",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "結果"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "라이브 에디터",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "결과"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Live Editor",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Resultat"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Live bewerken",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Resultaat"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Edytor live",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Rezultat"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Editor em tempo real",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Resultado"
4
5
  }
@@ -1,60 +1,60 @@
1
1
  {
2
- "theme.SearchBar.label": "Buscar",
2
+ "theme.SearchBar.label": "Procurar",
3
3
  "theme.SearchBar.seeAll": "Ver todos os {count} resultados",
4
- "theme.SearchModal.askAiScreen.afterToolCallText": "Searched for",
5
- "theme.SearchModal.askAiScreen.copyButtonCopiedText": "Copied!",
6
- "theme.SearchModal.askAiScreen.copyButtonText": "Copy",
7
- "theme.SearchModal.askAiScreen.copyButtonTitle": "Copy",
8
- "theme.SearchModal.askAiScreen.disclaimerText": "Answers are generated with AI which can make mistakes. Verify responses.",
4
+ "theme.SearchModal.askAiScreen.afterToolCallText": "Procurou por",
5
+ "theme.SearchModal.askAiScreen.copyButtonCopiedText": "Copiado!",
6
+ "theme.SearchModal.askAiScreen.copyButtonText": "Copiar",
7
+ "theme.SearchModal.askAiScreen.copyButtonTitle": "Copiar",
8
+ "theme.SearchModal.askAiScreen.disclaimerText": "Respostas geradas por IA podem cometer erros. Verifique.",
9
9
  "theme.SearchModal.askAiScreen.dislikeButtonTitle": "Dislike",
10
- "theme.SearchModal.askAiScreen.duringToolCallText": "Searching for ",
10
+ "theme.SearchModal.askAiScreen.duringToolCallText": "Procurando por ",
11
11
  "theme.SearchModal.askAiScreen.likeButtonTitle": "Like",
12
- "theme.SearchModal.askAiScreen.preToolCallText": "Searching...",
13
- "theme.SearchModal.askAiScreen.relatedSourcesText": "Related sources",
14
- "theme.SearchModal.askAiScreen.thanksForFeedbackText": "Thanks for your feedback!",
15
- "theme.SearchModal.askAiScreen.thinkingText": "Thinking...",
12
+ "theme.SearchModal.askAiScreen.preToolCallText": "Procurando...",
13
+ "theme.SearchModal.askAiScreen.relatedSourcesText": "Resultados relacionados",
14
+ "theme.SearchModal.askAiScreen.thanksForFeedbackText": "Obrigado pelo seu feedback!",
15
+ "theme.SearchModal.askAiScreen.thinkingText": "Pensando...",
16
16
  "theme.SearchModal.errorScreen.helpText": "Talvez você deva verificar sua conexão de rede.",
17
17
  "theme.SearchModal.errorScreen.titleText": "Não foi possível obter resultados",
18
- "theme.SearchModal.footer.backToSearchText": "Back to search",
18
+ "theme.SearchModal.footer.backToSearchText": "Voltar para pesquisa",
19
19
  "theme.SearchModal.footer.closeKeyAriaLabel": "Tecla Esc",
20
20
  "theme.SearchModal.footer.closeText": "fechar",
21
21
  "theme.SearchModal.footer.navigateDownKeyAriaLabel": "Seta para baixo",
22
22
  "theme.SearchModal.footer.navigateText": "navegar",
23
23
  "theme.SearchModal.footer.navigateUpKeyAriaLabel": "Seta para cima",
24
- "theme.SearchModal.footer.searchByText": "Esta busca utiliza",
24
+ "theme.SearchModal.footer.searchByText": "Esta pesquisa utiliza",
25
25
  "theme.SearchModal.footer.selectKeyAriaLabel": "Tecla Enter",
26
26
  "theme.SearchModal.footer.selectText": "selecionar",
27
- "theme.SearchModal.footer.submitQuestionText": "Submit question",
27
+ "theme.SearchModal.footer.submitQuestionText": "Enviar pergunta",
28
28
  "theme.SearchModal.noResultsScreen.noResultsText": "Nenhum resultado para",
29
29
  "theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Nos avise.",
30
- "theme.SearchModal.noResultsScreen.reportMissingResultsText": "Você acha que esta busca deveria retornar resultados?",
31
- "theme.SearchModal.noResultsScreen.suggestedQueryText": "Tente buscar por",
32
- "theme.SearchModal.placeholder": "Buscar documentos",
33
- "theme.SearchModal.resultsScreen.askAiPlaceholder": "Ask AI: ",
34
- "theme.SearchModal.searchBox.backToKeywordSearchButtonAriaLabel": "Back to keyword search",
35
- "theme.SearchModal.searchBox.backToKeywordSearchButtonText": "Back to keyword search",
30
+ "theme.SearchModal.noResultsScreen.reportMissingResultsText": "Você acha que esta pesquisa deveria retornar resultados?",
31
+ "theme.SearchModal.noResultsScreen.suggestedQueryText": "Tente procurar por",
32
+ "theme.SearchModal.placeholder": "Procurar documentos",
33
+ "theme.SearchModal.resultsScreen.askAiPlaceholder": "Pergunte para a IA: ",
34
+ "theme.SearchModal.searchBox.backToKeywordSearchButtonAriaLabel": "Voltar para a pesquisa por palavra-chave",
35
+ "theme.SearchModal.searchBox.backToKeywordSearchButtonText": "Voltar para a pesquisa por palavra-chave",
36
36
  "theme.SearchModal.searchBox.cancelButtonText": "Cancelar",
37
- "theme.SearchModal.searchBox.enterKeyHint": "search",
37
+ "theme.SearchModal.searchBox.enterKeyHint": "procurar",
38
38
  "theme.SearchModal.searchBox.enterKeyHintAskAi": "enter",
39
- "theme.SearchModal.searchBox.placeholderText": "Search docs",
40
- "theme.SearchModal.searchBox.placeholderTextAskAi": "Ask another question...",
41
- "theme.SearchModal.searchBox.placeholderTextAskAiStreaming": "Answering...",
42
- "theme.SearchModal.searchBox.resetButtonTitle": "Limpar a busca",
43
- "theme.SearchModal.searchBox.searchInputLabel": "Search",
39
+ "theme.SearchModal.searchBox.placeholderText": "Procurar na documentação",
40
+ "theme.SearchModal.searchBox.placeholderTextAskAi": "Pergunte outra coisa...",
41
+ "theme.SearchModal.searchBox.placeholderTextAskAiStreaming": "Respondendo...",
42
+ "theme.SearchModal.searchBox.resetButtonTitle": "Limpar a pesquisa",
43
+ "theme.SearchModal.searchBox.searchInputLabel": "Procurar",
44
44
  "theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorito",
45
- "theme.SearchModal.startScreen.noRecentSearchesText": "Nenhuma busca recente",
46
- "theme.SearchModal.startScreen.recentConversationsTitle": "Recent conversations",
45
+ "theme.SearchModal.startScreen.noRecentSearchesText": "Nenhuma pesquisa recente",
46
+ "theme.SearchModal.startScreen.recentConversationsTitle": "Conversas recentes",
47
47
  "theme.SearchModal.startScreen.recentSearchesTitle": "Recente",
48
- "theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remover esta busca dos favoritos",
48
+ "theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remover esta pesquisa dos favoritos",
49
49
  "theme.SearchModal.startScreen.removeRecentConversationButtonTitle": "Remove this conversation from history",
50
- "theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remover esta busca do histórico",
51
- "theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Salvar esta busca",
50
+ "theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remover esta pesquisa do histórico",
51
+ "theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Salvar esta pesquisa",
52
52
  "theme.SearchPage.algoliaLabel": "Desenvolvido por Algolia",
53
53
  "theme.SearchPage.documentsFound.plurals": "Um documento encontrado|{count} documentos encontrados",
54
- "theme.SearchPage.emptyResultsTitle": "Busca da documentação",
55
- "theme.SearchPage.existingResultsTitle": "Resultado da busca por \"{query}\"",
54
+ "theme.SearchPage.emptyResultsTitle": "Pesquisa da documentação",
55
+ "theme.SearchPage.existingResultsTitle": "Resultado da pesquisa por \"{query}\"",
56
56
  "theme.SearchPage.fetchingNewResults": "Trazendo novos resultados...",
57
- "theme.SearchPage.inputLabel": "Buscar",
58
- "theme.SearchPage.inputPlaceholder": "Digite sua busca aqui",
57
+ "theme.SearchPage.inputLabel": "Procurar",
58
+ "theme.SearchPage.inputPlaceholder": "Digite sua pesquisa aqui",
59
59
  "theme.SearchPage.noResultsText": "Nenhum resultado foi encontrado"
60
60
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Editor em tempo real",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Resultado"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Интерактивный редактор",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Результат"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Urejanje kode v živo",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Rezultat"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Уређивач",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Резултат"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Live Editor",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Resultat"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Göni Redaktor",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Netije"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Canlı Düzenleyici",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Sonuç"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Інтерактивний редактор",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Результат"
4
5
  }
@@ -0,0 +1,7 @@
1
+ {
2
+ "theme.IdealImageMessage.404error": "404. تصویر نہیں ملی",
3
+ "theme.IdealImageMessage.error": "خرابی۔ دوبارہ لوڈ کرنے کے لیے کلک کریں",
4
+ "theme.IdealImageMessage.load": "لوڈ کرنے کے لیے کلک کریں {sizeMessage}",
5
+ "theme.IdealImageMessage.loading": "لوڈنگ ہو رہی ہے...",
6
+ "theme.IdealImageMessage.offline": "آپ کا براؤزر آف لائن ہے۔ تصویر لوڈ نہیں ہوئی"
7
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "theme.PwaReloadPopup.closeButtonAriaLabel": "بند کریں",
3
+ "theme.PwaReloadPopup.info": "نیا ورژن دستیاب ہے",
4
+ "theme.PwaReloadPopup.refreshButtonText": "ریفریش کریں"
5
+ }
@@ -0,0 +1,84 @@
1
+ {
2
+ "theme.AnnouncementBar.closeButtonAriaLabel": "بند کریں",
3
+ "theme.BackToTopButton.buttonAriaLabel": "واپس اوپر جائیں",
4
+ "theme.CodeBlock.copied": "کاپی کر لیا گیا",
5
+ "theme.CodeBlock.copy": "کاپی کریں",
6
+ "theme.CodeBlock.copyButtonAriaLabel": "کوڈ کلپ بورڈ پر کاپی کریں",
7
+ "theme.CodeBlock.wordWrapToggle": "ورڈ ریپ تبدیل کریں",
8
+ "theme.DocSidebarItem.collapseCategoryAriaLabel": "سائڈبار کیٹیگری '{label}' کو سمیٹیں",
9
+ "theme.DocSidebarItem.expandCategoryAriaLabel": "سائڈبار کیٹیگری '{label}' کو پھیلائیں",
10
+ "theme.ErrorPageContent.title": "یہ صفحہ کریش ہو گیا ہے۔",
11
+ "theme.ErrorPageContent.tryAgain": "دوبارہ کوشش کریں",
12
+ "theme.IconExternalLink.ariaLabel": "(نئی ٹیب میں کھلتا ہے)",
13
+ "theme.NavBar.navAriaLabel": "مین",
14
+ "theme.NotFound.p1": "ہم وہ تلاش نہیں کر سکے جو آپ ڈھونڈ رہے تھے۔",
15
+ "theme.NotFound.p2": "براہ کرم اس سائٹ کے مالک سے رابطہ کریں جس نے آپ کو اصل URL کا لنک دیا تھا اور انہیں بتائیں کہ ان کا لنک کام نہیں کر رہا۔",
16
+ "theme.NotFound.title": "صفحہ نہیں ملا",
17
+ "theme.TOCCollapsible.toggleButtonLabel": "اس صفحے پر",
18
+ "theme.admonition.caution": "احتیاط",
19
+ "theme.admonition.danger": "خطرہ",
20
+ "theme.admonition.info": "معلومات",
21
+ "theme.admonition.note": "نوٹ",
22
+ "theme.admonition.tip": "ٹپ",
23
+ "theme.admonition.warning": "انتباہ",
24
+ "theme.blog.archive.description": "آرکائیو",
25
+ "theme.blog.archive.title": "آرکائیو",
26
+ "theme.blog.author.noPosts": "اس مصنف نے ابھی تک کوئی پوسٹ نہیں لکھی۔",
27
+ "theme.blog.author.pageTitle": "{authorName} - {nPosts}",
28
+ "theme.blog.authorsList.pageTitle": "مصنفین",
29
+ "theme.blog.authorsList.viewAll": "تمام مصنفین دیکھیں",
30
+ "theme.blog.paginator.navAriaLabel": "بلاگ لسٹ پیج نیویگیشن",
31
+ "theme.blog.paginator.newerEntries": "نئی تحریریں",
32
+ "theme.blog.paginator.olderEntries": "پرانی تحریریں",
33
+ "theme.blog.post.paginator.navAriaLabel": "بلاگ پوسٹ پیج نیویگیشن",
34
+ "theme.blog.post.paginator.newerPost": "نئی پوسٹ",
35
+ "theme.blog.post.paginator.olderPost": "پرانی پوسٹ",
36
+ "theme.blog.post.plurals": "ایک پوسٹ|{count} پوسٹس",
37
+ "theme.blog.post.readMore": "مزید پڑھیں",
38
+ "theme.blog.post.readMoreLabel": "{title} کے بارے میں مزید پڑھیں",
39
+ "theme.blog.post.readingTime.plurals": "ایک منٹ کا مطالعہ|{readingTime} منٹ کا مطالعہ",
40
+ "theme.blog.sidebar.navAriaLabel": "بلاگ کی حالیہ پوسٹس کی نیویگیشن",
41
+ "theme.blog.tagTitle": "\"{tagName}\" کے ساتھ ٹیگ کردہ {nPosts}",
42
+ "theme.colorToggle.ariaLabel": "ڈارک اور لائٹ موڈ کے درمیان تبدیل کریں (فی الحال {mode})",
43
+ "theme.colorToggle.ariaLabel.mode.dark": "ڈارک موڈ",
44
+ "theme.colorToggle.ariaLabel.mode.light": "لائٹ موڈ",
45
+ "theme.colorToggle.ariaLabel.mode.system": "سسٹم موڈ",
46
+ "theme.common.editThisPage": "اس صفحے کی تدوین کریں",
47
+ "theme.common.headingLinkTitle": "{heading} کا براہ راست لنک",
48
+ "theme.common.skipToMainContent": "مین مواد پر جائیں",
49
+ "theme.contentVisibility.draftBanner.message": "یہ صفحہ ایک ڈرافٹ ہے۔ یہ صرف ڈیولپمنٹ میں نظر آئے گا اور پروڈکشن بلڈ سے خارج کر دیا جائے گا۔",
50
+ "theme.contentVisibility.draftBanner.title": "ڈرافٹ صفحہ",
51
+ "theme.contentVisibility.unlistedBanner.message": "یہ صفحہ غیر فہرست شدہ ہے۔ سرچ انجن اسے انڈیکس نہیں کریں گے، اور صرف وہ صارفین جن کے پاس براہ راست لنک ہے وہ اسے دیکھ سکتے ہیں۔",
52
+ "theme.contentVisibility.unlistedBanner.title": "غیر فہرست شدہ صفحہ",
53
+ "theme.docs.DocCard.categoryDescription.plurals": "1 آئٹم|{count} آئٹمز",
54
+ "theme.docs.breadcrumbs.home": "ہوم پیج",
55
+ "theme.docs.breadcrumbs.navAriaLabel": "بریڈ کرمبز",
56
+ "theme.docs.paginator.navAriaLabel": "ڈاکس کے صفحات",
57
+ "theme.docs.paginator.next": "اگلا",
58
+ "theme.docs.paginator.previous": "پچھلا",
59
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "نیویگیشن بار بند کریں",
60
+ "theme.docs.sidebar.collapseButtonAriaLabel": "سائڈبار سمیٹیں",
61
+ "theme.docs.sidebar.collapseButtonTitle": "سائڈبار سمیٹیں",
62
+ "theme.docs.sidebar.expandButtonAriaLabel": "سائڈبار پھیلائیں",
63
+ "theme.docs.sidebar.expandButtonTitle": "سائڈبار پھیلائیں",
64
+ "theme.docs.sidebar.navAriaLabel": "ڈاکس سائڈبار",
65
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "نیویگیشن بار تبدیل کریں",
66
+ "theme.docs.tagDocListPageTitle": "\"{tagName}\" کے ساتھ {nDocsTagged}",
67
+ "theme.docs.tagDocListPageTitle.nDocsTagged": "ایک ڈاک ٹیگ کردہ|{count} ڈاکس ٹیگ کردہ",
68
+ "theme.docs.versionBadge.label": "ورژن: {versionLabel}",
69
+ "theme.docs.versions.latestVersionLinkLabel": "تازہ ترین ورژن",
70
+ "theme.docs.versions.latestVersionSuggestionLabel": "تازہ ترین دستاویزات کے لیے، {latestVersionLink} ({versionLabel}) دیکھیں۔",
71
+ "theme.docs.versions.unmaintainedVersionLabel": "یہ {siteTitle} {versionLabel} کی دستاویزات ہیں، جن کی اب فعال طور پر دیکھ بھال نہیں کی جاتی۔",
72
+ "theme.docs.versions.unreleasedVersionLabel": "یہ {siteTitle} {versionLabel} ورژن کی غیر جاری شدہ دستاویزات ہیں۔",
73
+ "theme.lastUpdated.atDate": " بتاریخ {date}",
74
+ "theme.lastUpdated.byUser": " از {user}",
75
+ "theme.lastUpdated.lastUpdatedAtBy": "آخری بار اپ ڈیٹ کیا گیا {atDate}{byUser}",
76
+ "theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "ڈراپ ڈاؤن سمیٹیں",
77
+ "theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "ڈراپ ڈاؤن پھیلائیں",
78
+ "theme.navbar.mobileLanguageDropdown.label": "زبانیں",
79
+ "theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← مین مینو پر واپس جائیں",
80
+ "theme.navbar.mobileVersionsDropdown.label": "ورژنز",
81
+ "theme.tags.tagsListLabel": "ٹیگز:",
82
+ "theme.tags.tagsPageLink": "تمام ٹیگز دیکھیں",
83
+ "theme.tags.tagsPageTitle": "ٹیگز"
84
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "theme.Playground.liveEditor": "لائیو ایڈیٹر",
3
+ "theme.Playground.buttons.reset": "Reset",
4
+ "theme.Playground.result": "نتیجہ"
5
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "theme.SearchBar.label": "تلاش کریں",
3
+ "theme.SearchBar.seeAll": "تمام {count} نتائج دیکھیں",
4
+ "theme.SearchModal.askAiScreen.afterToolCallText": "تلاش کیا گیا برائے",
5
+ "theme.SearchModal.askAiScreen.copyButtonCopiedText": "کاپی کر لیا گیا!",
6
+ "theme.SearchModal.askAiScreen.copyButtonText": "کاپی کریں",
7
+ "theme.SearchModal.askAiScreen.copyButtonTitle": "کاپی کریں",
8
+ "theme.SearchModal.askAiScreen.disclaimerText": "جوابات AI کے ذریعے تیار کیے گئے ہیں جس میں غلطیاں ہو سکتی ہیں۔ جوابات کی تصدیق کریں۔",
9
+ "theme.SearchModal.askAiScreen.dislikeButtonTitle": "ناپسند کریں",
10
+ "theme.SearchModal.askAiScreen.duringToolCallText": "تلاش ہو رہی ہے برائے ",
11
+ "theme.SearchModal.askAiScreen.likeButtonTitle": "پسند کریں",
12
+ "theme.SearchModal.askAiScreen.preToolCallText": "تلاش ہو رہی ہے...",
13
+ "theme.SearchModal.askAiScreen.relatedSourcesText": "متعلقہ ذرائع",
14
+ "theme.SearchModal.askAiScreen.thanksForFeedbackText": "آپ کی رائے کا شکریہ!",
15
+ "theme.SearchModal.askAiScreen.thinkingText": "سوچ رہا ہے...",
16
+ "theme.SearchModal.errorScreen.helpText": "آپ کو اپنا نیٹ ورک کنکشن چیک کرنا چاہیے۔",
17
+ "theme.SearchModal.errorScreen.titleText": "نتائج حاصل کرنے میں ناکامی",
18
+ "theme.SearchModal.footer.backToSearchText": "تلاش پر واپس جائیں",
19
+ "theme.SearchModal.footer.closeKeyAriaLabel": "Escape کی",
20
+ "theme.SearchModal.footer.closeText": "بند کریں",
21
+ "theme.SearchModal.footer.navigateDownKeyAriaLabel": "نیچے والا تیر (Arrow down)",
22
+ "theme.SearchModal.footer.navigateText": "نیویگیٹ کریں",
23
+ "theme.SearchModal.footer.navigateUpKeyAriaLabel": "اوپر والا تیر (Arrow up)",
24
+ "theme.SearchModal.footer.searchByText": "بذریعہ",
25
+ "theme.SearchModal.footer.selectKeyAriaLabel": "Enter کی",
26
+ "theme.SearchModal.footer.selectText": "منتخب کریں",
27
+ "theme.SearchModal.footer.submitQuestionText": "سوال جمع کرائیں",
28
+ "theme.SearchModal.noResultsScreen.noResultsText": "اس کے لیے کوئی نتائج نہیں ملے",
29
+ "theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "ہمیں بتائیں۔",
30
+ "theme.SearchModal.noResultsScreen.reportMissingResultsText": "کیا آپ کے خیال میں اس تلاش کا نتیجہ آنا چاہیے تھا؟",
31
+ "theme.SearchModal.noResultsScreen.suggestedQueryText": "یہ تلاش کرنے کی کوشش کریں",
32
+ "theme.SearchModal.placeholder": "دستاویزات میں تلاش کریں",
33
+ "theme.SearchModal.resultsScreen.askAiPlaceholder": "AI سے پوچھیں: ",
34
+ "theme.SearchModal.searchBox.backToKeywordSearchButtonAriaLabel": "کی ورڈ سرچ پر واپس جائیں",
35
+ "theme.SearchModal.searchBox.backToKeywordSearchButtonText": "کی ورڈ سرچ پر واپس جائیں",
36
+ "theme.SearchModal.searchBox.cancelButtonText": "منسوخ کریں",
37
+ "theme.SearchModal.searchBox.enterKeyHint": "تلاش کریں",
38
+ "theme.SearchModal.searchBox.enterKeyHintAskAi": "اینٹر",
39
+ "theme.SearchModal.searchBox.placeholderText": "دستاویزات میں تلاش کریں",
40
+ "theme.SearchModal.searchBox.placeholderTextAskAi": "ایک اور سوال پوچھیں...",
41
+ "theme.SearchModal.searchBox.placeholderTextAskAiStreaming": "جواب دیا جا رہا ہے...",
42
+ "theme.SearchModal.searchBox.resetButtonTitle": "تلاش صاف کریں",
43
+ "theme.SearchModal.searchBox.searchInputLabel": "تلاش کریں",
44
+ "theme.SearchModal.startScreen.favoriteSearchesTitle": "پسندیدہ",
45
+ "theme.SearchModal.startScreen.noRecentSearchesText": "کوئی حالیہ تلاش نہیں",
46
+ "theme.SearchModal.startScreen.recentConversationsTitle": "حالیہ گفتگو",
47
+ "theme.SearchModal.startScreen.recentSearchesTitle": "حالیہ",
48
+ "theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "اس تلاش کو پسندیدہ سے ہٹائیں",
49
+ "theme.SearchModal.startScreen.removeRecentConversationButtonTitle": "اس گفتگو کو ہسٹری سے ہٹائیں",
50
+ "theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "اس تلاش کو ہسٹری سے ہٹائیں",
51
+ "theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "اس تلاش کو محفوظ کریں",
52
+ "theme.SearchPage.algoliaLabel": "بذریعہ Algolia",
53
+ "theme.SearchPage.documentsFound.plurals": "ایک دستاویز ملی|{count} دستاویزات ملیں",
54
+ "theme.SearchPage.emptyResultsTitle": "دستاویزات میں تلاش کریں",
55
+ "theme.SearchPage.existingResultsTitle": "\"{query}\" کے لیے تلاش کے نتائج",
56
+ "theme.SearchPage.fetchingNewResults": "نئے نتائج حاصل کیے جا رہے ہیں...",
57
+ "theme.SearchPage.inputLabel": "تلاش کریں",
58
+ "theme.SearchPage.inputPlaceholder": "اپنی تلاش یہاں لکھیں",
59
+ "theme.SearchPage.noResultsText": "کوئی نتائج نہیں ملے"
60
+ }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "Trình soạn thảo trực tuyến",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "Kết quả"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "实时编辑器",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "结果"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "theme.Playground.liveEditor": "即時編輯器",
3
+ "theme.Playground.buttons.reset": "Reset",
3
4
  "theme.Playground.result": "結果"
4
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "3.9.2",
3
+ "version": "3.10.0",
4
4
  "description": "Docusaurus theme translations.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,14 +23,14 @@
23
23
  "tslib": "^2.6.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@docusaurus/babel": "3.9.2",
27
- "@docusaurus/core": "3.9.2",
28
- "@docusaurus/logger": "3.9.2",
29
- "@docusaurus/utils": "3.9.2",
26
+ "@docusaurus/babel": "3.10.0",
27
+ "@docusaurus/core": "3.10.0",
28
+ "@docusaurus/logger": "3.10.0",
29
+ "@docusaurus/utils": "3.10.0",
30
30
  "lodash": "^4.17.21"
31
31
  },
32
32
  "engines": {
33
33
  "node": ">=20.0"
34
34
  },
35
- "gitHead": "abfbe5621b08407bc3dcbe6111ff118d4c22f7a1"
35
+ "gitHead": "0d98888a7645a5fb1330c905b75faf868f829f5c"
36
36
  }