mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 11:09:21 +01:00
Create Chinese.lang
This commit is contained in:
parent
c6d50d3dbe
commit
ed9cfae463
24
Applications/Control.app/Localizations/Chinese.lang
Normal file
24
Applications/Control.app/Localizations/Chinese.lang
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
moduleDisk = "磁盘",
|
||||
moduleRAM = "内存",
|
||||
moduleEvent = "事件",
|
||||
moduleLua = "Lua interpreter",
|
||||
|
||||
diskLabel = "磁盘标签",
|
||||
bootable = "可以启动",
|
||||
of = " / ",
|
||||
free = "空闲",
|
||||
options = "选项",
|
||||
arguments = "参数",
|
||||
format = "抹掉",
|
||||
execute = "执行",
|
||||
waitingEvents = "等待事件",
|
||||
processingEnabled = "已开启事件处理",
|
||||
luaInfo = {
|
||||
{color = 0x880000, text = _G._VERSION .. " Copyright (C) 1994-2021 Lua.org, PUC-Rio"},
|
||||
"Type a statement and hit Enter to evaluate it",
|
||||
"Prefix an expression with \"=\" to show its value",
|
||||
" "
|
||||
},
|
||||
luaType = "在这里输入表达式"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user