@docusaurus/theme-translations 0.0.0-5170 → 0.0.0-5176
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/locales/ar/theme-search-algolia.json +23 -0
- package/locales/base/theme-search-algolia.json +46 -0
- package/locales/bn/theme-search-algolia.json +23 -0
- package/locales/cs/theme-search-algolia.json +23 -0
- package/locales/da/theme-search-algolia.json +23 -0
- package/locales/de/theme-search-algolia.json +23 -0
- package/locales/es/theme-search-algolia.json +23 -0
- package/locales/fa/theme-search-algolia.json +23 -0
- package/locales/fil/theme-search-algolia.json +23 -0
- package/locales/fr/theme-search-algolia.json +23 -0
- package/locales/he/theme-search-algolia.json +23 -0
- package/locales/hi/theme-search-algolia.json +23 -0
- package/locales/it/theme-search-algolia.json +23 -0
- package/locales/ja/theme-search-algolia.json +23 -0
- package/locales/ko/theme-search-algolia.json +23 -0
- package/locales/pl/theme-search-algolia.json +23 -0
- package/locales/pt-BR/theme-search-algolia.json +23 -0
- package/locales/pt-PT/theme-search-algolia.json +23 -0
- package/locales/ru/theme-search-algolia.json +23 -0
- package/locales/sr/theme-search-algolia.json +23 -0
- package/locales/tr/theme-search-algolia.json +23 -0
- package/locales/vi/theme-search-algolia.json +23 -0
- package/locales/zh-Hans/theme-search-algolia.json +23 -0
- package/locales/zh-Hant/theme-search-algolia.json +23 -0
- package/package.json +4 -4
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "بحث",
|
|
3
3
|
"theme.SearchBar.seeAll": "مشاهدة جميع {count} نتائج",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "البحث بواسطه Algolia",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "تم العثور على مستند واحد|تم العثور على {count} مستندات",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "ابحث في الوثائق",
|
|
@@ -2,6 +2,52 @@
|
|
|
2
2
|
"theme.SearchBar.label": "Search",
|
|
3
3
|
"theme.SearchBar.label___DESCRIPTION": "The ARIA label and placeholder for search button",
|
|
4
4
|
"theme.SearchBar.seeAll": "See all {count} results",
|
|
5
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
6
|
+
"theme.SearchModal.errorScreen.helpText___DESCRIPTION": "The help text for error screen of search modal",
|
|
7
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
8
|
+
"theme.SearchModal.errorScreen.titleText___DESCRIPTION": "The title for error screen of search modal",
|
|
9
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
10
|
+
"theme.SearchModal.footer.closeKeyAriaLabel___DESCRIPTION": "The ARIA label for the Escape key button that close the modal",
|
|
11
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
12
|
+
"theme.SearchModal.footer.closeText___DESCRIPTION": "The explanatory text of the action for Escape key",
|
|
13
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
14
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel___DESCRIPTION": "The ARIA label for the Arrow down key button that makes the navigation",
|
|
15
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
16
|
+
"theme.SearchModal.footer.navigateText___DESCRIPTION": "The explanatory text of the action for the Arrow up and Arrow down key",
|
|
17
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
18
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel___DESCRIPTION": "The ARIA label for the Arrow up key button that makes the navigation",
|
|
19
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
20
|
+
"theme.SearchModal.footer.searchByText___DESCRIPTION": "The text explain that the search is making by Algolia",
|
|
21
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
22
|
+
"theme.SearchModal.footer.selectKeyAriaLabel___DESCRIPTION": "The ARIA label for the Enter key button that makes the selection",
|
|
23
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
24
|
+
"theme.SearchModal.footer.selectText___DESCRIPTION": "The explanatory text of the action for the enter key",
|
|
25
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
26
|
+
"theme.SearchModal.noResultsScreen.noResultsText___DESCRIPTION": "The text explains that there are no results for the following search",
|
|
27
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
28
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText___DESCRIPTION": "The text for the link to report missing results",
|
|
29
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
30
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText___DESCRIPTION": "The text for the question where the user thinks there are missing results",
|
|
31
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
32
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText___DESCRIPTION": "The text for the suggested query when no results are found for the following search",
|
|
33
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
34
|
+
"theme.SearchModal.placeholder___DESCRIPTION": "The placeholder of the input of the DocSearch pop-up modal",
|
|
35
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
36
|
+
"theme.SearchModal.searchBox.cancelButtonText___DESCRIPTION": "The label and ARIA label for search box cancel button",
|
|
37
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
38
|
+
"theme.SearchModal.searchBox.resetButtonTitle___DESCRIPTION": "The label and ARIA label for search box reset button",
|
|
39
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
40
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle___DESCRIPTION": "The title for favorite searches",
|
|
41
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
42
|
+
"theme.SearchModal.startScreen.noRecentSearchesText___DESCRIPTION": "The text when no recent searches",
|
|
43
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
44
|
+
"theme.SearchModal.startScreen.recentSearchesTitle___DESCRIPTION": "The title for recent searches",
|
|
45
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
46
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle___DESCRIPTION": "The label for remove favorite search button",
|
|
47
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
48
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle___DESCRIPTION": "The label for remove recent search button",
|
|
49
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
50
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle___DESCRIPTION": "The label for save recent search button",
|
|
5
51
|
"theme.SearchPage.algoliaLabel": "Search by Algolia",
|
|
6
52
|
"theme.SearchPage.algoliaLabel___DESCRIPTION": "The ARIA label for Algolia mention",
|
|
7
53
|
"theme.SearchPage.documentsFound.plurals": "One document found|{count} documents found",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "সার্চ",
|
|
3
3
|
"theme.SearchBar.seeAll": "See all {count} results",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "আলগোলিয়া দ্বারা অনুসন্ধান করুন",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "একটি ডকুমেন্ট পাওয়া গেছে|{count} ডকুমেন্টস পাওয়া গেছে",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "ডকুমেন্টেশন অনুসন্ধান করুন",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Hledat",
|
|
3
3
|
"theme.SearchBar.seeAll": "See all {count} results",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "Vyhledávání od Algolia",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "Jeden dokument nalezen|{count} dokumenty nalezeny|{count} dokumentů nalezeno",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "Prohledat dokumentaci",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Søg",
|
|
3
3
|
"theme.SearchBar.seeAll": "See all {count} results",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "Søg med Algolia",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "Et dokument fundet|{count} dokumenter fundet",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "Søg i dokumentationen",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Suche",
|
|
3
3
|
"theme.SearchBar.seeAll": "Alle {count} Ergebnisse anzeigen",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "Suche von Algolia",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "Ein Dokument gefunden|{count} Dokumente gefunden",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "Suche in der Dokumentation",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Buscar",
|
|
3
3
|
"theme.SearchBar.seeAll": "See all {count} results",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "Búsqueda por Algolia",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "Un documento encontrado|{count} documentos encontrados",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "Búsqueda en la documentación",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "جستجو",
|
|
3
3
|
"theme.SearchBar.seeAll": "نمایش {count} نتیجه",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "جستجو با Algolia",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "یک مورد پیدا شد|{count} مورد پیدا شد",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "جستجو در متن",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Maghanap",
|
|
3
3
|
"theme.SearchBar.seeAll": "See all {count} results",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "Paghahanap hatid ng Algolia",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "Isang dokumento ang nahanap|{count} na mga dokumento ang nahanap",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "Maghanap sa dokumentasyón",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Chercher",
|
|
3
3
|
"theme.SearchBar.seeAll": "Voir les {count} résultats",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "Vous pouvez vérifier votre connexion réseau.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Impossible de récupérer les résultats",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Touche Echap",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "pour fermer",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Flèche vers le bas",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "pour naviguer",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "flèche vers le haut",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Recherche via",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Touche Entrée",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "pour sélectionner",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "Aucun résultat pour",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Faites-le nous savoir.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Vous pensez que cette requête doit donner des résultats ?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Essayez de chercher",
|
|
18
|
+
"theme.SearchModal.placeholder": "Rechercher des docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Annuler",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Effacer la requête",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favoris",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "Aucune recherche récente",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Récemment",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Supprimer cette recherche des favoris",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Supprimer cette recherche de l'historique",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Sauvegarder cette recherche",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "Recherche par Algolia",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "Un document trouvé|{count} documents trouvés",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "Rechercher dans la documentation",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "חיפוש",
|
|
3
3
|
"theme.SearchBar.seeAll": "See all {count} results",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "חיפוש by Algolia",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "נמצא מסמך אחד|{count} מסמכים נמצאו|{count} מסמכים נמצאו|{count} מסמכים נמצאו",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "חפש בדוקומנטאציה",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "खोज करें",
|
|
3
3
|
"theme.SearchBar.seeAll": "See all {count} results",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "अल्गोलिया द्वारा खोजें",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "एक डॉक्यूमेंट मिला|{count} डॉक्यूमेंट मिलें",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "डॉक्यूमेंटेशन में खोजें",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Cerca",
|
|
3
3
|
"theme.SearchBar.seeAll": "See all {count} results",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "Ricerca tramite Algolia",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "Un documento trovato|{count} documenti trovati",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "Cerca nella documentazione",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "検索",
|
|
3
3
|
"theme.SearchBar.seeAll": "See all {count} results",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "Algoliaで検索",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "{count}件のドキュメントが見つかりました",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "ドキュメントを検索",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "검색",
|
|
3
3
|
"theme.SearchBar.seeAll": "{count}개의 결과 확인하기",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "Algolia로 검색",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "{count}개 문서를 찾았습니다.",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "문서를 검색합니다.",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Szukaj",
|
|
3
3
|
"theme.SearchBar.seeAll": "Wyświetl wszystkie {count} wyników",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "Dostawca rozwiązania Algolia",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "Jeden dokument znaleziony|{count} dokumenty znalezione|{count} dokumentów znalezionych",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "Wyszukaj w dokumentacji",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Buscar",
|
|
3
3
|
"theme.SearchBar.seeAll": "See all {count} results",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "Busca feita por Algolia",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "Um documento encontrado|{count} documentos encontrados",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "Busca da documentação",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Pesquisar",
|
|
3
3
|
"theme.SearchBar.seeAll": "See all {count} results",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "Pesquisa por Algolia",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "Um documento encontrado|{count} documentos encontrados",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "Pesquisar pela documentação",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Поиск",
|
|
3
3
|
"theme.SearchBar.seeAll": "Посмотреть все результаты ({count})",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "Поиск от Algolia",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "{count} документ|{count} документа|{count} документов",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "Поиск по сайту",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Тражи",
|
|
3
3
|
"theme.SearchBar.seeAll": "See all {count} results",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "Претрага из Algolia",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "Један пронађен документ|{count} пронађених докумената",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "Тражи документацију",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Ara",
|
|
3
3
|
"theme.SearchBar.seeAll": "See all {count} results",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "Algolia ile Ara",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "Bir döküman bulundu|{count} döküman bulundu",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "Dokümanlarda ara",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Tìm kiếm",
|
|
3
3
|
"theme.SearchBar.seeAll": "Xem tất cả {count} kết quả",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "You might want to check your network connection.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Unable to fetch results",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape key",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "to close",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Arrow down",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "to navigate",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Arrow up",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Search by",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter key",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "to select",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "No results for",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Let us know.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Believe this query should return results?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Try searching for",
|
|
18
|
+
"theme.SearchModal.placeholder": "Search docs",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Cancel",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Clear the query",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorite",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "No recent searches",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recent",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Remove this search from favorites",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Remove this search from history",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Save this search",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "Tìm kiếm với Algolia",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "Tìm thấy một kết quả|Tìm thấy {count} kết quả",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "Tìm kiếm",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "搜索",
|
|
3
3
|
"theme.SearchBar.seeAll": "查看全部 {count} 个结果",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "你可能需要检查网络连接。",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "无法获取结果",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Esc 键",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "关闭",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "向下键",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "导航",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "向上键",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "搜索提供",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter 键",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "选中",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "没有结果:",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "请告知我们。",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "认为这个查询应该有结果?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "试试搜索",
|
|
18
|
+
"theme.SearchModal.placeholder": "搜索文档",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "取消",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "清除查询",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "收藏",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "没有最近搜索",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "最近搜索",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "从收藏列表中删除这个搜索",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "从历史记录中删除这个搜索",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "保存这个搜索",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "通过 Algolia 搜索",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "找到 {count} 份文件",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "在文档中搜索",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "搜尋",
|
|
3
3
|
"theme.SearchBar.seeAll": "查看全部 {count} 個結果",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "你可能需要檢查網路連接。",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "無法獲取結果",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Esc 鍵",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "關閉",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "向下鍵",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "導航",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "向上鍵",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "搜索提供",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter 鍵",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "選中",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "沒有結果:",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "請告知我們。",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "認為這個查詢應該有結果?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "試試搜索",
|
|
18
|
+
"theme.SearchModal.placeholder": "搜索文檔",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "取消",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "清除查詢",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "收藏",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "沒有最近搜索",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "最近搜索",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "從收藏列表中刪除這個搜索",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "從歷史記錄中刪除這個搜索",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "保存這個搜索",
|
|
4
27
|
"theme.SearchPage.algoliaLabel": "透過 Algolia 搜尋",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "找到 {count} 份文件",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "在文件中搜尋",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docusaurus/theme-translations",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-5176",
|
|
4
4
|
"description": "Docusaurus theme translations.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"tslib": "^2.4.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@docusaurus/core": "0.0.0-
|
|
27
|
-
"@docusaurus/logger": "0.0.0-
|
|
26
|
+
"@docusaurus/core": "0.0.0-5176",
|
|
27
|
+
"@docusaurus/logger": "0.0.0-5176",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=16.14"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "a30ced4f32927fda30c93acd57930333d1d42233"
|
|
34
34
|
}
|