From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../toolkit/toolkit/about/aboutTelemetry.ftl | 136 +++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 l10n-es-CL/toolkit/toolkit/about/aboutTelemetry.ftl (limited to 'l10n-es-CL/toolkit/toolkit/about/aboutTelemetry.ftl') diff --git a/l10n-es-CL/toolkit/toolkit/about/aboutTelemetry.ftl b/l10n-es-CL/toolkit/toolkit/about/aboutTelemetry.ftl new file mode 100644 index 0000000000..ce6104dd13 --- /dev/null +++ b/l10n-es-CL/toolkit/toolkit/about/aboutTelemetry.ftl @@ -0,0 +1,136 @@ +# 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/. + +about-telemetry-ping-data-source = Fuente de datos de ping: +about-telemetry-show-current-data = Datos actuales +about-telemetry-show-archived-ping-data = Datos de ping archivados +about-telemetry-show-subsession-data = Mostrar datos de subsesión +about-telemetry-choose-ping = Elegir ping: +about-telemetry-archive-ping-type = Tipo de ping +about-telemetry-archive-ping-header = Ping +about-telemetry-option-group-today = Hoy +about-telemetry-option-group-yesterday = Ayer +about-telemetry-option-group-older = Anterior +about-telemetry-previous-ping = << +about-telemetry-next-ping = >> +about-telemetry-page-title = Datos de telemetría +about-telemetry-current-store = Almacenamiento actual: +about-telemetry-more-information = ¿Buscas más información? +about-telemetry-firefox-data-doc = La documentación de datos de Firefox contiene guías sobre cómo trabajar con tus herramientas de datos. +about-telemetry-telemetry-client-doc = La documentación de cliente de telemetría de Firefox incluye definiciones para conceptos, documentación de API y referencias de datos. +about-telemetry-telemetry-dashboard = Los paneles de telemetría te permiten visualizar los datos que Mozilla recibe a través de telemetría. +about-telemetry-telemetry-probe-dictionary = El Diccionario de Sondeos provee detalles y descripciones de los sondeos realizados por Telemetry. +about-telemetry-show-in-Firefox-json-viewer = Abrir en el visor JSON +about-telemetry-home-section = Inicio +about-telemetry-general-data-section = Datos generales +about-telemetry-environment-data-section = Datos de entorno +about-telemetry-session-info-section = Información de sesión +about-telemetry-scalar-section = Escalares +about-telemetry-keyed-scalar-section = Escalares con llave +about-telemetry-histograms-section = Histogramas +about-telemetry-keyed-histogram-section = Histogramas con llave +about-telemetry-events-section = Eventos +about-telemetry-simple-measurements-section = Mediciones simples +about-telemetry-slow-sql-section = Sentencias SQL lentas +about-telemetry-addon-details-section = Detalles del complemento +about-telemetry-late-writes-section = Últimas escrituras +about-telemetry-raw-payload-section = Payload en bruto +about-telemetry-raw = JSON en bruto +about-telemetry-full-sql-warning = NOTA: La depuración SQL lenta está activada. Pueden mostrarse cadenas completas de SQL pero no se enviarán a Telemetría. +about-telemetry-fetch-stack-symbols = Obtener nombres de función para pilas +about-telemetry-hide-stack-symbols = Mostrar datos en bruto de la pila +# Selects the correct release version +# Variables: +# $channel (String): represents the corresponding release data string +about-telemetry-data-type = + { $channel -> + [release] datos de versión + *[prerelease] datos de versión de prueba + } +# Selects the correct upload string +# Variables: +# $uploadcase (String): represents a corresponding upload string +about-telemetry-upload-type = + { $uploadcase -> + [enabled] activada + *[disabled] desactivada + } +# Example Output: 1 sample, average = 0, sum = 0 +# Variables: +# $sampleCount (Integer): amount of histogram samples +# $prettyAverage (Integer): average of histogram samples +# $sum (Integer): sum of histogram samples +about-telemetry-histogram-stats = + { $sampleCount -> + [one] { $sampleCount } muestra, promedio = { $prettyAverage }, suma ={ $sum } + *[other] { $sampleCount } muestras, promedio = { $prettyAverage }, suma ={ $sum } + } +# Variables: +# $telemetryServerOwner (String): the value of the toolkit.telemetry.server_owner preference. Typically "Mozilla" +about-telemetry-page-subtitle = Esta página muestra la información sobre el rendimiento, hardware, uso y personalizaciones recolectada por Telemetría. La información es enviada a { $telemetryServerOwner } para ayudar a mejorar { -brand-full-name }. +about-telemetry-settings-explanation = Telemetría está recolectando { about-telemetry-data-type } y la subida está { about-telemetry-upload-type }. +# Variables: +# $name (String): ping name, e.g. “saved-session” +# $timeStamp (String): ping localized timestamp, e.g. “2017/07/08 10:40:46” +about-telemetry-ping-details = Cada pedazo de información es enviado empaquetado en “pings“. Se muestra el ping { $name }, { $timestamp }. +about-telemetry-data-details-current = Cada pieza de información es enviada dentro de "pings". Estás mirando los datos puntuales. +# string used as a placeholder for the search field +# More info about it can be found here: +# https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/data/main-ping.html +# Variables: +# $selectedTitle (String): the section name from the structure of the ping. +about-telemetry-filter-placeholder = + .placeholder = Buscar en { $selectedTitle } +about-telemetry-filter-all-placeholder = + .placeholder = Buscar en todas las secciones +# Variables: +# $searchTerms (String): the searched terms +about-telemetry-results-for-search = Resultados para “{ $searchTerms }” +# More info about it can be found here: https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/data/main-ping.html +# Variables: +# $sectionName (String): the section name from the structure of the ping. +# $currentSearchText (String): the current text in the search input +about-telemetry-no-search-results = ¡Lo sentimos! No hay resultados en { $sectionName } para “{ $currentSearchText }” +# Variables: +# $searchTerms (String): the searched terms +about-telemetry-no-search-results-all = ¡Lo sentimos! No hay resultados en ninguna sección para “{ $searchTerms }” +# This message is displayed when a section is empty. +# Variables: +# $sectionName (String): is replaced by the section name. +about-telemetry-no-data-to-display = ¡Lo sentimos! No hay datos disponibles en este momento en “{ $sectionName }” +# used as a tooltip for the “current” ping title in the sidebar +about-telemetry-current-data-sidebar = datos actuales +# used in the “Ping Type” select +about-telemetry-telemetry-ping-type-all = todo +# button label to copy the histogram +about-telemetry-histogram-copy = copiar +# these strings are used in the “Slow SQL Statements” section +about-telemetry-slow-sql-main = Sentencias SQL lentas en el hilo principal +about-telemetry-slow-sql-other = Sentencias SQL lentas en los hilos auxiliares +about-telemetry-slow-sql-hits = Aciertos +about-telemetry-slow-sql-average = Tiempo medio (ms) +about-telemetry-slow-sql-statement = Sentencia +# these strings are used in the “Add-on Details” section +about-telemetry-addon-table-id = ID del complemento +about-telemetry-addon-table-details = Detalles +# Variables: +# $addonProvider (String): the name of an Add-on Provider (e.g. “XPI”, “Plugin”) +about-telemetry-addon-provider = Proveedor { $addonProvider } +about-telemetry-keys-header = Propiedad +about-telemetry-names-header = Nombre +about-telemetry-values-header = Valor +# Variables: +# $lateWriteCount (Integer): the number of the late writes +about-telemetry-late-writes-title = Escritura demorada #{ $lateWriteCount } +about-telemetry-stack-title = Pila: +about-telemetry-memory-map-title = Mapa de memoria: +about-telemetry-error-fetching-symbols = Ocurrió un error al recuperar los símbolos. revise que está conectado a internet e intente nuevamente. +about-telemetry-time-stamp-header = marca de tiempo +about-telemetry-category-header = categoría +about-telemetry-method-header = método +about-telemetry-object-header = objeto +about-telemetry-extra-header = extra +# Variables: +# $process (String): type of process in subsection headers ( e.g. "content", "parent" ) +about-telemetry-process = Proceso { $process } -- cgit v1.2.3