@red-hat-developer-hub/backstage-plugin-lightspeed 1.3.0 → 2.0.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 (95) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README.md +63 -4
  3. package/dist/alpha/LightspeedFAB.esm.js +69 -0
  4. package/dist/alpha/LightspeedFAB.esm.js.map +1 -0
  5. package/dist/alpha/LightspeedProvider.esm.js +6 -0
  6. package/dist/alpha/LightspeedProvider.esm.js.map +1 -0
  7. package/dist/alpha.d.ts +170 -1
  8. package/dist/alpha.esm.js +97 -1
  9. package/dist/alpha.esm.js.map +1 -1
  10. package/dist/api/LightspeedApiClient.esm.js +19 -0
  11. package/dist/api/LightspeedApiClient.esm.js.map +1 -1
  12. package/dist/api/NotebooksApiClient.esm.js +72 -0
  13. package/dist/api/NotebooksApiClient.esm.js.map +1 -0
  14. package/dist/api/api.esm.js.map +1 -1
  15. package/dist/api/notebooksApi.esm.js +10 -0
  16. package/dist/api/notebooksApi.esm.js.map +1 -0
  17. package/dist/components/DeleteModal.esm.js +2 -0
  18. package/dist/components/DeleteModal.esm.js.map +1 -1
  19. package/dist/components/LightSpeedChat.esm.js +714 -66
  20. package/dist/components/LightSpeedChat.esm.js.map +1 -1
  21. package/dist/components/LightspeedChatBox.esm.js +18 -4
  22. package/dist/components/LightspeedChatBox.esm.js.map +1 -1
  23. package/dist/components/LightspeedChatBoxHeader.esm.js +59 -50
  24. package/dist/components/LightspeedChatBoxHeader.esm.js.map +1 -1
  25. package/dist/components/LightspeedChatContainer.esm.js +26 -2
  26. package/dist/components/LightspeedChatContainer.esm.js.map +1 -1
  27. package/dist/components/LightspeedDrawerProvider.esm.js +12 -157
  28. package/dist/components/LightspeedDrawerProvider.esm.js.map +1 -1
  29. package/dist/components/LightspeedFAB.esm.js +5 -4
  30. package/dist/components/LightspeedFAB.esm.js.map +1 -1
  31. package/dist/components/McpServersSettings.esm.js +932 -0
  32. package/dist/components/McpServersSettings.esm.js.map +1 -0
  33. package/dist/components/McpSettingsIcon.esm.js +26 -0
  34. package/dist/components/McpSettingsIcon.esm.js.map +1 -0
  35. package/dist/components/PermissionRequiredState.esm.js +18 -22
  36. package/dist/components/PermissionRequiredState.esm.js.map +1 -1
  37. package/dist/components/RenameConversationModal.esm.js +2 -2
  38. package/dist/components/RenameConversationModal.esm.js.map +1 -1
  39. package/dist/components/ToolCallContent.esm.js +14 -4
  40. package/dist/components/ToolCallContent.esm.js.map +1 -1
  41. package/dist/components/notebooks/DeleteNotebookModal.esm.js +143 -0
  42. package/dist/components/notebooks/DeleteNotebookModal.esm.js.map +1 -0
  43. package/dist/components/notebooks/NotebookCard.esm.js +96 -0
  44. package/dist/components/notebooks/NotebookCard.esm.js.map +1 -0
  45. package/dist/components/notebooks/NotebooksTab.esm.js +61 -0
  46. package/dist/components/notebooks/NotebooksTab.esm.js.map +1 -0
  47. package/dist/components/notebooks/RenameNotebookModal.esm.js +187 -0
  48. package/dist/components/notebooks/RenameNotebookModal.esm.js.map +1 -0
  49. package/dist/const.esm.js +3 -1
  50. package/dist/const.esm.js.map +1 -1
  51. package/dist/dev.d.ts +2 -0
  52. package/dist/dev.esm.js +48 -0
  53. package/dist/dev.esm.js.map +1 -0
  54. package/dist/hooks/notebooks/useDeleteNotebook.esm.js +19 -0
  55. package/dist/hooks/notebooks/useDeleteNotebook.esm.js.map +1 -0
  56. package/dist/hooks/notebooks/useLightspeedNotebooksPermission.esm.js +15 -0
  57. package/dist/hooks/notebooks/useLightspeedNotebooksPermission.esm.js.map +1 -0
  58. package/dist/hooks/notebooks/useNotebookSessions.esm.js +18 -0
  59. package/dist/hooks/notebooks/useNotebookSessions.esm.js.map +1 -0
  60. package/dist/hooks/notebooks/useRenameNotebook.esm.js +19 -0
  61. package/dist/hooks/notebooks/useRenameNotebook.esm.js.map +1 -0
  62. package/dist/hooks/useConversationMessages.esm.js +136 -36
  63. package/dist/hooks/useConversationMessages.esm.js.map +1 -1
  64. package/dist/hooks/useConversations.esm.js +6 -0
  65. package/dist/hooks/useConversations.esm.js.map +1 -1
  66. package/dist/hooks/useCreateCoversationMessage.esm.js.map +1 -1
  67. package/dist/hooks/useLightspeedProviderState.esm.js +205 -0
  68. package/dist/hooks/useLightspeedProviderState.esm.js.map +1 -0
  69. package/dist/hooks/useStopConversation.esm.js +18 -0
  70. package/dist/hooks/useStopConversation.esm.js.map +1 -0
  71. package/dist/hooks/useWelcomePrompts.esm.js +2 -2
  72. package/dist/hooks/useWelcomePrompts.esm.js.map +1 -1
  73. package/dist/index.d.ts +31 -31
  74. package/dist/plugin.esm.js +10 -0
  75. package/dist/plugin.esm.js.map +1 -1
  76. package/dist/translations/de.esm.js +136 -100
  77. package/dist/translations/de.esm.js.map +1 -1
  78. package/dist/translations/es.esm.js +134 -98
  79. package/dist/translations/es.esm.js.map +1 -1
  80. package/dist/translations/fr.esm.js +64 -1
  81. package/dist/translations/fr.esm.js.map +1 -1
  82. package/dist/translations/it.esm.js +66 -1
  83. package/dist/translations/it.esm.js.map +1 -1
  84. package/dist/translations/ja.esm.js +66 -1
  85. package/dist/translations/ja.esm.js.map +1 -1
  86. package/dist/translations/ref.esm.js +65 -1
  87. package/dist/translations/ref.esm.js.map +1 -1
  88. package/dist/types.esm.js.map +1 -1
  89. package/dist/utils/formatToolResponseForMarkdown.esm.js +46 -0
  90. package/dist/utils/formatToolResponseForMarkdown.esm.js.map +1 -0
  91. package/dist/utils/lightspeed-chatbox-utils.esm.js +7 -3
  92. package/dist/utils/lightspeed-chatbox-utils.esm.js.map +1 -1
  93. package/dist/utils/notebooks-utils.esm.js +25 -0
  94. package/dist/utils/notebooks-utils.esm.js.map +1 -0
  95. package/package.json +28 -12
