# 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-08-07 03:01+0000\n" "Last-Translator: AlaxLima \n" "Language-Team: Vietnamese \n" "Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 5.13-dev\n" #: src/effects/effects.js:20 msgid "Blur effects" msgstr "Hiệu ứng làm mờ" #: src/effects/effects.js:28 msgid "Texture effects" msgstr "Hiệu ứng kết cấu" #: src/effects/effects.js:41 msgid "Shape effects" msgstr "Hiệu ứng hình dạng" #: src/effects/effects.js:57 msgid "Native gaussian blur" msgstr "Làm mờ Gaussian gốc" #: src/effects/effects.js:58 msgid "" "An optimized blur effect that smoothly blends pixels within a given radius." msgstr "" "Hiệu ứng làm mờ tối ưu để làm mịn các điểm ảnh trong một bán kính nhất định." #: 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 "Bán kính" #: src/effects/effects.js:63 msgid "The intensity of the blur effect." msgstr "Cường độ của hiệu ứng mờ." #: 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 "Độ sáng" #: 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 "Độ sáng của hiệu ứng mờ, giá trị cao có thể khiến chữ khó đọc hơn." #: src/effects/effects.js:86 msgid "Gaussian blur (advanced effect)" msgstr "Làm mờ Gaussian (hiệu ứng nâng cao)" #: 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 "" "HIệu ứng làm mờ giúp làm mịn các điểm ảnh trong một bán kính nhất định. Hiệu " "ứng này có độ chính xác cao hơn, nhưng ít được tối ưu hơn." #: src/effects/effects.js:92 msgid "" "The intensity of the blur effect. The bigger it is, the slower it will be." msgstr "Cường độ của hiệu ứng mờ. Hiệu ứng sẽ chậm hơn nếu lớn hơn." #: src/effects/effects.js:115 msgid "Monte Carlo blur" msgstr "Làm mờ Monte Carlo" #: 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 "" "Hiệu ứng làm mờ có mô phỏng chuyển động ngẫu nhiên bằng cách chọn điểm ảnh " "càng xa hơn gốc của nó và hòa trộn chúng lại." #: 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 "" "Khoảng cách di chuyển tối đa cho mỗi bước chuyển động ngẫu nhiên. Giá trị " "càng cao sẽ khiến độ mờ thêm tính ngẫu nhiên." #: src/effects/effects.js:130 msgid "Iterations" msgstr "Số lần lặp lại" #: src/effects/effects.js:131 msgid "The number of iterations. The more there are, the smoother the blur is." msgstr "Giá trị của số lần lặp. Số lần lặp càng nhiều, hiệu ứng mờ càng mượt." #: src/effects/effects.js:148 msgid "Use base pixel" msgstr "Dùng điểm ảnh gốc" #: 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 "" "Có tính cả điểm ảnh gốc cho hiệu ứng mờ hoặc không. Nếu có thì hình ảnh sẽ " "rõ ràng hơn." #: src/effects/effects.js:157 src/effects/effects.js:163 #: src/effects/effects.js:162 src/effects/effects.js:168 msgid "Color" msgstr "Màu" #: src/effects/effects.js:158 src/effects/effects.js:163 msgid "An effect that blends a color into the pipeline." msgstr "Hiệu ứng hòa trộn màu vào trong 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 "" "Màu được dùng để hòa trộn. Lượng hòa trộn được điểu chỉnh bởi độ mờ đục của " "màu." #: src/effects/effects.js:172 src/effects/effects.js:177 msgid "Pixelize" msgstr "Điểm ảnh (Pixel) hóa" #: src/effects/effects.js:173 src/effects/effects.js:178 msgid "An effect that pixelizes the image." msgstr "Hiệu ứng pixel hoá hình ảnh." #: 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 "Ước số" #: 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 "Ước số cho việc giảm tỉ lệ hình ảnh đến bao nhiêu." #: src/effects/effects.js:185 src/effects/effects.js:212 #: src/effects/effects.js:190 src/effects/effects.js:217 msgid "Downsampling mode" msgstr "Chế độ Downsampling (giảm kích thước)" #: 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 "Phương pháp Downsampling được sử dụng." #: src/effects/effects.js:189 src/effects/effects.js:216 #: src/effects/effects.js:194 src/effects/effects.js:221 msgid "Boxcar" msgstr "Thuật toán trung bình cộng Boxcar" #: src/effects/effects.js:190 src/effects/effects.js:217 #: src/effects/effects.js:195 src/effects/effects.js:222 msgid "Triangular" msgstr "Hàm cửa sổ tam giác (Triangular Window)" #: src/effects/effects.js:191 src/effects/effects.js:218 #: src/effects/effects.js:196 src/effects/effects.js:223 msgid "Dirac" msgstr "Hàm xung Dirac (delta Dirac)" #: src/effects/effects.js:199 src/effects/effects.js:204 msgid "Downscale (advanced effect)" msgstr "Giảm tỉ lệ (hiệu ứng nâng cao)" #: 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 "" "Hiệu ứng giảm tỉ lệ độ phân giải của ảnh và đặt ảnh vào góc trái trên cùng." #: src/effects/effects.js:226 src/effects/effects.js:231 msgid "Upscale (advanced effect)" msgstr "Tăng tỉ lệ (hiệu ứng nâng cao)" #: src/effects/effects.js:227 src/effects/effects.js:232 msgid "An effect that upscales the image from the top-left corner." msgstr "Hiệu ứng tăng tỉ lệ của ảnh từ góc trái trên cùng." #: src/effects/effects.js:232 src/effects/effects.js:237 msgid "How much to scale up the image." msgstr "Hệ số tăng tỉ lệ của ảnh." #: src/effects/effects.js:243 src/effects/effects.js:248 msgid "Derivative" msgstr "Đạo hàm" #: src/effects/effects.js:244 src/effects/effects.js:249 msgid "Apply a spatial derivative, or a laplacian." msgstr "Áp dụng đạo hàm không gian, hoặc toán tử Laplace." #: src/effects/effects.js:248 src/effects/effects.js:253 msgid "Operation" msgstr "Phép toán" #: src/effects/effects.js:249 src/effects/effects.js:254 msgid "The mathematical operation to apply." msgstr "Phép toán được áp dụng." #: src/effects/effects.js:252 src/effects/effects.js:257 msgid "1-step derivative" msgstr "Đạo hàm bậc 1" #: src/effects/effects.js:253 src/effects/effects.js:258 msgid "2-step derivative" msgstr "Đạo hàm bậc 2" #: src/effects/effects.js:254 src/effects/effects.js:259 msgid "Laplacian" msgstr "Toán tử Laplace" #: src/effects/effects.js:262 src/effects/effects.js:267 #: src/effects/effects.js:272 msgid "Noise" msgstr "Nhiễu" #: 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 "" "Hiệu ứng thêm nhiễu ngẫu nhiên. Nên cân nhắc sử dụng hiệu ứng làm mờ Monte " "Carlo cho hiệu ứng tự nhiên hơn nếu cần." #: src/effects/effects.js:268 src/effects/effects.js:273 msgid "The amount of noise to add." msgstr "Lượng tiếng ồn (nhiễu) để thêm vào." #: src/effects/effects.js:277 src/effects/effects.js:282 msgid "Lightness" msgstr "Độ sáng (của màu)" #: 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 "" "Độ sáng của tiếng ồn (nhiễu). Giá trị 1.0 sẽ làm cho hiệu ứng trở nên trong " "suốt." #: src/effects/effects.js:291 src/effects/effects.js:296 msgid "RGB to HSL (advanced effect)" msgstr "Chuyển đổi RGB sang HSL (hiệu ứng nâng cao)" #: src/effects/effects.js:292 src/effects/effects.js:297 msgid "Converts the image from RGBA colorspace to HSLA." msgstr "Chuyển đổi hình ảnh từ không gian màu RGBA sang HSLA." #: src/effects/effects.js:299 src/effects/effects.js:304 msgid "HSL to RGB (advanced effect)" msgstr "Chuyển đổi HSL sang RGB (hiệu ứng nâng cao)" #: src/effects/effects.js:300 src/effects/effects.js:305 msgid "Converts the image from HSLA colorspace to RGBA." msgstr "Chuyển đổi hình ảnh từ không gian màu HSLA sang RGBA." #: src/effects/effects.js:307 src/effects/effects.js:312 msgid "Corner" msgstr "Góc" #: 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 "" "Hiệu ứng vẽ góc. Hãy thêm nó sau cùng nhằm tránh các hiệu ứng khác làm sai " "lệch các góc." #: 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 "" "Bán kính của góc. Các ứng dụng của GNOME dùng bán kính12px theo mặc định." #: src/effects/effects.js:320 src/effects/effects.js:325 msgid "Top corners" msgstr "Các góc trên cùng" #: src/effects/effects.js:321 src/effects/effects.js:326 msgid "Whether or not to round the top corners." msgstr "Có làm tròn các góc trên cùng hoặc không." #: src/effects/effects.js:325 src/effects/effects.js:330 msgid "Bottom corners" msgstr "Các góc dưới cùng" #: src/effects/effects.js:326 src/effects/effects.js:331 msgid "Whether or not to round the bottom corners." msgstr "Có làm tròn các góc dưới cùng hoặc không." #: resources/ui/application-row.ui:4 msgid "Window Name" msgstr "Tên cửa sổ" #: resources/ui/application-row.ui:8 msgid "Select window" msgstr "Chọn cửa sổ" #: resources/ui/application-row.ui:9 msgid "Pick a window or select it by its classname." msgstr "Chọn một cửa sổ qua nháy chuột hoặc bằng tên class của nó." #: resources/ui/applications.ui:5 msgid "Applications" msgstr "Các ứng dụng" #: resources/ui/applications.ui:10 msgid "Applications blur" msgstr "Làm mờ cho các ứng dụng" #: 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 "" "Thêm độ mờ cho các ứng dụng.\n" "Để đạt kết quả tốt nhất có thể, dù có giảm hiệu năng, bạn có thể chọn " "\"Không có tạo tác\" trong mục \"Khác → Hack level\"." #: 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 "Cường độ làm mờ." #: resources/ui/applications.ui:63 msgid "Opacity" msgstr "Độ mờ" #: 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 "" "Độ mờ của cửa sổ trên hiệu ứng làm mờ, giá trị cao hơn sẽ dễ dàng đọc hơn." #: resources/ui/applications.ui:85 msgid "Opaque focused window" msgstr "Cửa sổ đục mờ đang tập trung" #: resources/ui/applications.ui:86 msgid "" "Makes the focused window opaque and the other ones blurred, helping with " "legibility." msgstr "" "Làm cho cửa sổ đang được tập trung có đục mờ và các cửa sổ khác mờ, giúp cải " "thiện khả năng đọc." #: resources/ui/applications.ui:100 msgid "Blur on overview" msgstr "Làm mờ màn hình Overview" #: 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 "" "Buộc hiệu ứng mờ được hiển thị rõ ràng trên tất cả các không gian làm việc " "trong Overview.\n" "Nó có thể tạo vấn đề hiệu năng." #: resources/ui/applications.ui:116 msgid "Enable all by default" msgstr "Bật tất cả theo mặc định" #: resources/ui/applications.ui:117 msgid "Adds blur behind all windows by default." msgstr "Thêm hiệu ứng mờ sau tất cả các cửa sổ theo mặc định." #: resources/ui/applications.ui:133 msgid "Whitelist" msgstr "Danh sách trắng" #: resources/ui/applications.ui:134 msgid "A list of windows to blur." msgstr "Một danh sách những cửa sổ sử dụng hiệu ứng mờ." #: resources/ui/applications.ui:152 resources/ui/applications.ui:189 msgid "Add Window" msgstr "Thêm cửa sổ" #: resources/ui/applications.ui:170 msgid "Blacklist" msgstr "Danh sách đen" #: resources/ui/applications.ui:171 msgid "A list of windows not to blur." msgstr "Một danh sách những cửa sổ không sử dụng hiệu ứng mờ." #: resources/ui/dash.ui:5 msgid "Dash" msgstr "Bảng dash" #: resources/ui/dash.ui:10 msgid "Dash to Dock blur" msgstr "Làm mờ Dash to Dock" #: resources/ui/dash.ui:11 msgid "Blur the background of the Dash to Dock extension, if it is used." msgstr "Làm mờ nền của extension Dash to Dock, nếu được sử dụng." #: resources/ui/dash.ui:20 resources/ui/panel.ui:20 msgid "Blur type" msgstr "Loại hiệu ứng mờ" #: 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 "" "Hiệu ứng mờ động sẽ chậm hơn và chỉ tương tích với hiệu ứng làm mờ Gaussian." #: resources/ui/dash.ui:41 resources/ui/panel.ui:41 msgid "Static" msgstr "Tĩnh" #: resources/ui/dash.ui:53 resources/ui/panel.ui:53 msgid "Dynamic" msgstr "Động" #: resources/ui/dash.ui:113 resources/ui/panel.ui:128 msgid "Override background" msgstr "Ghi đề nền" #: resources/ui/dash.ui:114 msgid "" "Makes the background either transparent or semi-transparent, disable this to " "use Dash to Dock preferences instead." msgstr "" "Làm cho nền trong suốt hoặc nửa trong suốt, tắt cái này để dùng cài đặt của " "Dash to Dock thay vào đó." #: resources/ui/dash.ui:120 resources/ui/panel.ui:136 msgid "Background style" msgstr "Kiểu nền" #: resources/ui/dash.ui:121 msgid "The transparent/semi-transparent style for the dock background." msgstr "Kiểu trong suốt/nửa trong suốt cho nền dock." #: resources/ui/dash.ui:137 resources/ui/panel.ui:167 msgid "Disable in overview" msgstr "Tắt ở Overview" #: resources/ui/dash.ui:138 msgid "Disables the blur from Dash to Dock when entering the overview." msgstr "Tắt hiệu ứng mờ cho Dash to Dock khi mở Overview." #: resources/ui/dash.ui:167 resources/ui/overview.ui:118 #: resources/ui/overview.ui:138 resources/ui/panel.ui:222 msgid "Transparent" msgstr "Trong suốt" #: resources/ui/dash.ui:168 resources/ui/overview.ui:116 #: resources/ui/overview.ui:139 resources/ui/panel.ui:223 msgid "Light" msgstr "Sáng" #: resources/ui/dash.ui:169 resources/ui/overview.ui:117 #: resources/ui/overview.ui:140 resources/ui/panel.ui:224 msgid "Dark" msgstr "Tối" #: resources/ui/effects-dialog.ui:4 msgid "Effects" msgstr "Hiệu ứng" #: resources/ui/effects-dialog.ui:39 msgid "Add Effect" msgstr "Thêm hiệu ứng" #: resources/ui/effects-dialog.ui:72 msgid "Include advanced effects" msgstr "Bao gồm các hiệu ứng nâng cao" #: resources/ui/menu.ui:6 msgid "Project page" msgstr "Trang dự án" #: resources/ui/menu.ui:10 msgid "Report a Bug" msgstr "Báo cáo một Lỗi" #: resources/ui/menu.ui:14 msgid "License" msgstr "Giấy phép" #: resources/ui/menu.ui:18 msgid "Donate" msgstr "Ủng hộ" #: resources/ui/other.ui:5 msgid "Other" msgstr "Khác" #: resources/ui/other.ui:10 msgid "Lockscreen blur" msgstr "Làm mờ màn hình khóa" #: resources/ui/other.ui:11 msgid "Change the blur of the lockscreen to use this extension's preferences." msgstr "Chỉnh độ mờ của màn hình khóa sang dùng cài đặt của extension này." #: resources/ui/other.ui:28 msgid "Screenshot blur" msgstr "Làm mờ ảnh chụp màn hình" #: resources/ui/other.ui:29 msgid "Add blur to the background of the window selector in the screenshot UI." msgstr "Làm mờ hình nền của phần chọn cửa sổ trong giao diện chụp màn hình." #: resources/ui/other.ui:46 msgid "Window list extension blur" msgstr "Danh sách cửa sổ extension làm mờ" #: resources/ui/other.ui:47 msgid "Make the window-list extension blurred, if it is used." msgstr "Làm mờ cho danh sách cửa sổ extension, nếu được sử dụng." #: resources/ui/other.ui:100 msgid "Coverflow Alt-Tab extension blur" msgstr "Extension làm mờ Coverflow Alt-Tab" #: resources/ui/other.ui:101 msgid "Make the coverflow alt-tab extension blurred, if it is used." msgstr "Làm mờ extension coverflow alt-tab, nếu được sử dụng." #: resources/ui/other.ui:118 msgid "Performance" msgstr "Hiệu năng" #: resources/ui/other.ui:119 msgid "Various options to tweak the performance." msgstr "Những tùy chọn khác nhau để tinh chỉnh phần hiệu năng." #: resources/ui/other.ui:123 msgid "Hack level" msgstr "Mức độ hack" #: 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 "" "Thay đổi phản ứng của làm hiệu ứng làm mờ động. Khuyến nghị sử dụng giá trị " "mặc định.\n" "Tùy chọn \"Không artifact\" sẽ được bỏ qua clipped redraw hoàn toàn trong " "GNOME shell, và sẽ ảnh hưởng đáng kể đến hiệu năng của máy bạn." #: resources/ui/other.ui:138 msgid "Debug" msgstr "Gỡ lỗi" #: resources/ui/other.ui:139 msgid "" "Makes the extension verbose in logs, activate when you need to report an " "issue." msgstr "" "Khiến extension này hiện nhiều log hơn, bật lên nếu bạn cần báo cáo một vấn " "đề nào đó." #: resources/ui/other.ui:154 msgid "Reset preferences" msgstr "Đặt lại toàn bộ cài đặt" #: resources/ui/other.ui:155 msgid "Resets preferences of Blur my Shell irreversibly." msgstr "Đặt lại hoàn toàn các cài đặt cho Blur my Shell. Không thể đặt lại." #: resources/ui/other.ui:174 msgid "Reset" msgstr "Cài đặt lại" #: resources/ui/other.ui:203 msgid "High performances" msgstr "Hiệu năng cao" #: resources/ui/other.ui:204 msgid "Default" msgstr "Mặc định" #: resources/ui/other.ui:205 msgid "No artifact" msgstr "Không artifact" #: resources/ui/overview.ui:5 msgid "Overview" msgstr "Tổng quan" #: resources/ui/overview.ui:10 msgid "Background blur" msgstr "Làm mờ nền" #: resources/ui/overview.ui:11 msgid "Add blur to the overview background, using the wallpaper picture." msgstr "Thêm hiệu ứng mờ vào phần nền màn hình Overview, sử dụng ảnh nền." #: resources/ui/overview.ui:26 msgid "Overview components style" msgstr "Tổng quan kiểu của các thành phần" #: resources/ui/overview.ui:27 msgid "" "The semi-transparent style for the dash, search entry/results, and " "application folders." msgstr "" "Kiểu bán trong suốt cho dash, thanh tìm kiếm/kết quả, và các thư mục ứng " "dụng." #: resources/ui/overview.ui:44 msgid "Application folder blur" msgstr "Làm mờ thư mục ứng dụng" #: resources/ui/overview.ui:45 msgid "Makes the background of application folder dialogs blurred." msgstr "Khiến nền của các thư mục ứng dụng bị mờ đi." #: resources/ui/overview.ui:96 msgid "Application folder dialogs style" msgstr "Kiểu của hộp thoại thư mục ứng dụng" #: resources/ui/overview.ui:97 msgid "The semi-transparent style for the application folder dialogs." msgstr "Kiểu bán trong suốt cho các hộp thoại thư mục ứng dụng." #: resources/ui/overview.ui:115 resources/ui/overview.ui:137 msgid "Do not style" msgstr "Không tạo kiểu" #: resources/ui/panel.ui:5 msgid "Panel" msgstr "Thanh panel" #: resources/ui/panel.ui:10 msgid "Panel blur" msgstr "Làm mờ thanh panel" #: resources/ui/panel.ui:11 msgid "Blur the top panel using the background image." msgstr "Làm mờ thanh trên cùng nhờ hình nền." #: resources/ui/panel.ui:113 msgid "Force light text" msgstr "Bắt buộc chữ màu sáng" #: resources/ui/panel.ui:114 msgid "" "Use a light text for the panel, useful when using gnome-shell's light theme." msgstr "" "Dùng chữ màu sáng cho thanh panel, hữu ích khi sử dụng gnome-shell với light " "theme." #: 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 "" "Ghi đè nền của thanh panel để sử dụng nền trong suốt hoặc bán trong suốt.\n" "Được khuyên dùng trừ khi bạn muốn tùy chỉnh chủ đề GNOME của mình." #: resources/ui/panel.ui:137 msgid "The transparent/semi-transparent style for the panel background." msgstr "Kiểu trong suốt/bán trong suốt cho nền thanh panel." #: resources/ui/panel.ui:151 msgid "Disable when a window is near" msgstr "Tắt khi một cửa sổ ở gần" #: resources/ui/panel.ui:152 msgid "Disables the transparency of the panel when a window is near it." msgstr "Tắt trong suốt thanh panel khi một cửa sổ ở gần nó." #: resources/ui/panel.ui:168 msgid "Disables the blur from the panel when entering the overview." msgstr "Không làm mờ thanh panel khi vào chế độ xem tổng quan." #: resources/ui/panel.ui:184 msgid "Compatibility" msgstr "Độ tương thích" #: resources/ui/panel.ui:185 msgid "Various options to provide compatibility with other extensions." msgstr "Nhiều tùy chọn để tương thích với các extension khác." #: resources/ui/panel.ui:190 msgid "Hidetopbar extension" msgstr "Extension Hidetopbar" #: resources/ui/panel.ui:191 msgid "Does not disable the blur in overview, best used with static blur." msgstr "" "Không tắt tính năng làm mờ ở Overview, sử dụng tốt nhất với tính năng làm mờ " "tĩnh." #: resources/ui/panel.ui:205 msgid "Blur original panel with Dash to Panel" msgstr "Làm mờ thanh panel gốc với 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 "" "Làm mờ panel gốc bằng Dash to Panel, nếu được chọn trong tùy chọn của " "extension." #: resources/ui/panel.ui:225 msgid "Contrasted" msgstr "Tương phản" #: resources/ui/pipeline-choose-row.ui:4 msgid "Pipeline" msgstr "Chuỗi pipeline" #: resources/ui/pipeline-choose-row.ui:5 msgid "The pipeline to be used with this component." msgstr "Chuỗi pipeline được sử dụng cho thành phần này." #: resources/ui/pipeline-group.ui:6 msgid "Pipeline name" msgstr "Tên pipeline" #: resources/ui/pipeline-group.ui:20 msgid "Manage effects" msgstr "Quản lý hiệu ứng" #: resources/ui/pipelines.ui:5 msgid "Pipelines" msgstr "Chuỗi pipeline" #: 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 "" "Mỗi thành phần sử dụng một chuỗi pipeline được chọn theo tab tương ứng. Tại " "đây bạn có thể tạo, chỉnh sửa và xóa các chuỗi pipeline và hiệu ứng của " "chúng." #: resources/ui/pipelines.ui:29 msgid "Add Pipeline" msgstr "Thêm chuỗi pipeline" #: src/effects/effects.js:153 msgid "Prefer closer pixels" msgstr "Ưu tiên các điểm ảnh gần hơn" #: src/effects/effects.js:154 msgid "" "Whether or not the pixels that are closer to the original pixel will have " "more weight." msgstr "Các điểm ảnh gần hơn điểm ảnh gốc sẽ có thêm độ đậm." #~ msgid "Applications blur (beta)" #~ msgstr "Làm mờ ứng dụng (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 "" #~ "Thêm hiệu ứng mờ vào các ứng dụng. Đây vẫn là một tính năng beta.\n" #~ "Để nhận được kết quả tốt nhất, bật tùy chọn \"No artifact\" trong phần " #~ "\"Chung → Hack level\".\n" #~ " " #~ msgid "" #~ "Adds blur behind all windows by default.\n" #~ "Not recommended because of performance and stability issues." #~ msgstr "" #~ "Thêm hiệu ứng mờ ở sau mọi cửa sổ theo mặc định.\n" #~ "Không nên vì có thể sẽ có những vấn đề hiệu năng và độ ổn định." #~ msgid "Customize properties" #~ msgstr "Tùy chỉnh các cài đặt" #~ msgid "" #~ "Uses customized blur properties, instead of the ones set in the General " #~ "page." #~ msgstr "" #~ "Sử dụng những cài đặt hiệu ứng mờ được tùy chỉnh, thay vì những cài đặt ở " #~ "trang Chung." #, fuzzy #~ msgid "" #~ "Changes the color of the blur. The opacity of the color controls how much " #~ "it is blended into the blur effect." #~ msgstr "" #~ "Đổi màu làm mờ. Độ mờ của màu kiểm soát mức độ hòa trộn của nó vào hiệu " #~ "ứng làm mờ." #~ msgid "Noise amount" #~ msgstr "Độ nhiễu" #~ msgid "" #~ "The amount of noise to add to the blur effect, useful on low-contrast " #~ "screens or for aesthetic purpose." #~ msgstr "" #~ "Lượng nhiễu được thêm vào để tạo hiệu ứng mờ, hữu ích trên màn hình có độ " #~ "tương phản thấp hoặc nhằm mục đích thẩm mỹ." #~ msgid "Noise lightness" #~ msgstr "Độ nhẹ nhiễu" #~ msgid "The lightness of the noise added to the blur effect." #~ msgstr "Mức độ nhẹ của độ nhiễu được thêm vào hiệu ứng làm mờ." #~ msgid "Notice" #~ msgstr "Chú ý" #, fuzzy #~ msgid "" #~ "Noise and color can't be activated on dynamically blurred components, " #~ "such as this one." #~ msgstr "" #~ "Không thể kích hoạt nhiễu và màu sắc trên các thành phần được làm mờ " #~ "động, chẳng hạn như thành phần này." #~ msgid "Static blur" #~ msgstr "Làm mờ tĩnh" #~ msgid "General" #~ msgstr "Chung" #~ msgid "Blur preferences" #~ msgstr "Cài đặt hiệu ứng mờ" #~ msgid "Global blur preferences, used by all components by default." #~ msgstr "Cài đặt hiệu ứng mờ chung cho tất cả các thành phần theo mặc định." #~ msgid "Color and noise effects" #~ msgstr "Màu và hiệu ứng nhiễu" #~ msgid "High quality" #~ msgstr "Chất lượng cao" #, fuzzy #~ msgid "Uses a static blurred image, more performant and stable." #~ msgstr "Sử dụng hình ảnh mờ tĩnh, hiệu suất cao hơn và ổn định hơn."