Skip to content
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

zh-cn: update the translation of "Create genre form" #24220

Merged
merged 55 commits into from
Nov 1, 2024

Conversation

ikenk
Copy link
Contributor

@ikenk ikenk commented Oct 25, 2024

Description

Motivation

To update the create_genre_form doc

Additional details

Related issues and pull requests

@ikenk ikenk requested a review from a team as a code owner October 25, 2024 07:19
@ikenk ikenk requested review from irvin and removed request for a team October 25, 2024 07:19
@github-actions github-actions bot added the l10n-zh Issues related to Chinese content. label Oct 25, 2024
Copy link
Contributor

github-actions bot commented Oct 25, 2024

Preview URLs

Flaws (15)

URL: /zh-CN/docs/Learn/Server-side/Express_Nodejs/forms/Create_genre_form
Title: 创建类型表单
Flaw count: 15

  • macros:
    • /zh-CN/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_interactivity_events_state does not exist but fell back to /en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_interactivity_events_state
    • /zh-CN/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_interactivity_filtering_conditional_rendering does not exist but fell back to /en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_interactivity_filtering_conditional_rendering
    • /zh-CN/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_accessibility does not exist but fell back to /en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_accessibility
    • /zh-CN/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_resources does not exist but fell back to /en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_resources
    • /zh-CN/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Ember_getting_started does not exist but fell back to /en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Ember_getting_started
    • and 10 more flaws omitted
External URLs (2)

URL: /zh-CN/docs/Learn/Server-side/Express_Nodejs/forms/Create_genre_form
Title: 创建类型表单

(comment last updated: 2024-11-01 07:37:03)

Copy link
Member

@yin1999 yin1999 left a comment

Choose a reason for hiding this comment

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

一些建议

@@ -190,32 +189,32 @@ block content
li!= error.msg
```

从我们之前的教程中,可以很好地理解这个模板的大部分内容。首先,我们扩展 **layout.pug**基本模板,并覆盖名为“**content**”的块`block`。然后我们有一个标题,我们从控制器传入的标题`title`(通过`render()` 方法)。
从我们之前的教程中可以很好地理解这个模板的大部分内容。首先,我们扩展 **layout.pug** 基本模板并覆盖名为 **content** 的模块 `block`。然后我们就创建了网页头部,其包含了我们从控制器传入的标题 `title`(通过 `render()` 方法)。
Copy link
Member

Choose a reason for hiding this comment

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

heading 是标题的意思(不是“头部”)

Suggested change
从我们之前的教程中可以很好地理解这个模板的大部分内容。首先,我们扩展 **layout.pug** 基本模板并覆盖名为 **content** 的模块 `block`然后我们就创建了网页头部,其包含了我们从控制器传入的标题 `title`(通过 `render()` 方法)。
从我们之前的教程中可以很好地理解这个模板的大部分内容。首先,我们扩展 **layout.pug** 基本模板并覆盖名为**content**”的 `block`然后我们使用从控制器传入 `title`(通过 `render()` 方法)创建了一个标题

Copy link
Contributor Author

Choose a reason for hiding this comment

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

明白了,谢谢提醒

mdn-bot and others added 22 commits October 29, 2024 22:25
ko: sync translated content
Update index.md

French translation, one missing word added in the sentence.
Traduction française, un mot manquant ajouté dans la phrase.
…n#24215)

Update index.md

Correction in line 125. "Comment ..." => "Comme ..."
* Update per en-US to fix mdn#23755

* Typofix / missing translation
* 2024/09/23 時点の英語版に基づき更新

* Update index.md
* 2024/10/09 時点の英語版に基づき更新

* Update index.md
* Add missing 'element copy event' page

* Update files/es/web/api/element/copy_event/index.md

* Update files/es/web/api/element/copy_event/index.md

Borrar espacio en blanco de más

* Update files/es/web/api/element/copy_event/index.md

Borrar linea vacía
@ikenk ikenk requested a review from cw118 October 29, 2024 14:26
@github-actions github-actions bot added l10n-ja Issues related to Japanese content. l10n-fr Issues related to French content. l10n-es Issues related to Spanish content. l10n-ru Issues related to Russian content. l10n-ko Issues related to Korean content. system Infrastructure and configuration for the project labels Oct 29, 2024
@ikenk ikenk requested a review from yin1999 October 29, 2024 14:30
@github-actions github-actions bot removed l10n-ja Issues related to Japanese content. l10n-fr Issues related to French content. l10n-es Issues related to Spanish content. l10n-ru Issues related to Russian content. l10n-ko Issues related to Korean content. system Infrastructure and configuration for the project labels Oct 29, 2024
@1ilsang 1ilsang removed their request for review October 29, 2024 15:33
@yin1999 yin1999 changed the title update create_genre_form doc zh-cn: update the translation of "Create genre form" Nov 1, 2024
@yin1999 yin1999 merged commit 10c0f85 into mdn:main Nov 1, 2024
7 checks passed
@yin1999
Copy link
Member

yin1999 commented Nov 1, 2024

在使用 git 命令时请避免重写其他人已经提交到 main 分支的 commit。除了移动文件且做了大量修改的 PR。其他 PR 建议只使用 git merge 命令。如果你想要应用其他人提出的修改建议,可以选择直接通过 GitHub Web 页面提供的相关功能——在 files 标签页下直接批量应用修改。

@ikenk ikenk deleted the update-Create_genre_form-doc branch November 1, 2024 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-zh Issues related to Chinese content.
Projects
Development

Successfully merging this pull request may close these issues.