SanYeCao-blog/src/i18n/zh.ts

55 lines
2.6 KiB
TypeScript
Raw Normal View History

2026-03-24 19:32:44 +00:00
export default {
2026-03-24 22:28:23 +00:00
banner: {
2026-03-24 23:40:19 +00:00
title: "Cloverta的博客",
2026-03-24 22:28:23 +00:00
subtitle: ""
},
2026-03-24 19:32:44 +00:00
nav: {
home: "首页",
posts: "文章",
tags: "标签",
about: "关于",
},
post: {
writtenBy: "作者",
comments: "评论",
publishedOn: "发布于",
},
theme: {
toggle: "切换主题",
},
2026-03-24 22:28:23 +00:00
langSwitcher: "EN",
home: {
2026-03-24 23:13:44 +00:00
title: "欢迎光临,请进门左转",
content: [
"见字如晤,展信舒颜。楮墨有限,不尽欲言。",
"欢迎来到三叶的博客。",
]
2026-03-24 22:28:23 +00:00
},
about: {
title: "关于我,和这个博客",
name: "三叶",
slogan: "Sata Andagi!!!",
profilePicture: "https://files.seeusercontent.com/2026/03/24/Ne8b/009BC44B87E00F74351AA6730F8B7353.jpg",
content: [
"我是?你是?我是??",
"无论你是因为什么点开了这个页面,都很高兴能在互联网中偶遇你。",
'这个博客使用 <a href="https://astro.build/">Astro</a> 构建,是一个完全静态的纯前端网页。相比第三方商业博客平台或 WordPress它更简洁、更高效、更快速并且至少在我的审美里也更美观。',
"最初,我曾在服务器上自建过 WordPress但它实在太重了——加载短短几百字的文章竟然也要花上好几秒。这对于任何一个火急火燎地上网查解决方案的码农来说都是相当折磨的事情。因此我从很久以前就想着自己从头写一个静态博客。",
"如你所见,这个网站的功能现在可能还不算完善。我会在接下来的时间里慢慢把它维护好。",
"这个博客在设计理念上参考了:",
'· <a href="https://ex-tasty.com/">極限風味</a>',
'· <a href="https://blog.cloudti.de/">Parsifal\'s Blog</a>',
"· 还有一些已经忘记名字的网站",
"谢谢你们的想法和热情!",
"此外,这个博客完全开源,你可以从页脚的链接处获取它的源代码。",
]
},
2026-03-24 22:50:33 +00:00
tags: {
2026-03-24 23:13:44 +00:00
title: "标签",
description: "在这里收集着整篇博客出现过的标签,点击标签跳转对应的文章列表。"
2026-03-24 22:50:33 +00:00
},
2026-03-24 22:28:23 +00:00
footer: {
githubIntro: '在 <a href="https://www.github.com/ClovertaTheTrilobita">GitHub</a> 查看更多!',
repoIntro: '这个博客完全开源于 <a href="https://www.github.com/ClovertaTheTrilobita/SanYeCao-blog">ClovertaTheTrilobita/SanYeCao-blog</a>'
}
2026-03-24 19:32:44 +00:00
};