Browsing Chinese (Traditional) translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Chinese (Traditional) guidelines.
110 of 531 results
1.
%s [options]

COMMANDS:
-h, --help Show this help
--version Show version
--dump-conf Dump default configuration
--dump-modules Dump list of available modules
--dump-resample-methods Dump available resample methods
--cleanup-shm Cleanup stale shared memory segments
--start Start the daemon if it is not running
-k --kill Kill a running daemon
--check Check for a running daemon (only returns exit code)

OPTIONS:
--system[=BOOL] Run as system-wide instance
-D, --daemonize[=BOOL] Daemonize after startup
--fail[=BOOL] Quit when startup fails
--high-priority[=BOOL] Try to set high nice level
(only available as root, when SUID or
with elevated RLIMIT_NICE)
--realtime[=BOOL] Try to enable realtime scheduling
(only available as root, when SUID or
with elevated RLIMIT_RTPRIO)
--disallow-module-loading[=BOOL] Disallow module user requested module
loading/unloading after startup
--disallow-exit[=BOOL] Disallow user requested exit
--exit-idle-time=SECS Terminate the daemon when idle and this
time passed
--scache-idle-time=SECS Unload autoloaded samples when idle and
this time passed
--log-level[=LEVEL] Increase or set verbosity level
-v --verbose Increase the verbosity level
--log-target={auto,syslog,stderr,file:PATH,newfile:PATH}
Specify the log target
--log-meta[=BOOL] Include code location in log messages
--log-time[=BOOL] Include timestamps in log messages
--log-backtrace=FRAMES Include a backtrace in log messages
-p, --dl-search-path=PATH Set the search path for dynamic shared
objects (plugins)
--resample-method=METHOD Use the specified resampling method
(See --dump-resample-methods for
possible values)
--use-pid-file[=BOOL] Create a PID file
--no-cpu-limit[=BOOL] Do not install CPU load limiter on
platforms that support it.
--disable-shm[=BOOL] Disable shared memory support.
--enable-memfd[=BOOL] Enable memfd shared memory support.

STARTUP SCRIPT:
-L, --load="MODULE ARGUMENTS" Load the specified plugin module with
the specified argument
-F, --file=FILENAME Run the specified script
-C Open a command line on the running TTY
after startup

-n Don't load default script file
There are line breaks here. Each one represents a line break. Start a new line in the equivalent position in the translation.
There are leading/trailing spaces here. Each one represents a space character. Enter a space in the equivalent position in the translation.
%s [選項]

指令:
-h, --help 顯示此幫助
--version 顯示版本
--dump-conf 傾印預設組態
--dump-modules 傾印可用模組清單
--dump-resample-methods 傾印可用重新取樣方法
--cleanup-shm 清理陳舊共享記憶體區段
--start 若幕後程式尚未執行則啟動之
-k --kill 截殺執行中幕後程式
--check 檢查幕後程式是否執行中 (僅回傳離開碼)

OPTIONS:
--system[=BOOL] 執行系統域實體
-D, --daemonize[=BOOL] 在初始啟動後幕後化
--fail[=BOOL] 當初始啟動失敗時退出
--high-priority[=BOOL] 試圖設定高良值
(僅 root 身份可用,當有 SUID 或有 RLIMIT_NICE
提升之時)
--realtime[=BOOL] 試圖啟用實時排程
(僅 root 身份可用,當有 SUID 或有 RLIMIT_RTPRIO
提升之時)
--disallow-module-loading[=BOOL] 不允許模組使用者請求的模組
在初始啟動後載入/卸載
--disallow-exit[=BOOL] 不允許使用者請求離開
--exit-idle-time=SECS 在幕後程式閒置並經過這段時間後
終止幕後程式
--scache-idle-time=SECS 在閒置並經過這段時間後卸載
自動載入的樣本
--log-level[=LEVEL] 增加或設定詳盡等級
-v --verbose 增加詳盡等級
--log-target={auto,syslog,stderr,file:PATH,newfile:PATH}
指定記錄目標
--log-meta[=BOOL] 在記錄訊息中納入代碼位置
--log-time[=BOOL] 在記錄訊息中納入時間戳記
--log-backtrace=FRAMES 在記錄訊息中納入回溯資料
-p, --dl-search-path=PATH 設定動態共享物件 (插件) 的
搜尋路徑
--resample-method=METHOD 使用指定的重新取樣方法
(請見 --dump-resample-methods 瞭解可行的值)
--use-pid-file[=BOOL] 建立 PID 檔
--no-cpu-limit[=BOOL] 不要在支援的平臺上安裝 CPU
載入限制器。
--disable-shm[=BOOL] 停用共享記憶體支援。
--enable-memfd[=BOOL] 啟用 memfd 共享記憶體支援。

初始啟動指令稿:
-L, --load="MODULE ARGUMENTS" 根據指定的引數載入指定的
外掛模組
-F, --file=FILENAME 執行指定的指令稿
-C 在初始啟動後在執行中的 TTY 裡開啟指令列

-n 不要載入預設指令稿檔案
Translated by Cheng-Chia Tseng
Located in src/daemon/cmdline.c:113
2.
--daemonize expects boolean argument
--daemonize 預期布林引數
Translated by Cheng-Chia Tseng
Located in src/daemon/cmdline.c:246
3.
--fail expects boolean argument
--fail 預期布林引數
Translated by Cheng-Chia Tseng
Located in src/daemon/cmdline.c:254
4.
--log-level expects log level argument (either numeric in range 0..4 or one of debug, info, notice, warn, error).
--log-level 預期記錄層級引數 (範圍 0..4 間的數字,或是後列之一: debug、info、notice、warn、error)。
Translated by Cheng-Chia Tseng
Located in src/daemon/cmdline.c:265
5.
--high-priority expects boolean argument
--high-priority 預期布林引數
Translated by Cheng-Chia Tseng
Located in src/daemon/cmdline.c:277
6.
--realtime expects boolean argument
--realtime 預期布林引數
Translated by Cheng-Chia Tseng
Located in src/daemon/cmdline.c:285
7.
--disallow-module-loading expects boolean argument
--disallow-module-loading 預期布林引數
Translated by Cheng-Chia Tseng
Located in src/daemon/cmdline.c:293
8.
--disallow-exit expects boolean argument
--disallow-exit 預期布林引數
Translated by Cheng-Chia Tseng
Located in src/daemon/cmdline.c:301
9.
--use-pid-file expects boolean argument
--use-pid-file 預期布林引數
Translated by Cheng-Chia Tseng
Located in src/daemon/cmdline.c:309
10.
Invalid log target: use either 'syslog', 'journal','stderr' or 'auto' or a valid file name 'file:<path>', 'newfile:<path>'.
無效的紀錄目標:請使用「syslog」、「journal」、「stderr」或「auto」或有效的檔名「file:<path>」、「newfile:<path>」。
Translated by Cheng-Chia Tseng
Located in src/daemon/cmdline.c:328
110 of 531 results

This translation is managed by Ubuntu Traditional Chinese (Taiwan) Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Cheng-Chia Tseng, Kevin Huang, Po-Hsu Lin, TienFu Chen, Walter Cheuk.