feat: support ncryptsec

This commit is contained in:
codytseng
2025-01-15 23:32:22 +08:00
parent 52daf39584
commit e2cdc27545
11 changed files with 246 additions and 73 deletions

View File

@@ -138,6 +138,10 @@ export default {
Bio: 'Bio',
'Nostr Address (NIP-05)': 'Nostr Address (NIP-05)',
'Invalid NIP-05 address': 'Invalid NIP-05 address',
'Copy private key (nsec)': 'Copy private key (nsec)'
'Copy private key': 'Copy private key',
'Enter the password to decrypt your ncryptsec': 'Enter the password to decrypt your ncryptsec',
Back: 'Back',
'optional: encrypt nsec': 'optional: encrypt nsec',
password: 'password'
}
}

View File

@@ -138,6 +138,11 @@ export default {
Bio: '简介',
'Nostr Address (NIP-05)': 'Nostr 地址 (NIP-05)',
'Invalid NIP-05 address': '无效的 NIP-05 地址',
'Copy private key (nsec)': '复制私钥 (nsec)'
'Copy private key': '复制私钥',
'Enter the password to decrypt your ncryptsec': '输入密码以解密您的 ncryptsec',
Back: '返回',
'password (optional): encrypt nsec': '密码 (可选): 加密 nsec',
'optional: encrypt nsec': '可选: 加密 nsec',
password: '密码'
}
}