| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- $.locales['en'].market = {
- readyToDownload: 'Starting to download: :plugin-name',
- completeDownload: ':plugin-name was installed successfully.',
- failedDownload: 'Failed to install. Message: :message',
- check: {
- new: ':count plugins in RELEASE version can be updated',
- pre: ':count plugins in PREVIEW version can be updated'
- },
- market: {
- title: 'Title',
- description: 'Description',
- author: 'Author',
- size: 'Size',
- version: 'Version',
- operations: 'Operations',
- download: 'Download Now',
- viewBrief: 'View Brief',
- briefHint: 'This link may be a homepage of author.',
- versionNew: 'New version available',
- versionPre: 'Preview / Pre-release version'
- },
- preview: {
- title: 'Notice of Preview',
- text: 'This is a version of preview and it may not run well. Sure to download?',
- confirmButton: 'OK',
- cancelButton: 'Cancel'
- },
- //Error
- error: {
- requestPermission: 'You do not have permission to access.',
- writePermission: 'Failed to write. Please check write permission.',
- connection: 'Connection error.',
- download: 'Failed to download',
- unzip: 'Failed to unzip.',
- unknown: 'Unknown error.'
- },
- download: 'Download Now',
- downloading: 'Downloading'
- };
|