# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the blur-my-shell@aunetx package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: blur-my-shell@aunetx\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2025-02-18 21:20+0100\n" "PO-Revision-Date: 2025-04-25 08:05+0000\n" "Last-Translator: vikdevelop \n" "Language-Team: Czech \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n" "X-Generator: Weblate 5.11.1-dev\n" #: src/effects/effects.js:20 msgid "Blur effects" msgstr "Efekty rozmazání" #: src/effects/effects.js:28 msgid "Texture effects" msgstr "Efekty textur" #: src/effects/effects.js:41 msgid "Shape effects" msgstr "Tvarové efekty" #: src/effects/effects.js:57 msgid "Native gaussian blur" msgstr "Nativní gaussovské rozostření" #: src/effects/effects.js:58 msgid "" "An optimized blur effect that smoothly blends pixels within a given radius." msgstr "" "Optimalizovaný efekt rozmazání který se hladce mísí pomocí daného poloměru." #: src/effects/effects.js:62 src/effects/effects.js:91 #: src/effects/effects.js:120 src/effects/effects.js:312 #: src/effects/effects.js:317 msgid "Radius" msgstr "Poloměr" #: src/effects/effects.js:63 msgid "The intensity of the blur effect." msgstr "Intenzita efektu rozmazání." #: src/effects/effects.js:72 src/effects/effects.js:101 #: src/effects/effects.js:138 resources/ui/applications.ui:42 #: resources/ui/dash.ui:92 resources/ui/other.ui:77 resources/ui/overview.ui:75 #: resources/ui/panel.ui:92 msgid "Brightness" msgstr "Jas" #: src/effects/effects.js:73 src/effects/effects.js:102 #: src/effects/effects.js:139 resources/ui/applications.ui:43 #: resources/ui/dash.ui:93 resources/ui/other.ui:78 resources/ui/overview.ui:76 #: resources/ui/panel.ui:93 msgid "" "The brightness of the blur effect, a high value might make the text harder " "to read." msgstr "" "Jas efektu rozmazání, vysoká hodnota může způsobit, že text bude hůře " "čitelný." #: src/effects/effects.js:86 msgid "Gaussian blur (advanced effect)" msgstr "Gaussovské rozostření (pokročilý efekt)" #: src/effects/effects.js:87 msgid "" "A blur effect that smoothly blends pixels within a given radius. This effect " "is more precise, but way less optimized." msgstr "" "Efekt rozmazání, který plynule prolíná pixely v daném poloměru. Tento efekt " "je přesnější, ale mnohem méně optimalizovaný." #: src/effects/effects.js:92 msgid "" "The intensity of the blur effect. The bigger it is, the slower it will be." msgstr "Intenzita efektu rozmazanosti. Čím více, tím pomaleji." #: src/effects/effects.js:115 msgid "Monte Carlo blur" msgstr "Monte Carlo rozmazání" #: src/effects/effects.js:116 msgid "" "A blur effect that mimics a random walk, by picking pixels further and " "further away from its origin and mixing them all together." msgstr "" "Efekt rozmazání, který imituje náhodné krokování tak, že vybírá pixely dál a " "dál od počátku a míchá je dohromady." #: src/effects/effects.js:121 msgid "" "The maximum travel distance for each step in the random walk. A higher value " "will make the blur more randomized." msgstr "" "Maximální vzdálenost kroku při náhodném krokování. Čím větší hodnota, tím " "více náhodné bude rozmazání." #: src/effects/effects.js:130 msgid "Iterations" msgstr "Iterace" #: src/effects/effects.js:131 msgid "The number of iterations. The more there are, the smoother the blur is." msgstr "Počet iterací. Čím více, tím je rozmazání hladší." #: src/effects/effects.js:148 msgid "Use base pixel" msgstr "Použít základní pixel" #: src/effects/effects.js:149 msgid "" "Whether or not the original pixel is counted for the blur. If it is, the " "image will be more legible." msgstr "" "Jestli má být počáteční pixel použit při rozmazávání. Jestliže je použit, " "obraz bude více čitelný." #: src/effects/effects.js:157 src/effects/effects.js:163 #: src/effects/effects.js:162 src/effects/effects.js:168 msgid "Color" msgstr "Barva" #: src/effects/effects.js:158 src/effects/effects.js:163 msgid "An effect that blends a color into the pipeline." msgstr "Efekt, který míchá barvu do pipeline." #: src/effects/effects.js:164 src/effects/effects.js:169 msgid "" "The color to blend in. The blending amount is controled by the opacity of " "the color." msgstr "Barvu, kterou vmísit. Kolik vmísit je určeno průhledností barvy." #: src/effects/effects.js:172 src/effects/effects.js:177 msgid "Pixelize" msgstr "Rozpixelovat" #: src/effects/effects.js:173 src/effects/effects.js:178 msgid "An effect that pixelizes the image." msgstr "Efekt, který rozpixeluje obraz." #: src/effects/effects.js:177 src/effects/effects.js:204 #: src/effects/effects.js:231 src/effects/effects.js:182 #: src/effects/effects.js:209 src/effects/effects.js:236 msgid "Factor" msgstr "Faktor" #: src/effects/effects.js:178 src/effects/effects.js:205 #: src/effects/effects.js:183 src/effects/effects.js:210 msgid "How much to scale down the image." msgstr "Jak moc zmenšit obraz." #: src/effects/effects.js:185 src/effects/effects.js:212 #: src/effects/effects.js:190 src/effects/effects.js:217 msgid "Downsampling mode" msgstr "Režim zmenšování vzorku" #: src/effects/effects.js:186 src/effects/effects.js:213 #: src/effects/effects.js:191 src/effects/effects.js:218 msgid "The downsampling method that is used." msgstr "Metoda zmenšování vzorku, která je využívána." #: src/effects/effects.js:189 src/effects/effects.js:216 #: src/effects/effects.js:194 src/effects/effects.js:221 msgid "Boxcar" msgstr "Boxcar" #: src/effects/effects.js:190 src/effects/effects.js:217 #: src/effects/effects.js:195 src/effects/effects.js:222 msgid "Triangular" msgstr "Trojúhelníkový" #: src/effects/effects.js:191 src/effects/effects.js:218 #: src/effects/effects.js:196 src/effects/effects.js:223 msgid "Dirac" msgstr "Dirac" #: src/effects/effects.js:199 src/effects/effects.js:204 msgid "Downscale (advanced effect)" msgstr "Zmenšené měřítko (pokročilý efekt)" #: src/effects/effects.js:200 src/effects/effects.js:205 msgid "An effect that downscales the image and put it on the top-left corner." msgstr "" "Efekt, který snižuje měřítko obrázku a přesouvá jej do levého horního rohu." #: src/effects/effects.js:226 src/effects/effects.js:231 msgid "Upscale (advanced effect)" msgstr "Zvětšování měřítka (pokročilý efekt)" #: src/effects/effects.js:227 src/effects/effects.js:232 msgid "An effect that upscales the image from the top-left corner." msgstr "Efekt který zvyšuje měřítko obrázku z levého horního rohu." #: src/effects/effects.js:232 src/effects/effects.js:237 msgid "How much to scale up the image." msgstr "Jak moc zvětšit měřítko obrázku." #: src/effects/effects.js:243 src/effects/effects.js:248 msgid "Derivative" msgstr "Derivace" #: src/effects/effects.js:244 src/effects/effects.js:249 msgid "Apply a spatial derivative, or a laplacian." msgstr "Použít prostorovou derivaci nebo laplacián." #: src/effects/effects.js:248 src/effects/effects.js:253 msgid "Operation" msgstr "Operace" #: src/effects/effects.js:249 src/effects/effects.js:254 msgid "The mathematical operation to apply." msgstr "Matematická operace která se má využít." #: src/effects/effects.js:252 src/effects/effects.js:257 msgid "1-step derivative" msgstr "Derivace v 1 kroku" #: src/effects/effects.js:253 src/effects/effects.js:258 msgid "2-step derivative" msgstr "Derivace ve 2 krocích" #: src/effects/effects.js:254 src/effects/effects.js:259 msgid "Laplacian" msgstr "Laplacián" #: src/effects/effects.js:262 src/effects/effects.js:267 #: src/effects/effects.js:272 msgid "Noise" msgstr "Šum" #: src/effects/effects.js:263 src/effects/effects.js:268 msgid "" "An effect that adds a random noise. Prefer the Monte Carlo blur for a more " "organic effect if needed." msgstr "" "Efekt, který přidává náhodný šum. Pokud chcete více přirozený efekt " "rozmazání, zvolte Monte Carlo." #: src/effects/effects.js:268 src/effects/effects.js:273 msgid "The amount of noise to add." msgstr "Množství šumu, který se přidá." #: src/effects/effects.js:277 src/effects/effects.js:282 msgid "Lightness" msgstr "Světlost" #: src/effects/effects.js:278 src/effects/effects.js:283 msgid "" "The luminosity of the noise. A setting of '1.0' will make the effect " "transparent." msgstr "Zářivost šumu. Při nastavení na '1.0' bude efekt více průhledný." #: src/effects/effects.js:291 src/effects/effects.js:296 msgid "RGB to HSL (advanced effect)" msgstr "RGB na HSL (pokročilý efekt)" #: src/effects/effects.js:292 src/effects/effects.js:297 msgid "Converts the image from RGBA colorspace to HSLA." msgstr "Převede obrázek z barevného prostoru RGBA na HSLA." #: src/effects/effects.js:299 src/effects/effects.js:304 msgid "HSL to RGB (advanced effect)" msgstr "HSL na RGB (pokročilý efekt)" #: src/effects/effects.js:300 src/effects/effects.js:305 msgid "Converts the image from HSLA colorspace to RGBA." msgstr "Převede obrázek z barevného prostoru HSLA na RGBA." #: src/effects/effects.js:307 src/effects/effects.js:312 msgid "Corner" msgstr "Roh" #: src/effects/effects.js:308 src/effects/effects.js:313 msgid "" "An effect that draws corners. Add it last not to have the other effects " "perturb the corners." msgstr "" "Efekt, který vykresluje rohy. Přidejte jako poslední, aby nerušil ostatní " "efekty v rozích." #: src/effects/effects.js:313 src/effects/effects.js:318 msgid "The radius of the corner. GNOME apps use a radius of 12 px by default." msgstr "Poloměr rohu. GNOME aplikace běžně používají 12px." #: src/effects/effects.js:320 src/effects/effects.js:325 msgid "Top corners" msgstr "Horní rohy" #: src/effects/effects.js:321 src/effects/effects.js:326 msgid "Whether or not to round the top corners." msgstr "Zda zaoblit horní rohy, nebo ne." #: src/effects/effects.js:325 src/effects/effects.js:330 msgid "Bottom corners" msgstr "Spodní rohy" #: src/effects/effects.js:326 src/effects/effects.js:331 msgid "Whether or not to round the bottom corners." msgstr "Zda zaoblit spodní rohy, nebo ne." #: resources/ui/application-row.ui:4 msgid "Window Name" msgstr "Název okna" #: resources/ui/application-row.ui:8 msgid "Select window" msgstr "Vybrat okno" #: resources/ui/application-row.ui:9 msgid "Pick a window or select it by its classname." msgstr "Vyberte okno nebo jej vyberte podle názvu třídy." #: resources/ui/applications.ui:5 msgid "Applications" msgstr "Aplikace" #: resources/ui/applications.ui:10 msgid "Applications blur" msgstr "Rozmazání aplikací" #: resources/ui/applications.ui:11 msgid "" "Adds blur to the applications.\n" "To get the best results possible, although with reduced performances, you " "can choose the option “No artifact” in the “Other → Hack level” tab." msgstr "" "Přidává rozmazání aplikacím.\n" "Chcete-li dosáhnout co nejlepších výsledků, i když se sníženým výkonem, " "můžete na kartě \"Další → Hack level” zvolit možnost \"Bez artefaktu\"." #: resources/ui/applications.ui:21 resources/ui/dash.ui:71 #: resources/ui/other.ui:56 resources/ui/overview.ui:54 #: resources/ui/panel.ui:71 msgid "Sigma" msgstr "Sigma" #: resources/ui/applications.ui:22 resources/ui/dash.ui:72 #: resources/ui/other.ui:57 resources/ui/overview.ui:55 #: resources/ui/panel.ui:72 msgid "The intensity of the blur." msgstr "Intenzita rozmazání." #: resources/ui/applications.ui:63 msgid "Opacity" msgstr "Neprůhlednost" #: resources/ui/applications.ui:64 msgid "" "The opacity of the window on top of the blur effect, a higher value will be " "more legible." msgstr "" "Neprůhlednost okna v horní části efektu rozmazání, vyšší hodnota bude " "čitelnější." #: resources/ui/applications.ui:85 msgid "Opaque focused window" msgstr "Neprůhledné vybrané okna" #: resources/ui/applications.ui:86 msgid "" "Makes the focused window opaque and the other ones blurred, helping with " "legibility." msgstr "" "Způsobi to, že vybrané okno bude neprůhledné a ostatní budou rozmazané. " "Pomáhá s čitelností." #: resources/ui/applications.ui:100 msgid "Blur on overview" msgstr "Rozostření v přehledu" #: resources/ui/applications.ui:101 msgid "" "Forces the blur to be properly shown on all workspaces on overview.\n" "This may cause some latency or performance issues." msgstr "" "Vynutí správné zobrazení rozmazání na všech pracovních plochách v přehledu.\n" "To může způsobit určité zpoždění nebo problémy s výkonem." #: resources/ui/applications.ui:116 msgid "Enable all by default" msgstr "Ve výchozím nastavení povolit vše" #: resources/ui/applications.ui:117 msgid "Adds blur behind all windows by default." msgstr "Ve výchozím nastavení přidá rozmazání za všechna okna." #: resources/ui/applications.ui:133 msgid "Whitelist" msgstr "Seznam povolených" #: resources/ui/applications.ui:134 msgid "A list of windows to blur." msgstr "Seznam oken k rozmazání." #: resources/ui/applications.ui:152 resources/ui/applications.ui:189 msgid "Add Window" msgstr "Přidat okno" #: resources/ui/applications.ui:170 msgid "Blacklist" msgstr "Černá listina" #: resources/ui/applications.ui:171 msgid "A list of windows not to blur." msgstr "Seznam oken, která se nemají rozmazávat." #: resources/ui/dash.ui:5 msgid "Dash" msgstr "Dash" #: resources/ui/dash.ui:10 msgid "Dash to Dock blur" msgstr "Dash do rozmazaného doku" #: resources/ui/dash.ui:11 msgid "Blur the background of the Dash to Dock extension, if it is used." msgstr "Rozmazat pozadí rozšíření Dash to Dock, pokud je použito." #: resources/ui/dash.ui:20 resources/ui/panel.ui:20 msgid "Blur type" msgstr "Typ rozmazání" #: resources/ui/dash.ui:21 resources/ui/panel.ui:21 msgid "" "The dynamic blur is slower and only compatible with a gaussian blur effect." msgstr "" "Dynamické rozmazání je pomalejší a kompatibilní pouze s efektem Gaussian " "blur." #: resources/ui/dash.ui:41 resources/ui/panel.ui:41 msgid "Static" msgstr "Statický" #: resources/ui/dash.ui:53 resources/ui/panel.ui:53 msgid "Dynamic" msgstr "Dynamický" #: resources/ui/dash.ui:113 resources/ui/panel.ui:128 msgid "Override background" msgstr "Přepsat pozadí" #: resources/ui/dash.ui:114 msgid "" "Makes the background either transparent or semi-transparent, disable this to " "use Dash to Dock preferences instead." msgstr "" "Nastaví pozadí jako průhledné nebo poloprůhledné, pokud chcete místo toho " "použít předvolby Dash to Dock, zakažte tuto funkci." #: resources/ui/dash.ui:120 resources/ui/panel.ui:136 msgid "Background style" msgstr "Styl pozadí" #: resources/ui/dash.ui:121 msgid "The transparent/semi-transparent style for the dock background." msgstr "Průhledný/poloprůhledný styl pozadí doku." #: resources/ui/dash.ui:137 resources/ui/panel.ui:167 msgid "Disable in overview" msgstr "Zakázat v přehledu" #: resources/ui/dash.ui:138 msgid "Disables the blur from Dash to Dock when entering the overview." msgstr "Zakáže rozmazání z Dashe do doku při vstupu do přehledu." #: resources/ui/dash.ui:167 resources/ui/overview.ui:118 #: resources/ui/overview.ui:138 resources/ui/panel.ui:222 msgid "Transparent" msgstr "Transparentní" #: resources/ui/dash.ui:168 resources/ui/overview.ui:116 #: resources/ui/overview.ui:139 resources/ui/panel.ui:223 msgid "Light" msgstr "Světlý" #: resources/ui/dash.ui:169 resources/ui/overview.ui:117 #: resources/ui/overview.ui:140 resources/ui/panel.ui:224 msgid "Dark" msgstr "Tmavý" #: resources/ui/effects-dialog.ui:4 msgid "Effects" msgstr "Efekty" #: resources/ui/effects-dialog.ui:39 msgid "Add Effect" msgstr "Přidat efekt" #: resources/ui/effects-dialog.ui:72 msgid "Include advanced effects" msgstr "Zahrnout pokročilé efekty" #: resources/ui/menu.ui:6 msgid "Project page" msgstr "Stránka projektu" #: resources/ui/menu.ui:10 msgid "Report a Bug" msgstr "Nahlásit chybu" #: resources/ui/menu.ui:14 msgid "License" msgstr "Licence" #: resources/ui/menu.ui:18 msgid "Donate" msgstr "Podpořit" #: resources/ui/other.ui:5 msgid "Other" msgstr "Jiné" #: resources/ui/other.ui:10 msgid "Lockscreen blur" msgstr "Rozmazání zamykací obrazovky" #: resources/ui/other.ui:11 msgid "Change the blur of the lockscreen to use this extension's preferences." msgstr "" "Změňte rozmazání zamykací obrazovky tak, aby používala předvolby tohoto " "rozšíření." #: resources/ui/other.ui:28 msgid "Screenshot blur" msgstr "Rozmazání snímku obrazovky" #: resources/ui/other.ui:29 msgid "Add blur to the background of the window selector in the screenshot UI." msgstr "" "Přidejte rozostření pozadí voliče oken v uživatelském rozhraní snímku " "obrazovky." #: resources/ui/other.ui:46 msgid "Window list extension blur" msgstr "Rozmazání rozšíření seznamu oken" #: resources/ui/other.ui:47 msgid "Make the window-list extension blurred, if it is used." msgstr "Rozmazat rozšíření seznamu oken, pokud je použito." #: resources/ui/other.ui:100 msgid "Coverflow Alt-Tab extension blur" msgstr "Rozmazání rozšíření Coverflow Alt-Tab" #: resources/ui/other.ui:101 msgid "Make the coverflow alt-tab extension blurred, if it is used." msgstr "Rozmazat rozšíření krycího listu alt-tab, pokud je použito." #: resources/ui/other.ui:118 msgid "Performance" msgstr "Výkon" #: resources/ui/other.ui:119 msgid "Various options to tweak the performance." msgstr "Různé možnosti nastavení výkonu." #: resources/ui/other.ui:123 msgid "Hack level" msgstr "Úroveň hackování" #: resources/ui/other.ui:124 msgid "" "Changes the behaviour of the dynamic blur effect. The default value is " "highly recommended.\n" "The “No artifact” option will entirely disable clipped redraws in GNOME " "shell, and will impact your computer performances significantly." msgstr "" "Změní chování efektu dynamického rozostření. Výchozí hodnota je velmi " "doporučená.\n" "Možnost \"Bez artefaktu\" zcela zakáže oříznuté překreslování v prostředí " "GNOME shell a výrazně ovlivní výkon počítače." #: resources/ui/other.ui:138 msgid "Debug" msgstr "Ladit" #: resources/ui/other.ui:139 msgid "" "Makes the extension verbose in logs, activate when you need to report an " "issue." msgstr "" "Rozšíření se v protokolech zobrazí jako slovní, aktivuje se, když " "potřebujete nahlásit problém." #: resources/ui/other.ui:154 msgid "Reset preferences" msgstr "Resetovat předvolby" #: resources/ui/other.ui:155 msgid "Resets preferences of Blur my Shell irreversibly." msgstr "Nevratně resetuje předvolby Blur my Shell." #: resources/ui/other.ui:174 msgid "Reset" msgstr "Resetovat" #: resources/ui/other.ui:203 msgid "High performances" msgstr "Vysoké výkony" #: resources/ui/other.ui:204 msgid "Default" msgstr "Výchozí" #: resources/ui/other.ui:205 msgid "No artifact" msgstr "Žádný artefakt" #: resources/ui/overview.ui:5 msgid "Overview" msgstr "Přehled" #: resources/ui/overview.ui:10 msgid "Background blur" msgstr "Rozmazání pozadí" #: resources/ui/overview.ui:11 msgid "Add blur to the overview background, using the wallpaper picture." msgstr "Přidejte rozmazání pozadí přehledu pomocí obrázku tapety." #: resources/ui/overview.ui:26 msgid "Overview components style" msgstr "Přehled stylu komponent" #: resources/ui/overview.ui:27 msgid "" "The semi-transparent style for the dash, search entry/results, and " "application folders." msgstr "" "Poloprůhledný styl pro pomlčku, položku/výsledky vyhledávání a složky " "aplikací." #: resources/ui/overview.ui:44 msgid "Application folder blur" msgstr "Rozmazání složky aplikace" #: resources/ui/overview.ui:45 msgid "Makes the background of application folder dialogs blurred." msgstr "Rozostří pozadí dialogových oken složek aplikací." #: resources/ui/overview.ui:96 msgid "Application folder dialogs style" msgstr "Styl dialogových oken složek aplikací" #: resources/ui/overview.ui:97 msgid "The semi-transparent style for the application folder dialogs." msgstr "Poloprůhledný styl pro dialogová okna složek aplikací." #: resources/ui/overview.ui:115 resources/ui/overview.ui:137 msgid "Do not style" msgstr "Nestylizujte" #: resources/ui/panel.ui:5 msgid "Panel" msgstr "Panel" #: resources/ui/panel.ui:10 msgid "Panel blur" msgstr "Rozmazání panelu" #: resources/ui/panel.ui:11 msgid "Blur the top panel using the background image." msgstr "Rozmazání horního obrazu pomocí obrázku na pozadí." #: resources/ui/panel.ui:113 msgid "Force light text" msgstr "Vynutit světlý text" #: resources/ui/panel.ui:114 msgid "" "Use a light text for the panel, useful when using gnome-shell's light theme." msgstr "" "Použít světlý text pro panel, užitečné při používání světlého motivu Gnome " "Shell." #: resources/ui/panel.ui:129 msgid "" "Override the background of the panel to use a transparent or semi-" "transparent one.\n" "Recommended unless you want to customize your GNOME theme." msgstr "" "Přepište pozadí panelu tak, aby bylo průhledné nebo poloprůhledné.\n" "Doporučujeme, pokud si nechcete přizpůsobit téma GNOME." #: resources/ui/panel.ui:137 msgid "The transparent/semi-transparent style for the panel background." msgstr "Průhledný/poloprůhledný styl pozadí panelu." #: resources/ui/panel.ui:151 msgid "Disable when a window is near" msgstr "Zakázat, když je okno v blízkosti" #: resources/ui/panel.ui:152 msgid "Disables the transparency of the panel when a window is near it." msgstr "Zakáže průhlednost panelu, pokud se v jeho blízkosti nachází okno." #: resources/ui/panel.ui:168 msgid "Disables the blur from the panel when entering the overview." msgstr "Zakáže rozmazání panelu při vstupu do přehledu." #: resources/ui/panel.ui:184 msgid "Compatibility" msgstr "Kompatibilita" #: resources/ui/panel.ui:185 msgid "Various options to provide compatibility with other extensions." msgstr "Různé možnosti pro zajištění kompatibility s jinými rozšířeními." #: resources/ui/panel.ui:190 msgid "Hidetopbar extension" msgstr "Rozšíření Skrýt horní lištu" #: resources/ui/panel.ui:191 msgid "Does not disable the blur in overview, best used with static blur." msgstr "" "Nevypíná rozostření v přehledu, nejlépe se používá se statickým rozostřením." #: resources/ui/panel.ui:205 msgid "Blur original panel with Dash to Panel" msgstr "Rozmazaní původní panelu pomocí Dash to Panel" #: resources/ui/panel.ui:206 msgid "" "Enables the blurring of the original panel with Dash to Panel, if selected " "in the extension's options." msgstr "" "Povolí rozmazání pomocí rozšíření Dash to Panel, pokud je vybrána v " "možnostech rozšíření." #: resources/ui/panel.ui:225 msgid "Contrasted" msgstr "Kontrastní" #: resources/ui/pipeline-choose-row.ui:4 msgid "Pipeline" msgstr "Pipeline" #: resources/ui/pipeline-choose-row.ui:5 msgid "The pipeline to be used with this component." msgstr "Pipeline, která má být použita s touto komponentou." #: resources/ui/pipeline-group.ui:6 msgid "Pipeline name" msgstr "Název Pipeline" #: resources/ui/pipeline-group.ui:20 msgid "Manage effects" msgstr "Spravovat efekty" #: resources/ui/pipelines.ui:5 msgid "Pipelines" msgstr "Pipelines" #: resources/ui/pipelines.ui:10 msgid "" "Each component uses a pipeline, which can be chosen in the corresponding " "tab. Here you can create, modify and delete the pipelines and their effects." msgstr "" "Každá komponenta používá Pipeline, které lze vybrat na příslušné kartě. Zde " "můžete Pipelines a jejich efekty vytvářet, upravovat a odstraňovat." #: resources/ui/pipelines.ui:29 msgid "Add Pipeline" msgstr "Přidat Pipeline" #: src/effects/effects.js:153 msgid "Prefer closer pixels" msgstr "Preferovat bližší pixely" #: src/effects/effects.js:154 msgid "" "Whether or not the pixels that are closer to the original pixel will have " "more weight." msgstr "Zda budou mít pixely, které jsou blíže původnímu pixelu, větší váhu." #~ msgid "Gaussian blur" #~ msgstr "Gaussianovo rozostření" #~ msgid "Divider" #~ msgstr "Dělič" #~ msgid "Applications blur (beta)" #~ msgstr "Rozostření aplikací (beta)" #~ msgid "" #~ "Adds blur to the applications. This is still beta functionality.\n" #~ "To get the best results possible, make sure to choose the option “No " #~ "artifact” in the “General → Hack level” preference.\n" #~ " " #~ msgstr "" #~ "Přidá do aplikací rozmazání. Jedná se stále o funkci beta.\n" #~ "Chcete-li dosáhnout co nejlepších výsledků, nezapomeňte v předvolbách " #~ "\"Obecné → Úroveň hacku\" vybrat možnost \"Bez artefaktu\".\n" #~ " " #~ msgid "" #~ "Adds blur behind all windows by default.\n" #~ "Not recommended because of performance and stability issues." #~ msgstr "" #~ "Ve výchozím nastavení přidá rozmazání za všechna okna.\n" #~ "Nedoporučuje se kvůli problémům s výkonem a stabilitou." #~ msgid "Customize properties" #~ msgstr "Přizpůsobit vlastnosti" #~ msgid "" #~ "Uses customized blur properties, instead of the ones set in the General " #~ "page." #~ msgstr "" #~ "Používá vlastní vlastnosti rozmazání namísto vlastností nastavených na " #~ "stránce Obecné." #~ msgid "" #~ "Changes the color of the blur. The opacity of the color controls how much " #~ "it is blended into the blur effect." #~ msgstr "" #~ "Změní barvu rozmazání. Neprůhlednost barvy určuje, jak moc se barva " #~ "prolne do efektu rozmazání." #~ msgid "Noise amount" #~ msgstr "Množství hluku" #~ msgid "" #~ "The amount of noise to add to the blur effect, useful on low-contrast " #~ "screens or for aesthetic purpose." #~ msgstr "" #~ "Množství šumu, které se přidá k efektu rozmazání, užitečné na obrazovkách " #~ "s nízkým kontrastem nebo pro estetické účely." #~ msgid "Noise lightness" #~ msgstr "Lehkost šumu" #~ msgid "The lightness of the noise added to the blur effect." #~ msgstr "Lehkost šumu přispěla k efektu rozmazání." #~ msgid "Notice" #~ msgstr "Oznámení" #~ msgid "" #~ "Noise and color can't be activated on dynamically blurred components, " #~ "such as this one." #~ msgstr "" #~ "Šum a barvu nelze aktivovat u dynamicky rozmazaných komponent, jako je " #~ "tato." #~ msgid "Static blur" #~ msgstr "Statické rozmazání" #~ msgid "" #~ "Uses a static blurred image, can be used with rounding effect.\n" #~ "Important notice: with this activated, you should not use a big " #~ "sigma value as it will deteriorate performances." #~ msgstr "" #~ "Používá statický rozmazaný obraz, lze použít s efektem zaoblení.\n" #~ "Důležité upozornění: při aktivaci této funkce byste neměli " #~ "používat velkou hodnotu sigma, protože by se zhoršily výkony." #~ msgid "Rounded corner radius" #~ msgstr "Zaoblený poloměr rohu" #~ msgid "The radius for the rounding effect. Only available with static blur." #~ msgstr "" #~ "Poloměr pro efekt zaokrouhlení. Dostupné pouze pomocí statického " #~ "rozostření.." #~ msgid "General" #~ msgstr "Obecné" #~ msgid "Blur preferences" #~ msgstr "Předvolby rozmazání" #~ msgid "Global blur preferences, used by all components by default." #~ msgstr "" #~ "Globální předvolby rozmazání, které ve výchozím nastavení používají " #~ "všechny komponenty." #~ msgid "Color and noise effects" #~ msgstr "Barevné a šumové efekty" #~ msgid "" #~ "Globally disables noise and color effects which may improve performance " #~ "on low-end systems." #~ msgstr "" #~ "Globálně vypne efekty šumu a barev, což může zlepšit výkon na low-" #~ "endových systémech." #~ msgid "" #~ "Changes the behaviour of the dynamic blur effect.\n" #~ "The default value is highly recommended unless you use application blur, " #~ "in which case “No artifact” is better.\n" #~ "This option will entirely disable clipped redraws in GNOME shell, and may " #~ "impact performance significantly but will completely fix the blur effect." #~ msgstr "" #~ "Změní chování efektu dynamického rozostření.\n" #~ "Výchozí hodnota je velmi doporučována, pokud nepoužíváte rozostření " #~ "aplikací, v takovém případě je lepší volba \"Bez artefaktu\".\n" #~ "Tato volba zcela zakáže oříznuté překreslování v prostředí GNOME shell a " #~ "může mít značný dopad na výkon, ale zcela vyřeší efekt rozmazání." #~ msgid "High quality" #~ msgstr "Vysoká kvalita" #~ msgid "Uses a static blurred image, more performant and stable." #~ msgstr "Používá statický rozmazaný obraz, je výkonnější a stabilnější." #~ msgid "Uses a static blurred image, can be used with rounding effect." #~ msgstr "" #~ "Používá statický rozostřený obrázek, může být použito pomocí efektu " #~ "zaokrouhlení." #~ msgid "" #~ "Add blur to the applications. This is still a beta functionnality.\n" #~ "To get the best results possible, make sure to choose option “No " #~ "artefact” in the “General → Hack level” preference.\n" #~ " " #~ msgstr "" #~ "Přidejte do aplikací rozostření. Jedná se stále beta funkci.\n" #~ "Chcete-li získat co nejlepší výsledky, vyberte možnost „Žádný artefakt“ v " #~ "předvolbě „Obecné → Úroveň hackování“.\n" #~ " " #~ msgid "" #~ "Makes the background semi-transparent, disable this to use Dash to Dock " #~ "preferences instead." #~ msgstr "" #~ "Vytvoří poloprůhledné pozadí, pokud chcete místo toho použít předvolby " #~ "Dash to Dock, zakažte tuto funkci." #~ msgid "Performances" #~ msgstr "Představení" #~ msgid "Various options to tweak the performances." #~ msgstr "Různé možnosti nastavení výkonů." #~ msgid "" #~ "Permits to disable globally the use of noise and color effects, this may " #~ "improve performances for low-end graphic." #~ msgstr "" #~ "Umožňuje globálně zakázat použití šumu a barevných efektů, což může " #~ "zlepšit výkon u grafiky nižší třídy." #~ msgid "" #~ "Changes the behaviour of dynamic blur effect.\n" #~ "Default value is very recommended, unless you use application blur in " #~ "which case “No artefact” is better.\n" #~ "This option will entirely disable clipped redraws from GNOME shell, and " #~ "may impact performances significantly but will entirely fix the blur " #~ "effect." #~ msgstr "" #~ "Změní chování efektu dynamického rozostření.\n" #~ "Výchozí hodnota je velmi doporučená, pokud nepoužíváte aplikační " #~ "rozostření, v takovém případě je lepší \"Bez artefaktu\".\n" #~ "Tato volba zcela zakáže oříznuté překreslování ze shellu GNOME a může mít " #~ "značný dopad na výkon, ale zcela opraví efekt rozmazání." #~ msgid "No artefact" #~ msgstr "Žádný artefakt" #~ msgid "" #~ "The semi-transparent style for the dash, search entry/results, and " #~ "applications folders." #~ msgstr "" #~ "Poloprůhledný styl pro Dash, položku/výsledky vyhledávání a složky " #~ "aplikací." #~ msgid "Applications folder blur" #~ msgstr "Rozmazání složky s aplikacemi" #~ msgid "Makes the background of folder icons blurred." #~ msgstr "Rozostří pozadí ikon složek." #~ msgid "Dialog opacity" #~ msgstr "Neprůhlednost dialogu" #~ msgid "The opacity of the applications folder popup." #~ msgstr "Neprůhlednost vyskakovacího okna složky s aplikacemi." #~ msgid "" #~ "Override the background of the panel to use a transparent one.\n" #~ "Recommended unless you want to customize your GNOME theme." #~ msgstr "" #~ "Přepište pozadí panelu na průhledné.\n" #~ "Doporučujeme, pokud si nechcete přizpůsobit téma GNOME." #~ msgid "" #~ "Add blur to the applications. This is still a beta functionnality, is " #~ "quite buggy and is only applied to the apps that ask it, or to the ones " #~ "set in the whitelist below." #~ msgstr "" #~ "Přidejte do aplikací rozmazání pozadí. Toto je stále beta funkce, je " #~ "poměrně chybová a vztahuje se pouze na aplikace, které to vyžadují, nebo " #~ "na ty, které jsou nastaveny v seznamu povolených níže." #~ msgid "" #~ "Changes the behaviour of dynamic blur effect. Default value is very " #~ "recommended." #~ msgstr "" #~ "Změní chování efektu dynamického rozostření. Výchozí hodnota je velmi " #~ "doporučená." #~ msgid "Disables the blur from the panel when a window is near it." #~ msgstr "Zakáže rozmazání obrazu, když je v jeho blízkosti okno." #~ msgid "" #~ "A list of the applications to blur, one per line. To get an application " #~ "class name, under xorg you can use `xprop|grep WM_CLASS` and paste the " #~ "last name here." #~ msgstr "" #~ "Seznam aplikací, které mají být rozmazané, po jedné na řádek. Chcete-li " #~ "získat název třídy aplikace, můžete pod xorg použít příkaz `xprop|grep " #~ "WM_CLASS` a vložit sem poslední název."