0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-09-23 08:29:07 +03:00

translation updated

This commit is contained in:
Arin Alexander
2017-12-11 00:29:36 +03:00
parent 1c2439f39b
commit b8bafd08e9
5 changed files with 168 additions and 50 deletions

View File

@@ -134,6 +134,19 @@ void QObjectPropertyModel::translatePropertyName()
tr("condition");
tr("groupFieldName");
tr("keepGroupTogether");
tr("endlessHeight");
tr("extendedHeight");
tr("isExtendedInDesignMode");
tr("pageIsTOC");
tr("setPageSizeToPrinter");
tr("fillInSecondPass");
tr("chartTitle");
tr("chartType");
tr("drawLegendBorder");
tr("labelsField");
tr("legendAlign");
tr("series");
tr("titleAlign");
}
void QObjectPropertyModel::clearObjectsList()

View File

@@ -132,6 +132,15 @@ void EnumPropItem::translateEnumItemName()
tr("Horizontal");
tr("Vertical");
tr("VerticalUniform");
tr("Pie");
tr("VerticalBar");
tr("HorizontalBar");
tr("LegendAlignTop");
tr("LegendAlignCenter");
tr("LegendAlignBottom");
tr("TitleAlignLeft");
tr("TitleAlignRight");
tr("TitleAlignCenter");
}
void EnumPropItem::setPropertyEditorData(QWidget *propertyEditor, const QModelIndex &) const