diff options
Diffstat (limited to 'apps/web/lib/i18n')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index e1bd443a..d23d5a96 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -87,7 +87,12 @@ "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" + "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", |
