From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../browser/browser/aboutPrivateBrowsing.ftl | 2 +- l10n-pt-BR/browser/browser/firefoxView.ftl | 22 +++++ l10n-pt-BR/browser/browser/fxviewTabList.ftl | 19 +++++ l10n-pt-BR/browser/browser/menubar.ftl | 2 + l10n-pt-BR/browser/browser/newtab/newtab.ftl | 1 + .../browser/policies/policies-descriptions.ftl | 4 + .../browser/browser/preferences/connection.ftl | 21 +---- .../browser/browser/preferences/preferences.ftl | 11 +++ l10n-pt-BR/browser/browser/sidebarMenu.ftl | 6 +- l10n-pt-BR/browser/browser/webProtocolHandler.ftl | 5 +- .../chrome/browser/downloads/downloads.properties | 3 +- l10n-pt-BR/devtools/client/debugger.properties | 4 + l10n-pt-BR/devtools/client/toolbox-options.ftl | 9 ++ l10n-pt-BR/devtools/client/toolbox.properties | 11 ++- l10n-pt-BR/devtools/client/tooltips.ftl | 9 +- l10n-pt-BR/dom/chrome/dom/dom.properties | 6 +- l10n-pt-BR/dom/chrome/security/csp.properties | 99 ++++++++++++++++++++++ l10n-pt-BR/dom/chrome/security/security.properties | 3 + .../toolkit/chrome/global/narrate.properties | 6 ++ l10n-pt-BR/toolkit/crashreporter/crashreporter.ftl | 48 +++++++++++ .../toolkit/toolkit/about/aboutHttpsOnlyError.ftl | 8 +- l10n-pt-BR/toolkit/toolkit/about/aboutReader.ftl | 39 ++++++++- l10n-pt-BR/toolkit/toolkit/about/aboutSupport.ftl | 12 +++ .../toolkit/contentanalysis/contentanalysis.ftl | 19 ++++- .../toolkit/toolkit/formautofill/formAutofill.ftl | 18 ++++ .../toolkit/toolkit/global/arrowscrollbox.ftl | 18 ++++ l10n-pt-BR/toolkit/toolkit/global/processTypes.ftl | 2 + l10n-pt-BR/toolkit/toolkit/global/textActions.ftl | 2 + l10n-pt-BR/toolkit/toolkit/pdfviewer/viewer.ftl | 13 +++ 29 files changed, 375 insertions(+), 47 deletions(-) create mode 100644 l10n-pt-BR/toolkit/crashreporter/crashreporter.ftl (limited to 'l10n-pt-BR') diff --git a/l10n-pt-BR/browser/browser/aboutPrivateBrowsing.ftl b/l10n-pt-BR/browser/browser/aboutPrivateBrowsing.ftl index 233fea995d..fd92358191 100644 --- a/l10n-pt-BR/browser/browser/aboutPrivateBrowsing.ftl +++ b/l10n-pt-BR/browser/browser/aboutPrivateBrowsing.ftl @@ -34,7 +34,7 @@ about-private-browsing-focus-promo-text = Nosso aplicativo móvel de navegação about-private-browsing-focus-promo-header-b = Leve a navegação privativa para seu celular about-private-browsing-focus-promo-text-b = Use o { -focus-brand-name } naquelas pesquisas privativas que você não quer que seu navegador principal para celular veja. -about-private-browsing-focus-promo-header-c = Privacidade de superior em dispositivos móveis +about-private-browsing-focus-promo-header-c = Privacidade superior em dispositivos móveis about-private-browsing-focus-promo-text-c = O { -focus-brand-name } sempre limpa o histórico, além de bloquear anúncios e rastreadores. # This string is the title for the banner for search engine selection # in a private window. diff --git a/l10n-pt-BR/browser/browser/firefoxView.ftl b/l10n-pt-BR/browser/browser/firefoxView.ftl index 9d43ffcddb..50d0a7e6bc 100644 --- a/l10n-pt-BR/browser/browser/firefoxView.ftl +++ b/l10n-pt-BR/browser/browser/firefoxView.ftl @@ -251,3 +251,25 @@ firefoxview-recentlyclosed-empty-description-two = Para encontrar abas fechadas firefoxview-syncedtabs-device-notabs = Nenhuma aba aberta neste dispositivo firefoxview-syncedtabs-connect-another-device = Conecte outro dispositivo +firefoxview-pinned-tabs = + .title = Abas fixas +firefoxview-tabs = + .title = Abas + +## These tooltips will be displayed when hovering over a pinned tab on the Open Tabs page +## Variables: +## $tabTitle (string) - Title of pinned tab that will be opened when selected + +firefoxview-opentabs-pinned-tab = + .title = Mudar para { $tabTitle } +# This tooltip will be shown for a pinned tab whose URL is currently bookmarked. +firefoxview-opentabs-bookmarked-pinned-tab = + .title = Mudar para { $tabTitle } (favorito) + +## These tooltips will be displayed when hovering over an unpinned Open Tab +## Variables: +## $url (string) - URL of tab that will be opened when selected + +# This tooltip will be shown for an unpinned tab whose URL is currently bookmarked. +firefoxview-opentabs-bookmarked-tab = + .title = (favorito) { $url } diff --git a/l10n-pt-BR/browser/browser/fxviewTabList.ftl b/l10n-pt-BR/browser/browser/fxviewTabList.ftl index db5950bbbe..6f1c573dc7 100644 --- a/l10n-pt-BR/browser/browser/fxviewTabList.ftl +++ b/l10n-pt-BR/browser/browser/fxviewTabList.ftl @@ -15,6 +15,10 @@ fxviewtabrow-time = { DATETIME($time, timeStyle: "short") } fxviewtabrow-tabs-list-tab = .title = Abrir { $targetURI } em nova aba # Variables: +# $tabTitle (string) - Title of tab being closed +fxviewtabrow-close-tab-button = + .title = Fechar { $tabTitle } +# Variables: # $tabTitle (string) - Title of tab being dismissed fxviewtabrow-dismiss-tab-button = .title = Descartar { $tabTitle } @@ -51,6 +55,14 @@ fxviewtabrow-move-tab-window = Mover para nova janela .accesskey = n fxviewtabrow-send-tab = Enviar aba para dispositivo .accesskey = n +fxviewtabrow-pin-tab = Fixar aba + .accesskey = F +fxviewtabrow-unpin-tab = Desafixar aba + .accesskey = x +fxviewtabrow-mute-tab = Silenciar aba + .accesskey = S +fxviewtabrow-unmute-tab = Ativar som da aba + .accesskey = s # Variables: # $tabTitle (string) - Title of the tab to which the context menu is associated fxviewtabrow-options-menu-button = @@ -63,3 +75,10 @@ fxviewtabrow-mute-tab-button = # $tabTitle (string) - Title of tab being unmuted fxviewtabrow-unmute-tab-button = .title = Ativar som de { $tabTitle } + +## Strings below are to be used without context (tab title/URL) on mute/unmute buttons + +fxviewtabrow-mute-tab-button-no-context = + .title = Silenciar aba +fxviewtabrow-unmute-tab-button-no-context = + .title = Ativar som da aba diff --git a/l10n-pt-BR/browser/browser/menubar.ftl b/l10n-pt-BR/browser/browser/menubar.ftl index 2c8747d009..7e5ee33e3e 100644 --- a/l10n-pt-BR/browser/browser/menubar.ftl +++ b/l10n-pt-BR/browser/browser/menubar.ftl @@ -145,6 +145,8 @@ menu-view-history-button = .label = Histórico menu-view-synced-tabs-sidebar = .label = Abas sincronizadas +menu-view-megalist-sidebar = + .label = Senhas menu-view-full-zoom = .label = Zoom .accesskey = Z diff --git a/l10n-pt-BR/browser/browser/newtab/newtab.ftl b/l10n-pt-BR/browser/browser/newtab/newtab.ftl index f5a99455c1..c0dfb7a1e0 100644 --- a/l10n-pt-BR/browser/browser/newtab/newtab.ftl +++ b/l10n-pt-BR/browser/browser/newtab/newtab.ftl @@ -45,6 +45,7 @@ newtab-topsites-add-search-engine-header = Adicionar mecanismo de pesquisa newtab-topsites-add-shortcut-header = Novo atalho newtab-topsites-edit-topsites-header = Editar site preferido newtab-topsites-edit-shortcut-header = Editar atalho +newtab-topsites-add-shortcut-label = Adicionar atalho newtab-topsites-title-label = Título newtab-topsites-title-input = .placeholder = Digite um título diff --git a/l10n-pt-BR/browser/browser/policies/policies-descriptions.ftl b/l10n-pt-BR/browser/browser/policies/policies-descriptions.ftl index 0584a12162..0b0218922f 100644 --- a/l10n-pt-BR/browser/browser/policies/policies-descriptions.ftl +++ b/l10n-pt-BR/browser/browser/policies/policies-descriptions.ftl @@ -17,6 +17,8 @@ policy-AppAutoUpdate = Ativar ou desativar atualizações automáticas da aplica policy-AppUpdatePin = Evitar que o { -brand-short-name } seja atualizado além da versão especificada. policy-AppUpdateURL = Definir URL personalizada de atualização de aplicativo. policy-Authentication = Configurar autenticação integrada para sites que a suportam. +policy-AutofillAddressEnabled = Ativar preenchimento automático de endereços. +policy-AutofillCreditCardEnabled = Ativar preenchimento automático de métodos de pagamento. policy-AutoLaunchProtocolsFromOrigins = Definir uma lista de protocolos externos que podem ser usados a partir de origens listadas sem perguntar ao usuário. policy-BackgroundAppUpdate2 = Ativar ou desativar o atualizador em segundo plano. policy-BlockAboutAddons = Bloquear acesso ao gerenciador de extensões (about:addons). @@ -26,6 +28,7 @@ policy-BlockAboutSupport = Bloquear acesso à página about:support. policy-Bookmarks = Criar favoritos na barra de favoritos, no menu de favoritos ou uma pasta especificada dentro deles. policy-CaptivePortal = Ativar ou desativar suporte a portal cativo. policy-CertificatesDescription = Adicionar certificados ou usar certificados integrados. +policy-ContentAnalysis = Ativar ou desativar conexão com agente de prevenção de perda de dados. policy-Cookies = Permitir ou impedir que sites criem cookies. # Containers in this context is referring to container tabs in Firefox. policy-Containers = Definir diretivas relacionadas a contêineres. @@ -122,6 +125,7 @@ policy-SSLVersionMax = Definir a versão SSL máxima. policy-SSLVersionMin = Definir a versão SSL mínima. policy-StartDownloadsInTempDirectory = Forçar iniciar downloads em um lugar temporário local em vez do diretório de download padrão. policy-SupportMenu = Adicionar um item de menu de suporte personalizado ao menu de ajuda. +policy-TranslateEnabled = Ativar ou desativar tradução de páginas web. policy-UserMessaging = Não mostrar determinadas mensagens para o usuário. policy-UseSystemPrintDialog = Imprimir usando o diálogo de impressão do sistema. # “format” refers to the format used for the value of this policy. diff --git a/l10n-pt-BR/browser/browser/preferences/connection.ftl b/l10n-pt-BR/browser/browser/preferences/connection.ftl index 90552c86e5..49df8eabf3 100644 --- a/l10n-pt-BR/browser/browser/preferences/connection.ftl +++ b/l10n-pt-BR/browser/browser/preferences/connection.ftl @@ -9,28 +9,26 @@ connection-window2 = [macos] min-width: 44em *[other] min-width: 49em } - connection-close-key = .key = W - connection-disable-extension = .label = Desativar extensão - connection-proxy-configure = Configuração de proxy de acesso à internet - connection-proxy-option-no = .label = Sem proxy .accesskey = S connection-proxy-option-system = .label = Usar as configurações de proxy do sistema .accesskey = a +connection-proxy-option-wpad = + .label = Usar configuração do sistema de descoberta automática de proxy web + .accesskey = g connection-proxy-option-auto = .label = Detectar automaticamente as configurações de proxy desta rede .accesskey = r connection-proxy-option-manual = .label = Configuração manual de proxy .accesskey = m - connection-proxy-http = Proxy HTTP .accesskey = H connection-proxy-http-port = Porta @@ -38,17 +36,14 @@ connection-proxy-http-port = Porta connection-proxy-https-sharing = .label = Usar este proxy também em HTTPS .accesskey = s - connection-proxy-https = Proxy HTTPS .accesskey = H connection-proxy-ssl-port = Porta .accesskey = o - connection-proxy-socks = Domínio SOCKS .accesskey = S connection-proxy-socks-port = Porta .accesskey = t - connection-proxy-socks4 = .label = SOCKS v4 .accesskey = 4 @@ -57,43 +52,33 @@ connection-proxy-socks5 = .accesskey = 5 connection-proxy-noproxy = Sem proxy para .accesskey = e - connection-proxy-noproxy-desc = Exemplo: .mozilla.org, .net.nz, 192.168.1.0/24 - # Do not translate "localhost", "127.0.0.1/8" and "::1". (You can translate "and".) connection-proxy-noproxy-localhost-desc-2 = Conexões para localhost, 127.0.0.1/8, e ::1 nunca passam por proxy. - connection-proxy-autotype = .label = URL de configuração automática de proxy .accesskey = A - connection-proxy-reload = .label = Recarregar .accesskey = c - connection-proxy-autologin = .label = Não pedir confirmação de autenticação se a senha estiver memorizada .accesskey = v .tooltip = Autenticação silenciosa em proxies quando houver credenciais memorizadas. Uma confirmação será solicitada se a autenticação falhar. - connection-proxy-autologin-checkbox = .label = Não pedir confirmação de autenticação se a senha estiver memorizada .accesskey = v .tooltiptext = Autenticação silenciosa em proxies quando houver credenciais memorizadas. Uma confirmação será solicitada se a autenticação falhar. - connection-proxy-socks-remote-dns = .label = Proxy DNS ao usar SOCKS v5 .accesskey = D - # Variables: # $name (String) - Display name or URL for the DNS over HTTPS provider connection-dns-over-https-url-item-default = .label = { $name } (padrão) .tooltiptext = Usar a URL padrão para resolver DNS sobre HTTPS - connection-dns-over-https-url-custom = .label = Personalizado .accesskey = P .tooltiptext = Insira sua URL preferida para resolver DNS sobre HTTPS - connection-dns-over-https-custom-label = Personalizado diff --git a/l10n-pt-BR/browser/browser/preferences/preferences.ftl b/l10n-pt-BR/browser/browser/preferences/preferences.ftl index 12803a10d6..2dd5be52dc 100644 --- a/l10n-pt-BR/browser/browser/preferences/preferences.ftl +++ b/l10n-pt-BR/browser/browser/preferences/preferences.ftl @@ -32,6 +32,8 @@ search-input-box2 = .style = width: 15.4em .placeholder = Procurar em configurações managed-notice = Seu navegador está sendo gerenciado por nossa organização. +managed-notice-info-icon = + .alt = informações category-list = .aria-label = Categorias pane-general-title = Geral @@ -708,6 +710,13 @@ sync-mobile-promo = Instale o Firefox no  < sync-profile-picture = .tooltiptext = Alterar imagem do perfil +sync-profile-picture-with-alt = + .tooltiptext = Alterar imagem do perfil + .alt = Alterar imagem do perfil +sync-profile-picture-account-problem = + .alt = Imagem do perfil da conta +fxa-login-rejected-warning = + .alt = Alerta sync-sign-out = .label = Desconectar… .accesskey = D @@ -1275,6 +1284,8 @@ addon-recommendations-link = Saiba mais collection-health-report-disabled = O relatório de dados está desativado nesta configuração collection-backlogged-crash-reports-with-link = Permitir que o { -brand-short-name } envie, em seu nome, relatórios acumulados de falhas Saiba mais .accesskey = f +collection-backlogged-crash-reports = Permitir que o { -brand-short-name } envie, em seu nome, relatórios acumulados de falhas + .accesskey = f privacy-segmentation-section-header = Novos recursos que aprimoram sua navegação privacy-segmentation-section-description = Quando oferecemos recursos que usam seus dados para oferecer uma experiência de uso mais pessoal: privacy-segmentation-radio-off = diff --git a/l10n-pt-BR/browser/browser/sidebarMenu.ftl b/l10n-pt-BR/browser/browser/sidebarMenu.ftl index 2ba6cb92a3..f055c46555 100644 --- a/l10n-pt-BR/browser/browser/sidebarMenu.ftl +++ b/l10n-pt-BR/browser/browser/sidebarMenu.ftl @@ -4,15 +4,13 @@ sidebar-menu-bookmarks = .label = Favoritos - sidebar-menu-history = .label = Histórico - sidebar-menu-synced-tabs = .label = Abas sincronizadas - +sidebar-menu-megalist = + .label = Senhas sidebar-menu-close = .label = Fechar painel - sidebar-close-button = .tooltiptext = Fechar painel diff --git a/l10n-pt-BR/browser/browser/webProtocolHandler.ftl b/l10n-pt-BR/browser/browser/webProtocolHandler.ftl index 3743485741..21812de85c 100644 --- a/l10n-pt-BR/browser/browser/webProtocolHandler.ftl +++ b/l10n-pt-BR/browser/browser/webProtocolHandler.ftl @@ -6,15 +6,14 @@ protocolhandler-mailto-os-handler-notificationbox = Sempre usar o { -brand-short protocolhandler-mailto-os-handler-yes-confirm = Agora o { -brand-short-name } é seu aplicativo padrão para abrir links de envio de email. protocolhandler-mailto-os-handler-yes-button = Definir como padrão protocolhandler-mailto-os-handler-no-button = Agora não -# Variables: -# $url (String): The url of a webmailer, but only its full domain name. -protocolhandler-mailto-handler-notificationbox = Abrir links de email usando { $url }? ## Variables: ## $url (String): The url of a webmailer, but only its full domain name. protocolhandler-mailto-handler-notificationbox-always = Sempre abrir links de email usando { $url }? protocolhandler-mailto-handler-yes-confirm = Agora { $url } é seu site padrão para abrir links de envio de email. +protocolhandler-mailto-handler-set-message = Usar { $url } no { -brand-short-name } toda vez que clicar em um link que abre seu email? +protocolhandler-mailto-handler-confirm-message = Agora { $url } no { -brand-short-name } é o gerenciador de email padrão do computador. ## diff --git a/l10n-pt-BR/browser/chrome/browser/downloads/downloads.properties b/l10n-pt-BR/browser/chrome/browser/downloads/downloads.properties index 8cc6c26a8d..e222371f08 100644 --- a/l10n-pt-BR/browser/chrome/browser/downloads/downloads.properties +++ b/l10n-pt-BR/browser/chrome/browser/downloads/downloads.properties @@ -47,7 +47,7 @@ fileDeleted=Arquivo excluído # LOCALIZATION NOTE (unblockHeaderUnblock, unblockHeaderOpen, # unblockTypeMalware, unblockTypePotentiallyUnwanted2, # unblockTypeUncommon2, unblockTip2, unblockButtonOpen, -# unblockButtonUnblock, unblockButtonConfirmBlock, unblockInsecure2): +# unblockButtonUnblock, unblockButtonConfirmBlock, unblockInsecure3): # These strings are displayed in the dialog shown when the user asks a blocked # download to be unblocked. The severity of the threat is expressed in # descending order by the unblockType strings, it is higher for files detected @@ -58,6 +58,7 @@ unblockTypeMalware=Este arquivo contém vírus ou outro malware que pode danific unblockTypePotentiallyUnwanted2=Este arquivo está disfarçado como um download útil, mas pode fazer alterações inesperadas em seus programas e configurações. unblockTypeUncommon2=Este arquivo não é normalmente baixado e pode não ser seguro abrir. Ele pode conter vírus ou fazer alterações não esperadas em seus programas e configurações. unblockInsecure2=O download é oferecido via HTTP, mesmo que o documento atual tenha sido entregue por meio de uma conexão HTTPS segura. Se você continuar, o arquivo baixado pode ser corrompido ou adulterado durante o processo de download. +unblockInsecure3=Você está tentando baixar este arquivo em uma conexão não segura. Se continuar, o arquivo pode ser alterado, usado para roubar suas informações ou danificar seu dispositivo. unblockTip2=Você pode procurar baixar de outro lugar ou tentar novamente mais tarde. unblockButtonOpen=Abrir unblockButtonUnblock=Permitir baixar diff --git a/l10n-pt-BR/devtools/client/debugger.properties b/l10n-pt-BR/devtools/client/debugger.properties index 7700fccc5d..10f93633aa 100644 --- a/l10n-pt-BR/devtools/client/debugger.properties +++ b/l10n-pt-BR/devtools/client/debugger.properties @@ -647,6 +647,10 @@ original=original # input element expressions.placeholder=Adicionar expressão de monitoramento +# LOCALIZATION NOTE (expressions.placeholder): Placeholder text for expression +# input element +expressions.placeholder2=Adicionar expressão + # LOCALIZATION NOTE (expressions.noOriginalScopes): Expressions right sidebar pane message # for when the`map variable names`is off and the debugger is paused in an original source expressions.noOriginalScopes=O mapeamento original de nomes de variáveis está desativado. Valores de expressões podem não ser precisos. diff --git a/l10n-pt-BR/devtools/client/toolbox-options.ftl b/l10n-pt-BR/devtools/client/toolbox-options.ftl index 9dfb7b41a7..70f3d83591 100644 --- a/l10n-pt-BR/devtools/client/toolbox-options.ftl +++ b/l10n-pt-BR/devtools/client/toolbox-options.ftl @@ -59,6 +59,15 @@ 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 diff --git a/l10n-pt-BR/devtools/client/toolbox.properties b/l10n-pt-BR/devtools/client/toolbox.properties index 22a600a517..3271d07b02 100644 --- a/l10n-pt-BR/devtools/client/toolbox.properties +++ b/l10n-pt-BR/devtools/client/toolbox.properties @@ -14,14 +14,13 @@ toolbox.titleTemplate1=Ferramentas de desenvolvimento — %1$S toolbox.titleTemplate2=Ferramentas de desenvolvimento — %1$S — %2$S # LOCALIZATION NOTE (toolbox.multiProcessBrowserToolboxTitle): Title used for -# the Browser Toolbox when the pref `devtools.browsertoolbox.fission` is true. +# the Browser Toolbox when the pref `devtools.browsertoolbox.scope` is set to "everything". # This Browser Toolbox allows to debug the parent process as well as the content # processes in the same toolbox. toolbox.multiProcessBrowserToolboxTitle=Ferramentas de multiprocessamento do navegador # LOCALIZATION NOTE (toolbox.parentProcessBrowserToolboxTitle): Title used for -# the Browser Toolbox when the pref `devtools.browsertoolbox.fission` and -# `devtools.browsertoolbox.scope` is set to "parent-process". +# the Browser Toolbox when the pref `devtools.browsertoolbox.scope` is set to "parent-process". # This Browser Toolbox allows to debug only the parent process resources. toolbox.parentProcessBrowserToolboxTitle=Ferramentas do navegador de processos superiores @@ -161,9 +160,13 @@ toolbox.meatballMenu.button.tooltip=Personalizar ferramentas de desenvolvimento toolbox.closebutton.tooltip=Fechar ferramentas de desenvolvimento # LOCALIZATION NOTE (toolbox.errorCountButton.tooltip): This is the tooltip for -# the error count button displayed in the developer tools toolbox. +# the error count button displayed in the developer tools toolbox if the "Enable Split Console" setting is checked. toolbox.errorCountButton.tooltip=Exibir console dividido +# LOCALIZATION NOTE (toolbox.errorCountButtonConsoleTab.tooltip): This is the tooltip for +# the error count button displayed in the developer tools toolbox if the "Enable Split Console" setting is unchecked. +toolbox.errorCountButtonConsoleTab.tooltip=Mostrar console + # LOCALIZATION NOTE (toolbox.errorCountButton.description): This is the description that # will be used for the error count button in the devTools settings panel. toolbox.errorCountButton.description=Mostrar número de erros na página diff --git a/l10n-pt-BR/devtools/client/tooltips.ftl b/l10n-pt-BR/devtools/client/tooltips.ftl index 4321b17e70..9e09907fb1 100644 --- a/l10n-pt-BR/devtools/client/tooltips.ftl +++ b/l10n-pt-BR/devtools/client/tooltips.ftl @@ -38,6 +38,11 @@ inactive-css-not-table-cell = { $property } não tem efeito nes inactive-scroll-padding-when-not-scroll-container = { $property } não tem efeito neste elemento, pois não desliza (scroll). inactive-css-border-image = { $property } não tem efeito sobre este elemento, pois não pode ser aplicado a elementos internos de tabela em que border-collapse esteja definido como collapse no elemento superior da tabela. inactive-css-ruby-element = { $property } não tem efeito sobre este elemento, pois é um elemento ruby. Seu tamanho é determinado pelo tamanho da fonte do texto ruby. + +## In the Rule View when a CSS property cannot be successfully applied we display +## an icon. When this icon is hovered this message is displayed to explain how +## the problem can be solved. + inactive-css-highlight-pseudo-elements-not-supported = Não há suporte para { $property } em pseudo-elementos de destaque. inactive-css-cue-pseudo-element-not-supported = Não há suporte para{ $property } em pseudo-elementos ::cue. # Variables: @@ -51,9 +56,11 @@ inactive-css-text-wrap-balance-fragmented = { $property } não ## In the Rule View when a CSS property cannot be successfully applied we display ## an icon. When this icon is hovered this message is displayed to explain how -## the problem can be solved. +## the problem can be solved. CSS properties and values in tags should +## not be translated. inactive-css-not-grid-or-flex-container-fix = Experimente adicionar display:grid ou display:flex. { learn-more } +inactive-css-not-grid-or-flex-or-block-container-fix = Experimente adicionar display:grid, display:flex ou display:block. { learn-more } inactive-css-not-grid-or-flex-container-or-multicol-container-fix = Experimente adicionar display:grid, display:flex ou columns:2. { learn-more } inactive-css-not-multicol-container-fix = Experimente adicionar column-count ou column-width. { learn-more } inactive-css-not-grid-or-flex-item-fix-3 = Experimente adicionar display:grid, display:flex, display:inline-grid ou display:inline-flex ao pai do elemento. { learn-more } diff --git a/l10n-pt-BR/dom/chrome/dom/dom.properties b/l10n-pt-BR/dom/chrome/dom/dom.properties index c3dbcd43e2..4b9524b761 100644 --- a/l10n-pt-BR/dom/chrome/dom/dom.properties +++ b/l10n-pt-BR/dom/chrome/dom/dom.properties @@ -18,6 +18,7 @@ DebugScriptButton=Depurar script WaitForScriptButton=Continuar DontAskAgain=&Não perguntar de novo WindowCloseBlockedWarning=Scripts podem não fechar janelas que não tenham sido abertas por script. +WindowCloseByScriptBlockedWarning=Scripts só podem fechar janelas que foram abertas por um script. OnBeforeUnloadTitle=Tem certeza? OnBeforeUnloadMessage2=Esta página pede que você confirme se quer sair. Informações inseridas podem não ser salvas. OnBeforeUnloadStayButton=Permanecer na página @@ -309,8 +310,6 @@ WindowContentUntrustedWarning=O atributo ‘content’ dos objetos Window foi de SVGRefLoopWarning=O SVG <%S> com ID “%S” tem uma referência circular. # LOCALIZATION NOTE: The first %S is the tag name of the element in the chain where the chain was broken, the second %S is the element's ID. SVGRefChainLengthExceededWarning=Uma cadeia de referências muito longa em <%S> de SVG foi abandonada no elemento com ID “%S”. -# LOCALIZATION NOTE: Do not translate SVGSVGElement.deselectAll. -SVGDeselectAll=SVGSVGElement.deselectAll está obsoleto porque duplica a funcionalidade da Selection API. # LOCALIZATION NOTE: Do not translate SVGGraphicsElement.nearestViewportElement or SVGElement.viewportElement. SVGNearestViewportElement=SVGGraphicsElement.nearestViewportElement está obsoleto e será removido no futuro. Em vez disso, use SVGElement.viewportElement. # LOCALIZATION NOTE: Do not translate SVGGraphicsElement.farthestViewportElement. @@ -480,9 +479,6 @@ InstallTriggerInstallDeprecatedWarning=InstallTrigger.install() está obsoleto e # LOCALIZATION NOTE: Do not translate "HTMLOptionsCollection.length". %1$S is the invalid value, %2$S is the current limit. SelectOptionsLengthAssignmentWarning=Recusada a expansão da lista de opções de