Browse Source

fix: 修复退出全屏时文字过长导致页面出现滚动条后抖动问题

xiaoxian521 2 years ago
parent
commit
c437371db6
2 changed files with 4 additions and 4 deletions
  1. 2 2
      locales/en.yaml
  2. 2 2
      locales/zh-CN.yaml

+ 2 - 2
locales/en.yaml

@@ -18,8 +18,8 @@ buttons:
   hscloseRightTabs: Close RightTabs
   hscloseOtherTabs: Close OtherTabs
   hscloseAllTabs: Close AllTabs
-  hswholeFullScreen: Whole FullScreen
-  hswholeExitFullScreen: Whole ExitFullScreen
+  hswholeFullScreen: FullScreen
+  hswholeExitFullScreen: ExitFull
   hscontentFullScreen: Content FullScreen
   hscontentExitFullScreen: Content ExitFullScreen
 menus:

+ 2 - 2
locales/zh-CN.yaml

@@ -18,8 +18,8 @@ buttons:
   hscloseRightTabs: 关闭右侧标签页
   hscloseOtherTabs: 关闭其他标签页
   hscloseAllTabs: 关闭全部标签页
-  hswholeFullScreen: 整体页面全屏
-  hswholeExitFullScreen: 整体页面退出全屏
+  hswholeFullScreen: 全屏
+  hswholeExitFullScreen: 退出全屏
   hscontentFullScreen: 内容区全屏
   hscontentExitFullScreen: 内容区退出全屏
 menus: