feat: add links to i18n translations

This commit is contained in:
2026-08-11 08:26:43 +00:00
parent da2a5202ba
commit 730a52406e
+5 -1
View File
@@ -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;