Skip to content

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

Merged
merged 4 commits into from
May 2, 2023

Conversation

ilham89
Copy link
Contributor

@ilham89 ilham89 commented Apr 27, 2023

Hi, this is a Pull Request for #330
Translation for page https://react.dev/reference/react-dom/components/progress

Closes #426

@@ -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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[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.

Copy link
Contributor Author

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).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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).

Copy link
Contributor Author

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`.
Copy link
Collaborator

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

Copy link
Contributor Author

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

@r17x
Copy link
Collaborator

r17x commented Apr 29, 2023

Any updates @ilham89 ?

@ilham89
Copy link
Contributor Author

ilham89 commented Apr 30, 2023

Any updates @ilham89 ?

sorry since yesterday I had a fever. thanks for the input and reminder. I will update tonight

@mazipan
Copy link
Collaborator

mazipan commented May 2, 2023

Let's ship this @r17x

@github-actions
Copy link

github-actions bot commented May 2, 2023

Size changes

📦 Next.js Bundle Analysis for react-dev

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@r17x r17x merged commit 61eb994 into reactjs:main May 2, 2023
@r17x
Copy link
Collaborator

r17x commented May 2, 2023

Thanks for contribution 🥳 @ilham89 @mazipan @mhaidarhanif

r17x pushed a commit that referenced this pull request May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<progress>
3 participants