lua-app-filetransfer:Adjustment translation (#2804)

This commit is contained in:
Mattraks 2020-01-18 22:41:23 +08:00 committed by coolsnowwolf
parent 5cf20fb286
commit aa3897abc2
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 "修改时间"