@docusaurus/theme-translations 0.0.0-5500 → 0.0.0-5502

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.
@@ -17,7 +17,7 @@
17
17
  "theme.admonition.danger": "خطر",
18
18
  "theme.admonition.info": "معلومات",
19
19
  "theme.admonition.note": "ملاحظة",
20
- "theme.admonition.tip": "تمليح",
20
+ "theme.admonition.tip": "تلميح",
21
21
  "theme.blog.archive.description": "أرشيف",
22
22
  "theme.blog.archive.title": "أرشيف",
23
23
  "theme.blog.paginator.navAriaLabel": "التنقل في صفحة قائمة المدونة",
@@ -42,7 +42,7 @@
42
42
  "theme.docs.breadcrumbs.home": "الرئيسية",
43
43
  "theme.docs.breadcrumbs.navAriaLabel": "التنقل التفصيلي",
44
44
  "theme.docs.paginator.navAriaLabel": "التنقل بين صفحات الددات",
45
- "theme.docs.paginator.next": "التالى",
45
+ "theme.docs.paginator.next": "التالي",
46
46
  "theme.docs.paginator.previous": "السابق",
47
47
  "theme.docs.sidebar.closeSidebarButtonAriaLabel": "Close navigation bar",
48
48
  "theme.docs.sidebar.collapseButtonAriaLabel": "طي الشريط الجانبي",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "0.0.0-5500",
3
+ "version": "0.0.0-5502",
4
4
  "description": "Docusaurus theme translations.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,12 +23,12 @@
23
23
  "tslib": "^2.4.1"
24
24
  },
25
25
  "devDependencies": {
26
- "@docusaurus/core": "0.0.0-5500",
27
- "@docusaurus/logger": "0.0.0-5500",
26
+ "@docusaurus/core": "0.0.0-5502",
27
+ "@docusaurus/logger": "0.0.0-5502",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=16.14"
32
32
  },
33
- "gitHead": "875e763c5e9545eac51c5044ed8ab9cbac3e21c5"
33
+ "gitHead": "bb58b0fd3442b2ce9b251199c6d9982923d102ca"
34
34
  }