forked from NetLogo-Mobile/Translation-Chinese
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPrimitives-Chinese.json
2603 lines (2603 loc) · 56.2 KB
/
Primitives-Chinese.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
{
"all": {
"identity": "all",
"display_name": "all?",
"short_original": "Checks if a reporter is true for all the agents in an agentset.",
"short_description": "检查报告指令对主体集合中的所有主体是否都为真。",
"search_terms": [
"check",
"agents",
"agentset",
"exist"
],
"agents": [
"utilities"
],
"see_also": [
"nobody",
"count",
"if",
"any"
],
"library_models": [
"Autumn",
"Shepherds",
"Scatter",
"Party"
]
},
"and": {
"identity": "and",
"display_name": "and",
"short_original": "Checks if both provided conditions are true.",
"short_description": "检查两个条件是否都为真。",
"search_terms": [
"both",
"boolean",
"true",
"false",
"combine"
],
"agents": [
"utilities"
],
"see_also": [
"if",
"or",
"ifelse",
"with"
],
"library_models": [
"Autumn",
"Fur",
"Flocking",
"Small Worlds"
]
},
"any": {
"identity": "any",
"display_name": "any?",
"short_original": "Checks if there is at least one agent in an agentset.",
"short_description": "检查在主体集合中是否有任何主体。",
"search_terms": [
"within",
"count",
"agentset",
"remaining"
],
"agents": [
"utilities"
],
"see_also": [
"all",
"if",
"other",
"nobody"
],
"library_models": [
"Anisogamy",
"Fur",
"Mammoths",
"Fireworks"
]
},
"ask": {
"identity": "ask",
"display_name": "ask",
"short_original": "Asks agents to do things.",
"short_description": "让主体或主体集合执行一些命令。",
"search_terms": [
"do",
"commands",
"rules",
"behavior"
],
"agents": [
"observer"
],
"see_also": [
"turtles",
"patches",
"links",
"with"
],
"library_models": [
"Ants",
"Mimicry",
"Moths",
"Tumor"
]
},
"breed": {
"identity": "breed",
"display_name": "breed",
"short_original": "Defines a custom breed of turtles.",
"short_description": "定义海龟的种类或变种。",
"search_terms": [
"kind",
"type",
"subset",
"custom"
],
"agents": [
"observer"
],
"see_also": [
"create-turtles",
"turtles-own",
"die",
"ask"
],
"library_models": [
"Bacterial Infection",
"Disease Solo",
"Rabbit Grass Weeds",
"Wolf Sheep Predation"
]
},
"ceiling": {
"identity": "ceiling",
"display_name": "ceiling",
"short_original": "Rounds a number up to the nearest integer.",
"short_description": "将数字向上取整。",
"search_terms": [
"round",
"up",
"integer",
"decimal",
"floating",
"math",
"calculate"
],
"agents": [
"utilities"
],
"see_also": [
"floor",
"round",
"mean",
"count"
],
"library_models": [
"GasLab Circular Particles",
"Traffic 2 Lanes",
"Chaos in a Box",
"Decay"
]
},
"ca": {
"identity": "ca",
"display_name": "ca",
"short_original": "Clears all the drawings, turtles, plots, etc., leaving a blank slate.",
"short_description": "清除所有工程图,海龟,地块等,保留空白状态。",
"search_terms": [
"clear",
"erase",
"remove",
"delete",
"clean",
"new",
"fresh",
"refresh",
"reset",
"restart",
"reboot",
"recreate"
],
"agents": [
"observer"
],
"see_also": [
"clear-patches",
"clear-turtles",
"die",
"reset-ticks"
],
"library_models": [
"Flocking",
"Fur",
"Daisyworld",
"Wolf Sheep Predation",
"Follower"
]
},
"clear-all": {
"identity": "clear-all",
"display_name": "clear-all",
"short_original": "Clears all the drawings, turtles, plots, etc., leaving a blank slate.",
"short_description": "清除所有画图,海龟,图表等,返回到初始状态。",
"search_terms": [
"clear",
"erase",
"remove",
"delete",
"clean",
"new",
"fresh",
"refresh",
"reset",
"restart",
"reboot",
"recreate"
],
"agents": [
"observer"
],
"see_also": [
"clear-patches",
"clear-turtles",
"die",
"reset-ticks"
],
"library_models": [
"Flocking",
"Fur",
"Daisyworld",
"Wolf Sheep Predation",
"Follower"
]
},
"clear-patches": {
"identity": "clear-patches",
"display_name": "clear-patches",
"short_original": "Clears the patches by resetting all patch variables to their default initial values and making them black.",
"short_description": "将所有格子的变量设置为初始值。",
"search_terms": [
"clear",
"erase",
"remove",
"delete",
"clean",
"new",
"fresh",
"refresh",
"reset",
"restart",
"reboot",
"recreate"
],
"agents": [
"observer"
],
"see_also": [
"clear-all",
"clear-turtles",
"die",
"reset-ticks"
],
"library_models": [
"Disease Solo",
"Turbulence",
"Simple Kinetics 3",
"Simple Birth Rates"
]
},
"clear-turtles": {
"identity": "clear-turtles",
"display_name": "clear-turtles",
"short_original": "Removes all the turtles as well as resets the numbering of turtles.",
"short_description": "移除所有海龟,同时重置海龟数量计数器。",
"search_terms": [
"clear",
"erase",
"remove",
"delete",
"clean",
"new",
"fresh",
"refresh",
"reset",
"restart",
"reboot",
"recreate"
],
"agents": [
"observer"
],
"see_also": [
"clear-all",
"clear-patches",
"die",
"reset-ticks"
],
"library_models": [
"Grand Canyon",
"Disease Solo",
"CA 1D Elementary",
"Simple Birth Rates"
]
},
"color": {
"identity": "color",
"display_name": "color",
"short_original": "Built-in turtle characteristic that reports the color of a turtle and allows us to change it.",
"short_description": "海龟或链接的内置变量,可以改变海龟或链接的颜色。",
"search_terms": [
"color",
"pencil",
"change",
"turtle",
"link",
"look",
"style",
"design",
"visual",
"hue",
"rgb",
"hex"
],
"agents": [
"turtles",
"links"
],
"see_also": [
"pcolor",
"scale-color",
"turtles-own",
"of"
],
"library_models": [
"Sunflower",
"Mammoths",
"Bacterial Infection",
"Tumor"
]
},
"count": {
"identity": "count",
"display_name": "count",
"short_original": "Counts the number of agents in an agentset.",
"short_description": "计算主体集合中的主体数量。",
"search_terms": [
"number",
"agents",
"many",
"turtles",
"links",
"patches",
"amount",
"total",
"sum"
],
"agents": [
"utilities"
],
"see_also": [
"mean",
"mod",
"if",
"ifelse"
],
"library_models": [
"Mimicry",
"Peppered Moths",
"Virus",
"Plant Growth"
]
},
"create-links-with": {
"identity": "create-links-with",
"display_name": "create-links-with",
"short_original": "Creates links with every agent in an agentset.",
"short_description": "与主体集合中的每个主体创建链接。",
"search_terms": [
"social",
"connect",
"network",
"web",
"complex",
"relation"
],
"agents": [
"turtles"
],
"see_also": [
"link-neighbors",
"layout-circle",
"links",
"n-of"
],
"library_models": [
"Team Assembly",
"CRISPR Bacterium",
"Membrane Formation",
"Virus on a Network"
]
},
"crt": {
"identity": "crt",
"display_name": "crt",
"short_original": "Creates turtles with random colors and headings at the center of the world.",
"short_description": "在世界中心创建具有随机颜色和标题的海龟。",
"search_terms": [
"create",
"make",
"more",
"turtle",
"new",
"agent"
],
"agents": [
"observer"
],
"see_also": [
"hatch",
"sprout",
"ask",
"turtles-own"
],
"library_models": [
"Sunflower",
"Wolf Sheep Predation",
"Virus",
"Plant Growth"
]
},
"create-turtles": {
"identity": "create-turtles",
"display_name": "create-turtles",
"short_original": "Creates turtles with random colors and headings at the center of the world.",
"short_description": "创建具有随机颜色和方向的一组海龟。",
"search_terms": [
"make",
"more",
"turtle",
"new",
"agent"
],
"agents": [
"observer"
],
"see_also": [
"hatch",
"sprout",
"ask",
"turtles-own"
],
"library_models": [
"Sunflower",
"Wolf Sheep Predation",
"Virus",
"Plant Growth"
]
},
"die": {
"identity": "die",
"display_name": "die",
"short_original": "Removes a turtle or link from the world.",
"short_description": "从世界上移除海龟或链接。",
"search_terms": [
"remove",
"end",
"kill",
"erase",
"death",
"disappear",
"eliminate",
"discard"
],
"agents": [
"turtles",
"links"
],
"see_also": [
"turtles",
"links",
"patches",
"create-turtles"
],
"library_models": [
"Wolf Sheep Predation",
"Virus",
"Tumor",
"Bug Hunt Camouflage"
]
},
"diffuse": {
"identity": "diffuse",
"display_name": "diffuse",
"short_original": "Spreads a patch characteristic to its neighbors.",
"short_description": "向目前格子相邻的八个格子散布变量。",
"search_terms": [
"spread",
"share",
"disperse",
"radiate",
"propagate",
"broadcast"
],
"agents": [
"patches"
],
"see_also": [
"patches-own",
"patches",
"globals",
"neighbors"
],
"library_models": [
"Ants",
"Slime",
"Heatbugs",
"Honeycomb"
]
},
"distance": {
"identity": "distance",
"display_name": "distance",
"short_original": "Reports the distance from one turtle/patch agent to another.",
"short_description": "返回从来源主体到目标主体的距离。",
"search_terms": [
"length",
"far",
"measure",
"range",
"gap",
"separation",
"space"
],
"agents": [
"turtles",
"patches"
],
"see_also": [
"facexy",
"min-pxcor",
"patch-ahead",
"setxy"
],
"library_models": [
"Flocking Vee Formations",
"Fur",
"BeeSmart Hive Finding",
"Autumn"
]
},
"end": {
"identity": "end",
"display_name": "end",
"short_original": "Concludes a procedure.",
"short_description": "结束一个程序。",
"search_terms": [
"finish",
"complete",
"close",
"finalize",
"wrap",
"terminate",
"define"
],
"agents": [
"observer"
],
"see_also": [
"to",
"to-report",
"ask",
"semicolon"
],
"library_models": [
"Rock Paper Scissors",
"El Farol",
"Paths",
"Traffic Grid"
]
},
"face": {
"identity": "face",
"display_name": "face",
"short_original": "Changes a turtle's heading towards another turtle or patch.",
"short_description": "转向面对一个特定的主体。",
"search_terms": [
"turn",
"spin",
"look",
"confront",
"watch",
"glare",
"stare",
"direction",
"angle"
],
"agents": [
"turtles"
],
"see_also": [
"towards",
"facexy",
"forward",
"right"
],
"library_models": [
"Disease Solo",
"Heatbugs",
"Voronoi - Emergent",
"Vants"
]
},
"facexy": {
"identity": "facexy",
"display_name": "facexy",
"short_original": "Changes a turtle's heading towards a specific point (x, y) in the world.",
"short_description": "使海龟面向特定坐标(x,y)。",
"search_terms": [
"turn",
"spin",
"look",
"confront",
"watch",
"glare",
"stare",
"direction",
"angle"
],
"agents": [
"turtles"
],
"see_also": [
"face",
"setxy",
"max-pxcor",
"towards"
],
"library_models": [
"Ant Lines",
"Scatter",
"Bidding Market",
"Thermostat"
]
},
"floor": {
"identity": "floor",
"display_name": "floor",
"short_original": "Rounds a number down to the nearest integer.",
"short_description": "将数字向下取整。",
"search_terms": [
"round",
"up",
"integer",
"decimal",
"floating",
"math",
"calculate"
],
"agents": [
"utilities"
],
"see_also": [
"ceiling",
"round",
"mod",
"count"
],
"library_models": [
"Daisyworld",
"Simple Birth Rates",
"Traffic Grid",
"CRISPR Bacterium"
]
},
"forward": {
"identity": "forward",
"display_name": "forward",
"short_original": "Makes a turtle move in any number of units on a straight path.",
"short_description": "使海龟在目前的方向上前进一段距离。",
"search_terms": [
"move",
"motion",
"straight",
"go",
"around",
"position",
"location",
"step",
"walk",
"jog"
],
"agents": [
"turtles"
],
"see_also": [
"right",
"random",
"turtles",
"move-to"
],
"library_models": [
"Bidding Market",
"Vector Fields",
"CRISPR Ecosystem",
"Wolf Sheep Predation"
]
},
"fd": {
"identity": "fd",
"display_name": "fd",
"short_original": "Makes a turtle move in any number of units on a straight path.",
"short_description": "使海龟沿直线路径以任意数量的单位移动。",
"search_terms": [
"move",
"motion",
"straight",
"go",
"around",
"position",
"location",
"step",
"walk",
"jog"
],
"agents": [
"turtles"
],
"see_also": [
"right",
"random",
"turtles",
"move-to"
],
"library_models": [
"Bidding Market",
"Vector Fields",
"CRISPR Ecosystem",
"Wolf Sheep Predation"
]
},
"globals": {
"identity": "globals",
"display_name": "globals",
"short_original": "Defines variables that can be accessed throughout the whole model and has the same value for all the agents.",
"short_description": "定义可以在整个模型中被使用的变量。",
"search_terms": [
"variable",
"scope",
"universal",
"constant"
],
"agents": [
"observer"
],
"see_also": [
"turtles-own",
"patches-own",
"set",
"let"
],
"library_models": [
"Shepherds",
"HIV",
"Giant Component",
"Fruit Wars"
]
},
"hatch": {
"identity": "hatch",
"display_name": "hatch",
"short_original": "Makes a turtle make any number of new turtles that are identical to itself.",
"short_description": "从已有的海龟创建新的海龟。",
"search_terms": [
"birth",
"new",
"create",
"conceive",
"spawn",
"generate",
"make",
"parent"
],
"agents": [
"turtles"
],
"see_also": [
"sprout",
"create-turtles",
"die",
"ask"
],
"library_models": [
"Chaos in a Box",
"Reactor Top Down",
"Voronoi",
"Galton Box"
]
},
"if": {
"identity": "if",
"display_name": "if",
"short_original": "Carries out a provided set of rules (code) if a given condition is true. Does nothing if a given condition is false.",
"short_description": "有条件地运行命令。",
"search_terms": [
"condition",
"true",
"false",
"branch"
],
"agents": [
"utilities"
],
"see_also": [
"ifelse",
"ifelse-value",
"any",
"all"
],
"library_models": [
"Reactor X-Section",
"Sand",
"DLA Alternate Linear",
"Fire"
]
},
"ifelse": {
"identity": "ifelse",
"display_name": "ifelse",
"short_original": "Carries out one set of rules if a given condition is true, and another set of rules if a given condition is false.",
"short_description": "如果条件为真,则执行特定的代码,否则,执行其他代码。",
"search_terms": [
"condition",
"true",
"false",
"branch",
"otherwise"
],
"agents": [
"utilities"
],
"see_also": [
"if",
"ifelse-value",
"or",
"and"
],
"library_models": [
"Crystallization Basic",
"Rebellion",
"Hotelling's Law",
"Traffic Grid"
]
},
"ifelse-value": {
"identity": "ifelse-value",
"display_name": "ifelse-value",
"short_original": "Picks a value based on a provided list of condition-value pairs.",
"short_description": "根据不同的条件,执行不同的代码。",
"search_terms": [
"switch",
"case",
"condition",
"otherwise"
],
"agents": [
"utilities"
],
"see_also": [
"if",
"ifelse",
"or",
"globals"
],
"library_models": [
"Echo",
"Virus",
"Sunflower Emergent",
"DLA Alternate"
]
},
"in-cone": {
"identity": "in-cone",
"display_name": "in-cone",
"short_original": "Reports members of an agentset within a \"cone-of-vision\" of an agent.",
"short_description": "返回主体集合内位于来源主体的“视锥体”内的成员。",
"search_terms": [
"see",
"vision",
"detect",
"near"
],
"agents": [
"turtles"
],
"see_also": [
"in-radius",
"other",
"neighbors",
"with"
],
"library_models": [
"Flocking Vee Formations",
"BeeSmart Hive Finding",
"Bug Hunt Speeds",
"Flocking"
]
},
"in-radius": {
"identity": "in-radius",
"display_name": "in-radius",
"short_original": "Reports members of an agentset within a certain radius of an agent.",
"short_description": "返回主体集合内距离调用主体一段距离的成员。",
"search_terms": [
"around",
"near",
"circle",
"detect",
"see",
"vision"
],
"agents": [
"turtles",
"patches"
],
"see_also": [
"in-cone",
"other",
"neighbors",
"with"
],
"library_models": [
"GasLab Circular Particles",
"Paths",
"Fruit Wars",
"Fairy Circles"
]
},
"layout-circle": {
"identity": "layout-circle",
"display_name": "layout-circle",
"short_original": "Places turtles in a circle circle around the center of the world.",
"short_description": "在世界中心周围将海龟均匀地围成一圈。",
"search_terms": [
"formation",
"arrangement",
"ring",
"link"
],
"agents": [
"observer"
],
"see_also": [
"links",
"create-links-with",
"setxy",
"move-to"
],
"library_models": [
"Planarity",
"Giant Component",
"Small Worlds",
"Spread of Disease"
]
},
"left": {
"identity": "left",
"display_name": "left",
"short_original": "Turns a turtle certain amount of degrees to the left.",
"short_description": "向左旋转一定角度。",
"search_terms": [
"turn",
"angle",
"direction",
"orientation",
"twist",
"rotate"
],
"agents": [
"turtles"
],
"see_also": [
"right",
"set",
"face",
"forward"
],
"library_models": [
"Mammoths",
"Tumor",
"Flocking",
"Slime"
]
},
"let": {
"identity": "let",