Skip to content

Commit 5f8bbff

Browse files
committed
Update
1 parent 1b75f15 commit 5f8bbff

8 files changed

Lines changed: 15 additions & 61 deletions

File tree

.github/addon/hack_wifi/language.bash

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11

22
if [ "$LANGUAGE-$COUNTRY" == "vi-VN" ]; then
33
wifi_text_1="Danh sách mạng"
4-
wifi_text_2="Chọn một mạng Wi-Fi bất kỳ để thử tìm mật khẩu"
4+
wifi_text_2="Chọn mạng Wi-Fi bất kỳ để thử tìm mật khẩu, ưu tiên WI-FI có chữ WPS vì dễ hack"
55
wifi_text_3="Bắt đầu kết nối"
66
wifi_text_4="Không tìm thấy mạng Wi-Fi nào."
77
wifi_text_5="Mật khẩu đã lưu"
88
wifi_text_6="Không tìm thấy mật khẩu đã lưu."
9-
109
STR_ADVANCED_CUSTOM="Tùy chỉnh nâng cao"
1110
STR_OPTION="Tùy chọn"
1211
STR_ALL_ATTACK_METHODS="Kết hợp tất cả các phương thức"
@@ -18,12 +17,11 @@ STR_INPUT_PIN="Nhập mã PIN"
1817
STR_PIN_CODE="Mã PIN"
1918
elif [ "$LANGUAGE-$COUNTRY" == "hu-HU" ]; then
2019
wifi_text_1="Hálózatlista"
21-
wifi_text_2="Válassz ki egy tetszőleges Wi-Fi-hálózatot, és próbáld meg megtalálni a jelszavát"
20+
wifi_text_2="Válasszon ki egy tetszőleges Wi-Fi hálózatot a jelszó megkereséséhez, lehetőleg olyat, amelyiken van „WPS”, mivel azt könnyebb feltörni."
2221
wifi_text_3="Kezdje el a kapcsolatteremtést"
2322
wifi_text_4="Nem található Wi-Fi-hálózat."
2423
wifi_text_5="Mentett jelszavak"
2524
wifi_text_6="Nem található mentett jelszó."
26-
2725
STR_ADVANCED_CUSTOM="Speciális testreszabás"
2826
STR_OPTION="Beállítások"
2927
STR_ALL_ATTACK_METHODS="Kombinálja az összes módszert"

.github/plugin/ZADD/add_features/index.bash

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,8 @@ title = "'$google_text'"
222222
# Thư mục hiện tại
223223
MPAT="${0%/*}"
224224

