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": "جلسة جديدة",
"command.file.open": "فتح ملف",
"command.tab.close": "إغلاق علامة التبويب",
"command.context.addSelection": "إضافة التحديد إلى السياق",
"command.context.addSelection.description": "إضافة الأسطر المحددة من الملف الحالي",
"command.input.focus": "التركيز على حقل الإدخال",