feat: Update translation files.
This commit is contained in:
@@ -1188,7 +1188,7 @@ void DeviceManager::startDrainage()
|
||||
if(!mDrainageControlAction->execute())
|
||||
{
|
||||
emit startDrainageControlResult(false);
|
||||
QString msg = tr("Open pump failed.");
|
||||
QString msg = tr("Open drain vavle failed.");
|
||||
THROW_ERROR(msg);
|
||||
}
|
||||
}
|
||||
@@ -1217,7 +1217,7 @@ void DeviceManager::processDrainageResult(const QString& aResponse)
|
||||
}
|
||||
|
||||
emit startDrainageControlResult(false);
|
||||
QString msg = tr("Open pump failed.");
|
||||
QString msg = tr("Open drain vavle failed.");
|
||||
THROW_ERROR(msg);
|
||||
}
|
||||
|
||||
@@ -1250,7 +1250,7 @@ void DeviceManager::startWaterClean()
|
||||
if(!mWaterCleanAction->execute())
|
||||
{
|
||||
emit startWaterCleanResult(false);
|
||||
QString msg = tr("Cleaning failed.");
|
||||
QString msg = tr("Cleaning startup failed.");
|
||||
THROW_ERROR(msg);
|
||||
}
|
||||
}
|
||||
@@ -1265,7 +1265,7 @@ void DeviceManager::processWaterCleanResult(const QString &aResponse)
|
||||
}
|
||||
|
||||
emit startWaterCleanResult(false);
|
||||
QString msg = tr("Cleaning failed.");
|
||||
QString msg = tr("Cleaning startup failed.");
|
||||
THROW_ERROR(msg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user