Skip to content

Commit e9b00d3

Browse files
committed
Fixed translation of 159, 161, 164, 172, 180, 184, 187, 191, 193 in lecture 2
1 parent d00f1d0 commit e9b00d3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

subtitles/zh-Hans/Lecture 2. MVVM and the Swift Type System.srt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -653,15 +653,15 @@ Text 和 HStack
653653

654654
159
655655
00:07:23,470 --> 00:07:26,303
656-
我们引入 ViewModel
656+
我们引入视图模型(ViewModel
657657

658658
160
659659
00:07:27,980 --> 00:07:32,980
660660
来实现这种机制
661661

662662
161
663663
00:07:33,044 --> 00:07:36,870
664-
ViewModel 的工作就是将视图
664+
视图模型的工作就是将视图
665665
绑定到对应的模型上
666666

667667
162
@@ -674,7 +674,7 @@ ViewModel 的工作就是将视图
674674

675675
164
676676
00:07:41,530 --> 00:07:43,130
677-
在 ViewModel
677+
在视图模型
678678

679679
165
680680
00:07:43,130 --> 00:07:45,920
@@ -707,7 +707,7 @@ ViewModel 的工作就是将视图
707707

708708
172
709709
00:07:59,770 --> 00:08:02,320
710-
而是交给 ViewModel 去做
710+
而是交给视图模型去做
711711

712712
173
713713
00:08:02,320 --> 00:08:05,480
@@ -739,7 +739,7 @@ HTTP 请求
739739

740740
180
741741
00:08:19,760 --> 00:08:22,460
742-
ViewModel 可以将其封装到
742+
视图模型可以将其封装到
743743

744744
181
745745
00:08:22,460 --> 00:08:25,080
@@ -755,7 +755,7 @@ ViewModel 可以将其封装到
755755

756756
184
757757
00:08:30,340 --> 00:08:32,760
758-
ViewModel 在这里扮演的角色
758+
视图模型在这里扮演的角色
759759

760760
185
761761
00:08:32,760 --> 00:08:36,053
@@ -767,7 +767,7 @@ ViewModel 在这里扮演的角色
767767

768768
187
769769
00:08:40,101 --> 00:08:41,960
770-
之间的 ViewModel
770+
之间的视图模型
771771

772772
188
773773
00:08:41,960 --> 00:08:44,750
@@ -783,15 +783,15 @@ ViewModel 在这里扮演的角色
783783

784784
191
785785
00:08:50,430 --> 00:08:51,890
786-
首先,ViewModel
786+
首先,视图模型
787787

788788
192
789789
00:08:51,890 --> 00:08:54,710
790790
会随时关注模型的变化
791791

792792
193
793793
00:08:54,710 --> 00:08:57,390
794-
and it can do that any way that it wants.
794+
它可以通过任何方式实现
795795

796796
194
797797
00:08:57,390 --> 00:09:00,900

0 commit comments

Comments
 (0)