@dsvllc/summernote-image-attributes
Version:
Summernote plugin to edit image attributes
32 lines (31 loc) • 945 B
JavaScript
$.extend(true,$.summernote.lang,{
'pt-BR':{ /* Portuguese */
imageAttributes:{
dialogTitle: 'Atributos da Imagem',
tooltip: 'Atributos da Imagem',
tabImage: 'Imagem',
src: 'Fonte',
browse: 'Vistazo',
title: 'Titulo',
alt: 'Texto Alternativo',
dimensions: 'Dimensões',
tabAttributes: 'Atributos',
class: 'Classes',
style: 'Estilo',
role: 'Papel',
tabLink: 'Link',
linkHref: 'URL',
linkTarget: 'Destino',
linkTargetInfo: 'Opções: _self, _blank, _top, _parent',
linkClass: 'Classes',
linkStyle: 'Estilo',
linkRel: 'Rel',
linkRelInfo: 'Opções: alternate, author, bookmark, help, license, next, nofollow, noreferrer, prefetch, prev, search, tag',
linkRole: 'Papel',
tabUpload: 'Enviar',
upload: 'Enviar',
tabBrowse: 'Navegar',
editBtn: 'OK'
}
}
});