diff --git a/src/i18n/lang/en.ts b/src/i18n/lang/en.ts index 8a641c0..0203a23 100644 --- a/src/i18n/lang/en.ts +++ b/src/i18n/lang/en.ts @@ -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; \ No newline at end of file