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
17 lines • 719 B
TypeScript
declare const _default: {
readonly direction: "ltr";
readonly magicLink: {
readonly title: "{{appName}}にログイン:";
readonly alternative: "または、このリンクをコピー:";
readonly expiry: "{{minutes}}分で期限切れ";
readonly securityTip: "このリンクは共有しないでください";
readonly context: {
readonly location: "場所: {{location}}";
readonly device: "デバイス: {{device}}";
readonly lastLogin: "前回のログイン: {{lastLogin}}";
readonly requestSource: "リクエスト元: {{requestSource}}";
};
};
};
export default _default;
//# sourceMappingURL=ja.d.ts.map