Ver Fonte

Merge pull request #108 from xitu/master

Move translation into dedicated dir
John Washam há 8 anos atrás
pai
commit
7985663cbb
2 ficheiros alterados com 11 adições e 9 exclusões
  1. 1 1
      README.md
  2. 10 8
      translations/README-cn.md

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 # Google Interview University
 
 Translations: 
-- [中文版本](README-cn.md)
+- [中文版本](translations/README-cn.md)
 - translations in progress:
     - [Español](https://github.com/jwasham/google-interview-university/issues/80)
     - [हिन्दी](https://github.com/jwasham/google-interview-university/issues/81)

+ 10 - 8
README-cn.md → translations/README-cn.md

@@ -3,7 +3,9 @@
 > * 原文地址:[Google Interview University](https://github.com/jwasham/google-interview-university)
 * 原文作者:[John Washam](https://github.com/jwasham)
 * 译文出自:[掘金翻译计划](https://github.com/xitu/gold-miner)
-* 译者:[Aleen](https://github.com/aleen42),[Newton](https://github.com/Newt0n),[bobmayuze](https://github.com/bobmayuze),[Jaeger](https://github.com/laobie),[sqrthree](https://github.com/sqrthree)
+* 译者:[aleen42](https://github.com/aleen42),[Newton](https://github.com/Newt0n),[bobmayuze](https://github.com/bobmayuze),[Jaeger](https://github.com/laobie),[sqrthree](https://github.com/sqrthree)
+
+[![xitu](https://camo.githubusercontent.com/c9c9db0a39b56738a62332f0791d58b1522fdf82/68747470733a2f2f7261776769742e636f6d2f616c65656e34322f6261646765732f6d61737465722f7372632f786974752e737667)](https://github.com/xitu/gold-miner)
 
 ## 这是?
 
@@ -22,8 +24,8 @@
 - [如何使用它](#如何使用它)
 - [拥有一名 Googler 的心态](#拥有一名-googler-的心态)
 - [我得到了工作吗?](#我得到了工作吗)
-- [跟着我](#跟着我)
-- [不要自以为自己不够聪明](#不要自以为自己不够聪明)
+- [跟着我的脚步](#跟着我的脚步)
+- [不要妄自菲薄](#不要妄自菲薄)
 - [关于 Google](#关于-google)
 - [相关视频资源](#相关视频资源)
 - [面试过程 & 通用的面试准备](#面试过程--通用的面试准备)
@@ -143,7 +145,7 @@
 
     感谢 JP 的这次介绍。
 
-## 跟着我
+## 跟着我的脚步
 
 目前我仍在该计划的执行过程中,如果你想跟随我脚步去学习的话,可以登进我在 [GoogleyAsHeck.com](https://googleyasheck.com/) 上所写的博客。
 
@@ -156,9 +158,9 @@
 
 ![John Washam - Google Interview University](https://dng5l3qzreal6.cloudfront.net/2016/Aug/book_stack_photo_resized_18_1469302751157-1472661280368.png)
 
-## 不要自以为自己不够聪明
+## 不要妄自菲薄
 
-- Google 的工程师都是才智过人的。但是,就算是工作在 Google 的他们,仍然会因为自己不够聪明而感到一种不安。
+- Google 的工程师都是才智过人的。但是,就算是工作在 Google 的他们,仍然会因为觉得自己不够聪明而感到一种不安。
 - [天才程序员的神话](https://www.youtube.com/watch?v=0SARbwvhupQ)
 
 ## 关于 Google
@@ -234,7 +236,7 @@
 - http://blog.codingforinterviews.com/best-programming-language-jobs/
 - https://www.quora.com/What-is-the-best-language-to-program-in-for-an-in-person-Google-interview
 
-[在此查看相关语言的资源](programming-language-resources.md)
+[在此查看相关语言的资源](../programming-language-resources.md)
 
 由于,我正在学习C、C++ 和 Python。因此,在下面你会看到部分关于它们的学习资料。相关书籍请看文章的底部。
 
@@ -316,7 +318,7 @@
 
 - [ ] **编译器**
     - [ ] [编译器是如何在 ~1 分钟内工作(视频)](https://www.youtube.com/watch?v=IhC7sdYe-Jg)
-    - [ ] [Harvard CS50 —— 编译器(视频)](https://www.youtube.com/watch?v=CSZLNYF4Klo)
+    - [ ] [Hardvard CS50 —— 编译器(视频)](https://www.youtube.com/watch?v=CSZLNYF4Klo)
     - [ ] [C++(视频)](https://www.youtube.com/watch?v=twodd1KFfGk)
     - [ ] [掌握编译器的优化(C++)(视频)](https://www.youtube.com/watch?v=FnGCDLhaxKU)