SkyeYoung commented on code in PR #1418:
URL: https://github.com/apache/apisix-website/pull/1418#discussion_r1028660350
##########
blog/i18n/zh/code.json:
##########
@@ -344,5 +345,221 @@
"blog.posts.section.normal.title": {
"message": "全部文章",
"description": "All Posts"
+ },
+ "theme.blog.paginator.navAriaLabel": {
+ "message": "Blog list page navigation",
+ "description": "The ARIA label for the blog pagination"
+ },
+ "theme.blog.paginator.newerEntries": {
+ "message": "Newer Entries",
+ "description": "The label used to navigate to the newer blog posts page
(previous page)"
+ },
+ "theme.blog.paginator.olderEntries": {
+ "message": "Older Entries",
+ "description": "The label used to navigate to the older blog posts page
(next page)"
+ },
+ "theme.blog.post.paginator.navAriaLabel": {
+ "message": "Blog post page navigation",
+ "description": "The ARIA label for the blog posts pagination"
+ },
+ "theme.blog.post.paginator.newerPost": {
+ "message": "Newer Post",
+ "description": "The blog post button label to navigate to the
newer/previous post"
+ },
+ "theme.blog.post.paginator.olderPost": {
+ "message": "Older Post",
+ "description": "The blog post button label to navigate to the older/next
post"
+ },
+ "theme.blog.post.plurals": {
+ "message": "{count}个贴子",
+ "description": "Pluralized label for \"{count} post·s\". 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)"
+ },
+ "theme.blog.tagTitle": {
+ "message": "{nPosts}标记为\"{tagName}\"",
Review Comment:
```suggestion
"message": "{nPosts}被标记为 “{tagName}”",
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]