devtools/client/jsonview.properties
author Francesco Lodolo (:flod) <flod@lodolo.net>
Fri, 24 Mar 2023 11:31:22 +0100
changeset 15030 46b47f2396166e11221201d05a24f75d40fa9a9f
parent 13497 b2c94a158e98f564bf0cbe85a4b107f6aa5299dd
permissions -rw-r--r--
cross-channel content for 2023-03-24 10:29 X-Channel-Repo: mozilla-central X-Channel-Revision: 72b81149fa79431a048f90b0f67a1e6f31a01478 X-Channel-Repo: releases/mozilla-beta X-Channel-Revision: 04152e27b812ad8a0110d0614980b08fc2d22a81 X-Channel-Repo: releases/mozilla-release X-Channel-Revision: 7d8e7a75db1e1489fa6b112be71b458ea028453b X-Channel-Repo: releases/mozilla-esr102 X-Channel-Revision: 55fe04f6205f9bc5f0765f2eeca6552b4b01d96a

# 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/.

# LOCALIZATION NOTE These strings are used in the JSON View tool
# that is used to inspect application/json document types loaded
# in the browser.

# LOCALIZATION NOTE The correct localization of this file might be to keep it
# in English, or another language commonly spoken among web developers.
# You want to make that choice consistent across the developer tools.
# A good criteria is the language in which you'd find the best documentation
# on web development on the web.

# LOCALIZATION NOTE (jsonViewer.tab.JSON, jsonViewer.tab.RawData,
# jsonViewer.tab.Headers): Label for a panel tab.
jsonViewer.tab.JSON=JSON
jsonViewer.tab.RawData=Raw Data
jsonViewer.tab.Headers=Headers

# LOCALIZATION NOTE (jsonViewer.responseHeaders, jsonViewer.requestHeaders):
# Label for header groups within the 'Headers' panel.
jsonViewer.responseHeaders=Response Headers
jsonViewer.requestHeaders=Request Headers

# LOCALIZATION NOTE (jsonViewer.Save): Label for save command
jsonViewer.Save=Save

# LOCALIZATION NOTE (jsonViewer.Copy): Label for clipboard copy command
jsonViewer.Copy=Copy

# LOCALIZATION NOTE (jsonViewer.ExpandAll): Label for expanding all nodes
jsonViewer.ExpandAll=Expand All
jsonViewer.ExpandAllSlow=Expand All (slow)

# LOCALIZATION NOTE (jsonViewer.CollapseAll): Label for collapsing all nodes
jsonViewer.CollapseAll=Collapse All

# LOCALIZATION NOTE (jsonViewer.PrettyPrint): Label for JSON
# pretty print action button.
jsonViewer.PrettyPrint=Pretty Print

# LOCALIZATION NOTE (jsonViewer.filterJSON): Label used in search box
# at the top right cornder of the JSON Viewer.
jsonViewer.filterJSON=Filter JSON