34 lines
708 B
JSON
34 lines
708 B
JSON
|
{
|
||
|
"id" : "en-US",
|
||
|
"name": "English (US)",
|
||
|
|
||
|
"app": {
|
||
|
"menuBar": "Main menu",
|
||
|
"title" : "Acid Shroom"
|
||
|
},
|
||
|
|
||
|
"menu.emulation": {
|
||
|
"_": "Emulation"
|
||
|
},
|
||
|
|
||
|
"menu.file": {
|
||
|
"_" : "File",
|
||
|
"debugMode" : "Debug mode",
|
||
|
"dualMode" : "Dual mode",
|
||
|
"exportBundle": "Export bundle...",
|
||
|
"loadROM" : "Load ROM...",
|
||
|
"loadROMEx" : "Load ROM {{index}}...",
|
||
|
"loadROMError": "An error occurred while loading the selected file.",
|
||
|
"loadROMNotVB": "The selected file does not appear to be a Virtual Boy ROM."
|
||
|
},
|
||
|
|
||
|
"menu.theme": {
|
||
|
"_" : "Theme",
|
||
|
"auto" : "Auto",
|
||
|
"dark" : "Dark",
|
||
|
"light" : "Light",
|
||
|
"virtual": "Virtual"
|
||
|
}
|
||
|
|
||
|
}
|