@@ -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 '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 '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': 'Entrez une invite pour Lightspeed',\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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"}
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 'tabs.ariaLabel': 'Vues Lightspeed',\n 'tabs.chat': 'Chat',\n 'tabs.notebooks': 'Carnets',\n 'tabs.notebooks.empty': 'Le contenu des carnets s’affichera ici.',\n 'notebooks.title': 'Mes carnets',\n 'notebooks.empty.title': 'Aucun carnet créé',\n 'notebooks.empty.description':\n 'Créez un nouveau carnet pour organiser vos sources et générer des informations alimentées par l’IA.',\n 'notebooks.empty.action': 'Créer un nouveau carnet',\n 'notebooks.documents': 'Documents',\n 'notebooks.actions.rename': 'Renommer',\n 'notebooks.actions.delete': 'Supprimer',\n 'notebooks.rename.title': 'Renommer {{name}} ?',\n 'notebooks.rename.description':\n 'Veuillez saisir le nouveau nom de ce carnet et cliquer sur Envoyer pour continuer.',\n 'notebooks.rename.label': 'Nouveau nom',\n 'notebooks.rename.placeholder': 'Nouveau nom',\n 'notebooks.rename.action': 'Envoyer',\n 'notebooks.delete.title': 'Supprimer {{name}} ?',\n 'notebooks.delete.message':\n 'Vous ne verrez plus ce carnet ici. Cela supprimera également l’activité associée comme les requêtes, réponses et retours depuis votre activité Lightspeed.',\n 'notebooks.delete.action': 'Supprimer',\n 'notebooks.delete.toast': 'Carnet supprimé !',\n 'notebooks.updated.today': 'Mis à jour aujourd’hui',\n 'notebooks.updated.yesterday': 'Mis à jour il y a 1 jour',\n 'notebooks.updated.days': 'Mis à jour il y a {{days}} jours',\n 'notebooks.updated.on': 'Mis à jour le',\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 'permission.required.title': 'Autorisations manquantes',\n 'permission.subject.plugin': 'le plugin Lightspeed',\n 'permission.subject.notebooks': 'les carnets Lightspeed',\n 'permission.notebooks.goBack': 'Retour',\n 'permission.required.description':\n \"Pour afficher <subject/>, veuillez contacter votre administrateur pour qu'il vous donne la permission <permissions/>.\",\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 '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': 'Entrez une invite pour Lightspeed',\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 'conversation.announcement.responseStopped': 'Réponse arrêtée.',\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 'settings.mcp.label': 'Paramètres MCP',\n 'mcp.settings.title': 'Serveurs MCP',\n 'mcp.settings.selectedCount':\n '{{selectedCount}} sur {{totalCount}} sélectionnés',\n 'mcp.settings.closeAriaLabel': 'Fermer les paramètres MCP',\n 'mcp.settings.readOnlyAccess':\n 'Vous disposez d’un accès en lecture seule aux serveurs MCP.',\n 'mcp.settings.tableAriaLabel': 'Tableau des serveurs MCP',\n 'mcp.settings.enabled': 'Activé',\n 'mcp.settings.name': 'Nom',\n 'mcp.settings.status': 'Statut',\n 'mcp.settings.edit': 'Modifier',\n 'mcp.settings.loading': 'Chargement des serveurs MCP...',\n 'mcp.settings.noneAvailable': 'Aucun serveur MCP disponible.',\n 'mcp.settings.status.disabled': 'Désactivé',\n 'mcp.settings.status.tokenRequired': 'Jeton requis',\n 'mcp.settings.status.failed': 'Échec',\n 'mcp.settings.status.oneTool': '{{count}} outil',\n 'mcp.settings.status.manyTools': '{{count}} outils',\n 'mcp.settings.status.unknown': 'Inconnu',\n 'mcp.settings.toggleServerAriaLabel': 'Basculer {{serverName}}',\n 'mcp.settings.editServerAriaLabel': 'Modifier {{serverName}}',\n 'mcp.settings.configureServerTitle': 'Configurer le serveur {{serverName}}',\n 'mcp.settings.closeConfigureModalAriaLabel':\n 'Fermer la fenêtre de configuration',\n 'mcp.settings.modalDescription':\n 'Les identifiants sont chiffrés au repos et limités à votre profil. Lightspeed fonctionnera avec exactement vos autorisations.',\n 'mcp.settings.savedToken': 'Jeton enregistré',\n 'mcp.settings.personalAccessToken': \"Jeton d'accès personnel\",\n 'mcp.settings.usingAdminCredential':\n 'Les identifiants fournis par l’administrateur sont utilisés. Saisissez un jeton personnel pour les remplacer pour votre compte.',\n 'mcp.settings.enterToken': 'Saisissez votre jeton',\n 'mcp.settings.removePersonalToken': 'Supprimer le jeton personnel',\n 'mcp.settings.token.clearAriaLabel': 'Effacer la saisie du jeton',\n 'mcp.settings.token.validating': 'Validation du jeton...',\n 'mcp.settings.token.savingAndValidating':\n 'Enregistrement et validation du jeton...',\n 'mcp.settings.token.urlUnavailableForValidation':\n 'Impossible de valider le jeton car l’URL du serveur n’est pas disponible.',\n 'mcp.settings.token.invalidCredentials':\n 'Identifiants invalides. Vérifiez l’URL du serveur et le jeton.',\n 'mcp.settings.token.validationFailed':\n 'Échec de la validation. Vérifiez l’URL du serveur et le jeton.',\n 'mcp.settings.token.connectionSuccessful': 'Connexion réussie',\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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"}
@@ -6,6 +6,30 @@ const lightspeedTranslationIt = createTranslationMessages({
6
6
  messages: {
7
7
  "page.title": "Lightspeed",
8
8
  "page.subtitle": "Assistente allo sviluppo basato sull'intelligenza artificiale",
9
+ "tabs.ariaLabel": "Viste di Lightspeed",
10
+ "tabs.chat": "Chat",
11
+ "tabs.notebooks": "Quaderni",
12
+ "tabs.notebooks.empty": "Il contenuto dei quaderni va qui.",
13
+ "notebooks.title": "I miei quaderni",
14
+ "notebooks.empty.title": "Nessun quaderno creato",
15
+ "notebooks.empty.description": "Crea un nuovo quaderno per organizzare le tue fonti e generare insight basati su IA.",
16
+ "notebooks.empty.action": "Crea un nuovo quaderno",
17
+ "notebooks.documents": "Documenti",
18
+ "notebooks.actions.rename": "Rinomina",
19
+ "notebooks.actions.delete": "Elimina",
20
+ "notebooks.rename.title": "Rinominare {{name}}?",
21
+ "notebooks.rename.description": "Inserisci il nuovo nome per questo quaderno e fai clic su Invia per continuare.",
22
+ "notebooks.rename.label": "Nuovo nome",
23
+ "notebooks.rename.placeholder": "Nuovo nome",
24
+ "notebooks.rename.action": "Invia",
25
+ "notebooks.delete.title": "Eliminare {{name}}?",
26
+ "notebooks.delete.message": "Non vedrai pi\xF9 questo quaderno qui. Questo eliminer\xE0 anche le attivit\xE0 correlate come prompt, risposte e feedback dalla tua attivit\xE0 Lightspeed.",
27
+ "notebooks.delete.action": "Elimina",
28
+ "notebooks.delete.toast": "Quaderno eliminato!",
29
+ "notebooks.updated.today": "Aggiornato oggi",
30
+ "notebooks.updated.yesterday": "Aggiornato 1 giorno fa",
31
+ "notebooks.updated.days": "Aggiornato {{days}} giorni fa",
32
+ "notebooks.updated.on": "Aggiornato il",
9
33
  "prompts.codeReadability.title": "Ottenere aiuto sulla leggibilit\xE0 del codice",
10
34
  "prompts.codeReadability.message": "Puoi suggerirmi delle tecniche da utilizzare per rendere il mio codice pi\xF9 leggibile e gestibile?",
11
35
  "prompts.debugging.title": "Ottenere aiuto con il debug",
@@ -37,7 +61,10 @@ const lightspeedTranslationIt = createTranslationMessages({
37
61
  "conversation.rename.confirm.action": "Rinomina",
38
62
  "conversation.rename.placeholder": "Nome della chat",
39
63
  "permission.required.title": "Autorizzazioni mancanti",
40
- "permission.required.description": "Per visualizzare il plugin Lightspeed, contattare l'amministratore per ottenere le autorizzazioni <b>lightspeed.chat.read</b> e <b>lightspeed.chat.create</b>.",
64
+ "permission.required.description": "Per visualizzare <subject/>, contattare l'amministratore per ottenere l'autorizzazione <permissions/>.",
65
+ "permission.subject.plugin": "il plugin Lightspeed",
66
+ "permission.subject.notebooks": "i quaderni Lightspeed",
67
+ "permission.notebooks.goBack": "Torna indietro",
41
68
  "disclaimer.withValidation": "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.",
42
69
  "disclaimer.withoutValidation": "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.",
43
70
  "footer.accuracy.label": "Esaminare sempre i contenuti generati dall'intelligenza artificiale prima di utilizzarli.",
@@ -69,6 +96,7 @@ const lightspeedTranslationIt = createTranslationMessages({
69
96
  "aria.scroll.down": "Torna alla fine",
70
97
  "aria.scroll.up": "Torna all'inizio",
71
98
  "aria.settings.label": "Opzioni chatbot",
99
+ "aria.close": "Chiudi chatbot",
72
100
  "modal.edit": "Modifica",
73
101
  "modal.save": "Salva",
74
102
  "modal.close": "Chiudi",
@@ -78,6 +106,7 @@ const lightspeedTranslationIt = createTranslationMessages({
78
106
  "conversation.addToPinnedChats": "Blocca",
79
107
  "conversation.removeFromPinnedChats": "Sblocca",
80
108
  "conversation.announcement.userMessage": "Messaggio dall'utente: {{prompt}}. Caricamento in corso del messaggio del bot.",
109
+ "conversation.announcement.responseStopped": "Risposta interrotta.",
81
110
  "user.guest": "Ospite",
82
111
  "user.loading": "...",
83
112
  "tooltip.attach": "Allega",
@@ -90,6 +119,7 @@ const lightspeedTranslationIt = createTranslationMessages({
90
119
  "tooltip.backToTop": "Torna all'inizio",
91
120
  "tooltip.backToBottom": "Torna alla fine",
92
121
  "tooltip.settings": "Opzioni chatbot",
122
+ "tooltip.close": "Chiudi",
93
123
  "modal.title.preview": "Anteprima allegato",
94
124
  "modal.title.edit": "Modifica allegato",
95
125
  "icon.lightspeed.alt": "icona di lightspeed",
@@ -124,6 +154,41 @@ const lightspeedTranslationIt = createTranslationMessages({
124
154
  "settings.pinned.disable": "Disattiva le chat bloccate",
125
155
  "settings.pinned.enabled.description": "Le chat bloccate sono attualmente abilitate",
126
156
  "settings.pinned.disabled.description": "Le chat bloccate sono attualmente disabilitate",
157
+ "settings.mcp.label": "Impostazioni MCP",
158
+ "mcp.settings.title": "Server MCP",
159
+ "mcp.settings.selectedCount": "{{selectedCount}} di {{totalCount}} selezionati",
160
+ "mcp.settings.closeAriaLabel": "Chiudi impostazioni MCP",
161
+ "mcp.settings.readOnlyAccess": "Disponi dell'accesso in sola lettura ai server MCP.",
162
+ "mcp.settings.tableAriaLabel": "Tabella dei server MCP",
163
+ "mcp.settings.enabled": "Abilitato",
164
+ "mcp.settings.name": "Nome",
165
+ "mcp.settings.status": "Stato",
166
+ "mcp.settings.edit": "Modifica",
167
+ "mcp.settings.loading": "Caricamento dei server MCP...",
168
+ "mcp.settings.noneAvailable": "Nessun server MCP disponibile.",
169
+ "mcp.settings.status.disabled": "Disabilitato",
170
+ "mcp.settings.status.tokenRequired": "Token richiesto",
171
+ "mcp.settings.status.failed": "Non riuscito",
172
+ "mcp.settings.status.oneTool": "{{count}} strumento",
173
+ "mcp.settings.status.manyTools": "{{count}} strumenti",
174
+ "mcp.settings.status.unknown": "Sconosciuto",
175
+ "mcp.settings.toggleServerAriaLabel": "Attiva/disattiva {{serverName}}",
176
+ "mcp.settings.editServerAriaLabel": "Modifica {{serverName}}",
177
+ "mcp.settings.configureServerTitle": "Configura server {{serverName}}",
178
+ "mcp.settings.closeConfigureModalAriaLabel": "Chiudi finestra di configurazione",
179
+ "mcp.settings.modalDescription": "Le credenziali sono crittografate a riposo e associate al tuo profilo. Lightspeed operer\xE0 con esattamente le tue autorizzazioni.",
180
+ "mcp.settings.savedToken": "Token salvato",
181
+ "mcp.settings.personalAccessToken": "Token di accesso personale",
182
+ "mcp.settings.usingAdminCredential": "Sono in uso le credenziali fornite dall'amministratore. Inserisci un token personale per sovrascriverle per il tuo account.",
183
+ "mcp.settings.enterToken": "Inserisci il tuo token",
184
+ "mcp.settings.removePersonalToken": "Rimuovi token personale",
185
+ "mcp.settings.token.clearAriaLabel": "Cancella campo token",
186
+ "mcp.settings.token.validating": "Convalida del token in corso...",
187
+ "mcp.settings.token.savingAndValidating": "Salvataggio e convalida del token in corso...",
188
+ "mcp.settings.token.urlUnavailableForValidation": "Impossibile convalidare il token perch\xE9 l'URL del server non \xE8 disponibile.",
189
+ "mcp.settings.token.invalidCredentials": "Credenziali non valide. Controlla l'URL del server e il token.",
190
+ "mcp.settings.token.validationFailed": "Convalida non riuscita. Controlla l'URL del server e il token.",
191
+ "mcp.settings.token.connectionSuccessful": "Connessione riuscita",
127
192
  // Display modes
128
193
  "settings.displayMode.label": "Modalit\xE0 di visualizzazione",
129
194
  "settings.displayMode.overlay": "Sovrapposizione",
@@ -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 '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 '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': 'Inserisci un prompt per Lightspeed',\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 // Display modes\n 'settings.displayMode.label': 'Modalità di visualizzazione',\n 'settings.displayMode.overlay': 'Sovrapposizione',\n 'settings.displayMode.docked': 'Aggancia alla finestra',\n 'settings.displayMode.fullscreen': 'Schermo intero',\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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"}
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 'tabs.ariaLabel': 'Viste di Lightspeed',\n 'tabs.chat': 'Chat',\n 'tabs.notebooks': 'Quaderni',\n 'tabs.notebooks.empty': 'Il contenuto dei quaderni va qui.',\n 'notebooks.title': 'I miei quaderni',\n 'notebooks.empty.title': 'Nessun quaderno creato',\n 'notebooks.empty.description':\n 'Crea un nuovo quaderno per organizzare le tue fonti e generare insight basati su IA.',\n 'notebooks.empty.action': 'Crea un nuovo quaderno',\n 'notebooks.documents': 'Documenti',\n 'notebooks.actions.rename': 'Rinomina',\n 'notebooks.actions.delete': 'Elimina',\n 'notebooks.rename.title': 'Rinominare {{name}}?',\n 'notebooks.rename.description':\n 'Inserisci il nuovo nome per questo quaderno e fai clic su Invia per continuare.',\n 'notebooks.rename.label': 'Nuovo nome',\n 'notebooks.rename.placeholder': 'Nuovo nome',\n 'notebooks.rename.action': 'Invia',\n 'notebooks.delete.title': 'Eliminare {{name}}?',\n 'notebooks.delete.message':\n 'Non vedrai più questo quaderno qui. Questo eliminerà anche le attività correlate come prompt, risposte e feedback dalla tua attività Lightspeed.',\n 'notebooks.delete.action': 'Elimina',\n 'notebooks.delete.toast': 'Quaderno eliminato!',\n 'notebooks.updated.today': 'Aggiornato oggi',\n 'notebooks.updated.yesterday': 'Aggiornato 1 giorno fa',\n 'notebooks.updated.days': 'Aggiornato {{days}} giorni fa',\n 'notebooks.updated.on': 'Aggiornato il',\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 'permission.required.title': 'Autorizzazioni mancanti',\n 'permission.required.description':\n \"Per visualizzare <subject/>, contattare l'amministratore per ottenere l'autorizzazione <permissions/>.\",\n 'permission.subject.plugin': 'il plugin Lightspeed',\n 'permission.subject.notebooks': 'i quaderni Lightspeed',\n 'permission.notebooks.goBack': 'Torna indietro',\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 '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': 'Inserisci un prompt per Lightspeed',\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 'aria.close': 'Chiudi 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 'conversation.announcement.responseStopped': 'Risposta interrotta.',\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 'tooltip.close': 'Chiudi',\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 'settings.mcp.label': 'Impostazioni MCP',\n 'mcp.settings.title': 'Server MCP',\n 'mcp.settings.selectedCount':\n '{{selectedCount}} di {{totalCount}} selezionati',\n 'mcp.settings.closeAriaLabel': 'Chiudi impostazioni MCP',\n 'mcp.settings.readOnlyAccess':\n \"Disponi dell'accesso in sola lettura ai server MCP.\",\n 'mcp.settings.tableAriaLabel': 'Tabella dei server MCP',\n 'mcp.settings.enabled': 'Abilitato',\n 'mcp.settings.name': 'Nome',\n 'mcp.settings.status': 'Stato',\n 'mcp.settings.edit': 'Modifica',\n 'mcp.settings.loading': 'Caricamento dei server MCP...',\n 'mcp.settings.noneAvailable': 'Nessun server MCP disponibile.',\n 'mcp.settings.status.disabled': 'Disabilitato',\n 'mcp.settings.status.tokenRequired': 'Token richiesto',\n 'mcp.settings.status.failed': 'Non riuscito',\n 'mcp.settings.status.oneTool': '{{count}} strumento',\n 'mcp.settings.status.manyTools': '{{count}} strumenti',\n 'mcp.settings.status.unknown': 'Sconosciuto',\n 'mcp.settings.toggleServerAriaLabel': 'Attiva/disattiva {{serverName}}',\n 'mcp.settings.editServerAriaLabel': 'Modifica {{serverName}}',\n 'mcp.settings.configureServerTitle': 'Configura server {{serverName}}',\n 'mcp.settings.closeConfigureModalAriaLabel':\n 'Chiudi finestra di configurazione',\n 'mcp.settings.modalDescription':\n 'Le credenziali sono crittografate a riposo e associate al tuo profilo. Lightspeed opererà con esattamente le tue autorizzazioni.',\n 'mcp.settings.savedToken': 'Token salvato',\n 'mcp.settings.personalAccessToken': 'Token di accesso personale',\n 'mcp.settings.usingAdminCredential':\n \"Sono in uso le credenziali fornite dall'amministratore. Inserisci un token personale per sovrascriverle per il tuo account.\",\n 'mcp.settings.enterToken': 'Inserisci il tuo token',\n 'mcp.settings.removePersonalToken': 'Rimuovi token personale',\n 'mcp.settings.token.clearAriaLabel': 'Cancella campo token',\n 'mcp.settings.token.validating': 'Convalida del token in corso...',\n 'mcp.settings.token.savingAndValidating':\n 'Salvataggio e convalida del token in corso...',\n 'mcp.settings.token.urlUnavailableForValidation':\n \"Impossibile convalidare il token perché l'URL del server non è disponibile.\",\n 'mcp.settings.token.invalidCredentials':\n \"Credenziali non valide. Controlla l'URL del server e il token.\",\n 'mcp.settings.token.validationFailed':\n \"Convalida non riuscita. Controlla l'URL del server e il token.\",\n 'mcp.settings.token.connectionSuccessful': 'Connessione riuscita',\n // Display modes\n 'settings.displayMode.label': 'Modalità di visualizzazione',\n 'settings.displayMode.overlay': 'Sovrapposizione',\n 'settings.displayMode.docked': 'Aggancia alla finestra',\n 'settings.displayMode.fullscreen': 'Schermo intero',\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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"}
@@ -6,6 +6,30 @@ const lightspeedTranslationJa = createTranslationMessages({
6
6
  messages: {
7
7
  "page.title": "Lightspeed",
8
8
  "page.subtitle": "AI \u642D\u8F09\u958B\u767A\u30A2\u30B7\u30B9\u30BF\u30F3\u30C8",
9
+ "tabs.ariaLabel": "Lightspeed \u306E\u30D3\u30E5\u30FC",
10
+ "tabs.chat": "\u30C1\u30E3\u30C3\u30C8",
11
+ "tabs.notebooks": "\u30CE\u30FC\u30C8\u30D6\u30C3\u30AF",
12
+ "tabs.notebooks.empty": "\u30CE\u30FC\u30C8\u30D6\u30C3\u30AF\u306E\u5185\u5BB9\u306F\u3053\u3053\u306B\u8868\u793A\u3055\u308C\u307E\u3059\u3002",
13
+ "notebooks.title": "\u30DE\u30A4\u30CE\u30FC\u30C8\u30D6\u30C3\u30AF",
14
+ "notebooks.empty.title": "\u4F5C\u6210\u3055\u308C\u305F\u30CE\u30FC\u30C8\u30D6\u30C3\u30AF\u306F\u3042\u308A\u307E\u305B\u3093",
15
+ "notebooks.empty.description": "\u65B0\u3057\u3044\u30CE\u30FC\u30C8\u30D6\u30C3\u30AF\u3092\u4F5C\u6210\u3057\u3066\u30BD\u30FC\u30B9\u3092\u6574\u7406\u3057\u3001AI \u306B\u3088\u308B\u6D1E\u5BDF\u3092\u751F\u6210\u3057\u307E\u3059\u3002",
16
+ "notebooks.empty.action": "\u65B0\u3057\u3044\u30CE\u30FC\u30C8\u30D6\u30C3\u30AF\u3092\u4F5C\u6210",
17
+ "notebooks.documents": "\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8",
18
+ "notebooks.actions.rename": "\u540D\u524D\u306E\u5909\u66F4",
19
+ "notebooks.actions.delete": "\u524A\u9664",
20
+ "notebooks.rename.title": "{{name}} \u306E\u540D\u524D\u3092\u5909\u66F4\u3057\u307E\u3059\u304B?",
21
+ "notebooks.rename.description": "\u3053\u306E\u30CE\u30FC\u30C8\u30D6\u30C3\u30AF\u306E\u65B0\u3057\u3044\u540D\u524D\u3092\u5165\u529B\u3057\u3001\u9001\u4FE1\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u7D9A\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
22
+ "notebooks.rename.label": "\u65B0\u3057\u3044\u540D\u524D",
23
+ "notebooks.rename.placeholder": "\u65B0\u3057\u3044\u540D\u524D",
24
+ "notebooks.rename.action": "\u9001\u4FE1",
25
+ "notebooks.delete.title": "{{name}} \u3092\u524A\u9664\u3057\u307E\u3059\u304B?",
26
+ "notebooks.delete.message": "\u3053\u306E\u30CE\u30FC\u30C8\u30D6\u30C3\u30AF\u306F\u3053\u3053\u306B\u8868\u793A\u3055\u308C\u306A\u304F\u306A\u308A\u307E\u3059\u3002Lightspeed \u30A2\u30AF\u30C6\u30A3\u30D3\u30C6\u30A3\u306B\u95A2\u9023\u3059\u308B\u30D7\u30ED\u30F3\u30D7\u30C8\u3001\u5FDC\u7B54\u3001\u30D5\u30A3\u30FC\u30C9\u30D0\u30C3\u30AF\u3082\u524A\u9664\u3055\u308C\u307E\u3059\u3002",
27
+ "notebooks.delete.action": "\u524A\u9664",
28
+ "notebooks.delete.toast": "\u30CE\u30FC\u30C8\u30D6\u30C3\u30AF\u3092\u524A\u9664\u3057\u307E\u3057\u305F\uFF01",
29
+ "notebooks.updated.today": "\u4ECA\u65E5\u66F4\u65B0",
30
+ "notebooks.updated.yesterday": "1\u65E5\u524D\u306B\u66F4\u65B0",
31
+ "notebooks.updated.days": "{{days}}\u65E5\u524D\u306B\u66F4\u65B0",
32
+ "notebooks.updated.on": "\u66F4\u65B0\u65E5",
9
33
  "prompts.codeReadability.title": "\u30B3\u30FC\u30C9\u306E\u53EF\u8AAD\u6027\u306B\u95A2\u3059\u308B\u30D8\u30EB\u30D7\u3092\u5229\u7528\u3059\u308B",
10
34
  "prompts.codeReadability.message": "\u30B3\u30FC\u30C9\u306E\u53EF\u8AAD\u6027\u3068\u4FDD\u5B88\u6027\u3092\u9AD8\u3081\u308B\u305F\u3081\u306E\u624B\u6CD5\u3092\u63D0\u6848\u3057\u3066\u304F\u308C\u307E\u305B\u3093\u304B?",
11
35
  "prompts.debugging.title": "\u30C7\u30D0\u30C3\u30B0\u306B\u95A2\u3059\u308B\u30D8\u30EB\u30D7\u3092\u5229\u7528\u3059\u308B",
@@ -37,7 +61,10 @@ const lightspeedTranslationJa = createTranslationMessages({
37
61
  "conversation.rename.confirm.action": "\u540D\u524D\u306E\u5909\u66F4",
38
62
  "conversation.rename.placeholder": "\u30C1\u30E3\u30C3\u30C8\u540D",
39
63
  "permission.required.title": "\u6A29\u9650\u306E\u4E0D\u8DB3",
40
- "permission.required.description": "lightspeed \u30D7\u30E9\u30B0\u30A4\u30F3\u3092\u8868\u793A\u3059\u308B\u306B\u306F\u3001\u7BA1\u7406\u8005\u306B\u9023\u7D61\u3057\u3066 <b>lightspeed.chat.read</b> \u304A\u3088\u3073 <b>lightspeed.chat.create</b> \u6A29\u9650\u3092\u4ED8\u4E0E\u3057\u3066\u3082\u3089\u3046\u3088\u3046\u4F9D\u983C\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
64
+ "permission.required.description": "<subject/> \u3092\u8868\u793A\u3059\u308B\u306B\u306F\u3001\u7BA1\u7406\u8005\u306B\u9023\u7D61\u3057\u3066 <permissions/> \u6A29\u9650\u3092\u4ED8\u4E0E\u3057\u3066\u3082\u3089\u3046\u3088\u3046\u4F9D\u983C\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
65
+ "permission.subject.plugin": "Lightspeed \u30D7\u30E9\u30B0\u30A4\u30F3",
66
+ "permission.subject.notebooks": "Lightspeed \u30CE\u30FC\u30C8\u30D6\u30C3\u30AF",
67
+ "permission.notebooks.goBack": "\u623B\u308B",
41
68
  "disclaimer.withValidation": "\u3053\u306E\u6A5F\u80FD\u306F AI \u30C6\u30AF\u30CE\u30ED\u30B8\u30FC\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002\u5165\u529B\u5185\u5BB9\u306B\u500B\u4EBA\u60C5\u5831\u3084\u305D\u306E\u4ED6\u306E\u6A5F\u5BC6\u60C5\u5831\u3092\u542B\u3081\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002\u3084\u308A\u53D6\u308A\u306E\u5185\u5BB9\u306F\u3001Red Hat \u306E\u88FD\u54C1\u3084\u30B5\u30FC\u30D3\u30B9\u3092\u6539\u5584\u3059\u308B\u305F\u3081\u306B\u4F7F\u7528\u3055\u308C\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002",
42
69
  "disclaimer.withoutValidation": "\u3053\u306E\u6A5F\u80FD\u306F AI \u30C6\u30AF\u30CE\u30ED\u30B8\u30FC\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002\u5165\u529B\u5185\u5BB9\u306B\u500B\u4EBA\u60C5\u5831\u3084\u305D\u306E\u4ED6\u306E\u6A5F\u5BC6\u60C5\u5831\u3092\u542B\u3081\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002\u3084\u308A\u53D6\u308A\u306E\u5185\u5BB9\u306F\u3001Red Hat \u306E\u88FD\u54C1\u3084\u30B5\u30FC\u30D3\u30B9\u3092\u6539\u5584\u3059\u308B\u305F\u3081\u306B\u4F7F\u7528\u3055\u308C\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002",
43
70
  "footer.accuracy.label": "AI \u306B\u3088\u3063\u3066\u751F\u6210\u3055\u308C\u305F\u30B3\u30F3\u30C6\u30F3\u30C4\u306F\u3001\u4F7F\u7528\u3059\u308B\u524D\u306B\u5FC5\u305A\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
@@ -69,6 +96,7 @@ const lightspeedTranslationJa = createTranslationMessages({
69
96
  "aria.scroll.down": "\u4E00\u756A\u4E0B\u306B\u623B\u308B",
70
97
  "aria.scroll.up": "\u4E00\u756A\u4E0A\u306B\u623B\u308B",
71
98
  "aria.settings.label": "\u30C1\u30E3\u30C3\u30C8\u30DC\u30C3\u30C8\u306E\u30AA\u30D7\u30B7\u30E7\u30F3",
99
+ "aria.close": "\u30C1\u30E3\u30C3\u30C8\u30DC\u30C3\u30C8\u3092\u9589\u3058\u308B",
72
100
  "modal.edit": "\u7DE8\u96C6",
73
101
  "modal.save": "\u4FDD\u5B58",
74
102
  "modal.close": "\u9589\u3058\u308B",
@@ -78,6 +106,7 @@ const lightspeedTranslationJa = createTranslationMessages({
78
106
  "conversation.addToPinnedChats": "\u56FA\u5B9A",
79
107
  "conversation.removeFromPinnedChats": "\u56FA\u5B9A\u89E3\u9664",
80
108
  "conversation.announcement.userMessage": "\u30E6\u30FC\u30B6\u30FC\u304B\u3089\u306E\u30E1\u30C3\u30BB\u30FC\u30B8: {{prompt}}\u3002\u30DC\u30C3\u30C8\u304B\u3089\u306E\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u3044\u307E\u3059\u3002",
109
+ "conversation.announcement.responseStopped": "\u5FDC\u7B54\u3092\u505C\u6B62\u3057\u307E\u3057\u305F\u3002",
81
110
  "user.guest": "\u30B2\u30B9\u30C8",
82
111
  "user.loading": "...",
83
112
  "tooltip.attach": "\u5272\u308A\u5F53\u3066",
@@ -90,6 +119,7 @@ const lightspeedTranslationJa = createTranslationMessages({
90
119
  "tooltip.backToTop": "\u4E00\u756A\u4E0A\u306B\u623B\u308B",
91
120
  "tooltip.backToBottom": "\u4E00\u756A\u4E0B\u306B\u623B\u308B",
92
121
  "tooltip.settings": "\u30C1\u30E3\u30C3\u30C8\u30DC\u30C3\u30C8\u306E\u30AA\u30D7\u30B7\u30E7\u30F3",
122
+ "tooltip.close": "\u9589\u3058\u308B",
93
123
  "modal.title.preview": "\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u30D7\u30EC\u30D3\u30E5\u30FC",
94
124
  "modal.title.edit": "\u6DFB\u4ED8\u30D5\u30A1\u30A4\u30EB\u306E\u7DE8\u96C6",
95
125
  "icon.lightspeed.alt": "lightspeed \u30A2\u30A4\u30B3\u30F3",
@@ -124,6 +154,41 @@ const lightspeedTranslationJa = createTranslationMessages({
124
154
  "settings.pinned.disable": "\u30C1\u30E3\u30C3\u30C8\u306E\u56FA\u5B9A\u306E\u7121\u52B9\u5316",
125
155
  "settings.pinned.enabled.description": "\u30C1\u30E3\u30C3\u30C8\u306E\u56FA\u5B9A\u306F\u73FE\u5728\u6709\u52B9\u3067\u3059",
126
156
  "settings.pinned.disabled.description": "\u30C1\u30E3\u30C3\u30C8\u306E\u56FA\u5B9A\u306F\u73FE\u5728\u7121\u52B9\u3067\u3059",
157
+ "settings.mcp.label": "MCP \u8A2D\u5B9A",
158
+ "mcp.settings.title": "MCP \u30B5\u30FC\u30D0\u30FC",
159
+ "mcp.settings.selectedCount": "{{totalCount}} \u4EF6\u4E2D {{selectedCount}} \u4EF6\u3092\u9078\u629E",
160
+ "mcp.settings.closeAriaLabel": "MCP \u8A2D\u5B9A\u3092\u9589\u3058\u308B",
161
+ "mcp.settings.readOnlyAccess": "MCP \u30B5\u30FC\u30D0\u30FC\u3078\u306E\u30A2\u30AF\u30BB\u30B9\u306F\u8AAD\u307F\u53D6\u308A\u5C02\u7528\u3067\u3059\u3002",
162
+ "mcp.settings.tableAriaLabel": "MCP \u30B5\u30FC\u30D0\u30FC\u306E\u8868",
163
+ "mcp.settings.enabled": "\u6709\u52B9",
164
+ "mcp.settings.name": "\u540D\u524D",
165
+ "mcp.settings.status": "\u30B9\u30C6\u30FC\u30BF\u30B9",
166
+ "mcp.settings.edit": "\u7DE8\u96C6",
167
+ "mcp.settings.loading": "MCP \u30B5\u30FC\u30D0\u30FC\u3092\u8AAD\u307F\u8FBC\u307F\u4E2D...",
168
+ "mcp.settings.noneAvailable": "\u5229\u7528\u53EF\u80FD\u306A MCP \u30B5\u30FC\u30D0\u30FC\u306F\u3042\u308A\u307E\u305B\u3093\u3002",
169
+ "mcp.settings.status.disabled": "\u7121\u52B9",
170
+ "mcp.settings.status.tokenRequired": "\u30C8\u30FC\u30AF\u30F3\u304C\u5FC5\u8981",
171
+ "mcp.settings.status.failed": "\u5931\u6557",
172
+ "mcp.settings.status.oneTool": "{{count}} \u4EF6\u306E\u30C4\u30FC\u30EB",
173
+ "mcp.settings.status.manyTools": "{{count}} \u4EF6\u306E\u30C4\u30FC\u30EB",
174
+ "mcp.settings.status.unknown": "\u4E0D\u660E",
175
+ "mcp.settings.toggleServerAriaLabel": "{{serverName}} \u3092\u5207\u308A\u66FF\u3048\u308B",
176
+ "mcp.settings.editServerAriaLabel": "{{serverName}} \u3092\u7DE8\u96C6",
177
+ "mcp.settings.configureServerTitle": "{{serverName}} \u30B5\u30FC\u30D0\u30FC\u3092\u8A2D\u5B9A",
178
+ "mcp.settings.closeConfigureModalAriaLabel": "\u8A2D\u5B9A\u30E2\u30FC\u30C0\u30EB\u3092\u9589\u3058\u308B",
179
+ "mcp.settings.modalDescription": "\u8A8D\u8A3C\u60C5\u5831\u306F\u4FDD\u5B58\u6642\u306B\u6697\u53F7\u5316\u3055\u308C\u3001\u3042\u306A\u305F\u306E\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u306B\u9650\u5B9A\u3055\u308C\u307E\u3059\u3002Lightspeed \u306F\u3042\u306A\u305F\u306E\u6A29\u9650\u3067\u52D5\u4F5C\u3057\u307E\u3059\u3002",
180
+ "mcp.settings.savedToken": "\u4FDD\u5B58\u6E08\u307F\u30C8\u30FC\u30AF\u30F3",
181
+ "mcp.settings.personalAccessToken": "\u500B\u4EBA\u30A2\u30AF\u30BB\u30B9\u30C8\u30FC\u30AF\u30F3",
182
+ "mcp.settings.usingAdminCredential": "\u7BA1\u7406\u8005\u304C\u63D0\u4F9B\u3057\u305F\u8A8D\u8A3C\u60C5\u5831\u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002\u30A2\u30AB\u30A6\u30F3\u30C8\u7528\u306B\u4E0A\u66F8\u304D\u3059\u308B\u306B\u306F\u500B\u4EBA\u30C8\u30FC\u30AF\u30F3\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
183
+ "mcp.settings.enterToken": "\u30C8\u30FC\u30AF\u30F3\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044",
184
+ "mcp.settings.removePersonalToken": "\u500B\u4EBA\u30C8\u30FC\u30AF\u30F3\u3092\u524A\u9664",
185
+ "mcp.settings.token.clearAriaLabel": "\u30C8\u30FC\u30AF\u30F3\u5165\u529B\u3092\u30AF\u30EA\u30A2",
186
+ "mcp.settings.token.validating": "\u30C8\u30FC\u30AF\u30F3\u3092\u691C\u8A3C\u4E2D...",
187
+ "mcp.settings.token.savingAndValidating": "\u30C8\u30FC\u30AF\u30F3\u3092\u4FDD\u5B58\u3057\u3066\u691C\u8A3C\u4E2D...",
188
+ "mcp.settings.token.urlUnavailableForValidation": "\u30B5\u30FC\u30D0\u30FC URL \u304C\u5229\u7528\u3067\u304D\u306A\u3044\u305F\u3081\u3001\u30C8\u30FC\u30AF\u30F3\u3092\u691C\u8A3C\u3067\u304D\u307E\u305B\u3093\u3002",
189
+ "mcp.settings.token.invalidCredentials": "\u8A8D\u8A3C\u60C5\u5831\u304C\u7121\u52B9\u3067\u3059\u3002\u30B5\u30FC\u30D0\u30FC URL \u3068\u30C8\u30FC\u30AF\u30F3\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
190
+ "mcp.settings.token.validationFailed": "\u691C\u8A3C\u306B\u5931\u6557\u3057\u307E\u3057\u305F\u3002\u30B5\u30FC\u30D0\u30FC URL \u3068\u30C8\u30FC\u30AF\u30F3\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002",
191
+ "mcp.settings.token.connectionSuccessful": "\u63A5\u7D9A\u306B\u6210\u529F\u3057\u307E\u3057\u305F",
127
192
  // Display modes
128
193
  "settings.displayMode.label": "\u8868\u793A\u30E2\u30FC\u30C9",
129
194
  "settings.displayMode.overlay": "\u30AA\u30FC\u30D0\u30FC\u30EC\u30A4",
@@ -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 '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 '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': 'Lightspeedのプロンプトを入力してください',\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 // Display modes\n 'settings.displayMode.label': '表示モード',\n 'settings.displayMode.overlay': 'オーバーレイ',\n 'settings.displayMode.docked': 'ウィンドウにドッキング',\n 'settings.displayMode.fullscreen': 'フルスクリーン',\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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"}
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 'tabs.ariaLabel': 'Lightspeed のビュー',\n 'tabs.chat': 'チャット',\n 'tabs.notebooks': 'ノートブック',\n 'tabs.notebooks.empty': 'ノートブックの内容はここに表示されます。',\n 'notebooks.title': 'マイノートブック',\n 'notebooks.empty.title': '作成されたノートブックはありません',\n 'notebooks.empty.description':\n '新しいノートブックを作成してソースを整理し、AI による洞察を生成します。',\n 'notebooks.empty.action': '新しいノートブックを作成',\n 'notebooks.documents': 'ドキュメント',\n 'notebooks.actions.rename': '名前の変更',\n 'notebooks.actions.delete': '削除',\n 'notebooks.rename.title': '{{name}} の名前を変更しますか?',\n 'notebooks.rename.description':\n 'このノートブックの新しい名前を入力し、送信をクリックして続行してください。',\n 'notebooks.rename.label': '新しい名前',\n 'notebooks.rename.placeholder': '新しい名前',\n 'notebooks.rename.action': '送信',\n 'notebooks.delete.title': '{{name}} を削除しますか?',\n 'notebooks.delete.message':\n 'このノートブックはここに表示されなくなります。Lightspeed アクティビティに関連するプロンプト、応答、フィードバックも削除されます。',\n 'notebooks.delete.action': '削除',\n 'notebooks.delete.toast': 'ノートブックを削除しました!',\n 'notebooks.updated.today': '今日更新',\n 'notebooks.updated.yesterday': '1日前に更新',\n 'notebooks.updated.days': '{{days}}日前に更新',\n 'notebooks.updated.on': '更新日',\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 'permission.required.title': '権限の不足',\n 'permission.required.description':\n '<subject/> を表示するには、管理者に連絡して <permissions/> 権限を付与してもらうよう依頼してください。',\n 'permission.subject.plugin': 'Lightspeed プラグイン',\n 'permission.subject.notebooks': 'Lightspeed ノートブック',\n 'permission.notebooks.goBack': '戻る',\n 'disclaimer.withValidation':\n 'この機能は AI テクノロジーを使用します。入力内容に個人情報やその他の機密情報を含めないでください。やり取りの内容は、Red Hat の製品やサービスを改善するために使用される場合があります。',\n 'disclaimer.withoutValidation':\n 'この機能は AI テクノロジーを使用します。入力内容に個人情報やその他の機密情報を含めないでください。やり取りの内容は、Red Hat の製品やサービスを改善するために使用される場合があります。',\n 'footer.accuracy.label':\n 'AI によって生成されたコンテンツは、使用する前に必ず確認してください。',\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': 'Lightspeedのプロンプトを入力してください',\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 'aria.close': 'チャットボットを閉じる',\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 'conversation.announcement.responseStopped': '応答を停止しました。',\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 'tooltip.close': '閉じる',\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 'settings.mcp.label': 'MCP 設定',\n 'mcp.settings.title': 'MCP サーバー',\n 'mcp.settings.selectedCount':\n '{{totalCount}} 件中 {{selectedCount}} 件を選択',\n 'mcp.settings.closeAriaLabel': 'MCP 設定を閉じる',\n 'mcp.settings.readOnlyAccess':\n 'MCP サーバーへのアクセスは読み取り専用です。',\n 'mcp.settings.tableAriaLabel': 'MCP サーバーの表',\n 'mcp.settings.enabled': '有効',\n 'mcp.settings.name': '名前',\n 'mcp.settings.status': 'ステータス',\n 'mcp.settings.edit': '編集',\n 'mcp.settings.loading': 'MCP サーバーを読み込み中...',\n 'mcp.settings.noneAvailable': '利用可能な MCP サーバーはありません。',\n 'mcp.settings.status.disabled': '無効',\n 'mcp.settings.status.tokenRequired': 'トークンが必要',\n 'mcp.settings.status.failed': '失敗',\n 'mcp.settings.status.oneTool': '{{count}} 件のツール',\n 'mcp.settings.status.manyTools': '{{count}} 件のツール',\n 'mcp.settings.status.unknown': '不明',\n 'mcp.settings.toggleServerAriaLabel': '{{serverName}} を切り替える',\n 'mcp.settings.editServerAriaLabel': '{{serverName}} を編集',\n 'mcp.settings.configureServerTitle': '{{serverName}} サーバーを設定',\n 'mcp.settings.closeConfigureModalAriaLabel': '設定モーダルを閉じる',\n 'mcp.settings.modalDescription':\n '認証情報は保存時に暗号化され、あなたのプロファイルに限定されます。Lightspeed はあなたの権限で動作します。',\n 'mcp.settings.savedToken': '保存済みトークン',\n 'mcp.settings.personalAccessToken': '個人アクセストークン',\n 'mcp.settings.usingAdminCredential':\n '管理者が提供した認証情報を使用しています。アカウント用に上書きするには個人トークンを入力してください。',\n 'mcp.settings.enterToken': 'トークンを入力してください',\n 'mcp.settings.removePersonalToken': '個人トークンを削除',\n 'mcp.settings.token.clearAriaLabel': 'トークン入力をクリア',\n 'mcp.settings.token.validating': 'トークンを検証中...',\n 'mcp.settings.token.savingAndValidating': 'トークンを保存して検証中...',\n 'mcp.settings.token.urlUnavailableForValidation':\n 'サーバー URL が利用できないため、トークンを検証できません。',\n 'mcp.settings.token.invalidCredentials':\n '認証情報が無効です。サーバー URL とトークンを確認してください。',\n 'mcp.settings.token.validationFailed':\n '検証に失敗しました。サーバー URL とトークンを確認してください。',\n 'mcp.settings.token.connectionSuccessful': '接続に成功しました',\n // Display modes\n 'settings.displayMode.label': '表示モード',\n 'settings.displayMode.overlay': 'オーバーレイ',\n 'settings.displayMode.docked': 'ウィンドウにドッキング',\n 'settings.displayMode.fullscreen': 'フルスクリーン',\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":";;;AAwBA,MAAM,0BAA0B,yBAA0B,CAAA;AAAA,EACxD,GAAK,EAAA,wBAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,YAAc,EAAA,YAAA;AAAA,IACd,eAAiB,EAAA,iEAAA;AAAA,IACjB,gBAAkB,EAAA,qCAAA;AAAA,IAClB,WAAa,EAAA,0BAAA;AAAA,IACb,gBAAkB,EAAA,sCAAA;AAAA,IAClB,sBAAwB,EAAA,0HAAA;AAAA,IACxB,iBAAmB,EAAA,kDAAA;AAAA,IACnB,uBAAyB,EAAA,wGAAA;AAAA,IACzB,6BACE,EAAA,iNAAA;AAAA,IACF,wBAA0B,EAAA,0EAAA;AAAA,IAC1B,qBAAuB,EAAA,sCAAA;AAAA,IACvB,0BAA4B,EAAA,gCAAA;AAAA,IAC5B,0BAA4B,EAAA,cAAA;AAAA,IAC5B,wBAA0B,EAAA,wEAAA;AAAA,IAC1B,8BACE,EAAA,gOAAA;AAAA,IACF,wBAA0B,EAAA,gCAAA;AAAA,IAC1B,8BAAgC,EAAA,gCAAA;AAAA,IAChC,yBAA2B,EAAA,cAAA;AAAA,IAC3B,wBAA0B,EAAA,sDAAA;AAAA,IAC1B,0BACE,EAAA,+WAAA;AAAA,IACF,yBAA2B,EAAA,cAAA;AAAA,IAC3B,wBAA0B,EAAA,sFAAA;AAAA,IAC1B,yBAA2B,EAAA,0BAAA;AAAA,IAC3B,6BAA+B,EAAA,iCAAA;AAAA,IAC/B,wBAA0B,EAAA,wCAAA;AAAA,IAC1B,sBAAwB,EAAA,oBAAA;AAAA,IACxB,+BAAiC,EAAA,oHAAA;AAAA,IACjC,iCACE,EAAA,6LAAA;AAAA,IACF,yBAA2B,EAAA,kGAAA;AAAA,IAC3B,2BACE,EAAA,qTAAA;AAAA,IACF,kCAAoC,EAAA,0EAAA;AAAA,IACpC,oCACE,EAAA,qTAAA;AAAA,IACF,gCAAkC,EAAA,0EAAA;AAAA,IAClC,kCACE,EAAA,+PAAA;AAAA,IACF,6BAA+B,EAAA,wDAAA;AAAA,IAC/B,+BACE,EAAA,0OAAA;AAAA,IACF,4BAA8B,EAAA,wEAAA;AAAA,IAC9B,8BACE,EAAA,mWAAA;AAAA,IACF,iCAAmC,EAAA,8DAAA;AAAA,IACnC,mCACE,EAAA,ySAAA;AAAA,IACF,iCACE,EAAA,gIAAA;AAAA,IACF,mCACE,EAAA,2TAAA;AAAA,IACF,2BAA6B,EAAA,0HAAA;AAAA,IAC7B,6BACE,EAAA,iXAAA;AAAA,IACF,sBAAwB,EAAA,+DAAA;AAAA,IACxB,wBACE,EAAA,sQAAA;AAAA,IACF,yBAA2B,EAAA,wEAAA;AAAA,IAC3B,2BACE,EAAA,8SAAA;AAAA,IACF,oBAAsB,EAAA,4DAAA;AAAA,IACtB,sBACE,EAAA,0UAAA;AAAA,IACF,mCAAqC,EAAA,qEAAA;AAAA,IACrC,qCACE,EAAA,oYAAA;AAAA,IACF,oCAAsC,EAAA,cAAA;AAAA,IACtC,mCAAqC,EAAA,uFAAA;AAAA,IACrC,oCAAsC,EAAA,gCAAA;AAAA,IACtC,iCAAmC,EAAA,gCAAA;AAAA,IACnC,2BAA6B,EAAA,gCAAA;AAAA,IAC7B,iCACE,EAAA,2PAAA;AAAA,IACF,2BAA6B,EAAA,2CAAA;AAAA,IAC7B,8BAAgC,EAAA,iDAAA;AAAA,IAChC,6BAA+B,EAAA,cAAA;AAAA,IAC/B,2BACE,EAAA,4gBAAA;AAAA,IACF,8BACE,EAAA,4gBAAA;AAAA,IACF,uBACE,EAAA,2MAAA;AAAA,IACF,eAAiB,EAAA,gCAAA;AAAA,IACjB,cAAgB,EAAA,oBAAA;AAAA,IAChB,iBAAmB,EAAA,4CAAA;AAAA,IACnB,wBAA0B,EAAA,4FAAA;AAAA,IAC1B,sBAAwB,EAAA,4CAAA;AAAA,IACxB,sBAAwB,EAAA,sBAAA;AAAA,IACxB,4BAA8B,EAAA,cAAA;AAAA,IAC9B,wBAA0B,EAAA,oBAAA;AAAA,IAC1B,kCAAoC,EAAA,sFAAA;AAAA,IACpC,kCAAoC,EAAA,gFAAA;AAAA,IACpC,oCAAsC,EAAA,8DAAA;AAAA,IACtC,mCACE,EAAA,kSAAA;AAAA,IACF,0BAA4B,EAAA,kDAAA;AAAA,IAC5B,6BAA+B,EAAA,6FAAA;AAAA,IAC/B,6BAA+B,EAAA,sGAAA;AAAA,IAC/B,2BAA6B,EAAA,8GAAA;AAAA,IAC7B,6BACE,EAAA,gPAAA;AAAA,IACF,sBAAwB,EAAA,0EAAA;AAAA,IACxB,gBAAkB,EAAA,cAAA;AAAA,IAClB,sBAAwB,EAAA,8DAAA;AAAA,IACxB,uBAAyB,EAAA,oEAAA;AAAA,IACzB,yBAA2B,EAAA,cAAA;AAAA,IAC3B,kCAAoC,EAAA,kDAAA;AAAA,IACpC,aAAe,EAAA,gCAAA;AAAA,IACf,oBAAsB,EAAA,gCAAA;AAAA,IACtB,kBAAoB,EAAA,sCAAA;AAAA,IACpB,gBAAkB,EAAA,sCAAA;AAAA,IAClB,qBAAuB,EAAA,gFAAA;AAAA,IACvB,YAAc,EAAA,oEAAA;AAAA,IACd,YAAc,EAAA,cAAA;AAAA,IACd,YAAc,EAAA,cAAA;AAAA,IACd,aAAe,EAAA,oBAAA;AAAA,IACf,cAAgB,EAAA,gCAAA;AAAA,IAChB,qBAAuB,EAAA,cAAA;AAAA,IACvB,qBAAuB,EAAA,gCAAA;AAAA,IACvB,+BAAiC,EAAA,cAAA;AAAA,IACjC,oCAAsC,EAAA,0BAAA;AAAA,IACtC,uCACE,EAAA,0NAAA;AAAA,IACF,2CAA6C,EAAA,8DAAA;AAAA,IAC7C,YAAc,EAAA,oBAAA;AAAA,IACd,cAAgB,EAAA,KAAA;AAAA,IAChB,gBAAkB,EAAA,0BAAA;AAAA,IAClB,cAAgB,EAAA,cAAA;AAAA,IAChB,2BAA6B,EAAA,4CAAA;AAAA,IAC7B,6BAA+B,EAAA,kDAAA;AAAA,IAC/B,gBAAkB,EAAA,4CAAA;AAAA,IAClB,yBAA2B,EAAA,8DAAA;AAAA,IAC3B,0BAA4B,EAAA,8DAAA;AAAA,IAC5B,mBAAqB,EAAA,sCAAA;AAAA,IACrB,sBAAwB,EAAA,sCAAA;AAAA,IACxB,kBAAoB,EAAA,gFAAA;AAAA,IACpB,eAAiB,EAAA,oBAAA;AAAA,IACjB,qBAAuB,EAAA,0EAAA;AAAA,IACvB,kBAAoB,EAAA,wDAAA;AAAA,IACpB,qBAAuB,EAAA,qCAAA;AAAA,IACvB,6BAA+B,EAAA,kDAAA;AAAA,IAC/B,uBAAyB,EAAA,gCAAA;AAAA,IACzB,iCAAmC,EAAA,sFAAA;AAAA,IACnC,iCAAmC,EAAA,oHAAA;AAAA,IACnC,mCACE,EAAA,2PAAA;AAAA,IACF,gCACE,EAAA,yPAAA;AAAA,IACF,8BACE,EAAA,oHAAA;AAAA,IACF,8BACE,EAAA,0JAAA;AAAA,IACF,qBAAuB,EAAA,uFAAA;AAAA,IACvB,mCACE,EAAA,2GAAA;AAAA,IACF,0BAA4B,EAAA,cAAA;AAAA,IAC5B,gCAAkC,EAAA,4CAAA;AAAA,IAClC,+BAAiC,EAAA,4CAAA;AAAA,IACjC,0BAA4B,EAAA,gCAAA;AAAA,IAC5B,wBAA0B,EAAA,oBAAA;AAAA,IAC1B,6BAA+B,EAAA,gCAAA;AAAA,IAC/B,0BAA4B,EAAA,0BAAA;AAAA,IAC5B,0CAA4C,EAAA,4CAAA;AAAA,IAC5C,mDAAqD,EAAA,sCAAA;AAAA,IACrD,gDAAkD,EAAA,4CAAA;AAAA,IAClD,8CACE,EAAA,kGAAA;AAAA,IACF,mDAAqD,EAAA,sCAAA;AAAA,IACrD,6CAA+C,EAAA,sCAAA;AAAA,IAC/C,2BAA6B,EAAA,sFAAA;AAAA,IAC7B,0BACE,EAAA,qNAAA;AAAA,IACF,mCAAqC,EAAA,cAAA;AAAA,IACrC,8BAAgC,EAAA,cAAA;AAAA,IAChC,wBAA0B,EAAA,oEAAA;AAAA,IAC1B,yBAA2B,EAAA,oEAAA;AAAA,IAC3B,qCAAuC,EAAA,sFAAA;AAAA,IACvC,sCAAwC,EAAA,sFAAA;AAAA,IACxC,oBAAsB,EAAA,kBAAA;AAAA,IACtB,oBAAsB,EAAA,8BAAA;AAAA,IACtB,4BACE,EAAA,wEAAA;AAAA,IACF,6BAA+B,EAAA,0CAAA;AAAA,IAC/B,6BACE,EAAA,8HAAA;AAAA,IACF,6BAA+B,EAAA,0CAAA;AAAA,IAC/B,sBAAwB,EAAA,cAAA;AAAA,IACxB,mBAAqB,EAAA,cAAA;AAAA,IACrB,qBAAuB,EAAA,gCAAA;AAAA,IACvB,mBAAqB,EAAA,cAAA;AAAA,IACrB,sBAAwB,EAAA,qEAAA;AAAA,IACxB,4BAA8B,EAAA,uGAAA;AAAA,IAC9B,8BAAgC,EAAA,cAAA;AAAA,IAChC,mCAAqC,EAAA,4CAAA;AAAA,IACrC,4BAA8B,EAAA,cAAA;AAAA,IAC9B,6BAA+B,EAAA,0CAAA;AAAA,IAC/B,+BAAiC,EAAA,0CAAA;AAAA,IACjC,6BAA+B,EAAA,cAAA;AAAA,IAC/B,oCAAsC,EAAA,qDAAA;AAAA,IACtC,kCAAoC,EAAA,mCAAA;AAAA,IACpC,mCAAqC,EAAA,2DAAA;AAAA,IACrC,2CAA6C,EAAA,8DAAA;AAAA,IAC7C,+BACE,EAAA,uSAAA;AAAA,IACF,yBAA2B,EAAA,kDAAA;AAAA,IAC3B,kCAAoC,EAAA,8DAAA;AAAA,IACpC,mCACE,EAAA,oTAAA;AAAA,IACF,yBAA2B,EAAA,gFAAA;AAAA,IAC3B,kCAAoC,EAAA,wDAAA;AAAA,IACpC,mCAAqC,EAAA,8DAAA;AAAA,IACrC,+BAAiC,EAAA,qDAAA;AAAA,IACjC,wCAA0C,EAAA,6EAAA;AAAA,IAC1C,gDACE,EAAA,yKAAA;AAAA,IACF,uCACE,EAAA,qLAAA;AAAA,IACF,qCACE,EAAA,qLAAA;AAAA,IACF,yCAA2C,EAAA,wDAAA;AAAA;AAAA,IAE3C,4BAA8B,EAAA,gCAAA;AAAA,IAC9B,8BAAgC,EAAA,sCAAA;AAAA,IAChC,6BAA+B,EAAA,oEAAA;AAAA,IAC/B,iCAAmC,EAAA,4CAAA;AAAA;AAAA,IAGnC,iBAAmB,EAAA,oDAAA;AAAA,IACnB,mBAAqB,EAAA,wDAAA;AAAA,IACrB,wBAA0B,EAAA,4BAAA;AAAA,IAC1B,qBAAuB,EAAA,sCAAA;AAAA,IACvB,mBAAqB,EAAA,cAAA;AAAA,IACrB,mBAAqB,EAAA,gCAAA;AAAA,IACrB,mBAAqB,EAAA,sCAAA;AAAA,IACrB,kBAAoB,EAAA,+CAAA;AAAA,IACpB,oBAAsB,EAAA,+CAAA;AAAA,IACtB,uBAAyB,EAAA,sCAAA;AAAA,IACzB,kBAAoB,EAAA,gFAAA;AAAA,IACpB,oBAAsB,EAAA,8BAAA;AAAA;AAAA,IAGtB,YAAc,EAAA,4CAAA;AAAA,IACd,aAAe,EAAA,kDAAA;AAAA,IACf,aAAe,EAAA,4CAAA;AAAA,IACf,sBAAwB,EAAA,6BAAA;AAAA,IACxB,uBAAyB,EAAA,6BAAA;AAAA;AAAA,IAGzB,oBAAsB,EAAA;AAAA;AAE1B,CAAC;;;;"}