mirror of
https://github.com/kenzok8/openwrt-packages
synced 2025-01-08 11:17:27 +08:00
update 2024-08-14 14:09:09
This commit is contained in:
parent
50b632c272
commit
98e4dc3bf8
@ -95,7 +95,7 @@ return view.extend({
|
||||
]);
|
||||
}
|
||||
|
||||
s = m.section(form.TypedSection);
|
||||
s = m.section(form.NamedSection, '@alist[0]', 'alist');
|
||||
|
||||
o = s.option(form.Flag, 'enabled', _('Enabled'));
|
||||
o.default = o.disabled;
|
||||
|
@ -73,10 +73,10 @@ msgstr "随机生成一个新密码。"
|
||||
msgid "Username:"
|
||||
msgstr "用户名:"
|
||||
|
||||
msgstr "New Password:"
|
||||
msgid "New Password:"
|
||||
msgstr "新密码:"
|
||||
|
||||
msgstr "New password has been copied to clipboard."
|
||||
msgid "New password has been copied to clipboard."
|
||||
msgstr "新密码已复制到剪贴板。"
|
||||
|
||||
msgid "Login Validity Period (hours)"
|
||||
|
Loading…
Reference in New Issue
Block a user