From e108b54dcaa8d74160e840c36e8e4925f61d5ee3 Mon Sep 17 00:00:00 2001 From: David Straub Date: Mon, 21 Oct 2024 19:24:20 +0200 Subject: [PATCH] Add missing strings --- lang/en.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lang/en.json b/lang/en.json index 1ac783ae..d3c39139 100644 --- a/lang/en.json +++ b/lang/en.json @@ -177,5 +177,12 @@ "Chat messages": "Chat messages", "Manage semantic search index": "Manage semantic search index", "Update semantic search index": "Update semantic search index", - "Updating the semantic search index requires substantial time and computational resources. Run this operation only when necessary.": "Updating the semantic search index requires substantial time and computational resources. Run this operation only when necessary." + "Updating the semantic search index requires substantial time and computational resources. Run this operation only when necessary.": "Updating the semantic search index requires substantial time and computational resources. Run this operation only when necessary.", + "User groups allowed to use AI chat:": "User groups allowed to use AI chat:", + "Owners and administrators": "Owners and administrators", + "Editor and above": "Editor and above", + "Contributor and above": "Contributor and above", + "Member and above": "Member and above", + "Everybody": "Everybody", + "Nobody": "Nobody" } \ No newline at end of file