pvbemu/app/locale/en-US.js

45 lines
1.2 KiB
JavaScript
Raw Normal View History

2021-08-23 23:56:36 +00:00
{
key : "en-US",
name: "English (United States)",
app : {
2021-08-26 19:23:18 +00:00
close : "Close",
console : "Console",
2021-08-30 02:14:06 +00:00
goto_ : "Enter the address to seek to:",
2021-08-23 23:56:36 +00:00
romLoaded : "Successfully loaded file \"{filename}\" ({size})",
romNotVB : "The selected file is not a Virtual Boy ROM.",
readFileError: "Unable to read the selected file."
},
2021-09-02 00:16:22 +00:00
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"
},
2021-08-26 19:23:18 +00:00
memory: {
2021-09-02 00:16:22 +00:00
_ : "Memory",
hexEditor: "Hex viewer"
2021-08-26 19:23:18 +00:00
},
2021-08-23 23:56:36 +00:00
menu: {
2021-08-30 02:14:06 +00:00
_ : "Main application menu",
debug: {
_: "Debug",
},
file : {
2021-08-23 23:56:36 +00:00
_ : "File",
loadROM: "Load ROM..."
},
theme: {
_ : "Theme",
dark : "Dark",
light : "Light",
virtual: "Virtual"
}
}
}