Skip to content

Commit

Permalink
docs: translate developer articles (#1055)
Browse files Browse the repository at this point in the history
* docs: translate developer articles

* docs: update content

* docs: update content
  • Loading branch information
lxKylin authored Jan 18, 2025
1 parent ce9e312 commit ad3ac25
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions src/developers/components/DeveloperLanding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ onMounted(() => {
<template>
<PageShowcaseListLayout
spotlightTitle="Spotlight"
featuredTitle="Vue.js Certified developers"
featuredTitle="认证的 Vue.js 开发者"
>
<template #hero>
<DeveloperHero />
Expand All @@ -44,7 +44,7 @@ onMounted(() => {
target="_blank"
class="accent-button"
>
Contact {{ partnerConfig.partnerName }} for a tailored fit
联系 {{ partnerConfig.partnerName }} 获取定制化的服务
</a>
</template>

Expand All @@ -64,7 +64,7 @@ onMounted(() => {
target="_blank"
class="accent-button"
>
Contact {{ partnerConfig.partnerName }} for a tailored fit
联系 Proxify 获取定制化的服务
</a>
</div>
</template>
Expand Down
16 changes: 8 additions & 8 deletions src/developers/partnerConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ const partnerConfig = {

// Hero Section
pageHeroBanner: {
title: 'Find top Vue.js developers for your team',
description1: 'Access certified Vue.js developers available for your next project.',
description2: 'Proxify handles the vetting process to ensure top-tier quality and reliability.',
title: '为你的团队寻找顶级的 Vue.js 开发者',
description1: '访问可用于你的下一个项目的经过认证的 Vue.js 开发者',
description2: 'Proxify 负责筛选过程,以确保顶级的质量和可靠性',
hireButton: {
url: hireUrl,
label: 'Find Vue.js developers now'
label: '立即寻找 Vue.js 开发者'
},
footer: "Get matched with a top Vue.js developer in less than 48 hours",
footer: '在不到 48 小时内与顶级 Vue.js 开发者匹配'
},

// Hero Section
pageJoinSection: {
title: 'Become a listed developer',
description: 'Get a long-term part-time or full-time position at company looking for a Vue.js developer.',
title: '成为一名注册开发者',
description: '获得一个长期的兼职或全职职位,适合正在寻找 Vue.js 开发者的公司',
applyButton: {
url: applyUrl,
label: 'Apply to join'
label: '申请加入'
}
},

Expand Down

0 comments on commit ad3ac25

Please sign in to comment.