Skip to content

Commit bdcd5f0

Browse files
committed
Update translations
1 parent 4b2fe4e commit bdcd5f0

File tree

6 files changed

+32
-2
lines changed

6 files changed

+32
-2
lines changed

omodscan/dialogs/dialogsetuppresetdata.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ DialogSetupPresetData::DialogSetupPresetData(SetupPresetParams& params, QModbus
2525
switch(pointType)
2626
{
2727
case QModbusDataUnit::Coils:
28-
setWindowTitle("15: WRITE MULTIPLE COILS");
28+
setWindowTitle(tr("15: WRITE MULTIPLE COILS"));
2929
ui->lineEditNumberOfPoints->setInputRange(1, 1968);
3030
break;
3131
case QModbusDataUnit::HoldingRegisters:
32-
setWindowTitle("16: WRITE MULTIPLE REGISTERS");
32+
setWindowTitle(tr("16: WRITE MULTIPLE REGISTERS"));
3333
ui->lineEditNumberOfPoints->setInputRange(1, 123);
3434
break;
3535
default:
194 Bytes
Binary file not shown.

omodscan/translations/omodscan_cn.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,6 +1284,16 @@ single-point write functions 05 and 06.)</source>
12841284
<source>Number of Points: </source>
12851285
<translation>点数: </translation>
12861286
</message>
1287+
<message>
1288+
<location filename="../dialogs/dialogsetuppresetdata.cpp" line="28"/>
1289+
<source>15: WRITE MULTIPLE COILS</source>
1290+
<translation>15: 写入多个线圈</translation>
1291+
</message>
1292+
<message>
1293+
<location filename="../dialogs/dialogsetuppresetdata.cpp" line="32"/>
1294+
<source>16: WRITE MULTIPLE REGISTERS</source>
1295+
<translation>16: 写入多个寄存器</translation>
1296+
</message>
12871297
</context>
12881298
<context>
12891299
<name>DialogUserMsg</name>

omodscan/translations/omodscan_ru.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,6 +1276,16 @@ single-point write functions 05 and 06.)</source>
12761276
<source>Number of Points: </source>
12771277
<translation>Количество точек: </translation>
12781278
</message>
1279+
<message>
1280+
<location filename="../dialogs/dialogsetuppresetdata.cpp" line="28"/>
1281+
<source>15: WRITE MULTIPLE COILS</source>
1282+
<translation type="unfinished"></translation>
1283+
</message>
1284+
<message>
1285+
<location filename="../dialogs/dialogsetuppresetdata.cpp" line="32"/>
1286+
<source>16: WRITE MULTIPLE REGISTERS</source>
1287+
<translation type="unfinished"></translation>
1288+
</message>
12791289
</context>
12801290
<context>
12811291
<name>DialogUserMsg</name>
194 Bytes
Binary file not shown.

omodscan/translations/omodscan_zh.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,6 +1283,16 @@ single-point write functions 05 and 06.)</source>
12831283
<source>Number of Points: </source>
12841284
<translation>點數: </translation>
12851285
</message>
1286+
<message>
1287+
<location filename="../dialogs/dialogsetuppresetdata.cpp" line="28"/>
1288+
<source>15: WRITE MULTIPLE COILS</source>
1289+
<translation>15: 寫入多個線圈</translation>
1290+
</message>
1291+
<message>
1292+
<location filename="../dialogs/dialogsetuppresetdata.cpp" line="32"/>
1293+
<source>16: WRITE MULTIPLE REGISTERS</source>
1294+
<translation>16: 寫入多個暫存器</translation>
1295+
</message>
12861296
</context>
12871297
<context>
12881298
<name>DialogUserMsg</name>

0 commit comments

Comments
 (0)