From 300cc58a9723565235df9ef6b7d001dcb92ebf02 Mon Sep 17 00:00:00 2001 From: Chaim Date: Tue, 31 Mar 2026 20:33:01 +0000 Subject: [PATCH] feat: add AssistantConversation i18n (en_US) --- .../Resources/i18n/en_US/AssistantConversation.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 files/custom/Espo/Modules/SmartAssistant/Resources/i18n/en_US/AssistantConversation.json diff --git a/files/custom/Espo/Modules/SmartAssistant/Resources/i18n/en_US/AssistantConversation.json b/files/custom/Espo/Modules/SmartAssistant/Resources/i18n/en_US/AssistantConversation.json new file mode 100644 index 0000000..072bc89 --- /dev/null +++ b/files/custom/Espo/Modules/SmartAssistant/Resources/i18n/en_US/AssistantConversation.json @@ -0,0 +1 @@ +{"labels":{"Create AssistantConversation":"New Conversation"},"fields":{"name":"Title","conversationKey":"Conversation Key","conversationType":"Type","status":"Status","assignedUser":"User","case":"Case","caseName":"Case Name","messageCount":"Messages","messagesData":"Messages Data","lastMessageAt":"Last Message","lastMessagePreview":"Preview","createdAt":"Created At","modifiedAt":"Modified At","createdBy":"Created By","modifiedBy":"Modified By"},"links":{"assignedUser":"User","case":"Case"},"options":{"conversationType":{"office":"Office","case":"Case"}}} \ No newline at end of file