diff --git a/app/locales/message-en.json b/app/locales/message-en.json index d31d615..29a7e97 100644 --- a/app/locales/message-en.json +++ b/app/locales/message-en.json @@ -45,5 +45,28 @@ "repo": "Forgejo Repository" } } + }, + "setupWizard": { + "prompts": { + "platformQuestion": "What platform are you using?", + "hackedQuestion": "Is your Wii U hacked?" + }, + "botName": "Spacebot:", + "platformStage": { + "titlePart1": "Select how you intend to connect to the ", + "titlePart2": "network", + "cemuTitle": "Cemu", + "cemuDesc": "Emulator", + "wiiuTitle": "Wii U", + "wiiuDesc": "Original Hardware" + }, + "methodStage": { + "titlePart1": "Choose Connection ", + "titlePart2": "Method", + "ssslTitle": "SSSL", + "ssslDesc": "Hackless", + "aromaTitle": "Aroma", + "aromaDesc": "Hacked" + } } } \ No newline at end of file diff --git a/app/pages/docs/connect/index.vue b/app/pages/docs/connect/index.vue new file mode 100644 index 0000000..2d0cccf --- /dev/null +++ b/app/pages/docs/connect/index.vue @@ -0,0 +1,360 @@ + + + + +