tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

jsonview.properties (2361B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 # LOCALIZATION NOTE These strings are used in the JSON View tool
      6 # that is used to inspect application/json document types loaded
      7 # in the browser.
      8 
      9 # LOCALIZATION NOTE The correct localization of this file might be to keep it
     10 # in English, or another language commonly spoken among web developers.
     11 # You want to make that choice consistent across the developer tools.
     12 # A good criteria is the language in which you'd find the best documentation
     13 # on web development on the web.
     14 
     15 # LOCALIZATION NOTE (jsonViewer.tab.JSON, jsonViewer.tab.RawData,
     16 # jsonViewer.tab.Headers): Label for a panel tab.
     17 jsonViewer.tab.JSON=JSON
     18 jsonViewer.tab.RawData=Raw Data
     19 jsonViewer.tab.Headers=Headers
     20 
     21 # LOCALIZATION NOTE (jsonViewer.responseHeaders, jsonViewer.requestHeaders):
     22 # Label for header groups within the 'Headers' panel.
     23 jsonViewer.responseHeaders=Response Headers
     24 jsonViewer.requestHeaders=Request Headers
     25 
     26 # LOCALIZATION NOTE (jsonViewer.Save): Label for save command
     27 jsonViewer.Save=Save
     28 
     29 # LOCALIZATION NOTE (jsonViewer.Copy): Label for clipboard copy command
     30 jsonViewer.Copy=Copy
     31 
     32 # LOCALIZATION NOTE (jsonViewer.ExpandAll): Label for expanding all nodes
     33 jsonViewer.ExpandAll=Expand All
     34 jsonViewer.ExpandAllSlow=Expand All (slow)
     35 
     36 # LOCALIZATION NOTE (jsonViewer.CollapseAll): Label for collapsing all nodes
     37 jsonViewer.CollapseAll=Collapse All
     38 
     39 # LOCALIZATION NOTE (jsonViewer.PrettyPrint): Label for JSON
     40 # pretty print action button.
     41 jsonViewer.PrettyPrint=Pretty Print
     42 
     43 # LOCALIZATION NOTE (jsonViewer.filterJSON): Label used in search box
     44 # at the top right cornder of the JSON Viewer.
     45 jsonViewer.filterJSON=Filter JSON
     46 
     47 # LOCALIZATION NOTE (jsonViewer.sizeProfilerButton): Tooltip for the toolbar
     48 # button that opens the Firefox Profiler with a profile showing how much space
     49 # each part of the JSON document uses.
     50 jsonViewer.sizeProfilerButton=Investigate JSON size in the Firefox Profiler
     51 
     52 # LOCALIZATION NOTE (jsonViewer.sizeProfilerButtonDisabled): Tooltip for the
     53 # toolbar button when it is disabled because the JSON document is invalid.
     54 jsonViewer.sizeProfilerButtonDisabled=Investigate JSON size in the Firefox Profiler (disabled for invalid JSON)