Merge pull request #138 from Tigerfyj/i18n

Add more translation items
This commit is contained in:
xxxserxxx 2020-06-22 10:29:34 -05:00 committed by GitHub
commit a7dee09b42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,29 +45,29 @@ CPU 和内存图形比例:
- b: mbps
"""
# TRANSLATORS: Please don't translate the layout **names**
layouts = """Built-in layouts:
layouts = """:
default
minimal
battery
kitchensink"""
# TRANSLATORS: Please don't translate the colorcheme **names**
colorschemes = """Built-in colorschemes:
colorschemes = """:
default
default-dark (for white background)
default-dark ()
solarized
solarized16-dark
solarized16-light
monokai
vice"""
# TRANSLATORS: Please don't translate the widget **names**
widgets = """Widgets that can be used in layouts:
cpu - CPU load graph
mem - Physical & swap memory use graph
temp - Sensor temperatures
disk - Physical disk partition use
power - A battery bar
net - Network load
procs - Interactive process list"""
widgets = """:
cpu - CPU
mem - 使
temp -
disk - 使
power -
net -
procs - """
[args]
@ -87,7 +87,7 @@ mbps="显示网速为 mbps。"
test="执行测试并返回成功或失败码。"
conffile="用于替代缺省参数的配置文件(必须是第一个参数)"
list="""
List <devices|layouts|colorschemes|paths|keys>
<devices|layouts|colorschemes|paths|keys>
devices:
layouts:
colorschemes:
@ -153,8 +153,8 @@ disk="磁盘"
mount="文件系统"
used="已使用"
free="空闲"
rs="R/s"
ws="W/s"
rs="读/秒"
ws="写/秒"
[widget.proc]