summaryrefslogtreecommitdiffstats
path: root/l10n-pt-BR/devtools/client/perftools.ftl
blob: 07a23e7443874a37d3e9852c4aeb8d109170df30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.


### These strings are used in DevTools’ performance-new panel, about:profiling, and
### the remote profiling panel. There are additional profiler strings in the appmenu.ftl
### file that are used for the profiler popup.

perftools-intro-title = Configurações do profiler
perftools-intro-description = As gravações abrem o profiler.firefox.com em uma nova aba. Todos os dados são armazenados localmente, mas você pode escolher enviar para compartilhar.

## All of the headings for the various sections.

perftools-heading-settings = Todas as configurações
perftools-heading-buffer = Configurações de buffer
perftools-heading-features = Funcionalidades
perftools-heading-features-default = Funcionalidades (recomendado ativar por padrão)
perftools-heading-features-disabled = Funcionalidades desativadas
perftools-heading-features-experimental = Experimental
perftools-heading-threads = Threads
perftools-heading-local-build = Build local

##

perftools-description-intro = As gravações abrem o <a>profiler.firefox.com</a> em uma nova aba. Todos os dados são armazenados localmente, mas você pode escolher enviar para compartilhar.
perftools-description-local-build = Se você está gravando um profile de uma build que você mesmo compilou nesta máquina, adicione o objdir da sua build à lista abaixo para que ele possa ser usado para procurar informações de símbolos.

## The controls for the interval at which the profiler samples the code.

perftools-range-interval-label = Intervalo de amostragem:
perftools-range-interval-milliseconds = { NUMBER($interval, maxFractionalUnits: 2) } ms

##

# The size of the memory buffer used to store things in the profiler.
perftools-range-entries-label = Tamanho do buffer:
perftools-custom-threads-label = Adicionar threads personalizados por nome:
perftools-devtools-interval-label = Intervalo:
perftools-devtools-threads-label = Threads:
perftools-devtools-settings-label = Configurações

## Various statuses that affect the current state of profiling, not typically displayed.

perftools-status-private-browsing-notice =
    O profiler é desativado quando a navegação privativa está ativada.
    Feche todas as janelas privativas para reativar o profiler
perftools-status-recording-stopped-by-another-tool = A gravação foi interrompida por outra ferramenta.
perftools-status-restart-required = O navegador deve ser reiniciado para ativar esta funcionalidade.

## These are shown briefly when the user is waiting for the profiler to respond.

perftools-request-to-stop-profiler = Parando a gravação
perftools-request-to-get-profile-and-stop-profiler = Capturando profile

##

perftools-button-start-recording = Iniciar gravação
perftools-button-capture-recording = Capturar gravação
perftools-button-cancel-recording = Cancelar gravação
perftools-button-save-settings = Salvar configurações e voltar
perftools-button-restart = Reiniciar
perftools-button-add-directory = Adicionar um diretório
perftools-button-remove-directory = Remover selecionados
perftools-button-edit-settings = Editar configurações…

## These messages are descriptions of the threads that can be enabled for the profiler.

perftools-thread-gecko-main =
    .title = Os processos principais, tanto do processo pai como dos processos de conteúdo
perftools-thread-compositor =
    .title = Compõe juntos diferentes elementos pintados na página
perftools-thread-dom-worker =
    .title = Isto lida tanto com web workers como service workers
perftools-thread-renderer =
    .title = Quando o WebRender está ativado, o thread que executa chamadas OpenGL
perftools-thread-render-backend =
    .title = O thread RenderBackend do WebRender
perftools-thread-paint-worker =
    .title = Quando a pintura fora do thread principal está ativada, o thread em que a pintura acontece
perftools-thread-style-thread =
    .title = A computação de estilo é dividida em vários threads
pref-thread-stream-trans =
    .title = Transporte de fluxo de rede
perftools-thread-socket-thread =
    .title = O thread em que o código de rede executa quaisquer chamadas de soquete de bloqueio
perftools-thread-img-decoder =
    .title = Threads de decodificação de imagens
perftools-thread-dns-resolver =
    .title = A resolução de DNS acontece neste thread
perftools-thread-js-helper =
    .title = Trabalho em segundo plano do mecanismo JavaScript, como compilações fora do thread principal

##

perftools-record-all-registered-threads = Ignorar as seleções acima e gravar todos os threads registrados
perftools-tools-threads-input-label =
    .title = Esses nomes de thread ficam numa lista separada por vírgulas, usada para ativar a gravação de profiles dos threads no profiler. O nome precisa ser apenas uma correspondência parcial do nome do thread a ser incluído. É sensível a espaços em branco.

## Onboarding UI labels. These labels are displayed in the new performance panel UI, when
## both devtools.performance.new-panel-onboarding & devtools.performance.new-panel-enabled
## preferences are true.

-profiler-brand-name = Profiler do Firefox
perftools-onboarding-message = <b>Novo</b>: Agora o { -profiler-brand-name } é integrado nas ferramentas de desenvolvimento. <a>Saiba mais</a> sobre esta nova ferramenta poderosa.
# `options-context-advanced-settings` is defined in toolbox-options.ftl
perftools-onboarding-reenable-old-panel = (por um tempo limitado, você pode acessar o painel Desempenho original via <a>{ options-context-advanced-settings }</a>)
perftools-onboarding-close-button =
    .aria-label = Fechar a mensagem de integração