mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
feat: add links to i18n translations
This commit is contained in:
@@ -6,6 +6,7 @@ export default {
|
|||||||
posts: "文章",
|
posts: "文章",
|
||||||
tags: "标签",
|
tags: "标签",
|
||||||
about: "关于",
|
about: "关于",
|
||||||
|
links: "友链",
|
||||||
archives: "归档",
|
archives: "归档",
|
||||||
search: "搜索",
|
search: "搜索",
|
||||||
},
|
},
|
||||||
@@ -50,6 +51,9 @@ export default {
|
|||||||
archivesTitle: "归档",
|
archivesTitle: "归档",
|
||||||
archivesDesc: "我归档的所有文章。",
|
archivesDesc: "我归档的所有文章。",
|
||||||
|
|
||||||
|
linksTitle: "友链",
|
||||||
|
linksDesc: "我的朋友们的博客和网站。",
|
||||||
|
|
||||||
searchTitle: "搜索",
|
searchTitle: "搜索",
|
||||||
searchDesc: "搜索任意文章……",
|
searchDesc: "搜索任意文章……",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user