You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

common.php 382 B

4 years ago
12345678
  1. <?php
  2. return [
  3. 'No file upload or server upload limit exceeded' => '未上传文件或超出服务器上传限制',
  4. 'Uploaded file format is limited' => '上传文件格式受限制',
  5. 'Uploaded file is not a valid image' => '上传文件不是有效的图片文件',
  6. 'Upload successful' => '上传成功',
  7. ];