@red-hat-developer-hub/backstage-plugin-lightspeed 1.2.3 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"file":"de.esm.js","sources":["../../src/translations/de.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\n\nimport { lightspeedTranslationRef } from './ref';\n\n/**\n * Deutsch translation for Developer Lightspeed.\n * @public\n */\nconst lightspeedTranslationDe = createTranslationMessages({\n ref: lightspeedTranslationRef,\n messages: {\n // Page titles and headers\n 'page.title': 'Lightspeed',\n 'page.subtitle': 'KI-gestützter Entwicklungsassistent',\n\n // Sample prompts - General Development\n 'prompts.codeReadability.title': 'Hilfe zur Code-Lesbarkeit',\n 'prompts.codeReadability.message':\n 'Können Sie Techniken vorschlagen, die ich verwenden kann, um meinen Code lesbarer und wartbarer zu machen?',\n 'prompts.debugging.title': 'Hilfe beim Debugging',\n 'prompts.debugging.message':\n 'Meine Anwendung wirft einen Fehler beim Versuch, sich mit der Datenbank zu verbinden. Können Sie mir helfen, das Problem zu identifizieren?',\n 'prompts.developmentConcept.title': 'Entwicklungskonzept erklären',\n 'prompts.developmentConcept.message':\n 'Können Sie erklären, wie Microservices-Architektur funktioniert und welche Vorteile sie gegenüber einem monolithischen Design hat?',\n 'prompts.codeOptimization.title': 'Code-Optimierungen vorschlagen',\n 'prompts.codeOptimization.message':\n 'Können Sie gängige Möglichkeiten vorschlagen, Code zu optimieren, um bessere Leistung zu erzielen?',\n 'prompts.documentation.title': 'Dokumentationszusammenfassung',\n 'prompts.documentation.message':\n 'Können Sie die Dokumentation für die Implementierung von OAuth 2.0-Authentifizierung in einer Web-App zusammenfassen?',\n 'prompts.gitWorkflows.title': 'Arbeitsabläufe mit Git',\n 'prompts.gitWorkflows.message':\n 'Ich möchte Änderungen am Code in einem anderen Branch vornehmen, ohne meine bestehende Arbeit zu verlieren. Was ist das Verfahren, um dies mit Git zu tun?',\n 'prompts.testingStrategies.title': 'Teststrategien vorschlagen',\n 'prompts.testingStrategies.message':\n 'Können Sie gängige Teststrategien empfehlen, die meine Anwendung robust und fehlerfrei machen?',\n 'prompts.sortingAlgorithms.title': 'Sortieralgorithmen entmystifizieren',\n 'prompts.sortingAlgorithms.message':\n 'Können Sie den Unterschied zwischen einem Quicksort- und einem Mergesort-Algorithmus erklären und wann man welchen verwendet?',\n 'prompts.eventDriven.title': 'Event-getriebene Architektur verstehen',\n 'prompts.eventDriven.message':\n 'Können Sie erklären, was event-getriebene Architektur ist und wann es vorteilhaft ist, sie in der Softwareentwicklung zu verwenden?',\n\n // Sample prompts - RHDH Specific\n 'prompts.tekton.title': 'Mit Tekton bereitstellen',\n 'prompts.tekton.message':\n 'Können Sie mir helfen, die Bereitstellung meiner Anwendung mit Tekton-Pipelines zu automatisieren?',\n 'prompts.openshift.title': 'OpenShift-Bereitstellung erstellen',\n 'prompts.openshift.message':\n 'Können Sie mich durch die Erstellung einer neuen Bereitstellung in OpenShift für eine containerisierte Anwendung führen?',\n 'prompts.rhdh.title': 'Erste Schritte mit Red Hat Developer Hub',\n 'prompts.rhdh.message':\n 'Können Sie mich durch die ersten Schritte führen, um Developer Hub als Entwickler zu nutzen, wie das Erkunden des Software-Katalogs und das Hinzufügen meines Dienstes?',\n\n // Conversation history\n 'conversation.delete.confirm.title': 'Chat löschen?',\n 'conversation.delete.confirm.message':\n 'Sie werden diesen Chat hier nicht mehr sehen. Dies löscht auch verwandte Aktivitäten wie Prompts, Antworten und Feedback aus Ihrer Lightspeed-Aktivität.',\n 'conversation.delete.confirm.action': 'Löschen',\n 'conversation.rename.confirm.title': 'Chat umbenennen?',\n 'conversation.rename.confirm.action': 'Umbenennen',\n 'conversation.rename.placeholder': 'Chat-Name',\n\n // Permissions\n 'permission.required.title': 'Fehlende Berechtigungen',\n 'permission.required.description':\n 'Um das Lightspeed-Plugin zu sehen, wenden Sie sich an Ihren Administrator, um die Berechtigungen <b>lightspeed.chat.read</b> und <b>lightspeed.chat.create</b> zu erhalten.',\n\n // Disclaimers\n 'disclaimer.withValidation':\n 'Diese Funktion verwendet KI-Technologie. Geben Sie keine persönlichen Informationen oder andere sensible Informationen in Ihre Eingabe ein. Interaktionen können zur Verbesserung der Produkte oder Dienstleistungen von Red Hat verwendet werden.',\n 'disclaimer.withoutValidation':\n 'Diese Funktion verwendet KI-Technologie. Geben Sie keine persönlichen Informationen oder andere sensible Informationen in Ihre Eingabe ein. Interaktionen können zur Verbesserung der Produkte oder Dienstleistungen von Red Hat verwendet werden.',\n\n // Footer and feedback\n 'footer.accuracy.label':\n 'Überprüfen Sie KI-generierte Inhalte immer vor der Verwendung.',\n\n // Common actions\n 'common.cancel': 'Abbrechen',\n 'common.close': 'Schließen',\n 'common.readMore': 'Mehr erfahren',\n 'common.noSearchResults': 'Kein Ergebnis entspricht der Suche',\n\n // Menu items\n 'menu.newConversation': 'Neuer Chat',\n\n // Chat-specific UI elements\n 'chatbox.header.title': 'Developer Lightspeed',\n 'chatbox.search.placeholder': 'Suchen',\n 'chatbox.provider.other': 'Andere',\n 'chatbox.emptyState.noPinnedChats': 'Keine angehefteten Chats',\n 'chatbox.emptyState.noRecentChats': 'Keine kürzlichen Chats',\n 'chatbox.emptyState.noResults.title': 'Keine Ergebnisse gefunden',\n 'chatbox.emptyState.noResults.body':\n 'Passen Sie Ihre Suchanfrage an und versuchen Sie es erneut. Überprüfen Sie Ihre Rechtschreibung oder versuchen Sie einen allgemeineren Begriff.',\n 'chatbox.welcome.greeting': 'Hallo, {{userName}}',\n 'chatbox.welcome.description': 'Wie kann ich Ihnen heute helfen?',\n 'chatbox.message.placeholder':\n 'Geben Sie eine Eingabeaufforderung für Lightspeed ein',\n 'chatbox.fileUpload.failed': 'Datei-Upload fehlgeschlagen',\n 'chatbox.fileUpload.infoText':\n 'Unterstützte Dateitypen sind: .txt, .yaml, und .json. Die maximale Dateigröße beträgt 25 MB.',\n\n // Accessibility and ARIA labels\n 'aria.chatbotSelector': 'Chatbot-Auswahl',\n 'aria.important': 'Wichtig',\n 'aria.chatHistoryMenu': 'Chat-Verlauf-Menü',\n 'aria.closeDrawerPanel': 'Seitenleiste schließen',\n 'aria.search.placeholder': 'Suchen',\n 'aria.searchPreviousConversations': 'Frühere Chats durchsuchen',\n 'aria.resize': 'Größe ändern',\n 'aria.options.label': 'Optionen',\n 'aria.scroll.down': 'Nach unten',\n 'aria.scroll.up': 'Nach oben',\n 'aria.settings.label': 'Chatbot-Optionen',\n 'aria.close': 'Chatbot schließen',\n\n // Modal actions\n 'modal.edit': 'Bearbeiten',\n 'modal.save': 'Speichern',\n 'modal.close': 'Schließen',\n 'modal.cancel': 'Abbrechen',\n\n // Conversation actions\n 'conversation.delete': 'Löschen',\n 'conversation.rename': 'Umbenennen',\n 'conversation.addToPinnedChats': 'Anheften',\n 'conversation.removeFromPinnedChats': 'Loslösen',\n 'conversation.announcement.userMessage':\n 'Nachricht vom Benutzer: {{prompt}}. Nachricht vom Bot wird geladen.',\n\n // User states\n 'user.guest': 'Gast',\n 'user.loading': '...',\n\n // Button tooltips and labels\n 'tooltip.attach': 'Anhängen',\n 'tooltip.send': 'Senden',\n 'tooltip.microphone.active': 'Aufhören zu hören',\n 'tooltip.microphone.inactive': 'Mikrofon verwenden',\n 'button.newChat': 'Neuer Chat',\n 'tooltip.chatHistoryMenu': 'Chat-Verlauf-Menü',\n 'tooltip.responseRecorded': 'Antwort aufgezeichnet',\n 'tooltip.backToTop': 'Nach oben',\n 'tooltip.backToBottom': 'Nach unten',\n 'tooltip.settings': 'Chatbot-Optionen',\n 'tooltip.close': 'Schließen',\n\n // Modal titles\n 'modal.title.preview': 'Anhang-Vorschau',\n 'modal.title.edit': 'Anhang bearbeiten',\n\n // Alt texts for icons\n 'icon.lightspeed.alt': 'Lightspeed-Icon',\n 'icon.permissionRequired.alt': 'Berechtigung erforderlich Icon',\n\n // Message utilities\n 'message.options.label': 'Optionen',\n\n // File attachment errors\n 'file.upload.error.alreadyExists': 'Die Datei existiert bereits.',\n 'file.upload.error.multipleFiles': 'Mehr als eine Datei hochgeladen.',\n 'file.upload.error.unsupportedType':\n 'Nicht unterstützter Dateityp. Unterstützte Typen sind: .txt, .yaml, und .json.',\n 'file.upload.error.fileTooLarge':\n 'Ihre Dateigröße ist zu groß. Bitte stellen Sie sicher, dass Ihre Datei kleiner als 25 MB ist.',\n 'file.upload.error.readFailed':\n 'Fehler beim Lesen der Datei: {{errorMessage}}',\n\n // Developer error messages\n 'error.context.fileAttachment':\n 'useFileAttachmentContext muss innerhalb eines FileAttachmentContextProvider sein',\n\n // Feedback actions\n 'feedback.form.title': 'Warum haben Sie diese Bewertung gewählt?',\n 'feedback.form.textAreaPlaceholder':\n 'Geben Sie optionale zusätzliche Kommentare',\n 'feedback.form.submitWord': 'Absenden',\n 'feedback.tooltips.goodResponse': 'Gute Antwort',\n 'feedback.tooltips.badResponse': 'Schlechte Antwort',\n 'feedback.tooltips.copied': 'Kopiert',\n 'feedback.tooltips.copy': 'Kopieren',\n 'feedback.tooltips.listening': 'Höre zu',\n 'feedback.tooltips.listen': 'Zuhören',\n 'feedback.quickResponses.positive.helpful': 'Hilfreiche Informationen',\n 'feedback.quickResponses.positive.easyToUnderstand': 'Einfach zu verstehen',\n 'feedback.quickResponses.positive.resolvedIssue': 'Hat mein Problem gelöst',\n 'feedback.quickResponses.negative.didntAnswer':\n 'Hat meine Frage nicht beantwortet',\n 'feedback.quickResponses.negative.hardToUnderstand': 'Schwer zu verstehen',\n 'feedback.quickResponses.negative.notHelpful': 'Nicht hilfreich',\n 'feedback.completion.title': 'Feedback übermittelt',\n 'feedback.completion.body':\n 'Wir haben Ihre Antwort erhalten. Vielen Dank für Ihr Feedback!',\n\n // Conversation categorization\n 'conversation.category.pinnedChats': 'Angeheftet',\n 'conversation.category.recent': 'Kürzlich',\n\n // lightspeed settings\n 'settings.pinned.enable': 'Angeheftete Chats aktivieren',\n 'settings.pinned.disable': 'Angeheftete Chats deaktivieren',\n 'settings.pinned.enabled.description':\n 'Angeheftete Chats sind derzeit aktiviert',\n 'settings.pinned.disabled.description':\n 'Angeheftete Chats sind derzeit deaktiviert',\n\n // Tool calling\n 'toolCall.header': 'Werkzeugantwort: {{toolName}}',\n 'toolCall.thinking': '{{seconds}} Sekunden nachgedacht',\n 'toolCall.executionTime': 'Ausführungszeit: ',\n 'toolCall.parameters': 'Parameter',\n 'toolCall.response': 'Antwort',\n 'toolCall.showMore': 'mehr anzeigen',\n 'toolCall.showLess': 'weniger anzeigen',\n 'toolCall.loading': 'Werkzeug wird ausgeführt...',\n 'toolCall.executing': 'Werkzeug wird ausgeführt...',\n 'toolCall.copyResponse': 'Antwort kopieren',\n 'toolCall.summary': 'Hier ist eine Zusammenfassung Ihrer Antwort',\n 'toolCall.mcpServer': 'MCP-Server',\n // Display modes\n 'settings.displayMode.label': 'Anzeigemodus',\n 'settings.displayMode.overlay': 'Überlagerung',\n 'settings.displayMode.docked': 'An Fenster andocken',\n 'settings.displayMode.fullscreen': 'Vollbild',\n\n // Sort options\n 'sort.label': 'Konversationen sortieren',\n 'sort.newest': 'Datum (neueste zuerst)',\n 'sort.oldest': 'Datum (älteste zuerst)',\n 'sort.alphabeticalAsc': 'Name (A-Z)',\n 'sort.alphabeticalDesc': 'Name (Z-A)',\n\n // Deep thinking\n 'reasoning.thinking': 'Denkvorgang anzeigen',\n },\n});\n\nexport default lightspeedTranslationDe;\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"de.esm.js","sources":["../../src/translations/de.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\n\nimport { lightspeedTranslationRef } from './ref';\n\n/**\n * de translation for plugin.lightspeed.\n * @public\n */\nconst lightspeedTranslationDe = createTranslationMessages({\n ref: lightspeedTranslationRef,\n messages: {\n 'page.title': 'Lightspeed',\n 'page.subtitle': 'KI-gestützter Entwicklungsassistent',\n 'prompts.codeReadability.title': 'Hilfe zur Code-Lesbarkeit erhalten',\n 'prompts.codeReadability.message':\n 'Können Sie mir Techniken vorschlagen, mit denen ich meinen Code lesbarer und wartungsfreundlicher gestalten kann?',\n 'prompts.debugging.title': 'Hilfe beim Debuggen erhalten',\n 'prompts.debugging.message':\n 'Meine Anwendung gibt beim Versuch einer Verbindung zur Datenbank einen Fehler aus. Können Sie mir helfen, das Problem zu identifizieren?',\n 'prompts.developmentConcept.title': 'Ein Entwicklungskonzept erläutern',\n 'prompts.developmentConcept.message':\n 'Können Sie erklären, wie eine Microservices-Architektur funktioniert und welche Vorteile sie gegenüber einem monolithischen Design bietet?',\n 'prompts.codeOptimization.title':\n 'Vorschläge zur Codeoptimierung unterbreiten',\n 'prompts.codeOptimization.message':\n 'Können Sie gängige Methoden zur Codeoptimierung vorschlagen, um eine bessere Performance zu erzielen?',\n 'prompts.documentation.title': 'Zusammenfassung von Dokumentation',\n 'prompts.documentation.message':\n 'Können Sie die Dokumentation zur Implementierung der OAuth 2.0-Authentifizierung in einer Webanwendung zusammenfassen?',\n 'prompts.gitWorkflows.title': 'Workflows mit Git',\n 'prompts.gitWorkflows.message':\n 'Ich möchte Änderungen am Code in einem anderen Branch vornehmen, ohne meine bestehende Arbeit zu verlieren. Wie geht man dabei mit Git vor?',\n 'prompts.testingStrategies.title': 'Teststrategien vorschlagen',\n 'prompts.testingStrategies.message':\n 'Können Sie mir einige gängige Teststrategien empfehlen, die meine Anwendung robust und fehlerfrei machen?',\n 'prompts.sortingAlgorithms.title':\n 'Sortieralgorithmen verständlich erklären',\n 'prompts.sortingAlgorithms.message':\n 'Können Sie den Unterschied zwischen Quicksort und Mergesort erklären und wann man welchen Algorithmus verwendet?',\n 'prompts.eventDriven.message':\n 'Können Sie erklären, was ereignisgesteuerte Architektur bedeutet und wann ihre Verwendung in der Softwareentwicklung von Vorteil ist?',\n 'prompts.tekton.title': 'Mit Tekton deployen',\n 'prompts.tekton.message':\n 'Können Sie mir helfen, das Deployment meiner Anwendung mithilfe von Tekton-Pipelines zu automatisieren?',\n 'prompts.openshift.title': 'OpenShift-Deployment erstellen',\n 'prompts.openshift.message':\n 'Können Sie mich bei der Erstellung eines neuen Deployments in OpenShift für eine containerisierte Anwendung unterstützen?',\n 'prompts.rhdh.title': 'Erste Schritte mit dem Red Hat Developer Hub',\n 'prompts.rhdh.message':\n 'Können Sie mich bei den ersten Schritten zur Nutzung des Developer Hub als Entwickler unterstützen, z. B. beim Erkunden des Softwarekatalogs und beim Hinzufügen meines Dienstes?',\n 'conversation.delete.confirm.message':\n 'Dieser Chat wird hier nicht mehr angezeigt. Dadurch werden auch zugehörige Aktivitäten wie Prompts, Antworten und Feedback aus Ihrer Lightspeed-Aktivität gelöscht.',\n 'disclaimer.withoutValidation':\n 'Diese Funktion nutzt KI-Technologie. Geben Sie bei Ihrer Eingabe keine persönlichen oder sonstigen sensiblen Informationen an. Interaktionen können dazu genutzt werden, die Produkte oder Dienstleistungen von Red Hat zu verbessern.',\n 'footer.accuracy.label':\n 'KI-generierte Inhalte sollten vor der Verwendung stets überprüft werden.',\n 'common.cancel': 'Abbrechen',\n 'common.close': 'Schließen',\n 'common.readMore': 'Mehr lesen',\n 'common.noSearchResults': 'Keine Ergebnisse, die der Suche entsprechen',\n 'menu.newConversation': 'Neuer Chat',\n 'chatbox.header.title': 'Developer Lightspeed',\n 'chatbox.search.placeholder': 'Suchen',\n 'chatbox.provider.other': 'Andere',\n 'chatbox.emptyState.noPinnedChats': 'Keine angehefteten Chats',\n 'chatbox.emptyState.noRecentChats': 'Keine letzten Chats',\n 'chatbox.emptyState.noResults.title': 'Keine Ergebnisse gefunden',\n 'chatbox.emptyState.noResults.body':\n 'Passen Sie Ihre Suchanfrage an, und versuchen Sie es erneut. Überprüfen Sie Ihre Rechtschreibung, oder versuchen Sie es mit einem allgemeineren Begriff.',\n 'chatbox.welcome.greeting': 'Hallo {{userName}}',\n 'chatbox.message.placeholder':\n 'Senden Sie eine Nachricht, und laden Sie optional eine JSON-, YAML- oder TXT-Datei hoch ...',\n 'chatbox.fileUpload.failed': 'Datei-Upload fehlgeschlagen',\n 'chatbox.fileUpload.infoText':\n 'Unterstützte Dateitypen: .txt, .yaml und .json. Die maximale Dateigröße beträgt 25 MB.',\n 'aria.important': 'Wichtig',\n 'aria.chatHistoryMenu': 'Chatverlauf-Menü',\n 'aria.closeDrawerPanel': 'Drawer-Fenster schließen',\n 'aria.search.placeholder': 'Suchen',\n 'aria.searchPreviousConversations': 'Vorherige Unterhaltungen durchsuchen',\n 'aria.resize': 'Größe ändern',\n 'aria.options.label': 'Optionen',\n 'aria.scroll.down': 'Zurück zum Ende',\n 'aria.scroll.up': 'Zurück zum Anfang',\n 'aria.settings.label': 'Chatbot-Optionen',\n 'aria.close': 'Chatbot schließen',\n 'modal.edit': 'Bearbeiten',\n 'modal.save': 'Speichern',\n 'modal.close': 'Schließen',\n 'modal.cancel': 'Abbrechen',\n 'conversation.delete': 'Löschen',\n 'conversation.rename': 'Umbenennen',\n 'conversation.addToPinnedChats': 'Anheften',\n 'conversation.removeFromPinnedChats': 'Lösen',\n 'conversation.announcement.userMessage':\n 'Nachricht vom Benutzer: {{prompt}}. Nachricht vom Bot wird geladen.',\n 'user.loading': '...',\n 'tooltip.attach': 'Anhängen',\n 'tooltip.send': 'Senden',\n 'tooltip.microphone.active': 'Überwachen beenden',\n 'tooltip.microphone.inactive': 'Mikrofon verwenden',\n 'button.newChat': 'Neuer Chat',\n 'tooltip.chatHistoryMenu': 'Chatverlauf-Menü',\n 'tooltip.responseRecorded': 'Antwort aufgezeichnet',\n 'tooltip.backToTop': 'Zurück zum Anfang',\n 'tooltip.backToBottom': 'Zurück zum Ende',\n 'tooltip.settings': 'Chatbot-Optionen',\n 'tooltip.close': 'Schließen',\n 'modal.title.preview': 'Anhang in der Vorschau anzeigen',\n 'modal.title.edit': 'Anhang bearbeiten',\n 'icon.lightspeed.alt': 'Lightspeed-Symbol',\n 'icon.permissionRequired.alt': \"Symbol für 'Berechtigung erforderlich'\",\n 'message.options.label': 'Optionen',\n 'file.upload.error.alreadyExists': 'Datei existiert bereits.',\n 'file.upload.error.multipleFiles':\n 'Es wurden mehr als eine Datei hochgeladen.',\n 'file.upload.error.unsupportedType':\n 'Nicht unterstützter Dateityp. Unterstützte Typen: .txt, .yaml und .json.',\n 'file.upload.error.readFailed':\n 'Datei konnte nicht gelesen werden: {{errorMessage}}',\n 'feedback.form.title': 'Warum haben Sie diese Bewertung gewählt?',\n 'feedback.form.textAreaPlaceholder':\n 'Geben Sie optional zusätzliches Feedback an',\n 'feedback.form.submitWord': 'Absenden',\n 'feedback.tooltips.goodResponse': 'Gute Antwort',\n 'feedback.tooltips.badResponse': 'Schlechte Antwort',\n 'feedback.tooltips.copied': 'Kopiert',\n 'feedback.tooltips.copy': 'Kopieren',\n 'feedback.tooltips.listening': 'Überwachung',\n 'feedback.tooltips.listen': 'Überwachen',\n 'feedback.quickResponses.positive.helpful': 'Hilfreiche Informationen',\n 'feedback.quickResponses.positive.easyToUnderstand': 'Leicht verständlich',\n 'feedback.quickResponses.positive.resolvedIssue':\n 'Mein Problem wurde gelöst',\n 'feedback.quickResponses.negative.didntAnswer':\n 'Meine Frage wurde nicht beantwortet',\n 'feedback.quickResponses.negative.hardToUnderstand': 'Schwer zu verstehen',\n 'feedback.quickResponses.negative.notHelpful': 'Nicht hilfreich',\n 'feedback.completion.title': 'Feedback übermittelt',\n 'feedback.completion.body':\n 'Wir haben Ihre Antwort erhalten. Vielen Dank für Ihr Feedback!',\n 'conversation.category.pinnedChats': 'Angeheftet',\n 'conversation.category.recent': 'Neueste',\n 'settings.pinned.enable': 'Angeheftete Chats aktivieren',\n 'settings.pinned.disable': 'Angeheftete Chats deaktivieren',\n 'settings.pinned.enabled.description':\n 'Angeheftete Chats sind derzeit aktiviert',\n 'settings.pinned.disabled.description':\n 'Angeheftete Chats sind derzeit deaktiviert.',\n 'toolCall.header': 'Antwort des Tools: {{toolName}}',\n 'toolCall.executionTime': 'Ausführungszeit: ',\n 'toolCall.parameters': 'Parameter',\n 'toolCall.response': 'Antwort',\n 'toolCall.showMore': 'Mehr anzeigen',\n 'toolCall.showLess': 'Weniger anzeigen',\n 'toolCall.loading': 'Tool wird ausgeführt...',\n 'toolCall.executing': 'Tool wird ausgeführt...',\n 'toolCall.copyResponse': 'Antwort kopieren',\n 'toolCall.summary': 'Hier ist eine Zusammenfassung Ihrer Antwort.',\n 'toolCall.mcpServer': 'MCP-Server',\n 'settings.displayMode.label': 'Anzeigemodus',\n 'settings.displayMode.overlay': 'Overlay',\n 'settings.displayMode.docked': 'An Fenster andocken',\n 'settings.displayMode.fullscreen': 'Vollbild',\n 'sort.label': 'Unterhaltungen sortieren',\n 'sort.newest': 'Datum (neuestes zuerst)',\n 'sort.oldest': 'Datum (ältestes zuerst)',\n 'sort.alphabeticalAsc': 'Name (A-Z)',\n 'sort.alphabeticalDesc': 'Name (Z-A)',\n 'reasoning.thinking': 'Denkvorgang anzeigen',\n },\n});\n\nexport default lightspeedTranslationDe;\n"],"names":[],"mappings":"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"}
@@ -4,131 +4,96 @@ import { lightspeedTranslationRef } from './ref.esm.js';
4
4
  const lightspeedTranslationEs = createTranslationMessages({
5
5
  ref: lightspeedTranslationRef,
6
6
  messages: {
7
- // Page titles and headers
8
7
  "page.title": "Lightspeed",
9
- "page.subtitle": "Asistente de desarrollo impulsado por IA",
10
- // Sample prompts - General Development
11
- "prompts.codeReadability.title": "Obtener ayuda sobre legibilidad del c\xF3digo",
12
- "prompts.codeReadability.message": "\xBFPuedes sugerir t\xE9cnicas que pueda usar para hacer mi c\xF3digo m\xE1s legible y mantenible?",
13
- "prompts.debugging.title": "Obtener ayuda con depuraci\xF3n",
14
- "prompts.debugging.message": "Mi aplicaci\xF3n est\xE1 lanzando un error al intentar conectarse a la base de datos. \xBFPuedes ayudarme a identificar el problema?",
8
+ "page.subtitle": "Asistente de desarrollo con tecnolog\xEDa de IA",
9
+ "prompts.codeReadability.title": "Obtener ayuda sobre la legibilidad del c\xF3digo",
10
+ "prompts.codeReadability.message": "\xBFPuedes sugerir t\xE9cnicas que pueda utilizar para hacer que mi c\xF3digo sea m\xE1s f\xE1cil de leer y mantener?",
11
+ "prompts.debugging.title": "Obtener ayuda con la depuraci\xF3n",
12
+ "prompts.debugging.message": "Mi aplicaci\xF3n genera un error al intentar conectarse a la base de datos. \xBFPuedes ayudarme a identificar el problema?",
15
13
  "prompts.developmentConcept.title": "Explicar un concepto de desarrollo",
16
- "prompts.developmentConcept.message": "\xBFPuedes explicar c\xF3mo funciona la arquitectura de microservicios y sus ventajas sobre un dise\xF1o monol\xEDtico?",
14
+ "prompts.developmentConcept.message": "\xBFPuedes explicar c\xF3mo funciona la arquitectura de microservicios y sus ventajas frente a un dise\xF1o monol\xEDtico?",
17
15
  "prompts.codeOptimization.title": "Sugerir optimizaciones de c\xF3digo",
18
- "prompts.codeOptimization.message": "\xBFPuedes sugerir formas comunes de optimizar el c\xF3digo para lograr mejor rendimiento?",
19
- "prompts.documentation.title": "Resumen de documentaci\xF3n",
20
- "prompts.documentation.message": "\xBFPuedes resumir la documentaci\xF3n para implementar autenticaci\xF3n OAuth 2.0 en una aplicaci\xF3n web?",
16
+ "prompts.codeOptimization.message": "\xBFPuedes sugerir formas comunes de optimizar el c\xF3digo para lograr un mejor rendimiento?",
17
+ "prompts.documentation.title": "Resumir la documentaci\xF3n",
18
+ "prompts.documentation.message": "\xBFPuedes resumir la documentaci\xF3n para implementar la autenticaci\xF3n OAuth 2.0 en una aplicaci\xF3n web?",
21
19
  "prompts.gitWorkflows.title": "Flujos de trabajo con Git",
22
- "prompts.gitWorkflows.message": "Quiero hacer cambios en el c\xF3digo en otra rama sin perder mi trabajo existente. \xBFCu\xE1l es el procedimiento para hacer esto usando Git?",
20
+ "prompts.gitWorkflows.message": "Quiero realizar cambios en el c\xF3digo en otra rama sin perder mi trabajo existente. \xBFCu\xE1l es el procedimiento para hacerlo con Git?",
23
21
  "prompts.testingStrategies.title": "Sugerir estrategias de prueba",
24
- "prompts.testingStrategies.message": "\xBFPuedes recomendar algunas estrategias de prueba comunes que har\xE1n que mi aplicaci\xF3n sea robusta y libre de errores?",
25
- "prompts.sortingAlgorithms.title": "Desmitificar algoritmos de ordenamiento",
26
- "prompts.sortingAlgorithms.message": "\xBFPuedes explicar la diferencia entre un algoritmo de ordenamiento r\xE1pido y uno de ordenamiento por mezcla, y cu\xE1ndo usar cada uno?",
27
- "prompts.eventDriven.title": "Entender la arquitectura impulsada por eventos",
28
- "prompts.eventDriven.message": "\xBFPuedes explicar qu\xE9 es la arquitectura impulsada por eventos y cu\xE1ndo es beneficioso usarla en el desarrollo de software?",
29
- // Sample prompts - RHDH Specific
22
+ "prompts.testingStrategies.message": "\xBFPuedes recomendarme algunas estrategias de prueba comunes para lograr una aplicaci\xF3n s\xF3lida y libre de errores?",
23
+ "prompts.sortingAlgorithms.title": "Desmitificar los algoritmos de clasificaci\xF3n",
24
+ "prompts.sortingAlgorithms.message": "\xBFPuedes explicar la diferencia entre un algoritmo de clasificaci\xF3n r\xE1pido y un algoritmo de clasificaci\xF3n por combinaci\xF3n, y cu\xE1ndo utilizar cada uno?",
25
+ "prompts.eventDriven.message": "\xBFPuedes explicar qu\xE9 es la arquitectura basada en eventos y cu\xE1ndo es beneficioso usarla en el desarrollo de software?",
30
26
  "prompts.tekton.title": "Implementar con Tekton",
31
- "prompts.tekton.message": "\xBFPuedes ayudarme a automatizar la implementaci\xF3n de mi aplicaci\xF3n usando pipelines de Tekton?",
27
+ "prompts.tekton.message": "\xBFPuedes ayudarme a automatizar la implementaci\xF3n de mi aplicaci\xF3n con pipelines de Tekton?",
32
28
  "prompts.openshift.title": "Crear una implementaci\xF3n de OpenShift",
33
- "prompts.openshift.message": "\xBFPuedes guiarme a trav\xE9s de la creaci\xF3n de una nueva implementaci\xF3n en OpenShift para una aplicaci\xF3n containerizada?",
34
- "prompts.rhdh.title": "Comenzar con Red Hat Developer Hub",
35
- "prompts.rhdh.message": "\xBFPuedes guiarme a trav\xE9s de los primeros pasos para comenzar a usar Developer Hub como desarrollador, como explorar el Cat\xE1logo de Software y agregar mi servicio?",
36
- // Conversation history
37
- "conversation.delete.confirm.title": "\xBFEliminar chat?",
38
- "conversation.delete.confirm.message": "Ya no ver\xE1s este chat aqu\xED. Esto tambi\xE9n eliminar\xE1 la actividad relacionada como prompts, respuestas y comentarios de tu Actividad de Lightspeed.",
39
- "conversation.delete.confirm.action": "Eliminar",
40
- "conversation.rename.confirm.title": "\xBFRenombrar chat?",
41
- "conversation.rename.confirm.action": "Renombrar",
42
- "conversation.rename.placeholder": "Nombre del chat",
43
- // Permissions
44
- "permission.required.title": "Permisos faltantes",
45
- "permission.required.description": "Para ver el plugin de lightspeed, contacta a tu administrador para que te d\xE9 los permisos <b>lightspeed.chat.read</b> y <b>lightspeed.chat.create</b>.",
46
- // Disclaimers
47
- "disclaimer.withValidation": "Esta funci\xF3n utiliza tecnolog\xEDa de IA. No incluyas informaci\xF3n personal ni otra informaci\xF3n sensible en tu entrada. Las interacciones pueden ser utilizadas para mejorar los productos o servicios de Red Hat.",
48
- "disclaimer.withoutValidation": "Esta funci\xF3n utiliza tecnolog\xEDa de IA. No incluyas informaci\xF3n personal ni otra informaci\xF3n sensible en tu entrada. Las interacciones pueden ser utilizadas para mejorar los productos o servicios de Red Hat.",
49
- // Footer and feedback
50
- "footer.accuracy.label": "Siempre revisa el contenido generado por IA antes de usarlo.",
51
- // Common actions
29
+ "prompts.openshift.message": "\xBFPuedes guiarme en la creaci\xF3n de una nueva implementaci\xF3n en OpenShift para una aplicaci\xF3n contenerizada?",
30
+ "prompts.rhdh.title": "Empezar a usar Red\xA0Hat\xA0Developer\xA0Hub",
31
+ "prompts.rhdh.message": "\xBFPuedes explicarme los primeros pasos para usar Developer\xA0Hub como desarrollador, por ejemplo, c\xF3mo explorar el cat\xE1logo de software y agregar mi servicio?",
32
+ "conversation.delete.confirm.message": "Ya no ver\xE1s este chat aqu\xED. Esto tambi\xE9n eliminar\xE1 la actividad relacionada, como indicaciones, respuestas y comentarios de la actividad de Lightspeed.",
33
+ "disclaimer.withoutValidation": "Esta funcionalidad utiliza tecnolog\xEDa de IA. No incluya informaci\xF3n personal ni otros datos confidenciales en la entrada. Las interacciones pueden utilizarse para mejorar los productos o servicios de Red\xA0Hat.",
34
+ "footer.accuracy.label": "Revise siempre el contenido generado con IA antes de usarlo.",
52
35
  "common.cancel": "Cancelar",
53
36
  "common.close": "Cerrar",
54
37
  "common.readMore": "Leer m\xE1s",
55
38
  "common.noSearchResults": "Ning\xFAn resultado coincide con la b\xFAsqueda",
56
- // Menu items
57
- "menu.newConversation": "Nuevo Chat",
58
- // Chat-specific UI elements
59
- "chatbox.header.title": "Developer Lightspeed",
39
+ "menu.newConversation": "Nuevo chat",
40
+ "chatbox.header.title": "Developer\xA0Lightspeed",
60
41
  "chatbox.search.placeholder": "Buscar",
61
42
  "chatbox.provider.other": "Otro",
62
43
  "chatbox.emptyState.noPinnedChats": "No hay chats fijados",
63
44
  "chatbox.emptyState.noRecentChats": "No hay chats recientes",
64
45
  "chatbox.emptyState.noResults.title": "No se encontraron resultados",
65
- "chatbox.emptyState.noResults.body": "Ajusta tu consulta de b\xFAsqueda e int\xE9ntalo de nuevo. Verifica tu ortograf\xEDa o prueba un t\xE9rmino m\xE1s general.",
46
+ "chatbox.emptyState.noResults.body": "Ajuste su solicitud de b\xFAsqueda y vuelva a intentarlo. Revise la ortograf\xEDa o pruebe con un t\xE9rmino m\xE1s general.",
66
47
  "chatbox.welcome.greeting": "Hola, {{userName}}",
67
- "chatbox.welcome.description": "\xBFC\xF3mo puedo ayudarte hoy?",
68
- "chatbox.message.placeholder": "Ingrese un prompt para Lightspeed",
69
- "chatbox.fileUpload.failed": "La carga del archivo fall\xF3",
70
- "chatbox.fileUpload.infoText": "Los tipos de archivo soportados son: .txt, .yaml, y .json. El tama\xF1o m\xE1ximo del archivo es 25 MB.",
71
- // Accessibility and ARIA labels
72
- "aria.chatbotSelector": "Selector de chatbot",
48
+ "chatbox.message.placeholder": "Env\xEDe un mensaje y, de forma opcional, cargue un archivo JSON, YAML o TXT...",
49
+ "chatbox.fileUpload.failed": "Error al cargar el archivo",
50
+ "chatbox.fileUpload.infoText": "Los tipos de archivo admitidos son .txt, .yaml y .json. El tama\xF1o m\xE1ximo del archivo es de 25\xA0MB.",
73
51
  "aria.important": "Importante",
74
- "aria.chatHistoryMenu": "Men\xFA de historial de chat",
75
- "aria.closeDrawerPanel": "Cerrar panel lateral",
52
+ "aria.chatHistoryMenu": "Men\xFA del historial de chat",
53
+ "aria.closeDrawerPanel": "Cerrar el panel lateral",
76
54
  "aria.search.placeholder": "Buscar",
77
- "aria.searchPreviousConversations": "Buscar chats anteriores",
55
+ "aria.searchPreviousConversations": "Buscar conversaciones anteriores",
78
56
  "aria.resize": "Redimensionar",
79
57
  "aria.options.label": "Opciones",
80
- "aria.scroll.down": "Volver abajo",
58
+ "aria.scroll.down": "Volver al final",
81
59
  "aria.scroll.up": "Volver arriba",
82
- "aria.settings.label": "Opciones del chatbot",
60
+ "aria.settings.label": "Opciones de chatbot",
83
61
  "aria.close": "Cerrar chatbot",
84
- // Modal actions
85
- "modal.edit": "Editar",
62
+ "modal.edit": "Modificar",
86
63
  "modal.save": "Guardar",
87
64
  "modal.close": "Cerrar",
88
65
  "modal.cancel": "Cancelar",
89
- // Conversation actions
90
66
  "conversation.delete": "Eliminar",
91
- "conversation.rename": "Renombrar",
67
+ "conversation.rename": "Cambiar el nombre",
92
68
  "conversation.addToPinnedChats": "Fijar",
93
- "conversation.removeFromPinnedChats": "Desfijar",
94
- "conversation.announcement.userMessage": "Mensaje del Usuario: {{prompt}}. El mensaje del Bot est\xE1 cargando.",
95
- // User states
96
- "user.guest": "Invitado",
69
+ "conversation.removeFromPinnedChats": "Quitar fijaci\xF3n",
70
+ "conversation.announcement.userMessage": "Mensaje del usuario: {{prompt}}. El mensaje del bot se est\xE1 cargando.",
97
71
  "user.loading": "...",
98
- // Button tooltips and labels
99
72
  "tooltip.attach": "Adjuntar",
100
73
  "tooltip.send": "Enviar",
101
74
  "tooltip.microphone.active": "Dejar de escuchar",
102
75
  "tooltip.microphone.inactive": "Usar micr\xF3fono",
103
76
  "button.newChat": "Nuevo chat",
104
- "tooltip.chatHistoryMenu": "Men\xFA de historial de chat",
105
- "tooltip.responseRecorded": "Respuesta registrada",
77
+ "tooltip.chatHistoryMenu": "Men\xFA del historial de chat",
78
+ "tooltip.responseRecorded": "Respuesta grabada",
106
79
  "tooltip.backToTop": "Volver arriba",
107
- "tooltip.backToBottom": "Volver abajo",
108
- "tooltip.settings": "Opciones del chatbot",
80
+ "tooltip.backToBottom": "Volver al final",
81
+ "tooltip.settings": "Opciones de chatbot",
109
82
  "tooltip.close": "Cerrar",
110
- // Modal titles
111
- "modal.title.preview": "Vista previa del adjunto",
112
- "modal.title.edit": "Editar adjunto",
113
- // Alt texts for icons
114
- "icon.lightspeed.alt": "icono de lightspeed",
83
+ "modal.title.preview": "Previsualizar archivo adjunto",
84
+ "modal.title.edit": "Modificar archivo adjunto",
85
+ "icon.lightspeed.alt": "icono de Lightspeed",
115
86
  "icon.permissionRequired.alt": "icono de permiso requerido",
116
- // Message utilities
117
87
  "message.options.label": "Opciones",
118
- // File attachment errors
119
88
  "file.upload.error.alreadyExists": "El archivo ya existe.",
120
- "file.upload.error.multipleFiles": "Se subi\xF3 m\xE1s de un archivo.",
121
- "file.upload.error.unsupportedType": "Tipo de archivo no soportado. Los tipos soportados son: .txt, .yaml, y .json.",
122
- "file.upload.error.fileTooLarge": "El tama\xF1o de tu archivo es demasiado grande. Por favor aseg\xFArate de que tu archivo sea menor a 25 MB.",
123
- "file.upload.error.readFailed": "Error al leer el archivo: {{errorMessage}}",
124
- // Developer error messages
125
- "error.context.fileAttachment": "useFileAttachmentContext debe estar dentro de un FileAttachmentContextProvider",
126
- // Feedback actions
127
- "feedback.form.title": "\xBFPor qu\xE9 elegiste esta calificaci\xF3n?",
128
- "feedback.form.textAreaPlaceholder": "Proporciona comentarios adicionales opcionales",
89
+ "file.upload.error.multipleFiles": "Subi\xF3 m\xE1s de un archivo.",
90
+ "file.upload.error.unsupportedType": "Tipo de archivo no compatible. Los tipos de archivo admitidos son .txt, .yaml y .json.",
91
+ "file.upload.error.readFailed": "No se pudo leer el archivo: {{errorMessage}}",
92
+ "feedback.form.title": "\xBFPor qu\xE9 eligi\xF3 esta calificaci\xF3n?",
93
+ "feedback.form.textAreaPlaceholder": "Proporcionar comentarios adicionales opcionales",
129
94
  "feedback.form.submitWord": "Enviar",
130
- "feedback.tooltips.goodResponse": "Buena Respuesta",
131
- "feedback.tooltips.badResponse": "Mala Respuesta",
95
+ "feedback.tooltips.goodResponse": "Buena respuesta",
96
+ "feedback.tooltips.badResponse": "Mala respuesta",
132
97
  "feedback.tooltips.copied": "Copiado",
133
98
  "feedback.tooltips.copy": "Copiar",
134
99
  "feedback.tooltips.listening": "Escuchando",
@@ -138,43 +103,36 @@ const lightspeedTranslationEs = createTranslationMessages({
138
103
  "feedback.quickResponses.positive.resolvedIssue": "Resolvi\xF3 mi problema",
139
104
  "feedback.quickResponses.negative.didntAnswer": "No respondi\xF3 mi pregunta",
140
105
  "feedback.quickResponses.negative.hardToUnderstand": "Dif\xEDcil de entender",
141
- "feedback.quickResponses.negative.notHelpful": "No fue \xFAtil",
142
- "feedback.completion.title": "Feedback enviado",
143
- "feedback.completion.body": "Hemos recibido tu respuesta. \xA1Gracias por compartir tu feedback!",
144
- // Conversation categorization
145
- "conversation.category.pinnedChats": "Fijados",
146
- "conversation.category.recent": "Recientes",
147
- // lightspeed settings
106
+ "feedback.quickResponses.negative.notHelpful": "No es \xFAtil",
107
+ "feedback.completion.title": "Comentarios enviados",
108
+ "feedback.completion.body": "Recibimos su respuesta. \xA1Gracias por compartir sus comentarios!",
109
+ "conversation.category.pinnedChats": "Fijado",
110
+ "conversation.category.recent": "Reciente",
148
111
  "settings.pinned.enable": "Habilitar chats fijados",
149
112
  "settings.pinned.disable": "Deshabilitar chats fijados",
150
- "settings.pinned.enabled.description": "Los chats fijados est\xE1n actualmente habilitados",
151
- "settings.pinned.disabled.description": "Los chats fijados est\xE1n actualmente deshabilitados",
152
- // Tool calling
153
- "toolCall.header": "Respuesta de herramienta: {{toolName}}",
154
- "toolCall.thinking": "Pens\xF3 durante {{seconds}} segundos",
113
+ "settings.pinned.enabled.description": "Los chats fijados est\xE1n habilitados actualmente",
114
+ "settings.pinned.disabled.description": "Los chats fijados est\xE1n deshabilitados actualmente",
115
+ "toolCall.header": "Respuesta de la herramienta: {{toolName}}",
155
116
  "toolCall.executionTime": "Tiempo de ejecuci\xF3n: ",
156
117
  "toolCall.parameters": "Par\xE1metros",
157
118
  "toolCall.response": "Respuesta",
158
119
  "toolCall.showMore": "mostrar m\xE1s",
159
120
  "toolCall.showLess": "mostrar menos",
160
- "toolCall.loading": "Ejecutando herramienta...",
161
- "toolCall.executing": "Ejecutando herramienta...",
121
+ "toolCall.loading": "Herramienta en ejecuci\xF3n...",
122
+ "toolCall.executing": "Herramienta en ejecuci\xF3n...",
162
123
  "toolCall.copyResponse": "Copiar respuesta",
163
- "toolCall.summary": "Aqu\xED tienes un resumen de tu respuesta",
124
+ "toolCall.summary": "Este es un resumen de su respuesta",
164
125
  "toolCall.mcpServer": "Servidor MCP",
165
- // Display modes
166
126
  "settings.displayMode.label": "Modo de visualizaci\xF3n",
167
127
  "settings.displayMode.overlay": "Superposici\xF3n",
168
- "settings.displayMode.docked": "Acoplar a ventana",
128
+ "settings.displayMode.docked": "Anclar a la ventana",
169
129
  "settings.displayMode.fullscreen": "Pantalla completa",
170
- // Sort options
171
130
  "sort.label": "Ordenar conversaciones",
172
- "sort.newest": "Fecha (m\xE1s reciente primero)",
173
- "sort.oldest": "Fecha (m\xE1s antiguo primero)",
131
+ "sort.newest": "Fecha (la m\xE1s reciente primero)",
132
+ "sort.oldest": "Fecha (la m\xE1s antigua primero)",
174
133
  "sort.alphabeticalAsc": "Nombre (A-Z)",
175
134
  "sort.alphabeticalDesc": "Nombre (Z-A)",
176
- // Deep thinking
177
- "reasoning.thinking": "Mostrar razonamiento"
135
+ "reasoning.thinking": "Mostrar pensamiento"
178
136
  }
179
137
  });
180
138
 
@@ -1 +1 @@
1
- {"version":3,"file":"es.esm.js","sources":["../../src/translations/es.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\n\nimport { lightspeedTranslationRef } from './ref';\n\n/**\n * Spanish translation for Developer Lightspeed.\n * @public\n */\nconst lightspeedTranslationEs = createTranslationMessages({\n ref: lightspeedTranslationRef,\n messages: {\n // Page titles and headers\n 'page.title': 'Lightspeed',\n 'page.subtitle': 'Asistente de desarrollo impulsado por IA',\n\n // Sample prompts - General Development\n 'prompts.codeReadability.title':\n 'Obtener ayuda sobre legibilidad del código',\n 'prompts.codeReadability.message':\n '¿Puedes sugerir técnicas que pueda usar para hacer mi código más legible y mantenible?',\n 'prompts.debugging.title': 'Obtener ayuda con depuración',\n 'prompts.debugging.message':\n 'Mi aplicación está lanzando un error al intentar conectarse a la base de datos. ¿Puedes ayudarme a identificar el problema?',\n 'prompts.developmentConcept.title': 'Explicar un concepto de desarrollo',\n 'prompts.developmentConcept.message':\n '¿Puedes explicar cómo funciona la arquitectura de microservicios y sus ventajas sobre un diseño monolítico?',\n 'prompts.codeOptimization.title': 'Sugerir optimizaciones de código',\n 'prompts.codeOptimization.message':\n '¿Puedes sugerir formas comunes de optimizar el código para lograr mejor rendimiento?',\n 'prompts.documentation.title': 'Resumen de documentación',\n 'prompts.documentation.message':\n '¿Puedes resumir la documentación para implementar autenticación OAuth 2.0 en una aplicación web?',\n 'prompts.gitWorkflows.title': 'Flujos de trabajo con Git',\n 'prompts.gitWorkflows.message':\n 'Quiero hacer cambios en el código en otra rama sin perder mi trabajo existente. ¿Cuál es el procedimiento para hacer esto usando Git?',\n 'prompts.testingStrategies.title': 'Sugerir estrategias de prueba',\n 'prompts.testingStrategies.message':\n '¿Puedes recomendar algunas estrategias de prueba comunes que harán que mi aplicación sea robusta y libre de errores?',\n 'prompts.sortingAlgorithms.title':\n 'Desmitificar algoritmos de ordenamiento',\n 'prompts.sortingAlgorithms.message':\n '¿Puedes explicar la diferencia entre un algoritmo de ordenamiento rápido y uno de ordenamiento por mezcla, y cuándo usar cada uno?',\n 'prompts.eventDriven.title':\n 'Entender la arquitectura impulsada por eventos',\n 'prompts.eventDriven.message':\n '¿Puedes explicar qué es la arquitectura impulsada por eventos y cuándo es beneficioso usarla en el desarrollo de software?',\n\n // Sample prompts - RHDH Specific\n 'prompts.tekton.title': 'Implementar con Tekton',\n 'prompts.tekton.message':\n '¿Puedes ayudarme a automatizar la implementación de mi aplicación usando pipelines de Tekton?',\n 'prompts.openshift.title': 'Crear una implementación de OpenShift',\n 'prompts.openshift.message':\n '¿Puedes guiarme a través de la creación de una nueva implementación en OpenShift para una aplicación containerizada?',\n 'prompts.rhdh.title': 'Comenzar con Red Hat Developer Hub',\n 'prompts.rhdh.message':\n '¿Puedes guiarme a través de los primeros pasos para comenzar a usar Developer Hub como desarrollador, como explorar el Catálogo de Software y agregar mi servicio?',\n\n // Conversation history\n 'conversation.delete.confirm.title': '¿Eliminar chat?',\n 'conversation.delete.confirm.message':\n 'Ya no verás este chat aquí. Esto también eliminará la actividad relacionada como prompts, respuestas y comentarios de tu Actividad de Lightspeed.',\n 'conversation.delete.confirm.action': 'Eliminar',\n 'conversation.rename.confirm.title': '¿Renombrar chat?',\n 'conversation.rename.confirm.action': 'Renombrar',\n 'conversation.rename.placeholder': 'Nombre del chat',\n\n // Permissions\n 'permission.required.title': 'Permisos faltantes',\n 'permission.required.description':\n 'Para ver el plugin de lightspeed, contacta a tu administrador para que te dé los permisos <b>lightspeed.chat.read</b> y <b>lightspeed.chat.create</b>.',\n\n // Disclaimers\n 'disclaimer.withValidation':\n 'Esta función utiliza tecnología de IA. No incluyas información personal ni otra información sensible en tu entrada. Las interacciones pueden ser utilizadas para mejorar los productos o servicios de Red Hat.',\n 'disclaimer.withoutValidation':\n 'Esta función utiliza tecnología de IA. No incluyas información personal ni otra información sensible en tu entrada. Las interacciones pueden ser utilizadas para mejorar los productos o servicios de Red Hat.',\n\n // Footer and feedback\n 'footer.accuracy.label':\n 'Siempre revisa el contenido generado por IA antes de usarlo.',\n\n // Common actions\n 'common.cancel': 'Cancelar',\n 'common.close': 'Cerrar',\n 'common.readMore': 'Leer más',\n 'common.noSearchResults': 'Ningún resultado coincide con la búsqueda',\n\n // Menu items\n 'menu.newConversation': 'Nuevo Chat',\n\n // Chat-specific UI elements\n 'chatbox.header.title': 'Developer Lightspeed',\n 'chatbox.search.placeholder': 'Buscar',\n 'chatbox.provider.other': 'Otro',\n 'chatbox.emptyState.noPinnedChats': 'No hay chats fijados',\n 'chatbox.emptyState.noRecentChats': 'No hay chats recientes',\n 'chatbox.emptyState.noResults.title': 'No se encontraron resultados',\n 'chatbox.emptyState.noResults.body':\n 'Ajusta tu consulta de búsqueda e inténtalo de nuevo. Verifica tu ortografía o prueba un término más general.',\n 'chatbox.welcome.greeting': 'Hola, {{userName}}',\n 'chatbox.welcome.description': '¿Cómo puedo ayudarte hoy?',\n 'chatbox.message.placeholder': 'Ingrese un prompt para Lightspeed',\n 'chatbox.fileUpload.failed': 'La carga del archivo falló',\n 'chatbox.fileUpload.infoText':\n 'Los tipos de archivo soportados son: .txt, .yaml, y .json. El tamaño máximo del archivo es 25 MB.',\n\n // Accessibility and ARIA labels\n 'aria.chatbotSelector': 'Selector de chatbot',\n 'aria.important': 'Importante',\n 'aria.chatHistoryMenu': 'Menú de historial de chat',\n 'aria.closeDrawerPanel': 'Cerrar panel lateral',\n 'aria.search.placeholder': 'Buscar',\n 'aria.searchPreviousConversations': 'Buscar chats anteriores',\n 'aria.resize': 'Redimensionar',\n 'aria.options.label': 'Opciones',\n 'aria.scroll.down': 'Volver abajo',\n 'aria.scroll.up': 'Volver arriba',\n 'aria.settings.label': 'Opciones del chatbot',\n 'aria.close': 'Cerrar chatbot',\n\n // Modal actions\n 'modal.edit': 'Editar',\n 'modal.save': 'Guardar',\n 'modal.close': 'Cerrar',\n 'modal.cancel': 'Cancelar',\n\n // Conversation actions\n 'conversation.delete': 'Eliminar',\n 'conversation.rename': 'Renombrar',\n 'conversation.addToPinnedChats': 'Fijar',\n 'conversation.removeFromPinnedChats': 'Desfijar',\n 'conversation.announcement.userMessage':\n 'Mensaje del Usuario: {{prompt}}. El mensaje del Bot está cargando.',\n\n // User states\n 'user.guest': 'Invitado',\n 'user.loading': '...',\n\n // Button tooltips and labels\n 'tooltip.attach': 'Adjuntar',\n 'tooltip.send': 'Enviar',\n 'tooltip.microphone.active': 'Dejar de escuchar',\n 'tooltip.microphone.inactive': 'Usar micrófono',\n 'button.newChat': 'Nuevo chat',\n 'tooltip.chatHistoryMenu': 'Menú de historial de chat',\n 'tooltip.responseRecorded': 'Respuesta registrada',\n 'tooltip.backToTop': 'Volver arriba',\n 'tooltip.backToBottom': 'Volver abajo',\n 'tooltip.settings': 'Opciones del chatbot',\n 'tooltip.close': 'Cerrar',\n\n // Modal titles\n 'modal.title.preview': 'Vista previa del adjunto',\n 'modal.title.edit': 'Editar adjunto',\n\n // Alt texts for icons\n 'icon.lightspeed.alt': 'icono de lightspeed',\n 'icon.permissionRequired.alt': 'icono de permiso requerido',\n\n // Message utilities\n 'message.options.label': 'Opciones',\n\n // File attachment errors\n 'file.upload.error.alreadyExists': 'El archivo ya existe.',\n 'file.upload.error.multipleFiles': 'Se subió más de un archivo.',\n 'file.upload.error.unsupportedType':\n 'Tipo de archivo no soportado. Los tipos soportados son: .txt, .yaml, y .json.',\n 'file.upload.error.fileTooLarge':\n 'El tamaño de tu archivo es demasiado grande. Por favor asegúrate de que tu archivo sea menor a 25 MB.',\n 'file.upload.error.readFailed':\n 'Error al leer el archivo: {{errorMessage}}',\n\n // Developer error messages\n 'error.context.fileAttachment':\n 'useFileAttachmentContext debe estar dentro de un FileAttachmentContextProvider',\n\n // Feedback actions\n 'feedback.form.title': '¿Por qué elegiste esta calificación?',\n 'feedback.form.textAreaPlaceholder':\n 'Proporciona comentarios adicionales opcionales',\n 'feedback.form.submitWord': 'Enviar',\n 'feedback.tooltips.goodResponse': 'Buena Respuesta',\n 'feedback.tooltips.badResponse': 'Mala Respuesta',\n 'feedback.tooltips.copied': 'Copiado',\n 'feedback.tooltips.copy': 'Copiar',\n 'feedback.tooltips.listening': 'Escuchando',\n 'feedback.tooltips.listen': 'Escuchar',\n 'feedback.quickResponses.positive.helpful': 'Información útil',\n 'feedback.quickResponses.positive.easyToUnderstand': 'Fácil de entender',\n 'feedback.quickResponses.positive.resolvedIssue': 'Resolvió mi problema',\n 'feedback.quickResponses.negative.didntAnswer': 'No respondió mi pregunta',\n 'feedback.quickResponses.negative.hardToUnderstand': 'Difícil de entender',\n 'feedback.quickResponses.negative.notHelpful': 'No fue útil',\n 'feedback.completion.title': 'Feedback enviado',\n 'feedback.completion.body':\n 'Hemos recibido tu respuesta. ¡Gracias por compartir tu feedback!',\n\n // Conversation categorization\n 'conversation.category.pinnedChats': 'Fijados',\n 'conversation.category.recent': 'Recientes',\n\n // lightspeed settings\n 'settings.pinned.enable': 'Habilitar chats fijados',\n 'settings.pinned.disable': 'Deshabilitar chats fijados',\n 'settings.pinned.enabled.description':\n 'Los chats fijados están actualmente habilitados',\n 'settings.pinned.disabled.description':\n 'Los chats fijados están actualmente deshabilitados',\n\n // Tool calling\n 'toolCall.header': 'Respuesta de herramienta: {{toolName}}',\n 'toolCall.thinking': 'Pensó durante {{seconds}} segundos',\n 'toolCall.executionTime': 'Tiempo de ejecución: ',\n 'toolCall.parameters': 'Parámetros',\n 'toolCall.response': 'Respuesta',\n 'toolCall.showMore': 'mostrar más',\n 'toolCall.showLess': 'mostrar menos',\n 'toolCall.loading': 'Ejecutando herramienta...',\n 'toolCall.executing': 'Ejecutando herramienta...',\n 'toolCall.copyResponse': 'Copiar respuesta',\n 'toolCall.summary': 'Aquí tienes un resumen de tu respuesta',\n 'toolCall.mcpServer': 'Servidor MCP',\n // Display modes\n 'settings.displayMode.label': 'Modo de visualización',\n 'settings.displayMode.overlay': 'Superposición',\n 'settings.displayMode.docked': 'Acoplar a ventana',\n 'settings.displayMode.fullscreen': 'Pantalla completa',\n\n // Sort options\n 'sort.label': 'Ordenar conversaciones',\n 'sort.newest': 'Fecha (más reciente primero)',\n 'sort.oldest': 'Fecha (más antiguo primero)',\n 'sort.alphabeticalAsc': 'Nombre (A-Z)',\n 'sort.alphabeticalDesc': 'Nombre (Z-A)',\n\n // Deep thinking\n 'reasoning.thinking': 'Mostrar razonamiento',\n },\n});\n\nexport default lightspeedTranslationEs;\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"es.esm.js","sources":["../../src/translations/es.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\n\nimport { lightspeedTranslationRef } from './ref';\n\n/**\n * es translation for plugin.lightspeed.\n * @public\n */\nconst lightspeedTranslationEs = createTranslationMessages({\n ref: lightspeedTranslationRef,\n messages: {\n 'page.title': 'Lightspeed',\n 'page.subtitle': 'Asistente de desarrollo con tecnología de IA',\n 'prompts.codeReadability.title':\n 'Obtener ayuda sobre la legibilidad del código',\n 'prompts.codeReadability.message':\n '¿Puedes sugerir técnicas que pueda utilizar para hacer que mi código sea más fácil de leer y mantener?',\n 'prompts.debugging.title': 'Obtener ayuda con la depuración',\n 'prompts.debugging.message':\n 'Mi aplicación genera un error al intentar conectarse a la base de datos. ¿Puedes ayudarme a identificar el problema?',\n 'prompts.developmentConcept.title': 'Explicar un concepto de desarrollo',\n 'prompts.developmentConcept.message':\n '¿Puedes explicar cómo funciona la arquitectura de microservicios y sus ventajas frente a un diseño monolítico?',\n 'prompts.codeOptimization.title': 'Sugerir optimizaciones de código',\n 'prompts.codeOptimization.message':\n '¿Puedes sugerir formas comunes de optimizar el código para lograr un mejor rendimiento?',\n 'prompts.documentation.title': 'Resumir la documentación',\n 'prompts.documentation.message':\n '¿Puedes resumir la documentación para implementar la autenticación OAuth 2.0 en una aplicación web?',\n 'prompts.gitWorkflows.title': 'Flujos de trabajo con Git',\n 'prompts.gitWorkflows.message':\n 'Quiero realizar cambios en el código en otra rama sin perder mi trabajo existente. ¿Cuál es el procedimiento para hacerlo con Git?',\n 'prompts.testingStrategies.title': 'Sugerir estrategias de prueba',\n 'prompts.testingStrategies.message':\n '¿Puedes recomendarme algunas estrategias de prueba comunes para lograr una aplicación sólida y libre de errores?',\n 'prompts.sortingAlgorithms.title':\n 'Desmitificar los algoritmos de clasificación',\n 'prompts.sortingAlgorithms.message':\n '¿Puedes explicar la diferencia entre un algoritmo de clasificación rápido y un algoritmo de clasificación por combinación, y cuándo utilizar cada uno?',\n 'prompts.eventDriven.message':\n '¿Puedes explicar qué es la arquitectura basada en eventos y cuándo es beneficioso usarla en el desarrollo de software?',\n 'prompts.tekton.title': 'Implementar con Tekton',\n 'prompts.tekton.message':\n '¿Puedes ayudarme a automatizar la implementación de mi aplicación con pipelines de Tekton?',\n 'prompts.openshift.title': 'Crear una implementación de OpenShift',\n 'prompts.openshift.message':\n '¿Puedes guiarme en la creación de una nueva implementación en OpenShift para una aplicación contenerizada?',\n 'prompts.rhdh.title': 'Empezar a usar Red Hat Developer Hub',\n 'prompts.rhdh.message':\n '¿Puedes explicarme los primeros pasos para usar Developer Hub como desarrollador, por ejemplo, cómo explorar el catálogo de software y agregar mi servicio?',\n 'conversation.delete.confirm.message':\n 'Ya no verás este chat aquí. Esto también eliminará la actividad relacionada, como indicaciones, respuestas y comentarios de la actividad de Lightspeed.',\n 'disclaimer.withoutValidation':\n 'Esta funcionalidad utiliza tecnología de IA. No incluya información personal ni otros datos confidenciales en la entrada. Las interacciones pueden utilizarse para mejorar los productos o servicios de Red Hat.',\n 'footer.accuracy.label':\n 'Revise siempre el contenido generado con IA antes de usarlo.',\n 'common.cancel': 'Cancelar',\n 'common.close': 'Cerrar',\n 'common.readMore': 'Leer más',\n 'common.noSearchResults': 'Ningún resultado coincide con la búsqueda',\n 'menu.newConversation': 'Nuevo chat',\n 'chatbox.header.title': 'Developer Lightspeed',\n 'chatbox.search.placeholder': 'Buscar',\n 'chatbox.provider.other': 'Otro',\n 'chatbox.emptyState.noPinnedChats': 'No hay chats fijados',\n 'chatbox.emptyState.noRecentChats': 'No hay chats recientes',\n 'chatbox.emptyState.noResults.title': 'No se encontraron resultados',\n 'chatbox.emptyState.noResults.body':\n 'Ajuste su solicitud de búsqueda y vuelva a intentarlo. Revise la ortografía o pruebe con un término más general.',\n 'chatbox.welcome.greeting': 'Hola, {{userName}}',\n 'chatbox.message.placeholder':\n 'Envíe un mensaje y, de forma opcional, cargue un archivo JSON, YAML o TXT...',\n 'chatbox.fileUpload.failed': 'Error al cargar el archivo',\n 'chatbox.fileUpload.infoText':\n 'Los tipos de archivo admitidos son .txt, .yaml y .json. El tamaño máximo del archivo es de 25 MB.',\n 'aria.important': 'Importante',\n 'aria.chatHistoryMenu': 'Menú del historial de chat',\n 'aria.closeDrawerPanel': 'Cerrar el panel lateral',\n 'aria.search.placeholder': 'Buscar',\n 'aria.searchPreviousConversations': 'Buscar conversaciones anteriores',\n 'aria.resize': 'Redimensionar',\n 'aria.options.label': 'Opciones',\n 'aria.scroll.down': 'Volver al final',\n 'aria.scroll.up': 'Volver arriba',\n 'aria.settings.label': 'Opciones de chatbot',\n 'aria.close': 'Cerrar chatbot',\n 'modal.edit': 'Modificar',\n 'modal.save': 'Guardar',\n 'modal.close': 'Cerrar',\n 'modal.cancel': 'Cancelar',\n 'conversation.delete': 'Eliminar',\n 'conversation.rename': 'Cambiar el nombre',\n 'conversation.addToPinnedChats': 'Fijar',\n 'conversation.removeFromPinnedChats': 'Quitar fijación',\n 'conversation.announcement.userMessage':\n 'Mensaje del usuario: {{prompt}}. El mensaje del bot se está cargando.',\n 'user.loading': '...',\n 'tooltip.attach': 'Adjuntar',\n 'tooltip.send': 'Enviar',\n 'tooltip.microphone.active': 'Dejar de escuchar',\n 'tooltip.microphone.inactive': 'Usar micrófono',\n 'button.newChat': 'Nuevo chat',\n 'tooltip.chatHistoryMenu': 'Menú del historial de chat',\n 'tooltip.responseRecorded': 'Respuesta grabada',\n 'tooltip.backToTop': 'Volver arriba',\n 'tooltip.backToBottom': 'Volver al final',\n 'tooltip.settings': 'Opciones de chatbot',\n 'tooltip.close': 'Cerrar',\n 'modal.title.preview': 'Previsualizar archivo adjunto',\n 'modal.title.edit': 'Modificar archivo adjunto',\n 'icon.lightspeed.alt': 'icono de Lightspeed',\n 'icon.permissionRequired.alt': 'icono de permiso requerido',\n 'message.options.label': 'Opciones',\n 'file.upload.error.alreadyExists': 'El archivo ya existe.',\n 'file.upload.error.multipleFiles': 'Subió más de un archivo.',\n 'file.upload.error.unsupportedType':\n 'Tipo de archivo no compatible. Los tipos de archivo admitidos son .txt, .yaml y .json.',\n 'file.upload.error.readFailed':\n 'No se pudo leer el archivo: {{errorMessage}}',\n 'feedback.form.title': '¿Por qué eligió esta calificación?',\n 'feedback.form.textAreaPlaceholder':\n 'Proporcionar comentarios adicionales opcionales',\n 'feedback.form.submitWord': 'Enviar',\n 'feedback.tooltips.goodResponse': 'Buena respuesta',\n 'feedback.tooltips.badResponse': 'Mala respuesta',\n 'feedback.tooltips.copied': 'Copiado',\n 'feedback.tooltips.copy': 'Copiar',\n 'feedback.tooltips.listening': 'Escuchando',\n 'feedback.tooltips.listen': 'Escuchar',\n 'feedback.quickResponses.positive.helpful': 'Información útil',\n 'feedback.quickResponses.positive.easyToUnderstand': 'Fácil de entender',\n 'feedback.quickResponses.positive.resolvedIssue': 'Resolvió mi problema',\n 'feedback.quickResponses.negative.didntAnswer': 'No respondió mi pregunta',\n 'feedback.quickResponses.negative.hardToUnderstand': 'Difícil de entender',\n 'feedback.quickResponses.negative.notHelpful': 'No es útil',\n 'feedback.completion.title': 'Comentarios enviados',\n 'feedback.completion.body':\n 'Recibimos su respuesta. ¡Gracias por compartir sus comentarios!',\n 'conversation.category.pinnedChats': 'Fijado',\n 'conversation.category.recent': 'Reciente',\n 'settings.pinned.enable': 'Habilitar chats fijados',\n 'settings.pinned.disable': 'Deshabilitar chats fijados',\n 'settings.pinned.enabled.description':\n 'Los chats fijados están habilitados actualmente',\n 'settings.pinned.disabled.description':\n 'Los chats fijados están deshabilitados actualmente',\n 'toolCall.header': 'Respuesta de la herramienta: {{toolName}}',\n 'toolCall.executionTime': 'Tiempo de ejecución: ',\n 'toolCall.parameters': 'Parámetros',\n 'toolCall.response': 'Respuesta',\n 'toolCall.showMore': 'mostrar más',\n 'toolCall.showLess': 'mostrar menos',\n 'toolCall.loading': 'Herramienta en ejecución...',\n 'toolCall.executing': 'Herramienta en ejecución...',\n 'toolCall.copyResponse': 'Copiar respuesta',\n 'toolCall.summary': 'Este es un resumen de su respuesta',\n 'toolCall.mcpServer': 'Servidor MCP',\n 'settings.displayMode.label': 'Modo de visualización',\n 'settings.displayMode.overlay': 'Superposición',\n 'settings.displayMode.docked': 'Anclar a la ventana',\n 'settings.displayMode.fullscreen': 'Pantalla completa',\n 'sort.label': 'Ordenar conversaciones',\n 'sort.newest': 'Fecha (la más reciente primero)',\n 'sort.oldest': 'Fecha (la más antigua primero)',\n 'sort.alphabeticalAsc': 'Nombre (A-Z)',\n 'sort.alphabeticalDesc': 'Nombre (Z-A)',\n 'reasoning.thinking': 'Mostrar pensamiento',\n },\n});\n\nexport default lightspeedTranslationEs;\n"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@red-hat-developer-hub/backstage-plugin-lightspeed",
3
- "version": "1.2.3",
3
+ "version": "1.4.0",
4
4
  "main": "./dist/index.esm.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -18,6 +18,11 @@
18
18
  "types": "./dist/alpha.d.ts",
19
19
  "default": "./dist/alpha.esm.js"
20
20
  },
21
+ "./dev": {
22
+ "import": "./dist/dev.esm.js",
23
+ "types": "./dist/dev.d.ts",
24
+ "default": "./dist/dev.esm.js"
25
+ },
21
26
  "./package.json": "./package.json"
22
27
  },
23
28
  "typesVersions": {
@@ -25,6 +30,9 @@
25
30
  "alpha": [
26
31
  "dist/alpha.d.ts"
27
32
  ],
33
+ "dev": [
34
+ "dist/dev.d.ts"
35
+ ],
28
36
  "package.json": [
29
37
  "package.json"
30
38
  ]
@@ -57,10 +65,10 @@
57
65
  "prettier:fix": "prettier --ignore-unknown --write ."
58
66
  },
59
67
  "dependencies": {
60
- "@backstage/core-components": "^0.18.3",
61
- "@backstage/core-plugin-api": "^1.12.0",
62
- "@backstage/plugin-permission-react": "^0.4.38",
63
- "@backstage/theme": "^0.7.0",
68
+ "@backstage/core-components": "^0.18.6",
69
+ "@backstage/core-plugin-api": "^1.12.2",
70
+ "@backstage/plugin-permission-react": "^0.4.39",
71
+ "@backstage/theme": "^0.7.1",
64
72
  "@material-ui/core": "^4.9.13",
65
73
  "@material-ui/lab": "^4.0.0-alpha.61",
66
74
  "@monaco-editor/react": "^4.7.0",
@@ -68,12 +76,13 @@
68
76
  "@mui/material": "^5.12.2",
69
77
  "@mui/styles": "5.18.0",
70
78
  "@patternfly/chatbot": "6.5.0",
71
- "@patternfly/react-core": "6.4.0",
79
+ "@patternfly/react-core": "6.4.1",
72
80
  "@patternfly/react-icons": "^6.3.1",
73
- "@red-hat-developer-hub/backstage-plugin-lightspeed-common": "^1.2.3",
81
+ "@red-hat-developer-hub/backstage-plugin-lightspeed-common": "^1.4.0",
74
82
  "@red-hat-developer-hub/backstage-plugin-theme": "^0.12.0",
75
83
  "@tanstack/react-query": "^5.59.15",
76
84
  "monaco-editor": "^0.55.0",
85
+ "react-dropzone": "^14.4.0",
77
86
  "react-markdown": "^9.0.1",
78
87
  "react-use": "^17.2.4"
79
88
  },
@@ -82,10 +91,10 @@
82
91
  "react-router-dom": "^6.0.0"
83
92
  },
84
93
  "devDependencies": {
85
- "@backstage/cli": "^0.34.5",
86
- "@backstage/core-app-api": "^1.19.2",
87
- "@backstage/dev-utils": "^1.1.17",
88
- "@backstage/test-utils": "^1.7.13",
94
+ "@backstage/cli": "^0.35.3",
95
+ "@backstage/core-app-api": "^1.19.4",
96
+ "@backstage/dev-utils": "^1.1.19",
97
+ "@backstage/test-utils": "^1.7.14",
89
98
  "@emotion/is-prop-valid": "^1.3.1",
90
99
  "@ianvs/prettier-plugin-sort-imports": "^4.4.0",
91
100
  "@spotify/prettier-config": "^15.0.0",