jkchao / typescript-book-chinese

TypeScript Deep Dive 中文版
https://jkchao.github.io/typescript-book-chinese/
MIT License
6.53k stars 673 forks source link

翻译的太水 #110

Open free2030 opened 5 years ago

free2030 commented 5 years ago

How you write TypeScript modules is also a bit of a mess. Again here is how not to do it today: import foo = require('foo'). i.e. import/require. Use ES module syntax instead.

翻译成了:

怎么书写 TypeScript 模块,这也是一件让人困惑的事。在今天我们应该这么做: import foo = require('foo') 例如: import/require 使用 ES 模块语法。

各位看看有没有问题

justjavac commented 5 years ago

机翻😂

jkchao commented 5 years ago

还有其他问题,可以指出来

BryanAdamss commented 5 years ago

这一段,我也曾感到困惑😂

Mayandev commented 3 years ago

ThisType 这一节完全机翻的官方文档。

vvenv commented 2 years ago

是的。翻译太水。书买了就丢一边了。最让人反感的是一些所谓的大佬,居然不要脸地在那推荐,还敢把名字印到书上,怀疑到底是不是真的是看过之后才推荐的。

syhily commented 2 years ago

买了实体书的也来说一下,翻译的确不容易,但是书里面把基础的反引号都能写错,实在是怀疑是否做到了三审三校和编辑审读。

452392281 commented 2 years ago

有些部分的翻译还不如看英文原版,有些机翻的中文词汇、语句看着直接懵逼。