feat(settings/options/renderingMode): startUp -> renderingMode

This commit is contained in:
2026-02-07 01:39:45 +01:00
parent 99e9832908
commit bc209e6bd7
9 changed files with 18 additions and 18 deletions

View File

@@ -49,12 +49,12 @@
"title": "Options",
"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.",
"renderingMode": {
"title": "Rendering",
"description": "Change the app rendering mode\nbetween 2D and 3D.",
"3dMode": "3D Mode",
"2dMode": "2D Mode",
"autoStart": "The Main Menu will appear\nautomatically when you turn\nthe power on.",
"autoStart": "Choose how the app renders.\n3D uses the interactive NDS model.\n2D uses flat canvas screens.",
"confirmation3d": "Rendering mode set to 3D",
"confirmation2d": "Rendering mode set to 2D"
},