# 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/. ### "Glean" and "Glean SDK" should remain in English. ### "FOG", "Glean", and "Glean SDK" should remain in English. -fog-brand-name = FOG -glean-brand-name = Glean glean-sdk-brand-name = { -glean-brand-name } SDK glean-debug-ping-viewer-brand-name = { -glean-brand-name } Visor de ping de depuración about-glean-page-title2 = Acerca de { -glean-brand-name } about-glean-header = Acerca de { -glean-brand-name } about-glean-interface-description = El { glean-sdk-brand-name } es una biblioteca de recopilación de datos usado en proyectos de { -vendor-short-name }. Esta interfaz está diseñada para que los desarrolladores y testers prueben manualmente la instrumentación. about-glean-upload-enabled = La carga de datos está habilitada. about-glean-upload-disabled = La carga de datos está deshabilitada. about-glean-upload-enabled-local = La carga de datos está habilitada solo para enviar a un servidor local. about-glean-upload-fake-enabled = La carga de datos está deshabilitada, pero le decimos a { glean-sdk-brand-name } que está habilitada para que los datos se sigan registrando localmente. Nota: si estableces una etiqueta de depuración, los pings se cargarán en el { glean-debug-ping-viewer-brand-name } independientemente de la configuración. # This message is followed by a bulleted list. about-glean-prefs-and-defines = Las preferencias y definiciones relevantes incluyen: # Variables: # $data-upload-pref-value (String): the value of the datareporting.healthreport.uploadEnabled pref. Typically "true", sometimes "false" # Do not translate strings between tags. about-glean-data-upload = datareporting.healthreport.uploadEnabled: { $data-upload-pref-value } # Variables: # $local-port-pref-value (Integer): the value of the telemetry.fog.test.localhost_port pref. Typically 0. Can be negative. # Do not translate strings between tags. about-glean-local-port = telemetry.fog.test.localhost_port: { $local-port-pref-value } # Variables: # $glean-android-define-value (Boolean): the value of the MOZ_GLEAN_ANDROID define. Typically "false", sometimes "true". # Do not translate strings between tags. about-glean-glean-android = MOZ_GLEAN_ANDROID: { $glean-android-define-value } # Variables: # $moz-official-define-value (Boolean): the value of the MOZILLA_OFFICIAL define. # Do not translate strings between tags. about-glean-moz-official = MOZILLA_OFFICIAL: { $moz-official-define-value } about-glean-about-testing-header = Acerca de las pruebas # This message is followed by a numbered list. about-glean-manual-testing = Las instrucciones completas están documentadas en los documentos de pruebas de instrumentación de { -fog-brand-name } y en la documentación de { glean-sdk-brand-name }, pero, en resumen, para probar manualmente que tu instrumentación funciona, debes: # This message is an option in a dropdown filled with untranslated names of pings. about-glean-no-ping-label = (no enviar ningún ping) # An in-line text input field precedes this string. about-glean-label-for-tag-pings = En el campo anterior, asegúrate de que haya una etiqueta de depuración reconocible para que puedas identificar tus pings más adelante. # An in-line drop down list precedes this string. # Do not translate strings between tags. about-glean-label-for-ping-names = Seleccionar en la lista anterior el ping en el que se encuentra su instrumentación. Si estás en un ping personalizado, elige ese. De lo contrario, el valor predeterminado para las métricas de tipo event es el ping events y el valor predeterminado para todas las demás métricas es el ping metrics. # An in-line check box precedes this string. about-glean-label-for-log-pings = (Opcional. Marca la casilla anterior si deseas que los pings también se registren cuando sean enviados. Además, deberás habilitar el registro). # Variables # $debug-tag (String): The user-set value of the debug tag input on this page. Like "about-glean-kV" # An in-line button labeled "Apply settings and submit ping" precedes this string. about-glean-label-for-controls-submit = Presiona el botón anterior para etiquetar todos los pings de { -glean-brand-name } con tu etiqueta y enviar el ping seleccionado. (Todos los ping enviados desde entonces hasta que reinicies la aplicación se etiquetarán con { $debug-tag }.) about-glean-li-for-visit-gdpv = Visita la página { glean-debug-ping-viewer-brand-name } para hacer ping con tu etiqueta. No debería tomar más de unos segundos desde que presionas el botón hasta que llega tu ping. A veces puede tomar un par de minutos. # Do not translate strings between tags. about-glean-adhoc-explanation = Para más pruebas ad hoc, también puede determinar el valor actual de una pieza de instrumentación particular abriendo una consola de herramientas de desarrollo aquí en about:glean y usando la API testGetValue() como Glean.metricCategory.metricName.testGetValue(). controls-button-label-verbose = Aplicar configuración y enviar ping about-glean-about-data-header = Acerca de los datos about-glean-about-data-explanation = Para navegar por la lista de datos recopilados, por favor, consulta el { -glean-brand-name } Diccionario.