RSS Git Download  Clone
Raw View History
Blames found: 3 Mode: javascript Binary: false


Hang on, we reloading big blames...
module.exports = {
title: 'P3X Redis UI Electron', updater: { 'checking-for-update': 'Checking for update ...', 'update-available': 'Update available.', 'update-not-available': 'No new update available.', error: (opts) => { return `Error in auto-updater: ${opts.errorMessage}` }, 'download-progress': (opts) => { return 'Downloaded ' + opts.progressObj.percent + '%' }, 'update-downloaded': 'Update downloaded.' }
}