Update the translation of Mandarin Chinese
This commit is contained in:
parent
de187a89ae
commit
342efdd29a
@ -1,6 +1,6 @@
|
|||||||
configfile="配置文件"
|
configfile=" 配置文件"
|
||||||
usage="使用方法: {0} [选项]\n\n选项:\n"
|
usage="使用方法: {0} [选项]\n\n选项:\n"
|
||||||
total="Total"
|
total="总计"
|
||||||
|
|
||||||
|
|
||||||
[help]
|
[help]
|
||||||
@ -11,8 +11,8 @@ written="配置文件已写入 {0}"
|
|||||||
|
|
||||||
[args]
|
[args]
|
||||||
help="显示当前内容。"
|
help="显示当前内容。"
|
||||||
color="制定配色方案。"
|
color="配色方案。"
|
||||||
scale="图形缩放比例,>0"
|
scale="图形比例尺度,>0"
|
||||||
version="显示版本并退出。"
|
version="显示版本并退出。"
|
||||||
percpu="在 CPU 组件中显示每个 CPU。"
|
percpu="在 CPU 组件中显示每个 CPU。"
|
||||||
cpuavg="在 CPU 组件中平均 CPU。"
|
cpuavg="在 CPU 组件中平均 CPU。"
|
||||||
@ -22,18 +22,18 @@ rate="刷新频率。常见的时间单位皆可用。\"1m\" = 每分钟刷新
|
|||||||
layout="布局描述文件名。使用 \"-\" 连接。"
|
layout="布局描述文件名。使用 \"-\" 连接。"
|
||||||
net="选择网卡。多个网卡用逗号分隔。使用 \"!\" 忽略指定网卡。"
|
net="选择网卡。多个网卡用逗号分隔。使用 \"!\" 忽略指定网卡。"
|
||||||
export="在指定端口上启用指标输出。"
|
export="在指定端口上启用指标输出。"
|
||||||
mbps="显示网速为 mbps."
|
mbps="显示网速为 mbps。"
|
||||||
test="执行测试并返回成功或失败码。"
|
test="执行测试并返回成功或失败码。"
|
||||||
conffile="用于替代缺省参数的配置文件(必须是第一个参数)"
|
conffile="用于替代缺省参数的配置文件(必须是第一个参数)"
|
||||||
list="""
|
list="""
|
||||||
List <devices|layouts|colorschemes|paths|keys>
|
List <devices|layouts|colorschemes|paths|keys>
|
||||||
devices: Prints out device names for filterable widgets
|
devices: 显示可用于过滤的设备名
|
||||||
layouts: Lists build-in layouts
|
layouts: 列出所有内置布局方案
|
||||||
colorschemes: Lists built-in colorschemes
|
colorschemes: 列出所有内置配色方案
|
||||||
paths: List out configuration file search paths
|
paths: 列出配置文件的搜索路径
|
||||||
widgets: Widgets that can be used in a layout
|
widgets: 所有可被用于布局的组件
|
||||||
keys: Show the keyboard bindings."""
|
keys: 显示所有热键。"""
|
||||||
write="Write out a default config file."
|
write="将当前配置写入缺省配置文件。"
|
||||||
|
|
||||||
|
|
||||||
[error]
|
[error]
|
||||||
@ -52,52 +52,51 @@ setuperr="error setting up {0}: {1}"
|
|||||||
|
|
||||||
|
|
||||||
[widget.label]
|
[widget.label]
|
||||||
disk=" Disk Usage "
|
disk=" 磁盘使用率 "
|
||||||
cpu=" CPU Usage "
|
cpu=" CPU 使用率 "
|
||||||
gauge=" Power Level "
|
gauge=" 功率 "
|
||||||
battery=" Battery Status "
|
battery=" 电池状态 "
|
||||||
batt=" Battery "
|
batt=" 电池 "
|
||||||
# INSERTED JUST FOR TEST
|
temp=" 温度 "
|
||||||
temp=" 显示华氏温度。 "
|
net=" 网络使用率 "
|
||||||
net=" Network Usage "
|
netint=" 网络使用率: {0} "
|
||||||
netint=" Network Usage: {0} "
|
mem=" 内存使用率 "
|
||||||
mem=" Memory Usage "
|
|
||||||
help="""
|
help="""
|
||||||
Quit: q or <C-c>
|
退出: q or <C-c>
|
||||||
|
|
||||||
Process navigation:
|
进程导航:
|
||||||
- k and <Up>: up
|
- k 或 <Up>: 上一行
|
||||||
- j and <Down>: down
|
- j 或 <Down>: 下一行
|
||||||
- <C-u>: half page up
|
- <C-u>: 上半页
|
||||||
- <C-d>: half page down
|
- <C-d>: 下半页
|
||||||
- <C-b>: full page up
|
- <C-b>: 上一页
|
||||||
- <C-f>: full page down
|
- <C-f>: 下一页
|
||||||
- gg and <Home>: jump to top
|
- gg 或 <Home>: 到顶部
|
||||||
- G and <End>: jump to bottom
|
- G 或 <End>: 到底部
|
||||||
|
|
||||||
Process actions:
|
进程操作:
|
||||||
- <Tab>: toggle process grouping
|
- <Tab>: 切换进程组
|
||||||
- dd: kill selected process or group of processes with SIGTERM (15)
|
- dd: 发送信号 SIGTERM (15) 终止进程或进程组
|
||||||
- d3: kill selected process or group of processes with SIGQUIT (3)
|
- d3: 发送信号 SIGTERM (3) 终止进程或进程组
|
||||||
- d9: kill selected process or group of processes with SIGKILL (9)
|
- d9: 发送信号 SIGTERM (9) 终止进程或进程组
|
||||||
|
|
||||||
Process sorting:
|
进程排序:
|
||||||
- c: CPU
|
- c: CPU
|
||||||
- m: Mem
|
- m: 内存
|
||||||
- p: PID
|
- p: 进程标识
|
||||||
|
|
||||||
Process filtering:
|
进程过滤:
|
||||||
- /: start editing filter
|
- /: 开始编辑过滤器
|
||||||
- (while editing):
|
- (编辑时):
|
||||||
- <Enter>: accept filter
|
- <Enter>: 保存过滤器
|
||||||
- <C-c> and <Escape>: clear filter
|
- <C-c> 或 <Escape>: 清除过滤器
|
||||||
|
|
||||||
CPU and Mem graph scaling:
|
CPU 和内存图形缩放:
|
||||||
- h: scale in
|
- h: 放大比例
|
||||||
- l: scale out
|
- l: 缩小比例
|
||||||
|
|
||||||
Network:
|
网络:
|
||||||
- b: toggle between mbps and scaled bytes per second
|
- b: 在 mbps 和 每秒字节数 之间切换
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
@ -108,23 +107,23 @@ negvalsent="error: negative value for recently sent network data from gopsutil.
|
|||||||
|
|
||||||
|
|
||||||
[widget.disk]
|
[widget.disk]
|
||||||
disk="Disk"
|
disk="磁盘"
|
||||||
mount="Mount"
|
mount="文件系统"
|
||||||
used="Used"
|
used="已使用"
|
||||||
free="Free"
|
free="空闲"
|
||||||
rs="R/s"
|
rs="R/s"
|
||||||
ws="W/s"
|
ws="W/s"
|
||||||
|
|
||||||
|
|
||||||
[widget.proc]
|
[widget.proc]
|
||||||
filter=" Filter: "
|
filter=" 过滤器: "
|
||||||
label=" Processes "
|
label=" 进程 "
|
||||||
[widget.proc.header]
|
[widget.proc.header]
|
||||||
count="Count"
|
count="个数"
|
||||||
command="Command"
|
command="命令"
|
||||||
cpu="CPU%"
|
cpu="CPU%"
|
||||||
mem="Mem%"
|
mem="内存%"
|
||||||
pid="PID"
|
pid="进程标识"
|
||||||
[widget.proc.err]
|
[widget.proc.err]
|
||||||
count="failed to get CPU count from gopsutil: {0}"
|
count="failed to get CPU count from gopsutil: {0}"
|
||||||
retrieve="failed to retrieve processes: {0}"
|
retrieve="failed to retrieve processes: {0}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user