forked from obsidianmd/obsidian-translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tr.json
1188 lines (1188 loc) · 64.5 KB
/
tr.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
{
"setting": {
"options": "Seçenekler",
"plugin": "Eklenti",
"builtin-plugins": "Temel eklentiler",
"plugin-options": "Eklenti seçenekleri",
"folder-path-example-placeholder": "Örnek: klasör 1/klasör 2",
"file-path-example-placeholder": "Örnek: klasör/not",
"editor": {
"name": "Editör",
"option-spellcheck": "İmla denetimi",
"option-spellcheck-description": "İmla denetimini açar. Şimdilik yalnızca İngilizce(ABD) için çalışıyor.",
"spellcheck-dict": "İmla denetimi sözlüğü",
"spellcheck-dict-empty": "İmla denetimi sözlüğü boş.",
"option-readable-line-length": "Okunabilir satır uzunluğu",
"option-readable-line-description": "Satır uzunluğunu kısıtla. Ekrana daha az yazı sığar ama uzun paragraflar daha okunabilir olur.",
"option-strict-line-break": "Katı kurallı yeni satırlar",
"option-strict-line-break-description": "Önizleme modunda tekil yeni satırları Markdown tanımlarına göre gözardı et. Önizlemede tekil yeni satırları görmek istiyorsanız bunu kapatın.",
"option-show-frontmatter": "Show frontmatter",
"option-show-frontmatter-description": "In preview mode, show frontmatter as a code block. Turn off to hide frontmatter section.",
"option-auto-pair-brackets": "Parantezleri otomatik eşle",
"option-auto-pair-brackets-description": "Parantez ve tırnak işaretlerini otomatik eşle.",
"option-auto-pair-markdown": "Markdown işaretlerini otomatik eşle.",
"option-auto-pair-markdown-description": "Kalın ve italik sembollerini otomatik eşle.",
"option-smart-indent-lists": "Listeleri akıllıca içerle",
"option-smart-indent-lists-description": "İçerleme ve liste işaretçilerini senin için halleder.",
"option-fold-heading": "Başlıkları katla",
"option-fold-heading-description": "Başlıklar altındaki herşeyi katlayabilmeni sağlar.",
"option-fold-indent": "İçerlemeleri katla",
"option-fold-indent-description": "Liste vb. çoklu içerliklerin yalnızca bir kısmını katlayabilmeni sağlar.",
"option-default-new-pane-mode": "Default new pane mode",
"option-default-new-pane-mode-description": "The default mode a new pane gets opened in.",
"option-default-new-pane-mode-source": "Editör",
"option-default-new-pane-mode-preview": "Ön izleme",
"option-show-line-number": "Satır numaralarını göster",
"option-show-line-number-description": "Satır numaralarını en altta göster.",
"option-use-tabs": "Boşluklar için tab kullan",
"option-use-tabs-description": "\"Tab\" tuşuyla içerleme yaparken tab karakterleri kullan. Boşluk karakterleri kullanmak için bunu kapat.",
"option-tab-size": "Tab size",
"option-tab-size-description": "Number of spaces a tab is equivalent to.",
"option-line-wrap": "Line wrap",
"option-line-wrap-description": "Wrap long lines to fit within the window, without having to scroll from left to right.",
"option-auto-convert-html": "HTML'e otomatik olarak çevir",
"option-auto-convert-html-description": "İnternet sitelerinden yapıştırırken ya da sürekle bırak yapılırken otomatik olarak HTML'den Markdown'a dönüştür. Dönüştürmeden kullanmak için Ctrl/Cmd+Shift+V'ı kullan.",
"option-vim-key-bindings": "Vim tuş ayarları",
"option-vim-key-bindings-description": "Kaynak editöründe Vim tuşlarını kullanabilmenizi sağlar.",
"option-emacsy-keys": "Legacy Emacs-style key bindings for macOS",
"option-emacsy-keys-description": "Allows you to use the additional Emacs-style navigation keys, which are standard on macOS, but may interfere with some key operations.",
"label-confirm-enable-vim": "Vim moduna girişi onayla",
"label-vim-warning": "Vim modu yazı düzenleme için efektif olsa da sezgisel olmayabilir. Vim'e alışkın değilseniz bu özellik Obsidian'ı bozulmuş gibi gösterebilir.",
"label-vim-test": "Vim kullanmayı bildiğinizi onaylamak için, lüffen Vim'den kayıt etmeden çıkış komutunu giriniz:",
"label-vim-your-answer": "Cevabınız",
"placeholder-enter-command": "Komutu gir...",
"button-confirm-enable-vim": "Vim'i açmama izin ver",
"msg-vim-mode-enabled": "Komut doğru. Vim modu açıldı.",
"msg-vim-mode-not-enabled": "Komut yanlış. Sizi korumak için Vim modu kapatıldı.",
"msg-vim-mode-please-enter-command": "Lütfen Vim modunu açmak için komutu giriniz."
},
"file": {
"name": "Dosyalar & Linkler",
"option-confirm-file-deletion": "Dosya silmek için onay al",
"option-confirm-file-deletion-description": "Açılır pencere ile dosya silme işlemini onaylatır.",
"option-delete-destination": "Silinmiş dosyalar",
"option-delete-destination-description": "Silmiş olduğunuz dosyalar ile ne yapılacağı.",
"option-choice-system-trash": "Sistem çöp kutusuna taşı",
"option-choice-vault-trash": "Obsidian çöp kutusuna taşı (.trash klasörü)",
"option-choice-permanent-delete": "Tamamen sil",
"option-always-update-links": "Bağlantıları hep güncelle",
"option-always-update-links-description": "Bir dosyanın adını değiştirdiğinzde gelen bağlantıları otomatik olarak güncelle.",
"option-new-note-location": "Yeni notlar için varsayılan yer",
"option-new-note-location-description": "Yeni yaratılan notların kaydedileceği yer. Eklenti ayarları bu ayarı değiştirebilir.",
"option-choice-vault-root": "Kasa temeli",
"option-choice-current-folder": "Dosyayla aynı klasör",
"option-choice-specified-folder": "Aşağıda belirtilen klasöre",
"option-new-file-folder-path": "Yeni notların kaydedileceği klasör",
"option-new-file-folder-path-description": "Yeni notlar bu klasörde yaratılır. Eklenti ayarları bu ayarı değiştirebilir.",
"option-use-wiki-links": "[[Wikilinks]]'i kullan",
"option-use-wiki-links-description": "[[bağlantılar]] and ![[görseller]] için Markdown bağlantıları ve görselleri yerine otomatik olarak Wikilink'ler oluştur. Markdown bağlantıları oluşturmak için bu ayarı kapat.",
"option-show-unsupported-files": "Tüm dosya uzantılarını bul.",
"option-show-unsupported-files-description": "Obsidian'nın normalde açamadığı dosya türlerini de göster.Bu sayede onlara bağlantı verebilir, Dosyalarda ve Hızlı Geçişte görebilirsiniz.",
"option-link-autocompleted-format": "Yeni bağlantı formatı",
"option-link-autocompleted-format-description": "Otomatik bağlantı yaratırken hangi bağlantıların ekleneceği.",
"option-choice-shortest-linktext": "Mümkünse en kısa yol",
"option-choice-relative-path": "Dosyaya göre belirli yol",
"option-choice-absolute-path": "Kasa içinde belirli yol",
"option-new-attachment-location": "Yeni eklentiler için varsayılan klasör",
"option-new-attachment-location-description": "Yeni eklenen eklentilerinin hangi klasöre kaydedileceği.",
"option-choice-subdirectory": "Aynı klasörün içinde bir alt klasörde",
"option-attachment-folder-path": "Eklenti klasörü yolu",
"option-attachment-folder-path-description": "Yeni yaratılan eklenti dosyaları bu klasörde yaratılır. Sürükle bırak, kopyala yapıştır ve ses kayıtları gibi dosyaları içerir.",
"option-attachment-subfolder-path": "Altklasör adı",
"option-attachment-subfolder-path-description": "Eğer dosyalarınız \"kasa/klasör\" klasöründeyse ve altklasör adını \"eklentiler\" seçerseniz, eklentileriniz \"kasa/klasör/eklentiler\" klasörüne kaydedilecek.",
"option-attachment-subfolder-path-placeholder": "Eklentiler"
},
"appearance": {
"name": "Görünüş",
"option-base-theme": "Base theme",
"option-base-theme-description": "Choose Obsidian’s default color scheme.",
"dark-theme": "Dark",
"light-theme": "Light",
"option-use-obsidian-css": "Apply custom CSS",
"option-use-obsidian-css-description": "Read and apply “obsidian.css” in the vault folder. This is a legacy setting, please consider moving your custom CSS file to the snippet folder below.",
"option-community-themes": "Topluluk renk düzenlerini aç",
"option-community-themes-description": "Topluluk tarafından yaratılmış fevkalade renk düzenlerinin önizlemerini yap veya kullan.",
"button-browse-community-themes": "Browse",
"option-font-size": "Font size",
"option-font-size-description": "Font size in pixels that affects editor and preview.",
"option-font-size-action": "Quick font size adjustment",
"option-font-size-action-description": "Adjust the font size using Ctrl + Scroll, or using the trackpad pinch-zoom gesture.",
"option-themes": "Themes",
"option-theme": "Theme",
"option-theme-description": "Which community theme to use. Themes are stored in \"vault/.obsidian/themes/\".",
"option-choice-none": "None",
"button-reload-themes": "Reload themes",
"msg-reloaded-themes": "Reloaded custom CSS themes.",
"button-open-themes-folder": "Open themes folder",
"option-css-snippets": "CSS snippets",
"label-no-css-snippets-found": "No CSS snippets found in the snippets folder.",
"no-snippet-description": "CSS Snippets are stored in \"{{path}}\".",
"button-reload-snippets": "Reload snippets",
"button-open-snippets-folder": "Open snippets folder",
"msg-reloaded-snippets": "Reloaded CSS snippets.",
"option-toggle-snippet-description": "Apply CSS snippet at \"{{path}}\"."
},
"hotkeys": {
"name": "Kısayollar",
"prompt-filter": "Filtrele...",
"tooltip-delete-hotkey": "Silme kısayolu",
"label-waiting-for-hotkey-press": "Kısayolu tuşla...",
"tooltip-restore-default": "Varsayılana geri dön",
"tooltip-customize-command": "Komutu kişiselleştir",
"tooltip-hotkey-single-conflict": "This hotkey conflicts with \"{{command}}\"",
"tooltip-hotkey-multiple-conflicts": "This hotkey conflicts with {{count}} other commands",
"label-blank-hotkey": "Blank"
},
"about": {
"name": "Hakkında",
"label-license-key": "Lisans anahtarı",
"license-key-placeholder": "Lisans anahtarın...",
"label-enter-commercial-license": "Ticari lisans anahatarınızı girin:",
"label-activate-license": "Lisansı aktive et",
"button-activate": "Aktive et",
"label-unknown-version": "Bilinmeyen",
"label-current-version": "Anlık sürüm: ",
"label-install-version": "(Yükleyici versiyonu: {{version}})",
"label-up-to-date": "Programınız güncel!",
"label-read-changelog": "Değişiklik raporunu oku.",
"label-manual-install-required": "Son versiyonu manuel olarak yüklemelisin.",
"label-download-link": "Buradan indir.",
"label-new-version-ready": "Yeni versiyon yüklemeye hazır.",
"label-relaunch-to-update": "Güncellemek için programı yeniden başlat.",
"label-disabled-updates": "Güncellemeler kapalı.",
"label-checking-for-updates": "Güncelleme aranıyor...",
"button-relaunch": "Yeniden başlat",
"button-check-for-updates": "Güncelleme ara",
"option-auto-update": "Otomatik güncelle",
"option-auto-update-description": "Programın otomatik güncelleme aramasını iptal etmek için bunu kapat.",
"option-open-help": "Obsidian yardım",
"option-open-help-description": "Yardım dökümanını aç.",
"button-open": "Aç",
"option-language": "Dil",
"option-language-description": "Programın dilini değiştirir.",
"option-insider-build": "Üye versiyonlarını kabul et.",
"option-insider-build-description": "Üyelere has versiyonları otomatik olarak kullan. BU versiyonlar yeni özellikler ve güncellemeler içerir ancak normal versiyonlara göre daha fazla hata da içerir.",
"option-advanced": "Advanced",
"option-hw-acceleration": "Hardware Acceleration",
"option-hw-acceleration-description": "Turns on Hardware Acceleration, which uses your GPU to make Obsidian smoother.",
"option-hw-acceleration-warning": "If you turn this off, app performance will be severely degraded.",
"option-config-location": "Override config folder",
"option-config-location-description": "Use a different config folder than the default one. Must start with a dot.",
"option-config-location-warning": "Config location must be a valid folder name that starts with a dot.",
"label-license": "Lisans",
"label-your-commercial-license": "Ticari lisansınız:",
"label-commercial-license-info": "{{seats}} kullanıcı için \"{{company}}\"'e kayıtlı.{{expiry}}'e kadar geçerli.",
"label-validating-commercial-license": "Doğrulanıyor...",
"label-invalid-commercial-license": "Lisans hatalı: ",
"button-activate-commercial-license": "Ticari lisansı aktive et",
"label-personal-license": " kişisel lisans. ",
"label-thank-you-for-support": "Desteğiniz için teşekkürler!",
"label-free-personal-license": "Kişisel lisans: kişisel kullanım için ücretsiz."
},
"account": {
"name": "Hesap",
"label-welcome": "Hoşgeldin, {{name}}!",
"label-your-account-email": "Hesabınız ",
"label-insider": "Üye",
"label-supporter": "Destekçi",
"label-vip": "VIP",
"label-role-text": "{{- role}}siniz!",
"label-insider-build-access": "Desteğiniz için teşekkürler. Üye versiyonlarımıza erişebilirsiniz.",
"label-action-suggestion": "Mesela...",
"button-get-commercial-license": "Ticari lisans al",
"button-get-catalyst-license": "Obsidian Catalyst ile Obsidian'ı desktele",
"button-check-for-catalyst-license": "Obsidian Catalyst lisansi ara",
"button-upgrade-catalyst-license": "Üst seviyeye yükselt",
"button-log-out": "Çık",
"label-log-in": "Gir",
"label-email": "Email",
"placeholder-email": "Emailiniz...",
"label-password": "Şifre",
"placeholder-password": "Şifreniz...",
"button-login": "Gir",
"message-empty-email": "Email boş olamaz.",
"message-invalid-email": "Email geçerli değil.",
"message-empty-password": "Şifre boş olamaz.",
"message-login-failed": "Giriş başarısız, lütfen email ve şifrenizi kontrol edin.",
"label-no-account": "Hesabınız yok mu? ",
"link-sign-up-now": "Hemen kaydolun",
"message-get-community-badges": "For community badges, please email support@obsidian.md if you haven't received them 24 hours after obtaining your license.",
"message-obtain-commercial-license": "To obtain a commercial license, visit {{pricingPageLink}}."
},
"third-party-plugin": {
"name": "Topluluk Eklentisi",
"option-safe-mode": "Güvenli Mod",
"option-safe-mode-description-on": "Güvenli Mod açık. Topluluk eklentileri devredışı.",
"option-safe-mode-description-off": "Güvenli Mod kapalı. Topluluk eklentileri aktif.",
"option-browse-community-plugins": "Topluluk Eklentileri",
"option-browse-community-plugins-description": "Topluluğumuzun yaptığı eklentilere göz at ve Yükle.",
"button-browse": "Tara",
"label-third-party-plugin-warning": "Topluluk eklentileri bilgisayarınızdaki dosyalara erişebilir ve bilgisayarınıza gerekli yazılımı kurabilir.",
"label-disable-safe-mode-confirmation": "Eklentilere izin vermek için Güvenli Modu devredışı bırakmak ister misin?",
"button-keep-safe-mode": "Güvenli Modu Açık Tut",
"button-disable-safe-mode": "Güvenli Modu Kapa",
"label-select-a-plugin": "Bir eklenti seç ya da bilgi al.",
"placeholder-community-plugins": "Eklenti Ara...",
"msg-failed-load-plugins": "Topluluk eklentileri yüklenemedi.",
"label-installed": "İndirildi",
"tooltip-downloaded-times": "{{count}} kere indirildi",
"tooltip-downloaded-times_plural": "{{count}} kere indirildi",
"button-install": "İndir",
"button-enable": "Enable",
"button-disable": "Disable",
"label-no-results-found": "Sonuç Bulunamadı.",
"msg-failed-to-load-manifest": "Failed to load plugin manifest.",
"label-version": "Versiyon: {{version}}",
"label-currently-installed-version": " (şuanki sürüm: {{version}})",
"label-by-author": "By ",
"label-repository": "Repository: ",
"label-unsupported": "This plugin does not support your device.",
"button-update": "Güncelle",
"label-no-readme": "Bu eklenti bir README dosyası sağlamadı.",
"msg-installing-plugin": "\"{{name}}\" eklentisi indiriliyor...",
"msg-failed-to-install-plugin": "Yüklenemedi \"{{name}}\".",
"msg-successfully-installed-plugin": "Başarıyla yüklendi \"{{name}}\".",
"label-installed-plugins": "Yüklü Eklentiler",
"button-reload-plugins": "Eklentileri tekrardan yükle",
"msg-reloaded-third-party-plugins": "Eklentiler tekrardan yüklendi",
"label-uninstall": "Kaldır",
"label-uninstall-plugin": "Eklentiyi kaldır",
"label-uninstall-plugin-confirmation": "Bu eklentiyi silmek istediğine emin misin? Bu işlem eklenti klasörünü de siler.",
"button-open-plugins-folder": "Eklentiler Klasörünü aç Aç",
"button-check-for-updates": "Güncellemeleri Denetle",
"button-update-all-plugins": "Hepsini Güncelle",
"label-current-plugins": "Yüklü Eklentiler",
"label-currently-installed": "Yüklenmiş {{count}} eklentin var.",
"label-currently-installed_plural": "Yüklenmiş {{count}} eklentin var.",
"msg-no-updates-found": "Eklenti Güncellemesi Bulunamadı.",
"msg-updates-found": "Güncellenecek {{count}} eklenti bulundu.",
"msg-updates-found_plural": "Güncellenecek {{count}} eklenti bulundu.",
"msg-update-plugin": "Güncelle {{version}}",
"option-search-installed-plugin": "Search installed plugins",
"option-search-installed-plugin-description": "Filter installed plugins by name or description.",
"placeholder-search-installed-plugin": "Search installed plugins...",
"label-sort-downloads-high-to-low": "Download count (high to low)",
"label-sort-downloads-low-to-high": "Download count (low to high)",
"label-sort-release-date-new-to-old": "First released time (new to old)",
"label-sort-release-date-old-to-new": "First released time (old to new)",
"label-sort-alphabetical": "Plugin name (A to Z)",
"label-sort-alphabetical-reverse": "Plugin name (Z to A)",
"label-search-summary": "Showing {{pluginCount}}:"
},
"mobile-toolbar": {
"name": "Mobile toolbar",
"option-configure-quick-action": "Configure mobile Quick Action",
"option-configure-quick-action-description": "Configure which command to trigger when pull down from the top. The current command is set to \"{{command}}\".",
"button-configure": "Configure",
"placeholder-select-quick-action": "Select Quick Action...",
"manage-toolbar-options": "Manage toolbar options",
"option-internal-link": "Add internal link",
"option-internal-embed": "Add embed",
"option-tag": "Add tag",
"option-heading": "Toggle heading",
"option-bold": "Toggle bold",
"option-italics": "Toggle italics",
"option-strikethrough": "Toggle strikethrough",
"option-highlight": "Toggle highlight",
"option-code": "Toggle code",
"option-blockquote": "Toggle blockquote",
"option-comment": "Toggle comment",
"option-markdown-link": "Add Markdown link",
"option-bullet-list": "Toggle bullet list",
"option-numbered-list": "Toggle numbered list",
"option-checklist": "Toggle checklist",
"option-indent-list": "Indent list item",
"option-unindent-list": "Unindent list item",
"option-undo": "Undo",
"option-redo": "Redo",
"option-move-caret-up": "Move caret up",
"option-move-caret-down": "Move caret down",
"option-move-caret-left": "Move caret left",
"option-move-caret-right": "Move caret right",
"option-first-line": "Go to first line",
"option-last-line": "Go to last line",
"option-toggle-keyboard": "Toggle keyboard",
"option-configure-toolbar": "Configure mobile toolbar",
"option-added-options": "Added options",
"option-more-toolbar-options": "More toolbar options",
"option-attach": "Insert attachment"
}
},
"editor": {
"search": {
"label-previous": "Önceki",
"label-next": "Sonraki",
"label-all": "Hepsi",
"label-exit-search": "Aramadan çık",
"label-replace": "Değiştir",
"label-replace-all": "Hepsini değiştir",
"key-enter": "Enter",
"key-shift-f3": "Shift + F3",
"key-enter-or-f3": "Enter or F3"
},
"link-suggestion": {
"label-type-hash": "Başlığa bağlantı kurmak için",
"label-link-heading": "# yazın",
"label-type-block": "Type ^",
"label-link-block": "to link blocks",
"label-type-pipe": "Görünecek yazıyı değiştirmek için",
"label-change-display-text": "| yazın",
"label-no-match-found": "No match found"
},
"spellcheck": {
"no-suggestion": "Tavsiye bulunamadı...",
"add-to-dictionary": "Sözlüğe ekle"
},
"print-modal": {
"title": "Export to PDF",
"caption": "Export \"{{filename}}\" to PDF with the setting below.",
"setting-page-size": "Page size",
"setting-page-size-a3": "A3",
"setting-page-size-a4": "A4",
"setting-page-size-a5": "A5",
"setting-page-size-legal": "Legal",
"setting-page-size-letter": "Letter",
"setting-page-size-tabloid": "Tabloid",
"setting-landscape": "Landscape",
"setting-margin": "Margin",
"setting-margin-default": "Default",
"setting-margin-minimal": "Minimal",
"setting-margin-none": "None",
"setting-downscale-percent": "Downscale percent",
"button-export-to-pdf": "Export to PDF"
}
},
"interface": {
"embed-open-in-default-app-tooltip": "Varsayılan programda aç",
"empty-sidebar": "Yan pencer boş, buraya bir pencere sürüklemeyi deneyin.",
"sidebar-expand": "Göster",
"sidebar-collapse": "Sakla",
"msg-fail-to-save-file": "\"{{filepath}}\" dosyası kaydedilemedi. {{message}}.",
"no-file": "Dosya yok",
"msg-file-changed": "\"{{file}}\" has been modified externally, merging changes automatically.",
"switch-vault": "Başka bir kasa aç",
"help": "Yardım",
"settings": "Ayarlar",
"drag-to-rearrange": "Düzenlemek için sürükle",
"msg-switched-to-preview": "Varsayılan gösterim şekli önizleme yapıldı.",
"msg-switched-to-edit": "Varsayılan gösterim şekli editör yapıldı.",
"msg-upgrade-installer": "To use this feature, please re-install with latest installer available from our website.",
"tooltip-restore-default-settings": "Restore default settings",
"label-copy": "Copy to clipboard",
"copied": "{{item}} copied to your clipboard",
"url": "Url",
"msg-open-file-through-uri": "Opened file \"{{path}}\"",
"msg-file-not-found-through-uri": "File \"{{name}}\" not found.",
"delete-action-short-name": "Delete",
"msg-indexing": "Obsidian is indexing your vault...\nThis should only happen once.\nSome functionality may not be available until this is complete.",
"msg-indexing-complete": "Indexing complete.",
"empty-state": {
"no-file-open": "Açık dosya yok",
"create-new-file": "Yeni dosya yarat",
"go-to-file": "Dosyaya git",
"see-recent-files": "Yakın geçmişteki dosyalara git",
"close": "Kapat"
},
"menu": {
"edit-view": "Değiştir (Yeni pencerede değiştirmek için Ctrl/Cmd+Tık)",
"preview-view": "Önizleme (Yeni pencerede açmak için Ctrl/Cmd+Tık)",
"find": "Bul...",
"replace": "Değiştir...",
"edit": "Değiştir",
"preview": "Önizle",
"more-options": "Daha fazla",
"close": "Kapat",
"pin": "İğnele",
"unlink-pane": "Pencere bağını kopart",
"link-pane": "Pencereye bağla...",
"delete-file": "Dosyayı sil",
"open-in-new-pane": "Open in new pane",
"copy-url": "Copy url",
"close-current-pane": "Close current pane"
},
"tooltip": {
"click-to-expand": "Click to expand",
"click-to-collapse": "Click to collapse",
"alias": "Alias"
},
"start-screen": {
"label-beta-version": "Beta versiyonu",
"option-open-folder-as-vault": "Bir klasörü kasa olarak belirle",
"option-open-folder-as-vault-description": "Markdown dosyalarının olduğu bir klasörü seç.",
"option-create-vault": "Yeni kasa oluştur",
"option-create-vault-description": "Bir klasörün altında yeni bir kasa oluştur.",
"option-open-help-vault": "Yardım kasasını aç",
"option-open-help-vault-description": "Aç \"Demo & Yardım\" vault.",
"option-new-vault-name": "Kasa Adı",
"option-new-vault-name-description": "Kasa için bir isim seç.",
"option-new-vault-location": "Gözat",
"option-new-vault-location-description": "Yeni kasa için bir yer seç.",
"button-open": "Aç",
"button-help": "Yardım",
"button-browse": "Tara",
"button-create-vault": "Oluştur",
"button-back": "Geri",
"msg-empty-vault-name": "Kasa adı boş olamaz",
"msg-invalid-folder": "Geçerli bir klasör seç.",
"msg-failed-to-create-vault": "Yeni kasa oluşturulamadı",
"msg-failed-to-create-vault-at-location": "Burada yeni bir kasa oluşturamazsın. İzinleri kontrol et.",
"msg-error-failed-to-open-vault": "Açılamadı.",
"msg-error-remove-current-open-vault": "Açık bir Kasa'yı kaldıramazsın."
},
"drag-and-drop": {
"insert-link-here": "Insert link here",
"insert-links-here": "Insert links here",
"move-into-folder": "Move into \"{{folder}}\"",
"star-this-file": "Star this file",
"star-these-files": "Star these files",
"open-in-this-pane": "Open in this pane"
},
"window": {
"maximize": "Genişlet",
"minimize": "Küçült",
"restore-down": "Restore down",
"close-window": "Pencereyi kapa",
"go-back": "Geri",
"go-forward": "İleri"
},
"start-up": {
"loading-obsidian": "Loading Obsidian...",
"obsidian-load-error": "An error occurred while loading Obsidian.",
"button-reload-app": "Reload app",
"button-open-another-vault": "Open another vault",
"loading-components": "Loading components...",
"loading-plugins": "Loading plugins...",
"loading-vault": "Loading vault...",
"msg-failed-to-load-vault": "Failed to load vault: ",
"loading-cache": "Loading cache...",
"loading-workspace": "Loading workspace..."
}
},
"commands": {
"save-file": "Dosyayı kaydet",
"follow-cursor-link": "İşaretçinin altındaki bağı takip et",
"open-cursor-link-in-new-pane": "İşaretçinin altındaki bağı yeni pencerede takip et",
"navigate-pane-above": "Üstteki pencereye odaklan",
"navigate-pane-below": "Alttaki pencereye odaklan",
"navigate-pane-left": "Soldaki pencereye odaklan",
"navigate-pane-right": "Sağdaki pencereye odaklan",
"toggle-pin": "İğnele/İğneyi kaldır",
"split-vertically": "Dikey böl",
"split-horizontally": "Yatay böl",
"navigate-back": "Geri git",
"navigate-forward": "İleri git",
"use-dark-mode": "Karanlık moda gec",
"use-light-mode": "Aydınlık moda gec",
"search-current-file": "Dosyada ara",
"search-replace-current-file": "Dosyada ara ve değiştir",
"open-settings": "Ayarları aç",
"open-help": "Yardımı aç",
"toggle-preview": "Değiştirme/Önizleme moduna geç",
"delete-current-file": "Dosyayı sil",
"close-active-pane": "Aktif pencereyi kapat",
"close-other-panes": "Diğer bütün pencereleri kapat",
"toggle-left-sidebar": "Sol yan pencereyi aç/kapat",
"toggle-right-sidebar": "Sağ yan pencereyi aç/kapat",
"toggle-default-new-pane-mode": "Toggle default new pane mode",
"toggle-fold": "Satırı katla/göster",
"fold-all": "Bütün başlıkları ve listeleri katla",
"unfold-all": "Bütün başlıkları ve listeleri göster",
"swap-line-up": "Üstteki satırla değiştir",
"swap-line-down": "Alttaki satırla değiştir",
"toggle-bold": "Seçileni koyu/normal yap",
"toggle-italics": "Seçileni italik/normal yap",
"toggle-highlight": "Seçilenin üstünü çiz/çizme",
"toggle-comments": "Toggle comments for selection",
"insert-link": "Bağ ekle",
"toggle-spellcheck": "Toggle spellcheck",
"delete-paragraph": "Paragrafı sil",
"toggle-checklist": "Toggle checklist status",
"edit-file-title": "Edit file title",
"copy-path": "Copy file path",
"copy-url": "Copy obsidian url",
"export-pdf": "Export to PDF",
"reload": "Reload app without saving"
},
"dialogue": {
"label-link-affected": "Bu işlem {{files}} dosyada {{links}} bağı etkileyecek.",
"msg-updated-links": "{{files}} dosyada {{links}} bağ güncellendi.",
"label-update-links": "Bağları güncelle",
"label-confirm-update-link-to-file": "Bu dosyayı gösteren iç bağlar güncellensin mi?",
"button-always-update": "Her zaman güncelle",
"button-just-once": "Sadece şimdi güncelle",
"button-do-not-update": "Güncelleme yapma",
"label-confirm-deletion": "\"{{filename}}\"'i silmek istediğinize emin misiniz?",
"label-move-to-system-trash": "Sistem çöpüne taşınacak.",
"label-move-to-vault-trash": "Obsidian çöpüne taşınacak. Kasanın içindeki \".trash\" gizli klasöründe.",
"label-permanent-delete": "Dosya kalıcı olarak silinecek.",
"label-non-empty-folder": "Bu klasör boş değil.",
"label-delete-folder-warning": "Devam ederseniz, bu klasör içindeki bütün dosyalar silinecek.",
"label-delete-folder": "Klasörü sil",
"button-delete": "Sil",
"button-delete-do-not-ask-again": "Sil ve tekrar sorma",
"label-existing-backlink": "Bu notu gösteren {{links}} bağ var.",
"label-delete-file": "Dosyayı sil",
"button-cancel": "İptal",
"button-done": "Done",
"preparing-pdf": "PDF hazırlanıyor...",
"label-rename-file": "Yeniden adlandır",
"label-new-name": "Yeni Ad",
"msg-rename-success": "Yeniden adlandırıldı."
},
"plugins": {
"name": "Plugins",
"file-explorer": {
"name": "Dosyalar",
"desc": "Kasanızdaki tüm dosyaları gösterir.",
"action-open": "Open file explorer",
"action-show": "Show file explorer",
"action-create-note": "Yeni not yarat",
"action-create-note-in-new-pane": "Create note in new pane",
"action-new-note": "Yeni not",
"action-new-folder": "Yeni klasör",
"action-change-sort": "Sıralamayı değiştir",
"action-reveal-file": "Reveal file in file explorer",
"action-reveal-active-file": "Reveal active file in file explorer",
"command-move-file": "Move file to another folder",
"action-move-file": "Move file to...",
"action-move-folder": "Move folder to...",
"prompt-type-folder": "Type a folder",
"label-no-folders": "No folders found.",
"instruction-navigate": "to navigate",
"instruction-move": "to move",
"instruction-dismiss": "to dismiss",
"label-sort-a-to-z": "İsme göre sırala (A'dan Z'ye)",
"label-sort-z-to-a": "İsme göre sırala (Z'den A'ya)",
"label-sort-new-to-old": "Değiştirme zamanına göre sırala (yeniden eskiye)",
"label-sort-old-to-new": "Değiştirme zamanına göre sırala (eskiden yeniye)",
"label-sort-created-old-to-new": "Created time (old to new)",
"label-sort-created-new-to-old": "Created time (new to old)",
"menu-opt-new-note": "Yeni not",
"menu-opt-new-folder": "Yeni klasör",
"menu-opt-set-attachment-folder": "Eklenti klasörü olarak kullan",
"menu-opt-rename": "Yeniden adlandır",
"menu-opt-delete": "Sil",
"menu-opt-make-copy": "Kopyasını yarat",
"msg-invalid-characters": "Dosya adı bu karakterleri içeremez: ",
"msg-unsafe-characters": "Links will not work with file names containing any of these characters: ",
"msg-file-already-exists": "Aynı isimde bir dosya zaten var",
"msg-empty-file-name": "Dosya adı boş olamaz.",
"tooltip-modified-time": "Son Düzenleme {{time}}",
"tooltip-created-time": "Oluşturuldu {{time}}",
"tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}",
"action-move-file-short-name": "Taşı",
"label-untitled-file": "Untitled",
"label-untitled-folder": "Untitled",
"msg-set-attachment-folder": "Attachments will be saved to \"{{path}}\" from now on."
},
"search": {
"name": "Ara",
"desc": "Bütün notlar içinde ara.",
"action-open-search": "Tüm notları ara",
"label-collapse-results": "Sonuçları gizle",
"label-match-case": "Harf boyutunu kullan",
"label-explain-search-term": "Aramayı anlat",
"label-more-context": "Show more context",
"prompt-start-search": "Aramak için yazın...",
"label-match-text": "Uyan yazı: ",
"label-match-regex": "Uyan regex: ",
"label-match-exact-text": "Tam uyan yazı: ",
"label-match-all": "Tamamına uydur: ",
"label-match-any": "Birine uydur: ",
"label-excluding": "Hariç: ",
"label-case-sensitive": "Harf boyutu önemli",
"label-case-insensitive": "Harf boyutu önemsiz",
"label-match-file-path": "Dosya yolunu uydur: ",
"label-match-file-name": "Dosya adını uydur: ",
"label-match-content": "Match file content: ",
"label-match-task": "Match task: ",
"label-match-task-todo": "Match task (todo): ",
"label-match-task-done": "Match task (done): ",
"label-match-line": "Match line: ",
"label-match-tag": "Match tag: ",
"label-no-matches": "Sonuç bulunamadı.",
"matches-with-count": "... ve {{count}} tane daha sonuc.",
"matches-with-count_plural": "... ve {{count}} tane daha sonuc.",
"label-copy-search-results": "Arama sonuçlarını kopyala",
"button-copy-results": "Sonuçları Kopyala",
"msg-successfully-copied": "Sonuçlar Kopyalandı.",
"option-show-path": "Show path",
"option-show-path-description": "Display full path of the file rather than just the file name.",
"option-link-style": "Link style",
"option-link-style-description": "Optionally turn each file result in to a link.",
"option-choice-link-style-none": "None",
"option-choice-link-style-wikilink": "Wikilink",
"option-choice-link-style-markdown-link": "Markdown link",
"option-list-prefix": "List prefix",
"option-list-prefix-description": "Optionally add a list item prefix to each file result.",
"option-choice-list-style-none": "None",
"option-choice-list-style-dash": "Dash (-)",
"option-choice-list-style-asterisk": "Asterisk (*)",
"option-choice-list-style-numbered": "Numbered",
"tooltip-clear-search": "Aramayı Temizle",
"label-search-options": "Arama Seçenekleri",
"tooltip-read-more": "Read more",
"label-history": "Geçmiş",
"tooltip-clear-history": "Arama Geçmişini Temizle",
"label-path-option-description": "match path of the file",
"label-file-name-option-description": "match file name",
"label-tag-option-description": "Etiketleri Ara",
"label-line-option-description": "Aynı satırdaki kelimelerde ara",
"label-section-option-description": "Aynı başlık altındaki kelimelerde ara"
},
"quick-switcher": {
"name": "Hızlı geçiş",
"desc": "Klavyenizi bırakmadan hızlıca başka bir dosyaya geçin. Ctrl/Cmd+O ile kullanın.",
"short-name": "Switcher",
"action-open": "Hızlı geçişi aç",
"instruction-navigate": "geçmek için",
"instruction-open": "açmak için",
"instruction-open-in-new-pane": "yen bir pencerede açmak için",
"instruction-create": "yaratmak için",
"instruction-dismiss": "vazgeçmek için",
"label-no-note-create-new": "Not bulunamadı. Yeni yaratmak için Enter.",
"prompt-type-file-name": "Geçmek ya da yaratmak için dosya adını yazın...",
"label-enter-to-create": "Yaratmak için Enter"
},
"graph-view": {
"name": "Grafik görünümü",
"desc": "Hangi notların hangilerine bağlandığına dair bir grafik genel bakışı görün.",
"action-open": "Grafik görünümünü aç",
"action-open-local": "Yerel grafiği aç",
"action-copy-screenshot": "Ekran görüntüsünü kopyala",
"tab-title": "{{displayText}}'in grafiği",
"label-filters": "Filters",
"prompt-filter-nodes": "Search files...",
"option-depth": "Depth",
"option-depth-description": "Show nodes this number of links away",
"option-neighbor-links": "Neighbor links",
"option-neighbor-links-description": "Show links between neighbors.",
"option-forelinks": "Outgoing links",
"option-forelinks-description": "Show links to other files",
"option-backlinks": "Incoming links",
"option-backlinks-description": "Show links from other files",
"option-show-tags": "Etiketler",
"option-show-tags-description": "Tags are linked to the files that contain them",
"option-show-attachments": "Attachments",
"option-show-attachments-description": "Show attachments included by files",
"option-show-existing-files-only": "Existing files only",
"option-show-existing-files-only-description": "When checked, links to nonexistent files are not shown",
"option-show-orphans": "Orphans",
"option-show-orphans-description": "Show files that are not linked to any other file",
"label-display": "Göster",
"option-show-arrows": "Oklar",
"option-show-arrows-description": "Show arrows when zoomed in",
"option-text-fade": "Text fade threshold",
"option-node-size": "Node size",
"option-link-thickness": "Link thickness",
"label-forces": "Forces",
"option-center-force": "Center force",
"option-link-force": "Link force",
"option-link-distance": "Link distance",
"option-repel-force": "Repel force",
"tooltip-open-graph-settings": "Open graph settings",
"msg-screenshot-copied": "Ekran görüntüsü kopyalandı.",
"label-groups": "Groups",
"placeholder-enter-query": "Enter query...",
"tooltip-delete-graph": "Grubu sil",
"button-new-group": "Yeni grup",
"tooltip-click-to-change-drag-to-reorder": "Click to change color\nDrag to reorder groups",
"action-timelapse": "Zaman tüneli animasyonunu başlat"
},
"backlinks": {
"name": "Geri bağlantılar",
"desc": "Show number of backlinks in the status bar.",
"action-open": "Geri bağlantıları aç",
"action-show": "Show backlinks pane",
"action-open-for-current": "Open backlinks for the current file",
"action-toggle-backlinks-in-document": "Toggle backlinks in document",
"label-linked-mentions": "Bağlantılı bahsetmeler",
"label-no-backlinks": "Geri bağlantı bulunamadı.",
"label-unlinked-mentions": "Bağlantılı olmayan bahsetmeler",
"label-show-search": "Show search filter",
"label-link-button-text": "Bağlantı",
"tab-title": "{{displayText}} için geri bağlantılar",
"label-no-unlinked-mentions": "Bağlantılı olmayan bahsetmeler bulunmadı.",
"ellipsis": "..."
},
"tag-pane": {
"name": "Etiket paneli",
"desc": "Displays all your tags and along with their number of occurrences.",
"action-show": "Show tag pane",
"label-no-tags": "Etiket bulunamadı.",
"label-sort-by-name-a-to-z": "Etiketler (A to Z)",
"label-sort-by-name-z-to-a": "Etiketler (Z to A)",
"label-sort-by-frequency-high-to-low": "Sıklık (yüksekten düşüğe)",
"label-sort-by-frequency-low-to-high": "Sıklık (düşükten yükseğe)",
"action-show-nested-tags": "Alt etiketleri göster"
},
"page-preview": {
"name": "Sayfa Önizlemesi",
"desc": "Preview a note when hovering an internal link. Ctrl/Cmd + hover in editor mode.",
"label-empty-note": "\"{{linktext}}\" is not created yet. Click to create.",
"label-source-editor": "Editor",
"label-source-preview": "Preview",
"label-source-search-backlinks": "Search and Backlinks",
"label-require-mod": "Require {{key}} to trigger page preview on hover"
},
"starred": {
"name": "Yıldızlanmış",
"desc": "Sık kullanılan dosyaları ve aramaları yıldızla.",
"action-show": "Show starred pane",
"action-toggle": "Şu anki dosya için yıldızla/yıldızı kaldır",
"action-toggle-search": "Bu aramayı yıldızla/yıldızı kaldır",
"action-star": "Yıldız",
"action-unstar": "Yıldızı kaldır",
"menu-opt-remove": "Kaldır",
"msg-successfully-starred": "Yıldız eklendi {{type}} \"{{title}}\".",
"msg-removed-starred": "Yıldız kaldırıldı {{type}} \"{{title}}\".",
"msg-cannot-find-path": "Dosya bulunamadı: \"{{path}}\"."
},
"custom-css": {
"name": "Özel CSS",
"desc": "Reads \"obsidian.css\" in the vault and applies it.",
"setting-community-themes": "Community themes",
"msg-fetching-themes": "Fetching community theme data...",
"prompt-filter": "Filtrele...",
"label-dark-theme-only": "Dark themes only",
"label-light-theme-only": "Light themes only",
"label-preview": "Ön izleme",
"label-stop-preview": "Ön izlemeyi durdur",
"label-use": "Kullan",
"label-override": "Override",
"label-visit-on-github": "GitHub'ı ziyaret et",
"msg-fetching-css": "CSS getiriliyor...",
"theme-title": "\"{{name}}\" by {{author}}",
"msg-override-theme": "Override current CSS",
"msg-existing-theme": "You already have the \"obsidian.css\" custom CSS file.",
"msg-confirm-override": "Are you sure you want to override it? You will lose your original CSS file. Please make a back up if necessary.",
"msg-load-error": "Could not load community themes, please check your network.",
"msg-now-using-theme": "You're now using {{title}} as your CSS theme."
},
"command-palette": {
"name": "Command palette",
"desc": "Type a command to invoke it. No need to use the UI or remember the shortcut.",
"action-open": "Open command palette",
"instruction-navigate": "to navigate",
"instruction-use": "to use",
"instruction-dismiss": "to dismiss",
"label-no-commands": "No commands found.",
"prompt-type-command": "Type a command...",
"label-pinned-commands": "Pinned commands",
"option-add-new-pin": "New pinned command",
"option-add-new-pin-description": "Pinned commands will appear at the top of all commands when no search query is present."
},
"markdown-format-importer": {
"name": "Markdown format importer",
"desc": "Convert Markdown from other apps to Obsidian format.",
"action-open": "Open Markdown importer",
"option-roam-tag-fixer": "Roam Research tag fixer",
"option-roam-tag-fixer-description": "Converts \"#tag\" and \"#[[tag]]\" to \"[[tag]]\".",
"option-roam-highlight-fixer": "Roam Research highlight fixer",
"option-roam-highlight-fixer-description": "Converts \"^^highlight^^\" to \"==highlight==\".",
"option-roam-todo-converter": "Roam Research TODO converter",
"option-roam-todo-converter-description": "Converts \"{{[[TODO]]}}\" to \"[ ]\".",
"option-bear-highlight-fixer": "Bear highlight fixer",
"option-bear-highlight-fixer-description": "Converts \"::highlight::\" to \"==highlight==\".",
"zettelkasten-link-fixer": "Zettelkasten link fixer",
"zettelkasten-link-fixer-description": "Fixes \"[[UID]]\" links to full \"[[UID File Name]]\".",
"zettelkasten-link-beautifier": "Zettelkasten link beautifier",
"zettelkasten-link-beautifier-description": "Fixes \"[[UID]]\" links and also beautify them \"[[UID File Name|File Name]]\".",
"msg-all-files-warning": "Warning: the importer will convert all the files in your vault, not just the current file.",
"msg-override-files-warning": "Your files will be overwritten. Back up all your files before attempting conversion.",
"label-start-conversion": "Start Conversion",
"label-stop": "Dur",
"label-go-back": "Geri git",
"label-done": "Done",
"label-processing": "Processing...",
"label-cancelling": "Cancelling...",
"label-finished": "Finished!",
"label-processed-files": "Processed files",
"label-modified-files": "Modified files",
"label-total-replacements": "Total replacements"
},
"daily-notes": {
"name": "Günlük Notlar",
"desc": "Günün notunu aç, yoksa yenisini oluştur.",
"short-name": "Bugün",
"action-open": "Bugünün Notunu Aç",
"action-open-previous": "Önceki Günün Notu",
"action-open-next": "Sonraki Günün Notu",
"msg-fail-format": "Failed to create daily note. \"{{format}}\" is not a valid format.",
"msg-fail-folder": "Failed to create daily note. Folder \"{{folderOption}}\" not found.",
"msg-fail-template-file": "Failed to create daily note. Template file \"{{template}}\" not found.",
"msg-no-previous": "There's no daily note before this one.",
"msg-no-next": "There's no daily note after this one.",
"option-date-format": "Date format",
"label-refer-to-syntax": "For more syntax, refer to: ",
"label-syntax-link": "format reference",
"label-syntax-live-preview": "Here is what it will look like: ",
"option-new-file-location": "New file location",
"option-new-file-location-description": "The folder path to create the new daily note.",
"option-template": "Template file location",
"option-template-description": "The file path to use as template.",
"option-open-on-start": "Open daily note on startup",
"option-open-on-start-description": "Open your daily note automatically whenever you open this vault."
},
"zettelkasten-prefixer": {
"name": "Zettelkasten prefixer",
"desc": "Create a new note with the 12-digit Zettelkasten ID format YYYYMMDDHHII (Example 202001010000).",
"short-name": "ZK note",
"action-create-note": "Create new Zettelkasten note",
"option-new-file-location": "New file location",
"option-new-file-location-description": "The folder path to create the new Zettelkasten note.",
"msg-folder-not-found": "Failed to create Zettelkasten note. Folder \"{{folderOption}}\" not found.",
"option-template-file": "Template file location",
"option-template-file-description": "The file path to use as template.",
"option-template-file-placeholder": "Example: folder1/note",
"option-id-format": "Zettel ID format",
"msg-template-file-not-found": "Failed to create Zettelkasten note. Template file \"{{template}}\" not found."
},
"random-note": {
"name": "Rasgele Not",
"desc": "Rasgele bir not aç. Keşfetmek ve Gözden geçirmek için faydalı.",
"short-name": "Rasgele",
"action-open": "Open random note"
},
"outline": {
"name": "Outline",
"desc": "Displays the outline of the current file or linked pane.",
"action-open": "Open outline",
"action-show": "Show outline pane",
"action-open-for-current": "Open outline of the current file",
"tab-title": "Outline of {{displayText}}",
"label-no-headings": "No headings found."
},
"word-count": {
"name": "Kelime sayısı",
"desc": "Durum barında kelime sayısını göster."
},
"slides": {
"name": "Slides",
"desc": "Present from Markdown. Use \"---\" to separate slides.",
"action-start": "Start presentation"
},
"audio-recorder": {
"name": "Audio recorder",
"desc": "Record audio and save as attachment.",
"action-start": "Start recording audio",
"action-stop": "Stop recording audio",
"action-toggle": "Start/stop recording",
"msg-access-denied": "Microphone access was denied, please enable it from the preference pane.",
"msg-pending-grant": "Please grant microphone permission to start recording.",
"msg-no-microphone": "No microphone is connected."
},
"open-with-default-app": {
"name": "Varsayılan uygulamada aç",
"desc": "Add button to open current file in the default app.",
"action-open-file": "Open in default app",
"action-show-in-folder": "Klasörde göster"
},
"templates": {
"name": "Templates",
"desc": "Insert template content from a folder of template files.",
"action-insert": "Insert template",
"option-template-folder-location": "Template folder location",
"option-template-folder-location-description": "Files in this folder will be available as templates.",
"option-template-date-format": "Date format",
"option-template-date-format-description": "{{date}} in the template file will be replaced with this value.",
"option-template-date-format-description2": "You can also use {{date:YYYY-MM-DD}} to override the format once.",
"option-template-time-format": "Time format",
"option-template-time-format-description": "{{time}} in the template file will be replaced with this value.",
"option-template-time-format-description2": "You can also use {{time:HH:mm}} to override the format once.",
"instruction-navigate": "to navigate",
"instruction-insert": "to insert template",
"instruction-dismiss": "to dismiss",
"msg-no-templates-found": "No templates found",
"msg-fail-invalid-folder": "Failed to list templates. Template folder is invalid.",
"msg-fail-folder-not-found": "Failed to list templates. Folder \"{{folderOption}}\" not found.",
"prompt-type-template": "Type name of a template..."
},
"translucency": {
"name": "Translucent window",
"desc": "Turn on translucency effect to enhance a sense of depth. Best used with dark mode. Not supported on Linux."
},
"publish": {
"name": "Yayınla",
"desc": "Publish your notes through Obsidian Publish.",
"action-publish-changes": "Publish changes",
"label-no-internet-access": "You need access to the internet to publish changes.",
"label-publish-service-description": "Obsidian Publish is an add-on paid service that lets you publish your notes online directly from Obsidian.",
"label-please-login": "To start publishing, please log in or create a new Obsidian account.",
"label-no-publish-subscription": "You do not have an Obsidian Publish subscription yet.",
"button-purchase": "Satın al",
"label-manage-sites": "Siteleri yönet",
"label-no-sites": "You don't have any sites.",
"button-choose": "Seç",
"tooltip-edit-site-id": "Edit site ID",
"tooltip-delete-site": "Delete site",
"label-delete-site-confirmation": "Are you sure you want to delete this site?",
"label-delete-site-details": "This will immediately and permanently delete your site.",
"label-confirm-delete-site": "Confirm delete site \"{{site}}\"",
"option-site-id": "Site ID",
"option-site-id-description": "Your site will be at https://publish.obsidian.md/{site id}. You can change this later. Only lower case letters, numbers, and dashes are allowed.",
"option-site-id-placeholder": "Pick a site ID",
"button-create": "Oluştur",
"msg-invalid-site-id": "Site ID can only contain lowercase letters, numbers, and dashes.",
"msg-site-id-in-use": "This site ID is in use, please try another one.",
"msg-create-site-issue": "That was an issue when creating your site.",
"label-site-options": "Site options",
"option-site-metadata": "Metadata",
"option-site-components": "Components",
"option-site-appearance": "Appearance",
"option-site-reading-experience": "Reading experience",
"option-site-misc": "Other site settings",
"option-site-name": "Site name",
"option-site-name-description": "Name of your published site. It will show up in the page title of your site.",
"option-site-name-placeholder": "Name of your site",
"option-home-page-file": "Homepage file",
"option-home-page-file-description": "The first page the user sees when landing on your published site",
"option-home-page-file-placeholder": "Pick a published file",
"option-logo": "Logo",
"option-logo-description": "Pick an image file as your site logo.",
"option-logo-placeholder": "Any any uploaded image in your vault...",
"option-theme": "Tema",
"option-theme-description": "Choose default color scheme for your site.",
"option-show-navigation": "Show navigation",
"option-show-navigation-description": "Display a list of all published pages on the left side of your published site.",
"option-show-search": "Show search bar",
"option-show-search-description": "Display a search bar at top of the navigation that lets the visitors search pages and headings on your site.",
"option-show-graph": "Show graph view",
"option-show-graph-description": "Display a small local graph on each page.",
"option-show-outline": "Show table of contents",
"option-show-outline-description": "Display the outline of headings on each page.",
"option-show-backlinks": "Show backlinks",
"option-show-backlinks-description": "Show backlink section at the end of each page.",
"option-sliding-window-mode": "Use sliding windows",
"option-sliding-window-mode-description": "Open pages in new panes to the right. Allows scrolling through panes horizontally.",
"option-hover-preview-file": "Show hover preview",
"option-hover-preview-file-description": "Display page preview when hovering links.",
"option-readable-line-length": "Readable line length",
"option-readable-line-length-description": "Limit maximum line length. Fits less content on the screen, but makes long paragraphs more readable.",
"option-site-password": "Passwords",
"option-site-password-description": "Restrict access to your site with passwords.",
"option-google-analytics": "Google Analytics tracking code",
"option-google-analytics-description": "Configure Google Analytics for your site. Only available for visitors from your custom domain URL. Please check with your local laws and regulations first.",
"button-manage-passwords": "Manage",
"button-save-site-settings": "Save site settings",
"msg-updated-options": "Updated options for your site.",
"button-go-back": "Geri",
"label-publishing-to": "Publishing to",
"tooltip-switch-site": "Switch site",
"button-add-linked": "Add linked",
"tooltip-add-linked": "Add all files that are linked by currently selected items",
"msg-added-linked-files": "{{count}} linked file has been added.",
"msg-added-linked-files_plural": "{{count}} linked files have been added.",
"tooltip-open-site-options": "Change site options",
"label-no-changes-detected": "No changes were detected.",
"label-changed-files-to-be-published": "Changes",
"label-unchanged-files-already-published": "Unchanged (select to delete)",
"label-file-selected": " selected",
"button-select-all-files": "Hepsini seç",
"button-deselect-all-files": "Hepsini kaldır",
"label-new-files-to-be-published": "Yeni",
"button-publish": "Yayınla",
"msg-no-permission-to-publish-to-site": "You do not have permissions to publish to the current site.",
"msg-select-at-least-one-file": "Please select at least one file.",
"label-upload-changes": "Değişiklikleri yükle",
"button-done": "Tamamlandı",
"button-stop": "Dur",
"label-status-uploading": "Yükleniyor",
"label-status-to-publish": "To publish",
"label-status-to-delete": "To delete",
"label-status-published": "Yayınlandı",
"label-status-deleted": "Silindi",
"label-status-failed": "Failed",
"label-status-cancelled": "İptal edildi",
"button-change": "Değiştir",
"label-clear-cache": "It takes up to a few minutes for the changes to show up on your site. If you do not see your latest changes, try clearing the cache in your browser.",
"label-visit-site": "You can visit your site here: ",
"msg-something-went-wrong": "Something went wrong. Please check the developer console for details.",