@dsvllc/summernote-image-attributes
Version:
Summernote plugin to edit image attributes
32 lines (31 loc) • 990 B
JavaScript
$.extend(true,$.summernote.lang,{
'de-DE':{ /* German */
imageAttributes:{
dialogTitle: 'Bild Eigenschaften',
tooltip: 'Bild Eigenschaften',
tabImage: 'Bild',
src: 'Quelle',
browse: 'Durchsuche',
title: 'Titel',
alt: 'Alt Tag',
dimensions: 'Maße',
tabAttributes: 'Eigenschaften',
class: 'CSS Klasse',
style: 'Stil',
role: 'Rolle',
tabLink: 'Verknüpfung',
linkHref: 'URL',
linkTarget: 'Ziel (target)',
linkTargetInfo: 'Optionen: _self, _blank, _top, _parent',
linkClass: 'CSS Klasse',
linkStyle: 'Stil',
linkRel: 'Verknüpfung Beziehung (Relation)',
linkRelInfo: 'Optionen: alternate, author, bookmark, help, license, next, nofollow, noreferrer, prefetch, prev, search, tag',
linkRole: 'Ruolo',
tabUpload: 'Hochladen',
upload: 'Hochladen',
tabBrowse: 'Durchsuche',
editBtn: 'OK'
}
}
});