@red-hat-developer-hub/backstage-plugin-lightspeed 1.1.2 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/README.md +26 -20
  3. package/dist/alpha.d.ts +24 -0
  4. package/dist/api/LightspeedApiClient.esm.js.map +1 -1
  5. package/dist/api/api.esm.js.map +1 -1
  6. package/dist/components/AttachmentContext.esm.js +12 -2
  7. package/dist/components/AttachmentContext.esm.js.map +1 -1
  8. package/dist/components/LightSpeedChat.esm.js +199 -39
  9. package/dist/components/LightSpeedChat.esm.js.map +1 -1
  10. package/dist/components/LightspeedChatBox.esm.js +70 -9
  11. package/dist/components/LightspeedChatBox.esm.js.map +1 -1
  12. package/dist/components/LightspeedChatBoxHeader.esm.js +84 -26
  13. package/dist/components/LightspeedChatBoxHeader.esm.js.map +1 -1
  14. package/dist/components/LightspeedChatContainer.esm.js +118 -0
  15. package/dist/components/LightspeedChatContainer.esm.js.map +1 -0
  16. package/dist/components/LightspeedDrawerContext.esm.js +6 -0
  17. package/dist/components/LightspeedDrawerContext.esm.js.map +1 -0
  18. package/dist/components/LightspeedDrawerProvider.esm.js +175 -0
  19. package/dist/components/LightspeedDrawerProvider.esm.js.map +1 -0
  20. package/dist/components/LightspeedDrawerStateExposer.esm.js +28 -0
  21. package/dist/components/LightspeedDrawerStateExposer.esm.js.map +1 -0
  22. package/dist/components/LightspeedFAB.esm.js +68 -0
  23. package/dist/components/LightspeedFAB.esm.js.map +1 -0
  24. package/dist/components/LightspeedIcon.esm.js +23 -2
  25. package/dist/components/LightspeedIcon.esm.js.map +1 -1
  26. package/dist/components/LightspeedPage.esm.js +5 -110
  27. package/dist/components/LightspeedPage.esm.js.map +1 -1
  28. package/dist/components/Router.esm.js +19 -0
  29. package/dist/components/Router.esm.js.map +1 -0
  30. package/dist/components/ToolCallContent.esm.js +217 -0
  31. package/dist/components/ToolCallContent.esm.js.map +1 -0
  32. package/dist/hooks/useConversationMessages.esm.js +136 -20
  33. package/dist/hooks/useConversationMessages.esm.js.map +1 -1
  34. package/dist/hooks/useLightspeedDrawerContext.esm.js +15 -0
  35. package/dist/hooks/useLightspeedDrawerContext.esm.js.map +1 -0
  36. package/dist/hooks/usePinnedChatsSettings.esm.js +118 -0
  37. package/dist/hooks/usePinnedChatsSettings.esm.js.map +1 -0
  38. package/dist/hooks/useSortSettings.esm.js +60 -0
  39. package/dist/hooks/useSortSettings.esm.js.map +1 -0
  40. package/dist/images/logo-black.svg +22 -0
  41. package/dist/images/rounded-logo.svg +22 -0
  42. package/dist/index.d.ts +52 -2
  43. package/dist/index.esm.js +4 -1
  44. package/dist/index.esm.js.map +1 -1
  45. package/dist/plugin.esm.js +44 -5
  46. package/dist/plugin.esm.js.map +1 -1
  47. package/dist/routes.esm.js +7 -2
  48. package/dist/routes.esm.js.map +1 -1
  49. package/dist/translations/de.esm.js +29 -1
  50. package/dist/translations/de.esm.js.map +1 -1
  51. package/dist/translations/es.esm.js +29 -1
  52. package/dist/translations/es.esm.js.map +1 -1
  53. package/dist/translations/fr.esm.js +29 -1
  54. package/dist/translations/fr.esm.js.map +1 -1
  55. package/dist/translations/it.esm.js +22 -1
  56. package/dist/translations/it.esm.js.map +1 -1
  57. package/dist/translations/ja.esm.js +22 -1
  58. package/dist/translations/ja.esm.js.map +1 -1
  59. package/dist/translations/ref.esm.js +29 -1
  60. package/dist/translations/ref.esm.js.map +1 -1
  61. package/dist/types.esm.js.map +1 -1
  62. package/dist/utils/lightspeed-chatbox-utils.esm.js +24 -5
  63. package/dist/utils/lightspeed-chatbox-utils.esm.js.map +1 -1
  64. package/dist/utils/reasoningParser.esm.js +46 -0
  65. package/dist/utils/reasoningParser.esm.js.map +1 -0
  66. package/dist/utils/toolCallMapper.esm.js +15 -0
  67. package/dist/utils/toolCallMapper.esm.js.map +1 -0
  68. package/dist/utils/user-utils.esm.js +7 -0
  69. package/dist/utils/user-utils.esm.js.map +1 -0
  70. package/package.json +9 -4
  71. package/app-config.yaml +0 -18
@@ -86,6 +86,7 @@ const lightspeedTranslationEs = createTranslationMessages({
86
86
  "aria.scroll.down": "Volver abajo",
87
87
  "aria.scroll.up": "Volver arriba",
88
88
  "aria.settings.label": "Opciones del chatbot",
89
+ "aria.close": "Cerrar chatbot",
89
90
  // Modal actions
90
91
  "modal.edit": "Editar",
91
92
  "modal.save": "Guardar",
@@ -111,6 +112,7 @@ const lightspeedTranslationEs = createTranslationMessages({
111
112
  "tooltip.backToTop": "Volver arriba",
112
113
  "tooltip.backToBottom": "Volver abajo",
113
114
  "tooltip.settings": "Opciones del chatbot",
115
+ "tooltip.close": "Cerrar",
114
116
  // Modal titles
115
117
  "modal.title.preview": "Vista previa del adjunto",
116
118
  "modal.title.edit": "Editar adjunto",
@@ -152,7 +154,33 @@ const lightspeedTranslationEs = createTranslationMessages({
152
154
  "settings.pinned.enable": "Habilitar chats fijados",
153
155
  "settings.pinned.disable": "Deshabilitar chats fijados",
154
156
  "settings.pinned.enabled.description": "Los chats fijados est\xE1n actualmente habilitados",
155
- "settings.pinned.disabled.description": "Los chats fijados est\xE1n actualmente deshabilitados"
157
+ "settings.pinned.disabled.description": "Los chats fijados est\xE1n actualmente deshabilitados",
158
+ // Tool calling
159
+ "toolCall.header": "Respuesta de herramienta: {{toolName}}",
160
+ "toolCall.thinking": "Pens\xF3 durante {{seconds}} segundos",
161
+ "toolCall.executionTime": "Tiempo de ejecuci\xF3n: ",
162
+ "toolCall.parameters": "Par\xE1metros",
163
+ "toolCall.response": "Respuesta",
164
+ "toolCall.showMore": "mostrar m\xE1s",
165
+ "toolCall.showLess": "mostrar menos",
166
+ "toolCall.loading": "Ejecutando herramienta...",
167
+ "toolCall.executing": "Ejecutando herramienta...",
168
+ "toolCall.copyResponse": "Copiar respuesta",
169
+ "toolCall.summary": "Aqu\xED tienes un resumen de tu respuesta",
170
+ "toolCall.mcpServer": "Servidor MCP",
171
+ // Display modes
172
+ "settings.displayMode.label": "Modo de visualizaci\xF3n",
173
+ "settings.displayMode.overlay": "Superposici\xF3n",
174
+ "settings.displayMode.docked": "Acoplar a ventana",
175
+ "settings.displayMode.fullscreen": "Pantalla completa",
176
+ // Sort options
177
+ "sort.label": "Ordenar conversaciones",
178
+ "sort.newest": "Fecha (m\xE1s reciente primero)",
179
+ "sort.oldest": "Fecha (m\xE1s antiguo primero)",
180
+ "sort.alphabeticalAsc": "Nombre (A-Z)",
181
+ "sort.alphabeticalDesc": "Nombre (Z-A)",
182
+ // Deep thinking
183
+ "reasoning.thinking": "Mostrar razonamiento"
156
184
  }
157
185
  });
158
186
 
@@ -1 +1 @@
1
- {"version":3,"file":"es.esm.js","sources":["../../src/translations/es.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\n\nimport { lightspeedTranslationRef } from './ref';\n\n/**\n * Spanish translation for Developer Lightspeed.\n * @public\n */\nconst lightspeedTranslationEs = createTranslationMessages({\n ref: lightspeedTranslationRef,\n messages: {\n // Page titles and headers\n 'page.title': 'Lightspeed',\n 'page.subtitle': 'Asistente de desarrollo impulsado por IA',\n\n // Sample prompts - General Development\n 'prompts.codeReadability.title':\n 'Obtener ayuda sobre legibilidad del código',\n 'prompts.codeReadability.message':\n '¿Puedes sugerir técnicas que pueda usar para hacer mi código más legible y mantenible?',\n 'prompts.debugging.title': 'Obtener ayuda con depuración',\n 'prompts.debugging.message':\n 'Mi aplicación está lanzando un error al intentar conectarse a la base de datos. ¿Puedes ayudarme a identificar el problema?',\n 'prompts.developmentConcept.title': 'Explicar un concepto de desarrollo',\n 'prompts.developmentConcept.message':\n '¿Puedes explicar cómo funciona la arquitectura de microservicios y sus ventajas sobre un diseño monolítico?',\n 'prompts.codeOptimization.title': 'Sugerir optimizaciones de código',\n 'prompts.codeOptimization.message':\n '¿Puedes sugerir formas comunes de optimizar el código para lograr mejor rendimiento?',\n 'prompts.documentation.title': 'Resumen de documentación',\n 'prompts.documentation.message':\n '¿Puedes resumir la documentación para implementar autenticación OAuth 2.0 en una aplicación web?',\n 'prompts.gitWorkflows.title': 'Flujos de trabajo con Git',\n 'prompts.gitWorkflows.message':\n 'Quiero hacer cambios en el código en otra rama sin perder mi trabajo existente. ¿Cuál es el procedimiento para hacer esto usando Git?',\n 'prompts.testingStrategies.title': 'Sugerir estrategias de prueba',\n 'prompts.testingStrategies.message':\n '¿Puedes recomendar algunas estrategias de prueba comunes que harán que mi aplicación sea robusta y libre de errores?',\n 'prompts.sortingAlgorithms.title':\n 'Desmitificar algoritmos de ordenamiento',\n 'prompts.sortingAlgorithms.message':\n '¿Puedes explicar la diferencia entre un algoritmo de ordenamiento rápido y uno de ordenamiento por mezcla, y cuándo usar cada uno?',\n 'prompts.eventDriven.title':\n 'Entender la arquitectura impulsada por eventos',\n 'prompts.eventDriven.message':\n '¿Puedes explicar qué es la arquitectura impulsada por eventos y cuándo es beneficioso usarla en el desarrollo de software?',\n\n // Sample prompts - RHDH Specific\n 'prompts.tekton.title': 'Implementar con Tekton',\n 'prompts.tekton.message':\n '¿Puedes ayudarme a automatizar la implementación de mi aplicación usando pipelines de Tekton?',\n 'prompts.openshift.title': 'Crear una implementación de OpenShift',\n 'prompts.openshift.message':\n '¿Puedes guiarme a través de la creación de una nueva implementación en OpenShift para una aplicación containerizada?',\n 'prompts.rhdh.title': 'Comenzar con Red Hat Developer Hub',\n 'prompts.rhdh.message':\n '¿Puedes guiarme a través de los primeros pasos para comenzar a usar Developer Hub como desarrollador, como explorar el Catálogo de Software y agregar mi servicio?',\n\n // Conversation history\n 'conversation.delete.confirm.title': '¿Eliminar chat?',\n 'conversation.delete.confirm.message':\n 'Ya no verás este chat aquí. Esto también eliminará la actividad relacionada como prompts, respuestas y comentarios de tu Actividad de Lightspeed.',\n 'conversation.delete.confirm.action': 'Eliminar',\n 'conversation.rename.confirm.title': '¿Renombrar chat?',\n 'conversation.rename.confirm.action': 'Renombrar',\n 'conversation.rename.placeholder': 'Nombre del chat',\n 'conversation.action.error': 'Error ocurrido: {{error}}',\n\n // Permissions\n 'permission.required.title': 'Permisos faltantes',\n 'permission.required.description':\n 'Para ver el plugin de lightspeed, contacta a tu administrador para que te dé los permisos <b>lightspeed.chat.read</b> y <b>lightspeed.chat.create</b>.',\n\n // Disclaimers\n 'disclaimer.withValidation':\n 'Esta función utiliza tecnología de IA. No incluyas información personal ni otra información sensible en tu entrada. Las interacciones pueden ser utilizadas para mejorar los productos o servicios de Red Hat.',\n 'disclaimer.withoutValidation':\n 'Esta función utiliza tecnología de IA. No incluyas información personal ni otra información sensible en tu entrada. Las interacciones pueden ser utilizadas para mejorar los productos o servicios de Red Hat.',\n\n // Footer and feedback\n 'footer.accuracy.label':\n 'Siempre revisa el contenido generado por IA antes de usarlo.',\n '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 'common.close': 'Cerrar',\n 'common.readMore': 'Leer más',\n 'common.noSearchResults': 'Ningún resultado coincide con la búsqueda',\n\n // Menu items\n 'menu.newConversation': 'Nuevo Chat',\n\n // Chat-specific UI elements\n 'chatbox.header.title': 'Developer Lightspeed',\n 'chatbox.search.placeholder': 'Buscar',\n 'chatbox.provider.other': 'Otro',\n 'chatbox.emptyState.noPinnedChats': 'No hay chats fijados',\n 'chatbox.emptyState.noRecentChats': 'No hay chats recientes',\n 'chatbox.emptyState.noResults.title': 'No se encontraron resultados',\n 'chatbox.emptyState.noResults.body':\n 'Ajusta tu consulta de búsqueda e inténtalo de nuevo. Verifica tu ortografía o prueba un término más general.',\n 'chatbox.welcome.greeting': 'Hola, {{userName}}',\n 'chatbox.welcome.description': '¿Cómo puedo ayudarte hoy?',\n 'chatbox.message.placeholder':\n 'Envía un mensaje y opcionalmente sube un archivo JSON, YAML, o TXT...',\n 'chatbox.fileUpload.failed': 'La carga del archivo falló',\n 'chatbox.fileUpload.infoText':\n 'Los tipos de archivo soportados son: .txt, .yaml, y .json. El tamaño máximo del archivo es 25 MB.',\n\n // Accessibility and ARIA labels\n 'aria.chatbotSelector': 'Selector de chatbot',\n 'aria.important': 'Importante',\n 'aria.chatHistoryMenu': 'Menú de historial de chat',\n 'aria.closeDrawerPanel': 'Cerrar panel lateral',\n 'aria.search.placeholder': 'Buscar',\n 'aria.searchPreviousConversations': 'Buscar chats anteriores',\n 'aria.resize': 'Redimensionar',\n 'aria.options.label': 'Opciones',\n 'aria.scroll.down': 'Volver abajo',\n 'aria.scroll.up': 'Volver arriba',\n 'aria.settings.label': 'Opciones del chatbot',\n\n // Modal actions\n 'modal.edit': 'Editar',\n 'modal.save': 'Guardar',\n 'modal.close': 'Cerrar',\n 'modal.cancel': 'Cancelar',\n\n // Conversation actions\n 'conversation.delete': 'Eliminar',\n 'conversation.rename': 'Renombrar',\n 'conversation.addToPinnedChats': 'Fijar',\n 'conversation.removeFromPinnedChats': 'Desfijar',\n 'conversation.announcement.userMessage':\n 'Mensaje del Usuario: {{prompt}}. El mensaje del Bot está cargando.',\n\n // User states\n 'user.guest': 'Invitado',\n 'user.loading': '...',\n\n // Button tooltips and labels\n 'tooltip.attach': 'Adjuntar',\n 'tooltip.send': 'Enviar',\n 'tooltip.microphone.active': 'Dejar de escuchar',\n 'tooltip.microphone.inactive': 'Usar micrófono',\n 'button.newChat': 'Nuevo chat',\n 'tooltip.chatHistoryMenu': 'Menú de historial de chat',\n 'tooltip.responseRecorded': 'Respuesta registrada',\n 'tooltip.backToTop': 'Volver arriba',\n 'tooltip.backToBottom': 'Volver abajo',\n 'tooltip.settings': 'Opciones del chatbot',\n\n // Modal titles\n 'modal.title.preview': 'Vista previa del adjunto',\n 'modal.title.edit': 'Editar adjunto',\n\n // Alt texts for icons\n 'icon.lightspeed.alt': 'icono de lightspeed',\n 'icon.permissionRequired.alt': 'icono de permiso requerido',\n\n // Message utilities\n 'message.options.label': 'Opciones',\n\n // File attachment errors\n 'file.upload.error.alreadyExists': 'El archivo ya existe.',\n 'file.upload.error.multipleFiles': 'Se subió más de un archivo.',\n 'file.upload.error.unsupportedType':\n 'Tipo de archivo no soportado. Los tipos soportados son: .txt, .yaml, y .json.',\n 'file.upload.error.fileTooLarge':\n 'El tamaño de tu archivo es demasiado grande. Por favor asegúrate de que tu archivo sea menor a 25 MB.',\n 'file.upload.error.readFailed':\n 'Error al leer el archivo: {{errorMessage}}',\n\n // Developer error messages\n 'error.context.fileAttachment':\n 'useFileAttachmentContext debe estar dentro de un FileAttachmentContextProvider',\n\n // Feedback actions\n 'feedback.form.title': '¿Por qué elegiste esta calificación?',\n 'feedback.form.textAreaPlaceholder':\n 'Proporciona comentarios adicionales opcionales',\n 'feedback.form.submitWord': 'Enviar',\n 'feedback.tooltips.goodResponse': 'Buena Respuesta',\n 'feedback.tooltips.badResponse': 'Mala Respuesta',\n 'feedback.tooltips.copied': 'Copiado',\n 'feedback.tooltips.copy': 'Copiar',\n 'feedback.tooltips.listening': 'Escuchando',\n 'feedback.tooltips.listen': 'Escuchar',\n 'feedback.quickResponses.positive.helpful': 'Información útil',\n 'feedback.quickResponses.positive.easyToUnderstand': 'Fácil de entender',\n 'feedback.quickResponses.positive.resolvedIssue': 'Resolvió mi problema',\n 'feedback.quickResponses.negative.didntAnswer': 'No respondió mi pregunta',\n 'feedback.quickResponses.negative.hardToUnderstand': 'Difícil de entender',\n 'feedback.quickResponses.negative.notHelpful': 'No fue útil',\n 'feedback.completion.title': 'Feedback enviado',\n 'feedback.completion.body':\n 'Hemos recibido tu respuesta. ¡Gracias por compartir tu feedback!',\n\n // Conversation categorization\n 'conversation.category.pinnedChats': 'Fijados',\n 'conversation.category.recent': 'Recientes',\n\n // lightspeed settings\n 'settings.pinned.enable': 'Habilitar chats fijados',\n 'settings.pinned.disable': 'Deshabilitar chats fijados',\n 'settings.pinned.enabled.description':\n 'Los chats fijados están actualmente habilitados',\n 'settings.pinned.disabled.description':\n 'Los chats fijados están actualmente deshabilitados',\n },\n});\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.delete.confirm.title': '¿Eliminar chat?',\n 'conversation.delete.confirm.message':\n 'Ya no verás este chat aquí. Esto también eliminará la actividad relacionada como prompts, respuestas y comentarios de tu Actividad de Lightspeed.',\n 'conversation.delete.confirm.action': 'Eliminar',\n 'conversation.rename.confirm.title': '¿Renombrar chat?',\n 'conversation.rename.confirm.action': 'Renombrar',\n 'conversation.rename.placeholder': 'Nombre del chat',\n 'conversation.action.error': 'Error ocurrido: {{error}}',\n\n // Permissions\n 'permission.required.title': 'Permisos faltantes',\n 'permission.required.description':\n 'Para ver el plugin de lightspeed, contacta a tu administrador para que te dé los permisos <b>lightspeed.chat.read</b> y <b>lightspeed.chat.create</b>.',\n\n // Disclaimers\n 'disclaimer.withValidation':\n 'Esta función utiliza tecnología de IA. No incluyas información personal ni otra información sensible en tu entrada. Las interacciones pueden ser utilizadas para mejorar los productos o servicios de Red Hat.',\n 'disclaimer.withoutValidation':\n 'Esta función utiliza tecnología de IA. No incluyas información personal ni otra información sensible en tu entrada. Las interacciones pueden ser utilizadas para mejorar los productos o servicios de Red Hat.',\n\n // Footer and feedback\n 'footer.accuracy.label':\n 'Siempre revisa el contenido generado por IA antes de usarlo.',\n '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 'common.close': 'Cerrar',\n 'common.readMore': 'Leer más',\n 'common.noSearchResults': 'Ningún resultado coincide con la búsqueda',\n\n // Menu items\n 'menu.newConversation': 'Nuevo Chat',\n\n // Chat-specific UI elements\n 'chatbox.header.title': 'Developer Lightspeed',\n 'chatbox.search.placeholder': 'Buscar',\n 'chatbox.provider.other': 'Otro',\n 'chatbox.emptyState.noPinnedChats': 'No hay chats fijados',\n 'chatbox.emptyState.noRecentChats': 'No hay chats recientes',\n 'chatbox.emptyState.noResults.title': 'No se encontraron resultados',\n 'chatbox.emptyState.noResults.body':\n 'Ajusta tu consulta de búsqueda e inténtalo de nuevo. Verifica tu ortografía o prueba un término más general.',\n 'chatbox.welcome.greeting': 'Hola, {{userName}}',\n 'chatbox.welcome.description': '¿Cómo puedo ayudarte hoy?',\n 'chatbox.message.placeholder':\n 'Envía un mensaje y opcionalmente sube un archivo JSON, YAML, o TXT...',\n 'chatbox.fileUpload.failed': 'La carga del archivo falló',\n 'chatbox.fileUpload.infoText':\n 'Los tipos de archivo soportados son: .txt, .yaml, y .json. El tamaño máximo del archivo es 25 MB.',\n\n // Accessibility and ARIA labels\n 'aria.chatbotSelector': 'Selector de chatbot',\n 'aria.important': 'Importante',\n 'aria.chatHistoryMenu': 'Menú de historial de chat',\n 'aria.closeDrawerPanel': 'Cerrar panel lateral',\n 'aria.search.placeholder': 'Buscar',\n 'aria.searchPreviousConversations': 'Buscar chats anteriores',\n 'aria.resize': 'Redimensionar',\n 'aria.options.label': 'Opciones',\n 'aria.scroll.down': 'Volver abajo',\n 'aria.scroll.up': 'Volver arriba',\n 'aria.settings.label': 'Opciones del chatbot',\n 'aria.close': 'Cerrar chatbot',\n\n // Modal actions\n 'modal.edit': 'Editar',\n 'modal.save': 'Guardar',\n 'modal.close': 'Cerrar',\n 'modal.cancel': 'Cancelar',\n\n // Conversation actions\n 'conversation.delete': 'Eliminar',\n 'conversation.rename': 'Renombrar',\n 'conversation.addToPinnedChats': 'Fijar',\n 'conversation.removeFromPinnedChats': 'Desfijar',\n 'conversation.announcement.userMessage':\n 'Mensaje del Usuario: {{prompt}}. El mensaje del Bot está cargando.',\n\n // User states\n 'user.guest': 'Invitado',\n 'user.loading': '...',\n\n // Button tooltips and labels\n 'tooltip.attach': 'Adjuntar',\n 'tooltip.send': 'Enviar',\n 'tooltip.microphone.active': 'Dejar de escuchar',\n 'tooltip.microphone.inactive': 'Usar micrófono',\n 'button.newChat': 'Nuevo chat',\n 'tooltip.chatHistoryMenu': 'Menú de historial de chat',\n 'tooltip.responseRecorded': 'Respuesta registrada',\n 'tooltip.backToTop': 'Volver arriba',\n 'tooltip.backToBottom': 'Volver abajo',\n 'tooltip.settings': 'Opciones del chatbot',\n 'tooltip.close': 'Cerrar',\n\n // Modal titles\n 'modal.title.preview': 'Vista previa del adjunto',\n 'modal.title.edit': 'Editar adjunto',\n\n // Alt texts for icons\n 'icon.lightspeed.alt': 'icono de lightspeed',\n 'icon.permissionRequired.alt': 'icono de permiso requerido',\n\n // Message utilities\n 'message.options.label': 'Opciones',\n\n // File attachment errors\n 'file.upload.error.alreadyExists': 'El archivo ya existe.',\n 'file.upload.error.multipleFiles': 'Se subió más de un archivo.',\n 'file.upload.error.unsupportedType':\n 'Tipo de archivo no soportado. Los tipos soportados son: .txt, .yaml, y .json.',\n 'file.upload.error.fileTooLarge':\n 'El tamaño de tu archivo es demasiado grande. Por favor asegúrate de que tu archivo sea menor a 25 MB.',\n 'file.upload.error.readFailed':\n 'Error al leer el archivo: {{errorMessage}}',\n\n // Developer error messages\n 'error.context.fileAttachment':\n 'useFileAttachmentContext debe estar dentro de un FileAttachmentContextProvider',\n\n // Feedback actions\n 'feedback.form.title': '¿Por qué elegiste esta calificación?',\n 'feedback.form.textAreaPlaceholder':\n 'Proporciona comentarios adicionales opcionales',\n 'feedback.form.submitWord': 'Enviar',\n 'feedback.tooltips.goodResponse': 'Buena Respuesta',\n 'feedback.tooltips.badResponse': 'Mala Respuesta',\n 'feedback.tooltips.copied': 'Copiado',\n 'feedback.tooltips.copy': 'Copiar',\n 'feedback.tooltips.listening': 'Escuchando',\n 'feedback.tooltips.listen': 'Escuchar',\n 'feedback.quickResponses.positive.helpful': 'Información útil',\n 'feedback.quickResponses.positive.easyToUnderstand': 'Fácil de entender',\n 'feedback.quickResponses.positive.resolvedIssue': 'Resolvió mi problema',\n 'feedback.quickResponses.negative.didntAnswer': 'No respondió mi pregunta',\n 'feedback.quickResponses.negative.hardToUnderstand': 'Difícil de entender',\n 'feedback.quickResponses.negative.notHelpful': 'No fue útil',\n 'feedback.completion.title': 'Feedback enviado',\n 'feedback.completion.body':\n 'Hemos recibido tu respuesta. ¡Gracias por compartir tu feedback!',\n\n // Conversation categorization\n 'conversation.category.pinnedChats': 'Fijados',\n 'conversation.category.recent': 'Recientes',\n\n // lightspeed settings\n 'settings.pinned.enable': 'Habilitar chats fijados',\n 'settings.pinned.disable': 'Deshabilitar chats fijados',\n 'settings.pinned.enabled.description':\n 'Los chats fijados están actualmente habilitados',\n 'settings.pinned.disabled.description':\n 'Los chats fijados están actualmente deshabilitados',\n\n // Tool calling\n 'toolCall.header': 'Respuesta de herramienta: {{toolName}}',\n 'toolCall.thinking': 'Pensó durante {{seconds}} segundos',\n 'toolCall.executionTime': 'Tiempo de ejecución: ',\n 'toolCall.parameters': 'Parámetros',\n 'toolCall.response': 'Respuesta',\n 'toolCall.showMore': 'mostrar más',\n 'toolCall.showLess': 'mostrar menos',\n 'toolCall.loading': 'Ejecutando herramienta...',\n 'toolCall.executing': 'Ejecutando herramienta...',\n 'toolCall.copyResponse': 'Copiar respuesta',\n 'toolCall.summary': 'Aquí tienes un resumen de tu respuesta',\n 'toolCall.mcpServer': 'Servidor MCP',\n // Display modes\n 'settings.displayMode.label': 'Modo de visualización',\n 'settings.displayMode.overlay': 'Superposición',\n 'settings.displayMode.docked': 'Acoplar a ventana',\n 'settings.displayMode.fullscreen': 'Pantalla completa',\n\n // Sort options\n 'sort.label': 'Ordenar conversaciones',\n 'sort.newest': 'Fecha (más reciente primero)',\n 'sort.oldest': 'Fecha (más antiguo primero)',\n 'sort.alphabeticalAsc': 'Nombre (A-Z)',\n 'sort.alphabeticalDesc': 'Nombre (Z-A)',\n\n // Deep thinking\n 'reasoning.thinking': 'Mostrar razonamiento',\n },\n});\n\nexport default lightspeedTranslationEs;\n"],"names":[],"mappings":"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"}
@@ -75,6 +75,7 @@ const lightspeedTranslationFr = createTranslationMessages({
75
75
  "aria.scroll.down": "De haut en bas",
76
76
  "aria.scroll.up": "De bas en haut",
77
77
  "aria.settings.label": "Options Chatbot",
78
+ "aria.close": "Fermer le chatbot",
78
79
  "modal.edit": "Modifier",
79
80
  "modal.save": "Sauvegarder",
80
81
  "modal.close": "Fermer",
@@ -96,6 +97,7 @@ const lightspeedTranslationFr = createTranslationMessages({
96
97
  "tooltip.backToTop": "De bas en haut",
97
98
  "tooltip.backToBottom": "De haut en bas",
98
99
  "tooltip.settings": "Options Chatbot",
100
+ "tooltip.close": "Fermer",
99
101
  "modal.title.preview": "Aper\xE7u de la pi\xE8ce jointe",
100
102
  "modal.title.edit": "Modifier la pi\xE8ce jointe",
101
103
  "icon.lightspeed.alt": "Ic\xF4ne Lightspeed",
@@ -129,7 +131,33 @@ const lightspeedTranslationFr = createTranslationMessages({
129
131
  "settings.pinned.enable": "Activer les conversations \xE9pingl\xE9es",
130
132
  "settings.pinned.disable": "D\xE9sactiver les conversations \xE9pingl\xE9es",
131
133
  "settings.pinned.enabled.description": "Les conversation \xE9pingl\xE9es sont actuellement activ\xE9es",
132
- "settings.pinned.disabled.description": "Les conversations \xE9pingl\xE9es sont actuellement d\xE9sactiv\xE9es"
134
+ "settings.pinned.disabled.description": "Les conversations \xE9pingl\xE9es sont actuellement d\xE9sactiv\xE9es",
135
+ // Tool calling
136
+ "toolCall.header": "R\xE9ponse de l'outil : {{toolName}}",
137
+ "toolCall.thinking": "A r\xE9fl\xE9chi pendant {{seconds}} secondes",
138
+ "toolCall.executionTime": "Temps d'ex\xE9cution : ",
139
+ "toolCall.parameters": "Param\xE8tres",
140
+ "toolCall.response": "R\xE9ponse",
141
+ "toolCall.showMore": "afficher plus",
142
+ "toolCall.showLess": "afficher moins",
143
+ "toolCall.loading": "Ex\xE9cution de l'outil...",
144
+ "toolCall.executing": "Ex\xE9cution de l'outil...",
145
+ "toolCall.copyResponse": "Copier la r\xE9ponse",
146
+ "toolCall.summary": "Voici un r\xE9sum\xE9 de votre r\xE9ponse",
147
+ "toolCall.mcpServer": "Serveur MCP",
148
+ // Display modes
149
+ "settings.displayMode.label": "Mode d'affichage",
150
+ "settings.displayMode.overlay": "Superposition",
151
+ "settings.displayMode.docked": "Ancrer \xE0 la fen\xEAtre",
152
+ "settings.displayMode.fullscreen": "Plein \xE9cran",
153
+ // Sort options
154
+ "sort.label": "Trier les conversations",
155
+ "sort.newest": "Date (plus r\xE9cent en premier)",
156
+ "sort.oldest": "Date (plus ancien en premier)",
157
+ "sort.alphabeticalAsc": "Nom (A-Z)",
158
+ "sort.alphabeticalDesc": "Nom (Z-A)",
159
+ // Deep thinking
160
+ "reasoning.thinking": "Afficher la r\xE9flexion"
133
161
  }
134
162
  });
135
163
 
@@ -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 './ref';\n\n/**\n * fr translation for plugin.lightspeed.\n * @public\n */\nconst lightspeedTranslationFr = createTranslationMessages({\n ref: lightspeedTranslationRef,\n messages: {\n 'page.title': 'Lightspeed',\n 'page.subtitle': 'Assistant de développement AI-POWERED',\n 'prompts.codeReadability.title': 'Obtenir de l’aide pour Décrypter le Code',\n 'prompts.codeReadability.message':\n 'Pourriez-vous me suggérer des techniques qui puissent rendre mon code plus lisible et facile d’entretien?',\n 'prompts.debugging.title': 'Aide Débogage',\n 'prompts.debugging.message':\n 'Mon application me renvoie une erreur lorsque j’essaie de me connecter à 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 'Pourriez-vous m’expliquer comment l’architecture des microservices fonctionne et quels sont ses avantages par rapport à un design monolithic ?',\n 'prompts.codeOptimization.title': 'Suggestions d’Optmisation de Code',\n 'prompts.codeOptimization.message':\n 'Pourriez-vous me suggérer les façons d’optimiser le code pour le rendre plus performant ?',\n 'prompts.documentation.title': 'Récapitulatif de la documentation',\n 'prompts.documentation.message':\n 'Pourriez-vous résumer la documentation d’implémentation de l’authentification 2.0 dans un app web ?',\n 'prompts.gitWorkflows.title': 'Flux de travail dans Git',\n 'prompts.gitWorkflows.message':\n 'Je souhaite changer le code sur une autre branche sans perdre mon travail existant. Quelle est la procédure pour ce faire sans utiliser Git ?',\n 'prompts.testingStrategies.title': 'Suggestions de Stratégies pour Tester',\n 'prompts.testingStrategies.message':\n 'Pourriez-vous me conseiller des stratégies communes pour tester qui puissent rendre mon application robuste et sans erreurs?',\n 'prompts.sortingAlgorithms.title':\n 'Démystification les Algorithmes de triage',\n 'prompts.sortingAlgorithms.message':\n 'Pourriez-vous m’expliquer quelle est la différence entre un triage rapide (quicksort) et un triage de regroupement (mergesort), et quand utiliser quoi?',\n 'prompts.eventDriven.title': 'Comprendre l’Architecture basée-événement',\n 'prompts.eventDriven.message':\n 'Pourriez-vous m’expliquer l’architecture basée-événement et quand il faut l’utiliser pour le développement des logiciels?',\n 'prompts.tekton.title': 'Déployer avec Tekton',\n 'prompts.tekton.message':\n 'Pourriez-vous m’aider à automatiser le déploiement de mon application en utilisant les pipelines Tekton ?',\n 'prompts.openshift.title': 'Créer un Déploiement Openshift',\n 'prompts.openshift.message':\n 'Pourriez-vous me guider sur la façon de créer un nouveau développement Openshift pour une application conteneurisée ?',\n 'prompts.rhdh.title': 'Guide de Démarrage de Red Hat Developer Hub',\n 'prompts.rhdh.message':\n 'Pourriez-vous me guider pour les premières étapes de démarrage avec Developer Hub en tant que développeur, comme explorer le Software Catalog et ajouter mon service ?',\n 'conversation.delete.confirm.title': 'Supprimer cette conversation ?',\n 'conversation.delete.confirm.message':\n 'Vous ne verrez plus cette conversation ici. Cela supprimera également les activités associées comme les prompts, réponses, et commentaires de votre activité Lightspeed.',\n 'conversation.delete.confirm.action': 'Supprimer',\n 'conversation.rename.confirm.title': 'Renommer la conversation ?',\n 'conversation.rename.confirm.action': 'Renommer',\n 'conversation.rename.placeholder': 'Nom de la conversation',\n 'conversation.action.error': 'Erreur: {{error}}',\n 'permission.required.title': 'Autorisations manquantes',\n 'permission.required.description':\n 'Pour afficher le plugin lightspeed, veuillez contacter votre administrateur pour qu’il vous donne les permissions<b>lightspeed.chat.read</b> et <b>lightspeed.chat.create</b> .',\n 'disclaimer.withValidation':\n 'Cette fonctionnalité utilise la technologie AI. Ne pas inclure d’informations personnelles ou toute autre information sensible dans vos entrées de données. Des interactions pourront être utilisées pour améliorer les produits ou services de Red Hat.',\n 'disclaimer.withoutValidation':\n 'Cette fonctionnalité utilise la technologie AI. Ne pas inclure d’informations personnelles ou toute autre information sensible dans vos entrées de données. Des interactions pourront être utilisées pour améliorer les produits ou services de Red Hat.',\n 'footer.accuracy.label':\n 'Toujours vérifier le contenu AI généré avant utilisation.',\n 'footer.accuracy.popover.title': 'Vérifier l’exactitude',\n 'footer.accuracy.popover.description':\n 'Bien que Developer Lightspeed soit orienté sur l’exactitude, il y a toujours possibilité d’erreurs. Il est toujours bon de vérifier les informations critiques à partir de sources de confiance, surtout si c’est crucial pour prendre des décisions ou entreprendre des actions.',\n 'footer.accuracy.popover.image.alt':\n 'Exemple d’image de note de bas de page popover',\n 'footer.accuracy.popover.cta.label': \"J'ai compris!\",\n 'footer.accuracy.popover.link.label': 'En savoir plus',\n 'common.cancel': 'Annuler',\n 'common.close': 'Fermer',\n 'common.readMore': 'En savoir plus',\n 'common.noSearchResults': 'Aucun résultat ne correspond à cette demande',\n 'menu.newConversation': 'Nouvelle Conversation',\n 'chatbox.header.title': 'Developer Lightspeed',\n 'chatbox.search.placeholder': 'Recherche',\n 'chatbox.provider.other': 'Autre',\n 'chatbox.emptyState.noPinnedChats': 'Aucune conversation épinglée',\n 'chatbox.emptyState.noRecentChats': 'Aucune conversation récente',\n 'chatbox.emptyState.noResults.title': 'Aucun résultat trouvé',\n 'chatbox.emptyState.noResults.body':\n 'Ajuster votre recherche et essayer à nouveau. Vérifier votre orthographe et essayez un terme plus général.',\n 'chatbox.welcome.greeting': 'Hello, {{userName}}',\n 'chatbox.welcome.description': 'Comment puis-je vous aider ?',\n 'chatbox.message.placeholder':\n 'Envoyer un message et télécharger un fichier JSON, YAML, ou TXT...',\n 'chatbox.fileUpload.failed': 'Le chargement de fichiers a échoué',\n 'chatbox.fileUpload.infoText':\n 'Types de fichiers pris en charge: .txt, .yaml, and .json. La taille maximale est de 25 MB.',\n 'aria.chatbotSelector': 'Sélecteur Chatbot',\n 'aria.important': 'Important',\n 'aria.chatHistoryMenu': 'Menu de l’historique de conversations',\n 'aria.closeDrawerPanel': 'Fermer le panneau de tiroirs',\n 'aria.search.placeholder': 'Recherche',\n 'aria.searchPreviousConversations': 'Recherche des anciennes conversations',\n 'aria.resize': 'Redimensionnement',\n 'aria.options.label': 'Options',\n 'aria.scroll.down': 'De haut en bas',\n 'aria.scroll.up': 'De bas en haut',\n 'aria.settings.label': 'Options Chatbot',\n 'modal.edit': 'Modifier',\n 'modal.save': 'Sauvegarder',\n 'modal.close': 'Fermer',\n 'modal.cancel': 'Annuler',\n 'conversation.delete': 'Supprimer',\n 'conversation.rename': 'Renommer',\n 'conversation.addToPinnedChats': 'Épingler',\n 'conversation.removeFromPinnedChats': 'Détacher',\n 'conversation.announcement.userMessage':\n 'Message en provenance de l’utilisateur: {{prompt}}. Message en provenance du Bot en cours de chargement.',\n 'user.guest': 'Invité',\n 'user.loading': '...',\n 'tooltip.attach': 'Attacher',\n 'tooltip.send': 'Envoyer',\n 'tooltip.microphone.active': 'Cessez d’écouter',\n 'tooltip.microphone.inactive': 'Utilisez le micro',\n 'button.newChat': 'Nouvelle Conversation',\n 'tooltip.chatHistoryMenu': 'Menu de l’historique de conversations',\n 'tooltip.responseRecorded': 'Réponse enregistrée',\n 'tooltip.backToTop': 'De bas en haut',\n 'tooltip.backToBottom': 'De haut en bas',\n 'tooltip.settings': 'Options Chatbot',\n 'modal.title.preview': 'Aperçu de la pièce jointe',\n 'modal.title.edit': 'Modifier la pièce jointe',\n 'icon.lightspeed.alt': 'Icône Lightspeed',\n 'icon.permissionRequired.alt': 'icône d’autorisation requise',\n 'message.options.label': 'Options',\n 'file.upload.error.alreadyExists': 'Le fichier existe déjà',\n 'file.upload.error.multipleFiles': 'Télécharger plus d’un fichier.',\n 'file.upload.error.unsupportedType':\n 'Type de fichier non pris en charge. Types de fichiers pris en charge: .txt, .yaml, and .json.',\n 'file.upload.error.fileTooLarge':\n 'Votre taille de fichier est trop grande. Veuillez vous assurer que votre fichier soit inférieur à 25MB.',\n 'file.upload.error.readFailed':\n 'Impossible de lire le fichier : {{errorMessage}}',\n 'error.context.fileAttachment':\n 'useFileAttachmentContext doit être dans un FileAttachmentContextProvider',\n 'feedback.form.title': 'Pourquoi avez-vous sélectionnée cette estimation ?',\n 'feedback.form.textAreaPlaceholder':\n 'Veuillez-nous offrir des commentaires supplémentaires ?',\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': 'En cours d’écoute',\n 'feedback.tooltips.listen': 'Écouter',\n 'feedback.quickResponses.positive.helpful': 'Information utile',\n 'feedback.quickResponses.positive.easyToUnderstand': 'Facile à comprendre',\n 'feedback.quickResponses.positive.resolvedIssue':\n 'A pu résoudre 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': 'Peu utile',\n 'feedback.completion.title': 'Commentaire soumis',\n 'feedback.completion.body':\n 'Nous avons reçu votre réponse. Merci de partager vos commentaires avec nous !',\n 'conversation.category.pinnedChats': 'Épinglé',\n 'conversation.category.recent': 'Récent',\n 'settings.pinned.enable': 'Activer les conversations épinglées',\n 'settings.pinned.disable': 'Désactiver les conversations épinglées',\n 'settings.pinned.enabled.description':\n 'Les conversation épinglées sont actuellement activées',\n 'settings.pinned.disabled.description':\n 'Les conversations épinglées sont actuellement désactivées',\n },\n});\n\nexport default lightspeedTranslationFr;\n"],"names":[],"mappings":"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"}
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 * fr translation for plugin.lightspeed.\n * @public\n */\nconst lightspeedTranslationFr = createTranslationMessages({\n ref: lightspeedTranslationRef,\n messages: {\n 'page.title': 'Lightspeed',\n 'page.subtitle': 'Assistant de développement AI-POWERED',\n 'prompts.codeReadability.title': 'Obtenir de l’aide pour Décrypter le Code',\n 'prompts.codeReadability.message':\n 'Pourriez-vous me suggérer des techniques qui puissent rendre mon code plus lisible et facile d’entretien?',\n 'prompts.debugging.title': 'Aide Débogage',\n 'prompts.debugging.message':\n 'Mon application me renvoie une erreur lorsque j’essaie de me connecter à 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 'Pourriez-vous m’expliquer comment l’architecture des microservices fonctionne et quels sont ses avantages par rapport à un design monolithic ?',\n 'prompts.codeOptimization.title': 'Suggestions d’Optmisation de Code',\n 'prompts.codeOptimization.message':\n 'Pourriez-vous me suggérer les façons d’optimiser le code pour le rendre plus performant ?',\n 'prompts.documentation.title': 'Récapitulatif de la documentation',\n 'prompts.documentation.message':\n 'Pourriez-vous résumer la documentation d’implémentation de l’authentification 2.0 dans un app web ?',\n 'prompts.gitWorkflows.title': 'Flux de travail dans Git',\n 'prompts.gitWorkflows.message':\n 'Je souhaite changer le code sur une autre branche sans perdre mon travail existant. Quelle est la procédure pour ce faire sans utiliser Git ?',\n 'prompts.testingStrategies.title': 'Suggestions de Stratégies pour Tester',\n 'prompts.testingStrategies.message':\n 'Pourriez-vous me conseiller des stratégies communes pour tester qui puissent rendre mon application robuste et sans erreurs?',\n 'prompts.sortingAlgorithms.title':\n 'Démystification les Algorithmes de triage',\n 'prompts.sortingAlgorithms.message':\n 'Pourriez-vous m’expliquer quelle est la différence entre un triage rapide (quicksort) et un triage de regroupement (mergesort), et quand utiliser quoi?',\n 'prompts.eventDriven.title': 'Comprendre l’Architecture basée-événement',\n 'prompts.eventDriven.message':\n 'Pourriez-vous m’expliquer l’architecture basée-événement et quand il faut l’utiliser pour le développement des logiciels?',\n 'prompts.tekton.title': 'Déployer avec Tekton',\n 'prompts.tekton.message':\n 'Pourriez-vous m’aider à automatiser le déploiement de mon application en utilisant les pipelines Tekton ?',\n 'prompts.openshift.title': 'Créer un Déploiement Openshift',\n 'prompts.openshift.message':\n 'Pourriez-vous me guider sur la façon de créer un nouveau développement Openshift pour une application conteneurisée ?',\n 'prompts.rhdh.title': 'Guide de Démarrage de Red Hat Developer Hub',\n 'prompts.rhdh.message':\n 'Pourriez-vous me guider pour les premières étapes de démarrage avec Developer Hub en tant que développeur, comme explorer le Software Catalog et ajouter mon service ?',\n 'conversation.delete.confirm.title': 'Supprimer cette conversation ?',\n 'conversation.delete.confirm.message':\n 'Vous ne verrez plus cette conversation ici. Cela supprimera également les activités associées comme les prompts, réponses, et commentaires de votre activité Lightspeed.',\n 'conversation.delete.confirm.action': 'Supprimer',\n 'conversation.rename.confirm.title': 'Renommer la conversation ?',\n 'conversation.rename.confirm.action': 'Renommer',\n 'conversation.rename.placeholder': 'Nom de la conversation',\n 'conversation.action.error': 'Erreur: {{error}}',\n 'permission.required.title': 'Autorisations manquantes',\n 'permission.required.description':\n 'Pour afficher le plugin lightspeed, veuillez contacter votre administrateur pour qu’il vous donne les permissions<b>lightspeed.chat.read</b> et <b>lightspeed.chat.create</b> .',\n 'disclaimer.withValidation':\n 'Cette fonctionnalité utilise la technologie AI. Ne pas inclure d’informations personnelles ou toute autre information sensible dans vos entrées de données. Des interactions pourront être utilisées pour améliorer les produits ou services de Red Hat.',\n 'disclaimer.withoutValidation':\n 'Cette fonctionnalité utilise la technologie AI. Ne pas inclure d’informations personnelles ou toute autre information sensible dans vos entrées de données. Des interactions pourront être utilisées pour améliorer les produits ou services de Red Hat.',\n 'footer.accuracy.label':\n 'Toujours vérifier le contenu AI généré avant utilisation.',\n 'footer.accuracy.popover.title': 'Vérifier l’exactitude',\n 'footer.accuracy.popover.description':\n 'Bien que Developer Lightspeed soit orienté sur l’exactitude, il y a toujours possibilité d’erreurs. Il est toujours bon de vérifier les informations critiques à partir de sources de confiance, surtout si c’est crucial pour prendre des décisions ou entreprendre des actions.',\n 'footer.accuracy.popover.image.alt':\n 'Exemple d’image de note de bas de page popover',\n 'footer.accuracy.popover.cta.label': \"J'ai compris!\",\n 'footer.accuracy.popover.link.label': 'En savoir plus',\n 'common.cancel': 'Annuler',\n 'common.close': 'Fermer',\n 'common.readMore': 'En savoir plus',\n 'common.noSearchResults': 'Aucun résultat ne correspond à cette demande',\n 'menu.newConversation': 'Nouvelle Conversation',\n 'chatbox.header.title': 'Developer Lightspeed',\n 'chatbox.search.placeholder': 'Recherche',\n 'chatbox.provider.other': 'Autre',\n 'chatbox.emptyState.noPinnedChats': 'Aucune conversation épinglée',\n 'chatbox.emptyState.noRecentChats': 'Aucune conversation récente',\n 'chatbox.emptyState.noResults.title': 'Aucun résultat trouvé',\n 'chatbox.emptyState.noResults.body':\n 'Ajuster votre recherche et essayer à nouveau. Vérifier votre orthographe et essayez un terme plus général.',\n 'chatbox.welcome.greeting': 'Hello, {{userName}}',\n 'chatbox.welcome.description': 'Comment puis-je vous aider ?',\n 'chatbox.message.placeholder':\n 'Envoyer un message et télécharger un fichier JSON, YAML, ou TXT...',\n 'chatbox.fileUpload.failed': 'Le chargement de fichiers a échoué',\n 'chatbox.fileUpload.infoText':\n 'Types de fichiers pris en charge: .txt, .yaml, and .json. La taille maximale est de 25 MB.',\n 'aria.chatbotSelector': 'Sélecteur Chatbot',\n 'aria.important': 'Important',\n 'aria.chatHistoryMenu': 'Menu de l’historique de conversations',\n 'aria.closeDrawerPanel': 'Fermer le panneau de tiroirs',\n 'aria.search.placeholder': 'Recherche',\n 'aria.searchPreviousConversations': 'Recherche des anciennes conversations',\n 'aria.resize': 'Redimensionnement',\n 'aria.options.label': 'Options',\n 'aria.scroll.down': 'De haut en bas',\n 'aria.scroll.up': 'De bas en haut',\n 'aria.settings.label': 'Options Chatbot',\n 'aria.close': 'Fermer le chatbot',\n\n 'modal.edit': 'Modifier',\n 'modal.save': 'Sauvegarder',\n 'modal.close': 'Fermer',\n 'modal.cancel': 'Annuler',\n 'conversation.delete': 'Supprimer',\n 'conversation.rename': 'Renommer',\n 'conversation.addToPinnedChats': 'Épingler',\n 'conversation.removeFromPinnedChats': 'Détacher',\n 'conversation.announcement.userMessage':\n 'Message en provenance de l’utilisateur: {{prompt}}. Message en provenance du Bot en cours de chargement.',\n 'user.guest': 'Invité',\n 'user.loading': '...',\n 'tooltip.attach': 'Attacher',\n 'tooltip.send': 'Envoyer',\n 'tooltip.microphone.active': 'Cessez d’écouter',\n 'tooltip.microphone.inactive': 'Utilisez le micro',\n 'button.newChat': 'Nouvelle Conversation',\n 'tooltip.chatHistoryMenu': 'Menu de l’historique de conversations',\n 'tooltip.responseRecorded': 'Réponse enregistrée',\n 'tooltip.backToTop': 'De bas en haut',\n 'tooltip.backToBottom': 'De haut en bas',\n 'tooltip.settings': 'Options Chatbot',\n 'tooltip.close': 'Fermer',\n\n 'modal.title.preview': 'Aperçu de la pièce jointe',\n 'modal.title.edit': 'Modifier la pièce jointe',\n 'icon.lightspeed.alt': 'Icône Lightspeed',\n 'icon.permissionRequired.alt': 'icône d’autorisation requise',\n 'message.options.label': 'Options',\n 'file.upload.error.alreadyExists': 'Le fichier existe déjà',\n 'file.upload.error.multipleFiles': 'Télécharger plus d’un fichier.',\n 'file.upload.error.unsupportedType':\n 'Type de fichier non pris en charge. Types de fichiers pris en charge: .txt, .yaml, and .json.',\n 'file.upload.error.fileTooLarge':\n 'Votre taille de fichier est trop grande. Veuillez vous assurer que votre fichier soit inférieur à 25MB.',\n 'file.upload.error.readFailed':\n 'Impossible de lire le fichier : {{errorMessage}}',\n 'error.context.fileAttachment':\n 'useFileAttachmentContext doit être dans un FileAttachmentContextProvider',\n 'feedback.form.title': 'Pourquoi avez-vous sélectionnée cette estimation ?',\n 'feedback.form.textAreaPlaceholder':\n 'Veuillez-nous offrir des commentaires supplémentaires ?',\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': 'En cours d’écoute',\n 'feedback.tooltips.listen': 'Écouter',\n 'feedback.quickResponses.positive.helpful': 'Information utile',\n 'feedback.quickResponses.positive.easyToUnderstand': 'Facile à comprendre',\n 'feedback.quickResponses.positive.resolvedIssue':\n 'A pu résoudre 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': 'Peu utile',\n 'feedback.completion.title': 'Commentaire soumis',\n 'feedback.completion.body':\n 'Nous avons reçu votre réponse. Merci de partager vos commentaires avec nous !',\n 'conversation.category.pinnedChats': 'Épinglé',\n 'conversation.category.recent': 'Récent',\n 'settings.pinned.enable': 'Activer les conversations épinglées',\n 'settings.pinned.disable': 'Désactiver les conversations épinglées',\n 'settings.pinned.enabled.description':\n 'Les conversation épinglées sont actuellement activées',\n 'settings.pinned.disabled.description':\n 'Les conversations épinglées sont actuellement désactivées',\n\n // Tool calling\n 'toolCall.header': \"Réponse de l'outil : {{toolName}}\",\n 'toolCall.thinking': 'A réfléchi pendant {{seconds}} secondes',\n 'toolCall.executionTime': \"Temps d'exécution : \",\n 'toolCall.parameters': 'Paramètres',\n 'toolCall.response': 'Réponse',\n 'toolCall.showMore': 'afficher plus',\n 'toolCall.showLess': 'afficher moins',\n 'toolCall.loading': \"Exécution de l'outil...\",\n 'toolCall.executing': \"Exécution de l'outil...\",\n 'toolCall.copyResponse': 'Copier la réponse',\n 'toolCall.summary': 'Voici un résumé de votre réponse',\n 'toolCall.mcpServer': 'Serveur MCP',\n // Display modes\n 'settings.displayMode.label': \"Mode d'affichage\",\n 'settings.displayMode.overlay': 'Superposition',\n 'settings.displayMode.docked': 'Ancrer à la fenêtre',\n 'settings.displayMode.fullscreen': 'Plein écran',\n\n // Sort options\n 'sort.label': 'Trier les conversations',\n 'sort.newest': 'Date (plus récent en premier)',\n 'sort.oldest': 'Date (plus ancien en premier)',\n 'sort.alphabeticalAsc': 'Nom (A-Z)',\n 'sort.alphabeticalDesc': 'Nom (Z-A)',\n\n // Deep thinking\n 'reasoning.thinking': 'Afficher la réflexion',\n },\n});\n\nexport default lightspeedTranslationFr;\n"],"names":[],"mappings":"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"}
@@ -129,7 +129,28 @@ const lightspeedTranslationIt = createTranslationMessages({
129
129
  "settings.pinned.enable": "Abilita le chat bloccate",
130
130
  "settings.pinned.disable": "Disattiva le chat bloccate",
131
131
  "settings.pinned.enabled.description": "Le chat bloccate sono attualmente abilitate",
132
- "settings.pinned.disabled.description": "Le chat bloccate sono attualmente disabilitate"
132
+ "settings.pinned.disabled.description": "Le chat bloccate sono attualmente disabilitate",
133
+ // Tool calling
134
+ "toolCall.header": "Risposta dello strumento: {{toolName}}",
135
+ "toolCall.thinking": "Ha pensato per {{seconds}} secondi",
136
+ "toolCall.executionTime": "Tempo di esecuzione: ",
137
+ "toolCall.parameters": "Parametri",
138
+ "toolCall.response": "Risposta",
139
+ "toolCall.showMore": "mostra di pi\xF9",
140
+ "toolCall.showLess": "mostra di meno",
141
+ "toolCall.loading": "Esecuzione dello strumento...",
142
+ "toolCall.executing": "Esecuzione dello strumento...",
143
+ "toolCall.copyResponse": "Copia risposta",
144
+ "toolCall.summary": "Ecco un riepilogo della tua risposta",
145
+ "toolCall.mcpServer": "Server MCP",
146
+ // Sort options
147
+ "sort.label": "Ordina conversazioni",
148
+ "sort.newest": "Data (pi\xF9 recente prima)",
149
+ "sort.oldest": "Data (meno recente prima)",
150
+ "sort.alphabeticalAsc": "Nome (A-Z)",
151
+ "sort.alphabeticalDesc": "Nome (Z-A)",
152
+ // Deep thinking
153
+ "reasoning.thinking": "Mostra ragionamento"
133
154
  }
134
155
  });
135
156
 
@@ -1 +1 @@
1
- {"version":3,"file":"it.esm.js","sources":["../../src/translations/it.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 * Italian translation for plugin.lightspeed.\n * @public\n */\nconst lightspeedTranslationIt = createTranslationMessages({\n ref: lightspeedTranslationRef,\n messages: {\n 'page.title': 'Lightspeed',\n 'page.subtitle':\n \"Assistente allo sviluppo basato sull'intelligenza artificiale\",\n 'prompts.codeReadability.title':\n 'Ottenere aiuto sulla leggibilità del codice',\n 'prompts.codeReadability.message':\n 'Puoi suggerirmi delle tecniche da utilizzare per rendere il mio codice più leggibile e gestibile?',\n 'prompts.debugging.title': 'Ottenere aiuto con il debug',\n 'prompts.debugging.message':\n 'La mia applicazione genera un errore quando tenta di connettersi al database. Puoi aiutarmi a identificare il problema?',\n 'prompts.developmentConcept.title': 'Spiegare un concetto di sviluppo',\n 'prompts.developmentConcept.message':\n \"Puoi spiegarmi come funziona l'architettura dei microservizi e quali vantaggi ha rispetto alla progettazione monolitica?\",\n 'prompts.codeOptimization.title': 'Suggerimenti per ottimizzare il codice',\n 'prompts.codeOptimization.message':\n 'Puoi suggerirmi metodi comuni per ottimizzare il codice e ottenere prestazioni migliori?',\n 'prompts.documentation.title': 'Riepilogo della documentazione',\n 'prompts.documentation.message':\n \"Puoi riassumere la documentazione per implementare l'autenticazione OAuth 2.0 in un'app web?\",\n 'prompts.gitWorkflows.title': 'Flussi di lavoro con Git',\n 'prompts.gitWorkflows.message':\n \"Voglio apportare modifiche al codice su un'altra diramazione, senza perdere il lavoro svolto in precedenza. Qual è la procedura per farlo utilizzando Git?\",\n 'prompts.testingStrategies.title': 'Suggerimenti su strategie di test',\n 'prompts.testingStrategies.message':\n 'Puoi consigliarmi alcune strategie di test comuni in grado di rendere la mia applicazione efficiente e priva di errori?',\n 'prompts.sortingAlgorithms.title': 'Svelare gli algoritmi di ordinamento',\n 'prompts.sortingAlgorithms.message':\n 'Puoi spiegarmi la differenza tra un algoritmo quicksort e un algoritmo merge sort e quando utilizzare ognuno di essi?',\n 'prompts.eventDriven.title':\n \"Comprendere l'architettura guidata dagli eventi\",\n 'prompts.eventDriven.message':\n \"Puoi spiegarmi cos'è l'architettura guidata dagli eventi e quando è utile utilizzarla nello sviluppo software?\",\n 'prompts.tekton.title': 'Deployment con Tekton',\n 'prompts.tekton.message':\n 'Puoi aiutarmi ad automatizzare il deployment della mia applicazione utilizzando le pipeline Tekton?',\n 'prompts.openshift.title': 'Creare un deployment in OpenShift',\n 'prompts.openshift.message':\n \"Puoi guidarmi nella creazione di un nuovo deployment in OpenShift per un'applicazione containerizzata?\",\n 'prompts.rhdh.title': 'Introduzione a Red Hat Developer Hub',\n 'prompts.rhdh.message':\n 'Puoi guidarmi nelle prime fasi per iniziare a utilizzare Developer Hub come sviluppatore, ad esempio esplorando il catalogo software e aggiungendo il mio servizio?',\n 'conversation.delete.confirm.title': 'Eliminare la chat?',\n 'conversation.delete.confirm.message':\n 'Questa chat non sarà più visibile qui. Dalla tua attività Lightspeed verranno eliminate anche le attività correlate, come prompt, risposte e feedback.',\n 'conversation.delete.confirm.action': 'Elimina',\n 'conversation.rename.confirm.title': 'Rinominare la chat?',\n 'conversation.rename.confirm.action': 'Rinomina',\n 'conversation.rename.placeholder': 'Nome della chat',\n 'conversation.action.error': 'Si è verificato un errore: {{error}}',\n 'permission.required.title': 'Autorizzazioni mancanti',\n 'permission.required.description':\n \"Per visualizzare il plugin Lightspeed, contattare l'amministratore per ottenere le autorizzazioni <b>lightspeed.chat.read</b> e <b>lightspeed.chat.create</b>.\",\n 'disclaimer.withValidation':\n 'Questa funzione utilizza una tecnologia AI. Non includere nei dati immessi informazioni personali o altre informazioni sensibili. Le interazioni possono essere utilizzate per migliorare i prodotti o i servizi Red Hat.',\n 'disclaimer.withoutValidation':\n 'Questa funzione utilizza una tecnologia AI. Non includere nei dati immessi informazioni personali o altre informazioni sensibili. Le interazioni possono essere utilizzate per migliorare i prodotti o i servizi Red Hat.',\n 'footer.accuracy.label':\n \"Esaminare sempre i contenuti generati dall'intelligenza artificiale prima di utilizzarli.\",\n 'footer.accuracy.popover.title': \"Verificare l'accuratezza\",\n 'footer.accuracy.popover.description':\n \"Nonostante l'impegno di Developer Lightspeed a garantire la massima precisione, esiste sempre un margine di errore. È buona norma verificare le informazioni critiche confrontandole con fonti affidabili, soprattutto se sono essenziali per prendere decisioni o intraprendere azioni.\",\n 'footer.accuracy.popover.image.alt':\n 'Immagine di esempio per il popover del piè di pagina',\n 'footer.accuracy.popover.cta.label': 'Ho capito',\n 'footer.accuracy.popover.link.label': 'Per saperne di più',\n 'common.cancel': 'Cancella',\n 'common.close': 'Chiudi',\n 'common.readMore': 'Per saperne di più',\n 'common.noSearchResults': 'Nessun risultato corrisponde alla ricerca',\n 'menu.newConversation': 'Nuova chat',\n 'chatbox.header.title': 'Sviluppatore Lightspeed',\n 'chatbox.search.placeholder': 'Ricerca',\n 'chatbox.provider.other': 'Altro',\n 'chatbox.emptyState.noPinnedChats': 'Nessuna chat bloccata',\n 'chatbox.emptyState.noRecentChats': 'Nessuna chat recente',\n 'chatbox.emptyState.noResults.title': 'Nessun risultato trovato',\n 'chatbox.emptyState.noResults.body':\n \"Modificare la query di ricerca e riprovare. Controllare l'ortografia o provare un termine più generico.\",\n 'chatbox.welcome.greeting': 'Ciao {{userName}},',\n 'chatbox.welcome.description': 'come posso aiutarti oggi?',\n 'chatbox.message.placeholder':\n 'Invia un messaggio e, facoltativamente, carica un file JSON, YAML o TXT...',\n 'chatbox.fileUpload.failed': 'Caricamento del file non riuscito',\n 'chatbox.fileUpload.infoText':\n 'I tipi di file supportati sono: .txt, .yaml e .json. La dimensione massima del file è 25 MB.',\n 'aria.chatbotSelector': 'Selettore di chatbot',\n 'aria.important': 'Importante',\n 'aria.chatHistoryMenu': 'Menu cronologia chat',\n 'aria.closeDrawerPanel': 'Chiudi riquadro',\n 'aria.search.placeholder': 'Ricerca',\n 'aria.searchPreviousConversations': 'Cerca conversazioni precedenti',\n 'aria.resize': 'Ridimensiona',\n 'aria.options.label': 'Opzioni',\n 'aria.scroll.down': 'Torna alla fine',\n 'aria.scroll.up': \"Torna all'inizio\",\n 'aria.settings.label': 'Opzioni chatbot',\n 'modal.edit': 'Modifica',\n 'modal.save': 'Salva',\n 'modal.close': 'Chiudi',\n 'modal.cancel': 'Cancella',\n 'conversation.delete': 'Elimina',\n 'conversation.rename': 'Rinomina',\n 'conversation.addToPinnedChats': 'Blocca',\n 'conversation.removeFromPinnedChats': 'Sblocca',\n 'conversation.announcement.userMessage':\n \"Messaggio dall'utente: {{prompt}}. Caricamento in corso del messaggio del bot.\",\n 'user.guest': 'Ospite',\n 'user.loading': '...',\n 'tooltip.attach': 'Allega',\n 'tooltip.send': 'Invia',\n 'tooltip.microphone.active': 'Non ascoltare più',\n 'tooltip.microphone.inactive': 'Usa il microfono',\n 'button.newChat': 'Nuova chat',\n 'tooltip.chatHistoryMenu': 'Menu cronologia chat',\n 'tooltip.responseRecorded': 'Risposta registrata',\n 'tooltip.backToTop': \"Torna all'inizio\",\n 'tooltip.backToBottom': 'Torna alla fine',\n 'tooltip.settings': 'Opzioni chatbot',\n 'modal.title.preview': 'Anteprima allegato',\n 'modal.title.edit': 'Modifica allegato',\n 'icon.lightspeed.alt': 'icona di lightspeed',\n 'icon.permissionRequired.alt': 'icona di autorizzazione richiesta',\n 'message.options.label': 'Opzioni',\n 'file.upload.error.alreadyExists': 'Il file esiste già.',\n 'file.upload.error.multipleFiles': 'È stato caricato più di un file.',\n 'file.upload.error.unsupportedType':\n 'Tipo di file non supportato. I tipi supportati sono: .txt, .yaml e .json.',\n 'file.upload.error.fileTooLarge':\n 'Dimensione del file troppo grande. Verificare che il file sia inferiore a 25 MB.',\n 'file.upload.error.readFailed':\n 'Impossibile leggere il file: {{errorMessage}}',\n 'error.context.fileAttachment':\n \"useFileAttachmentContext deve essere all'interno di un FileAttachmentContextProvider\",\n 'feedback.form.title': 'Perché hai scelto questa valutazione?',\n 'feedback.form.textAreaPlaceholder':\n 'Fornire commenti aggiuntivi facoltativi',\n 'feedback.form.submitWord': 'Invia',\n 'feedback.tooltips.goodResponse': 'Risposta valida',\n 'feedback.tooltips.badResponse': 'Risposta non valida',\n 'feedback.tooltips.copied': 'Copiato',\n 'feedback.tooltips.copy': 'Copia',\n 'feedback.tooltips.listening': 'In ascolto',\n 'feedback.tooltips.listen': 'Ascoltare',\n 'feedback.quickResponses.positive.helpful': 'Informazioni utili',\n 'feedback.quickResponses.positive.easyToUnderstand': 'Facile da capire',\n 'feedback.quickResponses.positive.resolvedIssue':\n 'Ha risolto il mio problema',\n 'feedback.quickResponses.negative.didntAnswer':\n 'Non ha risposto alla mia domanda',\n 'feedback.quickResponses.negative.hardToUnderstand': 'Difficile da capire',\n 'feedback.quickResponses.negative.notHelpful': 'Non utile',\n 'feedback.completion.title': 'Feedback inviato',\n 'feedback.completion.body':\n 'Abbiamo ricevuto la tua risposta. Grazie per aver condiviso i tuoi commenti!',\n 'conversation.category.pinnedChats': 'Bloccata',\n 'conversation.category.recent': 'Recente',\n 'settings.pinned.enable': 'Abilita le chat bloccate',\n 'settings.pinned.disable': 'Disattiva le chat bloccate',\n 'settings.pinned.enabled.description':\n 'Le chat bloccate sono attualmente abilitate',\n 'settings.pinned.disabled.description':\n 'Le chat bloccate sono attualmente disabilitate',\n },\n});\n\nexport default lightspeedTranslationIt;\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"it.esm.js","sources":["../../src/translations/it.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 * Italian translation for plugin.lightspeed.\n * @public\n */\nconst lightspeedTranslationIt = createTranslationMessages({\n ref: lightspeedTranslationRef,\n messages: {\n 'page.title': 'Lightspeed',\n 'page.subtitle':\n \"Assistente allo sviluppo basato sull'intelligenza artificiale\",\n 'prompts.codeReadability.title':\n 'Ottenere aiuto sulla leggibilità del codice',\n 'prompts.codeReadability.message':\n 'Puoi suggerirmi delle tecniche da utilizzare per rendere il mio codice più leggibile e gestibile?',\n 'prompts.debugging.title': 'Ottenere aiuto con il debug',\n 'prompts.debugging.message':\n 'La mia applicazione genera un errore quando tenta di connettersi al database. Puoi aiutarmi a identificare il problema?',\n 'prompts.developmentConcept.title': 'Spiegare un concetto di sviluppo',\n 'prompts.developmentConcept.message':\n \"Puoi spiegarmi come funziona l'architettura dei microservizi e quali vantaggi ha rispetto alla progettazione monolitica?\",\n 'prompts.codeOptimization.title': 'Suggerimenti per ottimizzare il codice',\n 'prompts.codeOptimization.message':\n 'Puoi suggerirmi metodi comuni per ottimizzare il codice e ottenere prestazioni migliori?',\n 'prompts.documentation.title': 'Riepilogo della documentazione',\n 'prompts.documentation.message':\n \"Puoi riassumere la documentazione per implementare l'autenticazione OAuth 2.0 in un'app web?\",\n 'prompts.gitWorkflows.title': 'Flussi di lavoro con Git',\n 'prompts.gitWorkflows.message':\n \"Voglio apportare modifiche al codice su un'altra diramazione, senza perdere il lavoro svolto in precedenza. Qual è la procedura per farlo utilizzando Git?\",\n 'prompts.testingStrategies.title': 'Suggerimenti su strategie di test',\n 'prompts.testingStrategies.message':\n 'Puoi consigliarmi alcune strategie di test comuni in grado di rendere la mia applicazione efficiente e priva di errori?',\n 'prompts.sortingAlgorithms.title': 'Svelare gli algoritmi di ordinamento',\n 'prompts.sortingAlgorithms.message':\n 'Puoi spiegarmi la differenza tra un algoritmo quicksort e un algoritmo merge sort e quando utilizzare ognuno di essi?',\n 'prompts.eventDriven.title':\n \"Comprendere l'architettura guidata dagli eventi\",\n 'prompts.eventDriven.message':\n \"Puoi spiegarmi cos'è l'architettura guidata dagli eventi e quando è utile utilizzarla nello sviluppo software?\",\n 'prompts.tekton.title': 'Deployment con Tekton',\n 'prompts.tekton.message':\n 'Puoi aiutarmi ad automatizzare il deployment della mia applicazione utilizzando le pipeline Tekton?',\n 'prompts.openshift.title': 'Creare un deployment in OpenShift',\n 'prompts.openshift.message':\n \"Puoi guidarmi nella creazione di un nuovo deployment in OpenShift per un'applicazione containerizzata?\",\n 'prompts.rhdh.title': 'Introduzione a Red Hat Developer Hub',\n 'prompts.rhdh.message':\n 'Puoi guidarmi nelle prime fasi per iniziare a utilizzare Developer Hub come sviluppatore, ad esempio esplorando il catalogo software e aggiungendo il mio servizio?',\n 'conversation.delete.confirm.title': 'Eliminare la chat?',\n 'conversation.delete.confirm.message':\n 'Questa chat non sarà più visibile qui. Dalla tua attività Lightspeed verranno eliminate anche le attività correlate, come prompt, risposte e feedback.',\n 'conversation.delete.confirm.action': 'Elimina',\n 'conversation.rename.confirm.title': 'Rinominare la chat?',\n 'conversation.rename.confirm.action': 'Rinomina',\n 'conversation.rename.placeholder': 'Nome della chat',\n 'conversation.action.error': 'Si è verificato un errore: {{error}}',\n 'permission.required.title': 'Autorizzazioni mancanti',\n 'permission.required.description':\n \"Per visualizzare il plugin Lightspeed, contattare l'amministratore per ottenere le autorizzazioni <b>lightspeed.chat.read</b> e <b>lightspeed.chat.create</b>.\",\n 'disclaimer.withValidation':\n 'Questa funzione utilizza una tecnologia AI. Non includere nei dati immessi informazioni personali o altre informazioni sensibili. Le interazioni possono essere utilizzate per migliorare i prodotti o i servizi Red Hat.',\n 'disclaimer.withoutValidation':\n 'Questa funzione utilizza una tecnologia AI. Non includere nei dati immessi informazioni personali o altre informazioni sensibili. Le interazioni possono essere utilizzate per migliorare i prodotti o i servizi Red Hat.',\n 'footer.accuracy.label':\n \"Esaminare sempre i contenuti generati dall'intelligenza artificiale prima di utilizzarli.\",\n 'footer.accuracy.popover.title': \"Verificare l'accuratezza\",\n 'footer.accuracy.popover.description':\n \"Nonostante l'impegno di Developer Lightspeed a garantire la massima precisione, esiste sempre un margine di errore. È buona norma verificare le informazioni critiche confrontandole con fonti affidabili, soprattutto se sono essenziali per prendere decisioni o intraprendere azioni.\",\n 'footer.accuracy.popover.image.alt':\n 'Immagine di esempio per il popover del piè di pagina',\n 'footer.accuracy.popover.cta.label': 'Ho capito',\n 'footer.accuracy.popover.link.label': 'Per saperne di più',\n 'common.cancel': 'Cancella',\n 'common.close': 'Chiudi',\n 'common.readMore': 'Per saperne di più',\n 'common.noSearchResults': 'Nessun risultato corrisponde alla ricerca',\n 'menu.newConversation': 'Nuova chat',\n 'chatbox.header.title': 'Sviluppatore Lightspeed',\n 'chatbox.search.placeholder': 'Ricerca',\n 'chatbox.provider.other': 'Altro',\n 'chatbox.emptyState.noPinnedChats': 'Nessuna chat bloccata',\n 'chatbox.emptyState.noRecentChats': 'Nessuna chat recente',\n 'chatbox.emptyState.noResults.title': 'Nessun risultato trovato',\n 'chatbox.emptyState.noResults.body':\n \"Modificare la query di ricerca e riprovare. Controllare l'ortografia o provare un termine più generico.\",\n 'chatbox.welcome.greeting': 'Ciao {{userName}},',\n 'chatbox.welcome.description': 'come posso aiutarti oggi?',\n 'chatbox.message.placeholder':\n 'Invia un messaggio e, facoltativamente, carica un file JSON, YAML o TXT...',\n 'chatbox.fileUpload.failed': 'Caricamento del file non riuscito',\n 'chatbox.fileUpload.infoText':\n 'I tipi di file supportati sono: .txt, .yaml e .json. La dimensione massima del file è 25 MB.',\n 'aria.chatbotSelector': 'Selettore di chatbot',\n 'aria.important': 'Importante',\n 'aria.chatHistoryMenu': 'Menu cronologia chat',\n 'aria.closeDrawerPanel': 'Chiudi riquadro',\n 'aria.search.placeholder': 'Ricerca',\n 'aria.searchPreviousConversations': 'Cerca conversazioni precedenti',\n 'aria.resize': 'Ridimensiona',\n 'aria.options.label': 'Opzioni',\n 'aria.scroll.down': 'Torna alla fine',\n 'aria.scroll.up': \"Torna all'inizio\",\n 'aria.settings.label': 'Opzioni chatbot',\n 'modal.edit': 'Modifica',\n 'modal.save': 'Salva',\n 'modal.close': 'Chiudi',\n 'modal.cancel': 'Cancella',\n 'conversation.delete': 'Elimina',\n 'conversation.rename': 'Rinomina',\n 'conversation.addToPinnedChats': 'Blocca',\n 'conversation.removeFromPinnedChats': 'Sblocca',\n 'conversation.announcement.userMessage':\n \"Messaggio dall'utente: {{prompt}}. Caricamento in corso del messaggio del bot.\",\n 'user.guest': 'Ospite',\n 'user.loading': '...',\n 'tooltip.attach': 'Allega',\n 'tooltip.send': 'Invia',\n 'tooltip.microphone.active': 'Non ascoltare più',\n 'tooltip.microphone.inactive': 'Usa il microfono',\n 'button.newChat': 'Nuova chat',\n 'tooltip.chatHistoryMenu': 'Menu cronologia chat',\n 'tooltip.responseRecorded': 'Risposta registrata',\n 'tooltip.backToTop': \"Torna all'inizio\",\n 'tooltip.backToBottom': 'Torna alla fine',\n 'tooltip.settings': 'Opzioni chatbot',\n 'modal.title.preview': 'Anteprima allegato',\n 'modal.title.edit': 'Modifica allegato',\n 'icon.lightspeed.alt': 'icona di lightspeed',\n 'icon.permissionRequired.alt': 'icona di autorizzazione richiesta',\n 'message.options.label': 'Opzioni',\n 'file.upload.error.alreadyExists': 'Il file esiste già.',\n 'file.upload.error.multipleFiles': 'È stato caricato più di un file.',\n 'file.upload.error.unsupportedType':\n 'Tipo di file non supportato. I tipi supportati sono: .txt, .yaml e .json.',\n 'file.upload.error.fileTooLarge':\n 'Dimensione del file troppo grande. Verificare che il file sia inferiore a 25 MB.',\n 'file.upload.error.readFailed':\n 'Impossibile leggere il file: {{errorMessage}}',\n 'error.context.fileAttachment':\n \"useFileAttachmentContext deve essere all'interno di un FileAttachmentContextProvider\",\n 'feedback.form.title': 'Perché hai scelto questa valutazione?',\n 'feedback.form.textAreaPlaceholder':\n 'Fornire commenti aggiuntivi facoltativi',\n 'feedback.form.submitWord': 'Invia',\n 'feedback.tooltips.goodResponse': 'Risposta valida',\n 'feedback.tooltips.badResponse': 'Risposta non valida',\n 'feedback.tooltips.copied': 'Copiato',\n 'feedback.tooltips.copy': 'Copia',\n 'feedback.tooltips.listening': 'In ascolto',\n 'feedback.tooltips.listen': 'Ascoltare',\n 'feedback.quickResponses.positive.helpful': 'Informazioni utili',\n 'feedback.quickResponses.positive.easyToUnderstand': 'Facile da capire',\n 'feedback.quickResponses.positive.resolvedIssue':\n 'Ha risolto il mio problema',\n 'feedback.quickResponses.negative.didntAnswer':\n 'Non ha risposto alla mia domanda',\n 'feedback.quickResponses.negative.hardToUnderstand': 'Difficile da capire',\n 'feedback.quickResponses.negative.notHelpful': 'Non utile',\n 'feedback.completion.title': 'Feedback inviato',\n 'feedback.completion.body':\n 'Abbiamo ricevuto la tua risposta. Grazie per aver condiviso i tuoi commenti!',\n 'conversation.category.pinnedChats': 'Bloccata',\n 'conversation.category.recent': 'Recente',\n 'settings.pinned.enable': 'Abilita le chat bloccate',\n 'settings.pinned.disable': 'Disattiva le chat bloccate',\n 'settings.pinned.enabled.description':\n 'Le chat bloccate sono attualmente abilitate',\n 'settings.pinned.disabled.description':\n 'Le chat bloccate sono attualmente disabilitate',\n\n // Tool calling\n 'toolCall.header': 'Risposta dello strumento: {{toolName}}',\n 'toolCall.thinking': 'Ha pensato per {{seconds}} secondi',\n 'toolCall.executionTime': 'Tempo di esecuzione: ',\n 'toolCall.parameters': 'Parametri',\n 'toolCall.response': 'Risposta',\n 'toolCall.showMore': 'mostra di più',\n 'toolCall.showLess': 'mostra di meno',\n 'toolCall.loading': 'Esecuzione dello strumento...',\n 'toolCall.executing': 'Esecuzione dello strumento...',\n 'toolCall.copyResponse': 'Copia risposta',\n 'toolCall.summary': 'Ecco un riepilogo della tua risposta',\n 'toolCall.mcpServer': 'Server MCP',\n\n // Sort options\n 'sort.label': 'Ordina conversazioni',\n 'sort.newest': 'Data (più recente prima)',\n 'sort.oldest': 'Data (meno recente prima)',\n 'sort.alphabeticalAsc': 'Nome (A-Z)',\n 'sort.alphabeticalDesc': 'Nome (Z-A)',\n\n // Deep thinking\n 'reasoning.thinking': 'Mostra ragionamento',\n },\n});\n\nexport default lightspeedTranslationIt;\n"],"names":[],"mappings":"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"}
@@ -129,7 +129,28 @@ const lightspeedTranslationJa = createTranslationMessages({
129
129
  "settings.pinned.enable": "\u30C1\u30E3\u30C3\u30C8\u306E\u56FA\u5B9A\u306E\u6709\u52B9\u5316",
130
130
  "settings.pinned.disable": "\u30C1\u30E3\u30C3\u30C8\u306E\u56FA\u5B9A\u306E\u7121\u52B9\u5316",
131
131
  "settings.pinned.enabled.description": "\u30C1\u30E3\u30C3\u30C8\u306E\u56FA\u5B9A\u306F\u73FE\u5728\u6709\u52B9\u3067\u3059",
132
- "settings.pinned.disabled.description": "\u30C1\u30E3\u30C3\u30C8\u306E\u56FA\u5B9A\u306F\u73FE\u5728\u7121\u52B9\u3067\u3059"
132
+ "settings.pinned.disabled.description": "\u30C1\u30E3\u30C3\u30C8\u306E\u56FA\u5B9A\u306F\u73FE\u5728\u7121\u52B9\u3067\u3059",
133
+ // Tool calling
134
+ "toolCall.header": "\u30C4\u30FC\u30EB\u306E\u5FDC\u7B54: {{toolName}}",
135
+ "toolCall.thinking": "{{seconds}} \u79D2\u9593\u8003\u3048\u307E\u3057\u305F",
136
+ "toolCall.executionTime": "\u5B9F\u884C\u6642\u9593: ",
137
+ "toolCall.parameters": "\u30D1\u30E9\u30E1\u30FC\u30BF\u30FC",
138
+ "toolCall.response": "\u5FDC\u7B54",
139
+ "toolCall.showMore": "\u3055\u3089\u306B\u8868\u793A",
140
+ "toolCall.showLess": "\u8868\u793A\u3092\u6E1B\u3089\u3059",
141
+ "toolCall.loading": "\u30C4\u30FC\u30EB\u3092\u5B9F\u884C\u4E2D...",
142
+ "toolCall.executing": "\u30C4\u30FC\u30EB\u3092\u5B9F\u884C\u4E2D...",
143
+ "toolCall.copyResponse": "\u5FDC\u7B54\u3092\u30B3\u30D4\u30FC",
144
+ "toolCall.summary": "\u5FDC\u7B54\u306E\u6982\u8981\u306F\u6B21\u306E\u3068\u304A\u308A\u3067\u3059",
145
+ "toolCall.mcpServer": "MCP \u30B5\u30FC\u30D0\u30FC",
146
+ // Sort options
147
+ "sort.label": "\u4F1A\u8A71\u3092\u4E26\u3079\u66FF\u3048",
148
+ "sort.newest": "\u65E5\u4ED8\uFF08\u65B0\u3057\u3044\u9806\uFF09",
149
+ "sort.oldest": "\u65E5\u4ED8\uFF08\u53E4\u3044\u9806\uFF09",
150
+ "sort.alphabeticalAsc": "\u540D\u524D\uFF08A-Z\uFF09",
151
+ "sort.alphabeticalDesc": "\u540D\u524D\uFF08Z-A\uFF09",
152
+ // Deep thinking
153
+ "reasoning.thinking": "\u601D\u8003\u3092\u8868\u793A"
133
154
  }
134
155
  });
135
156
 
@@ -1 +1 @@
1
- {"version":3,"file":"ja.esm.js","sources":["../../src/translations/ja.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 * Japanese translation for plugin.lightspeed.\n * @public\n */\nconst lightspeedTranslationJa = createTranslationMessages({\n ref: lightspeedTranslationRef,\n messages: {\n 'page.title': 'Lightspeed',\n 'page.subtitle': 'AI 搭載開発アシスタント',\n 'prompts.codeReadability.title': 'コードの可読性に関するヘルプを利用する',\n 'prompts.codeReadability.message':\n 'コードの可読性と保守性を高めるための手法を提案してくれませんか?',\n 'prompts.debugging.title': 'デバッグに関するヘルプを利用する',\n 'prompts.debugging.message':\n 'アプリケーションがデータベースに接続しようとするとエラーが発生します。問題の特定を手伝ってくれませんか?',\n 'prompts.developmentConcept.title': '開発コンセプトを説明する',\n 'prompts.developmentConcept.message':\n 'マイクロサービスアーキテクチャーの仕組みと、モノリシックな設計と比べた利点について説明してくれませんか?',\n 'prompts.codeOptimization.title': 'コードの最適化を提案する',\n 'prompts.codeOptimization.message':\n 'コードを最適化してパフォーマンスを向上させるための一般的な方法を提案してくれませんか?',\n 'prompts.documentation.title': 'ドキュメントの要約',\n 'prompts.documentation.message':\n 'Web アプリケーションでの OAuth 2.0 認証の実装に関するドキュメントを要約してくれませんか?',\n 'prompts.gitWorkflows.title': 'Git を使用したワークフロー',\n 'prompts.gitWorkflows.message':\n '既存の作業内容を失うことなく、別のブランチのコードに変更を加えたいです。Git を使用してこれを行うにはどうすればよいですか?',\n 'prompts.testingStrategies.title': 'テスト方法を提案する',\n 'prompts.testingStrategies.message':\n '堅牢でエラーのないアプリケーションを構築するための一般的なテスト方法をいくつか提案してくれませんか?',\n 'prompts.sortingAlgorithms.title':\n 'ソートのアルゴリズムをわかりやすく説明する',\n 'prompts.sortingAlgorithms.message':\n 'クイックソートとマージソートのアルゴリズムの違いと、それぞれの使用タイミングについて説明してくれませんか?',\n 'prompts.eventDriven.title': 'イベント駆動型アーキテクチャーを理解する',\n 'prompts.eventDriven.message':\n 'イベント駆動型アーキテクチャーとは何か、またそれをソフトウェア開発でどのようなときに使用すると有益かを説明してくれませんか?',\n 'prompts.tekton.title': 'Tekton を使用したデプロイ',\n 'prompts.tekton.message':\n 'Tekton パイプラインを使用してアプリケーションのデプロイを自動化するのを手伝ってくれませんか?',\n 'prompts.openshift.title': 'OpenShift デプロイメントの作成',\n 'prompts.openshift.message':\n 'コンテナー化されたアプリケーション用に OpenShift で新しいデプロイメントを作成する手順を説明してくれませんか?',\n 'prompts.rhdh.title': 'Red Hat Developer Hub を使い始める',\n 'prompts.rhdh.message':\n 'ソフトウェアカタログの探索やサービスの追加など、開発者が Developer Hub を利用する際にまず何をすべきか教えてくれませんか?',\n 'conversation.delete.confirm.title': 'チャットを削除しますか?',\n 'conversation.delete.confirm.message':\n 'このチャットはここに表示されなくなります。Lightspeed Activity からのプロンプト、回答、フィードバックなど、関連アクティビティーも削除されます。',\n 'conversation.delete.confirm.action': '削除',\n 'conversation.rename.confirm.title': 'チャットの名前を変更しますか?',\n 'conversation.rename.confirm.action': '名前の変更',\n 'conversation.rename.placeholder': 'チャット名',\n 'conversation.action.error': 'エラーが発生しました: {{error}}',\n 'permission.required.title': '権限の不足',\n 'permission.required.description':\n 'lightspeed プラグインを表示するには、管理者に連絡して <b>lightspeed.chat.read</b> および <b>lightspeed.chat.create</b> 権限を付与してもらうよう依頼してください。',\n 'disclaimer.withValidation':\n 'この機能は AI テクノロジーを使用します。入力内容に個人情報やその他の機密情報を含めないでください。やり取りの内容は、Red Hat の製品やサービスを改善するために使用される場合があります。',\n 'disclaimer.withoutValidation':\n 'この機能は AI テクノロジーを使用します。入力内容に個人情報やその他の機密情報を含めないでください。やり取りの内容は、Red Hat の製品やサービスを改善するために使用される場合があります。',\n 'footer.accuracy.label':\n 'AI によって生成されたコンテンツは、使用する前に必ず確認してください。',\n 'footer.accuracy.popover.title': '正確性の確認',\n 'footer.accuracy.popover.description':\n 'Developer Lightspeed は正確性を期すよう努めておりますが、誤りが生じる可能性は常にあります。特に意思決定や行動に関わる重要な情報については、信頼できる情報源でその情報を確認することを推奨します。',\n 'footer.accuracy.popover.image.alt': '脚注ポップオーバーのサンプル画像',\n 'footer.accuracy.popover.cta.label': '了解しました',\n 'footer.accuracy.popover.link.label': '詳細',\n 'common.cancel': 'キャンセル',\n 'common.close': '閉じる',\n 'common.readMore': 'さらに表示する',\n 'common.noSearchResults': '検索に一致する結果がありません',\n 'menu.newConversation': '新しいチャット',\n 'chatbox.header.title': 'Developer Lightspeed',\n 'chatbox.search.placeholder': '検索',\n 'chatbox.provider.other': 'その他',\n 'chatbox.emptyState.noPinnedChats': '固定したチャットがありません',\n 'chatbox.emptyState.noRecentChats': '最近のチャットがありません',\n 'chatbox.emptyState.noResults.title': '結果が見つかりません',\n 'chatbox.emptyState.noResults.body':\n '検索クエリーを調整して再試行してください。スペルを確認するか、より一般的な用語をお試しください。',\n 'chatbox.welcome.greeting': 'こんにちは、{{userName}}',\n 'chatbox.welcome.description': '今日は何をお手伝いしましょうか?',\n 'chatbox.message.placeholder':\n 'メッセージを送信し、必要に応じて JSON、YAML、または TXT ファイルをアップロードします...',\n 'chatbox.fileUpload.failed': 'ファイルのアップロードに失敗しました',\n 'chatbox.fileUpload.infoText':\n 'サポートされているファイルの種類は、.txt、.yaml、.json です。最大ファイルサイズは 25 MB です。',\n 'aria.chatbotSelector': 'チャットボットセレクター',\n 'aria.important': '重要',\n 'aria.chatHistoryMenu': 'チャット履歴メニュー',\n 'aria.closeDrawerPanel': 'ドロワーパネルを閉じる',\n 'aria.search.placeholder': '検索',\n 'aria.searchPreviousConversations': '以前の会話の検索',\n 'aria.resize': 'サイズ変更',\n 'aria.options.label': 'オプション',\n 'aria.scroll.down': '一番下に戻る',\n 'aria.scroll.up': '一番上に戻る',\n 'aria.settings.label': 'チャットボットのオプション',\n 'modal.edit': '編集',\n 'modal.save': '保存',\n 'modal.close': '閉じる',\n 'modal.cancel': 'キャンセル',\n 'conversation.delete': '削除',\n 'conversation.rename': '名前の変更',\n 'conversation.addToPinnedChats': '固定',\n 'conversation.removeFromPinnedChats': '固定解除',\n 'conversation.announcement.userMessage':\n 'ユーザーからのメッセージ: {{prompt}}。ボットからのメッセージを読み込んでいます。',\n 'user.guest': 'ゲスト',\n 'user.loading': '...',\n 'tooltip.attach': '割り当て',\n 'tooltip.send': '送信',\n 'tooltip.microphone.active': '聞き取りを停止',\n 'tooltip.microphone.inactive': 'マイクを使用する',\n 'button.newChat': '新しいチャット',\n 'tooltip.chatHistoryMenu': 'チャット履歴メニュー',\n 'tooltip.responseRecorded': '回答が記録されました',\n 'tooltip.backToTop': '一番上に戻る',\n 'tooltip.backToBottom': '一番下に戻る',\n 'tooltip.settings': 'チャットボットのオプション',\n 'modal.title.preview': '添付ファイルのプレビュー',\n 'modal.title.edit': '添付ファイルの編集',\n 'icon.lightspeed.alt': 'lightspeed アイコン',\n 'icon.permissionRequired.alt': '権限不足アイコン',\n 'message.options.label': 'オプション',\n 'file.upload.error.alreadyExists': 'ファイルがすでに存在します。',\n 'file.upload.error.multipleFiles': '複数のファイルをアップロードしました。',\n 'file.upload.error.unsupportedType':\n 'サポートされていないファイルタイプです。サポートされているタイプは、.txt、.yaml、.json です。',\n 'file.upload.error.fileTooLarge':\n 'ファイルサイズが大きすぎます。ファイルサイズが 25 MB 未満であることを確認してください。',\n 'file.upload.error.readFailed':\n 'ファイルの読み取りに失敗しました: {{errorMessage}}',\n 'error.context.fileAttachment':\n 'useFileAttachmentContext が FileAttachmentContextProvider 内に収まっている必要があります',\n 'feedback.form.title': 'なぜこの評価を選んだのですか?',\n 'feedback.form.textAreaPlaceholder':\n 'その他ご意見をお聞かせください (任意)',\n 'feedback.form.submitWord': '送信',\n 'feedback.tooltips.goodResponse': '回答内容が良い',\n 'feedback.tooltips.badResponse': '回答内容が悪い',\n 'feedback.tooltips.copied': 'コピー済み',\n 'feedback.tooltips.copy': 'コピー',\n 'feedback.tooltips.listening': '聞き取り中',\n 'feedback.tooltips.listen': '聞き取り',\n 'feedback.quickResponses.positive.helpful': '情報が役に立つ',\n 'feedback.quickResponses.positive.easyToUnderstand': 'わかりやすい',\n 'feedback.quickResponses.positive.resolvedIssue': '問題が解決した',\n 'feedback.quickResponses.negative.didntAnswer':\n '質問に対する答えが得られなかった',\n 'feedback.quickResponses.negative.hardToUnderstand': 'わかりにくい',\n 'feedback.quickResponses.negative.notHelpful': '役に立たない',\n 'feedback.completion.title': 'フィードバックを送信しました',\n 'feedback.completion.body':\n 'ご回答を受け取りました。ご意見をお聞かせいただきありがとうございました!',\n 'conversation.category.pinnedChats': '固定',\n 'conversation.category.recent': '最近',\n 'settings.pinned.enable': 'チャットの固定の有効化',\n 'settings.pinned.disable': 'チャットの固定の無効化',\n 'settings.pinned.enabled.description': 'チャットの固定は現在有効です',\n 'settings.pinned.disabled.description': 'チャットの固定は現在無効です',\n },\n});\n\nexport default lightspeedTranslationJa;\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ja.esm.js","sources":["../../src/translations/ja.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 * Japanese translation for plugin.lightspeed.\n * @public\n */\nconst lightspeedTranslationJa = createTranslationMessages({\n ref: lightspeedTranslationRef,\n messages: {\n 'page.title': 'Lightspeed',\n 'page.subtitle': 'AI 搭載開発アシスタント',\n 'prompts.codeReadability.title': 'コードの可読性に関するヘルプを利用する',\n 'prompts.codeReadability.message':\n 'コードの可読性と保守性を高めるための手法を提案してくれませんか?',\n 'prompts.debugging.title': 'デバッグに関するヘルプを利用する',\n 'prompts.debugging.message':\n 'アプリケーションがデータベースに接続しようとするとエラーが発生します。問題の特定を手伝ってくれませんか?',\n 'prompts.developmentConcept.title': '開発コンセプトを説明する',\n 'prompts.developmentConcept.message':\n 'マイクロサービスアーキテクチャーの仕組みと、モノリシックな設計と比べた利点について説明してくれませんか?',\n 'prompts.codeOptimization.title': 'コードの最適化を提案する',\n 'prompts.codeOptimization.message':\n 'コードを最適化してパフォーマンスを向上させるための一般的な方法を提案してくれませんか?',\n 'prompts.documentation.title': 'ドキュメントの要約',\n 'prompts.documentation.message':\n 'Web アプリケーションでの OAuth 2.0 認証の実装に関するドキュメントを要約してくれませんか?',\n 'prompts.gitWorkflows.title': 'Git を使用したワークフロー',\n 'prompts.gitWorkflows.message':\n '既存の作業内容を失うことなく、別のブランチのコードに変更を加えたいです。Git を使用してこれを行うにはどうすればよいですか?',\n 'prompts.testingStrategies.title': 'テスト方法を提案する',\n 'prompts.testingStrategies.message':\n '堅牢でエラーのないアプリケーションを構築するための一般的なテスト方法をいくつか提案してくれませんか?',\n 'prompts.sortingAlgorithms.title':\n 'ソートのアルゴリズムをわかりやすく説明する',\n 'prompts.sortingAlgorithms.message':\n 'クイックソートとマージソートのアルゴリズムの違いと、それぞれの使用タイミングについて説明してくれませんか?',\n 'prompts.eventDriven.title': 'イベント駆動型アーキテクチャーを理解する',\n 'prompts.eventDriven.message':\n 'イベント駆動型アーキテクチャーとは何か、またそれをソフトウェア開発でどのようなときに使用すると有益かを説明してくれませんか?',\n 'prompts.tekton.title': 'Tekton を使用したデプロイ',\n 'prompts.tekton.message':\n 'Tekton パイプラインを使用してアプリケーションのデプロイを自動化するのを手伝ってくれませんか?',\n 'prompts.openshift.title': 'OpenShift デプロイメントの作成',\n 'prompts.openshift.message':\n 'コンテナー化されたアプリケーション用に OpenShift で新しいデプロイメントを作成する手順を説明してくれませんか?',\n 'prompts.rhdh.title': 'Red Hat Developer Hub を使い始める',\n 'prompts.rhdh.message':\n 'ソフトウェアカタログの探索やサービスの追加など、開発者が Developer Hub を利用する際にまず何をすべきか教えてくれませんか?',\n 'conversation.delete.confirm.title': 'チャットを削除しますか?',\n 'conversation.delete.confirm.message':\n 'このチャットはここに表示されなくなります。Lightspeed Activity からのプロンプト、回答、フィードバックなど、関連アクティビティーも削除されます。',\n 'conversation.delete.confirm.action': '削除',\n 'conversation.rename.confirm.title': 'チャットの名前を変更しますか?',\n 'conversation.rename.confirm.action': '名前の変更',\n 'conversation.rename.placeholder': 'チャット名',\n 'conversation.action.error': 'エラーが発生しました: {{error}}',\n 'permission.required.title': '権限の不足',\n 'permission.required.description':\n 'lightspeed プラグインを表示するには、管理者に連絡して <b>lightspeed.chat.read</b> および <b>lightspeed.chat.create</b> 権限を付与してもらうよう依頼してください。',\n 'disclaimer.withValidation':\n 'この機能は AI テクノロジーを使用します。入力内容に個人情報やその他の機密情報を含めないでください。やり取りの内容は、Red Hat の製品やサービスを改善するために使用される場合があります。',\n 'disclaimer.withoutValidation':\n 'この機能は AI テクノロジーを使用します。入力内容に個人情報やその他の機密情報を含めないでください。やり取りの内容は、Red Hat の製品やサービスを改善するために使用される場合があります。',\n 'footer.accuracy.label':\n 'AI によって生成されたコンテンツは、使用する前に必ず確認してください。',\n 'footer.accuracy.popover.title': '正確性の確認',\n 'footer.accuracy.popover.description':\n 'Developer Lightspeed は正確性を期すよう努めておりますが、誤りが生じる可能性は常にあります。特に意思決定や行動に関わる重要な情報については、信頼できる情報源でその情報を確認することを推奨します。',\n 'footer.accuracy.popover.image.alt': '脚注ポップオーバーのサンプル画像',\n 'footer.accuracy.popover.cta.label': '了解しました',\n 'footer.accuracy.popover.link.label': '詳細',\n 'common.cancel': 'キャンセル',\n 'common.close': '閉じる',\n 'common.readMore': 'さらに表示する',\n 'common.noSearchResults': '検索に一致する結果がありません',\n 'menu.newConversation': '新しいチャット',\n 'chatbox.header.title': 'Developer Lightspeed',\n 'chatbox.search.placeholder': '検索',\n 'chatbox.provider.other': 'その他',\n 'chatbox.emptyState.noPinnedChats': '固定したチャットがありません',\n 'chatbox.emptyState.noRecentChats': '最近のチャットがありません',\n 'chatbox.emptyState.noResults.title': '結果が見つかりません',\n 'chatbox.emptyState.noResults.body':\n '検索クエリーを調整して再試行してください。スペルを確認するか、より一般的な用語をお試しください。',\n 'chatbox.welcome.greeting': 'こんにちは、{{userName}}',\n 'chatbox.welcome.description': '今日は何をお手伝いしましょうか?',\n 'chatbox.message.placeholder':\n 'メッセージを送信し、必要に応じて JSON、YAML、または TXT ファイルをアップロードします...',\n 'chatbox.fileUpload.failed': 'ファイルのアップロードに失敗しました',\n 'chatbox.fileUpload.infoText':\n 'サポートされているファイルの種類は、.txt、.yaml、.json です。最大ファイルサイズは 25 MB です。',\n 'aria.chatbotSelector': 'チャットボットセレクター',\n 'aria.important': '重要',\n 'aria.chatHistoryMenu': 'チャット履歴メニュー',\n 'aria.closeDrawerPanel': 'ドロワーパネルを閉じる',\n 'aria.search.placeholder': '検索',\n 'aria.searchPreviousConversations': '以前の会話の検索',\n 'aria.resize': 'サイズ変更',\n 'aria.options.label': 'オプション',\n 'aria.scroll.down': '一番下に戻る',\n 'aria.scroll.up': '一番上に戻る',\n 'aria.settings.label': 'チャットボットのオプション',\n 'modal.edit': '編集',\n 'modal.save': '保存',\n 'modal.close': '閉じる',\n 'modal.cancel': 'キャンセル',\n 'conversation.delete': '削除',\n 'conversation.rename': '名前の変更',\n 'conversation.addToPinnedChats': '固定',\n 'conversation.removeFromPinnedChats': '固定解除',\n 'conversation.announcement.userMessage':\n 'ユーザーからのメッセージ: {{prompt}}。ボットからのメッセージを読み込んでいます。',\n 'user.guest': 'ゲスト',\n 'user.loading': '...',\n 'tooltip.attach': '割り当て',\n 'tooltip.send': '送信',\n 'tooltip.microphone.active': '聞き取りを停止',\n 'tooltip.microphone.inactive': 'マイクを使用する',\n 'button.newChat': '新しいチャット',\n 'tooltip.chatHistoryMenu': 'チャット履歴メニュー',\n 'tooltip.responseRecorded': '回答が記録されました',\n 'tooltip.backToTop': '一番上に戻る',\n 'tooltip.backToBottom': '一番下に戻る',\n 'tooltip.settings': 'チャットボットのオプション',\n 'modal.title.preview': '添付ファイルのプレビュー',\n 'modal.title.edit': '添付ファイルの編集',\n 'icon.lightspeed.alt': 'lightspeed アイコン',\n 'icon.permissionRequired.alt': '権限不足アイコン',\n 'message.options.label': 'オプション',\n 'file.upload.error.alreadyExists': 'ファイルがすでに存在します。',\n 'file.upload.error.multipleFiles': '複数のファイルをアップロードしました。',\n 'file.upload.error.unsupportedType':\n 'サポートされていないファイルタイプです。サポートされているタイプは、.txt、.yaml、.json です。',\n 'file.upload.error.fileTooLarge':\n 'ファイルサイズが大きすぎます。ファイルサイズが 25 MB 未満であることを確認してください。',\n 'file.upload.error.readFailed':\n 'ファイルの読み取りに失敗しました: {{errorMessage}}',\n 'error.context.fileAttachment':\n 'useFileAttachmentContext が FileAttachmentContextProvider 内に収まっている必要があります',\n 'feedback.form.title': 'なぜこの評価を選んだのですか?',\n 'feedback.form.textAreaPlaceholder':\n 'その他ご意見をお聞かせください (任意)',\n 'feedback.form.submitWord': '送信',\n 'feedback.tooltips.goodResponse': '回答内容が良い',\n 'feedback.tooltips.badResponse': '回答内容が悪い',\n 'feedback.tooltips.copied': 'コピー済み',\n 'feedback.tooltips.copy': 'コピー',\n 'feedback.tooltips.listening': '聞き取り中',\n 'feedback.tooltips.listen': '聞き取り',\n 'feedback.quickResponses.positive.helpful': '情報が役に立つ',\n 'feedback.quickResponses.positive.easyToUnderstand': 'わかりやすい',\n 'feedback.quickResponses.positive.resolvedIssue': '問題が解決した',\n 'feedback.quickResponses.negative.didntAnswer':\n '質問に対する答えが得られなかった',\n 'feedback.quickResponses.negative.hardToUnderstand': 'わかりにくい',\n 'feedback.quickResponses.negative.notHelpful': '役に立たない',\n 'feedback.completion.title': 'フィードバックを送信しました',\n 'feedback.completion.body':\n 'ご回答を受け取りました。ご意見をお聞かせいただきありがとうございました!',\n 'conversation.category.pinnedChats': '固定',\n 'conversation.category.recent': '最近',\n 'settings.pinned.enable': 'チャットの固定の有効化',\n 'settings.pinned.disable': 'チャットの固定の無効化',\n 'settings.pinned.enabled.description': 'チャットの固定は現在有効です',\n 'settings.pinned.disabled.description': 'チャットの固定は現在無効です',\n\n // Tool calling\n 'toolCall.header': 'ツールの応答: {{toolName}}',\n 'toolCall.thinking': '{{seconds}} 秒間考えました',\n 'toolCall.executionTime': '実行時間: ',\n 'toolCall.parameters': 'パラメーター',\n 'toolCall.response': '応答',\n 'toolCall.showMore': 'さらに表示',\n 'toolCall.showLess': '表示を減らす',\n 'toolCall.loading': 'ツールを実行中...',\n 'toolCall.executing': 'ツールを実行中...',\n 'toolCall.copyResponse': '応答をコピー',\n 'toolCall.summary': '応答の概要は次のとおりです',\n 'toolCall.mcpServer': 'MCP サーバー',\n\n // Sort options\n 'sort.label': '会話を並べ替え',\n 'sort.newest': '日付(新しい順)',\n 'sort.oldest': '日付(古い順)',\n 'sort.alphabeticalAsc': '名前(A-Z)',\n 'sort.alphabeticalDesc': '名前(Z-A)',\n\n // Deep thinking\n 'reasoning.thinking': '思考を表示',\n },\n});\n\nexport default lightspeedTranslationJa;\n"],"names":[],"mappings":"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"}
@@ -83,6 +83,7 @@ const lightspeedMessages = {
83
83
  "aria.scroll.down": "Back to bottom",
84
84
  "aria.scroll.up": "Back to top",
85
85
  "aria.settings.label": "Chatbot options",
86
+ "aria.close": "Close chatbot",
86
87
  // Modal actions
87
88
  "modal.edit": "Edit",
88
89
  "modal.save": "Save",
@@ -108,6 +109,7 @@ const lightspeedMessages = {
108
109
  "tooltip.backToTop": "Back to top",
109
110
  "tooltip.backToBottom": "Back to bottom",
110
111
  "tooltip.settings": "Chatbot options",
112
+ "tooltip.close": "Close",
111
113
  // Modal titles
112
114
  "modal.title.preview": "Preview attachment",
113
115
  "modal.title.edit": "Edit attachment",
@@ -149,7 +151,33 @@ const lightspeedMessages = {
149
151
  "settings.pinned.enable": "Enable pinned chats",
150
152
  "settings.pinned.disable": "Disable pinned chats",
151
153
  "settings.pinned.enabled.description": "Pinned chats are currently enabled",
152
- "settings.pinned.disabled.description": "Pinned chats are currently disabled"
154
+ "settings.pinned.disabled.description": "Pinned chats are currently disabled",
155
+ // Tool calling
156
+ "toolCall.header": "Tool response: {{toolName}}",
157
+ "toolCall.thinking": "Thought for {{seconds}} seconds",
158
+ "toolCall.executionTime": "Execution time: ",
159
+ "toolCall.parameters": "Parameters",
160
+ "toolCall.response": "Response",
161
+ "toolCall.showMore": "show more",
162
+ "toolCall.showLess": "show less",
163
+ "toolCall.loading": "Executing tool...",
164
+ "toolCall.executing": "Executing tool...",
165
+ "toolCall.copyResponse": "Copy response",
166
+ "toolCall.summary": "Here's a summary of your response",
167
+ "toolCall.mcpServer": "MCP Server",
168
+ // Display modes
169
+ "settings.displayMode.label": "Display mode",
170
+ "settings.displayMode.overlay": "Overlay",
171
+ "settings.displayMode.docked": "Dock to window",
172
+ "settings.displayMode.fullscreen": "Fullscreen",
173
+ // Sort options
174
+ "sort.label": "Sort conversations",
175
+ "sort.newest": "Date (newest first)",
176
+ "sort.oldest": "Date (oldest first)",
177
+ "sort.alphabeticalAsc": "Name (A-Z)",
178
+ "sort.alphabeticalDesc": "Name (Z-A)",
179
+ // Deep thinking
180
+ "reasoning.thinking": "Show thinking"
153
181
  };
154
182
  const lightspeedTranslationRef = createTranslationRef({
155
183
  id: "plugin.lightspeed",