All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
package.dist.esm.i18n.tr-tr.js Maven / Gradle / Ivy
/**
* @toast-ui/editor : i18n
* @version 3.2.0 | Fri Aug 05 2022
* @author NHN Cloud FE Development Lab
* @license MIT
*/
import Editor from '@toast-ui/editor';
/**
* @fileoverview I18N for Turkish
* @author Mesut Gölcük
*/
Editor.setLanguage(['tr', 'tr-TR'], {
Markdown: 'Markdown',
WYSIWYG: 'WYSIWYG',
Write: 'Düzenle',
Preview: 'Ön izleme',
Headings: 'Başlıklar',
Paragraph: 'Paragraf',
Bold: 'Kalın',
Italic: 'İtalik',
Strike: 'Altı çizgili',
Code: 'Satır içi kod',
Line: 'Çizgi',
Blockquote: 'Alıntı',
'Unordered list': 'Sıralanmamış liste',
'Ordered list': 'Sıralı liste',
Task: 'Görev kutusu',
Indent: 'Girintiyi arttır',
Outdent: 'Girintiyi azalt',
'Insert link': 'Bağlantı ekle',
'Insert CodeBlock': 'Kod bloku ekle',
'Insert table': 'Tablo ekle',
'Insert image': 'İmaj ekle',
Heading: 'Başlık',
'Image URL': 'İmaj URL',
'Select image file': 'İmaj dosyası seç',
'Choose a file': 'Bir dosya seçin',
'No file': 'Dosya yok',
Description: 'Açıklama',
OK: 'Onay',
More: 'Daha Fazla',
Cancel: 'İptal',
File: 'Dosya',
URL: 'URL',
'Link text': 'Bağlantı yazısı',
'Add row to up': 'Yukarı satır ekle',
'Add row to down': 'Aşağı satır ekle',
'Add column to left': 'Sola sütun ekleyin',
'Add column to right': 'Sağa sütun ekle',
'Remove row': 'Satır sil',
'Remove column': 'Sütun sil',
'Align column to left': 'Sola hizala',
'Align column to center': 'Merkeze hizala',
'Align column to right': 'Sağa hizala',
'Remove table': 'Tabloyu kaldır',
'Would you like to paste as table?': 'Tablo olarak yapıştırmak ister misiniz?',
'Text color': 'Metin rengi',
'Auto scroll enabled': 'Otomatik kaydırma açık',
'Auto scroll disabled': 'Otomatik kaydırma kapalı',
'Choose language': 'Dil seçiniz',
});