mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
lua-app-filetransfer:Adjustment translation (#2804)
This commit is contained in:
parent
5cf20fb286
commit
aa3897abc2
@ -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)
|
||||
|
@ -28,8 +28,8 @@ msgstr "文件传输"
|
||||
msgid "Install"
|
||||
msgstr "安装"
|
||||
|
||||
msgid "Mode string"
|
||||
msgstr "模式字符串"
|
||||
msgid "Attributes"
|
||||
msgstr "属性"
|
||||
|
||||
msgid "Modify time"
|
||||
msgstr "修改时间"
|
||||
|
Loading…
Reference in New Issue
Block a user