From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- l10n-ru/devtools/client/tooltips.ftl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'l10n-ru/devtools/client/tooltips.ftl') diff --git a/l10n-ru/devtools/client/tooltips.ftl b/l10n-ru/devtools/client/tooltips.ftl index 740d71e88d..97cf51c377 100644 --- a/l10n-ru/devtools/client/tooltips.ftl +++ b/l10n-ru/devtools/client/tooltips.ftl @@ -38,6 +38,11 @@ inactive-css-not-table-cell = { $property } не сработа inactive-scroll-padding-when-not-scroll-container = { $property } не сработает для элемента, так как он не является прокручиваемым. inactive-css-border-image = { $property } не сработает для элемента, так как его нельзя применить к внутренним элементам таблицы, где для border-collapse задано значение collapse на элементе родительской таблицы. inactive-css-ruby-element = { $property } не влияет на этот элемент, так как это элемент ruby. Его размер определяется размером шрифта текста ruby. + +## In the Rule View when a CSS property cannot be successfully applied we display +## an icon. When this icon is hovered this message is displayed to explain how +## the problem can be solved. + inactive-css-highlight-pseudo-elements-not-supported = Выделение псевдоэлементов для { $property } не поддерживается. inactive-css-cue-pseudo-element-not-supported = { $property } не поддерживается в псевдоэлементах ::cue. # Variables: @@ -52,9 +57,11 @@ inactive-css-text-wrap-balance-fragmented = { $property } не ## In the Rule View when a CSS property cannot be successfully applied we display ## an icon. When this icon is hovered this message is displayed to explain how -## the problem can be solved. +## the problem can be solved. CSS properties and values in tags should +## not be translated. inactive-css-not-grid-or-flex-container-fix = Попробуйте добавить display:grid или display:flex. { learn-more } +inactive-css-not-grid-or-flex-or-block-container-fix = Попробуйте добавить display:grid, display:flex или display:block. { learn-more } inactive-css-not-grid-or-flex-container-or-multicol-container-fix = Попробуйте добавить display:grid, display:flex или columns:2. { learn-more } inactive-css-not-multicol-container-fix = Попробуйте добавить column-count или column-width. { learn-more } inactive-css-not-grid-or-flex-item-fix-3 = Попробуйте добавить display:grid, display:flex, display:inline-grid или display:inline-flex к родителю элемента. { learn-more } -- cgit v1.2.3