@docusaurus/theme-translations 0.0.0-6016 → 0.0.0-6019

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/locales/ar/theme-common.json +8 -3
  2. package/locales/base/theme-common.json +15 -8
  3. package/locales/bg/theme-common.json +8 -3
  4. package/locales/bn/theme-common.json +8 -3
  5. package/locales/cs/theme-common.json +8 -3
  6. package/locales/da/theme-common.json +8 -3
  7. package/locales/de/theme-common.json +8 -3
  8. package/locales/es/theme-common.json +8 -3
  9. package/locales/et/theme-common.json +8 -3
  10. package/locales/fa/theme-common.json +8 -3
  11. package/locales/fil/theme-common.json +8 -3
  12. package/locales/fr/theme-common.json +8 -3
  13. package/locales/he/theme-common.json +8 -3
  14. package/locales/hi/theme-common.json +8 -3
  15. package/locales/hu/theme-common.json +8 -3
  16. package/locales/id/theme-common.json +8 -3
  17. package/locales/is/theme-common.json +9 -3
  18. package/locales/it/theme-common.json +8 -3
  19. package/locales/ja/theme-common.json +8 -3
  20. package/locales/ko/theme-common.json +8 -3
  21. package/locales/nb/theme-common.json +8 -3
  22. package/locales/nl/theme-common.json +8 -3
  23. package/locales/pl/theme-common.json +8 -3
  24. package/locales/pt-BR/theme-common.json +8 -3
  25. package/locales/pt-PT/theme-common.json +8 -3
  26. package/locales/ru/theme-common.json +8 -3
  27. package/locales/sl/theme-common.json +8 -3
  28. package/locales/sr/theme-common.json +8 -3
  29. package/locales/sv/theme-common.json +8 -3
  30. package/locales/tk/theme-common.json +8 -3
  31. package/locales/tr/theme-common.json +8 -3
  32. package/locales/uk/theme-common.json +8 -3
  33. package/locales/vi/theme-common.json +8 -3
  34. package/locales/zh-Hans/theme-common.json +8 -3
  35. package/locales/zh-Hant/theme-common.json +8 -3
  36. package/package.json +4 -4
@@ -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} مواد",
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
  }
@@ -41,13 +41,16 @@
41
41
  "theme.admonition.tip___DESCRIPTION": "The default label used for the Tip admonition (:::tip)",
42
42
  "theme.admonition.warning": "warning",
43
43
  "theme.admonition.warning___DESCRIPTION": "The default label used for the Warning admonition (:::warning)",
44
- "theme.blog.authorsList.pageTitle": "Authors",
45
- "theme.blog.authorsList.viewAll": "View All Authors",
46
- "theme.blog.author.pageTitle": "{authorName} - {nPosts}",
47
44
  "theme.blog.archive.description": "Archive",
48
45
  "theme.blog.archive.description___DESCRIPTION": "The page & hero description of the blog archive page",
49
46
  "theme.blog.archive.title": "Archive",
50
47
  "theme.blog.archive.title___DESCRIPTION": "The page & hero title of the blog archive page",
48
+ "theme.blog.author.pageTitle": "{authorName} - {nPosts}",
49
+ "theme.blog.author.pageTitle___DESCRIPTION": "The title of the page for a blog author",
50
+ "theme.blog.authorsList.pageTitle": "Authors",
51
+ "theme.blog.authorsList.pageTitle___DESCRIPTION": "The title of the authors page",
52
+ "theme.blog.authorsList.viewAll": "View All Authors",
53
+ "theme.blog.authorsList.viewAll___DESCRIPTION": "The label of the link targeting the blog authors page",
51
54
  "theme.blog.paginator.navAriaLabel": "Blog list page navigation",
52
55
  "theme.blog.paginator.navAriaLabel___DESCRIPTION": "The ARIA label for the blog pagination",
53
56
  "theme.blog.paginator.newerEntries": "Newer Entries",
@@ -84,6 +87,14 @@
84
87
  "theme.common.headingLinkTitle___DESCRIPTION": "Title for link to heading",
85
88
  "theme.common.skipToMainContent": "Skip to main content",
86
89
  "theme.common.skipToMainContent___DESCRIPTION": "The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation",
