From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- l10n-ru/devtools/shared/screenshot.properties | 138 ++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 l10n-ru/devtools/shared/screenshot.properties (limited to 'l10n-ru/devtools/shared/screenshot.properties') diff --git a/l10n-ru/devtools/shared/screenshot.properties b/l10n-ru/devtools/shared/screenshot.properties new file mode 100644 index 0000000000..516c905d6d --- /dev/null +++ b/l10n-ru/devtools/shared/screenshot.properties @@ -0,0 +1,138 @@ +# 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» не соответствует ни одному элементу на странице. -- cgit v1.2.3