mirror of
https://github.com/xfgryujk/blivechat.git
synced 2025-03-13 19:30:46 +08:00
110 lines
3.4 KiB
JavaScript
110 lines
3.4 KiB
JavaScript
export default {
|
|
sidebar: {
|
|
home: 'Home',
|
|
stylegen: 'Style generator',
|
|
projectAddress: 'Project address'
|
|
},
|
|
home: {
|
|
roomIdEmpty: "Room ID can't be empty",
|
|
roomIdInteger: 'Room ID must be positive integer',
|
|
|
|
general: 'General',
|
|
roomId: 'Room ID',
|
|
showDanmaku: 'Show messages',
|
|
showGift: 'Show Super Chats',
|
|
mergeSimilarDanmaku: 'Merge similar messages',
|
|
minGiftPrice: 'Min price of Super Chats to show (CNY)',
|
|
maxSpeed: 'Max speed of messages (/second, 0 for unlimited)',
|
|
|
|
block: 'Block',
|
|
giftDanmaku: 'System messages (gift effect)',
|
|
blockLevel: 'User level lower than',
|
|
informalUser: 'Informal users',
|
|
unverifiedUser: 'Unverified users',
|
|
blockKeywords: 'Block keywords',
|
|
onePerLine: 'One per line',
|
|
blockUsers: 'Block users',
|
|
blockMedalLevel: 'Medal level lower than',
|
|
|
|
style: 'Style',
|
|
|
|
roomUrl: 'Room URL',
|
|
copy: 'Copy',
|
|
saveConfig: 'Save config',
|
|
enterRoom: 'Enter room',
|
|
exportConfig: 'Export config',
|
|
importConfig: 'Import config',
|
|
|
|
failedToSave: 'Failed to save: ',
|
|
successfullySaved: 'Successfully saved',
|
|
failedToParseConfig: 'Failed to parse config: '
|
|
},
|
|
stylegen: {
|
|
outlines: 'Outlines',
|
|
showOutlines: 'Show outlines',
|
|
outlineSize: 'Outline size',
|
|
outlineColor: 'Outline color',
|
|
|
|
avatars: 'Avatars',
|
|
showAvatars: 'Show avatars',
|
|
avatarSize: 'Avatar size',
|
|
|
|
userNames: 'User names',
|
|
font: 'Font',
|
|
fontSize: 'Font size',
|
|
lineHeight: 'Line height (0 for default)',
|
|
normalColor: 'Normal color',
|
|
ownerColor: 'Owner color',
|
|
moderatorColor: 'Moderator color',
|
|
memberColor: 'Member color',
|
|
showBadges: 'Show badges',
|
|
showColon: 'Show colon after name',
|
|
|
|
messages: 'Messages',
|
|
color: 'Color',
|
|
onNewLine: 'On new line',
|
|
|
|
time: 'Timestamps',
|
|
showTime: 'Show timestamps',
|
|
|
|
backgrounds: 'Backgrounds',
|
|
bgColor: 'Background color',
|
|
useBarsInsteadOfBg: 'Use bars instead of backgrounds',
|
|
messageBgColor: 'Message background color',
|
|
ownerMessageBgColor: 'Owner background color',
|
|
moderatorMessageBgColor: 'Moderator background color',
|
|
memberMessageBgColor: 'Member background color',
|
|
|
|
scAndNewMember: 'Super Chat / New member',
|
|
firstLineFont: 'First line font',
|
|
firstLineFontSize: 'First line font size',
|
|
firstLineLineHeight: 'First line line height (0 for default)',
|
|
firstLineColor: 'First line color',
|
|
secondLineFont: 'Second line font',
|
|
secondLineFontSize: 'Second line font size',
|
|
secondLineLineHeight: 'Second line line height (0 for default)',
|
|
secondLineColor: 'Second line color',
|
|
scContentLineFont: 'Super Chat content font',
|
|
scContentLineFontSize: 'Super Chat content font size',
|
|
scContentLineLineHeight: 'Super Chat content line height (0 for default)',
|
|
scContentLineColor: 'Super Chat content color',
|
|
showNewMemberBg: 'Show new member background',
|
|
showScTicker: 'Show Super Chat ticker',
|
|
showOtherThings: 'Show everything other than Super Chat ticker',
|
|
|
|
animation: 'Animation',
|
|
animateIn: 'Animate in',
|
|
fadeInTime: 'Fade in time (miliseconds)',
|
|
animateOut: 'Animate out (remove old messages)',
|
|
animateOutWaitTime: 'Wait time (seconds)',
|
|
fadeOutTime: 'Fade out time (miliseconds)',
|
|
slide: 'Slide',
|
|
reverseSlide: 'Reverse slide',
|
|
playAnimation: 'Play animation',
|
|
|
|
result: 'Result',
|
|
copy: 'Copy',
|
|
resetConfig: 'Reset config'
|
|
}
|
|
}
|