diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:29:10 +0000 |
commit | 2aa4a82499d4becd2284cdb482213d541b8804dd (patch) | |
tree | b80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-zh-CN/devtools/client/markers.properties | |
parent | Initial commit. (diff) | |
download | firefox-upstream.tar.xz firefox-upstream.zip |
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-zh-CN/devtools/client/markers.properties')
-rw-r--r-- | l10n-zh-CN/devtools/client/markers.properties | 139 |
1 files changed, 139 insertions, 0 deletions
diff --git a/l10n-zh-CN/devtools/client/markers.properties b/l10n-zh-CN/devtools/client/markers.properties new file mode 100644 index 0000000000..c5d9c9cdcf --- /dev/null +++ b/l10n-zh-CN/devtools/client/markers.properties @@ -0,0 +1,139 @@ +# 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.stylesApplyChanges=应用样式更改 +marker.label.reflow=布局 +marker.label.paint=绘制 +marker.label.composite=合成层 +marker.label.compositeForwardTransaction=已发送的合成请求 +marker.label.javascript=函数调用 +marker.label.parseHTML=解析 HTML +marker.label.parseXML=解析 XML +marker.label.domevent=DOM 事件 +marker.label.consoleTime=控制台 +marker.label.garbageCollection2=垃圾回收 +marker.label.garbageCollection.incremental=增量 GC +marker.label.garbageCollection.nonIncremental=非增量 GC +marker.label.minorGC=轻微 GC +marker.label.cycleCollection=循环收集 +marker.label.cycleCollection.forgetSkippable=准备循环收集图 +marker.label.timestamp=时间戳 +marker.label.worker=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.scriptElement=脚本标签 +marker.label.javascript.promiseCallback=Promise 回调 +marker.label.javascript.promiseInit=Promise 初始化 +marker.label.javascript.workerRunnable=Worker +marker.label.javascript.jsURI=JavaScript URI +marker.label.javascript.eventHandler=事件处理器 + +# 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) +marker.field.label=标签: + +# 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. +marker.field.asyncStack=(异步:%S) + +# 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 +marker.field.nonIncrementalCause=非增量原因: + +# For "Recalculate Style" markers +marker.field.isAnimationOnly=仅动画: + +# The type of operation performed by a Worker. +marker.worker.serializeDataOffMainThread=在 Worker 中序列化数据 +marker.worker.serializeDataOnMainThread=在主线程中序列化数据 +marker.worker.deserializeDataOffMainThread=在 Worker 中反序列化数据 +marker.worker.deserializeDataOnMainThread=在主线程中反序列化数据 + +# The type of operation performed by a MessagePort +marker.messagePort.serializeData=数据序列化 +marker.messagePort.deserializeData=数据反序列化 + +# 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.API=API 调用 +marker.gcreason.label.EAGER_ALLOC_TRIGGER=预先分配触发 +marker.gcreason.label.DESTROY_RUNTIME=关闭 +marker.gcreason.label.LAST_DITCH=内存不足 +marker.gcreason.label.TOO_MUCH_MALLOC=已分配过多内存 +marker.gcreason.label.ALLOC_TRIGGER=分配过多 +marker.gcreason.label.DEBUG_GC=调试 GC +marker.gcreason.label.COMPARTMENT_REVIVED=死亡全局对象复活 +marker.gcreason.label.RESET=完成增量循环 +marker.gcreason.label.OUT_OF_NURSERY=新生区已满 +marker.gcreason.label.EVICT_NURSERY=逐出新生区 +marker.gcreason.label.FULL_STORE_BUFFER=新生区的对象过于活跃 +marker.gcreason.label.SHARED_MEMORY_LIMIT=大块分配失败 +marker.gcreason.label.PERIODIC_FULL_GC=定期完全垃圾回收(GC) +marker.gcreason.label.INCREMENTAL_TOO_SLOW=分配频率过快 +marker.gcreason.label.COMPONENT_UTILS=Cu.forceGC +marker.gcreason.label.MEM_PRESSURE=内存偏低 +marker.gcreason.label.CC_WAITING=循环收集强迫 +marker.gcreason.label.CC_FINISHED=循环收集完成 +marker.gcreason.label.CC_FORCED=循环收集强迫 +marker.gcreason.label.LOAD_END=页面载入完成 +marker.gcreason.label.PAGE_HIDE=移动到后台 +marker.gcreason.label.NSJSCONTEXT_DESTROY=销毁 JS 上下文 +marker.gcreason.label.SET_NEW_DOCUMENT=新建文档 +marker.gcreason.label.SET_DOC_SHELL=新建文档 +marker.gcreason.label.DOM_UTILS=API 调用 +marker.gcreason.label.DOM_IPC=IPC +marker.gcreason.label.DOM_WORKER=定期 Worker GC +marker.gcreason.label.INTER_SLICE_GC=定期增量 GC 切片 +marker.gcreason.label.FULL_GC_TIMER=定期完整垃圾回收(GC) +marker.gcreason.label.SHUTDOWN_CC=关闭 +marker.gcreason.label.DOM_WINDOW_UTILS=用户闲置 +marker.gcreason.label.USER_INACTIVE=用户闲置 + +# The name of a nursery collection. +marker.nurseryCollection=新生区集合 |