Ext.define('Rambox.view.main.About', { extend: 'Ext.window.Window' ,xtype: 'about' ,title: locale['app.about[0]'] ,autoShow: true ,modal: true ,resizable: false ,constrain: true ,width: 300 ,height: 450 ,bodyPadding: 10 ,data: { version: require('electron').remote.app.getVersion() ,platform: process.platform ,arch: process.arch ,electron: process.versions.electron ,chromium: process.versions.chrome ,node: process.versions.node } ,tpl: [ '