Skip to content

Commit 2ef269e

Browse files
committed
更新 README 等
Still needs to update the English ver
1 parent 6787581 commit 2ef269e

File tree

6 files changed

+70
-27
lines changed

6 files changed

+70
-27
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
bilicookies
2+
13
# Xcode
24
#
35
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

Diff for: CONTRIBUTING.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# 任务相关说明
2+
3+
欢迎加入翻译的队伍!去年的现在还没有翻译完,为了避免这样的情况再次发生,希望能有更多的小伙伴们加入。Swifters of China, unite!
4+
5+
总之大家先 Watch + Star 这个 repository,有兴趣也可以加 QQ 群 277542197。
6+
7+
## 领取任务
8+
9+
1. 每节新内容发布以后,[issue 区](https://github.com/ApolloZhu/Developing-iOS-10-Apps-with-Swift/issues) 会开一个当节的「任务分配」issue。
10+
2. 请到每节的 issue 中评论「翻译」或「校对」。评论的内容包括:
11+
1. 行数。建议按照 issue 下公布的分段,一般会是 300 或 500 行,也可以自定义,不过为了方便管理,每次至少要求 100 行。
12+
2. 预计完成时间。我个人的翻译速度是每小时 50 行,请结合个人情况进行估计,建议控制在一个星期以内。海外党请用本地时,并注明时区。
13+
3. 我会结合字幕和您的需求等综合考虑后在 issue 中 @你 通知实际翻译的行数。
14+
4. 请尽快在 issue 下回复 或 发邮件 [email protected] 或 QQ 群确认。
15+
5. 之后 [看板](https://github.com/ApolloZhu/Developing-iOS-10-Apps-with-Swift/projects/1) 和 issue 顶部添加关于您任务的信息。
16+
17+
**翻译、校对任务的序号不是指字幕文件中行数,而是指**
18+
19+
```
20+
67 <----此处的数字
21+
00:03:04,860 --> 00:03:06,960
22+
we talked about the NSNumber format and all that.
23+
```
24+
25+
## 进行翻译
26+
27+
1. 请认真阅读并遵守 [翻译标准/校对规则](./translation-style-guide.md)
28+
2. 如果忙碌或者有困难一定要及时提出来,我也可以把任务转给其他人。这并不会对您有任何影响,觉得难为情可以邮件/私信我。
29+
3. Fork 本项目到您的账户下,然后 Clone 保存到本地。
30+
4. 如果已经 fork 过了,请通过 sync/update from master/fetch origin 等方式完成同步。
31+
4. 翻译过程中请不要 update from master。
32+
5. 翻译 subtitles 文件夹下对应的 srt 文件的对应“行”。srt 就是普通的文本文件,所以使用的程序只要能够保证保存为同样格式就行,个人便好是 Visual Studio Code。
33+
6. 建议每完成一部分就 commit 一次,这样我们能对进度有个大概的把握。
34+
7. 翻译或校对的过程中有拿不准的地方,请先尝试按照标准里提到的方法解决,也可以进入该节的 issue 中讨论(如这个词该不该翻译,该翻译成什么等)。
35+
36+
## 提交翻译
37+
38+
1. 完成全部翻译后,新建 pull request。
39+
2. 如果有,请注明我们需要特别注意的地方,和其他任务行之外的改动。
40+
2. 我们会进行简单的校对。多半您在主项目的 pull request 下会被拒绝合并,request changes。
41+
3. 请 merge 您 fork 下的 pull request,建议然后再简单地确认一下。
42+
4. merge 并修改(如果有)时,主项目的 pull request 会自动更新。请评论表示可以合并到主分支。
43+
5. 在看到主项目出现一个标题为 `集数_开始行-结束行 翻译 @你` 的 commit 之后就算完成了。如果有需要,这个时候就可以安全地删除 fork 和本地文件了。
44+
45+
----
46+
47+
本规则基于 [github.com/SwiftGGTeam/Developing-iOS-9-Apps-with-Swift/issues/3](https://github.com/SwiftGGTeam/Developing-iOS-9-Apps-with-Swift/issues/3) 修订而成。

Diff for: LICENSE.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
本项目(包括字幕,代码等),以及原斯坦福课程均采用 知识共享 署名-非商业性使用-相同方式共享 3.0 美国 许可协议 进行许可。协议详见 https://creativecommons.org/licenses/by-nc-sa/3.0/us/deed.zh。

Diff for: README.md

+15-21
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,37 @@
22

33
[English Version](./en/README.md)
44

5-
以任意形式使用、修改、发布本项目和/或项目的内容等,表示您已阅读、同意、并遵守 [CC-BY-NC-SA 3.0 US 协议](#版权说明)
5+
### 版权说明
6+
7+
<a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/3.0/us/deed.zh"><img alt="知识共享许可协议" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/3.0/us/88x31.png" /></a>
68

7-
目前我们尚未完成翻译。如果您仅仅是想了解翻译的进度,您可以
9+
本项目(包括字幕,代码等),以及原斯坦福课程均采用 <a rel="license" href="https://creativecommons.org/licenses/by-nc-sa/3.0/us/deed.zh">知识共享 署名-非商业性使用-相同方式共享 3.0 美国 许可协议</a> 进行许可。
810

9-
- [关注项目的更新](https://github.com/ApolloZhu/Developing-iOS-10-Apps-with-Swift/subscription)
10-
- [查看进度跟踪看板](https://github.com/ApolloZhu/Developing-iOS-10-Apps-with-Swift/projects/1)
11+
----
1112

12-
如果您想支持我们,目前可以点击项目右上角的 <a class="github-button" href="https://github.com/ApolloZhu/Developing-iOS-10-Apps-with-Swift" data-icon="octicon-star" data-show-count="true" aria-label="Star ApolloZhu/Developing-iOS-10-Apps-with-Swift on GitHub">Star</a> 按钮来 Star 本项目。同时也希望您能够通过各种社交平台,如 微信公众号,微博,博客,开发者头条,简书,CocoaChina,CSDN 等为我们宣传推广,以帮助更多有需要的人
13+
如果您感兴趣,有能力,我们欢迎您参与翻译/校对本项目。详情见 [任务相关说明](./CONTRIBUTING.md)
1314

14-
如果您感兴趣,有能力,我们欢迎您参与项目。请提前阅读 [翻译标准/校对规则](./translation-style-guide.md),在领取任务前阅读 [任务相关说明](https://github.com/ApolloZhu/Developing-iOS-10-Apps-with-Swift/issues/2)。不遵守该规定的翻译可能被直接关闭,请大家认真对待。
15+
### 翻译进度
1516

16-
### 下载字幕
17+
我们目前完成了前三集的内容,详情请 [查看进度跟踪看板](https://github.com/ApolloZhu/Developing-iOS-10-Apps-with-Swift/projects/1)。您也可以 [关注(Watch)项目的更新](https://github.com/ApolloZhu/Developing-iOS-10-Apps-with-Swift/subscription),获得最新动态。如果您有任何建议或意见,或是在观看视频时发现了翻译有误的地方,请 [反馈](https://github.com/ApolloZhu/Developing-iOS-10-Apps-with-Swift/issues/new) 给我们,或发电子邮件到 [[email protected]](mailto:[email protected])
1718

18-
直接点击 [项目 Zip 包](https://github.com/ApolloZhu/Developing-iOS-10-Apps-with-Swift/archive/master.zip) 下载全部已有字幕。`en/subtitles` 文件夹中是纯英文字幕,`subtitles` 文件夹中是中英字幕
19+
如果您想支持我们,请点击项目右上角的 <a class="github-button" href="https://github.com/ApolloZhu/Developing-iOS-10-Apps-with-Swift" data-icon="octicon-star" data-show-count="true" aria-label="Star ApolloZhu/Developing-iOS-10-Apps-with-Swift on GitHub">Star</a> 按钮来 Star 本项目。同时也希望您能够通过各种国内外社交平台,如 微信公众号,微博,博客,开发者头条,简书,CSDN 等为我们宣传推广,以帮助更多有需要的人。当然,与时俱进,我们也即将支持微信或支付宝打赏。资金的用途尚未定,但一定会保持公开透明
1920

20-
字幕的格式是 `.srt`,所以您可能需要用带外挂字幕功能的视频播放器,比如 [VLC](http://www.videolan.org/vlc/index.html) 等才可使用。如果字幕有乱码,请点击 [中文乱码报错用 Issue](https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/issues/131) 进行报错和寻求解决方案。
21+
### 下载
2122

22-
### 下载视频及课件
23+
下载字幕请点击 [项目 Zip 包](https://github.com/ApolloZhu/Developing-iOS-10-Apps-with-Swift/archive/master.zip) ,课程录像等可以查看[下载列表](./tools/download.md)(从 iTunes U 提取)。
2324

24-
从 iTunes U 提取出的:[下载列表](./tools/download.md)
25+
`subtitles` 文件夹中是中英字幕,`en/subtitles` 文件夹中是纯英文字幕。字幕的格式是 `.srt`,所以您可能需要用带外挂字幕功能的视频播放器,比如 [VLC](http://www.videolan.org/vlc/index.zh.html)[IINA](https://lhc70000.github.io/iina/zh-cn/) 等才可使用。如果字幕有乱码,请点击 [中文乱码报错用 Issue](https://github.com/x140yu/Developing_iOS_8_Apps_With_Swift/issues/131) 进行乱码的报错和寻求解决方案。
2526

26-
### 相关链接
27+
#### 课程相关资源
2728

2829
- iTunes U:[Developing iOS 10 Apps with Swift - Free Course by Stanford](https://itunes.apple.com/us/course/developing-ios-10-apps-with-swift/id1198467120)
2930
- [RSS 源](https://p1-u.itunes.apple.com/WebObjects/LZStudent.woa/ra/feed/COETAIHAJLZIQXJI)
3031
- [课程专辑封面](http://a2.mzstatic.com/us/r30/CobaltPublic122/v4/6b/66/d0/6b66d0af-d47f-37d6-9993-9c5237401a49/d3_64_2x.png)
3132
- [首页推广图片](http://a2.mzstatic.com/us/r30/Features122/v4/79/cb/ce/79cbce27-b961-9dfb-f044-21686543edf8/flowcase_1360_520_2x.jpeg)
3233
- CS 193P 课程地址:[CS 193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/)
3334

34-
### 其他资源
35+
#### 项目相关资源
3536

3637
- [Developing iOS 9 Apps with Swift 字幕翻译](https://github.com/SwiftGGTeam/Developing-iOS-9-Apps-with-Swift)
3738
- [Developing iOS 8 Apps with Swift 字幕翻译](https://github.com/X140Yu/Developing_iOS_8_Apps_With_Swift)
@@ -40,12 +41,5 @@
4041

4142
----
4243

43-
### 版权说明
44-
45-
The original work by Stanford University is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.
46-
47-
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/3.0/us/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License</a>.
48-
49-
----
50-
5144
<script async defer src="https://buttons.github.io/buttons.js">/*请忽略这段代码*/</script>
45+

Diff for: en/LICENSE.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This work and the original work by Stanford University are both licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License. The license is available at http://creativecommons.org/licenses/by-nc-sa/3.0/us/.

Diff for: en/README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
[中文版本](../README.md)
44

5-
Using, modifying, publishing, distributing, or performing any act relating to this repository, means you read, agree with, and follow the [CC-BY-NC-SA 3.0 US License](#copyright-information) terms.
6-
75
We have not yet finished translating. You may view our progress by
86

97
- [Watching the repository](https://github.com/ApolloZhu/Developing-iOS-10-Apps-with-Swift/subscription)
@@ -23,15 +21,15 @@ The subtitles are provided as `.srt` files, therefore, you need video players th
2321

2422
[Download List](../tools/download.md), which is automatically generated from iTunes U, contains resources available for download from iTunes U.
2523

26-
### Related Resources
24+
### Other Course Related Resources
2725

2826
- iTunes U:[Developing iOS 10 Apps with Swift - Free Course by Stanford](https://itunes.apple.com/us/course/developing-ios-10-apps-with-swift/id1198467120)
2927
- [RSS Feed](https://p1-u.itunes.apple.com/WebObjects/LZStudent.woa/ra/feed/COETAIHAJLZIQXJI)
3028
- [Album Cover](http://a2.mzstatic.com/us/r30/CobaltPublic122/v4/6b/66/d0/6b66d0af-d47f-37d6-9993-9c5237401a49/d3_64_2x.png)
3129
- [Showcase Image](http://a2.mzstatic.com/us/r30/Features122/v4/79/cb/ce/79cbce27-b961-9dfb-f044-21686543edf8/flowcase_1360_520_2x.jpeg)
3230
- CS 193P on Stanford website:[CS 193P iPhone Application Development](http://web.stanford.edu/class/cs193p/cgi-bin/drupal/)
3331

34-
### Other Resources
32+
### Translation Related Resources
3533

3634
- [Developing iOS 9 Apps with Swift Translation](https://github.com/SwiftGGTeam/Developing-iOS-9-Apps-with-Swift)
3735
- [Developing iOS 8 Apps with Swift Translation](https://github.com/X140Yu/Developing_iOS_8_Apps_With_Swift)
@@ -42,9 +40,9 @@ The subtitles are provided as `.srt` files, therefore, you need video players th
4240

4341
### Copyright Information
4442

45-
The original work by Stanford University is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.
43+
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/3.0/us/88x31.png" /></a>
4644

47-
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/3.0/us/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License</a>.
45+
This work and the original work by Stanford University are both licensed under the <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License</a>.
4846

4947
----
5048

0 commit comments

Comments
 (0)