You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/lib/dijit/_editor/nls/tr/commands.js.uncompressed.js

52 lines
1.6 KiB
JavaScript

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.

define(
"dijit/_editor/nls/tr/commands", ({
'bold': 'Kalın',
'copy': 'Kopyala',
'cut': 'Kes',
'delete': 'Sil',
'indent': 'Girinti',
'insertHorizontalRule': 'Yatay Kural',
'insertOrderedList': 'Numaralı Liste',
'insertUnorderedList': 'Madde İşaretli Liste',
'italic': 'İtalik',
'justifyCenter': 'Ortaya Hizala',
'justifyFull': 'Yasla',
'justifyLeft': 'Sola Hizala',
'justifyRight': 'Sağa Hizala',
'outdent': ıkıntı',
'paste': 'Yapıştır',
'redo': 'Yinele',
'removeFormat': 'Biçimi Kaldır',
'selectAll': 'Tümünü Seç',
'strikethrough': 'Üstü Çizili',
'subscript': 'Alt Simge',
'superscript': 'Üst Simge',
'underline': 'Altı Çizili',
'undo': 'Geri Al',
'unlink': 'Bağlantıyı Kaldır',
'createLink': 'Bağlantı Oluştur',
'toggleDir': 'Yönü Değiştir',
'insertImage': 'Resim Ekle',
'insertTable': 'Tablo Ekle/Düzenle',
'toggleTableBorder': 'Tablo Kenarlığını Göster/Gizle',
'deleteTable': 'Tabloyu Sil',
'tableProp': 'Tablo Özelliği',
'htmlToggle': 'HTML Kaynağı',
'foreColor': 'Ön Plan Rengi',
'hiliteColor': 'Arka Plan Rengi',
'plainFormatBlock': 'Paragraf Stili',
'formatBlock': 'Paragraf Stili',
'fontSize': 'Yazı Tipi Boyutu',
'fontName': 'Yazı Tipi Adı',
'tabIndent': 'Sekme Girintisi',
"fullScreen": "Tam Ekranı Aç/Kapat",
"viewSource": "HTML Kaynağını Görüntüle",
"print": "Yazdır",
"newPage": "Yeni Sayfa",
/* Error messages */
'systemShortcut': '"${0}" işlemi yalnızca tarayıcınızda bir klavye kısayoluyla birlikte kullanılabilir. Şunu kullanın: ${1}.',
'ctrlKey':'ctrl+${0}',
'appleKey':'\u2318${0}' // "command" or open-apple key on Macintosh
})
);