forked from dolphin-emu/dolphin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tr.po
9024 lines (7202 loc) · 252 KB
/
tr.po
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
# Translation of dolphin-emu.pot to LANGUAGE
# Copyright (C) 2003-2013
# This file is distributed under the same license as the Dolphin Emulator package.
#
# Translators:
# Bahadır Usta <bahadirusta@hotmail.com.tr>, 2017
# Bahadır Usta <bahadirusta@hotmail.com.tr>, 2017
# Erdoğan Şahin, 2017
# Erdoğan Şahin, 2016
# Mustafa Can <m.can.elmaci@gmail.com>, 2013-2016
# nlgzrgn <nlgzrgn@live.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: Dolphin Emulator\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-05-03 13:47+0200\n"
"PO-Revision-Date: 2019-05-03 11:47+0000\n"
"Last-Translator: JosJuice\n"
"Language-Team: Turkish (http://www.transifex.com/delroth/dolphin-emu/"
"language/tr/)\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: Source/Core/DiscIO/VolumeVerifier.cpp:892
msgid ""
"\n"
"\n"
"Because GameCube disc images contain little verification data, there may be "
"problems that Dolphin is unable to detect."
msgstr ""
#: Source/Core/DiscIO/VolumeVerifier.cpp:897
msgid ""
"\n"
"\n"
"Because this title is not for retail Wii consoles, Dolphin cannot verify "
"that it hasn't been tampered with."
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:1064
msgid ""
"\n"
"\n"
"WARNING: Fixing this NAND requires the deletion of titles that have "
"incomplete data on the NAND, including all associated save data. By "
"continuing, the following title(s) will be removed:\n"
"\n"
"%1\n"
"Launching these titles may also fix the issues."
msgstr ""
#: Source/Core/DolphinQt/GameList/GameListModel.cpp:99
msgid " (Disc %1)"
msgstr ""
#: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:57
msgid "! NOT"
msgstr "! DEĞİL"
#: Source/Core/Core/HW/GCMemcard/GCMemcard.cpp:43
#, c-format
msgid ""
"\"%s\" does not exist.\n"
" Create a new 16MB Memory Card?"
msgstr ""
"\"%s\" mevcut değil.\n"
"Yeni bir 16MB Hafıza Kartı oluşturulsun mu?"
#: Source/Core/DiscIO/CompressedBlob.cpp:191
#, c-format
msgid "\"%s\" failed to be scrubbed. Probably the image is corrupt."
msgstr "\"%s\" küçültülemedi. Kalıp dosyası bozuk olabilir."
#: Source/Core/DiscIO/CompressedBlob.cpp:164
#, c-format
msgid "\"%s\" is already compressed! Cannot compress it further."
msgstr "\"%s\" zaten sıkıştırılmış! Daha fazla sıkıştırılamaz."
#: Source/Core/Core/Boot/Boot.cpp:195
#, c-format
msgid "\"%s\" is an invalid GCM/ISO file, or is not a GC/Wii ISO."
msgstr ""
"\"%s\" hatalı bir GCM/ISO dosyası, ya da herhangi bir GC/Wii ISO kalıbı "
"değil."
#. i18n: The symbol for percent.
#. i18n: The percent symbol.
#: Source/Core/Core/HW/WiimoteEmu/Extension/Drums.cpp:69
#: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:194
#: Source/Core/Core/HW/WiimoteEmu/WiimoteEmu.cpp:200
#: Source/Core/InputCommon/ControllerEmu/ControlGroup/ControlGroup.cpp:34
#: Source/Core/InputCommon/ControllerEmu/ControlGroup/MixedTriggers.cpp:28
msgid "%"
msgstr ""
#: Source/Core/DolphinQt/DiscordJoinRequestDialog.cpp:59
msgid ""
"%1\n"
"wants to join your party."
msgstr ""
#: Source/Core/DolphinQt/Settings/AudioPane.cpp:69
#: Source/Core/DolphinQt/Settings/AudioPane.cpp:330
msgid "%1 %"
msgstr ""
#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:152
msgid "%1 % (%2 MHz)"
msgstr ""
#: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:76
#: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:160
msgid "%1 (%2)"
msgstr ""
#. i18n: If there is a pre-defined patch with the name %1 and the user wants to edit it,
#. a copy of it gets created with this name
#: Source/Core/DolphinQt/Config/PatchesWidget.cpp:98
msgid "%1 (Copy)"
msgstr ""
#: Source/Core/DolphinQt/Config/InfoWidget.cpp:59
msgid "%1 (Disc %2, Revision %3)"
msgstr ""
#: Source/Core/DolphinQt/Config/InfoWidget.cpp:63
msgid "%1 (Revision %3)"
msgstr ""
#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:281
msgid ""
"%1 FIFO bytes\n"
"%2 memory bytes\n"
"%3 frames"
msgstr ""
#: Source/Core/DolphinQt/GCMemcardManager.cpp:222
msgid "%1 Free Blocks; %2 Free Dir Entries"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/GraphicsWindow.cpp:101
msgid "%1 Graphics Configuration"
msgstr ""
#: Source/Core/DolphinQt/CheatsManager.cpp:586
msgid "%1 Match(es)"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:127
msgid "%1 doesn't support this feature on your system."
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:186
#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:303
msgid "%1 doesn't support this feature."
msgstr ""
#: Source/Core/DolphinQt/FIFO/FIFOPlayerWindow.cpp:261
msgid ""
"%1 frame(s)\n"
"%2 object(s)\n"
"Current Frame: %3"
msgstr ""
#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:994
msgid "%1 is now golfing"
msgstr ""
#: Source/Core/DolphinQt/Settings/AudioPane.cpp:207
#: Source/Core/DolphinQt/Settings/AudioPane.cpp:264
msgid "%1 ms"
msgstr ""
#: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:260
msgid "%1 session found"
msgstr ""
#: Source/Core/DolphinQt/NetPlay/NetPlayBrowser.cpp:260
msgid "%1 sessions found"
msgstr ""
#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:163
msgid "%1% (Normal Speed)"
msgstr ""
#: Source/Core/DolphinQt/NetPlay/MD5Dialog.cpp:142
msgid "%1[%2]: %3"
msgstr ""
#: Source/Core/DolphinQt/NetPlay/MD5Dialog.cpp:130
msgid "%1[%2]: %3 %"
msgstr ""
#: Source/Core/DolphinQt/NetPlay/ChunkedProgressDialog.cpp:136
msgid "%1[%2]: %3/%4 MiB"
msgstr ""
#: Source/Core/DiscIO/CompressedBlob.cpp:243
#, c-format
msgid "%i of %i blocks. Compression ratio %i%%"
msgstr "%i bloktan %i'i. Sıkıştırma oranı %i%%"
#: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:54
#, c-format
msgid ""
"%s\n"
"was not loaded because it has the same internal filename as previously "
"loaded save\n"
"%s"
msgstr ""
"%s\n"
"yüklenemedi çünkü o daha önce yüklenen kayıtla aynı iç dosya adına sahip\n"
"%s"
#: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:76
#, c-format
msgid ""
"%s\n"
"was not loaded because it is an invalid GCI.\n"
" File size (0x%<PRIx64>) does not match the size recorded in the header (0x"
"%x)"
msgstr ""
"%s\n"
"yüklenemedi çünkü GCI'si yanlış.\n"
"Dosya boyutu (0x%<PRIx64>) başlıkta kaydedilen boyutla uyuşmuyor (0x%x)"
#: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:67
#, c-format
msgid ""
"%s\n"
"was not loaded because it is an invalid GCI.\n"
" Number of blocks claimed to be %u"
msgstr ""
"%s\n"
"yüklenemedi çünkü GCI'si yanlış.\n"
"Belirtilen blok sayısı %u"
#: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:107
#, c-format
msgid ""
"%s\n"
"was not loaded because there are not enough free blocks on the virtual "
"memory card"
msgstr ""
"%s\n"
"yüklenemedi çünkü sanal hafıza kartında yeteri kadar boş blok yok"
#: Source/Core/Core/HW/GCMemcard/GCMemcardDirectory.cpp:96
#, c-format
msgid ""
"%s\n"
"was not loaded because there is less than 10%% free blocks available on the "
"memory card\n"
"Total Blocks: %d; Free Blocks: %d"
msgstr ""
"%s\n"
"yüklenemedi çünkü hafıza kartında 10%% den daha az boş blok var\n"
"Toplam Blok: %d; Boş Blok: %d"
#. i18n: This string is referring to a game mode in Super Smash Bros. Brawl called Masterpieces
#. where you play demos of NES/SNES/N64 games. This string is referring to a specific such demo
#. rather than the game mode as a whole, so please use the singular form. Official translations:
#. 名作トライアル (Japanese), Masterpieces (English), Meisterstücke (German), Chefs-d'œuvre
#. (French), Clásicos (Spanish), Capolavori (Italian), 클래식 게임 체험판 (Korean).
#. If your language is not one of the languages above, consider leaving the string untranslated
#. so that people will recognize it as the name of the game mode.
#: Source/Core/DiscIO/VolumeVerifier.cpp:304
#, c-format
msgid "%s (Masterpiece)"
msgstr ""
#: Source/Core/Core/Boot/Boot.cpp:329
#, c-format
msgid "%s IPL found in %s directory. The disc might not be recognized"
msgstr "%s IPL %s konumunda bulundu. Disk tanınamayabilir."
#: Source/Core/Core/HW/GCMemcard/GCMemcard.cpp:72
#, c-format
msgid ""
"%s failed to load as a memory card.\n"
"Card file size is invalid (0x%x bytes)"
msgstr ""
"%s hafıza kart dosyası olarak yüklenemedi \n"
"Kart dosyası boyutu hatalı (0x%x bayt)"
#: Source/Core/Core/HW/GCMemcard/GCMemcard.cpp:88
#, c-format
msgid ""
"%s failed to load as a memory card.\n"
"Card size is invalid (0x%x bytes)"
msgstr ""
"%s hafıza kart dosyası olarak yüklenemedi \n"
"Kart boyutu hatalı (0x%x bayt)"
#: Source/Core/Core/HW/GCMemcard/GCMemcard.cpp:65
#, c-format
msgid ""
"%s failed to load as a memory card.\n"
"File is not large enough to be a valid memory card file (0x%x bytes)"
msgstr ""
"%s hafıza kartı olarak yüklenemedi. \n"
"Dosya geçerli bir hafıza kartı dosyası olabilmek için çok küçük (0x%x bayt)"
#: Source/Core/Core/NetPlayServer.cpp:1108
#, c-format
msgid "%s failed to synchronize codes."
msgstr ""
#: Source/Core/Core/NetPlayServer.cpp:1065
#, c-format
msgid "%s failed to synchronize."
msgstr ""
#: Source/Core/Core/HW/EXI/EXI_DeviceMemoryCard.cpp:219
#, c-format
msgid ""
"%s is not a directory, failed to move to *.original.\n"
" Verify your write permissions or move the file outside of Dolphin"
msgstr ""
"%s bir konum değil, *.original. taşıma başarısız\n"
"Yazma haklarınızı doğrulayın yada dosyayı Dolphin'in dışına taşıyın"
#: Source/Core/Core/HW/EXI/EXI_DeviceMemoryCard.cpp:210
#, c-format
msgid "%s was not a directory, moved to *.original"
msgstr "%s bir konum değil, *.original konumuna taşındı"
#: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:55
msgid "&& AND"
msgstr "&& VE"
#: Source/Core/DolphinQt/MenuBar.cpp:558
msgid "&About"
msgstr "&Hakkında"
#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:250
msgid "&Add Memory Breakpoint"
msgstr ""
#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:48
#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:68
msgid "&Add New Code..."
msgstr "&Yeni Kod Ekle..."
#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:248
msgid "&Add function"
msgstr "&Fonksiyon Ekle"
#: Source/Core/DolphinQt/Config/PatchesWidget.cpp:43
msgid "&Add..."
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:487
msgid "&Audio Settings"
msgstr "&Ses Ayarları"
#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:183
msgid "&Auto Update:"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:502
msgid "&Automatic Start"
msgstr "&Otomatik Başlangıç"
#: Source/Core/DolphinQt/MenuBar.cpp:177
msgid "&Boot from DVD Backup"
msgstr "&Yedek DVD Diskinden Önyükleme Başlat"
#: Source/Core/DolphinQt/MenuBar.cpp:442
msgid "&Breakpoints"
msgstr "&Kesme Noktaları"
#: Source/Core/DolphinQt/GCMemcardManager.cpp:80
msgid "&Browse..."
msgstr ""
#: Source/Core/DolphinQt/WiiUpdate.cpp:102
msgid "&Cancel"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:215
msgid "&Cheats Manager"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:551
msgid "&Check for Updates..."
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:886
msgid "&Clear Symbols"
msgstr "&Sembolleri Temizle"
#: Source/Core/DolphinQt/Config/PatchesWidget.cpp:183
msgid "&Clone..."
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:415
msgid "&Code"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:489
msgid "&Controller Settings"
msgstr "&Denetim Ayarları"
#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:227
msgid "&Copy address"
msgstr "&Adresi kopyala"
#: Source/Core/DolphinQt/GCMemcardManager.cpp:68
msgid "&Delete"
msgstr ""
#. i18n: This kind of "watch" is used for watching emulated memory.
#. It's not related to timekeeping devices.
#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:249
msgid "&Delete Watch"
msgstr ""
#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:49
#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:101
#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:69
msgid "&Edit Code..."
msgstr "&Kodu Düzenle..."
#: Source/Core/DolphinQt/Config/PatchesWidget.cpp:183
msgid "&Edit..."
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:197
msgid "&Eject Disc"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:296
msgid "&Emulation"
msgstr "&Emülasyon"
#: Source/Core/DolphinQt/GCMemcardManager.cpp:69
msgid "&Export..."
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:190
msgid "&File"
msgstr "&Dosya"
#: Source/Core/DolphinQt/MenuBar.cpp:509
msgid "&Font..."
msgstr "&Yazı Tipi..."
#: Source/Core/DolphinQt/MenuBar.cpp:302
msgid "&Frame Advance"
msgstr "&Kare İlerletme"
#: Source/Core/DolphinQt/MenuBar.cpp:888
msgid "&Generate Symbols From"
msgstr "&Sembolleri Şuradan Getir"
#: Source/Core/DolphinQt/MenuBar.cpp:542
msgid "&GitHub Repository"
msgstr "&GitHub Repo'su"
#: Source/Core/DolphinQt/MenuBar.cpp:486
msgid "&Graphics Settings"
msgstr "&Grafik Ayarları"
#: Source/Core/DolphinQt/MenuBar.cpp:533
msgid "&Help"
msgstr "&Yardım"
#: Source/Core/DolphinQt/MenuBar.cpp:490
msgid "&Hotkey Settings"
msgstr "&Kısayol Ayarları"
#: Source/Core/DolphinQt/GCMemcardManager.cpp:71
msgid "&Import..."
msgstr ""
#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:250
msgid "&Insert blr"
msgstr "&BLR yerleştir"
#: Source/Core/DolphinQt/MenuBar.cpp:459
msgid "&JIT"
msgstr "&JIT"
#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:113
msgid "&Language:"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:316
msgid "&Load State"
msgstr "Durumu &Yükle"
#: Source/Core/DolphinQt/MenuBar.cpp:894
msgid "&Load Symbol Map"
msgstr "&Sembol Haritasını Yükle"
#: Source/Core/DolphinQt/MenuBar.cpp:407
msgid "&Lock Widgets In Place"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:451
msgid "&Memory"
msgstr "&Hafıza "
#: Source/Core/DolphinQt/MenuBar.cpp:211
msgid "&Memory Card Manager (GC)"
msgstr "&Hafıza Kartı Yöneticisi (GC)"
#: Source/Core/DolphinQt/MenuBar.cpp:674
msgid "&Movie"
msgstr "&Film"
#: Source/Core/DolphinQt/MenuBar.cpp:191
msgid "&Open..."
msgstr "&Aç..."
#: Source/Core/DolphinQt/MenuBar.cpp:483
msgid "&Options"
msgstr "&Seçenekler"
#: Source/Core/DolphinQt/MenuBar.cpp:914
msgid "&Patch HLE Functions"
msgstr "&HLE Fonksiyonlarını Yamala"
#: Source/Core/DolphinQt/MenuBar.cpp:298
msgid "&Pause"
msgstr "&Duraklat"
#: Source/Core/DolphinQt/MenuBar.cpp:297
msgid "&Play"
msgstr "&Oynat "
#: Source/Core/DolphinQt/GameList/GameList.cpp:297
msgid "&Properties"
msgstr "&Özellikler"
#: Source/Core/DolphinQt/MenuBar.cpp:689
msgid "&Read-Only Mode"
msgstr "&Salt-Okunur Mod"
#: Source/Core/DolphinQt/MenuBar.cpp:423
msgid "&Registers"
msgstr "&Kayıtlar"
#: Source/Core/DolphinQt/Config/PatchesWidget.cpp:45
msgid "&Remove"
msgstr ""
#: Source/Core/DolphinQt/Config/ARCodeWidget.cpp:50
#: Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp:70
msgid "&Remove Code"
msgstr "&Kodu Sil"
#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:239
msgid "&Rename symbol"
msgstr "&Sembolü yeniden adlandır"
#: Source/Core/DolphinQt/MenuBar.cpp:300
msgid "&Reset"
msgstr "&Sıfırla"
#: Source/Core/DolphinQt/MenuBar.cpp:217
msgid "&Resource Pack Manager"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:895
msgid "&Save Symbol Map"
msgstr "&Sembol Haritasını Kaydet"
#: Source/Core/DolphinQt/Settings/GeneralPane.cpp:168
msgid "&Speed Limit:"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:299
msgid "&Stop"
msgstr "&Durdur"
#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:117
msgid "&Theme:"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:209
msgid "&Tools"
msgstr "&Araçlar"
#: Source/Core/DolphinQt/MenuBar.cpp:381
msgid "&View"
msgstr "&Görünüm"
#. i18n: This kind of "watch" is used for watching emulated memory.
#. It's not related to timekeeping devices.
#: Source/Core/DolphinQt/MenuBar.cpp:434
msgid "&Watch"
msgstr "&İzle"
#: Source/Core/DolphinQt/MenuBar.cpp:535
msgid "&Website"
msgstr "&Website"
#: Source/Core/DolphinQt/GameList/GameList.cpp:298
msgid "&Wiki"
msgstr "&Wiki"
#: Source/Core/DolphinQt/MenuBar.cpp:1163
msgid "'%1' not found, no symbol names generated"
msgstr ""
#: Source/Core/DolphinQt/MenuBar.cpp:1207
msgid "'%1' not found, scanning for common functions instead"
msgstr ""
#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:138
msgid "(None)"
msgstr ""
#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:132
msgid "(host)"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:162
msgid "(off)"
msgstr "(kapalı)"
#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:131
msgid "(ppc)"
msgstr ""
#: Source/Core/DolphinQt/Config/Mapping/IOWindow.cpp:56
msgid "+ ADD"
msgstr "+ EKLE"
#: Source/Core/DolphinQt/Debugger/CodeViewWidget.cpp:155
msgid "--> %1"
msgstr ""
#: Source/Core/DolphinQt/NetPlay/NetPlayDialog.cpp:698
#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:83
msgid "..."
msgstr ""
#: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:110
msgid "16-bit"
msgstr "16-bit"
#: Source/Core/DolphinQt/CheatsManager.cpp:390
msgid "16-bit Integer"
msgstr ""
#: Source/Core/DolphinQt/Settings/WiiPane.cpp:109
msgid "16:9"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:68
msgid "16x"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:68
msgid "1x"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:68
msgid "2x"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:52
msgid "2x Native (1280x1056) for 720p"
msgstr "Orijinalin 2 katı (1280x1056) - 720p"
#: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:111
msgid "32-bit"
msgstr "32-bit"
#: Source/Core/DolphinQt/CheatsManager.cpp:390
msgid "32-bit Integer"
msgstr ""
#. i18n: Stereoscopic 3D
#: Source/Core/Core/HotkeyManager.cpp:293
#: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:23
#: Source/Core/DolphinQt/Config/Mapping/MappingWindow.cpp:347
msgid "3D"
msgstr "3D"
#. i18n: Stereoscopic 3D
#: Source/Core/Core/HotkeyManager.cpp:295
#: Source/Core/DolphinQt/Config/Mapping/Hotkey3D.cpp:26
msgid "3D Depth"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:53
msgid "3x Native (1920x1584) for 1080p"
msgstr "Orijinalin 3 katı (1920x1584) - 1080p"
#: Source/Core/DolphinQt/Settings/WiiPane.cpp:108
msgid "4:3"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:68
msgid "4x"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:54
msgid "4x Native (2560x2112) for 1440p"
msgstr "Orijinalin 4 katı (2560x2112) - 1440p"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:55
msgid "5x Native (3200x2640)"
msgstr "Orijinalin 5 katı (3200x2640)"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:55
msgid "6x Native (3840x3168) for 4K"
msgstr "Orijinalin 6 katı (3840x3168) - 4K"
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:56
msgid "7x Native (4480x3696)"
msgstr "Orjinalin 7 katı (4480x3696)"
#: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:109
msgid "8-bit"
msgstr "8-bit"
#: Source/Core/DolphinQt/CheatsManager.cpp:390
msgid "8-bit Integer"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:68
msgid "8x"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/EnhancementsWidget.cpp:56
msgid "8x Native (5120x4224) for 5K"
msgstr "Orijinalin 8 katı (5120x4224) - 5K"
#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:90
#: Source/Core/DolphinQt/Settings/GameCubePane.cpp:105
msgid "<Nothing>"
msgstr "<Hiçbir şey>"
#: Source/Core/DolphinQt/Settings/InterfacePane.cpp:69
msgid "<System Language>"
msgstr "<Sistem Dili>"
#: Source/Core/DolphinQt/Updater.cpp:49
msgid ""
"<h2>A new version of Dolphin is available!</h2>Dolphin %1 is available for "
"download. You are running %2.<br> Would you like to update?<br><h4>Release "
"Notes:</h4>"
msgstr ""
#: Source/Core/DolphinQt/MainWindow.cpp:1270
#: Source/Core/DolphinQt/MainWindow.cpp:1340
msgid "A NetPlay Session is already in progress!"
msgstr ""
#: Source/Core/Core/WiiUtils.cpp:141
#, c-format
msgid ""
"A different version of this title is already installed on the NAND.\n"
"\n"
"Installed version: %u\n"
"WAD version: %u\n"
"\n"
"Installing this WAD will replace it irreversibly. Continue?"
msgstr ""
#: Source/Core/Core/HW/DVD/DVDInterface.cpp:525
msgid "A disc is already about to be inserted."
msgstr "Zaten bir diskin yerleştirilme işlemi sürüyor."
#: Source/Core/DolphinQt/MainWindow.cpp:785
msgid ""
"A shutdown is already in progress. Unsaved data may be lost if you stop the "
"current emulation before it completes. Force stop?"
msgstr ""
"Kapanma işlemi sürüyor. Eğer mevcut emülasyonu, kapanma işlemi tamamlanmadan "
"durdurursanız kaydedilmemiş bazı veriler kaybolabilir. Durdurulsun mu?"
#: Source/Core/DolphinQt/Config/ControllersWindow.cpp:351
msgid "A sync can only be triggered when a Wii game is running."
msgstr "Senkronizasyon, ancak bir Wii oyunu çalışırken yapılabilir."
#: Source/Core/DolphinQt/NetPlay/NetPlaySetupDialog.cpp:108
msgid ""
"ALERT:\n"
"\n"
"All players must use the same Dolphin version.\n"
"If enabled, SD cards must be identical between players.\n"
"If DSP LLE is used, DSP ROMs must be identical between players.\n"
"If a game is hanging on boot, it may not support Dual Core Netplay. Disable "
"Dual Core.\n"
"If connecting directly, the host must have the chosen UDP port open/"
"forwarded!\n"
"\n"
"Wii Remote support in netplay is experimental and may not work correctly.\n"
"Use at your own risk.\n"
msgstr ""
#: Source/Core/DolphinQt/CheatsManager.cpp:198
msgid "AR Code"
msgstr ""
#: Source/Core/DolphinQt/Config/PropertiesDialog.cpp:56
msgid "AR Codes"
msgstr "AR Kodları"
#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:106
#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:142
msgid "ASCII"
msgstr ""
#: Source/Core/DolphinQt/GameList/GameList.cpp:570
msgid "Abort"
msgstr ""
#: Source/Core/DolphinQt/AboutDialog.cpp:16
msgid "About Dolphin"
msgstr "Dolphin Hakkında"
#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:73
msgid "Accuracy:"
msgstr "Doğruluk:"
#: Source/Core/DolphinQt/Debugger/NewBreakpointDialog.cpp:89
msgid "Action"
msgstr "Eylem"
#: Source/Core/Core/ARDecrypt.cpp:478
#, c-format
msgid ""
"Action Replay Code Decryption Error:\n"
"Parity Check Failed\n"
"\n"
"Culprit Code:\n"
"%s"
msgstr ""
"Action Replay Kodu Şifre Çözme Hatası:\n"
"Parite Denetimi Başarısız\n"
"\n"
"Suçlu Kod:\n"
"%s"
#: Source/Core/Core/ActionReplay.cpp:524
#, c-format
msgid ""
"Action Replay Error: Invalid size (%08x : address = %08x) in Add Code (%s)"
msgstr ""
"Action Replay Hatası: Kod eklemede (%08x : adres = %08x) hatalı boyut (%s)"
#: Source/Core/Core/ActionReplay.cpp:614
#, c-format
msgid ""
"Action Replay Error: Invalid size (%08x : address = %08x) in Fill and Slide "
"(%s)"
msgstr ""
"Action Replay Hatası: Doldurma ve kaydırmada (%08x : adres = %08x) hatalı "
"boyut (%s)"
#: Source/Core/Core/ActionReplay.cpp:402
#, c-format
msgid ""
"Action Replay Error: Invalid size (%08x : address = %08x) in Ram Write And "
"Fill (%s)"
msgstr ""
"Action Replay Hatası: Ram yazma ve doldurmasında (%08x : adres = %08x) "
"hatalı boyut (%s)"
#: Source/Core/Core/ActionReplay.cpp:462
#, c-format
msgid ""
"Action Replay Error: Invalid size (%08x : address = %08x) in Write To "
"Pointer (%s)"
msgstr ""
"Action Replay Hatası: İşaretleyiciye yazarken (%08x : address = %08x) hatalı "
"boyut (%s)"
#: Source/Core/Core/ActionReplay.cpp:668
#, c-format
msgid "Action Replay Error: Invalid value (%08x) in Memory Copy (%s)"
msgstr "Action Replay Hatası: Hafıza kopyalamada (%08x) hatalı değer (%s)"
#: Source/Core/Core/ActionReplay.cpp:539
#, c-format
msgid ""
"Action Replay Error: Master Code and Write To CCXXXXXX not implemented (%s)\n"
"Master codes are not needed. Do not use master codes."
msgstr ""
"Action Replay Hatası: Ana Kod ve CCXXXXXX'e yaz kodu uygulanamadı (%s)\n"
"Ana kodlar gerekli değil. Ana kodları kullanmayın."
#: Source/Core/Core/ActionReplay.cpp:248
#, c-format
msgid "Action Replay Error: invalid AR code line: %s"
msgstr "Action Replay Hatası: Hatalı AR kod satırı: %s"
#: Source/Core/Core/ActionReplay.cpp:779
#, c-format
msgid "Action Replay: Conditional Code: Invalid Size %08x (%s)"
msgstr "Action Replay: Şartlı Kod: Hatalı Boyut %08x (%s)"
#: Source/Core/Core/ActionReplay.cpp:747
#, c-format
msgid "Action Replay: Invalid Normal Code Type %08x (%s)"
msgstr "Action Replay: Hatalı Normal Kod Türü %08x (%s)"
#: Source/Core/Core/ActionReplay.cpp:803
#, c-format
msgid "Action Replay: Normal Code %i: Invalid subtype %08x (%s)"
msgstr "Action Replay: Normal Kod %i: Hatalı alt tür %08x (%s)"
#: Source/Core/Core/ActionReplay.cpp:705
#, c-format
msgid "Action Replay: Normal Code 0: Invalid Subtype %08x (%s)"
msgstr "Action Replay: Normal Kod 0: Hatalı alt tür %08x (%s)"
#: Source/Core/Core/HotkeyManager.cpp:34
msgid "Activate NetPlay Chat"
msgstr ""
#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:146
msgid "Active"
msgstr "Aktif"
#: Source/Core/DolphinQt/Config/Mapping/GCPadWiiUConfigDialog.cpp:33
msgid "Adapter Detected"
msgstr "Adaptör Algılandı"
#: Source/Core/DolphinQt/Config/Graphics/GeneralWidget.cpp:74
msgid "Adapter:"
msgstr "Ekran Kartı:"
#: Source/Core/DolphinQt/Config/NewPatchDialog.cpp:55
#: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:50
msgid "Add"
msgstr "Ekle"
#: Source/Core/DolphinQt/Settings/USBDeviceAddToWhitelistDialog.cpp:46
msgid "Add New USB Device"
msgstr "Yeni USB Aygıtı Ekle"
#: Source/Core/Core/HotkeyManager.cpp:72
msgid "Add a Breakpoint"
msgstr "Kesim Noktası Ekle"
#: Source/Core/Core/HotkeyManager.cpp:73
msgid "Add a Memory Breakpoint"
msgstr "Hafıza Kesim Noktası Ekle"
#. i18n: This kind of "watch" is used for watching emulated memory.
#. It's not related to timekeeping devices.
#: Source/Core/DolphinQt/Debugger/RegisterWidget.cpp:126
msgid "Add to &watch"
msgstr "Ekle &izlemeye"
#: Source/Core/DolphinQt/CheatsManager.cpp:271
msgid "Add to Watch"
msgstr ""
#: Source/Core/DolphinQt/Settings/PathPane.cpp:121
#: Source/Core/DolphinQt/Settings/WiiPane.cpp:148
msgid "Add..."
msgstr "Ekle..."
#: Source/Core/DolphinQt/CheatsManager.cpp:577
#: Source/Core/DolphinQt/CheatsManager.cpp:578
#: Source/Core/DolphinQt/Debugger/BreakpointWidget.cpp:146
#: Source/Core/DolphinQt/Debugger/JITWidget.cpp:80
#: Source/Core/DolphinQt/Debugger/NewBreakpointDialog.cpp:49
#: Source/Core/DolphinQt/Debugger/NewBreakpointDialog.cpp:164
#: Source/Core/DolphinQt/Debugger/NewBreakpointDialog.cpp:176
#: Source/Core/DolphinQt/Debugger/WatchWidget.cpp:131
#: Source/Core/DolphinQt/MenuBar.cpp:889
msgid "Address"
msgstr "Adres"
#: Source/Core/DolphinQt/Debugger/MemoryWidget.cpp:116
msgid "Address Space"
msgstr ""
#: Source/Core/DolphinQt/Debugger/NewBreakpointDialog.cpp:43
#: Source/Core/DolphinQt/Debugger/NewBreakpointDialog.cpp:135
msgid "Address:"
msgstr ""
#: Source/Core/DolphinQt/Config/Graphics/HacksWidget.cpp:219
msgid ""
"Adjusts the accuracy at which the GPU receives texture updates from RAM.\n"
"\n"
" The \"Safe\" setting eliminates the likelihood of the GPU missing texture "
"updates from RAM. Lower accuracies cause in-game text to appear garbled in "
"certain games.\n"
"\n"
"If unsure, select the rightmost value."
msgstr ""
#: Source/Core/DolphinQt/Settings/AdvancedPane.cpp:59
msgid ""
"Adjusts the emulated CPU's clock rate.\n"