1# translation of zh.po to Chinese 2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER 3# This file is distributed under the same license as the PACKAGE package. 4# Yuan CHAO <yuanchao@gmail.com>, 2007 5# 6# 7msgid "" 8msgstr "" 9"Project-Id-Version: PowerTOP\n" 10"Report-Msgid-Bugs-To: \n" 11"POT-Creation-Date: 2008-12-15 21:37+0100\n" 12"PO-Revision-Date: 2008-12-15 22:18+0100\n" 13"Last-Translator: Yuan CHAO <yuanchao@gmail.com>\n" 14"Language-Team: Yuan CHAO <yuanchao@gmail.com>\n" 15"MIME-Version: 1.0\n" 16"Content-Type: text/plain; charset=UTF-8\n" 17"Content-Transfer-Encoding: 8bit\n" 18"X-Generator: \n" 19"X-Poedit-Language: Chinese\n" 20"X-Poedit-Basepath: /home/john/packages/powertop\n" 21"X-Poedit-SearchPath-0: /home/john/packages/powertop\n" 22 23#: /home/john/packages/powertop/cpufreq.c:116 24msgid "" 25"Suggestion: Enable the ondemand cpu speed governor for all processors via: \n" 26" echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor \n" 27msgstr "" 28"建議: 使用下列指令對所有 CPU 啟用 Ondemand 時脈管理模式: \n" 29" echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor \n" 30 31#: /home/john/packages/powertop/cpufreq.c:118 32msgid " O - enable Ondemand governor " 33msgstr " O - 啟用 CPU Ondemand 時脈管理 " 34 35#: /home/john/packages/powertop/misctips.c:79 36msgid "" 37"Suggestion: Enable laptop-mode by executing the following command:\n" 38" echo 5 > /proc/sys/vm/laptop_mode \n" 39msgstr "" 40"建議: 使用下列指令啟動 laptop-mode 功能:\n" 41" echo 5 > /proc/sys/vm/laptop_mode \n" 42 43#: /home/john/packages/powertop/misctips.c:80 44msgid " L - enable Laptop mode " 45msgstr " L - 啟動 Laptop mode " 46 47#: /home/john/packages/powertop/misctips.c:109 48msgid "" 49"Suggestion: disable the NMI watchdog by executing the following command:\n" 50" echo 0 > /proc/sys/kernel/nmi_watchdog \n" 51"The NMI watchdog is a kernel debug mechanism to detect deadlocks" 52msgstr "" 53"建議: 使用下列指令取消 NMI watchdog 監控:\n" 54" echo 0 > /proc/sys/kernel/nmi_watchdog \n" 55"NMI watchdog 監控是用於替核心除蟲,以及偵測系統死結之用。" 56 57#: /home/john/packages/powertop/misctips.c:111 58msgid " N - Turn NMI watchdog off " 59msgstr " N - 關閉 NMI watchdog 監控 " 60 61#: /home/john/packages/powertop/misctips.c:137 62msgid "" 63"Suggestion: enable the HPET (Multimedia Timer) in your BIOS or add \n" 64"the kernel patch to force-enable HPET. HPET support allows Linux to \n" 65"have much longer sleep intervals." 66msgstr "" 67"建議: 於 BIOS 中啟用 HPET (多媒體計時器) \n" 68"或是使用核心補綴來強制啟用 HPET。啟用 HPET 可以讓 Linux\n" 69"維持更長的閒置時間。" 70 71#: /home/john/packages/powertop/misctips.c:172 72msgid "" 73"Suggestion: enable AC97 powersave mode by executing the following command:\n" 74" echo 1 > /sys/module/snd_ac97_codec/parameters/power_save \n" 75"or by passing power_save=1 as module parameter." 76msgstr "" 77"建議: 使用下列指令啟用 AC97 省電功能:\n" 78" echo 1 > /sys/module/snd_ac97_codec/parameters/power_save \n" 79"或是設定 power_save=1 模組參數。" 80 81#: /home/john/packages/powertop/misctips.c:174 82msgid " A - Turn AC97 powersave on " 83msgstr " A - 開啟 AC97 省電功能 " 84 85#: /home/john/packages/powertop/misctips.c:201 86msgid "" 87"Suggestion: enable the noatime filesystem option by executing the following command:\n" 88" mount -o remount,noatime / or by pressing the T key \n" 89"noatime disables persistent access time of file accesses, which causes lots of disk IO." 90msgstr "" 91"建議: 以下列指令啟用 noatime 使檔案系統停止紀錄檔案存取時間 \n" 92" mount -o remount,noatime / 或直接按下 T 鍵\n" 93"noatime 將會關閉檔案系統紀錄存取時間,以減少磁碟 i/o 次數。" 94 95#: /home/john/packages/powertop/misctips.c:203 96msgid " T - enable noatime " 97msgstr " T - 啟動 noatime " 98 99#: /home/john/packages/powertop/misctips.c:264 100msgid "" 101"Suggestion: enable the power aware CPU scheduler with the following command:\n" 102" echo 1 > /sys/devices/system/cpu/sched_mc_power_savings\n" 103"or by pressing the C key." 104msgstr "" 105"建議: 以下列指令啟用省電型 CPU 排程器:\n" 106" echo 1 > /sys/devices/system/cpu/sched_mc_power_savings\n" 107"或直接按下 C 鍵。" 108 109#: /home/john/packages/powertop/misctips.c:266 110msgid " C - Power aware CPU scheduler " 111msgstr " C - 省電型 CPU 排程器 " 112 113#: /home/john/packages/powertop/misctips.c:297 114#, c-format 115msgid "" 116"Suggestion: increase the VM dirty writeback time from %1.2f to 15 seconds with:\n" 117" echo 1500 > /proc/sys/vm/dirty_writeback_centisecs \n" 118"This wakes the disk up less frequently for background VM activity" 119msgstr "" 120"建議: 使用下列指令延長 VM dirty writeback 資料回寫時間自 %1.2f 改為 15 秒鐘:\n" 121" echo 1500 > /proc/sys/vm/dirty_writeback_centisecs \n" 122"如此可以減少因為 VM 虛擬記憶體的運作而啟動磁碟的頻率。" 123 124#: /home/john/packages/powertop/misctips.c:301 125msgid " W - Increase Writeback time " 126msgstr " W - 延長資料回寫入磁碟間隔 " 127 128#: /home/john/packages/powertop/bluetooth.c:144 129msgid "" 130"Suggestion: Disable the unused bluetooth interface with the following command:\n" 131" hciconfig hci0 down ; rmmod hci_usb\n" 132"Bluetooth is a radio and consumes quite some power, and keeps USB busy as well.\n" 133msgstr "" 134"建議: 不使用藍牙功能時,以下列指令關閉藍牙信號:\n" 135" hciconfig hci0 down ; rmmod hci_usb\n" 136"藍牙是一種無線通訊介面,會造成相當大的耗電量,同時使得 USB 持續忙碌。\n" 137 138#: /home/john/packages/powertop/bluetooth.c:146 139msgid " B - Turn Bluetooth off " 140msgstr " B - 關閉藍牙介面通訊 " 141 142#: /home/john/packages/powertop/process.c:84 143#, c-format 144msgid " K - kill %s " 145msgstr " K - 砍掉 %s 程緒" 146 147#: /home/john/packages/powertop/ethernet.c:128 148msgid "" 149"Disable Ethernet Wake-On-Lan with the following command:\n" 150" ethtool -s eth0 wol d \n" 151"Wake-on-Lan keeps the phy active, this costs power." 152msgstr "" 153"使用下列指令關閉 \"Wake-On-Lan\" 網路喚醒功能:\n" 154" ethtool -s eth0 wol d\n" 155"\"Wake-On-Lan\" 功能需要維持網卡實體層啟動,會因此耗費電源。" 156 157#: /home/john/packages/powertop/ethernet.c:131 158msgid " W - disable Wake-On-Lan " 159msgstr " W - 關閉 \"Wake-On-Lan\" " 160 161#: /home/john/packages/powertop/display.c:108 162msgid " Q - Quit " 163msgstr " Q - 離開 " 164 165#: /home/john/packages/powertop/display.c:109 166msgid " R - Refresh " 167msgstr " R - 重繪畫面 " 168 169#: /home/john/packages/powertop/display.c:196 170#, c-format 171msgid "no ACPI power usage estimate available" 172msgstr "沒有 ACPI 耗電量資訊 (正在使用 AC 電源)" 173 174#: /home/john/packages/powertop/display.c:201 175#, c-format 176msgid "Power usage (ACPI estimate): %3.1fW (%3.1f hours)" 177msgstr "系統耗電量 (由 ACPI 估計): %3.1f 瓦 (剩餘 %3.1f 小時)" 178 179#: /home/john/packages/powertop/display.c:205 180#, c-format 181msgid "(long term: %3.1fW,/%3.1fh)" 182msgstr "(長期平均: %3.1f瓦,餘%3.1f小時)" 183 184#: /home/john/packages/powertop/display.c:208 185#, c-format 186msgid "Power usage (5 minute ACPI estimate) : %5.1f W (%3.1f hours left)" 187msgstr "電源使用量 (5 分鐘 ACPI 估計平均) : %5.1f 瓦 (剩餘 %3.1f 小時)" 188 189#: /home/john/packages/powertop/display.c:238 190#, c-format 191msgid "Power usage: %3.1fW (%3.1f hours)" 192msgstr "系統耗電量: %3.1f 瓦 (%3.1f 小時)" 193 194#: /home/john/packages/powertop/display.c:244 195#, c-format 196msgid "no power usage estimate available" 197msgstr "沒有系統耗電量資訊" 198 199#: /home/john/packages/powertop/display.c:270 200#, c-format 201msgid "Wakeups-from-idle per second : %4.1f\tinterval: %0.1fs\n" 202msgstr "每秒 CPU 脫離閒置狀態的次數 : %4.1f\t時間間隔: %0.1f秒\n" 203 204#: /home/john/packages/powertop/display.c:281 205msgid "Top causes for wakeups:\n" 206msgstr "主要造成脫離閒置的程緒:\n" 207 208#: /home/john/packages/powertop/display.c:299 209msgid "No detailed statistics available; please enable the CONFIG_TIMER_STATS kernel option\n" 210msgstr "無法取得詳細統計資料; 需開啟 CONFIG_TIMER_STATS 核心選項\n" 211 212#: /home/john/packages/powertop/display.c:300 213msgid "This option is located in the Kernel Debugging section of menuconfig\n" 214msgstr "這個選項在核心編譯選項中的 \"Kernel Debugging\" 項目。\n" 215 216#: /home/john/packages/powertop/display.c:301 217msgid "(which is CONFIG_DEBUG_KERNEL=y in the config file)\n" 218msgstr "(於 .config 檔案中設定 CONFIG_DEBUG_KERNEL=y)\n" 219 220#: /home/john/packages/powertop/display.c:302 221msgid "Note: this is only available in 2.6.21 and later kernels\n" 222msgstr "請注意: 此功能需要 2.6.21 或更新版本的系統核心\n" 223 224#: /home/john/packages/powertop/display.c:304 225msgid "No detailed statistics available; PowerTOP needs root privileges for that\n" 226msgstr "無法取得詳細統計資料; PowerTOP 需要 root 權限\n" 227 228#: /home/john/packages/powertop/powertop.c:170 229#: /home/john/packages/powertop/powertop.c:254 230msgid "PS/2 keyboard/mouse/touchpad" 231msgstr "PS/2 鍵盤/滑鼠/觸控板" 232 233#: /home/john/packages/powertop/powertop.c:249 234#, c-format 235msgid " <kernel IPI> : %s" 236msgstr " <核心 IPI> : %s" 237 238#: /home/john/packages/powertop/powertop.c:251 239#: /home/john/packages/powertop/powertop.c:254 240#, c-format 241msgid " <interrupt> : %s" 242msgstr " <中斷服務> : %s" 243 244#: /home/john/packages/powertop/powertop.c:377 245msgid "polling" 246msgstr "巡察" 247 248#: /home/john/packages/powertop/powertop.c:764 249#, c-format 250msgid "Usage: powertop [OPTION...]\n" 251msgstr "用法:powertop [選項...]\n" 252 253#: /home/john/packages/powertop/powertop.c:765 254#, c-format 255msgid " -d, --dump read wakeups once and print list of top offenders\n" 256msgstr " -d, --dump 一次列出主要造成CPU脫離閒置的所有程序後退出\n" 257 258#: /home/john/packages/powertop/powertop.c:766 259#, c-format 260msgid " -t, --time=DOUBLE default time to gather data in seconds\n" 261msgstr " -t, --time=DOUBLE 預設每次蒐集資料的時間,以秒為單位\n" 262 263#: /home/john/packages/powertop/powertop.c:767 264#, c-format 265msgid " -h, --help Show this help message\n" 266msgstr " -h, --help 顯示本輔助說明\n" 267 268#: /home/john/packages/powertop/powertop.c:768 269#, c-format 270msgid " -v, --version Show version information and exit\n" 271msgstr "-v, --version 顯示版本資訊後離開\n" 272 273#: /home/john/packages/powertop/powertop.c:774 274#, c-format 275msgid "powertop version %s\n" 276msgstr "powertop 版本為 %s\n" 277 278#: /home/john/packages/powertop/powertop.c:841 279#, c-format 280msgid "PowerTOP needs to be run as root to collect enough information\n" 281msgstr "PowerTOP 需要以 root 的身份執行,以取得足夠的資訊\n" 282 283#: /home/john/packages/powertop/powertop.c:842 284#, c-format 285msgid "Collecting data for %i seconds \n" 286msgstr "正在收集資料中,請稍等 %i 秒 \n" 287 288#: /home/john/packages/powertop/powertop.c:898 289#, c-format 290msgid "< Detailed C-state information is not available.>\n" 291msgstr "< 無法取得詳細的 C-state 資訊 >\n" 292 293#: /home/john/packages/powertop/powertop.c:904 294#, c-format 295msgid "Cn\t Avg residency\n" 296msgstr "Cn\t 平均停留時間\n" 297 298#: /home/john/packages/powertop/powertop.c:907 299#, c-format 300msgid "C0 (cpu running) (%4.1f%%)\n" 301msgstr "C0 (cpu 忙碌中) (%4.1f%%)\n" 302 303#: /home/john/packages/powertop/powertop.c:921 304#, c-format 305msgid "%s\t%5.1fms (%4.1f%%)\n" 306msgstr "%s\t\t%5.1f毫秒 (%4.1f%%)\n" 307 308#: /home/john/packages/powertop/powertop.c:974 309#: /home/john/packages/powertop/powertop.c:976 310msgid "<kernel module>" 311msgstr " <核心模組>" 312 313#: /home/john/packages/powertop/powertop.c:978 314msgid "<kernel core>" 315msgstr " <系統核心>" 316 317#: /home/john/packages/powertop/powertop.c:1010 318msgid " <interrupt> : extra timer interrupt" 319msgstr " <中斷服務> : 額外的計時器中斷" 320 321#: /home/john/packages/powertop/powertop.c:1064 322msgid "" 323"Suggestion: Enable the CONFIG_USB_SUSPEND kernel configuration option.\n" 324"This option will automatically disable UHCI USB when not in use, and may\n" 325"save approximately 1 Watt of power." 326msgstr "" 327"建議: 啟用 CONFIG_USB_SUSPEND 核心選項.\n" 328"此選項會在 UHCI USB 不用時自動關閉 UHCI USB 設備,\n" 329"最高約可節省 1 瓦的耗電量。" 330 331#: /home/john/packages/powertop/powertop.c:1066 332msgid "" 333"Suggestion: Enable the CONFIG_CPU_FREQ_GOV_ONDEMAND kernel configuration option.\n" 334"The 'ondemand' CPU speed governor will minimize the CPU power usage while\n" 335"giving you performance when it is needed." 336msgstr "" 337"建議: 啟用 CONFIG_CPU_FREQ_GOV_ONDEMAND 核心選項\n" 338"'ondemand' CPU 時脈管理模式可減少 CPU 功率的消耗,\n" 339"同時能在必要時提供所需的效能。" 340 341#: /home/john/packages/powertop/powertop.c:1068 342msgid "" 343"Suggestion: Enable the CONFIG_NO_HZ kernel configuration option.\n" 344"This option is required to get any kind of longer sleep times in the CPU." 345msgstr "" 346"建議: 啟用 CONFIG_NO_HZ 核心選項\n" 347"需啟用此功能來使用各種維持 CPU 保持在閒置狀態的功能。" 348 349#: /home/john/packages/powertop/powertop.c:1069 350msgid "" 351"Suggestion: Enable the CONFIG_ACPI_BATTERY kernel configuration option.\n" 352" This option is required to get power estimages from PowerTOP" 353msgstr "" 354"建議: 啟用 CONFIG_ACPI_BATTERY 核心選項\n" 355"PowerTOP 需要此功能以得知剩餘電池電量。" 356 357#: /home/john/packages/powertop/powertop.c:1072 358msgid "" 359"Suggestion: Enable the CONFIG_HPET_TIMER kernel configuration option.\n" 360"Without HPET support the kernel needs to wake up every 20 milliseconds for \n" 361"some housekeeping tasks." 362msgstr "" 363"建議: 啟用 CONFIG_HPET_TIMER 核心選項\n" 364"不使用 HPET 核心支援將造成核心每 20ms\n" 365"需離開閒置狀態來做整理的工作。" 366 367#: /home/john/packages/powertop/powertop.c:1077 368msgid "" 369"Suggestion: Enable the CONFIG_SND_AC97_POWER_SAVE kernel configuration option.\n" 370"This option will automatically power down your sound codec when not in use,\n" 371"and can save approximately half a Watt of power." 372msgstr "" 373"建議: 啟用 CONFIG_SND_AC97_POWER_SAVE 核心選項\n" 374"此選項可以使音效卡於閒置時自動關閉電源,\n" 375"大約可以節省 0.5 瓦的耗電量。" 376 377#: /home/john/packages/powertop/powertop.c:1081 378msgid "" 379"Suggestion: Disable the CONFIG_IRQBALANCE kernel configuration option.\n" 380"The in-kernel irq balancer is obsolete and wakes the CPU up far more than needed." 381msgstr "" 382"建議: 取消 CONFIG_IRQBALANCE 核心選項\n" 383"核心中 IRQ 負載平衡是過時的,而且會造成 CPU 過多離開閒置狀態的頻率。" 384 385#: /home/john/packages/powertop/powertop.c:1083 386msgid "" 387"Suggestion: Enable the CONFIG_CPU_FREQ_STAT kernel configuration option.\n" 388"This option allows PowerTOP to show P-state percentages \n" 389"P-states correspond to CPU frequencies." 390msgstr "" 391"建議: 啟用 CONFIG_CPU_FREQ_STAT 核心選項\n" 392"PowerTOP 需要此選項來顯示 CPU P-States,\n" 393"P-States 對應到 CPU 頻率狀態。" 394 395#: /home/john/packages/powertop/powertop.c:1086 396msgid "" 397"Suggestion: Enable the CONFIG_INOTIFY kernel configuration option.\n" 398"This option allows programs to wait for changes in files and directories\n" 399"instead of having to poll for these changes" 400msgstr "" 401"建議: 啟用 CONFIG_INOTIFY 核心選項.\n" 402"此選項可使程式在以等待核心通知的方式,來獲知檔案或目錄的更動,\n" 403"而無須不斷使用poll指令來探尋變更。" 404 405#: /home/john/packages/powertop/powertop.c:1093 406#: /home/john/packages/powertop/powertop.c:1097 407msgid "" 408"Suggestion: Disable or remove 'beagle' from your system. \n" 409"Beagle is the program that indexes for easy desktop search, however it's \n" 410"not very efficient and costs a significant amount of battery life." 411msgstr "" 412"建議: 停用或移除 'beagle' 套件\n" 413"Beagle 套件會在系統閒置時製做索引來加速桌面搜尋,\n" 414"但也會因此而縮短電池可用時間。" 415 416#: /home/john/packages/powertop/powertop.c:1106 417msgid "" 418"Suggestion: Disable or remove 'gnome-power-manager' from your system. \n" 419"Older versions of gnome-power-manager wake up far more often than \n" 420"needed costing you some power." 421msgstr "" 422"建議: 停用或移除 'gnome 電源管理程式'. \n" 423"雖然該程式用來設定電源管理模式,但某些舊版本存在一個臭蟲使得 \n" 424"電源消耗更加嚴重。" 425 426#: /home/john/packages/powertop/powertop.c:1112 427msgid "" 428"Suggestion: Disable or remove 'pcscd' from your system. \n" 429"pcscd tends to keep the USB subsystem out of power save mode\n" 430"and your processor out of deeper powersave states." 431msgstr "" 432"建議: 停用或移除 'pcscd' 套件\n" 433"pcscd 會使得 USB 子系統脫離省電模式,\n" 434"並且使中央處理器離開深度省電模式。" 435 436#: /home/john/packages/powertop/powertop.c:1119 437msgid "" 438"Suggestion: Disable 'hal' from polling your cdrom with: \n" 439"hal-disable-polling --device /dev/cdrom 'hal' is the component that auto-opens a\n" 440"window if you plug in a CD but disables SATA power saving from kicking in." 441msgstr "" 442"建議: 使用下列指令取消 'hal' 檢查光碟狀態: \n" 443"hal-disable-polling --device /dev/cdrom 'hal' 會在插入光碟時自動開啟檔案總管 \n" 444"但是會使得 SATA 脫離省電模式" 445 446#: /home/john/packages/powertop/powertop.c:1125 447msgid "" 448"Disable the SE-Alert software by removing the 'setroubleshoot-server' rpm\n" 449"SE-Alert alerts you about SELinux policy violations, but also\n" 450"has a bug that wakes it up 10 times per second." 451msgstr "" 452"移除 \"setroubleshoot-server\" 套件並關閉 \"SE-Alert\" 軟體\n" 453"SE-Alert 會提醒您關於 SELinux 策略上的牴觸問題,但也存在一個臭蟲,\n" 454"使得系統每秒被喚醒的次數增加十次。" 455 456#: /home/john/packages/powertop/sata.c:101 457msgid "" 458"Suggestion: Enable SATA ALPM link power management via: \n" 459" echo min_power > /sys/class/scsi_host/host0/link_power_management_policy\n" 460"or press the S key." 461msgstr "" 462"建議: 使用下列指令啟動 SATA ALPM 電源管理功能: echo min_power > /sys/class/scsi_host/host0/link_power_management_policy\n" 463"或直接按下 S 鍵" 464 465#: /home/john/packages/powertop/sata.c:104 466msgid " S - SATA Link Power Management " 467msgstr " S - SATA Link 電源管理功能 " 468 469#: /home/john/packages/powertop/urbnum.c:123 470#, c-format 471msgid "USB device %4s : %s (%s)" 472msgstr "USB 設備 %4s : %s (%s)" 473 474#: /home/john/packages/powertop/urbnum.c:175 475msgid "Recent USB suspend statistics" 476msgstr "近期 USB 進入自動休眠次數" 477 478#: /home/john/packages/powertop/urbnum.c:176 479msgid "Active Device name" 480msgstr "運作中的設備名稱" 481 482#: /home/john/packages/powertop/urbnum.c:207 483#, c-format 484msgid "" 485"A USB device is active %4.1f%% of the time:\n" 486"%s" 487msgstr "" 488"USB 設備 %4.1f%% 的時間處於運作狀態:\n" 489"%s" 490 491#: /home/john/packages/powertop/urbnum.c:212 492#: /home/john/packages/powertop/usb.c:121 493msgid " U - Enable USB suspend " 494msgstr " U - 啟用 USB 自動休眠" 495 496#: /home/john/packages/powertop/xrandr.c:75 497msgid "" 498"Suggestion: disable TV out via: \n" 499" xrandr --output TV --off \n" 500"or press the V key." 501msgstr "" 502"建議: 使用下列指令關閉 TV 輸出顯示功能:\n" 503" xrandr --output TV --off\n" 504"或直接按下 V 鍵." 505 506#: /home/john/packages/powertop/xrandr.c:78 507msgid " V - Disable TV out " 508msgstr " V - 關閉 TV 輸出 " 509 510#: /home/john/packages/powertop/wireless.c:308 511#, c-format 512msgid "" 513"Suggestion: Enable wireless power saving mode by executing the following command:\n" 514" iwpriv %s set_power 5 \n" 515"This will sacrifice network performance slightly to save power." 516msgstr "" 517"建議: 使用下列指令啟動無線網路省電功能:\n" 518" iwpriv %s set_power 5 \n" 519"這會犧牲一點網路效能來節省電源的消耗。" 520 521#: /home/john/packages/powertop/wireless.c:311 522#: /home/john/packages/powertop/wireless.c:317 523msgid " W - Enable wireless power saving " 524msgstr " W - 開啟無線網路省電功能 " 525 526#: /home/john/packages/powertop/wireless.c:314 527#, c-format 528msgid "" 529"Suggestion: Enable wireless power saving mode by executing the following command:\n" 530" echo 5 > %s \n" 531"This will sacrifice network performance slightly to save power." 532msgstr "" 533"建議: 使用下列指令啟動無線網路省電功能:\n" 534" echo 5 > %s \n" 535"這會犧牲一點網路效能來節省電源的消耗。" 536 537#: /home/john/packages/powertop/wireless.c:320 538#, c-format 539msgid "" 540"Suggestion: Disable the unused WIFI radio by executing the following command:\n" 541" echo 1 > %s \n" 542msgstr "" 543"建議: 當不使用 WIFI 時,以下列指令關閉 WIFI 信號:\n" 544" echo 1 > %s \n" 545 546#: /home/john/packages/powertop/wireless.c:322 547msgid " I - disable WIFI Radio " 548msgstr " I - 關閉 WIFI 信號 " 549 550#: /home/john/packages/powertop/usb.c:118 551msgid "" 552"Suggestion: Enable USB autosuspend by pressing the U key or adding \n" 553"usbcore.autosuspend=1 to the kernel command line in the grub config" 554msgstr "" 555"建議: 按下 U 鍵啟用 USB 自動休眠功能,或是於 grub 加入以下核心參數 \n" 556"usbcore.autosuspend=1" 557 558#: /home/john/packages/powertop/cpufreqstats.c:74 559#, c-format 560msgid "%9lli" 561msgstr "%9lli" 562 563#: /home/john/packages/powertop/cpufreqstats.c:77 564#, c-format 565msgid "%6lli Mhz" 566msgstr "%6lli MHz" 567 568#: /home/john/packages/powertop/cpufreqstats.c:80 569#, c-format 570msgid "%6.2f Ghz" 571msgstr "%6.2f GHz" 572 573#: /home/john/packages/powertop/cpufreqstats.c:101 574#, c-format 575msgid "P-states (frequencies)\n" 576msgstr "P-states (CPU 時脈)\n" 577 578#: /home/john/packages/powertop/intelcstates.c:143 579#, c-format 580msgid "Your CPU supports the following C-states : " 581msgstr "您的 CPU 支援以下 C-states 省電模式: " 582 583#: /home/john/packages/powertop/intelcstates.c:152 584#, c-format 585msgid "Your BIOS reports the following C-states : " 586msgstr "您的 BIOS 回報有以下 C-states 省電模式 : " 587 588