From 3fec87106f6de9c6ab9e9b5c32fd1f714a316b88 Mon Sep 17 00:00:00 2001 From: perf3ct Date: Wed, 16 Apr 2025 00:34:51 +0000 Subject: [PATCH] add missing translation --- src/public/translations/en/translation.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/translations/en/translation.json b/src/public/translations/en/translation.json index 8de2fbeb6..6ba46d7e2 100644 --- a/src/public/translations/en/translation.json +++ b/src/public/translations/en/translation.json @@ -1208,6 +1208,7 @@ "last_attempt": "Last Attempt", "actions": "Actions", "retry": "Retry", + "partial": "{{ percentage }}% completed", "retry_queued": "Note queued for retry", "retry_failed": "Failed to queue note for retry", "embedding_provider_precedence_description": "Comma-separated list of providers in order of precedence for embeddings search (e.g., 'openai,ollama,anthropic')",