<?php
return [
    // 提示
    'Please upload a picture'                       => '请上传图片',
    'Please upload the video or specify the link'   => '请上传视频或指定链接',
    'Please upload the image or specify the link'   => '请上传图片或指定链接',
    'HTML content cannot be empty'                  => 'HTML 内容不能为空',
    'Please add a text link item'                   => '请添加文字链接项',
    'Identification already exists'                 => '标识已存在',

    // 字段
    'Serial number'                                 => '序号',
    'Mark'                                          => '标识',
    'Banner'                                        => '图集',
    'Atlas'                                         => '图集',
    'Link'                                          => '跳转地址',
    'Description'                                   => '描述',
    'New window'                                    => '新窗口',
    'Type'                                          => '类型',
    'Video'                                         => '多媒体',
    'Content'                                       => '资源内容',
    'Add item'                                      => '添加项',
    'HTML Content'                                  => 'HTML 内容',
    'Content data'                                  => '内容数据',
    'Model'                                         => '模型',
    'Column'                                        => '栏目',
    'Limit'                                         => '条数',
    'Order'                                         => '排序',
    'Links'                                         => '文字链接',
    'Weigh'                                         => '排序',
];