joplin/packages/tools/locales/tr_TR.po

4112 lines
132 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Laurent Cozic
# This file is distributed under the same license as the Joplin-CLI package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: Türkçe\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Arda Kılıçdağı <arda@kilicdagi.com>\n"
"Language-Team: Turkish (Turkey)\n"
"Language: tr_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"
"X-Generator: Poedit 2.4.1\n"
#: CliClient/app/command-cp.js:13
msgid ""
"Duplicates the notes matching <note> to [notebook]. If no notebook is "
"specified the note is duplicated in the current notebook."
msgstr ""
"<Not> ile eşleşen notları [notebook] not defterine çoğaltır. Not "
"belirtilmemişse, not geçerli not defterinde çoğaltılır."
#: CliClient/app/command-cp.js:24 CliClient/app/command-cp.js:27
#: CliClient/app/command-import.js:34 CliClient/app/command-mv.js:22
#: CliClient/app/command-mv.js:25 CliClient/app/command-use.js:21
#: CliClient/app/command-ren.js:23 CliClient/app/command-rmbook.js:25
#: CliClient/app/command-cat.js:25 CliClient/app/command-rmnote.js:25
#: CliClient/app/command-attach.js:21 CliClient/app/command-export.js:36
#: CliClient/app/command-export.js:40 CliClient/app/command-geoloc.js:20
#: CliClient/app/command-search.js:27 CliClient/app/command-set.js:32
#: CliClient/app/command-help.js:66 CliClient/app/command-todo.js:21
#: CliClient/app/command-tag.js:33 CliClient/app/command-tag.js:36
#: CliClient/app/command-tag.js:42 CliClient/app/command-tag.js:43
#: CliClient/app/command-tag.js:81 CliClient/app/command-tag.js:87
#: CliClient/app/command-done.js:20
#: ReactNativeClient/lib/services/interop/InteropService.js:182
#: ReactNativeClient/lib/services/interop/InteropService.js:194
#, javascript-format
msgid "Cannot find \"%s\"."
msgstr "\"%s\" bulunamıyor."
#: CliClient/app/command-ls.js:18
msgid ""
"Displays the notes in the current notebook. Use `ls /` to display the list "
"of notebooks."
msgstr ""
"Geçerli not defterindeki notları görüntüler. Not defteri listesini "
"görüntülemek için `ls /` kullanın."
#: CliClient/app/command-ls.js:27
msgid "Displays only the first top <num> notes."
msgstr "Yalnızca ilk <num> notu görüntüler."
#: CliClient/app/command-ls.js:28
msgid "Sorts the item by <field> (eg. title, updated_time, created_time)."
msgstr ""
"Öğeyi <field> olarak sıralar (örneğin başlık, güncellenme_zamanı, "
"oluşturulma_zamanı)."
#: CliClient/app/command-ls.js:29
msgid "Reverses the sorting order."
msgstr "Sıralama düzenini tersine çevirir."
#: CliClient/app/command-ls.js:30
msgid ""
"Displays only the items of the specific type(s). Can be `n` for notes, `t` "
"for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the "
"to-dos, while `-ttd` would display notes and to-dos."
msgstr ""
"Sadece belirli tip öğeleri gösterir. Notlar için `n`, yapılacaklar "
"listeleri için `t` veya not ve yapılacaklar listesi için `nt` (örnek: `-tt` "
"sadece yapılacaklar listesini gösterirken, `-ttd` not ve yapılacaklar "
"listesini gösterir)"
#: CliClient/app/command-ls.js:31
msgid "Either \"text\" or \"json\""
msgstr "\"metin\" ya da \"json\""
#: CliClient/app/command-ls.js:32 CliClient/app/command-tag.js:18
msgid ""
"Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, "
"TODO_CHECKED (for to-dos), TITLE"
msgstr ""
"Uzun liste formatını kullan. Format: ID, NOTE_COUNT (not defterleri için), "
"DATE, TODO_CHECKED (yapılacak listesi için), TITLE"
#: CliClient/app/command-ls.js:63
msgid "Please select a notebook first."
msgstr "Lütfen önce bir not defteri seçin."
#: CliClient/app/command-import.js:14
msgid "Imports data into Joplin."
msgstr "Joplin'e veri aktarır."
#: CliClient/app/command-import.js:25
#, javascript-format
msgid "Source format: %s"
msgstr "Kaynak biçimi: %s"
#: CliClient/app/command-import.js:26
msgid "Do not ask for confirmation."
msgstr "Onay için sorma."
#: CliClient/app/command-import.js:27
#, javascript-format
msgid "Output format: %s"
msgstr "Çıktı biçimi: %s"
#: CliClient/app/command-import.js:47 ElectronClient/gui/ImportScreen.min.js:68
#, javascript-format
msgid "Found: %d."
msgstr "Bulundu: %d."
#: CliClient/app/command-import.js:48 ElectronClient/gui/ImportScreen.min.js:69
#, javascript-format
msgid "Created: %d."
msgstr "Oluşturuldu: %d."
#: CliClient/app/command-import.js:49 ElectronClient/gui/ImportScreen.min.js:70
#, javascript-format
msgid "Updated: %d."
msgstr "Güncellenme: %d."
#: CliClient/app/command-import.js:50 ElectronClient/gui/ImportScreen.min.js:71
#, javascript-format
msgid "Skipped: %d."
msgstr "Atlandı: %d."
#: CliClient/app/command-import.js:51 ElectronClient/gui/ImportScreen.min.js:72
#, javascript-format
msgid "Resources: %d."
msgstr "Kaynaklar: %d."
#: CliClient/app/command-import.js:52 ElectronClient/gui/ImportScreen.min.js:73
#, javascript-format
msgid "Tagged: %d."
msgstr "Etiket: %d."
#: CliClient/app/command-import.js:65
msgid "Importing notes..."
msgstr "Notlar içe aktarılıyor..."
#: CliClient/app/command-import.js:70 ElectronClient/gui/ImportScreen.min.js:88
#, javascript-format
msgid "The notes have been imported: %s"
msgstr "Notlar içe aktarıldı: %s"
#: CliClient/app/help-utils.js:56
msgid "Enum"
msgstr "Enum"
#: CliClient/app/help-utils.js:56
#, javascript-format
msgid "Type: %s."
msgstr "Tip: %s."
#: CliClient/app/help-utils.js:57
#, javascript-format
msgid "Possible values: %s."
msgstr "Olası değerler: %s."
#: CliClient/app/help-utils.js:71
#, javascript-format
msgid "Default: %s"
msgstr "Varsayılan: %s"
#: CliClient/app/help-utils.js:77
msgid "Possible keys/values:"
msgstr "Mümkün ayarlar/değerler:"
#: CliClient/app/command-server.js:14
#, javascript-format
msgid ""
"Start, stop or check the API server. To specify on which port it should run, "
"set the api.port config variable. Commands are (%s)."
msgstr ""
"API sunucu kontrolünü başlat, durdur veya kontrol et. Hangi port üzerinden "
"çalışacağını api.port ayar değişkeni ile ayarlayınız. Komutlar (%s)."
#: CliClient/app/command-server.js:38
#, javascript-format
msgid "Server is already running on port %d"
msgstr "Sunucu zaten %d portunda çalışıyor"
#: CliClient/app/command-server.js:44
#, javascript-format
msgid "Server is running on port %d"
msgstr "Sunucu %d portunda çalışıyor"
#: CliClient/app/command-server.js:44 CliClient/app/command-server.js:47
msgid "Server is not running."
msgstr "Sunucu çalışmıyor."
#: CliClient/app/command-e2ee.js:18
msgid ""
"Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, "
"`status`, `decrypt-file` and `target-status`."
msgstr ""
"Uçtan Uca Şifreleme ayarını yönetir. Komutlar `enable`, `disable`, "
"`decrypt`, `status`, `decrypt-file` and `target-status`."
#: CliClient/app/command-e2ee.js:36 CliClient/app/command-e2ee.js:72
msgid "Enter master password:"
msgstr "Ana parolayı girin:"
#: CliClient/app/command-e2ee.js:38 CliClient/app/command-e2ee.js:74
#: CliClient/app/command-e2ee.js:79
msgid "Operation cancelled"
msgstr "İşlem iptal edildi"
#: CliClient/app/command-e2ee.js:47
msgid ""
"Starting decryption... Please wait as it may take several minutes depending "
"on how much there is to decrypt."
msgstr ""
"Şifre çözme başlatılıyor... Çözülecek dosya sayısına bağlı olarak biraz "
"zaman alabilir, lütfen bekleyiniz."
#: CliClient/app/command-e2ee.js:53
#, javascript-format
msgid "Decrypted items: %d"
msgstr "Şifresi çözülen öğeler: %d"
#: CliClient/app/command-e2ee.js:54
#, javascript-format
msgid "Skipped items: %d (use --retry-failed-items to retry decrypting them)"
msgstr ""
"Atlanan öğeler: %d (--retry-failed parametresi ile şifrelemelerini çözmeyi "
"yeniden deneyebilirsiniz)"
#: CliClient/app/command-e2ee.js:68
msgid "Completed decryption."
msgstr "Şifre çözümü tamamlandı."
#: CliClient/app/command-e2ee.js:77
#: ReactNativeClient/lib/components/screens/encryption-config.js:163
msgid "Confirm password:"
msgstr "Parolayı doğrula:"
#: CliClient/app/command-e2ee.js:83
#: ReactNativeClient/lib/components/screens/encryption-config.js:140
msgid "Passwords do not match!"
msgstr "Parolalar eşleşmiyor!"
#: CliClient/app/command-e2ee.js:108
#: ElectronClient/gui/EncryptionConfigScreen.min.js:443
#: ReactNativeClient/lib/components/screens/encryption-config.js:280
msgid "Enabled"
msgstr "Etkin"
#: CliClient/app/command-e2ee.js:108
#: ElectronClient/gui/KeymapConfig/KeymapConfigScreen.js:110
#: ElectronClient/gui/EncryptionConfigScreen.min.js:443
#: ReactNativeClient/lib/models/Setting.js:624
#: ReactNativeClient/lib/components/screens/encryption-config.js:280
msgid "Disabled"
msgstr "Pasif"
#: CliClient/app/command-e2ee.js:108
#: ReactNativeClient/lib/components/screens/encryption-config.js:280
#, javascript-format
msgid "Encryption is: %s"
msgstr "Şifreleme: %s"
#: CliClient/app/command-mkbook.js:12
msgid "Creates a new notebook."
msgstr "Yeni bir not defteri oluşturur."
#: CliClient/app/command-mv.js:14
msgid "Moves the notes matching <note> to [notebook]."
msgstr "<note> ile eşleşen tüm notları [notebook] defterine taşı."
#: CliClient/app/command-config.js:13
msgid ""
"Gets or sets a config value. If [value] is not provided, it will show the "
"value of [name]. If neither [name] nor [value] is provided, it will list the "
"current configuration."
msgstr ""
"Ayar değeri alınır veya ayarlanır. Eğer [değer] sağlanmamışsa, [isim] kısmı "
"gözükecektir. Eğer [isim] ve [değer] bilgilerinin ikisi de mevcut değilse, "
"mevcut olan yapılandırmayı listeleyecek."
#: CliClient/app/command-config.js:18
msgid "Also displays unset and hidden config variables."
msgstr ""
"Ayrıca ayarlanmamış ve gizlenmiş yapılandırma değişkenlerini de görüntüler."
#: CliClient/app/command-config.js:79
#, javascript-format
msgid "%s = %s (%s)"
msgstr "%s = %s (%s)"
#: CliClient/app/command-config.js:81
#, javascript-format
msgid "%s = %s"
msgstr "%s = %s"
#: CliClient/app/command-use.js:12
msgid ""
"Switches to [notebook] - all further operations will happen within this "
"notebook."
msgstr ""
"[notebook] not defterine geçer - daha sonraki tüm işlemler bu not defterinde "
"gerçekleşecektir."
#: CliClient/app/command-sync.js:29
msgid "Synchronises with remote storage."
msgstr "Uzak depolama ile senkronize eder."
#: CliClient/app/command-sync.js:34
msgid "Sync to provided target (defaults to sync.target config value)"
msgstr ""
"Sağlanan hedefe senkronize et (varsayılan olarak sync.target değeri "
"kullanılır)"
#: CliClient/app/command-sync.js:35
msgid "Upgrade the sync target to the latest version."
msgstr "Senkronizasyon hedefini en son sürüme yükseltin"
#: CliClient/app/command-sync.js:81 CliClient/app/command-sync.js:95
#: ElectronClient/gui/OneDriveLoginScreen.min.js:40
#: ElectronClient/gui/OneDriveLoginScreen.js:46
msgid ""
"Authentication was not completed (did not receive an authentication token)."
msgstr "Yetkilendirme tamamlanmadı (yetkilendirme anahtarı karşılanmadı)"
#: CliClient/app/command-sync.js:90 ElectronClient/gui/DropboxLoginScreen.js:29
#: ElectronClient/gui/DropboxLoginScreen.min.js:42
#: ReactNativeClient/lib/components/screens/dropbox-login.js:58
msgid ""
"To allow Joplin to synchronise with Dropbox, please follow the steps below:"
msgstr ""
"Joplin'in Dropbox ile senkronize edilmesine izin vermek için lütfen "
"aşağıdaki adımları izleyin:"
#: CliClient/app/command-sync.js:91 ElectronClient/gui/DropboxLoginScreen.js:30
#: ElectronClient/gui/DropboxLoginScreen.min.js:47
#: ReactNativeClient/lib/components/screens/dropbox-login.js:59
msgid "Step 1: Open this URL in your browser to authorise the application:"
msgstr "1. Adım: Uygulamayı yetkilendirmek için bu URL'i tarayıcınızda açın:"
#: CliClient/app/command-sync.js:93 ElectronClient/gui/DropboxLoginScreen.js:32
#: ElectronClient/gui/DropboxLoginScreen.min.js:57
#: ReactNativeClient/lib/components/screens/dropbox-login.js:65
msgid "Step 2: Enter the code provided by Dropbox:"
msgstr "Adım 2: Dropbox tarafından sağlanan kodu girin:"
#: CliClient/app/command-sync.js:105
#, javascript-format
msgid "Not authentified with %s. Please provide any missing credentials."
msgstr "%s ile doğrulama sağlanamadı. Lütfen eksik olan tüm bilgileri girin."
#: CliClient/app/command-sync.js:128
msgid "Synchronisation is already in progress."
msgstr "Senkronizasyon zaten devam ediyor."
#: CliClient/app/command-sync.js:133
#, javascript-format
msgid ""
"Lock file is already being hold. If you know that no synchronisation is "
"taking place, you may delete the lock file at \"%s\" and resume the "
"operation."
msgstr ""
"Kilit dosyası zaten tutuluyor. Senkronizasyon yapılmadığını biliyorsanız, "
"kilit dosyasını \"%s\" konumunda silebilir ve işleme devam edebilirsiniz."
#: CliClient/app/command-sync.js:175
#, javascript-format
msgid "Synchronisation target: %s (%s)"
msgstr "Senkronizasyon hedefi: %s (%s)"
#: CliClient/app/command-sync.js:177
msgid "Cannot initialise synchroniser."
msgstr "Senkronizasyon başlatılamadı."
#: CliClient/app/command-sync.js:207
msgid "Starting synchronisation..."
msgstr "Senkronizasyon başlatılıyor..."
#: CliClient/app/command-sync.js:230
msgid "Downloading resources..."
msgstr "Kaynaklar indiriliyor..."
#: CliClient/app/command-ren.js:14
msgid "Renames the given <item> (note or notebook) to <name>."
msgstr "<item> öğesini <name> ile yeniden adlandırır (not veya not defteri)."
#: CliClient/app/command-rmbook.js:13
msgid "Deletes the given notebook."
msgstr "Verilen not defterini siler."
#: CliClient/app/command-rmbook.js:17
msgid "Deletes the notebook without asking for confirmation."
msgstr "Onay istemeden not defterini siler."
#: CliClient/app/command-rmbook.js:26
#: ReactNativeClient/lib/components/screens/notes.js:154
msgid ""
"Delete notebook? All notes and sub-notebooks within this notebook will also "
"be deleted."
msgstr ""
"Not defteri silinsin mi? Silinecek defterdeki tüm notlar ve alt defterler de "
"silinecek."
#: CliClient/app/command-mktodo.js:12
msgid "Creates a new to-do."
msgstr "Yeni bir yapılacak öğe (to-do) oluşturur."
#: CliClient/app/command-mktodo.js:16 CliClient/app/command-mknote.js:16
msgid "Notes can only be created within a notebook."
msgstr "Notlar yalnızca bir not defterinde oluşturulabilir."
#: CliClient/app/command-cat.js:14
msgid "Displays the given note."
msgstr "Verilen notu görüntüler."
#: CliClient/app/command-cat.js:18
msgid "Displays the complete information about note."
msgstr "Notla ilgili tüm bilgileri görüntüler."
#: CliClient/app/command-edit.js:17
msgid "Edit note."
msgstr "Notu düzenle."
#: CliClient/app/command-edit.js:30
msgid ""
"No text editor is defined. Please set it using `config editor <editor-path>`"
msgstr ""
"Hiçbir metin editörü tanımlanmadı. Lütfen `config editor <editor-path>` "
"komutunu kullanarak editörü ayarlayınız"
#: CliClient/app/command-edit.js:40
msgid "No active notebook."
msgstr "Aktif not defteri yok."
#: CliClient/app/command-edit.js:46
#, javascript-format
msgid "Note does not exist: \"%s\". Create it?"
msgstr "\"%s\" notu mevcut değil. Oluşturulsun mu?"
#: CliClient/app/app-gui.js:452
msgid "To delete a tag, untag the associated notes."
msgstr "Bir etiketi silmek için ilişkilendirilmiş notların etiketini kaldırın."
#: CliClient/app/app-gui.js:462
msgid "Please select the note or notebook to be deleted first."
msgstr "Lütfen önce silinecek notu veya not defterini seçin."
#: CliClient/app/app-gui.js:750
msgid "Press Ctrl+D or type \"exit\" to exit the application"
msgstr "Uygulamadan çıkmak için Ctrl + D tuşlarına basın veya \"exit\" yazın"
#: CliClient/app/command-rmnote.js:13
msgid "Deletes the notes matching <note-pattern>."
msgstr "Eşleşen notları siler <note-pattern>."
#: CliClient/app/command-rmnote.js:17
msgid "Deletes the notes without asking for confirmation."
msgstr "Onay istemeden notları siler."
#: CliClient/app/command-rmnote.js:27
#, javascript-format
msgid "%d notes match this pattern. Delete them?"
msgstr "%d not eşleşti. Silinsin mi?"
#: CliClient/app/command-rmnote.js:27
#: ReactNativeClient/lib/components/screens/Note.js:447
msgid "Delete note?"
msgstr "Notu sil?"
#: CliClient/app/command-attach.js:13
msgid "Attaches the given file to the note."
msgstr "Verilen dosyayı nota iliştirir."
#: CliClient/app/command-version.js:11
msgid "Displays version information"
msgstr "Sürüm bilgisini görüntüler"
#: CliClient/app/command-version.js:16
#, javascript-format
msgid "%s %s (%s)"
msgstr "%s %s (%s)"
#: CliClient/app/command-undone.js:12
msgid "Marks a to-do as non-completed."
msgstr "Yapılacaklar listesindeki öğeyi tamamlanmamış olarak işaretler."
#: CliClient/app/command-export.js:13
msgid ""
"Exports Joplin data to the given path. By default, it will export the "
"complete database including notebooks, notes, tags and resources."
msgstr ""
"Joplin verilerini belirtilen yere aktarır. Varsayılan olarak, not "
"defterleri, notlar, etiketler ve kaynaklar dahil olmak üzere tüm "
"veritabanını dışa aktarır."
#: CliClient/app/command-export.js:23
#, javascript-format
msgid "Destination format: %s"
msgstr "Hedef biçimi: %s"
#: CliClient/app/command-export.js:23
msgid "Exports only the given note."
msgstr "Yalnızca seçilen notu dışa aktarır."
#: CliClient/app/command-export.js:23
msgid "Exports only the given notebook."
msgstr "Yalnızca seçilen not defterini dışa aktarır."
#: CliClient/app/command-mknote.js:12
msgid "Creates a new note."
msgstr "Yeni bir not oluşturur."
#: CliClient/app/main.js:80
msgid "Type `joplin help` for usage information."
msgstr "Kullanım bilgisi için `joplin help` yazın."
#: CliClient/app/main.js:82
msgid "Fatal error:"
msgstr "Büyük hata:"
#: CliClient/app/command-geoloc.js:13
msgid "Displays a geolocation URL for the note."
msgstr "Not için bir coğrafi konum URL'i görüntüler."
#: CliClient/app/gui/NoteWidget.js:36
msgid ""
"Welcome to Joplin!\n"
"\n"
"Type `:help shortcuts` for the list of keyboard shortcuts, or just `:help` "
"for usage information.\n"
"\n"
"For example, to create a notebook press `mb`; to create a note press `mn`."
msgstr ""
"Joplin'e Hoş Geldiniz!\n"
"\n"
"Klavye kısayollarının listesi için `:help shortcuts` yazın veya kullanım "
"bilgileri için sadece `:help` yazın.\n"
"\n"
"Örneğin, bir not defteri oluşturmak için `mb`; Bir not oluşturmak için `mn` "
"tuşuna basın."
#: CliClient/app/gui/NoteWidget.js:48
msgid ""
"One or more items are currently encrypted and you may need to supply a "
"master password. To do so please type `e2ee decrypt`. If you have already "
"supplied the password, the encrypted items are being decrypted in the "
"background and will be available soon."
msgstr ""
"Bir veya daha fazla öğe şu anda şifreli ve bir ana parola girmeniz "
"gerekebilir. Bunu yapmak için lütfen `e2ee decrypt` yazınız. Parolayı daha "
"önce vermişseniz, şifreli öğelerin arka planda şifresi çözülür ve yakında "
"kullanımınıza hazır olur."
#: CliClient/app/gui/NoteWidget.js:50
msgid "You may also type `status` for more information."
msgstr "Daha fazla bilgi için `durum` yazabilirsiniz."
#: CliClient/app/gui/FolderListWidget.js:31
msgid "Search:"
msgstr "Ara:"
#: CliClient/app/command-search.js:13
msgid "Searches for the given <pattern> in all the notes."
msgstr "Tüm notlarda girilen <pattern> i arar."
#: CliClient/app/command-set.js:22
#, javascript-format
msgid ""
"Sets the property <name> of the given <note> to the given [value]. Possible "
"properties are:\n"
"\n"
"%s"
msgstr ""
"<name> özelliğini verilen <note> içinde verilen [value] ile değiştirir. "
"Olası özellikler şunlardır:\n"
"\n"
"%s"
#: CliClient/app/cli-utils.js:109
#, javascript-format
msgid "Missing required argument: %s"
msgstr "Gerekli parametre eksik gözüküyor: %s"
#: CliClient/app/cli-utils.js:140 ReactNativeClient/lib/services/report.js:151
#, javascript-format
msgid "%s: %s"
msgstr "%s: %s"
#: CliClient/app/cli-utils.js:144
msgid "Your choice: "
msgstr "Seçiminiz: "
#: CliClient/app/cli-utils.js:151
#, javascript-format
msgid "Invalid answer: %s"
msgstr "Yanlış cevap: %s"
#: CliClient/app/cli-utils.js:161 CliClient/app/app.js:137
msgid "Y"
msgstr "E"
#: CliClient/app/cli-utils.js:161 CliClient/app/app.js:137
msgid "n"
msgstr "e"
#: CliClient/app/base-command.js:15
msgid "Cannot change encrypted item"
msgstr "Şifrelenmiş öğe değiştirilemiyor"
#: CliClient/app/command-help.js:13
msgid "Displays usage information."
msgstr "Kullanım bilgilerini görüntüler."
#: CliClient/app/command-help.js:36
#, javascript-format
msgid "For information on how to customise the shortcuts please visit %s"
msgstr ""
"Kısayolları nasıl özelleştirebileceğiniz hakkında bilgi için lütfen %s "
"adresini ziyaret edin"
#: CliClient/app/command-help.js:44
msgid "Shortcuts are not available in CLI mode."
msgstr "CLI modunda kısayollar mevcut değil."
#: CliClient/app/command-help.js:71
msgid ""
"Type `help [command]` for more information about a command; or type `help "
"all` for the complete usage information."
msgstr ""
"`help [command]` yazarak komutlar hakkında daha fazla bilgiye "
"ulaşabilirsiniz; yada `help all` yazarak tam kullanım bilgisine "
"ulaşabilirsiniz."
#: CliClient/app/command-help.js:73
msgid "The possible commands are:"
msgstr "Kullanılabilir komutlar:"
#: CliClient/app/command-help.js:77
msgid ""
"In any command, a note or notebook can be referred to by title or ID, or "
"using the shortcuts `$n` or `$b` for, respectively, the currently selected "
"note or notebook. `$c` can be used to refer to the currently selected item."
msgstr ""
"Herhangi bir komutta, bir not veya note defteri başlık veya ID ile, veya `"
"$n` `$b` kestirmelerini kullanılarak atfedilebilinir. Sırasıyla, güncel "
"seçili not veya not defteri. `$c` kullanarak güncel seçili öğeye atıf "
"yapılabilinir."
#: CliClient/app/command-help.js:79
msgid "To move from one pane to another, press Tab or Shift+Tab."
msgstr "Bir bölmeden diğerine geçmek için Tab veya Shift+Tab tuşlarına basın."
#: CliClient/app/command-help.js:80
msgid ""
"Use the arrows and page up/down to scroll the lists and text areas "
"(including this console)."
msgstr ""
"Liste ve metin alanlarında kaydırma için ok tuşları ve page up/down "
"tuşlarını kullanınız (bu konsol da dahil)."
#: CliClient/app/command-help.js:81
msgid "To maximise/minimise the console, press \"tc\"."
msgstr "Konsolu büyütmek/küçültmek için, \"tc\" ye basınız."
#: CliClient/app/command-help.js:82
msgid "To enter command line mode, press \":\""
msgstr "Komut satırı moduna girmek için \":\" e basın"
#: CliClient/app/command-help.js:83
msgid "To exit command line mode, press ESCAPE"
msgstr "Komut satırı modundan çıkmak için ESCAPE tuşuna basın"
#: CliClient/app/command-help.js:84
msgid ""
"For the list of keyboard shortcuts and config options, type `help keymap`"
msgstr ""
"Klavye kısayolları ve yapılandırma seçenekleri listesi için `help keymap` "
"yazın"
#: CliClient/app/command-todo.js:14
msgid ""
"<todo-command> can either be \"toggle\" or \"clear\". Use \"toggle\" to "
"toggle the given to-do between completed and uncompleted state (If the "
"target is a regular note it will be converted to a to-do). Use \"clear\" to "
"convert the to-do back to a regular note."
msgstr ""
"<todo-command> “toggle” veya “clear” olabilir. “toggle” kullanarak yapılacak "
"listesinin tamamlanma değerini değiştirebilirsiniz. (Eğer hedef öğe not ise "
"yapılacaklar listesine dönüştürülür). “clear” kullanarak yapılacaklar "
"listesini normal nota dönüştürebilirsiniz."
#: CliClient/app/command-exit.js:11
msgid "Exits the application."
msgstr "Uygulamadan çıkar."
#: CliClient/app/app.js:62
#, javascript-format
msgid "More than one item match \"%s\". Please narrow down your query."
msgstr "Birden fazla öğe \"%s\" ile eşleşiyor. Lütfen sorgunuzu daraltınız."
#: CliClient/app/app.js:92
msgid "No notebook selected."
msgstr "Seçili defter yok."
#: CliClient/app/app.js:98
msgid "No notebook has been specified."
msgstr "Hiçbir not defteri belirtilmedi."
#: CliClient/app/app.js:137
msgid "N"
msgstr "H"
#: CliClient/app/app.js:137
msgid "y"
msgstr "h"
#: CliClient/app/app.js:170
msgid "Cancelling background synchronisation... Please wait."
msgstr "Arka plan senkronizasyonu iptal ediliyor... Lütfen bekleyin."
#: CliClient/app/app.js:255
#, javascript-format
msgid "No such command: %s"
msgstr "Böyle bir komut yok: %s"
#: CliClient/app/app.js:303
#, javascript-format
msgid "The command \"%s\" is only available in GUI mode"
msgstr "\"%s\" komutu sadece grafik arayüzünde kullanılabilir"
#: CliClient/app/command-status.js:13
msgid "Displays summary about the notes and notebooks."
msgstr "Notlar ve not defterleri hakkında özet görüntüler."
#: CliClient/app/command-status.js:44
msgid ""
"To retry decryption of these items. Run `e2ee decrypt --retry-failed-items`"
msgstr ""
"Bu notların şifesini çözmeyi yeniden denemek için şu kodu çalıştırın: `e2ee "
"decrypt —retry-failed-items`"
#: CliClient/app/command-tag.js:14
msgid ""
"<tag-command> can be \"add\", \"remove\", \"list\", or \"notetags\" to "
"assign or remove [tag] from [note], to list notes associated with [tag], or "
"to list tags associated with [note]. The command `tag list` can be used to "
"list all the tags (use -l for long option)."
msgstr ""
"<tag-command> [note] öğesine [tag] koymak yada silmek için “add”, “remove”, "
"“list”, veya “notetags” kullanabilirsiniz, [tag] ile iliştirilmiş notları "
"listeler veya [note] ile iliştirilmiş etiketleri listeler. `tag list` komutu "
"ile tüm kullanılabilinir etiketleri listeleyebilirsiniz. (-l kullanarak uzun "
"versiyona ulaşabilirsiniz)."
#: CliClient/app/command-tag.js:90
#, javascript-format
msgid "Invalid command: \"%s\""
msgstr "Geçersiz komut: \"%s\""
#: CliClient/app/command-done.js:14
msgid "Marks a to-do as done."
msgstr "Yapılacakları yapıldı olarak işaretler."
#: CliClient/app/command-done.js:21
#, javascript-format
msgid "Note is not a to-do: \"%s\""
msgstr "Bu not yapılacaklar listesi değildir: “%s”"
#: ElectronClient/bridge.js:97 ElectronClient/bridge.js:107
#: ElectronClient/bridge.js:118 ElectronClient/bridge.js:126
#: ElectronClient/checkForUpdates.js:139
#: ElectronClient/gui/DialogButtonRow.min.js:30
#: ElectronClient/gui/MenuBar.js:335
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:174
#: ElectronClient/gui/ConfigScreen/ButtonBar.js:22
#: ElectronClient/gui/PromptDialog.min.js:235
#: ElectronClient/gui/ConfigScreen.min.js:187
#: ElectronClient/gui/ConfigScreen.min.js:756
#: ElectronClient/services/plugins/UserWebviewDialogButtonBar.js:20
#: ReactNativeClient/lib/components/ModalDialog.js:67
#: ReactNativeClient/lib/components/CameraView.js:160
#: ReactNativeClient/lib/components/side-menu-content.js:150
msgid "OK"
msgstr "OK"
#: ElectronClient/bridge.js:107 ElectronClient/bridge.js:118
#: ElectronClient/checkForUpdates.js:154
#: ElectronClient/gui/DialogButtonRow.min.js:38
#: ElectronClient/gui/SideBar/SideBar.min.js:264
#: ElectronClient/gui/SideBar/SideBar.min.js:639
#: ElectronClient/gui/SideBar/SideBar.js:191
#: ElectronClient/gui/SideBar/SideBar.js:412
#: ElectronClient/gui/KeymapConfig/ShortcutRecorder.js:52
#: ElectronClient/gui/SideBar.min.js:319 ElectronClient/gui/SideBar.min.js:724
#: ElectronClient/gui/NoteList.min.js:148
#: ElectronClient/gui/utils/NoteListUtils.js:161
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:462
#: ElectronClient/gui/PromptDialog.min.js:242
#: ElectronClient/gui/ConfigScreen.min.js:746
#: ElectronClient/gui/NoteList/NoteList.js:161
#: ElectronClient/gui/NoteList/NoteList.min.js:151
#: ElectronClient/gui/ResourceScreen.js:95
#: ElectronClient/services/plugins/UserWebviewDialogButtonBar.js:21
#: ReactNativeClient/lib/shim-init-node.js:129
#: ReactNativeClient/lib/components/ModalDialog.js:70
#: ReactNativeClient/lib/components/SelectDateTimeDialog.js:82
#: ReactNativeClient/lib/components/CameraView.js:161
#: ReactNativeClient/lib/components/side-menu-content.js:156
#: ReactNativeClient/lib/components/side-menu-content.js:165
#: ReactNativeClient/lib/components/side-menu-content.js:338
#: ReactNativeClient/lib/components/screens/encryption-config.js:185
#: ReactNativeClient/lib/components/screens/Note.js:98
#: ReactNativeClient/lib/components/screens/Note.js:504
msgid "Cancel"
msgstr "İptal et"
#: ElectronClient/bridge.js:178
msgid ""
"The app is now going to close. Please relaunch it to complete the process."
msgstr ""
"Uygulama şimdi kapanacak. İşlemi tamamlamak için lütfen uygulamayı "
"kapandıktan sonar yeniden çalıştırın."
#: ElectronClient/plugins/GotoAnything.min.js:459
msgid ""
"Type a note title or part of its content to jump to it. Or type # followed "
"by a tag name, or @ followed by a notebook name."
msgstr ""
"Geçiş yapmak için not başlığını veya içeriğin bir kısmın yazın. Alternatif "
"olarak # ile etiket ismi ya da @ ile not defteri ismi yazın."
#: ElectronClient/plugins/GotoAnything.min.js:499
#: ElectronClient/plugins/GotoAnything.js:456
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:20
msgid "Goto Anything..."
msgstr "Şuraya Git..."
#: ElectronClient/plugins/GotoAnything.js:431
#, fuzzy
msgid ""
"Type a note title or part of its content to jump to it. Or type # followed "
"by a tag name, or @ followed by a notebook name. Or type : to search for "
"commands."
msgstr ""
"Geçiş yapmak için not başlığını veya içeriğin bir kısmın yazın. Alternatif "
"olarak # ile etiket ismi ya da @ ile not defteri ismi yazın."
#: ElectronClient/plugins/GotoAnything.js:463
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:28
#, fuzzy
msgid "Command palette"
msgstr "Komut"
#: ElectronClient/InteropServiceHelper.js:153
#, javascript-format
msgid "Exporting to \"%s\" as \"%s\" format. Please wait..."
msgstr "\"%s\" den \"%s\" biçiminde dışa aktarılıyor. Lütfen bekleyin..."
#: ElectronClient/InteropServiceHelper.js:170
#, javascript-format
msgid "Could not export notes: %s"
msgstr "Notlar dışarı aktarılamadı: %s"
#: ElectronClient/checkForUpdates.js:138
msgid "Current version is up-to-date."
msgstr "Sürümünüz güncel."
#: ElectronClient/checkForUpdates.js:148
#, javascript-format
msgid "%s (pre-release)"
msgstr "%s (ön-sürüm)"
#: ElectronClient/checkForUpdates.js:152
msgid "An update is available, do you want to download it now?"
msgstr "Güncelleme mevcut, şimdi indirmek ister misiniz?"
#: ElectronClient/checkForUpdates.js:153
#, javascript-format
msgid "Your version: %s"
msgstr "Sürümünüz: %s"
#: ElectronClient/checkForUpdates.js:153
#, javascript-format
msgid "New version: %s"
msgstr "Yeni sürüm: %s"
#: ElectronClient/checkForUpdates.js:154
#, fuzzy
msgid "Download"
msgstr "İndirildi"
#: ElectronClient/checkForUpdates.js:154
msgid "Full Release Notes"
msgstr "Sürüm Notlarının Tamamı"
#: ElectronClient/gui/SearchBar/SearchBar.js:50
#: ElectronClient/gui/KeymapConfig/KeymapConfigScreen.js:120
#: ElectronClient/gui/MainScreen/MainScreen.min.js:437
msgid "Search..."
msgstr "Ara..."
#: ElectronClient/gui/NoteRevisionViewer.min.js:75
#, javascript-format
msgid "The note \"%s\" has been successfully restored to the notebook \"%s\"."
msgstr "“%s” notu başarılı bir şekilde “%s” not defterine geri yüklendi."
#: ElectronClient/gui/NoteRevisionViewer.min.js:100
msgid "This note has no history"
msgstr "Bu notun hiç değişiklik geçmişi yok"
#: ElectronClient/gui/NoteRevisionViewer.min.js:142
#: ElectronClient/gui/NoteEditor/utils/useMessageHandler.js:112
#: ElectronClient/gui/NoteText.min.js:865
#, javascript-format
msgid "Unsupported link or message: %s"
msgstr "Desteklenmeyen bağlantı veya mesaj: %s"
#: ElectronClient/gui/NoteRevisionViewer.min.js:177
#: ElectronClient/gui/KeymapConfig/ShortcutRecorder.js:51
msgid "Restore"
msgstr "Geri yükle"
#: ElectronClient/gui/NoteRevisionViewer.min.js:178
#, javascript-format
msgid ""
"Click \"%s\" to restore the note. It will be copied in the notebook named "
"\"%s\". The current version of the note will not be replaced or modified."
msgstr ""
"Notu geri yükleme için şuna tıklayın: \"%s\". %s isimli not defterine "
"kopyalanacak. Notun güncel versiyonunun yeri değiştirilmeyecek ya da "
"üzerinde değişiklik yapılmayacak."
#: ElectronClient/gui/NoteRevisionViewer.min.js:187
#: ElectronClient/gui/NoteText.min.js:1671
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:462
#: ElectronClient/gui/ConfigScreen/ButtonBar.js:30
#: ElectronClient/gui/ConfigScreen.min.js:746
#: ElectronClient/gui/Header.min.js:316
#: ReactNativeClient/lib/commands/historyBackward.js:17
msgid "Back"
msgstr "Geri"
#: ElectronClient/gui/SideBar/SideBar.min.js:237
#: ElectronClient/gui/SideBar/SideBar.js:166
#: ElectronClient/gui/SideBar.min.js:283
msgid "Remove"
msgstr "Sil"
#: ElectronClient/gui/SideBar/SideBar.min.js:240
#: ElectronClient/gui/SideBar/SideBar.js:169
#: ElectronClient/gui/SideBar.min.js:286
#: ReactNativeClient/lib/components/side-menu-content.js:148
#, javascript-format
msgid ""
"Delete notebook \"%s\"?\n"
"\n"
"All notes and sub-notebooks within this notebook will also be deleted."
msgstr ""
"“%s” not defteri silinsin mi ?\n"
"\n"
"Not defteri içersindeki tüm not ve alt not defterleri de silinecektir."
#: ElectronClient/gui/SideBar/SideBar.min.js:241
#: ElectronClient/gui/SideBar/SideBar.js:170
#: ElectronClient/gui/SideBar.min.js:287
#: ElectronClient/gui/utils/NoteListUtils.js:132
#: ElectronClient/gui/utils/NoteListUtils.js:161
#: ElectronClient/gui/ResourceScreen.js:47
#: ElectronClient/gui/ResourceScreen.js:95
#: ReactNativeClient/lib/components/screen-header.js:356
#: ReactNativeClient/lib/components/side-menu-content.js:146
#: ReactNativeClient/lib/components/screens/Note.js:828
msgid "Delete"
msgstr "Sil"
#: ElectronClient/gui/SideBar/SideBar.min.js:244
#: ElectronClient/gui/SideBar/SideBar.js:174
#: ElectronClient/gui/SideBar.min.js:290
#, javascript-format
msgid "Remove tag \"%s\" from all notes?"
msgstr "“%s” etiketi tüm notlardan kaldırılsın mı?"
#: ElectronClient/gui/SideBar/SideBar.min.js:246
#: ElectronClient/gui/SideBar/SideBar.js:177
#: ElectronClient/gui/SideBar.min.js:292
msgid "Remove this search from the sidebar?"
msgstr "Bu aramayı kenar çubuğundan kaldır?"
#: ElectronClient/gui/SideBar/SideBar.min.js:305
#: ElectronClient/gui/SideBar/SideBar.js:228
#: ElectronClient/gui/KeymapConfig/KeymapConfigScreen.js:122
#: ElectronClient/gui/SideBar.min.js:382 ElectronClient/gui/MenuBar.js:443
#: ElectronClient/gui/utils/NoteListUtils.js:128
msgid "Export"
msgstr "Dışa aktar"
#: ElectronClient/gui/SideBar/SideBar.min.js:639
#: ElectronClient/gui/SideBar/SideBar.js:412
#: ElectronClient/gui/SideBar.min.js:724
#: ReactNativeClient/lib/components/side-menu-content.js:338
#: ReactNativeClient/lib/commands/synchronize.js:18
msgid "Synchronise"
msgstr "Senkroniza Et"
#: ElectronClient/gui/SideBar/SideBar.min.js:673
#: ElectronClient/gui/SideBar/SideBar.js:283
#: ElectronClient/gui/SideBar.min.js:757
#: ReactNativeClient/lib/components/side-menu-content.js:360
#: ReactNativeClient/lib/components/screens/notes.js:188
msgid "All notes"
msgstr "Tüm notlar"
#: ElectronClient/gui/SideBar/SideBar.min.js:678
#: ElectronClient/gui/SideBar/SideBar.js:436
#: ElectronClient/gui/SideBar.min.js:762
#: ReactNativeClient/lib/components/side-menu-content.js:364
msgid "Notebooks"
msgstr "Not defterleri"
#: ElectronClient/gui/SideBar/SideBar.min.js:695
#: ElectronClient/gui/SideBar/SideBar.js:448
#: ElectronClient/gui/MainScreen/commands/setTags.js:17
#: ElectronClient/gui/SideBar.min.js:779
#: ElectronClient/gui/NoteText.min.js:1634
#: ElectronClient/gui/NoteText.min.js:1810
#: ReactNativeClient/lib/components/side-menu-content.js:314
#: ReactNativeClient/lib/components/screens/tags.js:101
#: ReactNativeClient/lib/components/screens/Note.js:801
msgid "Tags"
msgstr "Etiketler"
#: ElectronClient/gui/SideBar/SideBar.min.js:713
#: ElectronClient/gui/SideBar/SideBar.js:459
#: ElectronClient/gui/SideBar.min.js:797
#: ReactNativeClient/lib/components/side-menu-content.js:325
#, javascript-format
msgid "Decrypting items: %d/%d"
msgstr "Şifresi çözülenler: %d/%d"
#: ElectronClient/gui/SideBar/SideBar.min.js:718
#: ElectronClient/gui/SideBar/SideBar.js:463
#: ElectronClient/gui/SideBar.min.js:802
#: ReactNativeClient/lib/components/side-menu-content.js:330
#, javascript-format
msgid "Fetching resources: %d/%d"
msgstr "Kaynaklar alınıyor: %d/%d"
#: ElectronClient/gui/SideBar/commands/focusElementSideBar.js:16
msgid "Sidebar"
msgstr "Kenar çubuğu"
#: ElectronClient/gui/SideBar/commands/focusElementSideBar.js:17
#: ElectronClient/gui/NoteEditor/commands/focusElementNoteTitle.js:17
#: ElectronClient/gui/NoteEditor/commands/focusElementNoteBody.js:17
#: ElectronClient/gui/MenuBar.js:531
#: ElectronClient/gui/NoteList/commands/focusElementNoteList.js:18
msgid "Focus"
msgstr "Odaklan"
#: ElectronClient/gui/StatusScreen/StatusScreen.js:26
#: ElectronClient/gui/StatusScreen.min.js:33
msgid "Please select where the sync status should be exported to"
msgstr "Lütfen senkronizasyon durumunun nereye aktarılacağını seçin"
#: ElectronClient/gui/StatusScreen/StatusScreen.js:61
#: ElectronClient/gui/StatusScreen.min.js:71
#: ReactNativeClient/lib/components/screens/status.js:112
msgid "Retry All"
msgstr "Tümünü yeniden dene"
#: ElectronClient/gui/StatusScreen/StatusScreen.js:78
#: ElectronClient/gui/StatusScreen.min.js:96
#: ReactNativeClient/lib/components/screens/status.js:118
msgid "Retry"
msgstr "Yeniden dene"
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:161
#: ElectronClient/gui/NoteText.min.js:1547
msgid "strong text"
msgstr "kuvvetli metin"
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:162
msgid "emphasised text"
msgstr "vurgulanan metin"
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:164
#: ElectronClient/gui/NoteText.min.js:1616
msgid "Insert Hyperlink"
msgstr "Köprü Link ekle"
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:197
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:199
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:200
#: ElectronClient/gui/NoteText.min.js:1591
#: ElectronClient/gui/NoteText.min.js:1595
#: ElectronClient/gui/NoteText.min.js:1604
msgid "List item"
msgstr "Öğeyi listele"
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:252
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:90
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:18
msgid "Cut"
msgstr "Kes"
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:259
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:98
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:13
#: ElectronClient/gui/MenuBar.js:335 ElectronClient/gui/NoteText.min.js:804
msgid "Copy"
msgstr "Kopyala"
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:266
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:105
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:23
msgid "Paste"
msgstr "Yapıştır"
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:468
#: ElectronClient/gui/NoteText.min.js:1085
msgid "Layout"
msgstr "Düzen"
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:468
#: ElectronClient/gui/NoteText.min.js:1085
#, javascript-format
msgid ""
"This note has no content. Click on \"%s\" to toggle the editor and edit the "
"note."
msgstr ""
"Bu nota içerik girilmemiş. Editöre geçiş yapıp notu düzenlemek için \"%s\" "
"butonuna tıklayın."
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/plugins/lists.js:2151
msgid "Checkbox list"
msgstr "Onay Kutusu listesi"
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:525
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:411
#: ElectronClient/gui/ConfigScreen.min.js:644
#: ReactNativeClient/lib/components/screens/Note.js:980
msgid "Edit"
msgstr "Düzenle"
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:581
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:53
#: ElectronClient/gui/NoteText.min.js:1627
#: ElectronClient/gui/NoteText.min.js:1726
#: ReactNativeClient/lib/components/screens/Note.js:769
msgid "Attach file"
msgstr "Dosya ekle"
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:590
msgid "Code Block"
msgstr "Kod Bloğu"
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:599
msgid "Inline Code"
msgstr "İç Kod"
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:614
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:83
#: ElectronClient/gui/NoteText.min.js:1778
msgid "Insert Date Time"
msgstr "Tarih Ekle"
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:1036
msgid "Drop notes or files here"
msgstr "Not veya dosyaları buraya sürükleyin"
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:1036
#: ElectronClient/gui/MainScreen/MainScreen.min.js:419
msgid "Code View"
msgstr "Kod Görünümü"
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:1036
#, javascript-format
msgid ""
"Please wait for all attachments to be downloaded and decrypted. You may also "
"switch to %s to edit the note."
msgstr ""
"Tüm ek dosyaların indirilip şifrelerinin çözülmesi için lütfen bekleyin. "
"Ayrıca %s ile notu düzenleyebilirsiniz."
#: ElectronClient/gui/NoteEditor/utils/useMessageHandler.js:72
#: ElectronClient/gui/NoteText.min.js:833
msgid "There was an error downloading this attachment:"
msgstr "Bu eki indirirken bir hata oluştu:"
#: ElectronClient/gui/NoteEditor/utils/useMessageHandler.js:75
#: ElectronClient/gui/NoteText.min.js:835
#: ReactNativeClient/lib/services/ResourceEditWatcher/index.js:185
msgid "This attachment is not downloaded or not decrypted yet"
msgstr "Bu ek henüz indirilmedi veya şifresi çözülmedi"
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:48
#: ElectronClient/gui/NoteText.min.js:778
msgid "Open..."
msgstr "Aç..."
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:61
#: ElectronClient/gui/NoteText.min.js:786
msgid "Save as..."
msgstr "Farklı kaydet..."
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:74
msgid "Reveal file in folder"
msgstr "Dosyayı klasörde görüntüle"
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:82
#: ElectronClient/gui/NoteText.min.js:797
msgid "Copy path to clipboard"
msgstr "Yolu panoya kopyala"
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:113
#: ElectronClient/gui/NoteText.min.js:811
msgid "Copy Link Address"
msgstr "Bağlantı Adresini Kopyala"
#: ElectronClient/gui/NoteEditor/NoteEditor.js:298
#: ElectronClient/gui/NoteText.min.js:2121
msgid "to-do"
msgstr "yapılacak"
#: ElectronClient/gui/NoteEditor/NoteEditor.js:298
#: ElectronClient/gui/NoteText.min.js:2121
msgid "note"
msgstr "not"
#: ElectronClient/gui/NoteEditor/NoteEditor.js:298
#: ElectronClient/gui/NoteText.min.js:2121
#, javascript-format
msgid "Creating new %s..."
msgstr "Yeni %s oluşturuluyor..."
#: ElectronClient/gui/NoteEditor/NoteEditor.js:379
msgid "The following attachments are being watched for changes:"
msgstr "Şu ek dosyaları değişiklikler için izlenmekte:"
#: ElectronClient/gui/NoteEditor/NoteEditor.js:382
msgid ""
"The attachments will no longer be watched when you switch to a different "
"note."
msgstr "Eğer başka bir not'a geçerseniz ek dosyalar artık izlenmeyecek."
#: ElectronClient/gui/NoteEditor/NoteEditor.js:387
#: ElectronClient/gui/NoteText.min.js:1656
#, javascript-format
msgid "In: %s"
msgstr "İçinde: %s"
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:28
msgid "Select all"
msgstr "Tümünü seç"
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:33
#: ElectronClient/gui/NoteText.min.js:1690
msgid "Bold"
msgstr "Kalın"
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:38
#: ElectronClient/gui/NoteText.min.js:1698
msgid "Italic"
msgstr "İtalik"
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:43
#: ElectronClient/gui/NoteText.min.js:1710
msgid "Hyperlink"
msgstr "Köprü link"
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:48
#: ElectronClient/gui/NoteText.min.js:1718
msgid "Code"
msgstr "Kod"
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:58
#: ElectronClient/gui/NoteText.min.js:1738
msgid "Numbered List"
msgstr "Numaralı liste"
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:63
#: ElectronClient/gui/NoteText.min.js:1746
msgid "Bulleted List"
msgstr "Maddeli liste"
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:68
#: ElectronClient/gui/NoteText.min.js:1754
msgid "Checkbox"
msgstr "Onay Kutusu"
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:73
#: ElectronClient/gui/NoteText.min.js:1762
msgid "Heading"
msgstr "Başlık"
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:78
#: ElectronClient/gui/NoteText.min.js:1770
msgid "Horizontal Rule"
msgstr "Yatay kural"
#: ElectronClient/gui/NoteEditor/commands/focusElementNoteTitle.js:16
msgid "Note title"
msgstr "Not başlığı"
#: ElectronClient/gui/NoteEditor/commands/showLocalSearch.js:16
msgid "Search in current note"
msgstr "Mevcut notta ara"
#: ElectronClient/gui/NoteEditor/commands/focusElementNoteBody.js:16
msgid "Note body"
msgstr "Not gövdesi"
#: ElectronClient/gui/NotePropertiesDialog.min.js:27
#: ElectronClient/gui/FolderPropertiesDialog.min.js:21
#: ElectronClient/gui/EncryptionConfigScreen.min.js:164
#: ElectronClient/gui/ResourceScreen.js:39
msgid "ID"
msgstr "Kimlik"
#: ElectronClient/gui/NotePropertiesDialog.min.js:28
msgid "Created"
msgstr "Oluşturuldu"
#: ElectronClient/gui/NotePropertiesDialog.min.js:29
msgid "Updated"
msgstr "Güncellendi"
#: ElectronClient/gui/NotePropertiesDialog.min.js:30
msgid "Completed"
msgstr "Tamamlandı"
#: ElectronClient/gui/NotePropertiesDialog.min.js:31
msgid "Location"
msgstr "Konum"
#: ElectronClient/gui/NotePropertiesDialog.min.js:32
msgid "URL"
msgstr "URL"
#: ElectronClient/gui/NotePropertiesDialog.min.js:33
#: ReactNativeClient/lib/models/Setting.js:1304
msgid "Note History"
msgstr "Not Geçmişi"
#: ElectronClient/gui/NotePropertiesDialog.min.js:34
msgid "Markup"
msgstr "Düzenleme"
#: ElectronClient/gui/NotePropertiesDialog.min.js:306
msgid "Previous versions of this note"
msgstr "Bu notun önceki sürümleri"
#: ElectronClient/gui/NotePropertiesDialog.min.js:383
#: ElectronClient/gui/MainScreen/commands/showNoteProperties.js:18
#: ElectronClient/gui/NoteText.min.js:1834
msgid "Note properties"
msgstr "Not özellikleri"
#: ElectronClient/gui/KeymapConfig/KeymapConfigScreen.js:63
#: ReactNativeClient/lib/services/KeymapService.js:144
#, fuzzy, javascript-format
msgid "Error: %s"
msgstr "Hata"
#: ElectronClient/gui/KeymapConfig/KeymapConfigScreen.js:121
#: ElectronClient/gui/Root.min.js:91 ElectronClient/gui/MenuBar.js:391
#: ElectronClient/gui/MenuBar.js:440 ElectronClient/gui/Root.js:103
msgid "Import"
msgstr "İçe aktar"
#: ElectronClient/gui/KeymapConfig/KeymapConfigScreen.js:126
msgid "Command"
msgstr "Komut"
#: ElectronClient/gui/KeymapConfig/KeymapConfigScreen.js:127
msgid "Keyboard Shortcut"
msgstr "Klavye Kısayolu"
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:14
#: ElectronClient/gui/MenuBar.js:178 ElectronClient/app.js:347
msgid "Quit"
msgstr "Çıkış"
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:16
#: ElectronClient/gui/MenuBar.js:282
msgid "Insert template"
msgstr "Taslak Ekle"
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:18
#: ElectronClient/gui/MenuBar.js:536
msgid "Actual Size"
msgstr "Asıl Boyut"
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:22
#: ElectronClient/gui/MenuBar.js:585
msgid "Website and documentation"
msgstr "Web sitesi ve dökümanlar"
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:24
msgid "Hide Joplin"
msgstr "Joplin'i Gizle"
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:26
#: ElectronClient/gui/MenuBar.js:428
msgid "Close Window"
msgstr "Pencereyi Kapat"
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:30
msgid "Preferences"
msgstr "Tercihler"
#: ElectronClient/gui/KeymapConfig/utils/getLabel.js:30
#: ElectronClient/gui/Root.min.js:92 ElectronClient/gui/MenuBar.js:304
#: ElectronClient/gui/Root.js:104
msgid "Options"
msgstr "Seçenekler"
#: ElectronClient/gui/KeymapConfig/ShortcutRecorder.js:49
msgid "Press the shortcut"
msgstr "Kısayolu girin"
#: ElectronClient/gui/KeymapConfig/ShortcutRecorder.js:49
msgid ""
"Press the shortcut and then press ENTER. Or, press BACKSPACE to clear the "
"shortcut."
msgstr ""
"Kısayolu girin ve ardından ENTER tuşuna basın. Veya BACKSPACE tuşuna basarak "
"kısayolu temizleyin."
#: ElectronClient/gui/KeymapConfig/ShortcutRecorder.js:50
#: ElectronClient/gui/EncryptionConfigScreen.min.js:96
#: ReactNativeClient/lib/components/screens/encryption-config.js:125
msgid "Save"
msgstr "Kaydet"
#: ElectronClient/gui/MainScreen/MainScreen.js:418
#: ElectronClient/gui/MainScreen/MainScreen.min.js:301
msgid ""
"The sync target needs to be upgraded before Joplin can sync. The operation "
"may take a few minutes to complete and the app needs to be restarted. To "
"proceed please click on the link."
msgstr ""
"Senkronizasyon hedefi'nin Joplin senkronizasyona yeniden başlamadan once "
"güncellenmesi gerekir. Bu işlem notlarınızıın yoğunluğuna göre birkaç dakika "
"sürebilir, ve de bu işlem ardından uygulama yeniden başlatılacaktır. Bu "
"işlemi başlatmak için lütfen linke tıklayın."
#: ElectronClient/gui/MainScreen/MainScreen.js:420
#: ElectronClient/gui/MainScreen/MainScreen.min.js:306
msgid "Restart and upgrade"
msgstr "Yeniden başlat ve güncelle"
#: ElectronClient/gui/MainScreen/MainScreen.js:424
#: ElectronClient/gui/MainScreen/MainScreen.min.js:313
msgid "Some items cannot be synchronised."
msgstr "Bazı öğeler senkronize edilemiyor."
#: ElectronClient/gui/MainScreen/MainScreen.js:426
#: ElectronClient/gui/MainScreen/MainScreen.js:432
#: ElectronClient/gui/MainScreen/MainScreen.js:444
#: ElectronClient/gui/MainScreen/MainScreen.min.js:318
#: ElectronClient/gui/MainScreen/MainScreen.min.js:330
#: ElectronClient/gui/MainScreen/MainScreen.min.js:354
msgid "View them now"
msgstr "Şimdi görüntüle"
#: ElectronClient/gui/MainScreen/MainScreen.js:430
#: ElectronClient/gui/MainScreen/MainScreen.min.js:325
msgid "Some items cannot be decrypted."
msgstr "Bazı öğelerin şifresi çözülemiyor."
#: ElectronClient/gui/MainScreen/MainScreen.js:436
#: ElectronClient/gui/MainScreen/MainScreen.min.js:337
msgid "One or more master keys need a password."
msgstr "Bir veya birden fazla ana anahtar parola istiyor."
#: ElectronClient/gui/MainScreen/MainScreen.js:438
#: ElectronClient/gui/MainScreen/MainScreen.min.js:342
msgid "Set the password"
msgstr "Parola belirle"
#: ElectronClient/gui/MainScreen/MainScreen.js:442
#: ElectronClient/gui/MainScreen/MainScreen.min.js:349
msgid "One of your master keys use an obsolete encryption method."
msgstr ""
"Ana şifreleme anahtarlarınızdan biri eski bir şifreleme yolunu kullanıyor."
#: ElectronClient/gui/MainScreen/MainScreen.js:448
#: ElectronClient/gui/MainScreen/MainScreen.min.js:361
msgid ""
"The default encryption method has been changed, you should re-encrypt your "
"data."
msgstr ""
"Varsayılan şifreleme yolu daha güvenli bir yola güncellendi, bu sebeple tüm "
"verinizi yeniden şifrelemelisiniz."
#: ElectronClient/gui/MainScreen/MainScreen.js:450
#: ElectronClient/gui/MainScreen/MainScreen.min.js:366
msgid "More info"
msgstr "Daha fazla bilgi"
#: ElectronClient/gui/MainScreen/commands/showNoteContentProperties.js:18
msgid "Statistics..."
msgstr "İstatistikler..."
#: ElectronClient/gui/MainScreen/commands/renameFolder.js:18
#: ElectronClient/gui/MainScreen/commands/renameTag.js:18
#: ElectronClient/gui/SideBar.min.js:339 ElectronClient/gui/SideBar.min.js:389
#: ReactNativeClient/lib/components/side-menu-content.js:129
msgid "Rename"
msgstr "Yeniden adlandır"
#: ElectronClient/gui/MainScreen/commands/renameFolder.js:28
#: ElectronClient/gui/MainScreen.min.js:292
msgid "Rename notebook:"
msgstr "Not defterini yeniden adlandır:"
#: ElectronClient/gui/MainScreen/commands/newTodo.js:17
#: ReactNativeClient/setUpQuickActions.js:15
msgid "New to-do"
msgstr "Yeni yapılacak"
#: ElectronClient/gui/MainScreen/commands/toggleNoteList.js:16
msgid "Toggle note list"
msgstr "Not listesini aç/kapat"
#: ElectronClient/gui/MainScreen/commands/toggleSidebar.js:16
msgid "Toggle sidebar"
msgstr "Kenar çubuğunu aç / kapat"
#: ElectronClient/gui/MainScreen/commands/editAlarm.js:20
#: ElectronClient/gui/NoteText.min.js:1642
#: ElectronClient/gui/NoteText.min.js:1828
#: ReactNativeClient/lib/components/SelectDateTimeDialog.js:84
#: ReactNativeClient/lib/components/screens/Note.js:787
msgid "Set alarm"
msgstr "Alarm kur"
#: ElectronClient/gui/MainScreen/commands/editAlarm.js:33
#: ElectronClient/gui/MainScreen.min.js:417
msgid "Set alarm:"
msgstr "Alarm kur:"
#: ElectronClient/gui/MainScreen/commands/exportPdf.js:20
#: ElectronClient/gui/MainScreen/commands/exportPdf.js:32
#: ElectronClient/gui/MainScreen.min.js:549
msgid "PDF File"
msgstr "PDF Dosyası"
#: ElectronClient/gui/MainScreen/commands/newNote.js:20
#: ReactNativeClient/setUpQuickActions.js:14
msgid "New note"
msgstr "Yeni not"
#: ElectronClient/gui/MainScreen/commands/moveToFolder.js:18
msgid "Move to notebook"
msgstr "Not defterine taşı"
#: ElectronClient/gui/MainScreen/commands/moveToFolder.js:38
#: ElectronClient/gui/MainScreen.min.js:272
msgid "Move to notebook:"
msgstr "Not defterine taşı:"
#: ElectronClient/gui/MainScreen/commands/toggleVisiblePanes.js:16
msgid "Toggle editor layout"
msgstr "Editör düzenini aç / kapat"
#: ElectronClient/gui/MainScreen/commands/toggleEditors.js:18
#, fuzzy
msgid "Toggle editors"
msgstr "Editör düzenini aç / kapat"
#: ElectronClient/gui/MainScreen/commands/renameTag.js:30
#: ElectronClient/gui/MainScreen.min.js:313
msgid "Rename tag:"
msgstr "Etiketi yeniden adlandır:"
#: ElectronClient/gui/MainScreen/commands/newFolder.js:18
msgid "New notebook"
msgstr "Yeni not defteri"
#: ElectronClient/gui/MainScreen/commands/newFolder.js:26
#: ElectronClient/gui/MainScreen.min.js:178
msgid "Notebook title:"
msgstr "Not defteri başlığı:"
#: ElectronClient/gui/MainScreen/commands/showShareNoteDialog.js:16
msgid "Share note..."
msgstr "Notu paylaş..."
#: ElectronClient/gui/MainScreen/commands/newSubFolder.js:17
#: ElectronClient/gui/SideBar.min.js:304
msgid "New sub-notebook"
msgstr "Yeni alt not defteri"
#: ElectronClient/gui/MainScreen/commands/selectTemplate.js:24
#: ElectronClient/gui/MainScreen.min.js:448
msgid "Template file:"
msgstr "Taslak dosyası:"
#: ElectronClient/gui/MainScreen/commands/setTags.js:45
#: ElectronClient/gui/MainScreen.min.js:221
msgid "Add or remove tags:"
msgstr "Etiket ekle veya kaldır:"
#: ElectronClient/gui/MainScreen/commands/print.js:17
msgid "Print"
msgstr "Yazdır"
#: ElectronClient/gui/MainScreen/commands/print.js:26
#: ElectronClient/gui/NoteText.min.js:1321
msgid "Only one note can be printed at a time."
msgstr "Bir seferde yalnızca bir not yazdırılabilir."
#: ElectronClient/gui/DropboxLoginScreen.js:35
#: ElectronClient/gui/DropboxLoginScreen.min.js:67
#: ReactNativeClient/lib/components/screens/dropbox-login.js:68
msgid "Submit"
msgstr "Gönder"
#: ElectronClient/gui/ClipperConfigScreen.min.js:39
msgid "Token has been copied to the clipboard!"
msgstr "Anahtar panoya kopyalandı!"
#: ElectronClient/gui/ClipperConfigScreen.min.js:71
msgid "The web clipper service is enabled and set to auto-start."
msgstr ""
"Web alıntılama servisi aktif edildi ve otomatik başlatılması için ayarlandı."
#: ElectronClient/gui/ClipperConfigScreen.min.js:78
#, javascript-format
msgid "Status: Started on port %d"
msgstr "Durum: %d portunda başlatıldı"
#: ElectronClient/gui/ClipperConfigScreen.min.js:84
#, javascript-format
msgid "Status: %s"
msgstr "Durum: %s"
#: ElectronClient/gui/ClipperConfigScreen.min.js:90
msgid "Disable Web Clipper Service"
msgstr "Web Alıntılama Servisini Kapat"
#: ElectronClient/gui/ClipperConfigScreen.min.js:96
msgid "The web clipper service is not enabled."
msgstr "Web alıntılama servisi aktif edilmedi."
#: ElectronClient/gui/ClipperConfigScreen.min.js:101
msgid "Enable Web Clipper Service"
msgstr "Web Alıntılama Servisini Aç"
#: ElectronClient/gui/ClipperConfigScreen.min.js:124
msgid ""
"Joplin Web Clipper allows saving web pages and screenshots from your browser "
"to Joplin."
msgstr ""
"Joplin Web Alıntılama, tarayıcınızdaki web sayfalarını ve ekran "
"görüntülerini Joplin'e kaydetmenizi sağlar."
#: ElectronClient/gui/ClipperConfigScreen.min.js:129
msgid "In order to use the web clipper, you need to do the following:"
msgstr "Web alıntı aracını kullanmak için aşağıdakileri yapmanız gerekir:"
#: ElectronClient/gui/ClipperConfigScreen.min.js:137
msgid "Step 1: Enable the clipper service"
msgstr "Adım 1: Alıntılama servisini aktif et"
#: ElectronClient/gui/ClipperConfigScreen.min.js:142
msgid ""
"This service allows the browser extension to communicate with Joplin. When "
"enabling it your firewall may ask you to give permission to Joplin to listen "
"to a particular port."
msgstr ""
"Bu hizmet, tarayıcı uzantısının Joplin ile iletişim kurmasını sağlar. "
"Etkinleştirme anında güvenlik duvarınız Jopline belirli bir bağlantı "
"portunu dinlemek için izin vermenizi isteyebilir."
#: ElectronClient/gui/ClipperConfigScreen.min.js:156
msgid "Step 2: Install the extension"
msgstr "Adım 2: Uzantıyı yükleyin"
#: ElectronClient/gui/ClipperConfigScreen.min.js:161
msgid "Download and install the relevant extension for your browser:"
msgstr "Tarayıcınız için uygun uzantıyı indirin ve yükleyin:"
#: ElectronClient/gui/ClipperConfigScreen.min.js:176
msgid "Advanced options"
msgstr "Gelişmiş seçenekler"
#: ElectronClient/gui/ClipperConfigScreen.min.js:181
msgid "Authorisation token:"
msgstr "Yetkilendirme anahtarı:"
#: ElectronClient/gui/ClipperConfigScreen.min.js:191
msgid "Copy token"
msgstr "Anahtarı kopyala"
#: ElectronClient/gui/ClipperConfigScreen.min.js:197
msgid ""
"This authorisation token is only needed to allow third-party applications to "
"access Joplin."
msgstr ""
"Bu yetkilendirme yalnızca üçüncü taraf uygulamaların Joplin'e erişmesine "
"izin vermek için gereklidir."
#: ElectronClient/gui/Root.min.js:89 ElectronClient/gui/Root.js:101
msgid "OneDrive Login"
msgstr "OneDrive Girişi"
#: ElectronClient/gui/Root.min.js:90 ElectronClient/gui/Root.js:102
msgid "Dropbox Login"
msgstr "Dropbox Girişi"
#: ElectronClient/gui/Root.min.js:93 ElectronClient/gui/Root.js:105
msgid "Note attachments"
msgstr "Ek Dosyalar"
#: ElectronClient/gui/Root.min.js:94 ElectronClient/gui/MenuBar.js:255
#: ElectronClient/gui/Root.js:106
msgid "Synchronisation Status"
msgstr "Senkronizasyon Durumu"
#: ElectronClient/gui/MenuBar.js:144
#, javascript-format
msgid "Importing from \"%s\" as \"%s\" format. Please wait..."
msgstr ""
"\"%s\" kaynağından \"%s\" biçiminde içe aktarılıyor. Lütfen bekleyin..."
#: ElectronClient/gui/MenuBar.js:272
msgid "Create note from template"
msgstr "Taslaktan not oluştur"
#: ElectronClient/gui/MenuBar.js:277
msgid "Create to-do from template"
msgstr "Taslaktan yapılacaklar listesi oluştur"
#: ElectronClient/gui/MenuBar.js:288
msgid "Open template directory"
msgstr "Taslak dizinini aç"
#: ElectronClient/gui/MenuBar.js:293
msgid "Refresh templates"
msgstr "Taslakları güncelle"
#: ElectronClient/gui/MenuBar.js:316
msgid "Note attachments..."
msgstr "Ek Dosyalar..."
#: ElectronClient/gui/MenuBar.js:346 ElectronClient/gui/MenuBar.js:420
#: ElectronClient/gui/MenuBar.js:725
msgid "&File"
msgstr "&Dosya"
#: ElectronClient/gui/MenuBar.js:352 ElectronClient/gui/MenuBar.js:615
msgid "About Joplin"
msgstr "Joplin hakkında"
#: ElectronClient/gui/MenuBar.js:359
msgid "Preferences..."
msgstr "Tercihler..."
#: ElectronClient/gui/MenuBar.js:369 ElectronClient/gui/MenuBar.js:595
msgid "Check for updates..."
msgstr "Güncellemeleri kontrol et..."
#: ElectronClient/gui/MenuBar.js:384 ElectronClient/gui/MenuBar.js:435
msgid "Templates"
msgstr "Şablonlar"
#: ElectronClient/gui/MenuBar.js:395
msgid "Export all"
msgstr "Tümünü dışa aktar"
#: ElectronClient/gui/MenuBar.js:409
#, javascript-format
msgid "Hide %s"
msgstr "Şunu Gizle: %s"
#: ElectronClient/gui/MenuBar.js:471 ElectronClient/gui/MenuBar.js:729
msgid "&Edit"
msgstr "&Düzenle"
#: ElectronClient/gui/MenuBar.js:491
msgid "&View"
msgstr "&Görüntüle"
#: ElectronClient/gui/MenuBar.js:497
msgid "Layout button sequence"
msgstr "Düzen butonu sıralaması"
#: ElectronClient/gui/MenuBar.js:547 ElectronClient/gui/MenuBar.js:553
msgid "Zoom In"
msgstr "Yakınlaştır"
#: ElectronClient/gui/MenuBar.js:560
msgid "Zoom Out"
msgstr "Uzaklaştır"
#: ElectronClient/gui/MenuBar.js:569
msgid "&Note"
msgstr "&Not"
#: ElectronClient/gui/MenuBar.js:578
msgid "&Tools"
msgstr "&Araçlar"
#: ElectronClient/gui/MenuBar.js:582
msgid "&Help"
msgstr "&Yardım"
#: ElectronClient/gui/MenuBar.js:589
msgid "Joplin Forum"
msgstr "Joplin Forum"
#: ElectronClient/gui/MenuBar.js:592
#: ReactNativeClient/lib/components/screens/config.js:495
msgid "Make a donation"
msgstr "Bağış yapın"
#: ElectronClient/gui/MenuBar.js:602
msgid "Toggle development tools"
msgstr "Geliştirici araçlarını aç/kapat"
#: ElectronClient/gui/ExtensionBadge.min.js:10
msgid "Firefox Extension"
msgstr "Firefox Eklentisi"
#: ElectronClient/gui/ExtensionBadge.min.js:17
msgid "Chrome Web Store"
msgstr "Chrome Web Mağazası"
#: ElectronClient/gui/ExtensionBadge.min.js:44
msgid "Get it now:"
msgstr "Hemen al:"
#: ElectronClient/gui/ImportScreen.min.js:61
#, javascript-format
msgid ""
"New notebook \"%s\" will be created and file \"%s\" will be imported into it"
msgstr ""
"Yeni not defteri \"%s\" oluşturulacak ve \"%s\" dosyası onun içine "
"aktarılacak"
#: ElectronClient/gui/NoteList.min.js:147
#: ElectronClient/gui/NoteList/NoteList.js:160
#: ElectronClient/gui/NoteList/NoteList.min.js:150
msgid "Custom order"
msgstr "Özel sıralama"
#: ElectronClient/gui/NoteList.min.js:147
#: ElectronClient/gui/NoteList/NoteList.js:160
#: ElectronClient/gui/NoteList/NoteList.min.js:150
msgid "View"
msgstr "Görüntüle"
#: ElectronClient/gui/NoteList.min.js:147
#: ElectronClient/gui/NoteList/NoteList.js:160
#: ElectronClient/gui/NoteList/NoteList.min.js:150
#: ReactNativeClient/lib/models/Setting.js:400
msgid "Sort notes by"
msgstr "Notları sırala"
#: ElectronClient/gui/NoteList.min.js:147
#: ElectronClient/gui/NoteList/NoteList.js:160
#: ElectronClient/gui/NoteList/NoteList.min.js:150
#, javascript-format
msgid ""
"To manually sort the notes, the sort order must be changed to \"%s\" in the "
"menu \"%s\" > \"%s\""
msgstr ""
"Notları manuel olarak sıralamak istiyorsanız menüdeki sıoralama ayarı \"%s\" "
"olarak, \"%s\" > \"%s\" yerinden değiştirilmelidir"
#: ElectronClient/gui/NoteList.min.js:148
#: ElectronClient/gui/NoteList/NoteList.js:161
#: ElectronClient/gui/NoteList/NoteList.min.js:151
msgid "Do it now"
msgstr "Hemen yap"
#: ElectronClient/gui/NoteList.min.js:452
#: ElectronClient/gui/NoteList/NoteList.js:412
#: ElectronClient/gui/NoteList/NoteList.min.js:422
msgid "No notes in here. Create one by clicking on \"New note\"."
msgstr "Burada not yok. \"Yeni not\" üzerine tıklayarak bir tane oluşturun."
#: ElectronClient/gui/NoteList.min.js:452
#: ElectronClient/gui/NoteList/NoteList.js:412
#: ElectronClient/gui/NoteList/NoteList.min.js:422
msgid ""
"There is currently no notebook. Create one by clicking on \"New notebook\"."
msgstr ""
"Şu anda defter yok. \"Yeni not defteri\" üzerine tıklayarak bir tane "
"oluşturun."
#: ElectronClient/gui/utils/NoteListUtils.js:42
#: ReactNativeClient/lib/components/screen-header.js:362
msgid "Duplicate"
msgstr "Çoğalt"
#: ElectronClient/gui/utils/NoteListUtils.js:47
#, javascript-format
msgid "%s - Copy"
msgstr "%s - Kopyala"
#: ElectronClient/gui/utils/NoteListUtils.js:58
msgid "Switch between note and to-do type"
msgstr "Not ve yapılacaklar tipi arasında değişim yap"
#: ElectronClient/gui/utils/NoteListUtils.js:86
msgid "Switch to note type"
msgstr "Not tipine dönüştür"
#: ElectronClient/gui/utils/NoteListUtils.js:92
msgid "Switch to to-do type"
msgstr "Yapılacaklar tipine dönüştür"
#: ElectronClient/gui/utils/NoteListUtils.js:99
#: ReactNativeClient/lib/components/screens/Note.js:815
msgid "Copy Markdown link"
msgstr "Markdown bağlantısını kopyala"
#: ElectronClient/gui/utils/NoteListUtils.js:155
#, javascript-format
msgid "Delete note \"%s\"?"
msgstr "\"%s\" notu silinsin mi?"
#: ElectronClient/gui/utils/NoteListUtils.js:158
#, javascript-format
msgid "Delete these %d notes?"
msgstr "Bu %d not silinsin mi?"
#: ElectronClient/gui/FolderPropertiesDialog.min.js:22
msgid "Name"
msgstr "İsim"
#: ElectronClient/gui/FolderPropertiesDialog.min.js:23
msgid "Icon"
msgstr "İkon"
#: ElectronClient/gui/FolderPropertiesDialog.min.js:272
msgid "Notebook properties"
msgstr "Not defteri özellikleri"
#: ElectronClient/gui/NoteText.min.js:781
#, javascript-format
msgid "This file could not be opened: %s"
msgstr "Bu dosya açılamadı: %s"
#: ElectronClient/gui/NoteText.min.js:1551
msgid "emphasized text"
msgstr "vurgulanan metin"
#: ElectronClient/gui/NoteText.min.js:1792
msgid "Click to stop external editing"
msgstr "Dış düzenlemeyi durdurmak için tıklayın"
#: ElectronClient/gui/NoteText.min.js:1793
msgid "Watching..."
msgstr "İzleniyor..."
#: ElectronClient/gui/NoteText.min.js:1801
#: ElectronClient/commands/startExternalEditing.js:20
msgid "Edit in external editor"
msgstr "Harici editörde düzenle"
#: ElectronClient/gui/NoteText.min.js:1852
msgid "Content Properties"
msgstr "İçerik Özellikleri"
#: ElectronClient/gui/EncryptionConfigScreen.min.js:145
msgid "Master keys that need upgrading"
msgstr "Ana anahtarların güncellenmesi lazım"
#: ElectronClient/gui/EncryptionConfigScreen.min.js:150
msgid ""
"The following master keys use an out-dated encryption algorithm and it is "
"recommended to upgrade them. The upgraded master key will still be able to "
"decrypt and encrypt your data as usual."
msgstr ""
"Mevcut ana anahtarlarınız eski bir şifreleme algoritmasını kullanıyor, bu "
"sebeple güncellenmesi gerekir. Güncellenen ana şifreleme ahatarları eskisi "
"gibi verinizi şifreleme ve şifre çözmede kullanılacaktır."
#: ElectronClient/gui/EncryptionConfigScreen.min.js:169
msgid "Upgrade"
msgstr "Güncelle"
#: ElectronClient/gui/EncryptionConfigScreen.min.js:182
msgid "Re-encrypt data"
msgstr "Verini yeniden şifrele"
#: ElectronClient/gui/EncryptionConfigScreen.min.js:184
msgid ""
"The default encryption method has been changed to a more secure one and it "
"is recommended that you apply it to your data."
msgstr ""
"Varsayılan şifreleme yolu daha güvenli bir yola güncellendi, bu sebeple tüm "
"verinizi yeniden şifrelemenizi öneriyoruz."
#: ElectronClient/gui/EncryptionConfigScreen.min.js:184
msgid ""
"You may use the tool below to re-encrypt your data, for example if you know "
"that some of your notes are encrypted with an obsolete encryption method."
msgstr ""
"Bu aracı kullanarak verinizi yeniden şifreleyebilirsiniz. Bu metodu örneğin "
"bazı notlarınızın eski bir şifreleme metoduyla şifrelendiği zamanlarda "
"kullanabilirsiniz."
#: ElectronClient/gui/EncryptionConfigScreen.min.js:186
#, javascript-format
msgid ""
"In order to do so, your entire data set will have to be encrypted and "
"synchronised, so it is best to run it overnight.\n"
"\n"
"To start, please follow these instructions:\n"
"\n"
"1. Synchronise all your devices.\n"
"2. Click \"%s\".\n"
"3. Let it run to completion. While it runs, avoid changing any note on your "
"other devices, to avoid conflicts.\n"
"4. Once sync is done on this device, sync all your other devices and let it "
"run to completion.\n"
"\n"
"Important: you only need to run this ONCE on one device."
msgstr ""
"Bu işlemi yapmak için tüm veriniz yeniden şifrelenip senkron edilecek. Bu "
"işlemi bu sebeple gece yapmanız önerilir.\n"
"\n"
"Başlamak için lütfen aşağıdaki aşamaları takip edin:\n"
"\n"
"1. Tüm cihazlarınızla notlarınızı senkron edin.\n"
"2. \"%s\"' imgesine tıklayın.\n"
"3. İşlemin tamamlanmasını bekleyin. İşlem çalışırken notlarınızda çakışmayı "
"önlemek için notlarınızda değişiklik yapmayın.\n"
"4. Senkronizasyon işlemi cihazınızda bitince diğer tüm cihazlarınızla da "
"senkron ederek işlemi tammalayın.\n"
"\n"
"Önemli: Bu işlemi cihaz başına SADECE BİR KERE yapmanız yeterlidir."
#: ElectronClient/gui/EncryptionConfigScreen.min.js:433
#: ReactNativeClient/lib/components/screens/encryption-config.js:279
#: ReactNativeClient/lib/components/screens/status.js:142
msgid "Status"
msgstr "Durum"
#: ElectronClient/gui/EncryptionConfigScreen.min.js:438
msgid "Encryption is:"
msgstr "Şifreleme:"
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:99
#: ElectronClient/gui/ConfigScreen.min.js:84
msgid "This will open a new screen. Save your current changes?"
msgstr "Yeni bir pencere açılacak. Değişiklikler kaydedilsin mi?"
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:162
#: ElectronClient/gui/ConfigScreen.min.js:172
#: ReactNativeClient/lib/components/screens/config.js:307
msgid "Check synchronisation configuration"
msgstr "Senkronizasyon yapılandırmasını kontrol et"
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:167
#: ElectronClient/gui/ConfigScreen.min.js:181
msgid "Unknown"
msgstr "Bilinmeyen"
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:170
#: ElectronClient/gui/ConfigScreen.min.js:185
msgid "Checking..."
msgstr "Kontrol ediliyor..."
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:176
#: ElectronClient/gui/ConfigScreen.min.js:189
#: ReactNativeClient/lib/models/Resource.js:320
msgid "Error"
msgstr "Hata"
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:181
#: ElectronClient/gui/ConfigScreen.min.js:200
msgid ""
"The Joplin Nextcloud App is either not installed or misconfigured. Please "
"see the full error message below:"
msgstr ""
"Joplin Nextcloud Uygulaması yüklenmemiş ya da yanlış konfigüre edilmiş. "
"Lütfen aşağıdaki hata mesajını inceleyin:"
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:185
#: ElectronClient/gui/ConfigScreen.min.js:213
msgid "Show Log"
msgstr "Günlüğü Göster"
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:191
#: ElectronClient/gui/ConfigScreen.min.js:226
msgid "Joplin Nextcloud App status:"
msgstr "Joplin Nextcloud Uygulaması durumu:"
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:197
#: ElectronClient/gui/ConfigScreen.min.js:240
msgid "Check Status"
msgstr "Durumu Kontrol Et"
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:201
#: ElectronClient/gui/ConfigScreen.min.js:247
msgid "Help"
msgstr "Yardım"
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:212
#: ElectronClient/gui/ConfigScreen.min.js:266
msgid "Show Advanced Settings"
msgstr "Gelişmiş Seçenekleri Göster"
#: ElectronClient/gui/ConfigScreen/ConfigScreen.js:370
#: ElectronClient/gui/ConfigScreen.min.js:523
msgid "Browse..."
msgstr "Gözat..."
#: ElectronClient/gui/ConfigScreen/ButtonBar.js:27
#: ElectronClient/gui/ConfigScreen.min.js:763
msgid "Apply"
msgstr "Uygula"
#: ElectronClient/gui/MainScreen.min.js:165
msgid "Please create a notebook first."
msgstr "Lütfen önce bir not defteri oluşturun."
#: ElectronClient/gui/MainScreen.min.js:171
msgid "Please create a notebook first"
msgstr "Lütfen önce bir not defteri oluşturun"
#: ElectronClient/gui/PromptDialog.min.js:249
msgid "Clear"
msgstr "Temizle"
#: ElectronClient/gui/NoteContentPropertiesDialog.js:76
msgid "Words"
msgstr "Kelime"
#: ElectronClient/gui/NoteContentPropertiesDialog.js:77
msgid "Characters"
msgstr "Karakter"
#: ElectronClient/gui/NoteContentPropertiesDialog.js:78
msgid "Characters excluding spaces"
msgstr "Karakter (boşluklar hariç)"
#: ElectronClient/gui/NoteContentPropertiesDialog.js:79
msgid "Lines"
msgstr "Satır"
#: ElectronClient/gui/NoteContentPropertiesDialog.js:98
#: ReactNativeClient/lib/models/Setting.js:385
#: ReactNativeClient/lib/models/Setting.js:386
#: ReactNativeClient/lib/models/Setting.js:387
msgid "Editor"
msgstr "Düzenleyici"
#: ElectronClient/gui/NoteContentPropertiesDialog.js:99
#: ReactNativeClient/lib/models/Setting.js:385
#: ReactNativeClient/lib/models/Setting.js:386
#: ReactNativeClient/lib/models/Setting.js:388
msgid "Viewer"
msgstr "Görünteleyici"
#: ElectronClient/gui/NoteContentPropertiesDialog.js:105
#, javascript-format
msgid "Read time: %s min"
msgstr "Okuma süresü: %s dk"
#: ElectronClient/gui/NoteContentPropertiesDialog.js:108
msgid "Statistics"
msgstr "İstatistik"
#: ElectronClient/gui/NoteContentPropertiesDialog.js:113
#: ElectronClient/gui/ShareNoteDialog.js:175
#: ElectronClient/services/plugins/UserWebviewDialogButtonBar.js:24
msgid "Close"
msgstr "Kapat"
#: ElectronClient/gui/Header.min.js:267
msgid "Usage"
msgstr "Kullanım"
#: ElectronClient/gui/NoteList/commands/focusElementNoteList.js:17
msgid "Note list"
msgstr "Not listesi"
#: ElectronClient/gui/NoteListControls/commands/focusSearch.js:16
msgid "Search in all the notes"
msgstr "Tüm notlarda ara"
#: ElectronClient/gui/ResourceScreen.js:32
msgid "Title"
msgstr "Başlık"
#: ElectronClient/gui/ResourceScreen.js:36
msgid "Size"
msgstr "Boyut"
#: ElectronClient/gui/ResourceScreen.js:40
msgid "Action"
msgstr "İşlem"
#: ElectronClient/gui/ResourceScreen.js:43
#: ReactNativeClient/lib/path-utils.js:83
#: ReactNativeClient/lib/path-utils.js:118
#: ReactNativeClient/lib/models/BaseItem.js:724
msgid "Untitled"
msgstr "Başlıksız"
#: ElectronClient/gui/ResourceScreen.js:94
#, javascript-format
msgid "Delete attachment \"%s\"?"
msgstr "\"%s\" eki silinsin mi?"
#: ElectronClient/gui/ResourceScreen.js:140
msgid ""
"This is an advanced tool to show the attachments that are linked to your "
"notes. Please be careful when deleting one of them as they cannot be "
"restored afterwards."
msgstr ""
"Bu gelişmiş araç notlarınıza iliştirdiğiniz ek dosyaları görmenizi sağlar. "
"Lütfen bu aracı kullanırken dikkatli olun, çünkü bu dosyalar silinirse "
"sonrasında geri döndürülemez."
#: ElectronClient/gui/ResourceScreen.js:141
msgid "Please wait..."
msgstr "Lütfen bekleyin..."
#: ElectronClient/gui/ResourceScreen.js:143
msgid "No resources!"
msgstr "Kaynak yok!"
#: ElectronClient/gui/ResourceScreen.js:145
#, javascript-format
msgid "Warning: not all resources shown for performance reasons (limit: %s)."
msgstr "Uyarı: performans sebebi ile tüm kaynaklar görüntülenmedi (limit: %s)."
#: ElectronClient/gui/ShareNoteDialog.js:158
msgid "Synchronising..."
msgstr "Senkronize Ediliyor..."
#: ElectronClient/gui/ShareNoteDialog.js:160
msgid "Generating link..."
msgid_plural "Generating links..."
msgstr[0] "Bağlantı oluşturuluyor..."
msgstr[1] "Bağlantılar oluşturuluyor..."
#: ElectronClient/gui/ShareNoteDialog.js:162
msgid "Link has been copied to clipboard!"
msgid_plural "Links have been copied to clipboard!"
msgstr[0] "Bağlantı panoya kopyalandı!"
msgstr[1] "Bağlantılar panoya kopyalandı!"
#: ElectronClient/gui/ShareNoteDialog.js:165
msgid ""
"Note: When a note is shared, it will no longer be encrypted on the server."
msgstr "Not: Bir not paylaşıldığında artık sunucuda şifreli olmayacak."
#: ElectronClient/gui/ShareNoteDialog.js:170
msgid "Share Notes"
msgstr "Notları Paylaş"
#: ElectronClient/gui/ShareNoteDialog.js:172
msgid "Copy Shareable Link"
msgid_plural "Copy Shareable Links"
msgstr[0] "Paylaşılabilir Bağlantıyı Kopyala"
msgstr[1] "Paylaşılabilir Bağlantıları Kopyala"
#: ElectronClient/commands/toggleExternalEditing.js:18
#, fuzzy
msgid "Toggle external editing"
msgstr "Dış düzenlemeyi durdur"
#: ElectronClient/commands/toggleExternalEditing.js:37
msgid "Stop"
msgstr ""
#: ElectronClient/commands/copyDevCommand.js:18
#, fuzzy
msgid "Copy dev mode command to clipboard"
msgstr "Yolu panoya kopyala"
#: ElectronClient/commands/stopExternalEditing.js:18
msgid "Stop external editing"
msgstr "Dış düzenlemeyi durdur"
#: ElectronClient/commands/startExternalEditing.js:32
#, javascript-format
msgid "Error opening note in editor: %s"
msgstr "Editörde not açılırken hata oluştu: %s"
#: ElectronClient/commands/openProfileDirectory.js:18
#, fuzzy
msgid "Open profile directory"
msgstr "Taslak dizinini aç"
#: ElectronClient/app.js:345
#, javascript-format
msgid "Open %s"
msgstr "Aç %s"
#: ElectronClient/services/plugins/UserWebviewDialogButtonBar.js:22
#: ReactNativeClient/lib/shim-init-node.js:129
#: ReactNativeClient/lib/components/screens/Note.js:502
#: ReactNativeClient/lib/versionInfo.js:25
msgid "Yes"
msgstr "Evet"
#: ElectronClient/services/plugins/UserWebviewDialogButtonBar.js:23
#: ReactNativeClient/lib/shim-init-node.js:129
#: ReactNativeClient/lib/components/screens/Note.js:503
#: ReactNativeClient/lib/versionInfo.js:25
msgid "No"
msgstr "Hayır"
#: ReactNativeClient/lib/onedrive-api-node-utils.js:86
msgid ""
"The application has been authorised - you may now close this browser tab."
msgstr ""
"Uygulama yetkilendirildi - şimdi bu tarayıcı sekmesini kapatabilirsiniz."
#: ReactNativeClient/lib/onedrive-api-node-utils.js:88
msgid "The application has been successfully authorised."
msgstr "Uygulama başarıyla yetkilendirildi."
#: ReactNativeClient/lib/onedrive-api-node-utils.js:116
msgid ""
"Please open the following URL in your browser to authenticate the "
"application. The application will create a directory in \"Apps/Joplin\" and "
"will only read and write files in this directory. It will have no access to "
"any files outside this directory nor to any other personal data. No data "
"will be shared with any third party."
msgstr ""
"Lütfen uygulamayı doğrulamak için tarayıcınızda aşağıdaki URL'yi açın. "
"Uygulama \"Uygulamalar/Joplin\" de bir dizin oluşturacak ve sadece bu "
"dizindeki dosyaları okuyacak ve yazacaktır. Bu dizin dışındaki hiçbir "
"dosyaya veya diğer kişisel verilere erişemeyecektir. Hiçbir veri üçüncü "
"şahıslarla paylaşılmayacaktır."
#: ReactNativeClient/lib/SyncTargetAmazonS3.js:28
msgid "AWS S3"
msgstr "AWS S3"
#: ReactNativeClient/lib/SyncTargetDropbox.js:25
msgid "Dropbox"
msgstr "Dropbox"
#: ReactNativeClient/lib/shim-init-node.js:128
#: ReactNativeClient/lib/components/screens/Note.js:501
#, javascript-format
msgid ""
"You are about to attach a large image (%dx%d pixels). Would you like to "
"resize it down to %d pixels before attaching it?"
msgstr ""
"Büyük (%dx%d piksel) bir resim iliştirmek üzeresiniz. Bu resmi iliştirmeden "
"önce %d piksel ebatına yeniden boyutlandırmak ister misiniz?"
#: ReactNativeClient/lib/shim-init-node.js:195
#, javascript-format
msgid "Cannot access %s"
msgstr "%s erişilemiyor"
#: ReactNativeClient/lib/models/Folder.js:27
#: ReactNativeClient/lib/models/Note.js:25
msgid "title"
msgstr "başlık"
#: ReactNativeClient/lib/models/Folder.js:28
#: ReactNativeClient/lib/models/Note.js:26
msgid "updated date"
msgstr "güncelleme zamanı"
#: ReactNativeClient/lib/models/Folder.js:88
msgid "Conflicts"
msgstr "Çakışmalar"
#: ReactNativeClient/lib/models/Folder.js:388
msgid "Cannot move notebook to this location"
msgstr "Not defteri bu konuma taşınamıyor"
#: ReactNativeClient/lib/models/Folder.js:440
#, javascript-format
msgid "Notebooks cannot be named \"%s\", which is a reserved title."
msgstr "Not defterine ayrılmış bir başlık adı olan \"%s\" adı verilemez."
#: ReactNativeClient/lib/models/Setting.js:66
msgid "yes"
msgstr "evet"
#: ReactNativeClient/lib/models/Setting.js:66
#: ReactNativeClient/lib/models/Setting.js:67
#, javascript-format
msgid "(wysiwyg: %s)"
msgstr "(ne görürsen onu alırsın: %s)"
#: ReactNativeClient/lib/models/Setting.js:67
msgid "no"
msgstr "hayır"
#: ReactNativeClient/lib/models/Setting.js:69
#, javascript-format
msgid ""
"Attention: If you change this location, make sure you copy all your content "
"to it before syncing, otherwise all files will be removed! See the FAQ for "
"more details: %s"
msgstr ""
"Dikkat: Bu konumu değiştirirseniz, senkronize etmeden önce tüm içeriğinizi "
"kopyaladığınızdan emin olun, aksi takdirde tüm dosyalar kaldırılır! Daha "
"fazla bilgi için SSS bölümüne bakın: %s"
#: ReactNativeClient/lib/models/Setting.js:75
msgid "Light"
msgstr "Aydınlık"
#: ReactNativeClient/lib/models/Setting.js:76
msgid "Dark"
msgstr "Karanlık"
#: ReactNativeClient/lib/models/Setting.js:77
msgid "Dracula"
msgstr "Dracula"
#: ReactNativeClient/lib/models/Setting.js:78
msgid "Solarised Light"
msgstr "Açık Solarize"
#: ReactNativeClient/lib/models/Setting.js:79
msgid "Solarised Dark"
msgstr "Koyu Solarize"
#: ReactNativeClient/lib/models/Setting.js:80
msgid "Nord"
msgstr "Nord"
#: ReactNativeClient/lib/models/Setting.js:81
msgid "Aritim Dark"
msgstr "Aritim Dark"
#: ReactNativeClient/lib/models/Setting.js:82
msgid "OLED Dark"
msgstr "OLED Karanlık"
#: ReactNativeClient/lib/models/Setting.js:103
msgid "Synchronisation target"
msgstr "Senkronizasyon hedefi"
#: ReactNativeClient/lib/models/Setting.js:105
msgid ""
"The target to synchonise to. Each sync target may have additional parameters "
"which are named as `sync.NUM.NAME` (all documented below)."
msgstr ""
"Senkronize edilecek hedef. Her senkronizasyon hedefi, `sync.NUM.NAME` olarak "
"adlandırılan ek parametrelere sahip olabilir (tümü aşağıda belgelenmiştir)."
#: ReactNativeClient/lib/models/Setting.js:132
msgid "Directory to synchronise with (absolute path)"
msgstr "Eşitlenecek dizin (tam yol)"
#: ReactNativeClient/lib/models/Setting.js:143
msgid "Nextcloud WebDAV URL"
msgstr "Nextcloud WebDAV URL"
#: ReactNativeClient/lib/models/Setting.js:154
msgid "Nextcloud username"
msgstr "Nextcloud kullanıcı adı"
#: ReactNativeClient/lib/models/Setting.js:164
msgid "Nextcloud password"
msgstr "Nextcloud parolası"
#: ReactNativeClient/lib/models/Setting.js:175
msgid "WebDAV URL"
msgstr "WebDAV URL"
#: ReactNativeClient/lib/models/Setting.js:186
msgid "WebDAV username"
msgstr "WebDAV kullanıcı adı"
#: ReactNativeClient/lib/models/Setting.js:196
msgid "WebDAV password"
msgstr "WebDAV şifresi"
#: ReactNativeClient/lib/models/Setting.js:215
msgid "AWS S3 bucket"
msgstr "AWS S3 deposu"
#: ReactNativeClient/lib/models/Setting.js:226
#, fuzzy
msgid "AWS S3 URL"
msgstr "AWS S3"
#: ReactNativeClient/lib/models/Setting.js:237
msgid "AWS key"
msgstr "AWS anahtarı"
#: ReactNativeClient/lib/models/Setting.js:247
msgid "AWS secret"
msgstr "AWS gizli anahtarı"
#: ReactNativeClient/lib/models/Setting.js:259
msgid "Attachment download behaviour"
msgstr "Ek indirme davranışı"
#: ReactNativeClient/lib/models/Setting.js:260
msgid ""
"In \"Manual\" mode, attachments are downloaded only when you click on them. "
"In \"Auto\", they are downloaded when you open the note. In \"Always\", all "
"the attachments are downloaded whether you open the note or not."
msgstr ""
"“Manuel” modda, ek dosyalar sadece tıklanıldığında indirilir. “Otomatik” "
"modda, notlar açıldığında indirilir. “Her zaman” modunda, tüm ek dosyalar "
"notu açsanız da açmasanız da indirilir."
#: ReactNativeClient/lib/models/Setting.js:263
msgid "Always"
msgstr "Her zaman"
#: ReactNativeClient/lib/models/Setting.js:264
msgid "Manual"
msgstr "Manuel"
#: ReactNativeClient/lib/models/Setting.js:265
msgid "Auto"
msgstr "Otomatik"
#: ReactNativeClient/lib/models/Setting.js:280
msgid "Max concurrent connections"
msgstr "Maksimum aynı anda bağlantı"
#: ReactNativeClient/lib/models/Setting.js:292
msgid "Language"
msgstr "Dil"
#: ReactNativeClient/lib/models/Setting.js:302
msgid "Date format"
msgstr "Tarih biçimi"
#: ReactNativeClient/lib/models/Setting.js:321
msgid "Time format"
msgstr "Zaman biçimi"
#: ReactNativeClient/lib/models/Setting.js:339
msgid "Theme"
msgstr "Tema"
#: ReactNativeClient/lib/models/Setting.js:349
msgid "Automatically switch theme to match system theme"
msgstr "Temayı system temasına göre otomatik olarak değiştir"
#: ReactNativeClient/lib/models/Setting.js:360
msgid "Preferred light theme"
msgstr "Tercih edilen açık renk tema"
#: ReactNativeClient/lib/models/Setting.js:373
msgid "Preferred dark theme"
msgstr "Tercih edilen koyu renk tema"
#: ReactNativeClient/lib/models/Setting.js:377
msgid "Show note counts"
msgstr "Not sayacını göster"
#: ReactNativeClient/lib/models/Setting.js:385
#: ReactNativeClient/lib/models/Setting.js:387
#: ReactNativeClient/lib/models/Setting.js:388
msgid "Split View"
msgstr "Görünümü böl"
#: ReactNativeClient/lib/models/Setting.js:385
#, javascript-format
msgid "%s / %s / %s"
msgstr "%s / %s / %s"
#: ReactNativeClient/lib/models/Setting.js:386
#: ReactNativeClient/lib/models/Setting.js:387
#: ReactNativeClient/lib/models/Setting.js:388
#, javascript-format
msgid "%s / %s"
msgstr "%s / %s"
#: ReactNativeClient/lib/models/Setting.js:391
msgid "Uncompleted to-dos on top"
msgstr "Tamamlanmamış yap-list yukarıda"
#: ReactNativeClient/lib/models/Setting.js:392
msgid "Show completed to-dos"
msgstr "Tamamlanan yapılacaklar listesini göster"
#: ReactNativeClient/lib/models/Setting.js:417
msgid "Auto-pair braces, parenthesis, quotations, etc."
msgstr "Parantez, çift tırnak gibi değerlerin çiftlerini otomatik ekle."
#: ReactNativeClient/lib/models/Setting.js:419
#: ReactNativeClient/lib/models/Setting.js:437
msgid "Reverse sort order"
msgstr "Sıralamayı değiştir"
#: ReactNativeClient/lib/models/Setting.js:426
msgid "Sort notebooks by"
msgstr "Notları şuna göre sırala"
#: ReactNativeClient/lib/models/Setting.js:438
msgid "Save geo-location with notes"
msgstr "Coğrafi konumu notlarla kaydedin"
#: ReactNativeClient/lib/models/Setting.js:455
msgid "When creating a new to-do:"
msgstr "Yeni bir yapılacak oluşturulurken:"
#: ReactNativeClient/lib/models/Setting.js:458
#: ReactNativeClient/lib/models/Setting.js:473
msgid "Focus title"
msgstr "Başlığa odaklan"
#: ReactNativeClient/lib/models/Setting.js:459
#: ReactNativeClient/lib/models/Setting.js:474
msgid "Focus body"
msgstr "Gövde kısmına odaklan"
#: ReactNativeClient/lib/models/Setting.js:470
msgid "When creating a new note:"
msgstr "Yeni bir not oluştururken:"
#: ReactNativeClient/lib/models/Setting.js:491
msgid "Enable soft breaks"
msgstr "Kelime kaydırmasını etkinleştir"
#: ReactNativeClient/lib/models/Setting.js:492
msgid "Enable typographer support"
msgstr "Dizgi desteğini etkinleştir"
#: ReactNativeClient/lib/models/Setting.js:493
msgid "Enable math expressions"
msgstr "Matematik ifadelerini etkinleştir"
#: ReactNativeClient/lib/models/Setting.js:494
msgid "Enable Fountain syntax support"
msgstr "Fountain söz dizimi desteğini etkinleştir"
#: ReactNativeClient/lib/models/Setting.js:495
msgid "Enable Mermaid diagrams support"
msgstr "Mermaid flowchart tipi diagram desteğini etkinleştir"
#: ReactNativeClient/lib/models/Setting.js:496
msgid "Enable ==mark== syntax"
msgstr "==mark== söz dizimini etkinleştir"
#: ReactNativeClient/lib/models/Setting.js:497
msgid "Enable footnotes"
msgstr "Dip notları etkinleştir"
#: ReactNativeClient/lib/models/Setting.js:498
msgid "Enable table of contents extension"
msgstr "Tablo içerik eklentisini etkinleştir"
#: ReactNativeClient/lib/models/Setting.js:499
msgid "Enable ~sub~ syntax"
msgstr "~sub~ söz dizimini etkinleştir"
#: ReactNativeClient/lib/models/Setting.js:500
msgid "Enable ^sup^ syntax"
msgstr "^sup^ söz dizimini etkinleştir"
#: ReactNativeClient/lib/models/Setting.js:501
msgid "Enable deflist syntax"
msgstr "Deflist söz dizimini etkinleştir"
#: ReactNativeClient/lib/models/Setting.js:502
msgid "Enable abbreviation syntax"
msgstr "Kısaltma söz dizimini etkinleştir"
#: ReactNativeClient/lib/models/Setting.js:503
msgid "Enable markdown emoji"
msgstr "Markdown emoji desteğini etkinleştir"
#: ReactNativeClient/lib/models/Setting.js:504
msgid "Enable ++insert++ syntax"
msgstr "++insert++ söz dizimini etkinleştir"
#: ReactNativeClient/lib/models/Setting.js:505
msgid "Enable multimarkdown table extension"
msgstr "Çoklu markdown tablo eklentisini etkinleştir"
#: ReactNativeClient/lib/models/Setting.js:516
msgid "Show tray icon"
msgstr "Tepsi simgesini göster"
#: ReactNativeClient/lib/models/Setting.js:518
msgid "Note: Does not work in all desktop environments."
msgstr "Not: Tüm masaüstü ortamlarında çalışmaz."
#: ReactNativeClient/lib/models/Setting.js:518
msgid ""
"This will allow Joplin to run in the background. It is recommended to enable "
"this setting so that your notes are constantly being synchronised, thus "
"reducing the number of conflicts."
msgstr ""
"Bu Joplin'in arka planda çalışmasına izin verecektir. Bu ayarı "
"etkinleştirmeniz önerilir; böylece notlarınız sürekli olarak eşitlenir, "
"çakışma sayısı azalır."
#: ReactNativeClient/lib/models/Setting.js:521
msgid "Start application minimised in the tray icon"
msgstr "Uygulamayı tepsi simgesinde küçültülmüş olarak başlat"
#: ReactNativeClient/lib/models/Setting.js:536
msgid "Editor font size"
msgstr "Editör yazı boyutu"
#: ReactNativeClient/lib/models/Setting.js:543
msgid "Editor font"
msgstr "Editör fontu"
#: ReactNativeClient/lib/models/Setting.js:567
msgid "Editor font family"
msgstr "Editör yazı tipi"
#: ReactNativeClient/lib/models/Setting.js:568
msgid ""
"This should be a *monospace* font or some elements will render incorrectly. "
"If the font is incorrect or empty, it will default to a generic monospace "
"font."
msgstr ""
"Bu yazı tipi *monospace* olmalıdır, aksi halde bazı karakterler düzgün "
ıkmayacak. Yazı tipi yanlış seçilmiş veya boş bırakılmışsa, varsayılan "
"monospace yazı tipi kullanılacaktır."
#: ReactNativeClient/lib/models/Setting.js:607
msgid "Custom stylesheet for Joplin-wide app styles"
msgstr "Joplin-geneli uygulama stili için özel stil sayfası"
#: ReactNativeClient/lib/models/Setting.js:612
msgid "Automatically update the application"
msgstr "Uygulamayı otomatik olarak güncelle"
#: ReactNativeClient/lib/models/Setting.js:613
msgid "Get pre-releases when checking for updates"
msgstr "Güncellemeleri kontrol ederken ön sürümleri alın"
#: ReactNativeClient/lib/models/Setting.js:613
#, javascript-format
msgid "See the pre-release page for more details: %s"
msgstr "Daha fazla ayrıntı için sürüm öncesi sayfasına bakın: %s"
#: ReactNativeClient/lib/models/Setting.js:621
msgid "Synchronisation interval"
msgstr "Senkronizasyon aralığı"
#: ReactNativeClient/lib/models/Setting.js:625
#: ReactNativeClient/lib/models/Setting.js:626
#: ReactNativeClient/lib/models/Setting.js:627
#, javascript-format
msgid "%d minutes"
msgstr "%d dakika"
#: ReactNativeClient/lib/models/Setting.js:628
#, javascript-format
msgid "%d hour"
msgstr "%d saat"
#: ReactNativeClient/lib/models/Setting.js:629
#: ReactNativeClient/lib/models/Setting.js:630
#, javascript-format
msgid "%d hours"
msgstr "%d saat"
#: ReactNativeClient/lib/models/Setting.js:639
msgid "Text editor command"
msgstr "Metin editörü komutu"
#: ReactNativeClient/lib/models/Setting.js:639
msgid ""
"The editor command (may include arguments) that will be used to open a note. "
"If none is provided it will try to auto-detect the default editor."
msgstr ""
"Editör komutu (argüman içerebilir) not açmak için kullanılacaktır. Eğer "
"sağlanmadıysa, varsayılan düzenleyiciyi otomatik olarak algılamaya çalışır."
#: ReactNativeClient/lib/models/Setting.js:640
msgid "Page size for PDF export"
msgstr "PDF dışa aktarımı için sayfa boyutu"
#: ReactNativeClient/lib/models/Setting.js:642
msgid "A4"
msgstr "A4"
#: ReactNativeClient/lib/models/Setting.js:643
msgid "Letter"
msgstr "Kağıt"
#: ReactNativeClient/lib/models/Setting.js:644
msgid "A3"
msgstr "A3"
#: ReactNativeClient/lib/models/Setting.js:645
msgid "A5"
msgstr "A5"
#: ReactNativeClient/lib/models/Setting.js:646
msgid "Tabloid"
msgstr "Tablo"
#: ReactNativeClient/lib/models/Setting.js:647
msgid "Legal"
msgstr "Legal"
#: ReactNativeClient/lib/models/Setting.js:650
msgid "Page orientation for PDF export"
msgstr "PDF dışa aktarımı için sayfa yönü"
#: ReactNativeClient/lib/models/Setting.js:652
msgid "Portrait"
msgstr "Dikey"
#: ReactNativeClient/lib/models/Setting.js:653
msgid "Landscape"
msgstr "Yatay"
#: ReactNativeClient/lib/models/Setting.js:663
msgid "Keyboard Mode"
msgstr "Klavye modu"
#: ReactNativeClient/lib/models/Setting.js:666
msgid "Default"
msgstr "Varsayılan"
#: ReactNativeClient/lib/models/Setting.js:667
msgid "Emacs"
msgstr "Emacs"
#: ReactNativeClient/lib/models/Setting.js:668
msgid "Vim"
msgstr "Vim"
#: ReactNativeClient/lib/models/Setting.js:682
msgid "Custom TLS certificates"
msgstr "Özel TLS sertifikaları"
#: ReactNativeClient/lib/models/Setting.js:683
msgid ""
"Comma-separated list of paths to directories to load the certificates from, "
"or path to individual cert files. For example: /my/cert_dir, /other/custom."
"pem. Note that if you make changes to the TLS settings, you must save your "
"changes before clicking on \"Check synchronisation configuration\"."
msgstr ""
"Sertifikaları yüklemek için dizinlere veya bireysel sertifika dosyalarına "
"giden yolların virgülle ayrılmış listesi. Örneğin: /my/cert_dir, /other/"
"custom.pem. TLS ayarlarında değişiklik yaparsanız, \"Senkronizasyon "
"yapılandırmasını kontrol et\" seçeneğini tıklamadan önce değişikliklerinizi "
"kaydetmeniz gerektiğini unutmayın."
#: ReactNativeClient/lib/models/Setting.js:695
msgid "Ignore TLS certificate errors"
msgstr "TLS sertifikası hatalarını yoksay"
#: ReactNativeClient/lib/models/Setting.js:703
msgid "Fail-safe"
msgstr "Tedbir Modu"
#: ReactNativeClient/lib/models/Setting.js:704
msgid ""
"Fail-safe: Do not wipe out local data when sync target is empty (often the "
"result of a misconfiguration or bug)"
msgstr ""
"Tedbir Modu: Senkronize hedefi boş olduğunda yerel verileri silme (bazen "
"yanlış ayar ve hata sonucu olur)"
#: ReactNativeClient/lib/models/Setting.js:707
msgid ""
"Specify the port that should be used by the API server. If not set, a "
"default will be used."
msgstr ""
"API sunucu tarafından kullanılacak portu belirleyiniz. Belirlenmez ise "
"varsayılan bir değer kullanılır."
#: ReactNativeClient/lib/models/Setting.js:712
msgid "Enable note history"
msgstr "Not tarihçesini etkinleştir"
#: ReactNativeClient/lib/models/Setting.js:722
msgid "days"
msgstr "gün"
#: ReactNativeClient/lib/models/Setting.js:722
#, javascript-format
msgid "%d days"
msgstr "%d gün"
#: ReactNativeClient/lib/models/Setting.js:724
msgid "Keep note history for"
msgstr "Not tarihçesini şu kadar süre tut"
#: ReactNativeClient/lib/models/Setting.js:747
msgid "Notebook list growth factor"
msgstr "Not defteri listesi büyüme faktörü"
#: ReactNativeClient/lib/models/Setting.js:748
#: ReactNativeClient/lib/models/Setting.js:760
#: ReactNativeClient/lib/models/Setting.js:772
msgid ""
"The factor property sets how the item will grow or shrink to fit the "
"available space in its container with respect to the other items. Thus an "
"item with a factor of 2 will take twice as much space as an item with a "
"factor of 1.Restart app to see changes."
msgstr ""
"Faktör özelliği, dosyanın diğer dosyaların da ebatına sadık kalarak yeterli "
"alan olduğu sürece hangi değerle büyüyüp ufalacağını tanımlar. Faktör değeri "
"2 olan bir bileşen, faktör değeri 1 olana nazaran 2 kat fazla alan kaplar. "
"Değişiklikleri görmek için uygulamayı yeniden başlatın."
#: ReactNativeClient/lib/models/Setting.js:759
msgid "Note list growth factor"
msgstr "Not listesi büyüme faktörü"
#: ReactNativeClient/lib/models/Setting.js:771
msgid "Note area growth factor"
msgstr "Not alanı büyüme faktörü"
#: ReactNativeClient/lib/models/Setting.js:1290
msgid "General"
msgstr "Genel"
#: ReactNativeClient/lib/models/Setting.js:1292
msgid "Synchronisation"
msgstr "Senkronizasyon"
#: ReactNativeClient/lib/models/Setting.js:1294
msgid "Appearance"
msgstr "Görünüm"
#: ReactNativeClient/lib/models/Setting.js:1296
msgid "Note"
msgstr "Not"
#: ReactNativeClient/lib/models/Setting.js:1298
#: ReactNativeClient/lib/services/interop/InteropService.js:49
#: ReactNativeClient/lib/services/interop/InteropService.js:59
msgid "Markdown"
msgstr "Markdown"
#: ReactNativeClient/lib/models/Setting.js:1300
msgid "Plugins"
msgstr "Eklentiler"
#: ReactNativeClient/lib/models/Setting.js:1302
msgid "Application"
msgstr "Uygulama"
#: ReactNativeClient/lib/models/Setting.js:1306
msgid "Encryption"
msgstr "Şifreleme"
#: ReactNativeClient/lib/models/Setting.js:1308
msgid "Web Clipper"
msgstr "Web Alıntılayıcısı"
#: ReactNativeClient/lib/models/Setting.js:1310
msgid "Keyboard Shortcuts"
msgstr "Klavye Kısayolları"
#: ReactNativeClient/lib/models/Setting.js:1317
msgid ""
"These plugins enhance the Markdown renderer with additional features. Please "
"note that, while these features might be useful, they are not standard "
"Markdown and thus most of them will only work in Joplin. Additionally, some "
"of them are *incompatible* with the WYSIWYG editor. If you open a note that "
"uses one of these plugins in that editor, you will lose the plugin "
"formatting. It is indicated below which plugins are compatible or not with "
"the WYSIWYG editor."
msgstr ""
"Bu eklentiler Markdown tipi gösterimi ek özelliklerle iyileştirir. Bu "
"özellikleri kullanırken unutulmamalıdır ki bu özellikler standart Markdown "
"söz dizimine dahil değildir, ve de bunların çoğu sadece Joplin içerisinde "
"çalışacaktır. Buna ek olarak, bu eklentilerin bazıları zengin metin editörü "
"ile *uyumlu değildir*. Eğer zengin metin editörünüzde bu eklentiyi kullanan "
"bir notu açmaya çalışırsanız eklentinin biçimlendirmesini kaybedersiniz. "
"Zengin metin editörünün hangi eklentileri desteklediği altta belirtilmiştir."
#: ReactNativeClient/lib/models/Setting.js:1319
#, javascript-format
msgid "Notes and settings are stored in: %s"
msgstr "Notlar ve ayarlar şu konumda saklanır: %s"
#: ReactNativeClient/lib/models/Resource.js:317
msgid "Not downloaded"
msgstr "İndirilmeyen"
#: ReactNativeClient/lib/models/Resource.js:318
msgid "Downloading"
msgstr "İndiriliyor"
#: ReactNativeClient/lib/models/Resource.js:319
msgid "Downloaded"
msgstr "İndirildi"
#: ReactNativeClient/lib/models/Resource.js:371
#, javascript-format
msgid "Attachment conflict: \"%s\""
msgstr "Ek dosyalarında çakışma: \"%s\""
#: ReactNativeClient/lib/models/Resource.js:372
#, javascript-format
msgid ""
"There was a [conflict](%s) on the attachment below.\n"
"\n"
"%s"
msgstr ""
"Aşağıdaki ek dosya(lar)da (%s) çakışma meydana geldi.\n"
"\n"
"%s"
#: ReactNativeClient/lib/models/Tag.js:202
#, javascript-format
msgid "The tag \"%s\" already exists. Please choose a different name."
msgstr "\"%s\" etiketi mevcut. Lütfen başka isim seçin."
#: ReactNativeClient/lib/models/Note.js:27
msgid "created date"
msgstr "oluşturma zamanı"
#: ReactNativeClient/lib/models/Note.js:28
msgid "custom order"
msgstr "özel sıralama"
#: ReactNativeClient/lib/models/Note.js:92
msgid "This note does not have geolocation information."
msgstr "Bu not coğrafi konum bilgisine sahip değil."
#: ReactNativeClient/lib/models/Note.js:469
#, javascript-format
msgid "Cannot copy note to \"%s\" notebook"
msgstr "Not, \"%s\" not defterine kopyalanamadı"
#: ReactNativeClient/lib/models/Note.js:480
#, javascript-format
msgid "Cannot move note to \"%s\" notebook"
msgstr "Not, \"%s\" not defterine taşınamadı"
#: ReactNativeClient/lib/models/BaseItem.js:723
msgid "Encrypted"
msgstr "Şifrelenmiş"
#: ReactNativeClient/lib/models/BaseItem.js:783
msgid "Encrypted items cannot be modified"
msgstr "Şifrelenmiş öğeler değiştirilemez"
#: ReactNativeClient/lib/SyncTargetOneDriveDev.js:15
msgid "OneDrive Dev (For testing only)"
msgstr "OneDrive Dev (yalnızca test için)"
#: ReactNativeClient/lib/BaseApplication.js:150
#: ReactNativeClient/lib/BaseApplication.js:162
#: ReactNativeClient/lib/BaseApplication.js:194
#, javascript-format
msgid "Usage: %s"
msgstr "Kullanım: %s"
#: ReactNativeClient/lib/BaseApplication.js:229
#, javascript-format
msgid "Unknown flag: %s"
msgstr "Bilinmeyen etiket: %s"
#: ReactNativeClient/lib/SyncTargetOneDrive.js:25
msgid "OneDrive"
msgstr "OneDrive"
#: ReactNativeClient/lib/components/SelectDateTimeDialog.js:78
msgid "Clear alarm"
msgstr "Alarmı silin"
#: ReactNativeClient/lib/components/SelectDateTimeDialog.js:80
msgid "Save alarm"
msgstr "Alarm kurun"
#: ReactNativeClient/lib/components/NoteBodyViewer/hooks/useOnResourceLongPress.js:28
#, fuzzy
msgid "Open"
msgstr "Aç..."
#: ReactNativeClient/lib/components/NoteBodyViewer/hooks/useOnResourceLongPress.js:29
#: ReactNativeClient/lib/components/screens/Note.js:794
msgid "Share"
msgstr "Paylaş"
#: ReactNativeClient/lib/components/CameraView.js:158
msgid "Permission to use camera"
msgstr "Kamera kullanımı için izin"
#: ReactNativeClient/lib/components/CameraView.js:159
msgid "Your permission to use your camera is required."
msgstr "Kamera kullanımı için izniniz gerekmektedir."
#: ReactNativeClient/lib/components/screen-header.js:185
msgid "Delete these notes?"
msgstr "Bu notlar silinsin mi?"
#: ReactNativeClient/lib/components/screen-header.js:392
msgid "Move to notebook..."
msgstr "Not defterine taşı..."
#: ReactNativeClient/lib/components/screen-header.js:433
#, javascript-format
msgid "Move %d notes to notebook \"%s\"?"
msgstr "%d notlarını not defterine taşı \"%s\"?"
#: ReactNativeClient/lib/components/screen-header.js:451
msgid "Press to set the decryption password."
msgstr "Şifre çözücü parolayı belirlemek için basın."
#: ReactNativeClient/lib/components/screen-header.js:452
msgid "Some items cannot be synchronised. Press for more info."
msgstr "Bazı öğeler senkronize edilemiyor. Detayları için tıklayın."
#: ReactNativeClient/lib/components/screen-header.js:453
msgid "The sync target needs to be upgraded. Press this banner to proceed."
msgstr ""
"Senkronizasyon hedefinin güncellenmesi gerekmekte. Bu banner'a tıklayarak "
"devam edebilirsiniz."
#: ReactNativeClient/lib/components/side-menu-content.js:126
#, javascript-format
msgid "Notebook: %s"
msgstr "Not defteri: %s"
#: ReactNativeClient/lib/components/side-menu-content.js:132
msgid "Encrypted notebooks cannot be renamed"
msgstr "Şifrelenmiş not defterleri yeniden adlandırılamaz"
#: ReactNativeClient/lib/components/side-menu-content.js:312
msgid "New Notebook"
msgstr "Yeni Not Defteri"
#: ReactNativeClient/lib/components/side-menu-content.js:316
#: ReactNativeClient/lib/components/screens/config.js:549
msgid "Configuration"
msgstr "Yapılandırma"
#: ReactNativeClient/lib/components/note-list.js:97
msgid "You currently have no notebooks."
msgstr "Şuan bir note defteriniz yok."
#: ReactNativeClient/lib/components/note-list.js:101
msgid "Create a notebook"
msgstr "Yeni bir not defteri oluşturur"
#: ReactNativeClient/lib/components/note-list.js:105
msgid "There are currently no notes. Create one by clicking on the (+) button."
msgstr "Şu anda not yok. (+) butonuna tıklayarak bir tane oluşturun."
#: ReactNativeClient/lib/components/shared/config-shared.js:46
msgid "Checking... Please wait."
msgstr "Kontrol ediliyor... Lütfen bekleyin."
#: ReactNativeClient/lib/components/shared/config-shared.js:48
msgid "Success! Synchronisation configuration appears to be correct."
msgstr "Başarılı! Senkronizasyon yapılandırması doğru görünüyor."
#: ReactNativeClient/lib/components/shared/config-shared.js:50
msgid ""
"Error. Please check that URL, username, password, etc. are correct and that "
"the sync target is accessible. The reported error was:"
msgstr ""
"Hata. Lütfen URL, kullanıcı adı, şifre vb .'nin doğru olduğunu ve "
"senkronizasyon hedefinin erişilebilir olduğunu kontrol edin. Raporlanan hata:"
#: ReactNativeClient/lib/components/shared/dropbox-login-shared.js:39
msgid "The application has been authorised!"
msgstr "Uygulamaya yetki verildi!"
#: ReactNativeClient/lib/components/shared/dropbox-login-shared.js:43
#, javascript-format
msgid ""
"Could not authorise application:\n"
"\n"
"%s\n"
"\n"
"Please try again."
msgstr ""
"Uygulama yetkilendirilemedi:\n"
"\n"
"%s\n"
"\n"
"Lütfen tekrar deneyin."
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:33
msgid ""
"Please confirm that you would like to re-encrypt your complete database."
msgstr "Lütfen tüm veritabanınızı yeniden şifrelemek istediğinizi doğrulayın."
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:39
msgid "Your data is going to be re-encrypted and synced again."
msgstr "Veriniz yeniden şifrelenecek ve senkron edilecek."
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:49
msgid ""
"Please enter your password in the master key list below before upgrading the "
"key."
msgstr ""
"Anahtarı güncellemek için lütfen ana şifreleme anahtarının parolasını girin."
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:58
msgid "The master key has been upgraded successfully!"
msgstr "Ana anahtar başarıyla güncellendi!"
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:60
#, javascript-format
msgid "Could not upgrade master key: %s"
msgstr "Ana şifreleme anahtarı güncellenemedi: %s"
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:116
#, javascript-format
msgid "Decrypted items: %s / %s"
msgstr "Şifresi çözülen öğeler: %s / %s"
#: ReactNativeClient/lib/components/screens/folder.js:87
#, javascript-format
msgid "The notebook could not be saved: %s"
msgstr "Not defteri kaydedilemedi: %s"
#: ReactNativeClient/lib/components/screens/folder.js:109
msgid "Edit notebook"
msgstr "Not defterini düzenle"
#: ReactNativeClient/lib/components/screens/folder.js:110
msgid "Enter notebook title"
msgstr "Not defteri başlığını girin"
#: ReactNativeClient/lib/components/screens/onedrive-login.js:110
msgid "Login with OneDrive"
msgstr "OneDrive ile giriş yapın"
#: ReactNativeClient/lib/components/screens/onedrive-login.js:121
#: ReactNativeClient/lib/components/screens/log.js:109
#: ReactNativeClient/lib/components/screens/status.js:144
msgid "Refresh"
msgstr "Yenile"
#: ReactNativeClient/lib/components/screens/UpgradeSyncTargetScreen.js:42
msgid "Sync Target Upgrade"
msgstr "Senkronizasyon Hedefi Güncellemesi"
#: ReactNativeClient/lib/components/screens/NoteTagsDialog.js:163
msgid "New tags:"
msgstr "Yeni etiketler:"
#: ReactNativeClient/lib/components/screens/NoteTagsDialog.js:178
msgid "Type new tags or select from list"
msgstr "Yeni etiketler yazın veya listeden seçin"
#: ReactNativeClient/lib/components/screens/dropbox-login.js:55
msgid "Login with Dropbox"
msgstr "Dropbox ile giriş yap"
#: ReactNativeClient/lib/components/screens/dropbox-login.js:66
msgid "Enter code here"
msgstr "Kodu buraya girin"
#: ReactNativeClient/lib/components/screens/encryption-config.js:119
#, javascript-format
msgid "Master Key %s"
msgstr "Ana Anahtar %s"
#: ReactNativeClient/lib/components/screens/encryption-config.js:120
#: ReactNativeClient/lib/components/screens/Note.js:722
#, javascript-format
msgid "Created: %s"
msgstr "Oluşturulma: %s"
#: ReactNativeClient/lib/components/screens/encryption-config.js:122
#: ReactNativeClient/lib/components/screens/encryption-config.js:151
msgid "Password:"
msgstr "Parola:"
#: ReactNativeClient/lib/components/screens/encryption-config.js:137
msgid "Password cannot be empty"
msgstr "Parola boş olamaz"
#: ReactNativeClient/lib/components/screens/encryption-config.js:139
msgid "Confirm password cannot be empty"
msgstr "Şifre boş olamaz"
#: ReactNativeClient/lib/components/screens/encryption-config.js:150
msgid ""
"Enabling encryption means *all* your notes and attachments are going to be "
"re-synchronised and sent encrypted to the sync target. Do not lose the "
"password as, for security purposes, this will be the *only* way to decrypt "
"the data! To enable encryption, please enter your password below."
msgstr ""
"Şifrelemeyi aktif etmek *tüm* notlarınızın ve eklerinizin yeniden senkronize "
"edileceği ve senkronizasyon hedefine şifrelenmiş olarak gönderileceği "
"anlamına gelir. Şifrenizi kaybetmeyin, verilerinizin şifresini çözmenin "
"\"*tek yolu* bu şifreyi girmek olacaktır. Şifrelemeyi etkinleştirmek için "
"lütfen parolanızı aşağıya girin."
#: ReactNativeClient/lib/components/screens/encryption-config.js:177
msgid "Enable"
msgstr "Etkinleştir"
#: ReactNativeClient/lib/components/screens/encryption-config.js:248
msgid "Missing Master Keys"
msgstr "Eksik Ana Anahtar"
#: ReactNativeClient/lib/components/screens/encryption-config.js:249
msgid ""
"The master keys with these IDs are used to encrypt some of your items, "
"however the application does not currently have access to them. It is likely "
"they will eventually be downloaded via synchronisation."
msgstr ""
"Bu kimlikleri olan ana anahtarlar öğelerinizden bazılarını şifrelemek için "
"kullanılır, ancak uygulama şu anda bunlara erişemez. Büyük olasılıkla "
"senkronizasyon yoluyla indirilmeleri sağlanacaktır."
#: ReactNativeClient/lib/components/screens/encryption-config.js:258
msgid "Disable encryption"
msgstr "Şifrelemeyi devre dışı bırak"
#: ReactNativeClient/lib/components/screens/encryption-config.js:258
msgid "Enable encryption"
msgstr "Şifrelemeyi etkinleştir"
#: ReactNativeClient/lib/components/screens/encryption-config.js:264
#: ReactNativeClient/lib/components/screens/config.js:316
msgid "Encryption Config"
msgstr "Yapılandırmayı şifrele"
#: ReactNativeClient/lib/components/screens/encryption-config.js:268
msgid ""
"For more information about End-To-End Encryption (E2EE) and advice on how to "
"enable it please check the documentation:"
msgstr ""
"Uçtan Uca Şifreleme (E2EE) hakkında bilgi ve nasıl aktif edilebileceğine "
"dair ipuçları için lütfen belgeleri inceleyin:"
#: ReactNativeClient/lib/components/screens/log.js:100
#: ReactNativeClient/lib/components/screens/config.js:439
msgid "Log"
msgstr "Log"
#: ReactNativeClient/lib/components/screens/log.js:117
msgid "Show all"
msgstr "Tümünü göster"
#: ReactNativeClient/lib/components/screens/log.js:117
msgid "Errors only"
msgstr "Sadece hatalar"
#: ReactNativeClient/lib/components/screens/config.js:50
msgid "Warning"
msgstr "Uyarı"
#: ReactNativeClient/lib/components/screens/config.js:50
msgid ""
"In order to use file system synchronisation your permission to write to "
"external storage is required."
msgstr ""
"Dosya sistemi senkronizasyonu için, hedef depolamada sizin yazma yetkiniz "
"gereklidir."
#: ReactNativeClient/lib/components/screens/config.js:436
msgid "Tools"
msgstr "Araçlar"
#: ReactNativeClient/lib/components/screens/config.js:438
msgid "Sync Status"
msgstr "Senkronizasyon Durumu"
#: ReactNativeClient/lib/components/screens/config.js:441
msgid "Creating report..."
msgstr "Rapor oluşturuluyor..."
#: ReactNativeClient/lib/components/screens/config.js:441
msgid "Export Debug Report"
msgstr "Hata Ayıklama Raporunu Dışa Aktar"
#: ReactNativeClient/lib/components/screens/config.js:443
msgid "Fixing search index..."
msgstr "Arama indeksi düzeltiliyor..."
#: ReactNativeClient/lib/components/screens/config.js:443
msgid "Fix search index"
msgstr "Arama indeksini düzelt"
#: ReactNativeClient/lib/components/screens/config.js:443
msgid ""
"Use this to rebuild the search index if there is a problem with search. It "
"may take a long time depending on the number of notes."
msgstr ""
"Arama ile ilgili bir sorun olduğunda bunu kullanın. Not sayısına göre bu "
"işlem uzun sürebilir."
#: ReactNativeClient/lib/components/screens/config.js:446
msgid "Exporting profile..."
msgstr "Profil dışa aktarılıyor..."
#: ReactNativeClient/lib/components/screens/config.js:446
msgid "Export profile"
msgstr "Profili dışarı aktar"
#: ReactNativeClient/lib/components/screens/config.js:446
msgid "For debugging purpose only: export your profile to an external SD card."
msgstr ""
"Sadece hata ayıklama amacıyla için: Profilinizi harici SD kart'a çıktı alın."
#: ReactNativeClient/lib/components/screens/config.js:461
msgid "More information"
msgstr "Daha fazla bilgi"
#: ReactNativeClient/lib/components/screens/config.js:471
msgid ""
"To work correctly, the app needs the following permissions. Please enable "
"them in your phone settings, in Apps > Joplin > Permissions"
msgstr ""
"Düzgün çalışması için uygulamanın aşağıdaki izinlere ihtiyacı var. Lütfen "
"bunları telefon ayarlarınızda, Uygulamalar> Joplin> İzinlerde etkinleştirin"
#: ReactNativeClient/lib/components/screens/config.js:474
msgid ""
"- Storage: to allow attaching files to notes and to enable filesystem "
"synchronisation."
msgstr ""
"- Depolama: notlara dosya eklenmesine ve dosya sistemi senkronizasyonunun "
"etkinleştirilmesine izin vermek için."
#: ReactNativeClient/lib/components/screens/config.js:477
msgid "- Camera: to allow taking a picture and attaching it to a note."
msgstr "-Kamera: fotoğraf çekimi ve fotoğrafın nota eklenebilmesi için."
#: ReactNativeClient/lib/components/screens/config.js:480
msgid "- Location: to allow attaching geo-location information to a note."
msgstr ""
"- Konum: coğrafi konum bilgilerinin bir nota eklenmesine izin vermek için."
#: ReactNativeClient/lib/components/screens/config.js:509
msgid "Joplin website"
msgstr "Joplin Web Sitesi"
#: ReactNativeClient/lib/components/screens/config.js:537
#, javascript-format
msgid "Database v%s"
msgstr "Veritabanı v%s"
#: ReactNativeClient/lib/components/screens/config.js:543
#, javascript-format
msgid "FTS enabled: %d"
msgstr "FTS aktif edildi: %d"
#: ReactNativeClient/lib/components/screens/Note.js:98
msgid "This note has been modified:"
msgstr "Bu not değiştirildi:"
#: ReactNativeClient/lib/components/screens/Note.js:98
msgid "Save changes"
msgstr "Değişiklikleri kaydet"
#: ReactNativeClient/lib/components/screens/Note.js:98
msgid "Discard changes"
msgstr "Değişiklikleri iptal et"
#: ReactNativeClient/lib/components/screens/Note.js:150
#, javascript-format
msgid "No item with ID %s"
msgstr "Bu kimlikte öğe yok : %s"
#: ReactNativeClient/lib/components/screens/Note.js:168
msgid "This attachment is not downloaded or not decrypted yet."
msgstr "Bu ek henüz indirilmedi veya şifrelenmedi."
#: ReactNativeClient/lib/components/screens/Note.js:173
#, javascript-format
msgid "The Joplin mobile app does not currently support this type of link: %s"
msgstr ""
"Joplin mobil uygulaması şu anda bu tür bir bağlantıyı desteklemiyor: %s"
#: ReactNativeClient/lib/components/screens/Note.js:178
#, javascript-format
msgid "Links with protocol \"%s\" are not supported"
msgstr "“%s” formatlı linkler desteklenmiyor"
#: ReactNativeClient/lib/components/screens/Note.js:340
msgid ""
"In order to associate a geo-location with the note, the app needs your "
"permission to access your location.\n"
"\n"
"You may turn off this option at any time in the Configuration screen."
msgstr ""
#: ReactNativeClient/lib/components/screens/Note.js:341
#, fuzzy
msgid "Permission needed"
msgstr "Kamera kullanımı için izin"
#: ReactNativeClient/lib/components/screens/Note.js:583
#, javascript-format
msgid "Unsupported image type: %s"
msgstr "Desteklenmeyen resim türü: %s"
#: ReactNativeClient/lib/components/screens/Note.js:723
#, javascript-format
msgid "Updated: %s"
msgstr "Güncellendi: %s"
#: ReactNativeClient/lib/components/screens/Note.js:726
msgid "View on map"
msgstr "Haritada gör"
#: ReactNativeClient/lib/components/screens/Note.js:733
msgid "Go to source URL"
msgstr "URL kaynağına git"
#: ReactNativeClient/lib/components/screens/Note.js:762
msgid "Attach..."
msgstr "Ekle..."
#: ReactNativeClient/lib/components/screens/Note.js:773
msgid "Attach photo"
msgstr "Fotoğraf ekle"
#: ReactNativeClient/lib/components/screens/Note.js:774
msgid "Take photo"
msgstr "Fotoğraf çek"
#: ReactNativeClient/lib/components/screens/Note.js:775
msgid "Choose an option"
msgstr "Bir seçim yap"
#: ReactNativeClient/lib/components/screens/Note.js:808
msgid "Convert to note"
msgstr "Nota çevir"
#: ReactNativeClient/lib/components/screens/Note.js:808
msgid "Convert to todo"
msgstr "Yapılacak listesi olarak çevir"
#: ReactNativeClient/lib/components/screens/Note.js:822
msgid "Properties"
msgstr "Özellikler"
#: ReactNativeClient/lib/components/screens/Note.js:945
#: ReactNativeClient/lib/components/screens/Note.js:975
msgid "Add body"
msgstr "Gövde Ekle"
#: ReactNativeClient/lib/components/screens/Note.js:1001
msgid "Add title"
msgstr "Başlık ekle"
#: ReactNativeClient/lib/components/screens/search.js:160
msgid "Search"
msgstr "Arama"
#: ReactNativeClient/lib/onedrive-api.js:367
msgid ""
"Cannot refresh token: authentication data is missing. Starting the "
"synchronisation again may fix the problem."
msgstr ""
"Anahtar yenilenemiyor: kimlik doğrulama verileri eksik. Senkronizasyonu "
"tekrar başlatmak sorunu çözebilir."
#: ReactNativeClient/lib/Synchronizer.js:108
#, javascript-format
msgid "Created local items: %d."
msgstr "Oluşturulan yerel öğeler: %d."
#: ReactNativeClient/lib/Synchronizer.js:110
#, javascript-format
msgid "Updated local items: %d."
msgstr "Güncellenen yerel öğeler: %d."
#: ReactNativeClient/lib/Synchronizer.js:112
#, javascript-format
msgid "Created remote items: %d."
msgstr "Oluşturulan uzak öğeler: %d."
#: ReactNativeClient/lib/Synchronizer.js:114
#, javascript-format
msgid "Updated remote items: %d."
msgstr "Güncellenen uzak öğeler: %d."
#: ReactNativeClient/lib/Synchronizer.js:116
#, javascript-format
msgid "Deleted local items: %d."
msgstr "Silinen yerel öğeler: %d."
#: ReactNativeClient/lib/Synchronizer.js:118
#, javascript-format
msgid "Deleted remote items: %d."
msgstr "Silinen uzaktaki öğeler: %d."
#: ReactNativeClient/lib/Synchronizer.js:120
#, javascript-format
msgid "Fetched items: %d/%d."
msgstr "Alınan öğeler: %d/%d."
#: ReactNativeClient/lib/Synchronizer.js:122
msgid "Cancelling..."
msgstr "İptal ediliyor..."
#: ReactNativeClient/lib/Synchronizer.js:124
#, javascript-format
msgid "Completed: %s"
msgstr "Tamamlanan: %s"
#: ReactNativeClient/lib/Synchronizer.js:126
#, javascript-format
msgid "Last error: %s"
msgstr "Son hata: %s"
#: ReactNativeClient/lib/Synchronizer.js:233
msgid "Idle"
msgstr "Boşta"
#: ReactNativeClient/lib/Synchronizer.js:235
msgid "In progress"
msgstr "Devam etmekte"
#: ReactNativeClient/lib/JoplinServerApi.js:71
#, javascript-format
msgid ""
"Could not connect to the Joplin Nextcloud app. Please check the "
"configuration in the Synchronisation config screen. Full error was:\n"
"\n"
"%s"
msgstr ""
"Joplin Nextcloud uygulamasına bağlanılamadı. Lütfen senkronizasyon "
"yapılandırması ekranını kontrol edin. Hatanın tamamı:\n"
"\n"
"%s"
#: ReactNativeClient/lib/SyncTargetNextcloud.js:26
msgid "Nextcloud"
msgstr "Nextcloud"
#: ReactNativeClient/lib/SyncTargetWebDAV.js:23
msgid "WebDAV"
msgstr "WebDAV"
#: ReactNativeClient/lib/SyncTargetFilesystem.js:18
msgid "File system"
msgstr "Dosya sistemi"
#: ReactNativeClient/lib/commands/historyForward.js:17
msgid "Forward"
msgstr "İleri"
#: ReactNativeClient/lib/versionInfo.js:10
#, javascript-format
msgid "Revision: %s (%s)"
msgstr "Sürüm: %s (%s)"
#: ReactNativeClient/lib/versionInfo.js:20
#, javascript-format
msgid "%s %s (%s, %s)"
msgstr "%s %s (%s, %s)"
#: ReactNativeClient/lib/versionInfo.js:22
#, javascript-format
msgid "Client ID: %s"
msgstr "İstemci ID: %s"
#: ReactNativeClient/lib/versionInfo.js:23
#, javascript-format
msgid "Sync Version: %s"
msgstr "Yeni sürüm: %s"
#: ReactNativeClient/lib/versionInfo.js:24
#, javascript-format
msgid "Profile Version: %s"
msgstr "Profil sürümü: %s"
#: ReactNativeClient/lib/versionInfo.js:25
#, javascript-format
msgid "Keychain Supported: %s"
msgstr "Keychain Desteği: %s"
#: ReactNativeClient/lib/services/RevisionService.js:221
msgid "Restored Notes"
msgstr "Geri Yüklenen Notlar"
#: ReactNativeClient/lib/services/interop/InteropService_Exporter_Jex.js:43
msgid "There is no data to export."
msgstr "Çıkartılacak veri bulunmuyor."
#: ReactNativeClient/lib/services/interop/types.js:23
msgid "File"
msgstr "Dosya"
#: ReactNativeClient/lib/services/interop/types.js:23
msgid "Directory"
msgstr "Dizin"
#: ReactNativeClient/lib/services/interop/InteropService_Importer_Md.js:41
msgid "Please specify the notebook where the notes should be imported to."
msgstr "Lütfen notların alınacağı not defterini belirtin."
#: ReactNativeClient/lib/services/interop/InteropService.js:48
#: ReactNativeClient/lib/services/interop/InteropService.js:57
msgid "Joplin Export File"
msgstr "Joplin Dışa Aktarım Dosyası"
#: ReactNativeClient/lib/services/interop/InteropService.js:50
#: ReactNativeClient/lib/services/interop/InteropService.js:58
msgid "Joplin Export Directory"
msgstr "Joplin Dışa Aktarım Dizini"
#: ReactNativeClient/lib/services/interop/InteropService.js:51
msgid "Evernote Export File (as Markdown)"
msgstr "Evernote Dosya Dışa Aktarım (Markdown olarak)"
#: ReactNativeClient/lib/services/interop/InteropService.js:52
msgid "Evernote Export File (as HTML)"
msgstr "Evernote Dosya Dışa Aktarım (HTML olarak)"
#: ReactNativeClient/lib/services/interop/InteropService.js:60
msgid "HTML File"
msgstr "HTML Dosyası"
#: ReactNativeClient/lib/services/interop/InteropService.js:61
msgid "HTML Directory"
msgstr "HTML Dizini"
#: ReactNativeClient/lib/services/interop/InteropService.js:127
#, javascript-format
msgid "Cannot load \"%s\" module for format \"%s\" and output \"%s\""
msgstr "\"%s\" modülü \"%s\" formatı ve \"%s\" çıktısı için yüklenemedi"
#: ReactNativeClient/lib/services/interop/InteropService.js:152
#, fuzzy, javascript-format
msgid "Cannot load \"%s\" module for format \"%s\" and target \"%s\""
msgstr "\"%s\" modülü \"%s\" formatı ve \"%s\" çıktısı için yüklenemedi"
#: ReactNativeClient/lib/services/interop/InteropService.js:187
#, javascript-format
msgid "Please specify import format for %s"
msgstr "Lütfen %s için içe aktarma biçimini belirtin"
#: ReactNativeClient/lib/services/KeymapService.js:240
#, fuzzy
msgid "command"
msgstr "Komut"
#: ReactNativeClient/lib/services/KeymapService.js:240
#: ReactNativeClient/lib/services/KeymapService.js:245
#, fuzzy, javascript-format
msgid "\"%s\" is missing the required \"%s\" property."
msgstr ""
"%s tuş haritası, işlemler için gerekli olan \"command\" özelliğini "
"barındırmıyor."
#: ReactNativeClient/lib/services/KeymapService.js:245
#: ReactNativeClient/lib/services/KeymapService.js:252
msgid "accelerator"
msgstr ""
#: ReactNativeClient/lib/services/KeymapService.js:252
#, fuzzy, javascript-format
msgid "Invalid %s: %s."
msgstr "Yanlış cevap: %s"
#: ReactNativeClient/lib/services/KeymapService.js:270
#, javascript-format
msgid ""
"Accelerator \"%s\" is used for \"%s\" and \"%s\" commands. This may lead to "
"unexpected behaviour."
msgstr ""
"Kısayol \"%s\", \"%s\" ve \"%s\" komutları için kullanılıyor. Bu beklenmeyen "
"sonuçlara sebep verebilir."
#: ReactNativeClient/lib/services/KeymapService.js:295
#, javascript-format
msgid "Accelerator \"%s\" is not valid."
msgstr "Kısayol \"%s\" geçersiz."
#: ReactNativeClient/lib/services/report.js:121
msgid "Items that cannot be synchronised"
msgstr "Senkronize edilemeyen öğeler"
#: ReactNativeClient/lib/services/report.js:123
msgid ""
"These items will remain on the device but will not be uploaded to the sync "
"target. In order to find these items, either search for the title or the ID "
"(which is displayed in brackets above)."
msgstr ""
"Bu öğeler cihazda kalacak, ancak senkronize edilmeyecekler. Bu öğeleri "
"bulmak için, başlığı veya kimliği aratın (yukarıdaki parantez içerisinde "
"görüntülenir)."
#: ReactNativeClient/lib/services/report.js:130
#, javascript-format
msgid "%s (%s) could not be uploaded: %s"
msgstr "%s (%s) yüklenemedi: %s"
#: ReactNativeClient/lib/services/report.js:132
#, javascript-format
msgid "Item \"%s\" could not be downloaded: %s"
msgstr "\"%s\" öğesi indirilemedi: %s"
#: ReactNativeClient/lib/services/report.js:142
msgid "Items that cannot be decrypted"
msgstr "Şifresi çözülemeyen öğeler"
#: ReactNativeClient/lib/services/report.js:144
msgid ""
"Joplin failed to decrypt these items multiple times, possibly because they "
"are corrupted or too large. These items will remain on the device but Joplin "
"will no longer attempt to decrypt them."
msgstr ""
"Muhtemelen bozuk ya da çok büyük oldukları için Joplin bu öğelerin şifresini "
"çözmekte birden fazla kere başarısız oldu. Bu öğeler cihazda kalacak ama "
"Joplin artık şifrelerini çözmeye çalışmayacak."
#: ReactNativeClient/lib/services/report.js:182
msgid "Attachments"
msgstr "Ek Dosyalar"
#: ReactNativeClient/lib/services/report.js:190
msgid "Downloaded and decrypted"
msgstr "İndirildi ve şifresi çözüldü"
#: ReactNativeClient/lib/services/report.js:190
#: ReactNativeClient/lib/services/report.js:191
#: ReactNativeClient/lib/services/report.js:194
#, javascript-format
msgid "%s: %d"
msgstr "%s: %d"
#: ReactNativeClient/lib/services/report.js:191
msgid "Downloaded and encrypted"
msgstr "İndirildi ve şifrelendi"
#: ReactNativeClient/lib/services/report.js:204
msgid "Attachments that could not be downloaded"
msgstr "Eklenti dosyası indirilemedi"
#: ReactNativeClient/lib/services/report.js:209
#, javascript-format
msgid "%s (%s): %s"
msgstr "%s (%s): %s"
#: ReactNativeClient/lib/services/report.js:222
msgid "Sync status (synced items / total items)"
msgstr "Senkronizasyon durumu (senkronize öğeler / toplam öğeler)"
#: ReactNativeClient/lib/services/report.js:226
#, javascript-format
msgid "%s: %d/%d"
msgstr "%s: %d/%d"
#: ReactNativeClient/lib/services/report.js:229
#, javascript-format
msgid "Total: %d/%d"
msgstr "Toplam: %d/%d"
#: ReactNativeClient/lib/services/report.js:231
#, javascript-format
msgid "Conflicted: %d"
msgstr "Çakışan: %d"
#: ReactNativeClient/lib/services/report.js:232
#, javascript-format
msgid "To delete: %d"
msgstr "Sil: %d"
#: ReactNativeClient/lib/services/report.js:236
msgid "Folders"
msgstr "Klasörler"
#: ReactNativeClient/lib/services/report.js:244
#, javascript-format
msgid "%s: %d notes"
msgstr "%s: %d not"
#: ReactNativeClient/lib/services/report.js:252
msgid "Coming alarms"
msgstr "Yaklaşan alarmlar"
#: ReactNativeClient/lib/services/report.js:257
#, javascript-format
msgid "On %s: %s"
msgstr "%s: %s"
#~ msgid "Exit"
#~ msgstr "Çıkış"
#~ msgid "Select date"
#~ msgstr "Tarih seç"
#~ msgid "Confirm"
#~ msgstr "Onayla"
#~ msgid "Attach any file"
#~ msgstr "Herhangi bir dosya ekle"
#~ msgid "An unexpected error occured while importing the keymap!"
#~ msgstr "Tuş dizimini içe aktarırken bir hata oluştu!"
#~ msgid "Unknown log level: %s"
#~ msgstr "Bilinmeyen log seviyesi: %s"
#~ msgid "Unknown level ID: %s"
#~ msgstr "Bilinmeyen ID seviyesi: %s"
#~ msgid "Invalid option value: \"%s\". Possible values are: %s."
#~ msgstr "Geçersiz seçenek değeri: \"%s\". Mümkün değerler: %s."
#~ msgid "Synchronize"
#~ msgstr "Senkronize Et"
#~ msgid "Error loading the keymap from file: %s"
#~ msgstr "%s dosyasından tuş haritası yüklenemedi"
#~ msgid "Error saving the keymap to file: %s"
#~ msgstr "%s dosyasına tuş haritası kaydedilemedi"
#~ msgid "Keymap item %s is invalid because %s is not a valid command."
#~ msgstr "%s tuş haritası geçersizdir, çünkü %s geçerli bir komut değildir."
#~ msgid "Keymap item %s is missing the required \"accelerator\" property."
#~ msgstr ""
#~ "%s tuş haritası, işlemler için gerekli olan \"accelerator\" özelliğini "
#~ "barındırmıyor."
#~ msgid "Keymap item %s is invalid because %s is not a valid accelerator."
#~ msgstr ""
#~ "%s tuş haritası geçersizdir, çünkü %s geçerli bir accelerator değildir."
#~ msgid "Json Export Directory"
#~ msgstr "Json Dışa Aktarım Dizini"
#~ msgid ""
#~ "This item is currently encrypted: %s \"%s\". Please wait for all items to "
#~ "be decrypted and try again."
#~ msgstr ""
#~ "Bu öğe şu anda şifreli: %s \"%s\". Lütfen tüm öğelerin şifresinin "
#~ "çözülmesini bekleyin ve tekrar deneyin."
#~ msgid "Cancelling... Please wait."
#~ msgstr "İptal ediliyor... Lütfen bekleyin."
#~ msgid "Remove tag \"%s\" and its descendant tags from all notes?"
#~ msgstr ""
#~ "“%s” etiketi ve ona bağlı diğer etiketler tüm notlardan kaldırılsın mı?"
#~ msgid ""
#~ "Could not synchronise with OneDrive.\n"
#~ "\n"
#~ "This error often happens when using OneDrive for Business, which "
#~ "unfortunately cannot be supported.\n"
#~ "\n"
#~ "Please consider using a regular OneDrive account."
#~ msgstr ""
#~ "OneDrive ile senkronize edilemedi.\n"
#~ "\n"
#~ "Ne yazık ki bu hata genelde desteklenemeyen OneDrive İş'i kullanırken "
#~ "meydana gelir.\n"
#~ "\n"
#~ "Lütfen normal bir OneDrive hesabı kullanmayı deneyin."
#~ msgid "Use CodeMirror as the code editor (WARNING: BETA)."
#~ msgstr "Metin düzenleyici olarak CodeMirror kulan (UYARI: BETA)."
#~ msgid "Cannot move tag to this location."
#~ msgstr "Etiket bu konuma taşınamıyor."
#~ msgid "Tag name cannot start or end with a `/`."
#~ msgstr "Etiket ismi `/` karakteri ile bitemez."
#~ msgid "Tag name cannot contain `//`."
#~ msgstr "Etiket ismi `//` karakterini içeremez."
#~ msgid "Add or remove tags"
#~ msgstr "Etiket ekle veya kaldır"
#~ msgid "Link"
#~ msgstr "Bağlantı"
#~ msgid "Front"
#~ msgstr "Ön"
#~ msgid "Content properties"
#~ msgstr "İçerik özellikleri"
#~ msgid "Split"
#~ msgstr "Ayrıştır"
#~ msgid "Information"
#~ msgstr "Bilgi"
#~ msgid "Resources"
#~ msgstr "Kaynaklar"
#~ msgid ""
#~ "Disabling encryption means *all* your notes and attachments are going to "
#~ "be re-synchronised and sent unencrypted to the sync target. Do you wish "
#~ "to continue?"
#~ msgstr ""
#~ "Şifrelemeyi devre dışı bırakmak *tüm* notlarınızın ve eklerinizin yeniden "
#~ "senkronize edileceği ve senkronizasyon hedefine şifrelenmemiş olarak "
#~ "gönderileceği anlamına gelir. Devam etmek istiyor musunuz?"
#~ msgid "Master Keys"
#~ msgstr "Ana Anahtarlar"
#~ msgid "Active"
#~ msgstr "Aktif"
#~ msgid "Source"
#~ msgstr "Kaynak"
#~ msgid "Password"
#~ msgstr "Şifre"
#~ msgid "Password OK"
#~ msgstr "Şifre OK"
#~ msgid ""
#~ "Note: Only one master key is going to be used for encryption (the one "
#~ "marked as \"active\"). Any of the keys might be used for decryption, "
#~ "depending on how the notes or notebooks were originally encrypted."
#~ msgstr ""
#~ "Not: Şifreleme için yalnızca bir ana anahtar kullanılacaktır (\"etkin\" "
#~ "olarak işaretlenmiş olan). Notların veya not defterlerinin orijinal "
#~ "olarak nasıl şifrelendiğine bağlı olarak, anahtarlardan herhangi biri "
#~ "şifre çözme amacıyla kullanılabilir."
#, fuzzy
#~ msgid "marked text"
#~ msgstr "vurgulanan metin"
#~ msgid "Global zoom percentage"
#~ msgstr "Global yakınlaştırma yüzdesi"
#~ msgid "All potential ports are in use - please report the issue at %s"
#~ msgstr ""
#~ "Tüm potensiyel portlar kullanımdadır - lütfen %s hata bildirimi yapınız"
#~ msgid "Synchronisation is already in progress. State: %s"
#~ msgstr "Senkronizasyon zaten devam ediyor. Durum: %s"
#, fuzzy
#~ msgid "Confirm master password:"
#~ msgstr "Ana şifreyi girin:"
#, fuzzy
#~ msgid "Confirm password"
#~ msgstr "Ana şifreyi girin:"
#, fuzzy
#~ msgid "Missing required argument: note"
#~ msgstr "Gerekli argüman eksik gözüküyor: %s"
#~ msgid "Note has been saved."
#~ msgstr "Not kaydedildi."
#~ msgid "Synchronisation status"
#~ msgstr "Senkronizasyon durumu"
#~ msgid "General Options"
#~ msgstr "Genel seçenekler"
#~ msgid "Encryption options"
#~ msgstr "Şifreleme seçenekleri"
#~ msgid "Encryption Options"
#~ msgstr "Şifreleme Seçenekleri"
#~ msgid "Clipper Options"
#~ msgstr "Alıntılama Seçenekleri"
#, fuzzy
#~ msgid "Permission to write to external storage"
#~ msgstr "Kamera kullanımı için izin"
#~ msgid "Cancel synchronisation"
#~ msgstr "Senkronizasyonu iptal et"
#~ msgid "Hide metadata"
#~ msgstr "Metadata'yı gizle"
#~ msgid "Show metadata"
#~ msgstr "Metadata'yı göster"
#~ msgid "Delete notebook"
#~ msgstr "Not defterini sil"
#~ msgid ""
#~ "Click on the (+) button to create a new note or notebook. Click on the "
#~ "side menu to access your existing notebooks."
#~ msgstr ""
#~ "Yeni bir not veya not defteri oluşturmak için (+) düğmesine tıklayın. "
#~ "Mevcut not defterlerinize erişmek için yandaki menüye tıklayın."
#~ msgid ""
#~ "You currently have no notebook. Create one by clicking on (+) button."
#~ msgstr ""
#~ "Şu anda not defteriniz yok. (+) butonuna tıklayarak bir tane oluşturun."
#~ msgid "Welcome"
#~ msgstr "Hoş Geldiniz"
#~ msgid "Separate each tag by a comma."
#~ msgstr "Her etiketi virgülle ayırın."
#~ msgid ""
#~ "The path to synchronise with when file system synchronisation is enabled. "
#~ "See `sync.target`."
#~ msgstr ""
#~ "Dosya sistemi senkronizasyonu etkinleştirildiğinde senkronize edilecek "
#~ "yol. Bakınız `sync.target`."