-
Notifications
You must be signed in to change notification settings - Fork 34
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
Translation of intermediate-algorithm-scripting, 50% #11
Conversation
"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> 来获取两数中较小的数。", | ||
"注意,既然需要对两数之间的所有数求和,那么就先要考虑好如何获取这些数。" |
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.
追求句子的整体意思翻译,而不逐字翻译,用自己的语言来组织挺好的。
这里那么=>那
可能会更好点。
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.
@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>返回数组中的元素顺序不会影响测试结果。" |
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.
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>。", |
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.
我会把这行翻译拎出来统一成标准
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.
原来如此,标准是这么来的
702bb53
to
4aa1d6d
Compare
星星翻译的速度就是快,不拘泥于原文,用自己的语言来组织,nice。 |
…na#11) * Translation of intermediate-algorithm-scripting, first half * Address comments
…na#11) * Translation of intermediate-algorithm-scripting, first half * Address comments
…ramming -> translate) Merge Request: Revert "functional-programming.json complete" Created By: @胡落阳 Accepted By: @柳星 URL: https://freecodecamp.coding.net/p/challenges/git/merge/11
…na#11) * Translation of intermediate-algorithm-scripting, first half * Address comments
翻译章节
《算法和数据结构——中级算法》
变更文件
intermediate-algorithm-scripting.json
intermediate-algorithm-scripting.md
翻译进度
50%
0%