Skip to content

Commit c983e63

Browse files
authored
upgrade
1 parent d30b7fc commit c983e63

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

client/languages/language.js

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,32 @@ var g_languages = [
104104
,"移动网关将保持提供服务"//102
105105
,"服务启动时间"//103
106106
,"暴露服务集"//104
107+
,"服务端代理"//105
108+
,"请选择文件操作:"//106
109+
,"上传"//107
110+
,"下载"//108
111+
,"文件管理"//109
112+
,"文件名"//110
113+
,"大小"//111
114+
,"当前版本过低,不支持自动升级,请手动更新!"//112
115+
,"自定义代理"//113
116+
,"自定义代理 IP:port..."//114
117+
,"访问Token"//115
118+
,"代理服务器Token..."//116
119+
,"P2P加密选项" //117
120+
,"none"//118
121+
,"first"//119
122+
,"only"//120
123+
,"序列号注册成功!"//121
124+
,"序列号注册失败!"//122
125+
,"序列号注册" //123
126+
,"序列号" //124
127+
,"必须输入序列号" //125
128+
,"VIP 到期剩余时间(天):" //126
129+
,"播放" //127
130+
,"已发送定位请求..." //128
131+
,"定位请求失败" //129
132+
,"已成功获取定位信息" //130
107133
],
108134
["English"
109135
, "OK" //1
@@ -210,5 +236,31 @@ var g_languages = [
210236
, "The SmarGate will remain in service" // 102
211237
, "Service start time" // 103
212238
, "Exposed services"//104
239+
, "Server Proxy"//105
240+
, "Please select a file operation:"//106
241+
, "upload"//107
242+
, "download"//108
243+
, "File Manager" //109
244+
, "file name" //110
245+
, "size" //111
246+
, "The current version is too low to support automatic upgrade, please update manually!" //112
247+
, "User proxy"//113
248+
, "User proxy IP:port..."//114
249+
, "Access token"//115
250+
, "Token of proxy server..."//116
251+
, "SSL option for P2P" //117
252+
, "none"//118
253+
, "first"//119
254+
, "only"//120
255+
, "Successful license register!"//121
256+
, "Fault to license register!"//122
257+
, "License register" //123
258+
, "License key" //124
259+
, "license key must be filled" //125
260+
, "VIP exp-after-days:" //126
261+
, "Play" //127
262+
, "Location request has been sent..." //128
263+
, "Location request failed" //129
264+
, "Successfully obtained location information" //130
213265
]
214266
];

0 commit comments

Comments
 (0)