@docusaurus/theme-translations 0.0.0-5817 → 0.0.0-5823

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.
@@ -5,21 +5,21 @@
5
5
  "theme.CodeBlock.copy": "کپی",
6
6
  "theme.CodeBlock.copyButtonAriaLabel": "کپی به کلیپ‌بورد",
7
7
  "theme.CodeBlock.wordWrapToggle": "تغییر نحوه نمایش کلمه",
8
- "theme.DocSidebarItem.collapseCategoryAriaLabel": "Collapse sidebar category '{label}'",
9
- "theme.DocSidebarItem.expandCategoryAriaLabel": "Expand sidebar category '{label}'",
8
+ "theme.DocSidebarItem.collapseCategoryAriaLabel": "بستن دسته بندی در نوار کناری '{label}'",
9
+ "theme.DocSidebarItem.expandCategoryAriaLabel": "باز کردن دسته بندی در نوار کناری '{label}'",
10
10
  "theme.ErrorPageContent.title": "بارگذاری صفحه با خطا روبرو شد.",
11
11
  "theme.ErrorPageContent.tryAgain": "تلاش مجدد",
12
- "theme.NavBar.navAriaLabel": "Main",
12
+ "theme.NavBar.navAriaLabel": "صفحه اصلی",
13
13
  "theme.NotFound.p1": "صفحه‌ای که دنبال آن بودید پیدا نشد.",
14
14
  "theme.NotFound.p2": "لطفا با صاحب وبسایت تماس بگیرید و ایشان را از مشکل پیش آمده مطلع کنید.",
15
15
  "theme.NotFound.title": "صفحه ای که دنبال آن بودید پیدا نشد.",
16
16
  "theme.TOCCollapsible.toggleButtonLabel": "مطالب این صفحه",
17
- "theme.admonition.caution": "caution",
18
- "theme.admonition.danger": "danger",
19
- "theme.admonition.info": "info",
20
- "theme.admonition.note": "note",
21
- "theme.admonition.tip": "tip",
22
- "theme.admonition.warning": "warning",
17
+ "theme.admonition.caution": "توجه",
18
+ "theme.admonition.danger": "اخطار",
19
+ "theme.admonition.info": "اطلاع",
20
+ "theme.admonition.note": "یادداشت",
21
+ "theme.admonition.tip": "نکته",
22
+ "theme.admonition.warning": "هشدار",
23
23
  "theme.blog.archive.description": "آرشیو",
24
24
  "theme.blog.archive.title": "آرشیو",
25
25
  "theme.blog.paginator.navAriaLabel": "کنترل لیست مطالب وبلاگ",
@@ -43,16 +43,16 @@
43
43
  "theme.docs.DocCard.categoryDescription": "{count} مورد",
44
44
  "theme.docs.breadcrumbs.home": "صفحه اصلی",
45
45
  "theme.docs.breadcrumbs.navAriaLabel": "نشانگر صفحات",
46
- "theme.docs.paginator.navAriaLabel": "Docs Pages",
46
+ "theme.docs.paginator.navAriaLabel": "صفحات مستندات",
47
47
  "theme.docs.paginator.next": "بعدی",
48
48
  "theme.docs.paginator.previous": "قبلی",
49
- "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
49
+ "theme.docs.sidebar.closeSidebarButtonAriaLabel": "بستن منو",
50
50
  "theme.docs.sidebar.collapseButtonAriaLabel": "بستن نوار کناری",
51
51
  "theme.docs.sidebar.collapseButtonTitle": "بستن نوار کناری",
52
52
  "theme.docs.sidebar.expandButtonAriaLabel": "باز کردن نوار کناری",
53
53
  "theme.docs.sidebar.expandButtonTitle": "باز کردن نوار کناری",
54
- "theme.docs.sidebar.navAriaLabel": "Docs sidebar",
55
- "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "Toggle navigation bar",
54
+ "theme.docs.sidebar.navAriaLabel": "نوار کناری مستندات",
55
+ "theme.docs.sidebar.toggleSidebarButtonAriaLabel": "باز و بست منو",
56
56
  "theme.docs.tagDocListPageTitle": "{nDocsTagged} با \"{tagName}\"",
57
57
  "theme.docs.tagDocListPageTitle.nDocsTagged": "یک مطلب برچسب شده|{count} مطلب برچسب شده",
58
58
  "theme.docs.versionBadge.label": "نسخه: {versionLabel}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "0.0.0-5817",
3
+ "version": "0.0.0-5823",
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-5817",
27
- "@docusaurus/logger": "0.0.0-5817",
26
+ "@docusaurus/core": "0.0.0-5823",
27
+ "@docusaurus/logger": "0.0.0-5823",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=18.0"
32
32
  },
33
- "gitHead": "f2a043446c467462a95ace4fcd42e381562118f9"
33
+ "gitHead": "bf05b822f7070a55366ccfd68f8f73c969363835"
34
34
  }