mirror of
https://github.com/xfgryujk/blivechat.git
synced 2025-03-13 19:30:46 +08:00
110 lines
3.3 KiB
JavaScript
110 lines
3.3 KiB
JavaScript
export default {
|
||
sidebar: {
|
||
home: '首页',
|
||
stylegen: '样式生成器',
|
||
projectAddress: '项目地址'
|
||
},
|
||
home: {
|
||
roomIdEmpty: '房间ID不能为空',
|
||
roomIdInteger: '房间ID必须为正整数',
|
||
|
||
general: '常规',
|
||
roomId: '房间ID',
|
||
showDanmaku: '显示弹幕',
|
||
showGift: '显示礼物和新舰长',
|
||
mergeSimilarDanmaku: '合并相似弹幕',
|
||
minGiftPrice: '最低显示礼物价格(元)',
|
||
maxSpeed: '弹幕最大速度(条/秒,0为无限制)',
|
||
|
||
block: '屏蔽',
|
||
giftDanmaku: '礼物弹幕',
|
||
blockLevel: '用户等级低于',
|
||
informalUser: '非正式会员',
|
||
unverifiedUser: '未绑定手机用户',
|
||
blockKeywords: '屏蔽关键词',
|
||
onePerLine: '一行一个',
|
||
blockUsers: '屏蔽用户',
|
||
blockMedalLevel: '当前直播间勋章等级低于',
|
||
|
||
style: '样式',
|
||
|
||
roomUrl: '房间URL',
|
||
copy: '复制',
|
||
saveConfig: '保存配置',
|
||
enterRoom: '进入房间',
|
||
exportConfig: '导出配置',
|
||
importConfig: '导入配置',
|
||
|
||
failedToSave: '保存失败:',
|
||
successfullySaved: '保存成功',
|
||
failedToParseConfig: '配置解析失败:'
|
||
},
|
||
stylegen: {
|
||
outlines: '描边',
|
||
showOutlines: '显示描边',
|
||
outlineSize: '描边尺寸',
|
||
outlineColor: '描边颜色',
|
||
|
||
avatars: '头像',
|
||
showAvatars: '显示头像',
|
||
avatarSize: '头像尺寸',
|
||
|
||
userNames: '用户名',
|
||
font: '字体',
|
||
fontSize: '字体尺寸',
|
||
lineHeight: '行高(0为默认)',
|
||
normalColor: '普通颜色',
|
||
ownerColor: '主播颜色',
|
||
moderatorColor: '房管颜色',
|
||
memberColor: '舰长颜色',
|
||
showBadges: '显示勋章',
|
||
showColon: '用户名后显示冒号',
|
||
|
||
messages: '消息',
|
||
color: '颜色',
|
||
onNewLine: '在新行显示',
|
||
|
||
time: '时间',
|
||
showTime: '显示时间',
|
||
|
||
backgrounds: '背景',
|
||
bgColor: '背景色',
|
||
useBarsInsteadOfBg: '用条代替背景',
|
||
messageBgColor: '消息背景色',
|
||
ownerMessageBgColor: '主播消息背景色',
|
||
moderatorMessageBgColor: '房管消息背景色',
|
||
memberMessageBgColor: '舰长消息背景色',
|
||
|
||
scAndNewMember: '礼物、舰长',
|
||
firstLineFont: '第一行字体',
|
||
firstLineFontSize: '第一行字体尺寸',
|
||
firstLineLineHeight: '第一行行高(0为默认)',
|
||
firstLineColor: '第一行颜色',
|
||
secondLineFont: '第二行字体',
|
||
secondLineFontSize: '第二行字体尺寸',
|
||
secondLineLineHeight: '第二行行高(0为默认)',
|
||
secondLineColor: '第二行颜色',
|
||
scContentLineFont: 'Super Chat内容字体',
|
||
scContentLineFontSize: 'Super Chat内容字体尺寸',
|
||
scContentLineLineHeight: 'Super Chat内容行高(0为默认)',
|
||
scContentLineColor: 'Super Chat内容颜色',
|
||
showNewMemberBg: '显示新舰长背景',
|
||
showScTicker: '显示Super Chat贴纸',
|
||
showOtherThings: '显示Super Chat贴纸之外的内容',
|
||
|
||
animation: '动画',
|
||
animateIn: '进入动画',
|
||
fadeInTime: '淡入时间(毫秒)',
|
||
animateOut: '移除旧消息',
|
||
animateOutWaitTime: '等待时间(秒)',
|
||
fadeOutTime: '淡出时间(毫秒)',
|
||
slide: '滑动',
|
||
reverseSlide: '反向滑动',
|
||
playAnimation: '播放动画',
|
||
|
||
result: '结果',
|
||
copy: '复制',
|
||
resetConfig: '恢复默认设置'
|
||
}
|
||
}
|