90
+ "theme.contentVisibility.draftBanner.message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
91
+ "theme.contentVisibility.draftBanner.message___DESCRIPTION": "The draft content banner message",
92
+ "theme.contentVisibility.draftBanner.title": "Draft page",
93
+ "theme.contentVisibility.draftBanner.title___DESCRIPTION": "The draft content banner title",
94
+ "theme.contentVisibility.unlistedBanner.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
95
+ "theme.contentVisibility.unlistedBanner.message___DESCRIPTION": "The unlisted content banner message",
96
+ "theme.contentVisibility.unlistedBanner.title": "Unlisted page",
97
+ "theme.contentVisibility.unlistedBanner.title___DESCRIPTION": "The unlisted content banner title",
87
98
  "theme.docs.DocCard.categoryDescription.plurals": "1 item|{count} items",
88
99
  "theme.docs.DocCard.categoryDescription.plurals___DESCRIPTION": "The default description for a category card in the generated index about how many items this category includes",
89
100
  "theme.docs.breadcrumbs.home": "Home page",
@@ -140,9 +151,5 @@
140
151
  "theme.tags.tagsPageLink": "View All Tags",
141
152
  "theme.tags.tagsPageLink___DESCRIPTION": "The label of the link targeting the tag list page",
142
153
  "theme.tags.tagsPageTitle": "Tags",
143
- "theme.tags.tagsPageTitle___DESCRIPTION": "The title of the tag list page",
144
- "theme.unlistedContent.message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
145
- "theme.unlistedContent.message___DESCRIPTION": "The unlisted content banner message",
146
- "theme.unlistedContent.title": "Unlisted page",
147
- "theme.unlistedContent.title___DESCRIPTION": "The unlisted content banner title"
154
+ "theme.tags.tagsPageTitle___DESCRIPTION": "The title of the tag list page"
148
155
  }
@@ -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": "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": "Stránkování článků na blogu",
26
29
  "theme.blog.paginator.newerEntries": "Novější záznamy",
27
30
  "theme.blog.paginator.olderEntries": "Starší záznamy",
@@ -40,6 +43,10 @@
40
43
  "theme.common.editThisPage": "Upravit tuto stránku",
41
44
  "theme.common.headingLinkTitle": "Přímý odkaz na {heading}",
42
45
  "theme.common.skipToMainContent": "Přeskočit na hlavní obsah",
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": "Tagy:",
70
77
  "theme.tags.tagsPageLink": "Zobrazit všechny tagy",
71
- "theme.tags.tagsPageTitle": "Tagy",
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": "Tagy"
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": "Blogoversigt navigation",
26
29
  "theme.blog.paginator.newerEntries": "Nyere indslag",
27
30
  "theme.blog.paginator.olderEntries": "Tidligere indslag",
@@ -40,6 +43,10 @@
40
43
  "theme.common.editThisPage": "Rediger denne side",
41
44
  "theme.common.headingLinkTitle": "Direkte link til {heading}",
42
45
  "theme.common.skipToMainContent": "Hop til hovedindhold",
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": "Se alle 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": "warnung",
23
23
  "theme.blog.archive.description": "Archiv",
24
24
  "theme.blog.archive.title": "Archiv",
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": "Navigation der Blog-Listenseite",
26
29
  "theme.blog.paginator.newerEntries": "Neuere Einträge",
27
30
  "theme.blog.paginator.olderEntries": "Ältere Einträge",
@@ -40,6 +43,10 @@
40
43
  "theme.common.editThisPage": "Diese Seite bearbeiten",
41
44
  "theme.common.headingLinkTitle": "Direkter Link zur {heading}",
42
45
  "theme.common.skipToMainContent": "Zum Hauptinhalt springen",
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 Eintrag|{count} Einträge",
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": "Versionen",
69
76
  "theme.tags.tagsListLabel": "Tags:",
70
77
  "theme.tags.tagsPageLink": "Alle Tags anzeigen",
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": "aviso",
23
23
  "theme.blog.archive.description": "Archivo",
24
24
  "theme.blog.archive.title": "Archivo",
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": "Navegación por la página de la lista de blogs ",
26
29
  "theme.blog.paginator.newerEntries": "Entradas más recientes",
27
30
  "theme.blog.paginator.olderEntries": "Entradas más antiguas",
@@ -40,6 +43,10 @@
40
43
  "theme.common.editThisPage": "Editar esta página",
41
44
  "theme.common.headingLinkTitle": "Enlace directo al {heading}",
42
45
  "theme.common.skipToMainContent": "Saltar al contenido 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 está sin clasificar. Los motores de búsqueda no la indexaran, y solo los usuarios con el enlace directo podrán acceder a esta.",
