fix(i18n): 更新翻译文本,将“查看项目”修改为“关于我”
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -24,3 +24,6 @@ pnpm-debug.log*
|
|||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
.trae/
|
.trae/
|
||||||
|
|
||||||
|
# deploy script
|
||||||
|
deploy.sh
|
||||||
@@ -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: '探索自由职业道路,努力成为数字游民',
|
||||||
|
|||||||
Reference in New Issue
Block a user