Merge pull request #329 from SunnySlopes/trunk

updated zh_CN translation to 4.1.0
This commit is contained in:
Cubitect 2024-10-14 17:31:26 +00:00 committed by GitHub
commit 1fe2335886
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 811 additions and 788 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -594,13 +594,13 @@ void ConditionDialog::updateMode()
{
ui->stackedWidget->setCurrentWidget(ui->pageNoise);
ui->stackedNoise->setCurrentWidget(ui->pageNoiseMinMax);
ui->groupBoxNoise->setTitle("Locate climate minimum/maximum");
ui->groupBoxNoise->setTitle(QApplication::translate("Filter", "Locate climate minimum/maximum"));
}
else if (filterindex == F_NOISE_SAMPLE)
{
ui->stackedWidget->setCurrentWidget(ui->pageNoise);
ui->stackedNoise->setCurrentWidget(ui->pageNoiseSample);
ui->groupBoxNoise->setTitle("Climate noise samples");
ui->groupBoxNoise->setTitle(QApplication::translate("Filter", "Climate noise samples"));
}
else if (filterindex == F_BIOME_CENTER || filterindex == F_BIOME_CENTER_256)
{