@docusaurus/theme-translations 3.9.2 → 3.10.1-canary-6591
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.
- package/README.md +1 -1
- package/locales/ar/theme-live-codeblock.json +1 -0
- package/locales/base/theme-live-codeblock.json +2 -0
- package/locales/bg/theme-live-codeblock.json +1 -0
- package/locales/bn/theme-live-codeblock.json +1 -0
- package/locales/cs/theme-live-codeblock.json +1 -0
- package/locales/da/theme-live-codeblock.json +1 -0
- package/locales/de/theme-live-codeblock.json +1 -0
- package/locales/es/theme-live-codeblock.json +1 -0
- package/locales/et/theme-live-codeblock.json +1 -0
- package/locales/fa/theme-live-codeblock.json +1 -0
- package/locales/fil/theme-live-codeblock.json +1 -0
- package/locales/fr/theme-live-codeblock.json +1 -0
- package/locales/he/theme-live-codeblock.json +1 -0
- package/locales/hi/theme-live-codeblock.json +1 -0
- package/locales/hu/theme-live-codeblock.json +1 -0
- package/locales/id/theme-live-codeblock.json +1 -0
- package/locales/is/theme-live-codeblock.json +1 -0
- package/locales/it/theme-live-codeblock.json +1 -0
- package/locales/ja/theme-live-codeblock.json +1 -0
- package/locales/ko/theme-live-codeblock.json +1 -0
- package/locales/nb/theme-live-codeblock.json +1 -0
- package/locales/nl/theme-live-codeblock.json +1 -0
- package/locales/pl/theme-live-codeblock.json +1 -0
- package/locales/pt-BR/theme-live-codeblock.json +1 -0
- package/locales/pt-BR/theme-search-algolia.json +35 -35
- package/locales/pt-PT/theme-live-codeblock.json +1 -0
- package/locales/ru/theme-live-codeblock.json +1 -0
- package/locales/sl/theme-live-codeblock.json +1 -0
- package/locales/sr/theme-live-codeblock.json +1 -0
- package/locales/sv/theme-common.json +29 -29
- package/locales/sv/theme-live-codeblock.json +2 -1
- package/locales/sv/theme-search-algolia.json +27 -27
- package/locales/tk/theme-live-codeblock.json +1 -0
- package/locales/tr/theme-live-codeblock.json +1 -0
- package/locales/uk/theme-live-codeblock.json +1 -0
- package/locales/ur/plugin-ideal-image.json +7 -0
- package/locales/ur/plugin-pwa.json +5 -0
- package/locales/ur/theme-common.json +84 -0
- package/locales/ur/theme-live-codeblock.json +5 -0
- package/locales/ur/theme-search-algolia.json +60 -0
- package/locales/vi/theme-live-codeblock.json +1 -0
- package/locales/zh-Hans/theme-live-codeblock.json +1 -0
- package/locales/zh-Hant/theme-live-codeblock.json +1 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -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,60 +1,60 @@
|
|
|
1
1
|
{
|
|
2
|
-
"theme.SearchBar.label": "
|
|
2
|
+
"theme.SearchBar.label": "Procurar",
|
|
3
3
|
"theme.SearchBar.seeAll": "Ver todos os {count} resultados",
|
|
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": "
|
|
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": "
|
|
10
|
+
"theme.SearchModal.askAiScreen.duringToolCallText": "Procurando por ",
|
|
11
11
|
"theme.SearchModal.askAiScreen.likeButtonTitle": "Like",
|
|
12
|
-
"theme.SearchModal.askAiScreen.preToolCallText": "
|
|
13
|
-
"theme.SearchModal.askAiScreen.relatedSourcesText": "
|
|
14
|
-
"theme.SearchModal.askAiScreen.thanksForFeedbackText": "
|
|
15
|
-
"theme.SearchModal.askAiScreen.thinkingText": "
|
|
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": "
|
|
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
|
|
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": "
|
|
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
|
|
31
|
-
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Tente
|
|
32
|
-
"theme.SearchModal.placeholder": "
|
|
33
|
-
"theme.SearchModal.resultsScreen.askAiPlaceholder": "
|
|
34
|
-
"theme.SearchModal.searchBox.backToKeywordSearchButtonAriaLabel": "
|
|
35
|
-
"theme.SearchModal.searchBox.backToKeywordSearchButtonText": "
|
|
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": "
|
|
37
|
+
"theme.SearchModal.searchBox.enterKeyHint": "procurar",
|
|
38
38
|
"theme.SearchModal.searchBox.enterKeyHintAskAi": "enter",
|
|
39
|
-
"theme.SearchModal.searchBox.placeholderText": "
|
|
40
|
-
"theme.SearchModal.searchBox.placeholderTextAskAi": "
|
|
41
|
-
"theme.SearchModal.searchBox.placeholderTextAskAiStreaming": "
|
|
42
|
-
"theme.SearchModal.searchBox.resetButtonTitle": "Limpar a
|
|
43
|
-
"theme.SearchModal.searchBox.searchInputLabel": "
|
|
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
|
|
46
|
-
"theme.SearchModal.startScreen.recentConversationsTitle": "
|
|
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
|
|
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
|
|
51
|
-
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Salvar esta
|
|
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": "
|
|
55
|
-
"theme.SearchPage.existingResultsTitle": "Resultado da
|
|
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": "
|
|
58
|
-
"theme.SearchPage.inputPlaceholder": "Digite sua
|
|
57
|
+
"theme.SearchPage.inputLabel": "Procurar",
|
|
58
|
+
"theme.SearchPage.inputPlaceholder": "Digite sua pesquisa aqui",
|
|
59
59
|
"theme.SearchPage.noResultsText": "Nenhum resultado foi encontrado"
|
|
60
60
|
}
|
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
"theme.CodeBlock.copy": "Kopiera",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Kopiera kod till urklipp",
|
|
7
7
|
"theme.CodeBlock.wordWrapToggle": "Växla radbrytning",
|
|
8
|
-
"theme.DocSidebarItem.collapseCategoryAriaLabel": "
|
|
9
|
-
"theme.DocSidebarItem.expandCategoryAriaLabel": "
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Komprimera sidofältskategori '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Expandera sidofältskategori '{label}'",
|
|
10
10
|
"theme.ErrorPageContent.title": "Denna sida har kraschat.",
|
|
11
11
|
"theme.ErrorPageContent.tryAgain": "Försök igen",
|
|
12
|
-
"theme.IconExternalLink.ariaLabel": "(
|
|
13
|
-
"theme.NavBar.navAriaLabel": "
|
|
12
|
+
"theme.IconExternalLink.ariaLabel": "(öppnas i ny tabb)",
|
|
13
|
+
"theme.NavBar.navAriaLabel": "Huvudmeny",
|
|
14
14
|
"theme.NotFound.p1": "Vi kunde inte hitta det du letade efter.",
|
|
15
15
|
"theme.NotFound.p2": "Vänligen kontakta ägaren av webbplatsen som länkade dig till den ursprungliga webbadressen och låt dem veta att denna länk är trasig.",
|
|
16
16
|
"theme.NotFound.title": "Sidan Hittades Inte",
|
|
@@ -23,58 +23,58 @@
|
|
|
23
23
|
"theme.admonition.warning": "warning",
|
|
24
24
|
"theme.blog.archive.description": "Arkiv",
|
|
25
25
|
"theme.blog.archive.title": "Arkiv",
|
|
26
|
-
"theme.blog.author.noPosts": "
|
|
26
|
+
"theme.blog.author.noPosts": "Denna författare har inte skrivit några inlägg ännu.",
|
|
27
27
|
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
28
|
-
"theme.blog.authorsList.pageTitle": "
|
|
29
|
-
"theme.blog.authorsList.viewAll": "
|
|
30
|
-
"theme.blog.paginator.navAriaLabel": "Navigation av
|
|
31
|
-
"theme.blog.paginator.newerEntries": "Nyare
|
|
32
|
-
"theme.blog.paginator.olderEntries": "Äldre
|
|
33
|
-
"theme.blog.post.paginator.navAriaLabel": "Navigation av
|
|
34
|
-
"theme.blog.post.paginator.newerPost": "Nyare
|
|
35
|
-
"theme.blog.post.paginator.olderPost": "Äldre
|
|
28
|
+
"theme.blog.authorsList.pageTitle": "Författare",
|
|
29
|
+
"theme.blog.authorsList.viewAll": "Visa alla författare",
|
|
30
|
+
"theme.blog.paginator.navAriaLabel": "Navigation av blogglista",
|
|
31
|
+
"theme.blog.paginator.newerEntries": "Nyare inlägg",
|
|
32
|
+
"theme.blog.paginator.olderEntries": "Äldre inlägg",
|
|
33
|
+
"theme.blog.post.paginator.navAriaLabel": "Navigation av blogginlägg",
|
|
34
|
+
"theme.blog.post.paginator.newerPost": "Nyare inlägg",
|
|
35
|
+
"theme.blog.post.paginator.olderPost": "Äldre inlägg",
|
|
36
36
|
"theme.blog.post.plurals": "Ett inlägg|{count} inlägg",
|
|
37
|
-
"theme.blog.post.readMore": "Läs
|
|
37
|
+
"theme.blog.post.readMore": "Läs mer",
|
|
38
38
|
"theme.blog.post.readMoreLabel": "Läs mer om {title}",
|
|
39
39
|
"theme.blog.post.readingTime.plurals": "En minut att läsa|{readingTime} min att läsa",
|
|
40
40
|
"theme.blog.sidebar.navAriaLabel": "Navigation av senaste blogginläggen",
|
|
41
|
-
"theme.blog.tagTitle": "{nPosts} taggade
|
|
41
|
+
"theme.blog.tagTitle": "{nPosts} taggade med \"{tagName}\"",
|
|
42
42
|
"theme.colorToggle.ariaLabel": "Växla mellan mörkt och ljust utseende (currently {mode})",
|
|
43
|
-
"theme.colorToggle.ariaLabel.mode.dark": "
|
|
44
|
-
"theme.colorToggle.ariaLabel.mode.light": "
|
|
45
|
-
"theme.colorToggle.ariaLabel.mode.system": "
|
|
43
|
+
"theme.colorToggle.ariaLabel.mode.dark": "Mörkt läge",
|
|
44
|
+
"theme.colorToggle.ariaLabel.mode.light": "Ljust läge",
|
|
45
|
+
"theme.colorToggle.ariaLabel.mode.system": "Systemläge",
|
|
46
46
|
"theme.common.editThisPage": "Redigera denna sida",
|
|
47
47
|
"theme.common.headingLinkTitle": "Direktlänk till {heading}",
|
|
48
48
|
"theme.common.skipToMainContent": "Hoppa till huvudinnehåll",
|
|
49
|
-
"theme.contentVisibility.draftBanner.message": "
|
|
50
|
-
"theme.contentVisibility.draftBanner.title": "
|
|
51
|
-
"theme.contentVisibility.unlistedBanner.message": "
|
|
52
|
-
"theme.contentVisibility.unlistedBanner.title": "
|
|
49
|
+
"theme.contentVisibility.draftBanner.message": "Den här sidan är ett utkast. Det kommer bara att vara synligt i dev och exkluderas från produktionsbygget.",
|
|
50
|
+
"theme.contentVisibility.draftBanner.title": "Skriv ett utkast",
|
|
51
|
+
"theme.contentVisibility.unlistedBanner.message": "Den här sidan är olistad. Sökmotorer kommer inte att indexera den, och endast användare som har en direktlänk kan komma åt den.",
|
|
52
|
+
"theme.contentVisibility.unlistedBanner.title": "Olistad sida",
|
|
53
53
|
"theme.docs.DocCard.categoryDescription.plurals": "1 artikel|{count} artiklar",
|
|
54
|
-
"theme.docs.breadcrumbs.home": "
|
|
54
|
+
"theme.docs.breadcrumbs.home": "Hem",
|
|
55
55
|
"theme.docs.breadcrumbs.navAriaLabel": "Sökväg",
|
|
56
56
|
"theme.docs.paginator.navAriaLabel": "Dokumentsidor",
|
|
57
57
|
"theme.docs.paginator.next": "Nästa",
|
|
58
58
|
"theme.docs.paginator.previous": "Föregående",
|
|
59
|
-
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "
|
|
59
|
+
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Stäng navigationsfält",
|
|
60
60
|
"theme.docs.sidebar.collapseButtonAriaLabel": "Stäng sidofältet",
|
|
61
61
|
"theme.docs.sidebar.collapseButtonTitle": "Stäng sidofältet",
|
|
62
62
|
"theme.docs.sidebar.expandButtonAriaLabel": "Expandera sidofältet",
|
|
63
63
|
"theme.docs.sidebar.expandButtonTitle": "Expandera sidofältet",
|
|
64
|
-
"theme.docs.sidebar.navAriaLabel": "
|
|
65
|
-
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Visa/
|
|
64
|
+
"theme.docs.sidebar.navAriaLabel": "Dokumentationssidofält",
|
|
65
|
+
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Visa/dölj navigationen",
|
|
66
66
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} med \"{tagName}\"",
|
|
67
67
|
"theme.docs.tagDocListPageTitle.nDocsTagged": "Ett dokument taggat|{count} dokument taggade",
|
|
68
68
|
"theme.docs.versionBadge.label": "Version: {versionLabel}",
|
|
69
69
|
"theme.docs.versions.latestVersionLinkLabel": "senaste versionen",
|
|
70
70
|
"theme.docs.versions.latestVersionSuggestionLabel": "För senaste dokumentationen, se {latestVersionLink} ({versionLabel}).",
|
|
71
71
|
"theme.docs.versions.unmaintainedVersionLabel": "Detta är dokumentationen för {siteTitle} {versionLabel}, som inte längre aktivt underhålls.",
|
|
72
|
-
"theme.docs.versions.unreleasedVersionLabel": "Detta är ej utgiven dokumentation för {siteTitle} {versionLabel} version.",
|
|
72
|
+
"theme.docs.versions.unreleasedVersionLabel": "Detta är en ej utgiven dokumentation för {siteTitle} {versionLabel} version.",
|
|
73
73
|
"theme.lastUpdated.atDate": " den {date}",
|
|
74
74
|
"theme.lastUpdated.byUser": " av {user}",
|
|
75
75
|
"theme.lastUpdated.lastUpdatedAtBy": "Senast uppdaterad{atDate}{byUser}",
|
|
76
|
-
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "
|
|
77
|
-
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "
|
|
76
|
+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": "Komprimera rullgardinsmenyn",
|
|
77
|
+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": "Expandera rullgardinsmenyn",
|
|
78
78
|
"theme.navbar.mobileLanguageDropdown.label": "Språk",
|
|
79
79
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Tillbaka till huvudmeny",
|
|
80
80
|
"theme.navbar.mobileVersionsDropdown.label": "Versioner",
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Sök",
|
|
3
3
|
"theme.SearchBar.seeAll": "Se alla {count} resultat",
|
|
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": "
|
|
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": "
|
|
4
|
+
"theme.SearchModal.askAiScreen.afterToolCallText": "Sökte efter",
|
|
5
|
+
"theme.SearchModal.askAiScreen.copyButtonCopiedText": "Kopierad!",
|
|
6
|
+
"theme.SearchModal.askAiScreen.copyButtonText": "Kopiera",
|
|
7
|
+
"theme.SearchModal.askAiScreen.copyButtonTitle": "Kopiera",
|
|
8
|
+
"theme.SearchModal.askAiScreen.disclaimerText": "Svar genereras med AI vilket kan innehålla misstag. Verifiera svaren.",
|
|
9
|
+
"theme.SearchModal.askAiScreen.dislikeButtonTitle": "Ogilla",
|
|
10
|
+
"theme.SearchModal.askAiScreen.duringToolCallText": "Söker efter ",
|
|
11
|
+
"theme.SearchModal.askAiScreen.likeButtonTitle": "Gilla",
|
|
12
|
+
"theme.SearchModal.askAiScreen.preToolCallText": "Söker...",
|
|
13
|
+
"theme.SearchModal.askAiScreen.relatedSourcesText": "Relaterade källor",
|
|
14
|
+
"theme.SearchModal.askAiScreen.thanksForFeedbackText": "Tack för din feedback!",
|
|
15
|
+
"theme.SearchModal.askAiScreen.thinkingText": "Tänker...",
|
|
16
16
|
"theme.SearchModal.errorScreen.helpText": "Du kanske vill kontrollera din nätverksanslutning.",
|
|
17
17
|
"theme.SearchModal.errorScreen.titleText": "Kunde inte hämta resultat",
|
|
18
|
-
"theme.SearchModal.footer.backToSearchText": "
|
|
18
|
+
"theme.SearchModal.footer.backToSearchText": "Tillbaka till sök",
|
|
19
19
|
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape-tangenten",
|
|
20
20
|
"theme.SearchModal.footer.closeText": "för att stänga",
|
|
21
21
|
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Pil ned",
|
|
@@ -24,29 +24,29 @@
|
|
|
24
24
|
"theme.SearchModal.footer.searchByText": "Sökning från",
|
|
25
25
|
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter-tangenten",
|
|
26
26
|
"theme.SearchModal.footer.selectText": "för att välja",
|
|
27
|
-
"theme.SearchModal.footer.submitQuestionText": "
|
|
27
|
+
"theme.SearchModal.footer.submitQuestionText": "Skicka fråga",
|
|
28
28
|
"theme.SearchModal.noResultsScreen.noResultsText": "Inga resultat för",
|
|
29
29
|
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Återkoppla.",
|
|
30
30
|
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Tycker du att sökningen borde returnera resultat?",
|
|
31
|
-
"theme.SearchModal.noResultsScreen.suggestedQueryText": "
|
|
31
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Försök sök efter",
|
|
32
32
|
"theme.SearchModal.placeholder": "Sök i dokumentationen",
|
|
33
|
-
"theme.SearchModal.resultsScreen.askAiPlaceholder": "
|
|
34
|
-
"theme.SearchModal.searchBox.backToKeywordSearchButtonAriaLabel": "
|
|
35
|
-
"theme.SearchModal.searchBox.backToKeywordSearchButtonText": "
|
|
33
|
+
"theme.SearchModal.resultsScreen.askAiPlaceholder": "Fråga AI: ",
|
|
34
|
+
"theme.SearchModal.searchBox.backToKeywordSearchButtonAriaLabel": "Tillbaka till sökordssökning",
|
|
35
|
+
"theme.SearchModal.searchBox.backToKeywordSearchButtonText": "Tillbaka till sökordssökning",
|
|
36
36
|
"theme.SearchModal.searchBox.cancelButtonText": "Avbryt",
|
|
37
|
-
"theme.SearchModal.searchBox.enterKeyHint": "
|
|
37
|
+
"theme.SearchModal.searchBox.enterKeyHint": "sök",
|
|
38
38
|
"theme.SearchModal.searchBox.enterKeyHintAskAi": "enter",
|
|
39
|
-
"theme.SearchModal.searchBox.placeholderText": "
|
|
40
|
-
"theme.SearchModal.searchBox.placeholderTextAskAi": "
|
|
41
|
-
"theme.SearchModal.searchBox.placeholderTextAskAiStreaming": "
|
|
39
|
+
"theme.SearchModal.searchBox.placeholderText": "Sök i dokumentation",
|
|
40
|
+
"theme.SearchModal.searchBox.placeholderTextAskAi": "Ställ en till fråga...",
|
|
41
|
+
"theme.SearchModal.searchBox.placeholderTextAskAiStreaming": "Svarar...",
|
|
42
42
|
"theme.SearchModal.searchBox.resetButtonTitle": "Rensa sökningen",
|
|
43
|
-
"theme.SearchModal.searchBox.searchInputLabel": "
|
|
43
|
+
"theme.SearchModal.searchBox.searchInputLabel": "Sök",
|
|
44
44
|
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favoriter",
|
|
45
|
-
"theme.SearchModal.startScreen.noRecentSearchesText": "Inga
|
|
46
|
-
"theme.SearchModal.startScreen.recentConversationsTitle": "
|
|
47
|
-
"theme.SearchModal.startScreen.recentSearchesTitle": "
|
|
45
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "Inga nya sökningar",
|
|
46
|
+
"theme.SearchModal.startScreen.recentConversationsTitle": "Nya konversationer",
|
|
47
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Nya sökningar",
|
|
48
48
|
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Ta bort från favoriter",
|
|
49
|
-
"theme.SearchModal.startScreen.removeRecentConversationButtonTitle": "
|
|
49
|
+
"theme.SearchModal.startScreen.removeRecentConversationButtonTitle": "Ta bort den här konversationen från historiken",
|
|
50
50
|
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Ta bort från historiken",
|
|
51
51
|
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Lägg till som favorit",
|
|
52
52
|
"theme.SearchPage.algoliaLabel": "Drivs av Algolia",
|
|
@@ -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,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,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
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docusaurus/theme-translations",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.1-canary-6591",
|
|
4
4
|
"description": "Docusaurus theme translations.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -19,18 +19,18 @@
|
|
|
19
19
|
"update": "node ./update.mjs"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"fs-extra": "^11.
|
|
22
|
+
"fs-extra": "^11.2.0",
|
|
23
23
|
"tslib": "^2.6.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@docusaurus/babel": "3.
|
|
27
|
-
"@docusaurus/core": "3.
|
|
28
|
-
"@docusaurus/logger": "3.
|
|
29
|
-
"@docusaurus/utils": "3.
|
|
26
|
+
"@docusaurus/babel": "3.10.1-canary-6591",
|
|
27
|
+
"@docusaurus/core": "3.10.1-canary-6591",
|
|
28
|
+
"@docusaurus/logger": "3.10.1-canary-6591",
|
|
29
|
+
"@docusaurus/utils": "3.10.1-canary-6591",
|
|
30
30
|
"lodash": "^4.17.21"
|
|
31
31
|
},
|
|
32
32
|
"engines": {
|
|
33
|
-
"node": ">=
|
|
33
|
+
"node": ">=24.14"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "0a37b4e95aa595949734a1cb72d13305bbacb822"
|
|
36
36
|
}
|