From 724b36b7051c0d9190cbd8854ba5919904967c11 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2024 07:22:11 +0200 Subject: Merging upstream version 115.11.0esr. Signed-off-by: Daniel Baumann --- l10n-sk/devtools/client/netmonitor.properties | 30 ++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'l10n-sk/devtools/client/netmonitor.properties') diff --git a/l10n-sk/devtools/client/netmonitor.properties b/l10n-sk/devtools/client/netmonitor.properties index 8def03c0be..214259a870 100644 --- a/l10n-sk/devtools/client/netmonitor.properties +++ b/l10n-sk/devtools/client/netmonitor.properties @@ -357,6 +357,11 @@ netmonitor.timings.requestTiming=Časové údaje požiadavky # through the "Server-Timing" header. netmonitor.timings.serverTiming=Časové údaje zo servera +# 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=Časovanie skriptov typu 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=Pridané do fronty po: %S @@ -484,7 +489,7 @@ charts.type=Typ # LOCALIZATION NOTE (charts.transferred): This is the label displayed # in the header column in the performance analysis view for transferred # size of the request. -charts.transferred=Prenesených +charts.transferred=Prenesené # LOCALIZATION NOTE (charts.time): This is the label displayed # in the header column in the performance analysis view for time of request. @@ -1225,6 +1230,21 @@ netmonitor.timings.wait=Čakanie: # in a "receive" state. netmonitor.timings.receive=Prijímanie: +# 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=Spustenie: + +# 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=Odoslanie požiadavky: + +# 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=Spracovanie požiadavky: + # 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=Ďalšie informácie o časovaní @@ -1426,6 +1446,14 @@ netmonitor.context.saveImageAs=Uložiť obrázok ako # for the Copy Image As Data URI menu item displayed in the context menu for a request netmonitor.context.saveImageAs.accesskey=a +# LOCALIZATION NOTE (netmonitor.context.saveResponseAs): This is the label displayed +# on the context menu that saves the response +netmonitor.context.saveResponseAs=Uložiť odpoveď ako + +# 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=l + # LOCALIZATION NOTE (netmonitor.context.copyAll): This is the label displayed # on the context menu that copies all data netmonitor.context.copyAll=Kopírovať všetko -- cgit v1.2.3