11 lines
268 B
Plaintext
11 lines
268 B
Plaintext
|
/**
|
||
|
* @flow
|
||
|
*/
|
||
|
|
||
|
export 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...',
|
||
|
};
|