language.js

来自「是一个简易的聊天系统」· JavaScript 代码 · 共 20 行

JS
20
字号
var workerCN=
{
	'waiting':'正在提交中,请稍候!',
	'login':['帐户不存在','密码不对','这个帐户已在线'],
	'changeWorkforGuest':'将访问者:GuestName转给To服务',
	'Successful':'<span sytle="color:blue;font-size:14px;">成功</span>',
	'fail':'<span sytle="color:red;font-size:14px;">失败</span>',
	'WorkChannl':'员工通道'
	}
	
var guestEN=
{
    'waiting':'Processing,Please Wait!',
    'login':['LiveChat now unavailable, Please try later','Please Input Your Name'],
    'name':'format: Tom Li',
    'email':'format: et@vcsale.com',
    'Successful':'<span sytle="color:blue;font-size:14px;">Successful</span>',
    'WELCOME':"All operators are busy now ,you are in queue in 1 now and you will be talked in 1 minute.Please wait for a site operator to respond soon . Thank you.<br><br>You are now chatting with '<font color=\'blue\'><b>##</b></font>'",
    'UserClose':'Disconnected By The Remote Server!'
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?