UNPKG

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 538 B
export default { direction: 'ltr', magicLink: { title: '{{appName}}에 로그인:', alternative: '또는 이 링크를 복사:', expiry: '{{minutes}}분 후 만료', securityTip: '이 링크를 공유하지 마세요', context: { location: '위치: {{location}}', device: '기기: {{device}}', lastLogin: '마지막 로그인: {{lastLogin}}', requestSource: '요청 출처: {{requestSource}}' } } }; //# sourceMappingURL=ko.js.map