Skip to content

Commit 0935cfa

Browse files
committed
Fix: blog tags
Signed-off-by: laixingyou <[email protected]>
1 parent ec82056 commit 0935cfa

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

i18n/zh/code.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,23 +160,23 @@
160160
"description": "The ARIA label for the blog pagination"
161161
},
162162
"theme.blog.paginator.newerEntries": {
163-
"message": "Newer Entries",
163+
"message": "最新文章",
164164
"description": "The label used to navigate to the newer blog posts page (previous page)"
165165
},
166166
"theme.blog.paginator.olderEntries": {
167-
"message": "Older Entries",
167+
"message": "往期文章",
168168
"description": "The label used to navigate to the older blog posts page (next page)"
169169
},
170170
"theme.blog.post.paginator.navAriaLabel": {
171171
"message": "Blog post page navigation",
172172
"description": "The ARIA label for the blog posts pagination"
173173
},
174174
"theme.blog.post.paginator.newerPost": {
175-
"message": "Newer Post",
175+
"message": "新文章",
176176
"description": "The blog post button label to navigate to the newer/previous post"
177177
},
178178
"theme.blog.post.paginator.olderPost": {
179-
"message": "Older Post",
179+
"message": "旧文章",
180180
"description": "The blog post button label to navigate to the older/next post"
181181
},
182182
"theme.blog.post.plurals": {

modules/community

Submodule community updated 32 files

modules_i18n/community-zh

Submodule community-zh updated 32 files

0 commit comments

Comments
 (0)