You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CallNodeContextMenu--transform-focus-subtree = Фокус толькі на паддрэве
83
86
.title = Фокус на паддрэве прывядзе да выдалення любога ўзору, які не ўключае гэтую канкрэтную частку дрэва выклікаў. Гэта выдаляе галіну дрэва выклікаў, але робіць гэта толькі для аднаго вузла выкліку. Усе іншыя выклікі функцый ігнаруюцца.
84
87
# This is used as the context menu item to apply the "Focus on category" transform.
# We replace the elements such as <perf> and <simpleperf> with links to the
337
341
# documentation to use these tools.
338
342
Home--load-files-from-other-tools2 =
@@ -424,6 +428,13 @@ MarkerContextMenu--select-the-sender-thread = Επιλέξτε το νήμα α
424
428
# $filter (String) - Search string that will be used to filter the markers.
425
429
MarkerFiltersContextMenu--drop-samples-outside-of-markers-matching = Απόρριψη δειγμάτων εκτός των δεικτών που αντιστοιχούν στο «<strong>{$filter}</strong>»
426
430
431
+
## MarkerCopyTableContextMenu
432
+
## This is the menu when the copy icon is clicked in Marker Chart and Marker
433
+
## Table panels.
434
+
435
+
MarkerCopyTableContextMenu--copy-table-as-plain = Αντιγραφή πίνακα δεικτών ως απλού κειμένου
436
+
MarkerCopyTableContextMenu--copy-table-as-markdown = Αντιγραφή πίνακα δεικτών ως Markdown
# This string is used when the user tries to copy a marker table with
449
+
# more than 10000 rows.
450
+
# Variable:
451
+
# $rows (Number) - Number of rows the marker table has
452
+
# $maxRows (Number) - Number of maximum rows that can be copied
453
+
MarkerSettings--copy-table-exceeed-max-rows = Ο αριθμός σειρών υπερβαίνει το όριο: {$rows} > {$maxRows}. Θα αντιγραφούν μόνο οι πρώτες {$maxRows} σειρές.
437
454
438
455
## MarkerSidebar
439
456
## This is the sidebar component that is used in Marker Table panel.
## The translation for "self" in these strings should match the translation used
74
+
## in CallTree--samples-self and CallTree--bytes-self. Alternatively it can be
75
+
## translated as "self values" or "self time" (though "self time" is less desirable
76
+
## because this menu item is also shown in "bytes" mode).
77
+
78
+
CallNodeContextMenu--transform-focus-self-title = Centrarse en sí misma es similar a centrarse en una función, pero solo conserva las muestras que contribuyen al tiempo propio de la función. Las muestras de las llamadas se descartan y el árbol de llamadas se redirige a la función enfocada.
79
+
CallNodeContextMenu--transform-focus-self = Centrarse sólo si misma
CallNodeContextMenu--transform-focus-subtree = Enfocarse solo en el subárbol
73
85
.title = Enfocarse en el subárbol removerá cualquier muestra que no incluya esa parte específica del árbol de llamados. Retira una rama del árbol de llamados, no obstante solo lo hace para un único nodo de llamada. Todo el resto de las llamadas de la función son ignoradas.
74
86
# This is used as the context menu item to apply the "Focus on category" transform.
CallNodeContextMenu--transform-focus-subtree = Focus sur le sous-arbre uniquement
69
72
.title = Mettre le focus sur un sous-arbre supprime tout échantillon qui n’inclut pas cette partie spécifique de l’arbre d’appels. Il extrait une branche de l’arborescence des appels, mais il ne le fait que pour ce seul nœud d’appel. Tous les autres appels de la fonction sont ignorés.
70
73
# This is used as the context menu item to apply the "Focus on category" transform.
0 commit comments