summaryrefslogtreecommitdiff
path: root/translations/qtdeclarative_ru.ts
diff options
context:
space:
mode:
Diffstat (limited to 'translations/qtdeclarative_ru.ts')
-rw-r--r--translations/qtdeclarative_ru.ts83
1 files changed, 51 insertions, 32 deletions
diff --git a/translations/qtdeclarative_ru.ts b/translations/qtdeclarative_ru.ts
index 1c05340..a069898 100644
--- a/translations/qtdeclarative_ru.ts
+++ b/translations/qtdeclarative_ru.ts
@@ -4,18 +4,6 @@
<context>
<name>Object</name>
<message>
- <source>Duplicate method name</source>
- <translation>Дублирование имени метода</translation>
- </message>
- <message>
- <source>Method names cannot begin with an upper case letter</source>
- <translation>Имена методов не могут начинаться с заглавной буквы</translation>
- </message>
- <message>
- <source>Illegal method name</source>
- <translation>Недопустимое имя метода</translation>
- </message>
- <message>
<source>Duplicate scoped enum name</source>
<translation>Дублирование имени перечисления</translation>
</message>
@@ -56,6 +44,13 @@
</message>
</context>
<context>
+ <name>QQmlAbstractDelegateComponent</name>
+ <message>
+ <source>Cannot create instance of abstract class AbstractDelegateComponent.</source>
+ <translation>Нельзя создавать экземпляры абстрактного класса AbstractDelegateComponent.</translation>
+ </message>
+</context>
+<context>
<name>QQmlAnonymousComponentResolver</name>
<message>
<source>Component objects cannot declare new functions.</source>
@@ -149,6 +144,18 @@
<translation>Некорректная спецификация идентификатора компонента</translation>
</message>
<message>
+ <source>Duplicate method name</source>
+ <translation>Дублирование имени метода</translation>
+ </message>
+ <message>
+ <source>Method names cannot begin with an upper case letter</source>
+ <translation>Имена методов не могут начинаться с заглавной буквы</translation>
+ </message>
+ <message>
+ <source>Illegal method name</source>
+ <translation>Недопустимое имя метода</translation>
+ </message>
+ <message>
<source>Invalid empty ID</source>
<translation>Пустой идентификатор недопустим</translation>
</message>
@@ -188,8 +195,8 @@
<translation>createObject: значение не является объектом</translation>
</message>
<message>
- <source>Object destroyed during incubation</source>
- <translation>Объект уничтожен во время инкубации</translation>
+ <source>Object or context destroyed during incubation</source>
+ <translation>Объект или контекст уничтожен во время инкубации</translation>
</message>
</context>
<context>
@@ -294,6 +301,10 @@
<source>The group of a DelegateModel cannot be changed within onChanged</source>
<translation>Нельзя менять группу DelegateModel внутри onChanged</translation>
</message>
+ <message>
+ <source>The delegates of a DelegateModel cannot be changed within onUpdated.</source>
+ <translation>Делегаты DelegateModel нельзя менять внутри onUpdated.</translation>
+ </message>
</context>
<context>
<name>QQmlDelegateModelGroup</name>
@@ -691,6 +702,10 @@
<translation>Некорректный флаг «%0» в регулярном выражении</translation>
</message>
<message>
+ <source>Unexpected token &apos;.&apos;</source>
+ <translation>Неожиданный символ «.»</translation>
+ </message>
+ <message>
<source>Stray newline in string literal</source>
<translation>Ненужный перевод строки в строковом литерале</translation>
</message>
@@ -707,6 +722,14 @@
<translation>Восьмеричные esc-последовательности недопустимы</translation>
</message>
<message>
+ <source>At least one octal digit is required after &apos;0%1&apos;</source>
+ <translation>Необходима минимум одна восьмеричная цифра после «0%1»</translation>
+ </message>
+ <message>
+ <source>At least one binary digit is required after &apos;0%1&apos;</source>
+ <translation>Необходима минимум одна двоичная цифра после «0%1»</translation>
+ </message>
+ <message>
<source>Decimal numbers can&apos;t start with &apos;0&apos;</source>
<translation>Десятичные числа не могут начинаться с «0»</translation>
</message>
@@ -727,14 +750,6 @@
<translation>Синтаксическая ошибка</translation>
</message>
<message>
- <source>Unexpected token `%1&apos;</source>
- <translation>Неожиданный символ «%1»</translation>
- </message>
- <message>
- <source>Expected token `%1&apos;</source>
- <translation>Ожидается символ «%1»</translation>
- </message>
- <message>
<source>Unexpected object definition</source>
<translation>Неожиданное определение объекта</translation>
</message>
@@ -1048,16 +1063,16 @@
<translation>Невозможно назначить объект свойству «%1» списка</translation>
</message>
<message>
- <source>Unexpected object assignment</source>
- <translation>Неожиданное назначение объекта</translation>
+ <source>Unexpected object assignment for property &quot;%1&quot;</source>
+ <translation>Неожиданное присваивание объекта для свойства «%1»</translation>
</message>
<message>
- <source>Invalid property assignment: script expected</source>
- <translation>Некорректное присваивание свойства: ожидается сценарий</translation>
+ <source>Cannot assign object of type &quot;%1&quot; to property of type &quot;%2&quot; as the former is neither the same as the latter nor a sub-class of it.</source>
+ <translation>Нельзя назначить объект типа «%1» свойству типа «%2», так как тип первого не совпадает со вторым и не является его производным.</translation>
</message>
<message>
- <source>Cannot assign object to property</source>
- <translation>Невозможно назначить объект свойству</translation>
+ <source>Invalid property assignment: script expected</source>
+ <translation>Некорректное присваивание свойства: ожидается сценарий</translation>
</message>
</context>
<context>
@@ -1438,6 +1453,14 @@
<translation>PointerEvent доступен только, как параметр ряда сигналов PointerHandler</translation>
</message>
<message>
+ <source>PointerMouseEvent is only available as a parameter of several signals in PointerHandler</source>
+ <translation>PointerMouseEvent доступен только как параметр нескольких сигналов в PointerHandler</translation>
+ </message>
+ <message>
+ <source>PointerTouchEvent is only available as a parameter of several signals in PointerHandler</source>
+ <translation>PointerTouchEvent доступен только как параметр нескольких сигналов в PointerHandler</translation>
+ </message>
+ <message>
<source>EventPoint is only available as a member of PointerEvent</source>
<translation>EventPoint доступен только, как член PointerEvent</translation>
</message>
@@ -1450,10 +1473,6 @@
<translation>PointerDevice доступен только, как свойство PointerEvent</translation>
</message>
<message>
- <source>PointingDeviceUniqueId is only available as a property of PointerEvent</source>
- <translation>PointingDeviceUniqueId доступен только, как свойство PointerEvent</translation>
- </message>
- <message>
<source>PointerHandler is an abstract base class</source>
<translation>PointerHandler — абстрактный базовый класс</translation>
</message>