Forráskód Böngészése

Translate the last missing lines from the README-bg

KiwiB0y 3 éve
szülő
commit
9de5eedd44
1 módosított fájl, 13 hozzáadás és 13 törlés
  1. 13 13
      translations/README-bg.md

+ 13 - 13
translations/README-bg.md

@@ -1949,40 +1949,40 @@ Mock интервюта:
 
 ## Курсове по компютърни науки
 
--   [Directory of Online CS Courses](https://github.com/open-source-society/computer-science)
--   [Directory of CS Courses (many with online lectures)](https://github.com/prakhar1989/awesome-courses)
+-   [Папка с онлайн курсове по компютърни науки](https://github.com/open-source-society/computer-science)
+-   [Папка с курсове по компютърни науки (много от които с онлайн лекции)](https://github.com/prakhar1989/awesome-courses)
 
 ## Имплементация на алгоритми
 
--   [Multiple Algorithms implementation by Princeton University](https://algs4.cs.princeton.edu/code)
+-   [Имплементации на различни алгоритми от принстънския университет](https://algs4.cs.princeton.edu/code)
 
-## Papers
+## Статии и други ресурси
 
 -   [Love classic papers?](https://www.cs.cmu.edu/~crary/819-f09/)
 -   [1978: Communicating Sequential Processes](http://spinroot.com/courses/summer/Papers/hoare_1978.pdf)
     -   [implemented in Go](https://godoc.org/github.com/thomas11/csp)
 -   [2003: The Google File System](http://static.googleusercontent.com/media/research.google.com/en//archive/gfs-sosp2003.pdf)
-    -   replaced by Colossus in 2012
+    -   сменено от Colossus през 2012
 -   [2004: MapReduce: Simplified Data Processing on Large Clusters](http://static.googleusercontent.com/media/research.google.com/en//archive/mapreduce-osdi04.pdf)
-    -   mostly replaced by Cloud Dataflow?
+    -   сменено от Cloud Dataflow?
 -   [2006: Bigtable: A Distributed Storage System for Structured Data](https://static.googleusercontent.com/media/research.google.com/en//archive/bigtable-osdi06.pdf)
 -   [2006: The Chubby Lock Service for Loosely-Coupled Distributed Systems](https://research.google.com/archive/chubby-osdi06.pdf)
 -   [2007: Dynamo: Amazon’s Highly Available Key-value Store](http://s3.amazonaws.com/AllThingsDistributed/sosp/amazon-dynamo-sosp2007.pdf)
-    -   The Dynamo paper kicked off the NoSQL revolution
+    -   Dynamo е статията която стартира NoSQL революцията.
 -   [2007: What Every Programmer Should Know About Memory (very long, and the author encourages skipping of some sections)](https://www.akkadia.org/drepper/cpumemory.pdf)
 -   2012: AddressSanitizer: A Fast Address Sanity Checker:
-    -   [paper](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/37752.pdf)
-    -   [video](https://www.usenix.org/conference/atc12/technical-sessions/presentation/serebryany)
+    -   [статия](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/37752.pdf)
+    -   [видео](https://www.usenix.org/conference/atc12/technical-sessions/presentation/serebryany)
 -   2013: Spanner: Google’s Globally-Distributed Database:
-    -   [paper](http://static.googleusercontent.com/media/research.google.com/en//archive/spanner-osdi2012.pdf)
-    -   [video](https://www.usenix.org/node/170855)
+    -   [статия](http://static.googleusercontent.com/media/research.google.com/en//archive/spanner-osdi2012.pdf)
+    -   [видео](https://www.usenix.org/node/170855)
 -   [2014: Machine Learning: The High-Interest Credit Card of Technical Debt](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43146.pdf)
 -   [2015: Continuous Pipelines at Google](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43790.pdf)
 -   [2015: High-Availability at Massive Scale: Building Google’s Data Infrastructure for Ads](https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44686.pdf)
 -   [2015: TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems](http://download.tensorflow.org/paper/whitepaper2015.pdf)
 -   [2015: How Developers Search for Code: A Case Study](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43835.pdf)
--   More papers: [1,000 papers](https://github.com/0voice/computer_expert_paper)
+-   Още материал: [1,000 статии](https://github.com/0voice/computer_expert_paper)
 
-## LICENSE
+## Лиценз
 
 [CC-BY-SA-4.0](./LICENSE.txt)