style(MkNewPassword): move hibp label to tooltip

This commit is contained in:
オスカー、 2024-09-10 23:01:36 +09:00
parent 1d414361fe
commit 7e21cbcd5a
Signed by: SWREI
GPG Key ID: 139D6573F92DA9F7
4 changed files with 4 additions and 1 deletions

View File

@ -1275,6 +1275,7 @@ mutualLink: "Mutual Link"
saveThisFile: "Save this file to Drive" saveThisFile: "Save this file to Drive"
autoRemoval: "Automatic note deletion" autoRemoval: "Automatic note deletion"
autoRemovalDescription: "You can delete your note when it exceeds period you set." autoRemovalDescription: "You can delete your note when it exceeds period you set."
CheckedByHIBP: "In addition to ensuring your passwords are secure, HIBP scans for password leaks."
_bubbleGame: _bubbleGame:
howToPlay: "How to play" howToPlay: "How to play"
hold: "Hold" hold: "Hold"

View File

@ -1305,6 +1305,7 @@ autoRemoval: "ノート自動削除"
autoRemovalDescription: "ノート自動削除は、作成してから一定期間が経過したノートを削除してくれる機能です。" autoRemovalDescription: "ノート自動削除は、作成してから一定期間が経過したノートを削除してくれる機能です。"
dangerZone: "危険区域" dangerZone: "危険区域"
dangerZoneDescription: "以下の機能を利用する際は、特にご注意ください。" dangerZoneDescription: "以下の機能を利用する際は、特にご注意ください。"
checkedByHIBP: "パスワードの安全性に加え、HIBPを通じてパスワードの漏洩を検査します。"
_bubbleGame: _bubbleGame:
howToPlay: "遊び方" howToPlay: "遊び方"

View File

@ -1295,6 +1295,7 @@ blockThisUser: "이 유저 차단하기"
muteThisUser: "이 유저 뮤트하기" muteThisUser: "이 유저 뮤트하기"
dangerZone: "위험한 것들" dangerZone: "위험한 것들"
dangerZoneDescription: "함부로 실행하면 어딘가 고장날 수 있는 설정들이니, 실행할 때는 주의하세요." dangerZoneDescription: "함부로 실행하면 어딘가 고장날 수 있는 설정들이니, 실행할 때는 주의하세요."
checkedByHIBP: "비밀번호의 안전성과 더불어, HIBP를 통해 비밀번호 유출을 검사합니다."
_bubbleGame: _bubbleGame:
howToPlay: "설명" howToPlay: "설명"
hold: "홀드" hold: "홀드"

View File

@ -1,7 +1,7 @@
<template> <template>
<MkInput v-model="password" :debounce="true" type="password" autocomplete="new-password" required data-cy-signup-password @update:modelValue="onChangePassword"> <MkInput v-model="password" :debounce="true" type="password" autocomplete="new-password" required data-cy-signup-password @update:modelValue="onChangePassword">
<template #label> <template #label>
{{ label }} <a href="https://haveibeenpwned.com/Passwords" target="_blank" rel="nofollow noopener"><span :class="$style.hibpLogo">leak checked by <span>';--hibp?</span></span></a> {{ label }} <div v-tooltip:dialog="i18n.ts.checkedByHIBP" class="_button _help"><i class="ti ti-help-circle"></i></div>
</template> </template>
<template #prefix><i class="ti ti-lock"></i></template> <template #prefix><i class="ti ti-lock"></i></template>
<template #caption> <template #caption>