luci-app-alist: update i18n

This commit is contained in:
Bard 2025-02-15 04:00:26 +08:00 committed by GitHub
parent 991b1fd6d1
commit 5bc2cbdcc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -351,7 +351,7 @@ return view.extend({
o = s.taboption('ftp', form.Flag, 'active_transfer_port_non_20', _('Enable non-20 port for active transfer')); o = s.taboption('ftp', form.Flag, 'active_transfer_port_non_20', _('Enable non-20 port for active transfer'));
o.rmempty = false; o.rmempty = false;
o = s.taboption('ftp', form.Value, 'idle_timeout', _('Client Idle Timeout (seconds)')); o = s.taboption('ftp', form.Value, 'idle_timeout', _('Client idle timeout (seconds)'));
o.datatype = 'uinteger'; o.datatype = 'uinteger';
o.default = '900'; o.default = '900';
o.rmempty = false; o.rmempty = false;