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
13 lines • 487 B
JavaScript
export default {
direction: 'rtl',
magicLink: {
title: 'تسجيل الدخول إلى {{appName}}:',
alternative: 'أو انسخ هذا الرابط:',
expiry: 'تنتهي الصلاحية خلال {{minutes}} دقيقة',
securityTip: 'لا تشارك هذا الرابط',
deviceInfo: '{{browser}} على {{os}}',
location: '{{city}}، {{country}}',
footer: '{{appName}} {{year}}'
}
};
//# sourceMappingURL=ar.js.map