adjkust package for instrument
This commit is contained in:
17
dist/editor/system/extensions/ext-locale/webappfind/zh_CN.js
vendored
Normal file
17
dist/editor/system/extensions/ext-locale/webappfind/zh_CN.js
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
System.register([], function (exports) {
|
||||
'use strict';
|
||||
return {
|
||||
execute: function () {
|
||||
|
||||
var zhCN = exports('default', {
|
||||
name: 'WebAppFind',
|
||||
buttons: [
|
||||
{
|
||||
title: '保存图片到磁盘'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
}
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user