Create zh.ts

This commit is contained in:
2026-06-13 16:44:34 +08:00
committed by GitHub
parent 5f94fff0c8
commit 4e4d537ac3
+71
View File
@@ -0,0 +1,71 @@
import type { UIStrings } from "../types";
export default {
nav: {
home: "首页",
posts: "文章",
tags: "标签",
about: "关于",
archives: "归档",
search: "搜索",
},
post: {
publishedAt: "发布于",
updatedAt: "更新于",
sharePostIntro: "分享本文:",
sharePostOn: "在 {{platform}} 上分享本文",
sharePostViaEmail: "通过邮件分享本文",
tagLabel: "标签",
backToTop: "回到顶部",
goBack: "返回",
editPage: "编辑页面",
previousPost: "上一篇",
nextPost: "下一篇",
},
pagination: {
prev: "上一页",
next: "下一页",
page: "第",
},
home: {
socialLinks: "社交链接",
featured: "精选",
recentPosts: "最新文章",
allPosts: "所有文章",
},
footer: {
copyright: "版权",
allRightsReserved: "版权所有。",
},
pages: {
tagTitle: "标签",
tagDesc: "带有此标签的所有文章",
tagsTitle: "所有标签",
tagsDesc: "文章中使用的所有标签。",
postsTitle: "文章",
postsDesc: "我发布的所有文章。",
archivesTitle: "归档",
archivesDesc: "我归档的所有文章。",
searchTitle: "搜索",
searchDesc: "搜索任意文章……",
},
a11y: {
skipToContent: "跳转到内容",
openMenu: "打开菜单",
closeMenu: "关闭菜单",
toggleTheme: "切换主题",
searchPlaceholder: "搜索文章……",
noResults: "未找到结果",
goToPreviousPage: "转到上一页",
goToNextPage: "转到下一页",
},
notFound: {
title: "404 未找到",
message: "页面不存在",
goHome: "返回首页",
},
} satisfies UIStrings;