49
+ "theme.contentVisibility.unlistedBanner.title": "Página sin clasificar",
43
50
  "theme.docs.DocCard.categoryDescription.plurals": "1 artículo|{count} artículos",
44
51
  "theme.docs.breadcrumbs.home": "Página de Inicio",
45
52
  "theme.docs.breadcrumbs.navAriaLabel": "Migas de pan",
@@ -68,7 +75,5 @@
68
75
  "theme.navbar.mobileVersionsDropdown.label": "Versiones",
69
76
  "theme.tags.tagsListLabel": "Etiquetas:",
70
77
  "theme.tags.tagsPageLink": "Ver Todas las Etiquetas",
71
- "theme.tags.tagsPageTitle": "Etiquetas",
72
- "theme.unlistedContent.message": "Esta página está sin clasificar. Los motores de búsqueda no la indexaran, y solo los usuarios con el enlace directo podrán acceder a esta.",
73
- "theme.unlistedContent.title": "Página sin clasificar"
78
+ "theme.tags.tagsPageTitle": "Etiquetas"
74
79
  }
@@ -22,6 +22,9 @@
22
22
  "theme.admonition.warning": "hoiatus",
23
23
  "theme.blog.archive.description": "Arhiiv",
24
24
  "theme.blog.archive.title": "Arhiiv",
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": "Blogi lehekülje navigatsioon",
26
29
  "theme.blog.paginator.newerEntries": "Uuemad sissekanded",
27
30
  "theme.blog.paginator.olderEntries": "Vanemad sissekanded",
@@ -40,6 +43,10 @@
40
43
  "theme.common.editThisPage": "Redigeeri seda lehte",
41
44
  "theme.common.headingLinkTitle": "Link {heading}",
42
45
  "theme.common.skipToMainContent": "Liigu peamise sisu juurde",
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": "See leht ei ole avalik. Otsingumootorid ei indekseeri seda. Sellele lehele pääseb ainult lingiga ligi.",
49
+ "theme.contentVisibility.unlistedBanner.title": "avalikustamata leht",
43
50
  "theme.docs.DocCard.categoryDescription.plurals": "1 ese|{count} eset",
44
51
  "theme.docs.breadcrumbs.home": "Koduleht",
45
52
  "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
@@ -68,7 +75,5 @@
68
75
  "theme.navbar.mobileVersionsDropdown.label": "Versioonid",
69
76
  "theme.tags.tagsListLabel": "Märked:",
70
77
  "theme.tags.tagsPageLink": "Näaita Kõiki Märkeid",
71
- "theme.tags.tagsPageTitle": "Märked",
72
- "theme.unlistedContent.message": "See leht ei ole avalik. Otsingumootorid ei indekseeri seda. Sellele lehele pääseb ainult lingiga ligi.",
73
- "theme.unlistedContent.title": "avalikustamata leht"
78
+ "theme.tags.tagsPageTitle": "Märked"
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": "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": "Nabegasyón para sa pahina na listahan ng blog",
26
29
  "theme.blog.paginator.newerEntries": "Mas bagong mga éntri",
27
30
  "theme.blog.paginator.olderEntries": "Mas lumang mga éntri",
@@ -40,6 +43,10 @@
40
43
  "theme.common.editThisPage": "I-edit ang page",
41
44
  "theme.common.headingLinkTitle": "Direktang link patungo sa {heading}",
42
45
  "theme.common.skipToMainContent": "Lumaktaw patungo sa pangunahing content",
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": "Mga Tag:",
70
77
  "theme.tags.tagsPageLink": "Tingnan Lahat ng mga Tag",
71
- "theme.tags.tagsPageTitle": "Mga Tag",
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": "Mga Tag"
74
79
  }
@@ -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
  }
@@ -22,6 +22,9 @@
22
22
  "theme.admonition.warning": "peringatan",
23
23
  "theme.blog.archive.description": "Arsip",
24
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",
25
28
  "theme.blog.paginator.navAriaLabel": "Navigasi entri blog",
26
29
  "theme.blog.paginator.newerEntries": "Entri lebih baru",
27
30
  "theme.blog.paginator.olderEntries": "Entri lebih lama",
@@ -40,6 +43,10 @@
40
43
  "theme.common.editThisPage": "Sunting halaman ini",
