jsonview.properties 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. # LOCALIZATION NOTE These strings are used in the JSON View tool
  5. # that is used to inspect application/json document types loaded
  6. # in the browser.
  7. # LOCALIZATION NOTE The correct localization of this file might be to keep it
  8. # in English, or another language commonly spoken among web developers.
  9. # You want to make that choice consistent across the developer tools.
  10. # A good criteria is the language in which you'd find the best documentation
  11. # on web development on the web.
  12. # LOCALIZATION NOTE (jsonViewer.tab.JSON, jsonViewer.tab.RawData,
  13. # jsonViewer.tab.Headers): Label for a panel tab.
  14. jsonViewer.tab.JSON=JSON
  15. jsonViewer.tab.RawData=Raw Data
  16. jsonViewer.tab.Headers=Headers
  17. # LOCALIZATION NOTE (jsonViewer.responseHeaders, jsonViewer.requestHeaders):
  18. # Label for header groups within the 'Headers' panel.
  19. jsonViewer.responseHeaders=Response Headers
  20. jsonViewer.requestHeaders=Request Headers
  21. # LOCALIZATION NOTE (jsonViewer.Save): Label for save command
  22. jsonViewer.Save=Save
  23. # LOCALIZATION NOTE (jsonViewer.Copy): Label for clipboard copy command
  24. jsonViewer.Copy=Copy
  25. # LOCALIZATION NOTE (jsonViewer.ExpandAll): Label for expanding all nodes
  26. jsonViewer.ExpandAll=Expand All
  27. # LOCALIZATION NOTE (jsonViewer.PrettyPrint): Label for JSON
  28. # pretty print action button.
  29. jsonViewer.PrettyPrint=Pretty Print
  30. # LOCALIZATION NOTE (jsonViewer.reps.more): Label used in arrays
  31. # that have more items than displayed.
  32. jsonViewer.reps.more=more…
  33. # LOCALIZATION NOTE (jsonViewer.filterJSON): Label used in search box
  34. # at the top right cornder of the JSON Viewer.
  35. jsonViewer.filterJSON=Filter JSON
  36. # LOCALIZATION NOTE (jsonViewer.reps.reference): Label used for cycle
  37. # references in an array.
  38. jsonViewer.reps.reference=Cycle Reference