From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-hsb/devtools/client/tooltips.ftl | 103 ++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 l10n-hsb/devtools/client/tooltips.ftl (limited to 'l10n-hsb/devtools/client/tooltips.ftl') diff --git a/l10n-hsb/devtools/client/tooltips.ftl b/l10n-hsb/devtools/client/tooltips.ftl new file mode 100644 index 0000000000..548655751e --- /dev/null +++ b/l10n-hsb/devtools/client/tooltips.ftl @@ -0,0 +1,103 @@ +# 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 for Developer Tools tooltips. + +learn-more = Dalše informacije + +## 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 why +## the property is not applied. +## Variables: +## $property (string) - A CSS property name e.g. "color". +## $display (string) - A CSS display value e.g. "inline-block". + +inactive-css-not-grid-or-flex-container = { $property } na tutón element efekt nima, dokelž ani kontejner flex ani kontejner grid njeje. +inactive-css-not-grid-or-flex-container-or-multicol-container = { $property } na tutón element wuskutk nima, dokelž kontejner flex, lěsyčny kontejner abo wjacešpaltowy kontejner njeje. +inactive-css-not-multicol-container = { $property } na tutón element efekt nima, dokelž so wo wjacešpaltowy kontejner njejedna. +inactive-css-not-grid-or-flex-item = { $property } na tutón element efekt nima, dokelž ani zapisk grid ani zapisk flex njeje. +inactive-css-not-grid-item = { $property } na tutón element efekt nima, dokelž zapisk grid njeje. +inactive-css-not-grid-container = { $property } na tutón element efekt nima, dokelž kontejner grid njeje. +inactive-css-not-flex-item = { $property } na tutón element efekt nima, dokelž zapisk flex njeje. +inactive-css-not-flex-container = { $property } na tutón element efekt nima, dokelž kontejner flex njeje. +inactive-css-not-inline-or-tablecell = { $property } na tutón element wuskutk nima, dokelž element element inline abo element tabeloweje cele njeje. +inactive-css-first-line-pseudo-element-not-supported = { $property } so za pseudoelementy ::first-line njepodpěruje. +inactive-css-first-letter-pseudo-element-not-supported = { $property } so za pseudoelementy ::first-letter njepodpěruje. +inactive-css-placeholder-pseudo-element-not-supported = { $property } so za pseudo-elementy ::placeholder njepodpěruje. +inactive-css-property-because-of-display = { $property } nima wuskutk na tutón element, dokelž ma zwobraznjenje { $display }. +inactive-css-not-display-block-on-floated = Hódnota display je so přez engine do block změnił, dokelž element je floated. +inactive-css-property-is-impossible-to-override-in-visited = Wobmjezowanja :visited dla je njemóžno, { $property } přepisać. +inactive-css-position-property-on-unpositioned-box = { $property } na tutón element efekt nima, dokelž pozicionowany element njeje. +inactive-text-overflow-when-no-overflow = { $property } na tutón element efekt nima, dokelž hódnota overflow:hidden nastajena njeje. +inactive-css-not-for-internal-table-elements = { $property } žadyn efekt na interne tabelowe elementy nima. +inactive-css-not-for-internal-table-elements-except-table-cells = { $property } žadyn efekt na interne tabelowe elementy mimo tabelowych celow nima. +inactive-css-not-table = { $property } na tutón element efekt nima, dokelž tabela njeje. +inactive-css-not-table-cell = { $property } na tutón element efekt nima, dokelž tabelowa cela njeje. +inactive-scroll-padding-when-not-scroll-container = { $property } na tutón element efekt nima, dokelž so njekuli. +inactive-css-border-image = { $property } na tutón element wuskutk nima, dokelž njeda so na nutřkowne tabelowe elementy nałožić, hdźež border-collapse je na collapse na nadrjadowanym elemenće tabele stajeny. +inactive-css-ruby-element = { $property } wuskutk na tutón element nima, dokelž je element ruby. Jeje wulkosć so přez wulkosć pisma teksta ruby postaja. +inactive-css-highlight-pseudo-elements-not-supported = { $property } so za pseudoelementy wuzběhnjenja njepodpěruje. +inactive-css-cue-pseudo-element-not-supported = { $property } so za pseudo-elementy ::cue njepodpěruje. +# Variables: +# $lineCount (integer) - The number of lines the element has. +inactive-css-text-wrap-balance-lines-exceeded = + { $lineCount -> + [one] { $property } na tutón element efekt nima, dokelž ma wjace hač { $lineCount } linku. + [two] { $property } na tutón element efekt nima, dokelž ma wjace hač { $lineCount } lince. + [few] { $property } na tutón element efekt nima, dokelž ma wjace hač { $lineCount } linki. + *[other] { $property } na tutón element efekt nima, dokelž ma wjace hač { $lineCount } linkow. + } +inactive-css-text-wrap-balance-fragmented = { $property } na tutón element efekt nima, dokelž je fragmentowany, t. r. jeho wobsah je na wjacore špalty abo strony rozdźěleny. + +## 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-not-grid-or-flex-container-fix = Spytajće display:grid abo display:flex přidać. { learn-more } +inactive-css-not-grid-or-flex-container-or-multicol-container-fix = Spytajće display:grid, display:flex abo columns:2 přdać. { learn-more } +inactive-css-not-multicol-container-fix = Spytajće pak column-count abo column-width přidać. { learn-more } +inactive-css-not-grid-or-flex-item-fix-3 = Spytajće nadrjadowanemu elementej elementa display:grid, display:flex, display:inline-grid abo display:inline-flex přidać. { learn-more } +inactive-css-not-grid-item-fix-2 = Spytajće display:grid abo display:inline-grid nadrjadowanemu elementej zapiska přidać. { learn-more } +inactive-css-not-grid-container-fix = Spytajće display:grid abo display:inline-grid pčidać. { learn-more } +inactive-css-not-flex-item-fix-2 = Spytajće display:flex abo display:inline-flex nadrjadowanemu elementej zapiska přidać. { learn-more } +inactive-css-not-flex-container-fix = Spytajće display:flex abo display:inline-flex přidać. { learn-more } +inactive-css-not-inline-or-tablecell-fix = Spytajće display:inline abo display:table-cell přidać. { learn-more } +inactive-css-non-replaced-inline-or-table-row-or-row-group-fix = Spytajće display:inline-block abo display:block přidać. { learn-more } +inactive-css-non-replaced-inline-or-table-column-or-column-group-fix = Spytajće display:inline-block přidać. { learn-more } +inactive-css-not-display-block-on-floated-fix = Spytajće float wotstronić abo display:block přidać. { learn-more } +inactive-css-position-property-on-unpositioned-box-fix = Spytajće jeho kajkosć position na něšto druhe hač static nastajić. { learn-more } +inactive-text-overflow-when-no-overflow-fix = Spytajće overflow:hidden přidać. { learn-more } +inactive-css-not-for-internal-table-elements-fix = Spytajće kajkosć display na něsto druhe hač table-cell, table-column, table-row, table-column-group, table-row.group abo table-footer-group stajić. { learn-more } +inactive-css-not-for-internal-table-elements-except-table-cells-fix = Spytajće kajkosć display na něsto druhe hač table-column, table-row, table-column-group, table-row.group abo table-footer-group stajić. { learn-more } +inactive-css-not-table-fix = Spytajće display:table abo display:inline-tabel přidać. { learn-more } +inactive-css-not-table-cell-fix = Spytajće display:table-cell přidać. { learn-more } +inactive-scroll-padding-when-not-scroll-container-fix = Spytajće, overflow:auto, overflow:scroll abo overflow:hidden přidać. { learn-more } +inactive-css-border-image-fix = Wotstrońće na nadrjadowanym elemenće tabele kajkosć abo změńće hódnotu kajkosće border-collapse do hódnoty, kotraž so wot collapse rozeznawa. { learn-more } +inactive-css-ruby-element-fix = Spytajće font-size teksta ruby změnić. { learn-more } +inactive-css-text-wrap-balance-lines-exceeded-fix = Spytajće ličbu linkow redukować. { learn-more } +inactive-css-text-wrap-balance-fragmented-fix = Wotstrońće špalty abo wužiwajće page-break-inside:avoid, zo byšće rozdźělenje elementoweho wobsaha wobešoł. { learn-more } + +## In the Rule View when a CSS property may have compatibility issues with other browsers +## we display an icon. When this icon is hovered this message is displayed to explain why +## the property is incompatible and the platforms it is incompatible on. +## Variables: +## $property (string) - A CSS declaration name e.g. "-moz-user-select" that can be a platform specific alias. +## $rootProperty (string) - A raw CSS property name e.g. "user-select" that is not a platform specific alias. + +css-compatibility-default-message = { $property } so w slědowacych wobhladowakach njepodpěruje: +css-compatibility-deprecated-experimental-message = { $property } bě eksperimentelna kajkosć, kotraž je nětko po W3C-standardach zestarjena. Njepodpěruje so w slědowacych wobhladowakach: +css-compatibility-deprecated-experimental-supported-message = { $property } bě eksperimentelna kajkosć, kotraž je nětko po W3C-standardach zestarjena. +css-compatibility-deprecated-message = { $property } je po W3C-standardach zestarjena. Njepodpěruje so w slědowacych wobhladowakach: +css-compatibility-deprecated-supported-message = { $property } je po W3C-standardach zestarjena. +css-compatibility-experimental-message = { $property } je eksperimentelna kajkosć. Njepodpěruje so w slědowacych wobhladowakach: +css-compatibility-experimental-supported-message = { $property } je eksperimentelna kajkosć. +css-compatibility-learn-more-message = Dalše informacijewo { $rootProperty } + +## In the Rule View when a rule selector can causes issues, we display an icon. +## When this icon is hovered one or more of those messages are displayed to explain what +## the issue are. + +# :has() should not be translated +css-selector-warning-unconstrained-has = Tutón selektor njewobmjezowany :has() wužiwa, kotryž móže pomały być -- cgit v1.2.3