0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00

Updated Russian translation.

This commit is contained in:
Arin Alex 2023-08-16 14:15:01 +03:00
parent 6a623a9ecb
commit f097b89280
4 changed files with 1338 additions and 55 deletions

View File

@ -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()

View File

@ -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