diff options
Diffstat (limited to 'Plugins/ScriptingPython/translations/ScriptingPython_ru_RU.ts')
| -rw-r--r-- | Plugins/ScriptingPython/translations/ScriptingPython_ru_RU.ts | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_ru_RU.ts b/Plugins/ScriptingPython/translations/ScriptingPython_ru_RU.ts new file mode 100644 index 0000000..6994f5a --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_ru_RU.ts @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="ru" sourcelanguage="en"> + <context> + <name>QObject</name> + <message> + <location filename="../scriptingpython.cpp" line="484"/> + <source>Invalid use of %1 function. Expected %2 arguments, but got %3.</source> + <translation>Некорректное использование функции %1. Ожидается аргументов: %2, передано аргументов: %3.</translation> + </message> + <message> + <location filename="../scriptingpython.cpp" line="493"/> + <source>Unknown error from function %1.</source> + <translation>Неизвестная ошибка при выполнении функции %1.</translation> + </message> + <message> + <location filename="../scriptingpython.cpp" line="534"/> + <source>Could not calculate string representation of the Python object passed as argument to the function %1.</source> + <translation>Невозможно сформировать строковое представление объекта Python, переданного в виде аргумента в функцию %1.</translation> + </message> + <message> + <location filename="../scriptingpython.cpp" line="550"/> + <source>Could not find execution context for function %1. This is a bug of Python plugin. Please report it.</source> + <translation>Не найден контекст выполнения для функции %1. Это ошибка модуля Python. Пожалуйста, сообщите о ней.</translation> + </message> + <message> + <location filename="../scriptingpython.cpp" line="575"/> + <source>Error from Python function %1: %2</source> + <translation>Ошибка при выполнении функции Python %1: %2</translation> + </message> + </context> +</TS> |