225-
# Ngôn ngữ mặc định
226-
eval "$(grep '="' "$MPAT/addon.prop" | sed "/google_text=/d")"
227-
[ -f "$MPAT/language.bash" ] && source "$MPAT/language.bash"
228-
229-
# Google dịch
230-
if [ "$(glog "auto_trans_text_${MPAT##*/}")" == 1 ]; then
231-
trans_add "$MPAT"
232-
[ -f "$MPAT/auto.sh" ] && source "$MPAT/auto.sh"
233-
fi
225+
# Ngôn ngữ & Google dịch
226+
source trans_add "$MPAT"
234227

235228
# home
236229
"$@"

.github/plugin/ZADD/payload_online/index.bash

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,8 @@ else
6161
checkdjhrh=0
6262
fi
6363

64-
# Ngôn ngữ mặc định
65-
eval "$(grep '="' "$MPAT/addon.prop" | sed "/google_text=/d")"
66-
[ -f "$MPAT/language.bash" ] && source "$MPAT/language.bash"
67-
68-
# Google dịch
69-
if [ "$(glog "auto_trans_text_${MPAT##*/}")" == 1 ]; then
70-
trans_add "$MPAT"
71-
[ -f "$MPAT/auto.sh" ] && source "$MPAT/auto.sh"
72-
fi
64+
# Ngôn ngữ & Google dịch
65+
source trans_add "$MPAT"
7366

7467
# index
7568
"$@"

.github/plugin/ZADD/upload_file/index.bash

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,8 @@ title = "'$google_text'"
6868
# Thư mục hiện tại
6969
MPAT="${0%/*}"
7070

71-
# Ngôn ngữ mặc định
72-
eval "$(grep '="' "$MPAT/addon.prop" | sed "/google_text=/d")"
73-
[ -f "$MPAT/language.bash" ] && source "$MPAT/language.bash"
74-
75-
# Google dịch
76-
if [ "$(glog "auto_trans_text_${MPAT##*/}")" == 1 ]; then
77-
trans_add "$MPAT"
78-
[ -f "$MPAT/auto.sh" ] && source "$MPAT/auto.sh"
79-
fi
71+
# Ngôn ngữ & Google dịch
72+
source trans_add "$MPAT"
8073

8174
# index
8275
"$@"

.github/plugin/ZAPK/apk_features/index.bash

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,8 @@ title = "'$google_text'"
6262
# Thư mục hiện tại
6363
MPAT="${0%/*}"
6464

65-
# Ngôn ngữ mặc định
66-
eval "$(grep '="' "$MPAT/addon.prop" | sed "/google_text=/d")"
67-
[ -f "$MPAT/language.bash" ] && source "$MPAT/language.bash"
68-
69-
# Google dịch
70-
if [ "$(glog "auto_trans_text_${MPAT##*/}")" == 1 ]; then
71-
trans_add "$MPAT"
72-
[ -f "$MPAT/auto.sh" ] && source "$MPAT/auto.sh"
73-
fi
65+
# Ngôn ngữ & Google dịch
66+
source trans_add "$MPAT"
7467

7568
# index
7669
"$@"

.github/plugin/ZAPK/apk_utilities/index.bash

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,8 @@ MPAT="${0%/*}"
9393
path_clean="$(glog project_apk_clean)"
9494
[ "$(glog project_apk_clean)" ] && show_clean=1
9595

96-
# Ngôn ngữ mặc định
97-
eval "$(grep '="' "$MPAT/addon.prop" | sed "/google_text=/d")"
98-
[ -f "$MPAT/language.bash" ] && source "$MPAT/language.bash"
99-
100-
# Google dịch
101-
if [ "$(glog "auto_trans_text_${MPAT##*/}")" == 1 ]; then
102-
trans_add "$MPAT"
103-
[ -f "$MPAT/auto.sh" ] && source "$MPAT/auto.sh"
104-
fi
96+
# Ngôn ngữ & Google dịch
97+
source trans_add "$MPAT"
10598

10699
# index
107100
"$@"

.github/plugin/ZAPK/initialize_module/index.bash

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,8 @@ summary-sh = "find '$path_modun' -type f"
9999
# Thư mục hiện tại
100100
MPAT="${0%/*}"
101101

102-
# Ngôn ngữ mặc định
103-
eval "$(grep '="' "$MPAT/addon.prop" | sed "/google_text=/d")"
104-
[ -f "$MPAT/language.bash" ] && source "$MPAT/language.bash"
105-
106-
# Google dịch
107-
if [ "$(glog "auto_trans_text_${MPAT##*/}")" == 1 ]; then
108-
trans_add "$MPAT"
109-
[ -f "$MPAT/auto.sh" ] && source "$MPAT/auto.sh"
110-
fi
102+
# Ngôn ngữ & Google dịch
103+
source trans_add "$MPAT"
111104

112105
# index
113106
"$@"

app/src/main/assets/home/bin/trans_add

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ fi
1717
eval "$(grep '="' "$file_props" | sed "/google_text=/d")"
1818
[ -f "$1/language.bash" ] && source "$1/language.bash"
1919

20+
if [ "$(glog "auto_trans_text_${1##*/}")" == 1 ]; then
2021
# Xử lý dịch
2122
sum_md5="$(sha256sum "$1/$file_props" | awk '{print $1}')"
2223
if [ "$sum_md5" != "$(glog "sum_md5_${1##*/}")" ] || [ ! -f "$1/auto.sh" ] || [ "$(grep -cm1 '=""' "$1/auto.sh")" == 1 ]; then
@@ -31,8 +32,5 @@ if [ "$sum_md5" != "$(glog "sum_md5_${1##*/}")" ] || [ ! -f "$1/auto.sh" ] || [
3132
slog "sum_md5_${1##*/}" "$sum_md5"
3233
fi
3334
fi
34-
35-
# Google dịch
36-
if [ "$(glog "auto_trans_text_${1##*/}")" == 1 ]; then
3735
[ -f "$1/auto.sh" ] && source "$1/auto.sh"
3836
fi

0 commit comments

Comments
 (0)