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

Russian translation has been updated

This commit is contained in:
Arin Alexander 2019-10-17 00:11:27 +03:00
parent 315c43776c
commit a6a8c407a3
3 changed files with 34 additions and 13 deletions

View File

@ -127,7 +127,7 @@ RCC_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/rcc
LIMEREPORT_VERSION_MAJOR = 1
LIMEREPORT_VERSION_MINOR = 5
LIMEREPORT_VERSION_RELEASE = 20
LIMEREPORT_VERSION_RELEASE = 21
LIMEREPORT_VERSION = '$${LIMEREPORT_VERSION_MAJOR}.$${LIMEREPORT_VERSION_MINOR}.$${LIMEREPORT_VERSION_RELEASE}'
DEFINES *= LIMEREPORT_VERSION_STR=\\\"$${LIMEREPORT_VERSION}\\\"

View File

@ -163,6 +163,7 @@ void QObjectPropertyModel::translatePropertyName()
tr("units");
tr("geometryLocked");
tr("printBehavior");
tr("shiftItems");
}
void QObjectPropertyModel::clearObjectsList()

View File

@ -1488,6 +1488,18 @@ p, li { white-space: pre-wrap; }
<source>EditModeTools</source>
<translation>Панель инструментов редактирования</translation>
</message>
<message>
<source>Printing</source>
<translation>Печатается</translation>
</message>
<message>
<source>Attention</source>
<translation>Внимание</translation>
</message>
<message>
<source>The printing is in process</source>
<translation>Отчет находится в процессе печати</translation>
</message>
</context>
<context>
<name>LimeReport::ProxyHolder</name>
@ -2006,6 +2018,10 @@ p, li { white-space: pre-wrap; }
<source>printBehavior</source>
<translation>Поведение при печати</translation>
</message>
<message>
<source>shiftItems</source>
<translation>Смещение элементов</translation>
</message>
</context>
<context>
<name>LimeReport::RectPropItem</name>
@ -2258,18 +2274,6 @@ p, li { white-space: pre-wrap; }
<source>Report file name</source>
<translation>Файл отчета</translation>
</message>
<message>
<source>Rendering report</source>
<translation>Создается отчет</translation>
</message>
<message>
<source>Abort</source>
<translation>Прервать</translation>
</message>
<message>
<source> page rendered</source>
<translation> создается страница</translation>
</message>
<message>
<source>Warning</source>
<translation>Предупреждение</translation>
@ -2342,6 +2346,22 @@ p, li { white-space: pre-wrap; }
<source>Select one level items</source>
<translation>Выделить элементы одного уровня</translation>
</message>
<message>
<source>Rendered %1 pages</source>
<translation>Сформировано %1 страниц</translation>
</message>
<message>
<source>Cancel report rendering</source>
<translation>Отменить построение отчета</translation>
</message>
<message>
<source>Attention</source>
<translation>Внимание</translation>
</message>
<message>
<source>The rendering is in process</source>
<translation>Отчет находится в процессе создания</translation>
</message>
</context>
<context>
<name>LimeReport::ReportEnginePrivate</name>