Browsing Brazilian Portuguese translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Brazilian Portuguese guidelines.
110 of 520 results
1.
%s [options]

COMMANDS:
-h, --help Show this help
--version Show version
--dump-conf Dump default configuration
--dump-modules Dump list of available modules
--dump-resample-methods Dump available resample methods
--cleanup-shm Cleanup stale shared memory segments
--start Start the daemon if it is not running
-k --kill Kill a running daemon
--check Check for a running daemon (only returns exit code)

OPTIONS:
--system[=BOOL] Run as system-wide instance
-D, --daemonize[=BOOL] Daemonize after startup
--fail[=BOOL] Quit when startup fails
--high-priority[=BOOL] Try to set high nice level
(only available as root, when SUID or
with elevated RLIMIT_NICE)
--realtime[=BOOL] Try to enable realtime scheduling
(only available as root, when SUID or
with elevated RLIMIT_RTPRIO)
--disallow-module-loading[=BOOL] Disallow module user requested module
loading/unloading after startup
--disallow-exit[=BOOL] Disallow user requested exit
--exit-idle-time=SECS Terminate the daemon when idle and this
time passed
--scache-idle-time=SECS Unload autoloaded samples when idle and
this time passed
--log-level[=LEVEL] Increase or set verbosity level
-v --verbose Increase the verbosity level
--log-target={auto,syslog,stderr,file:PATH,newfile:PATH}
Specify the log target
--log-meta[=BOOL] Include code location in log messages
--log-time[=BOOL] Include timestamps in log messages
--log-backtrace=FRAMES Include a backtrace in log messages
-p, --dl-search-path=PATH Set the search path for dynamic shared
objects (plugins)
--resample-method=METHOD Use the specified resampling method
(See --dump-resample-methods for
possible values)
--use-pid-file[=BOOL] Create a PID file
--no-cpu-limit[=BOOL] Do not install CPU load limiter on
platforms that support it.
--disable-shm[=BOOL] Disable shared memory support.

STARTUP SCRIPT:
-L, --load="MODULE ARGUMENTS" Load the specified plugin module with
the specified argument
-F, --file=FILENAME Run the specified script
-C Open a command line on the running TTY
after startup

-n Don't load default script file
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
%s [opções]

COMANDOS:
-h, --help Mostra esta ajuda
--version Mostra a versão
--dump-conf Descarrega a configuração padrão
--dump-modules Descarrega a lista de módulos
disponíveis
--dump-resample-methods Descarrega os métodos de reamostragem
--cleanup-shm Limpa os segmentos de memória
compartilhados
--start Inicia o daemon se ele não estiver em
execução
-k --kill Encerra um daemon em execução
--check Verifica se há um daemon em execução
(retorna apenas o código de saída)

OPÇÕES:
--system[=BOOL] Executa como uma instância do sistema
em escala ampla
-D, --daemonize[=BOOL] Torna-se um daemon após o início
--fail[=BOOL] Sai quando a inicialização falhar
--high-priority[=BOOL] Tenta definir um nível alto de nice
(disponível apenas, quando SUID ou
com RLIMIT_NICE elevado)
--realtime[=BOOL] Tenta habilitar o escalonamento em
tempo real (disponível apenas como
root quando SUID ou com RLIMIT_RTPRIO
elevado)
--disallow-module-loading[=BOOL] Não permite carga/descarga de módulo
exigido pelo usuário depois da partida
--disallow-exit[=BOOL] Não permite saída exigida pelo usuário
--exit-idle-time=SEGUNDOS Termina um daemon quando ocioso e este
tempo foi decorrido
--module-idle-time=SEGUNDOS Descarrega os módulos autocarregáveis
quando ociosos e este tempo foi
decorrido
--scache-idle-time=SEGUNDOS Descarrega amostras quando ociosas e
este tempo foi decorrido
--log-level[=NÍVEL] Aumenta ou define grau de detalhamento
-v --verbose Aumenta o nível de detalhamento
--log-target={auto,syslog,stderr,file:CAMINHO,newfile:CAMINHO}
Especifica o destino do log
--log-meta[=BOOL] Inclui a localização do código na
mensagem de log
--log-time[=BOOL] Inclui carimbos de hora nas mensagens
de log
--log-backtrace=QUADROS Inclui um backtrace na mensagem de log
-p, --dl-search-path=CAMINHO Define o caminho de pesquisa para
objetos (plug-ins) dinamicamente
compartilhados
--resample-method=MÉTODO Usa o método de reamostragem
especificado (Veja
--dump-resample-methods para valores
possíveis)
--use-pid-file[=BOOL] Cria um arquivo PID
--no-cpu-limit[=BOOL] Não instala um limitador de carga de
CPU em plataformas nas quais haja
suporte.
--disable-shm[=BOOL] Desabilita o suporte à memória
compartilhada.

