From 3565aad630864ecdbe53fdaa501ea708555b3c7c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 30 Apr 2023 18:30:36 -0400 Subject: New upstream version 3.4.4+dfsg. --- .../translations/ScriptingPython_ru_RU.ts | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_ru_RU.ts (limited to 'Plugins/ScriptingPython/translations/ScriptingPython_ru_RU.ts') 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 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Некорректное использование функции %1. Ожидается аргументов: %2, передано аргументов: %3. + + + + Unknown error from function %1. + Неизвестная ошибка при выполнении функции %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Невозможно сформировать строковое представление объекта Python, переданного в виде аргумента в функцию %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Не найден контекст выполнения для функции %1. Это ошибка модуля Python. Пожалуйста, сообщите о ней. + + + + Error from Python function %1: %2 + Ошибка при выполнении функции Python %1: %2 + + + -- cgit v1.2.3