13 lines
387 B
JavaScript
13 lines
387 B
JavaScript
|
'use strict';
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
exports.default = {
|
||
|
DOWNLOAD_IS_SLOW: 'This is taking a while, do you want to cancel the download and try again?',
|
||
|
DOWNLOADING: 'Downloading project files...',
|
||
|
EXTRACTING: 'Extracting project files...',
|
||
|
CUSTOMIZING: 'Customizing project...'
|
||
|
};
|
||
|
//# sourceMappingURL=__sourcemaps__/MessageCode.js.map
|