-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathi18n_cn.js
53 lines (53 loc) · 1.21 KB
/
i18n_cn.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
var i18n =
{
chat:'Chat',
tools:'工具',
expand:'展开',
collapse:'折叠',
options:'选项',
loading:'引导...',
connected:'连接',
disconnected:'未连接',
login:'登录',
name:'名称',
email:'邮箱',
me:'我',
and:'--',
users:'用户',
custom_message:'自定义信息...',
online:'在线',
busy:'忙碌',
offline:'隐身',
minimize:'最小化',
close:'关闭',
cancel:'取消',
info:'信息',
choose_stat:'选择状态',
close_session:'离线',
open_session:'登录',
char_max:'字符最大',
is_writing:'正在键入',
alert:'警告!',
user_is:'这个用户是',
theme:'主题',
lang:'语言',
search:'搜索',
rm_search:'清除搜索',
main:'主要设置',
sounds:'声音',
enabled:'开启',
disabled:'关闭',
please_wait:'请等待',
no_users:'当前无用户连接',
user_not_found:'对不起,没有发现用户',
seconds:'秒',
reconnection:'重新连接',
try_it:'重试...',
length_of:'长度之于',
must_be_between:'必须介于',
failed:'无法链接,请检查你的连接',
all_fields_required:'所有表单必填',
validate_username:'用户名必须字母开头,支持 a-z, 0-9, 下划线',
new_messages: '新消息',
type_message: '键入新消息...'
};