mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 05:00:30 +08:00
fix: update password prompt from 'root' to 'administrator' in multiple languages
This commit is contained in:
parent
a2faf0fc8f
commit
a6a3afd3bb
@ -23,7 +23,7 @@ const BasePasswordModal: React.FC<Props> = (props) => {
|
||||
return (
|
||||
<Modal backdrop="blur" classNames={{ backdrop: 'top-[48px]' }} hideCloseButton isOpen={true}>
|
||||
<ModalContent>
|
||||
<ModalHeader className="flex app-drag">{t('common.enterRootPassword')}</ModalHeader>
|
||||
<ModalHeader className="flex app-drag">{t('common.enterAdminPassword')}</ModalHeader>
|
||||
<ModalBody>
|
||||
<Input fullWidth type="password" value={password} onValueChange={setPassword} />
|
||||
</ModalBody>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
"common.default": "Default",
|
||||
"common.close": "Close",
|
||||
"common.pinWindow": "Pin Window",
|
||||
"common.enterRootPassword": "Please enter root password",
|
||||
"common.enterAdminPassword": "Please enter the administrator password",
|
||||
"common.next": "Next",
|
||||
"common.prev": "Previous",
|
||||
"common.done": "Done",
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
"common.default": "پیشفرض",
|
||||
"common.close": "بستن",
|
||||
"common.pinWindow": "پین کردن پنجره",
|
||||
"common.enterRootPassword": "لطفا رمز عبور روت را وارد کنید",
|
||||
"common.enterAdminPassword": "الرجاء إدخال كلمة مرور المسؤول",
|
||||
"common.next": "بعدی",
|
||||
"common.prev": "قبلی",
|
||||
"common.done": "انجام شد",
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
"common.default": "По умолчанию",
|
||||
"common.close": "Закрыть",
|
||||
"common.pinWindow": "Закрепить окно",
|
||||
"common.enterRootPassword": "Введите пароль root",
|
||||
"common.enterAdminPassword": "Введите пароль администратора",
|
||||
"common.next": "Далее",
|
||||
"common.prev": "Назад",
|
||||
"common.done": "Готово",
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
"common.default": "默认",
|
||||
"common.close": "关闭",
|
||||
"common.pinWindow": "窗口置顶",
|
||||
"common.enterRootPassword": "请输入root密码",
|
||||
"common.enterAdminPassword": "请输入管理员密码",
|
||||
"common.next": "下一步",
|
||||
"common.prev": "上一步",
|
||||
"common.done": "完成",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user