feat: 更新翻译内容,添加关于服务和个人信息的多语言支持
This commit is contained in:
@@ -19,6 +19,12 @@ export const translations = {
|
||||
description: 'Full Stack Developer specializing in React, Node.js, and modern web technologies',
|
||||
},
|
||||
hero: {
|
||||
greeting: "Hello, I'm",
|
||||
viewProjects: 'View Projects',
|
||||
contactMe: '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',
|
||||
contactInfo: 'Contact Me',
|
||||
githubLink: 'GitHub Profile',
|
||||
linkedinLink: 'LinkedIn Profile',
|
||||
},
|
||||
@@ -44,6 +50,16 @@ export const translations = {
|
||||
blog: {
|
||||
slogan: 'This is where innovative thinking meets complex problems.',
|
||||
},
|
||||
services: {
|
||||
title: 'What I Do',
|
||||
viewAll: 'Learn More',
|
||||
},
|
||||
about: {
|
||||
title: 'About Me',
|
||||
sectionTitle: 'About Me',
|
||||
learnMore: 'Learn More About Me',
|
||||
toolbox: 'My Toolbox',
|
||||
},
|
||||
},
|
||||
zh: {
|
||||
nav: {
|
||||
@@ -59,6 +75,12 @@ export const translations = {
|
||||
description: '专注于 React、Node.js 和现代 Web 技术的全栈开发者',
|
||||
},
|
||||
hero: {
|
||||
greeting: '你好,我是',
|
||||
viewProjects: '查看项目',
|
||||
contactMe: '联系我',
|
||||
lookingForJob: '正在寻找前端/TS 全栈工程师(远程)?联系我!',
|
||||
digitalNomad: '探索自由职业道路,努力成为数字游民',
|
||||
contactInfo: '联系我',
|
||||
githubLink: 'GitHub 主页',
|
||||
linkedinLink: 'LinkedIn 主页',
|
||||
},
|
||||
@@ -69,7 +91,7 @@ export const translations = {
|
||||
tag: {
|
||||
business: '商业项目',
|
||||
opensource: '开源项目',
|
||||
personal: '个人产品',
|
||||
personal: '个人项目',
|
||||
portfolio: '作品集',
|
||||
ecommerce: '电子商务',
|
||||
},
|
||||
@@ -84,6 +106,16 @@ export const translations = {
|
||||
blog: {
|
||||
slogan: '这里是创新思维与复杂问题相遇的地方。',
|
||||
},
|
||||
services: {
|
||||
title: '我能做什么',
|
||||
viewAll: '了解更多',
|
||||
},
|
||||
about: {
|
||||
title: '关于我',
|
||||
sectionTitle: '关于我',
|
||||
learnMore: '了解更多',
|
||||
toolbox: '我的工具箱',
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user