Skip to content

Commit

Permalink
luci-app-aliyundrive-fuse: update to 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored and Beginner-Go committed May 16, 2022
1 parent d89c7ae commit 6698dc8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ read_buffer_size.datatype = "uinteger"
domain_id = e:option(Value, "domain_id", translate("Domain ID"))
domain_id.description = translate("Input domain_id option will use <a href=\"https://www.aliyun.com/product/storage/pds\" target=\"_blank\">Aliyun PDS</a> instead of <a href=\"https://www.aliyundrive.com\" target=\"_blank\">AliyunDrive</a>")

allow_other = e:option(Flag, "allow_other", translate("Allow Other users Access"))
allow_other.description = translate("Allow other users to access the drive, enable this if you share with samba")
allow_other.rmempty = false

debug = e:option(Flag, "debug", translate("Debug Mode"))
debug.rmempty = false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ msgstr "阿里云相册与云盘服务 domainId"

msgid "Input domain_id option will use <a href=\"https://www.aliyun.com/product/storage/pds\" target=\"_blank\">Aliyun PDS</a> instead of <a href=\"https://www.aliyundrive.com\" target=\"_blank\">AliyunDrive</a>"
msgstr "填写此选项将使用<a href=\"https://www.aliyun.com/product/storage/pds\" target=\"_blank\">阿里云相册与网盘服务</a>而不是<a href=\"https://www.aliyundrive.com\" target=\"_blank\">阿里云盘</a>"

msgid "Allow Other users Access"
msgstr "允许其他用户访问"

msgid "Allow other users to access the drive, enable this if you share with samba"
msgstr "允许其他用户访问此驱动,如果你想用Samba分享请开启此开关"

0 comments on commit 6698dc8

Please sign in to comment.