feat: add tooltips for navigation and action buttons in CommandPalette; update localization files for new tooltip texts

This commit is contained in:
2025-09-04 13:50:07 +02:00
parent b40546ed9f
commit 334bd93099
5 changed files with 136 additions and 56 deletions

View File

@@ -15,6 +15,14 @@
"placeholder": "Use the arrow keys to navigate through the preset prompts. Press Enter to send the message.",
"send": "Send new message",
"sending": "Sending..."
},
"tooltip": {
"up": "Go to the previous message",
"down": "Go to the next message",
"send": "Send a new predefined message",
"clear": "Delete all messages",
"theme": "Change the theme",
"language": "Change the language"
}
},
"command": {

View File

@@ -15,6 +15,14 @@
"placeholder": "Use las flechas para navegar entre los prefacios de inmediato. Presione Entrar para enviar el mensaje.",
"send": "Enviar un nuevo mensaje",
"sending": "Enviando..."
},
"tooltip": {
"up": "Ir al mensaje anterior",
"down": "Ir al siguiente mensaje",
"send": "Enviar un nuevo mensaje predefinido",
"clear": "Eliminar todos los mensajes",
"theme": "Cambiar el tema",
"language": "Cambiar la language"
}
},
"command": {

View File

@@ -15,6 +15,14 @@
"placeholder": "Utilisez les flèches pour naviguer parmi les prompts préfaits. Appuyez sur Entrer pour envoyer le message.",
"send": "Envoyer un nouveau message",
"sending": "Envoi en cours..."
},
"tooltip": {
"up": "Aller au message précédent",
"down": "Aller au message suivant",
"send": "Envoyer un nouveau message prédéfini",
"clear": "Supprimer tous les messages",
"theme": "Changer le thème",
"language": "Changer la langue"
}
},
"command": {