Update translations

This commit is contained in:
wh201906
2021-02-23 19:47:36 +08:00
parent 15538a9892
commit 03bb57ee58
5 changed files with 606 additions and 375 deletions
+1 -1
View File
@@ -1251,7 +1251,7 @@ void MainWindow::onLFfreqConfChanged(int value, bool isCustomized)
if(isCustomized)
ui->LF_Conf_freqOtherButton->setChecked(true);
ui->LF_Conf_freqLabel->setText(QString("Actural Freq: %1kHz").arg(LF::divisor2Freq(value), 0, 'f', 3));
ui->LF_Conf_freqLabel->setText(tr("Actural Freq: ") + QString("%1kHz").arg(LF::divisor2Freq(value), 0, 'f', 3));
ui->LF_Conf_freqDivisorBox->setValue(value);
ui->LF_Conf_freqSlider->setValue(value);
+51 -3
View File
@@ -136,7 +136,7 @@
</sizepolicy>
</property>
<property name="currentIndex">
<number>4</number>
<number>0</number>
</property>
<widget class="QWidget" name="mifareTab">
<attribute name="title">
@@ -1334,6 +1334,12 @@
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
@@ -1512,7 +1518,7 @@ When setting the freq, the &quot;hw setlfdivisor&quot; will also be called.</str
</size>
</property>
<property name="text">
<string>Get</string>
<string>Get Config</string>
</property>
</widget>
</item>
@@ -1531,7 +1537,7 @@ When setting the freq, the &quot;hw setlfdivisor&quot; will also be called.</str
</size>
</property>
<property name="text">
<string>Set</string>
<string>Set Config</string>
</property>
</widget>
</item>
@@ -1600,6 +1606,12 @@ When setting the freq, the &quot;hw setlfdivisor&quot; will also be called.</str
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
@@ -1651,6 +1663,12 @@ When setting the freq, the &quot;hw setlfdivisor&quot; will also be called.</str
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
@@ -1703,6 +1721,12 @@ Use this to get raw data from a tag.</string>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
@@ -1756,6 +1780,12 @@ On Iceman/RRG repo, press the button on PM3 to stop measuring</string>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
@@ -2194,6 +2224,12 @@ or &quot;-p &lt;port&gt; -f&quot;</string>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
@@ -2206,6 +2242,12 @@ or &quot;-p &lt;port&gt; -f&quot;</string>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
@@ -2215,6 +2257,12 @@ or &quot;-p &lt;port&gt; -f&quot;</string>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>