diff --git a/limereport/items/lrchartitemeditor.cpp b/limereport/items/lrchartitemeditor.cpp
index cb13541..0c54821 100644
--- a/limereport/items/lrchartitemeditor.cpp
+++ b/limereport/items/lrchartitemeditor.cpp
@@ -95,7 +95,7 @@ void ChartItemEditor::init()
ui->tableWidget->setColumnCount(1);
ui->tableWidget->setRowCount(m_charItem->series().count());
ui->tableWidget->horizontalHeader()->setStretchLastSection(true);
- ui->tableWidget->setHorizontalHeaderItem(0,new QTableWidgetItem("Series name"));
+ ui->tableWidget->setHorizontalHeaderItem(0,new QTableWidgetItem(tr("Series name")));
rebuildTable();
diff --git a/limereport/items/lrchartitemeditor.ui b/limereport/items/lrchartitemeditor.ui
index f32e269..a745777 100644
--- a/limereport/items/lrchartitemeditor.ui
+++ b/limereport/items/lrchartitemeditor.ui
@@ -11,7 +11,7 @@
- Form
+ Series editor
-
diff --git a/limereport/objectinspector/lrobjectitemmodel.cpp b/limereport/objectinspector/lrobjectitemmodel.cpp
index 080a7a2..07a8200 100644
--- a/limereport/objectinspector/lrobjectitemmodel.cpp
+++ b/limereport/objectinspector/lrobjectitemmodel.cpp
@@ -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()
diff --git a/limereport/objectinspector/propertyItems/lrenumpropitem.cpp b/limereport/objectinspector/propertyItems/lrenumpropitem.cpp
index 36ebe26..6398f12 100644
--- a/limereport/objectinspector/propertyItems/lrenumpropitem.cpp
+++ b/limereport/objectinspector/propertyItems/lrenumpropitem.cpp
@@ -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
diff --git a/translations/limereport_ru.ts b/translations/limereport_ru.ts
index 3c64e9f..35ad19f 100644
--- a/translations/limereport_ru.ts
+++ b/translations/limereport_ru.ts
@@ -12,43 +12,51 @@
ChartItemEditor
Form
- Форма
+ Форма
Series
-
+ Серии
Add
-
+ Добавить
Delete
-
+ Удалить
Name
- Имя переменной
+ Наименование
Values field
-
+ Значения
Color
-
+ Цвет
Type
- Тип
+ Тип
Labels field
-
+ Подписи
Ok
- Ок
+ Ок
+
+
+ Series name
+ Серии
+
+
+ Series editor
+ Редактор серий
@@ -75,18 +83,18 @@
Mandatory
-
+ Обязательная
LanguageSelectDialog
Dialog
-
+ Диалог
Language
-
+ Язык
@@ -143,7 +151,7 @@ p, li { white-space: pre-wrap; }
<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</span></p>
<p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:10pt; font-weight:600; color:#000000;"><br /></p>
<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Copyright 2015 Arin Alexander. All rights reserved.</span></p></body></html>
-
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
@@ -390,15 +398,15 @@ p, li { white-space: pre-wrap; }
Keep bottom space
-
+ Сохранять отступ снизу
Start from new page
-
+ Начинать с новой страницы
Start new page
-
+ Начинать новую страницу
@@ -746,15 +754,15 @@ p, li { white-space: pre-wrap; }
NoneAutoWidth
- Нет
+ Нет
MaxWordLength
- По ширине слова
+ По ширине слова
MaxStringLength
- По ширине строки
+ По ширине строки
TransparentMode
@@ -920,6 +928,42 @@ p, li { white-space: pre-wrap; }
VerticalUniform
Вертикально равномерно
+
+ Pie
+ Круговая
+
+
+ VerticalBar
+ Вертикальные столбцы
+
+
+ HorizontalBar
+ Горизонтальные столбцы
+
+
+ LegendAlignTop
+ Сверху
+
+
+ LegendAlignCenter
+ По центру
+
+
+ LegendAlignBottom
+ Снизу
+
+
+ TitleAlignLeft
+ Слева
+
+
+ TitleAlignRight
+ Справа
+
+
+ TitleAlignCenter
+ По цетру
+
LimeReport::FlagsPropItem
@@ -1712,6 +1756,58 @@ p, li { white-space: pre-wrap; }
repeatOnEachRow
Печатать на каждой странице
+
+ endlessHeight
+ Бесконечная страница
+
+
+ extendedHeight
+ Дополнителная высота
+
+
+ isExtendedInDesignMode
+ Увеличенный размер в дизайнере
+
+
+ pageIsTOC
+ Оглавление
+
+
+ setPageSizeToPrinter
+ Отправлять размер страницы принтеру
+
+
+ fillInSecondPass
+ Заполнять на втором проходе
+
+
+ chartTitle
+ Заголовок диаграммы
+
+
+ chartType
+ Тип диаграммы
+
+
+ drawLegendBorder
+ Границы вокруг легенды
+
+
+ labelsField
+
+
+
+ legendAlign
+ Расположение легенды
+
+
+ series
+ Серии
+
+
+ titleAlign
+ Расположение заголовка
+
LimeReport::RectMMPropItem
@@ -1759,7 +1855,7 @@ p, li { white-space: pre-wrap; }
Translations
-
+ Переводы
@@ -2059,7 +2155,7 @@ This preview is no longer valid.
Language %1 already exists
-
+ Перевод %1 уже существует!
@@ -2249,15 +2345,15 @@ This preview is no longer valid.
LimeReport::ScriptEditor
Form
- Форма
+ Форма
Data
- Данные
+ Данные
Functions
- Функции
+ Функции
@@ -2347,35 +2443,35 @@ This preview is no longer valid.
Datasource
- Источник данных
+ Источник данных
ValueField
-
+ Поле значения
KeyField
-
+ Поле ключа
KeyFieldValue
-
+ Значение поля ключа
Unique identifier
-
+ Уникальный идентификатор
Content
- Содержимое
+ Содержимое
Indent
-
+ Отступ
datasourceName
-
+ Источника данных
@@ -2551,47 +2647,47 @@ This preview is no longer valid.
LimeReport::TranslationEditor
Form
- Форма
+ Форма
Languages
-
+ Языки
...
- ...
+ ...
Pages
-
+ Страницы
Strings
-
+ Строки
Source Text
-
+ Исходный текст
Translation
-
+ Превод
Checked
-
+ Проверено
Report Item
-
+ Элемент отчета
Property
-
+ Свойство
Source text
-
+ Исходный текст
@@ -2825,19 +2921,19 @@ This preview is no longer valid.
Chart Item
-
+ Диаграмма
First
-
+ Первая
Second
-
+ Вторая
Thrid
-
+ Третья