Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

[ZH-CN] Translate console-write.md into Chinese #8783

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

gitlocalize-app[bot]
Copy link
Contributor

@googlebot
Copy link
Collaborator

All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter.

We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only @googlebot I consent. in this pull request.

Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the cla label to yes (if enabled on your project).

ℹ️ Googlers: Go here for more info.

@ilyaspiridonov
Copy link
Contributor

@agektmr Translation reviewed

@WebFundBot
Copy link

Whoops!

There were 3 critical errors that broke the build and prevented it from being automatically deployed.

There were 19 warnings that will prevent this PR from being merged. Please take a look, and either fix, or provide a justification for why they can't be fixed.

ERRORS
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L7 - Cannot find contributor (pbakaus.html" %} {% include "web/_shared/contributors/megginkearney.html" %} {% include "web/_shared/contributors/flaviocopes) in contributors file.
src/content/zh-cn/tools/chrome-devtools/console/console-write.md - Attribute 'book_path' missing from top of document
src/content/zh-cn/tools/chrome-devtools/console/console-write.md - Unable to find specified 'project_path': /web/tools/_project.yaml book_path: /web/tools/_book.yaml description: 控制台记录功能强大,可以检查您的页面或应用的功能。我们从 console.log() 开始并探索其他高级用法。robots: noindex

WARNINGS
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L127 - Common typo found: 'node' Should it be 'Node'?
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L133 - Common typo found: 'node' Should it be 'Node'?
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L24 - Common typo found: ':' Should it be ':'? This is a unicode full-width colon, please use normal colons.
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L30 - Common typo found: ':' Should it be ':'? This is a unicode full-width colon, please use normal colons.
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L46 - Common typo found: ':' Should it be ':'? This is a unicode full-width colon, please use normal colons.
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L59 - Common typo found: ':' Should it be ':'? This is a unicode full-width colon, please use normal colons.
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L65 - Common typo found: ':' Should it be ':'? This is a unicode full-width colon, please use normal colons.
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L86 - Common typo found: ':' Should it be ':'? This is a unicode full-width colon, please use normal colons.
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L90 - Common typo found: ':' Should it be ':'? This is a unicode full-width colon, please use normal colons.
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L100 - Common typo found: ':' Should it be ':'? This is a unicode full-width colon, please use normal colons.
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L108 - Common typo found: ':' Should it be ':'? This is a unicode full-width colon, please use normal colons.
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L123 - Common typo found: ':' Should it be ':'? This is a unicode full-width colon, please use normal colons.
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L147 - Common typo found: ':' Should it be ':'? This is a unicode full-width colon, please use normal colons.
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L159 - Common typo found: ':' Should it be ':'? This is a unicode full-width colon, please use normal colons.
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L172 - Common typo found: ':' Should it be ':'? This is a unicode full-width colon, please use normal colons.
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L178 - Common typo found: ':' Should it be ':'? This is a unicode full-width colon, please use normal colons.
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L184 - Common typo found: ':' Should it be ':'? This is a unicode full-width colon, please use normal colons.
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L190 - Common typo found: ':' Should it be ':'? This is a unicode full-width colon, please use normal colons.
src/content/zh-cn/tools/chrome-devtools/console/console-write.md#L196 - Common typo found: ':' Should it be ':'? This is a unicode full-width colon, please use normal colons.

@agektmr
Copy link
Contributor

agektmr commented Jun 19, 2020

@SFicer @liangzdz I need your consent on CLA.

@agektmr agektmr self-assigned this Jun 19, 2020

{# wf_updated_on: 2018-04-06 #}
{# wf_published_on: 2015-04-13 #}
{# wf_updated_on: 2019-03-28 #} {# wf_published_on: 2015-04-13 #} {# wf_blink_components: Platform>DevTools #}
Copy link
Member

Choose a reason for hiding this comment

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

These all need to be on separate lines.


- 使用 <a href=''/web/tools/chrome-devtools/debug/console/console-reference#consolelogobject--object-''>console.log() 进行基本记录
Copy link
Member

Choose a reason for hiding this comment

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

links here look broken, they should not be using double ''


将在控制台中输出以下内容:
![记录多个](images/console-write-log-multiple.png)
将在控制台中输出以下内容: ![Log Multiple](https://github.com/google/WebFundamentals/blob/master/src/content/en/tools/chrome-devtools/console/images/console-write-log-multiple.png?raw=true)
Copy link
Member

Choose a reason for hiding this comment

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

Do not link to GitHub URLs, use the URLs as provided.

Base automatically changed from master to main January 28, 2021 14:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants