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.
53 lines
1.2 KiB
53 lines
1.2 KiB
export default {
|
|
title: '视频管理',
|
|
description: '视频管理',
|
|
search: '搜索',
|
|
add: '新增',
|
|
edit: '编辑',
|
|
delete: '删除',
|
|
type_id: [
|
|
'','电影', '剧集', '动漫'
|
|
],
|
|
lock: [
|
|
'未锁', '锁定'
|
|
],
|
|
columns: {
|
|
id: 'ID',
|
|
source_url: '源站点地址',
|
|
collect_id: '站点id',
|
|
type_id: '类型',
|
|
title: '标题',
|
|
title_sub: '又名',
|
|
letter: '首字母',
|
|
tag: 'TAG',
|
|
lock: '锁定后显示',
|
|
copyright: '版权',
|
|
is_end: '完结',
|
|
status: '状态',
|
|
category_id: '分类',
|
|
pic: '图片',
|
|
pic_local: '图片本地路径或MD5',
|
|
pic_status: '图片状态',
|
|
actor: '演员',
|
|
director: '导演',
|
|
writer: '编剧',
|
|
remarks: '备注',
|
|
pubdate: '发布时间',
|
|
total: '总集数',
|
|
serial: '连载数',
|
|
duration: '视频时长',
|
|
area: '地区',
|
|
lang: '语言',
|
|
version: '资源版本',
|
|
year: '年份',
|
|
state: '资源类别',
|
|
douban_score: '豆瓣评分',
|
|
douban_id: '豆瓣ID',
|
|
imdb_score: 'imdb评分',
|
|
imdb_id: 'imdb的id',
|
|
content: '内容',
|
|
created_at: '创建时间',
|
|
updated_at: '更新时间'
|
|
|
|
}
|
|
}
|