.coarseType.tooltip = Label objects by the broad categories they fit in dominatorTreeDisplays.allocationStack.tooltip = Label objects by the JavaScript stack recorded when it was allocated treeMapDisplays.coarseType.tooltip = Label objects by the broad categories they fit in toolbar.view = View: toolbar.view.tooltip = Change the view of the heap snapshot toolbar.view.census = Aggregate toolbar.view.census.tooltip = View a summary of the heap snapshot's contents by aggregating objects into groups toolbar.view.dominators = Dominators toolbar.view.dominators.tooltip = View the dominator tree and surface the largest structures in the heap snapshot toolbar.view.treemap = Tree Map toolbar.view.treemap.tooltip = Visualize memory usage: larger blocks account for a larger percent of memory usage\u0020 take-snapshot = Take snapshot import-snapshot = Import… clear-snapshots.tooltip = Delete all snapshots diff-snapshots.tooltip = Compare snapshots filter.placeholder = Filter filter.tooltip = Filter the contents of the heap snapshot tree-item.view-individuals.tooltip = View individual nodes in this group and their retaining paths tree-item.load-more = Load more… tree-item.rootlist = GC Roots tree-item.nostack = (no stack available) tree-item.nofilename = (no filename available) tree-item.root = (root) tree-item.percent2 = %S%% diffing.baseline = Baseline diffing.comparison = Comparison diffing.prompt.selectBaseline = Select the baseline snapshot diffing.prompt.selectComparison = Select the snapshot to compare to the baseline diffing.state.error = Error diffing.state.error.full = There was an error while comparing snapshots. diffing.state.taking-diff = Computing difference… diffing.state.taking-diff.full = Computing difference… diffing.state.selecting = Select two snapshots to compare diffing.state.selecting.full = Select two snapshots to compare dominatorTree.state.computing = Computing dominators… dominatorTree.state.computing.full = Computing dominator tree… dominatorTree.state.fetching = Computing sizes… dominatorTree.state.fetching.full = Computing retained sizes… dominatorTree.state.incrementalFetching = Fetching… dominatorTree.state.incrementalFetching.full = Fetching subtree… dominatorTree.state.error = Error dominatorTree.state.error.full = There was an error while processing the dominator tree snapshot.state.saving.full = Saving snapshot… snapshot.state.reading.full = Reading snapshot… snapshot.state.saving-census.full = Generating aggregate report… snapshot.state.saving-tree-map.full = Saving tree map… snapshot.state.error.full = There was an error processing this snapshot. individuals.state.error = Error individuals.state.error.full = There was an error while fetching individuals in the group individuals.state.fetching = Fetching… individuals.state.fetching.full = Fetching individuals in group… individuals.field.node = Node individuals.field.node.tooltip = The individual node in the snapshot\u0020 snapshot.state.saving = Saving snapshot… snapshot.state.importing = Importing snapshot… snapshot.state.reading = Reading snapshot… snapshot.state.saving-census = Saving census… snapshot.state.saving-tree-map = Saving tree map… snapshot.state.error = Error heapview.no-difference = No difference between the baseline and comparison. heapview.none-match = No matches. heapview.empty = Empty. heapview.noAllocationStacks = No allocation stacks found. Record allocation stacks before taking a heap snapshot. heapview.field.retainedSize = Retained Size (Bytes) heapview.field.retainedSize.tooltip = The sum of the size of the object itself, and the sizes of all the other objects kept alive by it heapview.field.shallowSize = Shallow Size (Bytes) heapview.field.shallowSize.tooltip = The size of the object itself dominatortree.field.label = Label dominatortree.field.label.tooltip = The label for an object in the heap heapview.field.bytes = Bytes heapview.field.bytes.tooltip = The number of bytes consumed by this group, excluding subgroups heapview.field.count = Count heapview.field.count.tooltip = The number of reachable objects in this group, excluding subgroups heapview.field.totalbytes = Total Bytes heapview.field.totalbytes.tooltip = The number of bytes consumed by this group, including subgroups heapview.field.totalcount = Total Count heapview.field.totalcount.tooltip = The number of reachable objects in this group, including subgroups heapview.field.name = Name heapview.field.name.tooltip = The name of this group shortest-paths.header = Retaining Paths (from Garbage Collector Roots) shortest-paths.select-node = Select a node to view its retaining paths tree-map.node-count = count PK