FileButton.js 222 B

1234567891011
  1. /**
  2. * 简体中文 by lovelyelfpop <479858761@qq.com>
  3. * 2018年3月12日
  4. */
  5. Ext.define('Ext.locale.zh_CN.field.FileButton', {
  6. override: 'Ext.form.field.FileButton',
  7. config: {
  8. text: '浏览...'
  9. }
  10. });