mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-09-23 08:39:07 +03:00
translation updated
This commit is contained in:
@@ -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()
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user