pull/33/head V0.2.2
wh201906 3 years ago
parent 24adc08d84
commit f285f76a20

@ -56,7 +56,7 @@ qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
VERSION = 0.2.1
VERSION = 0.2.2
QMAKE_TARGET_PRODUCT = "Proxmark3GUI"
QMAKE_TARGET_DESCRIPTION = "Proxmark3GUI"
QMAKE_TARGET_COMPANY = "wh201906"

@ -34,8 +34,8 @@ A cross-platform GUI for [Proxmark3](https://github.com/Proxmark/proxmark3) clie
## About Iceman fork/repo
The [Iceman fork/repo](https://github.com/RfidResearchGroup/proxmark3) has more powerful functions like offline sniff. These guys even developed a new hardware called Proxmark3 RDV4 with smart card support. But the official repo and the Iceman repo is not fully compatible.
This GUI is compatible with Iceman/RRG repo(tested on v4.9237)
The [Iceman fork/repo](https://github.com/RfidResearchGroup/proxmark3) has more powerful functions. These guys even developed a new hardware called Proxmark3 RDV4 with smart card support. But the official repo and the Iceman repo is not fully compatible.
This GUI is compatible with Iceman/RRG repo(tested on v4.13441)
***
@ -68,10 +68,15 @@ Great thanks to him.
## Update Log:
### V0.2.2
+ Load command format from external json file
+ Fix bug [#20](https://github.com/wh201906/Proxmark3GUI/issues/20), [#21](https://github.com/wh201906/Proxmark3GUI/issues/21), [#22](https://github.com/wh201906/Proxmark3GUI/issues/22)
+ Support Iceman/RRG repo v4.13441
### V0.2.1
+ Optimize MIFARE Classic reading logic
+ Fix bug #16
+ Fix bug #15 partially (the path can contain spaces now)
+ Optimize MIFARE Classic reading logic
+ Fix bug [#16](https://github.com/wh201906/Proxmark3GUI/issues/16)
+ Fix bug [#15](https://github.com/wh201906/Proxmark3GUI/issues/15) partially (the path can contain spaces now)
### V0.2
+ Use Dock widget for more flexible layout

@ -34,7 +34,7 @@
## 关于冰人版
[冰人版](https://github.com/RfidResearchGroup/proxmark3)(Iceman/RRG)的客户端和固件更新更为激进,相比官方版具有更多的功能
此GUI所有功能均兼容冰人版在v4.9237上测试通过)
此GUI所有功能均兼容冰人版在v4.13441上测试通过)
***
@ -50,7 +50,9 @@ release页面中有含客户端的GUI。这个GUI也可以搭配你自己的客
## 在Linux系统下编译
cd ~
git clone https://github.com/wh201906/Proxmark3GUI.git
sudo apt-get update
sudo apt-get install qt5-default libqt5serialport5 libqt5serialport5-dev
git clone https://github.com/wh201906/Proxmark3GUI.git --depth=1
cd Proxmark3GUI
mkdir build
cd build
@ -58,16 +60,22 @@ release页面中有含客户端的GUI。这个GUI也可以搭配你自己的客
make
make clean
cp -r ../lang ./
cp -r ../config ./
./Proxmark3GUI
***
## 更新日志:
### V0.2.2
+ 从外部文件加载客户端命令格式
+ 修复 [#20](https://github.com/wh201906/Proxmark3GUI/issues/20), [#21](https://github.com/wh201906/Proxmark3GUI/issues/21), [#22](https://github.com/wh201906/Proxmark3GUI/issues/22)
+ 兼容冰人版客户端 v4.13441
### V0.2.1
+ 优化MIFARE Classic读卡逻辑
+ 修复 #16 配合新版RRG固件时无法读取扇区数据
+ 修复 #15 (路径中支持空格)
+ 修复 [#16](https://github.com/wh201906/Proxmark3GUI/issues/16) 配合新版RRG固件时无法读取扇区数据
+ 修复 [#15](https://github.com/wh201906/Proxmark3GUI/issues/15) (路径中支持空格)
### V0.2
+ 使用浮动窗口,界面配置更加灵活

@ -377,7 +377,6 @@ It could make the whole sector blocked irreversibly!</source>
<message>
<location filename="../ui/mainwindow.ui" line="509"/>
<location filename="../ui/mainwindow.ui" line="1215"/>
<location filename="../ui/mainwindow.ui" line="2702"/>
<source>Save</source>
<translation type="unfinished"></translation>
</message>
@ -468,40 +467,28 @@ It could make the whole sector blocked irreversibly!</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1396"/>
<source>Note:
You might need a modified LF antenna if the freq is not 125k/134k.
When setting the freq, the &quot;hw setlfdivisor&quot; will also be called.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1428"/>
<source>Bit per sample:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1466"/>
<location filename="../ui/mainwindow.ui" line="1465"/>
<source>Trigger threshold:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1480"/>
<location filename="../ui/mainwindow.ui" line="1479"/>
<source>Samples to skip:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1551"/>
<location filename="../ui/mainwindow.ui" line="1550"/>
<source>Get Config</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1570"/>
<location filename="../ui/mainwindow.ui" line="1569"/>
<source>Set Config</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="747"/>
<location filename="../ui/mainwindow.ui" line="2404"/>
<location filename="../ui/mainwindow.ui" line="2403"/>
<source>Data:</source>
<translation type="unfinished"></translation>
</message>
@ -532,7 +519,7 @@ When setting the freq, the &quot;hw setlfdivisor&quot; will also be called.</sou
</message>
<message>
<location filename="../ui/mainwindow.ui" line="914"/>
<location filename="../ui/mainwindow.cpp" line="812"/>
<location filename="../ui/mainwindow.cpp" line="831"/>
<source>About UID Card</source>
<translation type="unfinished"></translation>
</message>
@ -632,7 +619,7 @@ When setting the freq, the &quot;hw setlfdivisor&quot; will also be called.</sou
<message>
<location filename="../ui/mainwindow.ui" line="1129"/>
<location filename="../ui/mainwindow.ui" line="1163"/>
<location filename="../ui/mainwindow.ui" line="1801"/>
<location filename="../ui/mainwindow.ui" line="1800"/>
<source>Sniff</source>
<translation type="unfinished"></translation>
</message>
@ -662,612 +649,638 @@ When setting the freq, the &quot;hw setlfdivisor&quot; will also be called.</sou
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1435"/>
<location filename="../ui/mainwindow.ui" line="1396"/>
<source>You might need a modified LF antenna if the freq is not 125k/134k.
When setting the freq, the &quot;hw setlfdivisor&quot; will also be called.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1427"/>
<source>Bits per sample:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1434"/>
<source>Decimation:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1452"/>
<location filename="../ui/mainwindow.ui" line="1451"/>
<source>Averaging:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1577"/>
<location filename="../ui/mainwindow.ui" line="1576"/>
<source>Reset</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1602"/>
<location filename="../ui/mainwindow.ui" line="1601"/>
<source>LF Operation</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1627"/>
<location filename="../ui/mainwindow.ui" line="1626"/>
<source>Search</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1658"/>
<location filename="../ui/mainwindow.ui" line="1657"/>
<source>Read and search for valid known tag.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1684"/>
<location filename="../ui/mainwindow.ui" line="1683"/>
<source>Read</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1715"/>
<location filename="../ui/mainwindow.ui" line="1714"/>
<source>Sniff low frequency signal with LF field ON.
Use this to get raw data from a tag.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1742"/>
<location filename="../ui/mainwindow.ui" line="1741"/>
<source>Tune</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1773"/>
<location filename="../ui/mainwindow.ui" line="1772"/>
<source>Measure LF antenna tuning.
If the antenna voltage has a obvious drop after putting card on the antenna, it is likely that the tag is a LF tag.
On Iceman/RRG repo, press the button on PM3 to stop measuring</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1832"/>
<location filename="../ui/mainwindow.ui" line="1831"/>
<source>Sniff low frequency signal with LF field OFF.
Use this to get raw data from a reader
or the communication between a tag and a reader.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1884"/>
<location filename="../ui/mainwindow.ui" line="1883"/>
<source>T55xx</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1896"/>
<location filename="../ui/mainwindow.ui" line="1895"/>
<source>Basic Configuration(Page 0 Block 0)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1910"/>
<location filename="../ui/mainwindow.ui" line="2186"/>
<location filename="../ui/mainwindow.ui" line="1909"/>
<location filename="../ui/mainwindow.ui" line="2185"/>
<source>Hex:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1917"/>
<location filename="../ui/mainwindow.ui" line="2193"/>
<location filename="../ui/mainwindow.ui" line="1916"/>
<location filename="../ui/mainwindow.ui" line="2192"/>
<source>Bin:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1961"/>
<location filename="../ui/mainwindow.ui" line="2237"/>
<location filename="../ui/mainwindow.ui" line="1960"/>
<location filename="../ui/mainwindow.ui" line="2236"/>
<source>Get from Data</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1968"/>
<location filename="../ui/mainwindow.ui" line="2244"/>
<location filename="../ui/mainwindow.ui" line="1967"/>
<location filename="../ui/mainwindow.ui" line="2243"/>
<source>Set to Data</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1998"/>
<location filename="../ui/mainwindow.ui" line="2277"/>
<location filename="../ui/mainwindow.ui" line="1997"/>
<location filename="../ui/mainwindow.ui" line="2276"/>
<source>Locked:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2008"/>
<location filename="../ui/mainwindow.ui" line="2007"/>
<source>Master Key:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2015"/>
<location filename="../ui/mainwindow.ui" line="2014"/>
<source>Data Bit Rate:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2025"/>
<location filename="../ui/mainwindow.ui" line="2024"/>
<source>eXtended Mode:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2032"/>
<location filename="../ui/mainwindow.ui" line="2431"/>
<location filename="../ui/mainwindow.ui" line="2031"/>
<location filename="../ui/mainwindow.ui" line="2430"/>
<source>Modulation:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2039"/>
<location filename="../ui/mainwindow.ui" line="2038"/>
<source>PSK Clock Freq:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2046"/>
<location filename="../ui/mainwindow.ui" line="2045"/>
<source>Answer on Request:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2059"/>
<location filename="../ui/mainwindow.ui" line="2058"/>
<source>One Time Pad:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2066"/>
<location filename="../ui/mainwindow.ui" line="2065"/>
<source>Max Block:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2073"/>
<location filename="../ui/mainwindow.ui" line="2072"/>
<source>Password:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2080"/>
<location filename="../ui/mainwindow.ui" line="2079"/>
<source>Seq. Terminator:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2087"/>
<location filename="../ui/mainwindow.ui" line="2086"/>
<source>Seq. Start Marker:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2094"/>
<location filename="../ui/mainwindow.ui" line="2093"/>
<source>Fast Downlink:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2101"/>
<location filename="../ui/mainwindow.ui" line="2100"/>
<source>Inverse Data:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2108"/>
<location filename="../ui/mainwindow.ui" line="2107"/>
<source>Init-Delay:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2172"/>
<location filename="../ui/mainwindow.ui" line="2171"/>
<source>Analog Front-End Option(Page 1 Block 3)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2287"/>
<location filename="../ui/mainwindow.ui" line="2286"/>
<source>Option Key:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2297"/>
<location filename="../ui/mainwindow.ui" line="2296"/>
<source>Soft Modulation:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2307"/>
<location filename="../ui/mainwindow.ui" line="2306"/>
<source>Clamp Voltage:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2317"/>
<location filename="../ui/mainwindow.ui" line="2316"/>
<source>Modulation Voltage:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2327"/>
<location filename="../ui/mainwindow.ui" line="2326"/>
<source>Clock Detection Threshold:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2337"/>
<location filename="../ui/mainwindow.ui" line="2336"/>
<source>Gap Detection Threshold:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2347"/>
<location filename="../ui/mainwindow.ui" line="2346"/>
<source>Write Dampling:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2354"/>
<location filename="../ui/mainwindow.ui" line="2353"/>
<source>Demod Delay:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2361"/>
<location filename="../ui/mainwindow.ui" line="2360"/>
<source>Downlink Protocol:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2423"/>
<location filename="../ui/mainwindow.ui" line="2422"/>
<source>T55xx Read Config</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2438"/>
<location filename="../ui/mainwindow.ui" line="2437"/>
<source>Bit Rate:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2445"/>
<location filename="../ui/mainwindow.ui" line="2444"/>
<source>Seq. Term.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2452"/>
<location filename="../ui/mainwindow.ui" line="2451"/>
<source>Offset:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2459"/>
<location filename="../ui/mainwindow.ui" line="2458"/>
<source>Inverted:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2493"/>
<location filename="../ui/mainwindow.ui" line="2492"/>
<source>T5577</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2500"/>
<location filename="../ui/mainwindow.ui" line="2499"/>
<source>T5555</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2524"/>
<location filename="../ui/mainwindow.ui" line="2523"/>
<source>RawCommand</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2571"/>
<location filename="../ui/mainwindow.cpp" line="244"/>
<location filename="../ui/mainwindow.ui" line="2570"/>
<location filename="../ui/mainwindow.cpp" line="263"/>
<source>History:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2603"/>
<location filename="../ui/mainwindow.ui" line="2602"/>
<source>ClearHistory</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2622"/>
<location filename="../ui/mainwindow.ui" line="2621"/>
<source>Send</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2629"/>
<location filename="../ui/mainwindow.ui" line="2628"/>
<source>ClearOutput</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2639"/>
<location filename="../ui/mainwindow.ui" line="2638"/>
<source>Settings</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2647"/>
<location filename="../ui/mainwindow.ui" line="2646"/>
<source>Client</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2653"/>
<source>Preload script path:</source>
<location filename="../ui/mainwindow.ui" line="2652"/>
<source>Preload script path(Reconnect to apply):</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2667"/>
<source>Note:
If the client requires some enviroment variables, you can make a script file(*.bat on Windows or *.sh on Linux) to configure them,
then put the path of the script there</source>
<location filename="../ui/mainwindow.ui" line="2666"/>
<source>If the client requires some enviroment variables, you can make a script file(*.bat on Windows or *.sh on Linux) to configure them, then put the path of the script there.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2686"/>
<source>Client working directory:</source>
<location filename="../ui/mainwindow.ui" line="2683"/>
<source>Client working directory(Reconnect to apply):</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2695"/>
<source>../data</source>
<location filename="../ui/mainwindow.ui" line="2697"/>
<source>On Windows, the client working directory should not be identical to the path of GUI, otherwise the client will use the wrong .dll file.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2711"/>
<source>Note:
On Windows, the client working directory should not be identical to the path of GUI, otherwise the client will use the wrong .dll file.</source>
<location filename="../ui/mainwindow.ui" line="2714"/>
<source>Start arguments(Reconnect to apply):</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2729"/>
<source>Start arguments</source>
<location filename="../ui/mainwindow.ui" line="2728"/>
<source>-f is necessary because the GUI need to handle the output in time. In some cases, the arguments should be set to &quot;-p /dev/&lt;port&gt; -f&quot; or &quot;-p &lt;port&gt; -f&quot;.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2736"/>
<source>&lt;port&gt; -f</source>
<location filename="../ui/mainwindow.ui" line="2745"/>
<source>Config file path(Reconnect to apply):</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2743"/>
<source>Note:
-f is necessary because the GUI need to handle the output in time
In some cases the arguments should be set to &quot;-p /dev/&lt;port&gt; -f&quot;
or &quot;-p &lt;port&gt; -f&quot;</source>
<location filename="../ui/mainwindow.ui" line="2752"/>
<source>config.json</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2790"/>
<source>Keep buttons enabled even the client is running or disconnected</source>
<location filename="../ui/mainwindow.ui" line="2759"/>
<source>Different clients require different config files. You can change the content of config file if the command format changes.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2849"/>
<source>Keep the client active even the PM3 hardware is disconnected.(Experimental)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2836"/>
<source>Keep te client active even the PM3 hardware is disconnected.(Experimental)</source>
<location filename="../ui/mainwindow.ui" line="2690"/>
<source>../data</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2721"/>
<source>&lt;port&gt; -f</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2851"/>
<location filename="../ui/mainwindow.ui" line="2803"/>
<source>Keep buttons enabled even the client is running or disconnected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2864"/>
<source>GUI</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2859"/>
<location filename="../ui/mainwindow.ui" line="2872"/>
<source>Language: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2866"/>
<location filename="../ui/mainwindow.ui" line="2879"/>
<source>Choose Language</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2873"/>
<location filename="../ui/mainwindow.ui" line="2886"/>
<source>(Restart this app to use new language)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="111"/>
<location filename="../ui/mainwindow.cpp" line="347"/>
<location filename="../ui/mainwindow.cpp" line="573"/>
<location filename="../ui/mainwindow.cpp" line="593"/>
<location filename="../ui/mainwindow.cpp" line="606"/>
<location filename="../ui/mainwindow.cpp" line="80"/>
<location filename="../ui/mainwindow.cpp" line="129"/>
<location filename="../ui/mainwindow.cpp" line="366"/>
<location filename="../ui/mainwindow.cpp" line="592"/>
<location filename="../ui/mainwindow.cpp" line="612"/>
<location filename="../ui/mainwindow.cpp" line="625"/>
<location filename="../ui/mainwindow.cpp" line="638"/>
<location filename="../ui/mainwindow.cpp" line="665"/>
<location filename="../ui/mainwindow.cpp" line="678"/>
<location filename="../ui/mainwindow.cpp" line="869"/>
<location filename="../ui/mainwindow.cpp" line="888"/>
<location filename="../ui/mainwindow.cpp" line="644"/>
<location filename="../ui/mainwindow.cpp" line="657"/>
<location filename="../ui/mainwindow.cpp" line="684"/>
<location filename="../ui/mainwindow.cpp" line="697"/>
<location filename="../ui/mainwindow.cpp" line="889"/>
<location filename="../ui/mainwindow.cpp" line="914"/>
<source>Info</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="111"/>
<location filename="../ui/mainwindow.cpp" line="129"/>
<source>Plz choose a port first</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="178"/>
<location filename="../ui/mainwindow.cpp" line="197"/>
<source>Connected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="184"/>
<location filename="../ui/mainwindow.cpp" line="973"/>
<location filename="../ui/mainwindow.cpp" line="203"/>
<location filename="../ui/mainwindow.cpp" line="999"/>
<source>Not Connected</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="619"/>
<location filename="../ui/mainwindow.cpp" line="638"/>
<source>Binary Data Files(*.bin *.dump);;Text Data Files(*.txt *.eml);;All Files(*.*)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="625"/>
<location filename="../ui/mainwindow.cpp" line="638"/>
<location filename="../ui/mainwindow.cpp" line="869"/>
<location filename="../ui/mainwindow.cpp" line="644"/>
<location filename="../ui/mainwindow.cpp" line="657"/>
<location filename="../ui/mainwindow.cpp" line="889"/>
<source>Failed to open</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="347"/>
<location filename="../ui/mainwindow.cpp" line="366"/>
<source>Continue?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="9"/>
<location filename="../ui/mainwindow.cpp" line="11"/>
<source>Dock all windows</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="11"/>
<location filename="../ui/mainwindow.cpp" line="13"/>
<source>Ver: </source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="12"/>
<location filename="../ui/mainwindow.cpp" line="14"/>
<source>Check Update</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="347"/>
<location filename="../ui/mainwindow.cpp" line="80"/>
<source>Failed to load config file</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="366"/>
<source>Some of the data and key will be cleared.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="460"/>
<location filename="../ui/mainwindow.cpp" line="479"/>
<source>Plz select the font of data widget and key widget</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="573"/>
<location filename="../ui/mainwindow.cpp" line="592"/>
<source>Data must consists of 32 Hex symbols(Whitespace is allowed)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="593"/>
<location filename="../ui/mainwindow.cpp" line="606"/>
<location filename="../ui/mainwindow.cpp" line="612"/>
<location filename="../ui/mainwindow.cpp" line="625"/>
<source>Key must consists of 12 Hex symbols(Whitespace is allowed)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="618"/>
<location filename="../ui/mainwindow.cpp" line="637"/>
<source>Plz select the data file:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="631"/>
<location filename="../ui/mainwindow.cpp" line="650"/>
<source>Plz select the key file:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="632"/>
<location filename="../ui/mainwindow.cpp" line="651"/>
<source>Binary Key Files(*.bin *.dump);;Binary Data Files(*.bin *.dump);;All Files(*.*)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="658"/>
<location filename="../ui/mainwindow.cpp" line="677"/>
<source>Plz select the location to save data file:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="659"/>
<location filename="../ui/mainwindow.cpp" line="678"/>
<source>Binary Data Files(*.bin *.dump);;Text Data Files(*.txt *.eml)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="665"/>
<location filename="../ui/mainwindow.cpp" line="678"/>
<location filename="../ui/mainwindow.cpp" line="888"/>
<location filename="../ui/mainwindow.cpp" line="684"/>
<location filename="../ui/mainwindow.cpp" line="697"/>
<location filename="../ui/mainwindow.cpp" line="914"/>
<source>Failed to save to</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="671"/>
<location filename="../ui/mainwindow.cpp" line="690"/>
<source>Plz select the location to save key file:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="672"/>
<location filename="../ui/mainwindow.cpp" line="691"/>
<source>Binary Key Files(*.bin *.dump)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="797"/>
<location filename="../ui/mainwindow.cpp" line="816"/>
<source> Normally, the Block 0 of a typical Mifare card, which contains the UID, is locked during the manufacture. Users cannot write anything to Block 0 or set a new UID to a normal Mifare card.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="798"/>
<location filename="../ui/mainwindow.cpp" line="817"/>
<source> Chinese Magic Cards(aka UID Cards) are some special cards whose Block 0 are writeable. And you can change UID by writing to it.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="800"/>
<location filename="../ui/mainwindow.cpp" line="819"/>
<source>There are two versions of Chinese Magic Cards, the Gen1 and the Gen2.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="801"/>
<location filename="../ui/mainwindow.cpp" line="820"/>
<source> Gen1:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="801"/>
<location filename="../ui/mainwindow.cpp" line="820"/>
<source> also called UID card in China. It responses to some backdoor commands so you can access any blocks without password. The Proxmark3 has a bunch of related commands(csetblk, cgetblk, ...) to deal with this type of card, and my GUI also support these commands.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="802"/>
<location filename="../ui/mainwindow.cpp" line="821"/>
<source> Gen2:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="802"/>
<location filename="../ui/mainwindow.cpp" line="821"/>
<source> doesn&apos;t response to the backdoor commands, which means that a reader cannot detect whether it is a Chinese Magic Card or not by sending backdoor commands.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="804"/>
<location filename="../ui/mainwindow.cpp" line="823"/>
<source>There are some types of Chinese Magic Card Gen2.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="805"/>
<location filename="../ui/mainwindow.cpp" line="824"/>
<source> CUID Card:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="805"/>
<location filename="../ui/mainwindow.cpp" line="824"/>
<source> the Block 0 is writeable, you can write to this block repeatedly by normal wrbl command.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="806"/>
<location filename="../ui/mainwindow.cpp" line="825"/>
<source> (hf mf wrbl 0 A FFFFFFFFFFFF &lt;the data you want to write&gt;)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="807"/>
<location filename="../ui/mainwindow.cpp" line="826"/>
<source> FUID Card:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="807"/>
<location filename="../ui/mainwindow.cpp" line="826"/>
<source> you can only write to Block 0 once. After that, it seems like a typical Mifare card(Block 0 cannot be written to).</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="808"/>
<location filename="../ui/mainwindow.cpp" line="827"/>
<source> (some readers might try changing the Block 0, which could detect the CUID Card. In that case, you should use FUID card.)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="809"/>
<location filename="../ui/mainwindow.cpp" line="828"/>
<source> UFUID Card:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="809"/>
<location filename="../ui/mainwindow.cpp" line="828"/>
<source> It behaves like a CUID card(or UID card? I&apos;m not sure) before you send some special command to lock it. Once it is locked, you cannot change its Block 0(just like a typical Mifare card).</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="811"/>
<location filename="../ui/mainwindow.cpp" line="830"/>
<source> Seemingly, these Chinese Magic Cards are more easily to be compromised by Nested Attack(it takes little time to get an unknown key).</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="856"/>
<location filename="../ui/mainwindow.cpp" line="875"/>
<source>Plz select the trace file:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="857"/>
<location filename="../ui/mainwindow.cpp" line="876"/>
<source>Trace Files(*.trc);;All Files(*.*)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="879"/>
<location filename="../ui/mainwindow.cpp" line="899"/>
<source>Plz select the location to save trace file:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="880"/>
<location filename="../ui/mainwindow.cpp" line="900"/>
<source>Trace Files(*.trc)</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="974"/>
<location filename="../ui/mainwindow.cpp" line="1145"/>
<location filename="../ui/mainwindow.cpp" line="1000"/>
<location filename="../ui/mainwindow.cpp" line="1172"/>
<source>Idle</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="976"/>
<location filename="../ui/mainwindow.cpp" line="1002"/>
<source>Stop</source>
<translation type="unfinished"></translation>
</message>
@ -1293,27 +1306,27 @@ or &quot;-p &lt;port&gt; -f&quot;</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1082"/>
<location filename="../ui/mainwindow.cpp" line="1109"/>
<source>HW Version:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1084"/>
<location filename="../ui/mainwindow.cpp" line="1111"/>
<source>PM3:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1086"/>
<location filename="../ui/mainwindow.cpp" line="1113"/>
<source>State:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1141"/>
<location filename="../ui/mainwindow.cpp" line="1168"/>
<source>Running</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1260"/>
<location filename="../ui/mainwindow.cpp" line="1295"/>
<source>Actural Freq: </source>
<translation type="unfinished"></translation>
</message>
@ -1321,56 +1334,56 @@ or &quot;-p &lt;port&gt; -f&quot;</source>
<context>
<name>Mifare</name>
<message>
<location filename="../module/mifare.cpp" line="659"/>
<location filename="../module/mifare.cpp" line="643"/>
<source>Success!</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../module/mifare.cpp" line="226"/>
<location filename="../module/mifare.cpp" line="659"/>
<location filename="../module/mifare.cpp" line="663"/>
<location filename="../module/mifare.cpp" line="687"/>
<location filename="../module/mifare.cpp" line="726"/>
<location filename="../module/mifare.cpp" line="739"/>
<location filename="../module/mifare.cpp" line="794"/>
<location filename="../module/mifare.cpp" line="209"/>
<location filename="../module/mifare.cpp" line="643"/>
<location filename="../module/mifare.cpp" line="647"/>
<location filename="../module/mifare.cpp" line="671"/>
<location filename="../module/mifare.cpp" line="710"/>
<location filename="../module/mifare.cpp" line="723"/>
<location filename="../module/mifare.cpp" line="774"/>
<source>Info</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../module/mifare.cpp" line="226"/>
<location filename="../module/mifare.cpp" line="209"/>
<source>Plz provide at least one known key</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../module/mifare.cpp" line="496"/>
<location filename="../module/mifare.cpp" line="663"/>
<location filename="../module/mifare.cpp" line="468"/>
<location filename="../module/mifare.cpp" line="647"/>
<source>Failed!</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../module/mifare.cpp" line="688"/>
<location filename="../module/mifare.cpp" line="672"/>
<source>The Access Bits is invalid!
It could make the whole sector blocked irreversibly!
Continue to write?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../module/mifare.cpp" line="726"/>
<location filename="../module/mifare.cpp" line="710"/>
<source>Successful!</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../module/mifare.cpp" line="739"/>
<location filename="../module/mifare.cpp" line="723"/>
<source>Failed to write to these blocks:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../module/mifare.cpp" line="743"/>
<location filename="../module/mifare.cpp" line="727"/>
<source>Select them?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../module/mifare.cpp" line="794"/>
<location filename="../module/mifare.cpp" line="774"/>
<source>Failed to read card.</source>
<translation type="unfinished"></translation>
</message>

Binary file not shown.

@ -381,7 +381,6 @@ It could make the whole sector blocked irreversibly!</source>
<message>
<location filename="../ui/mainwindow.ui" line="509"/>
<location filename="../ui/mainwindow.ui" line="1215"/>
<location filename="../ui/mainwindow.ui" line="2702"/>
<source>Save</source>
<translation></translation>
</message>
@ -453,7 +452,7 @@ It could make the whole sector blocked irreversibly!</source>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="747"/>
<location filename="../ui/mainwindow.ui" line="2404"/>
<location filename="../ui/mainwindow.ui" line="2403"/>
<source>Data:</source>
<translation></translation>
</message>
@ -484,7 +483,7 @@ It could make the whole sector blocked irreversibly!</source>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="914"/>
<location filename="../ui/mainwindow.cpp" line="812"/>
<location filename="../ui/mainwindow.cpp" line="831"/>
<source>About UID Card</source>
<translation>UID</translation>
</message>
@ -584,7 +583,7 @@ It could make the whole sector blocked irreversibly!</source>
<message>
<location filename="../ui/mainwindow.ui" line="1129"/>
<location filename="../ui/mainwindow.ui" line="1163"/>
<location filename="../ui/mainwindow.ui" line="1801"/>
<location filename="../ui/mainwindow.ui" line="1800"/>
<source>Sniff</source>
<translation></translation>
</message>
@ -614,54 +613,66 @@ It could make the whole sector blocked irreversibly!</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1435"/>
<location filename="../ui/mainwindow.ui" line="1396"/>
<source>You might need a modified LF antenna if the freq is not 125k/134k.
When setting the freq, the &quot;hw setlfdivisor&quot; will also be called.</source>
<translation>125k/134k线
GUI使&quot;hw setlfdivisor&quot;</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1427"/>
<source>Bits per sample:</source>
<translation>(Bits per sample)</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1434"/>
<source>Decimation:</source>
<translation>(Decimation)</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1452"/>
<location filename="../ui/mainwindow.ui" line="1451"/>
<source>Averaging:</source>
<translation>(Averaging)</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1577"/>
<location filename="../ui/mainwindow.ui" line="1576"/>
<source>Reset</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1602"/>
<location filename="../ui/mainwindow.ui" line="1601"/>
<source>LF Operation</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1627"/>
<location filename="../ui/mainwindow.ui" line="1626"/>
<source>Search</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1658"/>
<location filename="../ui/mainwindow.ui" line="1657"/>
<source>Read and search for valid known tag.</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1684"/>
<location filename="../ui/mainwindow.ui" line="1683"/>
<source>Read</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1715"/>
<location filename="../ui/mainwindow.ui" line="1714"/>
<source>Sniff low frequency signal with LF field ON.
Use this to get raw data from a tag.</source>
<translation>
</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1742"/>
<location filename="../ui/mainwindow.ui" line="1741"/>
<source>Tune</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1773"/>
<location filename="../ui/mainwindow.ui" line="1772"/>
<source>Measure LF antenna tuning.
If the antenna voltage has a obvious drop after putting card on the antenna, it is likely that the tag is a LF tag.
On Iceman/RRG repo, press the button on PM3 to stop measuring</source>
@ -670,7 +681,7 @@ On Iceman/RRG repo, press the button on PM3 to stop measuring</source>
PM3</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1832"/>
<location filename="../ui/mainwindow.ui" line="1831"/>
<source>Sniff low frequency signal with LF field OFF.
Use this to get raw data from a reader
or the communication between a tag and a reader.</source>
@ -679,310 +690,264 @@ or the communication between a tag and a reader.</source>
</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1884"/>
<location filename="../ui/mainwindow.ui" line="1883"/>
<source>T55xx</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1896"/>
<location filename="../ui/mainwindow.ui" line="1895"/>
<source>Basic Configuration(Page 0 Block 0)</source>
<translation>(0 0)</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1910"/>
<location filename="../ui/mainwindow.ui" line="2186"/>
<location filename="../ui/mainwindow.ui" line="1909"/>
<location filename="../ui/mainwindow.ui" line="2185"/>
<source>Hex:</source>
<translation>16</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1917"/>
<location filename="../ui/mainwindow.ui" line="2193"/>
<location filename="../ui/mainwindow.ui" line="1916"/>
<location filename="../ui/mainwindow.ui" line="2192"/>
<source>Bin:</source>
<translation>2</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1961"/>
<location filename="../ui/mainwindow.ui" line="2237"/>
<location filename="../ui/mainwindow.ui" line="1960"/>
<location filename="../ui/mainwindow.ui" line="2236"/>
<source>Get from Data</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1968"/>
<location filename="../ui/mainwindow.ui" line="2244"/>
<location filename="../ui/mainwindow.ui" line="1967"/>
<location filename="../ui/mainwindow.ui" line="2243"/>
<source>Set to Data</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1998"/>
<location filename="../ui/mainwindow.ui" line="2277"/>
<location filename="../ui/mainwindow.ui" line="1997"/>
<location filename="../ui/mainwindow.ui" line="2276"/>
<source>Locked:</source>
<translation>(Locked)</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2008"/>
<location filename="../ui/mainwindow.ui" line="2007"/>
<source>Master Key:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2015"/>
<location filename="../ui/mainwindow.ui" line="2014"/>
<source>Data Bit Rate:</source>
<translation>(Data Bit Rate)</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2025"/>
<location filename="../ui/mainwindow.ui" line="2024"/>
<source>eXtended Mode:</source>
<translation>(eXtended Mode)</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2032"/>
<location filename="../ui/mainwindow.ui" line="2431"/>
<location filename="../ui/mainwindow.ui" line="2031"/>
<location filename="../ui/mainwindow.ui" line="2430"/>
<source>Modulation:</source>
<translation>(Modulation)</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2039"/>
<location filename="../ui/mainwindow.ui" line="2038"/>
<source>PSK Clock Freq:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2046"/>
<location filename="../ui/mainwindow.ui" line="2045"/>
<source>Answer on Request:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2059"/>
<location filename="../ui/mainwindow.ui" line="2058"/>
<source>One Time Pad:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2066"/>
<location filename="../ui/mainwindow.ui" line="2065"/>
<source>Max Block:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2073"/>
<location filename="../ui/mainwindow.ui" line="2072"/>
<source>Password:</source>
<translation>(Password):</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2080"/>
<location filename="../ui/mainwindow.ui" line="2079"/>
<source>Seq. Terminator:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2087"/>
<location filename="../ui/mainwindow.ui" line="2086"/>
<source>Seq. Start Marker:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2094"/>
<location filename="../ui/mainwindow.ui" line="2093"/>
<source>Fast Downlink:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2101"/>
<location filename="../ui/mainwindow.ui" line="2100"/>
<source>Inverse Data:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2108"/>
<location filename="../ui/mainwindow.ui" line="2107"/>
<source>Init-Delay:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2172"/>
<location filename="../ui/mainwindow.ui" line="2171"/>
<source>Analog Front-End Option(Page 1 Block 3)</source>
<translation>(1 3)</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2287"/>
<location filename="../ui/mainwindow.ui" line="2286"/>
<source>Option Key:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2297"/>
<location filename="../ui/mainwindow.ui" line="2296"/>
<source>Soft Modulation:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2307"/>
<location filename="../ui/mainwindow.ui" line="2306"/>
<source>Clamp Voltage:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2317"/>
<location filename="../ui/mainwindow.ui" line="2316"/>
<source>Modulation Voltage:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2327"/>
<location filename="../ui/mainwindow.ui" line="2326"/>
<source>Clock Detection Threshold:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2337"/>
<location filename="../ui/mainwindow.ui" line="2336"/>
<source>Gap Detection Threshold:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2347"/>
<location filename="../ui/mainwindow.ui" line="2346"/>
<source>Write Dampling:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2354"/>
<location filename="../ui/mainwindow.ui" line="2353"/>
<source>Demod Delay:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2361"/>
<location filename="../ui/mainwindow.ui" line="2360"/>
<source>Downlink Protocol:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2423"/>
<location filename="../ui/mainwindow.ui" line="2422"/>
<source>T55xx Read Config</source>
<translation>T55xx</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2438"/>
<location filename="../ui/mainwindow.ui" line="2437"/>
<source>Bit Rate:</source>
<translation>(Bit Rate)</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2445"/>
<location filename="../ui/mainwindow.ui" line="2444"/>
<source>Seq. Term.</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2452"/>
<location filename="../ui/mainwindow.ui" line="2451"/>
<source>Offset:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2459"/>
<location filename="../ui/mainwindow.ui" line="2458"/>
<source>Inverted:</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2493"/>
<location filename="../ui/mainwindow.ui" line="2492"/>
<source>T5577</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2500"/>
<location filename="../ui/mainwindow.ui" line="2499"/>
<source>T5555</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2524"/>
<location filename="../ui/mainwindow.ui" line="2523"/>
<source>RawCommand</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2571"/>
<location filename="../ui/mainwindow.cpp" line="244"/>
<location filename="../ui/mainwindow.ui" line="2570"/>
<location filename="../ui/mainwindow.cpp" line="263"/>
<source>History:</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2603"/>
<location filename="../ui/mainwindow.ui" line="2602"/>
<source>ClearHistory</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2622"/>
<location filename="../ui/mainwindow.ui" line="2621"/>
<source>Send</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2629"/>
<location filename="../ui/mainwindow.ui" line="2628"/>
<source>ClearOutput</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2639"/>
<location filename="../ui/mainwindow.ui" line="2638"/>
<source>Settings</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2647"/>
<location filename="../ui/mainwindow.ui" line="2646"/>
<source>Client</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2653"/>
<source>Preload script path:</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2667"/>
<source>Note:
If the client requires some enviroment variables, you can make a script file(*.bat on Windows or *.sh on Linux) to configure them,
then put the path of the script there</source>
<translation>
(Windows*.batlinux*.sh)</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2686"/>
<source>Client working directory:</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2695"/>
<location filename="../ui/mainwindow.ui" line="2690"/>
<source>../data</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2711"/>
<source>Note:
On Windows, the client working directory should not be identical to the path of GUI, otherwise the client will use the wrong .dll file.</source>
<translation>
WindowsGUI使.dll</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2729"/>
<source>Start arguments</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2736"/>
<location filename="../ui/mainwindow.ui" line="2721"/>
<source>&lt;port&gt; -f</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2743"/>
<source>Note:
-f is necessary because the GUI need to handle the output in time
In some cases the arguments should be set to &quot;-p /dev/&lt;port&gt; -f&quot;
or &quot;-p &lt;port&gt; -f&quot;</source>
<translation>
-f使
&quot;-p /dev/&lt;port&gt; -f&quot;
&quot;-p &lt;port&gt; -f&quot;</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2836"/>
<source>Keep te client active even the PM3 hardware is disconnected.(Experimental)</source>
<translation>PM3</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2859"/>
<location filename="../ui/mainwindow.ui" line="2872"/>
<source>Language: </source>
<translation> </translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2866"/>
<location filename="../ui/mainwindow.ui" line="2879"/>
<source>Choose Language</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2873"/>
<location filename="../ui/mainwindow.ui" line="2886"/>
<source>(Restart this app to use new language)</source>
<translation>使</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2790"/>
<location filename="../ui/mainwindow.ui" line="2803"/>
<source>Keep buttons enabled even the client is running or disconnected</source>
<translation>使</translation>
</message>
@ -1007,283 +972,325 @@ or &quot;-p &lt;port&gt; -f&quot;</source>
<translation> 125.000kHz</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1396"/>
<source>Note:
You might need a modified LF antenna if the freq is not 125k/134k.
When setting the freq, the &quot;hw setlfdivisor&quot; will also be called.</source>
<translation>
125k/134k线
GUI使&quot;hw setlfdivisor&quot;</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1428"/>
<source>Bit per sample:</source>
<translation>(Bit per sample)</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1466"/>
<location filename="../ui/mainwindow.ui" line="1465"/>
<source>Trigger threshold:</source>
<translation>(Trigger threshold)</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1480"/>
<location filename="../ui/mainwindow.ui" line="1479"/>
<source>Samples to skip:</source>
<translation>n(Samples to skip)</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1551"/>
<location filename="../ui/mainwindow.ui" line="1550"/>
<source>Get Config</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="1570"/>
<location filename="../ui/mainwindow.ui" line="1569"/>
<source>Set Config</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2851"/>
<location filename="../ui/mainwindow.ui" line="2652"/>
<source>Preload script path(Reconnect to apply):</source>
<translation>()</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2666"/>
<source>If the client requires some enviroment variables, you can make a script file(*.bat on Windows or *.sh on Linux) to configure them, then put the path of the script there.</source>
<translation>(Windows*.batlinux*.sh)</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2683"/>
<source>Client working directory(Reconnect to apply):</source>
<translation>()</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2697"/>
<source>On Windows, the client working directory should not be identical to the path of GUI, otherwise the client will use the wrong .dll file.</source>
<translation>WindowsGUI使.dll</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2714"/>
<source>Start arguments(Reconnect to apply):</source>
<translation>()</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2728"/>
<source>-f is necessary because the GUI need to handle the output in time. In some cases, the arguments should be set to &quot;-p /dev/&lt;port&gt; -f&quot; or &quot;-p &lt;port&gt; -f&quot;.</source>
<translation>-f使&quot;-p /dev/&lt;port&gt; -f&quot;&quot;-p &lt;port&gt; -f&quot;</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2745"/>
<source>Config file path(Reconnect to apply):</source>
<translation>()</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2752"/>
<source>config.json</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2759"/>
<source>Different clients require different config files. You can change the content of config file if the command format changes.</source>
<translation>使</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2849"/>
<source>Keep the client active even the PM3 hardware is disconnected.(Experimental)</source>
<translation>PM3</translation>
</message>
<message>
<location filename="../ui/mainwindow.ui" line="2864"/>
<source>GUI</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="111"/>
<location filename="../ui/mainwindow.cpp" line="347"/>
<location filename="../ui/mainwindow.cpp" line="573"/>
<location filename="../ui/mainwindow.cpp" line="593"/>
<location filename="../ui/mainwindow.cpp" line="606"/>
<location filename="../ui/mainwindow.cpp" line="80"/>
<location filename="../ui/mainwindow.cpp" line="129"/>
<location filename="../ui/mainwindow.cpp" line="366"/>
<location filename="../ui/mainwindow.cpp" line="592"/>
<location filename="../ui/mainwindow.cpp" line="612"/>
<location filename="../ui/mainwindow.cpp" line="625"/>
<location filename="../ui/mainwindow.cpp" line="638"/>
<location filename="../ui/mainwindow.cpp" line="665"/>
<location filename="../ui/mainwindow.cpp" line="678"/>
<location filename="../ui/mainwindow.cpp" line="869"/>
<location filename="../ui/mainwindow.cpp" line="888"/>
<location filename="../ui/mainwindow.cpp" line="644"/>
<location filename="../ui/mainwindow.cpp" line="657"/>
<location filename="../ui/mainwindow.cpp" line="684"/>
<location filename="../ui/mainwindow.cpp" line="697"/>
<location filename="../ui/mainwindow.cpp" line="889"/>
<location filename="../ui/mainwindow.cpp" line="914"/>
<source>Info</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="111"/>
<location filename="../ui/mainwindow.cpp" line="129"/>
<source>Plz choose a port first</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="178"/>
<location filename="../ui/mainwindow.cpp" line="197"/>
<source>Connected</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="184"/>
<location filename="../ui/mainwindow.cpp" line="973"/>
<location filename="../ui/mainwindow.cpp" line="203"/>
<location filename="../ui/mainwindow.cpp" line="999"/>
<source>Not Connected</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="619"/>
<location filename="../ui/mainwindow.cpp" line="638"/>
<source>Binary Data Files(*.bin *.dump);;Text Data Files(*.txt *.eml);;All Files(*.*)</source>
<translation>(*.bin *.dump);;(*.txt *.eml);;(*.*)</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="625"/>
<location filename="../ui/mainwindow.cpp" line="638"/>
<location filename="../ui/mainwindow.cpp" line="869"/>
<location filename="../ui/mainwindow.cpp" line="644"/>
<location filename="../ui/mainwindow.cpp" line="657"/>
<location filename="../ui/mainwindow.cpp" line="889"/>
<source>Failed to open</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="347"/>
<location filename="../ui/mainwindow.cpp" line="366"/>
<source>Continue?</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="9"/>
<location filename="../ui/mainwindow.cpp" line="11"/>
<source>Dock all windows</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="11"/>
<location filename="../ui/mainwindow.cpp" line="13"/>
<source>Ver: </source>
<translation> </translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="12"/>
<location filename="../ui/mainwindow.cpp" line="14"/>
<source>Check Update</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="347"/>
<location filename="../ui/mainwindow.cpp" line="80"/>
<source>Failed to load config file</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="366"/>
<source>Some of the data and key will be cleared.</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="460"/>
<location filename="../ui/mainwindow.cpp" line="479"/>
<source>Plz select the font of data widget and key widget</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="573"/>
<location filename="../ui/mainwindow.cpp" line="592"/>
<source>Data must consists of 32 Hex symbols(Whitespace is allowed)</source>
<translation>32</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="593"/>
<location filename="../ui/mainwindow.cpp" line="606"/>
<location filename="../ui/mainwindow.cpp" line="612"/>
<location filename="../ui/mainwindow.cpp" line="625"/>
<source>Key must consists of 12 Hex symbols(Whitespace is allowed)</source>
<translation>12</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="618"/>
<location filename="../ui/mainwindow.cpp" line="637"/>
<source>Plz select the data file:</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="631"/>
<location filename="../ui/mainwindow.cpp" line="650"/>
<source>Plz select the key file:</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="632"/>
<location filename="../ui/mainwindow.cpp" line="651"/>
<source>Binary Key Files(*.bin *.dump);;Binary Data Files(*.bin *.dump);;All Files(*.*)</source>
<translation type="unfinished">(*.bin *.dump);;(*.bin *.dump);;(*.*)</translation>
<translation>(*.bin *.dump);;(*.bin *.dump);;(*.*)</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="658"/>
<location filename="../ui/mainwindow.cpp" line="677"/>
<source>Plz select the location to save data file:</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="659"/>
<location filename="../ui/mainwindow.cpp" line="678"/>
<source>Binary Data Files(*.bin *.dump);;Text Data Files(*.txt *.eml)</source>
<translation type="unfinished">(*.bin *.dump);;(*.txt *.eml)</translation>
<translation>(*.bin *.dump);;(*.txt *.eml)</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="665"/>
<location filename="../ui/mainwindow.cpp" line="678"/>
<location filename="../ui/mainwindow.cpp" line="888"/>
<location filename="../ui/mainwindow.cpp" line="684"/>
<location filename="../ui/mainwindow.cpp" line="697"/>
<location filename="../ui/mainwindow.cpp" line="914"/>
<source>Failed to save to</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="671"/>
<location filename="../ui/mainwindow.cpp" line="690"/>
<source>Plz select the location to save key file:</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="672"/>
<location filename="../ui/mainwindow.cpp" line="691"/>
<source>Binary Key Files(*.bin *.dump)</source>
<translation>(*.bin *.dump)</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="797"/>
<location filename="../ui/mainwindow.cpp" line="816"/>
<source> Normally, the Block 0 of a typical Mifare card, which contains the UID, is locked during the manufacture. Users cannot write anything to Block 0 or set a new UID to a normal Mifare card.</source>
<translation> Mifare0</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="798"/>
<location filename="../ui/mainwindow.cpp" line="817"/>
<source> Chinese Magic Cards(aka UID Cards) are some special cards whose Block 0 are writeable. And you can change UID by writing to it.</source>
<translation> UIDChinese Magic Card0</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="800"/>
<location filename="../ui/mainwindow.cpp" line="819"/>
<source>There are two versions of Chinese Magic Cards, the Gen1 and the Gen2.</source>
<translation>UIDChinese Magic Card Gen1Gen2</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="801"/>
<location filename="../ui/mainwindow.cpp" line="820"/>
<source> Gen1:</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="801"/>
<location filename="../ui/mainwindow.cpp" line="820"/>
<source> also called UID card in China. It responses to some backdoor commands so you can access any blocks without password. The Proxmark3 has a bunch of related commands(csetblk, cgetblk, ...) to deal with this type of card, and my GUI also support these commands.</source>
<translation> UIDPM3GUI</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="802"/>
<location filename="../ui/mainwindow.cpp" line="821"/>
<source> Gen2:</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="802"/>
<location filename="../ui/mainwindow.cpp" line="821"/>
<source> doesn&apos;t response to the backdoor commands, which means that a reader cannot detect whether it is a Chinese Magic Card or not by sending backdoor commands.</source>
<translation> CUID/FUID/UFUID</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="804"/>
<location filename="../ui/mainwindow.cpp" line="823"/>
<source>There are some types of Chinese Magic Card Gen2.</source>
<translation>Gen2</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="805"/>
<location filename="../ui/mainwindow.cpp" line="824"/>
<source> CUID Card:</source>
<translation> CUID</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="805"/>
<location filename="../ui/mainwindow.cpp" line="824"/>
<source> the Block 0 is writeable, you can write to this block repeatedly by normal wrbl command.</source>
<translation> 0</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="806"/>
<location filename="../ui/mainwindow.cpp" line="825"/>
<source> (hf mf wrbl 0 A FFFFFFFFFFFF &lt;the data you want to write&gt;)</source>
<translation> (hf mf wrbl 0 A FFFFFFFFFFFF &lt;&gt;)</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="807"/>
<location filename="../ui/mainwindow.cpp" line="826"/>
<source> FUID Card:</source>
<translation> FUID</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="807"/>
<location filename="../ui/mainwindow.cpp" line="826"/>
<source> you can only write to Block 0 once. After that, it seems like a typical Mifare card(Block 0 cannot be written to).</source>
<translation> 0</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="808"/>
<location filename="../ui/mainwindow.cpp" line="827"/>
<source> (some readers might try changing the Block 0, which could detect the CUID Card. In that case, you should use FUID card.)</source>
<translation> (穿CUID)</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="809"/>
<location filename="../ui/mainwindow.cpp" line="828"/>
<source> UFUID Card:</source>
<translation> UFUID</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="809"/>
<location filename="../ui/mainwindow.cpp" line="828"/>
<source> It behaves like a CUID card(or UID card? I&apos;m not sure) before you send some special command to lock it. Once it is locked, you cannot change its Block 0(just like a typical Mifare card).</source>
<translation> UID/CUID0FUID</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="811"/>
<location filename="../ui/mainwindow.cpp" line="830"/>
<source> Seemingly, these Chinese Magic Cards are more easily to be compromised by Nested Attack(it takes little time to get an unknown key).</source>
<translation> UIDNested</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="856"/>
<location filename="../ui/mainwindow.cpp" line="875"/>
<source>Plz select the trace file:</source>
<translation>trace</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="857"/>
<location filename="../ui/mainwindow.cpp" line="876"/>
<source>Trace Files(*.trc);;All Files(*.*)</source>
<translation>Trace(*.trc);;(*.*)</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="879"/>
<location filename="../ui/mainwindow.cpp" line="899"/>
<source>Plz select the location to save trace file:</source>
<translation>trace</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="880"/>
<location filename="../ui/mainwindow.cpp" line="900"/>
<source>Trace Files(*.trc)</source>
<translation>Trace(*.trc)</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="974"/>
<location filename="../ui/mainwindow.cpp" line="1145"/>
<location filename="../ui/mainwindow.cpp" line="1000"/>
<location filename="../ui/mainwindow.cpp" line="1172"/>
<source>Idle</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="976"/>
<location filename="../ui/mainwindow.cpp" line="1002"/>
<source>Stop</source>
<translation></translation>
</message>
@ -1309,27 +1316,27 @@ When setting the freq, the &quot;hw setlfdivisor&quot; will also be called.</sou
<translation>B</translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1082"/>
<location filename="../ui/mainwindow.cpp" line="1109"/>
<source>HW Version:</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1084"/>
<location filename="../ui/mainwindow.cpp" line="1111"/>
<source>PM3:</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1086"/>
<location filename="../ui/mainwindow.cpp" line="1113"/>
<source>State:</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1141"/>
<location filename="../ui/mainwindow.cpp" line="1168"/>
<source>Running</source>
<translation></translation>
</message>
<message>
<location filename="../ui/mainwindow.cpp" line="1260"/>
<location filename="../ui/mainwindow.cpp" line="1295"/>
<source>Actural Freq: </source>
<translation> </translation>
</message>
@ -1337,34 +1344,34 @@ When setting the freq, the &quot;hw setlfdivisor&quot; will also be called.</sou
<context>
<name>Mifare</name>
<message>
<location filename="../module/mifare.cpp" line="659"/>
<location filename="../module/mifare.cpp" line="643"/>
<source>Success!</source>
<translation></translation>
</message>
<message>
<location filename="../module/mifare.cpp" line="226"/>
<location filename="../module/mifare.cpp" line="659"/>
<location filename="../module/mifare.cpp" line="663"/>
<location filename="../module/mifare.cpp" line="687"/>
<location filename="../module/mifare.cpp" line="726"/>
<location filename="../module/mifare.cpp" line="739"/>
<location filename="../module/mifare.cpp" line="794"/>
<location filename="../module/mifare.cpp" line="209"/>
<location filename="../module/mifare.cpp" line="643"/>
<location filename="../module/mifare.cpp" line="647"/>
<location filename="../module/mifare.cpp" line="671"/>
<location filename="../module/mifare.cpp" line="710"/>
<location filename="../module/mifare.cpp" line="723"/>
<location filename="../module/mifare.cpp" line="774"/>
<source>Info</source>
<translation></translation>
</message>
<message>
<location filename="../module/mifare.cpp" line="226"/>
<location filename="../module/mifare.cpp" line="209"/>
<source>Plz provide at least one known key</source>
<translation></translation>
</message>
<message>
<location filename="../module/mifare.cpp" line="496"/>
<location filename="../module/mifare.cpp" line="663"/>
<location filename="../module/mifare.cpp" line="468"/>
<location filename="../module/mifare.cpp" line="647"/>
<source>Failed!</source>
<translation></translation>
</message>
<message>
<location filename="../module/mifare.cpp" line="688"/>
<location filename="../module/mifare.cpp" line="672"/>
<source>The Access Bits is invalid!
It could make the whole sector blocked irreversibly!
Continue to write?</source>
@ -1373,22 +1380,22 @@ Continue to write?</source>
</translation>
</message>
<message>
<location filename="../module/mifare.cpp" line="726"/>
<location filename="../module/mifare.cpp" line="710"/>
<source>Successful!</source>
<translation></translation>
</message>
<message>
<location filename="../module/mifare.cpp" line="739"/>
<location filename="../module/mifare.cpp" line="723"/>
<source>Failed to write to these blocks:</source>
<translation></translation>
</message>
<message>
<location filename="../module/mifare.cpp" line="743"/>
<location filename="../module/mifare.cpp" line="727"/>
<source>Select them?</source>
<translation></translation>
</message>
<message>
<location filename="../module/mifare.cpp" line="794"/>
<location filename="../module/mifare.cpp" line="774"/>
<source>Failed to read card.</source>
<translation></translation>
</message>

Loading…
Cancel
Save