41
44
  "theme.common.headingLinkTitle": "Taut langsung ke {heading}",
42
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",
43
50
  "theme.docs.DocCard.categoryDescription.plurals": "1 butir|{count} butir",
44
51
  "theme.docs.breadcrumbs.home": "Halaman utama",
45
52
  "theme.docs.breadcrumbs.navAriaLabel": "Runut navigasi",
@@ -68,7 +75,5 @@
68
75
  "theme.navbar.mobileVersionsDropdown.label": "Versi",
69
76
  "theme.tags.tagsListLabel": "Tag:",
70
77
  "theme.tags.tagsPageLink": "Lihat Semua Tag",
71
- "theme.tags.tagsPageTitle": "Tag",
72
- "theme.unlistedContent.message": "Halaman ini tidak terdaftar. Mesin pencari tidak akan mengindeksnya, dan hanya pengguna yang memiliki tautan langsung yang dapat mengaksesnya.",
73
- "theme.unlistedContent.title": "Halaman tak terdaftar"
78
+ "theme.tags.tagsPageTitle": "Tag"
74
79
  }
@@ -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
  }
@@ -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": "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": "Верзије",
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": "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": "Navigation av Blogglista",
26
29
  "theme.blog.paginator.newerEntries": "Nyare Inlägg",
27
30
  "theme.blog.paginator.olderEntries": "Äldre Inlägg",
@@ -40,6 +43,10 @@
40
43
  "theme.common.editThisPage": "Redigera denna sida",
41
44
  "theme.common.headingLinkTitle": "Direktlänk till {heading}",
42
45
  "theme.common.skipToMainContent": "Hoppa till huvudinnehåll",
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} artiklar",
44
51
  "theme.docs.breadcrumbs.home": "Hemsida",
45
52
  "theme.docs.breadcrumbs.navAriaLabel": "Sökväg",
@@ -68,7 +75,5 @@
68
75
  "theme.navbar.mobileVersionsDropdown.label": "Versioner",
69
76
  "theme.tags.tagsListLabel": "Taggar:",
70
77
  "theme.tags.tagsPageLink": "Visa Alla Taggar",
71
- "theme.tags.tagsPageTitle": "Taggar",
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": "Taggar"
74
79
  }
@@ -22,6 +22,9 @@
22
22
  "theme.admonition.warning": "duýduryş",
23
23
  "theme.blog.archive.description": "Arhiw",
24
24
  "theme.blog.archive.title": "Arhiw",
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": "Blog sahypasynda nawigasiýa",
26
29
  "theme.blog.paginator.newerEntries": "Täze ýazgylar",
27
30
  "theme.blog.paginator.olderEntries": "Köne ýazgylar",
@@ -40,6 +43,10 @@
40
43
  "theme.common.editThisPage": "Bu sahypany üýtgetmek",
41
44
  "theme.common.headingLinkTitle": "{heading} sahypa göni geçiň",
42
45
  "theme.common.skipToMainContent": "Esasy mazmuna geç",
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": "Bu sahypa sanawda ýok. Bu sahypa gözleg enjamlarynda indekslemezler, diňe göni baglanyşygy bolan ulanyjylar elýeterli bolar.",
49
+ "theme.contentVisibility.unlistedBanner.title": "Sanawda ýok sahypa",
43
50
  "theme.docs.DocCard.categoryDescription.plurals": "{count} element|{count} elementler",
44
51
  "theme.docs.breadcrumbs.home": "Baş sahypa",
45
52
  "theme.docs.breadcrumbs.navAriaLabel": "Häzirki sahypa üçin nawigasiýa",
@@ -68,7 +75,5 @@
68
75
  "theme.navbar.mobileVersionsDropdown.label": "Wersiýalar",
69
76
  "theme.tags.tagsListLabel": "Tegler:",
70
77
  "theme.tags.tagsPageLink": "Ähli tegleri gör",
71
- "theme.tags.tagsPageTitle": "Tegler",
72
- "theme.unlistedContent.message": "Bu sahypa sanawda ýok. Bu sahypa gözleg enjamlarynda indekslemezler, diňe göni baglanyşygy bolan ulanyjylar elýeterli bolar.",
73
- "theme.unlistedContent.title": "Sanawda ýok sahypa"
78
+ "theme.tags.tagsPageTitle": "Tegler"
74
79
  }
@@ -22,6 +22,9 @@
22
22
  "theme.admonition.warning": "warning",
