fix(i18n): 更新翻译文本,将“查看项目”修改为“关于我”

This commit is contained in:
joyzhao
2026-01-09 17:39:35 +08:00
parent bdf9fad89f
commit 1952f4de64
2 changed files with 6 additions and 3 deletions

3
.gitignore vendored
View File

@@ -24,3 +24,6 @@ pnpm-debug.log*
.idea/ .idea/
.trae/ .trae/
# deploy script
deploy.sh

View File

@@ -20,7 +20,7 @@ export const translations = {
}, },
hero: { hero: {
greeting: "Hello, I'm", greeting: "Hello, I'm",
viewProjects: 'View Projects', viewProjects: 'About Me',
contactMe: 'Contact Me', contactMe: 'Contact Me',
lookingForJob: 'Looking for a Frontend/TS Full-stack Engineer (Remote)? Contact me!', lookingForJob: 'Looking for a Frontend/TS Full-stack Engineer (Remote)? Contact me!',
digitalNomad: 'Exploring the freelance journey, striving to become a digital nomad', digitalNomad: 'Exploring the freelance journey, striving to become a digital nomad',
@@ -77,7 +77,7 @@ export const translations = {
}, },
hero: { hero: {
greeting: '你好,我是', greeting: '你好,我是',
viewProjects: '查看项目', viewProjects: '关于我',
contactMe: '联系我', contactMe: '联系我',
lookingForJob: '正在寻找前端/TS 全栈工程师(远程)?联系我!', lookingForJob: '正在寻找前端/TS 全栈工程师(远程)?联系我!',
digitalNomad: '探索自由职业道路,努力成为数字游民', digitalNomad: '探索自由职业道路,努力成为数字游民',