- l10n: Add zh-CN dist files
- Linting (ESLint): Add back `no-console`; while useful for debugging, could flag incomplete code (and was breaking at reporting of unused directives) - Docs (CHANGES): Add changes and apply more formal style - Build: Rebuild with updated Babel/Rollup - npm: Update devDeps
This commit is contained in:
25
dist/extensions/ext-locale/foreignobject/zh-CN.js
vendored
Normal file
25
dist/extensions/ext-locale/foreignobject/zh-CN.js
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
var svgEditorExtensionLocale_foreignobject_zh_CN = (function () {
|
||||
'use strict';
|
||||
|
||||
var zhCN = {
|
||||
name: '外部对象',
|
||||
buttons: [{
|
||||
title: '外部对象工具'
|
||||
}, {
|
||||
title: '编辑外部对象内容'
|
||||
}],
|
||||
contextTools: [{
|
||||
title: '改变外部对象宽度',
|
||||
label: 'w'
|
||||
}, {
|
||||
title: '改变外部对象高度',
|
||||
label: 'h'
|
||||
}, {
|
||||
title: '改变外部对象文字大小',
|
||||
label: '文字大小'
|
||||
}]
|
||||
};
|
||||
|
||||
return zhCN;
|
||||
|
||||
}());
|
||||
Reference in New Issue
Block a user