From bb336f91da63a95fc03635ebe6bcb9d94652a9f8 Mon Sep 17 00:00:00 2001 From: Kylin <1159469891@qq.com> Date: Tue, 31 Dec 2024 14:36:08 +0800 Subject: [PATCH] docs: translate developer articles --- .../components/DeveloperLanding.vue | 6 ++-- src/developers/partnerConfig.js | 31 +++++++++++-------- 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/src/developers/components/DeveloperLanding.vue b/src/developers/components/DeveloperLanding.vue index 34a2a810..4568ff87 100644 --- a/src/developers/components/DeveloperLanding.vue +++ b/src/developers/components/DeveloperLanding.vue @@ -27,7 +27,7 @@ onMounted(() => { diff --git a/src/developers/partnerConfig.js b/src/developers/partnerConfig.js index 48c391c9..8f956056 100644 --- a/src/developers/partnerConfig.js +++ b/src/developers/partnerConfig.js @@ -1,14 +1,15 @@ import partnerData from '../partners/partners.json' const partnerName = 'Proxify' -const partner = partnerData.find(partner => partner.name === partnerName) +const partner = partnerData.find((partner) => partner.name === partnerName) const websiteLabel = 'proxify.io' const websiteUrl = 'https://proxify.io/' const applyUrl = 'https://career.proxify.io/apply' const hireUrl = 'https://proxify.io/hire-vuejs' const vueArticleUrl = 'https://proxify.io/hire-vue-developers' -const imageStorageUrl = 'https://res.cloudinary.com/proxify-io/image/upload' +const imageStorageUrl = + 'https://res.cloudinary.com/proxify-io/image/upload' const partnerConfig = { // Partner information @@ -25,23 +26,24 @@ 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: '申请加入' } }, @@ -57,13 +59,16 @@ const partnerConfig = { // Diagram sections profileDiagram: { title: 'Candidate profile', - prependText: 'How our developers score in the parameters that correlate best with future success in the role.' + prependText: + 'How our developers score in the parameters that correlate best with future success in the role.' }, scoreDiagram: { title: 'Engineering excellence score', - prependText: 'The practical score range is 0 to 300. This is the distribution of scores for all evaluated Vue.js developers, and here’s where your candidate scored.', - appendText: 'Data from 3,661 evaluated Vue.js developers and 38,008 applicants.' + prependText: + 'The practical score range is 0 to 300. This is the distribution of scores for all evaluated Vue.js developers, and here’s where your candidate scored.', + appendText: + 'Data from 3,661 evaluated Vue.js developers and 38,008 applicants.' }, // Proficiency Section