23
23
  "theme.blog.archive.description": "Arşiv",
24
24
  "theme.blog.archive.title": "Arşiv",
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": "Blog gönderi sayfası navigasyonu",
26
29
  "theme.blog.paginator.newerEntries": "Yeni Girdiler",
27
30
  "theme.blog.paginator.olderEntries": "Eski Girdiler",
@@ -40,6 +43,10 @@
40
43
  "theme.common.editThisPage": "Bu sayfayı düzenle",
41
44
  "theme.common.headingLinkTitle": "{heading} doğrudan bağlantı",
42
45
  "theme.common.skipToMainContent": "Ana içeriğe geç",
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": "Bu sayfa listelenmemiş. Arama motorları dizine eklemez ve yalnızca doğrudan bağlantısı olan kullanıcılar buna erişebilir.",
49
+ "theme.contentVisibility.unlistedBanner.title": "Listelenmeyen sayfa",
43
50
  "theme.docs.DocCard.categoryDescription.plurals": "1 öğe|{count} öğe",
44
51
  "theme.docs.breadcrumbs.home": "Ana sayfa",
45
52
  "theme.docs.breadcrumbs.navAriaLabel": "Breadcrumbs",
@@ -68,7 +75,5 @@
68
75
  "theme.navbar.mobileVersionsDropdown.label": "Versiyonlar",
69
76
  "theme.tags.tagsListLabel": "Etiketler:",
70
77
  "theme.tags.tagsPageLink": "Tüm Etiketleri Görüntüle",
71
- "theme.tags.tagsPageTitle": "Etiketler",
72
- "theme.unlistedContent.message": "Bu sayfa listelenmemiş. Arama motorları dizine eklemez ve yalnızca doğrudan bağlantısı olan kullanıcılar buna erişebilir.",
73
- "theme.unlistedContent.title": "Listelenmeyen sayfa"
78
+ "theme.tags.tagsPageTitle": "Etiketler"
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": "Lưu trữ",
24
24
  "theme.blog.archive.title": "Lưu trữ",
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": "Thanh điều hướng của trang danh sách bài viết",
26
29
  "theme.blog.paginator.newerEntries": "Các bài mới hơn",
27
30
  "theme.blog.paginator.olderEntries": "Các bài cũ hơn",
@@ -40,6 +43,10 @@
40
43
  "theme.common.editThisPage": "Sửa trang này",
41
44
  "theme.common.headingLinkTitle": "Đường dẫn trực tiếp tới {heading}",
42
45
  "theme.common.skipToMainContent": "Nhảy tới nội dung",
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": "Trang này không được công khai. Công cụ tìm kiếm sẽ không đánh chỉ mục cho trang này và chỉ những người có liên kết mới có thể truy cập được trang.",
49
+ "theme.contentVisibility.unlistedBanner.title": "Trang không công khai",
43
50
  "theme.docs.DocCard.categoryDescription.plurals": "{count} mục",
44
51
  "theme.docs.breadcrumbs.home": "Trang chủ",
45
52
  "theme.docs.breadcrumbs.navAriaLabel": "Liên kết điều hướng",
@@ -68,7 +75,5 @@
68
75
  "theme.navbar.mobileVersionsDropdown.label": "Phiên bản",
69
76
  "theme.tags.tagsListLabel": "Thẻ:",
70
77
  "theme.tags.tagsPageLink": "Xem tất cả Thẻ",
71
- "theme.tags.tagsPageTitle": "Thẻ",
72
- "theme.unlistedContent.message": "Trang này không được công khai. Công cụ tìm kiếm sẽ không đánh chỉ mục cho trang này và chỉ những người có liên kết mới có thể truy cập được trang.",
73
- "theme.unlistedContent.title": "Trang không công khai"
78
+ "theme.tags.tagsPageTitle": "Thẻ"
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": "頁面路徑",
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "0.0.0-6016",
3
+ "version": "0.0.0-6019",
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.6.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@docusaurus/core": "0.0.0-6016",
27
- "@docusaurus/logger": "0.0.0-6016",
26
+ "@docusaurus/core": "0.0.0-6019",
27
+ "@docusaurus/logger": "0.0.0-6019",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=18.0"
32
32
  },
33
- "gitHead": "c51435db0c58b94667da1c745f1635de65240c63"
33
+ "gitHead": "9b3ca6607004589c61b00374dcf694bdbee1c844"
34
34
  }