diff options
Diffstat (limited to 'l10n-si/devtools/client/markers.properties')
-rw-r--r-- | l10n-si/devtools/client/markers.properties | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/l10n-si/devtools/client/markers.properties b/l10n-si/devtools/client/markers.properties new file mode 100644 index 0000000000..089366dc3c --- /dev/null +++ b/l10n-si/devtools/client/markers.properties @@ -0,0 +1,83 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE These strings are used inside the Performance Tools +# which is available from the Web Developer sub-menu -> 'Performance'. +# The correct localization of this file might be to keep it in +# English, or another language commonly spoken among web developers. +# You want to make that choice consistent across the developer tools. +# A good criteria is the language in which you'd find the best +# documentation on web development on the web. These strings +# are specifically for marker names in the performance tool. + +# LOCALIZATION NOTE (marker.label.*): +# These strings are displayed in the Performance Tool waterfall, identifying markers. +# We want to use the same wording as Google Chrome when appropriate. +marker.label.styles=රටාව නැවත ගණනය +marker.label.reflow=ආකෘතිය +marker.label.paint=ඇඳීම +marker.label.javascript=ක්රියාකාරීත්ව ඇමතුම +marker.label.domevent=DOM අවස්ථාව +marker.label.consoleTime=කොන්සෝලය +marker.label.garbageCollection.incremental=Incremental GC +marker.label.timestamp=කාලමුද්රාව +marker.label.unknown=නොදන්නා + +# LOCALIZATION NOTE (marker.label.javascript.*): +# These strings are displayed as JavaScript markers that have special +# reasons that can be translated. +marker.label.javascript.jsURI=JavaScript URI + +# LOCALIZATION NOTE (marker.field.*): +# Strings used in the waterfall sidebar as property names. + +# General marker fields +marker.field.start=අරඹන්න: +marker.field.end=අවසන: +marker.field.duration=කාලසීමාව: + +# General "reason" for a marker (JavaScript, Garbage Collection) +# General "type" for a marker (Cycle Collection, Garbage Collection) +marker.field.type=වර්ගය: +# General "label" for a marker (user defined) + +# Field names for stack values +marker.field.stack=ගොඩ: +marker.field.startStack=ආරම්භයේ ගොඩගසන්න: +marker.field.endStack=අවසානයේ ගොඩගසන්න: + +# %S is the "Async Cause" of a marker, and this signifies that the cause +# was an asynchronous one in a displayed stack. + +# For console.time markers +marker.field.consoleTimerName=කාල ඝණක නම: + +# For DOM Event markers +marker.field.DOMEventType=අවස්ථා වර්ගය: +marker.field.DOMEventPhase=අවධිය: + +# Non-incremental cause for a Garbage Collection marker + +# For "Recalculate Style" markers + +# The type of operation performed by a Worker. + +# The type of operation performed by a MessagePort + +# Strings used in the waterfall sidebar as values. +marker.value.unknownFrame=<නොදන්නා ස්ථානය> +marker.value.DOMEventTargetPhase=ඉලක්කය +marker.value.DOMEventCapturingPhase=ග්රහණය +marker.value.DOMEventBubblingPhase=බුබුළුදමන + +# LOCALIZATION NOTE (marker.gcreason.label.*): +# These strings are used to give a concise but readable description of a GC reason. +marker.gcreason.label.SET_NEW_DOCUMENT=නව ලේඛනය +marker.gcreason.label.SET_DOC_SHELL=නව ලේඛය + +# The name of a nursery collection. + +# LOCALIZATION NOTE (marker.gcreason.description.*): +# These strings are used to give an expanded description of why a GC occurred. + |