nostr-dm-magiclink-utils
Version:
A comprehensive Nostr utility library for magic link authentication via direct messages, supporting both ESM and CommonJS. Features NIP-01/04 compliant message encryption, multi-relay support, internationalization (i18n) with RTL support, and TypeScript-f
16 lines • 581 B
JavaScript
export default {
direction: 'ltr',
magicLink: {
title: '{{appName}}にログイン:',
alternative: 'または、このリンクをコピー:',
expiry: '{{minutes}}分で期限切れ',
securityTip: 'このリンクは共有しないでください',
context: {
location: '場所: {{location}}',
device: 'デバイス: {{device}}',
lastLogin: '前回のログイン: {{lastLogin}}',
requestSource: 'リクエスト元: {{requestSource}}'
}
}
};
//# sourceMappingURL=ja.js.map