mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 15:54:03 +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 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": {
|
||||
|
||||
Reference in New Issue
Block a user