# 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-11-23 13:51+0000\n" "Last-Translator: Arif Budiman \n" "Language-Team: Indonesian \n" "Language: id\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.15-dev\n" #: src/effects/effects.js:21 msgid "Blur effects" msgstr "Efek buram" #: src/effects/effects.js:29 msgid "Texture effects" msgstr "Efek tekstur" #: src/effects/effects.js:43 msgid "Shape effects" msgstr "Efek bentuk" #: src/effects/effects.js:59 msgid "Native gaussian blur" msgstr "Keburaman gaussian bawaan" #: src/effects/effects.js:60 msgid "" "An optimized blur effect that smoothly blends pixels within a given radius." msgstr "" "Efek keburaman yang dioptimalkan, yang memadukan piksel secara mulus dalam " "radius tertentu." #: src/effects/effects.js:64 src/effects/effects.js:93 #: src/effects/effects.js:122 src/effects/effects.js:404 msgid "Radius" msgstr "Radius" #: src/effects/effects.js:65 msgid "The intensity of the blur effect." msgstr "Intensitas efek keburaman." #: 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 "Kecerahan" #: 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 "" "Kecerahan efek buram, nilai tinggi mungkin membuat teks lebih sulit dibaca." #: src/effects/effects.js:88 msgid "Gaussian blur (advanced effect)" msgstr "Keburaman Gaussian (efek lanjutan)" #: 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 "" "Efek buram yang membaurkan piksel secara mulus dalam radius tertentu. Efek " "ini lebih tepat, tetapi kurang dioptimalkan." #: src/effects/effects.js:94 msgid "" "The intensity of the blur effect. The bigger it is, the slower it will be." msgstr "Intensitas efek keburaman. Semakin besar, semakin lambat efeknya." #: src/effects/effects.js:117 msgid "Monte Carlo blur" msgstr "blur Monte Carlo" #: 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 "" "Efek buram yang meniru jalan acak, dengan memilih piksel yang semakin jauh " "dari asalnya, dan mencampurkan semuanya menjadi satu." #: 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 "" "Jarak tempuh maksimum untuk setiap langkah dalam random walk. Nilai yang " "lebih tinggi akan membuat keburaman menjadi lebih acak." #: src/effects/effects.js:132 msgid "Iterations" msgstr "Iterasi" #: src/effects/effects.js:133 msgid "The number of iterations. The more there are, the smoother the blur is." msgstr "Jumlah iterasi. Semakin banyak, semakin halus keburamannya." #: src/effects/effects.js:150 msgid "Use base pixel" msgstr "Gunakan piksel dasar" #: 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 "" "Apakah piksel asli dihitung untuk keburaman atau tidak. Jika ya, gambar akan " "lebih terbaca." #: src/effects/effects.js:155 msgid "Prefer closer pixels" msgstr "Utamakan piksel yang lebih dekat" #: src/effects/effects.js:156 msgid "" "Whether or not the pixels that are closer to the original pixel will have " "more weight." msgstr "" "Menentukan apakah piksel yang lebih dekat ke piksel asli akan memiliki bobot " "lebih besar atau tidak." #: src/effects/effects.js:164 src/effects/effects.js:170 #: src/effects/effects.js:196 msgid "Color" msgstr "Warna" #: src/effects/effects.js:165 msgid "An effect that blends a color into the pipeline." msgstr "Efek yang memadukan warna ke dalam pipa." #: src/effects/effects.js:171 msgid "" "The color to blend in. The blending amount is controled by the opacity of " "the color." msgstr "" "Warna yang akan dibaurkan. Jumlah pembauran dikontrol oleh tingkat keburaman " "warna." #: 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 "Pixelize" #: src/effects/effects.js:265 msgid "An effect that pixelizes the image." msgstr "Efek yang membuat piksel gambar." #: src/effects/effects.js:269 src/effects/effects.js:296 #: src/effects/effects.js:323 msgid "Factor" msgstr "Faktor" #: src/effects/effects.js:270 src/effects/effects.js:297 msgid "How much to scale down the image." msgstr "Seberapa besar untuk mengecilkan gambar." #: src/effects/effects.js:277 src/effects/effects.js:304 msgid "Downsampling mode" msgstr "Mode downsampling" #: src/effects/effects.js:278 src/effects/effects.js:305 msgid "The downsampling method that is used." msgstr "Metode downsampling yang digunakan." #: src/effects/effects.js:281 src/effects/effects.js:308 msgid "Boxcar" msgstr "Boxcar" #: src/effects/effects.js:282 src/effects/effects.js:309 msgid "Triangular" msgstr "Triangular" #: src/effects/effects.js:283 src/effects/effects.js:310 msgid "Dirac" msgstr "Dirac" #: src/effects/effects.js:291 msgid "Downscale (advanced effect)" msgstr "Downscale (efek lanjutan)" #: src/effects/effects.js:292 msgid "An effect that downscales the image and put it on the top-left corner." msgstr "Efek yang mengecilkan gambar dan menempatkannya di pojok kiri atas." #: src/effects/effects.js:318 msgid "Upscale (advanced effect)" msgstr "Upscale (efek lanjutan)" #: src/effects/effects.js:319 msgid "An effect that upscales the image from the top-left corner." msgstr "Efek yang memperbesar gambar dari pojok kiri atas." #: src/effects/effects.js:324 msgid "How much to scale up the image." msgstr "Seberapa besar untuk memperbesar gambar." #: src/effects/effects.js:335 msgid "Derivative" msgstr "Turunan" #: src/effects/effects.js:336 msgid "Apply a spatial derivative, or a laplacian." msgstr "Menerapkan turunan spasial atau laplasian." #: src/effects/effects.js:340 msgid "Operation" msgstr "Operasi" #: src/effects/effects.js:341 msgid "The mathematical operation to apply." msgstr "Operasi matematis yang akan diterapkan." #: src/effects/effects.js:344 msgid "1-step derivative" msgstr "Turunan 1 langkah" #: src/effects/effects.js:345 msgid "2-step derivative" msgstr "Turunan 2 langkah" #: src/effects/effects.js:346 msgid "Laplacian" msgstr "Laplacian" #: src/effects/effects.js:354 src/effects/effects.js:359 msgid "Noise" msgstr "Noise" #: 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 "" "Efek yang menambahkan noise acak. Disarankan menggunakan Monte Carlo blur " "untuk efek yang lebih alami jika diperlukan." #: src/effects/effects.js:360 msgid "The amount of noise to add." msgstr "Jumlah noise yang akan ditambahkan." #: src/effects/effects.js:369 msgid "Lightness" msgstr "Kecerahan" #: src/effects/effects.js:370 msgid "" "The luminosity of the noise. A setting of '1.0' will make the effect " "transparent." msgstr "" "Tingkat kecerahan noise. Pengaturan ‘1.0’ akan membuat efek menjadi " "transparan." #: src/effects/effects.js:383 msgid "RGB to HSL (advanced effect)" msgstr "RGB ke HSL (efek lanjutan)" #: src/effects/effects.js:384 msgid "Converts the image from RGBA colorspace to HSLA." msgstr "Mengonversi gambar dari ruang warna RGBA ke HSLA." #: src/effects/effects.js:391 msgid "HSL to RGB (advanced effect)" msgstr "HSL ke RGB (efek lanjutan)" #: src/effects/effects.js:392 msgid "Converts the image from HSLA colorspace to RGBA." msgstr "Mengonversi gambar dari ruang warna HSLA ke RGBA." #: src/effects/effects.js:399 msgid "Corner" msgstr "Sudut" #: src/effects/effects.js:400 msgid "" "An effect that draws corners. Add it last not to have the other effects " "perturb the corners." msgstr "" "Efek yang menggambar sudut. Tambahkan efek ini terakhir agar efek lain tidak " "memengaruhi bentuk sudut." #: src/effects/effects.js:405 msgid "The radius of the corner. GNOME apps use a radius of 12 px by default." msgstr "Radius sudut. Aplikasi GNOME menggunakan radius 12 px secara default." #: src/effects/effects.js:412 msgid "Top corners" msgstr "Sudut atas" #: src/effects/effects.js:413 msgid "Whether or not to round the top corners." msgstr "Apakah sudut atas akan dibulatkan atau tidak." #: src/effects/effects.js:417 msgid "Bottom corners" msgstr "Sudut bawah" #: src/effects/effects.js:418 msgid "Whether or not to round the bottom corners." msgstr "Apakah sudut bawah akan dibulatkan atau tidak." #: resources/ui/application-row.ui:4 msgid "Window Name" msgstr "Nama jendela" #: resources/ui/application-row.ui:8 msgid "Select window" msgstr "Pilih jendela" #: resources/ui/application-row.ui:9 msgid "Pick a window or select it by its classname." msgstr "Pilih jendela atau pilih berdasarkan nama kelasnya." #: resources/ui/applications.ui:5 msgid "Applications" msgstr "Aplikasi" #: resources/ui/applications.ui:10 msgid "Applications blur" msgstr "Blur aplikasi" #: 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 "" "Menambahkan efek blur pada aplikasi.\n" "Untuk hasil terbaik, meskipun dengan performa yang berkurang, Anda dapat " "memilih opsi “Tidak ada artefak” di tab “Lainnya → Tingkat Hack”." #: resources/ui/applications.ui:21 resources/ui/dash.ui:20 #: resources/ui/panel.ui:20 msgid "Blur type" msgstr "Jenis blur" #: 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 "Statis" #: resources/ui/applications.ui:54 resources/ui/dash.ui:53 #: resources/ui/panel.ui:53 msgid "Dynamic" msgstr "Dinamis" #: 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 "Sigma" #: 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 "Intensitas blur." #: 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 "Kegelapan" #: 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 "" "Kegelapan jendela di atas efek kabur, nilai yang lebih tinggi akan lebih " "mudah dilihat." #: resources/ui/applications.ui:177 msgid "Opaque focused window" msgstr "Jendela fokus buram" #: resources/ui/applications.ui:178 msgid "" "Makes the focused window opaque and the other ones blurred, helping with " "legibility." msgstr "" "Membuat jendela yang sedang aktif menjadi buram dan jendela lainnya menjadi " "transparan, membantu meningkatkan keterbacaan." #: resources/ui/applications.ui:192 msgid "Blur on overview" msgstr "Blur pada ruang kerja" #: 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 "" "Memaksa blurnya untuk ditampilkan dengan benar pada semua ruang kerja pada " "semua ruang kerja.\n" "Ini dapat menyebabkan beberapa latensi atau masalah kinerja." #: resources/ui/applications.ui:208 msgid "Enable all by default" msgstr "Aktifkan semua secara bawaan" #: resources/ui/applications.ui:209 msgid "Adds blur behind all windows by default." msgstr "Menambahkan efek blur di belakang semua jendela secara default." #: resources/ui/applications.ui:225 msgid "Whitelist" msgstr "Daftar putih" #: 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 "Tambah jendela" #: resources/ui/applications.ui:263 msgid "Blacklist" msgstr "Daftar Hitam" #: 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 "Dash" #: resources/ui/dash.ui:10 msgid "Dash to Dock blur" msgstr "Blur Dash to Dock" #: resources/ui/dash.ui:11 msgid "Blur the background of the Dash to Dock extension, if it is used." msgstr "Blur latar belakang dari ekstensi Dash to Dock, jika digunakan." #: 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 "" "Blur dinamis lebih lambat dan hanya kompatibel dengan efek blur gaussian." #: resources/ui/dash.ui:139 resources/ui/panel.ui:154 msgid "Override background" msgstr "Override latar belakang" #: resources/ui/dash.ui:140 msgid "" "Makes the background either transparent or semi-transparent, disable this to " "use Dash to Dock preferences instead." msgstr "" "Membuat latar belakang baik transparan atau semi-transparan, matikan ini " "untuk menggunakan Dash ke preferensi Dock." #: resources/ui/dash.ui:146 resources/ui/panel.ui:162 msgid "Background style" msgstr "Gaya latar belakang" #: resources/ui/dash.ui:147 msgid "The transparent/semi-transparent style for the dock background." msgstr "Gaya transparan/semi-transparan untuk latar belakang dock." #: resources/ui/dash.ui:163 resources/ui/panel.ui:193 msgid "Disable in overview" msgstr "Matikan di ruang kerja" #: resources/ui/dash.ui:164 msgid "Disables the blur from Dash to Dock when entering the overview." msgstr "Mematikan blur dari Dash to Dock ketika memasuk ruang kerja." #: resources/ui/dash.ui:199 resources/ui/overview.ui:118 #: resources/ui/overview.ui:138 resources/ui/panel.ui:248 msgid "Transparent" msgstr "Transparensi" #: resources/ui/dash.ui:200 resources/ui/overview.ui:116 #: resources/ui/overview.ui:139 resources/ui/panel.ui:249 msgid "Light" msgstr "Cahaya" #: resources/ui/dash.ui:201 resources/ui/overview.ui:117 #: resources/ui/overview.ui:140 resources/ui/panel.ui:250 msgid "Dark" msgstr "Gelap" #: resources/ui/effects-dialog.ui:4 msgid "Effects" msgstr "Efek" #: resources/ui/effects-dialog.ui:39 msgid "Add Effect" msgstr "Tambahkan Efek" #: resources/ui/effects-dialog.ui:77 msgid "Include advanced effects" msgstr "Sertakan efek lanjutan" #: resources/ui/menu.ui:6 msgid "Project page" msgstr "Halaman proyek" #: resources/ui/menu.ui:10 msgid "Report a Bug" msgstr "Laporkan Bug" #: resources/ui/menu.ui:14 msgid "License" msgstr "Lisensi" #: resources/ui/menu.ui:18 msgid "Donate" msgstr "Donasi" #: resources/ui/other.ui:5 msgid "Other" msgstr "Lainnya" #: resources/ui/other.ui:10 msgid "Lockscreen blur" msgstr "Blur layar kunci" #: resources/ui/other.ui:11 msgid "Change the blur of the lockscreen to use this extension's preferences." msgstr "Ganti blur dari layar kunci untuk memakai preferensinya ekstensi ini." #: resources/ui/other.ui:28 msgid "Screenshot blur" msgstr "Blur tangkapan layar" #: resources/ui/other.ui:29 msgid "Add blur to the background of the window selector in the screenshot UI." msgstr "Tambah blur ke latar belakang dari pemilih jendela di UI screenshot." #: resources/ui/other.ui:46 msgid "Window list extension blur" msgstr "Daftar jendela blur ekstensi" #: resources/ui/other.ui:47 msgid "Make the window-list extension blurred, if it is used." msgstr "Membuat daftar ekstensi window-list blurred, jika digunakan." #: resources/ui/other.ui:100 msgid "Coverflow Alt-Tab extension blur" msgstr "Blur ekstensi Coverflow Alt-Tab" #: resources/ui/other.ui:101 msgid "Make the coverflow alt-tab extension blurred, if it is used." msgstr "Membuat ekstensi coverflow alt-tab menjadi blur jika digunakan." #: resources/ui/other.ui:118 msgid "Performance" msgstr "Kinerja" #: resources/ui/other.ui:119 msgid "Various options to tweak the performance." msgstr "Berbagai opsi untuk mengubah kinerja." #: resources/ui/other.ui:123 msgid "Hack level" msgstr "Tingkat 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 "" "Mengubah perilaku efek blur dinamis. Nilai default sangat disarankan.\n" "Opsi “Tidak ada artefak” akan sepenuhnya menonaktifkan redraw terpotong di " "GNOME shell dan sangat memengaruhi performa komputer Anda." #: resources/ui/other.ui:138 msgid "Debug" msgstr "Debug" #: resources/ui/other.ui:139 msgid "" "Makes the extension verbose in logs, activate when you need to report an " "issue." msgstr "" "Membuat ekstensi bertele-tele, nyalakan jika kau harus membuat laporan " "masalah." #: resources/ui/other.ui:154 msgid "Reset preferences" msgstr "Mengatur ulang preferensi" #: resources/ui/other.ui:155 msgid "Resets preferences of Blur my Shell irreversibly." msgstr "Mengatur ulang preferensi Blur my Shell secara irreversibly." #: resources/ui/other.ui:174 msgid "Reset" msgstr "Mengatur ulang" #: resources/ui/other.ui:203 msgid "High performances" msgstr "Performa tinggi" #: resources/ui/other.ui:204 msgid "Default" msgstr "Default" #: resources/ui/other.ui:205 msgid "No artifact" msgstr "Tidak ada artefak" #: resources/ui/overview.ui:5 msgid "Overview" msgstr "Ruang kerja" #: resources/ui/overview.ui:10 msgid "Background blur" msgstr "Blur latar belakang" #: resources/ui/overview.ui:11 msgid "Add blur to the overview background, using the wallpaper picture." msgstr "" "Tambahkan blur ke latar belakang ruang kerja, menggunakan gambar latar " "belakang." #: resources/ui/overview.ui:26 msgid "Overview components style" msgstr "Gaya komponen ruang kerja" #: resources/ui/overview.ui:27 msgid "" "The semi-transparent style for the dash, search entry/results, and " "application folders." msgstr "" "Gaya semi-transparan untuk dash, entri/hasil pencarian, dan folder aplikasi." #: resources/ui/overview.ui:44 msgid "Application folder blur" msgstr "Folder aplikasi blur" #: resources/ui/overview.ui:45 msgid "Makes the background of application folder dialogs blurred." msgstr "Membuat latar belakang dari dialog folder aplikasi blurred." #: resources/ui/overview.ui:96 msgid "Application folder dialogs style" msgstr "Gaya dialog folder aplikasi" #: resources/ui/overview.ui:97 msgid "The semi-transparent style for the application folder dialogs." msgstr "Gaya semi-transparan untuk dialog folder aplikasi." #: resources/ui/overview.ui:115 resources/ui/overview.ui:137 msgid "Do not style" msgstr "Jangan kasih gaya" #: resources/ui/panel.ui:5 msgid "Panel" msgstr "Panel" #: resources/ui/panel.ui:10 msgid "Panel blur" msgstr "Blur panel" #: resources/ui/panel.ui:11 msgid "Blur the top panel using the background image." msgstr "Blur panel atas menggunakan gambar latar belakang." #: resources/ui/panel.ui:139 msgid "Force light text" msgstr "Paksa teks terang" #: resources/ui/panel.ui:140 msgid "" "Use a light text for the panel, useful when using gnome-shell's light theme." msgstr "" "Gunakan teks terang untuk panel, berguna ketika menggunakan tema cahaya " "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 "" "Override latar belakang panel untuk menggunakan yang transparan atau semi " "transparan.\n" "Direkomendasikan kecuali Anda ingin menyesuaikan tema GNOME Anda." #: resources/ui/panel.ui:163 msgid "The transparent/semi-transparent style for the panel background." msgstr "Gaya transparensi/semi-transparensi untuk background panelnya." #: resources/ui/panel.ui:177 msgid "Disable when a window is near" msgstr "Matikan ketika ada jendela dekat" #: resources/ui/panel.ui:178 msgid "Disables the transparency of the panel when a window is near it." msgstr "Mematikan transparansi dari panel ketika jendela didekatnya." #: resources/ui/panel.ui:194 msgid "Disables the blur from the panel when entering the overview." msgstr "Mematikan blur dari panel ketika memasuk ruang kerja." #: resources/ui/panel.ui:210 msgid "Compatibility" msgstr "Kompatibilitas" #: resources/ui/panel.ui:211 msgid "Various options to provide compatibility with other extensions." msgstr "Opsi-opsi untuk menyediakan kompatibilitas dengan ekstensi lain." #: resources/ui/panel.ui:216 msgid "Hidetopbar extension" msgstr "Ekstensi Hidetopbar" #: resources/ui/panel.ui:217 msgid "Does not disable the blur in overview, best used with static blur." msgstr "" "Tidak mematikan blur di ruang kerja, paling baik digunakan dengan blur " "statis." #: resources/ui/panel.ui:231 msgid "Blur original panel with Dash to Panel" msgstr "Blur panel original dengan 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 "" "Menyalakan blurring dari panel original dengan Dash to panel, jika di " "nyalakan di opsi ekstensinya." #: resources/ui/panel.ui:251 msgid "Contrasted" msgstr "Kontras" #: 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 yang akan digunakan dengan komponen ini." #: resources/ui/pipeline-group.ui:6 msgid "Pipeline name" msgstr "Nama pipeline" #: resources/ui/pipeline-group.ui:20 msgid "Manage effects" msgstr "Kelola efek" #: resources/ui/pipelines.ui:5 msgid "Pipelines" msgstr "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 "" "Setiap komponen menggunakan pipeline yang dapat dipilih di tab yang sesuai. " "Di sini Anda dapat membuat, memodifikasi, dan menghapus pipeline beserta " "efeknya." #: resources/ui/pipelines.ui:29 msgid "Add Pipeline" msgstr "Tambahkan Pipeline" #~ msgid "A list of windows to blur." #~ msgstr "Daftar dari jendela-jendela untuk tidak di blur." #~ msgid "A list of windows not to blur." #~ msgstr "Daftar dari jendela-jendela untuk tidak di blur." #~ msgid "Applications blur (beta)" #~ msgstr "Blur Aplikasi (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 "" #~ "Menambahkan blur ke aplikasi, Ini masih fungsi beta\n" #~ "Untuk mendapatkan hasil terbaik, pastikan untuk memilih opsi \"Tidak ada " #~ "artefak\" dalam preferensi \"General → Hack level\".\n" #~ " " #~ msgid "" #~ "Adds blur behind all windows by default.\n" #~ "Not recommended because of performance and stability issues." #~ msgstr "" #~ "Tambah blur dibelakang semua jendela secara default.\n" #~ "Tidak dianjurkan karena masalah kinerja dan stabilitas." #~ msgid "Customize properties" #~ msgstr "Kustomisasi properti" #~ msgid "" #~ "Uses customized blur properties, instead of the ones set in the General " #~ "page." #~ msgstr "" #~ "Menggunakan sifat blur yang disesuaikan, bukan yang diaturkan di halaman " #~ "umum." #~ msgid "" #~ "Changes the color of the blur. The opacity of the color controls how much " #~ "it is blended into the blur effect." #~ msgstr "" #~ "Mengubah warna blur. Kegelapan dari kontrol warna berapa banyak itu " #~ "dicampur ke efek blur." #~ msgid "Noise amount" #~ msgstr "Jumlah kebisingan" #~ msgid "" #~ "The amount of noise to add to the blur effect, useful on low-contrast " #~ "screens or for aesthetic purpose." #~ msgstr "" #~ "Jumlah kebisingan untuk ditambah ke efek blur, berguna pada layar kontras " #~ "rendah atau untuk tujuan estetika." #~ msgid "Noise lightness" #~ msgstr "Cahaya kebisingan" #~ msgid "The lightness of the noise added to the blur effect." #~ msgstr "Cahaya dari kebisingan ditambah ke efek blur." #~ msgid "Notice" #~ msgstr "Notice" #~ msgid "" #~ "Noise and color can't be activated on dynamically blurred components, " #~ "such as this one." #~ msgstr "" #~ "Kebisingan dan warna tidak dapat diaktifkan pada komponen blur dinamis, " #~ "seperti yang ini." #~ msgid "Static blur" #~ msgstr "Blur statis" #~ msgid "Rounded corner radius" #~ msgstr "Radius sudut yang dibulatkan" #~ msgid "The radius for the rounding effect. Only available with static blur." #~ msgstr "Radius untuk efek pembulatan. Hanya tersedia dengan buram statik." #~ msgid "General" #~ msgstr "Umum" #~ msgid "Blur preferences" #~ msgstr "Preferensi blur" #~ msgid "Global blur preferences, used by all components by default." #~ msgstr "Preferensi global blur, digunakan semua komponen secara default." #~ msgid "Color and noise effects" #~ msgstr "Efek-efek warna dan kebisingan" #~ msgid "" #~ "Globally disables noise and color effects which may improve performance " #~ "on low-end systems." #~ msgstr "" #~ "Secara global menonaktifkan kebisingan dan efek warna yang dapat " #~ "meningkatkan kinerja pada sistem low-end." #~ 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 "" #~ "Mengubah perila efek blur dinamis\n" #~ "Nilai default sangat dianjurkan kecuali anda menggunakan blur aplikasi, " #~ "dalam kasus mana \"Tidak ada artefak\" lebih baik.\n" #~ "Pilihan ini akan sepenuhnya menonaktifkan penarikan klip di shell GNOME, " #~ "dan dapat mempengaruhi kinerja secara signifikan tetapi akan memperbaiki " #~ "efek blur." #~ msgid "High quality" #~ msgstr "Kualitas tinggi" #~ msgid "Uses a static blurred image, more performant and stable." #~ msgstr "Menggunakan gambar keblur statis, lebih berkinerja dan stabil." #~ msgid "Uses a static blurred image, can be used with rounding effect." #~ msgstr "" #~ "Penggunaan sebuah gambar statik yang diblur, dapat digunakan dengan efek " #~ "rounding."