update
This commit is contained in:
@@ -11,16 +11,68 @@
|
||||
"notifications": "通知管理",
|
||||
"auditLogs": "审计日志",
|
||||
"settings": "设置",
|
||||
"customizeStyle": "自定义样式"
|
||||
"customizeStyle": "自定义外观"
|
||||
},
|
||||
"styleCustomizer": {
|
||||
"title": "样式自定义",
|
||||
"title": "外观自定义",
|
||||
"uiStyles": "界面样式",
|
||||
"terminalStyles": "终端样式",
|
||||
"backgroundSettings": "背景设置",
|
||||
"uiDescription": "调整应用程序界面的颜色、字体等。",
|
||||
"terminalDescription": "自定义终端的颜色方案和字体。",
|
||||
"resetDefault": "恢复默认",
|
||||
"saveChanges": "保存更改"
|
||||
"saveChanges": "保存更改",
|
||||
"resetUiTheme": "重置界面主题",
|
||||
"saveUiTheme": "保存界面主题",
|
||||
"terminalFontFamily": "终端字体",
|
||||
"terminalFontPlaceholder": "例如:\"Fira Code\", Consolas, monospace",
|
||||
"terminalFontDescription": "输入字体名称,用英文逗号分隔。如果字体名称包含空格,请用引号括起来。",
|
||||
"terminalThemeSelection": "终端主题",
|
||||
"activeTheme": "当前主题",
|
||||
"selectThemePrompt": "选择一个主题...",
|
||||
"preset": "预设",
|
||||
"addNewTheme": "新建主题",
|
||||
"importTheme": "导入主题",
|
||||
"exportTheme": "导出选中主题",
|
||||
"editThemeTitle": "编辑终端主题",
|
||||
"newThemeTitle": "新建终端主题",
|
||||
"themeName": "主题名称",
|
||||
"confirmDeleteTheme": "确定要删除主题 \"{name}\" 吗?此操作不可撤销。",
|
||||
"confirmCloseEditing": "您正在编辑主题,关闭将丢失未保存的更改。确定要关闭吗?",
|
||||
"errorThemeNameRequired": "主题名称不能为空。",
|
||||
"themeUpdatedSuccess": "主题更新成功。",
|
||||
"themeCreatedSuccess": "主题创建成功。",
|
||||
"themeSaveFailed": "保存主题失败。",
|
||||
"themeDeletedSuccess": "主题删除成功。",
|
||||
"themeDeleteFailed": "删除主题失败: {message}",
|
||||
"importSuccess": "主题导入成功。",
|
||||
"importFailed": "主题导入失败。",
|
||||
"exportFailed": "导出主题失败: {message}",
|
||||
"pageBackground": "页面背景",
|
||||
"terminalBackground": "终端背景",
|
||||
"noBackground": "无背景",
|
||||
"uploadPageBg": "上传页面背景",
|
||||
"removePageBg": "移除页面背景",
|
||||
"uploadTerminalBg": "上传终端背景",
|
||||
"removeTerminalBg": "移除终端背景",
|
||||
"pageBgOpacity": "页面背景不透明度",
|
||||
"terminalBgOpacity": "终端背景不透明度",
|
||||
"uploadFailed": "上传失败: {message}",
|
||||
"pageBgUploadSuccess": "页面背景上传成功。",
|
||||
"terminalBgUploadSuccess": "终端背景上传成功。",
|
||||
"confirmRemovePageBg": "确定要移除页面背景图片吗?",
|
||||
"confirmRemoveTerminalBg": "确定要移除终端背景图片吗?",
|
||||
"pageBgRemoved": "页面背景已移除。",
|
||||
"terminalBgRemoved": "终端背景已移除。",
|
||||
"removeBgFailed": "移除背景失败: {message}",
|
||||
"setOpacityFailed": "设置透明度失败: {message}",
|
||||
"uiThemeSaved": "界面主题已保存。",
|
||||
"uiThemeSaveFailed": "保存界面主题失败: {message}",
|
||||
"uiThemeReset": "界面主题已重置为默认值。",
|
||||
"uiThemeResetFailed": "重置界面主题失败: {message}",
|
||||
"terminalFontSaved": "终端字体已保存。",
|
||||
"terminalFontSaveFailed": "保存终端字体失败: {message}",
|
||||
"setActiveThemeFailed": "设置激活终端主题失败: {message}"
|
||||
},
|
||||
"login": {
|
||||
"title": "用户登录",
|
||||
@@ -180,7 +232,9 @@
|
||||
"noPassword": "连接配置缺少密码信息。",
|
||||
"shellError": "打开 Shell 失败: {message}",
|
||||
"alreadyConnected": "已存在活动的 SSH 连接。",
|
||||
"unknown": "未知状态"
|
||||
"unknown": "未知状态",
|
||||
"wsClosedWillRetry": "WebSocket 连接已关闭,将在 {seconds} 秒后尝试第 {attempt} 次重连...",
|
||||
"reconnecting": "正在尝试重新连接..."
|
||||
},
|
||||
"selectConnectionPrompt": "请选择一个连接",
|
||||
"selectConnectionHint": "从左侧列表中选择一个连接,或点击'添加新连接'按钮创建一个新连接。",
|
||||
@@ -494,6 +548,11 @@
|
||||
"IP_BLACKLISTED": "IP 已被拉黑",
|
||||
"SERVER_ERROR": "服务器错误"
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
"title": "外观设置",
|
||||
"description": "自定义应用程序的视觉主题和背景。",
|
||||
"customizeButton": "自定义外观"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
|
||||
Reference in New Issue
Block a user