diff options
Diffstat (limited to 'l10n-lv/devtools/client/application.ftl')
-rw-r--r-- | l10n-lv/devtools/client/application.ftl | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/l10n-lv/devtools/client/application.ftl b/l10n-lv/devtools/client/application.ftl index 2e16bc0295..7c23384968 100644 --- a/l10n-lv/devtools/client/application.ftl +++ b/l10n-lv/devtools/client/application.ftl @@ -13,23 +13,21 @@ ### best documentation on web development on the web. # Header for the list of Service Workers displayed in the application panel for the current page. -serviceworker-list-header = Pakalpojumu darbinieki - +serviceworker-list-header = Pakalpojumu strādņi # Text displayed next to the list of Service Workers to encourage users to check out # about:debugging to see all registered Service Workers. -serviceworker-list-aboutdebugging = Atveriet <a>about:debugging</a>, lai aplūkotu pakalpojumu darbiniekus no citiem domēniem - +serviceworker-list-aboutdebugging = Atveriet <a>about:debugging</a>, lai aplūkotu pakalpojumu strādņus no citiem domēniem # Text for the button to unregister a Service Worker. Displayed for active Service Workers. serviceworker-worker-unregister = Atreģistrēt - # Text for the debug link displayed for an already started Service Worker. Clicking on the # link opens a new devtools toolbox for this service worker. The title attribute is only # displayed when the link is disabled. serviceworker-worker-debug = Atkļūdošana .title = Atkļūdot var tikai pakalpojumu darbiniekus, kas darobjas - # Text displayed for the updated time of the service worker. The <time> element will # display the last update time of the service worker script. +# Variables: +# $date (date) - Update date serviceworker-worker-updated = Atjaunināts <time>{ DATETIME($date, month: "long", year: "numeric", day: "numeric", hour: "numeric", minute: "numeric", second: "numeric") }</time> ## Service Worker status strings: all serviceworker-worker-status-* strings are also @@ -38,7 +36,5 @@ serviceworker-worker-updated = Atjaunināts <time>{ DATETIME($date, month: "long # Service Worker status. A running service worker is registered, currently executed, can # be debugged and stopped. serviceworker-worker-status-running = Darbojas - # Service Worker status. A stopped service worker is registered but not currently active. serviceworker-worker-status-stopped = Apturēts - |