@dsvllc/summernote-image-attributes
Version:
Summernote plugin to edit image attributes
32 lines (31 loc) • 931 B
JavaScript
$.extend(true,$.summernote.lang,{
'zh-TW':{ /* Chinese Traditional */
imageAttributes:{
dialogTitle: '圖片提示',
tooltip: '圖片提示',
tabImage: '圖片',
src: '資源',
browse: '瀏覽',
title: '標題',
alt: '圖片說明',
dimensions: '外形尺寸',
tabAttributes: '屬性',
class: '类',
style: '样式',
role: '角色',
tabLink: '鏈接',
linkHref: '網址',
linkTarget: '目標',
linkTargetInfo: '選項: _self, _blank, _top, _parent',
linkClass: '类',
linkStyle: '样式',
linkRel: '相對',
linkRelInfo: '選項: alternate, author, bookmark, help, license, next, nofollow, noreferrer, prefetch, prev, search, tag',
linkRole: '角色',
tabUpload: '上傳',
upload: '上傳',
tabBrowse: '瀏覽',
editBtn: '好'
}
}
});