Skip to content

Commit 5284201

Browse files
MohamedBassemclaude
andcommitted
fix(i18n): update en_US translation strings
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f7ae922 commit 5284201

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

apps/web/lib/i18n/locales/en_US/translation.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,9 @@
301301
"auto_summarization": "Auto-summarization",
302302
"no_preference": "No preference",
303303
"curated_tags": "Curated Tags",
304-
"curated_tags_description": "You can optionally make the AI only use tags from this list for tagging. If you don't select any tags here, the AI will come up with tags on its own.",
304+
"curated_tags_description": "Optionally restrict AI tagging to only use tags from this list. When no tags are selected, the AI generates tags freely.",
305305
"curated_tags_updated": "Curated tags updated successfully!",
306-
"curated_tags_update_failed": "Uh oh, failed to update curated tags."
306+
"curated_tags_update_failed": "Failed to update curated tags"
307307
},
308308
"feeds": {
309309
"rss_subscriptions": "RSS Subscriptions",
@@ -343,7 +343,7 @@
343343
"export_links_and_notes": "Export Links and Notes",
344344
"imported_bookmarks": "Imported Bookmarks",
345345
"import_bookmarks_from_mymind_export": "Import Bookmarks from mymind export",
346-
"import_bookmarks_from_instapaper_export": "Import Bookmarks from Instapaper export."
346+
"import_bookmarks_from_instapaper_export": "Import Bookmarks from Instapaper export"
347347
},
348348
"api_keys": {
349349
"api_keys": "API Keys",
@@ -529,29 +529,29 @@
529529
"delete_session": "Delete Session",
530530
"pause_session": "Pause",
531531
"resume_session": "Resume",
532-
"view_details": "Check It Out",
532+
"view_details": "View Details",
533533
"detail": {
534-
"page_title": "Import Session Deets",
535-
"back_to_import": "Back to Importing",
536-
"filter_all": "All of 'Em",
537-
"filter_accepted": "Yup",
538-
"filter_rejected": "Nope",
539-
"filter_duplicates": "Twinsies!",
540-
"filter_pending": "Hang Tight",
541-
"table_title": "Name / URL",
542-
"table_type": "Kind",
543-
"table_result": "What Happened",
544-
"table_reason": "Why Though?",
534+
"page_title": "Import Session Details",
535+
"back_to_import": "Back to Import",
536+
"filter_all": "All",
537+
"filter_accepted": "Accepted",
538+
"filter_rejected": "Rejected",
539+
"filter_duplicates": "Duplicates",
540+
"filter_pending": "Pending",
541+
"table_title": "Title / URL",
542+
"table_type": "Type",
543+
"table_result": "Result",
544+
"table_reason": "Reason",
545545
"table_bookmark": "Bookmark",
546-
"result_accepted": "Yup",
547-
"result_rejected": "Nope",
548-
"result_skipped_duplicate": "Same As",
549-
"result_pending": "Hang Tight",
550-
"result_processing": "Gettin' It Done",
551-
"no_results": "Nothing to see here.",
546+
"result_accepted": "Accepted",
547+
"result_rejected": "Rejected",
548+
"result_skipped_duplicate": "Duplicate",
549+
"result_pending": "Pending",
550+
"result_processing": "Processing",
551+
"no_results": "No results found for this filter.",
552552
"view_bookmark": "View Bookmark",
553553
"load_more": "Load More",
554-
"no_title": "No Title"
554+
"no_title": "No title"
555555
}
556556
},
557557
"backups": {
@@ -694,9 +694,9 @@
694694
"clean_assets": "Clean Dangling Assets & Re-sync Metadata",
695695
"migrate_large_link_html_content": "Move Large Inline HTML Content to Assets",
696696
"reprocess_assets_fix_mode": "Reprocess Unprocessed Assets",
697-
"recrawl_pending_links_only": "Recrawl only the links that are pending",
698-
"regenerate_ai_tags_for_pending_bookmarks_only": "Only regenerate AI tags for bookmarks that are pending",
699-
"regenerate_ai_summaries_for_pending_bookmarks_only": "Only regenerate AI summaries for bookmarks that are pending"
697+
"recrawl_pending_links_only": "Recrawl Pending Links Only",
698+
"regenerate_ai_tags_for_pending_bookmarks_only": "Regenerate AI Tags for Pending Bookmarks Only",
699+
"regenerate_ai_summaries_for_pending_bookmarks_only": "Regenerate AI Summaries for Pending Bookmarks Only"
700700
}
701701
},
702702
"actions": {
@@ -925,11 +925,11 @@
925925
},
926926
"archive_info": "Archives may not render correctly inline if they require Javascript. For best results, <1>download it and open in your browser</1>.",
927927
"fetch_error_title": "Content Unavailable",
928-
"fetch_error_description": "We couldn't grab the content for this link. The page might be protected, need authentication, or be temporarily down.",
929-
"crawling_in_progress": "Gettin' the page content…",
930-
"continue_reading": "Continue where you left off, dude!",
928+
"fetch_error_description": "We couldn't fetch the content for this link. The page may be protected, require authentication, or be temporarily unavailable.",
929+
"crawling_in_progress": "Fetching page content…",
930+
"continue_reading": "Continue where you left off",
931931
"continue_reading_percent": "Continue where you left off ({{percent}}%)",
932-
"continue_button": "Continue, man"
932+
"continue_button": "Continue"
933933
},
934934
"toasts": {
935935
"bookmarks": {

0 commit comments

Comments
 (0)