lang.js 1.06 KB
const langBag = {
  zh: {
    hint: '点击,或拖动图片至此处',
    loading: '正在上传……',
    noSupported: '浏览器不支持该功能,请使用IE10以上或其他现在浏览器!',
    success: '上传成功',
    fail: '图片上传失败',
    preview: '头像预览',
    btn: {
      off: '取消',
      close: '关闭',
      back: '上一步',
      save: '保存'
    },
    error: {
      onlyImg: '仅限图片格式',
      outOfSize: '单文件大小不能超过 ',
      lowestPx: '图片最低像素为(宽*高):'
    }
  },
  en: {
    hint: 'Click, or drag the file here',
    loading: 'Uploading……',
    noSupported: 'Browser does not support, please use IE10+ or other browsers',
    success: 'Upload success',
    fail: 'Upload failed',
    preview: 'Preview',
    btn: {
      off: 'Cancel',
      close: 'Close',
      back: 'Back',
      save: 'Save'
    },
    error: {
      onlyImg: 'Image only',
      outOfSize: 'Image exceeds size limit: ',
      lowestPx: 'The lowest pixel in the image: '
    }
  }
}
export default langBag