UNPKG

chrome-devtools-frontend

Version:
107 lines (105 loc) 3.98 kB
// Copyright 2021 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. export const UIStrings = { /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ buildingEdgeIndexes: 'Building edge indexes…', /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ buildingRetainers: 'Building retainers…', /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ propagatingDomState: 'Propagating DOM state…', /** * @description Text to indicate the status of a heap snapshot in the Performance Pane. Flag here * refers to the programming concept for a piece of binary data (yes/no). */ calculatingNodeFlags: 'Calculating node flags…', /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ calculatingDistances: 'Calculating distances…', /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ buildingPostorderIndex: 'Building postorder index…', /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ buildingDominatorTree: 'Building dominator tree…', /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ calculatingRetainedSizes: 'Calculating retained sizes…', /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ buildingDominatedNodes: 'Building dominated nodes…', /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ calculatingStatistics: 'Calculating statistics…', /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ calculatingSamples: 'Calculating samples…', /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ buildingLocations: 'Building locations…', /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ finishedProcessing: 'Finished processing.', /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ buildingAllocationStatistics: 'Building allocation statistics…', /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ done: 'Done', /** *@description Text in Heap Snapshot Loader of the Memory panel when taking a heap snapshot */ processingSnapshot: 'Processing snapshot…', /** *@description Text to indicate the status of a heap snapshot in the Performance Pane */ parsingStrings: 'Parsing strings…', /** *@description Text in Heap Snapshot Loader of the Memory panel when taking a heap snapshot */ loadingSnapshotInfo: 'Loading snapshot info…', /** *@description Text in Heap Snapshot Loader of the Memory panel when taking a heap snapshot *@example {38} PH1 */ loadingNodesD: 'Loading nodes… {PH1}%', /** *@description Text in Heap Snapshot Loader of the Memory panel when taking a heap snapshot *@example {30} PH1 */ loadingEdgesD: 'Loading edges… {PH1}%', /** *@description Text in Heap Snapshot Loader of the Memory panel when taking a heap snapshot *@example {30} PH1 */ loadingAllocationTracesD: 'Loading allocation traces… {PH1}%', /** *@description Text in Heap Snapshot Loader of the Memory panel when taking a heap snapshot */ loadingSamples: 'Loading samples…', /** *@description Text in Heap Snapshot Loader of the Memory panel when taking a heap snapshot */ loadingLocations: 'Loading locations…', /** *@description Text in Heap Snapshot Loader of the Memory panel when taking a heap snapshot */ loadingStrings: 'Loading strings…', };