feat: enhance settings page with tab icons and grouping

feat(files-settings): improve file settings preview and layout
feat(locales): update translations for tab groups and add preview labels
This commit is contained in:
Linus Rath
2026-03-16 02:10:29 +01:00
parent 716db8d003
commit 37b0bacccb
10 changed files with 355 additions and 57 deletions
+7 -2
View File
@@ -504,8 +504,10 @@
},
"tab_groups": {
"general": "General",
"account": "Account",
"organization": "Organization"
"account": "Account & Identity",
"organization": "Mail Organization",
"apps": "Apps",
"system": "System"
},
"appearance": {
"title": "Appearance",
@@ -1118,6 +1120,9 @@
"show_hidden": {
"label": "Show Hidden Files",
"description": "Display files and folders that start with a dot"
},
"preview": {
"label": "Preview"
}
}
},