mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-02-10 14:06:58 +01:00
feat: add tooltips for navigation and action buttons in CommandPalette; update localization files for new tooltip texts
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user