Create language.js

multi-language support
This commit is contained in:
zhiyong.luo
2021-06-07 14:32:57 +08:00
committed by GitHub
parent 0d3a63c04d
commit 86fe2d1818
+212
View File
@@ -0,0 +1,212 @@
var g_languages = [
["中文"//0
,"确 定"//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
,"远程IP"//46
,"远程端口"//47
,"服务端"//48
,"修改配置"//49
,"官方代理"//50
,"访问点配置"//51
,"访问点序号"//52
,"访问点名称"//53
,"访问点描述"//54
,"协商端口号"//55
,"输入小于64的数字..."//56
,"输入节点名..."//57
,"输入简短描述..."//58
,"协商端口号默认不指定..."//59
,"必须输入访问点序号,且为<64的整数"//60
,"更改密码"//61
,"旧密码"//62
,"新密码"//63
,"恭喜您:注册请求成功,请务必妥善保管你的服务ID"//64
,"登录失败,请验证输入的用户名密码!"//65
,"登录中..."//66
,"注册失败,请确认信息填写无误!"//67
,"密码修改失败!!"//68
,"请等待..."//69
,"注册中..."//70
,"必须输入原密码"//71
,"密码不能为空"//72
,"新密码不能和原密码相同"//73
,"确认密码不一致"//74
,"访问点名称不能为空,且长度<64"//75
,"访问点简要描述不能为空,且长度<64"//76
,"必须填写邀请码"//77
,"必须填写用户名"//78
,"必须设置密码"//79
,"必须设置确认密码,且确保与密码一致"//80
,"必须填写昵称"//81
,"你真的要删除当前配置的代理点吗?"//82
,"正在自动登录,请稍后..."//83
,"网络不可用,请确认网络设置"//84
,"端口"//85
,"服务端模式"//86
,"访问点"//87
,"待检测"//88
,"连接检测中..."//89
,"旧版本"//90
,"登录失败!用户不存在或密码错误"//91
,"密码修改成功!请妥善保管您的密"//92
,"密码修改成功!下次登录需重新输入新密码"//93
,"注册失败!邀请码有误"//94
,"密码修改失败,请稍后再试"//95
,"转发配置错误[本地端口需大于1024]"//96
,"转发端口配置错误[需小于65536]"//97
,"远程端口配置错误,范围[1-65535]"//98
,"转发配置错误[端口冲突]"//99
,"转发配置错误[未知错误]"//100
,"配置修改成功!将在下次重启时生效"//101
,"移动网关将保持提供服务"//102
,"服务启动时间"//103
],
["English"
, "OK" //1
, "Cancel" //2
, "Refresh" //3
, "Clear" //4
, "Chpass" //5
, "Save" //6
, "Refresh" //7
, "Delete" //8
, "Login" //9
, "Register" //10
, "Back to login" //11
, "Mobile Gateway" //12
, "User login" //13
, "User name" //14
, "Password" //15
, "Auto login" //16
, "User registration" //17
, "Invitation code" //18
, "Confirm password" //19
, "Name" //20
, "Contact number" //21
, "Mailbox" //22
, "Agreement of consent" //23
, "Invitation code must be filled in" //24
, "Desc" //25
, "Information" //26
, "SND" //27
, "RX" //28
, "Tot-mem" //29
, "Usage" //30
, "Max-usage" //31
, "Status" //32
, "Online" //33
, "Offline" //34
, "Summery" //35
, "Tot-threads" //36
, "Idle threads" //37
, "Max-sockets" //38
, "Connections" //39
, "Pending event" //40
, "Event threads" //41
, "Services" //42
, "Local port" //43
, "Routing to" //44
, "Protocol" //45
, "Peer IP" //46
, "Peer port" //47
, "Server" //48
, "Configure" //49
, "Agent" //50
, "Endpoint configuration" // 51
, "Endpoint IDX"//52
, "Endpoint name" // 53
, "Endpoint Desc" // 54
, "Negotiation port" //55
, "Enter a number less than 64..." //56
, "Enter node name..." //57
, "Enter a short description..." //58
, "No need specified by default..." //59
, "The access point number must be entered and is an integer of <64" //60
, "Change password" //61
, "Old password" //62
, "New password" //63
, "Congratulations: registration request is successful. Please keep your service ID properly" //64
, "Login failed. Please verify the user name password you entered!"// 65
, "Logging in..." //66
, "Registration failed. Please confirm that the information is filled in correctly!"// 67
, "Password modification failed!!"// 68
, "Please wait..." //69
, "Registered..." //70
, "Must enter original password" //71
, "Password cannot be empty" //72
, "New password cannot be the same as the original password" //73
, "Confirm password is inconsistent" //74
, "Endpoint name cannot be empty and length is <64" //75
, "Endpoint brief description cannot be empty and length is <64" //76
, "Invitation code must be filled in" //77
, "User name must be filled in" //78
, "Password must be set" //79
, "Confirm password must be set and be sure to be consistent with password" //80
, "Must fill in nickname" //81
, "Do you really want to delete the currently configured proxy point?"// 82
, "Logging in automatically, please wait..." //83
, "Network not available, please confirm network settings "//84
, "Port" //85
, "Server mode" //86
, "EP" // 87 Endpoint
, "Waiting for detection" //88
, "Connection detection..." //89
, "Old version" //90
, "Login failed! User does not exist or password error "//91
, "Password modified successfully! Please keep your secret in good condition "//92
, "Password modified successfully! The next login requires a new password to be re entered "//93
, "Registration failed! Invitation code error "//94
, "Password modification failed. Please try again later "//95
, "Forwarding configuration error [local port needs to be greater than 1024]" //96
, "Forward port configuration error [less than 65536]" //97
, "Remote port configuration error, range [1-65535]" //98
, "Forward configuration error [port conflict]" //99
, "Forward configuration error [unknown error]" //100
, "Configuration modification succeeded! Will take effect on the next reboot "//101
, "The SmarGate will remain in service" // 102
, "Service start time" // 103
]
];