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

Translation of intermediate-algorithm-scripting, 50% #11

Conversation

S1ngS1ng
Copy link
Contributor

@S1ngS1ng S1ngS1ng commented Jul 22, 2018

翻译章节

《算法和数据结构——中级算法》

变更文件

  • intermediate-algorithm-scripting.json

  • intermediate-algorithm-scripting.md

翻译进度

  • 50%

  • 0%

@S1ngS1ng S1ngS1ng added the ready for review Use when a translation (?) PR is ready for review label Jul 22, 2018
"Remember to that you must add all the numbers in between so this would require a way to get those numbers."
"使用 <code>Math.max()</code> 来获取两数中较大的数。",
"使用 <code>Math.min()</code> 来获取两数中较小的数。",
"注意,既然需要对两数之间的所有数求和,那么就先要考虑好如何获取这些数。"
Copy link
Contributor

Choose a reason for hiding this comment

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

追求句子的整体意思翻译,而不逐字翻译,用自己的语言来组织挺好的。
这里那么=>那可能会更好点。

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@huluoyang make sense 👍

"<strong>Note</strong><br>You can return the array with its elements in any order."
"在这道题目中,我们需要写一个函数,比较两个数组,返回一个新的数组。这个新数组需要包含传入的两个数组所有元素中,仅在其中一个数组里出现的元素。如果某个元素同时出现在两个数组中,则不应包含在返回的数组里。换言之,我们需要返回这两个数组的对称差。",
"如果你遇到了问题,请点击 <a href='http://forum.freecodecamp.org/t/how-to-get-help-when-you-are-stuck/19514' target='_blank'>帮助</a>",
"<strong>注意:</strong><br>返回数组中的元素顺序不会影响测试结果。"
Copy link
Contributor

Choose a reason for hiding this comment

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

nice

"Remember to use <a href='http://forum.freecodecamp.org/t/how-to-get-help-when-you-are-stuck/19514' target='_blank'>Read-Search-Ask</a> if you get stuck. Try to pair program. Write your own code.",
"<strong>Note</strong><br>You can return the array with its elements in any order."
"在这道题目中,我们需要写一个函数,比较两个数组,返回一个新的数组。这个新数组需要包含传入的两个数组所有元素中,仅在其中一个数组里出现的元素。如果某个元素同时出现在两个数组中,则不应包含在返回的数组里。换言之,我们需要返回这两个数组的对称差。",
"如果你遇到了问题,请点击 <a href='http://forum.freecodecamp.org/t/how-to-get-help-when-you-are-stuck/19514' target='_blank'>帮助</a>。",
Copy link
Contributor

Choose a reason for hiding this comment

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

我会把这行翻译拎出来统一成标准

Choose a reason for hiding this comment

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

原来如此,标准是这么来的

@S1ngS1ng S1ngS1ng force-pushed the intermediate-algorithm-scripting branch from 702bb53 to 4aa1d6d Compare July 26, 2018 05:46
@S1ngS1ng S1ngS1ng added the comments addressed Use when a translation (?) PR has addressed all comments label Jul 26, 2018
@huluoyang huluoyang merged commit d002893 into FreeCodeCampChina:translate Jul 26, 2018
@huluoyang
Copy link
Contributor

星星翻译的速度就是快,不拘泥于原文,用自己的语言来组织,nice。

demongodYY pushed a commit to demongodYY/challenges that referenced this pull request Jul 30, 2018
…na#11)

* Translation of intermediate-algorithm-scripting, first half

* Address comments
LynnLian pushed a commit to LynnLian/challenges that referenced this pull request Jul 30, 2018
…na#11)

* Translation of intermediate-algorithm-scripting, first half

* Address comments
S1ngS1ng added a commit to S1ngS1ng/challenges that referenced this pull request Aug 4, 2018
fs523577192 pushed a commit to fs523577192/challenges that referenced this pull request Aug 12, 2018
…ramming -> translate)

Merge Request: Revert "functional-programming.json complete"
Created By: @胡落阳
Accepted By: @柳星
URL: https://freecodecamp.coding.net/p/challenges/git/merge/11
SSShooter pushed a commit to SSShooter/challenges that referenced this pull request Sep 7, 2018
…na#11)

* Translation of intermediate-algorithm-scripting, first half

* Address comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comments addressed Use when a translation (?) PR has addressed all comments ready for review Use when a translation (?) PR is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants