locale.js 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. $.locales['en'].market = {
  2. readyToDownload: 'Starting to download: :plugin-name',
  3. completeDownload: ':plugin-name was installed successfully.',
  4. failedDownload: 'Failed to install. Message: :message',
  5. check: {
  6. new: ':count plugins in RELEASE version can be updated',
  7. pre: ':count plugins in PREVIEW version can be updated'
  8. },
  9. market: {
  10. title: 'Title',
  11. description: 'Description',
  12. author: 'Author',
  13. size: 'Size',
  14. version: 'Version',
  15. operations: 'Operations',
  16. download: 'Download Now',
  17. viewBrief: 'View Brief',
  18. briefHint: 'This link may be a homepage of author.',
  19. versionNew: 'New version available',
  20. versionPre: 'Preview / Pre-release version'
  21. },
  22. preview: {
  23. title: 'Notice of Preview',
  24. text: 'This is a version of preview and it may not run well. Sure to download?',
  25. confirmButton: 'OK',
  26. cancelButton: 'Cancel'
  27. },
  28. //Error
  29. error: {
  30. requestPermission: 'You do not have permission to access.',
  31. writePermission: 'Failed to write. Please check write permission.',
  32. connection: 'Connection error.',
  33. download: 'Failed to download',
  34. unzip: 'Failed to unzip.',
  35. unknown: 'Unknown error.'
  36. },
  37. download: 'Download Now',
  38. downloading: 'Downloading'
  39. };