Initial Commit

This commit is contained in:
2026-03-05 20:18:29 +01:00
commit 5a4d3ee8e0
901 changed files with 296682 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"hints": {
"ok": "OK",
"back": "Back",
"exit": "Exit"
},
"crash_frame": {
"button": "OK"
},
"thumbnail_sidebar": {
"save": "Save"
}
}

View File

@@ -0,0 +1,5 @@
{
"first_button": "First button",
"second_button": "Second button",
"third_button": "Third button"
}

View File

@@ -0,0 +1,18 @@
{
"open": "Open example installer",
"title": "My great installer",
"stage1": {
"text": "Here, you would normally do useful things",
"button": "Go to step 2"
},
"stage2": {
"text": "Example loading display"
},
"stage3": {
"button": "Finish"
}
}

View File

@@ -0,0 +1,77 @@
{
"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"
}
}
}

View File

@@ -0,0 +1,13 @@
{
"open": "Open popup",
"red": "Red",
"green": "Green",
"blue": "Blue",
"title": "Popup title",
"subtitle": {
"left": "Subtitle left",
"right": "Subtitle right"
}
}