1234567891011121314151617181920212223242526 |
- 'use strict';
- const title = 'Cocos Assistant';
- module.exports = {
- title,
- 'info-title': 'Info',
- 'warn-title': 'Warn',
- 'info-non-logged-in': `You have not logged in to your account, \
- please log in if you want to use ${title}.`,
- 'get-entry-url-failed': 'Cannot get the entry URL.',
- ok: 'OK',
- cancel: 'Cancel',
- 'save-image': 'Save Image',
- 'save-file': 'Save File',
- 'select-image': 'Select Image',
- 'select-file': 'Select File',
- 'image-filter-name': 'Image',
- 'file-filter-name': 'File',
- 'session-expired': 'Your login credentials have expired, please re-login Cocos Creator.',
- 'new-version-found': `New version of ${title} found: v_. It is highly recommended that you update. update now?`,
- 'download-new-version-failed': `Fail to download the new version of ${title}.`,
- 'remove-current-version-failed': `Fail to remove current version of ${title}, maybe there are multiple Cocos Creators running, please close all Cocos Creators then retry or try to upgrade the plugin from Extension Store manually.`,
- 'install-new-version-failed': `Fail to install the new version of ${title}.`,
- 'install-new-version-succeed': `Succeed to install the new version of ${title}.`,
- };
|