forked from penn5/miunlock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
strings.py
22 lines (22 loc) · 1.04 KB
/
strings.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
STRINGS = {
"en":{
-1:"Unknown error {code}",
10000:"Request error, this can be caused by entering invalid token or product",
10001:"Internal error (sig verif fail)",
10002:"Too many tries, try again later",
10003:"Internal server error",
10004:"Request expired, check your internet",
10005:"Invalid nonce, please try again",
10006:"This tool is outdated,contact the developers.",
20030:"You unlocked a device too recently. Try again in 1 month.",
20031:"Device is not bound to Xiaomi account. Please add it in the developer settings and try again",
20032:"Internal server error (fail to make sig)",
20033:"User portrait is invalid, make sure a face is present",
20034:"This account cannot unlock devices.",
20035:"Client version too old (2x)",
20036:"Please wait {data!r} hours.",
20037:"You have unlocked too many devices with this account.",
20041:"Please associate a phone number with the account first at https://account.xiaomi.com",
20044:"Token is invalid,please retry again",
}
}