@dsvllc/summernote-image-attributes
Version:
Summernote plugin to edit image attributes
32 lines (31 loc) • 955 B
JavaScript
$.extend(true,$.summernote.lang,{
'es-ES':{ /* Spanish */
imageAttributes:{
dialogTitle: 'Propiedades de la Imagen',
tooltip: 'Propiedades de la Imagen',
tabImage: 'Imagen',
src: 'Fuente',
browse: 'Vistazo',
title: 'Titulo',
alt: 'Alternativo',
dimensions: 'Dimensiones',
tabAttributes: 'Atributos',
class: 'Clases',
style: 'Estilo',
role: 'Papel',
tabLink: 'Enlazar',
linkHref: 'URL',
linkTarget: 'Destino',
linkTargetInfo: 'Opciones: _self, _blank, _top, _parent',
linkClass: 'Clases',
linkStyle: 'Estilo',
linkRel: 'Rel',
linkRelInfo: 'Opciones: alternate, author, bookmark, help, license, next, nofollow, noreferrer, prefetch, prev, search, tag',
linkRole: 'Papel',
tabUpload: 'Subir',
upload: 'Subir',
tabBrowse: 'Vistazo',
editBtn: 'DE ACUERDO'
}
}
});