mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-23 20:22:58 +03:00
Updated Russian translation.
This commit is contained in:
parent
6a623a9ecb
commit
f097b89280
@ -174,6 +174,8 @@ void QObjectPropertyModel::translatePropertyName()
|
|||||||
tr("gridChartLines");
|
tr("gridChartLines");
|
||||||
tr("horizontalAxisOnTop");
|
tr("horizontalAxisOnTop");
|
||||||
tr("mixWithPriorPage");
|
tr("mixWithPriorPage");
|
||||||
|
tr("shadow");
|
||||||
|
tr("borderStyle");
|
||||||
}
|
}
|
||||||
|
|
||||||
void QObjectPropertyModel::clearObjectsList()
|
void QObjectPropertyModel::clearObjectsList()
|
||||||
|
@ -135,9 +135,6 @@ void EnumPropItem::translateEnumItemName()
|
|||||||
tr("Pie");
|
tr("Pie");
|
||||||
tr("VerticalBar");
|
tr("VerticalBar");
|
||||||
tr("HorizontalBar");
|
tr("HorizontalBar");
|
||||||
tr("LegendAlignTop");
|
|
||||||
tr("LegendAlignCenter");
|
|
||||||
tr("LegendAlignBottom");
|
|
||||||
tr("TitleAlignLeft");
|
tr("TitleAlignLeft");
|
||||||
tr("TitleAlignRight");
|
tr("TitleAlignRight");
|
||||||
tr("TitleAlignCenter");
|
tr("TitleAlignCenter");
|
||||||
@ -147,6 +144,31 @@ void EnumPropItem::translateEnumItemName()
|
|||||||
tr("Inches");
|
tr("Inches");
|
||||||
tr("Scale");
|
tr("Scale");
|
||||||
tr("Split");
|
tr("Split");
|
||||||
|
tr("GridLines");
|
||||||
|
tr("Lines");
|
||||||
|
tr("Solid");
|
||||||
|
tr("NoStyle");
|
||||||
|
tr("Dashed");
|
||||||
|
tr("Dot");
|
||||||
|
tr("DashDot");
|
||||||
|
tr("DashDotDot");
|
||||||
|
tr("Doubled");
|
||||||
|
tr("LegendPoints");
|
||||||
|
tr("LegendLines");
|
||||||
|
tr("LegendAlignRightCenter");
|
||||||
|
tr("LegendAlignRightTop");
|
||||||
|
tr("LegendAlignRightBottom");
|
||||||
|
tr("LegendAlignBottomRight");
|
||||||
|
tr("LegendAlignBottomCenter");
|
||||||
|
tr("LegendAlignBottomLeft");
|
||||||
|
tr("SolidLine");
|
||||||
|
tr("NoPen");
|
||||||
|
tr("DashLine");
|
||||||
|
tr("DotLine");
|
||||||
|
tr("DashDotLine");
|
||||||
|
tr("DashDotDotLine");
|
||||||
|
tr("CustomDashLine");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void EnumPropItem::setPropertyEditorData(QWidget *propertyEditor, const QModelIndex &) const
|
void EnumPropItem::setPropertyEditorData(QWidget *propertyEditor, const QModelIndex &) const
|
||||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user