# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-04-09 10:41+0200\n" "PO-Revision-Date: 2026-06-20 09:08+0000\n" "Last-Translator: Proman4713 \n" "Language-Team: Arabic \n" "Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Weblate 2026.7.dev0\n" "X-Poedit-Basepath: ../resources/ui\n" "X-Poedit-SearchPath-0: .\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 #, fuzzy msgid "Plus darker" msgstr "Plus darker" #: src/effects/effects.js:187 #, fuzzy msgid "Plus lighter" msgstr "Plus lighter" #: src/effects/effects.js:188 msgid "Color dodge" msgstr "تفادي اللون" #: src/effects/effects.js:189 msgid "Color burn" msgstr "حرق اللون" #: src/effects/effects.js:190 #, fuzzy msgid "Hard light" msgstr "Hard light" #: src/effects/effects.js:191 #, fuzzy msgid "Soft light" msgstr "Soft light" #: 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 "" "عامل ضرب سطوع الصورة، حيث تعني القيمة 0 عدم السطوع وتعني القيمة 2 سطوعًا لا " "نهائيًا." #: 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 "" "تشبع الصورة، حيث تعني القيمة 0 عدم التشبع بينما تعني 2 تشبعًا لا نهائيًا." #: 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 "مشتق من الدرجة الأولى" #: src/effects/effects.js:345 msgid "2-step derivative" msgstr "مشتق من الدرجة الثانية" #: 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 "أسلوب خلفيَّة المرسى الشفَّاف أو شبه الشفَّاف." #: 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 "فاتح" #: 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 "تضبيب امتداد قائمة-النوافذ" #: resources/ui/other.ui:47 msgid "Make the window-list extension blurred, if it is used." msgstr "ضبِّب امتداد قائمة-النوافذ إن كان مستخدمًا." #: 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 "" #: 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 "يصفِّر تفضيلات «ضبِّب صدفتي» نهائيًّا." #: 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 "اجعل نصوص اللوحة فاتحةً، وذلك أحسن إن أنت تستخدم سمة جنوم الفاتحة." #: 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" "يُستحسن إلا ما إذا أردت تخصيص سمة جنوم." #: 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" #~ "سيعطِّل هذا الخيار إعادة الرسم المقصوصة في صدفة جنوم تمامًا، وقد يؤثِّر على " #~ "الأداء بشكل معتبر، ولكنَّه سيُصلح تأثير التضبيب كليًّا." #~ msgid "High quality" #~ msgstr "جودة عالية" #~ msgid "Uses a static blurred image, more performant and stable." #~ msgstr "يستخدم صورةً بتضبيب ثابت، يؤدِّي هذا لاستقرار وأداء أفضل." #~ msgid "" #~ "Makes the background semi-transparent, disable this to use Dash to Dock " #~ "preferences instead." #~ msgstr "" #~ "لجعل الخلفية شبه شفافة، قم بتعطيل هذا لاستخدام تفضيلات Dash to Dock بدلاً " #~ "من ذلك." #~ msgid "Performances" #~ msgstr "الأداء" #~ msgid "Various options to tweak the performances." #~ msgstr "خيارات مختلفة لتعديل الأداء." #~ msgid "" #~ "The semi-transparent style for the dash, search entry/results, and " #~ "applications folders." #~ msgstr "النمط شبه الشفاف Dash وإدخال / نتائج البحث ومجلدات التطبيقات." #~ msgid "Applications folder blur" #~ msgstr "ضبابية مجلد التطبيقات" #~ msgid "Makes the background of folder icons blurred." #~ msgstr "يجعل خلفية المجلد ضبابية." #~ msgid "Dialog opacity" #~ msgstr "ضبابية الحوار" #~ msgid "The opacity of the applications folder popup." #~ msgstr "ضبابية مجلد التطبيقات المنبثقة." #~ 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 "" #~ "أضف ضبابية إلى التطبيقات, لا تزال هذه المِيزة تجريبية، وهي غير مكتملة ولا " #~ "يتم تطبيقها إلا على التطبيقات التي تطلبها، أو تلك المحددة في القائمة " #~ "البيضاء أدناه." #~ msgid "" #~ "Changes the behaviour of dynamic blur effect. Default value is very " #~ "recommended." #~ msgstr "" #~ "يغير سلوك الضبابية الديناميكي. ينصح بشدة الاستخدام القيمة الافتراضية." #~ 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 "" #~ "قائمة بالتطبيقات المراد تعتيمها، تطبيق واحد لكل سطر. للحصول على اسم فئة " #~ "التطبيق، ضمن xorg يمكنك استخدام `xprop | grep WM_CLASS` ولصق الاسم الأخير " #~ "هنا."