comparison src/languages/tr.js @ 0:4c4fc447baea

start with sceditor-3.1.1
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 04 Aug 2022 15:21:29 -0600
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4c4fc447baea
1 /**
2 * @author Mahmut Yaman - iletisim@/m-yaman.com
3 * @license [MIT](http://www.opensource.org/licenses/mit-license.php)
4 */
5 (function () {
6 'use strict';
7 sceditor.locale['tr'] = {
8 'Bold': 'Kalın',
9 'Italic': 'İtalik',
10 'Underline': 'Altı çizgili',
11 'Strikethrough': 'Üstü çizgili',
12 'Subscript': 'Simge',
13 'Superscript': 'Üstsimge',
14 'Align left': 'Sola yasla',
15 'Center': 'Ortala',
16 'Align right': 'Sağa yasla',
17 'Justify': 'Satır uzunluğuna ayarla',
18 'Font Name': 'Yazı tipi',
19 'Font Size': 'Yazı boyutu',
20 'Font Color': 'Yazı rengi',
21 'Remove Formatting': 'Biçimlendirmeyi temizle',
22 'Cut': 'Kes',
23 'Your browser does not allow the cut command. Please use the keyboard shortcut Ctrl/Cmd-X': 'Tarayıcınız kesme komutuna izin vermiyor. Lütfen Ctrl/Cmd-X klavye kısayolunu kullanın.',
24 'Copy': 'Kopyala',
25 'Your browser does not allow the copy command. Please use the keyboard shortcut Ctrl/Cmd-C': 'Tarayıcınız kopyalama komutuna izin vermiyor. Lütfen Ctrl/Cmd-C klavye kısayolunu kullanın.',
26 'Paste': 'Yapıştır',
27 'Your browser does not allow the paste command. Please use the keyboard shortcut Ctrl/Cmd-V': 'Tarayıcınız yapıştırma komutuna izin vermiyor. Lütfen Ctrl/Cmd-V klavye kısayolunu kullanın.',
28 'Paste your text inside the following box:': 'Yazınızı bu kutucuğa yapıştırın:',
29 'Paste Text': 'Metin Yapıştır',
30 'Bullet list': 'Madde işaretli liste',
31 'Numbered list': 'Numaralı liste',
32 'Undo': 'Geri al',
33 'Redo': 'Yinele',
34 'Rows:': 'Sütun:',
35 'Cols:': 'Kolon:',
36 'Insert a table': 'Tablo ekle',
37 'Insert a horizontal rule': 'Yatay ayraç ekle',
38 'Code': 'Kod',
39 'Width (optional):': 'Genişlik (opsiyonel):',
40 'Height (optional):': 'Yükseklik (opsiyonel):',
41 'Insert an image': 'Resim ekle',
42 'E-mail:': 'E-posta:',
43 'Insert an email': 'E-posta ekle',
44 'URL:': 'URL:',
45 'Insert a link': 'Bağlantı ekle',
46 'Unlink': 'Bağlantıyı kaldır',
47 'More': 'Daha fazla',
48 'Insert an emoticon': 'Yüz ifadesi ekle',
49 'Video URL:': 'Video URL:',
50 'Insert': 'Ekle',
51 'Insert a YouTube video': 'YouTube videosu ekle',
52 'Insert current date': 'Şuanki tarihi ekle',
53 'Insert current time': 'Şuanki saati ekle',
54 'Print': 'Yazdır',
55 'View source': 'Kaynağı görüntüle',
56 'Description (optional):': 'Açıklama (opsiyonel):',
57 'Enter the image URL:': 'Resim URL\'sini girin:',
58 'Enter the e-mail address:': 'E-posta adresini girin:',
59 'Enter the displayed text:': 'Görünecek yazıyı girin:',
60 'Enter URL:': 'URL\'yi girin:',
61 'Enter the YouTube video URL or ID:': 'YouTube video URL\'sini yada ID\'sini girin:',
62 'Insert a Quote': 'Alıntı ekle',
63 'Invalid YouTube video': 'Geçersiz YouTube videosu',
64 dateFormat: 'day-month-year'
65 };
66 })();