-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
552139d
commit e2d52c6
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"config.scribble.title": "Scribble Konfigürasyonu", | ||
"config.scribble.option.copy_formatting_codes": "Biçimlendirme kodlarını kopyala", | ||
"config.scribble.description.copy_formatting_codes": "Bu seçenek, metin kopyalarken veya yapıştırırken SHIFT tuşuna \nbasılarak geçici olarak devre dışı bırakılabilir.", | ||
"config.scribble.option.center_book_gui": "Kitap arayüzlerini dikey olarak ortala", | ||
"text.scribble.action.delete_page": "Sayfayı sil", | ||
"text.scribble.action.insert_new_page": "Yeni sayfa ekle", | ||
"text.scribble.action.save_book_to_file": "Kitabı dosyaya kaydet...", | ||
"text.scribble.action.load_book_from_file": "Dosyadan kitap yükle...", | ||
"text.scribble.overwrite_warning.title": "Bu kitabın üzerine yazmak istediğinizden emin misiniz?", | ||
"text.scribble.overwrite_warning.description": "Mevcut içerik sonsuza kadar kaybolacak! (Çok uzun bir süre!)", | ||
"text.scribble.quit_without_saving.title": "Kaydetmeden çıkmak istediğinizden emin misiniz?", | ||
"text.scribble.quit_without_saving.description": "Bu kitaba yapılan değişiklikler kaybolacak!", | ||
"text.scribble.modifier.bold": "Kalın", | ||
"text.scribble.modifier.italic": "İtalik", | ||
"text.scribble.modifier.underline": "Altı Çizili", | ||
"text.scribble.modifier.strikethrough": "Üstü Çizili", | ||
"text.scribble.modifier.obfuscated": "Gizlenmiş", | ||
"text.scribble.color.black": "Siyah", | ||
"text.scribble.color.dark_gray": "Koyu Gri", | ||
"text.scribble.color.gray": "Gri", | ||
"text.scribble.color.white": "Beyaz", | ||
"text.scribble.color.dark_red": "Koyu Kırmızı", | ||
"text.scribble.color.red": "Kırmızı", | ||
"text.scribble.color.gold": "Altın", | ||
"text.scribble.color.yellow": "Sarı", | ||
"text.scribble.color.dark_green": "Koyu Yeşil", | ||
"text.scribble.color.green": "Yeşil", | ||
"text.scribble.color.dark_aqua": "Koyu Turkuaz", | ||
"text.scribble.color.aqua": "Turkuaz", | ||
"text.scribble.color.dark_blue": "Koyu Mavi", | ||
"text.scribble.color.blue": "Mavi", | ||
"text.scribble.color.dark_purple": "Koyu Mor", | ||
"text.scribble.color.light_purple": "Açık Mor" | ||
} |