update x86 i18n

This commit is contained in:
coolsnowwolf 2018-04-08 20:31:37 +08:00
parent 29def9fb2f
commit d1f8ddaf6a
4 changed files with 12 additions and 6 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=autocore PKG_NAME:=autocore
PKG_VERSION:=1 PKG_VERSION:=1
PKG_RELEASE:=6 PKG_RELEASE:=8
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk

View File

@ -25,10 +25,13 @@ start()
done done
a=$(cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq) a=$(cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq)
b=$(echo -n ' x ') b=$(echo -n ' : ')
c=$(cat /proc/cpuinfo | grep 'processor' | wc -l) c=$(cat /proc/cpuinfo | grep 'core id' | sort -u | wc -l)
f=${a}${b}${c} d=$(echo -n ' Core ')
echo $f > /tmp/sysinfo/model e=$(cat /proc/cpuinfo | grep 'processor' | wc -l)
f=$(echo -n ' Thread ')
g=${a}${b}${c}${d}${e}${f}
echo $g > /tmp/sysinfo/model
} }

View File

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

View File

@ -7,4 +7,7 @@ msgstr "架构"
msgid "CPU Temperature" msgid "CPU Temperature"
msgstr "CPU温度" msgstr "CPU温度"
msgid "CPU Info"
msgstr "CPU信息"