1 export default {
2 translation: {
3 'Welcome! 🥳': 'Welcome! 🥳',
4 About: 'About',
5 'New Note': 'New Note',
6 Post: 'Post',
7 Home: 'Home',
8 'Relay settings': 'Relay settings',
9 Settings: 'Settings',
10 SidebarRelays: 'Relays',
11 Refresh: 'Refresh',
12 Profile: 'Profile',
13 Logout: 'Logout',
14 Following: 'Following',
15 followings: 'followings',
16 reposted: 'reposted',
17 'just now': 'just now',
18 'minute ago_one': '{{count}} minute ago',
19 'minute ago_other': '{{count}} minutes ago',
20 'n m': '{{n}}m',
21 'hour ago_one': '{{count}} hour ago',
22 'hour ago_other': '{{count}} hours ago',
23 'n h': '{{n}}h',
24 'day ago_one': '{{count}} day ago',
25 'day ago_other': '{{count}} days ago',
26 'n d': '{{n}}d',
27 date: '{{timestamp, date}}',
28 Follow: 'Follow',
29 Unfollow: 'Unfollow',
30 'Follow failed': 'Follow failed',
31 'Unfollow failed': 'Unfollow failed',
32 'show new notes': 'show new notes',
33 'loading...': 'loading...',
34 'Loading...': 'Loading...',
35 'no more notes': 'no more notes',
36 'reply to': 'reply to',
37 reply: 'reply',
38 Reply: 'Reply',
39 'load more older replies': 'load more older replies',
40 'Write something...': 'Write something...',
41 Cancel: 'Cancel',
42 Mentions: 'Mentions',
43 'Failed to post': 'Failed to post',
44 'Post successful': 'Post successful',
45 'Your post has been published': 'Your post has been published',
46 Repost: 'Repost',
47 Quote: 'Quote',
48 'Copy event ID': 'Copy event ID',
49 'Copy user ID': 'Copy user ID',
50 'View raw event': 'View raw event',
51 Like: 'Like',
52 'switch to light theme': 'switch to light theme',
53 'switch to dark theme': 'switch to dark theme',
54 'switch to system theme': 'switch to system theme',
55 Note: 'Note',
56 note: 'note',
57 "username's following": "{{username}}'s following",
58 "username's used relays": "{{username}}'s used relays",
59 "username's muted": "{{username}}'s muted",
60 Login: 'Login',
61 'Follows you': 'Follows you',
62 'Relay Settings': 'Relay Settings',
63 'Relay set name': 'Relay set name',
64 'Add a new relay set': 'Add a new relay set',
65 Add: 'Add',
66 'n relays': '{{n}} relays',
67 Rename: 'Rename',
68 'Copy share link': 'Copy share link',
69 Delete: 'Delete',
70 'Relay already exists': 'Relay already exists',
71 'invalid relay URL': 'invalid relay URL',
72 'Add a new relay': 'Add a new relay',
73 back: 'back',
74 'Lost in the void': 'Lost in the void',
75 'Carry me home': 'Carry me home',
76 'no replies': 'no replies',
77 'Reply to': 'Reply to',
78 Search: 'Search',
79 'The relays you are connected to do not support search':
80 'The relays you are connected to do not support search',
81 'Show more...': 'Show more...',
82 'All users': 'All users',
83 'Display replies': 'Display replies',
84 Notes: 'Notes',
85 Replies: 'Replies',
86 Notifications: 'Notifications',
87 'no more notifications': 'no more notifications',
88 'Using private key login is insecure. It is recommended to use a browser extension for login, such as alby, nostr-keyx or nos2x. If you must use a private key, please set a password for encryption at minimum.':
89 'Using private key login is insecure. It is recommended to use a browser extension for login, such as alby, nostr-keyx or nos2x. If you must use a private key, please set a password for encryption at minimum.',
90 'Login with Browser Extension': 'Login with Browser Extension',
91 'Login with Bunker': 'Login with Bunker',
92 'Login with Private Key': 'Login with Private Key',
93 'Custom relay (optional)': 'Custom relay (optional)',
94 'Copy this connection string to your signer app':
95 'Copy this connection string to your signer app',
96 'reload notes': 'reload notes',
97 'Logged in Accounts': 'Logged in Accounts',
98 'Add an Account': 'Add an Account',
99 'More options': 'More options',
100 'Add client tag': 'Add client tag',
101 'Show others this was sent via Smesh': 'Show others this was sent via Smesh',
102 'Are you sure you want to logout?': 'Are you sure you want to logout?',
103 'relay sets': 'relay sets',
104 edit: 'edit',
105 Languages: 'Languages',
106 Theme: 'Theme',
107 System: 'System',
108 Light: 'Light',
109 Dark: 'Dark',
110 Temporary: 'Temporary',
111 'Choose a relay set': 'Choose a relay set',
112 'Switch account': 'Switch account',
113 Pictures: 'Pictures',
114 'Picture note': 'Picture note',
115 'A special note for picture-first clients like Olas':
116 'A special note for picture-first clients like Olas',
117 'Picture note requires images': 'Picture note requires images',
118 Relays: 'Relays',
119 Image: 'Image',
120 'R & W': 'R & W',
121 Read: 'Read',
122 Write: 'Write',
123 'Pull relay sets': 'Pull relay sets',
124 'Select the relay sets you want to pull': 'Select the relay sets you want to pull',
125 'No relay sets found': 'No relay sets found',
126 'Pull n relay sets': 'Pull {{n}} relay sets',
127 Pull: 'Pull',
128 'Select all': 'Select all',
129 'Relay Sets': 'Relay Sets',
130 'Read & Write Relays': 'Read & Write Relays',
131 'read relays description':
132 'Read relays are used to seek events about you. Other users will publish the events they want you to see to your read relays.',
133 'write relays description':
134 'Write relays are used to publish your events. Other users will seek your events from your write relays.',
135 'read & write relays notice':
136 'The number of read and write servers should ideally be kept between 2 and 4.',
137 "Don't have an account yet?": "Don't have an account yet?",
138 'or simply generate a private key': 'or simply generate a private key',
139 'This is a private key. Do not share it with anyone. Keep it safe and secure. You will not be able to recover it if you lose it.':
140 'This is a private key. Do not share it with anyone. Keep it safe and secure. You will not be able to recover it if you lose it.',
141 Edit: 'Edit',
142 Save: 'Save',
143 'Display Name': 'Display Name',
144 Bio: 'Bio',
145 'Nostr Address (NIP-05)': 'Nostr Address (NIP-05)',
146 'Invalid NIP-05 address': 'Invalid NIP-05 address',
147 'Copy private key': 'Copy private key',
148 'Enter the password to decrypt your ncryptsec': 'Enter the password to decrypt your ncryptsec',
149 Back: 'Back',
150 'optional: encrypt nsec': 'optional: encrypt nsec',
151 password: 'password',
152 'Sign up': 'Sign up',
153 'Save to': 'Save to',
154 'Enter a name for the new relay set': 'Enter a name for the new relay set',
155 'Save to a new relay set': 'Save to a new relay set',
156 Mute: 'Mute',
157 Muted: 'Muted',
158 Unmute: 'Unmute',
159 'Unmute user': 'Unmute user',
160 'Append n relays': 'Append {{n}} relays',
161 Append: 'Append',
162 'Select relays to append': 'Select relays to append',
163 'calculating...': 'calculating...',
164 'Calculate optimal read relays': 'Calculate optimal read relays',
165 'Login to set': 'Login to set',
166 'Please login to view following feed': 'Please login to view following feed',
167 'Send only to r': 'Send only to {{r}}',
168 'Send only to these relays': 'Send only to these relays',
169 Explore: 'Explore',
170 'Search relays': 'Search relays',
171 relayInfoBadgeAuth: 'Auth',
172 relayInfoBadgeSearch: 'Search',
173 relayInfoBadgePayment: 'Payment',
174 Operator: 'Operator',
175 Contact: 'Contact',
176 Software: 'Software',
177 Version: 'Version',
178 'Random Relays': 'Random Relays',
179 randomRelaysRefresh: 'Refresh',
180 'Explore more': 'Explore more',
181 'Payment page': 'Payment page',
182 'Supported NIPs': 'Supported NIPs',
183 'Open in a': 'Open in {{a}}',
184 'Cannot handle event of kind k': 'Cannot handle event of kind {{k}}',
185 'Sorry! The note cannot be found 😔': 'Sorry! The note cannot be found 😔',
186 'This user has been muted': 'This user has been muted',
187 Wallet: 'Wallet',
188 Sats: 'Sats',
189 sats: 'sats',
190 'Zap to': 'Zap to',
191 'Zap n sats': 'Zap {{n}} sats',
192 zapComment: 'Comment',
193 'Default zap amount': 'Default zap amount',
194 'Default zap comment': 'Default zap comment',
195 'Lightning Address (or LNURL)': 'Lightning Address (or LNURL)',
196 'Quick zap': 'Quick zap',
197 'If enabled, you can zap with a single click. Click and hold for custom amounts':
198 'If enabled, you can zap with a single click. Click and hold for custom amounts',
199 All: 'All',
200 Reactions: 'Reactions',
201 Zaps: 'Zaps',
202 'Earlier notifications': 'Earlier notifications',
203 'Temporarily display this note': 'Temporarily display this note',
204 buttonFollowing: 'Following',
205 'Are you sure you want to unfollow this user?': 'Are you sure you want to unfollow this user?',
206 'Recent Supporters': 'Recent Supporters',
207 'Seen on': 'Seen on',
208 'Temporarily display this reply': 'Temporarily display this reply',
209 'Note not found': 'Note not found',
210 'no more replies': 'no more replies',
211 'Relay sets': 'Relay sets',
212 'Favorite Relays': 'Favorite Relays',
213 "Following's Favorites": "Following's Favorites",
214 'no more relays': 'no more relays',
215 'Favorited by': 'Favorited by',
216 'Post settings': 'Post settings',
217 'Media upload service': 'Media upload service',
218 'Choose a relay': 'Choose a relay',
219 'no relays found': 'no relays found',
220 video: 'video',
221 'Show n new notes': 'Show {{n}} new notes',
222 'n new notes above': '{{n}} new notes above',
223 YouTabName: 'You',
224 Bookmark: 'Bookmark',
225 'Remove bookmark': 'Remove bookmark',
226 'no bookmarks found': 'no bookmarks found',
227 'no more bookmarks': 'no more bookmarks',
228 Bookmarks: 'Bookmarks',
229 'Show more': 'Show more',
230 General: 'General',
231 Autoplay: 'Autoplay',
232 'Enable video autoplay on this device': 'Enable video autoplay on this device',
233 'Paste or drop media files to upload': 'Paste or drop media files to upload',
234 Preview: 'Preview',
235 'You are about to publish an event signed by [{{eventAuthorName}}]. You are currently logged in as [{{currentUsername}}]. Are you sure?':
236 'You are about to publish an event signed by [{{eventAuthorName}}]. You are currently logged in as [{{currentUsername}}]. Are you sure?',
237 From: 'From',
238 'Comment on': 'Comment on',
239 'View on njump.me': 'View on njump.me',
240 'Hide content from untrusted users': 'Hide content from untrusted users',
241 'Only show content from your followed users and the users they follow':
242 'Only show content from your followed users and the users they follow',
243 'Followed by': 'Followed by',
244 'Mute user privately': 'Mute user privately',
245 'Mute user publicly': 'Mute user publicly',
246 Quotes: 'Quotes',
247 'Lightning Invoice': 'Lightning Invoice',
248 'Bookmark failed': 'Bookmark failed',
249 'Remove bookmark failed': 'Remove bookmark failed',
250 Pay: 'Pay',
251 interactions: 'interactions',
252 notifications: 'notifications',
253 'Show untrusted {type}': 'Show untrusted {{type}}',
254 'Hide untrusted {type}': 'Hide untrusted {{type}}',
255 'Currently hiding {type} from untrusted users.':
256 'Currently hiding {{type}} from untrusted users.',
257 'Currently showing all {type}.': 'Currently showing all {{type}}.',
258 'Click continue to show all {type}.': 'Click continue to show all {{type}}.',
259 'Click continue to hide {type} from untrusted users.':
260 'Click continue to hide {{type}} from untrusted users.',
261 'Trusted users include people you follow and people they follow.':
262 'Trusted users include people you follow and people they follow.',
263 Continue: 'Continue',
264 'Successfully updated mute list': 'Successfully updated mute list',
265 'No pubkeys found from {url}': 'No pubkeys found from {{url}}',
266 Website: 'Website',
267 'Hide untrusted notes': 'Hide untrusted notes',
268 'Hide untrusted interactions': 'Hide untrusted interactions',
269 'Hide untrusted notifications': 'Hide untrusted notifications',
270 'Open in another client': 'Open in another client',
271 Community: 'Community',
272 Group: 'Group',
273 'Live event': 'Live event',
274 Article: 'Article',
275 Unfavorite: 'Unfavorite',
276 'Recommended relays': 'Recommended relays',
277 'Blossom server URLs': 'Blossom server URLs',
278 'You need to add at least one blossom server in order to upload media files.':
279 'You need to add at least one blossom server in order to upload media files.',
280 'Recommended blossom servers': 'Recommended blossom servers',
281 'Enter Blossom server URL': 'Enter Blossom server URL',
282 Preferred: 'Preferred',
283 'Multiple choice (select one or more)': 'Multiple choice (select one or more)',
284 Vote: 'Vote',
285 '{{number}} votes': '{{number}} votes',
286 'Total votes': 'Total votes',
287 'Poll has ended': 'Poll has ended',
288 'Poll ends at {{time}}': 'Poll ends at {{time}}',
289 'Load results': 'Load results',
290 'This is a poll note.': 'This is a poll note.',
291 'Unlike regular notes, polls are not widely supported and may not display on other clients.':
292 'Unlike regular notes, polls are not widely supported and may not display on other clients.',
293 'Option {{number}}': 'Option {{number}}',
294 'Add Option': 'Add Option',
295 'Allow multiple choices': 'Allow multiple choices',
296 'End Date (optional)': 'End Date (optional)',
297 'Clear end date': 'Clear end date',
298 'Relay URLs (optional, comma-separated)': 'Relay URLs (optional, comma-separated)',
299 'Remove poll': 'Remove poll',
300 'Refresh results': 'Refresh results',
301 Poll: 'Poll',
302 Media: 'Media',
303 'Republish to ...': 'Republish to ...',
304 'Successfully republish to your write relays': 'Successfully republish to your write relays',
305 'Failed to republish to your write relays: {{error}}':
306 'Failed to republish to your write relays: {{error}}',
307 'Successfully republish to relay set: {{name}}':
308 'Successfully republish to relay set: {{name}}',
309 'Failed to republish to relay set: {{name}}. Error: {{error}}':
310 'Failed to republish to relay set: {{name}}. Error: {{error}}',
311 'Successfully republish to relay: {{url}}': 'Successfully republish to relay: {{url}}',
312 'Failed to republish to relay: {{url}}. Error: {{error}}':
313 'Failed to republish to relay: {{url}}. Error: {{error}}',
314 'Write relays': 'Write relays',
315 'No more reactions': 'No more reactions',
316 'No reactions yet': 'No reactions yet',
317 'No more zaps': 'No more zaps',
318 'No zaps yet': 'No zaps yet',
319 'No more reposts': 'No more reposts',
320 'No reposts yet': 'No reposts yet',
321 Reposts: 'Reposts',
322 FollowListNotFoundConfirmation:
323 'Follow list not found. Do you want to create a new one? If you have followed users before, please DO NOT confirm as this operation will cause you to lose your previous follow list.',
324 MuteListNotFoundConfirmation:
325 'Mute list not found. Do you want to create a new one? If you have muted users before, please DO NOT confirm as this operation will cause you to lose your previous mute list.',
326 'Show NSFW content by default': 'Show NSFW content by default',
327 'Custom emoji management': 'Custom emoji management',
328 'After changing emojis, you may need to refresh the page':
329 'After changing emojis, you may need to refresh the page',
330 'Too many read relays': 'Too many read relays',
331 'Too many write relays': 'Too many write relays',
332 'You have {{count}} read relays. Most clients only use 2-4 relays, setting more is unnecessary.':
333 'You have {{count}} read relays. Most clients only use 2-4 relays, setting more is unnecessary.',
334 'You have {{count}} write relays. Most clients only use 2-4 relays, setting more is unnecessary.':
335 'You have {{count}} write relays. Most clients only use 2-4 relays, setting more is unnecessary.',
336 'Optimize Relay Settings': 'Optimize Relay Settings',
337 'Your current relay configuration may not be optimal. This could make it difficult for others to find your posts and may result in incomplete notifications.':
338 'Your current relay configuration may not be optimal. This could make it difficult for others to find your posts and may result in incomplete notifications.',
339 'Optimize Now': 'Optimize Now',
340 'Maybe Later': 'Maybe Later',
341 "Don't remind me again": "Don't remind me again",
342 Posts: 'Posts',
343 Articles: 'Articles',
344 Highlights: 'Highlights',
345 Polls: 'Polls',
346 'Voice Posts': 'Voice Posts',
347 'Photo Posts': 'Photo Posts',
348 'Video Posts': 'Video Posts',
349 'Select All': 'Select All',
350 'Clear All': 'Clear All',
351 'Set as default filter': 'Set as default filter',
352 Apply: 'Apply',
353 Reset: 'Reset',
354 'Share something on this Relay': 'Share something on this Relay',
355 'Try deleting this note': 'Try deleting this note',
356 'Deletion request sent to {{count}} relays': 'Deletion request sent to {{count}} relays',
357 'Suitable Relays': 'Suitable Relays',
358 'People, keywords, or relays': 'People, keywords, or relays',
359 'Hide content mentioning muted users': 'Hide content mentioning muted users',
360 'This note mentions a user you muted': 'This note mentions a user you muted',
361 Filter: 'Filter',
362 'mentioned you in a note': 'mentioned you in a note',
363 'quoted your note': 'quoted your note',
364 'voted in your poll': 'voted in your poll',
365 'reacted to your note': 'reacted to your note',
366 'reposted your note': 'reposted your note',
367 'zapped your note': 'zapped your note',
368 'highlighted your note': 'highlighted your note',
369 'zapped you': 'zapped you',
370 'Mark as read': 'Mark as read',
371 Report: 'Report',
372 'Successfully report': 'Successfully reported',
373 'Failed to report': 'Failed to report',
374 nudity: 'Nudity',
375 malware: 'Malware',
376 profanity: 'Profanity',
377 illegal: 'Illegal content',
378 spam: 'Spam',
379 other: 'Other',
380 'Notification list style': 'Notification list style',
381 'See extra info for each notification': 'See extra info for each notification',
382 'See more notifications at a glance': 'See more notifications at a glance',
383 Detailed: 'Detailed',
384 Compact: 'Compact',
385 'Submit Relay': 'Submit Relay',
386 Homepage: 'Homepage',
387 'Proof of Work (difficulty {{minPow}})': 'Proof of Work (difficulty {{minPow}})',
388 'via {{client}}': 'via {{client}}',
389 'Auto-load media': 'Auto-load media',
390 Always: 'Always',
391 'Wi-Fi only': 'Wi-Fi only',
392 Never: 'Never',
393 'Click to load image': 'Click to load image',
394 'Click to load media': 'Click to load media',
395 'Click to load YouTube video': 'Click to load YouTube video',
396 'Click to load X post': 'Click to load X post',
397 '{{count}} reviews': '{{count}} reviews',
398 'Write a review': 'Write a review',
399 'No reviews yet. Be the first to write one!': 'No reviews yet. Be the first to write one!',
400 'View more reviews': 'View more reviews',
401 'Failed to review': 'Failed to review',
402 'Write a review and pick a star rating': 'Write a review and pick a star rating',
403 Submit: 'Submit',
404 'Reviews for {{relay}}': 'Reviews for {{relay}}',
405 'No relays selected': 'No relays selected',
406 'Post to': 'Post to',
407 'Write relays and {{count}} other relays': 'Write relays and {{count}} other relays',
408 '{{count}} relays': '{{count}} relays',
409 'Republishing...': 'Republishing...',
410 'Connected to': 'Connected to',
411 'Disconnect Wallet': 'Disconnect Wallet',
412 'Are you absolutely sure?': 'Are you absolutely sure?',
413 'You will not be able to send zaps to others.': 'You will not be able to send zaps to others.',
414 Disconnect: 'Disconnect',
415 'Start with a Rizful Vault': 'Start with a Rizful Vault',
416 'or other wallets': 'or other wallets',
417 'Rizful Vault': 'Rizful Vault',
418 'Rizful Vault connected!': 'Rizful Vault connected!',
419 'You can now use your Rizful Vault to zap your favorite notes and creators.':
420 'You can now use your Rizful Vault to zap your favorite notes and creators.',
421 'Your Lightning Address': 'Your Lightning Address',
422 'New to Rizful?': 'New to Rizful?',
423 'Sign up for Rizful': 'Sign up for Rizful',
424 'If you already have a Rizful account, you can skip this step.':
425 'If you already have a Rizful account, you can skip this step.',
426 'Get your one-time code': 'Get your one-time code',
427 'Get code': 'Get code',
428 'Connect to your Rizful Vault': 'Connect to your Rizful Vault',
429 'Paste your one-time code here': 'Paste your one-time code here',
430 Connect: 'Connect',
431 'Connect Wallet': 'Connect Wallet',
432 'Set up your wallet to send and receive sats!': 'Set up your wallet to send and receive sats!',
433 'Set up': 'Set up',
434 Pinned: 'Pinned',
435 Unpin: 'Unpin',
436 Unpinning: 'Unpinning',
437 'Pinning...': 'Pinning...',
438 'Pinned!': 'Pinned!',
439 'Failed to pin: {{error}}': 'Failed to pin: {{error}}',
440 'Unpinning...': 'Unpinning...',
441 'Unpinned!': 'Unpinned!',
442 'Failed to unpin: {{error}}': 'Failed to unpin: {{error}}',
443 'Unpin from profile': 'Unpin from profile',
444 'Pin to profile': 'Pin to profile',
445 Appearance: 'Appearance',
446 'Pure Black': 'Pure Black',
447 Default: 'Default',
448 Red: 'Red',
449 Orange: 'Orange',
450 Amber: 'Amber',
451 Yellow: 'Yellow',
452 Lime: 'Lime',
453 Green: 'Green',
454 Emerald: 'Emerald',
455 Teal: 'Teal',
456 Cyan: 'Cyan',
457 Sky: 'Sky',
458 Blue: 'Blue',
459 Indigo: 'Indigo',
460 Violet: 'Violet',
461 Purple: 'Purple',
462 Fuchsia: 'Fuchsia',
463 Pink: 'Pink',
464 Rose: 'Rose',
465 'Primary color': 'Primary color',
466 Layout: 'Layout',
467 'Two-column': 'Two-column',
468 'Single-column': 'Single-column',
469 Reviews: 'Reviews',
470 Extension: 'Extension',
471 Remote: 'Remote',
472 'Encrypted Key': 'Encrypted Key',
473 'Private Key': 'Private Key',
474 'Welcome to Smesh': 'Welcome to Smesh',
475 'Smesh is a client focused on browsing relays. Get started by exploring interesting relays or login to view your following feed.':
476 'Smesh is a client focused on browsing relays. Get started by exploring interesting relays or login to view your following feed.',
477 'Explore Relays': 'Explore Relays',
478 'Choose a feed': 'Choose a feed',
479 'and {{x}} others': 'and {{x}} others',
480 selfZapWarning:
481 'Smesh is not responsible for what happens if you zap yourself. Proceed at your own risk. 😉⚡',
482 'Emoji Pack': 'Emoji Pack',
483 'Emoji pack added': 'Emoji pack added',
484 'Add emoji pack failed': 'Add emoji pack failed',
485 'Emoji pack removed': 'Emoji pack removed',
486 'Remove emoji pack failed': 'Remove emoji pack failed',
487 Added: 'Added',
488 'Emoji Packs': 'Emoji Packs',
489 'My Packs': 'My Packs',
490 'Adding...': 'Adding...',
491 'Removing...': 'Removing...',
492 Reload: 'Reload',
493 'Request to Join Relay': 'Request to Join Relay',
494 'Leave Relay': 'Leave Relay',
495 Leave: 'Leave',
496 'Are you sure you want to leave this relay?': 'Are you sure you want to leave this relay?',
497 'Join request sent successfully': 'Join request sent successfully',
498 'Failed to send join request': 'Failed to send join request',
499 'Leave request sent successfully': 'Leave request sent successfully',
500 'Failed to send leave request': 'Failed to send leave request',
501 'Enter an invite code if you have one. Otherwise, leave it blank to send a request.':
502 'Enter an invite code if you have one. Otherwise, leave it blank to send a request.',
503 'Invite Code (Optional)': 'Invite Code (Optional)',
504 'Enter invite code': 'Enter invite code',
505 'Sending...': 'Sending...',
506 'Send Request': 'Send Request',
507 'You can get an invite code from a relay member.':
508 'You can get an invite code from a relay member.',
509 'Enter the invite code you received from a relay member.':
510 'Enter the invite code you received from a relay member.',
511 'Get Invite Code': 'Get Invite Code',
512 'Share this invite code with others to invite them to join this relay.':
513 'Share this invite code with others to invite them to join this relay.',
514 'Invite Code': 'Invite Code',
515 Copy: 'Copy',
516 'This invite code can be used by others to join the relay.':
517 'This invite code can be used by others to join the relay.',
518 'No invite code available from this relay.': 'No invite code available from this relay.',
519 Close: 'Close',
520 'Failed to get invite code from relay': 'Failed to get invite code from relay',
521 'Failed to get invite code': 'Failed to get invite code',
522 'Invite code copied to clipboard': 'Invite code copied to clipboard',
523 'Favicon URL': 'Favicon URL',
524 'Filter out onion relays': 'Filter out onion relays',
525 'View Nostr comments': 'View Nostr comments',
526 'Search for notes': 'Search for notes',
527 'Search for hashtag': 'Search for hashtag',
528 'Go to note': 'Go to note',
529 'Go to relay': 'Go to relay',
530 'View discussions about this': 'View discussions about this',
531 'Open link': 'Open link',
532 'View Nostr discussions': 'View Nostr discussions',
533 'Optimal relays': 'Optimal relays',
534 "Successfully republish to optimal relays (your write relays and mentioned users' read relays)":
535 "Successfully republish to optimal relays (your write relays and mentioned users' read relays)",
536 'Failed to republish to optimal relays: {{error}}':
537 'Failed to republish to optimal relays: {{error}}',
538 'External Content': 'External Content',
539 Highlight: 'Highlight',
540 'Optimal relays and {{count}} other relays': 'Optimal relays and {{count}} other relays',
541 'Likely spam account (Trust score: {{percentile}}%)':
542 'Likely spam account (Trust score: {{percentile}}%)',
543 'Suspicious account (Trust score: {{percentile}}%)':
544 'Suspicious account (Trust score: {{percentile}}%)',
545 'n users': '{{count}} users',
546 'n users_one': '{{count}} user',
547 'n users_other': '{{count}} users',
548 'View Details': 'View Details',
549 'Follow Pack Not Found': 'Follow Pack Not Found',
550 'Follow pack not found': 'Follow pack not found',
551 Users: 'Users',
552 Feed: 'Feed',
553 'Follow Pack': 'Follow Pack',
554 'Load earlier': 'Load earlier',
555 'Last 24 hours': 'Last 24 hours',
556 'Last {{count}} days': 'Last {{count}} days',
557 notes: 'notes',
558 'Quick reaction': 'Quick reaction',
559 'If enabled, you can react with a single click. Click and hold for more options':
560 'If enabled, you can react with a single click. Click and hold for more options',
561 'Quick reaction emoji': 'Quick reaction emoji',
562 'Select emoji': 'Select emoji',
563 'NSFW content display': 'NSFW content display',
564 'Hide completely': 'Hide completely',
565 'Show but hide content': 'Show but hide content',
566 'Show directly': 'Show directly',
567 'Click to view': 'Click to view',
568 'Special Follow': 'Special Follow',
569 'Unfollow Special': 'Unfollow Special',
570 'Personal Feeds': 'Personal Feeds',
571 'Relay Feeds': 'Relay Feeds',
572 'Create Highlight': 'Create Highlight',
573 'Write your thoughts about this highlight...': 'Write your thoughts about this highlight...',
574 'Publish Highlight': 'Publish Highlight',
575 'Show replies': 'Show replies',
576 'Hide replies': 'Hide replies',
577 'Welcome to Smesh!': 'Welcome to Smesh!',
578 'Your feed is empty because you are not following anyone yet. Start by exploring interesting content and following users you like!':
579 'Your feed is empty because you are not following anyone yet. Start by exploring interesting content and following users you like!',
580 'Search Users': 'Search Users',
581 'Create New Account': 'Create New Account',
582 Important: 'Important',
583 'Generate Your Account': 'Generate Your Account',
584 'Your private key IS your account. Keep it safe!':
585 'Your private key IS your account. Keep it safe!',
586 'In Nostr, your private key IS your account. If you lose your private key, you lose your account forever.':
587 'In Nostr, your private key IS your account. If you lose your account forever.',
588 'Your Private Key': 'Your Private Key',
589 'Generate new key': 'Generate new key',
590 'Download Backup File': 'Download Backup File',
591 'Copied to Clipboard': 'Copied to Clipboard',
592 'Copy to Clipboard': 'Copy to Clipboard',
593 'I already saved my private key securely.': 'I already saved my private key securely.',
594 'Almost Done!': 'Almost Done!',
595 'Set a password to encrypt your key, or skip to finish':
596 'Set a password to encrypt your key, or skip to finish',
597 'Password Protection (Optional)': 'Password Protection (Optional)',
598 'Setting a password encrypts your private key in this browser. You can skip this step, but we recommend setting one for added security.':
599 'Setting a password encrypts your private key in this browser. You can skip this step, but we recommend setting one for added security.',
600 'Password (Optional)': 'Password (Optional)',
601 'Enter password or leave empty to skip': 'Enter password or leave empty to skip',
602 'Confirm Password': 'Confirm Password',
603 'Re-enter password': 'Re-enter password',
604 'Passwords do not match': 'Passwords do not match',
605 'Finish Signup': 'Finish Signup',
606 // New improved signup copy
607 'Create Your Nostr Account': 'Create Your Nostr Account',
608 'Generate your unique private key. This is your digital identity.':
609 'Generate your unique private key. This is your digital identity.',
610 'Critical: Save Your Private Key': 'Critical: Save Your Private Key',
611 'Your private key IS your account. There is no password recovery. If you lose it, you lose your account forever. Please save it in a secure location.':
612 'Your private key IS your account. There is no password recovery. If you lose it, you lose your account forever. Please save it in a secure location.',
613 'I have safely backed up my private key': 'I have safely backed up my private key',
614 'Secure Your Account': 'Secure Your Account',
615 'Add an extra layer of protection with a password':
616 'Add an extra layer of protection with a password',
617 'Password Protection (Recommended)': 'Password Protection (Recommended)',
618 'Add a password to encrypt your private key in this browser. This is optional but strongly recommended for better security.':
619 'Add a password to encrypt your private key in this browser. This is optional but strongly recommended for better security.',
620 'Create a password (or skip)': 'Create a password (or skip)',
621 'Enter your password again': 'Enter your password again',
622 'Complete Signup': 'Complete Signup',
623 Recommended: 'Recommended'
624 }
625 }
626