Commit Graph

635 Commits

Author SHA1 Message Date
Haseo Chen
371063442e Update 03-Objects-Everywhere.md (#373)
感觉这样更顺畅些
2020-05-20 12:11:39 +08:00
legendyql
0a8907a9eb 第13章翻译修改 (#458)
* 第13章翻译修改

修改第13章翻译中拗口、错误的地方

* Update 13-Functional-Programming.md

* Update 13-Functional-Programming.md
2020-05-19 12:52:07 +08:00
freestyle-coding
21513a644f Translation fix (#457)
* 修正原翻译中对value一词的错误翻译

* 修正原翻译中因果关系翻译错误

* 方法名拼写错误
2020-05-16 22:01:56 +08:00
ChelinTsien
4fc96bad2c 删除多余的字 (#459)
* Update 04-Operators.md

大小写拼写错误

* 删除多余字
2020-05-16 21:53:30 +08:00
ChelinTsien
fbce1f0b0c Update 04-Operators.md (#454)
大小写拼写错误
2020-05-13 10:29:15 +08:00
aibowen
0ee9cd0ae2 Update Appendix-Object-Serialization.md (#455)
第三段最后一句“可以考虑像 Hibemate 之类的工具”中的hibemate应该为hibernate
2020-05-13 10:28:53 +08:00
legendyql
79d4de9061 翻译优化 (#451)
第337行,将原翻译“Lists承诺将元素保存在特定的序列中。”中的Lists改为List,因为在中文语法中,没有复数。
第613行,英文原文:“It can produce indices of the next and previous elements relative to where the iterator is pointing in the list,”原翻译太拗口,改为:“它可以生成迭代器在列表中指向位置的后一个和前一个元素的索引,”
2020-05-08 11:43:02 +08:00
unclesesame
5d7462a629 16-19章 纠错 (#443)
* 第15章 异常: 错别字更改

update typos

* 第19章 类型信息 纠错

第19章 类型信息 纠错

* 第17章 文件 纠错

第17章 文件 纠错

* 第16章 代码校验 纠错

第16章 代码校验 纠错
2020-04-26 17:37:46 +08:00
JasonFCN
94f4e80b21 Update 22-Enumerations.md (#442)
* Update 22-Enumerations.md

906行:“存人” 改为 “存入”。

* Update 22-Enumerations.md

mian0 --> main()
2020-04-23 13:24:20 +08:00
Ryan Lee
28473b2ecd fix 第一章括号使用的错误 (#437) 2020-04-21 13:23:23 +08:00
unclesesame
86ebfd142a 第15章 异常: 错别字更改 (#436)
update typos
2020-04-20 12:47:29 +08:00
iwangbingzhi
ce26e6efaf update (#435) 2020-04-19 16:07:44 +08:00
springga
474fd6093c Update 01-What-is-an-Object.md
logical assumption应为“合理假设”而不是“逻辑假设”
tend to be应为“通常”“往往”而不是“趋向于”
直译改为意译
2020-04-16 23:53:34 +08:00
FengBaoheng
19760c32c1 fix typos on 20-Generics (#430)
* fix typo 本章小节->本章小结

* fix typos on 20-Generics

修正20章的打字错误
2020-04-13 10:18:58 +08:00
unclesesame
d426b55574 第十一和十二章的语法错误 (#428)
* Update 12-Collections.md

删除多余的 “的”

* Update 11-Inner-Classes.md

“获联”改为“获取”

* Update 12-Collections.md
2020-04-11 11:34:43 +08:00
alton zheng
7653db6417 alton#417 (#418)
* alton#417

* fix issue#417

* fix issue#417 20200328

* fix issue#417 20180328 15:16

* fix issue#417 异常检查 -> 检查型异常

* fix issue#417 20180328 16:00

* fix issue#417

* fix issue#417
2020-04-08 10:16:37 +08:00
LingCoder
a1903a20e1 fix issue #426 2020-04-06 19:48:51 +08:00
FengBaoheng
552e0dd66a fix typo 本章小节->本章小结 (#423) 2020-04-02 21:01:40 -05:00
john-h3
4db224983e 翻译了二十五章的 Interpreter: Run-Time Flexibility (#422) 2020-04-02 14:51:55 +08:00
LingCoder
cbefc1d39f fix issue#415 2020-04-02 08:39:20 +08:00
LingCoder
30bc851301 fix #421 2020-04-02 00:54:09 +08:00
xianwdong
4fb0202a44 fix typo (#419) 2020-03-26 21:55:55 +08:00
legendyql
814e5b0168 Update 12-Collections.md (#414)
优化翻译:
英文原文:“Here you see both methods, as well as the more conventional addAll() method that’s part of all Collection types:”
原翻译:下边的示例展示了这两个方法,以及更通用的 addAll() 方法,所有 Collection 类型都包含该方法:
应改为:下边的示例展示了这两个方法,以及更通用的 、所有 Collection类型都包含的addAll()`方法:
原翻译中说的“addAll() 方法”,容易误解为上文所说的Collections.addAll()方法,作者此处指的是Collection类型的addAll()方法,改后的翻译意思更明确,更易理解。
2020-03-26 12:47:11 +08:00
XuYanxin
91c0847608 优化翻译 (#411)
* 对照原文和语境,修复了整段翻译

* 优化翻译

* fix 翻译错误

* fix 单词少了一截
2020-03-19 10:42:55 -05:00
XuYanxin
6096fafbea 对照原文和语境,修复了整段翻译 (#410) 2020-03-19 07:56:00 -05:00
徐雁鑫
b193b9b480 fix 错别字 2020-03-15 22:30:14 +08:00
XuYanxin
62dcb5efab fix 错别字,任何额; -> 任何 (#405)
* 忽路->忽略

* 修复跳转链接错误

* fix Class.getInterface() -> Class.getInterfaces()

* 否者 -> 否则

* 编译期 -> 编译器 ,原文"the compiler will only allow you to say that the superclass reference is “some class that is a superclass of FancyToy” a"

* ierator -> iterator

* nextint -> nextInt

* fix 这句翻译第一反应没太看懂,结合原文和下面的例子优化了一下翻译

* fix ojb -> obj

* fix example code

* add package&class name

* fix 错别字
2020-03-15 12:22:14 +08:00
马燕龙
2153062b0e “Java 就不会查找单独当前目录”改为”Java 就不会查找当前目录“ (#406)
* 面向对象

* Update 07-Implementation-Hiding.md

“Java 就不会查找单独当前目录”改为”Java 就不会查找当前目录“
2020-03-15 12:21:44 +08:00
XuYanxin
4285663233 add package&class name (#404)
* 忽路->忽略

* 修复跳转链接错误

* fix Class.getInterface() -> Class.getInterfaces()

* 否者 -> 否则

* 编译期 -> 编译器 ,原文"the compiler will only allow you to say that the superclass reference is “some class that is a superclass of FancyToy” a"

* ierator -> iterator

* nextint -> nextInt

* fix 这句翻译第一反应没太看懂,结合原文和下面的例子优化了一下翻译

* fix ojb -> obj

* fix example code

* add package&class name
2020-03-14 10:55:09 -05:00
XuYanxin
03afe1ec52 fix example code (#403)
* 忽路->忽略

* 修复跳转链接错误

* fix Class.getInterface() -> Class.getInterfaces()

* 否者 -> 否则

* 编译期 -> 编译器 ,原文"the compiler will only allow you to say that the superclass reference is “some class that is a superclass of FancyToy” a"

* ierator -> iterator

* nextint -> nextInt

* fix 这句翻译第一反应没太看懂,结合原文和下面的例子优化了一下翻译

* fix ojb -> obj

* fix example code
2020-03-13 16:19:45 +08:00
XuYanxin
8df287501d fix ojb -> obj (#402)
* 忽路->忽略

* 修复跳转链接错误

* fix Class.getInterface() -> Class.getInterfaces()

* 否者 -> 否则

* 编译期 -> 编译器 ,原文"the compiler will only allow you to say that the superclass reference is “some class that is a superclass of FancyToy” a"

* ierator -> iterator

* nextint -> nextInt

* fix 这句翻译第一反应没太看懂,结合原文和下面的例子优化了一下翻译

* fix ojb -> obj
2020-03-13 13:58:23 +08:00
bigpengry
7b80942874 fix #381 (#401) 2020-03-10 16:17:03 +08:00
马燕龙
b84fd371c6 面向对象 (#400) 2020-03-10 13:59:12 +08:00
XuYanxin
3c08903cf0 优化了一下翻译 (#399)
* 忽路->忽略

* 修复跳转链接错误

* fix Class.getInterface() -> Class.getInterfaces()

* 否者 -> 否则

* 编译期 -> 编译器 ,原文"the compiler will only allow you to say that the superclass reference is “some class that is a superclass of FancyToy” a"

* ierator -> iterator

* nextint -> nextInt

* fix 这句翻译第一反应没太看懂,结合原文和下面的例子优化了一下翻译
2020-03-09 19:43:21 -05:00
xgsteins
75b665ecac Fix typo (#398) 2020-03-09 10:25:21 +08:00
Joe
da39cb240c nextint -> nextInt (#394)
* 忽路->忽略

* 修复跳转链接错误

* fix Class.getInterface() -> Class.getInterfaces()

* 否者 -> 否则

* 编译期 -> 编译器 ,原文"the compiler will only allow you to say that the superclass reference is “some class that is a superclass of FancyToy” a"

* ierator -> iterator

* nextint -> nextInt
2020-03-04 19:45:29 -06:00
XuYanxin
661d8cca57 fix ierator -> iterator (#393)
* 忽路->忽略

* 修复跳转链接错误

* fix Class.getInterface() -> Class.getInterfaces()

* 否者 -> 否则

* 编译期 -> 编译器 ,原文"the compiler will only allow you to say that the superclass reference is “some class that is a superclass of FancyToy” a"

* ierator -> iterator
2020-03-04 01:12:46 -06:00
XuYanxin
849890da3b fix Class.getInterface() -> Class.getInterfaces() (#392)
* 忽路->忽略

* 修复跳转链接错误

* fix Class.getInterface() -> Class.getInterfaces()

* 否者 -> 否则

* 编译期 -> 编译器 ,原文"the compiler will only allow you to say that the superclass reference is “some class that is a superclass of FancyToy” a"
2020-03-03 20:01:48 -06:00
grisse
08235e78da fix #384 (#386) 2020-02-28 22:17:39 -06:00
grisse
aa75297ba6 Fix #380 和修订闭包段落 (#387) 2020-02-28 22:17:12 -06:00
XuYanxin
80bf77452a 忽路->忽略 (#388)
* 忽路->忽略

* 修复跳转链接错误
2020-02-28 22:16:28 -06:00
wsb200514
2834f9093c 但是我不想进入疯狂的人群众->中 (#385) 2020-02-23 00:14:32 -06:00
左元
acca795d5f 第二十五章 设计模式 翻译更新(“改变接口”小节翻译完成) (#379)
* 第二十五章 设计模式 翻译更新(“函数对象”小节翻译完成)

* 第二十五章 设计模式 翻译更新(“改变接口”小节翻译完成)
2020-02-12 20:15:18 +08:00
ddtyjmyjm
10422d7e0f Fix:修正 Chap.7 语句问题 (#378)
*  Fix:修正 Chap.6 语句问题

* 修改一些错误

* 修改格式的使用

* 修改格式的使用
2020-02-09 15:02:01 +08:00
左元
350881d519 第二十五章 设计模式 翻译更新(“函数对象”小节翻译完成) (#377) 2020-02-08 22:48:38 +08:00
eliondog
9ad128cb71 Fix:修正语句问题及错字 (#375)
* 修改了错别字,[商务虚会]改为[商务聚会]

* Fix:修正语句问题

* Fix:修正语句问题

* Fix:修正语句问题

* Fix:修正语句问题

* Fix:修正语句问题

* Fix:修正语句问题
2020-02-06 13:43:25 +08:00
eliondog
9f9e251723 修改了错别字,[商务虚会]改为[商务聚会] (#374) 2020-02-06 10:07:27 +08:00
Joe
edd8100cdf Update 03-Objects-Everywhere.md
close #367
2020-02-02 19:56:09 +08:00
Joe
4b2d43edf4 Update 03-Objects-Everywhere.md
#367
2020-02-02 19:54:24 +08:00
Qimiao Chen
de0e00f1de Polising (#370)
* Polishing

* Polishing

* Polishing

* Update 23-Annotations.md
2020-02-01 14:21:13 +08:00