From 120bada1af3ba869cfa58a882ba9717ab4469e90 Mon Sep 17 00:00:00 2001
From: Aroyan <43630681+aroyan@users.noreply.github.com>
Date: Thu, 27 Jun 2024 07:46:41 +0000
Subject: [PATCH 1/5] init `title` translation
---
.../reference/react-dom/components/title.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/content/reference/react-dom/components/title.md b/src/content/reference/react-dom/components/title.md
index 24b2aba2f..3d39c8bb6 100644
--- a/src/content/reference/react-dom/components/title.md
+++ b/src/content/reference/react-dom/components/title.md
@@ -5,17 +5,17 @@ canary: true
-React's extensions to `` are currently only available in React's canary and experimental channels. In stable releases of React `` works only as a [built-in browser HTML component](https://react.dev/reference/react-dom/components#all-html-components). Learn more about [React's release channels here](/community/versioning-policy#all-release-channels).
+Ekstensi React untuk `` saat ini hanya tersedia di saluran canary dan eksperimental React. Pada rilis stabil React, `` hanya berfungsi sebagai [komponen HTML bawaan browser](https://react.dev/reference/react-dom/components#all-html-components). Pelajari lebih lanjut tentang [saluran rilis React di sini.](/community/versioning-policy#all-release-channels).
-The [built-in browser `` component](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title) lets you specify the title of the document.
+[Komponen bawaan `` pada browser](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title) memungkinkan Anda untuk menentukan judul dari dokumen.
```js
-My Blog
+Blog Saya
```
@@ -24,21 +24,21 @@ The [built-in browser `
` component](https://developer.mozilla.org/en-US/d
---
-## Reference {/*reference*/}
+## Referensi {/*reference*/}
### `` {/*title*/}
-To specify the title of the document, render the [built-in browser `` component](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title). You can render `` from any component and React will always place the corresponding DOM element in the document head.
+To specify the title of the document, render the [komponen bawaan `` pada browser](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title). You can render `` from any component and React will always place the corresponding DOM element in the document head.
```js
-My Blog
+Blog Saya
```
-[See more examples below.](#usage)
+[Lihat contoh-contoh lainnya di bawah ini.](#usage)
#### Props {/*props*/}
-`` supports all [common element props.](/reference/react-dom/components/common#props)
+`` mendukung semua [common element props.](/reference/react-dom/components/common#props)
* `children`: `` accepts only text as a child. This text will become the title of the document. You can also pass your own components as long as they only render text.
From 4124fb0ebcd8e24e70cc1efc10374cddb017339b Mon Sep 17 00:00:00 2001
From: Aroyan <43630681+aroyan@users.noreply.github.com>
Date: Thu, 27 Jun 2024 22:37:59 +0000
Subject: [PATCH 2/5] completed - ready for review
---
.../reference/react-dom/components/title.md | 36 +++++++++----------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/src/content/reference/react-dom/components/title.md b/src/content/reference/react-dom/components/title.md
index 3d39c8bb6..703dcc6db 100644
--- a/src/content/reference/react-dom/components/title.md
+++ b/src/content/reference/react-dom/components/title.md
@@ -5,14 +5,14 @@ canary: true
-Ekstensi React untuk `` saat ini hanya tersedia di saluran canary dan eksperimental React. Pada rilis stabil React, `` hanya berfungsi sebagai [komponen HTML bawaan browser](https://react.dev/reference/react-dom/components#all-html-components). Pelajari lebih lanjut tentang [saluran rilis React di sini.](/community/versioning-policy#all-release-channels).
+Ekstensi React untuk `` saat ini hanya tersedia di saluran canary dan eksperimental React. Pada rilis stabil React, `` hanya berfungsi sebagai [komponen HTML bawaan peramban](https://react.dev/reference/react-dom/components#all-html-components). Pelajari lebih lanjut tentang [saluran rilis React di sini.](/community/versioning-policy#all-release-channels).
-[Komponen bawaan `` pada browser](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title) memungkinkan Anda untuk menentukan judul dari dokumen.
+[Komponen bawaan peramban ``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title) memungkinkan Anda untuk menentukan judul dari dokumen.
```js
Blog Saya
@@ -28,7 +28,7 @@ Ekstensi React untuk `` saat ini hanya tersedia di saluran canary dan eks
### `` {/*title*/}
-To specify the title of the document, render the [komponen bawaan `` pada browser](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title). You can render `` from any component and React will always place the corresponding DOM element in the document head.
+Untuk menentukan judul dokmen, render [komponen bawaan peramban ``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title). Anda dapat me-_render_ `` dari komponen apapun dan React akan selalu menempatkan elemen DOM yang sesuai di _document head_.
```js
Blog Saya
@@ -38,31 +38,31 @@ To specify the title of the document, render the [komponen bawaan `` pada
#### Props {/*props*/}
-`` mendukung semua [common element props.](/reference/react-dom/components/common#props)
+`` mendukung semua [element props yang umum.](/reference/react-dom/components/common#props)
-* `children`: `` accepts only text as a child. This text will become the title of the document. You can also pass your own components as long as they only render text.
+* `children`: `` hanya menerima teks sebagai anak. Teks ini akan menjadi judul dokumen. Anda juga dapat meng-oper komponen Anda sendiri selama komponen tersebut hanya me-_render_ teks.
-#### Special rendering behavior {/*special-rendering-behavior*/}
+#### Perilaku _render_-ing khusus {/*special-rendering-behavior*/}
-React will always place the DOM element corresponding to the `` component within the document’s ``, regardless of where in the React tree it is rendered. The `` is the only valid place for `` to exist within the DOM, yet it’s convenient and keeps things composable if a component representing a specific page can render its `` itself.
+React akan selalu menempatkan elemen DOM yang sesuai dengan komponen `` di dalam `` dokumen, di mana pun elemen tersebut di-_render_ di pohon React. `` adalah satu-satunya tempat yang valid untuk `` berada dalam DOM, namun tetap mudah dan membuat segala sesuatunya tetap dapat disusun jika komponen yang mewakili laman tertentu dapat me-_render_ ``-nya sendiri.
-There are two exception to this:
-* If `` is within an `