-
Notifications
You must be signed in to change notification settings - Fork 267
docs: translations for components progress #349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -4,7 +4,7 @@ title: "<progress>" | |||
|
|||
<Intro> | |||
|
|||
The [built-in browser `<progress>` component](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress) lets you render a progress indicator. | |||
[Komponen `<progress>` bawaan browser](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress) memungkinkan Anda untuk menampilkan indikator progres. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Komponen `<progress>` bawaan browser](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress) memungkinkan Anda untuk menampilkan indikator progres. | |
[Komponen `<progress>` bawaan peramban](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress) memungkinkan Anda untuk menampilkan indikator progres. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
udah aku update mas, bisa dicek minta tolong lagi
|
||
### `<progress>` {/*progress*/} | ||
|
||
To display a progress indicator, render the [built-in browser `<progress>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress) component. | ||
Untuk menampilkan indikator progres, render komponen [`<progress>` bawaan browser](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Untuk menampilkan indikator progres, render komponen [`<progress>` bawaan browser](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress). | |
Untuk menampilkan indikator progres, render komponen [`<progress>` bawaan peramban](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
udah aku update mas, bisa dicek minta tolong lagi
|
||
* [`max`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-max): A number. Specifies the maximum `value`. Defaults to `1`. | ||
* [`value`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-value): A number between `0` and `max`, or `null` for intermedinate progress. Specifies how much was done. | ||
* [`max`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress#attr-max): Sebuah angka. Menentukan nilai maksimum `value`. Default ke `1`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kalau mau pakai Default, pakai italic.
Kalau mau pakai Bahasa Indonesia, pakai Bawaan
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
udah aku update mas, bisa dicek minta tolong lagi
Any updates @ilham89 ? |
sorry since yesterday I had a fever. thanks for the input and reminder. I will update tonight |
Let's ship this @r17x |
7b5a32a
to
bdb4727
Compare
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Thanks for contribution 🥳 @ilham89 @mazipan @mhaidarhanif |
Hi, this is a Pull Request for #330
Translation for page https://react.dev/reference/react-dom/components/progress
Closes #426