blob: a0be21a70f7bc424545145933a7472425bf2596a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
# 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.javascript=ਫ਼ੰਕਸ਼ਨ ਕਾਲ
marker.label.consoleTime=ਕੰਸੋਲ
marker.label.worker=ਵਰਕਰ
marker.label.messagePort=MessagePort
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)
marker.field.causeName=ਕਾਰਨ:
# General "type" for a marker (Cycle Collection, Garbage Collection)
marker.field.type=ਕਿਸਮ:
# General "label" for a marker (user defined)
# Field names for stack values
# %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
# For DOM Event markers
# 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.
# LOCALIZATION NOTE (marker.gcreason.label.*):
# These strings are used to give a concise but readable description of a GC reason.
# 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.
|