We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8383911 commit b50c468Copy full SHA for b50c468
locales/de/app.ftl
@@ -39,6 +39,14 @@ AppViewRouter--error-from-localhost-url-safari = Aufgrund einer <a>spezifischen
39
AppViewRouter--route-not-found--home =
40
.specialMessage = Die URL, die Sie erreichen wollten, wurde nicht erkannt.
41
42
+## Backtrace
43
+## This is used to display a backtrace (call stack) for a marker or sample.
44
+
45
+# Variables:
46
+# $function (String) - Name of the function that was inlined.
47
+Backtrace--inlining-badge = (inlined)
48
+ .title = { $function } wurde durch den Compiler zur Inline-Funktion ihres Aufrufers.
49
50
## CallNodeContextMenu
51
## This is used as a context menu for the Call Tree, Flame Graph and Stack Chart
52
## panels.
0 commit comments