<?php
return [
    // 字段
    'Path'                                       => '路径',
    'Size (kb)'                                  => '大小(kb)',
    'Size'                                       => '文件大小',
    'Suffix'                                     => '后缀',
    'Preview'                                    => '预览',
    'Storage'                                    => '存储位置',
    'Remark'                                     => '描述',
    'Mime type'                                  => 'Mime 类型',
    'Username'                                   => '用户名',
    'User id'                                    => '用户ID',

    // 提示
    'Please enter the remote attachment address' => '请输入远程附件地址',
    'Failed to obtain file header information, please change other URLs' => '文件头部信息获取失败，请更换其他网址',
    'Failed to get file size information, please change to another URL' => '文件大小信息获取失败，请更换其他网址',
    'Failed to get file extension' => '未能获取文件后缀'
];