add ZRAM setting translations

This commit is contained in:
coolsnowwolf 2018-10-18 00:52:37 +08:00
parent fbb8ef88fe
commit fa60aa415d
2 changed files with 22 additions and 1 deletions

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=default-settings
PKG_VERSION:=1.0
PKG_RELEASE:=61
PKG_RELEASE:=62
PKG_LICENSE:=GPLv3
PKG_LICENSE_FILES:=LICENSE

View File

@ -30,3 +30,24 @@ msgstr "运行中"
msgid "NOT RUNNING"
msgstr "未运行"
msgid "ZRam Settings"
msgstr "ZRam 设置"
msgid "ZRam Compression Algorithm"
msgstr "ZRAM压缩算法推荐LZ4"
msgid "ZRam Compression Streams"
msgstr "ZRam 压缩数据流线程"
msgid "ZRam Size"
msgstr "ZRam 大小"
msgid "Size of the ZRam device in megabytes"
msgstr "划分给ZRam 分区的内存大小MB"
msgid "Number of parallel threads used for compression"
msgstr "用于压缩的CPU并发线程数推荐和CPU线程数一致"
msgid "Swap"
msgstr "虚拟内存"