Skip to content

Commit 8a95577

Browse files
committed
纠正部分翻译
1 parent 970fb1b commit 8a95577

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

subtitles/1. Introduction to iOS 11, Xcode 9 and Swift 4.srt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ You will not see me teaching you anything down there,
286286
58
287287
00:02:47,501 --> 00:02:49,234
288288
The next layer up is called the Core Services layer.
289-
在那一层之上是 Core Serviecs
289+
在那一层之上是 Core Services
290290

291291
59
292292
00:02:49,235 --> 00:02:50,968
@@ -1310,7 +1310,7 @@ Any Apple ID will do, go through the process.
13101310

13111311
263
13121312
00:12:46,866 --> 00:12:49,634
1313-
You'll creat a development team. Next,
1313+
You'll create a development team. Next,
13141314
创建了开发团队之后
13151315

13161316
264
@@ -1441,17 +1441,17 @@ then the other ones we're gonna do later in the quarter.
14411441
289
14421442
00:13:58,304 --> 00:13:59,537
14431443
This source control,
1444-
这种资源控制
1444+
这个 source control
14451445

14461446
290
14471447
00:13:59,605 --> 00:14:02,774
14481448
we'll talk about that later in the quarter as well, but
1449-
我们也会在之后的学期里讨论,但是
1449+
源码(版本)管理我们也会在之后讨论,但是
14501450

14511451
291
14521452
00:14:02,842 --> 00:14:06,477
14531453
we're not doing that for the first week. Okay here it is,
1454-
我们在第一周不会做这件事
1454+
我们在第一周不会做这件事
14551455

14561456
292
14571457
00:14:06,546 --> 00:14:10,381
@@ -4521,7 +4521,7 @@ all the common classes that you're using, UIButton later
45214521
905
45224522
00:44:25,162 --> 00:44:27,563
45234523
we're gonna do array in dictionary. Go read it so
4524-
之后的 Array(数组)和 Dictionariy(字典),去读读
4524+
之后的 Array(数组)和 Dictionary(字典),去读读
45254525

45264526
906
45274527
00:44:27,632 --> 00:44:31,601
@@ -7591,7 +7591,7 @@ fatal error unexpectedly found nil,那是说可选类型缺省值
75917591
1519
75927592
01:16:23,813 --> 01:16:27,414
75937593
while unwrapping an optional. Get used to that error,
7594-
while unwraaping an optional。 熟悉这个错误
7594+
while unwrapping an optional。 熟悉这个错误
75957595

75967596
1520
75977597
01:16:27,483 --> 01:16:30,484

subtitles/2. MVC.srt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3800,7 +3800,7 @@ way, cardButtons.indicies, okay. cardButton.indicies
38003800
841
38013801
00:45:05,570 --> 00:45:09,839
38023802
Indices is a method in array. Okay, that returs
3803-
indicies 是数组的一个方法(注:变量)
3803+
indices 是数组的一个方法(注:变量)
38043804

38053805
842
38063806
00:45:09,907 --> 00:45:13,509

0 commit comments

Comments
 (0)