summaryrefslogtreecommitdiff
path: root/server/locale/zh-CN/libs
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-12-07 15:59:05 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-12-07 15:59:05 +0800
commitfb8c4ab6a0532d2d38fcbf89b6aff54741c45daf (patch)
treeae87aa8e0980e38edc5718a3c27639aaae81bca0 /server/locale/zh-CN/libs
parent3869c8fc53fb6e014ee6570a96429ea36c707ef9 (diff)
downloadlua-language-server-fb8c4ab6a0532d2d38fcbf89b6aff54741c45daf.zip
整理翻译
Diffstat (limited to 'server/locale/zh-CN/libs')
-rw-r--r--server/locale/zh-CN/libs/lua53/basic.lni49
1 files changed, 49 insertions, 0 deletions
diff --git a/server/locale/zh-CN/libs/lua53/basic.lni b/server/locale/zh-CN/libs/lua53/basic.lni
new file mode 100644
index 00000000..c6db3f6f
--- /dev/null
+++ b/server/locale/zh-CN/libs/lua53/basic.lni
@@ -0,0 +1,49 @@
+[assert]
+
+[collectgarbage]
+[dofile]
+
+[error]
+
+[_G]
+[[.fields]]
+field = '_VERSION'
+description = '一个包含有当前解释器版本号的全局变量(并非函数)。 当前这个变量的值为 "Lua 5.3"。'
+
+[getmetatable]
+
+[ipairs]
+
+[load]
+
+[loadfile]
+
+[next]
+
+[pairs]
+
+[pcall]
+
+[print]
+
+[rawequal]
+
+[rawget]
+
+[rawlen]
+
+[rawset]
+
+[select]
+
+[setmetatable]
+
+[tonumber]
+
+[tostring]
+
+[type]
+
+[_VERSION]
+
+[xpcall]