@red-hat-developer-hub/backstage-plugin-lightspeed 0.6.0 → 0.6.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## @red-hat-developer-hub/backstage-plugin-lightspeed
2
2
 
3
+ ## 0.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 51c5897: Export i18n resources from alpha module
8
+
3
9
  ## 0.6.0
4
10
 
5
11
  ### Minor Changes
package/app-config.yaml CHANGED
@@ -1,6 +1,10 @@
1
1
  dynamicPlugins:
2
2
  frontend:
3
3
  red-hat-developer-hub.backstage-plugin-lightspeed:
4
+ translationResources:
5
+ - importName: lightspeedTranslations
6
+ module: Alpha
7
+ ref: lightspeedTranslationRef
4
8
  appIcons:
5
9
  - name: LightspeedIcon
6
10
  module: LightspeedPlugin
@@ -0,0 +1,111 @@
1
+ import * as _backstage_core_plugin_api_alpha from '@backstage/core-plugin-api/alpha';
2
+
3
+ /**
4
+ * Translation Reference for Developer Lightspeed
5
+ * @alpha
6
+ **/
7
+ declare const lightspeedTranslationRef: _backstage_core_plugin_api_alpha.TranslationRef<"plugin.lightspeed", {
8
+ readonly "disclaimer.withoutValidation": string;
9
+ readonly "disclaimer.withValidation": string;
10
+ readonly "prompts.codeReadability.title": string;
11
+ readonly "prompts.codeReadability.message": string;
12
+ readonly "prompts.debugging.title": string;
13
+ readonly "prompts.debugging.message": string;
14
+ readonly "prompts.developmentConcept.title": string;
15
+ readonly "prompts.developmentConcept.message": string;
16
+ readonly "prompts.codeOptimization.title": string;
17
+ readonly "prompts.codeOptimization.message": string;
18
+ readonly "prompts.documentation.title": string;
19
+ readonly "prompts.documentation.message": string;
20
+ readonly "prompts.gitWorkflows.title": string;
21
+ readonly "prompts.gitWorkflows.message": string;
22
+ readonly "prompts.testingStrategies.title": string;
23
+ readonly "prompts.testingStrategies.message": string;
24
+ readonly "prompts.sortingAlgorithms.title": string;
25
+ readonly "prompts.sortingAlgorithms.message": string;
26
+ readonly "prompts.eventDriven.title": string;
27
+ readonly "prompts.eventDriven.message": string;
28
+ readonly "prompts.tekton.title": string;
29
+ readonly "prompts.tekton.message": string;
30
+ readonly "prompts.openshift.title": string;
31
+ readonly "prompts.openshift.message": string;
32
+ readonly "prompts.rhdh.title": string;
33
+ readonly "prompts.rhdh.message": string;
34
+ readonly "page.title": string;
35
+ readonly "page.subtitle": string;
36
+ readonly "conversation.history.confirm.title": string;
37
+ readonly "conversation.history.confirm.message": string;
38
+ readonly "conversation.history.confirm.delete": string;
39
+ readonly "permission.required.title": string;
40
+ readonly "permission.required.description": string;
41
+ readonly "footer.accuracy.label": string;
42
+ readonly "footer.accuracy.popover.title": string;
43
+ readonly "footer.accuracy.popover.description": string;
44
+ readonly "footer.accuracy.popover.image.alt": string;
45
+ readonly "footer.accuracy.popover.cta.label": string;
46
+ readonly "footer.accuracy.popover.link.label": string;
47
+ readonly "common.cancel": string;
48
+ readonly "menu.newConversation": string;
49
+ readonly "chatbox.header.title": string;
50
+ readonly "chatbox.search.placeholder": string;
51
+ readonly "chatbox.welcome.greeting": string;
52
+ readonly "chatbox.welcome.description": string;
53
+ readonly "chatbox.message.placeholder": string;
54
+ readonly "chatbox.fileUpload.failed": string;
55
+ readonly "chatbox.fileUpload.infoText": string;
56
+ readonly "aria.chatbotSelector": string;
57
+ readonly "aria.important": string;
58
+ readonly "modal.edit": string;
59
+ readonly "modal.save": string;
60
+ readonly "modal.close": string;
61
+ readonly "modal.cancel": string;
62
+ readonly "conversation.delete": string;
63
+ readonly "conversation.announcement.userMessage": string;
64
+ readonly "user.guest": string;
65
+ readonly "user.loading": string;
66
+ readonly "tooltip.attach": string;
67
+ readonly "tooltip.send": string;
68
+ readonly "tooltip.microphone.active": string;
69
+ readonly "tooltip.microphone.inactive": string;
70
+ readonly "button.newChat": string;
71
+ readonly "modal.title.preview": string;
72
+ readonly "modal.title.edit": string;
73
+ readonly "icon.lightspeed.alt": string;
74
+ readonly "icon.permissionRequired.alt": string;
75
+ readonly "message.options.label": string;
76
+ readonly "file.upload.error.alreadyExists": string;
77
+ readonly "file.upload.error.multipleFiles": string;
78
+ readonly "file.upload.error.unsupportedType": string;
79
+ readonly "file.upload.error.fileTooLarge": string;
80
+ readonly "file.upload.error.readFailed": string;
81
+ readonly "error.context.fileAttachment": string;
82
+ readonly "feedback.form.title": string;
83
+ readonly "feedback.form.textAreaPlaceholder": string;
84
+ readonly "feedback.form.submitWord": string;
85
+ readonly "feedback.tooltips.goodResponse": string;
86
+ readonly "feedback.tooltips.badResponse": string;
87
+ readonly "feedback.tooltips.copied": string;
88
+ readonly "feedback.tooltips.copy": string;
89
+ readonly "feedback.tooltips.listening": string;
90
+ readonly "feedback.tooltips.listen": string;
91
+ readonly "feedback.quickResponses.positive.helpful": string;
92
+ readonly "feedback.quickResponses.positive.easyToUnderstand": string;
93
+ readonly "feedback.quickResponses.positive.resolvedIssue": string;
94
+ readonly "feedback.quickResponses.negative.didntAnswer": string;
95
+ readonly "feedback.quickResponses.negative.hardToUnderstand": string;
96
+ readonly "feedback.quickResponses.negative.notHelpful": string;
97
+ readonly "feedback.completion.title": string;
98
+ readonly "feedback.completion.body": string;
99
+ readonly "conversation.category.today": string;
100
+ readonly "conversation.category.yesterday": string;
101
+ readonly "conversation.category.previous7Days": string;
102
+ readonly "conversation.category.previous30Days": string;
103
+ }>;
104
+
105
+ /**
106
+ * Translation Resource for Developer lightspeed
107
+ * @alpha
108
+ **/
109
+ declare const lightspeedTranslations: _backstage_core_plugin_api_alpha.TranslationResource<"plugin.lightspeed">;
110
+
111
+ export { lightspeedTranslationRef, lightspeedTranslations };
@@ -0,0 +1,3 @@
1
+ export { lightspeedTranslations } from './translations/index.esm.js';
2
+ export { lightspeedTranslationRef } from './translations/ref.esm.js';
3
+ //# sourceMappingURL=alpha.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alpha.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -1,5 +1,5 @@
1
1
  import { useTranslationRef } from '@backstage/core-plugin-api/alpha';
2
- import { lightspeedTranslationRef } from '../translations/translationRef.esm.js';
2
+ import { lightspeedTranslationRef } from '../translations/ref.esm.js';
3
3
 
4
4
  const useTranslation = () => useTranslationRef(lightspeedTranslationRef);
5
5
 
@@ -1 +1 @@
1
- {"version":3,"file":"useTranslation.esm.js","sources":["../../src/hooks/useTranslation.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 {\n TranslationFunction,\n useTranslationRef,\n} from '@backstage/core-plugin-api/alpha';\n\nimport { lightspeedTranslationRef } from '../translations/translationRef';\n\nexport const useTranslation = (): {\n t: TranslationFunction<typeof lightspeedTranslationRef.T>;\n} => useTranslationRef(lightspeedTranslationRef);\n"],"names":[],"mappings":";;;AAuBa,MAAA,cAAA,GAAiB,MAEzB,iBAAA,CAAkB,wBAAwB;;;;"}
1
+ {"version":3,"file":"useTranslation.esm.js","sources":["../../src/hooks/useTranslation.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 {\n TranslationFunction,\n useTranslationRef,\n} from '@backstage/core-plugin-api/alpha';\n\nimport { lightspeedTranslationRef } from '../translations/ref';\n\nexport const useTranslation = (): {\n t: TranslationFunction<typeof lightspeedTranslationRef.T>;\n} => useTranslationRef(lightspeedTranslationRef);\n"],"names":[],"mappings":";;;AAuBa,MAAA,cAAA,GAAiB,MAEzB,iBAAA,CAAkB,wBAAwB;;;;"}
package/dist/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
3
- import * as _backstage_core_plugin_api_alpha from '@backstage/core-plugin-api/alpha';
4
3
 
5
4
  /**
6
5
  * Lightspeed Plugin
@@ -21,10 +20,4 @@ declare const LightspeedPage: () => react_jsx_runtime.JSX.Element;
21
20
  */
22
21
  declare const LightspeedIcon: () => react_jsx_runtime.JSX.Element;
23
22
 
24
- /**
25
- * Translastion Resource for Developer lightspeed
26
- * @public
27
- **/
28
- declare const lightspeedTranslationResource: _backstage_core_plugin_api_alpha.TranslationResource<"plugin.lightspeed">;
29
-
30
- export { LightspeedIcon, LightspeedPage, lightspeedPlugin, lightspeedTranslationResource };
23
+ export { LightspeedIcon, LightspeedPage, lightspeedPlugin };
package/dist/index.esm.js CHANGED
@@ -1,4 +1,3 @@
1
1
  export { LightspeedPage, lightspeedPlugin } from './plugin.esm.js';
2
2
  export { LightspeedIcon } from './components/LightspeedIcon.esm.js';
