Files
BaiTu-homepage/static/js/language/en.js
DelLevin-Home a664c423fa 1
2026-06-05 00:08:46 +08:00

84 lines
4.7 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 a second-tier university with a major in Information Management and Information Systems. I self-taught development languages like Java, Vue ecosystem, Python, as well as operations and database technologies like Linux, MySQL, Redis, and Nginx. I also dabble in software reverse engineering, PS, PR, AE production, and other fancy stuff. I've built systems, crimped network cables, worked with PLCs, played with microcontrollers, repaired servers (physically 🤭), operated public accounts, and maintained and managed websites. You could say I know a bit of everything, but just a tiny bit. Others may think I'm a pro, but I'm actually just a noob. Still, I won't give up and will keep striving to become a pro. As Liu Lian from NARAKA said, \"The most important skill in the world is perseverance.\"",
about_me_p2:
'My hobbies are playing games, reading books, and watching anime — a complete homebody who hates going out. I hate repetitive and simple work, so I often write small tools to slack off. After all, laziness is my primary 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 letter-style design, using pure HTML. Umami tracks UV/PV at the bottom. The Memos section uses the Memos API. The guestbook is self-built, and blog posts use the Typecho Restful plugin (customized by me). 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://github.com/dellevin/iletter-homepage" target="_blank">https://github.com/dellevin/iletter-homepage </a> and use it, or download by viewing the website source code through F12.',
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",
social_link6: "XiaoHongShu",
// 留言
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, or click the guestbook link in the top right corner to leave a message!',
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:",
// Guestbook
guestbook_title: "Guestbook",
guestbook_placeholder: "Say something...",
guestbook_nickname: "Nickname (optional)",
guestbook_email: "Email (optional)",
guestbook_website: "Website (optional)",
guestbook_submit: "Submit",
guestbook_loading: "Loading messages...",
guestbook_no_data: "No messages yet, be the first to comment!",
guestbook_load_error: "Failed to load messages, please try again later",
guestbook_submit_success: "Message submitted successfully!",
guestbook_submit_error: "Failed to submit message, please try again",
guestbook_required_nickname: "Please enter a nickname",
// Top-right buttons
btn_guestbook: "Guestbook",
btn_blog_posts: "Blog Posts",
btn_photo_album: "Travel Shadows",
blog_latest_posts: "Latest Posts",
photo_latest_photos: "Latest Photos",
photo_album_title: "Travel Shadows",
};