add context menus: open tranbox

This commit is contained in:
Gabe Yuan
2023-11-22 11:02:48 +08:00
parent f8bfcba317
commit 5bff84ace1
7 changed files with 37 additions and 2 deletions

View File

@@ -14,6 +14,9 @@
"open_options": {
"message": "Open Options (Alt+O)"
},
"open_tranbox": {
"message": "Open Translate Popup (Alt+B)"
},
"translate_selected": {
"message": "Translate Selected Text (Alt+S)"
}

View File

@@ -14,6 +14,9 @@
"open_options": {
"message": "打开设置 (Alt+O)"
},
"open_tranbox": {
"message": "打开翻译弹窗 (Alt+B)"
},
"translate_selected": {
"message": "翻译选中文字 (Alt+S)"
}