Skip to content

Commit

Permalink
Updated translations - AI
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Jan 5, 2025
1 parent a28500d commit 083db30
Show file tree
Hide file tree
Showing 14 changed files with 6,776 additions and 5,586 deletions.
Binary file modified i18n/qlog_cs.qm
Binary file not shown.
2,470 changes: 1,354 additions & 1,116 deletions i18n/qlog_cs.ts

Large diffs are not rendered by default.

Binary file modified i18n/qlog_de.qm
Binary file not shown.
2,480 changes: 1,359 additions & 1,121 deletions i18n/qlog_de.ts

Large diffs are not rendered by default.

Binary file modified i18n/qlog_es.qm
Binary file not shown.
2,462 changes: 1,350 additions & 1,112 deletions i18n/qlog_es.ts

Large diffs are not rendered by default.

Binary file modified i18n/qlog_it.qm
Binary file not shown.
2,462 changes: 1,350 additions & 1,112 deletions i18n/qlog_it.ts

Large diffs are not rendered by default.

Binary file modified i18n/qlog_zh_CN.qm
Binary file not shown.
2,468 changes: 1,353 additions & 1,115 deletions i18n/qlog_zh_CN.ts

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions models/LogbookModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,8 @@ QMap<LogbookModel::ColumnID, QString> LogbookModel::fieldNameTranslationMap =
{COLUMN_LAT, QT_TR_NOOP("Latitude")},
{COLUMN_LON, QT_TR_NOOP("Longitude")},
{COLUMN_MAX_BURSTS, QT_TR_NOOP("Max Bursts")},
{COLUMN_MORSE_KEY_INFO, QT_TR_NOOP("Morse Key Info")},
{COLUMN_MORSE_KEY_TYPE, QT_TR_NOOP("Morse Key Type")},
{COLUMN_MORSE_KEY_INFO, QT_TR_NOOP("CW Key Info")},
{COLUMN_MORSE_KEY_TYPE, QT_TR_NOOP("CW Key Type")},
{COLUMN_MS_SHOWER, QT_TR_NOOP("MS Shower Name")},
{COLUMN_MY_ALTITUDE, QT_TR_NOOP("My Altitude")},
{COLUMN_MY_ANTENNA, QT_TR_NOOP("My Antenna (ASCII)")},
Expand All @@ -688,8 +688,8 @@ QMap<LogbookModel::ColumnID, QString> LogbookModel::fieldNameTranslationMap =
{COLUMN_MY_ITU_ZONE, QT_TR_NOOP("My ITU")},
{COLUMN_MY_LAT, QT_TR_NOOP("My Latitude")},
{COLUMN_MY_LON, QT_TR_NOOP("My Longitude")},
{COLUMN_MY_MORSE_KEY_INFO, QT_TR_NOOP("My Morse Key Info")},
{COLUMN_MY_MORSE_KEY_TYPE, QT_TR_NOOP("My Morse Key Type")},
{COLUMN_MY_MORSE_KEY_INFO, QT_TR_NOOP("My CW Key Info")},
{COLUMN_MY_MORSE_KEY_TYPE, QT_TR_NOOP("My CW Key Type")},
{COLUMN_MY_NAME, QT_TR_NOOP("My Name (ASCII)")},
{COLUMN_MY_NAME_INTL, QT_TR_NOOP("My Name")},
{COLUMN_MY_POSTAL_CODE, QT_TR_NOOP("My Postal Code (ASCII)")},
Expand Down
6 changes: 3 additions & 3 deletions ui/CWConsoleWidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
<string>CW Console - Halt Sending</string>
</property>
<property name="shortcut">
<string>Alt+T</string>
<string notr="true">Alt+T</string>
</property>
<property name="shortcutContext">
<enum>Qt::ApplicationShortcut</enum>
Expand Down Expand Up @@ -635,8 +635,8 @@
<y>200</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>111</y>
<x>-1</x>
<y>-1</y>
</hint>
</hints>
</connection>
Expand Down
2 changes: 1 addition & 1 deletion ui/LogbookWidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
<string>Update from Callbook</string>
</property>
<property name="toolTip">
<string>Add Missing Callbook Info</string>
<string>Add Missing Info</string>
</property>
</action>
<action name="actionFilter">
Expand Down
4 changes: 2 additions & 2 deletions ui/SettingsDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -3175,7 +3175,7 @@
<item row="2" column="1">
<widget class="QLabel" name="qrzNotice">
<property name="text">
<string>&lt;b&gt;Notice:&lt;/b&gt; At least a QRZ XML Subscription is recommended to access detailed information. Without a subscription, you will obtain limited data from QRZ, such as missing grid and other key items.</string>
<string>&lt;b&gt;Notice:&lt;/b&gt; At least a QRZ XML Subscription is recommended to access detailed information. Without a subscription, you will obtain limited data from QRZ, such as missing grid and other fields.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
Expand Down Expand Up @@ -4173,7 +4173,7 @@
<item row="5" column="0">
<widget class="QLabel" name="notifRigLabel">
<property name="text">
<string>Rig Changes</string>
<string>Rig Status</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 083db30

Please sign in to comment.