@docusaurus/theme-translations 3.4.0 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +2 -3
- package/lib/index.js.map +1 -1
- package/lib/utils.js +2 -3
- package/lib/utils.js.map +1 -1
- package/locales/ar/theme-common.json +8 -3
- package/locales/base/theme-common.json +15 -5
- package/locales/bg/theme-common.json +8 -3
- package/locales/bn/theme-common.json +8 -3
- package/locales/cs/theme-common.json +8 -3
- package/locales/da/theme-common.json +8 -3
- package/locales/de/theme-common.json +13 -8
- package/locales/es/plugin-ideal-image.json +1 -1
- package/locales/es/theme-common.json +18 -13
- package/locales/es/theme-search-algolia.json +1 -1
- package/locales/et/plugin-ideal-image.json +7 -0
- package/locales/et/plugin-pwa.json +5 -0
- package/locales/et/theme-common.json +79 -0
- package/locales/et/theme-live-codeblock.json +4 -0
- package/locales/et/theme-search-algolia.json +35 -0
- package/locales/fa/theme-common.json +8 -3
- package/locales/fil/theme-common.json +8 -3
- package/locales/fr/theme-common.json +8 -3
- package/locales/he/theme-common.json +8 -3
- package/locales/hi/theme-common.json +8 -3
- package/locales/hu/theme-common.json +8 -3
- package/locales/id/plugin-ideal-image.json +7 -0
- package/locales/id/plugin-pwa.json +5 -0
- package/locales/id/theme-common.json +79 -0
- package/locales/id/theme-live-codeblock.json +4 -0
- package/locales/id/theme-search-algolia.json +35 -0
- package/locales/is/theme-common.json +9 -3
- package/locales/it/theme-common.json +8 -3
- package/locales/ja/theme-common.json +8 -3
- package/locales/ko/theme-common.json +8 -3
- package/locales/nb/theme-common.json +8 -3
- package/locales/nl/theme-common.json +8 -3
- package/locales/pl/theme-common.json +8 -3
- package/locales/pt-BR/theme-common.json +8 -3
- package/locales/pt-PT/theme-common.json +8 -3
- package/locales/ru/theme-common.json +8 -3
- package/locales/sl/theme-common.json +8 -3
- package/locales/sr/theme-common.json +8 -3
- package/locales/sv/theme-common.json +8 -3
- package/locales/tk/theme-common.json +8 -3
- package/locales/tr/theme-common.json +8 -3
- package/locales/uk/theme-common.json +8 -3
- package/locales/vi/theme-common.json +8 -3
- package/locales/zh-Hans/theme-common.json +8 -3
- package/locales/zh-Hant/theme-common.json +16 -11
- package/locales/zh-Hant/theme-search-algolia.json +9 -9
- package/package.json +4 -4
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"theme.admonition.warning": "attention",
|
|
23
23
|
"theme.blog.archive.description": "Archive",
|
|
24
24
|
"theme.blog.archive.title": "Archive",
|
|
25
|
+
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
26
|
+
"theme.blog.authorsList.pageTitle": "Authors",
|
|
27
|
+
"theme.blog.authorsList.viewAll": "View All Authors",
|
|
25
28
|
"theme.blog.paginator.navAriaLabel": "Pagination de la liste des articles du blog",
|
|
26
29
|
"theme.blog.paginator.newerEntries": "Nouvelles entrées",
|
|
27
30
|
"theme.blog.paginator.olderEntries": "Anciennes entrées",
|
|
@@ -40,6 +43,10 @@
|
|
|
40
43
|
"theme.common.editThisPage": "Éditer cette page",
|
|
41
44
|
"theme.common.headingLinkTitle": "Lien direct vers {heading}",
|
|
42
45
|
"theme.common.skipToMainContent": "Aller au contenu principal",
|
|
46
|
+
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
|
47
|
+
"theme.contentVisibility.draftBanner.title": "Draft page",
|
|
48
|
+
"theme.contentVisibility.unlistedBanner.message": "Cette page n'est pas répertoriée. Les moteurs de recherche ne l'indexeront pas, et seuls les utilisateurs ayant un lien direct peuvent y accéder.",
|
|
49
|
+
"theme.contentVisibility.unlistedBanner.title": "Page non répertoriée",
|
|
43
50
|
"theme.docs.DocCard.categoryDescription.plurals": "1 élément|{count} éléments",
|
|
44
51
|
"theme.docs.breadcrumbs.home": "Page d'accueil",
|
|
45
52
|
"theme.docs.breadcrumbs.navAriaLabel": "Fil d'Ariane",
|
|
@@ -68,7 +75,5 @@
|
|
|
68
75
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
69
76
|
"theme.tags.tagsListLabel": "Tags :",
|
|
70
77
|
"theme.tags.tagsPageLink": "Voir tous les tags",
|
|
71
|
-
"theme.tags.tagsPageTitle": "Tags"
|
|
72
|
-
"theme.unlistedContent.message": "Cette page n'est pas répertoriée. Les moteurs de recherche ne l'indexeront pas, et seuls les utilisateurs ayant un lien direct peuvent y accéder.",
|
|
73
|
-
"theme.unlistedContent.title": "Page non répertoriée"
|
|
78
|
+
"theme.tags.tagsPageTitle": "Tags"
|
|
74
79
|
}
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"theme.admonition.warning": "warning",
|
|
23
23
|
"theme.blog.archive.description": "Archive",
|
|
24
24
|
"theme.blog.archive.title": "Archive",
|
|
25
|
+
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
26
|
+
"theme.blog.authorsList.pageTitle": "Authors",
|
|
27
|
+
"theme.blog.authorsList.viewAll": "View All Authors",
|
|
25
28
|
"theme.blog.paginator.navAriaLabel": "רשימת דפי הבלוג",
|
|
26
29
|
"theme.blog.paginator.newerEntries": "הכי חדש",
|
|
27
30
|
"theme.blog.paginator.olderEntries": "ישן יותר",
|
|
@@ -40,6 +43,10 @@
|
|
|
40
43
|
"theme.common.editThisPage": "ערוך דף זה",
|
|
41
44
|
"theme.common.headingLinkTitle": "קישור ישיר אל {heading}",
|
|
42
45
|
"theme.common.skipToMainContent": "דלג לתוכן הראשי",
|
|
46
|
+
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
|
47
|
+
"theme.contentVisibility.draftBanner.title": "Draft page",
|
|
48
|
+
"theme.contentVisibility.unlistedBanner.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
49
|
+
"theme.contentVisibility.unlistedBanner.title": "Unlisted page",
|
|
43
50
|
"theme.docs.DocCard.categoryDescription.plurals": "1 item|{count} items",
|
|
44
51
|
"theme.docs.breadcrumbs.home": "Home page",
|
|
45
52
|
"theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
|
|
@@ -68,7 +75,5 @@
|
|
|
68
75
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
69
76
|
"theme.tags.tagsListLabel": "תגיות:",
|
|
70
77
|
"theme.tags.tagsPageLink": "כל התגיות",
|
|
71
|
-
"theme.tags.tagsPageTitle": "תגיות"
|
|
72
|
-
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
-
"theme.unlistedContent.title": "Unlisted page"
|
|
78
|
+
"theme.tags.tagsPageTitle": "תגיות"
|
|
74
79
|
}
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"theme.admonition.warning": "warning",
|
|
23
23
|
"theme.blog.archive.description": "Archive",
|
|
24
24
|
"theme.blog.archive.title": "Archive",
|
|
25
|
+
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
26
|
+
"theme.blog.authorsList.pageTitle": "Authors",
|
|
27
|
+
"theme.blog.authorsList.viewAll": "View All Authors",
|
|
25
28
|
"theme.blog.paginator.navAriaLabel": "ब्लॉग सूची पेज नेविगेशन",
|
|
26
29
|
"theme.blog.paginator.newerEntries": "नए एंट्रीज़",
|
|
27
30
|
"theme.blog.paginator.olderEntries": "पुराने एंट्रीज़",
|
|
@@ -40,6 +43,10 @@
|
|
|
40
43
|
"theme.common.editThisPage": "इस पेज को बदलें",
|
|
41
44
|
"theme.common.headingLinkTitle": "{heading} का सीधा लिंक",
|
|
42
45
|
"theme.common.skipToMainContent": "मुख्य कंटेंट तक स्किप करें",
|
|
46
|
+
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
|
47
|
+
"theme.contentVisibility.draftBanner.title": "Draft page",
|
|
48
|
+
"theme.contentVisibility.unlistedBanner.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
49
|
+
"theme.contentVisibility.unlistedBanner.title": "Unlisted page",
|
|
43
50
|
"theme.docs.DocCard.categoryDescription.plurals": "1 item|{count} items",
|
|
44
51
|
"theme.docs.breadcrumbs.home": "Home page",
|
|
45
52
|
"theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
|
|
@@ -68,7 +75,5 @@
|
|
|
68
75
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
69
76
|
"theme.tags.tagsListLabel": "टैग:",
|
|
70
77
|
"theme.tags.tagsPageLink": "सारे टैग देखें",
|
|
71
|
-
"theme.tags.tagsPageTitle": "टैग"
|
|
72
|
-
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
-
"theme.unlistedContent.title": "Unlisted page"
|
|
78
|
+
"theme.tags.tagsPageTitle": "टैग"
|
|
74
79
|
}
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"theme.admonition.warning": "vigyázat",
|
|
23
23
|
"theme.blog.archive.description": "Archívum",
|
|
24
24
|
"theme.blog.archive.title": "Archívum",
|
|
25
|
+
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
26
|
+
"theme.blog.authorsList.pageTitle": "Authors",
|
|
27
|
+
"theme.blog.authorsList.viewAll": "View All Authors",
|
|
25
28
|
"theme.blog.paginator.navAriaLabel": "Bloglista oldalának navigációja",
|
|
26
29
|
"theme.blog.paginator.newerEntries": "Újabb bejegyzések",
|
|
27
30
|
"theme.blog.paginator.olderEntries": "Régebbi bejegyzések",
|
|
@@ -40,6 +43,10 @@
|
|
|
40
43
|
"theme.common.editThisPage": "Szerkesztés GitHub-on",
|
|
41
44
|
"theme.common.headingLinkTitle": "Közvetlen hivatkozás erre: {heading}",
|
|
42
45
|
"theme.common.skipToMainContent": "Ugrás a fő tartalomhoz",
|
|
46
|
+
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
|
47
|
+
"theme.contentVisibility.draftBanner.title": "Draft page",
|
|
48
|
+
"theme.contentVisibility.unlistedBanner.message": "Ez az oldal nem nyilvános. A keresőmotorok nem indexelik, és csak a közvetlen hivatkozással rendelkező felhasználók érhetik el.",
|
|
49
|
+
"theme.contentVisibility.unlistedBanner.title": "Nem nyilvános oldal",
|
|
43
50
|
"theme.docs.DocCard.categoryDescription.plurals": "1 elem|{count} elemek",
|
|
44
51
|
"theme.docs.breadcrumbs.home": "Kezdőlap",
|
|
45
52
|
"theme.docs.breadcrumbs.navAriaLabel": "Navigációs sáv a jelenlegi oldalhoz",
|
|
@@ -68,7 +75,5 @@
|
|
|
68
75
|
"theme.navbar.mobileVersionsDropdown.label": "Verziók",
|
|
69
76
|
"theme.tags.tagsListLabel": "Címkék:",
|
|
70
77
|
"theme.tags.tagsPageLink": "Összes címke megtekintése",
|
|
71
|
-
"theme.tags.tagsPageTitle": "Címkék"
|
|
72
|
-
"theme.unlistedContent.message": "Ez az oldal nem nyilvános. A keresőmotorok nem indexelik, és csak a közvetlen hivatkozással rendelkező felhasználók érhetik el.",
|
|
73
|
-
"theme.unlistedContent.title": "Nem nyilvános oldal"
|
|
78
|
+
"theme.tags.tagsPageTitle": "Címkék"
|
|
74
79
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.IdealImageMessage.404error": "404. Citra tak ditemukan",
|
|
3
|
+
"theme.IdealImageMessage.error": "Kesalahan. Klik untuk memuat ulang",
|
|
4
|
+
"theme.IdealImageMessage.load": "Klik untuk memuat{sizeMessage}",
|
|
5
|
+
"theme.IdealImageMessage.loading": "Memuat...",
|
|
6
|
+
"theme.IdealImageMessage.offline": "Perambah anda tak terhubung. Citra tak dimuat"
|
|
7
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.AnnouncementBar.closeButtonAriaLabel": "Tutup",
|
|
3
|
+
"theme.BackToTopButton.buttonAriaLabel": "Gulir kembali ke atas",
|
|
4
|
+
"theme.CodeBlock.copied": "Disalin",
|
|
5
|
+
"theme.CodeBlock.copy": "Salin",
|
|
6
|
+
"theme.CodeBlock.copyButtonAriaLabel": "Salin kode ke papan klip",
|
|
7
|
+
"theme.CodeBlock.wordWrapToggle": "Alihkan pembungkus kata",
|
|
8
|
+
"theme.DocSidebarItem.collapseCategoryAriaLabel": "Ciutkan kategori bilah sisi '{label}'",
|
|
9
|
+
"theme.DocSidebarItem.expandCategoryAriaLabel": "Perluas kategori bilah sisi '{label}'",
|
|
10
|
+
"theme.ErrorPageContent.title": "Terjadi kesalahan.",
|
|
11
|
+
"theme.ErrorPageContent.tryAgain": "Coba kembali",
|
|
12
|
+
"theme.NavBar.navAriaLabel": "Utama",
|
|
13
|
+
"theme.NotFound.p1": "Kami tak dapat menemukan yang anda cari.",
|
|
14
|
+
"theme.NotFound.p2": "Silakan hubungi pemilik situs yang mengarahkan anda ke URL asli dan beri tahu mereka bahwa tautan mereka salah.",
|
|
15
|
+
"theme.NotFound.title": "Halaman Tak Ditemukan",
|
|
16
|
+
"theme.TOCCollapsible.toggleButtonLabel": "Pada halaman ini",
|
|
17
|
+
"theme.admonition.caution": "waspada",
|
|
18
|
+
"theme.admonition.danger": "bahaya",
|
|
19
|
+
"theme.admonition.info": "info",
|
|
20
|
+
"theme.admonition.note": "catatan",
|
|
21
|
+
"theme.admonition.tip": "tip",
|
|
22
|
+
"theme.admonition.warning": "peringatan",
|
|
23
|
+
"theme.blog.archive.description": "Arsip",
|
|
24
|
+
"theme.blog.archive.title": "Arsip",
|
|
25
|
+
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
26
|
+
"theme.blog.authorsList.pageTitle": "Authors",
|
|
27
|
+
"theme.blog.authorsList.viewAll": "View All Authors",
|
|
28
|
+
"theme.blog.paginator.navAriaLabel": "Navigasi entri blog",
|
|
29
|
+
"theme.blog.paginator.newerEntries": "Entri lebih baru",
|
|
30
|
+
"theme.blog.paginator.olderEntries": "Entri lebih lama",
|
|
31
|
+
"theme.blog.post.paginator.navAriaLabel": "Navigasi halaman pos blog",
|
|
32
|
+
"theme.blog.post.paginator.newerPost": "Pos lebih baru",
|
|
33
|
+
"theme.blog.post.paginator.olderPost": "Pos lebih lama",
|
|
34
|
+
"theme.blog.post.plurals": "Satu pos|{count} pos",
|
|
35
|
+
"theme.blog.post.readMore": "Baca Selengkapnya",
|
|
36
|
+
"theme.blog.post.readMoreLabel": "Baca selengkapnya mengenai {title}",
|
|
37
|
+
"theme.blog.post.readingTime.plurals": "Satu menit membaca|{readingTime} menit membaca",
|
|
38
|
+
"theme.blog.sidebar.navAriaLabel": "Navigasi pos blog terbaru",
|
|
39
|
+
"theme.blog.tagTitle": "{nPosts} memiliki tag \"{tagName}\"",
|
|
40
|
+
"theme.colorToggle.ariaLabel": "Ubah antara modus gelap dan modus terang (saat ini {mode})",
|
|
41
|
+
"theme.colorToggle.ariaLabel.mode.dark": "modus gelap",
|
|
42
|
+
"theme.colorToggle.ariaLabel.mode.light": "modus terang",
|
|
43
|
+
"theme.common.editThisPage": "Sunting halaman ini",
|
|
44
|
+
"theme.common.headingLinkTitle": "Taut langsung ke {heading}",
|
|
45
|
+
"theme.common.skipToMainContent": "Lewati ke konten utama",
|
|
46
|
+
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
|
47
|
+
"theme.contentVisibility.draftBanner.title": "Draft page",
|
|
48
|
+
"theme.contentVisibility.unlistedBanner.message": "Halaman ini tidak terdaftar. Mesin pencari tidak akan mengindeksnya, dan hanya pengguna yang memiliki tautan langsung yang dapat mengaksesnya.",
|
|
49
|
+
"theme.contentVisibility.unlistedBanner.title": "Halaman tak terdaftar",
|
|
50
|
+
"theme.docs.DocCard.categoryDescription.plurals": "1 butir|{count} butir",
|
|
51
|
+
"theme.docs.breadcrumbs.home": "Halaman utama",
|
|
52
|
+
"theme.docs.breadcrumbs.navAriaLabel": "Runut navigasi",
|
|
53
|
+
"theme.docs.paginator.navAriaLabel": "Halaman dokumentasi",
|
|
54
|
+
"theme.docs.paginator.next": "Berikut",
|
|
55
|
+
"theme.docs.paginator.previous": "Sebelum",
|
|
56
|
+
"theme.docs.sidebar.closeSidebarButtonAriaLabel": "Tutup bilah sisi",
|
|
57
|
+
"theme.docs.sidebar.collapseButtonAriaLabel": "Ciutkan bilah sisi",
|
|
58
|
+
"theme.docs.sidebar.collapseButtonTitle": "Ciutkan bilah sisi",
|
|
59
|
+
"theme.docs.sidebar.expandButtonAriaLabel": "Perluas bilah sisi",
|
|
60
|
+
"theme.docs.sidebar.expandButtonTitle": "Perluas bilah sisi",
|
|
61
|
+
"theme.docs.sidebar.navAriaLabel": "Bilah sisi dokumentasi",
|
|
62
|
+
"theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Alihkan bilah sisi",
|
|
63
|
+
"theme.docs.tagDocListPageTitle": "{nDocsTagged} dengan \"{tagName}\"",
|
|
64
|
+
"theme.docs.tagDocListPageTitle.nDocsTagged": "Satu dokumentasi memiliki tag|{count} dokumentasi memiliki tag",
|
|
65
|
+
"theme.docs.versionBadge.label": "Versi: {versionLabel}",
|
|
66
|
+
"theme.docs.versions.latestVersionLinkLabel": "versi terbaru",
|
|
67
|
+
"theme.docs.versions.latestVersionSuggestionLabel": "Untuk dokumentasi terbaru, lihat {latestVersionLink} ({versionLabel}).",
|
|
68
|
+
"theme.docs.versions.unmaintainedVersionLabel": "Ini adalah dokumentasi untuk {siteTitle} {versionLabel}, yang tidak lagi aktif dikelola.",
|
|
69
|
+
"theme.docs.versions.unreleasedVersionLabel": "Ini adalah dokumentasi yang belum dirilis untuk {siteTitle} {versionLabel}.",
|
|
70
|
+
"theme.lastUpdated.atDate": " pada {date}",
|
|
71
|
+
"theme.lastUpdated.byUser": " oleh {user}",
|
|
72
|
+
"theme.lastUpdated.lastUpdatedAtBy": "Diperbaharui{atDate}{byUser}",
|
|
73
|
+
"theme.navbar.mobileLanguageDropdown.label": "Bahasa",
|
|
74
|
+
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Kembali ke menu utama",
|
|
75
|
+
"theme.navbar.mobileVersionsDropdown.label": "Versi",
|
|
76
|
+
"theme.tags.tagsListLabel": "Tag:",
|
|
77
|
+
"theme.tags.tagsPageLink": "Lihat Semua Tag",
|
|
78
|
+
"theme.tags.tagsPageTitle": "Tag"
|
|
79
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme.SearchBar.label": "Cari",
|
|
3
|
+
"theme.SearchBar.seeAll": "Lihat semua {count} hasilnya",
|
|
4
|
+
"theme.SearchModal.errorScreen.helpText": "Barangkali anda perlu memerika koneksi jaringan anda.",
|
|
5
|
+
"theme.SearchModal.errorScreen.titleText": "Gagal mendapatkan hasilnya",
|
|
6
|
+
"theme.SearchModal.footer.closeKeyAriaLabel": "Tombol Escape",
|
|
7
|
+
"theme.SearchModal.footer.closeText": "menutup",
|
|
8
|
+
"theme.SearchModal.footer.navigateDownKeyAriaLabel": "Panah ke bawah",
|
|
9
|
+
"theme.SearchModal.footer.navigateText": "navigasi",
|
|
10
|
+
"theme.SearchModal.footer.navigateUpKeyAriaLabel": "Panah ke atas",
|
|
11
|
+
"theme.SearchModal.footer.searchByText": "Cari dengan teks",
|
|
12
|
+
"theme.SearchModal.footer.selectKeyAriaLabel": "Tombol Enter",
|
|
13
|
+
"theme.SearchModal.footer.selectText": "memilih",
|
|
14
|
+
"theme.SearchModal.noResultsScreen.noResultsText": "Tak ada hasil untuk",
|
|
15
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText": "Beri tahu kami.",
|
|
16
|
+
"theme.SearchModal.noResultsScreen.reportMissingResultsText": "Yakin pencarian ini seharusnya memberikan hasil?",
|
|
17
|
+
"theme.SearchModal.noResultsScreen.suggestedQueryText": "Coba lakukan pencarian untuk",
|
|
18
|
+
"theme.SearchModal.placeholder": "Cari dokumentasi",
|
|
19
|
+
"theme.SearchModal.searchBox.cancelButtonText": "Batalkan",
|
|
20
|
+
"theme.SearchModal.searchBox.resetButtonTitle": "Hapus teks pencarian",
|
|
21
|
+
"theme.SearchModal.startScreen.favoriteSearchesTitle": "Favorit",
|
|
22
|
+
"theme.SearchModal.startScreen.noRecentSearchesText": "Tak ada riwayat pencarian",
|
|
23
|
+
"theme.SearchModal.startScreen.recentSearchesTitle": "Terbaru",
|
|
24
|
+
"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle": "Hapus pencarian ini dari favorit",
|
|
25
|
+
"theme.SearchModal.startScreen.removeRecentSearchButtonTitle": "Hapus pencarian ini dari riwayat",
|
|
26
|
+
"theme.SearchModal.startScreen.saveRecentSearchButtonTitle": "Simpan pencarian ini",
|
|
27
|
+
"theme.SearchPage.algoliaLabel": "Pencarian oleh Algolia",
|
|
28
|
+
"theme.SearchPage.documentsFound.plurals": "Satu dokumen ditemukan|{count} dokumen ditemukan",
|
|
29
|
+
"theme.SearchPage.emptyResultsTitle": "Cari dokumentasi",
|
|
30
|
+
"theme.SearchPage.existingResultsTitle": "Hasil pencarian untuk \"{query}\"",
|
|
31
|
+
"theme.SearchPage.fetchingNewResults": "Mendapatkan hasil pencarian...",
|
|
32
|
+
"theme.SearchPage.inputLabel": "Cari",
|
|
33
|
+
"theme.SearchPage.inputPlaceholder": "Tulis pencarian anda di sini",
|
|
34
|
+
"theme.SearchPage.noResultsText": "Tak ada hasil yang ditemukan"
|
|
35
|
+
}
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"theme.admonition.warning": "aðvörun",
|
|
23
23
|
"theme.blog.archive.description": "Skjalasafn",
|
|
24
24
|
"theme.blog.archive.title": "Skjalasafn",
|
|
25
|
+
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
26
|
+
"theme.blog.authorsList.pageTitle": "Authors",
|
|
27
|
+
"theme.blog.authorsList.viewAll": "View All Authors",
|
|
25
28
|
"theme.blog.paginator.navAriaLabel": "Blogg listsíðu yfirlit",
|
|
26
29
|
"theme.blog.paginator.newerEntries": "Nýrri færslur",
|
|
27
30
|
"theme.blog.paginator.olderEntries": "Eldri færslur",
|
|
@@ -40,7 +43,12 @@
|
|
|
40
43
|
"theme.common.editThisPage": "Breyttu þessari síðu",
|
|
41
44
|
"theme.common.headingLinkTitle": "Beinn hlekkur að {heading}",
|
|
42
45
|
"theme.common.skipToMainContent": "Hoppa yfir á aðal efni",
|
|
46
|
+
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
|
47
|
+
"theme.contentVisibility.draftBanner.title": "Draft page",
|
|
48
|
+
"theme.contentVisibility.unlistedBanner.message": "Þessi síða er ólistuð. Leitarvélar munu ekki skrá hana, eingöngu notendur með beinan hlekk geta opnað hana.",
|
|
49
|
+
"theme.contentVisibility.unlistedBanner.title": "Óskráð síða",
|
|
43
50
|
"theme.docs.DocCard.categoryDescription": "{count} atriði",
|
|
51
|
+
"theme.docs.DocCard.categoryDescription.plurals": "1 item|{count} items",
|
|
44
52
|
"theme.docs.breadcrumbs.home": "Heimasíða",
|
|
45
53
|
"theme.docs.breadcrumbs.navAriaLabel": "Brauðteningar",
|
|
46
54
|
"theme.docs.paginator.navAriaLabel": "Skjala síður",
|
|
@@ -68,7 +76,5 @@
|
|
|
68
76
|
"theme.navbar.mobileVersionsDropdown.label": "Útgáfur",
|
|
69
77
|
"theme.tags.tagsListLabel": "Merki:",
|
|
70
78
|
"theme.tags.tagsPageLink": "Skoða Öll Merki",
|
|
71
|
-
"theme.tags.tagsPageTitle": "Merki"
|
|
72
|
-
"theme.unlistedContent.message": "Þessi síða er ólistuð. Leitarvélar munu ekki skrá hana, eingöngu notendur með beinan hlekk geta opnað hana.",
|
|
73
|
-
"theme.unlistedContent.title": "Óskráð síða"
|
|
79
|
+
"theme.tags.tagsPageTitle": "Merki"
|
|
74
80
|
}
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"theme.admonition.warning": "warning",
|
|
23
23
|
"theme.blog.archive.description": "Archivio",
|
|
24
24
|
"theme.blog.archive.title": "Archivio",
|
|
25
|
+
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
26
|
+
"theme.blog.authorsList.pageTitle": "Authors",
|
|
27
|
+
"theme.blog.authorsList.viewAll": "View All Authors",
|
|
25
28
|
"theme.blog.paginator.navAriaLabel": "Navigazione nella pagina dei post del blog ",
|
|
26
29
|
"theme.blog.paginator.newerEntries": "Post più recenti",
|
|
27
30
|
"theme.blog.paginator.olderEntries": "Post più vecchi",
|
|
@@ -40,6 +43,10 @@
|
|
|
40
43
|
"theme.common.editThisPage": "Modifica questa pagina",
|
|
41
44
|
"theme.common.headingLinkTitle": "Link diretto a {heading}",
|
|
42
45
|
"theme.common.skipToMainContent": "Passa al contenuto principale",
|
|
46
|
+
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
|
47
|
+
"theme.contentVisibility.draftBanner.title": "Draft page",
|
|
48
|
+
"theme.contentVisibility.unlistedBanner.message": "Questa pagina non è in elenco. I motori di ricerca non lo indicheranno e solo gli utenti con collegamento diretto possono accedervi.",
|
|
49
|
+
"theme.contentVisibility.unlistedBanner.title": "Pagina non in elenco",
|
|
43
50
|
"theme.docs.DocCard.categoryDescription.plurals": "1 elemento|{count} elementi",
|
|
44
51
|
"theme.docs.breadcrumbs.home": "Pagina principale",
|
|
45
52
|
"theme.docs.breadcrumbs.navAriaLabel": "Briciole di pane",
|
|
@@ -68,7 +75,5 @@
|
|
|
68
75
|
"theme.navbar.mobileVersionsDropdown.label": "Versioni",
|
|
69
76
|
"theme.tags.tagsListLabel": "Etichette:",
|
|
70
77
|
"theme.tags.tagsPageLink": "Guarda tutte le etichette",
|
|
71
|
-
"theme.tags.tagsPageTitle": "Etichette"
|
|
72
|
-
"theme.unlistedContent.message": "Questa pagina non è in elenco. I motori di ricerca non lo indicheranno e solo gli utenti con collegamento diretto possono accedervi.",
|
|
73
|
-
"theme.unlistedContent.title": "Pagina non in elenco"
|
|
78
|
+
"theme.tags.tagsPageTitle": "Etichette"
|
|
74
79
|
}
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"theme.admonition.warning": "警告",
|
|
23
23
|
"theme.blog.archive.description": "アーカイブ",
|
|
24
24
|
"theme.blog.archive.title": "アーカイブ",
|
|
25
|
+
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
26
|
+
"theme.blog.authorsList.pageTitle": "Authors",
|
|
27
|
+
"theme.blog.authorsList.viewAll": "View All Authors",
|
|
25
28
|
"theme.blog.paginator.navAriaLabel": "ブログ記事一覧のナビゲーション",
|
|
26
29
|
"theme.blog.paginator.newerEntries": "新しい記事",
|
|
27
30
|
"theme.blog.paginator.olderEntries": "過去の記事",
|
|
@@ -40,6 +43,10 @@
|
|
|
40
43
|
"theme.common.editThisPage": "このページを編集",
|
|
41
44
|
"theme.common.headingLinkTitle": "{heading} への直接リンク",
|
|
42
45
|
"theme.common.skipToMainContent": "メインコンテンツまでスキップ",
|
|
46
|
+
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
|
47
|
+
"theme.contentVisibility.draftBanner.title": "Draft page",
|
|
48
|
+
"theme.contentVisibility.unlistedBanner.message": "このページは非公開です。 検索対象外となり、このページのリンクに直接アクセスできるユーザーのみに公開されます。",
|
|
49
|
+
"theme.contentVisibility.unlistedBanner.title": "非公開のページ",
|
|
43
50
|
"theme.docs.DocCard.categoryDescription.plurals": "{count}項目",
|
|
44
51
|
"theme.docs.breadcrumbs.home": "ホームページ",
|
|
45
52
|
"theme.docs.breadcrumbs.navAriaLabel": "パンくずリストのナビゲーション",
|
|
@@ -68,7 +75,5 @@
|
|
|
68
75
|
"theme.navbar.mobileVersionsDropdown.label": "他のバージョン",
|
|
69
76
|
"theme.tags.tagsListLabel": "タグ:",
|
|
70
77
|
"theme.tags.tagsPageLink": "全てのタグを見る",
|
|
71
|
-
"theme.tags.tagsPageTitle": "タグ"
|
|
72
|
-
"theme.unlistedContent.message": "このページは非公開です。 検索対象外となり、このページのリンクに直接アクセスできるユーザーのみに公開されます。",
|
|
73
|
-
"theme.unlistedContent.title": "非公開のページ"
|
|
78
|
+
"theme.tags.tagsPageTitle": "タグ"
|
|
74
79
|
}
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"theme.admonition.warning": "경고",
|
|
23
23
|
"theme.blog.archive.description": "게시물 목록",
|
|
24
24
|
"theme.blog.archive.title": "게시물 목록",
|
|
25
|
+
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
26
|
+
"theme.blog.authorsList.pageTitle": "Authors",
|
|
27
|
+
"theme.blog.authorsList.viewAll": "View All Authors",
|
|
25
28
|
"theme.blog.paginator.navAriaLabel": "블로그 게시물 목록 탐색",
|
|
26
29
|
"theme.blog.paginator.newerEntries": "이전 페이지",
|
|
27
30
|
"theme.blog.paginator.olderEntries": "다음 페이지",
|
|
@@ -40,6 +43,10 @@
|
|
|
40
43
|
"theme.common.editThisPage": "페이지 편집",
|
|
41
44
|
"theme.common.headingLinkTitle": "{heading}에 대한 직접 링크",
|
|
42
45
|
"theme.common.skipToMainContent": "본문으로 건너뛰기",
|
|
46
|
+
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
|
47
|
+
"theme.contentVisibility.draftBanner.title": "Draft page",
|
|
48
|
+
"theme.contentVisibility.unlistedBanner.message": "이 문서는 색인되지 않습니다. 검색 엔진이 이 문서를 색인하지 않으며, 주소를 알고 있는 사용자만 접근할 수 있습니다.",
|
|
49
|
+
"theme.contentVisibility.unlistedBanner.title": "색인되지 않은 문서",
|
|
43
50
|
"theme.docs.DocCard.categoryDescription.plurals": "{count} 항목",
|
|
44
51
|
"theme.docs.breadcrumbs.home": "홈",
|
|
45
52
|
"theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
|
|
@@ -68,7 +75,5 @@
|
|
|
68
75
|
"theme.navbar.mobileVersionsDropdown.label": "버전",
|
|
69
76
|
"theme.tags.tagsListLabel": "태그:",
|
|
70
77
|
"theme.tags.tagsPageLink": "모든 태그 보기",
|
|
71
|
-
"theme.tags.tagsPageTitle": "태그"
|
|
72
|
-
"theme.unlistedContent.message": "이 문서는 색인되지 않습니다. 검색 엔진이 이 문서를 색인하지 않으며, 주소를 알고 있는 사용자만 접근할 수 있습니다.",
|
|
73
|
-
"theme.unlistedContent.title": "색인되지 않은 문서"
|
|
78
|
+
"theme.tags.tagsPageTitle": "태그"
|
|
74
79
|
}
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"theme.admonition.warning": "warning",
|
|
23
23
|
"theme.blog.archive.description": "Arkiv",
|
|
24
24
|
"theme.blog.archive.title": "Arkiv",
|
|
25
|
+
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
26
|
+
"theme.blog.authorsList.pageTitle": "Authors",
|
|
27
|
+
"theme.blog.authorsList.viewAll": "View All Authors",
|
|
25
28
|
"theme.blog.paginator.navAriaLabel": "Navigering av bloggliste",
|
|
26
29
|
"theme.blog.paginator.newerEntries": "Nyere innlegg",
|
|
27
30
|
"theme.blog.paginator.olderEntries": "Eldre innlegg",
|
|
@@ -40,6 +43,10 @@
|
|
|
40
43
|
"theme.common.editThisPage": "Rediger denne siden",
|
|
41
44
|
"theme.common.headingLinkTitle": "Direkte lenke til {heading}",
|
|
42
45
|
"theme.common.skipToMainContent": "Gå til hovedinnhold",
|
|
46
|
+
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
|
47
|
+
"theme.contentVisibility.draftBanner.title": "Draft page",
|
|
48
|
+
"theme.contentVisibility.unlistedBanner.message": "Denne siden er ikke oppført. Søkemotorer vil ikke indeksere den, og bare brukere som har en direkte lenke kan få tilgang til den.",
|
|
49
|
+
"theme.contentVisibility.unlistedBanner.title": "Uoppført side",
|
|
43
50
|
"theme.docs.DocCard.categoryDescription.plurals": "1 artikkel|{count} artikler",
|
|
44
51
|
"theme.docs.breadcrumbs.home": "Hjemmeside",
|
|
45
52
|
"theme.docs.breadcrumbs.navAriaLabel": "Søkvei",
|
|
@@ -68,7 +75,5 @@
|
|
|
68
75
|
"theme.navbar.mobileVersionsDropdown.label": "Versjoner",
|
|
69
76
|
"theme.tags.tagsListLabel": "Tagger:",
|
|
70
77
|
"theme.tags.tagsPageLink": "Vis alle tagger",
|
|
71
|
-
"theme.tags.tagsPageTitle": "Tagger"
|
|
72
|
-
"theme.unlistedContent.message": "Denne siden er ikke oppført. Søkemotorer vil ikke indeksere den, og bare brukere som har en direkte lenke kan få tilgang til den.",
|
|
73
|
-
"theme.unlistedContent.title": "Uoppført side"
|
|
78
|
+
"theme.tags.tagsPageTitle": "Tagger"
|
|
74
79
|
}
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"theme.admonition.warning": "warning",
|
|
23
23
|
"theme.blog.archive.description": "Archief",
|
|
24
24
|
"theme.blog.archive.title": "Archief",
|
|
25
|
+
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
26
|
+
"theme.blog.authorsList.pageTitle": "Authors",
|
|
27
|
+
"theme.blog.authorsList.viewAll": "View All Authors",
|
|
25
28
|
"theme.blog.paginator.navAriaLabel": "Paginanavigatie blog",
|
|
26
29
|
"theme.blog.paginator.newerEntries": "Nieuwere items",
|
|
27
30
|
"theme.blog.paginator.olderEntries": "Oudere items",
|
|
@@ -40,6 +43,10 @@
|
|
|
40
43
|
"theme.common.editThisPage": "Bewerk deze pagina",
|
|
41
44
|
"theme.common.headingLinkTitle": "Direct link naar {heading}",
|
|
42
45
|
"theme.common.skipToMainContent": "Ga naar hoofdinhoud",
|
|
46
|
+
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
|
47
|
+
"theme.contentVisibility.draftBanner.title": "Draft page",
|
|
48
|
+
"theme.contentVisibility.unlistedBanner.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
49
|
+
"theme.contentVisibility.unlistedBanner.title": "Unlisted page",
|
|
43
50
|
"theme.docs.DocCard.categoryDescription.plurals": "1 artikel|{count} artikelen",
|
|
44
51
|
"theme.docs.breadcrumbs.home": "Homepagina",
|
|
45
52
|
"theme.docs.breadcrumbs.navAriaLabel": "Broodkruimels",
|
|
@@ -68,7 +75,5 @@
|
|
|
68
75
|
"theme.navbar.mobileVersionsDropdown.label": "Versies",
|
|
69
76
|
"theme.tags.tagsListLabel": "Tags:",
|
|
70
77
|
"theme.tags.tagsPageLink": "Laat alle tags zien",
|
|
71
|
-
"theme.tags.tagsPageTitle": "Tags"
|
|
72
|
-
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
-
"theme.unlistedContent.title": "Unlisted page"
|
|
78
|
+
"theme.tags.tagsPageTitle": "Tags"
|
|
74
79
|
}
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"theme.admonition.warning": "warning",
|
|
23
23
|
"theme.blog.archive.description": "Archiwum",
|
|
24
24
|
"theme.blog.archive.title": "Archiwum",
|
|
25
|
+
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
26
|
+
"theme.blog.authorsList.pageTitle": "Authors",
|
|
27
|
+
"theme.blog.authorsList.viewAll": "View All Authors",
|
|
25
28
|
"theme.blog.paginator.navAriaLabel": "Nawigacja na stronie listy wpisów na blogu",
|
|
26
29
|
"theme.blog.paginator.newerEntries": "Nowsze wpisy",
|
|
27
30
|
"theme.blog.paginator.olderEntries": "Starsze wpisy",
|
|
@@ -40,6 +43,10 @@
|
|
|
40
43
|
"theme.common.editThisPage": "Edytuj tę stronę",
|
|
41
44
|
"theme.common.headingLinkTitle": "Bezpośredni link do {heading}",
|
|
42
45
|
"theme.common.skipToMainContent": "Przejdź do głównej zawartości",
|
|
46
|
+
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
|
47
|
+
"theme.contentVisibility.draftBanner.title": "Draft page",
|
|
48
|
+
"theme.contentVisibility.unlistedBanner.message": "Ta strona jest niepubliczna. Wyszukiwarki nie będą jej indeksować, a dostęp do niej będą mieli tylko użytkownicy posiadający bezpośredni link.",
|
|
49
|
+
"theme.contentVisibility.unlistedBanner.title": "Niepubliczna strona",
|
|
43
50
|
"theme.docs.DocCard.categoryDescription.plurals": "1 element|{count} elementy|{count} elementów",
|
|
44
51
|
"theme.docs.breadcrumbs.home": "Strona główna",
|
|
45
52
|
"theme.docs.breadcrumbs.navAriaLabel": "Pasek nawigacji",
|
|
@@ -68,7 +75,5 @@
|
|
|
68
75
|
"theme.navbar.mobileVersionsDropdown.label": "Wersje",
|
|
69
76
|
"theme.tags.tagsListLabel": "Tagi:",
|
|
70
77
|
"theme.tags.tagsPageLink": "Wyświetl wszystkie tagi",
|
|
71
|
-
"theme.tags.tagsPageTitle": "Tagi"
|
|
72
|
-
"theme.unlistedContent.message": "Ta strona jest niepubliczna. Wyszukiwarki nie będą jej indeksować, a dostęp do niej będą mieli tylko użytkownicy posiadający bezpośredni link.",
|
|
73
|
-
"theme.unlistedContent.title": "Niepubliczna strona"
|
|
78
|
+
"theme.tags.tagsPageTitle": "Tagi"
|
|
74
79
|
}
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"theme.admonition.warning": "atenção",
|
|
23
23
|
"theme.blog.archive.description": "Arquivo",
|
|
24
24
|
"theme.blog.archive.title": "Arquivo",
|
|
25
|
+
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
26
|
+
"theme.blog.authorsList.pageTitle": "Authors",
|
|
27
|
+
"theme.blog.authorsList.viewAll": "View All Authors",
|
|
25
28
|
"theme.blog.paginator.navAriaLabel": "Navegação da página de listagem do blog",
|
|
26
29
|
"theme.blog.paginator.newerEntries": "Conteúdo mais novo",
|
|
27
30
|
"theme.blog.paginator.olderEntries": "Conteúdo mais antigo",
|
|
@@ -40,6 +43,10 @@
|
|
|
40
43
|
"theme.common.editThisPage": "Editar essa página",
|
|
41
44
|
"theme.common.headingLinkTitle": "Link direto para {heading}",
|
|
42
45
|
"theme.common.skipToMainContent": "Pular para o conteúdo principal",
|
|
46
|
+
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
|
47
|
+
"theme.contentVisibility.draftBanner.title": "Draft page",
|
|
48
|
+
"theme.contentVisibility.unlistedBanner.message": "Esta página não está listada. Mecanismos de busca não armazenarão nenhuma informação, e somente usuários que possuam o link direto poderão acessá-la",
|
|
49
|
+
"theme.contentVisibility.unlistedBanner.title": "Página não listada",
|
|
43
50
|
"theme.docs.DocCard.categoryDescription.plurals": "1 item|{count} items",
|
|
44
51
|
"theme.docs.breadcrumbs.home": "Página Inicial",
|
|
45
52
|
"theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
|
|
@@ -68,7 +75,5 @@
|
|
|
68
75
|
"theme.navbar.mobileVersionsDropdown.label": "Versões",
|
|
69
76
|
"theme.tags.tagsListLabel": "Marcadores:",
|
|
70
77
|
"theme.tags.tagsPageLink": "Ver todas os Marcadores",
|
|
71
|
-
"theme.tags.tagsPageTitle": "Marcadores"
|
|
72
|
-
"theme.unlistedContent.message": "Esta página não está listada. Mecanismos de busca não armazenarão nenhuma informação, e somente usuários que possuam o link direto poderão acessá-la",
|
|
73
|
-
"theme.unlistedContent.title": "Página não listada"
|
|
78
|
+
"theme.tags.tagsPageTitle": "Marcadores"
|
|
74
79
|
}
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"theme.admonition.warning": "warning",
|
|
23
23
|
"theme.blog.archive.description": "Archive",
|
|
24
24
|
"theme.blog.archive.title": "Archive",
|
|
25
|
+
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
26
|
+
"theme.blog.authorsList.pageTitle": "Authors",
|
|
27
|
+
"theme.blog.authorsList.viewAll": "View All Authors",
|
|
25
28
|
"theme.blog.paginator.navAriaLabel": "Navegação da página de listagem do blog",
|
|
26
29
|
"theme.blog.paginator.newerEntries": "Publicações mais recentes",
|
|
27
30
|
"theme.blog.paginator.olderEntries": "Publicações mais antigas",
|
|
@@ -40,6 +43,10 @@
|
|
|
40
43
|
"theme.common.editThisPage": "Editar esta página",
|
|
41
44
|
"theme.common.headingLinkTitle": "Link direto para {heading}",
|
|
42
45
|
"theme.common.skipToMainContent": "Saltar para o conteúdo principal",
|
|
46
|
+
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
|
47
|
+
"theme.contentVisibility.draftBanner.title": "Draft page",
|
|
48
|
+
"theme.contentVisibility.unlistedBanner.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
49
|
+
"theme.contentVisibility.unlistedBanner.title": "Unlisted page",
|
|
43
50
|
"theme.docs.DocCard.categoryDescription.plurals": "1 item|{count} items",
|
|
44
51
|
"theme.docs.breadcrumbs.home": "Home page",
|
|
45
52
|
"theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
|
|
@@ -68,7 +75,5 @@
|
|
|
68
75
|
"theme.navbar.mobileVersionsDropdown.label": "Versions",
|
|
69
76
|
"theme.tags.tagsListLabel": "Tags:",
|
|
70
77
|
"theme.tags.tagsPageLink": "Ver todas as Tags",
|
|
71
|
-
"theme.tags.tagsPageTitle": "Tags"
|
|
72
|
-
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
-
"theme.unlistedContent.title": "Unlisted page"
|
|
78
|
+
"theme.tags.tagsPageTitle": "Tags"
|
|
74
79
|
}
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"theme.admonition.warning": "warning",
|
|
23
23
|
"theme.blog.archive.description": "Архив",
|
|
24
24
|
"theme.blog.archive.title": "Архив",
|
|
25
|
+
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
26
|
+
"theme.blog.authorsList.pageTitle": "Authors",
|
|
27
|
+
"theme.blog.authorsList.viewAll": "View All Authors",
|
|
25
28
|
"theme.blog.paginator.navAriaLabel": "Навигация по странице списка блогов",
|
|
26
29
|
"theme.blog.paginator.newerEntries": "Следующие записи",
|
|
27
30
|
"theme.blog.paginator.olderEntries": "Предыдущие записи",
|
|
@@ -40,6 +43,10 @@
|
|
|
40
43
|
"theme.common.editThisPage": "Отредактировать эту страницу",
|
|
41
44
|
"theme.common.headingLinkTitle": "Прямая ссылка на {heading}",
|
|
42
45
|
"theme.common.skipToMainContent": "Перейти к основному содержимому",
|
|
46
|
+
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
|
47
|
+
"theme.contentVisibility.draftBanner.title": "Draft page",
|
|
48
|
+
"theme.contentVisibility.unlistedBanner.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
49
|
+
"theme.contentVisibility.unlistedBanner.title": "Unlisted page",
|
|
43
50
|
"theme.docs.DocCard.categoryDescription.plurals": "{count} элемент|{count} элемента|{count} элементов",
|
|
44
51
|
"theme.docs.breadcrumbs.home": "Главная страница",
|
|
45
52
|
"theme.docs.breadcrumbs.navAriaLabel": "Навигационная цепочка текущей страницы",
|
|
@@ -68,7 +75,5 @@
|
|
|
68
75
|
"theme.navbar.mobileVersionsDropdown.label": "Версии",
|
|
69
76
|
"theme.tags.tagsListLabel": "Теги:",
|
|
70
77
|
"theme.tags.tagsPageLink": "Посмотреть все теги",
|
|
71
|
-
"theme.tags.tagsPageTitle": "Теги"
|
|
72
|
-
"theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
|
|
73
|
-
"theme.unlistedContent.title": "Unlisted page"
|
|
78
|
+
"theme.tags.tagsPageTitle": "Теги"
|
|
74
79
|
}
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"theme.admonition.warning": "warning",
|
|
23
23
|
"theme.blog.archive.description": "Arhiv",
|
|
24
24
|
"theme.blog.archive.title": "Arhiv",
|
|
25
|
+
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
26
|
+
"theme.blog.authorsList.pageTitle": "Authors",
|
|
27
|
+
"theme.blog.authorsList.viewAll": "View All Authors",
|
|
25
28
|
"theme.blog.paginator.navAriaLabel": "Navigacija kazala po blogu",
|
|
26
29
|
"theme.blog.paginator.newerEntries": "Novejši prispevki",
|
|
27
30
|
"theme.blog.paginator.olderEntries": "Starejši prispevki",
|
|
@@ -40,6 +43,10 @@
|
|
|
40
43
|
"theme.common.editThisPage": "Uredi to stran",
|
|
41
44
|
"theme.common.headingLinkTitle": "Direktna povezava na {heading}",
|
|
42
45
|
"theme.common.skipToMainContent": "Preskoči na vsebino",
|
|
46
|
+
"theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
|
|
47
|
+
"theme.contentVisibility.draftBanner.title": "Draft page",
|
|
48
|
+
"theme.contentVisibility.unlistedBanner.message": "Ta stran ni zabeležena. Iskalniki je ne bodo indeksirali, do nje bodo uporabniki lahko dostopali le z direktno povezavo.",
|
|
49
|
+
"theme.contentVisibility.unlistedBanner.title": "Nezabeležena stran",
|
|
43
50
|
"theme.docs.DocCard.categoryDescription.plurals": "1 vnos|2 vnosy|{count} vnosy|{count} vnosov",
|
|
44
51
|
"theme.docs.breadcrumbs.home": "Domača stran",
|
|
45
52
|
"theme.docs.breadcrumbs.navAriaLabel": "Drobtine",
|
|
@@ -68,7 +75,5 @@
|
|
|
68
75
|
"theme.navbar.mobileVersionsDropdown.label": "Verzije",
|
|
69
76
|
"theme.tags.tagsListLabel": "Oznake:",
|
|
70
77
|
"theme.tags.tagsPageLink": "Poglej vse oznake",
|
|
71
|
-
"theme.tags.tagsPageTitle": "Oznake"
|
|
72
|
-
"theme.unlistedContent.message": "Ta stran ni zabeležena. Iskalniki je ne bodo indeksirali, do nje bodo uporabniki lahko dostopali le z direktno povezavo.",
|
|
73
|
-
"theme.unlistedContent.title": "Nezabeležena stran"
|
|
78
|
+
"theme.tags.tagsPageTitle": "Oznake"
|
|
74
79
|
}
|