feat(settings): compose title notification instead of using image

This commit is contained in:
2025-11-25 19:52:35 +01:00
parent 2b82f6df52
commit 3d5d326e53
3 changed files with 58 additions and 22 deletions

View File

@@ -1,10 +1,23 @@
{
"settings": {
"menus": {
"options": "Options",
"clock": "Clock",
"user": "User",
"touchScreen": "Touch Screen"
"title": "Settings",
"description": "Change system settings here. Select\nthe settings you'd like to change.",
"options": {
"title": "Options",
"description": "Change other settings."
},
"clock": {
"title": "Clock",
"description": "Change date, time, and alarm settings."
},
"user": {
"title": "User",
"description": "Enter user informations."
},
"touchScreen": {
"title": "Touch Screen",
"description": "TODO"
}
}
}