profile-viewer 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/dist/{f0599659345cf76717cd.svg → 118632062f4755918dac.svg} +1 -1
- data/dist/{79eaad4fc0c398100809.svg → 3a829bf1fcf02598aa4b.svg} +1 -1
- data/dist/{874.2a087b9b5a296a9c3fcd.bundle.js → 874.ca7a11f56438ad874b9d.bundle.js} +2 -2
- data/dist/874.ca7a11f56438ad874b9d.bundle.js.map +1 -0
- data/dist/8846b19a497771fe0e9d.svg +4 -0
- data/dist/docs/memory-allocations.md +28 -6
- data/dist/index.html +1 -1
- data/dist/locales/de/app.ftl +11 -0
- data/dist/locales/el/app.ftl +2 -0
- data/dist/locales/en-CA/app.ftl +6 -0
- data/dist/locales/en-GB/app.ftl +11 -0
- data/dist/locales/en-US/app.ftl +10 -0
- data/dist/locales/es-CL/app.ftl +2 -0
- data/dist/locales/fr/app.ftl +46 -0
- data/dist/locales/fy-NL/app.ftl +11 -0
- data/dist/locales/ia/app.ftl +2 -0
- data/dist/locales/it/app.ftl +5 -0
- data/dist/locales/kab/app.ftl +7 -0
- data/dist/locales/nl/app.ftl +11 -0
- data/dist/locales/pt-BR/app.ftl +5 -0
- data/dist/locales/ru/app.ftl +11 -0
- data/dist/locales/sv-SE/app.ftl +2 -0
- data/dist/locales/tr/app.ftl +38 -0
- data/dist/locales/uk/app.ftl +2 -0
- data/dist/locales/zh-CN/app.ftl +5 -0
- data/dist/locales/zh-TW/app.ftl +52 -47
- data/dist/main.89ba95fadf0fbee4977a.bundle.js +201 -0
- data/dist/main.89ba95fadf0fbee4977a.bundle.js.map +1 -0
- data/dist/photon/{f0599659345cf76717cd.svg → 118632062f4755918dac.svg} +1 -1
- data/dist/photon/index.html +1 -1
- data/dist/photon/{main.aafbcdad3fb08c7ae5b4.bundle.js → main.fa2aec5d6b214ac1cdb3.bundle.js} +2 -2
- data/dist/photon/{main.aafbcdad3fb08c7ae5b4.bundle.js.map → main.fa2aec5d6b214ac1cdb3.bundle.js.map} +1 -1
- data/dist/sw.js +1 -1
- data/dist/sw.js.map +1 -1
- data/ruby-bin/profile-viewer-version.rb +1 -1
- metadata +14 -17
- data/dist/874.2a087b9b5a296a9c3fcd.bundle.js.map +0 -1
- data/dist/b805360fcc91834556c9.svg +0 -4
- data/dist/main.ac7130d34ce3b872712a.bundle.js +0 -201
- data/dist/main.ac7130d34ce3b872712a.bundle.js.map +0 -1
- /data/dist/{main.ac7130d34ce3b872712a.bundle.js.LICENSE.txt → main.89ba95fadf0fbee4977a.bundle.js.LICENSE.txt} +0 -0
@@ -0,0 +1,4 @@
|
|
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
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 16 16"><path fill="#000" d="M14.354 2.353l-.708-.707a2.007 2.007 0 0 0-2.828 0l-.379.379a.5.5 0 0 0 0 .707l2.829 2.829a.5.5 0 0 0 .707 0l.379-.379a2.008 2.008 0 0 0 0-2.829zM9.732 3.439a.5.5 0 0 0-.707 0L3.246 9.218a1.986 1.986 0 0 0-.452.712l-1.756 4.39A.5.5 0 0 0 1.5 15a.5.5 0 0 0 .188-.037l4.382-1.752a1.966 1.966 0 0 0 .716-.454l5.779-5.778a.5.5 0 0 0 0-.707zM5.161 12.5l-2.549 1.02a.1.1 0 0 1-.13-.13L3.5 10.831a.1.1 0 0 1 .16-.031l1.54 1.535a.1.1 0 0 1-.039.165z"></path></svg>
|
@@ -1,10 +1,11 @@
|
|
1
1
|
# Memory Allocations
|
2
2
|
|
3
|
-
The Firefox Profiler supports
|
3
|
+
The Firefox Profiler supports different types of memory profiling
|
4
4
|
|
5
5
|
1. Memory Track
|
6
|
-
2. Native Allocations
|
7
|
-
3. JavaScript Allocations
|
6
|
+
2. Native Allocations
|
7
|
+
3. JavaScript Allocations
|
8
|
+
4. Valgrind DHAT Profiles
|
8
9
|
|
9
10
|
## Memory Track
|
10
11
|
|
@@ -14,9 +15,9 @@ The memory track graphs overall allocation and deallocation numbers over time fo
|
|
14
15
|
|
15
16
|
The graph visualization tracks the relative memory usage over the committed range of time. It's important to note that this is not absolute memory usage. The graph and numbers will change when committing a range selection.
|
16
17
|
|
17
|
-
## Native Memory Allocations
|
18
|
+
## Native Memory Allocations
|
18
19
|
|
19
|
-
The profiler has
|
20
|
+
The profiler has support for analyzing allocations in native code (C++ and Rust) via stack sampling. These features require Nightly. To follow along you can open this [example showing DevTools opening and closing](https://perfht.ml/2LKZsfY)
|
20
21
|
|
21
22
|
The Native Allocations feature works by collecting the stack and size of memory allocations from native (C++ or Rust) code. It does not collect every allocation, but only samples a subset of them. The sampling is biased towards larger allocations and larger frees. Larger allocations are more likely show up in the profile, and will most likely be more representative of the actual memory usage. Keep in mind that since these allocations are only sampled, not all allocations will be recorded. This means that memory track (the orange graph at the top) will most likely report different numbers for memory usage.
|
22
23
|
|
@@ -63,8 +64,29 @@ This option shows all of the deallocations that were sampled. Keep in mind that
|
|
63
64
|
|
64
65
|
Some components inside of Gecko may implement their own memory management systems, and bypass the usage of system-level functions like `malloc` that are instrumented with this feature. For instance, some code could create a large buffer, and manage its own memory inside of that buffer. This feature would know about the allocation of the larger chunk of memory, but not how smaller allocations could be created inside of that buffer of memory. If this happens, information could be missing or misleading.
|
65
66
|
|
66
|
-
## JavaScript Allocations
|
67
|
+
## JavaScript Allocations
|
67
68
|
|
68
69
|
There is also a JavaScript-only allocation feature. This may be less useful as it only samples the creation of JS objects, and does not track garbage collection or frees. In fact, the Native Allocations feature is a superset of the JavaScript allocations feature, and includes the JavaScript stack information. Enable this through the `Features` section of the popup.
|
69
70
|
|
70
71
|
![A screenshot of the call tree showing JS.](images/allocation-js.png)
|
72
|
+
|
73
|
+
## Valgrind's "Dynamic Heap Analysis Tool" DHAT
|
74
|
+
|
75
|
+
When working outside of Firefox, you can use [Valgrind's DHAT tool](https://valgrind.org/docs/manual/dh-manual.html). DHAT has its own viewer, but it lacks some of the visualization and filtering capabilities of the Firefox Profiler. The converted profile will lack some of the finer details like read, write, and access information, but it does contain the amount of bytes allocated. On a Linux system (or even a Linux docker image), you can install it via:
|
76
|
+
|
77
|
+
```sh
|
78
|
+
sudo apt-get install valgrind
|
79
|
+
```
|
80
|
+
|
81
|
+
Then run your command:
|
82
|
+
|
83
|
+
```
|
84
|
+
valgrind --tool=dhat ./my-program
|
85
|
+
```
|
86
|
+
|
87
|
+
A dhat profile will be output in the same directory as your program: `dhat.out.<pid>`. Drag that file into the profiler to view it. There will be 4 tracks containing the memory information. Only the call tree and flame graph are supported.
|
88
|
+
|
89
|
+
* **Bytes at End** - Allocations that were never freed when the program ended.
|
90
|
+
* **Bytes at Global Max** - Bytes allocated when the global heap size peaked.
|
91
|
+
* **Maximum Bytes** - The maximum bytes allocated at that call site at one time.
|
92
|
+
* **Total Bytes** - The total bytes allocated over the course of the program.
|
data/dist/index.html
CHANGED
@@ -1 +1 @@
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="initial-scale=1"/><title>Firefox Profiler</title><link rel="preload" href="locales/en-US/app.ftl" as="fetch"/><link rel="icon" href="/
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="initial-scale=1"/><title>Firefox Profiler</title><link rel="preload" href="locales/en-US/app.ftl" as="fetch"/><link rel="icon" href="/favicon.png"><script defer="defer" src="/main.89ba95fadf0fbee4977a.bundle.js"></script></head><body style="background-color: #363959; /* ink-70 */"><div id="root"></div><div id="root-overlay"></div></body></html>
|
data/dist/locales/de/app.ftl
CHANGED
@@ -30,6 +30,7 @@ AppHeader--github-icon =
|
|
30
30
|
## AppViewRouter
|
31
31
|
## This is used for displaying errors when loading the application.
|
32
32
|
|
33
|
+
AppViewRouter--error-from-post-message = Das Profil konnte nicht importiert werden.
|
33
34
|
AppViewRouter--error-unpublished = Das Profil von { -firefox-brand-name } konnte nicht abgerufen werden.
|
34
35
|
AppViewRouter--error-from-file = Die Datei konnte nicht gelesen oder das darin enthaltene Profil nicht verarbeitet werden.
|
35
36
|
AppViewRouter--error-local = Noch nicht implementiert.
|
@@ -318,6 +319,15 @@ Home--load-files-from-other-tools2 =
|
|
318
319
|
<perf>Linux perf</perf>, <simpleperf>Android SimplePerf</simpleperf>, die
|
319
320
|
Chrome Performance Panel, <androidstudio>Android Studio</androidstudio> oder
|
320
321
|
eine Datei im <dhat>dhat-Format</dhat> oder <traceevent>Googles Trace-Event-Format</traceevent>. <write>Erfahren Sie, wie Sie Ihren eigenen Importeur schreiben</write>.
|
322
|
+
Home--install-chrome-extension = Installieren Sie die Chrome-Erweiterung
|
323
|
+
Home--chrome-extension-instructions =
|
324
|
+
Verwenden Sie die <a>{ -profiler-brand-name }-Erweiterung für Chrome</a>,
|
325
|
+
um Leistungsprofile in Chrome zu erfassen und im { -profiler-brand-name }
|
326
|
+
zu analysieren. Installieren Sie die Erweiterung aus dem Chrome Web Store.
|
327
|
+
Home--chrome-extension-recording-instructions =
|
328
|
+
Verwenden Sie nach der Installation das Symbolleisten-Symbol der Erweiterung
|
329
|
+
oder die Tastenkombinationen zum Starten und Stoppen der Profilerstellung. Sie können auch
|
330
|
+
Profile exportieren und hier zur detaillierten Analyse laden.
|
321
331
|
|
322
332
|
## IdleSearchField
|
323
333
|
## The component that is used for all the search inputs in the application.
|
@@ -651,6 +661,7 @@ ProfileFilterNavigator--full-range-with-duration = Vollständiger Zeitraum ({ $f
|
|
651
661
|
|
652
662
|
## Profile Loader Animation
|
653
663
|
|
664
|
+
ProfileLoaderAnimation--loading-from-post-message = Das Profil wird importiert und verarbeitet…
|
654
665
|
ProfileLoaderAnimation--loading-unpublished = Das Profil wird direkt von { -firefox-brand-name } importiert…
|
655
666
|
ProfileLoaderAnimation--loading-from-file = Datei lesen und Profil verarbeiten…
|
656
667
|
ProfileLoaderAnimation--loading-local = Noch nicht implementiert.
|
data/dist/locales/el/app.ftl
CHANGED
@@ -30,6 +30,7 @@ AppHeader--github-icon =
|
|
30
30
|
## AppViewRouter
|
31
31
|
## This is used for displaying errors when loading the application.
|
32
32
|
|
33
|
+
AppViewRouter--error-from-post-message = Δεν ήταν δυνατή η εισαγωγή του προφίλ.
|
33
34
|
AppViewRouter--error-unpublished = Δεν ήταν δυνατή η ανάκτηση του προφίλ από το { -firefox-brand-name }.
|
34
35
|
AppViewRouter--error-from-file = Δεν ήταν δυνατή η ανάγνωση του αρχείου ή η ανάλυση του προφίλ σε αυτό.
|
35
36
|
AppViewRouter--error-local = Δεν έχει υλοποιηθεί ακόμα.
|
@@ -670,6 +671,7 @@ ProfileFilterNavigator--full-range-with-duration = Πλήρες εύρος ({ $f
|
|
670
671
|
|
671
672
|
## Profile Loader Animation
|
672
673
|
|
674
|
+
ProfileLoaderAnimation--loading-from-post-message = Εισαγωγή και επεξεργασία προφίλ…
|
673
675
|
ProfileLoaderAnimation--loading-unpublished = Εισαγωγή προφίλ απευθείας από το { -firefox-brand-name }…
|
674
676
|
ProfileLoaderAnimation--loading-from-file = Ανάγνωση αρχείου και επεξεργασία προφίλ…
|
675
677
|
ProfileLoaderAnimation--loading-local = Δεν έχει υλοποιηθεί ακόμα.
|
data/dist/locales/en-CA/app.ftl
CHANGED
@@ -30,6 +30,7 @@ AppHeader--github-icon =
|
|
30
30
|
## AppViewRouter
|
31
31
|
## This is used for displaying errors when loading the application.
|
32
32
|
|
33
|
+
AppViewRouter--error-from-post-message = Could not import the profile.
|
33
34
|
AppViewRouter--error-unpublished = Couldn’t retrieve the profile from { -firefox-brand-name }.
|
34
35
|
AppViewRouter--error-from-file = Couldn’t read the file or parse the profile in it.
|
35
36
|
AppViewRouter--error-local = Not implemented yet.
|
@@ -680,6 +681,7 @@ ProfileFilterNavigator--full-range-with-duration = Full Range ({ $fullRangeDurat
|
|
680
681
|
|
681
682
|
## Profile Loader Animation
|
682
683
|
|
684
|
+
ProfileLoaderAnimation--loading-from-post-message = Importing and processing the profile…
|
683
685
|
ProfileLoaderAnimation--loading-unpublished = Importing the profile directly from { -firefox-brand-name }…
|
684
686
|
ProfileLoaderAnimation--loading-from-file = Reading the file and processing the profile…
|
685
687
|
ProfileLoaderAnimation--loading-local = Not implemented yet.
|
@@ -778,6 +780,10 @@ TrackContextMenu--hide-other-screenshots-tracks = Hide other Screenshots tracks
|
|
778
780
|
TrackContextMenu--hide-track = Hide “{ $trackName }”
|
779
781
|
TrackContextMenu--show-all-tracks = Show all tracks
|
780
782
|
TrackContextMenu--show-local-tracks-in-process = Show all tracks in this process
|
783
|
+
# This is used as the context menu item to hide all tracks of the selected track's type.
|
784
|
+
# Variables:
|
785
|
+
# $type (String) - Name of the type of selected track to hide.
|
786
|
+
TrackContextMenu--hide-all-tracks-by-selected-track-type = Hide all tracks of type “{ $type }”
|
781
787
|
# This is used in the tracks context menu as a button to show all the tracks
|
782
788
|
# that match the search filter.
|
783
789
|
TrackContextMenu--show-all-matching-tracks = Show all matching tracks
|
data/dist/locales/en-GB/app.ftl
CHANGED
@@ -30,6 +30,7 @@ AppHeader--github-icon =
|
|
30
30
|
## AppViewRouter
|
31
31
|
## This is used for displaying errors when loading the application.
|
32
32
|
|
33
|
+
AppViewRouter--error-from-post-message = Could not import the profile.
|
33
34
|
AppViewRouter--error-unpublished = Couldn’t retrieve the profile from { -firefox-brand-name }.
|
34
35
|
AppViewRouter--error-from-file = Couldn’t read the file or parse the profile in it.
|
35
36
|
AppViewRouter--error-local = Not implemented yet.
|
@@ -342,6 +343,15 @@ Home--load-files-from-other-tools2 =
|
|
342
343
|
any file using the <dhat>dhat format</dhat> or <traceevent>Google’s Trace Event
|
343
344
|
Format</traceevent>. <write>Learn how to write your
|
344
345
|
own importer</write>.
|
346
|
+
Home--install-chrome-extension = Install the Chrome extension
|
347
|
+
Home--chrome-extension-instructions =
|
348
|
+
Use the <a>{ -profiler-brand-name } extension for Chrome</a>
|
349
|
+
to capture performance profiles in Chrome and analyse them in the
|
350
|
+
{ -profiler-brand-name }. Install the extension from the Chrome Web Store.
|
351
|
+
Home--chrome-extension-recording-instructions =
|
352
|
+
Once installed, use the extension’s
|
353
|
+
toolbar icon or the shortcuts to start and stop profiling. You can also
|
354
|
+
export profiles and load them here for detailed analysis.
|
345
355
|
|
346
356
|
## IdleSearchField
|
347
357
|
## The component that is used for all the search inputs in the application.
|
@@ -675,6 +685,7 @@ ProfileFilterNavigator--full-range-with-duration = Full Range ({ $fullRangeDurat
|
|
675
685
|
|
676
686
|
## Profile Loader Animation
|
677
687
|
|
688
|
+
ProfileLoaderAnimation--loading-from-post-message = Importing and processing the profile…
|
678
689
|
ProfileLoaderAnimation--loading-unpublished = Importing the profile directly from { -firefox-brand-name }…
|
679
690
|
ProfileLoaderAnimation--loading-from-file = Reading the file and processing the profile…
|
680
691
|
ProfileLoaderAnimation--loading-local = Not implemented yet.
|
data/dist/locales/en-US/app.ftl
CHANGED
@@ -27,6 +27,7 @@ AppHeader--github-icon =
|
|
27
27
|
## AppViewRouter
|
28
28
|
## This is used for displaying errors when loading the application.
|
29
29
|
|
30
|
+
AppViewRouter--error-from-post-message = Could not import the profile.
|
30
31
|
AppViewRouter--error-unpublished = Couldn’t retrieve the profile from { -firefox-brand-name }.
|
31
32
|
AppViewRouter--error-from-file = Couldn’t read the file or parse the profile in it.
|
32
33
|
AppViewRouter--error-local = Not implemented yet.
|
@@ -364,6 +365,14 @@ Home--load-files-from-other-tools2 =
|
|
364
365
|
Format</traceevent>. <write>Learn how to write your
|
365
366
|
own importer</write>.
|
366
367
|
|
368
|
+
Home--install-chrome-extension = Install the Chrome extension
|
369
|
+
Home--chrome-extension-instructions = Use the <a>{ -profiler-brand-name } extension for Chrome</a>
|
370
|
+
to capture performance profiles in Chrome and analyze them in the
|
371
|
+
{ -profiler-brand-name }. Install the extension from the Chrome Web Store.
|
372
|
+
Home--chrome-extension-recording-instructions = Once installed, use the extension’s
|
373
|
+
toolbar icon or the shortcuts to start and stop profiling. You can also
|
374
|
+
export profiles and load them here for detailed analysis.
|
375
|
+
|
367
376
|
## IdleSearchField
|
368
377
|
## The component that is used for all the search inputs in the application.
|
369
378
|
|
@@ -727,6 +736,7 @@ ProfileFilterNavigator--full-range-with-duration = Full Range ({ $fullRangeDurat
|
|
727
736
|
|
728
737
|
## Profile Loader Animation
|
729
738
|
|
739
|
+
ProfileLoaderAnimation--loading-from-post-message = Importing and processing the profile…
|
730
740
|
ProfileLoaderAnimation--loading-unpublished = Importing the profile directly from { -firefox-brand-name }…
|
731
741
|
ProfileLoaderAnimation--loading-from-file = Reading the file and processing the profile…
|
732
742
|
ProfileLoaderAnimation--loading-local = Not implemented yet.
|
data/dist/locales/es-CL/app.ftl
CHANGED
@@ -30,6 +30,7 @@ AppHeader--github-icon =
|
|
30
30
|
## AppViewRouter
|
31
31
|
## This is used for displaying errors when loading the application.
|
32
32
|
|
33
|
+
AppViewRouter--error-from-post-message = No se pudo importar el perfil.
|
33
34
|
AppViewRouter--error-unpublished = No se pudo recuperar el perfil de { -firefox-brand-name }.
|
34
35
|
AppViewRouter--error-from-file = No se pudo leer el archivo ni analizar el perfil que contiene.
|
35
36
|
AppViewRouter--error-local = Aún no se ha implementado.
|
@@ -607,6 +608,7 @@ ProfileFilterNavigator--full-range-with-duration = Rango completo ({ $fullRangeD
|
|
607
608
|
|
608
609
|
## Profile Loader Animation
|
609
610
|
|
611
|
+
ProfileLoaderAnimation--loading-from-post-message = Importando y procesando el perfil…
|
610
612
|
ProfileLoaderAnimation--loading-unpublished = Importando el perfil directamente desde { -firefox-brand-name }…
|
611
613
|
ProfileLoaderAnimation--loading-from-file = Leyendo el archivo y procesando el perfil…
|
612
614
|
ProfileLoaderAnimation--loading-local = Aún no se ha implementado.
|
data/dist/locales/fr/app.ftl
CHANGED
@@ -30,6 +30,7 @@ AppHeader--github-icon =
|
|
30
30
|
## AppViewRouter
|
31
31
|
## This is used for displaying errors when loading the application.
|
32
32
|
|
33
|
+
AppViewRouter--error-from-post-message = Impossible d’importer le profil.
|
33
34
|
AppViewRouter--error-unpublished = Impossible de récupérer le profil depuis { -firefox-brand-name }.
|
34
35
|
AppViewRouter--error-from-file = Impossible de lire le fichier ou d’analyser le profil qu’il contient.
|
35
36
|
AppViewRouter--error-local = Pas encore implémenté.
|
@@ -142,6 +143,30 @@ CallTreeSidebar--call-node-details = Détails du nœud d’appel
|
|
142
143
|
## in the functions it called. "Running time" is the time spent in the function
|
143
144
|
## itself, including the time spent in the functions it called.
|
144
145
|
|
146
|
+
CallTreeSidebar--traced-running-time =
|
147
|
+
.label = Temps d’exécution tracé
|
148
|
+
CallTreeSidebar--traced-self-time =
|
149
|
+
.label = Temps individuel tracé
|
150
|
+
CallTreeSidebar--running-time =
|
151
|
+
.label = Temps d’exécution
|
152
|
+
CallTreeSidebar--self-time =
|
153
|
+
.label = Temps individuel
|
154
|
+
CallTreeSidebar--running-samples =
|
155
|
+
.label = Échantillons totaux
|
156
|
+
CallTreeSidebar--self-samples =
|
157
|
+
.label = Échantillons individuels
|
158
|
+
CallTreeSidebar--running-size =
|
159
|
+
.label = Taille totale
|
160
|
+
CallTreeSidebar--self-size =
|
161
|
+
.label = Taille individuelle
|
162
|
+
CallTreeSidebar--categories = Catégories
|
163
|
+
CallTreeSidebar--implementation = Implémentation
|
164
|
+
CallTreeSidebar--running-milliseconds = Millisecondes totales
|
165
|
+
CallTreeSidebar--running-sample-count = Nombre d’échantillons total
|
166
|
+
CallTreeSidebar--running-bytes = Octets totaux
|
167
|
+
CallTreeSidebar--self-milliseconds = Millisecondes individuelles
|
168
|
+
CallTreeSidebar--self-sample-count = Nombre d’échantillons individuels
|
169
|
+
CallTreeSidebar--self-bytes = Octets individuels
|
145
170
|
|
146
171
|
## CompareHome
|
147
172
|
## This is used in the page to compare two profiles.
|
@@ -577,6 +602,7 @@ ProfileFilterNavigator--full-range-with-duration = Plage entière ({ $fullRangeD
|
|
577
602
|
|
578
603
|
## Profile Loader Animation
|
579
604
|
|
605
|
+
ProfileLoaderAnimation--loading-from-post-message = Importation et traitement du profil…
|
580
606
|
ProfileLoaderAnimation--loading-unpublished = Importation du profil directement depuis { -firefox-brand-name }…
|
581
607
|
ProfileLoaderAnimation--loading-from-file = Lecture du fichier et traitement du profil…
|
582
608
|
ProfileLoaderAnimation--loading-local = Pas encore implémenté.
|
@@ -655,6 +681,7 @@ TabBar--js-tracer-tab = Traceur JS
|
|
655
681
|
## range at the top left corner for profiler analysis view. It's used to switch
|
656
682
|
## between tabs that were captured in the profile.
|
657
683
|
|
684
|
+
TabSelectorMenu--all-tabs-and-windows = Tous les onglets et fenêtres
|
658
685
|
|
659
686
|
## TrackContextMenu
|
660
687
|
## This is used as a context menu for timeline to organize the tracks in the
|
@@ -672,6 +699,10 @@ TrackContextMenu--hide-other-screenshots-tracks = Masquer les autres pistes de c
|
|
672
699
|
TrackContextMenu--hide-track = Masquer « { $trackName } »
|
673
700
|
TrackContextMenu--show-all-tracks = Afficher toutes les pistes
|
674
701
|
TrackContextMenu--show-local-tracks-in-process = Afficher toutes les pistes de ce processus
|
702
|
+
# This is used as the context menu item to hide all tracks of the selected track's type.
|
703
|
+
# Variables:
|
704
|
+
# $type (String) - Name of the type of selected track to hide.
|
705
|
+
TrackContextMenu--hide-all-tracks-by-selected-track-type = Masquer les pistes de type « { $type } »
|
675
706
|
# This is used in the tracks context menu as a button to show all the tracks
|
676
707
|
# that match the search filter.
|
677
708
|
TrackContextMenu--show-all-matching-tracks = Afficher toutes les pistes correspondantes
|
@@ -724,6 +755,21 @@ TrackPower--tooltip-power-watt = { $value } W
|
|
724
755
|
# $value (String) - the power value at this location
|
725
756
|
TrackPower--tooltip-power-milliwatt = { $value } mW
|
726
757
|
.label = Puissance
|
758
|
+
# This is used in the tooltip when the power value uses the kilowatt unit.
|
759
|
+
# Variables:
|
760
|
+
# $value (String) - the power value at this location
|
761
|
+
TrackPower--tooltip-average-power-kilowatt = { $value } kW
|
762
|
+
.label = Puissance moyenne pour la sélection actuelle
|
763
|
+
# This is used in the tooltip when the power value uses the watt unit.
|
764
|
+
# Variables:
|
765
|
+
# $value (String) - the power value at this location
|
766
|
+
TrackPower--tooltip-average-power-watt = { $value } W
|
767
|
+
.label = Puissance moyenne pour la sélection actuelle
|
768
|
+
# This is used in the tooltip when the instant power value uses the milliwatt unit.
|
769
|
+
# Variables:
|
770
|
+
# $value (String) - the power value at this location
|
771
|
+
TrackPower--tooltip-average-power-milliwatt = { $value } mW
|
772
|
+
.label = Puissance moyenne pour la sélection actuelle
|
727
773
|
# This is used in the tooltip when the energy used in the current range uses the
|
728
774
|
# kilowatt-hour unit.
|
729
775
|
# Variables:
|
data/dist/locales/fy-NL/app.ftl
CHANGED
@@ -30,6 +30,7 @@ AppHeader--github-icon =
|
|
30
30
|
## AppViewRouter
|
31
31
|
## This is used for displaying errors when loading the application.
|
32
32
|
|
33
|
+
AppViewRouter--error-from-post-message = Koe it profyl net ymportearje.
|
33
34
|
AppViewRouter--error-unpublished = Kin it profyl net ophelje fan { -firefox-brand-name }.
|
34
35
|
AppViewRouter--error-from-file = Kin it bestân net lêze of it profyl deryn ûntlede.
|
35
36
|
AppViewRouter--error-local = Noch net ymplemintearre.
|
@@ -342,6 +343,15 @@ Home--load-files-from-other-tools2 =
|
|
342
343
|
elk bestân mei it <dhat>dhat-formaat</dhat> of de <traceevent>Trace Event-yndieling
|
343
344
|
fan Google</traceevent> brûkt. <write>Lês hoe’t jo jo
|
344
345
|
eigen ymportearder skriuwe</write>.
|
346
|
+
Home--install-chrome-extension = De Chrome-útwreiding ynstallearje
|
347
|
+
Home--chrome-extension-instructions =
|
348
|
+
Brûk de <a>{ -profiler-brand-name }-útwreiding foar Chrome</a>
|
349
|
+
om prestaasjeprofilen yn Chrome fêst te lizzen en se yn de
|
350
|
+
{ -profiler-brand-name } te analysearjen. Ynstallearje de útwreiding fan de Chrome Web Store út.
|
351
|
+
Home--chrome-extension-recording-instructions =
|
352
|
+
Brûk nei ynstallaasje it arkbalkepiktogram fan de
|
353
|
+
útwreiding of de fluchkeppelingen om it profilearjen te starten en te stopjen. Jo kinne ek
|
354
|
+
profilen eksportearje en dizze hjir lade foar detaillearre analyze.
|
345
355
|
|
346
356
|
## IdleSearchField
|
347
357
|
## The component that is used for all the search inputs in the application.
|
@@ -675,6 +685,7 @@ ProfileFilterNavigator--full-range-with-duration = Folslein berik ({ $fullRangeD
|
|
675
685
|
|
676
686
|
## Profile Loader Animation
|
677
687
|
|
688
|
+
ProfileLoaderAnimation--loading-from-post-message = Profyl ymportearje en ferwurkje…
|
678
689
|
ProfileLoaderAnimation--loading-unpublished = Profyl streekrjocht fan { -firefox-brand-name } út ymportearje…
|
679
690
|
ProfileLoaderAnimation--loading-from-file = It bestân lêze en it profyl ferwurkje…
|
680
691
|
ProfileLoaderAnimation--loading-local = Noch net ymplemintearre.
|
data/dist/locales/ia/app.ftl
CHANGED
@@ -30,6 +30,7 @@ AppHeader--github-icon =
|
|
30
30
|
## AppViewRouter
|
31
31
|
## This is used for displaying errors when loading the application.
|
32
32
|
|
33
|
+
AppViewRouter--error-from-post-message = Impossibile importar le profilo.
|
33
34
|
AppViewRouter--error-unpublished = Impossibile recuperar le profilo de { -firefox-brand-name }.
|
34
35
|
AppViewRouter--error-from-file = Impossibile leger le file o tractar le profilo in illo.
|
35
36
|
AppViewRouter--error-local = Non ancora implementate.
|
@@ -664,6 +665,7 @@ ProfileFilterNavigator--full-range-with-duration = Intervallo complete ({ $fullR
|
|
664
665
|
|
665
666
|
## Profile Loader Animation
|
666
667
|
|
668
|
+
ProfileLoaderAnimation--loading-from-post-message = Importation e elaboration de profilo…
|
667
669
|
ProfileLoaderAnimation--loading-unpublished = Importation del profilo directemente de { -firefox-brand-name }…
|
668
670
|
ProfileLoaderAnimation--loading-from-file = Lectura del file e elaboration del profilo…
|
669
671
|
ProfileLoaderAnimation--loading-local = Non ancora implementate.
|
data/dist/locales/it/app.ftl
CHANGED
@@ -30,6 +30,7 @@ AppHeader--github-icon =
|
|
30
30
|
## AppViewRouter
|
31
31
|
## This is used for displaying errors when loading the application.
|
32
32
|
|
33
|
+
AppViewRouter--error-from-post-message = Impossibile importare il profilo.
|
33
34
|
AppViewRouter--error-unpublished = Impossibile recuperare il profilo da { -firefox-brand-name }.
|
34
35
|
AppViewRouter--error-from-file = Impossibile leggere il file o analizzare il profilo in esso contenuto.
|
35
36
|
AppViewRouter--error-local = Non ancora implementato.
|
@@ -260,6 +261,9 @@ Home--your-recent-uploaded-recordings-title = Le tue registrazioni caricate di r
|
|
260
261
|
Home--load-files-from-other-tools2 =
|
261
262
|
{ -profiler-brand-name } può anche importare profili da altri profiler, come <perf>Linux perf</perf>, <simpleperf>Android SimplePerf</simpleperf>, il
|
262
263
|
pannello prestazioni di Chrome, <androidstudio>Android Studio</androidstudio> o qualsiasi file che utilizzi il <dhat>formato dhat</dhat> o <traceevent>Trace Event di Google</traceevent>. <write>Scopri come creare uno strumento di importazione</write>.
|
264
|
+
Home--install-chrome-extension = Installa l’estensione per Chrome
|
265
|
+
Home--chrome-extension-instructions = Utilizza l’estensione <a>{ -profiler-brand-name } per Chrome</a> per acquisire i profili delle prestazioni in Chrome e analizzarli in { -profiler-brand-name }. Installa l’estensione dal Chrome Web Store.
|
266
|
+
Home--chrome-extension-recording-instructions = Una volta installata, utilizza l’icona dell’estensione nella barra degli strumenti o le scorciatoie per avviare e interrompere la profilazione. Puoi anche esportare i profili e caricarli qui per un’analisi dettagliata.
|
263
267
|
|
264
268
|
## IdleSearchField
|
265
269
|
## The component that is used for all the search inputs in the application.
|
@@ -595,6 +599,7 @@ ProfileFilterNavigator--full-range-with-duration = Intervallo completo ({ $fullR
|
|
595
599
|
|
596
600
|
## Profile Loader Animation
|
597
601
|
|
602
|
+
ProfileLoaderAnimation--loading-from-post-message = Importazione ed elaborazione del profilo in corso…
|
598
603
|
ProfileLoaderAnimation--loading-unpublished = Importazione del profilo direttamente da { -firefox-brand-name }…
|
599
604
|
ProfileLoaderAnimation--loading-from-file = Lettura del file e analisi del profilo…
|
600
605
|
ProfileLoaderAnimation--loading-local = Non ancora implementato.
|
data/dist/locales/kab/app.ftl
CHANGED
@@ -79,6 +79,7 @@ CallNodeContextMenu--copy-stack = Nqel tanebdant
|
|
79
79
|
## This is the sidebar component that is used in Call Tree and Flame Graph panels.
|
80
80
|
|
81
81
|
CallTreeSidebar--select-a-node = Fren takerrist i uskan n talɣut fell-as.
|
82
|
+
CallTreeSidebar--call-node-details = Talqayt n tkerrist n usiwel
|
82
83
|
|
83
84
|
## CallTreeSidebar timing information
|
84
85
|
##
|
@@ -434,6 +435,12 @@ StackSettings--show-user-timing = Sken tanzagt n useqdac
|
|
434
435
|
TabBar--calltree-tab = Aseklu n usiwel
|
435
436
|
TabBar--network-tab = Aẓeṭṭa
|
436
437
|
|
438
|
+
## TabSelectorMenu
|
439
|
+
## This component is a context menu that's opened when you click on the root
|
440
|
+
## range at the top left corner for profiler analysis view. It's used to switch
|
441
|
+
## between tabs that were captured in the profile.
|
442
|
+
|
443
|
+
|
437
444
|
## TrackContextMenu
|
438
445
|
## This is used as a context menu for timeline to organize the tracks in the
|
439
446
|
## analysis UI.
|
data/dist/locales/nl/app.ftl
CHANGED
@@ -30,6 +30,7 @@ AppHeader--github-icon =
|
|
30
30
|
## AppViewRouter
|
31
31
|
## This is used for displaying errors when loading the application.
|
32
32
|
|
33
|
+
AppViewRouter--error-from-post-message = Kan het profiel niet importeren.
|
33
34
|
AppViewRouter--error-unpublished = Kan het profiel niet ophalen van { -firefox-brand-name }.
|
34
35
|
AppViewRouter--error-from-file = Kan het bestand niet lezen of het profiel erin ontleden.
|
35
36
|
AppViewRouter--error-local = Nog niet geïmplementeerd.
|
@@ -342,6 +343,15 @@ Home--load-files-from-other-tools2 =
|
|
342
343
|
elk bestand dat de <dhat>dhat-indeling</dhat> of de <traceevent>Trace Event-indeling
|
343
344
|
van Google</traceevent> gebruikt. <write>Ontdek hoe u uw eigen
|
344
345
|
importroutine schrijft</write>.
|
346
|
+
Home--install-chrome-extension = De Chrome-extensie installeren
|
347
|
+
Home--chrome-extension-instructions =
|
348
|
+
Gebruik de <a>{ -profiler-brand-name }-extensie voor Chrome</a>
|
349
|
+
om prestatieprofielen in Chrome vast te leggen en ze in de
|
350
|
+
{ -profiler-brand-name } te analyseren. Installeer de extensie vanuit de Chrome Web Store.
|
351
|
+
Home--chrome-extension-recording-instructions =
|
352
|
+
Gebruik na installatie het werkbalkpictogram van de
|
353
|
+
extensie of de snelkoppelingen om het profileren te starten en te stoppen. U kunt ook
|
354
|
+
profielen exporteren en deze hier laden voor gedetailleerde analyse.
|
345
355
|
|
346
356
|
## IdleSearchField
|
347
357
|
## The component that is used for all the search inputs in the application.
|
@@ -675,6 +685,7 @@ ProfileFilterNavigator--full-range-with-duration = Volledig bereik ({ $fullRange
|
|
675
685
|
|
676
686
|
## Profile Loader Animation
|
677
687
|
|
688
|
+
ProfileLoaderAnimation--loading-from-post-message = Profiel importeren en verwerken…
|
678
689
|
ProfileLoaderAnimation--loading-unpublished = Profiel rechtstreeks vanuit { -firefox-brand-name } importeren…
|
679
690
|
ProfileLoaderAnimation--loading-from-file = Het bestand lezen en het profiel verwerken…
|
680
691
|
ProfileLoaderAnimation--loading-local = Nog niet geïmplementeerd.
|
data/dist/locales/pt-BR/app.ftl
CHANGED
@@ -30,6 +30,7 @@ AppHeader--github-icon =
|
|
30
30
|
## AppViewRouter
|
31
31
|
## This is used for displaying errors when loading the application.
|
32
32
|
|
33
|
+
AppViewRouter--error-from-post-message = Não foi possível importar o profile.
|
33
34
|
AppViewRouter--error-unpublished = Não foi possível recuperar o profile do { -firefox-brand-name }.
|
34
35
|
AppViewRouter--error-from-file = Não foi possível ler o arquivo ou analisar o profile dele.
|
35
36
|
AppViewRouter--error-local = Ainda não implementado.
|
@@ -271,6 +272,9 @@ Home--your-recent-uploaded-recordings-title = Suas gravações enviadas recentem
|
|
271
272
|
# We replace the elements such as <perf> and <simpleperf> with links to the
|
272
273
|
# documentation to use these tools.
|
273
274
|
Home--load-files-from-other-tools2 = O { -profiler-brand-name } também pode importar profiles de outros criadores de profile, como o <perf>Linux perf</perf>, o <simpleperf>Android SimplePerf</simpleperf>, o painel de desempenho do Chrome, o <androidstudio>Android Studio</androidstudio>, ou qualquer arquivo nos formatos <dhat>dhat</dhat> ou <traceevent>Trace Event do Google</traceevent>. <write>Saiba como criar seu próprio importador</write>.
|
275
|
+
Home--install-chrome-extension = Instale a extensão para Chrome
|
276
|
+
Home--chrome-extension-instructions = Use a <a>extensão { -profiler-brand-name } para Chrome</a> para capturar profiles de desempenho no Chrome e analisar no { -profiler-brand-name }. Instale a extensão a partir do Chrome Web Store.
|
277
|
+
Home--chrome-extension-recording-instructions = Após instalar, use o ícone da extensão na barra de ferramentas ou os atalhos para iniciar e encerrar a gravação de profiles. Você também pode exportar profiles e carregar aqui para análises detalhadas.
|
274
278
|
|
275
279
|
## IdleSearchField
|
276
280
|
## The component that is used for all the search inputs in the application.
|
@@ -604,6 +608,7 @@ ProfileFilterNavigator--full-range-with-duration = Intervalo completo ({ $fullRa
|
|
604
608
|
|
605
609
|
## Profile Loader Animation
|
606
610
|
|
611
|
+
ProfileLoaderAnimation--loading-from-post-message = Importando e processando o profile…
|
607
612
|
ProfileLoaderAnimation--loading-unpublished = Importando o profile diretamente do { -firefox-brand-name }…
|
608
613
|
ProfileLoaderAnimation--loading-from-file = Lendo o arquivo e processando o profile…
|
609
614
|
ProfileLoaderAnimation--loading-local = Ainda não implementado.
|
data/dist/locales/ru/app.ftl
CHANGED
@@ -30,6 +30,7 @@ AppHeader--github-icon =
|
|
30
30
|
## AppViewRouter
|
31
31
|
## This is used for displaying errors when loading the application.
|
32
32
|
|
33
|
+
AppViewRouter--error-from-post-message = Не удалось импортировать профиль.
|
33
34
|
AppViewRouter--error-unpublished = Не удалось получить профиль из { -firefox-brand-name }.
|
34
35
|
AppViewRouter--error-from-file = Не удалось прочитать файл или проанализировать профиль в нем.
|
35
36
|
AppViewRouter--error-local = Пока не реализовано.
|
@@ -339,6 +340,15 @@ Home--load-files-from-other-tools2 =
|
|
339
340
|
панель производительности Chrome, <androidstudio>Android Studio</androidstudio> или
|
340
341
|
любой файл, использующий <dhat>формат dhat</dhat> или <traceevent>Формат отслеживания событий Google</traceevent>. <write>Узнайте, как написать
|
341
342
|
собственный инструмент импорта</write>.
|
343
|
+
Home--install-chrome-extension = Установите расширение Chrome
|
344
|
+
Home--chrome-extension-instructions =
|
345
|
+
Используйте <a>расширение { -profiler-brand-name } для Chrome</a>
|
346
|
+
для сбора профилей производительности в Chrome и анализа их в
|
347
|
+
{ -profiler-brand-name }. Установите расширение из интернет-магазина Chrome.
|
348
|
+
Home--chrome-extension-recording-instructions =
|
349
|
+
После установки используйте значок
|
350
|
+
расширения на панели инструментов или сочетания клавиш для запуска и остановки профилирования. Вы также можете
|
351
|
+
экспортировать профили и загрузить их здесь для подробного анализа.
|
342
352
|
|
343
353
|
## IdleSearchField
|
344
354
|
## The component that is used for all the search inputs in the application.
|
@@ -689,6 +699,7 @@ ProfileFilterNavigator--full-range-with-duration = Полный диапазон
|
|
689
699
|
|
690
700
|
## Profile Loader Animation
|
691
701
|
|
702
|
+
ProfileLoaderAnimation--loading-from-post-message = Импорт и обработка профиля…
|
692
703
|
ProfileLoaderAnimation--loading-unpublished = Импорт профиля напрямую из { -firefox-brand-name }…
|
693
704
|
ProfileLoaderAnimation--loading-from-file = Чтение файла и обработка профиля…
|
694
705
|
ProfileLoaderAnimation--loading-local = Пока не реализовано.
|
data/dist/locales/sv-SE/app.ftl
CHANGED
@@ -30,6 +30,7 @@ AppHeader--github-icon =
|
|
30
30
|
## AppViewRouter
|
31
31
|
## This is used for displaying errors when loading the application.
|
32
32
|
|
33
|
+
AppViewRouter--error-from-post-message = Det gick inte att importera profilen.
|
33
34
|
AppViewRouter--error-unpublished = Det gick inte att hämta profilen från { -firefox-brand-name }.
|
34
35
|
AppViewRouter--error-from-file = Det gick inte att läsa filen eller analysera profilen i den.
|
35
36
|
AppViewRouter--error-local = Inte implementerat ännu.
|
@@ -670,6 +671,7 @@ ProfileFilterNavigator--full-range-with-duration = Fullt intervall ({ $fullRange
|
|
670
671
|
|
671
672
|
## Profile Loader Animation
|
672
673
|
|
674
|
+
ProfileLoaderAnimation--loading-from-post-message = Importerar och bearbetar profilen…
|
673
675
|
ProfileLoaderAnimation--loading-unpublished = Importerar profilen direkt från { -firefox-brand-name }…
|
674
676
|
ProfileLoaderAnimation--loading-from-file = Läser fil och bearbetar profil…
|
675
677
|
ProfileLoaderAnimation--loading-local = Inte implementerat ännu.
|
data/dist/locales/tr/app.ftl
CHANGED
@@ -30,6 +30,7 @@ AppHeader--github-icon =
|
|
30
30
|
## AppViewRouter
|
31
31
|
## This is used for displaying errors when loading the application.
|
32
32
|
|
33
|
+
AppViewRouter--error-from-post-message = Profil içe aktarılamadı.
|
33
34
|
AppViewRouter--error-unpublished = { -firefox-brand-name } tarayıcısından profil alınamadı.
|
34
35
|
AppViewRouter--error-from-file = Dosya okunamadı veya içindeki profil ayrıştırılamadı.
|
35
36
|
AppViewRouter--error-local = Henüz hazır değil.
|
@@ -521,6 +522,7 @@ ProfileFilterNavigator--full-range-with-duration = Tam aralık ({ $fullRangeDura
|
|
521
522
|
|
522
523
|
## Profile Loader Animation
|
523
524
|
|
525
|
+
ProfileLoaderAnimation--loading-from-post-message = Profil içe aktarılıyor ve işleniyor…
|
524
526
|
ProfileLoaderAnimation--loading-unpublished = Profil doğrudan { -firefox-brand-name } tarayıcısından içe aktarılıyor…
|
525
527
|
ProfileLoaderAnimation--loading-from-file = Dosya okunuyor ve profil işleniyor…
|
526
528
|
ProfileLoaderAnimation--loading-local = Henüz hazır değil.
|
@@ -603,6 +605,10 @@ TrackContextMenu--hide-other-screenshots-tracks = Diğer ekran görüntüsü yol
|
|
603
605
|
TrackContextMenu--hide-track = “{ $trackName }” yolunu gizle
|
604
606
|
TrackContextMenu--show-all-tracks = Tüm yolları göster
|
605
607
|
TrackContextMenu--show-local-tracks-in-process = Bu işlemdeki tüm yolları göster
|
608
|
+
# This is used as the context menu item to hide all tracks of the selected track's type.
|
609
|
+
# Variables:
|
610
|
+
# $type (String) - Name of the type of selected track to hide.
|
611
|
+
TrackContextMenu--hide-all-tracks-by-selected-track-type = “{ $type }” türündeki tüm yolları gizle
|
606
612
|
# This is used in the tracks context menu as a button to show all the tracks
|
607
613
|
# that match the search filter.
|
608
614
|
TrackContextMenu--show-all-matching-tracks = Eşleşen tüm yolları göster
|
@@ -807,6 +813,11 @@ TransformNavigator--focus-function = Odak: { $item }
|
|
807
813
|
# Variables:
|
808
814
|
# $item (String) - Name of the category that transform applied to.
|
809
815
|
TransformNavigator--focus-category = Odak kategorisi: { $item }
|
816
|
+
# "Merge call node" transform.
|
817
|
+
# See: https://profiler.firefox.com/docs/#/./guide-filtering-call-trees?id=merge
|
818
|
+
# Variables:
|
819
|
+
# $item (String) - Name of the function that transform applied to.
|
820
|
+
TransformNavigator--merge-call-node = Düğümü birleştir: { $item }
|
810
821
|
# "Merge function" transform.
|
811
822
|
# See: https://profiler.firefox.com/docs/#/./guide-filtering-call-trees?id=merge
|
812
823
|
# Variables:
|
@@ -875,6 +886,33 @@ SourceView--no-known-cors-url = Bu dosya için bilinen çapraz kökenli erişile
|
|
875
886
|
# $url (String) - The URL which we tried to get the source code from
|
876
887
|
# $networkErrorMessage (String) - The raw internal error message that was encountered by the network request, not localized
|
877
888
|
SourceView--network-error-when-obtaining-source = { $url } adresi getirilirken bir ağ hatası oluştu: { $networkErrorMessage }
|
889
|
+
# Displayed below SourceView--cannot-obtain-source, if the browser could not
|
890
|
+
# be queried for source code using the symbolication API.
|
891
|
+
# Variables:
|
892
|
+
# $browserConnectionErrorMessage (String) - The raw internal error message, not localized
|
893
|
+
SourceView--browser-connection-error-when-obtaining-source = Tarayıcının sembolikleştirme API’si sorgulanamadı: { $browserConnectionErrorMessage }
|
894
|
+
# Displayed below SourceView--cannot-obtain-source, if the browser was queried
|
895
|
+
# for source code using the symbolication API, and this query returned an error.
|
896
|
+
# Variables:
|
897
|
+
# $apiErrorMessage (String) - The raw internal error message from the API, not localized
|
898
|
+
SourceView--browser-api-error-when-obtaining-source = Tarayıcının sembolikleştirme API’si hata döndürdü: { $apiErrorMessage }
|
899
|
+
# Displayed below SourceView--cannot-obtain-source, if a symbol server which is
|
900
|
+
# running locally was queried for source code using the symbolication API, and
|
901
|
+
# this query returned an error.
|
902
|
+
# Variables:
|
903
|
+
# $apiErrorMessage (String) - The raw internal error message from the API, not localized
|
904
|
+
SourceView--local-symbol-server-api-error-when-obtaining-source = Yerel sembol sunucusunun sembolikleştirme API’si hata döndürdü: { $apiErrorMessage }
|
905
|
+
# Displayed below SourceView--cannot-obtain-source, if the browser was queried
|
906
|
+
# for source code using the symbolication API, and this query returned a malformed response.
|
907
|
+
# Variables:
|
908
|
+
# $apiErrorMessage (String) - The raw internal error message from the API, not localized
|
909
|
+
SourceView--browser-api-malformed-response-when-obtaining-source = Tarayıcının sembolikleştirme API’si hasarlı bir yanıt döndürdü: { $apiErrorMessage }
|
910
|
+
# Displayed below SourceView--cannot-obtain-source, if a symbol server which is
|
911
|
+
# running locally was queried for source code using the symbolication API, and
|
912
|
+
# this query returned a malformed response.
|
913
|
+
# Variables:
|
914
|
+
# $apiErrorMessage (String) - The raw internal error message from the API, not localized
|
915
|
+
SourceView--local-symbol-server-api-malformed-response-when-obtaining-source = Yerel sembol sunucusunun sembolikleştirme API’si hasarlı bir yanıt döndürdü: { $apiErrorMessage }
|
878
916
|
# Displayed below SourceView--cannot-obtain-source, if a file could not be found in
|
879
917
|
# an archive file (.tar.gz) which was downloaded from crates.io.
|
880
918
|
# Variables:
|
data/dist/locales/uk/app.ftl
CHANGED
@@ -30,6 +30,7 @@ AppHeader--github-icon =
|
|
30
30
|
## AppViewRouter
|
31
31
|
## This is used for displaying errors when loading the application.
|
32
32
|
|
33
|
+
AppViewRouter--error-from-post-message = Не вдалося імпортувати профіль.
|
33
34
|
AppViewRouter--error-unpublished = Не вдалося відновити профіль із { -firefox-brand-name }.
|
34
35
|
AppViewRouter--error-from-file = Не вдалося прочитати файл або проаналізувати профіль у ньому.
|
35
36
|
AppViewRouter--error-local = Ще не впроваджено.
|
@@ -676,6 +677,7 @@ ProfileFilterNavigator--full-range-with-duration = Повний діапазон
|
|
676
677
|
|
677
678
|
## Profile Loader Animation
|
678
679
|
|
680
|
+
ProfileLoaderAnimation--loading-from-post-message = Імпорт та обробка профілю…
|
679
681
|
ProfileLoaderAnimation--loading-unpublished = Імпортування профілю безпосередньо з { -firefox-brand-name }…
|
680
682
|
ProfileLoaderAnimation--loading-from-file = Читання файлу та обробка профілю…
|
681
683
|
ProfileLoaderAnimation--loading-local = Ще не впроваджено.
|
data/dist/locales/zh-CN/app.ftl
CHANGED
@@ -30,6 +30,7 @@ AppHeader--github-icon =
|
|
30
30
|
## AppViewRouter
|
31
31
|
## This is used for displaying errors when loading the application.
|
32
32
|
|
33
|
+
AppViewRouter--error-from-post-message = 无法导入分析记录。
|
33
34
|
AppViewRouter--error-unpublished = 无法从 { -firefox-brand-name } 检索到分析记录。
|
34
35
|
AppViewRouter--error-from-file = 无法读取或解析其中的分析记录。
|
35
36
|
AppViewRouter--error-local = 尚未实现。
|
@@ -261,6 +262,9 @@ Home--your-recent-uploaded-recordings-title = 您最近上传的记录
|
|
261
262
|
# We replace the elements such as <perf> and <simpleperf> with links to the
|
262
263
|
# documentation to use these tools.
|
263
264
|
Home--load-files-from-other-tools2 = { -profiler-brand-name } 也可以从其他分析器导入记录,例如 <perf>Linux perf</perf>、<simpleperf>Android SimplePerf</simpleperf>、Chrome 性能面板、<androidstudio>Android Studio</androidstudio>,支持直接导入 <dhat>dhat</dhat>、<traceevent>Google 的 Trace Event</traceevent> 格式保存的分析记录。<write>点此了解如何编写您自己的导入程序</write>。
|
265
|
+
Home--install-chrome-extension = 安装 Chrome 扩展
|
266
|
+
Home--chrome-extension-instructions = 使用 <a>Chrome 版 { -profiler-brand-name } 扩展</a>,在 Chrome 中捕获性能分析记录,并通过 { -profiler-brand-name } 分析。可到 Chrome 应用商店安装扩展。
|
267
|
+
Home--chrome-extension-recording-instructions = 安装后,即可使用扩展的工具栏图标和快捷键来开始或停止分析,也可以导出分析记录并在此处加载以进行详细分析。
|
264
268
|
|
265
269
|
## IdleSearchField
|
266
270
|
## The component that is used for all the search inputs in the application.
|
@@ -587,6 +591,7 @@ ProfileFilterNavigator--full-range-with-duration = 完整范围({ $fullRangeDu
|
|
587
591
|
|
588
592
|
## Profile Loader Animation
|
589
593
|
|
594
|
+
ProfileLoaderAnimation--loading-from-post-message = 正在导入并处理分析记录…
|
590
595
|
ProfileLoaderAnimation--loading-unpublished = 正在直接从 { -firefox-brand-name } 导入分析记录…
|
591
596
|
ProfileLoaderAnimation--loading-from-file = 正在读取文件并处理分析记录…
|
592
597
|
ProfileLoaderAnimation--loading-local = 尚未实现。
|