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_pt_BR.ts | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_pt_BR.ts (limited to 'Plugins/ScriptingPython/translations/ScriptingPython_pt_BR.ts') diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_pt_BR.ts b/Plugins/ScriptingPython/translations/ScriptingPython_pt_BR.ts new file mode 100644 index 0000000..cc25e10 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_pt_BR.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Uso inválido de %1 função. Esperado %2 argumentos, mas recebeu %3. + + + + Unknown error from function %1. + Erro desconhecido da função %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Não foi possível calcular a representação de cadeia de caracteres do objeto Python passado como argumento para a função %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Não foi possível encontrar o contexto de execução para a função %1. Este é um erro do plugin Python. Por favor, relate o problema. + + + + Error from Python function %1: %2 + Erro da função Python %1: %2 + + + -- cgit v1.2.3