-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
Improve Chinese translation #24192
Improve Chinese translation #24192
Conversation
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.
请先应用mdn-linter对格式进行的自动修复
Apply MDN-linter format correction Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
一些建议
@@ -0,0 +1,36 @@ | |||
--- | |||
title: 文档:lastElementChild 属性 |
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.
接口名不译
title: 文档:lastElementChild 属性 | |
title: Document:lastElementChild 属性 |
@@ -0,0 +1,36 @@ | |||
--- | |||
title: 文档:lastElementChild 属性 | |||
short-title: lastElementChild |
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.
short-title: lastElementChild |
--- | ||
title: 文档:lastElementChild 属性 | ||
short-title: lastElementChild | ||
slug: Web/API/Document/lastElementChild |
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.
当前文档对应英语文档提交的 SHA 值,可以在这里拿到 https://github.com/mdn/content/commits/main/files/en-us/web/api/document/lastelementchild/index.md
slug: Web/API/Document/lastElementChild | |
slug: Web/API/Document/lastElementChild | |
l10n: | |
sourceCommit: 41a8b9c9832359d445d136b6d7a8a28737badc6b |
|
||
{{ APIRef("DOM") }} | ||
|
||
**`Document.lastElementChild`** 只读属性返回文档的最后一个子元素 {{domxref("Element")}},如果没有子元素,则返回 `null`。 |
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.
**`Document.lastElementChild`** 只读属性返回文档的最后一个子元素 {{domxref("Element")}},如果没有子元素,则返回 `null`。 | |
**`Document.lastElementChild`** 只读属性返回文档的最后一个子{{domxref("Element", "元素", "", "nocode")}},如果没有子元素,则返回 `null`。 |
感谢发件人: ***@***.*** ***@***.***> 代表 Jason Ren ***@***.***>发送时间: 星期四, 十月 24, 2024 3:29:45 下午收件人: mdn/translated-content ***@***.***>抄送: 农药君 ***@***.***>; Author ***@***.***>主题: Re: [mdn/translated-content] Improve Chinese translation (PR #24192)
@jasonren0403 requested changes on this pull request.
一些建议
In files/zh-cn/web/api/lastelementchild/index.md:
@@ -0,0 +1,36 @@
+---
+title: 文档:lastElementChild 属性
接口名不译
⬇️ Suggested change
-title: 文档:lastElementChild 属性
+title: Document:lastElementChild 属性
In files/zh-cn/web/api/lastelementchild/index.md:
@@ -0,0 +1,36 @@
+---
+title: 文档:lastElementChild 属性
+short-title: lastElementChild
⬇️ Suggested change
-short-title: lastElementChild
In files/zh-cn/web/api/lastelementchild/index.md:
@@ -0,0 +1,36 @@
+---
+title: 文档:lastElementChild 属性
+short-title: lastElementChild
+slug: Web/API/Document/lastElementChild
当前文档对应英语文档提交的 SHA 值,可以在这里拿到 https://github.com/mdn/content/commits/main/files/en-us/web/api/document/lastelementchild/index.md
⬇️ Suggested change
-slug: Web/API/Document/lastElementChild
+slug: Web/API/Document/lastElementChild
+l10n:
+ sourceCommit: 41a8b9c
In files/zh-cn/web/api/lastelementchild/index.md:
@@ -0,0 +1,36 @@
+---
+title: 文档:lastElementChild 属性
+short-title: lastElementChild
+slug: Web/API/Document/lastElementChild
+---
+
+{{ APIRef("DOM") }}
+
+**`Document.lastElementChild`** 只读属性返回文档的最后一个子元素 {{domxref("Element")}},如果没有子元素,则返回 `null`。
⬇️ Suggested change
-**`Document.lastElementChild`** 只读属性返回文档的最后一个子元素 {{domxref("Element")}},如果没有子元素,则返回 `null`。
+**`Document.lastElementChild`** 只读属性返回文档的最后一个子 {{domxref("Element", "元素", "", "nocode")}},如果没有子元素,则返回 `null`。
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
As the author has not made any changes on this PR. I've created another PR to replace it: #24748. |
Description
Motivation
Additional details
Related issues and pull requests