diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /l10n-cs/dom/chrome/layout/layout_errors.properties | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-cs/dom/chrome/layout/layout_errors.properties')
-rw-r--r-- | l10n-cs/dom/chrome/layout/layout_errors.properties | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/l10n-cs/dom/chrome/layout/layout_errors.properties b/l10n-cs/dom/chrome/layout/layout_errors.properties new file mode 100644 index 0000000000..9693771bb2 --- /dev/null +++ b/l10n-cs/dom/chrome/layout/layout_errors.properties @@ -0,0 +1,53 @@ +# 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/. + +ImageMapRectBoundsError=Atribut „coords“ prvku <area shape="rect"> není v požadovaném formátu „left,top,right,bottom“. +ImageMapCircleWrongNumberOfCoords=Atribut „coords“ prvku <area shape="circle"> není v požadovaném formátu „center-x,center-y,radius“. +ImageMapCircleNegativeRadius=Atribut „coords“ prvku <area shape="circle"> má záporný poloměr. +ImageMapPolyWrongNumberOfCoords=Atribut „coords“ prvku <area shape="poly"> není v požadovaném formátu „x1,y1,x2,y2“. +ImageMapPolyOddNumberOfCoords=Atribut „coords“ prvku <area shape="poly"> postrádá poslední „y“ souřadnici. Správný formát je „x1,y1,x2,y2“. + +ScrollLinkedEffectFound3=Zdá se, že tento web používá efekt pozicování na základě události scroll. To nemusí dobře fungovat při asynchronním posouvání; další podrobnosti najdete na adrese https://firefox-source-docs.mozilla.org/performance/scroll-linked_effects.html, kde se můžete zapojit do diskuse o souvisejících nástrojích a funkcích! + +## LOCALIZATION NOTE(CompositorAnimationWarningContentTooLargeArea): +## %1$S is an integer value of the area of the frame +## %2$S is an integer value of the area of a limit based on the viewport size +CompositorAnimationWarningContentTooLargeArea=Animaci nelze spustit, protože oblast rámce (%1$S) je příliš veliká v poměru k výřezu (větší než %2$S) +## LOCALIZATION NOTE(CompositorAnimationWarningContentTooLarge2): +## (%1$S, %2$S) is a pair of integer values of the frame size +## (%3$S, %4$S) is a pair of integer values of a limit based on the viewport size +## (%5$S, %6$S) is a pair of integer values of an absolute limit +CompositorAnimationWarningContentTooLarge2=Animaci nelze spustit, protože je velikost rámce (%1$S, %2$S) příliš velká vzhledem k výřezu (větší než (%3$S, %4$S)) nebo větší než maximální povolená (%5$S, %6$S) +## LOCALIZATION NOTE(CompositorAnimationWarningTransformBackfaceVisibilityHidden): +## 'backface-visibility: hidden' is a CSS property, don't translate it. +CompositorAnimationWarningTransformBackfaceVisibilityHidden=Animace transformací „backface-visibility: hidden“ nelze spustit +## LOCALIZATION NOTE(CompositorAnimationWarningTransformSVG, +## CompositorAnimationWarningTransformWithGeometricProperties, +## CompositorAnimationWarningTransformWithSyncGeometricAnimations, +## CompositorAnimationWarningTransformFrameInactive, +## CompositorAnimationWarningOpacityFrameInactive): +## 'transform' and 'opacity' mean CSS property names, don't translate it. +CompositorAnimationWarningTransformSVG=Animace „transform“ na prvcích se SVG transformacemi nelze spustit +CompositorAnimationWarningTransformWithGeometricProperties=Animace 'transform' nelze spustit na jednom prvku jsou-li ve stejný okamžik animovány geometrické vlastnosti +CompositorAnimationWarningTransformWithSyncGeometricAnimations=Animace 'transform' nelze spustit, protože by měla být synchronizována s animacemi geometrických vlastností spuštěných ve stejný čas +CompositorAnimationWarningTransformFrameInactive=Animaci nelze spustit, protože rámec nebyl označen jako aktivní pro „transform“ animace +CompositorAnimationWarningTransformIsBlockedByImportantRules=Animaci vlastnosti ‘transform‘ nelze spustit v kompozitoru, protože vlastnosti související s transformací jsou přepsány pravidly !important +CompositorAnimationWarningOpacityFrameInactive=Animaci nelze spustit, protože rámec nebyl označen jako aktivní pro „opacity“ animace +CompositorAnimationWarningHasRenderingObserver=Animaci nelze spustit, protože má prvek nastaven observer překreslování (-moz-element nebo SVG clipping/masking) +CompositorAnimationWarningHasCurrentColor=Animace ’background-color’ nelze spustit v kompozitoru s klíčovým rámcem ’current-color’. + +## LOCALIZATION NOTE: Do not translate zoom, calc(), "transform", "transform-origin: 0 0" +ZoomPropertyWarning=Tato stránka používá nestandardní vlastnost “zoom“. Zvažte použití funkce calc() v příslušných hodnotách vlastnosti nebo použití “transform“ spolu s “transform-origin: 0 0“. + +## LOCALIZATION NOTE(PrincipalWritingModePropagationWarning): +## Do not translate <html>, <body>, CSS, "writing-mode", "direction", "text-orientation", :root, and "The Principal Writing Mode" because they are technical terms. +PrincipalWritingModePropagationWarning=Při vykreslování prvku <html> se použité hodnoty vlastností CSS ”writing-mode”, ”direction” a ”text-orientation” prvku <html> přebírají z vypočtených hodnot prvku <body>, nikoli z vlastních hodnot prvku <html>. Zvažte nastavení těchto vlastností na pseudotřídě CSS :root. Další informace naleznete v části ”The Principal Writing Mode” na adrese https://www.w3.org/TR/css-writing-modes-3/#principal-flow. + +## LOCALIZATION NOTE(ScrollAnchoringDisabledInContainer): +## %1$S is an integer value with the total number of adjustments +## %2$S is a floating point value with the average distance adjusted +## %3$S is a floating point value with the total adjusted distance +ScrollAnchoringDisabledInContainer=Ukotvení rolování bylo v kontejneru procházení zakázáno kvůli příliš mnoha po sobě jdoucím úpravám (%1$S) s příliš malou celkovou vzdáleností (%2$S px průměr, %3$S px celkem). + +ForcedLayoutStart=Rozvržení bylo vynuceno před úplným načtením stránky. Pokud ještě nejsou načteny šablony stylů, může to způsobit probliknutí obsahu bez stylu. |