summaryrefslogtreecommitdiffstats
path: root/l10n-pt-PT/devtools/client/netmonitor.properties
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--l10n-pt-PT/devtools/client/netmonitor.properties28
1 files changed, 28 insertions, 0 deletions
diff --git a/l10n-pt-PT/devtools/client/netmonitor.properties b/l10n-pt-PT/devtools/client/netmonitor.properties
index f7a262d561..edef377571 100644
--- a/l10n-pt-PT/devtools/client/netmonitor.properties
+++ b/l10n-pt-PT/devtools/client/netmonitor.properties
@@ -357,6 +357,11 @@ netmonitor.timings.requestTiming=Temporização dos pedidos
# through the "Server-Timing" header.
netmonitor.timings.serverTiming=Temporização do servidor
+# LOCALIZATION NOTE (netmonitor.timings.serviceWorkerTiming): This is the title of a new section
+# in Timings side panel. This section contains service worker timings transferred from the
+# service worker.
+netmonitor.timings.serviceWorkerTiming=Temporização do Service Worker
+
# LOCALIZATION NOTE (netmonitor.timings.queuedAt): This is relative queued time to the
# first request. %S is time expressed in milliseconds or minutes.
netmonitor.timings.queuedAt=Em fila: %S
@@ -1225,6 +1230,21 @@ netmonitor.timings.wait=Espera:
# in a "receive" state.
netmonitor.timings.receive=Receção:
+# LOCALIZATION NOTE (netmonitor.timings.launchServiceWorker): This is the label displayed
+# in the network details timings tab identifying the amount of time spent
+# during the launch of the service worker.
+netmonitor.timings.launchServiceWorker=Arranque:
+
+# LOCALIZATION NOTE (netmonitor.timings.requestToServiceWorker): This is the label displayed
+# in the network details timings tab identifying the amount of time spent while a request is
+# made to the service worker.
+netmonitor.timings.requestToServiceWorker=Tempo de obtenção:
+
+# LOCALIZATION NOTE (netmonitor.timings.handledByServiceWorker): This is the label displayed
+# in the network details timings tab identifying the amount of time spent while a request is
+# handled by the service worker.
+netmonitor.timings.handledByServiceWorker=Processamento da obtenção:
+
# LOCALIZATION NOTE (netmonitor.timings.learnMore): This is the label displayed
# in the network details timings tab, with a link to external documentation
netmonitor.timings.learnMore=Saber mais acerca de temporizações
@@ -1426,6 +1446,14 @@ netmonitor.context.saveImageAs=Guardar imagem como
# for the Copy Image As Data URI menu item displayed in the context menu for a request
netmonitor.context.saveImageAs.accesskey=R
+# LOCALIZATION NOTE (netmonitor.context.saveResponseAs): This is the label displayed
+# on the context menu that saves the response
+netmonitor.context.saveResponseAs=Guardar resposta como
+
+# LOCALIZATION NOTE (netmonitor.context.saveResponseAs.accesskey): This is the access key
+# for the Save Response As menu item displayed in the context menu for a request
+netmonitor.context.saveResponseAs.accesskey=u
+
# LOCALIZATION NOTE (netmonitor.context.copyAll): This is the label displayed
# on the context menu that copies all data
netmonitor.context.copyAll=Copiar tudo