Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 9cd61fc

Browse files
rewrite0w0Boshen
authored andcommitted
translate: update contents
1 parent a162b99 commit 9cd61fc

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

i18n/ja/code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
"description": "The first content of subtitle in the top page"
268268
},
269269
"homepage.subtitle.second": {
270-
"message": "このサイトは、Rustやパーサーを学びたい方、oxc、swc、Romeなどへの貢献を考えている方への助けとなります",
270+
"message": "このサイトは、Rustやパーサーを学びたい方、oxc、swc、Biomeなどへの貢献を考えている方への助けとなります",
271271
"description": "The second content of subtitle in the top page"
272272
},
273273
"homepage.subtitle.third": {

i18n/ko/code.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"description": "The first paragraph of the 404 page"
1717
},
1818
"theme.NotFound.p2": {
19-
"message": "이 페이지 링크하고 있는 소유가에 링크가 망가졌다 연락해주세요",
19+
"message": "이 페이지 링크하고 있는 소유자에게 링크가 망가졌다 연락해주세요",
2020
"description": "The 2nd paragraph of the 404 page"
2121
},
2222
"theme.BackToTopButton.buttonAriaLabel": {
@@ -251,7 +251,7 @@
251251
"description": "The ARIA label and title attribute for expand button of doc sidebar"
252252
},
253253
"theme.docs.sidebar.expandButtonAriaLabel": {
254-
"message": "サイドバーを開く",
254+
"message": "사이드 바 열기",
255255
"description": "The ARIA label and title attribute for expand button of doc sidebar"
256256
},
257257
"theme.common.skipToMainContent": {
@@ -267,7 +267,7 @@
267267
"description": "The first content of subtitle in the top page"
268268
},
269269
"homepage.subtitle.second": {
270-
"message": "이 사이트는, Rust나 파서를 배우고 싶은 분, oxc, swc, Rome 등 공헌을 생각하고 있는 분에게 도움이 될 것 입니다.",
270+
"message": "Rust나 파서를 배우고 싶은 분, 조만간 oxc, swc, Biome 등에 공헌을 생각하고 있는 분에게 도움이 될 것 입니다.",
271271
"description": "The second content of subtitle in the top page"
272272
},
273273
"homepage.subtitle.third": {

i18n/ko/docusaurus-plugin-content-docs/current/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ id: intro
33
title: Introduction
44
---
55

6-
우리는 [제 3의 JavaScript 시대](https://www.swyx.io/js-third-age/)살고 있습니다, 근래는 JavaScript 도구를 Rust나 Go로 만들어 성능을 뛰어나게 만드려하는 경향입니다.
6+
우리는 [JavaScript 제3 시대](https://www.swyx.io/js-third-age/)살고 있습니다. 그리고 근래는 JavaScript 도구를 Rust나 Go로 만들어 성능을 뛰어나게 만드려하는 경향입니다.
77

8-
다만 JavaScript 도구 개발은 어렵고, 이걸 Rust로 만든다면 한층 더 어려워집니다
8+
다만 JavaScript 도구 개발은 어려운데, 이걸 Rust로 만든다면 한층 더 어려워집니다
99
저는 이 기술을 학습하기 위해 상당한 고통을 받았습니다. 이런 비슷한 경험을 한 사람이 적길 바랄 뿐입니다.
1010

1111
저는 여러분이 저와 같은 고통을 받지 않도록, 이 가이드를 작성함으로 커뮤니티에 저 나름의 공헌을 하고자 합니다.

i18n/ko/docusaurus-plugin-content-docs/current/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Overview
66
이 가이드에서는 표준 컴파일러 프론트엔드 단계를 적용합니다:
77

88
```markup
9-
Source Text --> Token --> Lexer --> Parser --> AST
9+
Source Text --> Lexer --> Token --> Parser --> AST
1010
```
1111

1212
자바스크립트 파서를 작성하는 것은 어렵지 않습니다.

i18n/ko/docusaurus-plugin-content-docs/current/references.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: References
66

77
- Rust
88
- [swc](https://swc.rs)
9-
- [Rome](https://rome.tools)
9+
- [Biome](https://biomejs.dev)
1010
- [jsparagus](https://github.com/mozilla-spidermonkey/jsparagus)
1111
- [ratel](https://github.com/ratel-rust/ratel-core)
1212
- [boa](https://github.com/lastmjs/boa-azle)

src/pages/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ function HomepageHeader() {
2121
</Translate>
2222
</p>
2323
<p className="hero__subtitle">
24+
<Translate id="homepage.subtitle.second">
2425
This will be the guide for you if you are interested in learning Rust, parsers,
2526
or would like to contribute to <a href="https://github.com/boshen/oxc" target="__blank">oxc</a>, <a href="https://swc.rs" target="__blank">swc</a> or <a href="https://biomejs.dev" target="__blank">Biome</a> in the near future.
27+
</Translate>
2628
</p>
2729
<p className="hero__subtitle">
2830
<Translate id="homepage.subtitle.third">

0 commit comments

Comments
 (0)