Skip to content

Hello, world! - #48

Merged
bogdanbacosca merged 2 commits into
javascript-tutorial:masterfrom
hadamariaa:feature/hello-world
Nov 26, 2022
Merged

Hello, world!#48
bogdanbacosca merged 2 commits into
javascript-tutorial:masterfrom
hadamariaa:feature/hello-world

Conversation

@hadamariaa

Copy link
Copy Markdown
Contributor

first translation attempt

## Tag-ul "script"

## The "script" tag
Programele JavaScript pot fi inserate în orice parte al unui document HTML cu ajutorul tag-ului `<script>`.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Typo : "orice parte al unui document" --> "orice parte a unui document"


The `<script>` tag contains JavaScript code which is automatically executed when the browser processes the tag.

Tag-ul `<script>` conține cod JavaScript care este executat automat cand browser-ul procesează tag-ul.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Missing diacritics : "cand" --> "când"


````warn header="If `src` is set, the script content is ignored."
A single `<script>` tag can't have both the `src` attribute and code inside.
````warn header="Daca `src` este setat, conținutul scriptului este ignorat."

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Missing diacritics : "Daca" --> "Dacă"

@javascript-translate-bot

Copy link
Copy Markdown

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@bogdanbacosca
bogdanbacosca merged commit 0831cfc into javascript-tutorial:masterNov 26, 2022
@javascript-translate-bot

Copy link
Copy Markdown

Thank you 💖 I updated the Progress Issue #1 🎉 🎉 🎉

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@hadamariaa@javascript-translate-bot@CLAassistant@lighthousand@bogdanbacosca