2023-11-23 21:44:41 +03:00
|
|
|
|
new-document = Yeni belge
|
|
|
|
|
|
open-project = Proje aç
|
|
|
|
|
|
todo = TODO
|
|
|
|
|
|
|
|
|
|
|
|
# Context Pages
|
|
|
|
|
|
|
|
|
|
|
|
## Document statistics
|
|
|
|
|
|
document-statistics = Belge istatistikleri
|
|
|
|
|
|
word-count = Sözcük sayısı
|
|
|
|
|
|
character-count = Karakterler
|
|
|
|
|
|
character-count-no-spaces = Karakterler (boşluksuz)
|
|
|
|
|
|
line-count = Satırlar
|
|
|
|
|
|
|
2024-01-10 18:19:38 +03:00
|
|
|
|
## Git management
|
|
|
|
|
|
git-management = Git yönetimi
|
|
|
|
|
|
unstaged-changes = Hazırlanmış değişiklikler
|
|
|
|
|
|
staged-changes = Hazırlanmamış değişiklikler
|
|
|
|
|
|
|
|
|
|
|
|
## Project search
|
|
|
|
|
|
project-search = Proje arama
|
|
|
|
|
|
|
2023-11-23 21:44:41 +03:00
|
|
|
|
## Settings
|
|
|
|
|
|
settings = Ayarlar
|
|
|
|
|
|
|
|
|
|
|
|
## Appearance
|
|
|
|
|
|
appearance = Görünüş
|
|
|
|
|
|
theme = Tema
|
2024-01-10 18:19:38 +03:00
|
|
|
|
match-desktop = Masaüstüyle eşle
|
2023-11-23 21:44:41 +03:00
|
|
|
|
dark = Karanlık
|
|
|
|
|
|
light = Aydınlık
|
2024-01-10 18:19:38 +03:00
|
|
|
|
syntax-dark = Karanlık sentaks
|
|
|
|
|
|
syntax-light = Aydınlık sentaks
|
2023-11-23 21:44:41 +03:00
|
|
|
|
default-font = Varsayılan yazıtipi
|
|
|
|
|
|
default-font-size = Varsayılan yazıtipi boyutu
|
|
|
|
|
|
|
|
|
|
|
|
### Keyboard shortcuts
|
|
|
|
|
|
keyboard-shortcuts = Klavye kısayolları
|
|
|
|
|
|
enable-vim-bindings = Vim bağlayıcılarını etkinleştir
|
|
|
|
|
|
|
2024-01-10 18:19:38 +03:00
|
|
|
|
|
|
|
|
|
|
# Find
|
|
|
|
|
|
find-placeholder = Bul...
|
|
|
|
|
|
find-previous = Öncekini bul
|
|
|
|
|
|
find-next = Sonrakini bul
|
|
|
|
|
|
replace-placeholder = Değiştir...
|
|
|
|
|
|
replace = Değiştir
|
|
|
|
|
|
replace-all = Hepsini değiştir
|
|
|
|
|
|
|
2023-11-23 21:44:41 +03:00
|
|
|
|
# Menu
|
|
|
|
|
|
|
|
|
|
|
|
## File
|
|
|
|
|
|
file = Dosya
|
|
|
|
|
|
new-file = Yeni dosya
|
|
|
|
|
|
new-window = Yeni pencere
|
|
|
|
|
|
open-file = Dosya aç...
|
|
|
|
|
|
open-recent-file = Son kullanılan dosyalardan aç
|
|
|
|
|
|
close-file = Dosyayı kapat
|
|
|
|
|
|
menu-open-project = Proje aç...
|
|
|
|
|
|
open-recent-project = Son kullanılan projelerden aç
|
|
|
|
|
|
close-project = Projeyi kapat
|
|
|
|
|
|
save = Kaydet
|
|
|
|
|
|
save-as = Farklı kaydet...
|
|
|
|
|
|
revert-all-changes = Bütün değişiklikleri geri al
|
|
|
|
|
|
menu-document-statistics = Belge istatistikleri
|
|
|
|
|
|
document-type = Belge türü...
|
|
|
|
|
|
encoding = Kodlama...
|
|
|
|
|
|
print = Yazdır
|
|
|
|
|
|
quit = Çık
|
|
|
|
|
|
|
|
|
|
|
|
## Edit
|
|
|
|
|
|
edit = Düzenle
|
|
|
|
|
|
undo = Geri al
|
|
|
|
|
|
redo = İleri al
|
|
|
|
|
|
cut = Kes
|
|
|
|
|
|
copy = Kopyala
|
|
|
|
|
|
paste = Yapıştır
|
|
|
|
|
|
select-all = Hepsini Seç
|
|
|
|
|
|
find = Bul
|
2024-01-10 18:19:38 +03:00
|
|
|
|
find-in-project = Projede bul...
|
2023-11-23 21:44:41 +03:00
|
|
|
|
spell-check = Yazım denetimi...
|
|
|
|
|
|
|
|
|
|
|
|
## View
|
|
|
|
|
|
view = Görünüm
|
|
|
|
|
|
indentation = Girinti
|
|
|
|
|
|
|
|
|
|
|
|
### Indentation
|
|
|
|
|
|
automatic-indentation = Kendiliğinden Girinti
|
|
|
|
|
|
tab-width = Sekme genişliği: {$tab_width}
|
|
|
|
|
|
convert-indentation-to-spaces = Girintileri boşluğa çevir
|
|
|
|
|
|
convert-indentation-to-tabs = Girintileri sekmeye çevir
|
|
|
|
|
|
|
|
|
|
|
|
word-wrap = Sözcük kaydırma
|
|
|
|
|
|
show-line-numbers = Satır numaralarını göster
|
|
|
|
|
|
highlight-current-line = Mevcut satırı vurgula
|
|
|
|
|
|
syntax-highlighting = Sentaks vurgulama...
|
|
|
|
|
|
menu-settings = Ayarlar...
|
|
|
|
|
|
menu-keyboard-shortcuts = Klavye kısayolları...
|
|
|
|
|
|
about-cosmic-text-editor = COSMIC Metin Düzenleyicisi Hakkında
|