feat(settings): compose title notification instead of using image
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user