diff --git a/files/client/custom/modules/smart-assistant/src/views/floating-chat.js b/files/client/custom/modules/smart-assistant/src/views/floating-chat.js index 6dacbb3..cc45b07 100644 --- a/files/client/custom/modules/smart-assistant/src/views/floating-chat.js +++ b/files/client/custom/modules/smart-assistant/src/views/floating-chat.js @@ -168,7 +168,7 @@ define('modules/smart-assistant/views/floating-chat', ['view'], function (View) self.$el.find('.sa-fab').show(); self.$el.find('.sa-chat-messages').attr('data-empty-text', - self.translate('Chat with the assistant', 'labels', 'SmartAssistant') || 'שוחח/י עם העוזר החכם'); + self.translate('Chat with the assistant', 'labels', 'SmartAssistant') || 'שוחח/י עם שירה'); self.loadAlertCount(); self._setupRouteListener(); }).catch(function () { @@ -417,7 +417,7 @@ define('modules/smart-assistant/views/floating-chat', ['view'], function (View) $messages.append('
' + this.escapeHtml(message) + '
'); var $loading = $('
' + - this.escapeHtml(this.translate('Thinking', 'labels', 'SmartAssistant') || 'חושב...') + '
'); + this.escapeHtml(this.translate('Thinking', 'labels', 'SmartAssistant') || 'חושבת...') + ''); $messages.append($loading); this.scrollToBottom(); diff --git a/files/custom/Espo/Modules/SmartAssistant/Resources/i18n/fa_IR/SmartAssistant.json b/files/custom/Espo/Modules/SmartAssistant/Resources/i18n/fa_IR/SmartAssistant.json index a6ee286..520668d 100644 --- a/files/custom/Espo/Modules/SmartAssistant/Resources/i18n/fa_IR/SmartAssistant.json +++ b/files/custom/Espo/Modules/SmartAssistant/Resources/i18n/fa_IR/SmartAssistant.json @@ -3,14 +3,14 @@ "Smart Assistant": "שירה", "Office Mode": "מצב משרד", "Case Mode": "מצב תיק", - "Add Memory": "הוסף זיכרון", - "Search Memory": "חפש בזיכרון", + "Add Memory": "הוספת זיכרון", + "Search Memory": "חיפוש בזיכרון", "New Conversation": "שיחה חדשה", "Conversation History": "היסטוריית שיחות", "Previous Conversations": "שיחות קודמות", "No previous conversations": "אין שיחות קודמות", "Ask the assistant...": "שאל/י את שירה...", - "Thinking": "חושב...", + "Thinking": "חושבת...", "Error": "שגיאה בתקשורת", "Back": "חזרה", "Chat with the assistant": "שוחח/י עם שירה", diff --git a/manifest.json b/manifest.json index df827ff..4ea0354 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,13 @@ { "name": "SmartAssistant", "module": "SmartAssistant", - "description": "Unified AI Assistant for Legal CRM — floating chat with case memory, office alerts, and n8n integration", + "description": "Unified AI Assistant for Legal CRM — floating chat with case memory, office alerts, and AI Gateway integration", "author": "klear", - "version": "1.1.7", + "version": "2.0.0", "acceptableVersions": [ ">=8.0.0" ], - "releaseDate": "2026-03-29", + "releaseDate": "2026-04-04", "php": [ ">=8.1" ]