chore(ui): use Kbd hints in bulk delete toolbar

This commit is contained in:
Shantur Rathore
2026-03-03 18:28:00 +00:00
parent c57170d122
commit 17716a730b
8 changed files with 45 additions and 13 deletions

View File

@@ -92,7 +92,9 @@ export const messagingMessages = {
"messageSection.bulkDelete.selectionModeLabel": "Selección",
"messageSection.bulkDelete.selectionModeAll": "Todo",
"messageSection.bulkDelete.selectionModeTools": "Solo herramientas",
"messageSection.bulkDelete.selectionHint": "{modifier}+Click para alternar · Shift+Click rango · Esc limpiar",
"messageSection.bulkDelete.selectionHint.toggle": "alternar",
"messageSection.bulkDelete.selectionHint.range": "rango",
"messageSection.bulkDelete.selectionHint.clear": "limpiar",
"messageSection.bulkDelete.cancelTitle": "Cancelar selección",
"messageSection.bulkDelete.failedTitle": "Error al eliminar",
"messageSection.bulkDelete.failedMessage": "No se pudieron eliminar los elementos seleccionados",