1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
|
{
"common": {
"url": "URL",
"name": "Name",
"email": "Email",
"password": "Password",
"action": "Action",
"actions": "Actions",
"created_at": "Created At",
"updated_at": "Updated At",
"key": "Key",
"role": "Role",
"type": "Type",
"size": "Size",
"roles": {
"user": "User",
"admin": "Admin"
},
"something_went_wrong": "Something went wrong",
"experimental": "Experimental",
"search": "Search",
"tags": "Tags",
"note": "Note",
"attachments": "Attachments",
"highlights": "Highlights",
"source": "Source",
"screenshot": "Screenshot",
"video": "Video",
"archive": "Archive",
"home": "Home",
"title": "Title",
"description": "Description",
"summary": "Summary",
"bookmark_types": {
"title": "Bookmark Type",
"link": "Link",
"text": "Text",
"media": "Media"
},
"quota": "Quota",
"bookmarks": "Bookmarks",
"storage": "Storage"
},
"layouts": {
"masonry": "Masonry",
"grid": "Grid",
"list": "List",
"compact": "Compact"
},
"view_options": {
"title": "View Options",
"layout": "Layout",
"columns": "Columns",
"display_options": "Display Options",
"show_note_previews": "Show Notes",
"show_tags": "Show Tags",
"show_title": "Show Title",
"image_options": "Image Options",
"image_fit_cover": "Cover (Fill)",
"image_fit_contain": "Contain (Fit)"
},
"actions": {
"change_layout": "Change Layout",
"archive": "Archive",
"unarchive": "Un-archive",
"favorite": "Favorite",
"unfavorite": "Unfavorite",
"delete": "Delete",
"toggle_show_archived": "Show Archived",
"refresh": "Refresh",
"recrawl": "Recrawl",
"download_full_page_archive": "Download Full Page Archive",
"edit_tags": "Edit Tags",
"edit_notes": "Edit Notes",
"add_to_list": "Add to List",
"select_all": "Select All",
"unselect_all": "Unselect All",
"copy_link": "Copy Link",
"close_bulk_edit": "Close Bulk Edit",
"bulk_edit": "Bulk Edit",
"manage_lists": "Manage Lists",
"remove_from_list": "Remove from List",
"save": "Save",
"add": "Add",
"edit": "Edit",
"confirm": "Confirm",
"open_editor": "Open Editor",
"create": "Create",
"fetch_now": "Fetch Now",
"summarize_with_ai": "Summarize with AI",
"edit_title": "Edit Title",
"sign_out": "Sign Out",
"close": "Close",
"merge": "Merge",
"cancel": "Cancel",
"regenerate": "Regenerate",
"apply_all": "Apply All",
"ignore": "Ignore",
"sort": {
"title": "Sort",
"relevant_first": "Most Relevant First",
"newest_first": "Newest First",
"oldest_first": "Oldest First"
},
"load_more": "Load More"
},
"highlights": {
"no_highlights": "You don't have any highlights yet."
},
"settings": {
"back_to_app": "Back To App",
"user_settings": "User Settings",
"info": {
"user_info": "User Info",
"basic_details": "Basic Details",
"change_password": "Change Password",
"current_password": "Current Password",
"new_password": "New Password",
"confirm_new_password": "Confirm New Password",
"options": "Options",
"interface_lang": "Interface Language",
"user_settings": {
"user_settings_updated": "User settings have been updated!",
"bookmark_click_action": {
"title": "Bookmark Click Action",
"open_external_url": "Open Original URL",
"open_bookmark_details": "Open Bookmark Details"
},
"archive_display_behaviour": {
"title": "Archived Bookmarks",
"show": "Show archived bookmarks in tags and lists",
"hide": "Hide archived bookmarks in tags and lists"
}
}
},
"stats": {
"usage_statistics": "Usage Statistics",
"insights_description": "Insights into your bookmarking habits and collection",
"failed_to_load": "Failed to load statistics",
"overview": {
"total_bookmarks": "Total Bookmarks",
"all_saved_items": "All saved items",
"favorites": "Favorites",
"starred_bookmarks": "Starred bookmarks",
"archived": "Archived",
"archived_items": "Archived items",
"tags": "Tags",
"unique_tags_created": "Unique tags created",
"lists": "Lists",
"bookmark_collections": "Bookmark collections",
"highlights": "Highlights",
"text_highlights": "Text highlights",
"storage_used": "Storage Used",
"total_asset_storage": "Total asset storage",
"this_month": "This Month",
"bookmarks_added": "Bookmarks added"
},
"bookmark_types": {
"title": "Bookmark Types",
"links": "Links",
"text_notes": "Text Notes",
"assets": "Assets"
},
"recent_activity": {
"title": "Recent Activity",
"this_week": "This Week",
"this_month": "This Month",
"this_year": "This Year"
},
"top_domains": {
"title": "Top Domains",
"no_domains_found": "No domains found"
},
"most_used_tags": {
"title": "Most Used Tags",
"no_tags_found": "No tags found"
},
"activity_patterns": {
"activity_by_hour": "Activity by Hour",
"activity_by_day": "Activity by Day"
},
"storage_breakdown": {
"title": "Storage Breakdown"
},
"bookmark_sources": {
"title": "Bookmark Sources",
"empty": "No source data available"
}
},
"ai": {
"ai_settings": "AI Settings",
"tagging_rules": "Tagging Rules",
"tagging_rule_description": "Prompts that you add here will be included as rules to the model during tag generation. You can view the final prompts in the prompt preview section.",
"prompt_preview": "Prompt Preview",
"text_prompt": "Text Prompt",
"images_prompt": "Image Prompt",
"summarization_prompt": "Summarization Prompt",
"all_tagging": "All Tagging",
"text_tagging": "Text Tagging",
"image_tagging": "Image Tagging",
"summarization": "Summarization"
},
"feeds": {
"rss_subscriptions": "RSS Subscriptions",
"add_a_subscription": "Add a Subscription",
"feed_enabled": "RSS Feed enabled",
"feed_disabled": "RSS Feed disabled"
},
"webhooks": {
"webhooks": "Webhooks",
"description": "You can use webhooks to trigger actions when bookmarks are created, changed or crawled.",
"events": {
"title": "Events",
"crawled": "Crawled",
"created": "Created",
"edited": "Edited"
},
"auth_token": "Auth Token",
"add_auth_token": "Add Auth Token",
"edit_auth_token": "Edit Auth Token",
"create_webhook": "Create Webhook",
"delete_webhook": "Delete Webhook",
"delete_webhook_confirmation": "Are you sure you want to delete this webhook?",
"edit_webhook": "Edit Webhook",
"webhook_url": "Webhook URL"
},
"import": {
"import_export": "Import / Export",
"import_export_bookmarks": "Import / Export Bookmarks",
"import_bookmarks_from_html_file": "Import Bookmarks from HTML file",
"import_bookmarks_from_pocket_export": "Import Bookmarks from Pocket export",
"import_bookmarks_from_omnivore_export": "Import Bookmarks from Omnivore export",
"import_bookmarks_from_linkwarden_export": "Import Bookmarks from Linkwarden export",
"import_bookmarks_from_karakeep_export": "Import Bookmarks from Karakeep export",
"import_bookmarks_from_tab_session_manager_export": "Import Bookmarks from Tab Session Manager",
"import_bookmarks_from_mymind_export": "Import Bookmarks from mymind export",
"export_links_and_notes": "Export Links and Notes",
"imported_bookmarks": "Imported Bookmarks"
},
"api_keys": {
"api_keys": "API Keys",
"new_api_key": "New API Key",
"new_api_key_desc": "Give your API key a unique name",
"key_success": "Key was successfully created",
"key_success_please_copy": "Please copy the key and store it somewhere safe. Once you close the dialog, you won't be able to access it again.",
"regenerate_api_key": "Regenerate API Key",
"key_regenerated": "Key was successfully regenerated",
"key_regenerated_please_copy": "Please copy the new key and store it somewhere safe. The old key has been revoked and will no longer work.",
"regenerate_warning": "Are you sure you want to regenerate the API key \"{{name}}\"?",
"regenerate_confirmation": "This will revoke the current key and generate a new one. Any applications using the current key will stop working."
},
"broken_links": {
"broken_links": "Broken Links",
"last_crawled_at": "Last Crawled At",
"crawling_status": "Crawling Status",
"crawling_failed": "Crawling Failed"
},
"manage_assets": {
"manage_assets": "Manage Assets",
"no_assets": "You don't have any assets yet.",
"asset_type": "Asset Type",
"bookmark_link": "Bookmark Link",
"asset_link": "Asset Link",
"delete_asset": "Delete Asset",
"delete_asset_confirmation": "Are you sure you want to delete this asset?"
},
"rules": {
"rules": "Rule Engine",
"rule_name": "Rule Name",
"description": "You can use rules to trigger actions when an event fires.",
"ceate_rule": "Create Rule",
"edit_rule": "Edit Rule",
"save_rule": "Save Rule",
"delete_rule": "Delete Rule",
"delete_rule_confirmation": "Are you sure you want to delete this rule?",
"whenever": "Whenever ...",
"if": "If ...",
"enter_rule_name": "Enter rule name",
"describe_what_this_rule_does": "Describe what this rule does",
"rule_has_been_created": "Rule has been created!",
"rule_has_been_updated": "Rule has been updated!",
"rule_has_been_deleted": "Rule has been deleted!",
"no_rules_created_yet": "No rules created yet",
"create_your_first_rule": "Create your first rule to automate your workflow",
"conditions_types": {
"always": "Always",
"url_contains": "URL Contains",
"imported_from_feed": "Imported From Feed",
"bookmark_type_is": "Bookmark Type Is",
"has_tag": "Has Tag",
"is_favourited": "Is Favourited",
"is_archived": "Is Archived",
"and": "All of the following are true",
"or": "Any of the following are true"
},
"actions_types": {
"add_tag": "Add Tag",
"remove_tag": "Remove Tag",
"add_to_list": "Add to List",
"remove_from_list": "Remove from List",
"download_full_page_archive": "Download Full Page Archive",
"favourite_bookmark": "Favourite Bookmark",
"archive_bookmark": "Archive Bookmark"
},
"events_types": {
"bookmark_added": "A bookmark is added",
"tag_added": "This tag is added to a bookmark",
"tag_removed": "This tag is removed from a bookmark",
"added_to_list": "A bookmark is added to this list",
"removed_from_list": "A bookmark is removed from this list",
"favourited": "A bookmark is favourited",
"archived": "A bookmark is archived"
}
},
"subscription": {
"subscription": "Subscription",
"manage_subscription": "Manage your subscription and billing information",
"current_plan": "Current Plan",
"billing_period": "Billing Period",
"paid_plan": "Paid Plan",
"unlock_bigger_quota": "Unlock bigger quota and support the project",
"subscribe_now": "Subscribe Now",
"manage_billing": "Manage Billing",
"subscription_canceled": "Your subscription has been canceled and will end on {{date}}. You can resubscribe at any time.",
"usage_quotas": "Usage & Quotas",
"track_usage": "Track your current usage against your plan limits",
"total_bookmarks_saved": "Total bookmarks saved",
"assets_file_storage": "Assets and file storage",
"unlimited_usage": "Unlimited usage",
"quota_limit_reached": "Quota limit reached",
"approaching_quota_limit": "Approaching quota limit",
"loading_usage": "Loading usage information...",
"free": "Free",
"paid": "Paid"
},
"import_sessions": {
"title": "Import Sessions",
"description": "View and manage your bulk import sessions. Sessions are automatically created when you import bookmarks.",
"load_error": "Failed to load import sessions",
"no_sessions": "No import sessions yet",
"no_sessions_detail": "Import sessions will appear here automatically when you import bookmarks",
"created_at": "Created {{time}}",
"progress": "Progress",
"status": {
"pending": "Pending",
"in_progress": "In progress",
"completed": "Completed",
"failed": "Failed",
"processing": "Processing"
},
"badges": {
"pending": "{{count}} pending",
"processing": "{{count}} processing",
"completed": "{{count}} completed",
"failed": "{{count}} failed"
},
"imported_to": "Imported to:",
"view_list": "View List",
"delete_dialog_title": "Delete Import Session",
"delete_dialog_description": "Are you sure you want to delete \"{{name}}\"? This action cannot be undone. The bookmarks themselves will not be deleted.",
"delete_session": "Delete Session"
}
},
"admin": {
"admin_settings": "Admin Settings",
"server_stats": {
"server_stats": "Server Stats",
"total_users": "Total Users",
"total_bookmarks": "Total Bookmarks",
"server_version": "Server Version"
},
"service_connections": {
"title": "Service Connections",
"description": "Monitor the health and connectivity of external system dependencies",
"search_engine": "Search Engine",
"browser": "Browser",
"queue_system": "Queue System",
"status": {
"not_configured": "Not Configured",
"connected": "Connected",
"disconnected": "Disconnected"
}
},
"background_jobs": {
"jobs": {
"crawler": {
"title": "Crawler Jobs",
"description": "Web crawling and content extraction from URLs"
},
"inference": {
"title": "Inference Jobs",
"description": "AI-powered tagging and summarization of content"
},
"indexing": {
"title": "Indexing Jobs",
"description": "Search index updates"
},
"asset_preprocessing": {
"title": "Asset Preprocessing Jobs",
"description": "Image and document preprocessing (screenshots, text extraction, etc.)"
},
"admin_maintenance": {
"title": "Admin Maintenance Jobs",
"description": "Administrative cleanup and asset maintenance"
},
"video": {
"title": "Video Download Jobs",
"description": "Video extraction and download"
},
"webhook": {
"title": "Webhook Jobs",
"description": "External webhook notifications"
},
"feed": {
"title": "RSS Feed Jobs",
"description": "RSS feed processing and content updates"
}
},
"background_jobs": "Background Jobs",
"monitor_and_manage": "Monitor and manage background job queues and system processing tasks",
"active": "Active",
"available_actions": "Available Actions",
"status": {
"title": "Understanding Job States",
"queued": {
"title": "Queued",
"description": "Jobs waiting in line to be processed. They will start automatically when resources are available."
},
"unprocessed": {
"title": "Unprocessed",
"description": "Bookmarks that have not yet been processed. They are most likely already queued for processing, if not, you might need to manually re-enqueue them."
},
"failed": {
"title": "Failed",
"description": "Bookmarks that encountered errors during processing. These may need manual attention."
}
},
"actions": {
"recrawl_failed_links_only": "Recrawl Failed Links Only",
"recrawl_all_links": "Recrawl All Links",
"without_inference": "Without Inference",
"regenerate_ai_tags_for_failed_bookmarks_only": "Regenerate AI Tags for Failed Bookmarks Only",
"regenerate_ai_tags_for_all_bookmarks": "Regenerate AI Tags for All Bookmarks",
"regenerate_ai_summaries_for_failed_bookmarks_only": "Regenerate AI Summaries for Failed Bookmarks Only",
"regenerate_ai_summaries_for_all_bookmarks": "Regenerate AI Summaries for All Bookmarks",
"reindex_all_bookmarks": "Reindex All Bookmarks",
"clean_assets": "Clean Dangling Assets & Re-sync Metadata",
"migrate_large_link_html_content": "Move Large Inline HTML Content to Assets",
"reprocess_assets_fix_mode": "Reprocess Unprocessed Assets"
}
},
"users_list": {
"users_list": "Users List",
"create_user": "Create User",
"change_role": "Change Role",
"reset_password": "Reset Password",
"delete_user": "Delete User",
"delete_user_confirm_description": "Are you sure you want to delete user \"{{name}}\"?",
"num_bookmarks": "Num Bookmarks",
"asset_sizes": "Asset Sizes",
"local_user": "Local User",
"confirm_password": "Confirm Password",
"unlimited": "Unlimited"
}
},
"options": {
"dark_mode": "Dark Mode",
"light_mode": "Light Mode"
},
"lists": {
"all_lists": "All Lists",
"favourites": "Favourites",
"shared": "Shared",
"new_list": "New List",
"edit_list": "Edit List",
"share_list": "Share List",
"new_nested_list": "New Nested List",
"merge_list": "Merge List",
"destination_list": "Destination List",
"delete_after_merge": "Delete original list after merge",
"no_destination": "No Destination",
"parent_list": "Parent List",
"no_parent": "No Parent",
"list_type": "List Type",
"manual_list": "Manual List",
"smart_list": "Smart List",
"search_query": "Search Query",
"search_query_help": "Learn more about the search query language.",
"description": "Description (Optional)",
"delete_list": {
"title": "Delete List",
"description": "Deleting a list doesn't delete any bookmarks in that list.",
"delete_children": "Delete children lists (recursively)",
"delete_children_description": "If not checked, all direct children lists will become root lists"
},
"rss": {
"title": "RSS Feed",
"description": "Enable an RSS feed for this list",
"feed_url": "RSS Feed URL"
},
"public_list": {
"title": "Public List",
"description": "Allow others to view this list",
"share_link": "Share Link"
},
"collaborators": {
"manage": "Manage Collaborators",
"view": "View Collaborators",
"collaborators": "Collaborators",
"add": "Add Collaborator",
"current": "Current Collaborators",
"enter_email": "Enter email address",
"please_enter_email": "Please enter an email address",
"added_successfully": "Collaborator added successfully",
"failed_to_add": "Failed to add collaborator",
"removed": "Collaborator removed",
"failed_to_remove": "Failed to remove collaborator",
"role_updated": "Role updated",
"failed_to_update_role": "Failed to update role",
"viewer": "Viewer",
"editor": "Editor",
"owner": "Owner",
"viewer_description": "Can view bookmarks in the list",
"editor_description": "Can add and remove bookmarks",
"no_collaborators": "No collaborators yet. Add someone to start collaborating!",
"no_collaborators_readonly": "No collaborators for this list.",
"people_with_access": "People who have access to this list",
"add_or_remove": "Add or remove people who can access this list"
},
"leave_list": {
"title": "Leave List",
"confirm_message": "Are you sure you want to leave {{icon}} {{name}}?",
"warning": "You will no longer be able to view or access bookmarks in this list. The list owner can add you back if needed.",
"action": "Leave List",
"success": "You have left \"{{icon}} {{name}}\""
}
},
"tags": {
"all_tags": "All Tags",
"your_tags": "Your Tags",
"your_tags_info": "Tags that were attached at least once by you",
"ai_tags": "AI Tags",
"ai_tags_info": "Tags that were only attached automatically (by AI)",
"unused_tags": "Unused Tags",
"unused_tags_info": "Tags that are not attached to any bookmarks",
"delete_all_unused_tags": "Delete All Unused Tags",
"drag_and_drop_merging": "Drag & Drop Merging",
"drag_and_drop_merging_info": "Drag and drop tags on each other to merge them",
"sort_by_name": "Sort by Name",
"sort_by_usage": "Sort by Usage",
"sort_by_relevance": "Sort by Relevance",
"create_tag": "Create Tag",
"create_tag_description": "Create a new tag without attaching it to any bookmark",
"tag_name": "Tag Name",
"enter_tag_name": "Enter tag name",
"no_custom_tags": "No custom tags yet",
"no_ai_tags": "No AI tags yet",
"no_unused_tags": "You don't have any unused tags",
"no_unused_tags_match_your_search": "No unused tags match your search",
"no_tags_match_your_search": "No tags match your search"
},
"search": {
"is_favorited": "Is Favorited",
"is_not_favorited": "Is Not Favorited",
"is_archived": "Is Archived",
"is_not_archived": "Is Not Archived",
"has_any_tag": "Has Any Tag",
"has_no_tags": "Has No Tag",
"is_in_any_list": "Is In Any List",
"is_not_in_any_list": "Is not In Any List",
"created_on_or_after": "Created on or After",
"not_created_on_or_after": "Not Created on or After",
"created_on_or_before": "Created on or Before",
"not_created_on_or_before": "Not Created on or Before",
"created_within": "Created Within",
"created_earlier_than": "Created Earlier Than",
"day_s": " Day(s)",
"week_s": " Week(s)",
"month_s": " Month(s)",
"year_s": " Year(s)",
"day_s_ago": " Day(s) Ago",
"week_s_ago": " Week(s) Ago",
"month_s_ago": " Month(s) Ago",
"year_s_ago": " Year(s) Ago",
"url_contains": "URL Contains",
"url_does_not_contain": "URL Does Not Contain",
"title_contains": "Title Contains",
"title_does_not_contain": "Title Does Not Contain",
"is_in_list": "Is In List",
"is_not_in_list": "Is not In List",
"has_tag": "Has Tag",
"does_not_have_tag": "Does Not Have Tag",
"full_text_search": "Full Text Search",
"type_is": "Type is",
"type_is_not": "Type is not",
"is_from_feed": "Is from RSS Feed",
"is_not_from_feed": "Is not from RSS Feed",
"and": "And",
"or": "Or",
"history": "Recent Searches"
},
"preview": {
"view_original": "View Original",
"cached_content": "Cached Content",
"reader_view": "Reader View",
"tabs": {
"content": "Content",
"details": "Details"
}
},
"editor": {
"quickly_focus": "You can quickly focus on this field by pressing ⌘ + E",
"multiple_urls_dialog_title": "Importing URLs as separate Bookmarks?",
"multiple_urls_dialog_desc": "The input contains multiple URLs on separate lines. Do you want to import them as separate bookmarks?",
"import_as_text": "Import as Text Bookmark",
"import_as_separate_bookmarks": "Import as separate Bookmarks",
"placeholder": "Paste a link or an image, write a note or drag and drop an image in here…",
"placeholder_v2": "Paste a link, write a note or drop an image…",
"new_item": "NEW ITEM",
"disabled_submissions": "Submissions are disabled",
"text_toolbar": {
"undo": "Undo",
"redo": "Redo",
"bold": "Bold",
"italic": "Italic",
"underline": "Underline",
"strikethrough": "Strikethrough",
"code": "Code",
"highlight": "Highlight",
"align_left": "Left Align",
"align_center": "Center Align",
"align_right": "Right Align",
"markdown_shortcuts": {
"label": "Markdown shortcuts",
"heading": {
"label": "Heading",
"example": "# H1, ## H2, ### H3"
},
"bold": {
"label": "Bold",
"example": "**text** or CTRL+b"
},
"italic": {
"label": "Italic",
"example": "*Italic* or _Italic_ or CTRL+i"
},
"blockquote": {
"label": "Blockquote",
"example": "> Blockquote"
},
"ordered_list": {
"label": "Ordered List",
"example": "1. List item"
},
"unordered_list": {
"label": "Unordered List",
"example": "- List item"
},
"inline_code": {
"label": "Inline Code",
"example": "`Code`"
},
"block_code": {
"label": "Block Code",
"example": "``` + space"
}
}
}
},
"dialogs": {
"bookmarks": {
"delete_confirmation_title": "Delete Bookmark?",
"delete_confirmation_description": "Are you sure you want to delete this bookmark?"
}
},
"toasts": {
"bookmarks": {
"updated": "The bookmark has been updated!",
"deleted": "The bookmark has been deleted!",
"refetch": "Re-fetch has been enqueued!",
"full_page_archive": "Full Page Archive creation has been triggered",
"delete_from_list": "The bookmark has been deleted from the list",
"clipboard_copied": "Link has been added to your clipboard!"
},
"lists": {
"created": "List has been created!",
"updated": "List has been updated!",
"merged": "List has been merged!",
"deleted": "List has been deleted!"
},
"tags": {
"created": "Tag has been created!",
"failed_to_create": "Failed to create tag"
}
},
"banners": {
"no_bookmarks": {
"title": "No bookmarks yet",
"description": "Save interesting articles, links, and pages to access them quickly later."
}
},
"cleanups": {
"cleanups": "Cleanups",
"duplicate_tags": {
"title": "Duplicate Tags",
"merge_all_suggestions": "Merge all suggestions?"
}
},
"bookmark_editor": {
"title": "Edit Bookmark",
"subtitle": "Make changes to the bookmark details. Click save when you're done.",
"author": "Author",
"publisher": "Publisher",
"date_published": "Date Published",
"pick_a_date": "Pick a date",
"save_changes": "Save changes",
"extracted_content": "Extracted Content"
},
"version": {
"new_release_available": "New release notes available",
"whats_new_title": "What's new in v{{version}}",
"release_notes_description": "Here are the latest updates fetched from the GitHub release notes.",
"loading_release_notes": "Loading release notes…",
"unable_to_load_release_notes": "Unable to load release notes right now. Please try again later.",
"no_release_notes": "No release notes were published for this version.",
"release_notes_synced": "Release notes are synced from GitHub.",
"view_on_github": "View on GitHub"
}
}
|