kde-l10n/pt_BR/messages/kde-extraapps/kdevexecutescript.po

338 lines
11 KiB
Text
Raw Normal View History

# Translation of kdevexecutescript.po to Brazilian Portuguese
# Copyright (C) 2009-2014 This_file_is_part_of_KDE
# This file is distributed under the same license as the PACKAGE package.
#
# Luiz Fernando Ranghetti <elchevive@opensuse.org>, 2009, 2012.
# Marcus Vinícius de Andrade Gama <marcus.gama@gmail.com>, 2010, 2012.
# André Marcelo Alvarenga <alvarenga@kde.org>, 2010, 2012, 2013, 2014.
msgid ""
msgstr ""
"Project-Id-Version: kdevexecutescript\n"
2015-07-27 01:05:29 +03:00
"Report-Msgid-Bugs-To: xakepa10@gmail.com\n"
"POT-Creation-Date: 2015-11-05 07:06+0200\n"
"PO-Revision-Date: 2014-06-26 23:01-0300\n"
"Last-Translator: André Marcelo Alvarenga <alvarenga@kde.org>\n"
"Language-Team: Brazilian Portuguese <kde-i18n-pt_br@kde.org>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Lokalize 1.5\n"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:17
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
2015-07-27 01:05:29 +03:00
#: rc.cpp:3
msgid "Interpreter"
msgstr "Interpretador"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:32
#. i18n: ectx: property (text), widget (QLabel, label_7)
2015-07-27 01:05:29 +03:00
#: rc.cpp:6
msgid "Script interpreter:"
msgstr "Interpretador do script:"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:57
#. i18n: ectx: property (text), item, widget (QComboBox, interpreter)
2015-07-27 01:05:29 +03:00
#: rc.cpp:9
msgid "python"
msgstr "python"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:62
#. i18n: ectx: property (text), item, widget (QComboBox, interpreter)
2015-07-27 01:05:29 +03:00
#: rc.cpp:12
msgid "ruby"
msgstr "ruby"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:67
#. i18n: ectx: property (text), item, widget (QComboBox, interpreter)
2015-07-27 01:05:29 +03:00
#: rc.cpp:15
msgid "bash"
msgstr "bash"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:72
#. i18n: ectx: property (text), item, widget (QComboBox, interpreter)
2015-07-27 01:05:29 +03:00
#: rc.cpp:18
msgid "php"
msgstr "php"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:83
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
2015-07-27 01:05:29 +03:00
#: rc.cpp:21
msgid "Script file"
msgstr "Arquivo de script"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:89
#. i18n: ectx: property (text), widget (QRadioButton, runCurrentFile)
2015-07-27 01:05:29 +03:00
#: rc.cpp:24
msgid "Run the file currently open in the editor"
msgstr "Executar o arquivo aberto no editor"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:99
#. i18n: ectx: property (text), widget (QRadioButton, runFixedFile)
2015-07-27 01:05:29 +03:00
#: rc.cpp:27
msgid "Always run the same file"
msgstr "Sempre executar o mesmo arquivo"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:111
#. i18n: ectx: property (text), widget (QLabel, scriptLabel)
2015-07-27 01:05:29 +03:00
#: rc.cpp:30
msgid "Script file:"
msgstr "Arquivo de script:"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:121
#. i18n: ectx: property (clickMessage), widget (KUrlRequester, executablePath)
2015-07-27 01:05:29 +03:00
#: rc.cpp:33
msgid "Enter the absolute path to the script to run"
msgstr "Digite a localização completa do arquivo de script a executar"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:133
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
2015-07-27 01:05:29 +03:00
#: rc.cpp:36
msgid "Behavior"
msgstr "Comportamento"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:145
#. i18n: ectx: property (text), widget (QLabel, label_3)
2015-07-27 01:05:29 +03:00
#: rc.cpp:39
msgid "Arguments:"
msgstr "Argumentos:"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:155
#. i18n: ectx: property (toolTip), widget (KLineEdit, arguments)
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:161
#. i18n: ectx: property (clickMessage), widget (KLineEdit, arguments)
2015-07-27 01:05:29 +03:00
#: rc.cpp:42 rc.cpp:45
msgid "Enter arguments to give to the executable"
msgstr "Insira os argumentos a passar ao executável"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:168
#. i18n: ectx: property (text), widget (QLabel, label_4)
2015-07-27 01:05:29 +03:00
#: rc.cpp:48
msgid "Working Directory:"
msgstr "Diretório de trabalho:"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:178
#. i18n: ectx: property (toolTip), widget (KUrlRequester, workingDirectory)
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:181
#. i18n: ectx: property (clickMessage), widget (KUrlRequester, workingDirectory)
2015-07-27 01:05:29 +03:00
#: rc.cpp:51 rc.cpp:54
msgid "Select a working directory for the executable"
msgstr "Selecione uma pasta de trabalho para o executável"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:188
#. i18n: ectx: property (text), widget (QLabel, label_5)
2015-07-27 01:05:29 +03:00
#: rc.cpp:57
msgid "Environment:"
msgstr "Ambiente:"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:198
#. i18n: ectx: property (toolTip), widget (KDevelop::EnvironmentSelectionWidget, environment)
2015-07-27 01:05:29 +03:00
#: rc.cpp:60
msgid "Select an environment to be used"
msgstr "Selecione o ambiente a usar"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:205
#. i18n: ectx: property (text), widget (QLabel, label_6)
2015-07-27 01:05:29 +03:00
#: rc.cpp:63
msgid "Output Filter:"
msgstr "Filtro de saída:"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:212
#. i18n: ectx: property (toolTip), widget (QComboBox, outputFilteringMode)
2015-07-27 01:05:29 +03:00
#: rc.cpp:66
msgid ""
"Select the filter to applied to the output. E.g. to mark errors with red text"
msgstr ""
"Selecione o filtro para aplicada à saída. Por exemplo, para marcar os erros "
"com texto vermelho"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:216
#. i18n: ectx: property (text), item, widget (QComboBox, outputFilteringMode)
2015-07-27 01:05:29 +03:00
#: rc.cpp:69
msgid "No Filter"
msgstr "Sem filtro"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:221
#. i18n: ectx: property (text), item, widget (QComboBox, outputFilteringMode)
2015-07-27 01:05:29 +03:00
#: rc.cpp:72
msgid "Compiler Filter"
msgstr "Filtro do compilador"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:226
#. i18n: ectx: property (text), item, widget (QComboBox, outputFilteringMode)
2015-07-27 01:05:29 +03:00
#: rc.cpp:75
msgid "Script Error Filter"
msgstr "Filtro de erros do script"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:231
#. i18n: ectx: property (text), item, widget (QComboBox, outputFilteringMode)
2015-07-27 01:05:29 +03:00
#: rc.cpp:78
msgid "Static Analysis Filter"
msgstr "Filtro de análise estática"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:248
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
2015-07-27 01:05:29 +03:00
#: rc.cpp:81
msgid "Execute on Host"
msgstr "Executar na máquina"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:254
#. i18n: ectx: property (text), widget (QCheckBox, remoteHostCheckbox)
2015-07-27 01:05:29 +03:00
#: rc.cpp:84
msgid "Execute on remote host"
msgstr "Executar na máquina remota"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:266
#. i18n: ectx: property (text), widget (QLabel, remoteHostLabel)
2015-07-27 01:05:29 +03:00
#: rc.cpp:87
msgid "Remote host (ssh):"
msgstr "Máquina remota (SSH):"
2015-07-27 01:05:29 +03:00
#. i18n: file: scriptappconfig.ui:279
#. i18n: ectx: property (clickMessage), widget (KLineEdit, remoteHost)
2015-07-27 01:05:29 +03:00
#: rc.cpp:90
msgid "Enter a remote host (user@example.com)"
msgstr "Insira uma máquina remota (usuário@exemplo.com)"
2015-09-04 23:40:04 +00:00
#: executescriptplugin.cpp:69
2015-07-27 01:05:29 +03:00
msgid "Execute script support"
msgstr "Suporte à execução de programas"
2015-09-04 23:40:04 +00:00
#: executescriptplugin.cpp:69
2015-07-27 01:05:29 +03:00
msgid "Allows running of scripts"
msgstr "Permite a execução de programas"
2015-09-04 23:40:04 +00:00
#: executescriptplugin.cpp:70
2015-07-27 01:05:29 +03:00
msgid "Niko Sams"
msgstr "Niko Sams"
2015-09-04 23:40:04 +00:00
#: executescriptplugin.cpp:70
2015-07-27 01:05:29 +03:00
msgid "Author"
msgstr "Autor"
2015-09-04 23:40:04 +00:00
#: executescriptplugin.cpp:108
2015-07-27 01:05:29 +03:00
msgid "No valid executable specified"
msgstr "Não foi indicado nenhum executável"
2015-09-04 23:40:04 +00:00
#: executescriptplugin.cpp:118
2015-07-27 01:05:29 +03:00
msgid ""
"There is a quoting error in the script for the launch configuration '%1'. "
"Aborting start."
msgstr ""
"Existe um erro de aspas no programa para a configuração de lançamento '%1'. "
"Interrompendo o início."
2015-09-04 23:40:04 +00:00
#: executescriptplugin.cpp:123
2015-07-27 01:05:29 +03:00
msgid ""
"A shell meta character was included in the script for the launch "
"configuration '%1', this is not supported currently. Aborting start."
msgstr ""
"Foi incluído um meta-caracter no programa para a configuração de lançamento "
"'%1', o qual não é suportado no momento. Interrompendo o início."
2015-09-04 23:40:04 +00:00
#: executescriptplugin.cpp:140
2015-07-27 01:05:29 +03:00
msgid "No remote host set for launch configuration '%1'. Aborting start."
msgstr ""
"Não foi definida nenhuma máquina remota para a configuração de lançamento "
"'%1'. Interrompendo o início."
2015-09-04 23:40:04 +00:00
#: executescriptplugin.cpp:163
2015-07-27 01:05:29 +03:00
msgid ""
"There is a quoting error in the arguments for the launch configuration '%1'. "
"Aborting start."
msgstr ""
"Existe um erro de aspas nos argumentos para a configuração de lançamento "
"'%1'. Interrompendo o início."
2015-09-04 23:40:04 +00:00
#: executescriptplugin.cpp:167
2015-07-27 01:05:29 +03:00
msgid ""
"A shell meta character was included in the arguments for the launch "
"configuration '%1', this is not supported currently. Aborting start."
msgstr ""
"Foi incluído um meta-caracter da linha de comando nos argumentos para a "
"configuração de lançamento '%1'; isto não é suportada no momento. "
"Interrompendo o início."
2015-09-04 23:40:04 +00:00
#: executescriptplugin.cpp:220
2015-07-27 01:05:29 +03:00
msgid "No valid interpreter specified"
msgstr "Não foi indicado nenhum interpretador válido"
2015-09-04 23:40:04 +00:00
#: executescriptplugin.cpp:230
2015-07-27 01:05:29 +03:00
msgid ""
"There is a quoting error in the interpreter for the launch configuration "
"'%1'. Aborting start."
msgstr ""
"Existe um erro de aspas no interpretador para a configuração de lançamento "
"'%1'. Interrompendo o início."
2015-09-04 23:40:04 +00:00
#: executescriptplugin.cpp:235
2015-07-27 01:05:29 +03:00
msgid ""
"A shell meta character was included in the interpreter for the launch "
"configuration '%1', this is not supported currently. Aborting start."
msgstr ""
"Foi incluído um meta-caracter da linha de comando no interpretador para a "
"configuração de lançamento '%1'; isto não é suportada no momento. "
"Interrompendo o início."
#: scriptappconfig.cpp:102
msgid "Type or select an interpreter"
msgstr "Digite ou selecione um interpretador"
#: scriptappconfig.cpp:135
msgid "Configure Script Application"
msgstr "Configura aplicativo de script"
#: scriptappconfig.cpp:145
msgid "Executes Script Applications"
msgstr "Executa aplicativos de script"
#: scriptappconfig.cpp:155 scriptappconfig.cpp:205
msgid "Script Application"
msgstr "Aplicação de programa"
#: scriptappjob.cpp:87
msgid "There is no active document to launch."
msgstr "Não há um documento ativo para lançar."
#: scriptappjob.cpp:110
msgid ""
"No environment group specified, looks like a broken configuration, please "
"check run configuration '%1'. Using default environment group."
msgstr ""
"Não foi indicado nenhum grupo de ambientes; parece ser uma configuração "
"inválida; verifique por favor a configuração de execução '%1'. Usando o "
"grupo de ambientes padrão."
#: scriptappjob.cpp:186
msgid "Starting: %1"
msgstr "Iniciando: %1"
#: scriptappjob.cpp:200
msgid "*** Killed Application ***"
msgstr "*** Matou-se o aplicativo ***"
#: scriptappjob.cpp:211
msgid "*** Exited normally ***"
msgstr "*** Saiu normalmente ***"
#: scriptappjob.cpp:213
msgid "*** Exited with return code: %1 ***"
msgstr "*** Saiu com o código: %1 ***"
#: scriptappjob.cpp:216
msgid "*** Process aborted ***"
msgstr "*** Processo cancelado ***"
#: scriptappjob.cpp:219
msgid "*** Crashed with return code: %1 ***"
msgstr "*** Estourou com o código de saída: %1 ***"
#: scriptappjob.cpp:234
msgid ""
"*** Could not start program '%1'. Make sure that the path is specified "
"correctly ***"
msgstr ""
"*** Não foi possível iniciar o programa '%1'. Certifique-se de que o caminho "
"está indicado corretamente ***"