zh-cn.php 2.4 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. return [
  3. 'You can upload up to %d file%s' => '你最多还可以上传%d个文件',
  4. 'You can choose up to %d file%s' => '你最多还可以选择%d个文件',
  5. 'Chunk file write error' => '分片写入失败',
  6. 'Chunk file info error' => '分片文件错误',
  7. 'Chunk file merge error' => '分片合并错误',
  8. 'Chunk file disabled' => '未开启分片上传功能',
  9. 'Cancel upload' => '取消上传',
  10. 'Upload canceled' => '上传已取消',
  11. 'No file upload or server upload limit exceeded' => '未上传文件或超出服务器上传限制',
  12. 'Uploaded file format is limited' => '上传文件格式受限制',
  13. 'Uploaded file is not a valid image' => '上传文件不是有效的图片文件',
  14. 'Are you sure you want to cancel this upload?' => '确定取消上传?',
  15. 'Remove file' => '移除文件',
  16. 'You can only upload a maximum of %s files' => '你最多允许上传 %s 个文件',
  17. 'You can\'t upload files of this type' => '不允许上传的文件类型',
  18. 'Server responded with %s code' => '服务端响应(Code:%s)',
  19. 'File is too big (%sMiB), Max filesize: %sMiB' => '当前上传(%sM),最大允许上传文件大小:%sM',
  20. 'Redirect now' => '立即跳转',
  21. 'Operation completed' => '操作成功!',
  22. 'Operation failed' => '操作失败!',
  23. 'Unknown data format' => '未知的数据格式!',
  24. 'Network error' => '网络错误!',
  25. 'Advanced search' => '高级搜索',
  26. 'Invalid parameters' => '未知参数',
  27. 'No results were found' => '记录未找到',
  28. 'Parameter %s can not be empty' => '参数%s不能为空',
  29. 'You have no permission' => '你没有权限访问',
  30. 'An unexpected error occurred' => '发生了一个意外错误,程序猿正在紧急处理中',
  31. 'This page will be re-directed in %s seconds' => '页面将在 %s 秒后自动跳转',
  32. ];