@docusaurus/theme-translations 3.5.0 → 3.5.2

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.
@@ -49,23 +49,23 @@
49
49
  "theme.blog.author.pageTitle___DESCRIPTION": "The title of the page for a blog author",
50
50
  "theme.blog.authorsList.pageTitle": "Authors",
51
51
  "theme.blog.authorsList.pageTitle___DESCRIPTION": "The title of the authors page",
52
- "theme.blog.authorsList.viewAll": "View All Authors",
52
+ "theme.blog.authorsList.viewAll": "View all authors",
53
53
  "theme.blog.authorsList.viewAll___DESCRIPTION": "The label of the link targeting the blog authors page",
54
54
  "theme.blog.paginator.navAriaLabel": "Blog list page navigation",
55
55
  "theme.blog.paginator.navAriaLabel___DESCRIPTION": "The ARIA label for the blog pagination",
56
- "theme.blog.paginator.newerEntries": "Newer Entries",
56
+ "theme.blog.paginator.newerEntries": "Newer entries",
57
57
  "theme.blog.paginator.newerEntries___DESCRIPTION": "The label used to navigate to the newer blog posts page (previous page)",
58
- "theme.blog.paginator.olderEntries": "Older Entries",
58
+ "theme.blog.paginator.olderEntries": "Older entries",
59
59
  "theme.blog.paginator.olderEntries___DESCRIPTION": "The label used to navigate to the older blog posts page (next page)",
60
60
  "theme.blog.post.paginator.navAriaLabel": "Blog post page navigation",
61
61
  "theme.blog.post.paginator.navAriaLabel___DESCRIPTION": "The ARIA label for the blog posts pagination",
62
- "theme.blog.post.paginator.newerPost": "Newer Post",
62
+ "theme.blog.post.paginator.newerPost": "Newer post",
63
63
  "theme.blog.post.paginator.newerPost___DESCRIPTION": "The blog post button label to navigate to the newer/previous post",
64
- "theme.blog.post.paginator.olderPost": "Older Post",
64
+ "theme.blog.post.paginator.olderPost": "Older post",
65
65
  "theme.blog.post.paginator.olderPost___DESCRIPTION": "The blog post button label to navigate to the older/next post",
66
66
  "theme.blog.post.plurals": "One post|{count} posts",
67
67
  "theme.blog.post.plurals___DESCRIPTION": "Pluralized label for \"{count} posts\". Use as much plural forms (separated by \"|\") as your language support (see https://www.unicode.org/cldr/cldr-aux/charts/34/supplemental/language_plural_rules.html)",
68
- "theme.blog.post.readMore": "Read More",
68
+ "theme.blog.post.readMore": "Read more",
69
69
  "theme.blog.post.readMore___DESCRIPTION": "The label used in blog post item excerpts to link to full blog posts",
70
70
  "theme.blog.post.readMoreLabel": "Read more about {title}",
71
71
  "theme.blog.post.readMoreLabel___DESCRIPTION": "The ARIA label for the link to full blog posts from excerpts",
@@ -148,7 +148,7 @@
148
148
  "theme.navbar.mobileVersionsDropdown.label___DESCRIPTION": "The label for the navbar versions dropdown on mobile view",
149
149
  "theme.tags.tagsListLabel": "Tags:",
150
150
  "theme.tags.tagsListLabel___DESCRIPTION": "The label alongside a tag list",
151
- "theme.tags.tagsPageLink": "View All Tags",
151
+ "theme.tags.tagsPageLink": "View all tags",
152
152
  "theme.tags.tagsPageLink___DESCRIPTION": "The label of the link targeting the tag list page",
153
153
  "theme.tags.tagsPageTitle": "Tags",
154
154
  "theme.tags.tagsPageTitle___DESCRIPTION": "The title of the tag list page"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docusaurus/theme-translations",
3
- "version": "3.5.0",
3
+ "version": "3.5.2",
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": "3.5.0",
27
- "@docusaurus/logger": "3.5.0",
26
+ "@docusaurus/core": "3.5.2",
27
+ "@docusaurus/logger": "3.5.2",
28
28
  "lodash": "^4.17.21"
29
29
  },
30
30
  "engines": {
31
31
  "node": ">=18.0"
32
32
  },
33
- "gitHead": "cb5829f3c34b26d798b869e38ee25073488140bd"
33
+ "gitHead": "eeec303dd773774ed5a023884800da0b061f6942"
34
34
  }