-
Notifications
You must be signed in to change notification settings - Fork 0
/
1_Translation.json
25479 lines (25479 loc) · 895 KB
/
1_Translation.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"__type__": "Deck",
"children": [],
"crowdanki_uuid": "f76cda40-1d82-11e9-80a2-acde48001122",
"deck_config_uuid": "34242b01-e78d-11e7-aa39-e09467db648e",
"deck_configurations": [
{
"__type__": "DeckConfig",
"autoplay": true,
"crowdanki_uuid": "34242b01-e78d-11e7-aa39-e09467db648e",
"dyn": false,
"lapse": {
"delays": [
10
],
"leechAction": 0,
"leechFails": 8,
"minInt": 1,
"mult": 0.0
},
"maxTaken": 60,
"name": "P0 Review",
"new": {
"bury": true,
"delays": [
1,
10
],
"initialFactor": 2500,
"ints": [
1,
3
],
"order": 1,
"perDay": 70,
"separate": true
},
"replayq": true,
"rev": {
"bury": true,
"ease4": 1.3,
"fuzz": 0.05,
"ivlFct": 1.0,
"maxIvl": 36500,
"minSpace": 1,
"perDay": 300
},
"timer": 1
}
],
"desc": "",
"dyn": 0,
"extendNew": 10,
"extendRev": 50,
"media_files": [],
"name": "1 Translation",
"note_models": [
{
"__type__": "NoteModel",
"crowdanki_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"css": ".card {\n font-family: \"Noto Serif\", \"Helvetica\", \"Arial\", \"PingFang SC\", \"Hiragino Sans GB\", \"Microsoft YaHei\", \"WenQuanYi Micro Hei\", sans-serif;\n font-size: 20px;\n text-align: center;\n color: black;\n background-color: white;\n margin: 30px 10px;\n}\n\n.mobile u {\n text-decoration: none;\n background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #e06e73 50%);\n background-repeat: repeat-x;\n background-size: 2px 2px;\n background-position: 0 1.05em\n}\n\n.address svg,.color-preview,.todo-checkbox svg{top:.2em;position:relative}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}h2,h3{color:#333;line-height:1em}ol,ul{list-style:none;margin-bottom:1.57143em}table{border-collapse:collapse;border-spacing:0}caption,td,th{text-align:left;font-weight:400;vertical-align:middle}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:\"\";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:14px;line-height:1.6em;-webkit-text-size-adjust:100%}a{color:#de4c4f;text-decoration:none}h1{color:#333;font-size:1.6em;line-height:1.3em;margin-bottom:.78571em}h2{font-size:1.3em;margin-bottom:.62857em}h3{font-size:1.15em;margin-bottom:.47143em}hr{height:1px;border:0;background-color:#dedede;margin:-1px auto 1.57143em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}ol li:before{content:counter(ol) \".\";counter-increment:ol;color:#e06e73;text-align:right;display:inline-block;min-width:1em;margin-right:.5em}.text-overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sf_code_syntax_string{color:#D33905}.sf_code_syntax_comment{color:#838383}.sf_code_syntax_documentation_comment{color:#128901}.sf_code_syntax_number{color:#0E73A2}.sf_code_syntax_project{color:#5B2599}.sf_code_syntax_keyword{color:#0E73A2}.sf_code_syntax_character{color:#1B00CE}.sf_code_syntax_preprocessor{color:#920448}.note-wrapper{max-width:46em;margin:0 auto;padding:1.57143em 3.14286em}.note-wrapper.spotlight-preview{overflow-x:hidden}s{color:#878787}p{hyphens:auto;margin-bottom:.1em}hr{margin-bottom:.7em;margin-top:.7em}ul li{text-indent:-.6em}ul li:before{content:\"•\";color:#e06e73;display:inline-block;margin-right:.3em}ol ol,ul ul{margin-left:1.25714em}ol li{text-indent:-1.55em}blockquote{display:block;margin-left:-1em;padding-left:.8em;border-left:.2em solid #e06e73}.code-inline,.code-multiline{background:#fff;border:1px solid #dedede;font-size:.9em}.todo-list ul{margin-left:1.88571em}.todo-list li{text-indent:-1.75em}.todo-list li:before{content:\"\";display:static;margin-right:0}.todo-checkbox{text-indent:-1.7em}.todo-checkbox svg{margin-right:.3em}.todo-checkbox svg #check{display:none}.todo-checkbox.todo-checked #check{display:inline}.todo-checkbox.todo-checked .todo-text{text-decoration:line-through;color:#878787}.hashtag,.hashtag a{color:#fff}.code-inline{display:inline-block;padding:0 .5em}.code-multiline{display:block;padding:.7em 1em;overflow-x:auto}.address svg,.arrow svg,.color-preview,.hashtag,.ordered-list-number,mark{display:inline-block}.hashtag{background:#b8bfc2;padding:0 .5em;border-radius:1em;text-indent:0}.address a{color:#545454;background-image:linear-gradient(to bottom,rgba(0,0,0,0) 50%,#0da35e 50%);background-repeat:repeat-x;background-size:2px 2px;background-position:0 1.05em}.address svg{margin-right:.2em}.color-preview{width:1em;height:1em;border:1px solid rgba(0,0,0,.3);border-radius:50%;margin-right:.1em;white-space:nowrap}.color-code{margin-right:.2em;font-family:Menlo-Regular;font-size:.9em}.color-hash{opacity:.4}.ordered-list-number{color:#e06e73;text-align:right;min-width:1em}.arrow svg{position:relative;top:.08em;margin-right:.15em;margin-left:.15em}.arrow svg #rod{stroke:#545454}.arrow svg #point{fill:#545454}mark{color:inherit;padding:0 4px;background-color:#fcffc0}",
"flds": [
{
"font": "Arial",
"media": [],
"name": "Front",
"ord": 0,
"rtl": false,
"size": 20,
"sticky": false
},
{
"font": "Arial",
"media": [],
"name": "Back",
"ord": 1,
"rtl": false,
"size": 20,
"sticky": false
}
],
"latexPost": "\\end{document}",
"latexPre": "\\documentclass[12pt]{article}\n\\special{papersize=3in,5in}\n\\usepackage[utf8]{inputenc}\n\\usepackage{amssymb,amsmath}\n\\pagestyle{empty}\n\\setlength{\\parindent}{0in}\n\\begin{document}\n",
"name": "Basic-9cfd6",
"req": [
[
0,
"all",
[
0
]
]
],
"sortf": 0,
"tags": [],
"tmpls": [
{
"afmt": "{{FrontSide}}\n\n<hr id=answer>\n\n{{Back}}",
"bafmt": "",
"bfont": "Noto Serif",
"bqfmt": "",
"bsize": 14,
"did": null,
"name": "Card 1",
"ord": 0,
"qfmt": "{{Front}}"
}
],
"type": 0,
"vers": []
}
],
"notes": [
{
"__type__": "Note",
"data": "",
"fields": [
"<p>他一看见我就<mark>上来</mark>祝贺我。</p>",
"<p>The moment he saw me, he<mark>came over</mark>to congratulate me.</p>"
],
"flags": 0,
"guid": "B;~e!5sB11",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>无论他们会<mark>碰到</mark>什么困难,他们都会<mark>互相帮助</mark>来克服它。</p>",
"<p>Whatever difficulty they<mark>meet with</mark>, they will<mark>help each other</mark>to overcome it.</p>"
],
"flags": 0,
"guid": "Bn~6`?_sC;",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>无论我给他多少忠告,他还是<mark>一意孤行</mark>。</p>",
"<p>No matter how much advice I gave him, he<mark>did exactly what he wanted to do</mark>.</p>"
],
"flags": 0,
"guid": "k)G.|0zRd/",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>我常用来<mark>削</mark>苹果的那把刀找不到了。</p>",
"<p>The knife<mark>with</mark>which I often<mark>peel apples</mark>can't be found.</p>"
],
"flags": 0,
"guid": "F[1_sfSxtF",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p><mark>有消息传来</mark>说这里的房子要<mark>拆掉</mark>了。</p>",
"<p><mark>Word come that</mark>the houses in this area would be<mark>pulled down</mark>.</p>"
],
"flags": 0,
"guid": "c*{>jEv8Rp",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>你能告诉我为什么他在销售上能<mark>超过</mark>其他同事吗?</p>",
"<p>Can you tell me why he<mark>is ahead of other colleagues in sales</mark>?</p>"
],
"flags": 0,
"guid": "cmw+gW5[zA",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>我<mark>相信</mark>他有能力,必定能取得成功。</p>",
"<p>I<mark>don't doubt</mark>that he is capable and he is sure to succeed.</p>"
],
"flags": 0,
"guid": "s^oI!4.+!b",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>英语中的<mark>成语、俚语和谚语</mark>是如此之难,以至于我们常常感到困惑。</p>",
"<p>So difficult are the<mark>idioms, slangs and proverbs</mark>in English that we often get confused.</p>"
],
"flags": 0,
"guid": "b0UVPDo<d8",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>那辆撞上树的车<mark>滚下</mark>了深谷。</p>",
"<p><mark>Down rolled</mark>the car that<mark>bumped into</mark>the tree in<mark>the deep valley</mark></p>"
],
"flags": 0,
"guid": "bIz3oL5s^5",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>我们的祖国<mark>从来没有</mark>像今天这么强大。</p>",
"<p><mark>Never before</mark>has our country been so powerful as it is today.</p>"
],
"flags": 0,
"guid": "hg{lmk#SxJ",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>你能告诉我你<mark>究竟</mark>是什么时候取得硕士学位的吗?</p>",
"<p>Can you tell me<mark>when it was that</mark>you got a master's degree?</p>"
],
"flags": 0,
"guid": "wD7iOyy?1^",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>他<mark>本想</mark>捐更多的钱,但他身边没带够钱。</p>",
"<p>He had<mark>intended</mark>to donate more money, but he hadn't enough with him.</p>"
],
"flags": 0,
"guid": "gcIX~tdD8-",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>有许多书可以选择,但我<mark>不知道</mark>借哪一本。</p>",
"<p>There are so many books to choose from, but I am<mark>at a loss</mark>which one to borrow.</p>"
],
"flags": 0,
"guid": "c-uw8}BzjU",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>据说在那个湖底发现了一个<mark>古城的遗址</mark>。</p>",
"<p>It is said that<mark>the site of an ancient city</mark>has been discovered at the bottom of the lake.</p>"
],
"flags": 0,
"guid": "l`:2&;rx)y",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>借助特别的<mark>仪器</mark>,我们能看见<mark>肉眼看不见</mark>的细菌。</p>",
"<p>With special<mark>instruments</mark>, we can see the bacteria<mark>invisible to the naked eye</mark>.</p>"
],
"flags": 0,
"guid": "h*vU;URHG7",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>他回来时发现<mark>小区</mark>已<mark>今非昔比</mark>。</p>",
"<p>When he came back, he found<mark>the community</mark>had changed<mark>beyond recognition</mark>.</p>"
],
"flags": 0,
"guid": "huvx;N0*ta",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p><mark>既然</mark>你们是多年的朋友,那为什么他生病你不去看他呢?</p>",
"<p><mark>How come</mark>you haven’t visit him when he is ill since you have been friends for years?</p>"
],
"flags": 0,
"guid": "I9Eu2.Ci,e",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>如果下起雨来,我们又没有<mark>避雨处</mark>怎么办?</p>",
"<p>What if it rains when we can't find a place to<mark>take shelter from</mark>?</p>"
],
"flags": 0,
"guid": "F[$[b*~QGZ",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>既然你<mark>问心无愧</mark>,你就不必<mark>内疚</mark>。</p>",
"<p>Now that you<mark>have a clear conscience</mark>, there's no need for you to<mark>feel guilty</mark>.</p>"
],
"flags": 0,
"guid": "udX8:h?dFR",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>他没有去学校<mark>是因为</mark>他头痛。</p>",
"<p>His headache<mark>accounted for</mark>his absence from school.</p>"
],
"flags": 0,
"guid": "D+yH&5f*Mz",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>文化<mark>冲击</mark>的意思是当一个人到了新的国家,他不能适应新的环境。</p>",
"<p>Culture<mark>shock</mark>means that when a person comes to a new country, he can't adapt himself to the new environment.</p>"
],
"flags": 0,
"guid": "r|z>5jc3&z",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p><mark>不久之后</mark>,双方就仪式举行的地点达成了一致。</p>",
"<p><mark>Before long</mark>, the two<mark>parties</mark>agreed on the place where the ceremony would be held.</p>"
],
"flags": 0,
"guid": "LvI_G|<ZxD",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>除了<mark>屈服</mark>于她的对手,她别无选择。</p>",
"<p>She had no alternative but to<mark>give in to</mark>her opponent.</p>"
],
"flags": 0,
"guid": "FUsYrW<:>i",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>我<mark>想知道</mark>今天上午的会议有多少人<mark>缺席</mark>了。</p>",
"<p>I<mark>wonder</mark>how many people were<mark>absent from</mark>the meeting this morning.</p>"
],
"flags": 0,
"guid": "xWpFg,56!P",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>Tom向父母道歉,因为他<mark>抽不出时间</mark>给他们。</p>",
"<p>Tom apologized to his parents for not<mark>sparing them some time</mark>.</p>"
],
"flags": 0,
"guid": "KDOcv,]qtq",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>我很感激你<mark>特意</mark>问候我的父母。</p>",
"<p>I appreciate your kindness of <mark>specially</mark>sending your regards to my parents.</p>"
],
"flags": 0,
"guid": "sNI41%j]uE",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>人们总是一想到瑞士就想到名表。</p>",
"<p>Switzerland is often<mark>associated with</mark>famous watches.</p>"
],
"flags": 0,
"guid": "H]LDmo[Tr-",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>在美国绝对不要打听有关工资<mark>这样的隐私</mark>。</p>",
"<p>Avoid asking about<mark>such privacy as</mark>salaries in the USA.</p>"
],
"flags": 0,
"guid": "A0NC|G5+BQ",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>我<mark>很荣幸</mark>参加了你们的毕业典礼。</p>",
"<p>It’s<mark>my honor</mark>to attend your graduation ceremony.</p>"
],
"flags": 0,
"guid": "vi&#eNZ6y.",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>是否<mark>在江上</mark>再建一座大桥,委员们意见不一。</p>",
"<p>The members of the committee can not agree on whether to build another bridge<mark>over/across</mark>the river.</p>"
],
"flags": 0,
"guid": "x_J.t3WODX",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>导演得知<mark>自己的影片获奖</mark>,感到无比自豪。</p>",
"<p>Learning that<mark>he was awarded for his film</mark>, the director felt very proud of himself.</p>"
],
"flags": 0,
"guid": "x/q35lJq$P",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>我无法忍受他总是<mark>说长道短</mark>。</p>",
"<p>I can't bear him always<mark>gossiping</mark>.</p>"
],
"flags": 0,
"guid": "s@;:;*{wkS",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p><mark>过了三天</mark>,她又挑选了一件适合她母亲的礼物。</p>",
"<p><mark>It was three days before</mark>she chose another suitable gift for her mother.</p>"
],
"flags": 0,
"guid": "~?wY/}QwJ",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>缺乏实践经验的大学毕业生<mark>很可能</mark>找不到高薪的工作。</p>",
"<p><mark>Chances are that</mark>the university graduates lacking practical experience can't find well-paid jobs.</p>"
],
"flags": 0,
"guid": "xe~RxXwym;",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>你能对<mark>当今的时事</mark>做点评论吗?</p>",
"<p>Can you make some comments on<mark>current affairs</mark>?</p>"
],
"flags": 0,
"guid": "oYtM[Eq^xB",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p><mark>就价格而言</mark>,这家店提供的价钱很公道。</p>",
"<p><mark>As far as the price is concerned</mark>, the shop offers reasonable prices.</p>"
],
"flags": 0,
"guid": "v.yC%>~;9,",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>我们计划<mark>拜访</mark>校长,并祝贺他60岁生日。</p>",
"<p>We plan to<mark>visit</mark>the principal and congratulate him on his 60th birthday.</p>"
],
"flags": 0,
"guid": "BBy/K/#PO=",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>绿茶里是否真的含有防癌的<mark>物质</mark>?</p>",
"<p>Does green tea really contain<mark>some substances</mark>which can prevent cancer?</p>"
],
"flags": 0,
"guid": "MU<WGD0+kR",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>我保证<mark>这样的事情</mark>今后不会再发生了。</p>",
"<p>I ensure<mark>such a thing</mark>will not happen again from now on/</p>"
],
"flags": 0,
"guid": "hOw[7Hf+3c",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>千万不要卷入那件事情中,否则你将<mark>自找麻烦</mark>。</p>",
"<p>Don’t be involved in the matter, or you will<mark>ask for trouble</mark>.</p>"
],
"flags": 0,
"guid": "wRLK!yAe}}",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>我不知道你是否<mark>注意</mark>了报纸上那篇有关污染的文章。</p>",
"<p>I don’t know whether you have<mark>noticed</mark>the article on pollution in the newspaper.</p>"
],
"flags": 0,
"guid": "m6#|m*g/XF",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>如果你<mark>坚持</mark>这样做,你将以失败告终。</p>",
"<p>If you<mark>persist in doing so</mark>, you will end in failure.</p>"
],
"flags": 0,
"guid": "NR=1#+`5c6",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>这位总统退休后<mark>很少</mark>在公共场合露面。</p>",
"<p><mark>Seldom</mark>did the president show up in public after he was retired.</p>"
],
"flags": 0,
"guid": "HKLK6hcVz<",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>在这个领域干了十年了,他肯定能<mark>胜任这个职务</mark>。</p>",
"<p>Working in the field for 10 years<mark>qualified</mark>him for<mark>the post</mark>.</p>"
],
"flags": 0,
"guid": "og#|]lH>Hn",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>他滑倒了,然后被<mark>撞晕</mark>了。</p>",
"<p>He slipped and then he was<mark>knocked down, unconscious</mark>.</p>"
],
"flags": 0,
"guid": "C~le7rk4Ga",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<p>根据教育改革的政策,这本教材不再使用,因为它没能<mark>与时俱进</mark>。</p>",
"<p>According to the policies of the educational reform, the textbook is no longer in use, because it can't keep pace with <mark>the times</mark>.</p>"
],
"flags": 0,
"guid": "MTR/jBhw9i",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"(昨天在选举中<mark>败北</mark>的政治家) has lost his position of political influence.",
"The politician who was <mark>defeated</mark> in the election yesterday."
],
"flags": 0,
"guid": "FX|PzY=sc?",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"One of the factors (<mark>使</mark>亚洲学生<mark>学业成绩优秀</mark>) is their commitment to hard work.",
"... that contribute to students’ academic performance ..."
],
"flags": 0,
"guid": "jeD#bjmj5p",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"每月她都会<mark>留出</mark>一部分钱以备<mark>不时之需</mark>。(in case)",
"Each month she <mark>sets aside</mark> a small amount of money <mark>in case of urgent need</mark>."
],
"flags": 0,
"guid": "D7eUrl]3-,",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"站在山顶,<mark>极目远望</mark>,大自然的<mark>壮美</mark>让我们惊叹不已。(amaze)",
"Standing at the top of the mountain and <mark>looking as far as the eyes can see</mark>, we were so amazed at the <mark>magnificence</mark> of <i>nature</i>."
],
"flags": 0,
"guid": "gKYg[R|{wB",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"他和他妈妈笑起来一模一样。",
"He smiles <mark>in the same way his mother does</mark>."
],
"flags": 0,
"guid": "dz%rJ?P?va",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"为了能博得同事们的尊重,他<mark>想方设法</mark>改善自己的<mark>形象</mark>。",
"To earn respect from his colleagues, he <mark>tried every means to</mark> improve his <mark>image</mark>."
],
"flags": 0,
"guid": "H3fRoo|j$%",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"在英国一所大学的学士报告厅里坐着许多<mark>年轻有为</mark>的学者。",
"In the lecture hall in Britain sit a lot of <mark>young promising</mark> scholars."
],
"flags": 0,
"guid": "N|?+cTM4H[",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"It has been widely accepted (儿童学外语比成人容易).",
"... it's easier for children to learn English than it's for adults."
],
"flags": 0,
"guid": "sZ^.z@Y?*P",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"The course director insisted (一年级的学生每学期的上课出勤率至少要达到 80%).",
"... fresh year students should attend at least 80 percent of classes per semester."
],
"flags": 0,
"guid": "uF#:P5zI.S",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"<mark>在</mark>那个十字路口。一辆公交车<mark>差点</mark>撞上了开过的出租车。",
"<mark>At</mark> the crossroads, a bus <mark>narrowly</mark> missed hitting a taxi passing by."
],
"flags": 0,
"guid": "cIp$C7p6Fr",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"和你一起工作的这位老师非常<mark>固执</mark>,与他争论没有意思。",
"The professor who is working with you is very <mark>stubborn</mark>. There's no pint in arguing with him."
],
"flags": 0,
"guid": "jgSriD31t#",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"在英国,看牙科医生要<mark>事先打电话预约</mark>。",
"If you want to see a dentist in Britain, you should <mark>phone to make an appointment beforehand</mark>."
],
"flags": 0,
"guid": "Q)}d5xKehr",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"换言之,正是由于人类大量砍伐树木才造成了那场<mark>灾难性</mark>的洪水。",
"In other words, it was human being's cutting down a lot of trees that led to that <mark>disastrous</mark> flood."
],
"flags": 0,
"guid": "Bw/smE<4jp",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"听了你的<mark>一番话</mark>消除了<mark>我对他的怀疑</mark>。",
"Hearing your <mark>words</mark> has removed <mark>my doubts about him</mark>."
],
"flags": 0,
"guid": "q~d%teA]5s",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"你觉得这么<mark>费力</mark>值得吗?",
"Do you think it worthwhile to <mark>take so much trouble</mark>?"
],
"flags": 0,
"guid": "q&<{vBe<Cf",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"大城市的孩子经常浪费食物,而有些地方的孩子却<mark>吃不饱</mark>。",
"Children in big cities often waste food while those in some areas <mark>don’t have enough food</mark>."
],
"flags": 0,
"guid": "l^6+8Ph(k]",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"那座桥已经<mark>通车</mark>。",
"The bridge is already <mark>open to traffic</mark>."
],
"flags": 0,
"guid": "cu{[1S_i4Q",
"note_model_uuid": "34242b04-e78d-11e7-b3ba-e09467db648e",
"tags": [
"翻译小题库"
]
},
{
"__type__": "Note",
"data": "",
"fields": [
"你将来<mark>从事</mark>什么样的工作完全取决于你。",