Skip to content

Commit 59956c9

Browse files
committed
update i18n and etc.
1 parent 86f8d20 commit 59956c9

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

src/assets/lang/en.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"enable_notification": "Enable notification",
105105
"enable_notification_detail": "Notification display message content",
106106
"close_window_to_exit": "When closing the window, exit directly",
107-
"auto_login": "Auto Login",
107+
"auto_login": "Remember me",
108108
"exit_switch_user": "Exit/Switch Account",
109109
"feedback": "Send feedback to us",
110110
"lang": "Language (valid after restart)",

src/assets/lang/zh-CN.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"enable_notification": "开启通知",
105105
"enable_notification_detail": "通知显示消息内容",
106106
"close_window_to_exit": "关闭窗口时,直接退出",
107-
"auto_login": "自动登录",
107+
"auto_login": "记住登录",
108108
"exit_switch_user": "退出/切换账号",
109109
"feedback": "发送反馈给我们",
110110
"lang": "语言(重启生效)",

src/assets/lang/zh-TW.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"enable_notification": "開啟通知",
105105
"enable_notification_detail": "通知顯示消息內容",
106106
"close_window_to_exit": "關閉窗口時,直接退出",
107-
"auto_login": "自動登錄",
107+
"auto_login": "記住登錄",
108108
"exit_switch_user": "退出/切換賬號",
109109
"feedback": "發送反饋給我們",
110110
"lang": "語言(重啟生效)",

src/background.js

+1
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,7 @@ const createMainWindow = async () => {
714714
mainWindow.maximizable = false;
715715
mainWindow.setMinimumSize(400, 480);
716716
mainWindow.setSize(400, 480);
717+
mainWindow.center();
717718
});
718719

719720
ipcMain.on('enable-close-window-to-exit', (event, enable) => {

0 commit comments

Comments
 (0)