@dsvllc/summernote-image-attributes
Version:
Summernote plugin to edit image attributes
32 lines (31 loc) • 954 B
JavaScript
$.extend(true,$.summernote.lang,{
'tr-TR':{ /* Turkish */
imageAttributes:{
dialogTitle: 'Resim Özellikleri',
tooltip: 'Resim Özellikleri',
tabImage: 'Yükleme',
src: 'Kaynak',
browse: 'Araştır',
title: 'Başlık',
alt: 'Alt. Metin',
dimensions: 'boyutlar',
tabAttributes: 'Öznitellikler',
class: 'Sınıf',
style: 'Stil',
role: 'Rol',
tabLink: 'bağlantı',
linkHref: 'URL',
linkTarget: 'Hedef',
linkTargetInfo: 'Seçenekler: _self, _blank, _top, _parent',
linkClass: 'Sınıf',
linkStyle: 'Stil',
linkRel: 'Rol',
linkRelInfo: 'Seçenekler: alternate, author, bookmark, help, license, next, nofollow, noreferrer, prefetch, prev, search, tag',
linkRole: 'Rol',
tabUpload: 'Yükleme',
upload: 'Yükleme',
tabBrowse: 'Araştır',
editBtn: 'tamam'
}
}
});