Update the translation of Mandarin Chinese

This commit is contained in:
Yaojun Feng 2020-06-20 13:26:35 +08:00 committed by GitHub
parent de187a89ae
commit 342efdd29a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}"