|
|
4976c25347
|
校正+翻译 From SketchK
主要内容
1 `控制流`章节中的`while循环`一节中的代码更新(废弃了++)
2 `控制流`章节中的`repeat-while循环`一节中的代码更新(废弃了++)
3 `控制流`章节中的`if`代码有误(原文中与当前翻译中数值不相符)
4 `函数`章节中`常量与变量参数`一节已经被废弃,进行了删除操作
5 `函数`章节中`输入与输出参数`一节内容进行更新(原文与当前翻译中的内容不相符)
6 `闭包`章节中`单表达式闭包隐式返回`一节内容翻译有误(原文与当前翻译中的内容不相符)
7 `闭包`章节中`运算符函数`一节内容翻译有误(原文与当前翻译中的内容不相符)
8 `闭包`章节中`尾随闭包`一节内容更新(废弃了var修饰符,原文与当前翻译中内容不符,)
|
2016-05-12 20:50:37 +08:00 |
|
|
|
b9d3f5ead6
|
Fix img not found. Update img URL.
|
2016-05-12 17:29:56 +08:00 |
|
|
|
fc6f33567d
|
update 13_Inheritance.md. 修正标题错误 (#608)
|
2016-05-12 15:36:35 +08:00 |
|
|
|
0bdade3c66
|
校正:
1.A Swift Tour中的"错误处理"一节的代码 do 与 { 中间缺少了空格
2.Basic Operators一节中 "开头"的"或让 i 值加 1 的便捷自增运算符 ++i 等"在原文中已经删除
3.Basic Operators一节中 "术语"的"后置运算符需紧跟在操作对象之后(如 i++)"改为了(如 c!)
4.Basic Operators一节中 "自增和自减运算"的内容已被删除
5.Strings and Characters一节中"前缀/后缀相等"的"++"号已经被替换为"+=1"
6.Collection Types一节中的"通过两个数组相加创建一个数组"的代码与原文不符,且当前代码在运行时会报错
|
2016-05-11 17:24:25 +08:00 |
|
|
|
667587bfca
|
merge
|
2016-05-10 16:17:10 +08:00 |
|
|
|
6a9571cb8e
|
更新了语法变更历史内容 (#605)
* 1. 校对了翻译内容,删除了与 Swift 语言本身无关的相关变动
2. 页面内容适配为与 https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/RevisionHistory.html 相关的组织结构
* 1. 更新了 Swift 2.0 的相关语法变动
2. 更新了 Swift 2.1 的相关语法变动
3. 更新了 Swift 2.2 的相关语法变动
|
2016-05-09 20:51:13 +08:00 |
|
|
|
fa6bc5c329
|
Update 04_Expressions.md
|
2016-05-06 10:58:59 +08:00 |
|
|
|
26c5b2ac9a
|
Update 10_Statements.md
|
2016-05-04 23:40:54 +08:00 |
|
|
|
1801b6d920
|
Merge pull request #600 from SemperIdem/gh-pages
Declarations -> 2.2
|
2016-04-21 20:40:11 +08:00 |
|
|
|
e04533d2a8
|
Declarations -> 2.2
|
2016-04-21 13:22:21 +08:00 |
|
|
|
88befb0b59
|
Update README.md
|
2016-04-20 12:52:01 +08:00 |
|
|
|
f270792d59
|
改错
类型方法代码写成static func 原文为 class func
|
2016-04-15 19:46:47 +08:00 |
|
|
|
8459508d67
|
update 2.2 history log date
|
2016-04-11 15:52:52 +08:00 |
|
|
|
42f3319e75
|
update 2.2 history log date
|
2016-04-11 15:51:03 +08:00 |
|
|
|
8bf061f8db
|
Merge pull request #597 from saitjr/gh-pages
Fix format error
|
2016-04-11 10:15:42 +08:00 |
|
|
|
66c6e1287a
|
fix format error
|
2016-04-11 09:58:22 +08:00 |
|
|
|
08838d2754
|
Merge pull request #596 from saitjr/gh-pages
Update to 2.2 (Properties)
|
2016-04-10 20:55:05 +08:00 |
|
|
|
b883da0fc2
|
proofreading
|
2016-04-10 20:07:24 +08:00 |
|
|
|
de0d455b03
|
add space
|
2016-04-10 19:22:17 +08:00 |
|
|
|
9522480e31
|
update to 2.2
|
2016-04-10 19:11:30 +08:00 |
|
|
|
556458dcb7
|
Update 02_a_swift_tour.md
|
2016-04-09 23:43:37 +08:00 |
|
|
|
93239d8927
|
update 2.2 history log date
|
2016-04-09 09:29:50 +08:00 |
|
|
|
cdf4de78d6
|
Update 23_Generics.md
update 2.2 history log
|
2016-04-09 09:26:42 +08:00 |
|
|
|
d6fd41d42d
|
校对
|
2016-04-08 14:18:39 +08:00 |
|
|
|
d415e542d9
|
Merge pull request #593 from SemperIdem/gh-pages
Language Reference - Lexical Structure
|
2016-04-06 15:59:51 +08:00 |
|
|
|
8aa9f9c591
|
Language Reference - Lexical Structure
Update to Swift 2.2
|
2016-04-06 12:10:26 +08:00 |
|
|
|
0bdce33f18
|
Merge pull request #590 from chenmingbiao/develop
update Language Reference - Statements
|
2016-04-05 14:39:20 +08:00 |
|
|
|
a403c3c38e
|
Merge pull request #589 from LinusLing/gh-pages
update Control Flow
|
2016-04-05 14:39:13 +08:00 |
|
|
|
e2048a5bd6
|
Merge pull request #591 from Cee/gh-pages
Added information about comparing tuples.
|
2016-04-05 14:39:07 +08:00 |
|
|
|
1e58639fd4
|
Updated the discussion of the @objc attribute in the Declaration Attributes section to note that enumerations and enumeration cases can use this attribute.
|
2016-04-04 19:37:58 +08:00 |
|
|
|
2aece1573b
|
Added information about comparing tuples.
|
2016-04-04 15:55:07 +08:00 |
|
|
|
63baf59044
|
update Language Reference - Statements
|
2016-04-03 17:02:09 +08:00 |
|
|
|
13ba7b263a
|
update Language Reference - Statements
|
2016-04-03 16:55:44 +08:00 |
|
|
|
8063e80cd4
|
update Control Flow
|
2016-04-03 14:14:15 +08:00 |
|
|
|
3984a8eba0
|
update initialization
delete 类的可失败构造器小节;update 构造失败的传递小节。
|
2016-04-02 23:35:39 +08:00 |
|
|
|
8038c724fd
|
这个地方用许多比较好
The contents of a String can be accessed in various ways
一个`String`的内容可以用许多方式读取.
way加了s,说明前面的various指的是多种。
|
2016-03-13 23:12:57 +08:00 |
|
|
|
2e699265cd
|
根据评论反馈修改个别字词的翻译
|
2016-02-06 04:45:24 +08:00 |
|
|
|
4b26824274
|
Merge remote-tracking branch 'numbbbbb/gh-pages' into gh-pages
|
2016-01-28 11:22:07 +08:00 |
|
|
|
8dca4a9691
|
[校对]“自动引用计数”章节翻译修改
[校对]“自动引用计数”章节翻译修改
|
2016-01-23 16:33:29 +08:00 |
|
|
|
af5190d20b
|
Merge pull request #574 from Realank/gh-pages
修改构造器章节的问题
|
2016-01-23 09:29:10 +08:00 |
|
|
|
7fa09edc82
|
删除多余的字
|
2016-01-23 00:35:53 +08:00 |
|
|
|
b78c821847
|
修改"构造过程"章节错误
|
2016-01-23 00:30:43 +08:00 |
|
|
|
779529b4d3
|
修改格式
|
2016-01-21 16:59:16 +08:00 |
|
|
|
fd2fbe9656
|
校对一处语句
|
2016-01-20 17:45:52 +08:00 |
|
|
|
3793e84c51
|
修改版本记录的纰漏
|
2016-01-20 09:55:04 +08:00 |
|
|
|
c1cad1243f
|
修改翻译和格式
|
2016-01-19 22:09:13 +08:00 |
|
|
|
5d26bb572b
|
修改格式
|
2016-01-19 21:29:42 +08:00 |
|
|
|
b8dd7477d0
|
修改格式
|
2016-01-19 21:26:02 +08:00 |
|
|
|
482e136e62
|
修改表述防止歧义
|
2016-01-19 21:10:08 +08:00 |
|
|
|
d78047411a
|
下标脚本 -> 下标 #570
|
2016-01-19 10:47:26 +08:00 |
|