token.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "namespacesInSubtitle": "Namespaces",
  3. "classesInSubtitle": "Classes",
  4. "structsInSubtitle": "Structs",
  5. "interfacesInSubtitle": "Interfaces",
  6. "enumsInSubtitle": "Enums",
  7. "delegatesInSubtitle": "Delegates",
  8. "constructorsInSubtitle": "Constructors",
  9. "fieldsInSubtitle": "Fields",
  10. "propertiesInSubtitle": "Properties",
  11. "methodsInSubtitle": "Methods",
  12. "eventsInSubtitle": "Events",
  13. "operatorsInSubtitle": "Operators",
  14. "eiisInSubtitle": "Explicit Interface Implementations",
  15. "functionsInSubtitle": "Functions",
  16. "variablesInSubtitle": "Variables",
  17. "typeAliasesInSubtitle": "Type Aliases",
  18. "membersInSubtitle": "Members",
  19. "improveThisDoc": "Improve this Doc",
  20. "viewSource": "View Source",
  21. "inheritance": "Inheritance",
  22. "inheritedMembers": "Inherited Members",
  23. "package": "Package",
  24. "namespace": "Namespace",
  25. "assembly": "Assembly",
  26. "syntax": "Syntax",
  27. "overrides": "Overrides",
  28. "implements": "Implements",
  29. "remarks": "Remarks",
  30. "examples": "Examples",
  31. "seealso": "See Also",
  32. "declaration": "Declaration",
  33. "parameters": "Parameters",
  34. "typeParameters": "Type Parameters",
  35. "type": "Type",
  36. "name": "Name",
  37. "description": "Description",
  38. "returns": "Returns",
  39. "fieldValue": "Field Value",
  40. "propertyValue": "Property Value",
  41. "eventType": "Event Type",
  42. "variableValue": "Variable Value",
  43. "typeAliasType": "Type Alias Type",
  44. "exceptions": "Exceptions",
  45. "condition": "Condition",
  46. "extensionMethods": "Extension Methods",
  47. "note": "<h5>Note</h5>",
  48. "warning": "<h5>Warning</h5>",
  49. "tip": "<h5>Tip</h5>",
  50. "important": "<h5>Important</h5>",
  51. "caution": "<h5>Caution</h5>",
  52. "tocToggleButton": "Show / Hide Table of Contents",
  53. "tocFilter": "Enter here to filter...",
  54. "search": "Search",
  55. "searchResults": "Search Results for",
  56. "pageFirst": "First",
  57. "pagePrev": "Previous",
  58. "pageNext": "Next",
  59. "pageLast": "Last",
  60. "inThisArticle": "In This Article",
  61. "backToTop": "Back to top"
  62. }