# 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: 2026-04-09 10:41+0200\n" "PO-Revision-Date: 2025-04-18 17:01+0000\n" "Last-Translator: Максим Горпиніч \n" "Language-Team: Ukrainian \n" "Language: uk\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%10==1 && n%100!=11 ? 0 : n%10>=2 && " "n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Weblate 5.11.1-dev\n" #: src/effects/effects.js:21 msgid "Blur effects" msgstr "Ефекти розмиття" #: src/effects/effects.js:29 msgid "Texture effects" msgstr "Ефекти текстур" #: src/effects/effects.js:43 msgid "Shape effects" msgstr "Ефекти фігур" #: src/effects/effects.js:59 msgid "Native gaussian blur" msgstr "Нативне гаусове розмиття" #: src/effects/effects.js:60 msgid "" "An optimized blur effect that smoothly blends pixels within a given radius." msgstr "" "Оптимізований ефект розмиття, який плавно змішує пікселі в межах заданого " "радіусу." #: src/effects/effects.js:64 src/effects/effects.js:93 #: src/effects/effects.js:122 src/effects/effects.js:404 msgid "Radius" msgstr "Радіус" #: src/effects/effects.js:65 msgid "The intensity of the blur effect." msgstr "Інтенсивність ефекту розмиття." #: src/effects/effects.js:74 src/effects/effects.js:103 #: src/effects/effects.js:140 resources/ui/applications.ui:93 #: resources/ui/dash.ui:92 resources/ui/other.ui:77 resources/ui/overview.ui:75 #: resources/ui/panel.ui:92 msgid "Brightness" msgstr "Яскравість" #: src/effects/effects.js:75 src/effects/effects.js:104 #: src/effects/effects.js:141 resources/ui/applications.ui:94 #: 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 "" "Яскравість ефекту розмиття, високе значення може ускладнити читабельність." #: src/effects/effects.js:88 msgid "Gaussian blur (advanced effect)" msgstr "Розмиття за Гаусом (розширений ефект)" #: src/effects/effects.js:89 msgid "" "A blur effect that smoothly blends pixels within a given radius. This effect " "is more precise, but way less optimized." msgstr "" "Ефект розмиття, що плавно змішує пікселі в межах заданого радіусу. Цей ефект " "точніший, але набагато менш оптимізований." #: src/effects/effects.js:94 msgid "" "The intensity of the blur effect. The bigger it is, the slower it will be." msgstr "" "Інтенсивність ефекту розмиття. Чим вона більша, тим повільніше " "відбуватиметься ефект." #: src/effects/effects.js:117 msgid "Monte Carlo blur" msgstr "Розмиття Монте-Карло" #: src/effects/effects.js:118 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 "" "Ефект розмиття, що імітує випадковий рух, обираючи пікселі все далі і далі " "від свого джерела та змішуючи їх разом." #: src/effects/effects.js:123 msgid "" "The maximum travel distance for each step in the random walk. A higher value " "will make the blur more randomized." msgstr "" "Максимальна відстань для кожного кроку у випадковому русі. За більшого " "значення розмиття буде більш випадковим." #: src/effects/effects.js:132 msgid "Iterations" msgstr "Ітерації" #: src/effects/effects.js:133 msgid "The number of iterations. The more there are, the smoother the blur is." msgstr "Кількість ітерацій. Чим їх більше, тим плавнішим буде розмиття." #: src/effects/effects.js:150 msgid "Use base pixel" msgstr "Використовувати вихідний піксель" #: src/effects/effects.js:151 msgid "" "Whether or not the original pixel is counted for the blur. If it is, the " "image will be more legible." msgstr "" "Чи враховується вихідний піксель під час розмиття. Якщо так, то зображення " "буде більш розбірливим." #: src/effects/effects.js:155 msgid "Prefer closer pixels" msgstr "Віддавайте перевагу ближчим пікселям" #: src/effects/effects.js:156 msgid "" "Whether or not the pixels that are closer to the original pixel will have " "more weight." msgstr "Чи матимуть більшу вагу пікселі, які ближче до оригінального пікселя." #: src/effects/effects.js:164 src/effects/effects.js:170 #: src/effects/effects.js:196 msgid "Color" msgstr "Колір" #: src/effects/effects.js:165 msgid "An effect that blends a color into the pipeline." msgstr "Ефект, коли колір змішується з каналом." #: src/effects/effects.js:171 msgid "" "The color to blend in. The blending amount is controled by the opacity of " "the color." msgstr "" "Колір для змішування. Розмір змішування регулюється непрозорістю кольору." #: src/effects/effects.js:176 msgid "Blend mode" msgstr "" #: src/effects/effects.js:177 msgid "How the color is blended in." msgstr "" #: src/effects/effects.js:180 msgid "Normal" msgstr "" #: src/effects/effects.js:181 msgid "Multiply" msgstr "" #: src/effects/effects.js:182 msgid "Screen" msgstr "" #: src/effects/effects.js:183 msgid "Overlay" msgstr "" #: src/effects/effects.js:184 msgid "Darken" msgstr "" #: src/effects/effects.js:185 msgid "Lighten" msgstr "" #: src/effects/effects.js:186 msgid "Plus darker" msgstr "" #: src/effects/effects.js:187 msgid "Plus lighter" msgstr "" #: src/effects/effects.js:188 msgid "Color dodge" msgstr "" #: src/effects/effects.js:189 msgid "Color burn" msgstr "" #: src/effects/effects.js:190 msgid "Hard light" msgstr "" #: src/effects/effects.js:191 msgid "Soft light" msgstr "" #: src/effects/effects.js:192 msgid "Difference" msgstr "" #: src/effects/effects.js:193 msgid "Exclusion" msgstr "" #: src/effects/effects.js:194 msgid "Hue" msgstr "" #: src/effects/effects.js:195 src/effects/effects.js:250 msgid "Saturation" msgstr "" #: src/effects/effects.js:197 src/effects/effects.js:205 msgid "Luminosity" msgstr "" #: src/effects/effects.js:206 msgid "An effect that affects the luminosity of the image." msgstr "" #: src/effects/effects.js:210 msgid "Shift brightness" msgstr "" #: src/effects/effects.js:211 msgid "The brightness to add of remove to the image." msgstr "" #: src/effects/effects.js:220 msgid "Multiply brightness" msgstr "" #: src/effects/effects.js:221 msgid "" "The brightness multiplicator of the image, so that 0 means no brightness and " "2 means infinite brightness." msgstr "" #: src/effects/effects.js:230 msgid "Contrast" msgstr "" #: src/effects/effects.js:231 msgid "The contrast of the image in regard to the center of the contrast." msgstr "" #: src/effects/effects.js:240 msgid "Contrast center" msgstr "" #: src/effects/effects.js:241 msgid "The center of the contrast to use." msgstr "" #: src/effects/effects.js:251 msgid "" "The saturation of the image, so that 0 means no saturation and 2 means " "infinite saturation." msgstr "" #: src/effects/effects.js:264 msgid "Pixelize" msgstr "Пікселізація" #: src/effects/effects.js:265 msgid "An effect that pixelizes the image." msgstr "Ефект, який пікселює зображення." #: src/effects/effects.js:269 src/effects/effects.js:296 #: src/effects/effects.js:323 msgid "Factor" msgstr "Фактор" #: src/effects/effects.js:270 src/effects/effects.js:297 msgid "How much to scale down the image." msgstr "Як сильно зменшити масштаб зображення." #: src/effects/effects.js:277 src/effects/effects.js:304 msgid "Downsampling mode" msgstr "Режим зниження дискретизації" #: src/effects/effects.js:278 src/effects/effects.js:305 msgid "The downsampling method that is used." msgstr "Метод зниження дискретизації, який використовується." #: src/effects/effects.js:281 src/effects/effects.js:308 msgid "Boxcar" msgstr "Прямокутний" #: src/effects/effects.js:282 src/effects/effects.js:309 msgid "Triangular" msgstr "Трикутний" #: src/effects/effects.js:283 src/effects/effects.js:310 msgid "Dirac" msgstr "Функція Дірака" #: src/effects/effects.js:291 msgid "Downscale (advanced effect)" msgstr "Зниження масштабу (просунутий ефект)" #: src/effects/effects.js:292 msgid "An effect that downscales the image and put it on the top-left corner." msgstr "" "Ефект, який знижує масштаб зображення і розміщує його у верхньому лівому " "куті." #: src/effects/effects.js:318 msgid "Upscale (advanced effect)" msgstr "Збільшення масштабу (просунутий ефект)" #: src/effects/effects.js:319 msgid "An effect that upscales the image from the top-left corner." msgstr "" "Ефект, який збільшує масштаб зображення, починаючи з верхнього лівого кута." #: src/effects/effects.js:324 msgid "How much to scale up the image." msgstr "Наскільки збільшити масштаб зображення." #: src/effects/effects.js:335 msgid "Derivative" msgstr "Похідна" #: src/effects/effects.js:336 msgid "Apply a spatial derivative, or a laplacian." msgstr "Застосувати просторову похідну або лаплаціан." #: src/effects/effects.js:340 msgid "Operation" msgstr "Операція" #: src/effects/effects.js:341 msgid "The mathematical operation to apply." msgstr "Математична операція, яку потрібно застосувати." #: src/effects/effects.js:344 msgid "1-step derivative" msgstr "1-ступенева похідна" #: src/effects/effects.js:345 msgid "2-step derivative" msgstr "2-ступенева похідна" #: src/effects/effects.js:346 msgid "Laplacian" msgstr "Лаплаціан" #: src/effects/effects.js:354 src/effects/effects.js:359 msgid "Noise" msgstr "Шум" #: src/effects/effects.js:355 msgid "" "An effect that adds a random noise. Prefer the Monte Carlo blur for a more " "organic effect if needed." msgstr "" "Ефект, що додає випадковий шум. За потреби, віддати перевагу розмиттю Монте-" "Карло для досягнення більш органічного ефекту." #: src/effects/effects.js:360 msgid "The amount of noise to add." msgstr "Кількість доданого шуму." #: src/effects/effects.js:369 msgid "Lightness" msgstr "Світлість" #: src/effects/effects.js:370 msgid "" "The luminosity of the noise. A setting of '1.0' will make the effect " "transparent." msgstr "Яскравість шуму. Налаштування \"1.0\" зробить ефект прозорим." #: src/effects/effects.js:383 msgid "RGB to HSL (advanced effect)" msgstr "RGB в HSL (просунутий ефект)" #: src/effects/effects.js:384 msgid "Converts the image from RGBA colorspace to HSLA." msgstr "Перетворює зображення з колірного простору RGBA в HSLA." #: src/effects/effects.js:391 msgid "HSL to RGB (advanced effect)" msgstr "HSL в RGB (просунутий ефект)" #: src/effects/effects.js:392 msgid "Converts the image from HSLA colorspace to RGBA." msgstr "Перетворює зображення з колірного простору HSLA в RGBA." #: src/effects/effects.js:399 msgid "Corner" msgstr "Кут" #: src/effects/effects.js:400 msgid "" "An effect that draws corners. Add it last not to have the other effects " "perturb the corners." msgstr "" "Ефект, що малює кути. Додавайте його останнім, щоб інші ефекти не заважали " "кутам." #: src/effects/effects.js:405 msgid "The radius of the corner. GNOME apps use a radius of 12 px by default." msgstr "" "Радіус кута. Застосунки GNOME за замовчуванням використовують радіус 12 " "пікселів." #: src/effects/effects.js:412 msgid "Top corners" msgstr "Верхні кути" #: src/effects/effects.js:413 msgid "Whether or not to round the top corners." msgstr "Чи округлювати верхні кути." #: src/effects/effects.js:417 msgid "Bottom corners" msgstr "Нижні кути" #: src/effects/effects.js:418 msgid "Whether or not to round the bottom corners." msgstr "Чи округлювати нижні кути." #: resources/ui/application-row.ui:4 msgid "Window Name" msgstr "Назва вікна" #: resources/ui/application-row.ui:8 msgid "Select window" msgstr "Обрати вікно" #: resources/ui/application-row.ui:9 msgid "Pick a window or select it by its classname." msgstr "Виберіть вікно або знайдіть за назвою класу." #: resources/ui/applications.ui:5 msgid "Applications" msgstr "Застосунки" #: resources/ui/applications.ui:10 msgid "Applications blur" msgstr "Розмиття застосунків" #: 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 "" "Додає розмиття до застосунків.\n" "Для досягнення найкращих результатів, хоча з зниженими показниками " "продуктивності, ви можете вибрати опцію \"Без артефактів\" на вкладці \"Інше " "→ Рівень злому\"." #: resources/ui/applications.ui:21 resources/ui/dash.ui:20 #: resources/ui/panel.ui:20 msgid "Blur type" msgstr "Тип розмиття" #: resources/ui/applications.ui:22 msgid "" "The dynamic blur is slower and only compatible with a gaussian blur effect, " "but shows content behind windows." msgstr "" #: resources/ui/applications.ui:42 resources/ui/dash.ui:41 #: resources/ui/panel.ui:41 msgid "Static" msgstr "Статичне" #: resources/ui/applications.ui:54 resources/ui/dash.ui:53 #: resources/ui/panel.ui:53 msgid "Dynamic" msgstr "Динамічне" #: resources/ui/applications.ui:72 resources/ui/dash.ui:71 #: resources/ui/other.ui:56 resources/ui/overview.ui:54 #: resources/ui/panel.ui:71 msgid "Sigma" msgstr "Сигма" #: resources/ui/applications.ui:73 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 "Інтенсивність розмиття." #: resources/ui/applications.ui:114 resources/ui/applications.ui:131 #: resources/ui/dash.ui:113 resources/ui/dash.ui:130 resources/ui/panel.ui:113 #: resources/ui/panel.ui:130 msgid "Corner radius" msgstr "" #: resources/ui/applications.ui:115 resources/ui/dash.ui:114 #: resources/ui/panel.ui:114 msgid "" "In order to use rounded corners, please install the GNOME Rounded Blur " "library." msgstr "" #: resources/ui/applications.ui:132 resources/ui/dash.ui:131 #: resources/ui/panel.ui:131 msgid "Radius for the corner rounding effect." msgstr "" #: resources/ui/applications.ui:140 msgid "Enable corner rounding on maximized and fullscreen" msgstr "" #: resources/ui/applications.ui:141 msgid "" "Corner rounding effect will keep being applied to maximized and fullscreen " "windows." msgstr "" #: resources/ui/applications.ui:155 msgid "Opacity" msgstr "Непрозорість" #: resources/ui/applications.ui:156 msgid "" "The opacity of the window on top of the blur effect, a higher value will be " "more legible." msgstr "" "Непрозорість вікна поверх ефекту розмиття, більше значення буде більш чітким." #: resources/ui/applications.ui:177 msgid "Opaque focused window" msgstr "Непрозоре активне вікно" #: resources/ui/applications.ui:178 msgid "" "Makes the focused window opaque and the other ones blurred, helping with " "legibility." msgstr "" "Робить активне вікно непрозорим, а інші – розмитими, що покращує " "читабельність." #: resources/ui/applications.ui:192 msgid "Blur on overview" msgstr "Розмиття при огляді" #: resources/ui/applications.ui:193 msgid "" "Forces the blur to be properly shown on all workspaces on overview.\n" "This may cause some latency or performance issues." msgstr "" "Примушує коректно відображати розмиття на всіх робочих областях огляду.\n" "Це може спричинити деякі затримки або проблеми з продуктивністю." #: resources/ui/applications.ui:208 msgid "Enable all by default" msgstr "Застосувати для всіх за замовчуванням" #: resources/ui/applications.ui:209 msgid "Adds blur behind all windows by default." msgstr "За замовчуванням додає розмиття за всіма вікнами." #: resources/ui/applications.ui:225 msgid "Whitelist" msgstr "Білий список" #: resources/ui/applications.ui:226 msgid "" "A list of windows to blur.\n" "Use * to match any sequence of characters (e.g., Firefox* or *Code*), and ? " "for a single one." msgstr "" #: resources/ui/applications.ui:245 resources/ui/applications.ui:283 msgid "Add Window" msgstr "Додати вікно" #: resources/ui/applications.ui:263 msgid "Blacklist" msgstr "Чорний список" #: resources/ui/applications.ui:264 msgid "" "A list of windows not to blur.\n" "Use * to match any sequence of characters (e.g., Firefox* or *Code*), and ? " "for a single one." msgstr "" #: resources/ui/dash.ui:5 msgid "Dash" msgstr "Панель застосунків" #: resources/ui/dash.ui:10 msgid "Dash to Dock blur" msgstr "Розмиття Dash to Dock" #: resources/ui/dash.ui:11 msgid "Blur the background of the Dash to Dock extension, if it is used." msgstr "Розмиття фону розширення Dash to Dock при використанні." #: 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 "Динамічне розмиття є повільнішим і сумісне лише з гауссовим розмиттям." #: resources/ui/dash.ui:139 resources/ui/panel.ui:154 msgid "Override background" msgstr "Перевизначення фону" #: resources/ui/dash.ui:140 msgid "" "Makes the background either transparent or semi-transparent, disable this to " "use Dash to Dock preferences instead." msgstr "" "Робить фон прозорим або напівпрозорим, вимкніть цю опцію, щоб " "використовувати параметри Dash to Dock." #: resources/ui/dash.ui:146 resources/ui/panel.ui:162 msgid "Background style" msgstr "Стиль фону" #: resources/ui/dash.ui:147 msgid "The transparent/semi-transparent style for the dock background." msgstr "Прозорий/напівпрозорий стиль для фону Dash to Dock." #: resources/ui/dash.ui:163 resources/ui/panel.ui:193 msgid "Disable in overview" msgstr "Вимкнути в огляді" #: resources/ui/dash.ui:164 msgid "Disables the blur from Dash to Dock when entering the overview." msgstr "Вимикає розмиття Dash to Dock при вході в огляд." #: resources/ui/dash.ui:199 resources/ui/overview.ui:118 #: resources/ui/overview.ui:138 resources/ui/panel.ui:248 msgid "Transparent" msgstr "Прозорий" #: resources/ui/dash.ui:200 resources/ui/overview.ui:116 #: resources/ui/overview.ui:139 resources/ui/panel.ui:249 msgid "Light" msgstr "Cвітлий" #: resources/ui/dash.ui:201 resources/ui/overview.ui:117 #: resources/ui/overview.ui:140 resources/ui/panel.ui:250 msgid "Dark" msgstr "Темний" #: resources/ui/effects-dialog.ui:4 msgid "Effects" msgstr "Ефекти" #: resources/ui/effects-dialog.ui:39 msgid "Add Effect" msgstr "Додати ефект" #: resources/ui/effects-dialog.ui:77 msgid "Include advanced effects" msgstr "Включити просунуті ефекти" #: resources/ui/menu.ui:6 msgid "Project page" msgstr "Сторінка проекту" #: resources/ui/menu.ui:10 msgid "Report a Bug" msgstr "Повідомити про помилку" #: resources/ui/menu.ui:14 msgid "License" msgstr "Ліцензія" #: resources/ui/menu.ui:18 msgid "Donate" msgstr "Подяка" #: resources/ui/other.ui:5 msgid "Other" msgstr "Інше" #: resources/ui/other.ui:10 msgid "Lockscreen blur" msgstr "Розмиття екрана блокування" #: resources/ui/other.ui:11 msgid "Change the blur of the lockscreen to use this extension's preferences." msgstr "" "Зміна розмиття екрана блокування для використання налаштувань цього " "розширення." #: resources/ui/other.ui:28 msgid "Screenshot blur" msgstr "Розмиття знімку екрана" #: resources/ui/other.ui:29 msgid "Add blur to the background of the window selector in the screenshot UI." msgstr "" "Додавання розмиття до фону виділеного вікна в інтерфейсі знімку екрана." #: resources/ui/other.ui:46 msgid "Window list extension blur" msgstr "Розмиття розширення Window List" #: resources/ui/other.ui:47 msgid "Make the window-list extension blurred, if it is used." msgstr "Розмиття розширення Window List при його використанні." #: resources/ui/other.ui:100 msgid "Coverflow Alt-Tab extension blur" msgstr "Розмиття для розширення Coverflow Alt-Tab" #: resources/ui/other.ui:101 msgid "Make the coverflow alt-tab extension blurred, if it is used." msgstr "" "Зробити розширення Coverflow Alt-Tab розмитим, якщо воно використовується." #: resources/ui/other.ui:118 msgid "Performance" msgstr "Продуктивність" #: resources/ui/other.ui:119 msgid "Various options to tweak the performance." msgstr "Опції налаштування продуктивності." #: resources/ui/other.ui:123 msgid "Hack level" msgstr "Рівень злому" #: 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 "" "Змінює поведінку ефекту динамічного розмиття. Значення за замовчуванням " "настійно рекомендується.\n" "Опція \"Без артефактів\" повністю вимкне обрізання перерисовок у GNOME Shell " "і значно вплине на продуктивність вашого комп'ютера." #: resources/ui/other.ui:138 msgid "Debug" msgstr "Налагодження" #: resources/ui/other.ui:139 msgid "" "Makes the extension verbose in logs, activate when you need to report an " "issue." msgstr "" "Робить розширення докладним у логах, активується, коли потрібно повідомити " "про проблему." #: resources/ui/other.ui:154 msgid "Reset preferences" msgstr "Скинути налаштування" #: resources/ui/other.ui:155 msgid "Resets preferences of Blur my Shell irreversibly." msgstr "Необоротно скидає налаштування Blur my Shell." #: resources/ui/other.ui:174 msgid "Reset" msgstr "Скидання" #: resources/ui/other.ui:203 msgid "High performances" msgstr "Висока продуктивність" #: resources/ui/other.ui:204 msgid "Default" msgstr "За замовчуванням" #: resources/ui/other.ui:205 msgid "No artifact" msgstr "Відсутність артефакту" #: resources/ui/overview.ui:5 msgid "Overview" msgstr "Огляд" #: resources/ui/overview.ui:10 msgid "Background blur" msgstr "Розмиття фону" #: resources/ui/overview.ui:11 msgid "Add blur to the overview background, using the wallpaper picture." msgstr "Розмиття фону огляду, використовуючи зображення шпалер." #: resources/ui/overview.ui:26 msgid "Overview components style" msgstr "Стиль компонентів огляду" #: resources/ui/overview.ui:27 msgid "" "The semi-transparent style for the dash, search entry/results, and " "application folders." msgstr "" "Напівпрозорий стиль для панелі застосунків, пошуку та папок застосунків." #: resources/ui/overview.ui:44 msgid "Application folder blur" msgstr "Розмиття папки застосунків" #: resources/ui/overview.ui:45 msgid "Makes the background of application folder dialogs blurred." msgstr "Розмиття фону папок застосунків." #: resources/ui/overview.ui:96 msgid "Application folder dialogs style" msgstr "Стиль діалогових вікон папок застосунків" #: resources/ui/overview.ui:97 msgid "The semi-transparent style for the application folder dialogs." msgstr "Напівпрозорий стиль для діалогових вікон папок застосунків." #: resources/ui/overview.ui:115 resources/ui/overview.ui:137 msgid "Do not style" msgstr "Не стилізувати" #: resources/ui/panel.ui:5 msgid "Panel" msgstr "Верхня панель" #: resources/ui/panel.ui:10 msgid "Panel blur" msgstr "Розмиття верхньої панелі" #: resources/ui/panel.ui:11 msgid "Blur the top panel using the background image." msgstr "Розмиття верхньої панелі за допомогою фонового зображення." #: resources/ui/panel.ui:139 msgid "Force light text" msgstr "Примусово висвітлити текст" #: resources/ui/panel.ui:140 msgid "" "Use a light text for the panel, useful when using gnome-shell's light theme." msgstr "" "Використання світлого тексту для панелі стане у пригоді, якщо ви " "використовуєте світлу тему gnome-shell." #: resources/ui/panel.ui:155 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 "" "Замінює тло панелі на прозоре або напівпрозоре.\n" "Рекомендується, якщо ви не хочете змінювати тему GNOME." #: resources/ui/panel.ui:163 msgid "The transparent/semi-transparent style for the panel background." msgstr "Прозорий/напівпрозорий стиль для фону верхньої панелі." #: resources/ui/panel.ui:177 msgid "Disable when a window is near" msgstr "Вимкнути, коли вікно поруч" #: resources/ui/panel.ui:178 msgid "Disables the transparency of the panel when a window is near it." msgstr "Вимикнення прозорості панелі, коли біля неї знаходиться вікно." #: resources/ui/panel.ui:194 msgid "Disables the blur from the panel when entering the overview." msgstr "Вимикає розмиття верхньої панелі під час входу в огляд." #: resources/ui/panel.ui:210 msgid "Compatibility" msgstr "Сумісність" #: resources/ui/panel.ui:211 msgid "Various options to provide compatibility with other extensions." msgstr "Опції для забезпечення сумісності з іншими розширеннями." #: resources/ui/panel.ui:216 msgid "Hidetopbar extension" msgstr "Розширення Hidetopbar" #: resources/ui/panel.ui:217 msgid "Does not disable the blur in overview, best used with static blur." msgstr "" "Не вимикає розмиття в огляді, найкраще використовувати зі статичним " "розмиттям." #: resources/ui/panel.ui:231 msgid "Blur original panel with Dash to Panel" msgstr "Розмити вихідну панель за допомогою Dash to Panel" #: resources/ui/panel.ui:232 msgid "" "Enables the blurring of the original panel with Dash to Panel, if selected " "in the extension's options." msgstr "" "Дозволяє розмити оригінальну панель за допомогою Dash to Panel, якщо вибрано " "в опціях розширення." #: resources/ui/panel.ui:251 msgid "Contrasted" msgstr "Контрастне" #: resources/ui/pipeline-choose-row.ui:4 msgid "Pipeline" msgstr "Канал" #: resources/ui/pipeline-choose-row.ui:5 msgid "The pipeline to be used with this component." msgstr "Канал, який буде використовуватися з цим компонентом." #: resources/ui/pipeline-group.ui:6 msgid "Pipeline name" msgstr "Ім'я каналу" #: resources/ui/pipeline-group.ui:20 msgid "Manage effects" msgstr "Управління ефектами" #: resources/ui/pipelines.ui:5 msgid "Pipelines" msgstr "Канали" #: 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 "" "Кожен компонент використовує канал, який можна вибрати на відповідній " "вкладці. Тут ви можете створювати, змінювати та видаляти канали і їхні " "ефекти." #: resources/ui/pipelines.ui:29 msgid "Add Pipeline" msgstr "Додати канал" #~ msgid "A list of windows to blur." #~ msgstr "Список вікон для розмиття." #~ msgid "A list of windows not to blur." #~ msgstr "Список вікон без розмиття." #~ msgid "Applications blur (beta)" #~ msgstr "Розмиття застосунків (бета)" #~ 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 "" #~ "Надає розмиття застосункам. Це все ще бета-версія функції.\n" #~ "Щоб отримати найкращі результати, переконайтеся, що ви вибрали опцію " #~ "\"Без артефактів\" у налаштуваннях \"Загальні → Рівень злому\".\n" #~ " " #~ msgid "" #~ "Adds blur behind all windows by default.\n" #~ "Not recommended because of performance and stability issues." #~ msgstr "" #~ "Додає розмиття за всіма вікнами за замовчуванням.\n" #~ "Не рекомендується через проблеми з продуктивністю та стабільністю." #~ msgid "Customize properties" #~ msgstr "Налаштування властивостей" #~ msgid "" #~ "Uses customized blur properties, instead of the ones set in the General " #~ "page." #~ msgstr "" #~ "Використовує користувацькі параметри замість встановлених на сторінці " #~ "Загальні." #~ msgid "" #~ "Changes the color of the blur. The opacity of the color controls how much " #~ "it is blended into the blur effect." #~ msgstr "" #~ "Змінює колір розмиття. Непрозорість кольору визначає, наскільки він " #~ "зливається з ефектом розмиття." #~ msgid "Noise amount" #~ msgstr "Рівень шуму" #~ msgid "" #~ "The amount of noise to add to the blur effect, useful on low-contrast " #~ "screens or for aesthetic purpose." #~ msgstr "" #~ "Рівень шуму для ефекту розмиття, корисний на екранах із низьким " #~ "контрастом або в естетичних цілях." #~ msgid "Noise lightness" #~ msgstr "Легкість шуму" #~ msgid "The lightness of the noise added to the blur effect." #~ msgstr "Легкість шуму доданого до ефекту розмиття." #~ msgid "Notice" #~ msgstr "Увага" #~ msgid "" #~ "Noise and color can't be activated on dynamically blurred components, " #~ "such as this one." #~ msgstr "" #~ "Шум і колір не можна активувати на динамічно розмитих компонентах, таких " #~ "як цей." #~ msgid "Static blur" #~ msgstr "Статичне розмиття" #~ msgid "General" #~ msgstr "Загальні" #~ msgid "Blur preferences" #~ msgstr "Налаштування розмиття" #~ msgid "Global blur preferences, used by all components by default." #~ msgstr "" #~ "Глобальні налаштування розмиття, що використовуються всіма компонентами " #~ "за замовчуванням." #~ msgid "Color and noise effects" #~ msgstr "Кольорові та шумові ефекти" #~ msgid "" #~ "Globally disables noise and color effects which may improve performance " #~ "on low-end systems." #~ msgstr "" #~ "Глобально вимикає шумові та кольорові ефекти, що може покращити " #~ "продуктивність на малопотужних системах." #~ 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 "" #~ "Змінює поведінку ефекту динамічного розмиття.\n" #~ "Наполегливо рекомендується залишити значення за замовчуванням. При " #~ "використанні розмиття додатків краще вибрати \"Без артефактів\".\n" #~ "Цей параметр повністю вимкне обрізані перемальовування у оболонці GNOME, " #~ "що може суттєво вплинути на продуктивність, але повністю виправить ефект " #~ "розмиття." #~ msgid "High quality" #~ msgstr "Висока якість" #~ msgid "Uses a static blurred image, more performant and stable." #~ msgstr "" #~ "Використання статичного розмитого зображення, більш продуктивне та " #~ "стабільне."