补全国际化

This commit is contained in:
StarsEnd
2025-12-18 02:03:09 +08:00
parent e8590d54c7
commit d2465b5d4b
6 changed files with 120 additions and 6 deletions

View File

@@ -785,7 +785,26 @@ export default {
buildDate: 'Build Date',
community: 'Community',
github: 'GitHub Repository',
qqGroup: 'QQ Group'
qqGroup: 'QQ Group',
notifications: 'Notification Settings',
notificationsDesc: 'Manage in-game notification alerts',
notificationTypes: 'Notification Types',
browserNotifications: 'Browser Notifications',
inAppNotifications: 'In-App Notifications',
constructionComplete: 'Construction Complete',
researchComplete: 'Research Complete',
browserPermission: 'Enable Browser Notifications',
permissionGranted: 'Permission Granted',
permissionDenied: 'Permission Denied/Not Granted',
inAppNotificationsDesc: 'Show via in-page popups',
notificationsDisabled: 'Enable any switch above to configure specific notifications',
suppressInFocus: 'Suppress browser notifications when page is focused',
expandTypes: 'Expand Details',
collapseTypes: 'Collapse Details'
},
notifications: {
constructionComplete: 'Construction Complete',
researchComplete: 'Research Complete'
},
gmView: {
title: 'GM Control Panel',