svgedit/dist/extensions/ext-locale/arrows/zh-CN.js

26 lines
467 B
JavaScript

var svgEditorExtensionLocale_arrows_zh_CN = (function () {
'use strict';
var zhCN = {
name: '箭头',
langList: [{
id: 'arrow_none',
textContent: '无箭头'
}],
contextTools: [{
title: '选择箭头类型',
options: {
none: '无箭头',
end: '---->',
start: '<----',
both: '<--->',
mid: '-->--',
mid_bk: '--<--'
}
}]
};
return zhCN;
}());