add comment for media path

This commit is contained in:
janson 2022-11-10 13:41:56 +08:00
parent c9a0fd4db8
commit 8d42f04f59
4 changed files with 8 additions and 2 deletions

View File

@ -49,7 +49,7 @@ for _, val in pairs(paths) do
end
o.default = default_path
o = s:option(Value, "media_path", translate("Media path"))
o = s:option(Value, "media_path", translate("Media path"), translate("Not required, all disk is mounted in") .. " <a href='/cgi-bin/luci/admin/services/linkease/file#/?path=/root/mnt' target='_blank'>/mnt</a>")
o.datatype = "string"
o = s:option(Value, "cache_path", translate("Transcode cache path"), translate("Default use 'transcodes' in 'config path' if not set, please make sure there has enough space"))

View File

@ -36,3 +36,6 @@ msgstr "Emby 未运行"
msgid "Open Emby"
msgstr "打开 Emby"
msgid "Not required, all disk is mounted in"
msgstr "可不填,所有硬盘都在"

View File

@ -51,7 +51,7 @@ for _, val in pairs(paths) do
end
o.default = default_path
o = s:option(Value, "media_path", translate("Media path"))
o = s:option(Value, "media_path", translate("Media path"), translate("Not required, all disk is mounted in") .. " <a href='/cgi-bin/luci/admin/services/linkease/file#/?path=/root/mnt' target='_blank'>/mnt</a>")
o.datatype = "string"
o = s:option(Value, "cache_path", translate("Transcode cache path"), translate("Default use 'transcodes' in 'config path' if not set, please make sure there has enough space"))

View File

@ -39,3 +39,6 @@ msgstr "Plex 未运行"
msgid "Open Plex"
msgstr "打开 Plex"
msgid "Not required, all disk is mounted in"
msgstr "可不填,所有硬盘都在"