Commit Graph

781 Commits

Author SHA1 Message Date
Cai Yi
a84a65fd55 Update 08_Generic_Parameters_and_Arguments.md
翻译swift2.0版本的泛型参数章节,对之前版本进行校验
2015-06-30 10:52:06 +08:00
梁杰
96c5191ed2 Merge pull request #389 from SergioChan/develop
修改了获取rawValue的方法名称
2015-06-28 22:09:23 +08:00
梁杰
e9905c255f Merge pull request #388 from 100mango/patch-4
修订闭包剩余部分
2015-06-28 22:09:13 +08:00
梁杰
5cd6c3a046 Merge pull request #387 from 100mango/patch-3
修订闭包表达式语法
2015-06-28 22:09:03 +08:00
梁杰
4fc3acac64 Merge pull request #386 from 100mango/patch-2
完成修订 sort函数 小节
2015-06-28 22:08:55 +08:00
梁杰
20a1d375f8 Merge pull request #385 from 100mango/gh-pages
更新sort函数
2015-06-28 22:08:45 +08:00
chenYuheng
cc27f4fccb 1.修改了获取rawValue的方法名称
2.修改了部分和文本意思不符的翻译
2015-06-28 21:09:11 +08:00
100mango
cf51cad41a 修订sorted,()
1.sorted -> sort
2.() -> Void
2015-06-28 14:26:25 +08:00
100mango
359d9acb94 修订Implicit Return From Single-Expression Clossures 2015-06-28 14:05:44 +08:00
100mango
56a3be66b2 修改Inferring Type From Context 2015-06-28 13:51:07 +08:00
100mango
5e33251e5d 修订Inferring Type From Context
1.修订sort方法
2.增加未翻译部分
2015-06-28 13:45:37 +08:00
100mango
aa8a3a6ac6 修改闭包表达式语法 2015-06-28 13:07:00 +08:00
100mango
9e6fb79df5 完成修订 sort函数 小节 2015-06-28 12:44:34 +08:00
100mango
3d24bfd965 更新sort函数
1.修订润色,将Sorted修改为Sort.
2.增添缺少的The original array is not modified by the sort(_:) method翻译
2015-06-28 11:38:52 +08:00
100mango
16386d375c 更新闭包表达式Closure Expressions
旧版本: sorted function
Swift2.0:  sort(_:) method
2015-06-28 10:48:05 +08:00
梁杰
13eef04014 add error handling file 2015-06-27 21:22:38 +08:00
yulin0629
247d89cf84 修正整数范围的内容,新增未翻译的部份 2015-06-20 11:39:42 +08:00
AttoLee
b0f0cfc9ca 修改翻译错误 2015-06-17 14:12:37 +08:00
梁杰
c7c485d2a1 Merge pull request #377 from gaodong/gh-pages
Update 04_Collection_Types.md
2015-06-16 18:04:25 +08:00
Gordon
eaf346afe3 Update 04_Collection_Types.md
Set的for循环中,循环体中的值属性写错了 value -> genre
2015-06-16 09:48:41 +08:00
Long LI
d2521ad073 修正几个例子,让所有的例子都可以在xcode6.3里运行 2015-06-15 13:57:35 +09:00
yakirChen
6cb5a781bf 三种集合类型 Array , Set , Dictionary 2015-06-15 03:53:54 +08:00
tianyl1984
a8944fd76c 类型转换 2015-06-12 23:01:29 +08:00
twohe
84398b901e Update 04_Collection_Types.md
Line 411
"=" change to "=="
2015-06-10 11:11:51 +08:00
Xwoder
bdfcaa20ac Update 22_Generics.md 2015-06-03 15:13:53 +08:00
Xwoder
71407c018e Update Type_Casting.md 2015-05-31 09:15:40 +08:00
Xwoder
fb03b93632 Update 13_Inheritance.md 2015-05-29 01:16:47 +08:00
Zhao Jian
ff22c1455d Update 07_Closures.md 2015-05-26 17:49:39 +08:00
Xwoder
4f456effa8 更新部分代码 2015-05-23 16:35:16 +08:00
Xwoder
da23e9a337 替换部分过时函数 2015-05-22 22:17:52 +08:00
Xwoder
20c08fea6a 修正错别字 2015-05-22 21:52:47 +08:00
梁杰
c2d740613f Merge pull request #361 from ferstar/fix_error
Update README.md
2015-05-22 10:17:47 +08:00
梁杰
218ead8f8a Merge pull request #362 from zhang3xing1/patch-2
Update 09_Classes_and_Structures.md
2015-05-22 10:17:35 +08:00
梁杰
20e53a4b90 Merge pull request #363 from zhang3xing1/patch-3
Update 09_Classes_and_Structures.md
2015-05-22 10:17:23 +08:00
zhang3xing1
7841451d96 Update 14_Initialization.md
示例的代码与官方原版有出入
2015-05-22 04:53:20 +08:00
zhang3xing1
896570b882 Update 09_Classes_and_Structures.md
变量名 tenEighty 和 alsoTenEighty 需更正保证程序正确
2015-05-22 03:00:10 +08:00
zhang3xing1
6ce7033bf2 Update 09_Classes_and_Structures.md
变量名rememberDirection需更正为rememberedDirection,不然不一致了
2015-05-22 02:53:15 +08:00
Jason Chang
bb627af0c0 Update README.md
漏了个字
2015-05-21 23:12:16 +08:00
Xwoder
55d4d2a69a 删除原文中不存在的符号和段落 2015-05-20 21:43:12 +08:00
Xwoder
d4dbd52d84 将用于表示字符串的中文双引号为英文双引号 2015-05-20 21:30:25 +08:00
梁杰
51a2f82749 new version 2015-05-17 17:13:28 +08:00
Suyu Pan
1b06b2df92 Corrected self.rawValue 2015-05-15 11:15:58 -04:00
zhang3xing1
8c1d166532 Update 06_Functions.md
应更正为 >, 否则会死循环
2015-05-13 16:03:54 +08:00
oldcoderteam@163.com
9261664925 [老码团队]增加了Swift1.2中Set部分的翻译 2015-04-27 17:25:55 +08:00
oldcoderteam@163.com
9f683a2a57 [@未来眼之老码团队] 增加了对Swift1.2以及全版本变更记录的翻译。 2015-04-21 16:52:55 +08:00
eshizhan
d820a07edd fixed some links 2015-04-13 22:08:58 +08:00
梁杰
02fe0f4820 typo 2015-03-28 08:48:42 +08:00
dustsky
78298f19a9 modyify a change 2015-03-24 09:19:53 +08:00
oldcoderteam@163.com
44b1163076 [老码团队]增加可失败构造器,Any类型, 可失败构造器协议部分的翻译。目前遵循XCode6.1.1语法 2015-01-26 12:47:21 +08:00
oldcoderteam@163.com
5b716e96f2 [OldCoderTeam]修正了柯里化函数部分的翻译,使其更新至XCode6.1.1最新版本 2015-01-24 18:35:45 +08:00