Files
BaiTu-homepage/static/js/language/en.js
2026-01-30 20:13:27 +08:00

61 lines
3.5 KiB
JavaScript

const translationsEN = {
page_title: "BaiTu - BAITU",
// nav选择
nav_about: "About Me",
nav_website: "My Websites",
nav_tools: "Tools",
nav_games: "Games",
nav_footprint: "Footprints",
nav_memos: "Memos",
nav_contact: "Contact Me",
// 描述
hello: "Hello",
greeting: "",
my_name: "BaiTu",
about_me_p1:
"My name is <strong>BaiTu</strong>, from Hengshui, Hebei, a native northerner. I graduated from an obscure second-tier university with a major in Information Management and Information Systems. I self-studied development technologies like Java, Vue, Linux, MySQL, Python, and some software reverse engineering techniques. I also have basic skills in PS, PR, and AE. I have experience with systems, networking, PLCs, microcontrollers, server maintenance, and managing public accounts and websites. In short, I know a little bit about many things. Others might think I'm an expert, but actually, I'm just a rookie. However, I won't give up and will strive to become an expert. As Liu Lian from NARAKA said, \"The most important skill in the world is perseverance.\"",
about_me_p2:
'My hobbies usually involve playing games, reading books, watching anime, and I prefer staying indoors. I hate repetitive and simple work, so I often write small tools to make life easier because laziness drives my productivity. I frequently lurk on various forums and blogs, shouting "666" or "Amazing" under tech bloggers. My own blog updates sporadically, mainly recording daily life notes and technical challenges encountered.',
about_me_p3:
'This site follows a minimalist style, using pure HTML. Umami tracks UV/PV at the bottom. The Memos section uses the Memos API. It also employs Baota Cloud WAF protection and nginx caching for static resources. If you are interested, you can directly download the source code from <a href="https://gitea.iletter.top/dellevin/BaiTu-homepage" target="_blank">https://gitea.iletter.top/dellevin/BaiTu-homepage </a> and use it.',
about_me_p4:
"As a 99er programmer, I am glad to still have great passion for technology after starting work! If you share the same interest in technology, I would love to meet you! Let's progress and grow together!",
// 联系方式
contact_intro: "Feel free to reach out via the following methods:",
email_label: "Email:",
wechat_label: "WeChat:",
qq_label: "QQ:",
address_label: "Address:",
address_value: "Shizhong District, Jinan, Shandong Province",
// 社交媒体
social_link1: "GitHub",
social_link2: "Weibo",
social_link3: "Zhihu",
social_link4: "Bilibili",
social_link5: "52pojie",
// 留言
leave_message_h3: "Leave a Message",
leave_message_p:
'If you have any questions or suggestions, feel free to <a href="https://blog.iletter.top/401.html" target="_blank">click here</a> to leave me a message on my blog!',
leave_message_link: "click here",
// 小界面标题
my_website_h2: "My Websites",
personal_blog_h3: "Personal Blogs",
contact_me_h2: "Contact Me",
my_tools_h2: "My Tools",
footprint_map_h2: "history footprint",
memos_h2: "Memos",
my_games_h2: "Games I Often Play",
social_media_h3: "Social Media",
// 加载状态
loading_tools: "Loading tools list...",
loading_games: "Loading games list...",
loading_memos: "Loading...",
loading_website:"Loading...",
// 底部
footer_text:
"I still choose to spend the rest of my life in my own way although I am a failure.",
visitor_count_label: "Visitors:",
visit_count_label: "Total Visits:",
};