diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 5c0157d67..6888159d6 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -138,6 +138,13 @@ "FileTransfer": "File Transfer", "RemoteDesktop": "Remote Desktop", "Database": "Database", + "Charset": "Charset", + "TerminalBackspace": "Terminal Backspace As Ctrl + H", + "Resolution": "Resolution", + "Default": "Default", + "Auto": "Auto", + "Enable": "Enable", + "Disable": "Disable", "DownloadApplication": "Download Application" }, "ConnectError": { diff --git a/i18n/locales/zh.json b/i18n/locales/zh.json index ac5f4165a..84922c2f0 100644 --- a/i18n/locales/zh.json +++ b/i18n/locales/zh.json @@ -142,6 +142,13 @@ "FileTransfer": "文件传输", "RemoteDesktop": "远程桌面", "Database": "数据库", + "Charset": "字符集", + "TerminalBackspace": "字符终端 Backspace As Ctrl + H", + "Resolution": "分辨率", + "Default": "默认", + "Auto": "自动", + "Enable": "启用", + "Disable": "禁用", "DownloadApplication": "下载应用" }, "ConnectError": { diff --git a/ui/components/BasePage/basePage.vue b/ui/components/BasePage/basePage.vue index 89c7fc8c2..5e5ac5279 100644 --- a/ui/components/BasePage/basePage.vue +++ b/ui/components/BasePage/basePage.vue @@ -1,6 +1,6 @@