diff --git a/client/src/locales/en/translation.json b/client/src/locales/en/translation.json index 69a3f29539..811fa0df62 100644 --- a/client/src/locales/en/translation.json +++ b/client/src/locales/en/translation.json @@ -705,12 +705,12 @@ "com_ui_delete_memory": "Delete Memory", "com_ui_delete_not_allowed": "Delete operation is not allowed", "com_ui_delete_prompt": "Delete Prompt?", - "com_ui_delete_success": "Successfully deleted", "com_ui_delete_shared_link": "Delete shared link?", - "com_ui_deleting_file": "Deleting file...", + "com_ui_delete_success": "Successfully deleted", "com_ui_delete_tool": "Delete Tool", "com_ui_delete_tool_confirm": "Are you sure you want to delete this tool?", "com_ui_deleted": "Deleted", + "com_ui_deleting_file": "Deleting file...", "com_ui_descending": "Desc", "com_ui_description": "Description", "com_ui_description_placeholder": "Optional: Enter a description to display for the prompt", @@ -856,16 +856,16 @@ "com_ui_memories_allow_use": "Allow using Memories", "com_ui_memories_filter": "Filter memories...", "com_ui_memory": "Memory", + "com_ui_memory_already_exceeded": "Memory storage already full - exceeded by {{tokens}} tokens. Delete existing memories before adding new ones.", "com_ui_memory_created": "Memory created successfully", "com_ui_memory_deleted": "Memory deleted", "com_ui_memory_deleted_items": "Deleted Memories", + "com_ui_memory_error": "Memory Error", "com_ui_memory_key_exists": "A memory with this key already exists. Please use a different key.", "com_ui_memory_key_validation": "Memory key must only contain lowercase letters and underscores.", + "com_ui_memory_storage_full": "Memory Storage Full", "com_ui_memory_updated": "Updated saved memory", "com_ui_memory_updated_items": "Updated Memories", - "com_ui_memory_storage_full": "Memory Storage Full", - "com_ui_memory_error": "Memory Error", - "com_ui_memory_already_exceeded": "Memory storage already full - exceeded by {{tokens}} tokens. Delete existing memories before adding new ones.", "com_ui_memory_would_exceed": "Cannot save - would exceed limit by {{tokens}} tokens. Delete existing memories to make space.", "com_ui_mention": "Mention an endpoint, assistant, or preset to quickly switch to it", "com_ui_min_tags": "Cannot remove more values, a minimum of {{0}} are required.", @@ -1088,4 +1088,4 @@ "com_ui_yes": "Yes", "com_ui_zoom": "Zoom", "com_user_message": "You" -} +} \ No newline at end of file