-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathstrings-tr.json
More file actions
10162 lines (10162 loc) · 306 KB
/
strings-tr.json
File metadata and controls
10162 lines (10162 loc) · 306 KB
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
[
{
"phrase": "Cluster spawn",
"comment": "When multiple friendlies choose to respawn in the same location, they are combined into a cluster spawn, which lets them respawn faster",
"translation": "Grup spawnlanması"
},
{
"phrase": "Damage",
"comment": "Emotional damage!",
"translation": "Hasar"
},
{
"phrase": "Overkill",
"comment": "If a player has 10hp left and you hit them with a 130 damage Rail Gun headshot, the player earns 120 overkill points",
"translation": "Üst üste hasar"
},
{
"phrase": "Direct",
"comment": "Hitting a player directly with an explosive projectile",
"translation": "Direkt"
},
{
"phrase": "Disruptor assist",
"comment": "A Disruptor is a deployable with a tripwire. When an enemy runs into the tripwire they move slowly and take a bit of damage. If a friendly kills an enemy while they're slowed down, the owner of the Disruptor gets Disruptor Assist points",
"translation": "Disruptor asisti"
},
{
"phrase": "Headshot",
"comment": "1 headshot. The amount of times a player was shot in the head",
"translation": "Kafadan vuruş"
},
{
"phrase": "Kill",
"comment": "When a players health is reduced from 100 to 0, they are killed",
"translation": "Öldürüldü"
},
{
"phrase": "Kill streak",
"comment": "When a player gets 3 kills in a row without dying, they are on a kill streak",
"translation": "Öldürme serisi"
},
{
"phrase": "VIP kill",
"comment": "Killing the enemy VIP. VIP stands for very important person",
"translation": "VIP öldürme"
},
{
"phrase": "VIP defend",
"comment": "Defending a VIP from enemy players. VIP stands for very important person",
"translation": "VIP savunma"
},
{
"phrase": "Scanner destroyed",
"comment": "Shooting an enemy Scanner and destroying it. A Scanner is a device that floats through the air and reveals the position of enemies through walls.",
"translation": "Scanner yok edildi"
},
{
"phrase": "Scanner assist",
"comment": "If a friendly kills an enemy that was revealed by your Scanner, you get Scanner Assist points",
"translation": "Scanner asisti"
},
{
"phrase": "C4 destroyed",
"comment": "Shooting an enemy C4 and destroying it. C4 is an explosive deployable",
"translation": "C4 yok edildi"
},
{
"phrase": "Disruptor destroyed",
"comment": "Shooting an enemy Disruptor and destroying it",
"translation": "Disruptor yok edildi"
},
{
"phrase": "Avenger",
"comment": "When you kill an enemy that recently killed a friendly, i.e. you 'avenged' your team mate",
"translation": "İntikamcı"
},
{
"phrase": "Flag capture",
"comment": "To capture a flag you must infiltrate the enemy base, steal their flag and return it to your base. The Flag in this game is a canister containing valuable Soltrium",
"translation": "Bayrak yakalama"
},
{
"phrase": "Flag carry",
"comment": "When you steal a flag and carry it to your base, you earn points based on the distance you carry it",
"translation": "Bayrak taşıma"
},
{
"phrase": "Flag return",
"comment": "When you intercept the enemy and return your stolen flag back to your base",
"translation": "Bayrağı geri döndürme"
},
{
"phrase": "Flag attack",
"comment": "If you are near the enemy flag and kill an enemy, you earn points for attacking the flag",
"translation": "Bayrağa saldırma"
},
{
"phrase": "Flag defend",
"comment": "If you are near your friendly flag and kill an enemy, you earn points for defending your flag",
"translation": "Bayrağı savunma"
},
{
"phrase": "Flag escort",
"comment": "If a friendly has stolen the enemy flag and you are near that friendly, you are escorting the flag",
"translation": "Bayrağa refakât etme"
},
{
"phrase": "Flag carrier kill",
"comment": "Killing an enemy that is carrying your flag",
"translation": "Bayrak taşıyıcısını öldürme"
},
{
"phrase": "Bomb deliver",
"comment": "When you pick up a bomb and place it in the enemy base",
"translation": "Bombayı teslim etme"
},
{
"phrase": "Bomb carry",
"comment": "When you pick up a bomb and carry it on your back",
"translation": "Bombayı taşıma"
},
{
"phrase": "Bomb defuse",
"comment": "When you find an enemy bomb and defuse it so it doesn't explode",
"translation": "Bombayı imha etme"
},
{
"phrase": "Bomb attack",
"comment": "If you are near the enemy's bomb and kill an enemy, you earn points for attacking the bomb",
"translation": "Bombaya saldırma"
},
{
"phrase": "Bomb defend",
"comment": "If you are near your friendly bomv and kill an enemy, you earn points for defending your bomb",
"translation": "Bombayı savunma"
},
{
"phrase": "Bomb escort",
"comment": "If a friendly has picked up a bomb and you are near that friendly, you are escorting the bomb",
"translation": "Bombaya refakât etme"
},
{
"phrase": "Bomb carrier kill",
"comment": "Killing an enemy that is carrying a bomb",
"translation": "Bomba taşıyıcısını öldürme"
},
{
"phrase": "Spot assist",
"comment": "1 Spot assist. If you see an enemy and press a keybind to spot them, a UI marker is placed on that enemy for your team to see. If a friendly then kills that enemy, you earn spot assist points",
"translation": "İşaretleme asisti"
},
{
"phrase": "Attacking",
"comment": "If you kill an enemy when inside an enemy-controlled zone, you earn attacking points",
"translation": "Saldırı"
},
{
"phrase": "Defending",
"comment": "If you kill an enemy when inside a friendly-controlled zone, you earn defending points",
"translation": "Savunma"
},
{
"phrase": "Contesting",
"comment": "If you are inside an enemy-controlled zone and are capturing it for your team, you are contesting the zone",
"translation": "Ele geçirme"
},
{
"phrase": "Zone capture",
"comment": "When you capture an enemy-controlled zone",
"translation": "Bölgeyi ele geçirme"
},
{
"phrase": "Salvage",
"comment": "A gamemode where meteors crash into the planet, leaving deposits of Soltrium. Players must salvage as much Soltrium as they can",
"translation": "Yağma"
},
{
"phrase": "Round win",
"comment": "When your team wins a round in the Arena",
"translation": "Raunt kazanıldı"
},
{
"phrase": "Round survive",
"comment": "When your team wins a round in the Arena and you are alive",
"translation": "Rauntta hayatta kalınıldı"
},
{
"phrase": "Assist",
"comment": "1 Assist. If you shoot an enemy once and a friendly kills them, you earn assist points",
"translation": "Asist"
},
{
"phrase": "Assist counts as kill",
"comment": "If you deal 80 or more damage to an enemy, and then a friendly kills them, you earn a kill rather than an assist",
"translation": "Öldürme olarak sayılan asist"
},
{
"phrase": "Fortifying",
"comment": "If you place blocks inside a zone controlled by your team, you earn fortifying points",
"translation": "Sağlamlaştırma"
},
{
"phrase": "Most Valuable Player",
"comment": "The player who earned the most points on their team",
"translation": "En değerli oyuncu"
},
{
"phrase": "Annihilator",
"comment": "The player who killed the most enemies",
"translation": "Yok Edici"
},
{
"phrase": "Marksman",
"comment": "The player who has the most headshot kills",
"translation": "Nişancı"
},
{
"phrase": "Creator",
"comment": "The player who placed the most blocksc",
"translation": "Oluşturucu"
},
{
"phrase": "Destroyer",
"comment": "The player who destroyed the most blocks",
"translation": "Yıkıcı"
},
{
"phrase": "Attacker",
"comment": "The player who spent the most time inside enemy controlled zones",
"translation": "Saldırgan"
},
{
"phrase": "Defender",
"comment": "The player who spent the most time inside friendly controlled zones",
"translation": "Savunmacı"
},
{
"phrase": "Impaler",
"comment": "The player who has the most melee kills",
"translation": "Şişleyici"
},
{
"phrase": "Resilient",
"comment": "The player who has the most deaths",
"translation": "Dayanıklı"
},
{
"phrase": "Assistance",
"comment": "The player who has the most assists",
"translation": "Yardımcı"
},
{
"phrase": "Impacter",
"comment": "The player who has the most direct explosive kills",
"translation": "Darbeci"
},
{
"phrase": "Infiltrator",
"comment": "The player who stole the most flags or planted the most bombs",
"translation": "Casus"
},
{
"phrase": "MVP",
"comment": "Abbreviation of Most Valuable Player",
"translation": "MVP"
},
{
"phrase": "Connecting",
"comment": "A player is connecting to the server",
"translation": "Bağlanıyor"
},
{
"phrase": "Loading Map",
"comment": "A player is loading the map from the server",
"translation": "Harita Yükleniyor"
},
{
"phrase": "None",
"comment": "Does not exist, nothing, nada",
"translation": "Hiçbiri"
},
{
"phrase": "Selecting a team",
"comment": "A player is selecting whether to join Aegis or Helix",
"translation": "Takım Seçiyor"
},
{
"phrase": "Spectating",
"comment": "Watching other people fight",
"translation": "Seyirci"
},
{
"phrase": "Left",
"comment": "The left side of the screen",
"translation": "Ayrıldı"
},
{
"phrase": "All",
"comment": "All\/everything",
"translation": "Hepsi"
},
{
"phrase": "Kicked by a moderator",
"comment": "A players has been kicked from the server by a moderator",
"translation": "Bir moderatör tarafından atıldın"
},
{
"phrase": "Already in game",
"comment": "If a player attempts to join the same server twice from two computers, the second player will receive this error",
"translation": "Zaten oyundasın"
},
{
"phrase": "Authentication failed",
"comment": "When a player's identity can't be verified",
"translation": "Kimlik doğrulaması başarısız oldu"
},
{
"phrase": "Banned",
"comment": "A player has been banned from the server",
"translation": "Banlandın"
},
{
"phrase": "Disconnected",
"comment": "The connection between the client and server has been terminated",
"translation": "Bağlantın koptu"
},
{
"phrase": "Kicked for inactivity",
"comment": "If a player stands still for a few minutes in a server, they are kicked for being inactive",
"translation": "Hareketsizlik nedeniyle atıldın"
},
{
"phrase": "Network Error",
"comment": "This error is shown if the player's client can't connect to the server",
"translation": "Ağ hatası"
},
{
"phrase": "No Error",
"comment": "This error is shown if a player can't connect to a server but the game doesn't know why",
"translation": "Hata yok"
},
{
"phrase": "Server is restarting",
"comment": "The server is... restarting",
"translation": "Sunucu yeniden başlatılıyor"
},
{
"phrase": "Temporarily Banned",
"comment": "A player has been banned from joining a server for a specific time period",
"translation": "Geçici olarak banlandın"
},
{
"phrase": "Version mismatch",
"comment": "This error is shown if a player is running v1.4 and attempts to join a server that's running v1.5",
"translation": "Sürüm uyuşmazlığı"
},
{
"phrase": "Votekicked",
"comment": "If most of the other players in the lobby vote to kick you out of the server, you have been votekicked",
"translation": "Oyla atıldın"
},
{
"phrase": "Votekick still in effect",
"comment": "If you are votekicked, you can't join the server for an hour. This error is shown if you attempt to join the server before this hour is up",
"translation": "Atılman hala oylanıyor"
},
{
"phrase": "Incorrect password",
"comment": "This error shows if you enter the wrong password when joining a custom lobby",
"translation": "Yanlış parola"
},
{
"phrase": "Your level is too high",
"comment": "This error shows if you join a custom lobby that its maximum level set to 40 and you are level 50",
"translation": "Seviyen fazla yüksek"
},
{
"phrase": "Lobby already claimed",
"comment": "This error shows if you attempt to claim a server that has already been claimed for another custom lobby",
"translation": "Lobi zaten ele geçirildi"
},
{
"phrase": "Your level is too low",
"comment": "This error shows if you join a custom lobby that its minimum level set to 20 and you are level 10",
"translation": "Seviyen fazla düşük"
},
{
"phrase": "Reserved slot expired",
"comment": "When a party leader joins a server, slots are reserved for the other party member for 1 minute. If a party member joins after this reserved slot expires, they are shown this error",
"translation": "Rezerve yuvanın süresi doldu"
},
{
"phrase": "Accelerator",
"comment": "Weapon barrel that increases projectile speed",
"translation": "Hızlandırıcı"
},
{
"phrase": "Beam splitter",
"comment": "Weapon barrel that splits a plasma projectile into four smaller projectiles",
"translation": "Işın ayırıcı"
},
{
"phrase": "Choke",
"comment": "This is a special kind of barrel on the front of the Combat Shotgun that tightens the spread of pellets",
"translation": "Jikle"
},
{
"phrase": "Default",
"comment": "The default\/initial value",
"translation": "Varsayılan"
},
{
"phrase": "Extended",
"comment": "Weapon barrel extension",
"translation": "Uzatılmış"
},
{
"phrase": "Resonator",
"comment": "Agaman weapon barrel that reduces the volume of plasma gunshots",
"translation": "Rezonatör"
},
{
"phrase": "Silencer",
"comment": "Weapon barrel that reduces the volume of gunshots",
"translation": "Susturucu"
},
{
"phrase": "Medium",
"comment": "Rail gun barrels come in three lengths: Long, Medium and Short",
"translation": "Orta"
},
{
"phrase": "Short",
"comment": "Rail gun barrels come in three lengths: Long, Medium and Short",
"translation": "Kısa"
},
{
"phrase": "Angled",
"comment": "A type of foregrip that's angled so your hand rests at a different... angle",
"translation": "Açılı"
},
{
"phrase": "Removed",
"comment": "When a gun has no foregrip",
"translation": "Yok"
},
{
"phrase": "Stubby",
"comment": "A type of foregrip",
"translation": "Yatay tutacak"
},
{
"phrase": "Side",
"comment": "A type of foregrip that sticks out the side of the gun",
"translation": "Taraf"
},
{
"phrase": "Angled Half-Grip",
"comment": "A type of foregrip that's shorter and angled",
"translation": "Açılı yarım tutacak"
},
{
"phrase": "Large",
"comment": "A large magazine holds more bullets",
"translation": "Büyük"
},
{
"phrase": "Heavy",
"comment": "Heavier ammunition that fires slower but deals more damage",
"translation": "Ağır"
},
{
"phrase": "Light",
"comment": "1 Light, this refers to a visual light that lights up a room",
"translation": "Hafif"
},
{
"phrase": "Piercing",
"comment": "Ammunition type that pierces through players and blocks",
"translation": "Delici"
},
{
"phrase": "Ricochet",
"comment": "Ammunition type that bounces off walls",
"translation": "Seken"
},
{
"phrase": "Slug",
"comment": "A large metal slug that can be fired by a shotgun",
"translation": "Domuz Kurşunu"
},
{
"phrase": "Buckshot",
"comment": "Default ammo for a shotgun, which consists of small tiny metal balls",
"translation": "Saçma"
},
{
"phrase": "Burst",
"comment": "Weapon firing mode, i.e. single shot, burst and automatic fire",
"translation": "Saçılma"
},
{
"phrase": "Triple",
"comment": "Triple, three",
"translation": "Üçlü"
},
{
"phrase": "Augmented",
"comment": "A large plasma projectile that is slow and weak, but can fuse with other plasma projectiles to power up",
"translation": "Arttırılmış"
},
{
"phrase": "Corrosive",
"comment": "Corrosive acid that eats blocks",
"translation": "Aşındırıcı"
},
{
"phrase": "Explosive",
"comment": "Projectile payload that explodes on impact",
"translation": "Patlayıcı"
},
{
"phrase": "Incendiary",
"comment": "Projectile payload that sets its target on fire",
"translation": "Yanıcı"
},
{
"phrase": "Base",
"comment": "Base\/default",
"translation": "Temel"
},
{
"phrase": "Tactical",
"comment": "A tactical missile strike",
"translation": "Taktiksel"
},
{
"phrase": "Rigid",
"comment": "A weapon stock that weighs more and is more stable",
"translation": "Sert"
},
{
"phrase": "Mechanical",
"comment": "A revolver trigger type that fires automatically when held down",
"translation": "Mekanik"
},
{
"phrase": "Advanced",
"comment": "Advanced technology",
"translation": "Gelişmiş"
},
{
"phrase": "Welded",
"comment": "Welded shut",
"translation": "Kaynaklı"
},
{
"phrase": "Pneumatic",
"comment": "Pneumatic equipment",
"translation": "Basınçlı"
},
{
"phrase": "Single",
"comment": "Weapon firing mode, i.e. single shot, burst and automatic fire",
"translation": "Tekli"
},
{
"phrase": "Automatic",
"comment": "Perform this task automatically",
"translation": "Otomatik"
},
{
"phrase": "Plasma Cutter",
"comment": "Alternate weapon name for the Orberator, it fires a short-range plasma laser that easily cuts through blocks",
"translation": "Plazma Kesici"
},
{
"phrase": "Sniper",
"comment": "Weapon category name",
"translation": "Keskin Nişancı"
},
{
"phrase": "Shotgun",
"comment": "Weapon category name",
"translation": "Pompalı Tüfek"
},
{
"phrase": "Pistol",
"comment": "Weapon category name",
"translation": "Tabanca"
},
{
"phrase": "Other",
"comment": "Things that can't be categorised, e.g. 'That other stuff'",
"translation": "Diğer"
},
{
"phrase": "Ironsights",
"comment": "Type of weapon sight",
"translation": "Standart"
},
{
"phrase": "Broken Circle",
"comment": "Crosshair name",
"translation": "Kırık Çember"
},
{
"phrase": "Broken Square",
"comment": "Crosshair name",
"translation": "Kırık Kare"
},
{
"phrase": "Chevron",
"comment": "Crosshair name",
"translation": "Şevron"
},
{
"phrase": "Circle Cross",
"comment": "Crosshair name",
"translation": "Çember"
},
{
"phrase": "Dot Cross",
"comment": "Crosshair name",
"translation": "Nokta"
},
{
"phrase": "Dotted Cross",
"comment": "Crosshair name",
"translation": "Noktalı artı"
},
{
"phrase": "Pointed Cross",
"comment": "Crosshair name",
"translation": "İşaretli artı"
},
{
"phrase": "Sparse Dotted Cross",
"comment": "Crosshair name",
"translation": "Seyrek noktalı artı"
},
{
"phrase": "Unbroken Cross",
"comment": "Crosshair name",
"translation": "Kesintisiz artı"
},
{
"phrase": "2px Dot",
"comment": "Crosshair name",
"translation": "2 piksel nokta"
},
{
"phrase": "4px Dot",
"comment": "Crosshair name",
"translation": "4 piksel nokta"
},
{
"phrase": "6px Dot",
"comment": "Crosshair name",
"translation": "6 piksel nokta"
},
{
"phrase": "8px Dot",
"comment": "Crosshair name",
"translation": "8 piksel nokta"
},
{
"phrase": "Flat Dot",
"comment": "Crosshair name",
"translation": "Düz nokta"
},
{
"phrase": "Dot Plus",
"comment": "Crosshair name",
"translation": "Nokta+"
},
{
"phrase": "Dot Plus Circle",
"comment": "Crosshair name",
"translation": "Nokta+ çember"
},
{
"phrase": "Dot T",
"comment": "Crosshair name",
"translation": "T nokta"
},
{
"phrase": "Empty Plus",
"comment": "Crosshair name",
"translation": "Boş artı"
},
{
"phrase": "Empty T",
"comment": "Crosshair name",
"translation": "Boş T"
},
{
"phrase": "T Point",
"comment": "Crosshair name",
"translation": "T işareti"
},
{
"phrase": "T Point Round",
"comment": "Crosshair name",
"translation": "T yuvarlak işareti"
},
{
"phrase": "Metallic",
"comment": "A metallic weapon skin is shiny and reflective",
"translation": "Metalik"
},
{
"phrase": "Animated",
"comment": "An animated weapon skin is... animated",
"translation": "Animasyonlu"
},
{
"phrase": "Digital",
"comment": "Camoflague pattern in the shape of squares",
"translation": "Dijital"
},
{
"phrase": "Tiger",
"comment": "Camoflague pattern in the shape of tiger stripes",
"translation": "Kaplan"
},
{
"phrase": "Snakeskin",
"comment": "Camoflague pattern in the shape of hexagon-like snake skin",
"translation": "Yılan Derisi"
},
{
"phrase": "Woodland",
"comment": "Camoflague pattern in the shape of mottled wood",
"translation": "Yeşil Kamuflaj"
},
{
"phrase": "Hot Metal",
"comment": "A fire-themed metallic weapon skin",
"translation": "Sıcak Metal"
},
{
"phrase": "Cold Metal",
"comment": "An ice-themed metallic weapon skin",
"translation": "Soğuk Metal"
},
{
"phrase": "Pearl",
"comment": "A weapon skin that is similar to pearlescent paint applied to a car",
"translation": "İnci"
},
{
"phrase": "Tracer",
"comment": "An animated weapon skin that looks like the patterns on a CPU motherboard (circles connected by straight and diagonal lines)",
"translation": "Çizgili"
},
{
"phrase": "Fluid",
"comment": "An animated weapon skin that looks like liquid",
"translation": "Sıvı"
},
{
"phrase": "Ember",
"comment": "An animated weapon skin that looks embers floating away from a fire",
"translation": "Kor"
},
{
"phrase": "Grid",
"comment": "An animated weapon skin composed of lots of dots in a grid",
"translation": "Noktalı"
},
{
"phrase": "Building",
"comment": "The act of creating something",
"translation": "İnşa Etme"
},
{
"phrase": "Hydraulics",
"comment": "Hydraulics increases jump height and reduces fall damage",
"translation": "Hidrolikler"
},
{
"phrase": "Regeneration",
"comment": "Health regeneration",
"translation": "Rejenerasyon"
},
{
"phrase": "Speed",
"comment": "How fast something happens, i.e. 'Blade advanced on his prey at lightning speeds'",
"translation": "Hız"
},
{
"phrase": "Stealth",
"comment": "The act of being sneaky",
"translation": "Gizlilik"
},
{
"phrase": "Kinetic",
"comment": "Kinetic energy",
"translation": "Kinetik"
},
{
"phrase": "Scavenger",
"comment": "Scavengers pick up more ammo from enemy corpses",
"translation": "Yağmacı"
},
{
"phrase": "Cancel",
"comment": "Cancel this action",
"translation": "İptal Et"
},
{
"phrase": "Continue",
"comment": "Continue with an action",
"translation": "Devam et"
},
{
"phrase": "Confirm",
"comment": "Confirm an action",
"translation": "Onayla"
},
{
"phrase": "Submit",
"comment": "Submit the form",
"translation": "Gönder"
},
{
"phrase": "Store",
"comment": "A place where the player can buy things",
"translation": "Mağaza"
},
{
"phrase": "Play",
"comment": "Click this button to play a match",
"translation": "Oyna"
},
{
"phrase": "Customise",
"comment": "The player can customise their character",
"translation": "Kişiselleştirme"
},
{
"phrase": "Settings",
"comment": "Variables the player can customise",
"translation": "Ayarlar"
},
{
"phrase": "Players",
"comment": "2 Players",
"translation": "Oyuncu"
},
{
"phrase": "Not bound",
"comment": "This is placeholder text for an unbound keybind, e.g. Press [Not bound] to sprint",
"translation": "Atanmamış"
},
{
"phrase": "Local",
"comment": "Maps that are stored locally",
"translation": "Yerel"
},
{
"phrase": "Upload",
"comment": "Upload the map",
"translation": "Yükle"
},
{
"phrase": "Private",
"comment": "This item is private, meaning only I can see it",
"translation": "Gizli"
},
{
"phrase": "Unlisted",
"comment": "This item is unlisted, meaning only people with a link can see it",
"translation": "Liste dışı"
},
{
"phrase": "Public",
"comment": "This item is public, meaning anyone can see it",
"translation": "Genel"
},
{
"phrase": "Invalid",
"comment": "The value is not valid",
"translation": "Geçersiz"
},
{
"phrase": "Description",
"comment": "Column header on the server list",
"translation": "Açıklama"
},
{
"phrase": "Visibility",
"comment": "The visibility of the custom map uploaded to steam, i.e. private, unlisted, public",
"translation": "Görünürlük"
},
{
"phrase": "Trials",
"comment": "Time trials, i.e. a place where a player can test their skills",
"translation": "Parkur"
},
{
"phrase": "Low level",
"comment": "Lobbies that only low levelled players can join",
"translation": "Düşük seviye"
},
{
"phrase": "Custom",
"comment": "[Server Filter] e.g. don't show custom lobbies that other players have created",
"translation": "Özelleştirme"
},
{
"phrase": "Region",
"comment": "Server preferences tab. This refers to geographical region",
"translation": "Bölge"
},
{
"phrase": "Time",
"comment": "Column header on the server list",
"translation": "Zaman"
},
{
"phrase": "Audio",
"comment": "Audio and sounds",
"translation": "Ses"
},
{
"phrase": "Points",
"comment": "2 Points",
"translation": "Puanlar"
},
{
"phrase": "Peacekeeper",
"comment": "This is a setting that players can enable to deal less damage to new players but earn more rewards",
"translation": "Peacekeeper"
},
{
"phrase": "Networking",
"comment": "Networking\/communication\/internet",
"translation": "Ağ"
},
{
"phrase": "Chat",
"comment": "Chat UI, where players send text messages to each other",
"translation": "Sohbet"
},
{
"phrase": "Seconds",
"comment": "2 Seconds",
"translation": "Saniye"
},
{
"phrase": "Rendering",
"comment": "3D rendering, i.e. shaders and textures",
"translation": "Render Tercihleri"
},
{
"phrase": "Input",
"comment": "This refers to digital input from a mouse and keyboard",
"translation": "Girdi"
},
{
"phrase": "Minimap",
"comment": "A top-down view of the map that renders in the bottom right of the screen",
"translation": "Mini Harita"
},
{
"phrase": "Show HUD",
"comment": "Setting that controls whether the HUD (heads up display UI, i.e. ammo, minimap, chat) should be visible",
"translation": "HUD'ı Göster"
},
{
"phrase": "Brightness",
"comment": "Controls the brightness of the world in-game",
"translation": "Parlaklık"
},
{
"phrase": "Volume",
"comment": "How loud a player is in voice chat",
"translation": "Ses"
},
{
"phrase": "Movement",
"comment": "Player movement like walking, jumping and crouching",
"translation": "Hareket"
},
{
"phrase": "Actions",
"comment": "Actions a player can do, e.g. pick up a weapon, place C4, ping an enemy location",
"translation": "Eylemler"
},
{
"phrase": "Weaponry",
"comment": "Weapon-related things",
"translation": "Silah"
},
{
"phrase": "Tools",
"comment": "Tools that a player can use in battle, e.g. Midi, Extractors, Fora, C4, Scanners",
"translation": "Aletler"