mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-13 23:31:07 +08:00
feat: add links to i18n translations
This commit is contained in:
+5
-1
@@ -6,6 +6,7 @@ export default {
|
||||
posts: "文章",
|
||||
tags: "标签",
|
||||
about: "关于",
|
||||
links: "友链",
|
||||
archives: "归档",
|
||||
search: "搜索",
|
||||
},
|
||||
@@ -50,6 +51,9 @@ export default {
|
||||
archivesTitle: "归档",
|
||||
archivesDesc: "我归档的所有文章。",
|
||||
|
||||
linksTitle: "友链",
|
||||
linksDesc: "我的朋友们的博客和网站。",
|
||||
|
||||
searchTitle: "搜索",
|
||||
searchDesc: "搜索任意文章……",
|
||||
},
|
||||
@@ -68,4 +72,4 @@ export default {
|
||||
message: "页面不存在",
|
||||
goHome: "返回首页",
|
||||
},
|
||||
} satisfies UIStrings;
|
||||
} satisfies UIStrings;
|
||||
Reference in New Issue
Block a user