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": "Nouvelle session",
"command.file.open": "Ouvrir un fichier",
"command.tab.close": "Fermer l'onglet",
"command.context.addSelection": "Ajouter la sélection au contexte",
"command.context.addSelection.description": "Ajouter les lignes sélectionnées du fichier actuel",
"command.input.focus": "Focus input",