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
Copy file name to clipboardExpand all lines: locales/de/app.ftl
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,14 @@ AppViewRouter--error-from-localhost-url-safari = Aufgrund einer <a>spezifischen
39
39
AppViewRouter--route-not-found--home =
40
40
.specialMessage = Die URL, die Sie erreichen wollten, wurde nicht erkannt.
41
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
+
42
50
## CallNodeContextMenu
43
51
## This is used as a context menu for the Call Tree, Flame Graph and Stack Chart
44
52
## panels.
@@ -1101,6 +1109,13 @@ SourceView--not-in-archive-error-when-obtaining-source = Die Datei { $pathInArch
1101
1109
# $url (String) - The URL from which the "archive" file was downloaded.
1102
1110
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1103
1111
SourceView--archive-parsing-error-when-obtaining-source = Das Archiv unter {$url} konnte nicht geparst werden: {$parsingErrorMessage}
1112
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1113
+
# the browser.
1114
+
# Variables:
1115
+
# $url (String) - The URL of the JS source file.
1116
+
# $sourceUuid (number) - The UUID of the JS source file.
1117
+
# $errorMessage (String) - The raw internal error message, not localized
1118
+
SourceView--not-in-browser-error-when-obtaining-js-source = Der Browser konnte die Quelltextdatei für {$url} mit der sourceUuid {$sourceUuid} nicht abrufen: {$errorMessage}.
1104
1119
1105
1120
## Toggle buttons in the top right corner of the bottom box
Copy file name to clipboardExpand all lines: locales/el/app.ftl
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1120,6 +1120,13 @@ SourceView--not-in-archive-error-when-obtaining-source = Το αρχείο «{ $
1120
1120
# $url (String) - The URL from which the "archive" file was downloaded.
1121
1121
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1122
1122
SourceView--archive-parsing-error-when-obtaining-source = Δεν ήταν δυνατή η ανάλυση του αρχείου στο {$url}: {$parsingErrorMessage}
1123
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1124
+
# the browser.
1125
+
# Variables:
1126
+
# $url (String) - The URL of the JS source file.
1127
+
# $sourceUuid (number) - The UUID of the JS source file.
1128
+
# $errorMessage (String) - The raw internal error message, not localized
1129
+
SourceView--not-in-browser-error-when-obtaining-js-source = Το πρόγραμμα περιήγησης δεν μπόρεσε να λάβει το αρχείο πηγαίου κώδικα για το {$url} με το sourceUuid {$sourceUuid}: {$errorMessage}.
1123
1130
1124
1131
## Toggle buttons in the top right corner of the bottom box
.specialMessage = The URL you tried to reach was not recognised.
44
44
45
+
## Backtrace
46
+
## This is used to display a backtrace (call stack) for a marker or sample.
47
+
48
+
# Variables:
49
+
# $function (String) - Name of the function that was inlined.
50
+
Backtrace--inlining-badge = (inlined)
51
+
.title = {$function} was inlined into its caller by the compiler.
52
+
45
53
## CallNodeContextMenu
46
54
## This is used as a context menu for the Call Tree, Flame Graph and Stack Chart
47
55
## panels.
@@ -1125,6 +1133,13 @@ SourceView--not-in-archive-error-when-obtaining-source = The file { $pathInArchi
1125
1133
# $url (String) - The URL from which the "archive" file was downloaded.
1126
1134
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1127
1135
SourceView--archive-parsing-error-when-obtaining-source = The archive at {$url} could not be parsed: {$parsingErrorMessage}
1136
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1137
+
# the browser.
1138
+
# Variables:
1139
+
# $url (String) - The URL of the JS source file.
1140
+
# $sourceUuid (number) - The UUID of the JS source file.
1141
+
# $errorMessage (String) - The raw internal error message, not localized
1142
+
SourceView--not-in-browser-error-when-obtaining-js-source = The browser was unable to obtain the source file for {$url} with sourceUuid {$sourceUuid}: {$errorMessage}.
1128
1143
1129
1144
## Toggle buttons in the top right corner of the bottom box
Copy file name to clipboardExpand all lines: locales/es-CL/app.ftl
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1052,6 +1052,13 @@ SourceView--not-in-archive-error-when-obtaining-source = El documento { $pathInA
1052
1052
# $url (String) - The URL from which the "archive" file was downloaded.
1053
1053
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1054
1054
SourceView--archive-parsing-error-when-obtaining-source = El archivo de {$url} no pudo ser analizado: {$parsingErrorMessage}
1055
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1056
+
# the browser.
1057
+
# Variables:
1058
+
# $url (String) - The URL of the JS source file.
1059
+
# $sourceUuid (number) - The UUID of the JS source file.
1060
+
# $errorMessage (String) - The raw internal error message, not localized
1061
+
SourceView--not-in-browser-error-when-obtaining-js-source = El navegador no pudo obtener el archivo fuente de {$url} con sourceUuid {$sourceUuid}: {$errorMessage}.
1055
1062
1056
1063
## Toggle buttons in the top right corner of the bottom box
Copy file name to clipboardExpand all lines: locales/fr/app.ftl
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1046,6 +1046,13 @@ SourceView--not-in-archive-error-when-obtaining-source = Le fichier { $pathInArc
1046
1046
# $url (String) - The URL from which the "archive" file was downloaded.
1047
1047
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1048
1048
SourceView--archive-parsing-error-when-obtaining-source = L’archive à l’adresse {$url} n’a pas pu être analysée : {$parsingErrorMessage}
1049
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1050
+
# the browser.
1051
+
# Variables:
1052
+
# $url (String) - The URL of the JS source file.
1053
+
# $sourceUuid (number) - The UUID of the JS source file.
1054
+
# $errorMessage (String) - The raw internal error message, not localized
1055
+
SourceView--not-in-browser-error-when-obtaining-js-source = Le navigateur n’a pas pu obtenir le fichier source pour {$url} avec l’identifiant sourceUuid {$sourceUuid} : {$errorMessage}.
1049
1056
1050
1057
## Toggle buttons in the top right corner of the bottom box
Copy file name to clipboardExpand all lines: locales/fur/app.ftl
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1085,6 +1085,13 @@ SourceView--not-in-archive-error-when-obtaining-source = Il file { $pathInArchiv
1085
1085
# $url (String) - The URL from which the "archive" file was downloaded.
1086
1086
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1087
1087
SourceView--archive-parsing-error-when-obtaining-source = Impussibil analizâ l’archivi in {$url}: {$parsingErrorMessage}
1088
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1089
+
# the browser.
1090
+
# Variables:
1091
+
# $url (String) - The URL of the JS source file.
1092
+
# $sourceUuid (number) - The UUID of the JS source file.
1093
+
# $errorMessage (String) - The raw internal error message, not localized
1094
+
SourceView--not-in-browser-error-when-obtaining-js-source = Il navigadôr nol è rivât a otignî il file sorzint par {$url} cun sourceUuid {$sourceUuid}: {$errorMessage}.
1088
1095
1089
1096
## Toggle buttons in the top right corner of the bottom box
.specialMessage = De URL dy’t jo probearre te berikken, waard net werkend.
44
44
45
+
## Backtrace
46
+
## This is used to display a backtrace (call stack) for a marker or sample.
47
+
48
+
# Variables:
49
+
# $function (String) - Name of the function that was inlined.
50
+
Backtrace--inlining-badge = (inline pleatst)
51
+
.title = {$function} is troch de compiler inline yn de oanropomjouwing pleatst
52
+
45
53
## CallNodeContextMenu
46
54
## This is used as a context menu for the Call Tree, Flame Graph and Stack Chart
47
55
## panels.
@@ -1125,6 +1133,13 @@ SourceView--not-in-archive-error-when-obtaining-source = It bestân { $pathInArc
1125
1133
# $url (String) - The URL from which the "archive" file was downloaded.
1126
1134
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1127
1135
SourceView--archive-parsing-error-when-obtaining-source = It argyf op {$url} koe net ferwurke wurde: {$parsingErrorMessage}
1136
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1137
+
# the browser.
1138
+
# Variables:
1139
+
# $url (String) - The URL of the JS source file.
1140
+
# $sourceUuid (number) - The UUID of the JS source file.
1141
+
# $errorMessage (String) - The raw internal error message, not localized
1142
+
SourceView--not-in-browser-error-when-obtaining-js-source = De browser koe it boarnebestân foar {$url} mei sourceUuid {$sourceUuid} net krije: {$errorMessage}.
1128
1143
1129
1144
## Toggle buttons in the top right corner of the bottom box
.specialMessage = Le URL que tu tentava attinger non ha essite recognoscite.
44
44
45
+
## Backtrace
46
+
## This is used to display a backtrace (call stack) for a marker or sample.
47
+
48
+
# Variables:
49
+
# $function (String) - Name of the function that was inlined.
50
+
Backtrace--inlining-badge = (incorporate)
51
+
.title = {$function} era incorporate in su appellator per le compilator.
52
+
45
53
## CallNodeContextMenu
46
54
## This is used as a context menu for the Call Tree, Flame Graph and Stack Chart
47
55
## panels.
@@ -1108,6 +1116,13 @@ SourceView--not-in-archive-error-when-obtaining-source = Le file { $pathInArchiv
1108
1116
# $url (String) - The URL from which the "archive" file was downloaded.
1109
1117
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1110
1118
SourceView--archive-parsing-error-when-obtaining-source = Le archivo a {$url} non pote esser tractate: {$parsingErrorMessage}
1119
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1120
+
# the browser.
1121
+
# Variables:
1122
+
# $url (String) - The URL of the JS source file.
1123
+
# $sourceUuid (number) - The UUID of the JS source file.
1124
+
# $errorMessage (String) - The raw internal error message, not localized
1125
+
SourceView--not-in-browser-error-when-obtaining-js-source = Il browser non succedeva obtener le file fonte pro {$url} con sourceUuid {$sourceUuid}: {$errorMessage}.
1111
1126
1112
1127
## Toggle buttons in the top right corner of the bottom box
Copy file name to clipboardExpand all lines: locales/it/app.ftl
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,14 @@ AppViewRouter--error-from-localhost-url-safari = A causa di una <a>limitazione s
39
39
AppViewRouter--route-not-found--home =
40
40
.specialMessage = L’URL che hai cercato di raggiungere non è stato riconosciuto.
41
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 = (incorporata)
48
+
.title = {$function} è stata incorporata nel chiamante dal compilatore.
49
+
42
50
## CallNodeContextMenu
43
51
## This is used as a context menu for the Call Tree, Flame Graph and Stack Chart
44
52
## panels.
@@ -1037,6 +1045,13 @@ SourceView--not-in-archive-error-when-obtaining-source = Il file { $pathInArchiv
1037
1045
# $url (String) - The URL from which the "archive" file was downloaded.
1038
1046
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1039
1047
SourceView--archive-parsing-error-when-obtaining-source = Impossibile analizzare l’archivio in {$url}: {$parsingErrorMessage}
1048
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1049
+
# the browser.
1050
+
# Variables:
1051
+
# $url (String) - The URL of the JS source file.
1052
+
# $sourceUuid (number) - The UUID of the JS source file.
1053
+
# $errorMessage (String) - The raw internal error message, not localized
1054
+
SourceView--not-in-browser-error-when-obtaining-js-source = Il browser non è riuscito a ottenere il file sorgente per {$url} con sourceUuid {$sourceUuid}: {$errorMessage}.
1040
1055
1041
1056
## Toggle buttons in the top right corner of the bottom box
.specialMessage = De URL die u probeerde te bereiken, werd niet herkend.
44
44
45
+
## Backtrace
46
+
## This is used to display a backtrace (call stack) for a marker or sample.
47
+
48
+
# Variables:
49
+
# $function (String) - Name of the function that was inlined.
50
+
Backtrace--inlining-badge = (inline geplaatst)
51
+
.title = {$function} is door de compiler inline in de aanroepomgeving geplaatst
52
+
45
53
## CallNodeContextMenu
46
54
## This is used as a context menu for the Call Tree, Flame Graph and Stack Chart
47
55
## panels.
@@ -1125,6 +1133,13 @@ SourceView--not-in-archive-error-when-obtaining-source = Het bestand { $pathInAr
1125
1133
# $url (String) - The URL from which the "archive" file was downloaded.
1126
1134
# $parsingErrorMessage (String) - The raw internal error message during parsing, not localized
1127
1135
SourceView--archive-parsing-error-when-obtaining-source = Het archief op {$url} kan niet worden ontleed: {$parsingErrorMessage}
1136
+
# Displayed below SourceView--cannot-obtain-source, if a JS file could not be found in
1137
+
# the browser.
1138
+
# Variables:
1139
+
# $url (String) - The URL of the JS source file.
1140
+
# $sourceUuid (number) - The UUID of the JS source file.
1141
+
# $errorMessage (String) - The raw internal error message, not localized
1142
+
SourceView--not-in-browser-error-when-obtaining-js-source = De browser kon het bronbestand voor {$url} met sourceUuid {$sourceUuid} niet verkrijgen: {$errorMessage}.
1128
1143
1129
1144
## Toggle buttons in the top right corner of the bottom box
0 commit comments