Added settings page

This commit is contained in:
2025-05-21 01:37:14 +08:00
parent 7f25dc942e
commit 72a222f932
26 changed files with 1864 additions and 1309 deletions

View File

@@ -44,9 +44,4 @@ export default {
saveFailed: 'Failed to update save settings'
}
},
settings: {
title: 'Settings',
general: 'General Settings',
comingSoon: 'More settings coming soon...'
}
};

View File

@@ -46,7 +46,35 @@ export default {
},
settings: {
title: '设置',
general: '通用设置',
comingSoon: '敬请期待更多设置选项...'
general: '常规',
editing: '编辑器',
appearance: '外观',
keyBindings: '快捷键',
updates: '更新',
comingSoon: '即将推出...',
save: '保存',
reset: '重置',
globalHotkey: '全局键盘快捷键',
enableGlobalHotkey: '启用全局热键',
window: '窗口/应用程序',
showInSystemTray: '在系统托盘中显示',
alwaysOnTop: '窗口始终置顶',
bufferFiles: '缓冲文件路径',
useCustomLocation: '使用自定义位置存储缓冲文件',
selectDirectory: '选择目录',
fontSize: '字体大小',
fontSizeDescription: '编辑器字体大小',
tabSettings: 'Tab 设置',
tabSize: 'Tab 大小',
tabType: 'Tab 类型',
spaces: '空格',
tabs: '制表符',
enableTabIndent: '启用 Tab 缩进',
language: '界面语言',
restartRequired: '(需要重启)',
saveOptions: '保存选项',
autoSaveDelay: '自动保存延迟(毫秒)',
changeThreshold: '变更字符阈值',
minSaveInterval: '最小保存间隔(毫秒)'
}
};