SCRIPT DE INICIALIZAÇÃO:
-L, --load="ARGUMENTOS DO MÓDULO" Carrega um plug-in especificado com
o argumento especificado
-F, --file=NOME_DO_ARQUIVO Executa o script especificado
-C Abre uma linha de comando no TTY em
execução depois da inicialização

-n Não carrega o arquivo de script padrão
Translated by Rafael Fontenelle
Located in ../src/daemon/cmdline.c:111
2.
--daemonize expects boolean argument
--daemonize espera argumento booleano
Translated by André Gondim
Located in src/daemon/cmdline.c:246
3.
--fail expects boolean argument
--fail espera argumento booleano
Translated by André Gondim
Located in src/daemon/cmdline.c:254
4.
--log-level expects log level argument (either numeric in range 0..4 or one of debug, info, notice, warn, error).
--log-level espera um argumento em nível de log (seja numérico na faixa de 0..4 seja algum entre debug, info, notice, warn, error).
Translated by Rafael Fontenelle
Located in src/daemon/cmdline.c:265
5.
--high-priority expects boolean argument
--high-priority espera um argumento booleano
Translated by André Gondim
Located in src/daemon/cmdline.c:277
6.
--realtime expects boolean argument
--realtime espera um argumento booleano
Translated by André Gondim
Located in src/daemon/cmdline.c:285
7.
--disallow-module-loading expects boolean argument
--disallow-module-loading espera um argumento booleano
Translated by André Gondim
Located in src/daemon/cmdline.c:293
8.
--disallow-exit expects boolean argument
--disallow-exit espera um argumento booleano
Translated by Igor Pires Soares
Located in src/daemon/cmdline.c:301
9.
--use-pid-file expects boolean argument
--use-pid-file espera argumento booleano
Translated by André Gondim
Located in src/daemon/cmdline.c:309
10.
Invalid log target: use either 'syslog', 'journal','stderr' or 'auto' or a valid file name 'file:<path>', 'newfile:<path>'.
Alvo de log inválido: use “syslog”, “journal”, “stderr” ou “auto” ou um nome de um arquivo válido “file:<caminho>”, “newfile:<caminho>”.
Translated by Rafael Fontenelle
Located in src/daemon/cmdline.c:328
110 of 520 results

This translation is managed by Ubuntu Brazilian Portuguese Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Alecsandro Ferreira Melo, Alex do Nascimento, André Gondim, Angelo Boaretto, Auro Florentino, Celio Alves, Eugênio F, Fábio Nogueira, Igor Gomes, Igor Pires Soares, João Marcus P. Gomes, Kenzo Okamura, Marcelo Pires, Matheus Macabu, N0YkcHuGce, Neliton Pereira Jr., Rafael Fontenelle, Rafael Neri, Rainer Oliveira, Renan Araujo Rischiotto, Ricardo Franzen, Rudinei Weschenfelder, Tiago Hillebrandt, Wilmerson Felipe, eniorm, gabriell nascimento.