memory.properties 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  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 inside the Memory Tools
  5. # which is available from the Web Developer sub-menu -> 'Memory'.
  6. # The correct localization of this file might be to keep it in
  7. # English, or another language commonly spoken among web developers.
  8. # You want to make that choice consistent across the developer tools.
  9. # A good criteria is the language in which you'd find the best
  10. # documentation on web development on the web.
  11. # LOCALIZATION NOTE (snapshot.io.save): The label for the link that saves a
  12. # snapshot to disk.
  13. snapshot.io.save=Save
  14. # LOCALIZATION NOTE (snapshot.io.delete): The label for the link that deletes
  15. # a snapshot
  16. snapshot.io.delete=Delete
  17. # LOCALIZATION NOTE (snapshot.io.save.window): The title for the window
  18. # displayed when saving a snapshot to disk.
  19. snapshot.io.save.window=Save Snapshot
  20. # LOCALIZATION NOTE (snapshot.io.import.window): The title for the window
  21. # displayed when importing a snapshot form disk.
  22. snapshot.io.import.window=Import Snapshot
  23. # LOCALIZATION NOTE (snapshot.io.filter): The title for the filter used to
  24. # filter file types (*.fxsnapshot)
  25. snapshot.io.filter=Firefox Snapshots
  26. # LOCALIZATION NOTE (aggregate.mb): The label annotating the number of bytes (in
  27. # megabytes) in a snapshot. %S represents the value, rounded to 2 decimal
  28. # points.
  29. aggregate.mb=%S MB
  30. # LOCALIZATION NOTE (snapshot-title.loading): The title for a snapshot before
  31. # it has a creation time to display.
  32. snapshot-title.loading=Processing…
  33. # LOCALIZATION NOTE (checkbox.recordAllocationStacks): The label describing the
  34. # boolean checkbox whether or not to record call stacks.
  35. checkbox.recordAllocationStacks=Record call stacks
  36. # LOCALIZATION NOTE (checkbox.recordAllocationStacks.tooltip): The tooltip for
  37. # the label describing the boolean checkbox whether or not to record call
  38. # stacks.
  39. checkbox.recordAllocationStacks.tooltip=Toggle the recording of the call stack of when an object was allocated. Subsequent snapshots will be able to group and label objects by call stacks, but only with those objects created after toggling this option. Recording call stacks has a performance overhead.
  40. # LOCALIZATION NOTE (toolbar.displayBy): The label describing the select menu
  41. # options of the display options.
  42. toolbar.displayBy=Group by:
  43. # LOCALIZATION NOTE (toolbar.displayBy.tooltip): The tooltip for the label
  44. # describing the select menu options of the display options.
  45. toolbar.displayBy.tooltip=Change how objects are grouped
  46. # LOCALIZATION NOTE (toolbar.pop-view): The text in the button to go back to the
  47. # previous view.
  48. toolbar.pop-view=←
  49. # LOCALIZATION NOTE (toolbar.pop-view.label): The text for the label for the
  50. # button to go back to the previous view.
  51. toolbar.pop-view.label=Go back to aggregates
  52. # LOCALIZATION NOTE (toolbar.viewing-individuals): The text letting the user
  53. # know that they are viewing individual nodes from a census group.
  54. toolbar.viewing-individuals=⁂ Viewing individuals in group
  55. # LOCALIZATION NOTE (censusDisplays.coarseType.tooltip): The tooltip for the
  56. # "coarse type" display option.
  57. censusDisplays.coarseType.tooltip=Group items by their type
  58. # LOCALIZATION NOTE (censusDisplays.allocationStack.tooltip): The tooltip for
  59. # the "call stack" display option.
  60. censusDisplays.allocationStack.tooltip=Group items by the JavaScript stack recorded when the object was allocated
  61. # LOCALIZATION NOTE (censusDisplays.invertedAllocationStack.tooltip): The
  62. # tooltip for the "inverted call stack" display option.
  63. censusDisplays.invertedAllocationStack.tooltip=Group items by the inverted JavaScript call stack recorded when the object was created
  64. # LOCALIZATION NOTE (censusDisplays.treeMap.tooltip): The tooltip for the
  65. # "tree map" display option.
  66. censusDisplays.treeMap.tooltip=Visualize memory usage: larger blocks account for a larger percent of memory usage
  67. # LOCALIZATION NOTE (censusDisplays.objectClass.tooltip): The tooltip for the
  68. # "object class" display option.
  69. censusDisplays.objectClass.tooltip=Group items by their JavaScript Object [[class]] name
  70. # LOCALIZATION NOTE (censusDisplays.internalType.tooltip): The tooltip for the
  71. # "internal type" display option.
  72. censusDisplays.internalType.tooltip=Group items by their internal C++ type
  73. # LOCALIZATION NOTE (toolbar.labelBy): The label describing the select menu
  74. # options of the label options.
  75. toolbar.labelBy=Label by:
  76. # LOCALIZATION NOTE (toolbar.labelBy.tooltip): The tooltip for the label describing the
  77. # select menu options of the label options.
  78. toolbar.labelBy.tooltip=Change how objects are labeled
  79. # LOCALIZATION NOTE (dominatorTreeDisplays.coarseType.tooltip): The tooltip for
  80. # the "coarse type" dominator tree display option.
  81. dominatorTreeDisplays.coarseType.tooltip=Label objects by the broad categories they fit in
  82. # LOCALIZATION NOTE (dominatorTreeDisplays.allocationStack.tooltip): The
  83. # tooltip for the "call stack" dominator tree display option.
  84. dominatorTreeDisplays.allocationStack.tooltip=Label objects by the JavaScript stack recorded when it was allocated
  85. # LOCALIZATION NOTE (dominatorTreeDisplays.internalType.tooltip): The
  86. # tooltip for the "internal type" dominator tree display option.
  87. dominatorTreeDisplays.internalType.tooltip=Label objects by their internal C++ type name
  88. # LOCALIZATION NOTE (treeMapDisplays.coarseType.tooltip): The tooltip for
  89. # the "coarse type" tree map display option.
  90. treeMapDisplays.coarseType.tooltip=Label objects by the broad categories they fit in
  91. # LOCALIZATION NOTE (toolbar.view): The label for the view selector in the
  92. # toolbar.
  93. toolbar.view=View:
  94. # LOCALIZATION NOTE (toolbar.view.tooltip): The tooltip for the label for the
  95. # view selector in the toolbar.
  96. toolbar.view.tooltip=Change the view of the snapshot
  97. # LOCALIZATION NOTE (toolbar.view.census): The label for the census view option
  98. # in the toolbar.
  99. toolbar.view.census=Aggregate
  100. # LOCALIZATION NOTE (toolbar.view.census.tooltip): The tooltip for the label for
  101. # the census view option in the toolbar.
  102. toolbar.view.census.tooltip=View a summary of the snapshot’s contents by aggregating objects into groups
  103. # LOCALIZATION NOTE (toolbar.view.dominators): The label for the dominators view
  104. # option in the toolbar.
  105. toolbar.view.dominators=Dominators
  106. # LOCALIZATION NOTE (toolbar.view.dominators.tooltip): The tooltip for the label
  107. # for the dominators view option in the toolbar.
  108. toolbar.view.dominators.tooltip=View the dominator tree and surface the largest structures in the snapshot
  109. # LOCALIZATION NOTE (toolbar.view.treemap): The label for the tree map option
  110. # in the toolbar.
  111. toolbar.view.treemap=Tree Map
  112. # LOCALIZATION NOTE (toolbar.view.treemap.tooltip): The tooltip for the label for
  113. # the tree map view option in the toolbar.
  114. toolbar.view.treemap.tooltip=Visualize memory usage: larger blocks account for a larger percent of memory usage
  115. # LOCALIZATION NOTE (take-snapshot): The label describing the button that
  116. # initiates taking a snapshot, either as the main label, or a tooltip.
  117. take-snapshot=Take snapshot
  118. # LOCALIZATION NOTE (import-snapshot): The label describing the button that
  119. # initiates importing a snapshot.
  120. import-snapshot=Import…
  121. # LOCALIZATION NOTE (clear-snapshots.tooltip): The tooltip for the button that
  122. # deletes existing snapshot.
  123. clear-snapshots.tooltip=Delete all snapshots
  124. # LOCALIZATION NOTE (diff-snapshots.tooltip): The tooltip for the button that
  125. # initiates selecting two snapshots to diff with each other.
  126. diff-snapshots.tooltip=Compare snapshots
  127. # LOCALIZATION NOTE (filter.placeholder): The placeholder text used for the
  128. # memory tool's filter search box.
  129. filter.placeholder=Filter
  130. # LOCALIZATION NOTE (filter.tooltip): The tooltip text used for the memory
  131. # tool's filter search box.
  132. filter.tooltip=Filter the contents of the snapshot
  133. # LOCALIZATION NOTE (tree-item.view-individuals.tooltip): The tooltip for the
  134. # button to view individuals in this group.
  135. tree-item.view-individuals.tooltip=View individual nodes in this group and their retaining paths
  136. # LOCALIZATION NOTE (tree-item.load-more): The label for the links to fetch the
  137. # lazily loaded sub trees in the dominator tree view.
  138. tree-item.load-more=Load more…
  139. # LOCALIZATION NOTE (tree-item.rootlist): The label for the root of the
  140. # dominator tree.
  141. tree-item.rootlist=GC Roots
  142. # LOCALIZATION NOTE (tree-item.nostack): The label describing the row in the heap tree
  143. # that represents a row broken down by call stack when no stack was available.
  144. tree-item.nostack=(no stack available)
  145. # LOCALIZATION NOTE (tree-item.nofilename): The label describing the row in the
  146. # heap tree that represents a row broken down by filename when no filename was
  147. # available.
  148. tree-item.nofilename=(no filename available)
  149. # LOCALIZATION NOTE (tree-item.root): The label describing the row in the heap tree
  150. # that represents the root of the tree when inverted.
  151. tree-item.root=(root)
  152. # LOCALIZATION NOTE (tree-item.percent2): A percent of bytes or count displayed in the tree view.
  153. # there are two "%" after %S to escape and display "%"
  154. tree-item.percent2=%S%%
  155. # LOCALIZATION NOTE (diffing.baseline): The name of the baseline snapshot in a
  156. # diffing comparison.
  157. diffing.baseline=Baseline
  158. # LOCALIZATION NOTE (diffing.comparison): The name of the snapshot being
  159. # compared to the baseline in a diffing comparison.
  160. diffing.comparison=Comparison
  161. # LOCALIZATION NOTE (diffing.prompt.selectBaseline): The prompt to select the
  162. # first snapshot when doing a diffing comparison.
  163. diffing.prompt.selectBaseline=Select the baseline snapshot
  164. # LOCALIZATION NOTE (diffing.prompt.selectComparison): The prompt to select the
  165. # second snapshot when doing a diffing comparison.
  166. diffing.prompt.selectComparison=Select the snapshot to compare to the baseline
  167. # LOCALIZATION NOTE (diffing.state.error): The label describing the diffing
  168. # state ERROR, used in the snapshot list when an error occurs while diffing two
  169. # snapshots.
  170. diffing.state.error=Error
  171. # LOCALIZATION NOTE (diffing.state.error.full): The text describing the diffing
  172. # state ERROR, used in the main view when an error occurs while diffing two
  173. # snapshots.
  174. diffing.state.error.full=There was an error while comparing snapshots.
  175. # LOCALIZATION NOTE (diffing.state.taking-diff): The label describing the diffin
  176. # state TAKING_DIFF, used in the snapshots list when computing the difference
  177. # between two snapshots.
  178. diffing.state.taking-diff=Computing difference…
  179. # LOCALIZATION NOTE (diffing.state.taking-diff.full): The label describing the
  180. # diffing state TAKING_DIFF, used in the main view when computing the difference
  181. # between two snapshots.
  182. diffing.state.taking-diff.full=Computing difference…
  183. # LOCALIZATION NOTE (diffing.state.selecting): The label describing the diffing
  184. # state SELECTING.
  185. diffing.state.selecting=Select two snapshots to compare
  186. # LOCALIZATION NOTE (diffing.state.selecting.full): The label describing the
  187. # diffing state SELECTING, used in the main view when selecting snapshots to
  188. # diff.
  189. diffing.state.selecting.full=Select two snapshots to compare
  190. # LOCALIZATION NOTE (dominatorTree.state.computing): The label describing the
  191. # dominator tree state COMPUTING.
  192. dominatorTree.state.computing=Generating dominators report…
  193. # LOCALIZATION NOTE (dominatorTree.state.computing.full): The label describing the
  194. # dominator tree state COMPUTING, used in the dominator tree view.
  195. dominatorTree.state.computing.full=Generating dominators report…
  196. # LOCALIZATION NOTE (dominatorTree.state.fetching): The label describing the
  197. # dominator tree state FETCHING.
  198. dominatorTree.state.fetching=Computing sizes…
  199. # LOCALIZATION NOTE (dominatorTree.state.fetching.full): The label describing the
  200. # dominator tree state FETCHING, used in the dominator tree view.
  201. dominatorTree.state.fetching.full=Computing dominator’s retained sizes…
  202. # LOCALIZATION NOTE (dominatorTree.state.incrementalFetching): The label
  203. # describing the dominator tree state INCREMENTAL_FETCHING.
  204. dominatorTree.state.incrementalFetching=Fetching…
  205. # LOCALIZATION NOTE (dominatorTree.state.incrementalFetching.full): The label describing the
  206. # dominator tree state INCREMENTAL_FETCHING, used in the dominator tree view.
  207. dominatorTree.state.incrementalFetching.full=Fetching more…
  208. # LOCALIZATION NOTE (dominatorTree.state.error): The label describing the
  209. # dominator tree state ERROR.
  210. dominatorTree.state.error=Error
  211. # LOCALIZATION NOTE (dominatorTree.state.error.full): The label describing the
  212. # dominator tree state ERROR, used in the dominator tree view.
  213. dominatorTree.state.error.full=There was an error while processing the dominator tree
  214. # LOCALIZATION NOTE (snapshot.state.saving.full): The label describing the
  215. # snapshot state SAVING, used in the main heap view.
  216. snapshot.state.saving.full=Saving snapshot…
  217. # LOCALIZATION NOTE (snapshot.state.importing.full): The label describing the
  218. # snapshot state IMPORTING, used in the main heap view.
  219. snapshot.state.importing.full=Importing…
  220. # LOCALIZATION NOTE (snapshot.state.reading.full): The label describing the
  221. # snapshot state READING, and SAVED, due to these states being combined
  222. # visually, used in the main heap view.
  223. snapshot.state.reading.full=Reading snapshot…
  224. # LOCALIZATION NOTE (snapshot.state.saving-census.full): The label describing
  225. # the snapshot state SAVING, used in the main heap view.
  226. snapshot.state.saving-census.full=Generating aggregate report…
  227. # LOCALIZATION NOTE (snapshot.state.saving-tree-map.full): The label describing
  228. # the snapshot state SAVING, used in the main heap view.
  229. snapshot.state.saving-tree-map.full=Saving tree map…
  230. # LOCALIZATION NOTE (snapshot.state.error.full): The label describing the
  231. # snapshot state ERROR, used in the main heap view.
  232. snapshot.state.error.full=There was an error processing this snapshot.
  233. # LOCALIZATION NOTE (individuals.state.error): The short message displayed when
  234. # there is an error fetching individuals from a group.
  235. individuals.state.error=Error
  236. # LOCALIZATION NOTE (individuals.state.error.full): The longer message displayed
  237. # when there is an error fetching individuals from a group.
  238. individuals.state.error.full=There was an error while fetching individuals in the group
  239. # LOCALIZATION NOTE (individuals.state.fetching): The short message displayed
  240. # while fetching individuals.
  241. individuals.state.fetching=Fetching…
  242. # LOCALIZATION NOTE (individuals.state.fetching.full): The longer message
  243. # displayed while fetching individuals.
  244. individuals.state.fetching.full=Fetching individuals in group…
  245. # LOCALIZATION NOTE (individuals.field.node): The header label for an individual
  246. # node.
  247. individuals.field.node=Node
  248. # LOCALIZATION NOTE (individuals.field.node.tooltip): The tooltip for the header
  249. # label for an individual node.
  250. individuals.field.node.tooltip=The individual node in the snapshot
  251. # LOCALIZATION NOTE (snapshot.state.saving): The label describing the snapshot
  252. # state SAVING, used in the snapshot list view
  253. snapshot.state.saving=Saving snapshot…
  254. # LOCALIZATION NOTE (snapshot.state.importing): The label describing the
  255. # snapshot state IMPORTING, used in the snapshot list view
  256. snapshot.state.importing=Importing snapshot…
  257. # LOCALIZATION NOTE (snapshot.state.reading): The label describing the snapshot
  258. # state READING, and SAVED, due to these states being combined visually, used in
  259. # the snapshot list view.
  260. snapshot.state.reading=Reading snapshot…
  261. # LOCALIZATION NOTE (snapshot.state.saving-census): The label describing the
  262. # snapshot state SAVING, used in snapshot list view.
  263. snapshot.state.saving-census=Saving report…
  264. # LOCALIZATION NOTE (snapshot.state.saving-census): The label describing the
  265. # snapshot state SAVING, used in snapshot list view.
  266. snapshot.state.saving-tree-map=Saving tree map…
  267. # LOCALIZATION NOTE (snapshot.state.error): The label describing the snapshot
  268. # state ERROR, used in the snapshot list view.
  269. snapshot.state.error=Error
  270. # LOCALIZATION NOTE (heapview.no-difference): Message displayed when there is no
  271. # difference between two snapshots.
  272. heapview.no-difference=No difference between the baseline and comparison.
  273. # LOCALIZATION NOTE (heapview.none-match): Message displayed when there are no
  274. # matches when filtering.
  275. heapview.none-match=No matches.
  276. # LOCALIZATION NOTE (heapview.none-match): Message displayed when there report
  277. # is empty.
  278. heapview.empty=Empty.
  279. # LOCALIZATION NOTE (heapview.noAllocationStacks): The message displayed to
  280. # users when selecting a display by "call stack" but no call stacks
  281. # were recorded in the heap snapshot.
  282. heapview.noAllocationStacks=No call stacks found. Record call stacks before taking a snapshot.
  283. # LOCALIZATION NOTE (heapview.field.retainedSize): The name of the column in the
  284. # dominator tree view for retained byte sizes.
  285. heapview.field.retainedSize=Retained Size (Bytes)
  286. # LOCALIZATION NOTE (heapview.field.retainedSize.tooltip): The tooltip for the
  287. # column header in the dominator tree view for retained byte sizes.
  288. 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
  289. # LOCALIZATION NOTE (heapview.field.shallowSize): The name of the column in the
  290. # dominator tree view for shallow byte sizes.
  291. heapview.field.shallowSize=Shallow Size (Bytes)
  292. # LOCALIZATION NOTE (heapview.field.shallowSize.tooltip): The tooltip for the
  293. # column header in the dominator tree view for shallow byte sizes.
  294. heapview.field.shallowSize.tooltip=The size of the object itself
  295. # LOCALIZATION NOTE (dominatortree.field.label): The name of the column in the
  296. # dominator tree for an object's label.
  297. dominatortree.field.label=Dominator
  298. # LOCALIZATION NOTE (dominatortree.field.label.tooltip): The tooltip for the column
  299. # header in the dominator tree view for an object's label.
  300. dominatortree.field.label.tooltip=The label for an object in memory
  301. # LOCALIZATION NOTE (heapview.field.bytes): The name of the column in the heap
  302. # view for bytes.
  303. heapview.field.bytes=Bytes
  304. # LOCALIZATION NOTE (heapview.field.bytes.tooltip): The tooltip for the column
  305. # header in the heap view for bytes.
  306. heapview.field.bytes.tooltip=The number of bytes taken up by this group, excluding subgroups
  307. # LOCALIZATION NOTE (heapview.field.count): The name of the column in the heap
  308. # view for count.
  309. heapview.field.count=Count
  310. # LOCALIZATION NOTE (heapview.field.count.tooltip): The tooltip for the column
  311. # header in the heap view for count.
  312. heapview.field.count.tooltip=The number of reachable objects in this group, excluding subgroups
  313. # LOCALIZATION NOTE (heapview.field.totalbytes): The name of the column in the
  314. # heap view for total bytes.
  315. heapview.field.totalbytes=Total Bytes
  316. # LOCALIZATION NOTE (heapview.field.totalbytes.tooltip): The tooltip for the
  317. # column header in the heap view for total bytes.
  318. heapview.field.totalbytes.tooltip=The number of bytes taken up by this group, including subgroups
  319. # LOCALIZATION NOTE (heapview.field.totalcount): The name of the column in the
  320. # heap view for total count.
  321. heapview.field.totalcount=Total Count
  322. # LOCALIZATION NOTE (heapview.field.totalcount.tooltip): The tooltip for the
  323. # column header in the heap view for total count.
  324. heapview.field.totalcount.tooltip=The number of reachable objects in this group, including subgroups
  325. # LOCALIZATION NOTE (heapview.field.name): The name of the column in the heap
  326. # view for name.
  327. heapview.field.name=Group
  328. # LOCALIZATION NOTE (heapview.field.name.tooltip): The tooltip for the column
  329. # header in the heap view for name.
  330. heapview.field.name.tooltip=The name of this group
  331. # LOCALIZATION NOTE (shortest-paths.header): The header label for the shortest
  332. # paths pane.
  333. shortest-paths.header=Retaining Paths (from Garbage Collector Roots)
  334. # LOCALIZATION NOTE (shortest-paths.select-node): The message displayed in the
  335. # shortest paths pane when a node is not yet selected.
  336. shortest-paths.select-node=Select an item to view its retaining paths
  337. # LOCALIZATION NOTE (tree-map.node-count): The label for the count value of a
  338. # node in the tree map
  339. tree-map.node-count=count