add shortcut text to pop page

This commit is contained in:
Gabe Yuan
2023-08-22 21:14:33 +08:00
parent 1191791447
commit d706c405d9
2 changed files with 10 additions and 2 deletions

View File

@@ -12,6 +12,10 @@ export const I18N = {
zh: `翻译`,
en: `Translate`,
},
translate_alt: {
zh: `翻译 (Alt+Q)`,
en: `Translate (Alt+Q)`,
},
basic_setting: {
zh: `基本设置`,
en: `Basic Setting`,
@@ -64,6 +68,10 @@ export const I18N = {
zh: `文字样式`,
en: `Text Style`,
},
text_style_alt: {
zh: `文字样式 (Alt+C)`,
en: `Text Style (Alt+C)`,
},
bg_color: {
zh: `样式颜色`,
en: `Style Color`,