diff --git a/src/localization/en.json b/src/localization/en.json index 8dbfc0b5..6698e5cc 100644 --- a/src/localization/en.json +++ b/src/localization/en.json @@ -658,7 +658,60 @@ "wrist_overlay": "Wrist Overlay", "discord_presence": "Discord Presence", "pictures": "Pictures", - "advanced": "Advanced" + "advanced": "Advanced", + "system": "System", + "interface": "Interface", + "social": "Social", + "vr": "VR", + "media": "Media", + "integrations": "Integrations" + }, + "social": { + "interaction": { + "header": "Interaction" + }, + "favorites": { + "header": "Favorites" + } + }, + "vr": { + "vr_core": { + "header": "VR Core" + }, + "vr_notifications": { + "header": "VR Notifications" + }, + "wrist_overlay": { + "header": "Wrist Overlay" + }, + "vr_extras": { + "header": "VR Extras" + } + }, + "interface": { + "lists_tables": { + "header": "Lists & Tables" + } + }, + "integrations": { + "header": "Integrations" + }, + "advanced_groups": { + "system": { + "header": "System" + }, + "security": { + "header": "Security" + }, + "diagnostics": { + "header": "Diagnostics" + }, + "database": { + "header": "Database" + }, + "nightly": { + "header": "Nightly" + } }, "general": { "general": { diff --git a/src/views/Settings/Settings.vue b/src/views/Settings/Settings.vue index e6640e7f..6a1232b1 100644 --- a/src/views/Settings/Settings.vue +++ b/src/views/Settings/Settings.vue @@ -4,27 +4,30 @@ {{ t('view.settings.header') }} -