# 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/. ### "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 } Ping 调试查看器 about-glean-page-title2 = 关于 { -glean-brand-name } about-glean-header = 关于 { -glean-brand-name } about-glean-interface-description = { -vendor-short-name } 项目使用 { glean-sdk-brand-name } 收集数据。 此接口面向开发者和测试人员提供, 用于手动测试检测。 about-glean-upload-enabled = 已启用数据上传。 about-glean-upload-disabled = 已禁用数据上传。 about-glean-upload-enabled-local = 数据上传仅在发送到本地服务器时启用。 about-glean-upload-fake-enabled = 已禁用数据上传,但我们向 { glean-sdk-brand-name } “谎称”还是启用状态,如此数据将仍在本地记录。注:若已设置调试标签,ping 将一律上传至 { glean-debug-ping-viewer-brand-name }。 # This message is followed by a bulleted list. about-glean-prefs-and-defines = 相关的首选项和定义如下: # 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 = 关于测试 # This message is followed by a numbered list. about-glean-manual-testing = 完整说明文档请见 { -fog-brand-name } 检测测试文档{ glean-sdk-brand-name } 文档。不过简而言之,如需手动测试检测是否有效,您需要: # This message is an option in a dropdown filled with untranslated names of pings. about-glean-no-ping-label = (不提交任何 Ping) # An in-line text input field precedes this string. about-glean-label-for-tag-pings = 在此栏设置好记的调试标签,方便之后快速找到您的 ping。 # An in-line text input field precedes this string. about-glean-label-for-tag-pings-with-requirements = 设置一个容易记忆的调试标签(20个字符以内,仅限字母数字和短横线)以便您随后可以识别您的 ping。 # An in-line drop down list precedes this string. # Do not translate strings between tags. about-glean-label-for-ping-names = 请从下拉列表选择您测试仪器所在的位置。若位于自定义 ping,则选择该项;否则默认的 event 指标是 event,而其他所有指标的默认值为 metrics ping。 # An in-line check box precedes this string. about-glean-label-for-log-pings = (可选项。若您想在提交 Ping 时也进行记录,请勾选此选框。另外还需要开启记录。) # 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 = 按下此按钮会将所有 { -glean-brand-name } ping 带上您的标签,并提交选择的 ping。(直到重启应用程序前所提交的 ping 都将标上 { $debug-tag }。) about-glean-li-for-visit-gdpv = 请访问 { glean-debug-ping-viewer-brand-name }页面查看带有您标签的 ping。从按下按钮到收到 ping 应该不会超过几秒钟,有时可能需要几分钟。 # Do not translate strings between tags. about-glean-adhoc-explanation = 如需进行 ad hoc 临时测试,也可在 about:glean 页面打开开发者控制台,并使用 Glean.metricCategory.metricName.testGetValue()testGetValue() API 确定测试仪器的当前值。 # Do not translate strings between tags. about-glean-adhoc-explanation2 = 如需进行 ad hoc 临时测试,也可在 about:glean 页面打开开发者控制台,并使用 Glean.metricCategory.metricName.testGetValue()testGetValue() API 来获取名称为 metric.category.metric_name 的指标,以确定测试仪器的当前值。 # Do not translate strings between tags. about-glean-adhoc-note = 请注意您正在通过开发工具控制台使用 Glean JS API。 这意味着指标类别和指标名称的格式为 camelCase,这与 Rust 和 C++ API 不同。 controls-button-label-verbose = 应用设置并提交 ping about-glean-about-data-header = 关于数据 about-glean-about-data-explanation = 要浏览收集的数据列表,请查阅 { -glean-brand-name } 词典