add comment for media path
This commit is contained in:
parent
c9a0fd4db8
commit
8d42f04f59
@ -49,7 +49,7 @@ for _, val in pairs(paths) do
|
|||||||
end
|
end
|
||||||
o.default = default_path
|
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.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"))
|
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"))
|
||||||
|
@ -36,3 +36,6 @@ msgstr "Emby 未运行"
|
|||||||
|
|
||||||
msgid "Open Emby"
|
msgid "Open Emby"
|
||||||
msgstr "打开 Emby"
|
msgstr "打开 Emby"
|
||||||
|
|
||||||
|
msgid "Not required, all disk is mounted in"
|
||||||
|
msgstr "可不填,所有硬盘都在"
|
||||||
|
@ -51,7 +51,7 @@ for _, val in pairs(paths) do
|
|||||||
end
|
end
|
||||||
o.default = default_path
|
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.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"))
|
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"))
|
||||||
|
@ -39,3 +39,6 @@ msgstr "Plex 未运行"
|
|||||||
|
|
||||||
msgid "Open Plex"
|
msgid "Open Plex"
|
||||||
msgstr "打开 Plex"
|
msgstr "打开 Plex"
|
||||||
|
|
||||||
|
msgid "Not required, all disk is mounted in"
|
||||||
|
msgstr "可不填,所有硬盘都在"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user