mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2026-07-14 22:55:32 +08:00
Non-ASCII path support(partial)
I didn't find other solutions on the Internet. I found the plugins are loaded when creating MainWindow, so this solution should be fine?
This commit is contained in:
@@ -270,6 +270,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.ui" line="317"/>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.cpp" line="113"/>
|
||||
<source>KeyA</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -280,6 +281,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.ui" line="327"/>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.cpp" line="117"/>
|
||||
<source>KeyB</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
@@ -306,6 +308,21 @@ It could make the whole sector blocked irreversibly!</source>
|
||||
<source>Valid</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.cpp" line="88"/>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.cpp" line="89"/>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.cpp" line="90"/>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.cpp" line="94"/>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.cpp" line="95"/>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.cpp" line="96"/>
|
||||
<source>Block</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.cpp" line="121"/>
|
||||
<source>KeyA+B</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindow</name>
|
||||
|
||||
Binary file not shown.
@@ -271,6 +271,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.ui" line="317"/>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.cpp" line="113"/>
|
||||
<source>KeyA</source>
|
||||
<translation>密钥A</translation>
|
||||
</message>
|
||||
@@ -281,6 +282,7 @@
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.ui" line="327"/>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.cpp" line="117"/>
|
||||
<source>KeyB</source>
|
||||
<translation>密钥B</translation>
|
||||
</message>
|
||||
@@ -310,6 +312,21 @@ It could make the whole sector blocked irreversibly!</source>
|
||||
<source>Valid</source>
|
||||
<translation>有效</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.cpp" line="88"/>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.cpp" line="89"/>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.cpp" line="90"/>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.cpp" line="94"/>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.cpp" line="95"/>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.cpp" line="96"/>
|
||||
<source>Block</source>
|
||||
<translation>块</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ui/mf_trailerdecoderdialog.cpp" line="121"/>
|
||||
<source>KeyA+B</source>
|
||||
<translation>密钥A+B</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>MainWindow</name>
|
||||
|
||||
Reference in New Issue
Block a user