fix: update password prompt from 'root' to 'administrator' in multiple languages

This commit is contained in:
miwu04 2025-04-18 01:00:56 +08:00
parent a2faf0fc8f
commit a6a3afd3bb
5 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ const BasePasswordModal: React.FC<Props> = (props) => {
return ( return (
<Modal backdrop="blur" classNames={{ backdrop: 'top-[48px]' }} hideCloseButton isOpen={true}> <Modal backdrop="blur" classNames={{ backdrop: 'top-[48px]' }} hideCloseButton isOpen={true}>
<ModalContent> <ModalContent>
<ModalHeader className="flex app-drag">{t('common.enterRootPassword')}</ModalHeader> <ModalHeader className="flex app-drag">{t('common.enterAdminPassword')}</ModalHeader>
<ModalBody> <ModalBody>
<Input fullWidth type="password" value={password} onValueChange={setPassword} /> <Input fullWidth type="password" value={password} onValueChange={setPassword} />
</ModalBody> </ModalBody>

View File

@ -15,7 +15,7 @@
"common.default": "Default", "common.default": "Default",
"common.close": "Close", "common.close": "Close",
"common.pinWindow": "Pin Window", "common.pinWindow": "Pin Window",
"common.enterRootPassword": "Please enter root password", "common.enterAdminPassword": "Please enter the administrator password",
"common.next": "Next", "common.next": "Next",
"common.prev": "Previous", "common.prev": "Previous",
"common.done": "Done", "common.done": "Done",

View File

@ -15,7 +15,7 @@
"common.default": "پیش‌فرض", "common.default": "پیش‌فرض",
"common.close": "بستن", "common.close": "بستن",
"common.pinWindow": "پین کردن پنجره", "common.pinWindow": "پین کردن پنجره",
"common.enterRootPassword": "لطفا رمز عبور روت را وارد کنید", "common.enterAdminPassword": "الرجاء إدخال كلمة مرور المسؤول",
"common.next": "بعدی", "common.next": "بعدی",
"common.prev": "قبلی", "common.prev": "قبلی",
"common.done": "انجام شد", "common.done": "انجام شد",

View File

@ -15,7 +15,7 @@
"common.default": "По умолчанию", "common.default": "По умолчанию",
"common.close": "Закрыть", "common.close": "Закрыть",
"common.pinWindow": "Закрепить окно", "common.pinWindow": "Закрепить окно",
"common.enterRootPassword": "Введите пароль root", "common.enterAdminPassword": "Введите пароль администратора",
"common.next": "Далее", "common.next": "Далее",
"common.prev": "Назад", "common.prev": "Назад",
"common.done": "Готово", "common.done": "Готово",

View File

@ -15,7 +15,7 @@
"common.default": "默认", "common.default": "默认",
"common.close": "关闭", "common.close": "关闭",
"common.pinWindow": "窗口置顶", "common.pinWindow": "窗口置顶",
"common.enterRootPassword": "请输入root密码", "common.enterAdminPassword": "请输入管理员密码",
"common.next": "下一步", "common.next": "下一步",
"common.prev": "上一步", "common.prev": "上一步",
"common.done": "完成", "common.done": "完成",