Fix language
This commit is contained in:
parent
7f1e038a34
commit
e9bf2803f0
4
fluxion
4
fluxion
|
@ -29,7 +29,7 @@ ipNmap=`ifconfig | sed -En 's/127.0.0.1//;s/.*inet (addr:)?(([0-9]*\.){3}[0-9]*)
|
|||
# Deauth duration during handshake capture
|
||||
# oo
|
||||
DEAUTHTIME="9999999999999"
|
||||
revision=66
|
||||
revision=67
|
||||
version=0.23
|
||||
IP=192.168.1.1
|
||||
RANG_IP=$(echo $IP | cut -d "." -f 1,2,3)
|
||||
|
@ -355,7 +355,7 @@ DIALOG_WEB_DIR_ARA="rtl"
|
|||
DIALOG_WEB_INFO_ZH="为了您的安全考量, 请输入 WPA 密码以重新连接网络"
|
||||
DIALOG_WEB_INPUT_ZH="输入您的WPA密码:"
|
||||
DIALOG_WEB_SUBMIT_ZH="连接"
|
||||
DIALOG_WEB_ERROR_ZH="Error: 您输入的密码 错误!"
|
||||
DIALOG_WEB_ERROR_ZH="出错了: 您输入的密码<b> 错误</b>!"
|
||||
DIALOG_WEB_OK_ZH="您的无线网络将会在短时间内恢复"
|
||||
DIALOG_WEB_BACK_ZH_ZH="返回"
|
||||
DIALOG_WEB_LENGHT_MIN_ZH="密码最少要有{0}个字符!"
|
||||
|
|
Loading…
Reference in New Issue