Merge Lean's source

This commit is contained in:
CN_SZTL 2020-01-19 10:47:37 +08:00
commit 5ab4ccc0fd
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 3 additions and 3 deletions

View File

@ -117,7 +117,7 @@ form.submit = false
tb = form:section(Table, inits)
nm = tb:option(DummyValue, "name", translate("File name"))
mt = tb:option(DummyValue, "mtime", translate("Modify time"))
ms = tb:option(DummyValue, "modestr", translate("Mode string"))
ms = tb:option(DummyValue, "modestr", translate("Attributes"))
sz = tb:option(DummyValue, "size", translate("Size"))
btnrm = tb:option(Button, "remove", translate("Remove"))
btnrm.render = function(self, section, scope)

View File

@ -28,8 +28,8 @@ msgstr "文件传输"
msgid "Install"
msgstr "安装"
msgid "Mode string"
msgstr "模式字符串"
msgid "Attributes"
msgstr "属性"
msgid "Modify time"
msgstr "修改时间"