@dsvllc/summernote-image-attributes
Version:
Summernote plugin to edit image attributes
32 lines (31 loc) • 954 B
JavaScript
$.extend(true,$.summernote.lang,{
'fr-FR':{ /* French */
imageAttributes:{
dialogTitle: 'Attributs de l\'image',
tooltip: 'Attributs de l\'image',
tabImage: 'Image',
src: 'La source',
browse: 'Feuilleter',
title: 'Titre',
alt: 'Alt',
dimensions: 'Dimensions',
tabAttributes: 'Les attributs',
class: 'Class',
style: 'Style',
role: 'Rôle',
tabLink: 'Link',
linkHref: 'URL',
linkTarget: 'Cible',
linkTargetInfo: 'Options: _self, _blank, _top, _parent',
linkClass: 'Class',
linkStyle: 'Style',
linkRel: 'Rel',
linkRelInfo: 'Options: alternate, author, bookmark, help, license, next, nofollow, noreferrer, prefetch, prev, search, tag',
linkRole: 'Rôle',
tabUpload: 'Télécharger',
upload: 'Télécharger',
tabBrowse: 'Feuilleter',
editBtn: 'D\'accord'
}
}
});