[+] KanadeDX card number notice

pull/122/head
Azalea 2025-03-01 23:26:20 -05:00
parent 3da92de951
commit d5be354a84
3 changed files with 4 additions and 1 deletions

View File

@ -102,6 +102,7 @@ export const EN_REF_HOME = {
'home.linkcard.access-code': 'The 20-digit access code on the back of your card. (If it doesn\'t work, please try scanning your card in game and enter the access code shown on screen)', 'home.linkcard.access-code': 'The 20-digit access code on the back of your card. (If it doesn\'t work, please try scanning your card in game and enter the access code shown on screen)',
'home.linkcard.enter-sn1': 'Download the NFC Tools app on your phone', 'home.linkcard.enter-sn1': 'Download the NFC Tools app on your phone',
'home.linkcard.enter-sn2': 'and scan your card. Then, enter the Serial Number.', 'home.linkcard.enter-sn2': 'and scan your card. Then, enter the Serial Number.',
'home.linkcard.kdx-notice': "If you're using KanadeDX, please enter the simulated card number (you can find it in settings > card).",
'home.linkcard.link': 'Link', 'home.linkcard.link': 'Link',
'home.linkcard.data-conflict': 'Data Conflict', 'home.linkcard.data-conflict': 'Data Conflict',
'home.linkcard.name': 'Name', 'home.linkcard.name': 'Name',

View File

@ -108,6 +108,7 @@ const zhHome: typeof EN_REF_HOME = {
'home.linkcard.access-code': "卡背面的 20 位卡号(如果提示找不到卡,请尝试使用游戏内置的显示卡号功能,输入游戏读取到的卡号)", 'home.linkcard.access-code': "卡背面的 20 位卡号(如果提示找不到卡,请尝试使用游戏内置的显示卡号功能,输入游戏读取到的卡号)",
'home.linkcard.enter-sn1': "在您的手机", 'home.linkcard.enter-sn1': "在您的手机",
'home.linkcard.enter-sn2': "上下载 NFC Tools 并扫描您的卡。然后输入显示的 SN 号。", 'home.linkcard.enter-sn2': "上下载 NFC Tools 并扫描您的卡。然后输入显示的 SN 号。",
'home.linkcard.kdx-notice': "如果你在玩 KanadeDX请在这里输入虚拟卡号可以在设置 > 卡号中找到卡号)",
'home.linkcard.link': "绑定", 'home.linkcard.link': "绑定",
'home.linkcard.data-conflict': "卡号冲突", 'home.linkcard.data-conflict': "卡号冲突",
'home.linkcard.name': "名称", 'home.linkcard.name': "名称",

View File

@ -308,6 +308,7 @@
<button transition:slide={{axis: 'x'}} on:click={() => link('AC')}>{t('home.linkcard.link')}</button> <button transition:slide={{axis: 'x'}} on:click={() => link('AC')}>{t('home.linkcard.link')}</button>
{/if} {/if}
</label> </label>
<blockquote>{t('home.linkcard.kdx-notice')}</blockquote>
{#if errorAC} {#if errorAC}
<p class="error" style={warningAC ? "margin-bottom: 0" : ""} transition:slide>{errorAC}</p> <p class="error" style={warningAC ? "margin-bottom: 0" : ""} transition:slide>{errorAC}</p>
{/if} {/if}