Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 控制中心无法打开文档子模块 #475

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 19 additions & 14 deletions src/base/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,31 @@ const int langCount = 5;
QString languageArr[][langCount] = {
//dde model
{"controlcenter", "控制中心", "Control Center", "控制中心", "控制中心"},
{"accounts", "帐户设置", "Accounts", "賬號設置", "帳戶設定"},
{"", "首页介绍", "Homepage Introduction", "首頁介紹", "首頁介紹"},
{"authentication", "生物认证", "Biometric Authentication", "生物認證", "生物認證"},
{"passkey", "安全密钥", "Security key", "安全密鑰", "安全金鑰"},
{"accounts", "帐户设置", "Accounts", "帳戶設定", "帳戶設定"},
{"cloudsync", "Union ID", "Union ID", "Union ID", "Union ID"},
{"display", "显示设置", "Display", "顯示設置", "螢幕設定"},
{"defapp", "默认程序设置", "Default Applications", "默認程序設置", "預設程式"},
{"personalization", "个性化设置", "Personalization Settings", "個性化設置", "個性化設定"},
{"network", "网络设置", "Network Settings", "網絡設置", "網路設定"},
{"notification", "通知设置", "Notification Settings", "通知設置", "通知設定"},
{"sound", "声音设置", "Sound Settings", "聲音設置", "聲音設定"},
{"bluetooth", "蓝牙设置", "Bluetooth Settings", "藍牙設置", "藍牙設定"},
{"datetime", "时间日期", "Date and Time", "日期與時刻", "時間日期"},
{"display", "显示设置", "Display", "螢幕設定", "螢幕設定"},
{"defapp", "默认程序设置", "Default Applications", "預設程式", "預設程式"},
{"personalization", "个性化设置", "Personalization Settings", "個性化設定", "個性化設定"},
{"network", "网络设置", "Network Settings", "網路設定", "網路設定"},
{"notification", "通知设置", "Notification Settings", "通知設定", "通知設定"},
{"sound", "声音设置", "Sound Settings", "聲音設定", "聲音設定"},
{"bluetooth", "蓝牙设置", "Bluetooth Settings", "藍牙設定", "藍牙設定"},
{"datetime", "时间和格式", "Date and Format", "時間和格式", "時間和格式"},
{"power", "电源管理", "Power Management", "電源管理", "電源管理"},
{"mouse", "鼠标和触控板", "Mouse and Touchpad", "鼠標和觸控板", "滑鼠和觸控板"},
{"mouse", "鼠标和触控板", "Mouse and Touchpad", "滑鼠和觸控板", "滑鼠和觸控板"},
{"tablet", "数位板", "Drawing Tablet", "數位板", "數位板"},
{"keyboard", "键盘和语言", "Keyboard and Language", "鍵盤和語言", "鍵盤和語言"},
{"voice", "辅助功能", "Assistive Tools", "輔助功能", "輔助功能"},
{"update", "系统更新", "Update Settings", "更新", "檢查更新"},
{"systeminfo", "系统信息", "System Info", "系統訊息", "系統資訊"},
{"privacy", "隐私和安全", "Privacy and Security", "私隱和安全", "隱私和安全"},
{"update", "系统更新", "Update Settings", "檢查更新", "檢查更新"},
{"systeminfo", "系统信息", "System Info", "系統資訊", "系統資訊"},
{"License activator", "授权管理", "Authorization Management", "授權管理", "授權管理"},
{"commoninfo", "通用设置", "General Settings", "通用設置", "一般設定"},
{"touchscreen", "触控屏设置", "Touch Screen", "觸控屏設置", "觸控屏設定"}
{"Backup and Restore", "备份还原", "Backup and Restore", "備份還原", "備份還原"},
{"commoninfo", "通用设置", "General Settings", "一般設定", "一般設定"},
{"touchscreen", "触控屏设置", "Touch Screen", "觸控屏設定", "觸控屏設定"},
};

struct ReplyStruct {
Expand Down
Loading