luci-app-alist: update i18n

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-09-07 03:07:31 +08:00
parent cee59d7f6b
commit e991bd7d93

View File

@ -127,7 +127,7 @@ return view.extend({
s.anonymous = true; s.anonymous = true;
o = s.option(form.Flag, 'force', _('Force read config'), o = s.option(form.Flag, 'force', _('Force read config'),
_('By default AList reads the configuration from environment variables, set this field to true to force AList to read config from the configuration file.')); _('Setting this to true will force the program to read the configuration file, ignoring environment variables.'));
o.default = true; o.default = true;
o.rmempty = false; o.rmempty = false;