1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-20 22:13:27 +01:00
nxdumptool/romfs/i18n/en-US/main.json
Pablo Curiel 7c2d16714c Use legacy Borealis fork + add files from the legacy Borealis example.
These files will be modified to slowly add features from the nxdumptool rewrite codebase.

This commit effectively makes it impossible to build the previous PoC. The code from each PoC will be reused, though, so it hasn't been removed.
2021-03-30 15:30:10 -04:00

78 lines
2 KiB
JSON

{
"name": "Borealis Example App",
"tabs": {
"first": "First tab",
"second": "Second tab",
"third": "Third tab",
"fourth": "Fourth tab",
"custom_navigation_tab": "Custom Layout"
},
"pozznx": {
"open": "Open a dialog",
"warning": "Warning: PozzNX will wipe all data on your Switch and render it inoperable, do you want to proceed?",
"running": "Running PozzNX...",
"continue": "Continue"
},
"notify": "Post a random notification",
"tv": {
"resolution": "TV Resolution",
"automatic": "Automatic"
},
"i18n": {
"title": "Language: {0} ({1})",
"lang": "English"
},
"jank": {
"jank": "User Interface Jankiness",
"native": "Native",
"minimal": "Minimal",
"regular": "Regular",
"maximum": "Maximum",
"saxophone": "SX OS",
"vista": "Windows Vista",
"ios": "iOS 14"
},
"divide": {
"title": "Divide by 0",
"description": "Can the Switch do it?",
"crash": "The software was closed because an error occured:\nSIGABRT (signal 6)"
},
"more": "For more information about how to use Nintendo Switch and its features, please refer to the Nintendo Support Website on your smart device or PC.",
"actions": {
"title": "Custom Actions",
"notify": "Show notification",
"triggered": "Custom Action triggered"
},
"layers": {
"title": "Select Layer",
"layer1": "Layer 1",
"layer2": "Layer 2",
"item1": "Item 1",
"item2": "Item 2",
"item3": "Item 3"
},
"keyboard": {
"string": {
"title": "Open Keyboard",
"default": "Default text",
"help": "Help message"
},
"number": {
"title": "Open Num Keyboard",
"help": "Help message"
}
}
}