diff options
| author | Hosted Weblate <hosted@weblate.org> | 2025-08-22 12:01:21 +0200 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-09-07 16:04:24 +0000 |
| commit | d06c85dfd8ac3f03b79fb4270c8f8633688c57ad (patch) | |
| tree | 0abf01bd0213b531e8e598a82c07d24c811b9ed6 /apps/web/lib/i18n/locales/en_US | |
| parent | d623abd20c070b7736f66793b8f921a0ad7cb27f (diff) | |
| download | karakeep-d06c85dfd8ac3f03b79fb4270c8f8633688c57ad.tar.zst | |
i18n: Sync weblate translations
Co-authored-by: Filippo Moscatelli <filipp28mo@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: OpenAI <noreply-mt-openai@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/ar/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/cs/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/da/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/de/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/el/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/en_US/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/es/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/fi/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/fr/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/ga/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/gl/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/hr/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/hu/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/it/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/ja/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/ko/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/nl/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/pl/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/pt/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/ru/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/sk/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/sl/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/sv/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/tr/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/uk/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/vi/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/zh_Hans/
Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/zh_Hant/
Translation: Karakeep/Karakeep
Diffstat (limited to 'apps/web/lib/i18n/locales/en_US')
| -rw-r--r-- | apps/web/lib/i18n/locales/en_US/translation.json | 69 |
1 files changed, 67 insertions, 2 deletions
diff --git a/apps/web/lib/i18n/locales/en_US/translation.json b/apps/web/lib/i18n/locales/en_US/translation.json index 6db93fb4..4e066f94 100644 --- a/apps/web/lib/i18n/locales/en_US/translation.json +++ b/apps/web/lib/i18n/locales/en_US/translation.json @@ -86,7 +86,8 @@ "cancel": "Cancel", "apply_all": "Apply All", "ignore": "Ignore", - "toggle_show_archived": "Show Archived" + "toggle_show_archived": "Show Archived", + "confirm": "Confirm" }, "highlights": { "no_highlights": "You don't have any highlights yet." @@ -412,7 +413,71 @@ "job": "Job", "queued": "Queued", "pending": "Pending", - "failed": "Failed" + "failed": "Failed", + "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.)" + }, + "tidy_assets": { + "title": "Tidy Assets Jobs", + "description": "Asset cleanup and storage optimization" + }, + "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" + } + }, + "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 waitin' in line to be processed. They'll start automatically when resources are available." + }, + "unprocessed": { + "title": "Unprocessed", + "description": "Bookmarks that ain't been processed yet. They're probably already queued for processin', but if not, you might need to manually re-enqueue 'em." + }, + "failed": { + "title": "Failed", + "description": "Bookmarks that ran into errors while processin'. These might need a lil' 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", + "reprocess_assets_fix_mode": "Reprocess Unprocessed Assets" + } }, "actions": { "recrawl_failed_links_only": "Recrawl Failed Links Only", |