3
- export { lightspeedTranslationResource } from './translations/index.esm.js';
4
3
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
1
+ {"version":3,"file":"index.esm.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -1,5 +1,5 @@
1
1
  import { createTranslationMessages } from '@backstage/core-plugin-api/alpha';
2
- import { lightspeedTranslationRef } from './translationRef.esm.js';
2
+ import { lightspeedTranslationRef } from './ref.esm.js';
3
3
 
4
4
  const lightspeedTranslationDe = createTranslationMessages({
5
5
  ref: lightspeedTranslationRef,
@@ -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 './translationRef';\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.history.confirm.title': 'Chat löschen?',\n 'conversation.history.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.history.confirm.delete': 'Löschen',\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 'Developer Lightspeed kann Fragen zu vielen Themen beantworten, indem es Ihre konfigurierten Modelle verwendet. Die Antworten von Developer Lightspeed werden von der Red Hat Developer Hub-Dokumentation beeinflusst, aber Developer Lightspeed hat keinen Zugriff auf Ihren Software-Katalog, TechDocs oder Vorlagen usw. Developer Lightspeed verwendet Fragenvalidierung (Prompts), um sicherzustellen, dass Gespräche auf technische Themen fokussiert bleiben, die für Red Hat Developer Hub relevant sind, wie Backstage, Kubernetes und OpenShift. Geben Sie keine persönlichen oder sensiblen Informationen in Ihre Eingabe ein. Interaktionen mit Developer Lightspeed können überprüft und zur Verbesserung von Produkten oder Dienstleistungen verwendet werden.',\n 'disclaimer.withoutValidation':\n 'Developer Lightspeed kann Fragen zu vielen Themen beantworten, indem es Ihre konfigurierten Modelle verwendet. Die Antworten von Developer Lightspeed werden von der Red Hat Developer Hub-Dokumentation beeinflusst, aber Developer Lightspeed hat keinen Zugriff auf Ihren Software-Katalog, TechDocs oder Vorlagen usw. Geben Sie keine persönlichen oder sensiblen Informationen in Ihre Eingabe ein. Interaktionen mit Developer Lightspeed können überprüft und zur Verbesserung von Produkten oder Dienstleistungen verwendet werden.',\n\n // Footer and feedback\n 'footer.accuracy.label':\n 'Überprüfen Sie immer die Genauigkeit von KI/LLM-generierten Antworten vor der Verwendung.',\n 'footer.accuracy.popover.title': 'Genauigkeit überprüfen',\n 'footer.accuracy.popover.description':\n 'Obwohl Developer Lightspeed sich um Genauigkeit bemüht, besteht immer die Möglichkeit von Fehlern. Es ist eine gute Praxis, kritische Informationen aus zuverlässigen Quellen zu überprüfen, besonders wenn sie für Entscheidungsfindung oder Handlungen entscheidend sind.',\n 'footer.accuracy.popover.image.alt': 'Beispielbild für Fußnoten-Popover',\n 'footer.accuracy.popover.cta.label': 'Verstanden',\n 'footer.accuracy.popover.link.label': 'Mehr erfahren',\n\n // Common actions\n 'common.cancel': 'Abbrechen',\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': 'Frühere Chats durchsuchen...',\n 'chatbox.welcome.greeting': 'Hallo, {{userName}}',\n 'chatbox.welcome.description': 'Wie kann ich Ihnen heute helfen?',\n 'chatbox.message.placeholder':\n 'Senden Sie eine Nachricht und laden Sie optional eine JSON-, YAML-, TXT- oder XML-Datei hoch...',\n 'chatbox.fileUpload.failed': 'Datei-Upload fehlgeschlagen',\n 'chatbox.fileUpload.infoText':\n 'Unterstützte Dateitypen sind: .txt, .yaml, .json und .xml. Die maximale Dateigröße beträgt 25 MB.',\n\n // Accessibility and ARIA labels\n 'aria.chatbotSelector': 'Chatbot-Auswahl',\n 'aria.important': 'Wichtig',\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.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\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, .json und .xml.',\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.today': 'Heute',\n 'conversation.category.yesterday': 'Gestern',\n 'conversation.category.previous7Days': 'Letzte 7 Tage',\n 'conversation.category.previous30Days': 'Letzte 30 Tage',\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 * 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.history.confirm.title': 'Chat löschen?',\n 'conversation.history.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.history.confirm.delete': 'Löschen',\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 'Developer Lightspeed kann Fragen zu vielen Themen beantworten, indem es Ihre konfigurierten Modelle verwendet. Die Antworten von Developer Lightspeed werden von der Red Hat Developer Hub-Dokumentation beeinflusst, aber Developer Lightspeed hat keinen Zugriff auf Ihren Software-Katalog, TechDocs oder Vorlagen usw. Developer Lightspeed verwendet Fragenvalidierung (Prompts), um sicherzustellen, dass Gespräche auf technische Themen fokussiert bleiben, die für Red Hat Developer Hub relevant sind, wie Backstage, Kubernetes und OpenShift. Geben Sie keine persönlichen oder sensiblen Informationen in Ihre Eingabe ein. Interaktionen mit Developer Lightspeed können überprüft und zur Verbesserung von Produkten oder Dienstleistungen verwendet werden.',\n 'disclaimer.withoutValidation':\n 'Developer Lightspeed kann Fragen zu vielen Themen beantworten, indem es Ihre konfigurierten Modelle verwendet. Die Antworten von Developer Lightspeed werden von der Red Hat Developer Hub-Dokumentation beeinflusst, aber Developer Lightspeed hat keinen Zugriff auf Ihren Software-Katalog, TechDocs oder Vorlagen usw. Geben Sie keine persönlichen oder sensiblen Informationen in Ihre Eingabe ein. Interaktionen mit Developer Lightspeed können überprüft und zur Verbesserung von Produkten oder Dienstleistungen verwendet werden.',\n\n // Footer and feedback\n 'footer.accuracy.label':\n 'Überprüfen Sie immer die Genauigkeit von KI/LLM-generierten Antworten vor der Verwendung.',\n 'footer.accuracy.popover.title': 'Genauigkeit überprüfen',\n 'footer.accuracy.popover.description':\n 'Obwohl Developer Lightspeed sich um Genauigkeit bemüht, besteht immer die Möglichkeit von Fehlern. Es ist eine gute Praxis, kritische Informationen aus zuverlässigen Quellen zu überprüfen, besonders wenn sie für Entscheidungsfindung oder Handlungen entscheidend sind.',\n 'footer.accuracy.popover.image.alt': 'Beispielbild für Fußnoten-Popover',\n 'footer.accuracy.popover.cta.label': 'Verstanden',\n 'footer.accuracy.popover.link.label': 'Mehr erfahren',\n\n // Common actions\n 'common.cancel': 'Abbrechen',\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': 'Frühere Chats durchsuchen...',\n 'chatbox.welcome.greeting': 'Hallo, {{userName}}',\n 'chatbox.welcome.description': 'Wie kann ich Ihnen heute helfen?',\n 'chatbox.message.placeholder':\n 'Senden Sie eine Nachricht und laden Sie optional eine JSON-, YAML-, TXT- oder XML-Datei hoch...',\n 'chatbox.fileUpload.failed': 'Datei-Upload fehlgeschlagen',\n 'chatbox.fileUpload.infoText':\n 'Unterstützte Dateitypen sind: .txt, .yaml, .json und .xml. Die maximale Dateigröße beträgt 25 MB.',\n\n // Accessibility and ARIA labels\n 'aria.chatbotSelector': 'Chatbot-Auswahl',\n 'aria.important': 'Wichtig',\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.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\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, .json und .xml.',\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.today': 'Heute',\n 'conversation.category.yesterday': 'Gestern',\n 'conversation.category.previous7Days': 'Letzte 7 Tage',\n 'conversation.category.previous30Days': 'Letzte 30 Tage',\n },\n});\n\nexport default lightspeedTranslationDe;\n"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import { createTranslationMessages } from '@backstage/core-plugin-api/alpha';
2
- import { lightspeedTranslationRef } from './translationRef.esm.js';
2
+ import { lightspeedTranslationRef } from './ref.esm.js';
3
3
 
4
4
  const lightspeedTranslationEs = createTranslationMessages({
5
5
  ref: lightspeedTranslationRef,
@@ -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 './translationRef';\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.history.confirm.title': '¿Eliminar chat?',\n 'conversation.history.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.history.confirm.delete': 'Eliminar',\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 'Developer Lightspeed puede responder preguntas sobre muchos temas usando tus modelos configurados. Las respuestas de Developer Lightspeed están influenciadas por la documentación de Red Hat Developer Hub, pero Developer Lightspeed no tiene acceso a tu Catálogo de Software, TechDocs o Plantillas, etc. Developer Lightspeed usa validación de preguntas (prompts) para asegurar que las conversaciones permanezcan enfocadas en temas técnicos relevantes para Red Hat Developer Hub, como Backstage, Kubernetes y OpenShift. No incluyas información personal o sensible en tu entrada. Las interacciones con Developer Lightspeed pueden ser revisadas y usadas para mejorar productos o servicios.',\n 'disclaimer.withoutValidation':\n 'Developer Lightspeed puede responder preguntas sobre muchos temas usando tus modelos configurados. Las respuestas de Developer Lightspeed están influenciadas por la documentación de Red Hat Developer Hub, pero Developer Lightspeed no tiene acceso a tu Catálogo de Software, TechDocs o Plantillas, etc. No incluyas información personal o sensible en tu entrada. Las interacciones con Developer Lightspeed pueden ser revisadas y usadas para mejorar productos o servicios.',\n\n // Footer and feedback\n 'footer.accuracy.label':\n 'Siempre verifica la precisión de las respuestas generadas por IA/LLM antes de usarlas.',\n 'footer.accuracy.popover.title': 'Verificar precisión',\n 'footer.accuracy.popover.description':\n 'Si bien Developer Lightspeed se esfuerza por la precisión, siempre existe la posibilidad de errores. Es una buena práctica verificar información crítica de fuentes confiables, especialmente si es crucial para la toma de decisiones o acciones.',\n 'footer.accuracy.popover.image.alt':\n 'Imagen de ejemplo para el popover de nota al pie',\n 'footer.accuracy.popover.cta.label': 'Entendido',\n 'footer.accuracy.popover.link.label': 'Aprende más',\n\n // Common actions\n 'common.cancel': 'Cancelar',\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 chats anteriores...',\n 'chatbox.welcome.greeting': 'Hola, {{userName}}',\n 'chatbox.welcome.description': '¿Cómo puedo ayudarte hoy?',\n 'chatbox.message.placeholder':\n 'Envía un mensaje y opcionalmente sube un archivo JSON, YAML, TXT o XML...',\n 'chatbox.fileUpload.failed': 'La carga del archivo falló',\n 'chatbox.fileUpload.infoText':\n 'Los tipos de archivo soportados son: .txt, .yaml, .json y .xml. 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\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.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\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, .json y .xml.',\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.today': 'Hoy',\n 'conversation.category.yesterday': 'Ayer',\n 'conversation.category.previous7Days': 'Últimos 7 días',\n 'conversation.category.previous30Days': 'Últimos 30 días',\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 * 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.history.confirm.title': '¿Eliminar chat?',\n 'conversation.history.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.history.confirm.delete': 'Eliminar',\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 'Developer Lightspeed puede responder preguntas sobre muchos temas usando tus modelos configurados. Las respuestas de Developer Lightspeed están influenciadas por la documentación de Red Hat Developer Hub, pero Developer Lightspeed no tiene acceso a tu Catálogo de Software, TechDocs o Plantillas, etc. Developer Lightspeed usa validación de preguntas (prompts) para asegurar que las conversaciones permanezcan enfocadas en temas técnicos relevantes para Red Hat Developer Hub, como Backstage, Kubernetes y OpenShift. No incluyas información personal o sensible en tu entrada. Las interacciones con Developer Lightspeed pueden ser revisadas y usadas para mejorar productos o servicios.',\n 'disclaimer.withoutValidation':\n 'Developer Lightspeed puede responder preguntas sobre muchos temas usando tus modelos configurados. Las respuestas de Developer Lightspeed están influenciadas por la documentación de Red Hat Developer Hub, pero Developer Lightspeed no tiene acceso a tu Catálogo de Software, TechDocs o Plantillas, etc. No incluyas información personal o sensible en tu entrada. Las interacciones con Developer Lightspeed pueden ser revisadas y usadas para mejorar productos o servicios.',\n\n // Footer and feedback\n 'footer.accuracy.label':\n 'Siempre verifica la precisión de las respuestas generadas por IA/LLM antes de usarlas.',\n 'footer.accuracy.popover.title': 'Verificar precisión',\n 'footer.accuracy.popover.description':\n 'Si bien Developer Lightspeed se esfuerza por la precisión, siempre existe la posibilidad de errores. Es una buena práctica verificar información crítica de fuentes confiables, especialmente si es crucial para la toma de decisiones o acciones.',\n 'footer.accuracy.popover.image.alt':\n 'Imagen de ejemplo para el popover de nota al pie',\n 'footer.accuracy.popover.cta.label': 'Entendido',\n 'footer.accuracy.popover.link.label': 'Aprende más',\n\n // Common actions\n 'common.cancel': 'Cancelar',\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 chats anteriores...',\n 'chatbox.welcome.greeting': 'Hola, {{userName}}',\n 'chatbox.welcome.description': '¿Cómo puedo ayudarte hoy?',\n 'chatbox.message.placeholder':\n 'Envía un mensaje y opcionalmente sube un archivo JSON, YAML, TXT o XML...',\n 'chatbox.fileUpload.failed': 'La carga del archivo falló',\n 'chatbox.fileUpload.infoText':\n 'Los tipos de archivo soportados son: .txt, .yaml, .json y .xml. 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\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.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\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, .json y .xml.',\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.today': 'Hoy',\n 'conversation.category.yesterday': 'Ayer',\n 'conversation.category.previous7Days': 'Últimos 7 días',\n 'conversation.category.previous30Days': 'Últimos 30 días',\n },\n});\n\nexport default lightspeedTranslationEs;\n"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import { createTranslationMessages } from '@backstage/core-plugin-api/alpha';
2
- import { lightspeedTranslationRef } from './translationRef.esm.js';
2
+ import { lightspeedTranslationRef } from './ref.esm.js';
3
3
 
4
4
  const lightspeedTranslationFr = createTranslationMessages({
5
5
  ref: lightspeedTranslationRef,
@@ -1 +1 @@
1
- {"version":3,"file":"fr.esm.js","sources":["../../src/translations/fr.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 './translationRef';\n\n/**\n * French translation for Developer Lightspeed.\n * @public\n */\nconst lightspeedTranslationFr = createTranslationMessages({\n ref: lightspeedTranslationRef,\n messages: {\n // Page titles and headers\n 'page.title': 'Lightspeed',\n 'page.subtitle': \"Assistant de développement alimenté par l'IA\",\n\n // Sample prompts - General Development\n 'prompts.codeReadability.title':\n \"Obtenir de l'aide sur la lisibilité du code\",\n 'prompts.codeReadability.message':\n 'Pouvez-vous suggérer des techniques que je peux utiliser pour rendre mon code plus lisible et maintenable ?',\n 'prompts.debugging.title': \"Obtenir de l'aide pour le débogage\",\n 'prompts.debugging.message':\n \"Mon application lance une erreur lors de la tentative de connexion à la base de données. Pouvez-vous m'aider à identifier le problème ?\",\n 'prompts.developmentConcept.title': 'Expliquer un concept de développement',\n 'prompts.developmentConcept.message':\n \"Pouvez-vous expliquer comment fonctionne l'architecture des microservices et ses avantages par rapport à une conception monolithique ?\",\n 'prompts.codeOptimization.title': 'Suggérer des optimisations de code',\n 'prompts.codeOptimization.message':\n \"Pouvez-vous suggérer des moyens courants d'optimiser le code pour obtenir de meilleures performances ?\",\n 'prompts.documentation.title': 'Résumé de la documentation',\n 'prompts.documentation.message':\n \"Pouvez-vous résumer la documentation pour implémenter l'authentification OAuth 2.0 dans une application web ?\",\n 'prompts.gitWorkflows.title': 'Flux de travail avec Git',\n 'prompts.gitWorkflows.message':\n 'Je veux apporter des modifications au code sur une autre branche sans perdre mon travail existant. Quelle est la procédure pour faire cela en utilisant Git ?',\n 'prompts.testingStrategies.title': 'Suggérer des stratégies de test',\n 'prompts.testingStrategies.message':\n 'Pouvez-vous recommander des stratégies de test courantes qui rendront mon application robuste et sans erreur ?',\n 'prompts.sortingAlgorithms.title': 'Démystifier les algorithmes de tri',\n 'prompts.sortingAlgorithms.message':\n 'Pouvez-vous expliquer la différence entre un algorithme de tri rapide et un algorithme de tri par fusion, et quand utiliser chacun ?',\n 'prompts.eventDriven.title':\n \"Comprendre l'architecture orientée événements\",\n 'prompts.eventDriven.message':\n \"Pouvez-vous expliquer ce qu'est l'architecture orientée événements et quand il est bénéfique de l'utiliser dans le développement de logiciels ?\",\n\n // Sample prompts - RHDH Specific\n 'prompts.tekton.title': 'Déployer avec Tekton',\n 'prompts.tekton.message':\n \"Pouvez-vous m'aider à automatiser le déploiement de mon application en utilisant des pipelines Tekton ?\",\n 'prompts.openshift.title': 'Créer un déploiement OpenShift',\n 'prompts.openshift.message':\n \"Pouvez-vous me guider à travers la création d'un nouveau déploiement dans OpenShift pour une application conteneurisée ?\",\n 'prompts.rhdh.title': 'Commencer avec Red Hat Developer Hub',\n 'prompts.rhdh.message':\n 'Pouvez-vous me guider à travers les premières étapes pour commencer à utiliser Developer Hub en tant que développeur, comme explorer le Catalogue de Logiciels et ajouter mon service ?',\n\n // Conversation history\n 'conversation.history.confirm.title': 'Supprimer le chat ?',\n 'conversation.history.confirm.message':\n \"Vous ne verrez plus ce chat ici. Cela supprimera également l'activité connexe comme les invites, les réponses et les commentaires de votre Activité Lightspeed.\",\n 'conversation.history.confirm.delete': 'Supprimer',\n\n // Permissions\n 'permission.required.title': 'Permissions manquantes',\n 'permission.required.description':\n \"Pour voir le plugin lightspeed, contactez votre administrateur pour qu'il vous donne les permissions <b>lightspeed.chat.read</b> et <b>lightspeed.chat.create</b>.\",\n\n // Disclaimers\n 'disclaimer.withValidation':\n \"Developer Lightspeed peut répondre à des questions sur de nombreux sujets en utilisant vos modèles configurés. Les réponses de Developer Lightspeed sont influencées par la documentation de Red Hat Developer Hub, mais Developer Lightspeed n'a pas accès à votre Catalogue de Logiciels, TechDocs ou Modèles, etc. Developer Lightspeed utilise la validation des questions (invites) pour s'assurer que les conversations restent axées sur des sujets techniques pertinents pour Red Hat Developer Hub, tels que Backstage, Kubernetes et OpenShift. N'incluez pas d'informations personnelles ou sensibles dans votre saisie. Les interactions avec Developer Lightspeed peuvent être examinées et utilisées pour améliorer les produits ou services.\",\n 'disclaimer.withoutValidation':\n \"Developer Lightspeed peut répondre à des questions sur de nombreux sujets en utilisant vos modèles configurés. Les réponses de Developer Lightspeed sont influencées par la documentation de Red Hat Developer Hub, mais Developer Lightspeed n'a pas accès à votre Catalogue de Logiciels, TechDocs ou Modèles, etc. N'incluez pas d'informations personnelles ou sensibles dans votre saisie. Les interactions avec Developer Lightspeed peuvent être examinées et utilisées pour améliorer les produits ou services.\",\n\n // Footer and feedback\n 'footer.accuracy.label':\n \"Vérifiez toujours l'exactitude des réponses générées par l'IA/LLM avant de les utiliser.\",\n 'footer.accuracy.popover.title': \"Vérifier l'exactitude\",\n 'footer.accuracy.popover.description':\n \"Bien que Developer Lightspeed s'efforce d'être exact, il y a toujours une possibilité d'erreurs. C'est une bonne pratique de vérifier les informations critiques auprès de sources fiables, surtout si c'est crucial pour la prise de décision ou les actions.\",\n 'footer.accuracy.popover.image.alt':\n \"Image d'exemple pour le popover de note de bas de page\",\n 'footer.accuracy.popover.cta.label': 'Compris',\n 'footer.accuracy.popover.link.label': 'En savoir plus',\n\n // Common actions\n 'common.cancel': 'Annuler',\n\n // Menu items\n 'menu.newConversation': 'Nouveau Chat',\n\n // Chat-specific UI elements\n 'chatbox.header.title': 'Developer Lightspeed',\n 'chatbox.search.placeholder': 'Rechercher dans les chats précédents...',\n 'chatbox.welcome.greeting': 'Bonjour, {{userName}}',\n 'chatbox.welcome.description': \"Comment puis-je vous aider aujourd'hui ?\",\n 'chatbox.message.placeholder':\n 'Envoyez un message et téléchargez optionnellement un fichier JSON, YAML, TXT ou XML...',\n 'chatbox.fileUpload.failed': 'Le téléchargement du fichier a échoué',\n 'chatbox.fileUpload.infoText':\n 'Les types de fichiers pris en charge sont : .txt, .yaml, .json et .xml. La taille maximale du fichier est de 25 Mo.',\n\n // Accessibility and ARIA labels\n 'aria.chatbotSelector': 'Sélecteur de chatbot',\n 'aria.important': 'Important',\n\n // Modal actions\n 'modal.edit': 'Modifier',\n 'modal.save': 'Enregistrer',\n 'modal.close': 'Fermer',\n 'modal.cancel': 'Annuler',\n\n // Conversation actions\n 'conversation.delete': 'Supprimer',\n 'conversation.announcement.userMessage':\n \"Message de l'utilisateur : {{prompt}}. Le message du bot se charge.\",\n\n // User states\n 'user.guest': 'Invité',\n 'user.loading': '...',\n\n // Button tooltips and labels\n 'tooltip.attach': 'Joindre',\n 'tooltip.send': 'Envoyer',\n 'tooltip.microphone.active': \"Arrêter d'écouter\",\n 'tooltip.microphone.inactive': 'Utiliser le microphone',\n 'button.newChat': 'Nouveau chat',\n\n // Modal titles\n 'modal.title.preview': 'Aperçu de la pièce jointe',\n 'modal.title.edit': 'Modifier la pièce jointe',\n\n // Alt texts for icons\n 'icon.lightspeed.alt': 'icône lightspeed',\n 'icon.permissionRequired.alt': 'icône de permission requise',\n\n // Message utilities\n 'message.options.label': 'Options',\n\n // File attachment errors\n 'file.upload.error.alreadyExists': 'Le fichier existe déjà.',\n 'file.upload.error.multipleFiles': \"Plus d'un fichier a été téléchargé.\",\n 'file.upload.error.unsupportedType':\n 'Type de fichier non pris en charge. Les types pris en charge sont : .txt, .yaml, .json et .xml.',\n 'file.upload.error.fileTooLarge':\n 'La taille de votre fichier est trop importante. Veuillez vous assurer que votre fichier fait moins de 25 Mo.',\n 'file.upload.error.readFailed':\n 'Échec de la lecture du fichier : {{errorMessage}}',\n\n // Developer error messages\n 'error.context.fileAttachment':\n 'useFileAttachmentContext doit être dans un FileAttachmentContextProvider',\n\n // Feedback actions\n 'feedback.form.title': 'Pourquoi avez-vous choisi cette évaluation ?',\n 'feedback.form.textAreaPlaceholder':\n 'Fournissez des commentaires supplémentaires optionnels',\n 'feedback.form.submitWord': 'Soumettre',\n 'feedback.tooltips.goodResponse': 'Bonne Réponse',\n 'feedback.tooltips.badResponse': 'Mauvaise Réponse',\n 'feedback.tooltips.copied': 'Copié',\n 'feedback.tooltips.copy': 'Copier',\n 'feedback.tooltips.listening': 'Écoute',\n 'feedback.tooltips.listen': 'Écouter',\n 'feedback.quickResponses.positive.helpful': 'Informations utiles',\n 'feedback.quickResponses.positive.easyToUnderstand': 'Facile à comprendre',\n 'feedback.quickResponses.positive.resolvedIssue': 'A résolu mon problème',\n 'feedback.quickResponses.negative.didntAnswer':\n \"N'a pas répondu à ma question\",\n 'feedback.quickResponses.negative.hardToUnderstand':\n 'Difficile à comprendre',\n 'feedback.quickResponses.negative.notHelpful': 'Pas utile',\n 'feedback.completion.title': 'Feedback soumis',\n 'feedback.completion.body':\n 'Nous avons reçu votre réponse. Merci de partager votre feedback !',\n\n // Conversation categorization\n 'conversation.category.today': \"Aujourd'hui\",\n 'conversation.category.yesterday': 'Hier',\n 'conversation.category.previous7Days': '7 derniers jours',\n 'conversation.category.previous30Days': '30 derniers jours',\n },\n});\n\nexport default lightspeedTranslationFr;\n"],"names":[],"mappings":";;;AAwBA,MAAM,0BAA0B,yBAA0B,CAAA;AAAA,EACxD,GAAK,EAAA,wBAAA;AAAA,EACL,QAAU,EAAA;AAAA;AAAA,IAER,YAAc,EAAA,YAAA;AAAA,IACd,eAAiB,EAAA,oDAAA;AAAA;AAAA,IAGjB,+BACE,EAAA,gDAAA;AAAA,IACF,iCACE,EAAA,gHAAA;AAAA,IACF,yBAA2B,EAAA,uCAAA;AAAA,IAC3B,2BACE,EAAA,qJAAA;AAAA,IACF,kCAAoC,EAAA,0CAAA;AAAA,IACpC,oCACE,EAAA,2IAAA;AAAA,IACF,gCAAkC,EAAA,uCAAA;AAAA,IAClC,kCACE,EAAA,2GAAA;AAAA,IACF,6BAA+B,EAAA,kCAAA;AAAA,IAC/B,+BACE,EAAA,qHAAA;AAAA,IACF,4BAA8B,EAAA,0BAAA;AAAA,IAC9B,8BACE,EAAA,kKAAA;AAAA,IACF,iCAAmC,EAAA,uCAAA;AAAA,IACnC,mCACE,EAAA,mHAAA;AAAA,IACF,iCAAmC,EAAA,uCAAA;AAAA,IACnC,mCACE,EAAA,yIAAA;AAAA,IACF,2BACE,EAAA,wDAAA;AAAA,IACF,6BACE,EAAA,mKAAA;AAAA;AAAA,IAGF,sBAAwB,EAAA,yBAAA;AAAA,IACxB,wBACE,EAAA,+GAAA;AAAA,IACF,yBAA2B,EAAA,sCAAA;AAAA,IAC3B,2BACE,EAAA,sIAAA;AAAA,IACF,oBAAsB,EAAA,sCAAA;AAAA,IACtB,sBACE,EAAA,wMAAA;AAAA;AAAA,IAGF,oCAAsC,EAAA,qBAAA;AAAA,IACtC,sCACE,EAAA,6KAAA;AAAA,IACF,qCAAuC,EAAA,WAAA;AAAA;AAAA,IAGvC,2BAA6B,EAAA,wBAAA;AAAA,IAC7B,iCACE,EAAA,oKAAA;AAAA;AAAA,IAGF,2BACE,EAAA,uwBAAA;AAAA,IACF,8BACE,EAAA,giBAAA;AAAA;AAAA,IAGF,uBACE,EAAA,yGAAA;AAAA,IACF,+BAAiC,EAAA,0BAAA;AAAA,IACjC,qCACE,EAAA,+QAAA;AAAA,IACF,mCACE,EAAA,wDAAA;AAAA,IACF,mCAAqC,EAAA,SAAA;AAAA,IACrC,oCAAsC,EAAA,gBAAA;AAAA;AAAA,IAGtC,eAAiB,EAAA,SAAA;AAAA;AAAA,IAGjB,sBAAwB,EAAA,cAAA;AAAA;AAAA,IAGxB,sBAAwB,EAAA,sBAAA;AAAA,IACxB,4BAA8B,EAAA,+CAAA;AAAA,IAC9B,0BAA4B,EAAA,uBAAA;AAAA,IAC5B,6BAA+B,EAAA,0CAAA;AAAA,IAC/B,6BACE,EAAA,8FAAA;AAAA,IACF,2BAA6B,EAAA,mDAAA;AAAA,IAC7B,6BACE,EAAA,qHAAA;AAAA;AAAA,IAGF,sBAAwB,EAAA,yBAAA;AAAA,IACxB,gBAAkB,EAAA,WAAA;AAAA;AAAA,IAGlB,YAAc,EAAA,UAAA;AAAA,IACd,YAAc,EAAA,aAAA;AAAA,IACd,aAAe,EAAA,QAAA;AAAA,IACf,cAAgB,EAAA,SAAA;AAAA;AAAA,IAGhB,qBAAuB,EAAA,WAAA;AAAA,IACvB,uCACE,EAAA,qEAAA;AAAA;AAAA,IAGF,YAAc,EAAA,WAAA;AAAA,IACd,cAAgB,EAAA,KAAA;AAAA;AAAA,IAGhB,gBAAkB,EAAA,SAAA;AAAA,IAClB,cAAgB,EAAA,SAAA;AAAA,IAChB,2BAA6B,EAAA,yBAAA;AAAA,IAC7B,6BAA+B,EAAA,wBAAA;AAAA,IAC/B,gBAAkB,EAAA,cAAA;AAAA;AAAA,IAGlB,qBAAuB,EAAA,iCAAA;AAAA,IACvB,kBAAoB,EAAA,6BAAA;AAAA;AAAA,IAGpB,qBAAuB,EAAA,qBAAA;AAAA,IACvB,6BAA+B,EAAA,gCAAA;AAAA;AAAA,IAG/B,uBAAyB,EAAA,SAAA;AAAA;AAAA,IAGzB,iCAAmC,EAAA,+BAAA;AAAA,IACnC,iCAAmC,EAAA,oDAAA;AAAA,IACnC,mCACE,EAAA,iGAAA;AAAA,IACF,gCACE,EAAA,8GAAA;AAAA,IACF,8BACE,EAAA,sDAAA;AAAA;AAAA,IAGF,8BACE,EAAA,6EAAA;AAAA;AAAA,IAGF,qBAAuB,EAAA,iDAAA;AAAA,IACvB,mCACE,EAAA,2DAAA;AAAA,IACF,0BAA4B,EAAA,WAAA;AAAA,IAC5B,gCAAkC,EAAA,kBAAA;AAAA,IAClC,+BAAiC,EAAA,qBAAA;AAAA,IACjC,0BAA4B,EAAA,UAAA;AAAA,IAC5B,wBAA0B,EAAA,QAAA;AAAA,IAC1B,6BAA+B,EAAA,WAAA;AAAA,IAC/B,0BAA4B,EAAA,YAAA;AAAA,IAC5B,0CAA4C,EAAA,qBAAA;AAAA,IAC5C,mDAAqD,EAAA,wBAAA;AAAA,IACrD,gDAAkD,EAAA,6BAAA;AAAA,IAClD,8CACE,EAAA,qCAAA;AAAA,IACF,mDACE,EAAA,2BAAA;AAAA,IACF,6CAA+C,EAAA,WAAA;AAAA,IAC/C,2BAA6B,EAAA,iBAAA;AAAA,IAC7B,0BACE,EAAA,yEAAA;AAAA;AAAA,IAGF,6BAA+B,EAAA,aAAA;AAAA,IAC/B,iCAAmC,EAAA,MAAA;AAAA,IACnC,qCAAuC,EAAA,kBAAA;AAAA,IACvC,sCAAwC,EAAA;AAAA;AAE5C,CAAC;;;;"}
1
+ {"version":3,"file":"fr.esm.js","sources":["../../src/translations/fr.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 * French translation for Developer Lightspeed.\n * @public\n */\nconst lightspeedTranslationFr = createTranslationMessages({\n ref: lightspeedTranslationRef,\n messages: {\n // Page titles and headers\n 'page.title': 'Lightspeed',\n 'page.subtitle': \"Assistant de développement alimenté par l'IA\",\n\n // Sample prompts - General Development\n 'prompts.codeReadability.title':\n \"Obtenir de l'aide sur la lisibilité du code\",\n 'prompts.codeReadability.message':\n 'Pouvez-vous suggérer des techniques que je peux utiliser pour rendre mon code plus lisible et maintenable ?',\n 'prompts.debugging.title': \"Obtenir de l'aide pour le débogage\",\n 'prompts.debugging.message':\n \"Mon application lance une erreur lors de la tentative de connexion à la base de données. Pouvez-vous m'aider à identifier le problème ?\",\n 'prompts.developmentConcept.title': 'Expliquer un concept de développement',\n 'prompts.developmentConcept.message':\n \"Pouvez-vous expliquer comment fonctionne l'architecture des microservices et ses avantages par rapport à une conception monolithique ?\",\n 'prompts.codeOptimization.title': 'Suggérer des optimisations de code',\n 'prompts.codeOptimization.message':\n \"Pouvez-vous suggérer des moyens courants d'optimiser le code pour obtenir de meilleures performances ?\",\n 'prompts.documentation.title': 'Résumé de la documentation',\n 'prompts.documentation.message':\n \"Pouvez-vous résumer la documentation pour implémenter l'authentification OAuth 2.0 dans une application web ?\",\n 'prompts.gitWorkflows.title': 'Flux de travail avec Git',\n 'prompts.gitWorkflows.message':\n 'Je veux apporter des modifications au code sur une autre branche sans perdre mon travail existant. Quelle est la procédure pour faire cela en utilisant Git ?',\n 'prompts.testingStrategies.title': 'Suggérer des stratégies de test',\n 'prompts.testingStrategies.message':\n 'Pouvez-vous recommander des stratégies de test courantes qui rendront mon application robuste et sans erreur ?',\n 'prompts.sortingAlgorithms.title': 'Démystifier les algorithmes de tri',\n 'prompts.sortingAlgorithms.message':\n 'Pouvez-vous expliquer la différence entre un algorithme de tri rapide et un algorithme de tri par fusion, et quand utiliser chacun ?',\n 'prompts.eventDriven.title':\n \"Comprendre l'architecture orientée événements\",\n 'prompts.eventDriven.message':\n \"Pouvez-vous expliquer ce qu'est l'architecture orientée événements et quand il est bénéfique de l'utiliser dans le développement de logiciels ?\",\n\n // Sample prompts - RHDH Specific\n 'prompts.tekton.title': 'Déployer avec Tekton',\n 'prompts.tekton.message':\n \"Pouvez-vous m'aider à automatiser le déploiement de mon application en utilisant des pipelines Tekton ?\",\n 'prompts.openshift.title': 'Créer un déploiement OpenShift',\n 'prompts.openshift.message':\n \"Pouvez-vous me guider à travers la création d'un nouveau déploiement dans OpenShift pour une application conteneurisée ?\",\n 'prompts.rhdh.title': 'Commencer avec Red Hat Developer Hub',\n 'prompts.rhdh.message':\n 'Pouvez-vous me guider à travers les premières étapes pour commencer à utiliser Developer Hub en tant que développeur, comme explorer le Catalogue de Logiciels et ajouter mon service ?',\n\n // Conversation history\n 'conversation.history.confirm.title': 'Supprimer le chat ?',\n 'conversation.history.confirm.message':\n \"Vous ne verrez plus ce chat ici. Cela supprimera également l'activité connexe comme les invites, les réponses et les commentaires de votre Activité Lightspeed.\",\n 'conversation.history.confirm.delete': 'Supprimer',\n\n // Permissions\n 'permission.required.title': 'Permissions manquantes',\n 'permission.required.description':\n \"Pour voir le plugin lightspeed, contactez votre administrateur pour qu'il vous donne les permissions <b>lightspeed.chat.read</b> et <b>lightspeed.chat.create</b>.\",\n\n // Disclaimers\n 'disclaimer.withValidation':\n \"Developer Lightspeed peut répondre à des questions sur de nombreux sujets en utilisant vos modèles configurés. Les réponses de Developer Lightspeed sont influencées par la documentation de Red Hat Developer Hub, mais Developer Lightspeed n'a pas accès à votre Catalogue de Logiciels, TechDocs ou Modèles, etc. Developer Lightspeed utilise la validation des questions (invites) pour s'assurer que les conversations restent axées sur des sujets techniques pertinents pour Red Hat Developer Hub, tels que Backstage, Kubernetes et OpenShift. N'incluez pas d'informations personnelles ou sensibles dans votre saisie. Les interactions avec Developer Lightspeed peuvent être examinées et utilisées pour améliorer les produits ou services.\",\n 'disclaimer.withoutValidation':\n \"Developer Lightspeed peut répondre à des questions sur de nombreux sujets en utilisant vos modèles configurés. Les réponses de Developer Lightspeed sont influencées par la documentation de Red Hat Developer Hub, mais Developer Lightspeed n'a pas accès à votre Catalogue de Logiciels, TechDocs ou Modèles, etc. N'incluez pas d'informations personnelles ou sensibles dans votre saisie. Les interactions avec Developer Lightspeed peuvent être examinées et utilisées pour améliorer les produits ou services.\",\n\n // Footer and feedback\n 'footer.accuracy.label':\n \"Vérifiez toujours l'exactitude des réponses générées par l'IA/LLM avant de les utiliser.\",\n 'footer.accuracy.popover.title': \"Vérifier l'exactitude\",\n 'footer.accuracy.popover.description':\n \"Bien que Developer Lightspeed s'efforce d'être exact, il y a toujours une possibilité d'erreurs. C'est une bonne pratique de vérifier les informations critiques auprès de sources fiables, surtout si c'est crucial pour la prise de décision ou les actions.\",\n 'footer.accuracy.popover.image.alt':\n \"Image d'exemple pour le popover de note de bas de page\",\n 'footer.accuracy.popover.cta.label': 'Compris',\n 'footer.accuracy.popover.link.label': 'En savoir plus',\n\n // Common actions\n 'common.cancel': 'Annuler',\n\n // Menu items\n 'menu.newConversation': 'Nouveau Chat',\n\n // Chat-specific UI elements\n 'chatbox.header.title': 'Developer Lightspeed',\n 'chatbox.search.placeholder': 'Rechercher dans les chats précédents...',\n 'chatbox.welcome.greeting': 'Bonjour, {{userName}}',\n 'chatbox.welcome.description': \"Comment puis-je vous aider aujourd'hui ?\",\n 'chatbox.message.placeholder':\n 'Envoyez un message et téléchargez optionnellement un fichier JSON, YAML, TXT ou XML...',\n 'chatbox.fileUpload.failed': 'Le téléchargement du fichier a échoué',\n 'chatbox.fileUpload.infoText':\n 'Les types de fichiers pris en charge sont : .txt, .yaml, .json et .xml. La taille maximale du fichier est de 25 Mo.',\n\n // Accessibility and ARIA labels\n 'aria.chatbotSelector': 'Sélecteur de chatbot',\n 'aria.important': 'Important',\n\n // Modal actions\n 'modal.edit': 'Modifier',\n 'modal.save': 'Enregistrer',\n 'modal.close': 'Fermer',\n 'modal.cancel': 'Annuler',\n\n // Conversation actions\n 'conversation.delete': 'Supprimer',\n 'conversation.announcement.userMessage':\n \"Message de l'utilisateur : {{prompt}}. Le message du bot se charge.\",\n\n // User states\n 'user.guest': 'Invité',\n 'user.loading': '...',\n\n // Button tooltips and labels\n 'tooltip.attach': 'Joindre',\n 'tooltip.send': 'Envoyer',\n 'tooltip.microphone.active': \"Arrêter d'écouter\",\n 'tooltip.microphone.inactive': 'Utiliser le microphone',\n 'button.newChat': 'Nouveau chat',\n\n // Modal titles\n 'modal.title.preview': 'Aperçu de la pièce jointe',\n 'modal.title.edit': 'Modifier la pièce jointe',\n\n // Alt texts for icons\n 'icon.lightspeed.alt': 'icône lightspeed',\n 'icon.permissionRequired.alt': 'icône de permission requise',\n\n // Message utilities\n 'message.options.label': 'Options',\n\n // File attachment errors\n 'file.upload.error.alreadyExists': 'Le fichier existe déjà.',\n 'file.upload.error.multipleFiles': \"Plus d'un fichier a été téléchargé.\",\n 'file.upload.error.unsupportedType':\n 'Type de fichier non pris en charge. Les types pris en charge sont : .txt, .yaml, .json et .xml.',\n 'file.upload.error.fileTooLarge':\n 'La taille de votre fichier est trop importante. Veuillez vous assurer que votre fichier fait moins de 25 Mo.',\n 'file.upload.error.readFailed':\n 'Échec de la lecture du fichier : {{errorMessage}}',\n\n // Developer error messages\n 'error.context.fileAttachment':\n 'useFileAttachmentContext doit être dans un FileAttachmentContextProvider',\n\n // Feedback actions\n 'feedback.form.title': 'Pourquoi avez-vous choisi cette évaluation ?',\n 'feedback.form.textAreaPlaceholder':\n 'Fournissez des commentaires supplémentaires optionnels',\n 'feedback.form.submitWord': 'Soumettre',\n 'feedback.tooltips.goodResponse': 'Bonne Réponse',\n 'feedback.tooltips.badResponse': 'Mauvaise Réponse',\n 'feedback.tooltips.copied': 'Copié',\n 'feedback.tooltips.copy': 'Copier',\n 'feedback.tooltips.listening': 'Écoute',\n 'feedback.tooltips.listen': 'Écouter',\n 'feedback.quickResponses.positive.helpful': 'Informations utiles',\n 'feedback.quickResponses.positive.easyToUnderstand': 'Facile à comprendre',\n 'feedback.quickResponses.positive.resolvedIssue': 'A résolu mon problème',\n 'feedback.quickResponses.negative.didntAnswer':\n \"N'a pas répondu à ma question\",\n 'feedback.quickResponses.negative.hardToUnderstand':\n 'Difficile à comprendre',\n 'feedback.quickResponses.negative.notHelpful': 'Pas utile',\n 'feedback.completion.title': 'Feedback soumis',\n 'feedback.completion.body':\n 'Nous avons reçu votre réponse. Merci de partager votre feedback !',\n\n // Conversation categorization\n 'conversation.category.today': \"Aujourd'hui\",\n 'conversation.category.yesterday': 'Hier',\n 'conversation.category.previous7Days': '7 derniers jours',\n 'conversation.category.previous30Days': '30 derniers jours',\n },\n});\n\nexport default lightspeedTranslationFr;\n"],"names":[],"mappings":";;;AAwBA,MAAM,0BAA0B,yBAA0B,CAAA;AAAA,EACxD,GAAK,EAAA,wBAAA;AAAA,EACL,QAAU,EAAA;AAAA;AAAA,IAER,YAAc,EAAA,YAAA;AAAA,IACd,eAAiB,EAAA,oDAAA;AAAA;AAAA,IAGjB,+BACE,EAAA,gDAAA;AAAA,IACF,iCACE,EAAA,gHAAA;AAAA,IACF,yBAA2B,EAAA,uCAAA;AAAA,IAC3B,2BACE,EAAA,qJAAA;AAAA,IACF,kCAAoC,EAAA,0CAAA;AAAA,IACpC,oCACE,EAAA,2IAAA;AAAA,IACF,gCAAkC,EAAA,uCAAA;AAAA,IAClC,kCACE,EAAA,2GAAA;AAAA,IACF,6BAA+B,EAAA,kCAAA;AAAA,IAC/B,+BACE,EAAA,qHAAA;AAAA,IACF,4BAA8B,EAAA,0BAAA;AAAA,IAC9B,8BACE,EAAA,kKAAA;AAAA,IACF,iCAAmC,EAAA,uCAAA;AAAA,IACnC,mCACE,EAAA,mHAAA;AAAA,IACF,iCAAmC,EAAA,uCAAA;AAAA,IACnC,mCACE,EAAA,yIAAA;AAAA,IACF,2BACE,EAAA,wDAAA;AAAA,IACF,6BACE,EAAA,mKAAA;AAAA;AAAA,IAGF,sBAAwB,EAAA,yBAAA;AAAA,IACxB,wBACE,EAAA,+GAAA;AAAA,IACF,yBAA2B,EAAA,sCAAA;AAAA,IAC3B,2BACE,EAAA,sIAAA;AAAA,IACF,oBAAsB,EAAA,sCAAA;AAAA,IACtB,sBACE,EAAA,wMAAA;AAAA;AAAA,IAGF,oCAAsC,EAAA,qBAAA;AAAA,IACtC,sCACE,EAAA,6KAAA;AAAA,IACF,qCAAuC,EAAA,WAAA;AAAA;AAAA,IAGvC,2BAA6B,EAAA,wBAAA;AAAA,IAC7B,iCACE,EAAA,oKAAA;AAAA;AAAA,IAGF,2BACE,EAAA,uwBAAA;AAAA,IACF,8BACE,EAAA,giBAAA;AAAA;AAAA,IAGF,uBACE,EAAA,yGAAA;AAAA,IACF,+BAAiC,EAAA,0BAAA;AAAA,IACjC,qCACE,EAAA,+QAAA;AAAA,IACF,mCACE,EAAA,wDAAA;AAAA,IACF,mCAAqC,EAAA,SAAA;AAAA,IACrC,oCAAsC,EAAA,gBAAA;AAAA;AAAA,IAGtC,eAAiB,EAAA,SAAA;AAAA;AAAA,IAGjB,sBAAwB,EAAA,cAAA;AAAA;AAAA,IAGxB,sBAAwB,EAAA,sBAAA;AAAA,IACxB,4BAA8B,EAAA,+CAAA;AAAA,IAC9B,0BAA4B,EAAA,uBAAA;AAAA,IAC5B,6BAA+B,EAAA,0CAAA;AAAA,IAC/B,6BACE,EAAA,8FAAA;AAAA,IACF,2BAA6B,EAAA,mDAAA;AAAA,IAC7B,6BACE,EAAA,qHAAA;AAAA;AAAA,IAGF,sBAAwB,EAAA,yBAAA;AAAA,IACxB,gBAAkB,EAAA,WAAA;AAAA;AAAA,IAGlB,YAAc,EAAA,UAAA;AAAA,IACd,YAAc,EAAA,aAAA;AAAA,IACd,aAAe,EAAA,QAAA;AAAA,IACf,cAAgB,EAAA,SAAA;AAAA;AAAA,IAGhB,qBAAuB,EAAA,WAAA;AAAA,IACvB,uCACE,EAAA,qEAAA;AAAA;AAAA,IAGF,YAAc,EAAA,WAAA;AAAA,IACd,cAAgB,EAAA,KAAA;AAAA;AAAA,IAGhB,gBAAkB,EAAA,SAAA;AAAA,IAClB,cAAgB,EAAA,SAAA;AAAA,IAChB,2BAA6B,EAAA,yBAAA;AAAA,IAC7B,6BAA+B,EAAA,wBAAA;AAAA,IAC/B,gBAAkB,EAAA,cAAA;AAAA;AAAA,IAGlB,qBAAuB,EAAA,iCAAA;AAAA,IACvB,kBAAoB,EAAA,6BAAA;AAAA;AAAA,IAGpB,qBAAuB,EAAA,qBAAA;AAAA,IACvB,6BAA+B,EAAA,gCAAA;AAAA;AAAA,IAG/B,uBAAyB,EAAA,SAAA;AAAA;AAAA,IAGzB,iCAAmC,EAAA,+BAAA;AAAA,IACnC,iCAAmC,EAAA,oDAAA;AAAA,IACnC,mCACE,EAAA,iGAAA;AAAA,IACF,gCACE,EAAA,8GAAA;AAAA,IACF,8BACE,EAAA,sDAAA;AAAA;AAAA,IAGF,8BACE,EAAA,6EAAA;AAAA;AAAA,IAGF,qBAAuB,EAAA,iDAAA;AAAA,IACvB,mCACE,EAAA,2DAAA;AAAA,IACF,0BAA4B,EAAA,WAAA;AAAA,IAC5B,gCAAkC,EAAA,kBAAA;AAAA,IAClC,+BAAiC,EAAA,qBAAA;AAAA,IACjC,0BAA4B,EAAA,UAAA;AAAA,IAC5B,wBAA0B,EAAA,QAAA;AAAA,IAC1B,6BAA+B,EAAA,WAAA;AAAA,IAC/B,0BAA4B,EAAA,YAAA;AAAA,IAC5B,0CAA4C,EAAA,qBAAA;AAAA,IAC5C,mDAAqD,EAAA,wBAAA;AAAA,IACrD,gDAAkD,EAAA,6BAAA;AAAA,IAClD,8CACE,EAAA,qCAAA;AAAA,IACF,mDACE,EAAA,2BAAA;AAAA,IACF,6CAA+C,EAAA,WAAA;AAAA,IAC/C,2BAA6B,EAAA,iBAAA;AAAA,IAC7B,0BACE,EAAA,yEAAA;AAAA;AAAA,IAGF,6BAA+B,EAAA,aAAA;AAAA,IAC/B,iCAAmC,EAAA,MAAA;AAAA,IACnC,qCAAuC,EAAA,kBAAA;AAAA,IACvC,sCAAwC,EAAA;AAAA;AAE5C,CAAC;;;;"}
@@ -1,7 +1,7 @@
1
1
  import { createTranslationResource } from '@backstage/core-plugin-api/alpha';
2
- import { lightspeedTranslationRef } from './translationRef.esm.js';
2
+ import { lightspeedTranslationRef } from './ref.esm.js';
3
3
 
4
- const lightspeedTranslationResource = createTranslationResource({
4
+ const lightspeedTranslations = createTranslationResource({
5
5
  ref: lightspeedTranslationRef,
6
6
  translations: {
7
7
  es: () => import('./es.esm.js'),
@@ -10,5 +10,5 @@ const lightspeedTranslationResource = createTranslationResource({
10
10
  }
11
11
  });
12
12
 
13
- export { lightspeedTranslationResource };
13
+ export { lightspeedTranslationRef, lightspeedTranslations };
14
14
  //# sourceMappingURL=index.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.esm.js","sources":["../../src/translations/index.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 { createTranslationResource } from '@backstage/core-plugin-api/alpha';\n\nimport { lightspeedTranslationRef } from './translationRef';\n\n/**\n * Translastion Resource for Developer lightspeed\n * @public\n **/\nexport const lightspeedTranslationResource = createTranslationResource({\n ref: lightspeedTranslationRef,\n translations: {\n es: () => import('./es'),\n fr: () => import('./fr'),\n de: () => import('./de'),\n },\n});\n"],"names":[],"mappings":";;;AAwBO,MAAM,gCAAgC,yBAA0B,CAAA;AAAA,EACrE,GAAK,EAAA,wBAAA;AAAA,EACL,YAAc,EAAA;AAAA,IACZ,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM;AAAA;AAE3B,CAAC;;;;"}
1
+ {"version":3,"file":"index.esm.js","sources":["../../src/translations/index.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 { createTranslationResource } from '@backstage/core-plugin-api/alpha';\n\nimport { lightspeedTranslationRef } from './ref';\n\n/**\n * Translation Resource for Developer lightspeed\n * @alpha\n **/\nexport const lightspeedTranslations = createTranslationResource({\n ref: lightspeedTranslationRef,\n translations: {\n es: () => import('./es'),\n fr: () => import('./fr'),\n de: () => import('./de'),\n },\n});\n\n// @alpha\nexport { lightspeedTranslationRef };\n"],"names":[],"mappings":";;;AAwBO,MAAM,yBAAyB,yBAA0B,CAAA;AAAA,EAC9D,GAAK,EAAA,wBAAA;AAAA,EACL,YAAc,EAAA;AAAA,IACZ,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM,CAAA;AAAA,IACvB,EAAA,EAAI,MAAM,OAAO,aAAM;AAAA;AAE3B,CAAC;;;;"}
@@ -125,4 +125,4 @@ const lightspeedTranslationRef = createTranslationRef({
125
125
  });
126
126
 
127
127
  export { lightspeedMessages, lightspeedTranslationRef };
128
- //# sourceMappingURL=translationRef.esm.js.map
128
+ //# sourceMappingURL=ref.esm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ref.esm.js","sources":["../../src/translations/ref.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 { createTranslationRef } from '@backstage/core-plugin-api/alpha';\n\n/**\n * Messages object containing all English translations.\n * This is our single source of truth for translations.\n * @alpha\n */\nexport const lightspeedMessages = {\n // Page titles and headers\n 'page.title': 'Lightspeed',\n 'page.subtitle': 'AI-powered development assistant',\n\n // Sample prompts - General Development\n 'prompts.codeReadability.title': 'Get Help On Code Readability',\n 'prompts.codeReadability.message':\n 'Can you suggest techniques I can use to make my code more readable and maintainable?',\n 'prompts.debugging.title': 'Get Help With Debugging',\n 'prompts.debugging.message':\n 'My application is throwing an error when trying to connect to the database. Can you help me identify the issue?',\n 'prompts.developmentConcept.title': 'Explain a Development Concept',\n 'prompts.developmentConcept.message':\n 'Can you explain how microservices architecture works and its advantages over a monolithic design?',\n 'prompts.codeOptimization.title': 'Suggest Code Optimizations',\n 'prompts.codeOptimization.message':\n 'Can you suggest common ways to optimize code to achieve better performance?',\n 'prompts.documentation.title': 'Documentation Summary',\n 'prompts.documentation.message':\n 'Can you summarize the documentation for implementing OAuth 2.0 authentication in a web app?',\n 'prompts.gitWorkflows.title': 'Workflows With Git',\n 'prompts.gitWorkflows.message':\n 'I want to make changes to code on another branch without losing my existing work. What is the procedure to do this using Git?',\n 'prompts.testingStrategies.title': 'Suggest Testing Strategies',\n 'prompts.testingStrategies.message':\n 'Can you recommend some common testing strategies that will make my application robust and error-free?',\n 'prompts.sortingAlgorithms.title': 'Demystify Sorting Algorithms',\n 'prompts.sortingAlgorithms.message':\n 'Can you explain the difference between a quicksort and a merge sort algorithm, and when to use each?',\n 'prompts.eventDriven.title': 'Understand Event-Driven Architecture',\n 'prompts.eventDriven.message':\n \"Can you explain what event-driven architecture is and when it's beneficial to use it in software development?\",\n\n // Sample prompts - RHDH Specific\n 'prompts.tekton.title': 'Deploy With Tekton',\n 'prompts.tekton.message':\n 'Can you help me automate the deployment of my application using Tekton pipelines?',\n 'prompts.openshift.title': 'Create An OpenShift Deployment',\n 'prompts.openshift.message':\n 'Can you guide me through creating a new deployment in OpenShift for a containerized application?',\n 'prompts.rhdh.title': 'Getting Started with Red Hat Developer Hub',\n 'prompts.rhdh.message':\n 'Can you guide me through the first steps to start using Developer Hub as a developer, like exploring the Software Catalog and adding my service?',\n\n // Conversation history\n 'conversation.history.confirm.title': 'Delete chat?',\n 'conversation.history.confirm.message':\n \"You'll no longer see this chat here. This will also delete related activity like prompts, responses, and feedback from your Lightspeed Activity.\",\n 'conversation.history.confirm.delete': 'Delete',\n\n // Permissions\n 'permission.required.title': 'Missing permissions',\n 'permission.required.description':\n 'To view lightspeed plugin, contact your administrator to give the <b>lightspeed.chat.read</b> and <b>lightspeed.chat.create</b> permissions.',\n\n // Disclaimers\n 'disclaimer.withValidation':\n \"Developer Lightspeed can answer questions on many topics using your configured models. Developer Lightspeed's responses are influenced by the Red Hat Developer Hub documentation but Developer Lightspeed does not have access to your Software Catalog, TechDocs, or Templates etc. Developer Lightspeed uses question (prompt) validation to ensure that conversations remain focused on technical topics relevant to Red Hat Developer Hub, such as Backstage, Kubernetes, and OpenShift. Do not include personal or sensitive information in your input. Interactions with Developer Lightspeed may be reviewed and used to improve products or services.\",\n 'disclaimer.withoutValidation':\n \"Developer Lightspeed can answer questions on many topics using your configured models. Developer Lightspeed's responses are influenced by the Red Hat Developer Hub documentation but Developer Lightspeed does not have access to your Software Catalog, TechDocs, or Templates etc. Do not include personal or sensitive information in your input. Interactions with Developer Lightspeed may be reviewed and used to improve products or services.\",\n\n // Footer and feedback\n 'footer.accuracy.label':\n 'Always check AI/LLM generated responses for accuracy prior to use.',\n 'footer.accuracy.popover.title': 'Verify accuracy',\n 'footer.accuracy.popover.description':\n \"While Developer Lightspeed strives for accuracy, there's always a possibility of errors. It's a good practice to verify critical information from reliable sources, especially if it's crucial for decision-making or actions.\",\n 'footer.accuracy.popover.image.alt': 'Example image for footnote popover',\n 'footer.accuracy.popover.cta.label': 'Got it',\n 'footer.accuracy.popover.link.label': 'Learn more',\n\n // Common actions\n 'common.cancel': 'Cancel',\n\n // Menu items\n 'menu.newConversation': 'New Chat',\n\n // Chat-specific UI elements\n 'chatbox.header.title': 'Developer Lightspeed',\n 'chatbox.search.placeholder': 'Search previous chats...',\n 'chatbox.welcome.greeting': 'Hello, {{userName}}',\n 'chatbox.welcome.description': 'How can I help you today?',\n 'chatbox.message.placeholder':\n 'Send a message and optionally upload a JSON, YAML, TXT, or XML file...',\n 'chatbox.fileUpload.failed': 'File upload failed',\n 'chatbox.fileUpload.infoText':\n 'Supported file types are: .txt, .yaml, .json and .xml. The maximum file size is 25 MB.',\n\n // Accessibility and ARIA labels\n 'aria.chatbotSelector': 'Chatbot selector',\n 'aria.important': 'Important',\n\n // Modal actions\n 'modal.edit': 'Edit',\n 'modal.save': 'Save',\n 'modal.close': 'Close',\n 'modal.cancel': 'Cancel',\n\n // Conversation actions\n 'conversation.delete': 'Delete',\n 'conversation.announcement.userMessage':\n 'Message from User: {{prompt}}. Message from Bot is loading.',\n\n // User states\n 'user.guest': 'Guest',\n 'user.loading': '...',\n\n // Button tooltips and labels\n 'tooltip.attach': 'Attach',\n 'tooltip.send': 'Send',\n 'tooltip.microphone.active': 'Stop listening',\n 'tooltip.microphone.inactive': 'Use microphone',\n 'button.newChat': 'New chat',\n\n // Modal titles\n 'modal.title.preview': 'Preview attachment',\n 'modal.title.edit': 'Edit attachment',\n\n // Alt texts for icons\n 'icon.lightspeed.alt': 'lightspeed icon',\n 'icon.permissionRequired.alt': 'permission required icon',\n\n // Message utilities\n 'message.options.label': 'Options',\n\n // File attachment errors\n 'file.upload.error.alreadyExists': 'File already exists.',\n 'file.upload.error.multipleFiles': 'Uploaded more than one file.',\n 'file.upload.error.unsupportedType':\n 'Unsupported file type. Supported types are: .txt, .yaml, .json and .xml.',\n 'file.upload.error.fileTooLarge':\n 'Your file size is too large. Please ensure that your file is less than 25 MB.',\n 'file.upload.error.readFailed': 'Failed to read file: {{errorMessage}}',\n\n // Developer error messages\n 'error.context.fileAttachment':\n 'useFileAttachmentContext must be within a FileAttachmentContextProvider',\n\n // Feedback actions\n 'feedback.form.title': 'Why did you choose this rating?',\n 'feedback.form.textAreaPlaceholder': 'Provide optional additional feedback',\n 'feedback.form.submitWord': 'Submit',\n 'feedback.tooltips.goodResponse': 'Good Response',\n 'feedback.tooltips.badResponse': 'Bad Response',\n 'feedback.tooltips.copied': 'Copied',\n 'feedback.tooltips.copy': 'Copy',\n 'feedback.tooltips.listening': 'Listening',\n 'feedback.tooltips.listen': 'Listen',\n 'feedback.quickResponses.positive.helpful': 'Helpful information',\n 'feedback.quickResponses.positive.easyToUnderstand': 'Easy to understand',\n 'feedback.quickResponses.positive.resolvedIssue': 'Resolved my issue',\n 'feedback.quickResponses.negative.didntAnswer': \"Didn't answer my question\",\n 'feedback.quickResponses.negative.hardToUnderstand': 'Hard to understand',\n 'feedback.quickResponses.negative.notHelpful': 'Not Helpful',\n 'feedback.completion.title': 'Feedback submitted',\n 'feedback.completion.body':\n \"We've received your response. Thank you for sharing your feedback!\",\n\n // Conversation categorization\n 'conversation.category.today': 'Today',\n 'conversation.category.yesterday': 'Yesterday',\n 'conversation.category.previous7Days': 'Previous 7 Days',\n 'conversation.category.previous30Days': 'Previous 30 Days',\n};\n\n/**\n * Translation Reference for Developer Lightspeed\n * @alpha\n **/\nexport const lightspeedTranslationRef = createTranslationRef({\n id: 'plugin.lightspeed',\n messages: lightspeedMessages,\n});\n"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,13 +1,34 @@
1
1
  {
2
2
  "name": "@red-hat-developer-hub/backstage-plugin-lightspeed",
3
- "version": "0.6.0",
4
- "main": "dist/index.esm.js",
5
- "types": "dist/index.d.ts",
3
+ "version": "0.6.1",
4
+ "main": "./dist/index.esm.js",
5
+ "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
7
7
  "publishConfig": {
8
- "access": "public",
9
- "main": "dist/index.esm.js",
10
- "types": "dist/index.d.ts"
8
+ "access": "public"
9
+ },
10
+ "exports": {
11
+ ".": {
12
+ "import": "./dist/index.esm.js",
13
+ "types": "./dist/index.d.ts",
14
+ "default": "./dist/index.esm.js"
15
+ },
16
+ "./alpha": {
17
+ "import": "./dist/alpha.esm.js",
18
+ "types": "./dist/alpha.d.ts",
19
+ "default": "./dist/alpha.esm.js"
20
+ },
21
+ "./package.json": "./package.json"
22
+ },
23
+ "typesVersions": {
24
+ "*": {
25
+ "alpha": [
26
+ "dist/alpha.d.ts"
27
+ ],
28
+ "package.json": [
29
+ "package.json"
30
+ ]
31
+ }
11
32
  },
12
33
  "backstage": {
13
34
  "role": "frontend-plugin",
@@ -83,6 +104,8 @@
83
104
  "scalprum": {
84
105
  "name": "red-hat-developer-hub.backstage-plugin-lightspeed",
85
106
  "exposedModules": {
107
+ "Alpha": "./src/alpha.ts",
108
+ "PluginRoot": "./src/index.ts",
86
109
  "LightspeedPlugin": "./src/index.ts"
87
110
  }
88
111
  },
@@ -104,12 +127,5 @@
104
127
  "@rohitkrai03"
105
128
  ],
106
129
  "author": "Red Hat",
107
- "typesVersions": {
108
- "*": {
109
- "package.json": [
110
- "package.json"
111
- ]
112
- }
113
- },
114
130
  "module": "./dist/index.esm.js"
115
131
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"translationRef.esm.js","sources":["../../src/translations/translationRef.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 { createTranslationRef } from '@backstage/core-plugin-api/alpha';\n\n/**\n * Messages object containing all English translations.\n * This is our single source of truth for translations.\n * @public\n */\nexport const lightspeedMessages = {\n // Page titles and headers\n 'page.title': 'Lightspeed',\n 'page.subtitle': 'AI-powered development assistant',\n\n // Sample prompts - General Development\n 'prompts.codeReadability.title': 'Get Help On Code Readability',\n 'prompts.codeReadability.message':\n 'Can you suggest techniques I can use to make my code more readable and maintainable?',\n 'prompts.debugging.title': 'Get Help With Debugging',\n 'prompts.debugging.message':\n 'My application is throwing an error when trying to connect to the database. Can you help me identify the issue?',\n 'prompts.developmentConcept.title': 'Explain a Development Concept',\n 'prompts.developmentConcept.message':\n 'Can you explain how microservices architecture works and its advantages over a monolithic design?',\n 'prompts.codeOptimization.title': 'Suggest Code Optimizations',\n 'prompts.codeOptimization.message':\n 'Can you suggest common ways to optimize code to achieve better performance?',\n 'prompts.documentation.title': 'Documentation Summary',\n 'prompts.documentation.message':\n 'Can you summarize the documentation for implementing OAuth 2.0 authentication in a web app?',\n 'prompts.gitWorkflows.title': 'Workflows With Git',\n 'prompts.gitWorkflows.message':\n 'I want to make changes to code on another branch without losing my existing work. What is the procedure to do this using Git?',\n 'prompts.testingStrategies.title': 'Suggest Testing Strategies',\n 'prompts.testingStrategies.message':\n 'Can you recommend some common testing strategies that will make my application robust and error-free?',\n 'prompts.sortingAlgorithms.title': 'Demystify Sorting Algorithms',\n 'prompts.sortingAlgorithms.message':\n 'Can you explain the difference between a quicksort and a merge sort algorithm, and when to use each?',\n 'prompts.eventDriven.title': 'Understand Event-Driven Architecture',\n 'prompts.eventDriven.message':\n \"Can you explain what event-driven architecture is and when it's beneficial to use it in software development?\",\n\n // Sample prompts - RHDH Specific\n 'prompts.tekton.title': 'Deploy With Tekton',\n 'prompts.tekton.message':\n 'Can you help me automate the deployment of my application using Tekton pipelines?',\n 'prompts.openshift.title': 'Create An OpenShift Deployment',\n 'prompts.openshift.message':\n 'Can you guide me through creating a new deployment in OpenShift for a containerized application?',\n 'prompts.rhdh.title': 'Getting Started with Red Hat Developer Hub',\n 'prompts.rhdh.message':\n 'Can you guide me through the first steps to start using Developer Hub as a developer, like exploring the Software Catalog and adding my service?',\n\n // Conversation history\n 'conversation.history.confirm.title': 'Delete chat?',\n 'conversation.history.confirm.message':\n \"You'll no longer see this chat here. This will also delete related activity like prompts, responses, and feedback from your Lightspeed Activity.\",\n 'conversation.history.confirm.delete': 'Delete',\n\n // Permissions\n 'permission.required.title': 'Missing permissions',\n 'permission.required.description':\n 'To view lightspeed plugin, contact your administrator to give the <b>lightspeed.chat.read</b> and <b>lightspeed.chat.create</b> permissions.',\n\n // Disclaimers\n 'disclaimer.withValidation':\n \"Developer Lightspeed can answer questions on many topics using your configured models. Developer Lightspeed's responses are influenced by the Red Hat Developer Hub documentation but Developer Lightspeed does not have access to your Software Catalog, TechDocs, or Templates etc. Developer Lightspeed uses question (prompt) validation to ensure that conversations remain focused on technical topics relevant to Red Hat Developer Hub, such as Backstage, Kubernetes, and OpenShift. Do not include personal or sensitive information in your input. Interactions with Developer Lightspeed may be reviewed and used to improve products or services.\",\n 'disclaimer.withoutValidation':\n \"Developer Lightspeed can answer questions on many topics using your configured models. Developer Lightspeed's responses are influenced by the Red Hat Developer Hub documentation but Developer Lightspeed does not have access to your Software Catalog, TechDocs, or Templates etc. Do not include personal or sensitive information in your input. Interactions with Developer Lightspeed may be reviewed and used to improve products or services.\",\n\n // Footer and feedback\n 'footer.accuracy.label':\n 'Always check AI/LLM generated responses for accuracy prior to use.',\n 'footer.accuracy.popover.title': 'Verify accuracy',\n 'footer.accuracy.popover.description':\n \"While Developer Lightspeed strives for accuracy, there's always a possibility of errors. It's a good practice to verify critical information from reliable sources, especially if it's crucial for decision-making or actions.\",\n 'footer.accuracy.popover.image.alt': 'Example image for footnote popover',\n 'footer.accuracy.popover.cta.label': 'Got it',\n 'footer.accuracy.popover.link.label': 'Learn more',\n\n // Common actions\n 'common.cancel': 'Cancel',\n\n // Menu items\n 'menu.newConversation': 'New Chat',\n\n // Chat-specific UI elements\n 'chatbox.header.title': 'Developer Lightspeed',\n 'chatbox.search.placeholder': 'Search previous chats...',\n 'chatbox.welcome.greeting': 'Hello, {{userName}}',\n 'chatbox.welcome.description': 'How can I help you today?',\n 'chatbox.message.placeholder':\n 'Send a message and optionally upload a JSON, YAML, TXT, or XML file...',\n 'chatbox.fileUpload.failed': 'File upload failed',\n 'chatbox.fileUpload.infoText':\n 'Supported file types are: .txt, .yaml, .json and .xml. The maximum file size is 25 MB.',\n\n // Accessibility and ARIA labels\n 'aria.chatbotSelector': 'Chatbot selector',\n 'aria.important': 'Important',\n\n // Modal actions\n 'modal.edit': 'Edit',\n 'modal.save': 'Save',\n 'modal.close': 'Close',\n 'modal.cancel': 'Cancel',\n\n // Conversation actions\n 'conversation.delete': 'Delete',\n 'conversation.announcement.userMessage':\n 'Message from User: {{prompt}}. Message from Bot is loading.',\n\n // User states\n 'user.guest': 'Guest',\n 'user.loading': '...',\n\n // Button tooltips and labels\n 'tooltip.attach': 'Attach',\n 'tooltip.send': 'Send',\n 'tooltip.microphone.active': 'Stop listening',\n 'tooltip.microphone.inactive': 'Use microphone',\n 'button.newChat': 'New chat',\n\n // Modal titles\n 'modal.title.preview': 'Preview attachment',\n 'modal.title.edit': 'Edit attachment',\n\n // Alt texts for icons\n 'icon.lightspeed.alt': 'lightspeed icon',\n 'icon.permissionRequired.alt': 'permission required icon',\n\n // Message utilities\n 'message.options.label': 'Options',\n\n // File attachment errors\n 'file.upload.error.alreadyExists': 'File already exists.',\n 'file.upload.error.multipleFiles': 'Uploaded more than one file.',\n 'file.upload.error.unsupportedType':\n 'Unsupported file type. Supported types are: .txt, .yaml, .json and .xml.',\n 'file.upload.error.fileTooLarge':\n 'Your file size is too large. Please ensure that your file is less than 25 MB.',\n 'file.upload.error.readFailed': 'Failed to read file: {{errorMessage}}',\n\n // Developer error messages\n 'error.context.fileAttachment':\n 'useFileAttachmentContext must be within a FileAttachmentContextProvider',\n\n // Feedback actions\n 'feedback.form.title': 'Why did you choose this rating?',\n 'feedback.form.textAreaPlaceholder': 'Provide optional additional feedback',\n 'feedback.form.submitWord': 'Submit',\n 'feedback.tooltips.goodResponse': 'Good Response',\n 'feedback.tooltips.badResponse': 'Bad Response',\n 'feedback.tooltips.copied': 'Copied',\n 'feedback.tooltips.copy': 'Copy',\n 'feedback.tooltips.listening': 'Listening',\n 'feedback.tooltips.listen': 'Listen',\n 'feedback.quickResponses.positive.helpful': 'Helpful information',\n 'feedback.quickResponses.positive.easyToUnderstand': 'Easy to understand',\n 'feedback.quickResponses.positive.resolvedIssue': 'Resolved my issue',\n 'feedback.quickResponses.negative.didntAnswer': \"Didn't answer my question\",\n 'feedback.quickResponses.negative.hardToUnderstand': 'Hard to understand',\n 'feedback.quickResponses.negative.notHelpful': 'Not Helpful',\n 'feedback.completion.title': 'Feedback submitted',\n 'feedback.completion.body':\n \"We've received your response. Thank you for sharing your feedback!\",\n\n // Conversation categorization\n 'conversation.category.today': 'Today',\n 'conversation.category.yesterday': 'Yesterday',\n 'conversation.category.previous7Days': 'Previous 7 Days',\n 'conversation.category.previous30Days': 'Previous 30 Days',\n};\n\n/**\n * Translation Reference for Developer Lightspeed\n * @public\n **/\nexport const lightspeedTranslationRef = createTranslationRef({\n id: 'plugin.lightspeed',\n messages: lightspeedMessages,\n});\n"],"names":[],"mappings":";;AAuBO,MAAM,kBAAqB,GAAA;AAAA;AAAA,EAEhC,YAAc,EAAA,YAAA;AAAA,EACd,eAAiB,EAAA,kCAAA;AAAA;AAAA,EAGjB,+BAAiC,EAAA,8BAAA;AAAA,EACjC,iCACE,EAAA,sFAAA;AAAA,EACF,yBAA2B,EAAA,yBAAA;AAAA,EAC3B,2BACE,EAAA,iHAAA;AAAA,EACF,kCAAoC,EAAA,+BAAA;AAAA,EACpC,oCACE,EAAA,mGAAA;AAAA,EACF,gCAAkC,EAAA,4BAAA;AAAA,EAClC,kCACE,EAAA,6EAAA;AAAA,EACF,6BAA+B,EAAA,uBAAA;AAAA,EAC/B,+BACE,EAAA,6FAAA;AAAA,EACF,4BAA8B,EAAA,oBAAA;AAAA,EAC9B,8BACE,EAAA,+HAAA;AAAA,EACF,iCAAmC,EAAA,4BAAA;AAAA,EACnC,mCACE,EAAA,uGAAA;AAAA,EACF,iCAAmC,EAAA,8BAAA;AAAA,EACnC,mCACE,EAAA,sGAAA;AAAA,EACF,2BAA6B,EAAA,sCAAA;AAAA,EAC7B,6BACE,EAAA,+GAAA;AAAA;AAAA,EAGF,sBAAwB,EAAA,oBAAA;AAAA,EACxB,wBACE,EAAA,mFAAA;AAAA,EACF,yBAA2B,EAAA,gCAAA;AAAA,EAC3B,2BACE,EAAA,kGAAA;AAAA,EACF,oBAAsB,EAAA,4CAAA;AAAA,EACtB,sBACE,EAAA,kJAAA;AAAA;AAAA,EAGF,oCAAsC,EAAA,cAAA;AAAA,EACtC,sCACE,EAAA,kJAAA;AAAA,EACF,qCAAuC,EAAA,QAAA;AAAA;AAAA,EAGvC,2BAA6B,EAAA,qBAAA;AAAA,EAC7B,iCACE,EAAA,8IAAA;AAAA;AAAA,EAGF,2BACE,EAAA,goBAAA;AAAA,EACF,8BACE,EAAA,wbAAA;AAAA;AAAA,EAGF,uBACE,EAAA,oEAAA;AAAA,EACF,+BAAiC,EAAA,iBAAA;AAAA,EACjC,qCACE,EAAA,gOAAA;AAAA,EACF,mCAAqC,EAAA,oCAAA;AAAA,EACrC,mCAAqC,EAAA,QAAA;AAAA,EACrC,oCAAsC,EAAA,YAAA;AAAA;AAAA,EAGtC,eAAiB,EAAA,QAAA;AAAA;AAAA,EAGjB,sBAAwB,EAAA,UAAA;AAAA;AAAA,EAGxB,sBAAwB,EAAA,sBAAA;AAAA,EACxB,4BAA8B,EAAA,0BAAA;AAAA,EAC9B,0BAA4B,EAAA,qBAAA;AAAA,EAC5B,6BAA+B,EAAA,2BAAA;AAAA,EAC/B,6BACE,EAAA,wEAAA;AAAA,EACF,2BAA6B,EAAA,oBAAA;AAAA,EAC7B,6BACE,EAAA,wFAAA;AAAA;AAAA,EAGF,sBAAwB,EAAA,kBAAA;AAAA,EACxB,gBAAkB,EAAA,WAAA;AAAA;AAAA,EAGlB,YAAc,EAAA,MAAA;AAAA,EACd,YAAc,EAAA,MAAA;AAAA,EACd,aAAe,EAAA,OAAA;AAAA,EACf,cAAgB,EAAA,QAAA;AAAA;AAAA,EAGhB,qBAAuB,EAAA,QAAA;AAAA,EACvB,uCACE,EAAA,6DAAA;AAAA;AAAA,EAGF,YAAc,EAAA,OAAA;AAAA,EACd,cAAgB,EAAA,KAAA;AAAA;AAAA,EAGhB,gBAAkB,EAAA,QAAA;AAAA,EAClB,cAAgB,EAAA,MAAA;AAAA,EAChB,2BAA6B,EAAA,gBAAA;AAAA,EAC7B,6BAA+B,EAAA,gBAAA;AAAA,EAC/B,gBAAkB,EAAA,UAAA;AAAA;AAAA,EAGlB,qBAAuB,EAAA,oBAAA;AAAA,EACvB,kBAAoB,EAAA,iBAAA;AAAA;AAAA,EAGpB,qBAAuB,EAAA,iBAAA;AAAA,EACvB,6BAA+B,EAAA,0BAAA;AAAA;AAAA,EAG/B,uBAAyB,EAAA,SAAA;AAAA;AAAA,EAGzB,iCAAmC,EAAA,sBAAA;AAAA,EACnC,iCAAmC,EAAA,8BAAA;AAAA,EACnC,mCACE,EAAA,0EAAA;AAAA,EACF,gCACE,EAAA,+EAAA;AAAA,EACF,8BAAgC,EAAA,uCAAA;AAAA;AAAA,EAGhC,8BACE,EAAA,yEAAA;AAAA;AAAA,EAGF,qBAAuB,EAAA,iCAAA;AAAA,EACvB,mCAAqC,EAAA,sCAAA;AAAA,EACrC,0BAA4B,EAAA,QAAA;AAAA,EAC5B,gCAAkC,EAAA,eAAA;AAAA,EAClC,+BAAiC,EAAA,cAAA;AAAA,EACjC,0BAA4B,EAAA,QAAA;AAAA,EAC5B,wBAA0B,EAAA,MAAA;AAAA,EAC1B,6BAA+B,EAAA,WAAA;AAAA,EAC/B,0BAA4B,EAAA,QAAA;AAAA,EAC5B,0CAA4C,EAAA,qBAAA;AAAA,EAC5C,mDAAqD,EAAA,oBAAA;AAAA,EACrD,gDAAkD,EAAA,mBAAA;AAAA,EAClD,8CAAgD,EAAA,2BAAA;AAAA,EAChD,mDAAqD,EAAA,oBAAA;AAAA,EACrD,6CAA+C,EAAA,aAAA;AAAA,EAC/C,2BAA6B,EAAA,oBAAA;AAAA,EAC7B,0BACE,EAAA,oEAAA;AAAA;AAAA,EAGF,6BAA+B,EAAA,OAAA;AAAA,EAC/B,iCAAmC,EAAA,WAAA;AAAA,EACnC,qCAAuC,EAAA,iBAAA;AAAA,EACvC,sCAAwC,EAAA;AAC1C;AAMO,MAAM,2BAA2B,oBAAqB,CAAA;AAAA,EAC3D,EAAI,EAAA,mBAAA;AAAA,EACJ,QAAU,EAAA;AACZ,CAAC;;;;"}