Full front-end rewrite
This commit is contained in:
@@ -1,44 +0,0 @@
|
||||
{
|
||||
key : "en-US",
|
||||
name: "English (United States)",
|
||||
app : {
|
||||
close : "Close",
|
||||
console : "Console",
|
||||
goto_ : "Enter the address to seek to:",
|
||||
romLoaded : "Successfully loaded file \"{filename}\" ({size})",
|
||||
romNotVB : "The selected file is not a Virtual Boy ROM.",
|
||||
readFileError: "Unable to read the selected file."
|
||||
},
|
||||
cpu: {
|
||||
_ : "CPU",
|
||||
disassembler: "Disassembler",
|
||||
float_ : "Float",
|
||||
hex : "Hex",
|
||||
pcFrom : "From",
|
||||
pcTo : "To",
|
||||
mainSplit : "Disassembler and registers splitter",
|
||||
regsSplit : "System registers and program registers splitter",
|
||||
signed : "Signed",
|
||||
unsigned : "Unsigned"
|
||||
},
|
||||
memory: {
|
||||
_ : "Memory",
|
||||
hexEditor: "Hex viewer"
|
||||
},
|
||||
menu: {
|
||||
_ : "Main application menu",
|
||||
debug: {
|
||||
_: "Debug",
|
||||
},
|
||||
file : {
|
||||
_ : "File",
|
||||
loadROM: "Load ROM..."
|
||||
},
|
||||
theme: {
|
||||
_ : "Theme",
|
||||
dark : "Dark",
|
||||
light : "Light",
|
||||
virtual: "Virtual"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"id": "en-US",
|
||||
|
||||
"common": {
|
||||
"close" : "Close",
|
||||
"collapse" : "Collapse",
|
||||
"expand" : "Expand",
|
||||
"gotoPrompt": "Enter the address to go to:"
|
||||
},
|
||||
|
||||
"error": {
|
||||
"fileRead": "An error occurred when reading the file.",
|
||||
"romNotVB": "The selected file is not a Virtual Boy ROM."
|
||||
},
|
||||
|
||||
"app": {
|
||||
"title": "Virtual Boy Emulator",
|
||||
|
||||
"menu": {
|
||||
"_": "Application menu bar",
|
||||
|
||||
"file": {
|
||||
"_" : "File",
|
||||
"loadROM" : "Load ROM{sim}...",
|
||||
"debugMode": "Debug mode"
|
||||
},
|
||||
|
||||
"emulation": {
|
||||
"_" : "Emulation",
|
||||
"run" : "Run",
|
||||
"reset" : "Reset",
|
||||
"dualSims": "Dual sims",
|
||||
"linkSims": "Link sims"
|
||||
},
|
||||
|
||||
"debug": {
|
||||
"_" : "Debug{sim}",
|
||||
"console" : "Console",
|
||||
"memory" : "Memory",
|
||||
"cpu" : "CPU",
|
||||
"breakpoints" : "Breakpoints",
|
||||
"palettes" : "Palettes",
|
||||
"characters" : "Characters",
|
||||
"bgMaps" : "BG maps",
|
||||
"objects" : "Objects",
|
||||
"worlds" : "Worlds",
|
||||
"frameBuffers": "Frame buffers"
|
||||
},
|
||||
|
||||
"theme": {
|
||||
"_" : "Theme",
|
||||
"light" : "Light",
|
||||
"dark" : "Dark",
|
||||
"virtual": "Virtual"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
"cpu": {
|
||||
"_" : "CPU{sim}",
|
||||
"float" : "Float",
|
||||
"hex" : "Hex",
|
||||
"signed" : "Signed",
|
||||
"splitHorizontal": "Program and system registers splitter",
|
||||
"splitVertical" : "Disassembler and registers splitter",
|
||||
"unsigned" : "Unsigned"
|
||||
},
|
||||
|
||||
"memory": {
|
||||
"_": "Memory{sim}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user