fix(app): localize "close tab" in command pallete (#12756)

This commit is contained in:
Alex Yaroshuk
2026-02-09 09:14:48 +08:00
committed by GitHub
parent 9ac54adbb2
commit a598ecac1f
14 changed files with 14 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ export const dict = {
"command.session.new": "Nueva sesión",
"command.file.open": "Abrir archivo",
"command.tab.close": "Cerrar pestaña",
"command.context.addSelection": "Añadir selección al contexto",
"command.context.addSelection.description": "Añadir las líneas seleccionadas del archivo actual",
"command.input.focus": "Enfocar entrada",