Skip to content

Commit 9c3f650

Browse files
committed
Users-index.html.js translation done
Signed-off-by: Jonir Rings <[email protected]>
1 parent 590a264 commit 9c3f650

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

site/users/index.html.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -546,13 +546,13 @@ module.exports = ({ page }) =>
546546
<section className="whos-using-page">
547547

548548
<div className="prose">
549-
<h1>Who&rsquo;s using GraphQL?</h1>
549+
<h1>谁在使用 GraphQL</h1>
550550
<p>
551-
GraphQL is used by teams of all sizes in many different environments and languages to power mobile apps, websites, and APIs.
551+
GraphQL 已经被各种体量的团队所使用,在不同的环境、不同的语言下,用于增强移动应用、网站和 API。
552552
</p>
553553
<p>
554-
Is your company using GraphQL?<br />
555-
Edit this page with a <a target="_blank" href={'https://github.com/graphql/graphql.github.io/edit/source/site/' + page.relPath}>Pull Request</a> to add your logo.
554+
你的公司也在使用 GraphQL 吗?<br />
555+
编辑这个页面然后发出一个 <a target="_blank" href={'https://github.com/graphql/graphql.github.io/edit/source/site/' + page.relPath}>Pull Request</a> 来加上你的 logo 吧。
556556
</p>
557557
</div>
558558

@@ -567,4 +567,4 @@ module.exports = ({ page }) =>
567567
</div>
568568

569569
</section>
570-
</Site>
570+
</Site>;

0 commit comments

Comments
 (0)