summaryrefslogtreecommitdiffstats
path: root/l10n-pt-BR/devtools/client/toolbox-options.ftl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--l10n-pt-BR/devtools/client/toolbox-options.ftl37
1 files changed, 15 insertions, 22 deletions
diff --git a/l10n-pt-BR/devtools/client/toolbox-options.ftl b/l10n-pt-BR/devtools/client/toolbox-options.ftl
index 3d2717772b..70f3d83591 100644
--- a/l10n-pt-BR/devtools/client/toolbox-options.ftl
+++ b/l10n-pt-BR/devtools/client/toolbox-options.ftl
@@ -10,19 +10,15 @@
# The heading
options-select-default-tools-label = Ferramentas padrão de desenvolvimento
-
# The label for the explanation of the * marker on a tool which is currently not supported
# for the target of the toolbox.
options-tool-not-supported-label = * Não suportado pelo alvo atual das ferramentas
-
# The label for the heading of group of checkboxes corresponding to the developer tools
# added by add-ons. This heading is hidden when there is no developer tool installed by add-ons.
options-select-additional-tools-label = Ferramentas de desenvolvimento instaladas por extensões
-
# The label for the heading of group of checkboxes corresponding to the default developer
# tool buttons.
options-select-enabled-toolbox-buttons-label = Botões na barra de ferramentas
-
# The label for the heading of the radiobox corresponding to the theme
options-select-dev-tools-theme-label = Temas
@@ -30,27 +26,28 @@ options-select-dev-tools-theme-label = Temas
# The heading
options-context-inspector = Inspetor
-
# The label for the checkbox option to show user agent styles
options-show-user-agent-styles-label = Exibir estilos do navegador
options-show-user-agent-styles-tooltip =
.title = Mostrar estilos padrão carregados pelo navegador.
-
# The label for the checkbox option to enable collapse attributes
options-collapse-attrs-label = Truncar atributos DOM
options-collapse-attrs-tooltip =
.title = Truncar atributos longos no inspetor
-
# The label for the checkbox option to enable the "drag to update" feature
options-inspector-draggable-properties-label = Clique e arraste para editar valores de tamanho
options-inspector-draggable-properties-tooltip =
.title = Clique e arraste para editar valores de tamanho na visão de regras do inspetor.
-
# The label for the checkbox option to enable simplified highlighting on page elements
# within the inspector for users who enabled prefers-reduced-motion = reduce
options-inspector-simplified-highlighters-label = Usar destaques mais simples com prefers-reduced-motion
options-inspector-simplified-highlighters-tooltip =
.title = Ativa destaques simplificados quando prefers-reduced-motion está ativado. Desenha linhas em vez de retângulos preenchidos em torno de elementos realçados para evitar efeitos piscantes.
+# The label for the checkbox option to make the Enter key move the focus to the next input
+# when editing a property name or value in the Inspector rules view
+options-inspector-rules-focus-next-on-enter-label = Foco no próximo campo ao teclar <kbd>Enter</kbd>
+options-inspector-rules-focus-next-on-enter-tooltip =
+ .title = Quando ativado, teclando Enter ao editar um seletor, o nome ou valor de uma propriedade move o foco para o próximo campo.
## "Default Color Unit" options for the Inspector
@@ -62,11 +59,19 @@ options-default-color-unit-rgb = RGB(A)
options-default-color-unit-hwb = HWB
options-default-color-unit-name = Nomes de cor
+## Web Console section
+
+# The heading
+options-webconsole-label = Console web
+# The label for the checkbox that toggle whether the Split console is enabled
+options-webconsole-split-console-label = Ativar console dividido
+options-webconsole-split-console-tooltip =
+ .title = Abrir console dividido com a tecla Esc
+
## Style Editor section
# The heading
options-styleeditor-label = Editor de estilos
-
# The label for the checkbox that toggles autocompletion of css in the Style Editor
options-stylesheet-autocompletion-label = Preencher CSS automaticamente
options-stylesheet-autocompletion-tooltip =
@@ -76,12 +81,10 @@ options-stylesheet-autocompletion-tooltip =
# The heading
options-screenshot-label = Comportamento da captura de tela
-
# Label for the checkbox that toggles screenshot to clipboard feature
options-screenshot-clipboard-only-label = Capturar tela apenas para área de transferência
options-screenshot-clipboard-tooltip2 =
.title = Salva a captura de tela diretamente na área de transferência
-
# Label for the checkbox that toggles the camera shutter audio for screenshot tool
options-screenshot-audio-label = Tocar som de obturador da câmera
options-screenshot-audio-tooltip =
@@ -91,7 +94,6 @@ options-screenshot-audio-tooltip =
# The heading
options-sourceeditor-label = Preferências do editor
-
options-sourceeditor-detectindentation-tooltip =
.title = Adivinhar a indentação com base no conteúdo do código
options-sourceeditor-detectindentation-label = Detectar indentação
@@ -109,46 +111,37 @@ options-sourceeditor-keybinding-default-label = Normal
# The heading (this item is also used in perftools.ftl)
options-context-advanced-settings = Configurações avançadas
-
# The label for the checkbox that toggles the HTTP cache on or off
options-disable-http-cache-label = Desativar cache HTTP (quando as ferramentas estão abertas)
options-disable-http-cache-tooltip =
.title = Desativar cache HTTP de todas as abas que estão com as ferramentas de desenvolvimento abertas. Service workers não são afetados por esta opção.
-
# The label for checkbox that toggles JavaScript on or off
options-disable-javascript-label = Desativar JavaScript *
options-disable-javascript-tooltip =
.title = Desativar JavaScript na aba atual. Esta configuração é esquecida se fechar a aba ou as ferramentas.
-
# The label for checkbox that toggles chrome debugging, i.e. the devtools.chrome.enabled preference
options-enable-chrome-label = Ativar ferramentas de debug do chrome do navegador e de extensões
options-enable-chrome-tooltip =
.title = Permitir usar várias ferramentas de desenvolvimento no contexto do navegador (via Ferramentas > Desenvolvimento web > Ferramentas do navegador) e debugar extensões a partir do gerenciador de extensões
-
# The label for checkbox that toggles remote debugging, i.e. the devtools.debugger.remote-enabled preference
options-enable-remote-label = Ativar depuração remota
options-enable-remote-tooltip2 =
.title = Permitir debugar remotamente esta instância do navegador
-
# The label for checkbox that enables F12 as a shortcut to open DevTools
options-enable-f12-label = Usar a tecla F12 para abrir ou fechar as ferramentas de desenvolvimento
options-enable-f12-tooltip =
.title = Ativar esta opção vincula a tecla F12 a abrir ou fechar a caixa de ferramentas de desenvolvimento
-
# The label for checkbox that toggles custom formatters for objects
options-enable-custom-formatters-label = Ativar formatadores personalizados
options-enable-custom-formatters-tooltip =
.title = Ativar esta opção permite que sites definam formatadores personalizados de objetos DOM
-
# The label for checkbox that toggles the service workers testing over HTTP on or off.
options-enable-service-workers-http-label = Ativar Service Workers sobre HTTP (quando as ferramentas estão abertas)
options-enable-service-workers-http-tooltip =
.title = Permitir service workers sobre HTTP em todas as abas que estejam com as ferramentas abertas.
-
# The label for the checkbox that toggles source maps in all tools.
-options-source-maps-label = Ativar mapas de fontes
+options-source-maps-label = Ativar mapas de código-fonte
options-source-maps-tooltip =
.title = Mapear fontes nas ferramentas.
-
# The message shown for settings that trigger page reload
options-context-triggers-page-refresh = * somente na sessão atual, a página é recarregada