114 lines
7.1 KiB
Properties
114 lines
7.1 KiB
Properties
# 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 Web Console commands
|
||
# which can be executed in the Developer Tools, available in the
|
||
# Browser Tools sub-menu -> 'Web Developer Tools'
|
||
#
|
||
# 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.
|
||
|
||
# LOCALIZATION NOTE (screenshotDesc) A very short description of the
|
||
# 'screenshot' command. Displayed when the --help flag is passed to
|
||
# the screenshot command.
|
||
screenshotDesc = 保存页面为图像
|
||
# LOCALIZATION NOTE (screenshotFilenameDesc) A very short string to describe
|
||
# the 'filename' parameter to the 'screenshot' command. Displayed when the
|
||
# --help flag is passed to the screenshot command.
|
||
screenshotFilenameDesc = 目标文件名
|
||
# LOCALIZATION NOTE (screenshotFilenameManual) A fuller description of the
|
||
# 'filename' parameter to the 'screenshot' command.
|
||
screenshotFilenameManual = 保存截图所用的文件名(应该有“.png”扩展名)。
|
||
# LOCALIZATION NOTE (screenshotClipboardDesc) A very short string to describe
|
||
# the 'clipboard' parameter to the 'screenshot' command. Displayed when the
|
||
# --help flag is passed to the screenshot command.
|
||
screenshotClipboardDesc = 复制截图到剪贴板吗?(true/false)
|
||
# LOCALIZATION NOTE (screenshotClipboardManual) A fuller description of the
|
||
# 'clipboard' parameter to the 'screenshot' command. Displayed when the
|
||
# --help flag is passed to the screenshot command.
|
||
screenshotClipboardManual = 若设定为 True,代表您想要将截图保存到剪贴板,而不是保存为文件。
|
||
# LOCALIZATION NOTE (screenshotGroupOptions) A label for the optional options of
|
||
# the screenshot command. Displayed when the --help flag is passed to the
|
||
# screenshot command.
|
||
screenshotGroupOptions = 选项
|
||
# LOCALIZATION NOTE (screenshotDelayDesc) A very short string to describe
|
||
# the 'delay' parameter to the 'screenshot' command. Displayed when the
|
||
# --help flag is passed to the screenshot command.
|
||
screenshotDelayDesc = 延迟(秒)
|
||
# LOCALIZATION NOTE (screenshotDelayManual) A fuller description of the
|
||
# 'delay' parameter to the 'screenshot' command. Displayed when the
|
||
# --help flag is passed to the screenshot command.
|
||
screenshotDelayManual = 截图前要延迟的时间(单位:秒)
|
||
# LOCALIZATION NOTE (screenshotDPRDesc) A very short string to describe
|
||
# the 'dpr' parameter to the 'screenshot' command. Displayed when the
|
||
# --help flag is passed to the `screenshot command.
|
||
screenshotDPRDesc = 设备像素比例
|
||
# LOCALIZATION NOTE (screenshotDPRManual) A fuller description of the
|
||
# 'dpr' parameter to the 'screenshot' command. Displayed when the
|
||
# --help flag is passed to the `screenshot command.
|
||
screenshotDPRManual = 截取屏幕时使用的设备像素比例
|
||
# LOCALIZATION NOTE (screenshotFullPageDesc) A very short string to describe
|
||
# the 'fullpage' parameter to the 'screenshot' command. Displayed when the
|
||
# --help flag is passed to the `screenshot command.
|
||
screenshotFullPageDesc = 整个网页?(true/false)
|
||
# LOCALIZATION NOTE (screenshotFullPageManual) A fuller description of the
|
||
# 'fullpage' parameter to the 'screenshot' command. Displayed when the
|
||
# --help flag is passed to the `screenshot command.
|
||
screenshotFullPageManual = 若设定为 True,代表截图应包含当前屏幕中没有显示的网页的其余部分。
|
||
# LOCALIZATION NOTE (screenshotFileDesc) A very short string to describe
|
||
# the 'file' parameter to the 'screenshot' command. Displayed when the
|
||
# --help flag is passed to the `screenshot command.
|
||
screenshotFileDesc = 保存到文件?(true/false)
|
||
# LOCALIZATION NOTE (screenshotFileManual) A fuller description of the
|
||
# 'file' parameter to the 'screenshot' command. Displayed when the
|
||
# --help flag is passed to the `screenshot command.
|
||
screenshotFileManual = 若设定为 True,代表屏幕截图应被保存为文件,即使其他选项(例如剪贴板)已被启用。
|
||
# LOCALIZATION NOTE (screenshotGeneratedFilename) The auto generated filename
|
||
# when no file name is provided. The first argument (%1$S) is the date string
|
||
# in yyyy-mm-dd format and the second argument (%2$S) is the time string
|
||
# in HH.MM.SS format. Please don't add the extension here.
|
||
screenshotGeneratedFilename = 截图 %1$S %2$S
|
||
# LOCALIZATION NOTE (screenshotErrorSavingToFile) Text displayed to user upon
|
||
# encountering error while saving the screenshot to the file specified.
|
||
# The argument (%1$S) is the filename.
|
||
screenshotErrorSavingToFile = 保存 %1$S 时出错
|
||
# LOCALIZATION NOTE (screenshotSavedToFile) Text displayed to user when the
|
||
# screenshot is successfully saved to the file specified.
|
||
# The argument (%1$S) is the filename.
|
||
screenshotSavedToFile = 已保存到 %1$S
|
||
# LOCALIZATION NOTE (screenshotErrorCopying) Text displayed to user upon
|
||
# encountering error while copying the screenshot to clipboard.
|
||
screenshotErrorCopying = 复制截图到剪贴板时出错。
|
||
# LOCALIZATION NOTE (screenshotCopied) Text displayed to user when the
|
||
# screenshot is successfully copied to the clipboard.
|
||
screenshotCopied = 截图已复制到剪贴板。
|
||
# LOCALIZATION NOTE (inspectNodeDesc) A very short string to describe the
|
||
# 'node' parameter to the 'inspect' command. Displayed when the
|
||
# --help flag is passed to the `screenshot command.
|
||
inspectNodeDesc = CSS 选择器
|
||
# LOCALIZATION NOTE (inspectNodeManual) A fuller description of the 'node'
|
||
# parameter to the 'inspect' command. Displayed when the --help flag is
|
||
# passed to the `screenshot command.
|
||
inspectNodeManual = 使用 CSS 选择器和 Document.querySelector 来识别单个元素
|
||
# LOCALIZATION NOTE (screenshotTruncationWarning) Text displayed to user when the image
|
||
# that would be created by the screenshot is too big and needs to be truncated to avoid
|
||
# errors.
|
||
# The first parameter is the width of the final image and the second parameter is the
|
||
# height of the image.
|
||
screenshotTruncationWarning = 由于生成的图片太大,已裁切为 %1$S×%2$S
|
||
# LOCALIZATION NOTE (screenshotDPRDecreasedWarning2) Text displayed to user when
|
||
# taking the screenshot initially failed. When the Device Pixel Ratio is larger
|
||
# than 1.0 a second try immediately after displaying this message is attempted.
|
||
screenshotDPRDecreasedWarning = 由于生成的图像太大,已将设备像素比率降低为 1
|
||
# LOCALIZATION NOTE (screenshotRenderingError) Text displayed to user upon
|
||
# encountering an error while rendering the screenshot. This most often happens when the
|
||
# resulting image is too large to be rendered.
|
||
screenshotRenderingError = 创建图像时出错,生成的图像可能太大。
|
||
# LOCALIZATION NOTE (screenshotNoSelectorMatchWarning) Text displayed to user when the
|
||
# provided selector for the screenshot does not match any element on the page.
|
||
# The argument (%1$S) is selector.
|
||
screenshotNoSelectorMatchWarning = “%S”选择器与页面上所有元素均不匹配。
|