SanYeCao-blog/src/i18n/en.ts

57 lines
No EOL
2.8 KiB
TypeScript

export default {
banner: {
title: "Cloverta's Blog",
subtitle: "More to explore here (kinda) — welcome to Cloverta's blog 🥳"
},
nav: {
home: "Home",
posts: "Posts",
tags: "Tags",
about: "About",
timeline: "Timeline",
friends: "Friends"
},
post: {
writtenBy: "Written by",
comments: "Comments",
publishedOn: "Published on",
},
theme: {
toggle: "Toggle theme",
},
langSwitcher: "中文",
home: {
title: "Welcome in — please mind the gap",
content: [
"These few lines speak what the heart would say; Ink and paper end, but thoughts still stay",
"Welcome to Cloverta's blog.",
]
},
about: {
title: "About Me, and This Blog",
name: "Cloverta",
slogan: "Sata Andagi!!!",
profilePicture: "https://files.seeusercontent.com/2026/03/24/Ne8b/009BC44B87E00F74351AA6730F8B7353.jpg",
content: [
"Who am I? Who are you? What even am I?",
"Whatever brought you to this page, I'm glad our paths crossed here on the internet.",
'This blog is built with <a href="https://astro.build/">Astro</a> and is a fully static frontend website. Compared with third-party commercial blog platforms or WordPress, it is simpler, more efficient, faster, and, at least to my taste, more beautiful.',
"At first, I self-hosted WordPress on my server, but it was just too heavy — loading an article of only a few hundred words could still take several seconds. For any programmer anxiously searching online for a solution, that can be quite frustrating. So for a long time, I had wanted to build a static blog from scratch myself.",
"As you can see, the functionality of this website may still be incomplete for now. I will continue improving and maintaining it over time.",
"The design of this blog was inspired by:",
'· <a href="https://ex-tasty.com/">極限風味</a>',
'· <a href="https://blog.cloudti.de/">Parsifal\'s Blog</a>',
"· And some other websites whose names I have unfortunately forgotten",
"Thank you for your ideas and passion!",
"In addition, this blog is fully open source. You can find its source code through the link in the footer.",
]
},
tags: {
title: "Tags",
description: "All tags that have appeared across the blog are collected here. Click a tag to jump to the corresponding list of posts."
},
footer: {
githubIntro: 'See more on <a href="https://repo.cloverta.top/cloverta">Forgejo</a>!',
repoIntro: 'This blog is fully open source at <a href="https://repo.cloverta.top/cloverta/SanYeCao-blog">ClovertaTheTrilobita/SanYeCao-blog</a>'
}
};