@docusaurus/theme-translations 2.0.0-beta.19 → 2.0.0-beta.22
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/lib/index.js.map +1 -1
- package/lib/utils.d.ts.map +1 -1
- package/lib/utils.js +2 -5
- package/lib/utils.js.map +1 -1
- package/locales/ar/plugin-ideal-image.json +5 -5
- package/locales/ar/theme-common.json +21 -16
- package/locales/ar/theme-search-algolia.json +24 -1
- package/locales/base/theme-common.json +10 -0
- package/locales/base/theme-search-algolia.json +46 -0
- package/locales/bn/theme-common.json +5 -0
- package/locales/bn/theme-search-algolia.json +23 -0
- package/locales/cs/theme-common.json +5 -0
- package/locales/cs/theme-search-algolia.json +23 -0
- package/locales/da/theme-common.json +5 -0
- package/locales/da/theme-search-algolia.json +23 -0
- package/locales/de/theme-common.json +5 -0
- package/locales/de/theme-search-algolia.json +23 -0
- package/locales/es/theme-common.json +5 -0
- package/locales/es/theme-search-algolia.json +23 -0
- package/locales/fa/plugin-ideal-image.json +5 -5
- package/locales/fa/plugin-pwa.json +1 -1
- package/locales/fa/theme-common.json +32 -27
- package/locales/fa/theme-live-codeblock.json +1 -1
- package/locales/fa/theme-search-algolia.json +24 -1
- package/locales/fil/theme-common.json +5 -0
- package/locales/fil/theme-search-algolia.json +23 -0
- package/locales/fr/plugin-ideal-image.json +5 -5
- package/locales/fr/theme-common.json +14 -9
- package/locales/fr/theme-search-algolia.json +24 -1
- package/locales/he/theme-common.json +5 -0
- package/locales/he/theme-search-algolia.json +23 -0
- package/locales/hi/theme-common.json +5 -0
- package/locales/hi/theme-search-algolia.json +23 -0
- package/locales/it/theme-common.json +5 -0
- package/locales/it/theme-search-algolia.json +23 -0
- package/locales/ja/theme-common.json +5 -0
- package/locales/ja/theme-search-algolia.json +23 -0
- package/locales/ko/plugin-ideal-image.json +5 -5
- package/locales/ko/theme-common.json +11 -6
- package/locales/ko/theme-search-algolia.json +26 -3
- package/locales/nl/plugin-ideal-image.json +7 -0
- package/locales/nl/plugin-pwa.json +5 -0
- package/locales/nl/theme-common.json +66 -0
- package/locales/nl/theme-live-codeblock.json +4 -0
- package/locales/nl/theme-search-algolia.json +35 -0
- package/locales/pl/theme-common.json +5 -0
- package/locales/pl/theme-search-algolia.json +23 -0
- package/locales/pt-BR/theme-common.json +5 -0
- package/locales/pt-BR/theme-search-algolia.json +23 -0
- package/locales/pt-PT/theme-common.json +5 -0
- package/locales/pt-PT/theme-search-algolia.json +23 -0
- package/locales/ru/theme-common.json +5 -0
- package/locales/ru/theme-search-algolia.json +23 -0
- package/locales/sr/theme-common.json +5 -0
- package/locales/sr/theme-search-algolia.json +23 -0
- package/locales/sv/plugin-ideal-image.json +7 -0
- package/locales/sv/plugin-pwa.json +5 -0
- package/locales/sv/theme-common.json +66 -0
- package/locales/sv/theme-live-codeblock.json +4 -0
- package/locales/sv/theme-search-algolia.json +12 -0
- package/locales/tr/theme-common.json +5 -0
- package/locales/tr/theme-search-algolia.json +23 -0
- package/locales/vi/plugin-ideal-image.json +1 -1
- package/locales/vi/theme-common.json +9 -4
- package/locales/vi/theme-search-algolia.json +24 -1
- package/locales/zh-Hans/theme-common.json +7 -2
- package/locales/zh-Hans/theme-search-algolia.json +23 -0
- package/locales/zh-Hant/theme-common.json +6 -1
- package/locales/zh-Hant/theme-search-algolia.json +23 -0
- package/package.json +7 -7
- package/src/index.ts +3 -3
- package/src/utils.ts +2 -5
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "جستجو",
|
|
3
|
-
"theme.SearchBar.seeAll": "
|
|
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": "جستجو در متن",
|
|
@@ -12,6 +12,11 @@
|
|
|
12
12
|
"theme.NotFound.p2": "Mangyaring makipag-ugnayan sa may-ari ng site na nag-link sa iyo sa orihinal na URL at sabihin sa kanila na ang kanilang link ay putol.",
|
|
13
13
|
"theme.NotFound.title": "Hindi Nahanap ang Pahina",
|
|
14
14
|
"theme.TOCCollapsible.toggleButtonLabel": "On this page",
|
|
15
|
+
"theme.admonition.caution": "caution",
|
|
16
|
+
"theme.admonition.danger": "danger",
|
|
17
|
+
"theme.admonition.info": "info",
|
|
18
|
+
"theme.admonition.note": "note",
|
|
19
|
+
"theme.admonition.tip": "tip",
|
|
15
20
|
"theme.blog.archive.description": "Archive",
|
|
16
21
|
"theme.blog.archive.title": "Archive",
|
|
17
22
|
"theme.blog.paginator.navAriaLabel": "Nabegasyón para sa pahina na listahan ng blog",
|
|
@@ -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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"theme.IdealImageMessage.404error": "404. Image
|
|
3
|
-
"theme.IdealImageMessage.error": "
|
|
4
|
-
"theme.IdealImageMessage.load": "
|
|
5
|
-
"theme.IdealImageMessage.loading": "
|
|
6
|
-
"theme.IdealImageMessage.offline": "
|
|
2
|
+
"theme.IdealImageMessage.404error": "404. Image introuvable",
|
|
3
|
+
"theme.IdealImageMessage.error": "Erreur. Cliquez pour recharger",
|
|
4
|
+
"theme.IdealImageMessage.load": "Cliquez pour charger{sizeMessage}",
|
|
5
|
+
"theme.IdealImageMessage.loading": "Chargement ...",
|
|
6
|
+
"theme.IdealImageMessage.offline": "Votre navigateur est hors ligne. Image non chargée"
|
|
7
7
|
}
|
|
@@ -1,17 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.AnnouncementBar.closeButtonAriaLabel": "Fermer",
|
|
3
|
-
"theme.BackToTopButton.buttonAriaLabel": "
|
|
3
|
+
"theme.BackToTopButton.buttonAriaLabel": "Retour au début de la page",
|
|
4
4
|
"theme.CodeBlock.copied": "Copié",
|
|
5
5
|
"theme.CodeBlock.copy": "Copier",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "Copier le code",
|
|
7
|
-
"theme.CodeBlock.wordWrapToggle": "
|
|
8
|
-
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "
|
|
7
|
+
"theme.CodeBlock.wordWrapToggle": "Activer/désactiver le retour à la ligne",
|
|
8
|
+
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Plier/Déplier la catégorie '{label}' de la barre latérale",
|
|
9
9
|
"theme.ErrorPageContent.title": "Cette page a planté.",
|
|
10
10
|
"theme.ErrorPageContent.tryAgain": "Réessayer",
|
|
11
11
|
"theme.NotFound.p1": "Nous n'avons pas trouvé ce que vous recherchez.",
|
|
12
12
|
"theme.NotFound.p2": "Veuillez contacter le propriétaire du site qui vous a lié à l'URL d'origine et leur faire savoir que leur lien est cassé.",
|
|
13
13
|
"theme.NotFound.title": "Page introuvable",
|
|
14
14
|
"theme.TOCCollapsible.toggleButtonLabel": "Sur cette page",
|
|
15
|
+
"theme.admonition.caution": "attention",
|
|
16
|
+
"theme.admonition.danger": "danger",
|
|
17
|
+
"theme.admonition.info": "info",
|
|
18
|
+
"theme.admonition.note": "remarque",
|
|
19
|
+
"theme.admonition.tip": "astuce",
|
|
15
20
|
"theme.blog.archive.description": "Archive",
|
|
16
21
|
"theme.blog.archive.title": "Archive",
|
|
17
22
|
"theme.blog.paginator.navAriaLabel": "Pagination de la liste des articles du blog",
|
|
@@ -22,17 +27,17 @@
|
|
|
22
27
|
"theme.blog.post.paginator.olderPost": "Article plus ancien",
|
|
23
28
|
"theme.blog.post.plurals": "Un article|{count} articles",
|
|
24
29
|
"theme.blog.post.readMore": "Lire plus",
|
|
25
|
-
"theme.blog.post.readMoreLabel": "
|
|
30
|
+
"theme.blog.post.readMoreLabel": "En savoir plus sur {title}",
|
|
26
31
|
"theme.blog.post.readingTime.plurals": "Une minute de lecture|{readingTime} minutes de lecture",
|
|
27
32
|
"theme.blog.sidebar.navAriaLabel": "Navigation article de blog récent",
|
|
28
33
|
"theme.blog.tagTitle": "{nPosts} tagués avec « {tagName} »",
|
|
29
|
-
"theme.colorToggle.ariaLabel": "
|
|
30
|
-
"theme.colorToggle.ariaLabel.mode.dark": "
|
|
31
|
-
"theme.colorToggle.ariaLabel.mode.light": "
|
|
34
|
+
"theme.colorToggle.ariaLabel": "Basculer entre le mode sombre et clair (actuellement {mode})",
|
|
35
|
+
"theme.colorToggle.ariaLabel.mode.dark": "mode sombre",
|
|
36
|
+
"theme.colorToggle.ariaLabel.mode.light": "mode clair",
|
|
32
37
|
"theme.common.editThisPage": "Éditer cette page",
|
|
33
38
|
"theme.common.headingLinkTitle": "Lien direct vers le titre",
|
|
34
39
|
"theme.common.skipToMainContent": "Aller au contenu principal",
|
|
35
|
-
"theme.docs.DocCard.categoryDescription": "{count}
|
|
40
|
+
"theme.docs.DocCard.categoryDescription": "{count} éléments",
|
|
36
41
|
"theme.docs.breadcrumbs.home": "Page d'accueil",
|
|
37
42
|
"theme.docs.breadcrumbs.navAriaLabel": "Fil d'Ariane",
|
|
38
43
|
"theme.docs.paginator.navAriaLabel": "Pagination des documents",
|
|
@@ -52,7 +57,7 @@
|
|
|
52
57
|
"theme.lastUpdated.atDate": " le {date}",
|
|
53
58
|
"theme.lastUpdated.byUser": " par {user}",
|
|
54
59
|
"theme.lastUpdated.lastUpdatedAtBy": "Dernière mise à jour{atDate}{byUser}",
|
|
55
|
-
"theme.navbar.mobileLanguageDropdown.label": "
|
|
60
|
+
"theme.navbar.mobileLanguageDropdown.label": "Langues",
|
|
56
61
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Retour au menu principal",
|
|
57
62
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
58
63
|
"theme.tags.tagsListLabel": "Tags :",
|
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "Chercher",
|
|
3
|
-
"theme.SearchBar.seeAll": "
|
|
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": "fermer",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Flèche vers le bas",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "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": "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",
|
|
@@ -12,6 +12,11 @@
|
|
|
12
12
|
"theme.NotFound.p2": "הקישור אינו תקין, אנא פנה למנהל האתר ממנו קיבלת קישור זה.",
|
|
13
13
|
"theme.NotFound.title": "דף לא נמצא",
|
|
14
14
|
"theme.TOCCollapsible.toggleButtonLabel": "בעמוד זה",
|
|
15
|
+
"theme.admonition.caution": "caution",
|
|
16
|
+
"theme.admonition.danger": "danger",
|
|
17
|
+
"theme.admonition.info": "info",
|
|
18
|
+
"theme.admonition.note": "note",
|
|
19
|
+
"theme.admonition.tip": "tip",
|
|
15
20
|
"theme.blog.archive.description": "Archive",
|
|
16
21
|
"theme.blog.archive.title": "Archive",
|
|
17
22
|
"theme.blog.paginator.navAriaLabel": "רשימת דפי הבלוג",
|
|
@@ -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": "חפש בדוקומנטאציה",
|
|
@@ -12,6 +12,11 @@
|
|
|
12
12
|
"theme.NotFound.p2": "कृपया उस साइट के मालिक से संपर्क करें जिसने आपको मूल URL से जोड़ा है और उन्हें बताएं कि उनका लिंक टूट गया है।",
|
|
13
13
|
"theme.NotFound.title": "पेज नहीं मिला",
|
|
14
14
|
"theme.TOCCollapsible.toggleButtonLabel": "इस पेज पर",
|
|
15
|
+
"theme.admonition.caution": "caution",
|
|
16
|
+
"theme.admonition.danger": "danger",
|
|
17
|
+
"theme.admonition.info": "info",
|
|
18
|
+
"theme.admonition.note": "note",
|
|
19
|
+
"theme.admonition.tip": "tip",
|
|
15
20
|
"theme.blog.archive.description": "Archive",
|
|
16
21
|
"theme.blog.archive.title": "Archive",
|
|
17
22
|
"theme.blog.paginator.navAriaLabel": "ब्लॉग सूची पेज नेविगेशन",
|
|
@@ -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": "डॉक्यूमेंटेशन में खोजें",
|
|
@@ -12,6 +12,11 @@
|
|
|
12
12
|
"theme.NotFound.p2": "Contatta il proprietario del sito che ti ha collegato all'URL originale e fagli sapere che il loro collegamento è interrotto.",
|
|
13
13
|
"theme.NotFound.title": "Pagina non trovata",
|
|
14
14
|
"theme.TOCCollapsible.toggleButtonLabel": "Su questa pagina",
|
|
15
|
+
"theme.admonition.caution": "caution",
|
|
16
|
+
"theme.admonition.danger": "danger",
|
|
17
|
+
"theme.admonition.info": "info",
|
|
18
|
+
"theme.admonition.note": "note",
|
|
19
|
+
"theme.admonition.tip": "tip",
|
|
15
20
|
"theme.blog.archive.description": "Archivio",
|
|
16
21
|
"theme.blog.archive.title": "Archivio",
|
|
17
22
|
"theme.blog.paginator.navAriaLabel": "Navigazione nella pagina dei post del blog ",
|
|
@@ -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",
|
|
@@ -12,6 +12,11 @@
|
|
|
12
12
|
"theme.NotFound.p2": "このページにリンクしているサイトの所有者に連絡をしてリンクが壊れていることを伝えてください。",
|
|
13
13
|
"theme.NotFound.title": "ページが見つかりません",
|
|
14
14
|
"theme.TOCCollapsible.toggleButtonLabel": "On this page",
|
|
15
|
+
"theme.admonition.caution": "caution",
|
|
16
|
+
"theme.admonition.danger": "danger",
|
|
17
|
+
"theme.admonition.info": "info",
|
|
18
|
+
"theme.admonition.note": "note",
|
|
19
|
+
"theme.admonition.tip": "tip",
|
|
15
20
|
"theme.blog.archive.description": "Archive",
|
|
16
21
|
"theme.blog.archive.title": "Archive",
|
|
17
22
|
"theme.blog.paginator.navAriaLabel": "ブログ記事一覧のナビゲーション",
|
|
@@ -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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"theme.IdealImageMessage.404error": "404.
|
|
3
|
-
"theme.IdealImageMessage.error": "
|
|
4
|
-
"theme.IdealImageMessage.load": "
|
|
5
|
-
"theme.IdealImageMessage.loading": "
|
|
6
|
-
"theme.IdealImageMessage.offline": "
|
|
2
|
+
"theme.IdealImageMessage.404error": "404. 이미지를 찾을 수 없습니다",
|
|
3
|
+
"theme.IdealImageMessage.error": "에러. 클릭해서 새로고치기",
|
|
4
|
+
"theme.IdealImageMessage.load": "클릭하여 {sizeMessage} 로드하기",
|
|
5
|
+
"theme.IdealImageMessage.loading": "로딩",
|
|
6
|
+
"theme.IdealImageMessage.offline": "오프라인 상태. 이미지를 로드하지 않았습니다."
|
|
7
7
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"theme.CodeBlock.copied": "복사했습니다",
|
|
5
5
|
"theme.CodeBlock.copy": "복사",
|
|
6
6
|
"theme.CodeBlock.copyButtonAriaLabel": "클립보드에 코드 복사",
|
|
7
|
-
"theme.CodeBlock.wordWrapToggle": "
|
|
7
|
+
"theme.CodeBlock.wordWrapToggle": "줄 바꿈 전환",
|
|
8
8
|
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "접을 수 있는 사이드바 분류 '{label}' 접기(펼치기)",
|
|
9
9
|
"theme.ErrorPageContent.title": "페이지에 오류가 발생하였습니다.",
|
|
10
10
|
"theme.ErrorPageContent.tryAgain": "다시 시도해 보세요",
|
|
@@ -12,6 +12,11 @@
|
|
|
12
12
|
"theme.NotFound.p2": "사이트 관리자에게 링크가 깨진 것을 알려주세요.",
|
|
13
13
|
"theme.NotFound.title": "페이지를 찾을 수 없습니다.",
|
|
14
14
|
"theme.TOCCollapsible.toggleButtonLabel": "이 페이지에서",
|
|
15
|
+
"theme.admonition.caution": "주의",
|
|
16
|
+
"theme.admonition.danger": "위험",
|
|
17
|
+
"theme.admonition.info": "정보",
|
|
18
|
+
"theme.admonition.note": "노트",
|
|
19
|
+
"theme.admonition.tip": "팁",
|
|
15
20
|
"theme.blog.archive.description": "게시물 목록",
|
|
16
21
|
"theme.blog.archive.title": "게시물 목록",
|
|
17
22
|
"theme.blog.paginator.navAriaLabel": "블로그 게시물 목록 탐색",
|
|
@@ -33,7 +38,7 @@
|
|
|
33
38
|
"theme.common.headingLinkTitle": "제목으로 바로 가기",
|
|
34
39
|
"theme.common.skipToMainContent": "본문으로 건너뛰기",
|
|
35
40
|
"theme.docs.DocCard.categoryDescription": "{count} 항목",
|
|
36
|
-
"theme.docs.breadcrumbs.home": "
|
|
41
|
+
"theme.docs.breadcrumbs.home": "홈",
|
|
37
42
|
"theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
|
|
38
43
|
"theme.docs.paginator.navAriaLabel": "문서 탐색",
|
|
39
44
|
"theme.docs.paginator.next": "다음",
|
|
@@ -43,16 +48,16 @@
|
|
|
43
48
|
"theme.docs.sidebar.expandButtonAriaLabel": "사이드바 열기",
|
|
44
49
|
"theme.docs.sidebar.expandButtonTitle": "사이드바 열기",
|
|
45
50
|
"theme.docs.tagDocListPageTitle": "{nDocsTagged} \"{tagName}\" 태그에 분류되었습니다",
|
|
46
|
-
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count}
|
|
47
|
-
"theme.docs.versionBadge.label": "
|
|
51
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "{count}개 문서가",
|
|
52
|
+
"theme.docs.versionBadge.label": "버전: {versionLabel}",
|
|
48
53
|
"theme.docs.versions.latestVersionLinkLabel": "최신 버전",
|
|
49
54
|
"theme.docs.versions.latestVersionSuggestionLabel": "최신 문서는 {latestVersionLink} ({versionLabel})을 확인하세요.",
|
|
50
55
|
"theme.docs.versions.unmaintainedVersionLabel": "{siteTitle} {versionLabel} 문서는 더 이상 업데이트되지 않습니다.",
|
|
51
56
|
"theme.docs.versions.unreleasedVersionLabel": "{siteTitle} {versionLabel} 문서는 아직 정식 공개되지 않았습니다.",
|
|
52
57
|
"theme.lastUpdated.atDate": " {date}에",
|
|
53
58
|
"theme.lastUpdated.byUser": " {user}가",
|
|
54
|
-
"theme.lastUpdated.lastUpdatedAtBy": "최종
|
|
55
|
-
"theme.navbar.mobileLanguageDropdown.label": "
|
|
59
|
+
"theme.lastUpdated.lastUpdatedAtBy": "최종 수정: {atDate}{byUser}",
|
|
60
|
+
"theme.navbar.mobileLanguageDropdown.label": "언어",
|
|
56
61
|
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← 메인 메뉴로 돌아가기",
|
|
57
62
|
"theme.navbar.mobileVersionsDropdown.label": "버전",
|
|
58
63
|
"theme.tags.tagsListLabel": "태그:",
|
|
@@ -1,11 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"theme.SearchBar.label": "검색",
|
|
3
|
-
"theme.SearchBar.seeAll": "
|
|
4
|
-
"theme.
|
|
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",
|
|
27
|
+
"theme.SearchPage.algoliaLabel": "Algolia로 검색",
|
|
5
28
|
"theme.SearchPage.documentsFound.plurals": "{count}개 문서를 찾았습니다.",
|
|
6
29
|
"theme.SearchPage.emptyResultsTitle": "문서를 검색합니다.",
|
|
7
30
|
"theme.SearchPage.existingResultsTitle": "\"{query}\"개 검색 결과가 있습니다.",
|
|
8
|
-
"theme.SearchPage.fetchingNewResults": "새로운 검색 결과를
|
|
31
|
+
"theme.SearchPage.fetchingNewResults": "새로운 검색 결과를 불러오는 중 입니다...",
|
|
9
32
|
"theme.SearchPage.inputLabel": "검색",
|
|
10
33
|
"theme.SearchPage.inputPlaceholder": "여기에 검색할 키워드를 입력하세요.",
|
|
11
34
|
"theme.SearchPage.noResultsText": "검색 결과가 없습니다."
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.IdealImageMessage.404error": "404. Afbeelding niet gevonden",
|
|
3
|
+
"theme.IdealImageMessage.error": "Fout. Klik om te vernieuwen",
|
|
4
|
+
"theme.IdealImageMessage.load": "Klik om {sizeMessage} te laden",
|
|
5
|
+
"theme.IdealImageMessage.loading": "Laden...",
|
|
6
|
+
"theme.IdealImageMessage.offline": "Je browser is offline. De afbeelding is niet geladen"
|
|
7
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.AnnouncementBar.closeButtonAriaLabel": "Sluiten",
|
|
3
|
+
"theme.BackToTopButton.buttonAriaLabel": "Scroll naar boven",
|
|
4
|
+
"theme.CodeBlock.copied": "Gekopieerd",
|
|
5
|
+
"theme.CodeBlock.copy": "Kopieer",
|
|
6
|
+
"theme.CodeBlock.copyButtonAriaLabel": "Kopieer code naar klembord",
|
|
7
|
+
"theme.CodeBlock.wordWrapToggle": "Tekstterugloop in-/uitschakelen",
|
|
8
|
+
"theme.DocSidebarItem.toggleCollapsedCategoryAriaLabel": "Klap de opvouwbare zijbalkcategorie '{label}' in of uit",
|
|
9
|
+
"theme.ErrorPageContent.title": "Deze pagina is gecrasht.",
|
|
10
|
+
"theme.ErrorPageContent.tryAgain": "Probeer opnieuw",
|
|
11
|
+
"theme.NotFound.p1": "We kunnen niet vinden waar je naar op zoek bent.",
|
|
12
|
+
"theme.NotFound.p2": "Neem contact op met de eigenaar van de website die naar de originele URL heeft geleid en laat weten dat de link niet meer werkt.",
|
|
13
|
+
"theme.NotFound.title": "Pagina niet gevonden",
|
|
14
|
+
"theme.TOCCollapsible.toggleButtonLabel": "Op deze pagina",
|
|
15
|
+
"theme.admonition.caution": "pas op",
|
|
16
|
+
"theme.admonition.danger": "gevaar",
|
|
17
|
+
"theme.admonition.info": "info",
|
|
18
|
+
"theme.admonition.note": "notitie",
|
|
19
|
+
"theme.admonition.tip": "tip",
|
|
20
|
+
"theme.blog.archive.description": "Archief",
|
|
21
|
+
"theme.blog.archive.title": "Archief",
|
|
22
|
+
"theme.blog.paginator.navAriaLabel": "Paginanavigatie blog",
|
|
23
|
+
"theme.blog.paginator.newerEntries": "Nieuwere items",
|
|
24
|
+
"theme.blog.paginator.olderEntries": "Oudere items",
|
|
25
|
+
"theme.blog.post.paginator.navAriaLabel": "Paginanavigatie blog",
|
|
26
|
+
"theme.blog.post.paginator.newerPost": "Nieuwer bericht",
|
|
27
|
+
"theme.blog.post.paginator.olderPost": "Ouder bericht",
|
|
28
|
+
"theme.blog.post.plurals": "Een bericht|{count} berichten",
|
|
29
|
+
"theme.blog.post.readMore": "Lees meer",
|
|
30
|
+
"theme.blog.post.readMoreLabel": "Lees meer over {title}",
|
|
31
|
+
"theme.blog.post.readingTime.plurals": "Een minuut leestijd|{readingTime} minuten leestijd",
|
|
32
|
+
"theme.blog.sidebar.navAriaLabel": "Navigatie recente blogitems",
|
|
33
|
+
"theme.blog.tagTitle": "{nPosts} getagd met \"{tagName}\"",
|
|
34
|
+
"theme.colorToggle.ariaLabel": "Schakel tussen donkere en lichte modus (momenteel {mode})",
|
|
35
|
+
"theme.colorToggle.ariaLabel.mode.dark": "donkere modus",
|
|
36
|
+
"theme.colorToggle.ariaLabel.mode.light": "lichte modus",
|
|
37
|
+
"theme.common.editThisPage": "Bewerk deze pagina",
|
|
38
|
+
"theme.common.headingLinkTitle": "Direct link naar de titel",
|
|
39
|
+
"theme.common.skipToMainContent": "Ga naar hoofdinhoud",
|
|
40
|
+
"theme.docs.DocCard.categoryDescription": "{count} artikelen",
|
|
41
|
+
"theme.docs.breadcrumbs.home": "Homepagina",
|
|
42
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Broodkruimels",
|
|
43
|
+
"theme.docs.paginator.navAriaLabel": "Paginanavigatie documentatie",
|
|
44
|
+
"theme.docs.paginator.next": "Volgende",
|
|
45
|
+
"theme.docs.paginator.previous": "Vorige",
|
|
46
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "Zijbalk inklappen",
|
|
47
|
+
"theme.docs.sidebar.collapseButtonTitle": "Zijbalk inklappen",
|
|
48
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "Zijbalk uitklappen",
|
|
49
|
+
"theme.docs.sidebar.expandButtonTitle": "Zijbalk uitklappen",
|
|
50
|
+
"theme.docs.tagDocListPageTitle": "{nDocsTagged} met \"{tagName}\"",
|
|
51
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "Een artikel getagd|{count} artikelen getagd",
|
|
52
|
+
"theme.docs.versionBadge.label": "Versie: {versionLabel}",
|
|
53
|
+
"theme.docs.versions.latestVersionLinkLabel": "laatste versie",
|
|
54
|
+
"theme.docs.versions.latestVersionSuggestionLabel": "Voor de huidige documentatie, zie de {latestVersionLink} ({versionLabel}).",
|
|
55
|
+
"theme.docs.versions.unmaintainedVersionLabel": "Dit is de documentatie voor {siteTitle} {versionLabel}, welke niet langer actief wordt onderhouden.",
|
|
56
|
+
"theme.docs.versions.unreleasedVersionLabel": "Dit is nog niet uitgegeven documentatie voor {siteTitle}, versie {versionLabel}",
|
|
57
|
+
"theme.lastUpdated.atDate": " op {date}",
|
|
58
|
+
"theme.lastUpdated.byUser": " door {user}",
|
|
59
|
+
"theme.lastUpdated.lastUpdatedAtBy": "Laatst bijgewerkt{atDate}{byUser}",
|
|
60
|
+
"theme.navbar.mobileLanguageDropdown.label": "Talen",
|
|
61
|
+
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Terug naar het hoofdmenu",
|
|
62
|
+
"theme.navbar.mobileVersionsDropdown.label": "Versies",
|
|
63
|
+
"theme.tags.tagsListLabel": "Tags:",
|
|
64
|
+
"theme.tags.tagsPageLink": "Laat alle tags zien",
|
|
65
|
+
"theme.tags.tagsPageTitle": "Tags"
|
|
66
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.SearchBar.label": "Zoeken",
|
|
3
|
+
"theme.SearchBar.seeAll": "Laat alle {count} resultaten zien",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "Misschien wilt u uw netwerkverbinding controleren.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Niet in staat resultaten op te halen",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Escape-toets",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "om te sluiten",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Pijltoets naar beneden",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "om te navigeren",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Pijltoets naar boven",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Zoek op",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Enter-toets",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "om te selecteren",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "Geen resultaten voor",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Laat het ons weten.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Zou deze zoekopdracht resultaten moeten opleveren?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Probeer om te zoeken op",
|
|
18
|
+
"theme.SearchModal.placeholder": "Doorzoek de documentatie",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Annuleren",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Maak de zoekopdracht leeg",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favoriet",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "Geen recente zoekopdrachten",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Recente zoekopdrachten",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Verwijder deze zoekopdracht uit mijn favorieten",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Verwijder deze zoekopdracht uit mijn geschiedenis",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Sla deze zoekopdracht op",
|
|
27
|
+
"theme.SearchPage.algoliaLabel": "Zoeken door Algolia",
|
|
28
|
+
"theme.SearchPage.documentsFound.plurals": "Een document gevonden|{count} documenten gevonden",
|
|
29
|
+
"theme.SearchPage.emptyResultsTitle": "Doorzoek de documentatie",
|
|
30
|
+
"theme.SearchPage.existingResultsTitle": "Zoekresultaten voor \"{query}\"",
|
|
31
|
+
"theme.SearchPage.fetchingNewResults": "Resultaten ophalen...",
|
|
32
|
+
"theme.SearchPage.inputLabel": "Zoeken",
|
|
33
|
+
"theme.SearchPage.inputPlaceholder": "Typ hier uw zoekopdracht",
|
|
34
|
+
"theme.SearchPage.noResultsText": "Geen resultaten gevonden"
|
|
35
|
+
}
|
|
@@ -12,6 +12,11 @@
|
|
|
12
12
|
"theme.NotFound.p2": "Proszę skontaktuj się z właścielem strony, z której link doprowadził Cię tutaj i poinformuj go, że link jest nieprawidłowy.",
|
|
13
13
|
"theme.NotFound.title": "Strona nie została znaleziona",
|
|
14
14
|
"theme.TOCCollapsible.toggleButtonLabel": "Na tej stronie",
|
|
15
|
+
"theme.admonition.caution": "caution",
|
|
16
|
+
"theme.admonition.danger": "danger",
|
|
17
|
+
"theme.admonition.info": "info",
|
|
18
|
+
"theme.admonition.note": "note",
|
|
19
|
+
"theme.admonition.tip": "tip",
|
|
15
20
|
"theme.blog.archive.description": "Archiwum",
|
|
16
21
|
"theme.blog.archive.title": "Archiwum",
|
|
17
22
|
"theme.blog.paginator.navAriaLabel": "Nawigacja na stronie listy wpisów na blogu",
|