Files
svgedit/dist/editor/system/extensions/ext-locale/webappfind/zh_CN.js
2020-08-29 00:07:07 +02:00

18 lines
284 B
JavaScript

System.register([], function (exports) {
'use strict';
return {
execute: function () {
var zhCN = exports('default', {
name: 'WebAppFind',
buttons: [
{
title: '保存图片到磁盘'
}
]
});
}
};
});