Skip to content

Commit de787c8

Browse files
committed
feat: Add hex view button translations and resource icon
1 parent 2c4e4af commit de787c8

4 files changed

Lines changed: 25 additions & 0 deletions

File tree

src/resources.qrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@
6363
<file>res/iconSimulation16bit.png</file>
6464
<file>res/iconSimulation32bit.png</file>
6565
<file>res/iconSimulation64bit.png</file>
66+
<file>res/icon-hex.svg</file>
6667
</qresource>
6768
</RCC>

src/translations/omodsim_ru.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,6 +1505,14 @@ MODBUS Point Type:
15051505
<translation>Далее</translation>
15061506
</message>
15071507
</context>
1508+
<context>
1509+
<name>HexViewButton</name>
1510+
<message>
1511+
<location filename="../controls/numericlineedit.cpp" line="29"/>
1512+
<source>Hex View</source>
1513+
<translation type="unfinished">Шестнадцатиричный режим</translation>
1514+
</message>
1515+
</context>
15081516
<context>
15091517
<name>JScriptControl</name>
15101518
<message>

src/translations/omodsim_zh_CN.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,6 +1509,14 @@ MODBUS Point Type:
15091509
<translation>查找下一个</translation>
15101510
</message>
15111511
</context>
1512+
<context>
1513+
<name>HexViewButton</name>
1514+
<message>
1515+
<location filename="../controls/numericlineedit.cpp" line="29"/>
1516+
<source>Hex View</source>
1517+
<translation type="unfinished">十六进制视图</translation>
1518+
</message>
1519+
</context>
15121520
<context>
15131521
<name>JScriptControl</name>
15141522
<message>

src/translations/omodsim_zh_TW.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,6 +1509,14 @@ MODBUS Point Type:
15091509
<translation>尋找下一個</translation>
15101510
</message>
15111511
</context>
1512+
<context>
1513+
<name>HexViewButton</name>
1514+
<message>
1515+
<location filename="../controls/numericlineedit.cpp" line="29"/>
1516+
<source>Hex View</source>
1517+
<translation type="unfinished">十六進位制檢視</translation>
1518+
</message>
1519+
</context>
15121520
<context>
15131521
<name>JScriptControl</name>
15141522
<message>

0 commit comments

Comments
 (0)