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.
16 lines
651 B
16 lines
651 B
4 weeks ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
'No file upload or server upload limit exceeded' => '未上传文件或超出服务器上传限制',
|
||
|
'Uploaded file format is limited' => '上传文件格式受限制',
|
||
|
'Uploaded file is not a valid image' => '上传文件不是有效的图片文件',
|
||
|
'Upload successful' => '上传成功',
|
||
|
'Type' => '类型',
|
||
|
'Type new' => '上新',
|
||
|
'Type live' => '直播',
|
||
|
'Type want' => '种草',
|
||
|
'Type activity' => '活动',
|
||
|
'Type show' => '买家秀',
|
||
|
'Type_ids' => '选择',
|
||
|
];
|