feat(settings): render top and bottom bar, implement notifications stack and submenu navigation
This commit is contained in:
@@ -1,11 +1,26 @@
|
||||
{
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
"description": "Change system settings here. Select\nthe settings you'd like to change.",
|
||||
"main": {
|
||||
"title": "Settings",
|
||||
"description": "Change system settings here. Select\nthe settings you'd like to change."
|
||||
},
|
||||
|
||||
"options": {
|
||||
"title": "Options",
|
||||
"description": "Change other settings."
|
||||
"description": "Change other settings.",
|
||||
|
||||
"startUp": {
|
||||
"title": "Start-up",
|
||||
"description": "Set how you would like your system to\nstart up when you turn the power on."
|
||||
},
|
||||
"language": {
|
||||
"title": "Language",
|
||||
"description": "Select the language to use."
|
||||
},
|
||||
"gbaMode": {
|
||||
"title": "GBA Mode",
|
||||
"description": "Select the screen you would like to use\nwhen starting GBA Mode."
|
||||
}
|
||||
},
|
||||
"clock": {
|
||||
"title": "Clock",
|
||||
|
||||
Reference in New Issue
Block a user